@charset "UTF-8";

/*
 * opening
*=============================================*/
/* -- -- */
/*
 * 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 -- */
.h2 {
   font-weight: 600;
   font-size: 35px;
   line-height: 47px;
   letter-spacing: 0;
   text-transform: uppercase;
   text-align: center;
}

.h2:after {
   content: '';
   display: block;
   width: 30px;
   border-top: 2px solid;
   margin: 5px auto 0;
}

.h-18 {
   font-weight: 600;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
}

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

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

.h-24 {
   font-weight: 600;
   font-size: 24px;
   letter-spacing: 0;
   line-height: 30px;
}

.h-25 {
   font-weight: 600;
   font-size: 25px;
   letter-spacing: 0;
   line-height: 33px;
}

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

.h-30 {
   font-weight: 600;
   font-size: 30px;
   letter-spacing: 0;
   line-height: 40px;
}

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

.h-36 {
   font-weight: 600;
   font-size: 36px;
   letter-spacing: 0;
   line-height: 52px;
   padding-bottom: 65px;
   position: relative;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 22px;
      line-height: 30px;
   }

   .h2:after {
      margin-top: 7px;
   }

   .h-18,
   .h-20 {
      font-size: 16px;
   }

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

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

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

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

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

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

.button a {
   display: inline-block;
   width: 240px;
   border: 2px solid #2ecb0b;
   color: #2ecb0b;
   border-radius: 50px;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0em;
   line-height: 24px;
   text-align: center;
   text-transform: uppercase;
   box-sizing: border-box;
   padding: 15px 0;
   position: relative;
   z-index: 1;
}

.button a:hover {
   opacity: 1;
   background-color: #2ecb0b;
   color: #fff;
}

.button.white a {
   color: #fff;
   border-color: #fff;
}

.button.white a:hover {
   background-color: #fff;
   color: #000;
}

.button.black a {
   color: #fff;
   background-color: #000;
   border-color: #000;
}

.button.black a:hover {
   background-color: #fff;
   color: #000;
}

.button-more a {
   display: inline-block;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   text-transform: uppercase;
   padding-right: 45px;
   position: relative;
}

.button-more a:after {
   content: '';
   border-width: 5px 0 5px 12px;
   border-style: solid;
   border-color: transparent transparent transparent #2ecb0b;
   position: absolute;
   top: 5px;
   right: 0;
}

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

   .button a {
      width: 46vw;
      font-size: 16px;
      line-height: 20px;
      padding: 11px 0;
   }

   .button-more a {
      font-size: 13px;
   }
}

/* -- -- */
.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-green {
   color: #2B663C;
}

.cl-blue {
   color: #0000F5;
}

.cl-orange {
   color: #EA3323;
}

.cl-pink {
   color: #E08BA6;
}

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

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

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

.disabled {
   pointer-events: none;
}

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

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

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

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

/* -- --*/
.bg-cl01 {
   background-image:url(https://clayhope-transport.com/wp-content/uploads/2025/07/30153575_m.png);
   color: #fff;
}

/* -- --*/
#kv {
   padding: 170px 0 150px;
   position: relative;
}

.kv__ttl {
   font-weight: 600;
   font-size: 25px;
   letter-spacing: 0em;
   line-height: 33px;
}

.kv__ttl span {
   display: block;
   color: #2ecb0b;
   font-weight: 700;
   font-size: 60px;
   line-height: 80px;
   text-transform: uppercase;
   padding-bottom: 15px;
}

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

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

   .kv__ttl span {
      font-size: 30px;
      line-height: 40px;
      padding-bottom: 3px;
   }
}

/* -- --*/
.breadcrumbs {
   width: 100%;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   padding-top: 150px;
}

.breadcrumbs .wrap {
   overflow-x: auto;
   border-top: 1px solid #161616;
   padding: 7px 0 8px;
}

.breadcrumbs .bcn_display {
   display: flex;
   flex-wrap: wrap;
   gap: 0 10px;
   width: max-content;
}

.breadcrumbs span {
   display: block;
   word-break: break-all;
   text-transform: uppercase;
}

.breadcrumbs a {
   color: #909090;
}

.breadcrumbs a:hover {
   color: #2ecb0b;
}

@media screen and (max-width: 767px) {
   .breadcrumbs {
      font-weight: 500;
      font-size: 10px;
      line-height: 14px;
      padding-top: 100px;
   }

   .breadcrumbs .wrap {
      width: calc(100% - 40px);
   }
}

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

/* -- -- */
.box-img {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   gap: 20px 80px;
}

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

.box-img .col {
   width: calc(50% - 80px);
   padding-top: 30px;
}

.box-img .no {
   width: 80px;
   padding-bottom: 10px;
}

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

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

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

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

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

   .box-img .no {
      width: 60px;
   }

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

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

/* -- --*/
.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-top: 1px solid #707070;
   border-bottom: 1px solid #707070;
   padding: 20px 25px;
   position: relative;
}

.tb-style dl+dl {
   border-top: 0;
}

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

.tb-style dl dt {
   width: 210px;
   color: #525252;
   box-sizing: border-box;
   position: relative;
}

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

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

@media screen and (max-width: 767px) {
   .tb-style dl {
      font-size: 12px;
      line-height: 20px;
      padding: 18px 0;
   }

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

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

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

/* -- -- */
.img-hover {
   display: block;
   position: relative;
}

.img-hover:after {
   content: '';
   width: 100%;
   height: 100%;
   border: 3px solid #000;
   border-radius: 10px;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
   box-sizing: border-box;
   opacity: 0;
   z-index: 1;
}

.img-hover img {
   border-radius: 10px;
}

.img-hover:hover:after {
   border-color: #2ecb0b;
   opacity: 1;
}

.img-hover.border:after {
   opacity: 1;
}

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

/* -- -- */
.bnr-style a {
   display: block;
   background-color: #009311;
   border: 4px solid #009311;
   border-radius: 10px;
   text-align: center;
   color: #fff;
   font-size: 15px;
   padding: 43px 0 45px;
}

.bnr-style a span {
   display: block;
   margin-bottom: 20px;
}

.bnr-style a:hover {
   color: #000;
   background-color: transparent;
}

.bnr-style a:hover span:after {
   border-top-color: #000;
}

@media screen and (max-width: 767px) {
   .bnr-style a {
      font-size: 10px;
      line-height: 15px;
      padding: 12px 0 14px;
   }

   .bnr-style a span {
      font-size: 20px;
      margin-bottom: 8px;
   }
}

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

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

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

.swiper-button-prev,
.swiper-button-next {
   width: 55px;
   height: 55px;
   border-radius: 50%;
   background-color: #fff;
   border: 2px solid #2ecb0b;
   color: #2ecb0b;
   transition: all 0.3s;
   cursor: pointer;
}

.swiper-button-prev:before,
.swiper-button-next:before {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
   display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
   background-color: #2ecb0b;
   color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
   border-color: #B1B1B1;
   color: #B1B1B1;
   opacity: 1;
   cursor: inherit;
}

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

.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next {
   position: static;
   margin-top: 0;
}

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

   .swiper-button-prev,
   .swiper-button-next {
      width: 50px;
      height: 50px;
   }

   .swiper-button {
      padding-top: 45px;
   }
}

