/* media query */
#contents .titJp {
  font-size: 2rem;
  color: #519fd7;
  font-weight: 500;
  line-height: 100%;
}
#contents .titEn {
  font-size: 8rem;
  font-family: "Poppins", "Noto Sans JP";
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
  #contents .titEn {
    font-size: 6.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #contents .titEn {
    font-size: 4.8rem;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header > div {
  display: block;
}
@media screen and (max-width: 1025px) {
  header > div {
    display: none;
  }
}
header > div p {
  margin-bottom: 15px;
}
header > div p a {
  width: 80px;
  height: 80px;
  padding: 30px;
}
@media all and (max-width: 1367px) {
  header > div p a {
    width: 50px;
    height: 50px;
    padding: 14px 18px 22px;
  }
}
header > div p:first-child {
  margin-right: 0;
}

.mainimg {
  height: 100vh;
  min-height: 650px;
  position: relative;
  z-index: 3;
}
.mainimg .photo {
  width: 100%;
  height: 100%;
}
.mainimg .photo span {
  display: block;
  width: 70%;
  height: 100%;
  margin: 0 0 0 auto;
  background: url(../images/mainimg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 896px) {
  .mainimg .photo span {
    width: 100%;
    background: url(../images/mainimg_sp.jpg) no-repeat center/cover;
  }
}
.mainimg .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.mainimg .copy > div {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .mainimg .copy > div {
    height: 100%;
    padding: 120px 0 180px;
  }
}
.mainimg .copy > div > section {
  max-width: 1600px;
  margin: 0 auto;
  margin-left: 12vw;
}
@media screen and (max-width: 1660px) {
  .mainimg .copy > div > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .mainimg .copy > div > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 896px) {
  .mainimg .copy > div > section {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
  }
}
.mainimg .copy > div > section h2 {
  font-size: 5.6rem;
  letter-spacing: 5px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1025px) {
  .mainimg .copy > div > section h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .mainimg .copy > div > section h2 {
    font-size: 3rem;
  }
}
.mainimg .copy > div > section p span {
  display: inline-block;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 120%;
  padding: 5px 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .mainimg .copy > div > section p span {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    line-height: 170%;
  }
}
.mainimg .scroll {
  position: absolute;
  left: 40px;
  bottom: 100px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 1660px) {
  .mainimg .scroll {
    display: none;
  }
}
.mainimg .scroll p {
  writing-mode: vertical-rl;
  font-family: "Poppins", "Noto Sans JP";
  font-weight: 500;
  color: #707070;
  line-height: 100%;
  margin-bottom: 10px;
}
.mainimg .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: linear-gradient(180deg, #707070 0%, #707070 50%, #fff 50%, #fff 100%);
  margin-left: 0.5em;
}

.infoArea {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .infoArea {
    position: static;
    height: auto;
    padding: 30px 0;
  }
}
.infoArea > div {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
@media screen and (max-width: 896px) {
  .infoArea > div {
    position: static;
  }
}
.infoArea > div > div {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1660px) {
  .infoArea > div > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .infoArea > div > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.infoArea > div > div > section {
  max-width: 860px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  pointer-events: auto;
}
@media all and (max-width: 1367px) {
  .infoArea > div > div > section {
    max-width: calc(100% - 320px);
  }
}
@media screen and (max-width: 896px) {
  .infoArea > div > div > section {
    display: block;
    max-width: 100%;
    border: 2px solid #ff2668;
  }
}
.infoArea > div > div > section > h4 {
  width: 170px;
  background-color: #ff2668;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .infoArea > div > div > section > h4 {
    width: 100%;
    border-radius: 5px 5px 0 0;
    text-align: left;
    padding: 12px 20px;
    display: block;
  }
}
.infoArea > div > div > section > h4 span {
  color: #fff;
  display: block;
}
@media screen and (max-width: 896px) {
  .infoArea > div > div > section > h4 span {
    font-size: 1.8rem;
  }
}
.infoArea > div > div > section .tit {
  width: calc(100% - 170px - 130px);
}
@media screen and (max-width: 896px) {
  .infoArea > div > div > section .tit {
    width: 100%;
  }
}
.infoArea > div > div > section .tit a {
  display: block;
  padding: 15px 30px;
}
.infoArea > div > div > section .tit a:hover {
  color: #ff2668;
}
@media screen and (max-width: 896px) {
  .infoArea > div > div > section .tit a {
    padding: 15px 20px 5px 20px;
  }
}
.infoArea > div > div > section .tit a span.date {
  display: block;
}
.infoArea > div > div > section .tit a > p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.infoArea > div > div > section .btn a {
  display: block;
  width: 130px;
  height: calc(100% - 30px);
  margin: 15px 0;
  padding-top: 10px;
  border-left: 1px solid #ccc;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .infoArea > div > div > section .btn a {
    border-left: none;
    margin: 0 0 15px auto;
    font-size: 1.6rem;
  }
}
.infoArea > div > div > section .btn a span {
  display: inline-block;
  width: 15px;
  margin: 0 0 5px 5px;
}
.infoArea > div > div > section .btn a:hover {
  color: #ff2668;
}
.infoArea > div > div > section .btn a:hover span img {
  transform: translateX(5px);
}

.copyArea {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: -150px;
  margin-bottom: 100px;
  padding-top: 200px;
  padding-bottom: 120px;
}
.copyArea::after {
  content: "";
  display: block;
  width: calc(200px + 10vw + 1000px);
  max-width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/bg_copy.jpg) no-repeat left top/cover;
}
@media screen and (max-width: 1025px) {
  .copyArea::after {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .copyArea {
    padding-bottom: 220px;
    margin-top: -50px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1025px) {
  .copyArea {
    display: block;
    padding-bottom: 0;
    background: url(../images/bg_copy.jpg) no-repeat left top/cover;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .copyArea {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .copyArea {
    display: block;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1025px) {
  .copyArea > div.copy {
    position: relative;
  }
}
.copyArea > div.copy h3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  z-index: 1;
  position: relative;
  width: 200px;
  margin-left: 10vw;
}
@media screen and (max-width: 1025px) {
  .copyArea > div.copy h3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .copyArea > div.copy h3 {
    width: calc(7rem + 80px);
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .copyArea > div.copy h3 {
    width: calc(4.6rem + 70px);
    padding-bottom: 10px;
  }
}
.copyArea > div.copy h3 span {
  background-color: #fff;
  color: #333;
  display: block;
  writing-mode: vertical-rl;
  word-break: keep-all;
  font-size: 3.7rem;
  font-weight: 500;
  padding: 10px 3px 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 896px) {
  .copyArea > div.copy h3 span {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .copyArea > div.copy h3 span {
    font-size: 2.2rem;
  }
}
.copyArea > div.copy h3 span:nth-child(2) {
  margin-top: 80px;
  margin-right: 35px;
}
@media screen and (max-width: 1025px) {
  .copyArea > div.copy h3 span:nth-child(2) {
    margin-right: 20px;
  }
}
.copyArea > div.copy .photo {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.copyArea > div.copy .photo > div {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1660px) {
  .copyArea > div.copy .photo > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .copyArea > div.copy .photo > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1025px) {
  .copyArea > div.copy .photo > div {
    width: 100%;
    margin: 0;
  }
}
.copyArea > div.copy .photo > div p {
  max-width: 656px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1025px) {
  .copyArea > div.copy .photo > div p {
    max-width: calc(100% - 150px);
  }
}
@media screen and (max-width: 896px) {
  .copyArea > div.copy .photo > div p {
    max-width: calc(100% - 7em);
  }
}
@media screen and (max-width: 480px) {
  .copyArea > div.copy .photo > div p {
    max-width: calc(100% - 6.2em);
  }
}
.copyArea > div.copy .photo > div p img {
  border-radius: 8px;
}
@media screen and (max-width: 1025px) {
  .copyArea > div.copy .photo > div p img {
    border-radius: 8px 0 0 8px;
  }
}
.copyArea > div.textBox {
  width: calc(100% - 200px);
  max-width: 1000px;
  padding: 0 100px 300px;
}
@media screen and (max-width: 1025px) {
  .copyArea > div.textBox {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  .copyArea > div.textBox {
    padding: 20px 30px 30px;
  }
}
.copyArea > div.textBox .text {
  font-size: 2rem;
  color: #fff;
  line-height: 200%;
  margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
  .copyArea > div.textBox .text {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 896px) {
  .copyArea > div.textBox p a.textLinkW {
    max-width: 100%;
  }
}

.newsArea {
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 1660px) {
  .newsArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .newsArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 896px) {
  .newsArea {
    margin-bottom: 70px;
  }
}
.newsArea > div.tit {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1025px) {
  .newsArea > div.tit {
    margin-bottom: 0;
    display: block;
  }
}
.newsArea > div.tit > div {
  margin-right: 60px;
}
@media screen and (max-width: 1025px) {
  .newsArea > div.tit > div {
    margin-right: 0;
  }
}
.newsArea > div.tit > div h2.titEn {
  margin-bottom: 0 !important;
}
.newsArea > div.tit ul.category {
  display: flex;
  margin: 15px 0 25px;
}
.newsArea > div.tit ul.category li {
  cursor: pointer;
  line-height: 100%;
  font-size: 1.8rem;
  border-radius: 50px;
  padding: 5px 17px 8px;
  margin-left: 7px;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .newsArea > div.tit ul.category li {
    font-size: 1.5rem;
    padding: 7px 5px 10px;
    width: calc(25% - 3px);
    text-align: center;
    justify-content: space-between;
  }
}
.newsArea > div.tit ul.category li:hover {
  background-color: #eee;
}
.newsArea > div.tit ul.category li.active {
  background-color: #38C1D9;
  color: #fff;
}
.newsArea > div.articleBox {
  max-width: 1336px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.newsArea > div.articleBox > article {
  width: 33.3333333333%;
  padding: 0 8px;
}
@media screen and (max-width: 896px) {
  .newsArea > div.articleBox > article {
    width: 50%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .newsArea > div.articleBox > article {
    padding: 0 3px;
  }
}
.newsArea > div.articleBox > article a {
  display: block;
}
.newsArea > div.articleBox > article a > p.photo {
  width: 100%;
  height: 0%;
  padding-top: 66%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsArea > div.articleBox > article a > p.cate {
  display: inline-block;
  color: #519fd7;
  border: 1px solid #519fd7;
  line-height: 100%;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.newsArea > div.articleBox > article a > p.date {
  font-family: "Poppins", "Noto Sans JP";
  font-weight: 500;
}
.newsArea > div.articleBox > article a > p.tit {
  padding-bottom: 60px;
}
.newsArea > div.articleBox > article a:hover {
  transform: translateY(-5px);
}
.newsArea > div.list {
  max-width: 1320px;
  margin: 0 auto;
}
.newsArea > div.list p {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .newsArea > div.list p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 896px) {
  .featuresArea {
    margin-bottom: 50px;
  }
}
.featuresArea > section {
  max-width: 1600px;
  margin: 0 auto;
  /* .titEn {
      font-size: 7rem !important;
      @include media(landscape){
          font-size: 5.5rem !important;
      }
      @include media(portrait){
          font-size: 3.8rem !important;
      }
  } */
}
@media screen and (max-width: 1660px) {
  .featuresArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .featuresArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.featuresArea > div.link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.featuresArea > div.link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url(../images/photo_features00.jpg) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .featuresArea > div.link:after {
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto 33.3333333333%;
  }
}
.featuresArea > div.link > section {
  width: 33.3333333333%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .featuresArea > div.link > section {
    width: 100%;
    border-top: 1px solid #fff;
    border-left: 0;
  }
}
.featuresArea > div.link > section * {
  color: #fff;
}
.featuresArea > div.link > section:nth-child(3n+1) {
  border-left: 0;
}
.featuresArea > div.link > section:nth-child(n+3) {
  border-top: 1px solid #fff;
}
.featuresArea > div.link > section a {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 6% 70px;
}
@media screen and (max-width: 896px) {
  .featuresArea > div.link > section a {
    padding: 40px 30px;
  }
}
.featuresArea > div.link > section a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.featuresArea > div.link > section a .no {
  width: 50px;
  margin-bottom: 20px;
}
.featuresArea > div.link > section a h3 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .featuresArea > div.link > section a h3 {
    font-size: 2.5rem;
  }
}
.featuresArea > div.link > section a .text {
  font-size: 1.8rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 896px) {
  .featuresArea > div.link > section a .text {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
.featuresArea > div.link > section a .textLinkW {
  align-self: flex-end;
  max-width: 210px;
  width: 100%;
  font-size: 0.8888888889em;
}
@media screen and (max-width: 896px) {
  .featuresArea > div.link > section a .textLinkW {
    margin: 0 0 0 auto;
  }
}
.featuresArea > div.link > section a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 1s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}
.featuresArea > div.link > section a:hover .bg {
  opacity: 1;
}

.photoArea {
  padding: 130px 0;
}
@media screen and (max-width: 896px) {
  .photoArea {
    padding: 50px 0;
  }
}
.photoArea ul.slider li.photo {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .photoArea ul.slider li.photo {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.photoArea ul.slider li.photo:nth-child(3), .photoArea ul.slider li.photo:nth-child(5), .photoArea ul.slider li.photo:nth-child(6), .photoArea ul.slider li.photo:nth-child(8), .photoArea ul.slider li.photo:nth-child(10), .photoArea ul.slider li.photo:nth-child(11), .photoArea ul.slider li.photo:nth-child(13) {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .photoArea ul.slider li.photo:nth-child(3), .photoArea ul.slider li.photo:nth-child(5), .photoArea ul.slider li.photo:nth-child(6), .photoArea ul.slider li.photo:nth-child(8), .photoArea ul.slider li.photo:nth-child(10), .photoArea ul.slider li.photo:nth-child(11), .photoArea ul.slider li.photo:nth-child(13) {
    margin-top: 20px;
  }
}
.photoArea ul.slider li.photo img {
  border-radius: 6px;
}

.visitorArea {
  background-color: #F9F9F9;
  padding: 100px 0;
}
@media screen and (max-width: 896px) {
  .visitorArea {
    padding: 50px 0;
  }
}
.visitorArea > section {
  max-width: 1600px;
  margin: 0 auto;
  /* .titEn {
      font-size: 7rem !important;
      @include media(landscape){
          font-size: 5.5rem !important;
      }
      @include media(portrait){
          font-size: 3.8rem !important;
      }
  } */
}
@media screen and (max-width: 1660px) {
  .visitorArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .visitorArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.visitorArea > section > ul {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visitorArea > section > ul li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 896px) {
  .visitorArea > section > ul li {
    width: 100%;
  }
  .visitorArea > section > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.visitorArea > section > ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #519fd7;
  background: linear-gradient(-30deg, rgb(81, 159, 215) 0%, rgb(81, 159, 215) 50%, rgb(56, 193, 217) 90%);
  position: relative;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .visitorArea > section > ul li a {
    height: 100px;
  }
}
.visitorArea > section > ul li a::after {
  content: "";
  display: block;
  /*
  width: 56px;
  height: 56px;
  */
  width: 26px;
  height: 26px;
  position: absolute;
  /*
  bottom:25px;
  right:30px;
  */
  bottom: 10px;
  right: 10px;
  background-color: #519fd7;
  background: url(../../common/images/icon_arrow_w.svg) no-repeat center/16px auto #519fd7;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .visitorArea > section > ul li a::after {
    right: 5px;
  }
}
.visitorArea > section > ul li a:hover::before {
  background-color: rgba(66, 77, 84, 0.3);
}
.visitorArea > section > ul li a:hover::after {
  /*right: 25px;*/
  right: 5px;
}
.visitorArea > section > ul li a span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .visitorArea > section > ul li a span {
    font-size: 1.8rem;
  }
}

.footerLink {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 80px;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .footerLink {
    width: 240px;
    height: 70px;
  }
}
.footerLink p a {
  border-radius: 20px 0 0 0;
  line-height: 80px;
  text-align: center;
  display: block;
  background-color: #fff;
  text-decoration: underline;
  font-size: 1.8rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .footerLink p a {
    font-size: 1.6rem;
    line-height: 70px;
  }
}
.footerLink p a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(../../common/images/icon_down_p.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-left: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .footerLink p a:after {
    margin-left: 10px;
  }
}
.footerLink p a:hover {
  color: #ff2668;
}
.footerLink p a:hover::after {
  transform: translateY(3px);
}

footer {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 80px;
  }
}

.bigbtnArea {
  background-color: #F9F9F9;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .bigbtnArea {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.bigbtnArea > section {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1660px) {
  .bigbtnArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .bigbtnArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.bigbtnArea > section > ul {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bigbtnArea > section > ul li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 896px) {
  .bigbtnArea > section > ul li {
    width: 100%;
  }
  .bigbtnArea > section > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bigbtnArea > section > ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #519fd7;
  background: linear-gradient(-30deg, rgb(81, 159, 215) 0%, rgb(81, 159, 215) 50%, rgb(56, 193, 217) 90%);
  position: relative;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .bigbtnArea > section > ul li a {
    height: 100px;
  }
}
.bigbtnArea > section > ul li a::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 25px;
  right: 30px;
  background-color: #519fd7;
  background: url(../../common/images/icon_arrow_w.svg) no-repeat center/16px auto #519fd7;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .bigbtnArea > section > ul li a::after {
    right: 5px;
  }
}
.bigbtnArea > section > ul li a:hover::before {
  background-color: rgba(66, 77, 84, 0.3);
}
.bigbtnArea > section > ul li a:hover::after {
  right: 25px;
}
.bigbtnArea > section > ul li a span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .bigbtnArea > section > ul li a span {
    font-size: 1.8rem;
  }
}

ul.btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 100px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  ul.btnArea {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
ul.btnArea li {
  font-size: 1.25em;
  text-align: center;
  margin: 0.5em 1em;
}
@media all and (max-width: 1367px) {
  ul.btnArea li {
    font-size: 1em;
  }
}
@media screen and (max-width: 1025px) {
  ul.btnArea li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 896px) {
  ul.btnArea li {
    font-size: 1em;
    margin: 1em 0;
  }
}
ul.btnArea li a {
  display: inline-block;
  width: 16em;
  line-height: 4.6;
  color: #FFF;
  background: rgb(81, 159, 215);
  background: linear-gradient(-20deg, rgb(81, 159, 215) 0%, rgb(81, 159, 215) 50%, rgb(56, 193, 217) 90%);
  border-radius: 0.3em;
  position: relative;
}
ul.btnArea li a::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 0.5em;
  background-color: #519fd7;
  background: url(../../common/images/icon_arrow_w.svg) no-repeat center/16px auto #519fd7;
  border-radius: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
ul.btnArea li a:hover::after {
  right: 0.25em;
}

.dbtnArea {
  background-color: #F9F9F9;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .dbtnArea {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.dbtnArea > section {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1660px) {
  .dbtnArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  .dbtnArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.dbtnArea > section > ul {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dbtnArea > section > ul li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 896px) {
  .dbtnArea > section > ul li {
    width: 100%;
  }
  .dbtnArea > section > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.dbtnArea > section > ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #519fd7;
  background: linear-gradient(-30deg, rgb(81, 159, 215) 0%, rgb(81, 159, 215) 50%, rgb(56, 193, 217) 90%);
  position: relative;
  border: 8px double #0090bb;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .dbtnArea > section > ul li a {
    height: 100px;
  }
}
.dbtnArea > section > ul li a span {
  display: block;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .dbtnArea > section > ul li a span {
    font-size: 1.8rem;
  }
}
.dbtnArea > section > ul li a span::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin: 10px auto 0;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .dbtnArea > section > ul li a span::after {
    margin: 5px auto 0;
  }
}
.dbtnArea > section > ul li a span:hover::after {
  margin: 5px auto 0;
  background-color: #38c1d9;
} 