@charset "UTF-8";
#contents {
  overflow: hidden;
}

#contents .mainvisual {
  position: relative;
  z-index: 5;
  margin: 0 85px -85px;
  /*以下フェードイン表示の指定*/
  /*以下遅延の指定*/
}

#contents .mainvisual .fadein {
  opacity: 0;
  -webkit-animation: fadein 1s ease forwards;
          animation: fadein 1s ease forwards;
}

#contents .mainvisual .txt01, #contents .mainvisual .txt02, #contents .mainvisual .txt03 {
  display: inline-block;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

#contents .mainvisual .fadeImg {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#contents .mainvisual .txt01 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#contents .mainvisual .txt02 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#contents .mainvisual .txt03 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#contents .mainvisual .txt04 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#contents .mainvisual .fadeSymbol {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#contents .mainvisual .inner {
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
}

#contents .mainvisual .images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

#contents .mainvisual .images .swiper-container {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

#contents .mainvisual .images .image {
  width: 100%;
  height: 100%;
}

#contents .mainvisual .images .swiper-slide-active .image,
#contents .mainvisual .images .swiper-slide-duplicate-active .image,
#contents .mainvisual .images .swiper-slide-prev .image {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

#contents .mainvisual .images .image1 {
  background-image: url(/images/top/picture1.webp);
  background-position: center 0;
  background-repeat: no-repeat;
}

#contents .mainvisual .images .image2 {
  background-image: url(/images/top/picture2.webp);
  background-position: center 0;
  background-repeat: no-repeat;
}

#contents .mainvisual .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 1200px;
  min-height: 812px;
  margin: 0 auto;
  padding: 0 15px;
}

#contents .mainvisual .texts .title {
  margin: 0 0 40px;
  color: #3E3E3E;
  font-size: 3.8rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: normal;
  letter-spacing: 0.053em;
}

#contents .mainvisual .texts .title .bg {
  background: linear-gradient(transparent 15%, #fff 15%, #fff 95%, transparent 95%);
}

#contents .mainvisual .texts .title .goal {
  color: #00ADEC;
}

#contents .mainvisual .texts .text {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .mainvisual .symbol {
  position: absolute;
  top: 157px;
  right: 151px;
  z-index: 10;
}

#contents .service {
  position: relative;
  margin: 0 0 112px;
}

#contents .service .section-title-wrapper {
  display: flex;
  margin: 0 0 80px;
}

#contents .service .section-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  width: calc(50% - 220px);
  min-width: 395px;
  height: 504px;
  margin: 0 106px 0 0;
  background-color: #00adec;
}

#contents .service .section-title .inner {
  display: block;
  width: 380px;
  margin: 290px 0 0;
  padding: 0 0 0 60px;
}

#contents .service .section-title .en {
  display: block;
  color: #fff;
  font-size: 6.2rem;
  font-weight: normal;
  font-family: vista-slab, serif;
  letter-spacing: 0.08em;
}

#contents .service .section-title .ja {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.08em;
}

#contents .service .lead-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 699px;
  padding: 115px 60px 30px 0;
}

#contents .service .lead-wrapper .lead {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.24em;
}

#contents .service > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

#contents .service .list {
  display: flex;
  justify-content: center;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

#contents .service .list .item {
  position: relative;
  width: 23.89381%;
  margin: 0 14.15929% 0 0;
}

#contents .service .list .item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -42.59259%;
  width: 25.92593%;
  padding: 25.92593% 0 0;
  background-image: url(/images/top/icon_x.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: '';
}

#contents .service .list .item:last-child {
  margin: 0;
}

#contents .service .list .item:last-child::after {
  display: none;
}

#contents .service .list .image {
  max-width: 180px;
  margin: 0 auto 25px;
}

#contents .service .list .image img {
  display: block;
  width: 100%;
}

#contents .service .list .title {
  margin: 0 0 25px;
  color: #3e3e3e;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  text-align: center;
}