/* -- --*/
/*
 * 404
 *=============================================*/
#content-404 {
   text-align: center;
}

#content-404 h2 {
   font-family: inherit;
   font-weight: 500;
}

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

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

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

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

/* -- -- */
/*
 * HOME
*=============================================*/
/* The typing effect */
@keyframes typing {
   from {
      width: 0;
   }

   to {
      width: 100%;
   }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

   from,
   to {
      border-color: transparent;
   }

   50% {
      border-color: transparent;
   }
}

/* -- --*/
#mv {
   padding: 90px 0 100px;
   position: relative;
}

#mv h2 {
   color: #000;
   font-weight: 600;
   font-size: 50px;
   line-height: 55px;
   padding-bottom: 90px;
}

#mv h2>span {
   display: inline-block;
   padding: 0;
   margin-bottom: 10px;
}

#mv h2>span small {
   display: block;
   font-size: inherit;
   overflow: hidden;
   white-space: nowrap;
   animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
   border-right: 1px solid;
   background-color: #fff;
}

#mv h2>span small>span {
   display: inline;
   vertical-align: middle;
}

#mv h2>span:first-child small>span:nth-child(1),
#mv h2>span:first-child small>span:nth-child(2) {
   font-size: 55px;
}

.mv-slider {
   width: 100%;
   pointer-events: none;
}

.mv-slider .swiper-wrapper {
   -webkit-transition-timing-function: linear !important;
   -o-transition-timing-function: linear !important;
   transition-timing-function: linear !important;
}

.mv-slider .swiper-slide {
   width: 200px;
}

.mv-slider .swiper-slide img {
   border-radius: 10px;
}

@media screen and (max-width: 991px) {
   #mv h2 {
      font-size: 40px;
   }

   #mv h2>span:first-child small>span:nth-child(1),
   #mv h2>span:first-child small>span:nth-child(2) {
      font-size: 45px;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: calc(100vh - 130px);
      box-sizing: border-box;
      padding: 0;
   }

   #mv h2 {
      font-size: 20px;
      line-height: 40px;
      padding-bottom: 40px;
   }

   #mv h2>span {
      padding: 0;
   }

   #mv h2>span:first-child small>span:nth-child(1),
   #mv h2>span:first-child small>span:nth-child(2) {
      font-size: 25px;
   }

   .mv-slider {
      width: calc(100% - 20px);
      padding-left: 20px;
   }

   .mv-slider .swiper-slide {
      width: 180px;
   }
}

/* firefox */
@supports (-moz-appearance:none) {
   #mv h2>span small>span {
      padding: 1px 0;
   }
}
@media screen and (max-width: 991px) {
   @supports (-moz-appearance:none) {
      #mv h2>span small>span {
         padding: 6px 0;
      }
   }
}
/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #mv {
      height: calc(50vh - env(safe-area-inset-bottom) - 130px);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   #mv {
      height: calc(50vh - env(safe-area-inset-bottom) - 130px);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   #mv {
      height: calc(50vh - env(safe-area-inset-bottom) - 130px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   #mv {
      height: calc(50vh - env(safe-area-inset-bottom) - 130px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   #mv {
      height: calc(50vh - env(safe-area-inset-bottom) - 130px);
   }
}

/* -- --*/
#top__about {
   background: url("https://clayhope-transport.com/wp-content/uploads/2025/06/24880882_m.png") no-repeat center/cover;
   color: #fff;
   padding: 64px 0 70px;
   margin-top: 50px;
   position: relative;
}

#top__about:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(22, 22, 22, 0.7);
   position: absolute;
   top: 0;
   left: 0;
}

#top__about h2 {
   font-size: 30px;
}

#top__about .txt {
   padding-top: 50px;
}

#top__about .button {
   padding-top: 64px;
}

@media screen and (max-width: 767px) {
   #top__about {
      background-image: url("https://clayhope-transport.com/wp-content/uploads/2025/06/24880882_m.png");
      padding: 95px 0 80px;
   }

   #top__about h2 {
      font-size: 24px;
   }

   #top__about .button {
      padding-top: 75px;
   }
}

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

#top__service .wrap {
   max-width: 100%;
}

#top__service .slider-service {
   width: calc(50% + 483px);
   overflow: inherit;
   padding-top: 75px;
   margin-right: 0;
}

#top__service .slider-service .swiper-slide {
   width: 350px;
}

#top__service .slider-service .swiper-slide .photo a {
   position: relative;
}

#top__service .slider-service .swiper-slide .col {
   padding: 25px 10px 0;
}

#top__service .slider-service .swiper-slide .txt {
   font-size: 16px;
   line-height: 25px;
   padding-top: 15px;
}

@media screen and (max-width: 991px) {
   #top__service .slider-service {
      width: calc(50% + 360px);
   }
}

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

   #top__service .slider-service {
      width: calc(100% - 20px);
      padding-top: 50px;
   }

   #top__service .slider-service .swiper-slide {
      width: 250px;
   }

   #top__service .slider-service .swiper-slide .photo a {
      position: relative;
   }

   #top__service .slider-service .swiper-slide .col {
      padding: 15px 0 0;
   }

   #top__service .slider-service .swiper-slide .txt {
      font-size: 14px;
      line-height: 20px;
      padding-top: 12px;
   }
}

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

#top__member .slider-member {
   padding-top: 75px;
   pointer-events: none;
}

#top__member .slider-member .swiper-wrapper {
   -webkit-transition-timing-function: linear !important;
   -o-transition-timing-function: linear !important;
   transition-timing-function: linear !important;
}

#top__member .swiper-slide {
   width: 210px;
}

#top__member .swiper-slide .name {
   font-weight: 600;
   font-size: 14px;
   line-height: 20px;
   padding-top: 7px;
}

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

@media screen and (max-width: 767px) {
   #top__member {
      padding: 75px 0 80px;
   }

   #top__member .slider-member {
      padding-top: 50px;
   }

   #top__member .swiper-slide {
      width: 39.5vw;
   }
}

/* -- --*/
#top__recruit {
   padding-top: 140px;
}

#top__recruit h2 {
   padding-bottom: 50px;
}

#top__recruit .row {
   background: url("https://clayhope-transport.com/wp-content/uploads/2025/06/22754494_m.png") no-repeat center/cover;
   color: #fff;
   position: relative;
   padding: 65px 0 70px;
}

