@charset "UTF-8";

/*=============================================
 * HOME
*=============================================*/
.btn-scroll {
   cursor: pointer;
   padding-bottom: 305px;
   transition: all 0.3s;
   font-weight: 400;
   font-size: 12px;
   line-height: 14px;
   color: #C7C7C7;
   position: relative;
   margin: 0 auto;
   padding-bottom: 70px;
}

.btn-scroll .txt-vertical {
   width: 12px;
   height: 65px;
   cursor: inherit;
}

.btn-scroll .txt-latin {
   cursor: inherit;
}

.btn-scroll .border {
   width: 1px;
   height: 62px;
   background-color: #C7C7C7;
   position: absolute;
   bottom: 0;
   left: 40%;
}

.btn-scroll .border:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #000;
   position: absolute;
   top: 0;
   left: 0;
   animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.btn-scroll:hover {
   opacity: 0.7;
}

@keyframes sdl01 {
   0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
   }

   50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
   }

   50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
   }

   100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
   }
}

/* -- -- */
#top__video {
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   z-index: -1;
}

#top__video:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(45, 55, 72, 0.5);
   position: absolute;
   top: 0;
   left: 0;
}

#top__video video {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/* -- -- */
#mv {
   display: flex;
   align-items: center;
   height: calc(100vh - 86px);
   position: relative;
   color: #fff;
}

#mv h2 {
   font-weight: 700;
   font-size: 64px;
   letter-spacing: 0.06em;
   line-height: 112px;
}

#mv .list-btn {
   display: flex;
   justify-content: center;
   gap: 40px;
   padding-top: 60px;
}

#mv .list-btn a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5px;
   width: 220px;
   height: 70px;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   border-radius: 8px;
}

#mv .list-btn a:after {
   content: '';
   width: 20px;
   height: 20px;
   background: url("../img/common/arrow-right-wh.png") no-repeat center top/cover;
   display: block;
}

#mv .list-btn a.orange {
   background-color: #DD6B1F;
}

#mv .list-btn a.white {
   border: 2px solid #fff;
}

@media screen and (max-width: 1023px) {
   #mv {
      height: calc(100vh - 80px);
   }

   #mv h2 {
      font-size: 40px;
      line-height: 60px;
   }
}

@media screen and (max-width: 767px) {
   #mv h2 {
      font-size: 28px;
      line-height: 56px;
      text-align: justify;
      padding: 0 15px;
   }

   #mv .list-btn {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding-top: 40px;
   }
}

/* -- --*/
#top__lead {
   display: flex;
   align-items: center;
   height: 100vh;
   color: #fff;
}

#top__lead .h-32 {
   line-height: 96px;
   letter-spacing: 0.06em;
}

#top__lead .txt {
   max-width: 950px;
   margin: 0 auto;
}

#top__lead .txt:not(:last-child) {
   padding-bottom: 65px;
}

@media screen and (max-width: 1023px) {
   #top__lead .h-32 {
      font-size: 28px;
      line-height: 84px;
   }

   #top__lead .txt:not(:last-child) {
      padding-bottom: 60px;
   }
}

@media screen and (max-width: 767px) {
   #top__lead .h-32 {
      font-size: 20px;
      line-height: 60px;
   }

   #top__lead .txt:not(:last-child) {
      padding-bottom: 40px;
   }
}

/* -- --*/
#top__data {
   background-color: #1A365D;
   padding: 240px 0 120px;
}

#top__data .box {
   display: flex;
   gap: 20px;
   font-weight: 500;
   line-height: 24px;
   padding-top: 60px;
}

#top__data .box .number span {
   font-size: 92px;
   line-height: 112px;
   color: #3182CE;
}

#top__data .box .col:nth-child(1),
#top__data .box .col:nth-child(3),
#top__data .box .col .item {
   background-color: #fff;
   border-radius: 10px;
}

#top__data .box .col:nth-child(1),
#top__data .box .col:nth-child(3) {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 360px;
}

#top__data .box .col:nth-child(1) figure img {
   max-width: 113px;
}

#top__data .box .col:nth-child(1) figure figcaption {
   line-height: 24px;
   padding-top: 16px;
}

#top__data .box .col:nth-child(2) {
   width: 440px;
}

#top__data .box .col:nth-child(2) .item {
   padding: 20px;
}

#top__data .box .col:nth-child(2) .item+.item {
   margin-top: 20px;
}

#top__data .box .col:nth-child(2) .in {
   max-width: 350px;
   margin: 0 auto;
}

#top__data .box .col:nth-child(2) dl {
   display: flex;
   align-items: center;
   gap: 20px;
}

#top__data .box .col:nth-child(2) dl dd {
   width: 150px;
}

#top__data .box .col:nth-child(3) .big {
   font-weight: 700;
   font-size: 200px;
   line-height: 0.8;
   color: #3182CE;
   padding-top: 10px;
}

#top__data .box .col:nth-child(3) .txt {
   padding-top: 20px;
}

#top__data .box .col:nth-child(3) .txt-g {
   max-width: 178px;
   margin: 0 auto;
   padding-top: 20px;
}

@media screen and (max-width: 1200px) {
   #top__data .box .col:nth-child(2) dl dd {
      width: 120px;
   }
}

@media screen and (max-width: 1023px) {
   #top__data {
      padding: 120px 0 60px;
   }

   #top__data .box h3 {
      font-size: 16px;
      line-height: 24px;
   }

   #top__data .box .number {
      font-size: 18px;
      line-height: 26px;
   }

   #top__data .box .number span {
      font-size: 52px;
      line-height: 63px;
   }

   #top__data .box .col:nth-child(1) figure {
      padding-top: 20px;
   }

   #top__data .box .col:nth-child(1) figure img {
      max-width: 65px;
   }

   #top__data .box .col:nth-child(1) figure figcaption {
      padding-top: 20px;
   }

   #top__data .box .col:nth-child(2) dl {
      gap: 15px;
   }

   #top__data .box .col:nth-child(2) dl dd {
      width: 87px;
   }

   #top__data .box .col:nth-child(3) .big {
      font-size: 150px;
   }

   #top__data .box .col:nth-child(3) .txt {
      font-size: 14px;
   }
}

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

   #top__data h2 {
      text-align: center;
   }

   #top__data .box {
      flex-direction: column;
      text-align: center;
   }

   #top__data .box h3 {
      font-size: 24px;
      line-height: 35px;
   }

   #top__data .box .number {
      font-size: 24px;
   }

   #top__data .box .number span {
      font-size: 72px;
      line-height: 88px;
   }

   #top__data .box .col:nth-child(1),
   #top__data .box .col:nth-child(3),
   #top__data .box .col .item {
      width: 100%;
      padding: 30px;
      box-sizing: border-box;
   }

   #top__data .box .col:nth-child(1) figure img {
      max-width: 96px;
   }

   #top__data .box .col:nth-child(2) {
      width: 100%;
   }

   #top__data .box .col:nth-child(2) .in {
      max-width: max-content;
   }

   #top__data .box .col:nth-child(2) dl {
      flex-direction: column;
      gap: 20px;
   }

   #top__data .box .col:nth-child(2) dl dd {
      width: 110px;
   }

   #top__data .box .col:nth-child(2) .txt {
      text-align: left;
      padding-top: 20px;
   }

   #top__data .box .col:nth-child(3) .txt {
      font-size: 15px;
   }
}

/* -- --*/
#top__service {
   background-color: #fff;
   padding: 120px 0;
   position: relative;
}

#top__service:before {
   content: '';
   width: 78.6%;
   background-color: #1A365D;
   position: absolute;
   top: 545px;
   bottom: 0;
   left: 0;
   border-top-right-radius: 10px;
}

#top__service .box {
   display: flex;
   gap: 40px;
   margin-top: 60px;
}

#top__service .box .col {
   flex: 1;
   height: 378px;
   position: relative;
   cursor: pointer;
   display: grid;
   transition: flex 0.45s ease, transform 0.45s ease;
   overflow: hidden;
}

#top__service .box .col:after {
   content: '';
   position: absolute;
   inset: 0;
   background-color: rgba(45, 55, 72, 0.59);
   opacity: 0;
   transition: opacity 0.35s ease;
   pointer-events: none;
}

#top__service .box figure,
#top__service .box .hvr {
   grid-area: 1 / 1;
   margin: auto;
}

#top__service .box figure {
   width: 100%;
   height: 100%;
   position: relative;
}

#top__service .box figure img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

#top__service .box figure figcaption {
   background-color: rgba(45, 55, 72, 0.59);
   color: #fff;
   position: absolute;
   inset-inline: 0;
   bottom: 0;
   padding: 11px 30px;
   transition: opacity 0.3s ease, transform 0.3s ease;
}

#top__service .box figure figcaption:after {
   content: '';
   width: 20px;
   height: 20px;
   background: url("../img/common/arrow-right-wh.png") no-repeat center top/cover;
   position: absolute;
   top: calc(50% - 10px);
   right: 20px;
}

#top__service .box .hvr {
   width: 100%;
   max-width: 554px;
   color: #fff;
   position: relative;
   z-index: 1;
}

#top__service .box .hvr h3 span {
   font-size: 16px;
}

#top__service .box .hvr .txt {
   letter-spacing: 0.06em;
   padding-top: 20px;
}

#top__service .box .hvr .button {
   text-align: right;
   padding-top: 10px;
}

#top__service .box .hvr .button a {
   height: 50px;
}

#top__service .video {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   padding-top: 51%;
   position: relative;
   margin-top: 120px;
}