#contents .service .list .text {
  margin: 0 0 50px;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .service .list .btn a {
  height: 70px;
  border: 3px solid #1CADEC;
  border-radius: 35px;
  font-size: 1.8rem;
}

#contents .works .section-title-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  margin: 0 0 -300px;
}

#contents .works .section-title {
  width: calc(50% - 220px);
  min-width: 395px;
  height: 468px;
  margin: 0;
  background-color: #00adec;
}

#contents .works .section-title .inner {
  display: block;
  width: 380px;
  margin: 190px 0 0;
  padding: 0 15px 0 0;
  text-align: right;
}

#contents .works .section-title .en {
  display: block;
  color: #fff;
  font-size: 6.2rem;
  font-weight: normal;
  font-family: vista-slab, serif;
  letter-spacing: 0.08em;
}

#contents .works .section-title .ja {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.08em;
}

#contents .works > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#contents .works .sites {
  max-width: 1200px;
  margin: 0 0 0 -360px;
  padding: 120px 15px 120px 360px;
  overflow: hidden;
  background-image: url(/images/top/bg_works.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#contents .works .sites > .inner {
  max-width: 888px;
}

#contents .works .list-wrapper {
  margin: 0 0 75px;
  overflow: hidden;
}

#contents .works .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -90px -65px 0;
}

#contents .works .list .item {
  position: relative;
  z-index: 10;
  width: 236px;
  margin: 0 90px 65px 0;
}

#contents .works .list a:hover .text {
  opacity: 1;
}

#contents .works .list .image img {
  border-radius: 50%;
}

#contents .works .list .text {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgba(46, 132, 170, 0.6);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: opacity .2s;
}

#contents .works .btn {
  width: 350px;
  margin: 0 auto;
}

#contents .works .btn a {
  height: 80px;
  border: 3px solid #1CADEC;
  border-radius: 40px;
  font-size: 1.8rem;
}

#contents .flow {
  margin: 0 0 80px;
}

#contents .flow .section-title-wrapper {
  display: flex;
  margin: 0 0 -60px;
}

#contents .flow .section-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  width: calc(50% - 220px);
  min-width: 395px;
  height: 446px;
  margin: 0 106px 0 0;
  background-color: #00adec;
}

#contents .flow .section-title .inner {
  display: block;
  width: 380px;
  margin: 180px 0 0;
  padding: 0 0 0 15px;
}

#contents .flow .section-title .en {
  display: block;
  color: #fff;
  font-size: 6.2rem;
  font-weight: normal;
  font-family: vista-slab, serif;
  letter-spacing: 0.08em;
}

#contents .flow .section-title .ja {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.08em;
}

#contents .flow .lead-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 699px;
  padding: 30px 15px 90px 0;
}

#contents .flow .lead-wrapper .lead {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.24em;
}

#contents .flow > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#contents .flow .images {
  display: flex;
  margin: 0 -360px 0 0;
}

#contents .flow .images .image:nth-child(2) {
  padding-top: 60px;
}

#contents .flow .images .image:nth-child(3) {
  padding-top: 120px;
}

#contents .flow .btn {
  width: 350px;
  margin: 0 auto;
}

#contents .flow .btn a {
  height: 80px;
  border: 3px solid #1CADEC;
  border-radius: 40px;
  font-size: 1.8rem;
}

#contents .price {
  position: relative;
  margin: 0 0 100px;
}

#contents .price .section-title-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  margin: 0 0 120px;
}

#contents .price .section-title {
  width: calc(50% - 220px);
  min-width: 395px;
  height: 432px;
  margin: 0;
  background-color: #00adec;
}

#contents .price .section-title .inner {
  display: block;
  width: 380px;
  margin: 180px 0 0;
  padding: 0 15px 0 0;
  text-align: right;
}

#contents .price .section-title .en {
  display: block;
  color: #fff;
  font-size: 6.2rem;
  font-weight: normal;
  font-family: vista-slab, serif;
  letter-spacing: 0.08em;
}

