/*
 * opening
*=============================================*/
/*
 * Animation
*=============================================*/
@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
   }

   30% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
   }

   30% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   opacity: 0;
}

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

.animated {
   -webkit-animation-duration: 1.6s;
   -webkit-animation-fill-mode: both;
   animation-duration: 1.6s;
   animation-fill-mode: both;
}

/* -- -- */
.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 -- */
.h2 {
   word-break: break-all;
   color: #FFB357;
   font-weight: 700;
   font-size: 17px;
   letter-spacing: 0.1em;
   line-height: 25px;
   text-align: center;
   padding-bottom: 30px;
   position: relative;
}

.h2:before {
   content: '';
   width: 0;
   height: 20px;
   border-left: 1px solid #fff;
   position: absolute;
   bottom: 0;
   left: 50%;
}

.h2 .en {
   word-break: break-all;
   display: block;
   color: #fff;
   font-family: 'Lora', serif;
   font-weight: 500;
   font-size: 40px;
   letter-spacing: 0.2em;
   line-height: 51px;
   text-transform: uppercase;
   padding-top: 10px;
}

@media screen and (max-width: 767px) {
   .h2 .en {
      font-size: 28px;
   }
}

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

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

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

.h-28 {
   font-weight: 700;
   font-size: 28px;
   letter-spacing: 0.1em;
   line-height: 40px;
}

.h-28 small {
   display: block;
   font-family: 'Lora', serif;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   padding-bottom: 10px;
}

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

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

.ttl-bd {
   border: 2px solid #fff;
   border-radius: 50px;
   padding: 12px 10%;
}

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

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

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

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

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

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


/* -- -- */
.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-blue {
   color: #003D7E;
}

.cl-green {
   color: #2E8B57;
}

.cl-red {
   color: #BD3A43;
}

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

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   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;
}

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

/* -- --*/
.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;
}

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

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

.wr_1400 {
   width: 100%;
   max-width: 1400px;
   box-sizing: border-box;
   margin: 0 auto;
   padding: 0;
   position: relative;
}

/* -- --*/
.section_pd {
   padding: 100px 0;
}

@media screen and (max-width: 767px) {
   .section_pd {
      padding: 60px 0;
   }
}

/* -- --*/
/*
.bg01 {
   background-image: linear-gradient(to bottom, #000000, #091631);
   color: #fff;
}

.bg02 {
   background-image: linear-gradient(to right, #000000, #091631);
   color: #fff;
}
*/

/* -- --*/
#kv {
   width: 100%;
   height: 290px;
   border-bottom: 1px solid #fff;
   position: relative;
}

.kv_ttl {
   width: 90%;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 5%;
   transform: translateY(-50%);
   padding-bottom: 0;
}

.kv_ttl:before {
   display: none;
}

@media screen and (max-width: 767px) {
   .error404 .kv_ttl span {
      font-size: 30px;
   }
}

/* -- --*/
.breadcrumbs {
   width: 100%;
   font-weight: 300;
   font-size: 14px;
   line-height: 20px;
   padding: 10px 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;
}

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

   .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 {
   width: 100%;
   height: 100%;
   min-height: inherit;
   position: absolute;
   top: 0;
   left: 0;
}

.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;
   position: relative;
}

.box-img .photo {
   width: 640px;
}

.box-img .col {
   width: 660px;
   padding-top: 30px;
   margin-left: 100px;
}

.box-img h3 {
   padding: 25px 0 0 50px;
   position: relative;
}

.box-img h3 .number {
   display: block;
   width: 60px;
   height: 60px;
   color: #FFB357;
   font-size: 20px;
   line-height: 24px;
   position: absolute;
   top: 0;
   left: 0;
}

.box-img h3 .number:before {
   content: '';
   width: 0;
   height: 100%;
   border-left: 1px solid #fff;
   position: absolute;
   bottom: 0;
   right: 30px;
   transform: skewX(-40deg);
}

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

.box-img.img_r .col {
   order: 1;
   margin-left: 0;
}

.box-img.img_r .photo {
   order: 2;
   margin-left: 100px;
}

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

   .box-img .col {
      width: 48%;
      margin-left: 4%;
   }

   .box-img.img_r .col {
      margin-left: 0;
   }

   .box-img.img_r .photo {
      margin-left: 4%;
   }
}

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

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

   .box-img .col {
      width: 100%;
      margin-left: 0;
      padding-top: 20px;
   }

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

   .box-img.img_r .photo {
      margin-left: 0;
   }
}

/* -- --*/
.tb-style dl {
   display: table;
   width: 100%;
   font-size: 16px;
   line-height: 24px;
   box-sizing: border-box;
   border-bottom: 1px dashed #fff;
   padding: 0 0 30px;
}

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

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

.tb-style dl dt {
   width: 200px;
   text-align: right;
   font-weight: 500;
   position: relative;
}

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

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

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

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

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

   .tb-style dl>* {
      display: block;
   }

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

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

   .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;
}

/* -- --*/
/*
 * HOME
*=============================================*/
/* -- --*/
.opening {
   width: 100%;
   height: 100vh;
   background-color: #B7C800;
   box-sizing: border-box;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
}

.opening_bg {
   display: none;
   width: 100%;
   height: 100%;
   background: url("../img/common/bg01.jpg") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.opening_logo {
   width: 505px;
   width: 505px;
   position: absolute;
   top: 48%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
}

.opening_logo img {
   width: 100%;
}

@media screen and (max-width: 1500px) {
   .opening_logo {
      width: 35%;
   }
}

@media screen and (max-width: 767px) {
   .opening_logo {
      width: 65%;
   }
}

/* -- --*/

.bnr__scroll {
   color: #fff;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}

.bnr__scroll a {
   display: block;   
   font-family: 'Raleway', sans-serif;
   font-weight: 500;
   font-style: italic;
   font-size: 16px;
   line-height: 24px;
   padding-bottom: 70px;
}

.bnr__scroll .line {
   display: block;
   width: 1px;
   height: 50px;
   overflow: hidden;
   position: absolute;
   bottom: 0;
   left: 50%;
}

.bnr__scroll .line:after {
   content: '';
   width: 0;
   height: 100%;
   border-left: 2px solid #fff;
   position: absolute;
   top: 0;
   left: 0;
   animation: pathmove 1.4s ease-in-out infinite;
   opacity: 0;
}

@keyframes pathmove {
   0% {
      height: 0;
      top: 0;
      opacity: 0;
   }

   30% {
      height: 30px;
      opacity: 1;
   }

   100% {
      height: 0;
      top: 50px;
      opacity: 0;
   }
}

/* -- --*/
#about {
   padding: 160px 20px 150px;
}

#about .catch {
   width: 616px;
   margin: 0 auto;
}