#top__service .video:after {
   display: none;
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(45, 55, 72, 0.5);
   position: absolute;
   top: 0;
   left: 0;
}

#top__service .video video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

#top__service .video .btn-play {
   width: 25%;
   cursor: pointer;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
}

@media screen and (max-width: 1023px) {
   #top__service {
      padding-bottom: 0;
   }

   #top__service:before {
      width: 100%;
      height: 48px;
      top: auto;
   }

   #top__service .box {
      flex-direction: column;
      align-items: center;
      gap: 20px;
   }

   #top__service .box .col {
      width: 348px;
      height: 348px;
      flex: inherit;
      transition: all 0.3s;
   }

   #top__service .box figure {
      display: block;
   }

   #top__service .box figure figcaption {
      font-size: 20px;
      line-height: 30px;
      padding: 14px 20px;
   }

   #top__service .box figure:not(.sp) img {
      opacity: 0;
      transition: all 0.3s;
   }

   #top__service .box .hvr {
      padding: 20px;
      box-sizing: border-box;
      display: none;
   }

   #top__service .box .hvr h3 {
      font-size: 20px;
      line-height: 30px;
   }

   #top__service .box .hvr h3 span {
      display: block;
      font-size: 14px;
      line-height: 20px;
   }

   #top__service .box .hvr .button {
      text-align: center;
      padding-top: 40px;
   }

   #top__service .box .icon-close {
      width: 23px;
      position: absolute;
      top: 35px;
      right: 40px;
      z-index: 1;
      opacity: 0;
      transition: all 0.3s;
   }

   #top__service .box .col.is-active {
      height: 685px;
   }

   #top__service .box .col.is-active:after {
      opacity: 1;
   }

   #top__service .box .col.is-active figure figcaption {
      opacity: 0;
   }

   #top__service .box .col.is-active figure:not(.sp) img {
      opacity: 1;
   }

   #top__service .box .col.is-active .icon-close {
      opacity: 1;
   }

   #top__service .box .col.no-active {
      height: 170px;
   }

   #top__service .video {
      margin-top: 80px;
   }
}

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

   #top__service:before {
      height: 128vw;
   }

   #top__service .box .col {
      width: 100%;
      max-width: 348px;
   }

   #top__service .video {
      width: calc(100% + 40px);
      padding-top: 57%;
      margin: 60px -20px 0;
   }

   #top__service .video .btn-play {
      width: 40%;
   }
}

@media screen and (min-width: 1024px) {
   #top__service .box .hvr {
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: opacity 0.35s ease, transform 0.35s ease;
   }

   #top__service .box .icon-close {
      display: none;
   }

   #top__service .box:hover {
      gap: 20px;
   }

   #top__service .box:hover .col {
      flex: 0.6;
   }

   #top__service .box:hover figcaption {
      opacity: 0;
      transform: translateY(10px);
   }

   #top__service .box .col:hover {
      flex: 3;
   }

   #top__service .box .col:hover:after {
      opacity: 1;
   }

   #top__service .box .col:hover .hvr {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }
}

/* -- --*/
#top__why {
   background-color: #fff;
   padding: 120px 0;
   position: relative;
   overflow: hidden;
}

#top__why:before {
   content: '';
   width: 78.6%;
   height: 100%;
   background-color: #1A365D;
   position: absolute;
   top: 0;
   left: 0;
   border-bottom-right-radius: 10px;
}

#top__why .wrap {
   width: calc(50% + 600px);
   max-width: inherit;
   margin-right: 0;
}

#top__why h2 strong {
   font-weight: inherit;
   font-size: 48px;
}

#top__why .box {
   display: flex;
   background-color: #fff;
   border-radius: 10px 0 0 10px;
   margin-top: 60px;
   position: relative;
   translate: 100vw 0;
   transition: all 1s;
}

#top__why .box[style*="visible"] {
   translate: 0 0;
}

#top__why .box+.box {
   margin-top: 20px;
}

#top__why .box .col {
   width: 44%;
   padding: 34px 34px 34px 60px;
   box-sizing: border-box;
   align-self: center;
}

#top__why .box .no {
   color: rgba(49, 130, 206, 0.1);
   font-weight: 700;
   font-size: 138px;
   line-height: 169px;
   position: absolute;
   top: 0;
   left: 24px;
}

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

#top__why .box figure {
   width: 56%;
}

@media screen and (max-width: 1440px) {
   #top__why .wrap {
      width: calc(50% + 570px);
   }
}

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

   #top__why .box .col {
      width: 50%;
      padding: 96px 30px 30px;
   }

   #top__why .box figure {
      width: 50%;
   }
}

@media screen and (max-width: 1023px) {
   #top__why {
      background-color: #1A365D;
   }

   #top__why:before {
      display: none;
   }

   #top__why .wrap {
      width: 100%;
      max-width: 690px;
      margin-right: auto;
   }

   #top__why .box {
      flex-direction: column;
      border-radius: 10px;
      overflow: hidden;
   }

   #top__why .box+.box {
      margin-top: 40px;
   }

   #top__why .box .col,
   #top__why .box figure {
      width: 100%;
   }

   #top__why .box .col {
      padding: 40px 40px 20px;
   }

   #top__why .box .no {
      font-size: 127px;
      line-height: 151px;
      right: 30px;
      left: auto;
   }
}

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

   #top__why h2 strong {
      font-size: 28px;
   }

   #top__why .box+.box {
      margin-top: 20px;
   }

   #top__why .box .col {
      padding: 58px 20px 20px;
   }

   #top__why .box .no {
      font-size: 92px;
      line-height: 109px;
      top: 6px;
      right: 14px;
   }

   #top__why .box h3 {
      font-size: 20px;
      line-height: 30px;
   }

   #top__why .box .txt {
      font-size: 16px;
      line-height: 28px;
   }
}

/* -- --*/
#top__testimonials {
   background-color: #fff;
   padding: 120px 0;
}

#top__testimonials .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 36px;
   padding-top: 60px;
}

#top__testimonials .box .col {
   background-color: #fff;
   overflow: hidden;
   border-radius: 10px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#top__testimonials .box .text {
   padding: 20px 30px 30px;
}

#top__testimonials .box .tag {
   display: inline-block;
   background-color: #3182CE;
   color: #fff;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   border-radius: 20px;
   padding: 3px 10px;
}

#top__testimonials .box .txt {
   line-height: 32px;
   padding-top: 20px;
}

@media screen and (max-width: 1023px) {
   #top__testimonials {
      background-color: #F7FAFC;
      padding: 60px 0;
   }

   #top__testimonials .box {
      gap: 10px;
   }

   #top__testimonials .box .text {
      padding: 10px 20px 20px;
   }

   #top__testimonials .box .tag {
      font-size: 10px;
      line-height: 15px;
   }

   #top__testimonials .box .txt {
      font-size: 16px;
      line-height: 28px;
   }
}

@media screen and (max-width: 767px) {
   #top__testimonials .box {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #top__testimonials .box .text {
      padding: 20px 20px 30px;
   }

   #top__testimonials .box .tag {
      font-size: 14px;
      line-height: 20px;
   }

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

/* -- --*/
#top__news {
   background-color: #fff;
   padding: 120px 0 240px;
}

#top__news .wrap {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 40px;
}

#top__news h2 {
   flex: 1 0 0;
}

#top__news .list {
   width: 814px;
}

#top__news .list li {
   display: grid;
   grid-template-columns: auto auto 1fr;
   align-items: center;
   gap: 20px;
   border-top: 1px solid rgba(26, 54, 93, 0.2);
   border-bottom: 1px solid rgba(26, 54, 93, 0.2);
   padding: 20px 0;
}

#top__news .list li+li {
   border-top: 0;
}

#top__news .list time {
   font-weight: 700;
}

#top__news .list .cate {
   background-color: #1A365D;
   color: #fff;
   font-weight: 700;
   font-size: 12px;
   line-height: 17px;
   border-radius: 20px;
   padding: 0 10px;
}

#top__news .list .ttl {
   max-width: max-content;
   border-bottom: 1px solid;
}

#top__news .list .ttl span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   display: -webkit-box;
   overflow: hidden;
}

#top__news .list .ttl:hover {
   border-bottom-color: transparent;
}

#top__news .button {
   width: 100%;
   text-align: right;
}

@media screen and (max-width: 1200px) {
   #top__news .list {
      width: calc(100% - 302px);
   }
}

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

   #top__news .list {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #top__news .wrap {
      align-items: center;
      gap: 60px;
   }

   #top__news .list li {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 20px;
   }

   #top__news .button {
      text-align: center;
   }
}

/* -- --*/
#top__recruit {
   background-color: #3182CE;
   color: #fff;
   position: relative;
}

#top__recruit .wrap {
   padding-top: 65px;
   padding-bottom: 45px;
}

#top__recruit .text {
   width: 50%;
   padding: 40px 0 0 50px;
}

#top__recruit .txt {
   letter-spacing: 0.06em;
   line-height: 32px;
   padding-top: 20px;
}

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

#top__recruit .slider {
   display: flex;
   gap: 20px;
   width: 36%;
   max-width: 538px;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
}

#top__recruit .swiper {
   width: 50%;
}

#top__recruit .swiper-wrapper {
   transition-timing-function: linear;
}

#top__recruit .swiper-slide {
   height: 340px;
   margin-bottom: 20px;
}

#top__recruit .swiper-slide img {
   border-radius: 10px;
}

#top__recruit .swiper:nth-child(2) {
   transform: rotate(180deg);
}

#top__recruit .swiper:nth-child(2) .swiper-slide {
   transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
   #top__recruit .text {
      width: 55%;
   }
}

