@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #3E3E3E;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 500;
   font-size: 14px;
   line-height: 30px;
   letter-spacing: 0em;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
}

/*=============================================
 * header
 *=============================================*/
header {
   display: flex;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   width: 237px;
   padding: 15px 30px;
}

header nav {
   position: absolute;
   top: 30px;
   right: 30px;
}

header .nav {
   font-weight: 400;
   font-size: 26px;
   letter-spacing: 0.1em;
   line-height: 34px;
}

header .nav li+li {
   padding-top: 10px;
}

header .nav a {
   border-bottom: 1px solid transparent;
}

header .nav a:hover {
   border-bottom-color: #3E3E3E;
}

header.fixed .logo a {
   background: #fff;
}

@media screen and (max-width: 767px) {
   header .logo {
      padding: 15px 20px;
   }

   header .logo a {
      width: 198px;
      padding: 0;
   }

   header.fixed .logo {
      background: #fff;
   }
}

/*=============================================
 * footer
 *=============================================*/
footer {
   color: #fff;
   position: relative;
}

footer:before {
   content: '';
   width: 100%;
   background: url("../img/common/contact_bg.jpg") no-repeat center top/cover;
   position: absolute;
   top: 0;
   bottom: 82px;
   left: 0;
}

footer .cta {
   padding: 90px 0 0;
}

footer .cta .wrap {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px 35px;
   padding-top: 30px;
}

footer .cta .deco {
   width: 655px;
   position: absolute;
   top: 0;
   right: 0;
}

footer .cta h2 img {
   max-width: 137px;
}

footer .cta h2 span {
   font-weight: 400;
   font-size: 62px;
   line-height: 80px;
}

footer .cta .button {
   width: 100%;
   text-align: right;
   color: #3E3E3E;
}

footer .photos {
   display: grid;
   grid-template-columns: repeat(4, 305px);
   gap: 20px;
   padding-top: 40px;
   position: relative;
}

footer .logo {
   width: 138px;
   padding: 62px 0;
   position: relative;
}

footer .logo:before {
   content: '';
   width: 780px;
   height: 370px;
   background: url("../img/common/footer-deco.png") no-repeat center top/cover;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}

footer address {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 82px;
   background-color: #fff;
   color: #000;
   font-weight: 700;
   font-size: 16px;
}

@media screen and (max-width: 1440px) {
   footer .photos {
      grid-template-columns: repeat(4, 1fr);
      width: calc(50% + 570px);
   }
}

@media screen and (max-width: 1200px) {
   footer .photos {
      width: calc(50% + 480px);
   }
}

@media screen and (max-width: 1023px) {
   footer .photos {
      width: calc(50% + 360px);
   }
}

@media screen and (max-width: 767px) {
   footer:before {
      background-image: url("../img/common/contact_bg_sp.jpg");
      bottom: 65px;
   }

   footer .cta .wrap {
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start;
   }

   footer .cta .txt {
      padding-right: 8px;
   }

   footer .cta .button {
      text-align: left;
      padding-top: 22vw;
   }

   footer .cta .deco {
      width: auto;
      top: auto;
      right: 20px;
      bottom: 50px;
      left: 20px;
   }

   footer .photos {
      width: calc(100% - 20px);
      gap: 6px;
      padding-top: 30px;
   }

   footer .photos figure {
      padding-top: 155%;
      position: relative;
   }

   footer .photos figure img {
      width: 100%;
      max-width: inherit;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
   }

   footer .box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: url("../img/common/footer-deco_sp.png") no-repeat center top/100% auto;
      padding: 30px 40px 50px 20px;
   }

   footer .logo {
      padding: 0;
   }

   footer .logo:before {
      display: none;
   }

   footer nav {
      font-weight: 400 !important;
      letter-spacing: 0.1em;
   }

   footer nav a {
      display: flex;
      background: url("../img/common/nav-arrow.png") no-repeat center left/17px auto;
      padding-left: 27px;
   }

   footer address {
      height: 65px;
   }
}