#contents .price .section-title .ja {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.08em;
}

#contents .price > .inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#contents .price .image {
  position: absolute;
  top: -500px;
  left: -108px;
}

#contents .price .lead {
  margin: 0 0 80px 590px;
  font-size: 2.2rem;
  letter-spacing: 0.24em;
}

#contents .price .btn {
  width: 350px;
  margin: 0 auto;
}

#contents .price .btn a {
  height: 80px;
  border: 3px solid #1CADEC;
  border-radius: 40px;
  font-size: 1.8rem;
}

#contents .links {
  display: flex;
  margin: 0 0 75px;
}

#contents .links section {
  width: calc(50% - 2.5px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#contents .links a {
  display: flex;
  align-items: center;
  height: 400px;
  color: #fff;
}

#contents .links .title {
  margin: 0;
  text-align: center;
}

#contents .links .title .en {
  display: block;
  margin: 0;
  font-size: 7.3rem;
  font-weight: normal;
  font-family: vista-slab, serif;
  letter-spacing: 0.08em;
}

#contents .links .title .ja {
  display: block;
  margin: 0;
  font-size: 2.1rem;
  font-weight: normal;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.12em;
}

#contents .links .qanda {
  margin: 0 5px 0 0;
  background-image: url(/images/top/bg_qanda.webp);
}

#contents .links .qanda a {
  justify-content: flex-end;
}

#contents .links .qanda .title {
  margin-right: 266px;
}

#contents .links .csr {
  background-image: url(/images/top/bg_csr.webp);
}

#contents .links .csr a {
  justify-content: flex-start;
}

#contents .links .csr .title {
  margin-left: 266px;
}

#contents .contact {
  max-width: 1750px;
  margin: 0 auto;
  padding: 200px 15px 90px;
  background-image: url(/images/top/symbol2.svg), url(/images/top/bg_contact.webp);
  background-position: center 42px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

#contents .contact .title {
  margin: 0 0 90px;
  color: #3e3e3e;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  text-align: center;
}

#contents .contact .btns {
  display: flex;
  justify-content: center;
}

#contents .contact .btns > div {
  width: 440px;
  margin: 0 40px 0 0;
}

#contents .contact .btns > div:last-child {
  margin: 0;
}

#contents .contact .btns .btn1 a {
  height: 110px;
  border: 3px solid #1CADEC;
  border-radius: 55px;
  font-size: 2.2rem;
}

#contents .contact .btns .btn2 a {
  height: 110px;
  border: 3px solid #1CADEC;
  border-radius: 55px;
  font-size: 2.2rem;
}