@media screen and (max-width: 1023px) {
   #top__recruit .wrap {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   #top__recruit .text {
      padding-left: 0;
   }

   #top__recruit h3 {
      font-size: 24px;
      line-height: 35px;
   }

   #top__recruit .txt {
      font-size: 16px;
      line-height: 28px;
   }

   #top__recruit .swiper-slide {
      height: 174px;
   }
}

@media screen and (max-width: 767px) {
   #top__recruit .wrap {
      padding-top: 80px;
   }

   #top__recruit .text {
      width: auto;
      padding-top: 60px;
   }

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

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

   #top__recruit .slider {
      flex-direction: column;
      gap: 30px;
      width: 100%;
      position: static;
   }

   #top__recruit .swiper {
      width: 100%;
   }

   #top__recruit .swiper-slide {
      width: 237px;
      height: auto;
      margin-right: 20px;
      margin-bottom: 0;
   }
}

/* -- --*/
#top__contact {
   background-color: #F7FAFC;
   padding: 120px 0 180px;
}

#top__contact .wrap {
   background-color: #fff;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 10px;
   padding: 80px 20px;
}

#top__contact .in {
   max-width: 600px;
   margin: 0 auto;
}

#top__contact h2 {
   color: #1A365D;
}

#top__contact h3 {
   letter-spacing: 0.025em;
   padding-top: 40px;
}

#top__contact .desc {
   letter-spacing: 0.06em;
   line-height: 32px;
   text-align: justify;
   padding-top: 20px;
}

#top__contact .banner {
   padding-top: 60px;
}

#top__contact .tel a {
   font-weight: 700;
   font-size: 48px;
   letter-spacing: 0.025em;
   line-height: 70px;
   padding-left: 70px;
   position: relative;
}

#top__contact .tel a:before {
   content: '';
   width: 60px;
   height: 60px;
   background: #3182CE url("../img/common/icon-tel.png") no-repeat center top/cover;
   position: absolute;
   top: 5px;
   left: 0;
   border-radius: 50%;
}

#top__contact .tel .time {
   display: block;
   color: #1A365D;
   padding-top: 20px;
}

#top__contact .button {
   padding-top: 40px;
}

@media screen and (max-width: 1023px) {
   #top__contact .in {
      max-width: 430px;
   }

   #top__contact h3 {
      font-size: 24px;
      line-height: 35px;
      padding-top: 60px;
   }

   #top__contact .desc {
      font-size: 16px;
      line-height: 24px;
   }

   #top__contact .banner {
      padding-top: 40px;
   }

   #top__contact .tel a {
      font-size: 32px;
      line-height: 46px;
      padding-left: 46px;
   }

   #top__contact .tel a:before {
      width: 36px;
      height: 36px;
   }

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

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

   #top__contact .wrap {
      padding: 60px 15px;
   }

   #top__contact .banner {
      padding-top: 20px;
   }

   #top__contact .tel a {
      display: inline-block;
      font-size: 42px;
      line-height: 61px;
      padding: 70px 0 0;
   }

   #top__contact .tel a:before {
      width: 60px;
      height: 60px;
      top: 0;
      left: calc(50% - 30px);
   }

   #top__contact .tel .time {
      font-size: 16px;
      line-height: 24px;
   }
}

@media screen and (min-width: 1201px) {
   #top__contact .wrap {
      max-width: 960px;
   }
}

/*=============================================
 * 運送サービス
*=============================================*/
#safety .txt-intro {
   max-width: 1040px;
   padding-top: 20px;
}

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

#safety .box .col {
   width: 224px;
   background-color: #fff;
   border: 1px solid rgba(49, 130, 206, 0.55);
   border-radius: 10px;
   padding: 34px 26px;
   box-sizing: border-box;
}

#safety .box figure {
   max-width: 100px;
   margin: 0 auto;
}

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

#safety .box .txt {
   padding-top: 5px;
}

@media screen and (max-width: 1440px) {
   #safety .box .col {
      width: 212px;
   }
}

@media screen and (max-width: 1200px) {
   #safety .box .col {
      width: 176px;
      padding: 30px 15px;
   }
}

@media screen and (max-width: 1023px) {
   #safety .box {
      padding-top: 20px;
   }

   #safety .box .col {
      width: 216px;
      padding: 36px 32px;
   }
}

@media screen and (max-width: 767px) {
   #safety .txt-intro {
      padding-top: 30px;
   }

   #safety .box {
      flex-direction: column;
      padding-top: 20px;
   }

   #safety .box .col {
      width: 100%;
      padding: 35px;
   }

   #safety .box .txt {
      max-width: 172px;
      margin: 0 auto;
   }
}

/* -- -- */
#network .txt-intro {
   padding-top: 20px;
}

#network .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: center;
   padding-top: 40px;
}

#network .box .col {
   padding: 40px 0 40px 40px;
}

#network .box ul {
   letter-spacing: 0.06em;
   line-height: 32px;
   padding-top: 30px;
}

#network .box ul li {
   border-bottom: 1px solid rgba(26, 54, 93, 0.2);
   padding-bottom: 15px;
}

#network .box ul li+li {
   padding-top: 16px;
}

@media screen and (max-width: 1023px) {
   #network .box {
      grid-template-columns: 1fr;
      padding-top: 20px;
   }

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

@media screen and (max-width: 767px) {
   #network .txt-intro {
      padding-top: 30px;
   }

   #network .box h3 {
      font-size: 24px;
      line-height: 35px;
   }

   #network .box ul {
      font-size: 16px;
      line-height: 20px;
      padding-top: 0;
   }

   #network .box ul li {
      padding: 20px 0 8px;
   }
}

/* -- -- */
#vehicles .txt-intro {
   max-width: 1060px;
   padding-top: 20px;
}

#vehicles .box {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 40px 30px;
   padding-top: 40px;
}

#vehicles .box .col {
   background-color: #fff;
   border-radius: 10px;
   box-sizing: border-box;
   overflow: hidden;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#vehicles .box .text {
   padding: 20px 20px 30px;
}

#vehicles .box .txt {
   padding-top: 5px;
}

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

#vehicles .box dl dt {
   font-weight: 700;
}

#vehicles .box dl dd {
   font-size: 14px;
   line-height: 20px;
   padding-top: 5px;
}

#vehicles .box .col:last-child {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

#vehicles .box .col:last-child .number span {
   font-size: 92px;
   line-height: 112px;
}

@media screen and (max-width: 1023px) {
   #vehicles .box {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
      padding-top: 20px;
   }
}

@media screen and (max-width: 767px) {
   #vehicles .txt-intro {
      padding-top: 30px;
   }

   #vehicles .box {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #vehicles .box .text {
      padding: 20px 20px 40px;
   }

   #vehicles .box .col:last-child {
      height: 89.5vw;
   }

   #vehicles .box .col:last-child .h-32 {
      font-size: 32px;
   }
}

/* -- -- */
#flow .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 40px 144px;
   max-width: 1080px;
   margin: 0 auto;
   padding-top: 60px;
}

#flow .box .col {
   position: relative;
}

#flow .box .col:after {
   content: '';
   width: 0;
   height: 0;
   border-width: 20px 0 20px 24px;
   border-color: transparent transparent transparent #fff;
   border-style: solid;
   position: absolute;
   top: 50%;
   left: calc(100% + 60px);
   transform: translateY(-50%);
}

#flow .box .col:nth-child(3n):after {
   display: none;
}

#flow .box .no span {
   font-size: 42px;
   line-height: 52px;
   margin-left: 5px;
}

#flow .box figure,
#flow .box .txt {
   padding-top: 5px;
}

#flow .box h3 {
   padding-top: 10px;
}

@media screen and (max-width: 1023px) {
   #flow .box {
      gap: 40px 92px;
   }

   #flow .box .col:after {
      border-width: 14px 0 14px 16px;
      left: calc(100% + 38px);
   }

   #flow .box .no {
      font-size: 16px;
   }

   #flow .box .no span {
      font-size: 36px;
      line-height: 44px;
   }

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

@media screen and (max-width: 767px) {
   #flow .box {
      display: block;
      margin-top: 30px;
      padding: 0 70px;
   }

   #flow .box .slick-list {
      margin: 0 -10px;
   }

   #flow .box .slick-arrow {
      display: block;
      width: 0;
      height: 0;
      background-color: transparent;
      border-color: transparent;
      border-style: solid;
      font-size: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
   }

   #flow .box .slick-prev {
      border-width: 20px 24px 20px 0;
      border-right-color: #fff;
      left: 0;
   }

   #flow .box .slick-next {
      border-width: 20px 0 20px 24px;
      border-left-color: #fff;
      right: 0;
   }

   #flow .box .col {
      margin: 0 10px;
   }

   #flow .box .col:after {
      display: none;
   }

   #flow .box .no {
      font-size: 20px;
   }

   #flow .box .no span {
      font-size: 42px;
      line-height: 52px;
   }

   #flow .box h3 {
      font-size: 20px;
   }
}

/* -- -- */
#safety-initiatives .txt-intro {
   padding-top: 20px;
}

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

#safety-initiatives .box+.box {
   padding-top: 40px;
}

#safety-initiatives .box h4 {
   border-left: 8px solid #3182CE;
   padding-left: 10px;
}

#safety-initiatives .box .txt {
   padding-top: 20px;
}

#safety-initiatives .box .item-1 {
   display: flex;
   gap: 40px;
   padding-top: 40px;
}

#safety-initiatives .box .item-1 ul {
   padding-top: 20px;
}

#safety-initiatives .box .item-1 ul li {
   position: relative;
   padding-left: 16px;
}