/*=============================================
 * contents
 *=============================================*/
main:before {
   content: '';
   width: 100%;
   padding-top: 2500px;
   background: url("../img/index/mv-bg.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 767px) {
   main:before {
      background-image: url("../img/index/mv-bg_sp.png");
   }
}

#mv {
   padding: 90px 0 65px;
   position: relative;
}

#mv .sub {
   font-weight: 600;
   font-size: 20px;
   line-height: 40px;
   padding-left: 85px;
}

#mv h2 {
   width: 480px;
   padding-top: 60px;
}

#mv .button {
   padding-top: 70px;
}

#mv .scroll-down {
   display: flex;
   align-items: center;
   gap: 10px;
   width: 20px;
   height: 190px;
   position: absolute;
   top: 675px;
   left: 32px;
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 0.1em;
   line-height: 21px;
   cursor: pointer;
   z-index: 1;
   transition: all 0.3s;
}

#mv .scroll-down span {
   cursor: pointer;
}

#mv .scroll-down .line {
   width: 1px;
   height: 100px;
   background-color: #3E3E3E;
}

#mv .scroll-down:hover {
   opacity: 0.7;
}

@media screen and (max-width: 1200px) {
   #mv .scroll-down {
      left: 5px;
   }
}

@media screen and (max-width: 1023px) {
   #mv .sub {
      padding-left: 0;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      padding: 95vw 0 0;
   }

   #mv .sub {
      display: none;
   }

   #mv h2 {
      width: 100%;
      padding-top: 0;
   }

   #mv .button {
      padding-top: 20px;
   }

   #mv .scroll-down {
      display: none;
   }
}

#about {
   background: url("../img/index/about-photo.png") no-repeat bottom 125px left/1306px;
   position: relative;
   padding: 345px 0 245px;
}

#about:before {
   content: '';
   width: 1353px;
   height: 2356px;
   background: url("../img/index/about-deco-1.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   right: 0;
}

#about .wrap {
   display: grid;
   grid-template-columns: 136px 1fr;
   align-items: flex-start;
}

#about h2 {
   width: 30px;
   position: relative;
}

#about h2:before {
   content: '';
   width: 1102px;
   height: 839px;
   background: url("../img/index/about-deco.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#about h2 img {
   position: relative;
}

#about .block {
   position: relative;
}

#about .block h3 {
   display: flex;
   align-items: center;
   gap: 50px;
   font-weight: 400;
   font-size: 62px;
   line-height: 80px;
}

#about .block h3:after {
   content: '';
   border-top: 1px solid #3E3E3E;
   flex: 1 0 0;
}

#about .desc {
   display: grid;
   grid-template-columns: 185px 1fr;
   align-items: center;
   padding-top: 60px;
}

#about .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 24px;
   padding-top: 120px;
}

#about .box .col {
   background-color: #fff;
   position: relative;
   padding: 57px 20px 44px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

#about .box figure {
   width: 54px;
   position: absolute;
   top: -27px;
   left: 50%;
   transform: translateX(-50%);
}

#about .box .txt {
   padding-top: 30px;
}

@media screen and (max-width: 1200px) {
   #about .desc {
      grid-template-columns: 150px 1fr;
   }
}

@media screen and (max-width: 1023px) {
   #about .box {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media screen and (max-width: 767px) {
   #about {
      background: url("../img/index/about-photo_sp.png") no-repeat top 60vw left/100% auto;
      padding: 105px 0 132px;
   }

   #about:before {
      display: none;
   }

   #about .wrap {
      grid-template-columns: 80px 1fr;
   }

   #about h2 {
      width: 15px;
      padding: 0 10px;
   }

   #about h2:before {
      width: 589px;
      height: 448px;
   }

   #about .block h3 {
      gap: 30px;
      font-size: 33px;
      line-height: 43px;
   }

   #about .desc {
      grid-template-columns: 80px 1fr;
      align-items: flex-start;
      padding-top: 30px;
   }

   #about .desc dt {
      font-size: 14px;
      line-height: 20px;
   }

   #about .desc dd {
      font-size: 13px;
      line-height: 25px;
   }

   #about .box {
      grid-template-columns: 1fr;
      gap: 50px;
      margin: 0 25px 0 -55px;
      padding-top: 80px;
   }

   #about .box .col {
      padding: 50px 0 25px;
   }
}