#top__recruit .row:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(22, 22, 22, 0.7);
   position: absolute;
   top: 0;
   left: 0;
}

#top__recruit .txt {
   width: 485px;
   font-weight: 500;
   margin: 0 auto;
   padding-top: 40px;
}

#top__recruit .button {
   padding-top: 65px;
}

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

   #top__recruit .row {
      background-image: url("https://clayhope-transport.com/wp-content/uploads/2025/06/22754494_m.png");
      padding: 95px 0 100px;
   }

   #top__recruit .row h3 {
      position: relative;
   }

   #top__recruit .row h3:after {
      content: '';
      display: block;
      width: 30px;
      border-top: 2px solid #fff;
      margin: 7px auto 0;
   }

   #top__recruit .txt {
      width: 100%;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      padding-top: 50px;
   }

   #top__recruit .button {
      padding-top: 75px;
   }
}

/* -- --*/
#top__access {
   padding-top: 140px;
}

#top__access .box {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   padding-top: 65px;
   flex-direction: row;
}

#top__access .box .item {
   width: 463px;
   position: relative;
}

#top__access .box .link a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   color: transparent;
}

#top__access .box .img-hover:after {
   border-width: 4px;
   border-color: #2ecb0b;
}

#top__access .box h3 {
   text-align: left;
   padding-top: 20px;
   font-size: 25px;
}

#top__access .box h3:after {
   display: none;
}

#top__access .box .txt {
   font-size: 16px;
   position: relative;
   margin-top: 15px;
   padding-left: 30px;
}

#top__access .box .txt i {
   font-size: 25px;
   position: absolute;
   top: 4px;
   left: 0;
}

#top__access .box .item:hover .img-hover:after {
   opacity: 1;
}

@media screen and (max-width: 991px) {
   #top__access .box .item {
      width: calc(50% - 20px);
   }
}

@media screen and (max-width: 767px) {
   #top__access {
      padding-top: 105px;
   }

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

   #top__access .box .item {
      width: 100%;
   }

   #top__access .box .item+.item {
      padding-top: 48px;
   }

   #top__access .box h3 {
      font-size: 26px;
      padding-top: 15px;
   }

   #top__access .box .txt {
      font-size: 13px;
      line-height: 20px;
      margin-top: 10px;
      padding-left: 22px;
   }

   #top__access .box .txt i {
      font-size: 20px;
      top: 2px;
   }
}

/* -- --*/
#topics {
   padding: 140px 0 0;
}

#topics .box {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 40px;
   padding-top: 70px;
}

#topics .box .item {
   width: 295px;
}

#topics .box .photo a {
   display: block;
   width: 100%;
   padding-top: 175px;
   border-radius: 10px;
   overflow: hidden;
   position: relative;
}

#topics .box .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   background: url("../img/common/no-image.jpg") no-repeat center/cover;
   position: absolute;
   top: 0;
   left: 0;
}

#topics .box .col {
   padding: 10px 10px 0;
}

#topics .box .date {
   color: #707070;
   opacity: 0.5;
   font-size: 15px;
   line-height: 20px;
   padding-top: 50px;
}

#topics .box .cate {
   width: 105px;
   padding-top: 10px;
}

#topics .box .cate a {
   display: block;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   background-color: #2ecb0b;
   color: #fff;
   text-align: center;
   border-radius: 30px;
   padding: 1.5px 0;
}

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

#topics .box .ttl {
   line-height: 24px;
   padding-top: 15px;
}

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

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

@media screen and (max-width: 991px) {
   #topics .box {
      gap: 20px 2%;
   }

   #topics .box .item {
      width: 32%;
   }

   #topics .box .photo a {
      padding-top: 50%;
   }
}

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

   #topics .box {
      gap: 40px;
   }

   #topics .box .item {
      width: 100%;
   }

   #topics .box .col {
      padding: 20px 10px 0;
   }

   #topics .box .ttl {
      font-size: 15px;
   }

   #topics .box .date {
      padding-top: 15px;
   }

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

/* -- --*/
#top__voice {
   padding-bottom: 90px;
}

#top__voice .list {
   padding-top: 40px;
}

#top__voice .list li {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding: 0 100px 30px;
   border-bottom: 1px dashed #28405A;
}

#top__voice .list li+li {
   padding-top: 30px;
}

#top__voice .list .date {
   width: 90px;
   color: #707070;
   font-size: 13px;
   line-height: 20px;
   padding-right: 10px;
}

#top__voice .list .cate {
   width: 140px;
}

#top__voice .list .cate a {
   display: block;
   font-size: 12px;
   line-height: 17px;
   background-color: #28405A;
   color: #fff;
   text-align: center;
   border-radius: 30px;
   padding: 4.5px 0;
}

#top__voice .list .cate a:hover {
   background-color: #333;
   opacity: 1;
}

#top__voice .list .ttl {
   width: calc(100% - 250px);
   padding-left: 10px;
   font-weight: 500;
   line-height: 24px;
   padding-left: 10px;
}

#top__voice .list .ttl a {
   max-height: 52px;
   overflow: hidden;
   display: block;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
   position: relative;
}

#top__voice .button {
   text-align: center;
   padding-top: 50px;
}

@media screen and (max-width: 1440px) {
   #top__voice .list li {
      padding: 0 30px 30px;
   }
}

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

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

   #top__voice .list li {
      padding: 0 15px 15px;
   }

   #top__voice .list li+li {
      padding-top: 15px;
   }

   #top__voice .list li .ttl {
      width: 100%;
      font-size: 14px;
      padding-top: 10px;
      padding-left: 0;
   }

   #top__voice .list li .ttl a {
      -webkit-line-clamp: 22;
   }

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

/* -- --*/
/*
 * お問い合わせ
*=============================================*/
/* -- -- */
.form-step {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
   color: #909090;
   font-weight: 600;
   font-size: 15px;
   line-height: 20px;
   padding-bottom: 100px;
}

.form-step li+li {
   margin-left: 45px;
}

.form-step li+li .no:before {
   content: '';
   width: 45px;
   border-top: 2px solid #909090;
   position: absolute;
   top: 50%;
   right: calc(100% + 2px);
   transform: translateY(-50%);
}

.form-step .no {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   font-weight: 500;
   font-size: 20px;
   line-height: 1;
   box-sizing: border-box;
   background-color: #fff;
   border: 2px solid #909090;
   position: relative;
}

.form-step .text {
   padding-top: 12px;
}

.form-step .active {
   color: #161616;
}

.form-step .active .no {
   background-color: #2ecb0b;
   border-color: #2ecb0b;
   color: #fff;
}

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

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

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

.select:focus,
.select:hover {
   border-color: #2ecb0b;
}

.select>p,
.select>p>span {
   width: 100%;
}

.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 10px;
   color: #333;
   background: transparent;
   border: 0;
   cursor: pointer;
}

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

