@charset "UTF-8";

/*
 * Animation
*=============================================*/
/* -- -- */
.fadeInUp {
   opacity: 0;
}

.fadeInUp[style*="visible"] {
   opacity: 1;
}

/* -- -- */
.img_effect {
   display: inline-block;
   overflow: hidden;
   position: relative;
}

.img_effect:after {
   content: "";
   animation-duration: 300ms;
   animation-fill-mode: forwards;
   animation-delay: 300ms;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #fff;
}

.img_effect[style*="visible"]:after {
   animation-name: homeTileAnimation;
}

@keyframes homeTileAnimation {
   0% {
      transform: translateX(0);
   }

   to {
      transform: translateX(-120%);
   }
}

/* -- -- */
/*
 * Custom
*=============================================*/
/* -- heading -- */
.h-20 {
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0em;
   line-height: 30px;
}

.h-22 {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 0em;
   line-height: 32px;
}

.h-24 {
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0em;
   line-height: 32px;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   letter-spacing: 0em;
   line-height: 37px;
}

.h-26.fnt-rounded1c {
   font-weight: 800;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   letter-spacing: 0em;
   line-height: 46px;
}

.h-32.fnt-rounded1c {
   font-weight: 800;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   letter-spacing: 0em;
   line-height: 52px;
}

@media screen and (max-width: 767px) {
   .h-20 {
      font-size: 16px;
   }

   .h-22,
   .h-24 {
      font-size: 18px;
      line-height: 30px;
   }

   .h-26 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-28 {
      font-size: 22px;
      line-height: 32px;
   }

   .h-32 {
      font-size: 24px;
      line-height: 32px;
   }

   .h-36 {
      font-size: 26px;
      line-height: 36px;
   }

   h2.h-26 {
      font-size: 26px;
      line-height: 35px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-block;
   vertical-align: middle;
   background-color: #FC7100;
   color: #fff;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0em;
   line-height: 24px;
   text-align: center;
   box-sizing: border-box;
   border-radius: 10px;
   padding: 11px 23px 13px;
   position: relative;
   z-index: 1;
}

.button a:after {
   content: '\f0da';
   font-family: "Font Awesome 6 Free";
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-variant: normal;
   line-height: 1;
   text-rendering: auto;
   display: inline-block;
   vertical-align: baseline;
   padding-left: 8px;
}

.button a:hover {
   background-color: #000;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-red {
   color: #E62200;
}

.cl-blue {
   color: #162A8D;
}

.cl-orange {
   color: #FC7100;
}

.udl01 {
   background-image: linear-gradient(#FFEAA5, #FFEAA5);
   background-size: 100% 10px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-smb {
   font-weight: 600;
}

.fw-b {
   font-weight: 700;
}

.fw-black {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.img_shadow {
   box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }
}

/* -- --*/
.w600 {
   width: 100%;
   max-width: 600px;
   box-sizing: border-box;
   margin: 0 auto;
   position: relative;
}

.w800 {
   width: 100%;
   max-width: 800px;
   box-sizing: border-box;
   margin: 0 auto;
   position: relative;
}

.w1000 {
   width: 100%;
   max-width: 1000px;
   box-sizing: border-box;
   margin: 0 auto;
   position: relative;
}

/* -- --*/
.bg-cl01 {
   background-color: #FC7100;
}

.bg-cl02 {
   background-color: #162A8D;
}

.bg-cl03 {
   background-color: #162A8D;
}

/* -- --*/
#kv {
   display: flex;
   align-items: center;
   background-color: #fff;
   height: 400px;
   margin: 0;
   position: relative;
   overflow: hidden;
   border-bottom: 1px solid #FC7100;
}

.kv__ttl {
   box-sizing: border-box;
   font-weight: 700;
   font-size: 39px;
   line-height: 56px;
   padding: 0;
   position: relative;
}

.kv__ttl small {
   display: block;
   font-weight: 700;
   font-size: 27px;
   line-height: 41px;
   padding-top: 10px;
}

@media screen and (max-width: 767px) {
   #kv {
      height: 200px;
      text-align: center;
   }

   .kv__ttl {
      font-size: 26px;
      line-height: 37px;
   }

   .kv__ttl small {
      font-size: 16px;
      line-height: 27px;
      padding-top: 5px;
   }
}

/* -- --*/
.breadcrumbs {
   width: 100%;
   font-size: 13px;
   line-height: 20px;
   padding: 10px 0 0;
}

.breadcrumbs .wrap>span {
   display: inline-block;
   word-break: break-all;
   text-transform: uppercase;
   padding: 0 10px;
}

.breadcrumbs .wrap>span:first-child {
   padding-left: 0;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

body.error404 .breadcrumbs {
   display: none;
}

@media screen and (max-width: 991px) {
   .breadcrumbs {
      font-size: 12px;
      overflow-x: auto;
      box-sizing: border-box;
      padding: 10px 20px 0;
   }

   .breadcrumbs .wrap {
      width: max-content;
      max-width: inherit;
      background-color: transparent;
      margin: 0;
      padding: 0;
   }

   .breadcrumbs .wrap>span {
      display: inline-block;
      word-break: break-all;
      padding: 0 10px;
      position: relative;
      top: 1px;
   }

   .breadcrumbs .wrap>span:first-child {
      padding-left: 0;
   }
}

/* -- --*/
.bg-parallax {
   position: relative;
}

.img_parallax {
   display: none;
}

@media only screen and (max-width: 1080px) {
   .bg-parallax {
      background: transparent !important;
   }

   .img_parallax {
      display: block;
      clip: rect(0, auto, auto, 0);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
   }

   .img_parallax img {
      width: 100% !important;
      height: 100vh !important;
      position: fixed;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      object-fit: cover;
      z-index: 0;
      transform: translateZ(0) !important;
   }
}

/* -- -- */
.img-zoom {
   display: block;
   overflow: hidden;
}

.img-zoom>* {
   transform: scale(1, 1);
   transition: all 0.3s ease;
}

.img-zoom:hover>* {
   transform: scale(1.05, 1.05);
}

/* -- -- */
.effect-bnr a {
   display: block;
   background-color: #030c17;
   position: relative;
}

.effect-bnr a:after {
   content: '';
   position: absolute;
   top: 30px;
   right: 30px;
   bottom: 30px;
   left: 30px;
   border: 1px solid #fff;
   box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1);
   opacity: 0;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: scale3d(1.1, 1.1, 1);
   transform: scale3d(1.1, 1.1, 1);
}

.effect-bnr a:hover {
   opacity: 1;
}

.effect-bnr a:hover:after {
   opacity: 1;
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
}

.effect-bnr a:hover img {
   opacity: 0.3 !important;
}

/* -- -- */
.box-img {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 30px 60px;
}

.box-img .photo {
   width: 50%;
}

.box-img .col {
   width: calc(50% - 60px);
}

.box-img .ttl {
   border-bottom: 1px solid;
   padding-bottom: 20px;
}

.box-img .txt {
   padding-top: 35px;
}

.box-img .button {
   padding-top: 35px;
}

.box-img.img_r {
   flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
   .box-img {
      gap: 20px;
   }

   .box-img .photo {
      width: 100%;
   }

   .box-img .col {
      width: 100%;
   }

   .box-img .ttl {
      padding-bottom: 15px;
   }

   .box-img.img_r {
      flex-direction: row;
   }
}

@media screen and (max-width: 767px) {
   .box-img .photo {
      width: 100%;
   }

   .box-img .col {
      width: 100%;
   }

   .box-img .no {
      font-size: 40px;
      line-height: 1;
   }

   .box-img .txt {
      padding-top: 15px;
   }

   .box-img .button {
      padding-top: 15px;
   }
}

/* -- --*/
.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   line-height: 25px;
   padding: 0 0px 18px;
   position: relative;
}