#about h2 {
   letter-spacing: 0.2em;
   text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
   padding-top: 15px;
}

#about .desc {
   line-height: 42px;
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #about {
      padding: 70px 35px 60px;
   }

   #about .catch {
      width: 80%;
   }

   #about h2 {
      padding-top: 5px;
   }

   #about .desc {
      padding-top: 25px;
      line-height: 2.0;
   }
}

/* -- --*/
#reason {
   padding: 90px 20px 0;
}

#reason .box {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding-top: 45px;
}

#reason .box+.box {
   padding-top: 90px;
}

#reason .box .photo {
   width: 550px;
}

#reason .box .col {
   width: 780px;
   margin-left: 70px;
}

#reason .box dl+dl {
   padding-top: 40px;
}

#reason .box dl dt {
   padding: 25px 0 0 50px;
   position: relative;
}

#reason .box dl dt strong {
   font-size: 28px;
}

#reason .box dl dt .number {
   display: block;
   width: 60px;
   height: 60px;
   color: #FFB357;
   font-size: 20px;
   line-height: 24px;
   position: absolute;
   top: 0;
   left: 0;
}

#reason .box dl dt .number:before {
   content: '';
   width: 0;
   height: 100%;
   border-left: 1px solid #fff;
   position: absolute;
   bottom: 0;
   right: 30px;
   transform: skewX(-40deg);
}

#reason .box dl dd {
   padding-top: 20px;
}

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

#reason .box.img_r .photo {
   margin-left: 70px;
}

#reason .box.img_r .col {
   margin-left: 0;
}

@media screen and (max-width: 1500px) {
   #reason .box {
      align-items: flex-start;
   }

   #reason .box .photo {
      width: 40%;
   }

   #reason .box .col {
      width: 55%;
      margin-left: 5%;
   }

   #reason .box.img_r .photo {
      margin-left: 5%;
   }

   #reason .box.img_r .col {
      margin-left: 0;
   }
}

@media screen and (max-width: 991px) {
   #reason .box+.box {
      padding-top: 20px;
   }
   #reason .box .photo {
      width: 100%;
   }

   #reason .box .col {
      width: 100%;
      margin-left: 0;
      padding-top: 20px;
   }

   #reason .box.img_r {
      flex-direction: column-reverse;
   }

   #reason .box.img_r .photo {
      margin-left: 0;
   }

   #reason .box.img_r .col {
      margin-left: 0;
      padding: 0 0 20px;
   }
}

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

   #reason .box {
      padding-top: 40px;
   }

   #reason .box+.box {
      padding-top: 30px;
   }

   #reason .box .photo {
      /*width: 72%;*/
      width: 100%;
      margin: 0 auto;
   }

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

   #reason .box dl dt {
      font-size: 22px;
      line-height: 34px;
   }

   #reason .box dl dd {
      padding: 20px 15px 0;
   }

   #reason .box.img_r .photo {
      margin: 0 auto;
   }
}

/* -- --*/
#service {
   padding: 150px 20px 0;
}

#service .desc {
   padding-top: 30px;
}

#service [class*="bnr"] {
   width: 100%;
   max-width: 1310px;
   margin: 0 auto;
}

#service [class*="bnr"] a {
   display: block;
   width: 100%;
   height: 100%;
   font-weight: bold;
   font-size: 18px;
   line-height: 26px;
   box-sizing: border-box;
   overflow: hidden;
   padding: 20px 20px;
   position: relative;
   z-index: 1;
}

#service [class*="bnr"] a:before {
   content: '';
   width: 100%;
   height: 100%;
   transition: all 0.3s;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

#service [class*="bnr"] a span {
   display: block;
   font-size: 13px;
   letter-spacing: 0.1em;
   padding-top: 10px;
}

#service [class*="bnr"] a:hover {
   opacity: 1;
}

#service [class*="bnr"] a:hover:before {
   transform: scale(1.1, 1.1);
}

#service .bnr1 {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-top: 40px;
}

#service .bnr1 li {
   width: 650px;
   height: 240px;
   margin: 0 0 10px 10px;
}

#service .bnr1 li:nth-child(2n + 1) {
   margin-left: 0;
}

#service .bnr1 li:nth-child(1) a:before {
   background: url("../img/index/service-bnr1.jpg") no-repeat center top/cover;
}

#service .bnr1 li:nth-child(1) a:hover:before {
   background-image: url("../img/index/service-bnr1_on.jpg");
}

#service .bnr1 li:nth-child(2) a:before {
   background: url("../img/index/service-bnr2.jpg") no-repeat center top/cover;
}

#service .bnr1 li:nth-child(2) a:hover:before {
   background-image: url("../img/index/service-bnr2_on.jpg");
}

#service .bnr2 {
   display: flex;
   flex-wrap: wrap;
}

#service .bnr2 li {
   width: 320px;
   height: 180px;
   margin: 0 0 10px 10px;
}

#service .bnr2 li:nth-child(4n + 1) {
   margin-left: 0;
}

#service .bnr2 li:nth-child(1) a:before {
   background: url("../img/index/service-bnr3.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(1) a:hover:before {
   background-image: url("../img/index/service-bnr3_on.jpg");
}

#service .bnr2 li:nth-child(2) a:before {
   background: url("../img/index/service-bnr4.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(2) a:hover:before {
   background-image: url("../img/index/service-bnr4_on.jpg");
}