#service {
   position: relative;
}

#service .nav {
   width: calc(50% - 685px);
   min-width: 130px;
   position: absolute;
   top: 250px;
   bottom: 0;
   left: 85px;
   z-index: 2;
}

#service .nav ul {
   width: max-content;
   font-weight: 400;
   letter-spacing: 0.1em;
   margin: 0 auto;
   position: sticky;
   top: 80px;
}

#service .nav li+li {
   padding-top: 10px;
}

#service .nav a {
   color: #C1C1C1;
}

#service .nav a.current,
#service .nav a:hover {
   color: #3E3E3E;
   opacity: 1;
}

#service .head {
   background-color: #fff;
   border-radius: 70px 70px 0 0;
   margin: 0 4.5%;
}

#service .head .logo {
   width: 98px;
   position: absolute;
   top: -18px;
   left: 50%;
   transform: translateX(-50%);
}

#service .head h2 {
   font-weight: 400;
   font-size: 62px;
   letter-spacing: 0;
   line-height: 80px;
   padding: 250px 0 180px;
   position: relative;
}

#service .head h2:before {
   content: '';
   width: 646px;
   height: 492px;
   background: url("../img/index/service-deco.png") no-repeat center top/cover;
   position: absolute;
   top: 164px;
   left: 50%;
   transform: translateX(-50%);
}

#service .head h2 img {
   width: 29px;
   padding-top: 36px;
   position: relative;
}

@media screen and (max-width: 1440px) {
   #service .head {
      margin: 0 2%;
   }
}

@media screen and (max-width: 1023px) {
   #service .nav {
      display: none;
   }

   #service .head {
      margin: 0;
   }
}

@media screen and (max-width: 767px) {
   #service .head {
      overflow: hidden;
      padding-bottom: 80px;
   }

   #service .head .logo {
      top: -64px;
   }

   #service .head h2 {
      padding: 160px 0 0;
   }

   #service .head h2:before {
      width: 646px;
      height: 492px;
      top: 90px;
   }

   #service .head figure {
      padding: 10px 20px 0;
   }
}

.service-01 {
   background-color: #EEF2F3;
   position: relative;
   padding-bottom: 425px;
}

.service-01 .photo {
   width: calc(50% - 125px);
   max-width: 835px;
   position: absolute;
   top: -335px;
   right: 0;
}

.service-01 h2 {
   width: 101px;
   font-weight: 400;
   text-align: center;
   position: absolute;
   top: -70px;
   left: 0;
}

.service-01 .box-1 {
   width: 670px;
   padding-top: 95px;
}

.service-01 .box-1 .txt {
   padding-top: 26px;
}

.service-01 .box-2 {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 38px;
   padding: 80px 0 100px;
}

.service-01 .box-2 .col {
   color: #fff;
   position: relative;
   z-index: 1;
   padding: 0 30px 30px;
}

.service-01 .box-2 .col:before {
   content: '';
   width: 100%;
   background-color: #3E3E3E;
   position: absolute;
   top: 50px;
   bottom: 0;
   left: 0;
   z-index: -1;
}

.service-01 .box-2 figure {
   margin-right: -30px;
}

.service-01 .box-2 h3 {
   position: relative;
   padding-top: 16px;
   padding-bottom: 12px;
}