.tb-style dl+dl {
   border-top: 1px solid #B5B5B5;
   padding-top: 18px;
}

.tb-style dl:last-child {
   padding-bottom: 0;
}

.tb-style dl>* {
   display: table-cell;
   vertical-align: top;
}

.tb-style dl dt {
   width: 160px;
   color: #FC7100;
   font-weight: 700;
   box-sizing: border-box;
   padding-left: 20px;
   position: relative;
}

.tb-style dl dt:before {
   content: '●';
   position: absolute;
   top: 0;
   left: 0;
}

.tb-style dl dd {
   padding-left: 20px;
}

.tb-style dl dd ul {
   display: flex;
   flex-wrap: wrap;
   gap: 20px 110px;
}

.tb-style dl dd p {
   padding-bottom: 20px;
}

.tb-style dl dd p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
   .tb-style dl dt {
      width: 30%;
   }
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      padding: 0 0 15px;
   }

   .tb-style dl+dl {
      padding-top: 15px;
   }

   .tb-style dl dt {
      width: 90px;
      text-align: left;
   }

   .tb-style dl dd {
      padding-left: 10px;
   }

   .tb-style dl dd p {
      padding-bottom: 20px;
   }

   .tb-style dl dd p:last-child {
      padding-bottom: 0;
   }
}

/* -- -- */
.swiper-container {
   overflow: hidden;
   position: relative;
}

.swiper-fade .swiper-slide>* {
   opacity: 0;
}

.swiper-fade .swiper-slide-active>* {
   opacity: 1;
}

/* -- --*/
.box-style {
   background-color: #fff;
   border-radius: 10px;
   border: 4px solid #003D7E;
   padding: 40px 40px;
}

@media screen and (max-width: 767px) {
   .box-style {
      padding: 20px 10px;
   }
}

/* -- --*/
.table_price {
   width: 100%;
}

.table_price th,
.table_price td {
   border: 1px solid #C9C9C9;
   color: #616161;
   text-align: center;
   vertical-align: middle;
   padding: 9px 0;
}

.table_price th {
   background-color: #EEEEEE;
}

/* -- --*/
.d-flex {
   display: flex;
   flex-wrap: wrap;
}

/* -- --*/
/*
 * 404
 *=============================================*/
#content-404 {
   text-align: center;
   padding: 120px 0 100px;
}

#content-404 .txt {
   padding-top: 40px;
}

#content-404 .button {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 60px 0;
   }

   #content-404 .txt {
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/* -- -- */
/*
 * HOME
*=============================================*/
#mv .photo img {
   width: 100%;
   max-width: inherit;
}

#mv h2 {
   width: 13.75vw;
   position: absolute;
   top: 4.2vw;
   left: 50%;
   transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
   #mv h2 {
      width: 62.5vw;
   }
}

/* -- --*/
#top__movie {
   margin-top: -15.625vw;
   position: relative;
}

#top__movie .deco {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
}

#top__movie .deco li:nth-child(1) {
   width: 178px;
}

#top__movie .deco li:nth-child(2) {
   width: 176px;
}

#top__movie .movie {
   width: 100%;
   max-width: 830px;
   padding-top: 500px;
   border: 1px solid #707070;
   box-sizing: border-box;
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

#top__movie .movie>* {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1200px) {
   #top__movie .movie {
      max-width: 680px;
   }
}

@media screen and (max-width: 991px) {
   #top__movie .movie {
      max-width: 500px;
      padding-top: 400px;
   }

   #top__movie .deco li:nth-child(1) {
      width: 100px;
   }

   #top__movie .deco li:nth-child(2) {
      width: 100px;
   }
}

@media screen and (max-width: 767px) {
   #top__movie {
      margin-top: 0;
      padding: 10px 0 0;
   }

   #top__movie .deco {
      display: none;
   }

   #top__movie:before {
      height: 40%;
   }

   #top__movie .movie {
      max-width: 65vw;
      padding-top: 45vw;
   }
}

/* -- --*/
#top__problems {
   overflow: hidden;
   background: url("../img/index/problems-bg-deco.png") no-repeat center top 30px;
   margin-top: 100px;
   padding-bottom: 15px;
}

#top__problems h2 {
   font-weight: 500;
   letter-spacing: -0.03em;
   text-align: center;
}

#top__problems h2 strong {
   font-weight: 800;
}

#top__problems h2 img {
   display: block;
   width: 56px;
   margin: 0 auto 20px;
}

#top__problems .box {
   max-width: 562px;
   margin: 0 auto;
   padding-top: 50px;
   position: relative;
}

#top__problems .box .deco1 {
   width: 221px;
   position: absolute;
   bottom: 0;
   left: -100px;
}

#top__problems .box .deco2 {
   width: 206px;
   position: absolute;
   top: -25px;
   right: -120px;
}

#top__problems ul {
   justify-content: center;
   gap: 0 26px;
   font-weight: 800;
   font-size: 16px;
   line-height: 25px;
   letter-spacing: -0.03em;
   text-align: center;
   padding-bottom: 10px;
}

#top__problems ul li:not(.sp) {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 170px;
   height: 170px;
   border-radius: 50%;
   background-image: linear-gradient(135deg, #F39B53, #FC7100);
   color: #fff;
   margin-bottom: -10px;
}

#top__problems .catch {
   text-align: center;
   font-weight: 800;
   font-size: 16px;
   letter-spacing: 0.15em;
   line-height: 24px;
   padding-top: 50px;
}

#top__problems .catch img {
   display: block;
   width: 37px;
   margin: 0 auto;
}