.select::after {
   content: '';
   border-color: #2C2C2C transparent transparent transparent;
   border-width: 19px 11px 0 11px;
   border-style: solid;
   position: absolute;
   top: 17px;
   right: 20px;
}

#mailform input:not([type="checkbox"], [type="radio"]),
#mailform textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #707070;
   box-sizing: border-box;
   line-height: 30px;
   border-radius: 10px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 9px 10px;
}

#mailform input:not([type="checkbox"], [type="radio"]):focus,
#mailform input:not([type="checkbox"], [type="radio"]):hover,
#mailform textarea:focus,
#mailform textarea:hover {
   border-color: #2ecb0b;
}

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

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

#mailform .wpcf7-checkbox span,
#mailform .wpcf7-checkbox label {
   display: block;
   margin: 0;
   padding: 0;
}

#mailform .wpcf7-checkbox input {
   display: none;
}

#mailform .wpcf7-checkbox .wpcf7-list-item {
   display: block;
   width: 100%;
   margin: 0;
   position: relative;
}

#mailform .wpcf7-checkbox .wpcf7-list-item-label {
   display: flex;
   align-items: center;
   gap: 15px;
   cursor: pointer;
}

#mailform .wpcf7-checkbox .wpcf7-list-item-label:before {
   content: '';
   display: block;
   width: 23px;
   height: 23px;
   border: 1px solid #000;
   box-sizing: border-box;
   border-radius: 50%;
}

#mailform .wpcf7-checkbox .wpcf7-list-item-label:after {
   content: '';
   display: none;
   background: url("../img/common/icon-check.svg") no-repeat center top/cover;
   width: 23px;
   height: 23px;
   position: absolute;
   top: 3px;
   left: 0;
}

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

#mailform .result_txt {
   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 .desc {
   padding-bottom: 100px;
}

#mailform .form-input {
   line-height: 24px;
   border-radius: 10px;
   border: 1px solid #707070;
   padding: 100px 20px;
}

#mailform .form-input dl {
   box-sizing: border-box;
   padding-top: 45px;
}

#mailform .form-input dl dt {
   font-weight: 500;
   text-transform: uppercase;
   padding: 0 10px;
   position: relative;
}

#mailform .form-input dl dt small {
   color: #FF0000;
   font-size: inherit;
}

#mailform .form-input dl dd {
   padding-top: 8px;
}

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

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

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

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

#mailform .form-input .group-name {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

#mailform .form-input .group-name+.group-name {
   padding-top: 45px;
}

#mailform .form-input .group-name dl {
   width: calc(50% - 10px);
   padding-top: 0;
}

#mailform .form-input .group-radio {
   padding-top: 0;
   padding-bottom: 45px;
}

#mailform .form-input .group-radio dd {
   padding-top: 0;
}

#mailform .form-input .group-radio .wpcf7-radio {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

#mailform .form-input .group-radio .wpcf7-radio span,
#mailform .form-input .group-radio .wpcf7-radio label {
   display: block;
   margin: 0;
   padding: 0;
}

#mailform .form-input .group-radio .wpcf7-radio input {
   display: none;
}

#mailform .form-input .group-radio .wpcf7-radio .wpcf7-list-item-label {
   width: 94px;
   font-weight: 500;
   line-height: 24px;
   text-align: center;
   border: 1px solid #000;
   border-radius: 50px;
   padding: 6px 0;
   cursor: pointer;
}

#mailform .form-input .group-radio input:checked~.wpcf7-list-item-label {
   background-color: #000;
   color: #fff;
}

#mailform .form-check {
   display: flex;
   justify-content: center;
   padding: 50px 0 0;
   position: relative;
}

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

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

#mailform .form-check a:hover {
   text-decoration: none;
}

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

#mailform .form-btn>* {
   display: block;
   width: 175px;
   background-color: #2ecb0b;
   border: 1px solid #fff;
   text-align: center;
   border-radius: 60px;
   font-weight: 600;
   font-size: 18px;
   line-height: 24px;
   letter-spacing: 0em;
   color: #fff;
   cursor: pointer;
   transition: all 0.3s;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 0 12px;
   position: relative;
}

#mailform .form-btn>*.disabled {
   pointer-events: none;
   background-color: #B2B2B2;
}

#mailform .form-btn>*.abled {
   pointer-events: auto;
}

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

#mailform .form-btn>* input,
#mailform .form-btn>* a {
   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 .back {
   background-color: #B2B2B2;
   opacity: 1;
}

#mailform.confirm-mail .form-btn .back:hover {
   opacity: 0.6;
}

#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: 0;
}

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

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
   margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
   .select:after {
      border-width: 15px 8px 0 8px;
      top: 19px;
   }

   #mailform .wpcf7-checkbox .wpcf7-list-item-label {
      gap: 10px;
      font-size: 12px;
   }

   #mailform .wpcf7-checkbox .wpcf7-list-item-label:before {
      width: 20px;
      height: 20px;
   }

   #mailform .wpcf7-checkbox .wpcf7-list-item-label:after {
      width: 20px;
      height: 20px;
      top: 1px;
   }

   #mailform {
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
   }

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

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

   #mailform .form-input dl dt {
      padding: 0;
   }

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

   #mailform .form-input .group-name+.group-name {
      padding-top: 35px;
   }

   #mailform .form-input .group-name dl {
      width: 100%;
   }

   #mailform .form-input .group-name dl+dl dt {
      display: none;
   }

   #mailform .form-input .group-name dl dd {
      padding-top: 0;
   }

   #mailform .form-input .group-radio .wpcf7-radio .wpcf7-list-item-label {
      width: 72px;
      font-size: 14px;
      padding: 2px 0;
   }

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

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

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

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

   #mailform .form-check {
      padding-top: 30px;
   }

   #mailform .form-btn>* {
      width: 150px;
      font-size: 15px;
   }
}

/* -- -- */
#txt-thanks {
   text-align: center;
}

#txt-thanks h2 {
   display: block;
   background-color: #000;
   border: 4px solid #000;
   border-radius: 10px;
   text-align: center;
   color: #fff;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   padding: 47px 0 51px;
}

#txt-thanks h2 span {
   display: block;
   margin-bottom: 20px;
}

#txt-thanks .txt {
   font-weight: 500;
   padding-top: 65px;
}

#txt-thanks .button {
   padding-top: 100px;
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   #txt-thanks h2 {
      font-size: 10px;
      line-height: 15px;
      padding: 12px 0 14px;
   }

   #txt-thanks h2 span {
      font-size: 20px;
      margin-bottom: 8px;
   }

   #txt-thanks .txt {
      margin: 0 -10px;
   }

   #txt-thanks .button {
      padding-top: 65px;
   }
}

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