#service .bnr2 li:nth-child(3) a:before {
   background: url("../img/index/service-bnr5.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(3) a:hover:before {
   background-image: url("../img/index/service-bnr5_on.jpg");
}

#service .bnr2 li:nth-child(4) a:before {
   background: url("../img/index/service-bnr6.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(4) a:hover:before {
   background-image: url("../img/index/service-bnr6_on.jpg");
}

#service .bnr2 li:nth-child(5) a:before {
   background: url("../img/index/service-bnr7.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(5) a:hover:before {
   background-image: url("../img/index/service-bnr7_on.jpg");
}

#service .bnr2 li:nth-child(6) a:before {
   background: url("../img/index/service-bnr8.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(6) a:hover:before {
   background-image: url("../img/index/service-bnr8_on.jpg");
}

#service .bnr2 li:nth-child(7) a:before {
   background: url("../img/index/service-bnr9.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(7) a:hover:before {
   background-image: url("../img/index/service-bnr9_on.jpg");
}

#service .bnr2 li:nth-child(8) a:before {
   background: url("../img/index/service-bnr10.jpg") no-repeat center top/cover;
}

#service .bnr2 li:nth-child(8) a:hover:before {
   background-image: url("../img/index/service-bnr10_on.jpg");
}

#service .button_list {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 50px;
}

#service .button_list p+p {
   padding-left: 40px;
}

@media screen and (max-width: 1400px) {
   #service .bnr1 li {
      width: 49%;
      margin: 0 0 2% 2%;
   }

   #service .bnr1 li:nth-child(2n + 1) {
      margin-left: 0;
   }

   #service .bnr2 li {
      width: 23.5%;
      margin: 0 0 2% 2%;
   }

   #service .bnr2 li:nth-child(4n + 1) {
      margin-left: 0;
   }

   #service .button_list p {
      width: 45%;
   }

   #service .button_list p+p {
      padding-left: 2%;
   }

   #service .button_list p a {
      width: 100%;
   }
}

@media screen and (max-width: 991px) {
   #service .bnr1 li {
      width: 100%;
      height: 180px;
      margin-left: 0;
   }

   #service .bnr2 li {
      width: 49%;
   }

   #service .bnr2 li:nth-child(4n + 1) {
      margin-left: 2%;
   }

   #service .bnr2 li:nth-child(2n + 1) {
      margin-left: 0;
   }
}

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

   #service .desc {
      padding-top: 30px;
   }

   #service [class*="bnr"] a {
      font-size: 16px;
      padding: 15px 10px;
   }

   #service [class*="bnr"] a span {
      line-height: 30px;
      padding-top: 0;
   }

   #service .bnr1 {
      margin-top: 30px;
   }

   #service .bnr1 li {
      width: 100%;
      height: 30vw;
      margin: 0 0 10px;
   }

   #service .bnr2 li {
      width: calc(50% - 5px);
      height: 40vw;
      margin: 0 0 10px 10px;
   }

   #service .button_list {
      display: block;
      padding-top: 10px;
   }

   #service .button_list p {
      width: 100%;
   }

   #service .button_list p+p {
      padding-top: 10px;
      padding-left: 0;
   }
}

/* -- --*/
#works {
   padding: 150px 0 90px;
}

#works .box {
   display: flex;
   flex-wrap: wrap;
   border-bottom: 1px dashed #fff;
   padding-top: 40px;
   padding-bottom: 30px;
}

#works .box .item {
   width: 23.5%;
}

#works .box .item+.item {
   margin-left: 2%;
}

#works .box .photo {
   padding-bottom: 10px;
}

#works .box .photo a {
   display: block;
   width: 100%;
   padding-top: 78%;
   position: relative;
}

#works .box .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 0;
}

#works .box .date {
   display: inline-block;
   vertical-align: middle;
   font-size: 13px;
   line-height: 20px;
   padding-right: 10px;
}

#works .box .cate {
   display: inline-block;
   vertical-align: middle;
}

#works .box .cate a {
   border: 1px solid #fff;
   font-size: 13px;
   line-height: 20px;
   padding: 2px 40px;
}

#works .box .cate a:hover {
   background-color: #fff;
   color: #333;
   opacity: 1;
}

#works .box .ttl {
   font-size: 15px;
   line-height: 24px;
   padding-top: 10px;
}

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

#works .button {
   text-align: center;
   padding-top: 40px;
}

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

   #works .box {
      display: block;
      padding: 30px 0 20px;
   }

   #works .box .item {
      width: 85%;
      margin: 0 auto;
   }

   #works .box .item+.item {
      margin-left: auto;
      padding-top: 20px;
   }

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

/* -- --*/
#topics {
   padding: 90px 20px;
}

#topics .box {
   font-size: 13px;
   line-height: 20px;
   padding-top: 30px;
}

#topics .box .item {
   display: table;
   width: 100%;
   border-bottom: 1px dashed #fff;
   box-sizing: border-box;
   padding: 0 100px 30px;
}

#topics .box .item+.item {
   padding-top: 30px;
}

#topics .box .item>* {
   display: table-cell;
   vertical-align: middle;
}

#topics .box .item .date {
   width: 90px;
   padding-right: 10px;
}

#topics .box .item .cate {
   width: 120px;
}

#topics .box .item .cate a {
   display: block;
   border: 1px solid #fff;
   text-align: center;
   padding: 1px 0;
}

#topics .box .item .cate a:hover {
   background-color: #fff;
   color: #333;
   opacity: 1;
}

#topics .box .item .ttl {
   font-size: 15px;
   line-height: 24px;
   padding-left: 30px;
}

#topics .box .item .ttl a {
   max-height: 48px;
   overflow: hidden;
   display: block;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

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

@media screen and (max-width: 767px) {
   #topics {
      padding: 60px 20px 80px;
   }

   #topics .box .item {
      display: block;
      padding: 0 15px 30px;
   }

   #topics .box .item+dl {
      padding-top: 30px;
   }

   #topics .box .item>* {
      display: inline-block;
   }

   #topics .box .item .ttl {
      display: block;
      padding: 10px 0 0;
   }

   #topics .box .item .ttl a {
      -webkit-line-clamp: 2;
   }

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

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

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

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

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

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

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