@media screen and (max-width: 767px) {
   #top__problems {
      background: url("../img/index/sp_problems-bg-deco.png") no-repeat center/100% auto;
      margin-top: 70px;
   }

   #top__problems .box {
      padding-top: 25px;
   }

   #top__problems .box .deco1 {
      width: 30.233vw;
      top: 21vw;
      bottom: auto;
      left: 0;
   }

   #top__problems .box .deco2 {
      width: 30.233vw;
      top: 21vw;
      right: 0;
   }

   #top__problems ul {
      gap: 0 4.6vw;
      padding-bottom: 0;
   }

   #top__problems ul li:not(.sp) {
      width: 40vw;
      height: 40vw;
      margin-bottom: 15px;
   }

   #top__problems ul li:not(.sp):first-child {
      margin-bottom: -10px;
   }

   #top__problems ul .break {
      width: 100%;
      height: 0;
   }

   #top__problems .catch {
      padding-top: 30px;
   }
}

/* -- --*/
#top__solution {
   background-image: linear-gradient(to right, #F39B53, #FC7100);
   position: relative;
}

#top__solution:before {
   content: '';
   width: 100%;
   height: 100%;
   background: url("../img/index/bg-dot.png") repeat center top/10px 11px;
   position: absolute;
   top: 0;
   left: 0;
}

#top__solution:after {
   content: '';
   width: 47px;
   height: 28px;
   background: url("../img/index/solution-arrow.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#top__solution .wrap {
   padding: 50px 0;
}

#top__solution .deco1 {
   width: 145px;
   position: absolute;
   top: 25px;
   left: 195px;
}

#top__solution .deco2 {
   width: 307px;
   position: absolute;
   bottom: 0;
   right: 100px;
}

#top__solution h2 {
   display: inline-block;
   color: #fff;
   font-size: 16px;
   line-height: 20px;
   padding: 0 20px;
   position: relative;
}

#top__solution h2:before {
   content: '';
   width: 0;
   height: 20px;
   border-left: 2px solid;
   position: absolute;
   bottom: 0;
   left: 0;
   transform: rotate(-25deg);
}

#top__solution h2:after {
   content: '';
   width: 0;
   height: 20px;
   border-left: 2px solid;
   position: absolute;
   bottom: 0;
   right: 0;
   transform: rotate(25deg);
}

#top__solution h3 {
   color: #fff;
}

#top__solution h3 small {
   font-size: 26px;
}

@media screen and (max-width: 1200px) {
   #top__solution .deco1 {
      left: 80px;
   }

   #top__solution .deco2 {
      right: 0;
   }
}

@media screen and (max-width: 991px) {
   #top__solution .deco1 {
      width: 100px;
      top: 50px;
      left: 0;
   }

   #top__solution .deco2 {
      width: 190px;
      right: -20px;
   }
}

@media screen and (max-width: 767px) {
   #top__solution {
      overflow: hidden;
   }

   #top__solution .wrap {
      padding: 30px 0;
   }

   #top__solution h3 {
      font-size: 32px;
   }

   #top__solution .deco1 {
      width: 14vw;
      top: auto;
      bottom: 15px;
      left: 10px;
   }

   #top__solution .deco2 {
      width: 26.8vw;
   }
}

/* -- --*/
#top__reason {
   background: url("../img/index/reason-bg.jpg") no-repeat center/cover;
   padding: 45px 0 100px;
}

#top__reason .wrap {
   background-color: #fff;
   border-radius: 90px;
   padding: 75px 100px;
}

#top__reason .reason_h2 {
   background-color: #FFD400;
   border-radius: 36px;
   padding: 13px 0;
   position: relative;
}

#top__reason .reason_h2 p {
   width: 100%;
   height: 100%;
   color: #fff;
   -webkit-text-stroke: 10px #fff;
   -webkit-text-fill-color: white;
   -webkit-animation: fill 0.5s infinite alternate;
   position: absolute;
   top: 13px;
   left: 0;
}

#top__reason .reason_h2 p strong {
   font-weight: inherit;
   font-size: 45px;
}

#top__reason h2 {
   position: relative;
   z-index: 1;
}

#top__reason h2 strong {
   font-weight: inherit;
   font-size: 45px;
}

#top__reason .photo1 {
   width: 603px;
   margin: 0 auto -82px;
}

#top__reason .box {
   flex-direction: row-reverse;
   gap: 15px;
   padding-top: 40px;
}

#top__reason .box .col {
   width: calc(100% - 340px);
   padding-top: 65px;
   position: relative;
}

#top__reason .box .no {
   width: 84px;
   position: absolute;
   top: 0;
   left: 0;
}

#top__reason .box h3 {
   padding-left: 90px;
}

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

#top__reason .box .photo {
   width: 325px;
   padding-top: 65px;
}

@media screen and (max-width: 991px) {
   #top__reason .wrap {
      padding: 50px;
   }

   #top__reason .box {
      justify-content: center;
   }

   #top__reason .box .col {
      width: 100%;
   }

   #top__reason .box .photo {
      padding-top: 0;
   }
}

@media screen and (max-width: 767px) {
   #top__reason {
      padding: 50px 20px;
   }

   #top__reason .photo1 {
      width: 100%;
      margin-bottom: -13vw;
   }

   #top__reason .wrap {
      border-radius: 20px;
      padding: 30px 20px;
   }

   #top__reason .reason_h2 p {
      font-size: 26px;
      line-height: 40px;
   }

   #top__reason h2 {
      line-height: 40px;
   }

   #top__reason .box .photo {
      width: 100%;
   }

   #top__reason .box .col {
      padding-top: 42px;
   }

   #top__reason .box .no {
      width: 60px;
   }

   #top__reason .box h3 {
      padding-left: 70px;
   }

   #top__reason .box .txt {
      padding-top: 15px;
   }
}

/* -- --*/
#top__works {
   padding: 70px 0;
}

#top__works h2 {
   font-weight: 500;
   color: #fff;
}

#top__works h2 img {
   display: block;
   width: 38px;
   margin: 0 auto 5px;
}

#top__works .slider-blog {
   padding: 38px 70px 0;
}

#top__works .slider-blog .slick-list {
   margin: 0 -24px;
}

#top__works .slider-blog .item {
   margin: 0 24px;
   position: relative;
}

#top__works .slider-blog .item .price {
   width: 170px;
   font-weight: 600;
   line-height: 40px;
   text-align: center;
   padding-right: 10px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

#top__works .slider-blog .item .price:before {
   content: '';
   background-color: #FFD400;
   position: absolute;
   top: 0;
   right: 10px;
   bottom: 0;
   left: -50px;
   transform: skewX(-25deg);
   z-index: -1;
}

#top__works .slider-blog .item ul {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
   padding-top: 6px;
}

#top__works .slider-blog .item ul li {
   width: calc(50% - 3px);
   background-color: #fff;
   text-align: center;
   font-weight: 600;
}