.wp-pagenavi>* {
   display: block;
   width: 50px;
   background-color: transparent;
   font-weight: 400;
   font-size: 20px;
   line-height: 30px;
   border-radius: 50%;
   color: #000;
   text-align: center;
   padding: 10px 0;
}

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

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

.wp-pagenavi .first,
.wp-pagenavi .last {
   width: 50px;
}

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

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

.news__list .item {
   width: 295px;
}

.news__list .photo a {
   display: block;
   width: 100%;
   padding-top: 175px;
   border-radius: 10px;
   overflow: hidden;
   position: relative;
}

.news__list .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   background: url("../img/common/no-image.jpg") no-repeat center/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.news__list .col {
   padding: 10px 10px 0;
}

.news__list .date {
   color: #707070;
   opacity: 0.5;
   font-size: 15px;
   line-height: 20px;
   padding-top: 50px;
}

.news__list .cate {
   width: 105px;
   padding-top: 10px;
}

.news__list .cate a {
   display: block;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   background-color: #2ecb0b;
   color: #fff;
   text-align: center;
   border-radius: 30px;
   padding: 1.5px 0;
}

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

.news__list .ttl {
   line-height: 24px;
   padding-top: 15px;
}

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

@media screen and (max-width: 991px) {
   .news__list {
      gap: 100px 2%;
   }

   .news__list .item {
      width: 32%;
   }

   .news__list .photo a {
      padding-top: 50%;
   }
}

@media screen and (max-width: 767px) {
   .news__list {
      gap: 40px 0;
   }

   .news__list .item {
      width: 100%;
   }

   .news__list .col {
      padding: 20px 10px 0;
   }

   .news__list .ttl {
      font-size: 15px;
   }

   .news__list .date {
      padding-top: 15px;
   }
}

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

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

#cpt-detail .date {
   display: block;
   color: #707070;
   font-size: 15px;
   line-height: 20px;
}

#cpt-detail .cate {
   display: block;
   border-bottom: 1px dashed #707070;
   padding-bottom: 20px;
}

#cpt-detail .cate a {
   display: inline-block;
   vertical-align: middle;
   background-color: #2ecb0b;
   color: #fff;
   font-size: 12px;
   line-height: 18px;
   border-radius: 50px;
   text-align: center;
   margin: 0 5px 5px 0;
   padding: 4px 40px;
}

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

#cpt-detail .the_title {
   font-weight: 500;
   font-size: 22px;
   line-height: 26px;
   padding-top: 10px;
   padding-bottom: 15px;
   position: relative;
}

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

#cpt-detail .the_content h2,
.post-detail .the_content h2 {
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0em;
   line-height: 36px;
   color: #C15A18;
   margin-bottom: 20px;
}

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

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

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

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

#cpt-detail .post-btn {
   width: 146px;
   font-weight: 400;
   font-size: 15px;
   line-height: 30px;
   text-align: center;
   box-sizing: content-box;
   margin: 100px 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 a,
#cpt-detail .post-btn .next a {
   background: transparent;
   color: #333;
}

#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: #2ecb0b;
   opacity: 1;
}

#cpt-detail .post-btn .prev a:hover,
#cpt-detail .post-btn .next a:hover {
   background-color: #2ecb0b;
   color: #fff;
}

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

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

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

@media screen and (max-width: 767px) {
   #cpt-detail .the_title {
      font-size: 18px;
   }

   #cpt-detail .the_content h2,
   .post-detail .the_content h2 {
      font-size: 18px;
      line-height: 32px;
   }

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

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

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

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

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

/* --- --- */
/*
 * 会社情報 
*=============================================*/
/* -- -- */
.banner-list {
   display: flex;
   flex-wrap: wrap;
   gap: 48px 21px;
}

.banner-list .item {
   width: 308px;
   position: relative;
}

.banner-list .photo a {
   display: block;
   position: relative;
}

.banner-list .photo a:after {
   content: 'more';
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   background-color: rgba(22, 22, 22, 0.5);
   color: #fff;
   font-weight: 400;
   font-size: 19px;
   line-height: 26px;
   text-transform: uppercase;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
   border-radius: 10px;
   text-decoration: underline;
   opacity: 0;
}

.banner-list .col {
   padding: 15px 10px 0;
}

.banner-list h3 {
   font-weight: 600;
   line-height: 24px;
   text-transform: uppercase;
}

.banner-list .txt {
   font-size: 14px;
   line-height: 20px;
   padding-top: 4px;
}

.banner-list .link a {
   display: block;
   width: 100%;
   height: 100%;
   color: transparent;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}

.banner-list .item:hover {
   color: #2ecb0b;
}

.banner-list .item:hover .photo a:after {
   opacity: 1;
}

@media screen and (max-width: 991px) {
   .banner-list {
      gap: 48px 2%;
   }

   .banner-list .item {
      width: 32%;
   }
}

@media screen and (max-width: 767px) {
   .banner-list {
      gap: 10px;
   }

   .banner-list .item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      width: 100%;
   }

   .banner-list .item .photo {
      width: 50%;
   }

   .banner-list .item .col {
      width: calc(50% - 10px);
      padding: 0;
   }

   .banner-list .item h3 {
      font-size: 15px;
      line-height: 20px;
   }

   .banner-list .item .txt {
      font-size: 12px;
      line-height: 16px;
      padding-top: 0;
   }
}

/* -- -- */
/*
 * 会社概要 
*=============================================*/
.back-to-parent {
   position: absolute;
   top: 0;
   left: 0;
}

.back-to-parent a {
   display: inline-block;
   font-weight: 600;
   line-height: 24px;
   text-transform: uppercase;
   padding-left: 25px;
   position: relative;
   z-index: 1;
}

.back-to-parent a:after {
   content: '';
   border-width: 5px 12px 5px 0;
   border-style: solid;
   border-color: transparent #000 transparent transparent;
   position: absolute;
   top: 8px;
   left: 0;
   transition: all 0.3s;
}

.back-to-parent a:hover:after {
   border-right-color: #2ecb0b;
}

@media screen and (max-width: 767px) {
   .back-to-parent {
      top: -13px;
      left: 20px;
   }

   .back-to-parent a {
      font-size: 10px;
      line-height: 14px;
      padding-left: 20px;
   }

   .back-to-parent a:after {
      border-width: 5px 8px 5px 0;
      top: 2px;
   }
}

/* -- -- */
#company__profile .tb-style {
   padding-top: 100px;
}

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

/* -- -- */
body:not(.home) #top__access h2 {
   font-size: 25px;
}

@media screen and (max-width: 767px) {
   body:not(.home) #top__access h2 {
      font-size: 20px;
   }
}

/* -- -- */
#next-contents {
   padding-top: 140px;
}

#next-contents h2 {
   font-size: 25px;
}

#next-contents .banner-list {
   padding-top: 70px;
}

@media screen and (max-width: 767px) {
   #next-contents {
      padding-top: 100px;
   }

   #next-contents h2 {
      font-size: 20px;
   }

   #next-contents .banner-list {
      padding-top: 40px;
   }
}