/* --- --- */
/*
 * Contact
 *=============================================*/
/* -- -- */
#contact__other {
   padding: 0 20px;
   position: relative;
}

#contact__other .box {
   padding-top: 90px;
}

#contact__other h2 {
   letter-spacing: 0.12em;
   padding-bottom: 10px;
   position: relative;
}

#contact__other h2:before {
   content: '';
   width: 100px;
   height: 0;
   border-bottom: 2px solid #fff;
   position: absolute;
   bottom: 0;
   left: 0;
}

#contact__other .txt {
   font-size: 15px;
   line-height: 30px;
   padding-top: 30px;
   position: relative;
}

#contact__other .bnr {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   width: 80%;
   height: 147px;
   background-color: #fff;
   color: #333;
   border-radius: 100px;
   text-align: center;
   margin: 20px auto 0;
}

#contact__other .bnr .time {
   font-size: 14px;
   line-height: 20px;
   padding-top: 10px;
}

#contact__other .tel a {
   font-weight: 500;
   line-height: 29px;
}

#contact__other .tel a small {
   display: inline;
   font-size: 16px;
}

#contact__other .line {
   text-align: center;
}

#contact__other .line a {
   display: inline-block;
   width: 253px;
}

@media screen and (max-width: 767px) {
   #contact__other .box {
      padding-top: 50px;
   }

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

   #contact__other .bnr {
      width: 100%;
   }
}

/* -- -- */
.wpcf7 {
   position: relative;
}

.select {
   display: flex;
   width: 100%;
   border: 1px solid #ccc;
   background-color: #fff;
   position: relative;
}

.select .wpcf7-not-valid-tip {
   position: absolute;
   top: 92%;
   left: 0;
}

.select .wpcf7-form-control-wrap {
   display: block;
   flex: 1;
}

.select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   border: 0;
   box-shadow: none;
   line-height: 30px;
   padding: 10px 50px 10px 15px;
   color: #333;
   background: transparent;
   border: 0;
   cursor: pointer;
}

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

.select::after {
   content: '';
   width: 0;
   height: 0;
   border-width: 8px 8px 0 8px;
   border-color: #333 transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 22px;
   right: 20px;
}

#mailform {
   padding: 90px 20px 120px;
}

#mailform input[type="text"],
#mailform input[type="tel"],
#mailform input[type="email"],
#mailform input[type="date"],
#mailform textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #ccc;
   box-sizing: border-box;
   line-height: 30px;
   border-radius: 0 !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 9px 15px;
}

#mailform textarea {
   height: 180px;
   resize: vertical;
}

#mailform .wpcf7-radio .wpcf7-list-item {
   display: inline-block;
   margin: 0 50px 0 0;
   padding-top: 9px;
}

#mailform .wpcf7-radio .wpcf7-list-item:last-child {
   margin-bottom: 0;
}

#mailform .wpcf7-radio .wpcf7-list-item label {
   display: inline-block;
   padding: 0 0 0 50px;
   position: relative;
}

#mailform .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
   content: '';
   width: 32px;
   height: 32px;
   background-color: #F2F2F2;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
}

#mailform .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
   content: '';
   display: none;
   width: 16px;
   height: 16px;
   background-color: #52D1E2;
   border-radius: 50%;
   position: absolute;
   top: 8px;
   left: 8px;
}

#mailform .wpcf7-radio .wpcf7-list-item label input {
   width: 18px;
   height: 18px;
   cursor: pointer;
   position: absolute;
   top: 5px;
   left: 0;
   opacity: 0;
}

#mailform .wpcf7-radio .wpcf7-list-item label input:checked~.wpcf7-list-item-label:after {
   display: block;
}

#mailform .wpcf7-checkbox {
   display: inline-block;
}

#mailform .wpcf7-checkbox .wpcf7-list-item {
   display: block;
   margin: 0;
}

#mailform .wpcf7-checkbox .wpcf7-list-item label {
   display: inline-block;
   padding-top: 1px;
   padding-left: 40px;
   position: relative;
}

#mailform .wpcf7-checkbox .wpcf7-list-item label input {
   width: 13px;
   height: 13px;
   cursor: pointer;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   z-index: 1;
}

#mailform .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
   content: '';
   width: 13px;
   height: 13px;
   background-color: transparent;
   border: 1px solid #fff;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
}

#mailform .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
   content: '';
   display: none;
   position: absolute;
   left: 5px;
   top: 0px;
   width: 3px;
   height: 8px;
   border: solid #fff;
   border-width: 0 1px 1px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

#mailform .wpcf7-checkbox .wpcf7-list-item label input:checked~.wpcf7-list-item-label:after {
   display: block;
}

#mailform .result_txt {
   color: #333;
   display: none;
}

#mailform .wpcf7-not-valid-tip {
   font-weight: 400;
   font-size: 12px;
   line-height: 1;
   padding-top: 5px;
   position: relative;
}

#mailform .select .wpcf7-not-valid-tip {
   position: absolute;
   top: 100%;
}

#mailform h2 {
   letter-spacing: 0.12em;
   padding-bottom: 10px;
   position: relative;
}

#mailform h2:before {
   content: '';
   width: 100px;
   height: 0;
   border-bottom: 2px solid #fff;
   position: absolute;
   bottom: 0;
   left: 0;
}

#mailform .desc {
   font-size: 15px;
   line-height: 30px;
   padding-top: 30px;
}

#mailform .form-input {
   font-size: 16px;
   line-height: 24px;
   padding: 20px 0 0;
}

#mailform .form-input dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
}

#mailform .form-input dl+dl {
   padding-top: 10px;
}

#mailform .form-input dl>* {
   display: table-cell;
   vertical-align: top;
   text-align: left;
}

#mailform .form-input dl dt {
   width: 320px;
   background-color: #333;
   color: #fff;
   font-weight: 700;
   box-sizing: border-box;
   padding: 24px 20px;
   position: relative;
}