#safety-initiatives .box .item-1 ul li:before {
   content: '';
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background-color: #1A365D;
   position: absolute;
   top: 11px;
   left: 0;
}

#safety-initiatives .box .item-1 ul li:not(:last-child) {
   padding-bottom: 20px;
}

#safety-initiatives .box .item-1 dd {
   width: 170px;
}

#safety-initiatives .box .item-2 {
   padding-top: 40px;
}

#safety-initiatives .box .item-2 .txt,
#safety-initiatives .box .item-2 ol {
   padding-top: 10px;
}

#safety-initiatives .box .item-2 ol {
   list-style: decimal;
   padding-left: 20px;
}

#safety-initiatives .box .item-2 ol li:not(:last-child) {
   padding-bottom: 20px;
}

#safety-initiatives .box .list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   padding-top: 20px;
}

#safety-initiatives .box .list dl {
   display: grid;
   grid-template-columns: 90px 1fr;
   align-items: center;
   gap: 20px;
   border: 1px solid rgba(49, 130, 206, 0.55);
   border-radius: 10px;
   padding: 30px 36px;
}

#safety-initiatives .box .list dl dd p {
   padding-top: 5px;
}

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

@media screen and (max-width: 1023px) {
   #safety-initiatives .box h3 {
      font-size: 24px;
      line-height: 35px;
   }

   #safety-initiatives .box h4 {
      font-size: 18px;
      line-height: 26px;
   }
}

@media screen and (max-width: 767px) {
   #safety-initiatives .txt-intro {
      font-size: 18px;
      padding-top: 30px;
   }

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

   #safety-initiatives .box+.box {
      padding-top: 40px;
   }

   #safety-initiatives .box .item-1 {
      flex-direction: column;
      gap: 20px;
   }

   #safety-initiatives .box .item-2 ol {
      font-size: 15px;
      line-height: 23px;
   }

   #safety-initiatives .box .list {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #safety-initiatives .box .list dl {
      gap: 10px;
      min-height: 105px;
      padding: 20px;
   }

   #safety-initiatives .box .list h5 {
      font-size: 18px;
   }
}

/* -- -- */
#faq {
   padding: 120px 0 180px;
}

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

#faq .box .item {
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
   padding: 65px 60px;
}

#faq .box .item+.item {
   margin-top: 40px;
}

#faq .box .txt-q {
   display: grid;
   grid-template-columns: 40px 1fr;
   align-items: center;
   gap: 10px;
   border-bottom: 2px solid #769CBF;
   color: #1A365D;
   padding: 0 10px 10px;
   position: relative;
   letter-spacing: 0.06em;
}

#faq .box .txt-q:before {
   content: '';
   width: 40px;
   height: 46px;
   background: url("../img/common/icon-q.png") no-repeat center top/cover;
   display: block;
}

#faq .box .txt-a {
   display: grid;
   grid-template-columns: 40px 1fr;
   align-items: center;
   gap: 10px;
   padding: 20px 10px 0;
   position: relative;
   letter-spacing: 0.06em;
}

#faq .box .txt-a:before {
   content: '';
   width: 40px;
   height: 46px;
   background: url("../img/common/icon-a.png") no-repeat center top/cover;
   display: block;
}

@media screen and (max-width: 1023px) {
   #faq {
      padding: 60px 0 120px;
   }
}

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

   #faq .box .item {
      padding: 40px 20px;
   }

   #faq .box .item+.item {
      margin-top: 20px;
   }

   #faq .box .txt-a,
   #faq .box .txt-q {
      font-size: 16px;
      line-height: 24px;
   }

   #faq .box .txt-a:before,
   #faq .box .txt-q:before {
      width: 30px;
      height: 35px;
      left: 0;
   }

   #faq .box .txt-q {
      grid-template-columns: 30px 1fr;
      padding: 0 0 16px;
   }

   #faq .box .txt-q:before {
      position: static;
      display: block;
   }

   #faq .box .txt-a {
      grid-template-columns: 30px 1fr;
      align-items: flex-start;
      font-weight: 400;
      padding: 10px 0 0;
   }
}

/* -- -- */
/*=============================================
 * 除雪サービス
*=============================================*/
#comfort-safety {
   background: url("../img/snow-removal/comfort-photo.webp") no-repeat center/cover;
}

#comfort-safety .txt-intro {
   max-width: 493px;
   padding-top: 40px;
}

@media screen and (max-width: 1023px) {
   #comfort-safety {
      background-image: url("../img/snow-removal/comfort-photo_sp.webp");
      position: relative;
   }

   #comfort-safety:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 0;
      left: 0;
   }

   #comfort-safety .txt-intro {
      padding-top: 60px;
   }
}

@media screen and (max-width: 767px) {
   #comfort-safety .txt-intro {
      padding-top: 30px;
   }
}

/* -- -- */

#snow__video .video {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   padding-top: 51%;
   position: relative;
}

#snow__video .video video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

#snow__video .video .btn-play {
   width: 25%;
   cursor: pointer;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
}

@media screen and (max-width: 767px) {
   #snow__video .video {
      padding-top: 56.25%;
   }

   #snow__video .video .btn-play {
      width: 40%;
   }
}

/* -- -- */

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

#services .box .col {
   width: 373px;
}

#services .box .in {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   min-height: 255px;
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
   text-align: center;
}

#services .box figure {
   width: 150px;
}

#services .box h3 {
   padding-top: 10px;
}

#services .box .txt {
   padding-top: 5px;
}

#services .box dl {
   padding: 20px 10px 0;
}

#services .box dl dt {
   font-weight: 700;
   letter-spacing: 0.06em;
}

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

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

@media screen and (max-width: 1440px) {
   #services .box .col {
      width: 353px;
   }
}

@media screen and (max-width: 1200px) {
   #services .box .col {
      width: 293px;
   }
}

@media screen and (max-width: 1023px) {
   #services .box {
      gap: 40px;
   }

   #services .box .col {
      width: 203px;
   }

   #services .box figure {
      width: 100px;
   }

   #services .box .in {
      height: 245px;
      padding: 0 10px;
   }

   #services .box h3 {
      font-size: 20px;
      line-height: 30px;
   }

   #services .box dl dt {
      font-size: 16px;
   }

   #services .box dl dd {
      font-size: 14px;
   }

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

@media screen and (max-width: 767px) {
   #services h2 {
      text-align: left;
   }

   #services .box {
      gap: 40px;
   }

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

   #services .box h3 {
      font-size: 24px;
      line-height: 35px;
   }

   #services .box dl dt {
      font-size: 18px;
   }

   #services .box dl dd {
      font-size: 16px;
   }

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

/* -- -- */
#property-types .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   padding-top: 60px;
}

#property-types .box .col {
   display: grid;
   grid-template-columns: 100px 1fr;
   align-items: center;
   gap: 20px;
   border: 1px solid rgba(49, 130, 206, 0.55);
   border-radius: 10px;
   padding: 30px 26px;
}

#property-types .box .txt {
   padding-top: 5px;
}

@media screen and (max-width: 1440px) {
   #property-types .box .col {
      padding: 30px 20px;
   }
}

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

@media screen and (max-width: 1023px) {
   #property-types .box .col {
      grid-template-columns: 70px 1fr;
      gap: 10px;
   }
}

@media screen and (max-width: 767px) {
   #property-types h2 {
      text-align: left;
   }

   #property-types .box {
      grid-template-columns: 1fr;
   }

   #property-types .box .col {
      grid-template-columns: 70px 1fr;
      gap: 10px;
      min-height: 105px;
      padding: 20px;
   }

   #property-types .box h3 {
      font-size: 18px;
   }
}

/* -- -- */
#service-area .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   padding-top: 60px;
}

#service-area .box figure {
   padding-right: 40px;
}

#service-area .box ul {
   line-height: 26px;
   padding-top: 10px;
}

#service-area .box ul li {
   border-bottom: 1px solid rgba(26, 54, 93, 0.2);
   padding: 20px 0;
}

#service-area .box ul li small {
   font-size: 16px;
}

#service-area .box .note {
   max-width: 484px;
   color: #CD534B;
   font-weight: 500;
   position: relative;
   margin-top: 20px;
   padding-left: 20px;
}

#service-area .box .note:before {
   content: "※";
   position: absolute;
   top: 0;
   left: 0;
}

#service-area .video {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   padding-top: 80%;
   position: relative;
}

#service-area .video:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(45, 55, 72, 0.5);
   position: absolute;
   top: 0;
   left: 0;
}

#service-area .video video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

#service-area .video .btn-play {
   width: 25%;
   cursor: pointer;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
}

@media screen and (max-width: 1023px) {
   #service-area .box {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   #service-area .box figure {
      padding-right: 0;
   }
}

@media screen and (max-width: 767px) {
   #service-area .box ul {
      padding-top: 0;
   }

   #service-area .video {
      width: calc(100% + 40px);
      padding-top: 57%;
      margin: 60px -20px 0;
   }

   #service-area .video .btn-play {
      width: 40%;
   }
}

/* -- -- */
#price .desc {
   max-width: 653px;
   padding-top: 20px;
}

#price .js-scrollable {
   margin-top: 40px;
}

#price .js-scrollable table {
   width: 100%;
   border-collapse: separate;
}

#price .js-scrollable table th {
   background-color: #1A365D;
   color: #fff;
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0.06em;
   text-align: left;
   padding: 14px 20px;
}

#price .js-scrollable table th+th {
   border-left: 1px solid #2D3748;
}

#price .js-scrollable table th:first-child {
   border-top-left-radius: 10px;
}