.service-01 .box-2 h3:before {
   content: '';
   width: 100%;
   height: 2px;
   background: linear-gradient(to right, #fff 72px, #939191 72px);
   position: absolute;
   bottom: 0;
   left: 0;
}

.service-01 .box-2 .txt {
   font-size: 16px;
   padding-top: 12px;
}

.service-01 .voice {
   width: calc(50% + 600px);
   background-color: #fff;
   padding: 60px 70px 90px 0;
   box-sizing: border-box;
}

.service-01 .voice h2 {
   width: auto;
   text-align: right;
   position: static;
   padding-bottom: 30px;
}

.service-01 .voice h2 span {
   color: #E1E8E8;
   font-weight: 400;
   font-size: 62px;
   line-height: 62px;
}

.service-01 .voice .swiper-slide {
   display: grid;
   grid-template-columns: 175px 1fr;
   gap: 15px;
   width: 528px;
   background-color: #EEF2F3;
   margin-left: 72px;
   word-break: break-all;
   direction: ltr;
   padding: 50px 15px 40px 0;
}

.service-01 .voice .swiper-slide .info {
   text-align: center;
}

.service-01 .voice .swiper-slide .info dt {
   font-weight: 600;
   font-size: 16px;
   line-height: 20px;
   background-color: #3E3E3E;
   color: #fff;
   margin-bottom: 26px;
   padding: 7px;
}

.service-01 .voice .swiper-slide .info dd {
   width: 126px;
   height: 126px;
   border-radius: 50%;
   overflow: hidden;
   margin: 0 auto;
}

.service-01 .voice .swiper-slide h3 {
   border-bottom: 1px solid;
   padding-bottom: 15px;
}

.service-01 .voice .swiper-slide .txt {
   padding-top: 15px;
}

.service-01 .voice .swiper-controls {
   display: flex;
   justify-content: flex-end;
   gap: 40px;
   padding-top: 72px;
}

.service-01 .voice .swiper-pagination {
   display: flex;
   align-items: center;
   gap: 32px;
   width: auto;
   position: static;
   transition: all 0.3s;
}

.service-01 .voice .swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   background-color: #D5D5D5;
   margin: 0;
   opacity: 1;
}

.service-01 .voice .swiper-pagination-bullet-active,
.service-01 .voice .swiper-pagination-bullet:hover {
   background-color: #3E3E3E;
}

.service-01 .voice .swiper-button-prev,
.service-01 .voice .swiper-button-next {
   width: 25px;
   height: 18px;
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   margin-top: 0;
   transition: all 0.3s;
}

.service-01 .voice .swiper-button-prev:before,
.service-01 .voice .swiper-button-next:before {
   content: '';
   width: 100%;
   height: 100%;
   -webkit-mask: url("../img/common/arrow-right.svg") no-repeat center top/cover;
   mask: url("../img/common/arrow-right.svg") no-repeat center top/cover;
   background: #3E3E3E;
   position: absolute;
   top: 0;
   left: 0;
}

.service-01 .voice .swiper-button-prev:hover,
.service-01 .voice .swiper-button-next:hover {
   opacity: 0.7;
}

.service-01 .voice .swiper-button-prev {
   transform: scaleX(-1);
}

.service-01 .voice .swiper-navigation-icon {
   display: none;
}

@media screen and (max-width: 1440px) {
   .service-01 .photo {
      top: -220px;
   }

   .service-01 .voice {
      width: calc(50% + 570px);
   }
}

@media screen and (max-width: 1200px) {
   .service-01 .voice {
      width: calc(50% + 480px);
   }
}

@media screen and (max-width: 1023px) {
   .service-01 .photo {
      top: -140px;
   }

   .service-01 .box-2 {
      grid-template-columns: repeat(2, 1fr);
   }

   .service-01 .voice {
      width: calc(50% + 360px);
   }
}