#mailform .form-input dl dt small {
   display: inline-block;
   width: 30px;
   background-color: #B22222;
   font-size: 11px;
   letter-spacing: 0;
   line-height: 16px;
   color: #fff;
   text-align: center;
   padding: 0 0 2px;
   position: absolute;
   top: 28px;
   right: 20px;
}

#mailform .form-input dl dt small.non {
   background-color: #fff;
   color: #333;
}

#mailform .form-input dl dd {
   background-color: #D9D9D9;
   font-size: 15px;
   padding: 11px 15px;
}

#mailform .form-input dl dd ::-webkit-input-placeholder {
   color: #CDD6DD;
}

#mailform .form-input dl dd ::-moz-placeholder {
   color: #CDD6DD;
}

#mailform .form-input dl dd :-ms-input-placeholder {
   color: #CDD6DD;
}

#mailform .form-input dl dd :-moz-placeholder {
   color: #CDD6DD;
}

#mailform .privacy {
   height: 300px;
   background-color: #fff;
   color: #333;
   overflow: hidden scroll;
   border: 1px solid #707070;
   padding: 15px 40px;
   margin-top: 30px;
}

#mailform .privacy p {
   padding-bottom: 25px;
}

#mailform .privacy p:last-child {
   padding-bottom: 0;
}

#mailform .form-check {
   display: flex;
   justify-content: center;
   font-weight: 500;
   letter-spacing: 0.07em;
   padding-top: 30px;
}

#mailform .form-check .wpcf7-form-control-wrap {
   margin-right: 5px;
}

#mailform .form-check .wpcf7-checkbox {
   display: inline-block;
}

#mailform .form-check .wpcf7-checkbox .wpcf7-list-item label {
   width: 13px;
   height: 13px;
   overflow: hidden;
   color: transparent;
   padding-left: 0;
}

#mailform .form-check .wpcf7-not-valid-tip {
   width: 200px;
   color: #dc3232;
   position: absolute;
   top: 100%;
   left: 0;
}

#mailform .form-check a {
   margin-left: 10px;
}

#mailform .form-btn {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   padding-top: 55px;
}

#mailform .form-btn>* {
   display: block;
   width: 320px;opacity: 0.4;
   background-color: #333;
   border: 1px solid #707070;
   text-align: center;
   border-radius: 0;
   font-size: 15px;
   line-height: 24px;
   color: #fff;
   cursor: pointer;
   transition: all 0.3s;
   box-sizing: border-box;
   border-radius: 0;
   margin: 5px;
   padding: 10px 30px;
   position: relative;
}

#mailform .form-btn>*:after {
   content: '\f105';
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: var(--fa-display, inline-block);
   font-style: normal;
   font-variant: normal;
   line-height: 1;
   text-rendering: auto;
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   position: absolute;
   top: 50%;
   right: 15px;
   transform: translateY(-50%);
}

#mailform .form-btn>*:hover {
   background-color: #091631;
   border-color: #091631;
   color: #fff;
   opacity: 1;
}

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

#mailform .form-btn>* .wpcf7-spinner {
   display: none;
}

#mailform .form-btn .confirm {
   display: block;
}

#mailform .form-btn .back,
#mailform .form-btn .send {
   display: none;
}

#mailform .form-btn .send {
   background-color: #091631;
   border-color: #091631;
   color: #fff;
   opacity: 1;
}

#mailform.confirm-mail .result_txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

#mailform.confirm-mail .wpcf7-form-control-wrap {
   display: none !important;
}

#mailform.confirm-mail .form-input dl dt {
   padding: 11px 15px;
}

#mailform.confirm-mail .form-input dl dt small {
   display: none;
}

#mailform.confirm-mail .form-input .select {
   background-color: transparent;
   border: 0;
}

#mailform.confirm-mail .form-input .select:after {
   display: none;
}

#mailform.confirm-mail .form-btn .confirm {
   display: none;
}

#mailform.confirm-mail .form-btn .back,
#mailform.confirm-mail .form-btn .send {
   display: block;
}

#mailform.confirm-mail .form-check .wpcf7-form-control-wrap {
   display: block;
}

#mailform.confirm-mail .form-check .wpcf7-checkbox .wpcf7-list-item label {
   pointer-events: none;
}

.wpcf7-response-output {
   width: 100%;
   box-sizing: border-box;
   border-color: #dc3232 !important;
   color: #dc3232 !important;
   margin: 0 !important;
}

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

   #mailform .wpcf7-radio .wpcf7-list-item {
      display: block;
      font-size: 16px;
      line-height: 32px;
      margin: 0 0 5px;
   }

   #mailform .desc {
      text-align: left;
      padding-bottom: 20px;
   }

   #mailform .form-input {
      padding: 20px 0 0;
   }

   #mailform .form-input dl {
      display: block;
   }

   #mailform .form-input dl+dl {
      padding-top: 20px;
   }

   #mailform .form-input dl>* {
      display: block;
   }

   #mailform .form-input dl dt {
      width: auto;
      padding: 13px 15px;
   }

   #mailform .form-input dl dt small {
      position: static;
      margin-left: 5px;
   }

   #mailform .privacy {
      margin-top: 40px;
      padding: 15px 20px;
   }

   #mailform .privacy p {
      padding-bottom: 20px;
   }

   #mailform .privacy p:last-child {
      padding-bottom: 0;
   }

   #mailform .form-btn {
      padding-top: 45px;
   }

   #mailform .form-btn>* {
      width: 100%;
      font-size: 16px;
      padding: 9px 0;
   }
}

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

#txt_thanks h2 {
   padding-bottom: 40px;
}

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

#txt_thanks .button {
   padding-top: 20px;
   padding-bottom: 0;
}

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

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

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

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

/* -- -- */
/*
 * 
*=============================================*/
/* -- -- */
#lead {
   padding: 80px 20px 148px;
}

#lead .txt {
   padding-top: 32px;
}

#lead .btn-list {
   display: flex;
   flex-wrap: wrap;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   color: #333;
   padding-top: 48px;
}

#lead .btn-list li {
   width: 24.1%;
   margin: 1.2% 0 0 1.2%;
}

#lead .btn-list li:nth-child(4n + 1) {
   margin-left: 0;
}