#price .js-scrollable table th:last-child {
   border-top-right-radius: 10px;
}

#price .js-scrollable table td {
   font-weight: 500;
   letter-spacing: 0.06em;
   border: 1px solid #2D3748;
   padding: 14px 20px;
}

#price .js-scrollable table td+td {
   border-left: 0;
}

#price .js-scrollable table tr:not(:last-child) td {
   border-bottom: 0;
}

#price .box {
   background-color: #F7FAFC;
   max-width: 770px;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 40px auto 0;
   padding: 30px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

#price .box h3 {
   padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
   #price .js-scrollable table {
      min-width: 1200px;
   }

   #price .box {
      max-width: 485px;
   }
}

@media screen and (max-width: 767px) {
   #price .desc {
      padding-top: 60px;
   }

   #price .box {
      margin-top: 20px;
      padding: 36px 20px;
   }

   #price .box h3 {
      font-size: 28px;
      line-height: 40px;
   }

   #price .box p {
      font-size: 18px;
      line-height: 26px;
   }
}

/* -- -- */
#reason .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   max-width: 1080px;
   margin: 0 auto;
   padding-top: 60px;
}

#reason .box .col {
   background-color: #fff;
   border-radius: 10px;
   padding: 48px 28px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

#reason .box h3 {
   display: grid;
   grid-template-columns: 54px 1fr;
   align-items: center;
   gap: 10px;
   letter-spacing: 0.06em;
}

#reason .box h3 .no {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 54px;
   height: 54px;
   background-color: #3182CE;
   color: #fff;
   font-size: 42px;
   letter-spacing: 0;
   line-height: 54px;
   border-radius: 50%;
}

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

@media screen and (max-width: 1023px) {
   #reason .box h3 {
      grid-template-columns: 44px 1fr;
      font-size: 24px;
      line-height: 35px;
   }

   #reason .box h3 .no {
      width: 44px;
      height: 44px;
      font-size: 31px;
      line-height: 44px;
   }
}

@media screen and (max-width: 767px) {
   #reason h2 {
      text-align: left;
   }

   #reason .box {
      grid-template-columns: 1fr;
   }

   #reason .box .col {
      padding: 40px;
   }

   #reason .box h3 {
      grid-template-columns: 40px 1fr;
   }

   #reason .box h3 .no {
      width: 40px;
      height: 40px;
      font-size: 29px;
      line-height: 40px;
   }

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

/*=============================================
 * その他サービス
*=============================================*/
[id*='other-service-sec'] .box {
   display: flex;
   flex-direction: row-reverse;
   padding-top: 60px;
}

[id*='other-service-sec'] .box .col,
[id*='other-service-sec'] .box figure {
   width: 50%;
   box-sizing: border-box;
}

[id*='other-service-sec'] .box .col {
   padding-right: 55px;
}

[id*='other-service-sec'] .box h3 {
   padding-top: 40px;
}

[id*='other-service-sec'] .box ul {
   padding-top: 20px;
}

[id*='other-service-sec'] .box ul li {
   background: url("../img/common/icon-check.png") no-repeat top 4px left/17px auto;
   padding-left: 32px;
   letter-spacing: 0.06em;
}

[id*='other-service-sec'] .box ul li:not(:last-child) {
   padding-bottom: 20px;
}

[id*='other-service-sec'] .box .btn-note {
   color: #1A365D;
   padding-top: 40px;
}

[id*='other-service-sec'] .box .button {
   padding-top: 40px;
}

[id*='other-service-sec'] .box .button a[target="_blank"] {
   background-color: #fff;
   border: 2px solid #DD6B20;
   color: #DD6B20;
}

[id*='other-service-sec'] .box .button a[target="_blank"]:after {
   background: url("../img/common/icon-blank.png") no-repeat center top/cover;
   width: 18px;
   height: 18px;
}

[id*='other-service-sec'] .box .button a[target="_blank"]:hover {
   opacity: 0.7;
}

[id*='other-service-sec'] .box .btn-note+.button {
   padding-top: 20px;
}

[id*='other-service-sec'] .block {
   padding-top: 60px;
}

[id*='other-service-sec'] .block+.block {
   padding-top: 120px;
}

[id*='other-service-sec'] .title small {
   font-size: 16px;
   line-height: 21px;
}

[id*='other-service-sec'] .block .box {
   padding-top: 17px;
}

@media screen and (max-width: 1023px) {
   [id*='other-service-sec'] h2 .h-36 {
      font-size: 28px;
   }

   [id*='other-service-sec'] .box {
      flex-direction: column;
      gap: 20px;
   }

   [id*='other-service-sec'] .box figure {
      width: 100%;
   }

   [id*='other-service-sec'] .box .col {
      width: 100%;
      padding-right: 0;
   }

   [id*='other-service-sec'] .box h3 {
      padding-top: 70px;
   }
}

@media screen and (max-width: 767px) {
   [id*='other-service-sec'] h2 {
      margin-right: -20px;
   }

   [id*='other-service-sec'] h2 .h-36 {
      font-size: 28px;
   }

   [id*='other-service-sec'] .box {
      gap: 40px;
      padding-top: 30px;
   }

   [id*='other-service-sec'] .box h3 {
      font-size: 24px;
      line-height: 35px;
      padding-top: 40px;
   }

   [id*='other-service-sec'] .box .btn-note {
      text-align: center;
   }

   [id*='other-service-sec'] .box .button a[target="_blank"] {
      padding: 0 35px;
   }

   [id*='other-service-sec'] .block {
      padding-top: 30px;
   }

   [id*='other-service-sec'] .block+.block {
      padding-top: 50px;
   }

   [id*='other-service-sec'] .title small {
      font-size: 14px;
   }

   #other-service-sec3 h2 {
      margin-left: -20px;
   }
}

/*=============================================
 * 採用情報
*=============================================*/
#join-us {
   background-color: #3182CE;
   color: #fff;
   padding: 120px 0;
   position: relative;
}

#join-us .wrap {
   z-index: 1;
}

#join-us .box {
   max-width: 700px;
   margin: 0 auto;
}

#join-us h2 {
   font-weight: 700;
   font-size: 120px;
   line-height: 146px;
}

#join-us .txt {
   max-width: 544px;
   line-height: 80px;
   font-weight: 500;
   letter-spacng: 0.06em;
   margin: 0 auto;
   padding-top: 45px;
}

#join-us ul {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   line-height: 36px;
   padding-top: 80px;
}

#join-us ul li {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 147px;
   background-color: #FFFFFF;
   color: #3182CE;
   border: 1px solid rgba(49, 130, 206, 0.55);
   border-radius: 10px;
}

#join-us .slider {
   display: flex;
   justify-content: space-between;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#join-us .slider [class*="col"] {
   display: flex;
   gap: 20px;
   width: calc(50% - 370px);
   max-width: 320px;
   height: 100%;
}

#join-us .slider .col-l .swiper:nth-child(1) {
   transform: rotate(180deg);
}

#join-us .slider .col-l .swiper:nth-child(1) .swiper-slide {
   transform: rotate(180deg);
}

#join-us .slider .col-r .swiper:nth-child(2) {
   transform: rotate(180deg);
}

#join-us .slider .col-r .swiper:nth-child(2) .swiper-slide {
   transform: rotate(180deg);
}

#join-us .swiper {
   width: 50%;
   height: 100%;
}

#join-us .swiper-wrapper {
   transition-timing-function: linear;
}

#join-us .swiper-slide {
   height: 394px;
   margin-bottom: 20px;
   position: relative;
}

#join-us .swiper-slide img {
   border-radius: 10px;
}

@media screen and (max-width: 1023px) {
   #join-us {
      padding-bottom: 0;
   }

   #join-us .wrap {
      text-align: left;
   }

   #join-us h2 {
      font-size: 92px;
      line-height: 112px;
   }

   #join-us .txt {
      max-width: 100%;
      font-size: 18px;
      line-height: 59px;
      text-align: left;
      padding-top: 40px;
   }

   #join-us ul {
      font-size: 18px;
      line-height: 36px;
      text-align: center;
      padding-top: 40px;
   }

   #join-us ul li {
      height: 179px;
   }

   #join-us .slider {
      flex-direction: column;
      position: static;
      padding-top: 60px;
   }

   #join-us .slider .col-l {
      flex-direction: column;
      gap: 20px;
      width: 100%;
      max-width: inherit;
      height: auto;
   }

   #join-us .slider .col-l .swiper:nth-child(1) {
      transform: rotate(0);
   }

   #join-us .slider .col-l .swiper:nth-child(1) .swiper-slide {
      transform: rotate(0);
   }

   #join-us .slider .col-l .swiper:nth-child(2) {
      transform: rotate(180deg);
   }

   #join-us .slider .col-l .swiper:nth-child(2) .swiper-slide {
      transform: rotate(180deg);
   }

   #join-us .slider .col-r {
      display: none;
   }

   #join-us .swiper {
      width: 100%;
   }

   #join-us .swiper-slide {
      width: 394px;
      height: auto;
      margin-right: 20px;
      margin-bottom: 0;
   }
}

@media screen and (max-width: 767px) {
   #join-us {
      padding-top: 80px;
   }

   #join-us h2 {
      font-size: 72px;
      line-height: 88px;
   }

   #join-us .txt {
      padding-top: 24px;
   }

   #join-us .txt br.ipd {
      display: block;
   }

   #join-us ul {
      font-size: 16px;
      line-height: 1.6;
   }
}

/* -- -- */
#recruit__reason {
   background-color: #F7FAFC;
   padding: 240px 0 120px;
}