#top__works .slider-blog .slick-arrow {
   width: 45px;
   height: 45px;
   border: 0;
   position: absolute;
   top: 50%;
   font-size: 0;
   transition: all 0.3s;
   cursor: pointer;
   transform: translateY(-50%);
   z-index: 1;
}

#top__works .slider-blog .slick-arrow:hover {
   opacity: 0.7;
}

#top__works .slider-blog .slick-prev {
   background: url("../img/index/slider-prev.png") no-repeat center top/cover;
   left: 0;
}

#top__works .slider-blog .slick-next {
   background: url("../img/index/slider-next.png") no-repeat center top/cover;
   right: 0;
}

#top__works .slider-blog .slick-dots {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   padding-top: 40px;
}

#top__works .slider-blog .slick-dots li {
   width: 9px;
   height: 9px;
}

#top__works .slider-blog .slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background-color: #fff;
   border: 0;
   font-size: 0;
   cursor: pointer;
}

#top__works .slider-blog .slick-dots .slick-active button {
   background-color: #FFD400;
}

@media screen and (max-width: 991px) {
   #top__works .slider-blog .slick-list {
      margin: 0 -5px;
   }

   #top__works .slider-blog .item {
      margin: 0 5px;
   }
}

@media screen and (max-width: 767px) {
   #top__works {
      padding: 50px 0;
   }

   #top__works .slider-blog {
      padding: 20px 0 0;
   }

   #top__works .slider-blog .slick-dots {
      padding-top: 20px;
   }

   #top__works .slider-blog .slick-arrow {
      width: 40px;
      height: 40px;
   }

   #top__works .slider-blog .slick-prev {
      left: -15px;
   }

   #top__works .slider-blog .slick-next {
      right: -15px;
   }
}

/* -- -- */
#top__estimated-cost {
   padding: 95px 0 60px;
   position: relative;
}

#top__estimated-cost:before {
   content: '';
   width: 50%;
   height: 126px;
   background: url("../img/index/estimated-cost-deco1.png") repeat-x center top/auto 100%;
   position: absolute;
   bottom: 85px;
   left: 0;
}

#top__estimated-cost:after {
   content: '';
   width: 50%;
   height: 158px;
   background: url("../img/index/estimated-cost-deco2.png") repeat-x center top/auto 100%;
   position: absolute;
   bottom: 85px;
   right: 0;
}

#top__estimated-cost .wrap {
   position: relative;
   z-index: 1;
}

#top__estimated-cost .block {
   max-width: 860px;
   margin: 0 auto;
   padding-left: 220px;
   position: relative;
}

#top__estimated-cost .photo {
   width: 235px;
   position: absolute;
   top: -30px;
   left: 0;
}

#top__estimated-cost h2 {
   padding-bottom: 3px;
}

#top__estimated-cost .txt {
   padding-bottom: 20px;
}

#top__estimated-cost .catch {
   background-color: #FFD400;
   color: #343434;
   font-weight: 700;
   border-radius: 28px;
   text-align: center;
   padding: 13px 40px;
   position: absolute;
   top: 10px;
   right: 0;
}

#top__estimated-cost .catch:after {
   content: '';
   width: 28px;
   height: 19px;
   background: url("../img/index/estimated-cost-arrow.png") no-repeat center top/cover;
   position: absolute;
   bottom: -12px;
   right: 20%;
}

#top__estimated-cost .table {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 10px;
   border-radius: 20px;
   background-color: #FC7100;
   padding: 22px 25px;
}

#top__estimated-cost .table dl {
   text-align: center;
}

#top__estimated-cost .table dl.icon {
   width: 40px;
}

#top__estimated-cost .table dl:not(.icon) {
   width: calc(22.7% - 14px);
}

#top__estimated-cost .table dl>* {
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   line-height: 24px;
}

#top__estimated-cost .table dl dt {
   min-height: 27px;
   padding: 3px 0;
}

#top__estimated-cost .table dl dt.bg {
   background-color: #fff;
}

#top__estimated-cost .table dl dd {
   min-height: 40px;
   margin-top: 5px;
   color: #fff;
}

#top__estimated-cost .table dl:not(.icon) dd {
   border: 1px solid #162A8D;
}

#top__estimated-cost dl dd span.cl-orange {
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   background-color: #FFD400;
   font-weight: 700;
   font-size: 28px;
   line-height: 40px;
   border-radius: 50%;
}

#top__estimated-cost .table dl dd select,
#top__estimated-cost .table dl dd input {
   display: block;
   width: 100%;
   height: 40px;
   background: #fff;
   border: 0;
   border-radius: 0 !important;
   outline: none;
   color: #000;
   text-align: center;
   vertical-align: middle;
}

#top__estimated-cost .table dl dd input {
   -webkit-appearance: none;
   -moz-appearance: none;
}

#top__estimated-cost .table dl dd input[type=number]::-webkit-inner-spin-button {
   -webkit-appearance: none;
}

#top__estimated-cost .table select[name='price-acreage'] {
   pointer-events: none;
   -webkit-appearance: none;
   -moz-appearance: none;
}

@media screen and (max-width: 1200px) {
   #top__estimated-cost .catch {
      width: max-content;
      margin-left: auto;
      margin-bottom: 20px;
      position: relative;
      top: 0;
   }

   #top__estimated-cost .table dl:not(.icon) {
      width: calc(22.7% - 18px);
   }
}

@media screen and (max-width: 991px) {
   #top__estimated-cost .block {
      padding-left: 180px;
   }

   #top__estimated-cost .table {
      position: relative;
      z-index: 1;
      margin-left: -180px;
   }

   #top__estimated-cost .photo {
      width: 175px;
      top: -10px;
   }
}

@media screen and (max-width: 767px) {
   #top__estimated-cost {
      padding: 50px 0;
   }

   #top__estimated-cost .block {
      padding-left: 100px;
   }

   #top__estimated-cost .catch {
      width: 100%;
      padding: 5px 0;
   }

   #top__estimated-cost .table {
      overflow-x: auto;
      padding: 20px;
      margin-left: -100px;
   }

   #top__estimated-cost .table dl:not(.icon) {
      width: 100%;
   }

   #top__estimated-cost .table dl dt {
      min-height: inherit;
      padding: 0;
   }

   #top__estimated-cost .table dl:not(.icon) dt {
      padding: 3px 0;
   }

   #top__estimated-cost .table dl.icon dd {
      padding-top: 0;
   }

   #top__estimated-cost .photo {
      width: 120px;
      top: 0;
      left: -20px;
   }
}