#lead .btn-list li a {
   display: block;
   border-radius: 6px;
   background-color: #000;
   color: #fff;
   padding: 21px 20px;
   position: relative;
}

#lead .btn-list li a i {
   display: block;
   position: absolute;
   top: 50%;
   right: 20px;
   color: #fff;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#lead .btn-list li a:hover {
   opacity: 1;
}

#lead .btn-list li a:hover i {
   top: 60%;
}

@media screen and (max-width: 991px) {
   #lead .box {
      display: block;
   }

   #lead .box .photo {
      width: 100%;
      text-align: center;
   }

   #lead .box .desc {
      width: 100%;
      margin-left: 0;
      padding-top: 40px;
   }

   #lead .btn-list {
      font-size: 14px;
   }
}

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

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

   #lead .btn-list {
      padding-top: 30px;
   }

   #lead .btn-list li {
      width: 49.4%;
   }

   #lead .btn-list li:nth-child(4n + 1) {
      margin-left: 1.2%;
   }

   #lead .btn-list li:nth-child(2n + 1) {
      margin-left: 0;
   }

   #lead .btn-list li a {
      padding: 13px 15px;
   }

   #lead .btn-list li a i {
      right: 15px;
   }
}

/* -- -- */
/*
 * Reasons
*=============================================*/
/* -- -- */
#imported-car-sec1 .box {
   padding-top: 90px;
}

#imported-car-sec1 .sub {
   padding-top: 20px;
}

#imported-car-sec1 .sub strong {
   font-size: 38px;
}

#imported-car-sec1 ul {
   font-size: 16px;
   padding-top: 10px;
}

#imported-car-sec1 ul li {
   border-bottom: 1px dashed #fff;
   margin-top: 20px;
   padding: 0 50px 15px 70px;
   position: relative;
}

#imported-car-sec1 ul li i {
   display: block;
   position: absolute;
   top: 6px;
   left: 50px;
}

@media screen and (max-width: 767px) {
   #imported-car-sec1 .box {
      padding-top: 50px;
   }

   #imported-car-sec1 h2 span {
      background-size: 100% 8px;
   }

   #imported-car-sec1 .sub {
      padding-top: 15px;
   }

   #imported-car-sec1 .sub strong {
      font-size: 28px;
   }

   #imported-car-sec1 ul {
      padding-top: 0;
   }

   #imported-car-sec1 ul li {
      padding: 0 0 15px 20px;
   }

   #imported-car-sec1 ul li i {
      left: 0;
   }
}

/* -- -- */
#imported-car-sec2 {
   padding: 60px 20px 0;
}

#imported-car-sec2 .box-blk {
   background-color: #000;
   color: #fff;
   padding: 60px 100px;
}

#imported-car-sec2 .box-blk .logo {
   width: 225px;
   margin: 0 auto;
}

#imported-car-sec2 .box-blk h2 {
   text-align: center;
}

#imported-car-sec2 .box-blk .txt {
   padding-top: 30px;
}

#imported-car-sec2 .box {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row-reverse;
   padding-top: 160px;
}

#imported-car-sec2 .box+.box {
   padding-top: 90px;
}

#imported-car-sec2 .box .col {
   width: 660px;
}

#imported-car-sec2 .box h3 {
   padding: 25px 0 0 50px;
   position: relative;
}

#imported-car-sec2 .box h3 .number {
   display: block;
   width: 60px;
   height: 60px;
   color: #FFB357;
   font-size: 20px;
   line-height: 24px;
   position: absolute;
   top: 0;
   left: 0;
}

#imported-car-sec2 .box h3 .number:before {
   content: '';
   width: 0;
   height: 100%;
   border-left: 1px solid #fff;
   position: absolute;
   bottom: 0;
   right: 30px;
   transform: skewX(-40deg);
}

#imported-car-sec2 .box .txt {
   padding-top: 30px;
}

#imported-car-sec2 .box .photo {
   width: 640px;
   margin-left: 100px;
}

#imported-car-sec2 .box.img_l {
   flex-direction: row;
}

#imported-car-sec2 .box.img_l .col {
   margin-left: 100px;
}

#imported-car-sec2 .box.img_l .photo {
   margin-left: 0;
}

@media screen and (max-width: 1500px) {
   #imported-car-sec2 .box .col {
      width: 48%;
   }

   #imported-car-sec2 .box .photo {
      width: 48%;
      margin-left: 4%;
   }

   #imported-car-sec2 .box.img_l .col {
      margin-left: 4%;
   }

   #imported-car-sec2 .box.img_l .photo {
      margin-left: 0;
   }
}

@media screen and (max-width: 991px) {
   #imported-car-sec2 .box-blk {
      padding: 60px 60px;
   }
}

@media screen and (max-width: 767px) {
   #imported-car-sec2 .box-blk {
      padding: 30px 20px;
   }

   #imported-car-sec2 .box-blk .txt {
      padding-top: 15px;
   }

   #imported-car-sec2 .box {
      display: block;
      padding-top: 50px;
   }

   #imported-car-sec2 .box+.box {
      padding-top: 50px;
   }

   #imported-car-sec2 .box .photo {
      width: 100%;
      margin-left: 0;
   }

   #imported-car-sec2 .box .col {
      width: 100%;
      padding-top: 20px;
   }

   #imported-car-sec2 .box .txt {
      padding-top: 15px;
   }

   #imported-car-sec2 .box.img_l .col {
      margin-left: 0;
   }
}

/* -- -- */
/*
 * VEHICLE SALES
*=============================================*/
/* -- -- */
#new-car,
#used-car,
#auction-agent {
   border-top: 2px solid #fff;
   padding: 90px 0 120px;
}

#new-car h2,
#used-car h2,
#auction-agent h2 {
   text-align: center;
}

#new-car .photo,
#used-car .photo,
#auction-agent .photo {
   display: flex;
   flex-wrap: wrap;
   padding-top: 30px;
}

#new-car .photo li,
#used-car .photo li,
#auction-agent .photo li {
   width: 33.33%;
}