#recruit__reason .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 40px;
   padding-top: 60px;
}

#recruit__reason .box .col {
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
   padding: 40px 50px;
}

#recruit__reason .box figure {
   width: auto;
   height: 110px;
}

#recruit__reason .box figure img {
   max-width: inherit;
   max-height: 100%;
}

#recruit__reason .box h3 {
   letter-spacing: 0.06em;
   padding-top: 20px;
}

#recruit__reason .box .txt {
   text-align: left;
   padding-top: 5px;
}

@media screen and (max-width: 1023px) {
   #recruit__reason {
      padding: 120px 0 60px;
   }

   #recruit__reason .box {
      gap: 20px;
   }

   #recruit__reason .box .col {
      padding: 30px 20px;
   }

   #recruit__reason .box figure {
      height: 90px;
   }

   #recruit__reason .box h3 {
      font-size: 19px;
   }
}

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

   #recruit__reason .box {
      grid-template-columns: 1fr;
   }

   #recruit__reason .box .col {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 322px;
      padding: 20px 20px;
   }

   #recruit__reason .box h3 {
      font-size: 20px;
   }
}

/* -- -- */
#job-openings .box {
   max-width: 1080px;
   margin: 0 auto;
   padding-top: 60px;
}

#job-openings .box+.box {
   padding-top: 80px;
}

#job-openings .box h3 {
   color: #1A365D;
}

#job-openings .box h3 span {
   display: inline-block;
   vertical-align: middle;
   width: 61px;
   background-color: #DD6B20;
   color: #fff;
   text-align: center;
   margin-left: 20px;
   position: relative;
   top: -3px;
}

#job-openings .box .table {
   padding-top: 40px;
}

#job-openings .box .table dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
}

#job-openings .box .table dl+dl {
   margin-top: 20px;
}

#job-openings .box .table dl>dt,
#job-openings .box .table dl dd {
   display: table-cell;
   vertical-align: middle;
   border-bottom: 2px solid #1A365D;
   letter-spacing: 0.06em;
}

#job-openings .box .table dl dt {
   width: 213px;
   background-color: #1A365D;
   color: #fff;
   padding: 20px 20px;
   border-radius: 10px 0 0 10px;
}

#job-openings .box .table dl dd {
   font-weight: 500;
   padding: 20px 40px;
}

@media screen and (max-width: 1023px) {
   #job-openings .box h3 {
      font-size: 32px;
      line-height: 46px;
   }

   #job-openings .box .table {
      font-size: 18px;
   }

   #job-openings .box .table dl dt {
      width: 140px;
   }

   #job-openings .box .table dl dd {
      padding: 20px;
   }
}

@media screen and (max-width: 767px) {
   #job-openings .box h3 {
      font-size: 28px;
      line-height: 40px;
   }

   #job-openings .box h3 span {
      margin-left: 10px;
   }

   #job-openings .box .table {
      font-size: 20px;
      padding-top: 20px;
   }

   #job-openings .box .table dl {
      display: block;
   }

   #job-openings .box .table dl dt {
      display: inline-block;
      width: 94px;
      border-radius: 10px;
      padding: 10px;
      border-bottom: 0;
      text-align: center;
   }

   #job-openings .box .table dl dd {
      display: block;
      font-size: 16px;
      line-height: 1.6;
      padding: 20px 0;
   }
}

/* -- -- */
#staff-voice {
   background-color: #3182CE;
}

#staff-voice .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   margin-top: 60px;
}

#staff-voice .box .col {
   display: grid;
   grid-template-columns: 140px 1fr;
   gap: 20px;
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
   padding: 30px 30px;
}

#staff-voice .box .position {
   font-weight: 700;
   font-size: 14px;
}

#staff-voice .box .txt {
   font-weight: 700;
   padding-top: 20px;
}

@media screen and (max-width: 1023px) {
   #staff-voice .box {
      grid-template-columns: 580px;
      justify-content: center;
   }
}

@media screen and (max-width: 767px) {
   #staff-voice .box {
      grid-template-columns: 1fr;
   }

   #staff-voice .box .col {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 20px;
   }

   #staff-voice .box figure {
      width: 140px;
      margin: 0 auto;
   }

   #staff-voice .box h3 {
      font-size: 24px;
      line-height: 35px;
   }

   #staff-voice .box .position {
      font-size: 12px;
      line-height: 17px;
   }
}

/* -- -- */
.page-id-203 #flow .box .col:nth-child(5):after {
   display: none;
}

.page-id-203 .section__cta .wrap {
   background-image: url("../img/common/cta-bg-1.jpg");
}

@media screen and (max-width: 1023px) {
   .page-id-203 .section__cta .wrap {
      background-image: url("../img/common/cta-bg-1_tbl.jpg");
   }
}

@media screen and (max-width: 767px) {
   .page-id-203 .section__cta .wrap {
      background-image: url("../img/common/cta-bg-1_sp.jpg");
   }
}

/*=============================================
 * 会社概要
*=============================================*/
#company__message .box {
   max-width: 1000px;
   margin: 0 auto;
   padding-top: 60px;
}

#company__message .box h3 {
   color: #1A365D;
   line-height: 48px;
}

#company__message .box .txt {
   line-height: 24px;
   padding-top: 60px;
}

#company__message .box .txt p+p {
   padding-top: 20px;
}

#company__message .box .txt-name {
   width: max-content;
   margin-left: auto;
   font-size: 14px;
   line-height: 20px;
   padding-top: 20px;
   color: #1A365D;
}

#company__message .box .txt-name strong {
   font-weight: 700;
   font-size: 30px;
   line-height: 44px;
}

@media screen and (max-width: 1023px) {
   #company__message .box {
      grid-template-columns: 1fr;
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   #company__message .box h3 {
      font-size: 32px;
   }

   #company__message .box .txt-name {
      font-size: 12px;
      line-height: 17px;
   }

   #company__message .box .txt-name strong {
      font-size: 24px;
      line-height: 35px;
   }
}

/* -- -- */
#company__profile .table {
   max-width: 864px;
   margin: 0 auto;
   padding-top: 60px;
}

#company__profile .table dl {
   display: grid;
   grid-template-columns: 130px 1fr;
   gap: 15px;
   border-top: 2px solid #98A6B5;
   padding: 16px 0;
}

#company__profile .table dl+dl {
   border-top: 1px solid #CDD6DD;
}

#company__profile .table dl dt {
   font-weight: 700;
}

@media screen and (max-width: 767px) {
   #company__profile .table dl {
      display: block;
      padding: 20px 0;
   }

   #company__profile .table dl dd {
      padding-top: 10px;
   }
}

/* -- -- */
#group-companies ul {
   display: grid;
   grid-template-columns: repeat(2, 340px);
   justify-content: center;
   gap: 20px;
   padding-top: 60px;
}

#group-companies ul a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 150px;
   border-radius: 10px;
   line-height: 24px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
   pointer-events: none;
}

#group-companies ul a:hover {
   background-color: #2D3748;
   color: #fff;
   opacity: 1;
}

@media screen and (max-width: 1023px) {
   #group-companies ul a {
      font-size: 15px;
      line-height: 21px;
   }

   #group-companies ul a span {
      font-size: 20px;
      line-height: 30px;
   }
}

@media screen and (max-width: 767px) {
   #group-companies ul {
      grid-template-columns: 1fr;
   }
}

/* -- -- */
#company__access .gmap {
   height: 470px;
   min-height: inherit;
   margin-top: 60px;
}

#company__access .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

#company__access .txt {
   display: grid;
   grid-template-columns: repeat(2, 440px);
   justify-content: center;
   gap: 40px;
   padding-top: 40px;
   font-weight: 500;
}

#company__access .txt h3 {
   color: #1A365D;
   border-bottom: 2px solid #1A365D;
   padding-bottom: 5px;
   letter-spacing: 0.06em;
}

#company__access .txt p {
   padding-top: 10px;
}

#company__access .txt p.pt20 {
   padding-top: 20px;
}

@media screen and (max-width: 1023px) {
   #company__access .wrap {
      max-width: 100%;
   }

   #company__access .txt {
      grid-template-columns: 440px;
      justify-content: flex-start;
      max-width: 690px;
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   #company__access .wrap {
      padding: 0;
   }

   #company__access .txt {
      grid-template-columns: 1fr;
      padding: 20px 20px 0;
      font-size: 16px;
      line-height: 1.6;
   }

   #company__access .txt h3 {
      font-size: 24px;
      line-height: 35px;
      margin-bottom: 10px;
   }

   #company__access .txt p.pt20 {
      padding-top: 10px;
   }
}

/*=============================================
 * お問合せ
*=============================================*/
.mailform {
   background-color: #F7FAFC;
   padding: 120px 0 180px;
}

.mailform .desc {
   max-width: 480px;
   margin: 0 auto;
   padding-bottom: 80px;
   line-height: 38px;
}

.mailform .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   padding-bottom: 80px;
}

.mailform .box .col {
   background-color: #fff;
   box-shadow: 0 0 10px rgba(26, 54, 93, 0.16);
   border-radius: 10px;
   padding: 83px 20px 82px;
}

.mailform .box .number {
   font-weight: 700;
   font-size: 48px;
   line-height: 70px;
   padding-top: 40px;
}

.mailform .box .number a {
   display: inline-flex;
   align-items: center;
   gap: 10px;
}

.mailform .box .number a:before {
   content: '';
   display: block;
   width: 60px;
   height: 60px;
   background: #DD6B20 url("../img/common/icon-tel.png") no-repeat center top/cover;
   border-radius: 50%;
}

.mailform .box .time {
   padding-top: 20px;
}