/* -- -- */
.section__cta {
   background-image: linear-gradient(to right, #F39B53, #FC7100);
   padding: 80px 0;
}

.section__cta .wrap {
   background-color: #fff;
   border-radius: 10px;
   padding: 25px 135px;
}

.section__cta .d-flex {
   align-items: center;
   gap: 15px 30px;
   padding-top: 20px;
}

.section__cta .tel {
   line-height: 24px;
   border-left: 1px solid #FC7100;
   padding-left: 20px;
}

.section__cta .tel .h-32 {
   line-height: 1;
}

.section__cta .photo {
   width: 330px;
   position: absolute;
   top: -115px;
   right: 70px;
}

@media screen and (max-width: 1440px) {
   .section__cta .wrap {
      padding: 25px 90px;
   }
}

@media screen and (max-width: 1200px) {
   .section__cta .wrap {
      padding: 25px;
   }

   .section__cta .photo {
      width: 250px;
      top: auto;
      bottom: -18px;
      right: 25px;
   }
}

@media screen and (max-width: 991px) {
   .section__cta h2 {
      font-size: 22px;
   }

   .section__cta .d-flex {
      padding-right: 270px;
   }
}

@media screen and (max-width: 767px) {
   .section__cta {
      padding: 30px 20px;
   }

   .section__cta .wrap {
      padding: 14px 20px;
   }

   .section__cta h2 {
      font-size: 16px;
      line-height: 24px;
   }

   .section__cta .d-flex {
      padding: 10px 0 0;
   }

   .section__cta .tel {
      width: 100%;
      box-sizing: border-box;
      padding-left: 10px;
   }

   .section__cta .tel dt a {
      font-size: 26px;
      line-height: 34px;
   }

   .section__cta .tel dd {
      font-size: 13px;
      line-height: 20px;
   }

   .section__cta .button a {
      text-align: left;
      font-size: 14px;
      line-height: 20px;
      padding: 6px 15px 8px;
   }

   .section__cta .button a:after {
      content: '\f0da\f0da';
      font-size: 18px;
      position: absolute;
      bottom: 4px;
      right: 15px;
      padding-left: 0;
   }

   .section__cta .photo {
      width: 36vw;
      max-width: 154px;
      position: absolute;
      top: auto;
      bottom: -20px;
      right: -15px;
   }
}

/* -- -- */
#top__flow {
   background: #74C7F0 url("../img/index/bg-dot.png") repeat center top/10px 11px;
   padding: 120px 0 140px;
}

#top__flow h2 {
   color: #fff;
   position: relative;
}

#top__flow h2 img {
   display: block;
   width: 43px;
   margin: 0 auto 5px;
}

#top__flow .box {
   padding-top: 50px;
}

#top__flow .box .item {
   background-color: #fff;
   border: 5px solid #FFD400;
   border-radius: 20px;
   margin-bottom: 45px;
   padding: 0 40px 0 0;
   position: relative;
}

#top__flow .box .item:after {
   content: '';
   width: 47px;
   height: 28px;
   background: url("../img/index/flow-arrow.png") no-repeat center top/cover;
   position: absolute;
   top: 100%;
   left: 50%;
   transform: translateX(-50%);
}

#top__flow .box .item:last-child {
   margin-bottom: 0;
}

#top__flow .box .item:last-child:after {
   display: none;
}

#top__flow .box .item .no {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 158px;
   background-color: #FFD400;
   color: #FC7100;
   font-weight: 700;
   font-size: 16px;
   line-height: 26px;
   text-align: center;
   border-radius: 10px 0 0 10px;
}

#top__flow .box .item .no li {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   width: 84px;
   height: 84px;
   border-radius: 50%;
   background-color: #fff;
}

#top__flow .box .item .no strong {
   font-weight: 600;
   font-size: 32px;
   line-height: 32px;
}

#top__flow .box .item .col {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: calc(100% - 408px);
   min-height: 220px;
   box-sizing: border-box;
   padding: 40px 0 40px 40px;
   word-break: break-all;
}

#top__flow .box .item h3 {
   letter-spacing: 0.12em;
}

#top__flow .box .item .txt {
   line-height: 25px;
   padding-top: 10px;
}

#top__flow .box .item .txt small {
   font-size: 13px;
}

#top__flow .box .item .txt strong {
   font-weight: 700;
}

#top__flow .box .item .photo {
   width: 235px;
   padding-left: 15px;
   align-self: center;
}

#top__flow .deco {
   width: 222px;
   position: absolute;
   bottom: -80px;
   left: -155px;
}

@media screen and (max-width: 1200px) {
   #top__flow .deco {
      width: 182px;
      bottom: -150px;
      left: -20px;
   }
}

@media screen and (max-width: 991px) {
   #top__flow .box .item {
      flex-direction: column-reverse;
      gap: 20px;
      padding: 30px 30px 30px 110px;
   }

   #top__flow .box .item .no {
      width: 80px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
   }

   #top__flow .box .item .no li {
      width: 74px;
      height: 74px;
      border: 5px solid #FFD400;
      position: absolute;
      top: calc(50% - 42px);
      right: -20px;
   }

   #top__flow .box .item .col {
      width: 100%;
      min-height: inherit;
      padding: 0;
   }

   #top__flow .box .item .photo {
      width: 100%;
      text-align: center;
      padding-left: 0;
   }
}

@media screen and (max-width: 767px) {
   #top__flow {
      padding: 50px 0 110px;
   }

   #top__flow .deco {
      width: 120px;
      bottom: -100px;
      left: 0;
   }

   #top__flow .box {
      padding-top: 20px;
   }

   #top__flow .box .item {
      padding: 20px 20px 20px 80px;
   }

   #top__flow .box .item .no {
      width: 60px;
   }

   #top__flow .box .item .no li {
      width: 64px;
      height: 64px;
      right: -10px;
   }
}

/* -- -- */
#top__faq {
   padding: 120px 0 210px;
}

#top__faq h2 {
   position: relative;
}

#top__faq h2 img {
   display: block;
   width: 62px;
   margin: 0 auto 5px;
}

#top__faq .box-qa {
   counter-reset: section;
   padding-top: 50px;
}

#top__faq .box-qa dl {
   counter-increment: section;
   margin-top: 40px;
}

#top__faq .box-qa dl dt {
   background-color: #FC7100;
   color: #fff;
   cursor: pointer;
   padding: 16px 160px 17px;
   position: relative;
}

#top__faq .box-qa dl dt .no {
   display: block;
   width: 45px;
   height: 45px;
   background-color: #fff;
   color: #FC7100;
   line-height: 44px;
   text-align: center;
   border-radius: 50%;
   position: absolute;
   top: 50%;
   left: 30px;
   transform: translateY(-50%);
}

#top__faq .box-qa dl dt .no:after {
   content: "0"counter(section);
   color: #fff;
   position: absolute;
   top: 0;
   left: 100%;
   margin-left: 12px;
}