@media (max-width: 1199px) {
  #contents .mainvisual .texts .title {
    font-size: 3.4rem;
  }
  #contents .mainvisual .texts .text {
    font-size: 1.8rem;
  }
  #contents .service .section-title {
    margin: 0 30px 0 0;
  }
  #contents .service .lead-wrapper {
    max-width: none;
  }
  #contents .service .lead-wrapper .lead {
    font-size: 1.8rem;
  }
  #contents .works .section-title-wrapper {
    margin: 0 0 -250px;
  }
  #contents .flow .section-title {
    margin: 0 30px 0 0;
  }
  #contents .flow .lead-wrapper {
    max-width: none;
  }
  #contents .links .qanda a {
    justify-content: center;
  }
  #contents .links .qanda .title {
    margin-right: 0;
  }
  #contents .links .csr a {
    justify-content: center;
  }
  #contents .links .csr .title {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  #contents .price .image {
    max-width: 400px;
  }
  #contents .price .lead {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 767px) {
  #contents .mainvisual {
    margin: 0 auto 25px;
  }
  #contents .mainvisual .images .swiper-container {
    height: 527px;
  }
  #contents .mainvisual .images .slide1 {
    background-size: auto 527px;
  }
  #contents .mainvisual .images .slide2 {
    background-size: auto 527px;
  }
  #contents .mainvisual .texts {
    min-height: auto;
    padding: 0;
  }
  #contents .mainvisual .texts .title {
    margin: 100px 0 315px 10.66667%;
    font-size: 2.6rem;
  }
  #contents .mainvisual .texts .text {
    width: 76.53333%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  #contents .mainvisual .texts .text:first-of-type {
    padding-top: 30px;
  }
  #contents .mainvisual .symbol {
    top: 291px;
    right: 30px;
    width: 158px;
  }
  #contents .service {
    margin: 0 0 50px;
  }
  #contents .service .section-title-wrapper {
    display: block;
    margin: 0 0 25px;
  }
  #contents .service .section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 64%;
    min-width: auto;
    height: 155px;
    margin: 0 0 25px;
  }
  #contents .service .section-title .inner {
    width: auto;
    margin: 0;
    padding: 0 0 0 14.58333%;
  }
  #contents .service .section-title .en {
    font-size: 3.3rem;
  }
  #contents .service .section-title .ja {
    font-size: 1.4rem;
  }
  #contents .service .lead-wrapper {
    display: block;
    width: 81.33333%;
    margin: 0 auto;
    padding: 0;
  }
  #contents .service .lead-wrapper .lead {
    font-size: 1.7rem;
  }
  #contents .service > .inner {
    padding: 0;
  }
  #contents .service .list {
    display: block;
    width: 85.33333%;
    margin: 0 auto;
  }
  #contents .service .list .item {
    width: auto;
    margin: 0 0 105px;
  }
  #contents .service .list .item::after {
    top: auto;
    right: 0;
    bottom: -78px;
    left: 0;
    width: 48px;
    margin: 0 auto;
    padding: 48px 0 0;
    transform: none;
    content: '';
  }
  #contents .service .list .image {
    max-width: 134px;
    margin: 0 auto 25px;
  }
  #contents .service .list .title {
    margin: 0 0 25px;
    font-size: 1.7rem;
  }
  #contents .service .list .text {
    margin: 0 0 35px;
    font-size: 1.7rem;
  }
  #contents .service .list .btn {
    width: 58.125%;
    margin: 0 auto;
  }
  #contents .service .list .btn a {
    height: 44px;
    border: 2px solid #1CADEC;
    border-radius: 22px;
    font-size: 1.2rem;
  }
  #contents .works .section-title-wrapper {
    margin: 0 0 -50px;
  }
  #contents .works .section-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 64%;
    min-width: auto;
    height: 155px;
  }
  #contents .works .section-title .inner {
    width: auto;
    margin: 0;
    padding: 0 15% 0 0;
  }
  #contents .works .section-title .en {
    font-size: 3.3rem;
  }
  #contents .works .section-title .ja {
    font-size: 1.4rem;
  }
  #contents .works > .inner {
    padding: 0;
  }
  #contents .works .sites {
    width: 90.66667%;
    margin: 0;
    padding: 78px 2.66667% 52px 12%;
    box-sizing: border-box;
  }
  #contents .works .list-wrapper {
    margin: 0 0 35px;
  }
  #contents .works .list {
    margin: 0 -12.2807% -35px 0;
  }
  #contents .works .list .item {
    width: 38.75%;
    max-width: 124px;
    margin: 0 10.9375% 35px 0;
  }
  #contents .works .list .text {
    display: none;
  }
  #contents .works .btn {
    width: 65.26316%;
    margin: 0 auto;
  }
  #contents .works .btn a {
    height: 44px;
    border: 2px solid #1CADEC;
    border-radius: 22px;
    font-size: 1.2rem;
  }
  #contents .flow {
    margin: 0 auto 45px;
  }
  #contents .flow .section-title-wrapper {
    display: block;
    margin: 0 0 25px;
  }
  #contents .flow .section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 64%;
    min-width: auto;
    height: 155px;
    margin: 0 0 25px;
  }
  #contents .flow .section-title .inner {
    width: auto;
    margin: 0;
    padding: 0 0 0 14.58333%;
  }
  #contents .flow .section-title .en {
    font-size: 3.3rem;
  }
  #contents .flow .section-title .ja {
    font-size: 1.4rem;
  }
  #contents .flow .lead-wrapper {
    display: block;
    width: 81.33333%;
    margin: 0 auto;
    padding: 0;
  }
  #contents .flow .lead-wrapper .lead {
    font-size: 1.7rem;
  }
  #contents .flow > .inner {
    padding: 0;
  }
  #contents .flow .images {
    justify-content: center;
    margin: 0 -95px 25px;
  }
  #contents .flow .images .image {
    width: 190px;
  }
  #contents .flow .images .image:nth-child(2) {
    padding-top: 15px;
  }
  #contents .flow .images .image:nth-child(3) {
    padding-top: 30px;
  }
  #contents .flow .btn {
    width: 58.125%;
    margin: 0 auto;
  }
  #contents .flow .btn a {
    height: 44px;
    border: 2px solid #1CADEC;
    border-radius: 22px;
    font-size: 1.2rem;
  }
  #contents .price {
    margin: 0 0 35px;
  }
  #contents .price .section-title-wrapper {
    margin: 0 0 -20px;
  }
  #contents .price .section-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 64%;
    min-width: auto;
    height: 155px;
  }
  #contents .price .section-title .inner {
    width: auto;
    margin: 0;
    padding: 0 15% 0 0;
  }
  #contents .price .section-title .en {
    font-size: 3.3rem;
  }
  #contents .price .section-title .ja {
    font-size: 1.4rem;
  }
  #contents .price > .inner {
    padding: 0;
  }
  #contents .price .image {
    position: static;
    width: 49.06667%;
    margin: 0 auto 25px;
  }
  #contents .price .lead {
    width: 81.33333%;
    margin: 0 auto 25px;
    font-size: 1.7rem;
  }
  #contents .price .btn {
    width: 58.125%;
    margin: 0 auto;
  }
  #contents .price .btn a {
    height: 44px;
    border: 2px solid #1CADEC;
    border-radius: 22px;
    font-size: 1.2rem;
  }
  #contents .links {
    display: block;
    margin: 0 0 30px;
  }
  #contents .links a {
    height: 150px;
  }
  #contents .links section {
    width: auto;
  }
  #contents .links .title .en {
    font-size: 3.6rem;
  }
  #contents .links .title .ja {
    font-size: 1.2rem;
  }
  #contents .links .qanda {
    margin: 0 0 5px;
  }
  #contents .links .qanda .title {
    margin: 0;
  }
  #contents .links .csr .title {
    margin: 0;
  }
  #contents .contact {
    width: 88%;
    padding: 90px 15px 50px;
    box-sizing: border-box;
    background-image: url(/images/top/symbol2.svg), url(/images/top/bg_contact.webp);
    background-position: center 35px, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 60px auto, cover;
  }
  #contents .contact .title {
    margin: 0 0 45px;
    font-size: 1.6rem;
  }
  #contents .contact .btns {
    display: block;
  }
  #contents .contact .btns > div {
    width: 74.33333%;
    margin: 0 auto 30px;
  }
  #contents .contact .btns > div:last-child {
    margin: 0 auto;
  }
  #contents .contact .btns .btn1 a {
    height: 50px;
    border: 2px solid #1CADEC;
    border-radius: 25px;
    font-size: 1.3rem;
  }
  #contents .contact .btns .btn2 a {
    height: 50px;
    border: 2px solid #1CADEC;
    border-radius: 25px;
    font-size: 1.3rem;
  }
}

@media (max-width: 374px) {
  #contents .mainvisual .texts .title {
    margin: 100px auto 315px;
    font-size: 2.4rem;
  }
}