@media screen and (max-width: 767px) {
   .service-01 {
      padding-bottom: 210px;
   }

   .service-01 h2 {
      top: -63px;
      left: calc(50% - 50px);
   }

   .service-01 .box-1 {
      width: 100%;
      padding-top: 105px;
   }

   .service-01 .box-2 {
      grid-template-columns: 1fr;
      gap: 45px;
      padding: 40px 0 80px;
   }

   .service-01 .voice {
      width: calc(100% - 20px);
      padding: 16px 20px 60px;
   }

   .service-01 .voice h2 {
      padding-bottom: 30px;
      transform: translateX(0%);
   }

   .service-01 .voice .swiper-slide {
      grid-template-columns: 1fr;
      width: calc(100% - 40px);
      margin-top: 37px;
      margin-left: 20px;
      padding: 30px 20px;
   }

   .service-01 .voice .swiper-slide .info {
      display: block;
      position: relative;
      margin-left: -20px;
      padding-bottom: 5px;
   }

   .service-01 .voice .swiper-slide .info dt {
      width: calc(100% - 156px);
      margin-bottom: 0;
   }

   .service-01 .voice .swiper-slide .info dd {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0;
   }

   .service-01 .voice .swiper-slide .text {
      padding-top: 30px;
   }

   .service-01 .voice .swiper-controls {
      padding-top: 40px;
   }
}

.service-02 {
   background: url("../img/index/service-deco-1.png") no-repeat center top/cover;
   position: relative;
   padding-bottom: 200px;
}

.service-02 .photo {
   width: calc(50% + 75px);
   max-width: 1035px;
   position: absolute;
   top: -190px;
   left: 0;
}

.service-02 h2 {
   width: 101px;
   font-weight: 400;
   text-align: center;
   position: absolute;
   top: -70px;
   right: 0;
}

.service-02 .box-1 {
   width: 355px;
   margin-left: auto;
   padding-top: 120px;
}

.service-02 .box-1 h3 {
   text-align: right;
}

.service-02 .box-1 .txt {
   padding-top: 45px;
}

.service-02 .box-2 {
   display: flex;
   justify-content: space-between;
   padding-top: 120px;
}

.service-02 .box-2 h3 .en {
   font-weight: 400;
   font-size: 62px;
   line-height: 80px;
   color: #E1E8E8;
}

.service-02 .box-2 .list {
   display: grid;
   grid-template-columns: repeat(2, 370px);
   gap: 38px 34px;
}

.service-02 .box-2 .list .item {
   background-color: #E8EAEB;
   border-radius: 20px;
   padding-bottom: 50px;
}

.service-02 .box-2 .list h4 {
   background-color: #3E3E3E;
   color: #fff;
   border-radius: 20px 20px 0 0;
   padding: 15px 15px 17px;
   text-align: center;
}

.service-02 .box-2 .list ul {
   line-height: 20px;
   padding: 20px 30px 0;
}

.service-02 .box-2 .list ul li {
   padding-left: 20px;
   position: relative;
}

.service-02 .box-2 .list ul li:before {
   content: '●';
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1200px) {
   .service-02 .box-2 .list {
      grid-template-columns: repeat(2, 350px);
      gap: 20px;
   }
}