#top__faq .box-qa dl dt i {
   font-size: 24px;
   position: absolute;
   top: 50%;
   right: 24px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#top__faq .box-qa dl dd {
   display: none;
   background-color: #fff;
   border: 3px solid #FC7100;
   border-top: 0;
   padding: 25px 160px;
}

#top__faq .box-qa dl.active dt i {
   transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 991px) {
   #top__faq .box-qa dl dt {
      padding: 16px 50px 17px 160px;
   }

   #top__faq .box-qa dl dd {
      padding: 25px 50px 25px 160px;
   }
}

@media screen and (max-width: 767px) {
   #top__faq {
      padding: 50px 0;
   }

   #top__faq .box-qa {
      padding-top: 20px;
   }

   #top__faq .box-qa dl {
      margin-top: 20px;
   }

   #top__faq .box-qa dl dt {
      padding: 10px 30px 10px 90px;
   }

   #top__faq .box-qa dl dt .no {
      width: 35px;
      height: 35px;
      line-height: 34px;
      left: 15px;
   }

   #top__faq .box-qa dl dt .no:after {
      margin-left: 5px;
   }

   #top__faq .box-qa dl dt i {
      right: 15px;
   }

   #top__faq .box-qa dl dd {
      padding: 10px 20px;
   }
}

/* -- -- */
#top__message {
   background: url("../img/index/message-bg.jpg") no-repeat center/cover;
   padding: 85px 0 80px;
}

#top__message h2 {
   color: #fff;
}

#top__message h2 img {
   display: block;
   width: 44px;
   margin: 0 auto 5px;
}

#top__message .col {
   width: 750px;
   margin-left: auto;
   box-sizing: border-box;
   background-color: rgba(255, 255, 255, 0.65);
   margin-top: 60px;
   padding: 60px;
}

#top__message .col .txt {
   line-height: 30px;
}

#top__message .col .txt p+p {
   padding-top: 30px;
}

#top__message .col .name {
   padding-top: 10px;
}

#top__message .col .name strong {
   font-weight: inherit;
   padding-left: 20px;
}

@media screen and (max-width: 991px) {
   #top__message {
      background-position: center left 37%;
   }

   #top__message .col {
      width: 70%;
      padding: 30px 20px;
   }
}

@media screen and (max-width: 767px) {
   #top__message {
      background-position: center right;
      padding: 50px 0;
      position: relative;
   }

   #top__message .col {
      width: 100%;
      margin-top: 30px;
      position: relative;
   }

   #top__message .col:before {
      content: '';
      width: 100%;
      height: 100vw;
      background: url("../img/index/message-bg.jpg") no-repeat center left 18%/cover;
      position: absolute;
      top: 0;
      left: 0;
   }

   #top__message .col .txt {
      padding-top: 100vw;
   }

   #top__message .col .txt p+p {
      padding-top: 20px;
   }
}

/* -- -- */
#top__company {
   padding: 100px 0;
}

#top__company h2 {
   position: relative;
}

#top__company h2 img {
   display: block;
   width: 37px;
   margin: 0 auto 5px;
}

#top__company .tb-style {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #top__company {
      padding: 50px 0;
   }

   #top__company .tb-style {
      padding-top: 30px;
   }
}

/* -- -- */
#top__sdgs {
   padding-bottom: 160px;
}

#top__sdgs h2 {
   background-color: #FC7100;
   color: #fff;
   font-weight: 700;
   line-height: 28px;
   padding: 0 12px;
}

#top__sdgs .box {
   flex-direction: row-reverse;
   gap: 30px 40px;
   padding-top: 30px;
}

#top__sdgs .box .photo {
   width: 300px;
}

#top__sdgs .box .col {
   width: calc(100% - 340px);
}

#top__sdgs .box h3 {
   border-bottom: 1px solid #E62200;
   padding-bottom: 10px;
}

#top__sdgs .box .txt {
   line-height: 24px;
   padding-top: 10px;
}

#top__sdgs .box .txt+h3 {
   padding-top: 25px;
}

#top__sdgs .box .img {
   width: 310px;
   padding-top: 25px;
}

@media screen and (max-width: 767px) {
   #top__sdgs {
      padding-bottom: 50px;
   }

   #top__sdgs h2 {
      padding: 6px 12px;
   }

   #top__sdgs .box .col,
   #top__sdgs .box .photo {
      width: 100%;
   }

   #top__sdgs .box .img {
      width: 60%;
   }
}

/* -- -- */
#gmap {
   width: 100%;
   height: 480px;
   position: relative;
}

#gmap>* {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 767px) {
   #gmap {
      height: 100vw;
   }
}

/* -- -- */
#top__blog {
   overflow: hidden;
   padding: 148px 0;
}

#top__blog .block {
   background-color: #fff;
   padding: 100px 0 65px;
   position: relative;
}

#top__blog .block:before {
   content: '';
   width: 100000px;
   height: 100%;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 100%;
}

#top__blog .slider-blog {
   max-width: 1032px;
   margin-left: auto;
   padding: 40px 72px 0;
}

#top__blog .slider-blog .slick-list {
   margin: 0 -18px;
}

#top__blog .slider-blog .item {
   margin: 0 18px;
}

#top__blog .slider-blog .photo a {
   display: block;
   padding-top: 78.6%;
   position: relative;
}

#top__blog .slider-blog .photo span {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #E62200;
   position: absolute;
   top: 0;
   left: 0;
}

#top__blog .slider-blog h3 {
   background-color: #FFD400;
   font-weight: 700;
   font-size: 19px;
   letter-spacing: 0.12em;
   line-height: 26px;
   text-align: center;
   padding: 5px;
   position: relative;
}

#top__blog .slider-blog h3 a {
   overflow: hidden;
   display: block;
   max-height: 52px;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#top__blog .slider-blog .date {
   padding-top: 5px;
}

#top__blog .slider-blog .txt {
   line-height: 24px;
   margin-top: 5px;
   overflow: hidden;
   display: block;
   max-height: 96px;
   -webkit-line-clamp: 4;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#top__blog .slider-blog .slick-arrow {
   width: 45px;
   height: 45px;
   border: 0;
   position: absolute;
   top: 50%;
   font-size: 0;
   transition: all 0.3s;
   cursor: pointer;
   transform: translateY(-50%);
}

#top__blog .slider-blog .slick-arrow:hover {
   opacity: 0.7;
}

#top__blog .slider-blog .slick-prev {
   background: url("../img/index/slider-prev.png") no-repeat center top/cover;
   left: 0;
}

#top__blog .slider-blog .slick-next {
   background: url("../img/index/slider-next.png") no-repeat center top/cover;
   right: 0;
}

#top__blog .slider-blog .slick-dots {
   display: none !important;
}

#top__blog .button {
   max-width: 1032px;
   box-sizing: border-box;
   margin-left: auto;
   padding: 20px 0 0 72px;
}