/* -- -- */
/*
 * 経営理念 
*=============================================*/
[id*="philosophy__sec"] .h2 {
   font-size: 25px;
}

[id*="philosophy__sec"] .h2 small {
   display: block;
   font-weight: 500;
   font-size: 15px;
   line-height: 1;
}

@media screen and (max-width: 767px) {
   [id*="philosophy__sec"] .h2 {
      font-size: 20px;
   }

   [id*="philosophy__sec"] .h2 small {
      font-size: 10px;
   }
}

/* -- -- */
#philosophy__sec1 .photo {
   padding-bottom: 95px;
}

#philosophy__sec1 h3 {
   padding-top: 45px;
}

#philosophy__sec1 .txt {
   padding-top: 45px;
}

@media screen and (max-width: 991px) {
   #philosophy__sec1 .txt br.pc {
      display: none;
   }
}

@media screen and (max-width: 767px) {
   #philosophy__sec1 .photo {
      padding-bottom: 45px;
   }

   #philosophy__sec1 h3 {
      margin: 0 -20px;
      padding-top: 35px;
   }

   #philosophy__sec1 .txt {
      font-size: 13px;
      padding-top: 35px;
   }
}

/* -- -- */
#philosophy__sec2 {
   padding-top: 95px;
}

#philosophy__sec2 .box {
   padding-top: 45px;
}

#philosophy__sec2 .box+.box {
   padding-top: 95px;
}

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

#philosophy__sec2 .box .catch.fnt-mincho {
   font-weight: 600;
   font-size: 40px;
   line-height: 40px;
   letter-spacing: 0;
}

#philosophy__sec2 .box .catch.fnt-mincho small {
   font-size: 30px;
}

#philosophy__sec2 .box .txt {
   padding-top: 45px;
}

#philosophy__sec2 .guidelines {
   padding-top: 145px;
}

#philosophy__sec2 .guidelines .list {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   padding: 50px 30px;
}

#philosophy__sec2 .guidelines .list ul {
   width: calc(50% - 10px);
}

#philosophy__sec2 .guidelines .list ul li {
   background-color: #fff;
   color: #000;
   border-radius: 10px;
   font-weight: 500;
   line-height: 24px;
   padding: 23px 10px 23px 50px;
   position: relative;
}

#philosophy__sec2 .guidelines .list ul li+li {
   margin-top: 20px;
}

#philosophy__sec2 .guidelines .list ul li span {
   display: block;
   width: 50px;
   font-weight: 600;
   font-size: 25px;
   line-height: 33px;
   letter-spacing: 0;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   text-align: center;
}

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

   #philosophy__sec2 .wrap {
      padding: 0;
   }

   #philosophy__sec2 .box+.box {
      padding-top: 65px;
   }

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

   #philosophy__sec2 .box .catch img {
      width: auto;
      height: 20px;
   }

   #philosophy__sec2 .box .catch.fnt-mincho {
      font-size: 22px;
      line-height: 30px;
   }

   #philosophy__sec2 .box .catch.fnt-mincho small {
      font-size: 18px;
   }

   #philosophy__sec2 .box .txt {
      font-size: 13px;
      padding-top: 25px;
   }

   #philosophy__sec2 .guidelines {
      padding-top: 95px;
   }

   #philosophy__sec2 .guidelines .list {
      gap: 10px;
      padding: 45px 10px 50px;
   }

   #philosophy__sec2 .guidelines .list ul {
      width: 100%;
   }

   #philosophy__sec2 .guidelines .list ul li {
      font-size: 13px;
      line-height: 17px;
      padding: 13px 10px 13px 40px;
   }

   #philosophy__sec2 .guidelines .list ul li+li {
      margin-top: 10px;
   }

   #philosophy__sec2 .guidelines .list ul li span {
      width: 40px;
      font-size: 18px;
      line-height: 24px;
   }
}

/* -- -- */
/*
 * メンバー紹介 
*=============================================*/
/* -- -- */
#member__sec1 .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 48px 15px;
}

#member__sec1 .item {
   width: 230px;
   font-weight: 600;
   font-size: 14px;
   line-height: 25px;
   letter-spacing: 0;
   position: relative;
}

#member__sec1 .photo {
   position: relative;
}

#member__sec1 .position {
   padding-top: 15px;
}

#member__sec1 .name {
   padding-top: 5px;
}

#member__sec1 .item-hover {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   width: 100%;
   height: 100%;
   background-color: #161616;
   border-radius: 10px;
   color: #fff;
   font-size: 12px;
   line-height: 20px;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   padding: 30px;
   box-sizing: border-box;
   transition: all 0.3s;
   opacity: 0;
}

#member__sec1 .item-hover dl+dl {
   padding-top: 15px;
}

#member__sec1 .item-hover dl dt:after {
   content: '';
   display: block;
   width: 10px;
   border-top: 1px solid #fff;
   margin: 3px auto 0;
}

#member__sec1 .item-hover dl dd {
   padding-top: 8px;
}

#member__sec1 .item:hover .item-hover {
   opacity: 1;
}

@media screen and (max-width: 767px) {
   #member__sec1 .wrap {
      gap: 48px 20px;
   }

   #member__sec1 .item {
      width: calc(50% - 10px);
      font-size: 12px;
      line-height: 16px;
   }

   #member__sec1 .position {
      padding-top: 8px;
   }

   #member__sec1 .item-hover {
      font-size: 10px;
      padding: 15px;
   }
}

/* -- -- */
#member__sec2 {
   padding-top: 145px;
}

#member__sec2 h2 {
   font-size: 25px;
}

#member__sec2 .box {
   border: 1px solid #000;
   margin-top: 50px;
   padding: 25px 25px 25px 300px;
   position: relative;
}

#member__sec2 .box .photo {
   width: 250px;
   position: absolute;
   top: 50%;
   left: 25px;
   transform: translateY(-50%);
}

#member__sec2 .box dl {
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
   border-left: 1px solid #161616;
   padding-top: 15px;
   padding-left: 25px;
}

#member__sec2 .box dl dt {
   color: #5F5F5F;
   font-weight: 600;
   font-size: 14px;
   text-transform: uppercase;
}

#member__sec2 .box dl dd {
   padding-top: 5px;
}

#member__sec2 .box dl dd p {
   text-indent: -16px;
   padding-left: 16px;
}

#member__sec2 .box .inner dl {
   padding-top: 0;
}

#member__sec2 .box .inner dl+dl {
   padding-top: 15px;
}

#member__sec2 .bnr {
   padding-top: 150px;
}

#member__sec2 .bnr a {
   display: block;
   background-color: #000;
   border: 4px solid #000;
   border-radius: 10px;
   text-align: center;
   color: #fff;
   font-size: 15px;
   padding: 43px 0 45px;
}