#new-car .desc,
#used-car .desc,
#auction-agent .desc {
   padding-top: 40px;
}

#new-car .txt,
#used-car .txt,
#auction-agent .txt {
   padding-top: 32px;
}

@media screen and (max-width: 767px) {

   #new-car,
   #used-car,
   #auction-agent {
      padding: 50px 0;
   }

   #new-car .photo,
   #used-car .photo,
   #auction-agent .photo {
      display: block;
      padding-top: 20px;
   }

   #new-car .photo li,
   #used-car .photo li,
   #auction-agent .photo li {
      width: 100%;
   }

   #new-car .desc,
   #used-car .desc,
   #auction-agent .desc {
      padding-top: 20px;
   }

   #new-car .txt,
   #used-car .txt,
   #auction-agent .txt {
      padding-top: 15px;
   }
}

/* -- -- */
#after-sales-guarantee {
   border-top: 2px solid #fff;
   padding: 90px 20px 120px;
}

#after-sales-guarantee .photo {
   width: 50%;
   margin: 0 auto;
   padding-top: 40px;
}

#after-sales-guarantee .box1 {
   padding-top: 40px;
}

#after-sales-guarantee .box1 .txt {
   padding-top: 32px;
}

#after-sales-guarantee .box2 {
   padding-top: 10px;
}

#after-sales-guarantee .box2 h3 {
   margin-top: 50px;
}

#after-sales-guarantee .box2 .txt {
   padding: 30px 10% 0;
}

#after-sales-guarantee .box2 .img {
   padding-top: 40px;
}

@media screen and (max-width: 991px) {
   #after-sales-guarantee {
      padding: 50px 20px;
   }

   #after-sales-guarantee .photo {
      padding-top: 20px;
   }

   #after-sales-guarantee .box1 {
      padding-top: 20px;
   }

   #after-sales-guarantee .box1 .txt {
      padding-top: 15px;
   }

   #after-sales-guarantee .box2 {
      padding-top: 0;
   }

   #after-sales-guarantee .box2 h3 {
      margin-top: 30px;
   }

   #after-sales-guarantee .box2 .txt {
      padding: 15px 0 0;
   }

   #after-sales-guarantee .box2 .img {
      padding-top: 15px;
   }
}

/* -- -- */
/*
 * OTHER SERVICES
*=============================================*/
/* -- -- */
#other_service_list {
   padding: 0 20px 150px;
}

#other_service_list .box-img+.box-img {
   padding-top: 90px;
}

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

   #other_service_list .box-img+.box-img {
      padding-top: 50px;
   }
}

/*
 * PIT WORK FEE
*=============================================*/
/* -- -- */
.fee-style {
   padding-top: 90px;
}

.fee-style:last-child {
   padding-bottom: 90px;
}

.fee-style h2 {
   padding: 12px 5%;
}

.fee-style .box {
   padding-top: 30px;
}

.fee-style .box+.box {
   padding-top: 50px;
}

.fee-style .box dl {
   display: flex;
   flex-wrap: wrap;
   font-weight: 700;
   font-size: 18px;
   border-bottom: 1px dashed #fff;
   padding: 20px 0 12px;
}

.fee-style .box dl dt {
   width: 70%;
}

.fee-style .box dl dd:nth-child(2) {
   width: 30%;
   text-align: right;
}

.fee-style .box dl dd:nth-child(2) small {
   font-weight: 300;
   font-size: 12px;
}

.fee-style .box dl dd:nth-child(3) {
   width: 100%;
   font-weight: 300;
   font-size: 14px;
   line-height: 20px;
   padding-top: 10px;
}

.fee-style .box .txt {
   padding-top: 20px;
}

.fee-style .box .note {
   padding-top: 20px;
}

.fee-style .box table {
   width: 100%;
   table-layout: fixed;
   margin-top: 20px;
}

.fee-style .box table td {
   border: 1px solid #fff;
   text-align: center;
   vertical-align: middle;
   font-size: 16px;
   line-height: 24px;
   padding: 8px 2px;
}

.fee-style .box table td[colspan="6"] {
   padding: 5px 0 4px;
   border: 0;
}

@media screen and (max-width: 991px) {
   .fee-style .box table td {
      font-size: 13px;
   }
}
@media screen and (max-width: 767px) {
   .fee-style {
      padding-top: 50px;
   }

   .fee-style:last-child {
      padding-bottom: 50px;
   }

   .fee-style .box {
      padding-top: 30px;
   }

   .fee-style .box+.box {
      padding-top: 30px;
   }

   .fee-style .box dl {
      font-size: 15px;
      padding: 15px 0 10px;
   }

   .fee-style .box dl dt {
      width: 60%;
   }

   .fee-style .box dl dd:nth-child(2) {
      width: 40%;
   }

   .fee-style .box dl dd:nth-child(3) {
      font-size: 12px;
      padding-top: 5px;
   }

   .fee-style .box .table {
      width: 100%;
      overflow: auto;
   }
   .fee-style .box table {
      width: 720px;
   }
   .fee-style .box table td {
      font-size: 14px;
      line-height: 20px;
      padding: 4px 2px;
   }
}

/* -- -- */
/*
 * COMPANY
*=============================================*/
/* -- -- */
#company__greeting {
   padding: 90px 20px 120px;
}

#company__greeting h2 {
   text-align: center;
}

#company__greeting h2 small {
   display: block;
   font-weight: 500;
   font-size: 15px;
   letter-spacing: 0;
   line-height: 20px;
}

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

#company__greeting .txt {
   padding-top: 32px;
}

#company__greeting .name {
   font-size: 18px;
   padding-top: 32px;
}

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

   #company__greeting h2 small {
      font-size: 12px;
   }

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

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

   #company__greeting .name {
      padding-top: 15px;
   }
}

/* -- -- */
#company__profile {
   /*border-top: 2px solid #fff;*/
   padding: 90px 20px 120px;
}

#company__profile h2 {
   text-align: center;
}

#company__profile h2 small {
   display: block;
   font-weight: 500;
   font-size: 15px;
   letter-spacing: 0;
   line-height: 20px;
}

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