.mailform .box .button,
.mailform .box .txt {
   padding-top: 40px;
}

.mailform .form-wrap {
   padding: 120px 30px;
   box-sizing: border-box;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(26, 54, 93, 0.16);
   border-radius: 10px;
}

.mailform .form-wrap h2 {
   padding-bottom: 20px;
}

.mailform .form-row {
   display: grid;
   grid-template-columns: 200px 1fr;
   align-items: flex-start;
   gap: 40px;
   line-height: 24px;
   max-width: 650px;
   margin: 0 auto;
   padding-top: 40px;
}

.mailform .form-row .caption {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 700;
   padding: 6px 0;
}

.mailform .form-row .caption span {
   display: block;
   background-color: #E60F17;
   color: #fff;
   width: 33px;
   height: 16px;
   font-weight: 500;
   line-height: 16px;
}

.mailform .form-pp {
   padding-top: 60px;
   font-size: 12px;
   line-height: 17px;
   text-align: center;
}

.mailform .form-pp .wpcf7-checkbox {
   display: flex;
   justify-content: center;
}

.mailform .form-pp .wpcf7-checkbox .wpcf7-list-item-label {
   grid-template-columns: 30px 1fr;
}

.mailform .form-pp .wpcf7-checkbox .wpcf7-list-item-label:before,
.mailform .form-pp .wpcf7-checkbox .wpcf7-list-item-label:after {
   width: 30px;
   height: 30px;
   border: 1px solid #CDD6DD;
   border-radius: 0;
}

.mailform .form-note {
   background-color: rgba(212, 216, 222, 0.14);
   border: 1px solid #173155;
   margin-top: 105px;
   padding: 15px 10px;
   box-sizing: border-box;
   font-weight: 500;
   line-height: 24px;
}

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

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

.mailform .form-btn p {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #1A365D;
   color: #fff;
   width: 206px;
   height: 73px;
   box-sizing: border-box;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   text-align: center;
   border-radius: 8px;
   transition: all 0.3s;
   position: relative;
}

.mailform .form-btn p:hover {
   background-color: #333;
}

.mailform .form-btn .btn-back {
   background-color: #333;
}

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

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

.mailform.confirm .form-row .caption {
   padding: 0;
}

.mailform.thanks {
   text-align: center;
}

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

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

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

@media screen and (max-width: 1023px) {
   .mailform .box .col {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 20px;
   }

   .mailform .box h3 {
      font-size: 20px;
      line-height: 30px;
   }

   .mailform .box .number {
      font-size: 32px;
      line-height: 46px;
      padding-top: 20px;
   }

   .mailform .box .number a:before {
      width: 40px;
      height: 40px;
   }

   .mailform .box .time {
      font-size: 16px;
      padding-top: 0;
   }

   .mailform .box .txt {
      max-width: 254px;
      margin: 0 auto;
      padding-top: 20px;
   }

   .mailform .form-row {
      gap: 10px;
   }

   .mailform .form-note {
      margin-top: 40px;
   }
}

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

   .mailform .desc {
      font-size: 18px;
      padding-bottom: 30px;
   }

   .mailform .box {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-bottom: 80px;
   }

   .mailform .box .txt {
      max-width: inherit;
      font-size: 15px;
      line-height: 28px;
   }

   .mailform .box .button {
      padding-top: 20px;
   }

   .mailform .form-in {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(26, 54, 93, 0.16);
      margin: 0 -20px;
      padding: 80px 20px;
   }

   .mailform .form-wrap {
      border-radius: 0;
      background-color: transparent;
      box-shadow: none;
      padding: 0;
   }

   .mailform .form-wrap h2 {
      font-size: 28px;
      line-height: 40px;
      padding-bottom: 0;
   }

   .mailform .form-row {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .mailform .form-row .caption {
      font-size: 16px;
      line-height: 32px;
      padding: 0;
   }

   .mailform .form-pp {
      padding-top: 40px;
   }

   .mailform .form-note {
      padding: 20px 30px;
   }

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

   .mailform .form-btn {
      flex-direction: column;
      gap: 20px;
      padding-top: 40px;
   }

   .mailform.thanks {
      padding: 0;
   }

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

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

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

@media screen and (min-width: 1201px) {
   .mailform .wrap {
      max-width: 1080px;
   }
}

/*=============================================
 * プライバシーポリシー
*=============================================*/
#privacy {
   padding: 120px 0;
}

#privacy p+p {
   padding-top: 40px;
}

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

   #privacy p+p {
      padding-top: 20px;
   }
}

/*=============================================
 * Post type
*=============================================*/
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
   padding-top: 80px;
   font-family: "Montserrat", sans-serif;
   font-style: normal;
}

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

.wp-pagenavi span,
.wp-pagenavi a:not(.previouspostslink, .nextpostslink) {
   display: block;
   width: 50px;
   text-align: center;
   font-weight: 700;
   font-size: 32px;
   line-height: 40px;
   letter-spacing: 0;
   box-sizing: border-box;
   background-color: #fff;
   border: 1px solid #1A365D;
   color: #1A365D;
   border-radius: 5px;
   padding: 12px 0;
}

.wp-pagenavi a:not(.previouspostslink, .nextpostslink):hover {
   background-color: #1A365D;
   color: #fff;
   opacity: 1;
}

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

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
   display: block;
   width: 40px;
   height: 40px;
   font-size: 0;
}

.wp-pagenavi .previouspostslink {
   background: url("../img/common/wp-nav-prev.png") no-repeat center/cover;
}

.wp-pagenavi .nextpostslink {
   background: url("../img/common/wp-nav-next.png") no-repeat center/cover;
}

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

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

/* -- -- */
.sidebar .in {
   background-color: #fff;
   box-shadow: 0 0 10px rgba(26, 54, 93, 0.16);
   border-radius: 10px;
   overflow: hidden;
}

.sidebar h3 {
   background-color: #1A365D;
   color: #fff;
   font-weight: 700;
   padding: 20px 20px;
}

.sidebar ul {
   font-weight: 500;
   padding: 0 20px 40px;
}

.sidebar ul li {
   border-bottom: 1px solid rgba(26, 54, 93, 0.2);
}

.sidebar ul li a {
   display: flex;
   justify-content: space-between;
   padding: 20px 0;
}

.sidebar ul li a span {
   opacity: 0.6;
   font-weight: 500;
   font-size: 16px;
}

@media screen and (max-width: 1023px) {
   .sidebar .in {
      max-width: 485px;
      margin: 0 auto;
   }
}

/* -- -- */
.news__list .item {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 20px;
   border-bottom: 1px solid rgba(26, 54, 93, 0.2);
   padding-bottom: 30px;
}

.news__list .item+.item {
   border-top: 0;
   padding-top: 30px;
}

.news__list time {
   color: rgba(45, 55, 72, 0.6);
   font-weight: 700;
}

.news__list .cat a {
   display: block;
   font-weight: 700;
   font-size: 12px;
   line-height: 17px;
   border-radius: 20px;
   color: #fff;
   padding: 0 10px;
}

.news__list .ttl {
   width: 100%;
   font-weight: 500;
}

.news__list .ttl a {
   max-width: max-content;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

.news__list .ttl a span {
   border-bottom: 1px solid;
}

.news__list .ttl a:hover span {
   border-bottom-color: transparent;
}

@media screen and (max-width: 1200px) {
   .news__list {
      gap: 20px;
   }

   .news__list .text {
      padding: 20px;
   }
}

@media screen and (max-width: 767px) {
   .news__list .ttl {
      font-size: 18px;
   }
}

/* -- -- */
.pt-archive {
   padding: 120px 0 180px;
}

.pt-archive .wrap {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 60px 80px;
}

.pt-archive .archive-content {
   width: calc(100% - 360px);
}

.pt-archive .sidebar {
   width: 280px;
}

.pt-archive .list-cate {
   width: 100%;
   text-align: center;
}

.pt-archive .list-cate ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 40px;
}

.pt-archive .list-cate a {
   display: block;
   background-color: #2D3748;
   color: #fff;
   border-radius: 50px;
   padding: 10px 20px;
   opacity: 0.5;
}

.pt-archive .list-cate a.current,
.pt-archive .list-cate a:hover {
   opacity: 1;
}

@media screen and (max-width: 1023px) {
   .pt-archive {
      padding-bottom: 0;
   }

   .pt-archive .wrap {
      flex-direction: column;
      align-items: center;
      gap: 60px;
      max-width: 100%;
      padding: 0;
   }

   .pt-archive .list-cate {
      max-width: 690px;
      margin: 0 auto;
   }

   .pt-archive .list-cate ul {
      gap: 30px;
   }

   .pt-archive .archive-content {
      width: 100%;
      max-width: 690px;
   }

   .pt-archive .sidebar {
      width: 100%;
      background-color: #F7FAFC;
      box-sizing: border-box;
      padding: 60px 20px 160px;
   }
}

@media screen and (max-width: 767px) {
   .pt-archive {
      padding: 80px 0 0;
   }

   .pt-archive .list-cate {
      padding: 0 20px 20px;
      box-sizing: border-box;
   }

   .pt-archive .list-cate li {
      width: calc(50% - 15px);
   }

   .pt-archive .archive-content {
      padding: 0 20px;
      box-sizing: border-box;
   }

   .pt-archive .sidebar {
      padding: 40px 20px 60px;
   }
}

/*=============================================
 * Post Detail
 *=============================================*/
.pt-details {
   padding: 80px 0 180px;
}

.pt-details-kv {
   display: flex;
   align-items: center;
   background-color: #F7FAFC;
   min-height: 214px;
   padding: 20px 0;
}