#top__blog .button a {
   background-color: #FFD400;
   color: #162A8D;
   border-radius: 50px;
   padding: 4px 35px;
}

#top__blog .button a:hover {
   background-color: #FC7100;
}

#top__blog .deco {
   width: 343px;
   position: absolute;
   bottom: -72px;
   left: -140px;
}

@media screen and (max-width: 1200px) {
   #top__blog .block {
      padding-left: 20px;
   }

   #top__blog .deco {
      width: 200px;
      bottom: -140px;
      left: -40px;
   }
}

@media screen and (max-width: 767px) {
   #top__blog {
      padding: 40px 0 100px;
   }

   #top__blog .wrap {
      padding: 0;
   }

   #top__blog .block {
      padding: 40px 20px;
   }

   #top__blog .slider-blog {
      padding: 0;
   }

   #top__blog .slider-blog .slick-arrow {
      width: 40px;
      height: 40px;
      z-index: 1;
      top: 48vw;
   }

   #top__blog .slider-blog .slick-prev {
      left: -15px;
   }

   #top__blog .slider-blog .slick-arrow {
      right: -15px;
   }

   #top__blog .slider-blog .slick-dots {
      right: 0;
   }

   #top__blog .button {
      padding-left: 0;
   }

   #top__blog .deco {
      width: 120px;
      bottom: -90px;
      left: 0px;
   }
}

/* -- -- */
/*
 * Post Type
*=============================================*/
/* --- --- */
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   padding-top: 100px;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
   display: block;
   width: 30px;
   background-color: #B7B7B7;
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   line-height: 24px;
   text-align: center;
   padding: 3px 0;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover {
   background-color: #FC7100;
   opacity: 1;
}

.wp-pagenavi .current {
   background-color: #FC7100;
   pointer-events: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
   width: 30px;
   height: 30px;
   color: #FC7100;
   font-size: 24px;
   line-height: 22px;
   text-align: center;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      padding-top: 50px;
   }
}

/* -- -- */
.cpt-template {
   border-bottom: 1px solid #FC7100;
   padding: 120px 0;
}

.cpt-template .sidebar {
   width: 22%;
}

.cpt-template .sidebar h2 {
   font-weight: 600;
   font-size: 22px;
   line-height: 24px;
   border-bottom: 1px solid #333;
   padding-bottom: 10px;
}

.cpt-template .sidebar ul {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding-top: 5px;
}

.cpt-template .sidebar ul li {
   padding-top: 10px;
}

.cpt-template .sidebar ul li a {
   display: inline-block;
   padding-left: 10px;
   position: relative;
}

.cpt-template .sidebar ul li a:before {
   content: '-';
   position: absolute;
   top: 0;
   left: 0;
}

.cpt-template .sidebar ul li a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 767px) {
   .cpt-template {
      padding: 50px 0;
   }
}

/* -- -- */
.news__list {
   display: flex;
   flex-wrap: wrap;
   gap: 36px;
}

.news__list .item {
   width: calc(33.33% - 24px);
}

.news__list .photo a {
   display: block;
   padding-top: 78.6%;
   position: relative;
}

.news__list .photo span {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #E62200;
   position: absolute;
   top: 0;
   left: 0;
}

.news__list .ttl {
   margin-top: 20px;
   position: relative;
}

.news__list .ttl a {
   overflow: hidden;
   display: block;
   max-height: 64px;
   -webkit-line-clamp: 2;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

.news__list .txt {
   line-height: 24px;
   margin-top: 5px;
   overflow: hidden;
   display: block;
   max-height: 96px;
   -webkit-line-clamp: 4;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

@media screen and (max-width: 767px) {
   .news__list .item {
      width: 100%;
   }
}

/* -- -- */
/*
 * Post Detail
 *=============================================*/
#cpt-detail .box {
   padding: 0;
}

#cpt-detail .featured_img {
   text-align: center;
   padding-bottom: 12px;
}

#cpt-detail .date {
   position: relative;
}

#cpt-detail .cate {
   position: relative;
}

#cpt-detail .cate a {
   display: inline-block;
   vertical-align: middle;
   min-width: 100px;
   background-image: linear-gradient(to left, #9FCBE4, #0068B7);
   background-size: 200% 100%;
   background-position: center;
   font-weight: bold;
   letter-spacing: 0.05em;
   line-height: 20px;
   color: #fff;
   text-align: center;
   padding: 7px 20px 5px;
}

#cpt-detail .cate a:hover {
   background-position: left center;
   opacity: 1;
}

#cpt-detail .the_title {
   line-height: 40px;
   border-bottom: 2px solid;
   padding: 20px 0;
   position: relative;
}

#cpt-detail .the_content {
   padding-top: 20px;
}

#cpt-detail .the_content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

#cpt-detail .the_content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

#cpt-detail .the_content p img.alignright {
   display: block;
   margin-left: auto;
}

#cpt-detail .the_content p img:last-child {
   margin-right: 0;
}

#cpt-detail .post-btn {
   width: 80px;
   font-weight: bold;
   line-height: 30px;
   text-align: center;
   box-sizing: content-box;
   margin: 50px auto 0;
   padding: 0 40px;
   position: relative;
}

#cpt-detail .post-btn a {
   display: block;
   background-color: #333;
   color: #fff;
   line-height: 30px;
}

#cpt-detail .post-btn .prev,
#cpt-detail .post-btn .next {
   width: 30px;
}

#cpt-detail .post-btn .prev {
   position: absolute;
   top: 0;
   left: 0;
}

#cpt-detail .post-btn .prev a {
   display: block;
   padding: 0;
}

#cpt-detail .post-btn .next {
   position: absolute;
   top: 0;
   right: 0;
}

#cpt-detail .post-btn .next a {
   display: block;
   padding: 0;
}

#cpt-detail .post-btn a:hover {
   background-color: #FC7100;
   opacity: 1;
}

@media screen and (max-width: 991px) {
   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   #cpt-detail .the_title {
      line-height: 32px;
   }

   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img.alignright {
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto !important;
   }

   #cpt-detail .the_content {
      font-size: 14px;
   }

   #cpt-detail .post-btn {
      margin: 50px auto 0;
   }
}

/*
 * Mailform
*=============================================*/
/* -- -- */
#mailform {
   padding: 90px 0 135px;
}

#mailform .desc {
   letter-spacing: 0.05em;
   line-height: 30px;
   padding-top: 30px;
}

.select {
   display: flex;
   width: 100%;
   background-color: #fff;
   border: 1px solid #9F9F9F;
   box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 5px;
   position: relative;
}

.select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   border: 0;
   box-shadow: none;
   font-weight: bold;
   line-height: 30px;
   padding: 0px 30px 0px 14px;
   background: transparent;
   border: 0;
   cursor: pointer;
}