@media screen and (max-width: 1023px) {
   .service-02 .box-2 {
      flex-direction: column;
      gap: 25px;
   }

   .service-02 .box-2 .list {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media screen and (max-width: 767px) {
   .service-02 {
      padding-bottom: 125px;
   }

   .service-02 .photo {
      width: 55vw;
      height: 168px;
      top: -80px;
   }

   .service-02 .photo img {
      width: 100%;
      max-width: inherit;
      height: 100%;
      object-fit: cover;
      object-position: center right;
   }

   .service-02 h2 {
      right: 45px;
   }

   .service-02 .box-1 {
      width: 100%;
   }

   .service-02 .box-1 h3 {
      text-align: center;
   }

   .service-02 .box-2 {
      padding-top: 45px;
   }

   .service-02 .box-2 .list {
      grid-template-columns: 1fr;
   }
}

.service-03 {
   background-color: #E8EAEB;
   position: relative;
   padding-bottom: 120px;
}

.service-03 h2 {
   width: 101px;
   font-weight: 400;
   text-align: center;
   position: absolute;
   top: -70px;
   left: calc(50% - 50px);
}

.service-03 .box-1 {
   padding-top: 65px;
}

.service-03 .box-1 .txt {
   padding-top: 16px;
}

.service-03 .box-2 {
   background-color: #fff;
   border-radius: 20px;
   margin-top: 80px;
   padding: 70px 20px 50px;
   position: relative;
}

.service-03 .box-2 .h3-red {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   width: 100%;
   max-width: 825px;
   background-color: #C40603;
   color: #fff;
   border-radius: 50px;
   position: absolute;
   top: -25px;
   left: 50%;
   transform: translateX(-50%);
}

.service-03 .box-2 .h3-red .tag {
   width: 50px;
   background-color: #fff;
   color: #3E3E3E;
   text-align: center;
   font-weight: 600;
   font-size: 16px;
   line-height: 26px;
}

.service-03 .box-2 .h3-red strong {
   font-weight: 600;
   font-size: 34px;
   line-height: 62px;
}

.service-03 .box-2 .h3-red strong .fz56 {
   font-size: 56px;
}

.service-03 .box-2 .h3-red strong .fz43 {
   font-size: 43px;
}

.service-03 .box-2 .ttl-sub {
   line-height: 20px;
}

.service-03 .box-2 .ttl-sub small {
   font-size: 16px;
}

.service-03 .box-2 .list {
   display: grid;
   grid-template-columns: repeat(4, 230px);
   justify-content: center;
   gap: 24px;
   padding-top: 36px;
}

.service-03 .box-2 .list .col {
   border: 1px solid #707070;
   position: relative;
   padding: 45px 18px 30px;
}

.service-03 .box-2 .list figure {
   width: 54px;
   position: absolute;
   top: -22px;
   left: 50%;
   transform: translateX(-50%);
}

.service-03 .box-2 .list .txt {
   line-height: 25px;
   padding-top: 20px;
}

.service-03 .box-2 .note {
   font-weight: 700;
   line-height: 20px;
   color: #B5B5B5;
   padding-top: 24px;
}

@media screen and (max-width: 1200px) {
   .service-03 .box-2 .list {
      grid-template-columns: repeat(4, 1fr);
   }

   .service-03 .box-2 .list .col {
      padding: 45px 10px 20px;
   }
}

@media screen and (max-width: 1023px) {
   .service-03 .box-2 .list {
      grid-template-columns: repeat(2, 1fr);
      gap: 48px 24px;
   }
}

@media screen and (max-width: 767px) {
   .service-03 {
      padding-bottom: 60px;
   }

   .service-03 .box-2 {
      padding: 74px 20px 50px;
   }

   .service-03 .box-2 .h3-red {
      width: calc(100% - 20px);
   }

   .service-03 .box-2 .ttl-sub {
      display: none;
   }

   .service-03 .box-2 .list {
      grid-template-columns: 1fr;
   }

   .service-03 .box-2 .list .col {
      max-width: 300px;
      margin: 0 auto;
      padding: 45px 30px 30px;
      box-sizing: border-box;
   }

   .service-03 .box-2 .note {
      max-width: 300px;
      margin: 0 auto;
      padding-top: 20px;
      text-align: justify;
   }
}

#request {
   background: url("../img/index/request-deco-1.png") no-repeat center top/100% auto;
   padding: 380px 0 150px;
}

#request .wrap {
   z-index: 1;
}

#request h2 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 412px;
   font-weight: 400;
   font-size: 62px;
   line-height: 80px;
   position: relative;
   margin: 0 auto 120px;
   padding-left: 32px;
}

#request h2:before {
   content: '';
   width: 492px;
   height: 646px;
   background: url("../img/index/request-deco.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -1;
}

#request h2 img {
   max-width: 131px;
}

.mailform {
   background-color: #E8EAEB;
   border-radius: 30px;
   font-weight: 700;
   padding: 100px 80px;
}

.mailform .form-row:not(:last-child) {
   padding-bottom: 50px;
}

.mailform .form-row .caption {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
}

.mailform .form-row .caption span {
   width: 44px;
   border-radius: 5px;
   text-align: center;
   font-size: 14px;
   color: #fff;
}