#member__sec2 .bnr a span {
   display: block;
   margin-bottom: 20px;
}

#member__sec2 .bnr a:hover {
   color: #000;
   background-color: transparent;
}

#member__sec2 .bnr a:hover span:after {
   border-top-color: #000;
}

@media screen and (max-width: 767px) {
   #member__sec2 {
      padding-top: 95px;
   }

   #member__sec2 h2 {
      font-size: 20px;
   }

   #member__sec2 .box {
      padding: 20px 10px;
   }

   #member__sec2 .box dl {
      border-left: 0;
      padding: 0 10px;
   }

   #member__sec2 .box dl dt {
      font-size: 12px;
   }

   #member__sec2 .box .inner {
      border-bottom: 1px solid #161616;
      padding: 0 0px 20px;
      margin-bottom: 20px;
   }

   #member__sec2 .box .inner .photo {
      width: 32vw;
      box-sizing: border-box;
      position: static;
      transform: translateY(0);
      text-align: center;
      padding-right: 0;
      padding-bottom: 10px;
      margin: 0 auto;
   }

   #member__sec2 .box .inner dl {
      width: 100%;
   }

   #member__sec2 .bnr {
      padding-top: 100px;
   }

   #member__sec2 .bnr a {
      font-size: 10px;
      line-height: 15px;
      padding: 12px 0 14px;
   }

   #member__sec2 .bnr a span {
      font-size: 20px;
      margin-bottom: 8px;
   }
}

/* -- -- */
/*
 * 沿革 
*=============================================*/
/* -- -- */
#history__list .photo {
   border-bottom: 3px solid #E5E5E5;
   padding-bottom: 50px;
}

#history__list .box {
   margin: 50px 0 0 100px;
   padding: 25px 0;
   position: relative;
}

#history__list .box:before {
   content: '';
   width: 12px;
   height: 100%;
   border: 1px solid #2ecb0b;
   position: absolute;
   top: 0;
   left: 0;
   box-sizing: border-box;
   border-radius: 10px;
}

#history__list .box dl {
   display: flex;
   flex-wrap: wrap;
   position: relative;
}

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

#history__list .box dl dt {
   width: 60px;
   color: #2ecb0b;
   font-weight: 600;
   padding-left: 30px;
   position: relative;
}

#history__list .box dl dt:before {
   content: '';
   width: 8px;
   height: 8px;
   background-color: #2ecb0b;
   border-radius: 50%;
   position: absolute;
   top: 13px;
   left: 2px;
}

#history__list .box dl dd {
   width: calc(100% - 90px);
   box-sizing: border-box;
   font-weight: 500;
   padding-left: 70px;
}

@media screen and (max-width: 991px) {
   #history__list .box {
      margin-left: 0;
   }
}

@media screen and (max-width: 767px) {
   #history__list .box {
      margin-left: 0;
   }

   #history__list .box:before {
      width: 10px;
   }

   #history__list .box dl {
      line-height: 20px;
   }

   #history__list .box dl dt {
      font-size: 15px;
   }

   #history__list .box dl dt:before {
      width: 6px;
      height: 6px;
      top: 8px;
   }

   #history__list .box dl dd {
      font-size: 12px;
      padding-left: 40px;
   }
}

/* -- -- */
/*
 * 採用情報 
*=============================================*/
/* -- -- */
#recruit__sec1 h2 {
   font-size: 25px;
   padding-top: 0px;
}

#recruit__sec1 h3 {
   padding-top: 45px;
}

#recruit__sec1 .txt {
   padding-top: 45px;
}

@media screen and (max-width: 767px) {
   #recruit__sec1 h2 {
      font-size: 20px;
      padding-top: 0px;
   }

   #recruit__sec1 h3 {
      padding-top: 35px;
   }

   #recruit__sec1 .txt {
      font-size: 15px;
      padding-top: 30px;
   }
}

/* -- -- */
#recruit__sec2 {
   padding-top: 145px;
}

#recruit__sec2 .box {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   padding-top: 45px;
}

#recruit__sec2 .box .item {
   width: calc(50% - 20px);
}

#recruit__sec2 .box .col {
   padding: 15px 10px 0;
}

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

#recruit__sec2 .bnr-style {
   padding-top: 145px;
}

@media screen and (max-width: 767px) {
   #recruit__sec2 {
      padding-top: 95px;
   }

   #recruit__sec2 h2 {
      margin: 0 -10px;
   }

   #recruit__sec2 .box {
      gap: 45px;
      padding-top: 65px;
   }

   #recruit__sec2 .box .item {
      width: 100%;
   }

   #recruit__sec2 .box .col {
      padding: 7px 0 0;
   }

   #recruit__sec2 .box .txt {
      font-size: 13px;
      line-height: 20px;
      padding-top: 7px;
   }

   #recruit__sec2 .bnr-style {
      padding-top: 120px;
   }
}

/* -- -- */
/*
 * サービス内容 
*=============================================*/
/* -- -- */
#service__list .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
}

#service__list .box {
   width: calc(50% - 20px);
}

#service__list .photo {
   position: relative;
}

#service__list .photo:after {
   content: '';
   width: 100%;
   height: 100%;
   border: 3px solid #000;
   box-sizing: border-box;
   border-radius: 10px;
   position: absolute;
   top: 0;
   left: 0;
}

#service__list .toggle-title {
   padding-bottom: 90px;
   position: relative;
}

#service__list .toggle-title .col {
   padding: 15px 10px 0;
}

#service__list .toggle-title .txt {
   padding-top: 15px;
}

#service__list .toggle-title .button-more {
   padding-top: 60px;
}

#service__list .icon {
   width: 50px;
   margin: 0 auto;
}

#service__list .icon img {
   transition: all 0.3s;
}

#service__list .item {
   padding-top: 100px;
}

#service__list .item+.item {
   padding-top: 40px;
}

#service__list .item .col {
   padding: 15px 10px 0;
}

#service__list .item .txt {
   font-size: 15px;
   padding-top: 15px;
}

#service__list .item .button-more {
   padding-top: 30px;
}

#service__list .toggle.active .icon {
   background: url("../img/common/icon-minus.png") no-repeat center/cover;
   transition: all 0.3s;
}

#service__list .toggle.active .icon img {
   opacity: 0;
}

@media screen and (max-width: 767px) {
   #service__list {
      font-size: 13px;
      line-height: 25px;
   }

   #service__list .wrap {
      gap: 100px;
   }

   #service__list .box {
      width: 100%;
   }

   #service__list .toggle-title {
      height: auto !important;
      padding-bottom: 50px;
   }

   #service__list .toggle-title .col {
      padding: 7px 0 0;
   }

   #service__list .toggle-title .txt {
      padding-top: 7px;
   }

   #service__list .item {
      padding-top: 50px;
   }

   #service__list .item+.item {
      padding-top: 50px;
   }

   #service__list .item .col {
      padding: 7px 0 0;
   }

   #service__list .item h3 {
      font-size: 18px;
   }

   #service__list .item .txt {
      font-size: 13px;
      line-height: 20px;
      padding-top: 7px;
   }

   #service__list .item .button-more {
      padding-top: 30px;
   }

   #service__list .item .button-more a {
      color: #2ecb0b;
   }
}