.select select::-ms-expand {
   display: none;
}

.select:after {
   content: '';
   background: url("../img/common/arrow-down.svg") no-repeat center top/cover;
   width: 13px;
   height: 8px;
   position: absolute;
   top: 11px;
   right: 10px;
}

.select .error {
   position: absolute;
   top: 100%;
   left: 0;
}

.mwform-checkbox-field span,
.mwform-checkbox-field label {
   display: block;
   cursor: pointer;
}

.mwform-checkbox-field input {
   display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
   position: relative;
   padding-left: 22px;
   line-height: 18px;
}

.mwform-checkbox-field .mwform-checkbox-field-text:before {
   content: '';
   width: 17px;
   height: 17px;
   border-radius: 5px;
   background-color: #fff;
   border: 1px solid #9F9F9F;
   box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
   position: absolute;
   top: 0;
   left: 0;
   box-sizing: border-box;
}

.mwform-checkbox-field .mwform-checkbox-field-text:after {
   content: '';
   width: 11px;
   height: 11px;
   background-color: #9F9F9F;
   border-radius: 2px;
   position: absolute;
   top: 3px;
   left: 3px;
   display: none;
}

.mwform-checkbox-field input:checked~.mwform-checkbox-field-text:after {
   display: block;
}

.form-wrap {
   margin-top: 60px;
}

.form-input {
   max-width: 785px;
   margin: 0 auto;
}

.form-input input:not([type="checkbox"], [type="radio"]),
.form-input textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #9F9F9F;
   box-sizing: border-box;
   font-weight: bold;
   line-height: 30px;
   border-radius: 5px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   padding: 0px 14px;
   box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}

.form-input textarea {
   height: 140px;
   resize: vertical;
   padding: 5px 20px;
}

.form-input dl {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   border-bottom: 1px solid #CECECE;
   padding: 24px 0;
}

.form-input dl dt {
   width: 310px;
   color: #FC7100;
   font-weight: 700;
   box-sizing: border-box;
   padding-left: 65px;
   position: relative;
}

.form-input dl dt .required {
   display: block;
   background-color: #FC7100;
   color: #fff;
   width: 52px;
   line-height: 23px;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}

.form-input dl dt small {
   font-size: 11px;
   color: #5C5C5C;
}

.form-input dl dd {
   width: calc(100% - 310px);
}

.form-input dl dd p+p {
   padding-top: 10px;
}

.form-input ::-webkit-input-placeholder {
   color: #BABABA;
}

.form-input ::-moz-placeholder {
   color: #BABABA;
}

.form-input :-ms-input-placeholder {
   color: #BABABA;
}

.form-input :-moz-placeholder {
   color: #BABABA;
}

.form-input .error {
   font-size: 12px !important;
   line-height: 1.2;
}

.form-input .list-checkbox {
   display: flex;
   flex-wrap: wrap;
   gap: 15px 30px;
}

.form-input .list-checkbox .horizontal-item+.horizontal-item {
   margin-left: 0;
}

.form-input .group-name {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
}

.form-input .group-name li {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   width: calc(50% - 10px);
}

.form-input .group-name li input {
   width: calc(100% - 40px);
}

.form-input .group-name li strong {
   font-weight: inherit;
   width: 40px;
}

.form-input .group-address li {
   position: relative;
}

.form-input .group-address li+li {
   margin-top: 15px;
}

.form-input .group-address .postal-code {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 20px;
   width: 240px;
   position: relative;
}

.form-input .group-address .postal-code:before {
   content: '';
   width: 10px;
   height: 0;
   border-top: 1px solid #707070;
   position: absolute;
   top: 50%;
   left: calc(50% - 5px);
}

.form-input .group-address .postal-code input {
   width: calc(50% - 10px);
   text-align: center;
}

.form-input .group-address .select {
   width: 110px;
}

.form-input .group-address .error {
   position: absolute;
   top: 100%;
   left: 0;
}

.form-input .group-tel {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 20px;
   position: relative;
}

.form-input .group-tel li {
   width: 28.33%;
   max-width: 110px;
   position: relative;
}

.form-input .group-tel li+li:before {
   content: '';
   width: 10px;
   height: 0;
   border-top: 1px solid #707070;
   position: absolute;
   top: 50%;
   right: 100%;
   margin-right: 5px;
}

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

.form-btn button {
   display: block;
   width: 136px;
   height: 32px;
   text-align: center;
   background-image: linear-gradient(to bottom, #FC7100, #FC7100);
   color: #fff;
   font-weight: bold;
   letter-spacing: 0.05em;
   line-height: 20px;
   border-radius: 5px;
   border: 0;
   cursor: pointer;
   transition: all 0.3s;
}

.form-btn button:hover {
   opacity: 0.7;
}

.form-btn button[type="reset"],
.form-btn button[name="submitBack"] {
   background: #9F9F9F;
}

.mw_wp_form_preview .select {
   border: 0;
   box-shadow: none;
}

.mw_wp_form_preview .select:after {
   display: none;
}

.mw_wp_form_preview .form-input .dl-privacy {
   display: none;
}

.mw_wp_form_preview .form-input .group-address .postal-code:before {
   display: none;
}

.mw_wp_form_preview .form-input .group-tel li {
   width: auto;
}

.mw_wp_form_preview .form-btn button[type="reset"] {
   display: none;
}

@media screen and (max-width: 767px) {
   #mailform {
      padding: 50px 0;
   }

   #mailform .desc {
      font-size: 13px;
      letter-spacing: 0em;
      padding-top: 20px;
   }

   .form-wrap {
      margin-top: 30px;
   }

   .form-input dl dt {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      padding-left: 0;
   }

   .form-input dl dt .required {
      line-height: 20px;
      position: static;
      transform: translateY(0);
   }

   .form-input dl dd {
      width: 100%;
      padding-top: 10px;
   }

   .form-input .list-checkbox {
      gap: 10px;
   }

   .form-input .list-checkbox .mwform-checkbox-field {
      width: 100%;
   }

   .form-input .group-name {
      gap: 10px;
   }

   .form-input .group-name li {
      width: 100%;
   }

   .form-btn {
      padding-top: 50px;
   }
}

/* -- -- */
#txt_thanks {
   text-align: center;
   padding: 150px 0;
}

#txt_thanks h2 {
   margin-bottom: 50px;
}

#txt_thanks p {
   padding-bottom: 20px;
}

#txt_thanks p:last-child {
   padding-top: 30px;
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   #txt_thanks {
      text-align: left;
      padding: 40px 0 70px;
   }

   #txt_thanks h2 {
      text-align: center;
      margin-bottom: 30px;
   }

   #txt_thanks p {
      font-size: 14px;
      padding-bottom: 20px;
   }

   #txt_thanks p:last-child {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 0px;
   }
}