#company__profile .photo {
   display: flex;
   flex-wrap: wrap;
}

#company__profile .photo li {
   width: 49%;
   margin-left: 2%;
   padding-top: 50px;
}

#company__profile .photo li:nth-child(2n + 1) {
   margin-left: 0;
}

#company__profile .map {
   width: 100%;
   padding-top: 500px;
   margin-top: 50px;
   position: relative;
}

#company__profile .map>* {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

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

   #company__profile h2 small {
      font-size: 12px;
   }

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

   #company__profile .photo {
      display: block;
   }

   #company__profile .photo li {
      width: 100%;
      margin-left: 0;
      padding-top: 20px;
   }

   #company__profile .map {
      padding-top: 80%;
      margin-top: 30px;
   }
}

/* -- -- */
/*
 * Post Type
*=============================================*/
/* --- --- */
.wp-pagenavi {
   display: flex;
   align-items: center;
   padding-top: 90px;
}

.wp-pagenavi>* {
   display: block;
   width: 28px;
   background-color: #333;
   border: 1px solid #333;
   font-weight: 400;
   font-size: 15px;
   line-height: 24px;
   color: #fff;
   text-align: center;
   padding: 2px 0;
   margin: 0 5px;
}

.wp-pagenavi>*:hover {
   background-color: #fff;
   border-color: #333;
   color: #333;
   opacity: 1;
}

.wp-pagenavi .current {
   background-color: #fff;
   border-color: #333;
   color: #333;
   pointer-events: none;
}

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

/* -- -- */
.cpt-template {
   padding: 90px 20px 120px;
}

.cpt-template .w1000 {
   display: flex;
   flex-wrap: wrap;
}

.cpt-template .col-content {
   width: 72%;
}

@media screen and (max-width: 1400px) {
   .cpt-template .col-content {
      width: 70%;
   }

   .cpt-template .sidebar {
      width: 80%;
      margin-right: 0;
      margin-left: 0;
   }
}

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

   .cpt-template .w1000 {
      display: block;
   }

   .cpt-template .col-content {
      width: 100%;
   }


}

/* -- -- */
.news__list .item {
   border-bottom: 1px dashed #fff;
   box-sizing: border-box;
   padding: 0 50px 20px;
   font-size: 13px;
   line-height: 20px;
}

.news__list .item+.item {
   padding-top: 20px;
}

.news__list .item>* {
   display: inline-block;
   vertical-align: middle;
}

.news__list .item .cate {
   width: 120px;
}

.news__list .item .cate a {
   display: block;
   border: 1px solid #fff;
   text-align: center;
   padding: 1px 0;
}

.news__list .item .cate a:hover {
   background-color: #fff;
   color: #333;
   opacity: 1;
}

.news__list .item .date {
   width: 80px;
   padding-right: 10px;
}

.news__list .item .ttl {
   display: block;
   font-size: 15px;
   line-height: 24px;
   padding-top: 15px;
}

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

@media screen and (max-width: 767px) {
   .news__list .item {
      padding: 0 0 20px;
   }

   .news__list .item+.item {
      padding-top: 20px;
   }

   .news__list .item .ttl a {
      -webkit-line-clamp: 3;
   }
}

/* -- -- */
.news__list01 {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: -40px;
}

.news__list01 .item {
   width: 48.6%;
   border-bottom: 1px dashed #fff;
   margin: 0 0 40px 1.4%;
   padding-bottom: 10px;
}

.news__list01 .item:nth-child(2n + 1) {
   margin-left: 0;
}

.news__list01 .photo {
   padding-bottom: 10px;
}

.news__list01 .photo a {
   display: block;
   width: 100%;
   padding-top: 78%;
   position: relative;
}

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

.news__list01 .date {
   display: inline-block;
   vertical-align: middle;
   font-size: 13px;
   line-height: 20px;
   padding-right: 10px;
}

.news__list01 .cate {
   display: inline-block;
   vertical-align: middle;
}

.news__list01 .cate a {
   border: 1px solid #fff;
   font-size: 13px;
   line-height: 20px;
   padding: 2px 40px;
}

.news__list01 .cate a:hover {
   background-color: #fff;
   color: #333;
   opacity: 1;
}

.news__list01 .ttl {
   font-size: 15px;
   line-height: 24px;
   padding-top: 10px;
}

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

@media screen and (max-width: 767px) {
   .news__list01 {
      display: block;
   }

   .news__list01 .item {
      width: 100%;
   }

   .news__list01 .item+.item {
      margin-left: 0;
   }
}

/* -- -- */
/*
 * Post Detail
 *=============================================*/
#cpt-detail .featured_img {
   text-align: center;
   padding-bottom: 12px;
}

#cpt-detail .date {
   display: inline-block;
   font-size: 13px;
   line-height: 20px;
   padding-right: 25px;
}

#cpt-detail .cate {
   display: inline-block;
   font-size: 13px;
   line-height: 20px;
}

#cpt-detail .cate a {
   display: inline-block;
   border: 1px solid #fff;
   margin: 0 5px 5px 0;
   padding: 1px 20px;
}

#cpt-detail .cate a:hover {
   background-color: #fff;
   color: #333;
   opacity: 1;
}

#cpt-detail .the_title {
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.03em;
   border-bottom: 1px dashed #fff;
   padding-bottom: 15px;
   position: relative;
}

#cpt-detail .the_content {
   font-size: 15px;
   line-height: 24px;
   padding-top: 15px;
}

#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: 70px;
   font-weight: 400;
   font-size: 15px;
   line-height: 30px;
   text-align: center;
   box-sizing: content-box;
   margin: 50px 0 0;
   padding: 0 40px;
   position: relative;
}

#cpt-detail .post-btn a {
   display: block;
   background-color: #333333;
   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: #fff;
   color: #333;
   opacity: 1;
}

@media screen and (max-width: 991px) {
   #cpt-detail .col-content {
      width: 100%;
   }

   #cpt-detail .sidebar {
      width: 100%;
      margin-left: 0;
      padding-top: 50px;
   }

   #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_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 .post-btn {
      margin-top: 50px;
   }
}