/* -- -- */
/*
 * キャリゾープロジェクト
*=============================================*/
/* -- -- */
#service__lead .box {
   margin-top: 70px;
   padding: 70px 0 85px;
   position: relative;
}

#service__lead .box .deco {
   width: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#service__lead .box h2 {
   font-weight: 600;
   font-size: 40px;
   letter-spacing: 0.1em;
   line-height: 53px;
}

#service__lead .box h3 {
   padding-top: 60px;
}

#service__lead .box .txt {
   padding-top: 45px;
}

@media screen and (max-width: 767px) {
   #service__lead .box {
      margin-top: 65px;
      padding: 0;
   }

   #service__lead .box h2 {
      font-size: 20px;
      line-height: 27px;
      position: relative;
   }

   #service__lead .box h2:after {
      content: '';
      display: block;
      width: 25px;
      border-top: 2px solid #000;
      margin: 7px auto 0;
   }

   #service__lead .box h3 {
      padding-top: 35px;
   }

   #service__lead .box .txt {
      font-size: 15px;
      padding-top: 45px;
   }
}

/* -- -- */
#service__sec1 {
   padding-top: 80px;
}

#service__sec1 h2 {
   font-size: 20px;
}

#service__sec1 .box {
   display: flex;
   flex-wrap: wrap;
   gap: 75px 40px;
   padding-top: 50px;
}

#service__sec1 .box .item {
   width: calc(50% - 20px);
}

#service__sec1 .box .photo {
   position: relative;
}

#service__sec1 .box .photo:after {
   content: '';
   width: 100%;
   height: 100%;
   border: 3px solid #000;
   border-radius: 10px;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
}

#service__sec1 .box .col {
   padding: 15px 10px 0;
}

#service__sec1 .box .txt {
   font-size: 15px;
   padding-top: 15px;
}

#service__sec1 .box .button-more {
   padding-top: 65px;
}

@media screen and (max-width: 767px) {
   #service__sec1 {
      padding-top: 90px;
   }

   #service__sec1 .box {
      font-size: 13px;
      line-height: 25px;
      gap: 50px;
   }

   #service__sec1 .box .item {
      width: 100%;
   }

   #service__sec1 .box .item .col {
      padding: 7px 0 0;
   }

   #service__sec1 .box .item h3 {
      font-size: 18px;
   }

   #service__sec1 .box .item .txt {
      padding-top: 10px;
   }

   #service__sec1 .box .item .button-more {
      padding-top: 30px;
   }

   #service__sec1 .box .item .button-more a {
      color: #2ecb0b;
   }
}

/* -- -- */
/*
 * セールスプロモーション事業 
*=============================================*/
/* -- -- */
#event-promotion,
#consulting {
   padding-top: 30px;
}

#event-promotion .box,
#consulting .box {
   padding-top: 90px;
}

#event-promotion .box h2,
#event-promotion .box h3,
#event-promotion .box .txt,
#consulting .box h2,
#consulting .box h3,
#consulting .box .txt {
   padding-top: 45px;
}

#event-promotion .box-strength,
#consulting .box-strength {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   padding-top: 145px;
}

#event-promotion .box-strength h3,
#consulting .box-strength h3 {
   width: 100%;
   font-size: 20px;
}

#event-promotion .box-strength .item,
#consulting .box-strength .item {
   width: calc(50% - 20px);
   padding-top: 20px;
}

#event-promotion .box-strength .col,
#consulting .box-strength .col {
   padding: 15px 10px 0;
}

#event-promotion .box-strength .txt,
#consulting .box-strength .txt {
   padding-top: 15px;
}

#event-promotion {
   padding-bottom: 90px;
}

#consulting .wrap:before {
   content: '';
   width: 100%;
   height: 3px;
   background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #C6C6C6, #C6C6C6);
   background-size: 20px 3px, 100% 3px;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 991px) {
   #consulting .box-strength h3 br.pc {
      display: none;
   }
}

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

   #event-promotion,
   #consulting {
      padding-top: 35px;
   }

   #event-promotion .box,
   #consulting .box {
      font-size: 15px;
      padding-top: 65px;
   }

   #event-promotion .box h2,
   #event-promotion .box h3,
   #consulting .box h2,
   #consulting .box h3 {
      font-size: 20px;
      line-height: 27px;
      padding-top: 40px;
   }

   #event-promotion .box h2:after,
   #consulting .box h2:after {
      content: '';
      display: block;
      width: 25px;
      border-top: 2px solid #000;
      margin: 7px auto 0;
   }

   #event-promotion .box .txt,
   #consulting .box .txt {
      padding-top: 40px;
   }

   #event-promotion .box-strength,
   #consulting .box-strength {
      padding-top: 120px;
   }

   #event-promotion .box-strength .item,
   #consulting .box-strength .item {
      width: 100%;
      font-size: 13px;
      line-height: 25px;
      padding-top: 0;
   }

   #event-promotion .box-strength .col,
   #consulting .box-strength .col {
      padding: 10px 10px 0;
   }

   #event-promotion .box-strength .txt,
   #consulting .box-strength .txt {
      padding-top: 7px;
   }

   #event-promotion {
      padding-bottom: 30px;
   }
}

.bg-cl011 {
    background-color:#2ecb0b;
    color: #fff;
}

.sns-box {
    width: 100%;
    margin: 3rem auto;
    display: flex
;
    align-items: center;
}
.sns-left {
    width: 60%;
    text-align: end;
    padding-right: 2rem;
    font-size: 1.5rem;
}
.sns-right {
    width: 70%;
    display: flex
;
}
.sns-con {
    width: 10%;
    padding: 1rem;
}
.sns-con img {
    width: 100%;
}
@media screen and (max-width: 767px) {
	.sns-box {
    width: 100%;
    margin: 3rem auto 0;
    display: flex
;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
	.sns-left {
    width: 100%;
    text-align: center;
    padding-right: 0rem;
    font-size: 1.5rem;
}
	.sns-right {
    width: 100%;
    display: flex
;
    justify-content: center;
    margin-top: 1rem;
}
	.sns-con {
    width: 10%;
    padding: 1rem;
}
	.sns-con img {
    width: 100%;
}
	.bg-cl01 {
    background-image: url(https://clayhope-transport.com/wp-content/uploads/2025/07/30153575_m.png);
    color: #fff;
    background-position: center;
    background-size: cover;
}
}