.mailform .form-row .caption span.required {
   background-color: #C40603;
}

.mailform .form-row .caption span.non {
   background-color: #939393;
}

.mailform .form-row .input {
   padding-top: 20px;
}

.mailform .form-row .result_txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

.mailform .form-note {
   text-align: center;
   color: #8B8B8B;
   padding-top: 10px;
}

.mailform .form-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
   padding-top: 30px;
}

.mailform .form-btn input,
.mailform .form-btn a {
   width: 100%;
   height: 100%;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   cursor: pointer;
}

.mailform .form-btn p {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background-color: #3E3E3E;
   color: #fff;
   width: 236px;
   height: 60px;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
   border-radius: 50px;
   position: relative;
   box-sizing: border-box;
   text-align: center;
   transition: all 0.3s;
}

.mailform .form-btn p:after {
   content: '';
   width: 15px;
   height: 12px;
   -webkit-mask: url("../img/common/arrow-right.svg") no-repeat center top/cover;
   mask: url("../img/common/arrow-right.svg") no-repeat center top/cover;
   background: #fff;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

.mailform .form-btn p:hover {
   opacity: 0.7;
}

.mailform .form-btn .btn-prev {
   background-color: #ccc;
   color: #3E3E3E;
}

.mailform .form-btn .btn-prev:after {
   right: auto;
   left: 20px;
   transform: translateY(-50%) rotate(180deg);
   background: #3E3E3E;
}

.mailform .wpcf7-spinner {
   display: none;
}

.mailform.thanks .txt p+p {
   padding-top: 30px;
}

.mailform.thanks .button {
   padding-top: 50px;
}

@media screen and (max-width: 1023px) {
   .mailform {
      padding: 100px 50px;
   }
}

@media screen and (max-width: 767px) {
   #request {
      background-size: 400% auto;
      padding: 225px 0 50px;
   }

   #request h2 {
      width: 100%;
      margin-bottom: 80px;
      padding-left: 22px;
      box-sizing: border-box;
      font-size: 52px;
   }

   #request h2:before {
      width: 320px;
      height: 420px;
   }

   #request h2 img {
      max-width: 120px;
   }

   .wpcf7 input:not([type="checkbox"], [type="radio"]),
   .wpcf7 textarea {
      padding: 10px 20px;
   }

   .mailform {
      padding: 40px 20px;
   }

   .mailform .form-row:not(:last-child) {
      padding-bottom: 30px;
   }

   .mailform .form-row .input {
      padding-top: 10px;
   }

   .mailform .form-note {
      padding-top: 0;
   }

   .mailform .form-btn {
      flex-direction: column;
   }

   .mailform.thanks .txt {
      font-size: 13px;
      text-align: justify;
   }

   .mailform.thanks .txt p+p {
      padding-top: 20px;
   }

   .mailform.thanks .button {
      padding-top: 30px;
   }
}

#company__info {
	background: url('../img/index/company-bg.jpg') no-repeat center top / cover;
	padding: 116px 0 170px;
}

#company__info h2 {
	max-width: 138px;
	margin: 0 auto;
}
#company__info .txt-info {
	background: #fff;
	position: relative;
	margin-top: 80px;
	padding: 100px 85px;
}
#company__info .txt-info:before{
	content: '';	
	border: 1px solid #E8E8E8;
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
}

#company__info .txt-info dl {
	display: grid;
	grid-template-columns: 200px 1fr;
	padding: 0 10px;
	position: relative;
}
#company__info .txt-info dl+dl {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dashed #D9D9D9;
}
@media screen and (max-width: 1023px) {
	#company__info .txt-info {
		padding: 100px 40px;
	}
}
@media screen and (max-width: 767px) {
	#company__info {
		padding: 75px 0 60px;
	}
	#company__info .txt-info {
		margin-top: 32px;
		padding: 55px 25px;
		line-height: 25px;
	}
	#company__info .txt-info:before{
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}
	#company__info .txt-info dl {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 0;
	}
}