.pt-details-kv .in {
   max-width: max-content;
   margin: 0 auto;
}

.pt-details-kv .time {
   display: inline-block;
   margin-right: 10px;
}

.pt-details-kv .cat {
   display: inline-block;
   background-color: #1A365D;
   color: #fff;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   border-radius: 20px;
   padding: 0 10px;
}

.pt-details-kv h2 {
   width: 100%;
   font-weight: 700;
   font-size: 48px;
   line-height: 70px;
   padding-top: 10px;
}

.pt-details .wrap {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 60px 80px;
}

.pt-details .pt-details-col {
   width: calc(100% - 360px);
}

.pt-details .sidebar {
   width: 280px;
}

.pt-details-time {
   display: block;
   color: #707070;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   border-bottom: 2px solid #ccc;
   padding: 10px 0;
}

.pt-details-cate {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   font-size: 14px;
   line-height: 20px;
}

.pt-details-cate a {
   display: block;
   min-width: 65px;
   background-color: #F8C625;
   border: 1px solid #24271F;
   border-radius: 2px;
   text-align: center;
   padding: 3px 10px;
}

.pt-details-cate a:hover {
   background-color: #24271F;
   color: #fff;
   opacity: 1;
}

.pt-details-title {
   padding-top: 5px;
}

.pt-details-content {
   font-weight: 400;
   letter-spacing: 0.05em;
   line-height: 28px;
}

.pt-details-content h2 {
   font-weight: 700;
   font-size: 36px;
   letter-spacing: 0;
   line-height: 52px;
   margin: 60px 0 30px;
   padding: 0;
}

.pt-details-content h3 {
   font-weight: 700;
   font-size: 24px;
   line-height: 35px;
   border-left: 6px solid #1A365D;
   margin: 40px 0px 20px;
   padding: 0 0 0 8px;
   box-sizing: border-box;
}

.pt-details-content h4 {
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   border-bottom: 1px solid #1A365D;
   margin-top: 40px;
   margin-bottom: 20px;
   padding-bottom: 8px;
}

.pt-details-content h1:first-child,
.pt-details-content h2:first-child,
.pt-details-content h3:first-child,
.pt-details-content h4:first-child,
.pt-details-content h5:first-child,
.pt-details-content h6:first-child {
   margin-top: 0;
}

.pt-details-content h2+h3,
.pt-details-content h2+h4,
.pt-details-content h3+h4 {
   margin-top: 0;
}

.pt-details-content mark {
   background-color: #FFF6A8;
   color: #333;
}

.pt-details-content strong {
   font-weight: 700;
}

.pt-details-content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

.pt-details-content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

.pt-details-content p img.alignright {
   display: block;
   margin-left: auto;
}

.pt-details-content p img:last-child {
   margin-right: 0;
}

.pt-details-btn {
   display: grid;
   grid-template-columns: 40px auto 40px;
   justify-content: center;
   align-items: center;
   gap: 20px;
   text-align: center;
   padding-top: 120px;
}

.pt-details-btn .back a {
   width: 100%;
}

.pt-details-btn .prev a,
.pt-details-btn .next a {
   display: block;
   width: 40px;
   height: 40px;
   font-size: 0;
}

.pt-details-btn .prev a {
   background: url("../img/common/wp-nav-prev.png") no-repeat center top/cover;
}

.pt-details-btn .next a {
   background: url("../img/common/wp-nav-next.png") no-repeat center top/cover;
}

.pt-details-btn .button a {
   background-color: #3182CE;
}

.pt-details-btn .button a:hover {
   background-color: #2D3748;
}

.pt-details #ez-toc-container {
   min-width: 480px;
   max-width: 100%;
   background-color: #fff;
   border: 2px solid #3182CE;
   border-top: 0;
   margin: 0;
   padding: 0;
   border-radius: 20px;
   overflow: hidden;
}

.pt-details #ez-toc-container .ez-toc-title-container {
   background-color: #3182CE;
   color: #fff;
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0;
   line-height: 30px;
   text-align: center;
   position: relative;
   padding: 13px 20px 12px;
   box-sizing: border-box;
}

.pt-details #ez-toc-container .ez-toc-title {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 2px;
   color: #fff;
   font-size: inherit;
   position: relative;
}

.pt-details #ez-toc-container .ez-toc-title:before {
   content: '';
   width: 16px;
   height: 11px;
   background: url("../img/common/toc-icon.png") no-repeat center top/100% auto;
   display: block;
   position: relative;
   top: 2px;
}

.pt-details #ez-toc-container .ez-toc-title-toggle {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-details #ez-toc-container .ez-toc-title-toggle a {
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   opacity: 0;
}

.pt-details #ez-toc-container nav {
   font-size: 16px;
   line-height: 24px;
}

.pt-details #ez-toc-container nav>ul {
   padding: 40px 50px 60px;
}

.pt-details #ez-toc-container nav a {
   color: inherit;
   font-size: inherit;
}

.pt-details #ez-toc-container nav a:before {
   color: #25271F;
   margin-right: 5px;
}

.pt-details #ez-toc-container nav ul,
.pt-details #ez-toc-container nav li {
   font-size: inherit;
   line-height: inherit;
}

.pt-details #ez-toc-container nav .ez-toc-list li+li {
   padding-top: 20px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>a {
   font-weight: 700;
   color: inherit;
   position: relative;
   padding-left: 0;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>a:after {
   content: '';
   border-width: 6px 0 6px 8px;
   border-color: transparent transparent transparent #000;
   border-style: solid;
   position: absolute;
   top: 6px;
   left: 0;
   display: none;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul {
   padding-top: 10px;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul a {
   font-weight: 500;
   color: inherit;
}

.pt-details #ez-toc-container nav .ez-toc-list>li>ul a:before {
   content: counter(item) ". ";
}

@media screen and (max-width: 1200px) {
   .pt-details-content p img {
      display: block;
      margin: 0 auto 15px;
   }

   .pt-details-content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 1023px) {
   .pt-details {
      padding-bottom: 0;
   }

   .pt-details-kv .time {
      font-size: 18px;
   }

   .pt-details-kv h2 {
      font-size: 32px;
      line-height: 46px;
      padding-top: 20px;
   }

   .pt-details .wrap {
      flex-direction: column;
      align-items: center;
      gap: 60px;
      max-width: 100%;
      padding: 0;
   }

   .pt-details .pt-details-col {
      width: 100%;
      max-width: 690px;
   }

   .pt-details .sidebar {
      width: 100%;
      background-color: #F7FAFC;
      box-sizing: border-box;
      padding: 60px 20px 160px;
   }

   .pt-details #ez-toc-container {
      width: 100%;
      min-width: 100%;
   }

   .pt-details-content h2 {
      font-size: 32px;
      line-height: 46px;
      margin: 40px 0 20px;
   }

   .pt-details-content h3 {
      font-size: 20px;
      line-height: 30px;
      margin: 40px 0 20px;
   }

   .pt-details-content h4 {
      font-size: 18px;
      line-height: 26px;
      margin: 40px 0 20px;
   }
}

@media screen and (max-width: 767px) {
   .pt-details {
      padding: 80px 0 0;
   }

   .pt-details-kv {
      text-align: center;
      min-height: 260px;
   }

   .pt-details-kv .time {
      font-size: 14px;
      line-height: 18px;
   }

   .pt-details-kv .cat {
      font-size: 12px;
      line-height: 17px;
   }

   .pt-details-kv h2 {
      font-size: 24px;
      line-height: 35px;
   }

   .pt-details-col {
      padding: 0 20px;
      box-sizing: border-box;
   }

   .pt-details .sidebar {
      padding: 40px 20px 60px;
   }

   .pt-details-title {
      font-size: 20px;
   }

   .pt-details-content p img {
      display: block;
      margin: 0 auto 15px;
   }

   .pt-details-content p img.alignright {
      margin: 0 auto 15px;
   }

   .pt-details-content p img:last-child {
      margin: 0 auto !important;
   }

   .pt-details-btn {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
      padding-top: 60px;
   }

   .pt-details-btn .button {
      width: 100%;
      order: 3;
   }

   .pt-details #ez-toc-container {
      min-width: 100%;
   }

   .pt-details #ez-toc-container nav>ul {
      padding: 40px 30px;
   }

   .pt-details #ez-toc-container nav a:before {
      margin-right: 5px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>a {
      padding-left: 12px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>a:after {
      top: 4px;
   }

   .pt-details #ez-toc-container nav .ez-toc-list>li>ul {
      margin-left: 28px;
   }
}

.pt-details-gallery {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
   margin: 0 20px;
   padding-top: 30px;
}

.pt-details-gallery .tab-content {
   width: 100%;
}

.pt-details-gallery .tab-content li {
   width: 100%;
   padding-top: 66.6%;
   position: relative;
}

.pt-details-gallery .tab-content li img {
   display: block;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.pt-details-gallery .tab-link {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   width: 100%;
}

.pt-details-gallery .tab-link li {
   width: calc(25% - 8px);
   padding-top: calc(25% - 8px);
   position: relative;
   transition: all 0.2s;
}

.pt-details-gallery .tab-link li:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transition: all 0.2s;
}

.pt-details-gallery .tab-link li img {
   width: 100%;
   height: 100%;
   max-width: inherit;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-details-gallery .tab-link li.active:after {
   opacity: 1;
}

.pt-details-gallery .tab-link li:hover {
   opacity: 0.7;
}

@media screen and (max-width: 767px) {
   .pt-details-gallery {
      margin: 0 10px;
   }
}