@charset "UTF-8";
/* Vendor */
/* Site settings */
/*----------------------------------------
アイコン矢印 (くの字)
----------------------------------------*/
.reflection-img { width: 100%; height: 100%; position: relative; overflow: hidden; }

.reflection { height: 100%; width: 50px; position: absolute; top: -180px; left: 0; background-color: #fff; opacity: 0; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); animation: reflection 1.5s ease-in-out infinite; -webkit-animation: reflection 1.5s ease-in-out infinite; -moz-animation: reflection 1.5s ease-in-out infinite; -ms-animation: reflection 1.5s ease-in-out infinite; -o-animation: reflection 1.5s ease-in-out infinite; display: none; }

@keyframes reflection { 0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; } }
@-webkit-keyframes reflection { 0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; } }
@-moz-keyframes reflection { 0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; } }
@-ms-keyframes reflection { 0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; } }
@-o-keyframes reflection { 0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; } }
/*全中央寄せ*/
/*行揃え(インデント)*/
/*アイコン矢印 (くの字)*/
/*フェードエフェクト*/
.thisfadeon_up { opacity: 0; transform: translateY(10px); transition-duration: 0.5s; transition-delay: .3s; transition-timing-function: cubic-bezier(0, 0.08, 0.1, 1); }
.thisfadeon_up.is-on { opacity: 1; transform: translateY(0); }

/*--------------------------
下層ページフォーマット
---------------------------*/
@media screen and (max-width: 767px) { .service-underpage { padding-bottom: 5rem; } }
.service-underpage img { height: auto; }
.service-underpage *:focus { outline: none; }
.service-underpage .sec-ttl-holder .sec-ttl span.jp { font-size: 1rem; }
@media screen and (max-width: 550px) { .service-underpage .sec-ttl-holder .sec-ttl { flex-direction: column; align-items: flex-start; } }
.service-underpage .slidebox-main { padding: 0 2rem; max-width: calc(90vw + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { .service-underpage .slidebox-main { padding: 0 1rem; } }
@media screen and (max-width: 1200px) { .service-underpage .slidebox-main { padding: 0 2rem; max-width: calc(900px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { .service-underpage .slidebox-main { padding: 0 1rem; } }

.service-underpage .slidebox-main .swiper-main { overflow: hidden; position: relative; }
.service-underpage .slidebox-main .swiper-slide { position: relative; }
.service-underpage .slidebox-main .txt-name { display: block; position: absolute; bottom: 1rem; right: 1rem; z-index: 2; }
.service-underpage .slidebox-main .swiper-pagination { position: relative; top: auto; text-align: left; margin-top: .5rem; }
.service-underpage .slidebox-main .swiper-pagination .swiper-pagination-bullet { width: 88px; height: 2px; background: #666; border-radius: 0; opacity: 1; }
.service-underpage .slidebox-main .swiper-pagination .swiper-pagination-bullet:not(:last-child) { margin-right: .5rem; }
@media screen and (max-width: 767px) { .service-underpage .slidebox-main .swiper-pagination .swiper-pagination-bullet { width: 40px; } }
.service-underpage .slidebox-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ffff00; }
.service-underpage .service-sec-ttl { text-align: center; display: flex; flex-direction: column; color: #ffff00; margin-bottom: 5rem; }
@media screen and (max-width: 580px) { .service-underpage .service-sec-ttl { margin-bottom: 2rem; } }
.service-underpage .service-sec-ttl span:nth-of-type(1) { order: 2; font-size: 1.2rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; }
.service-underpage .service-sec-ttl span:nth-of-type(2) { order: 1; font-size: 3rem; font-weight: 500; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; display: block; margin-bottom: .5rem; }
.service-underpage #thispage-lead { padding: 8rem 2rem 9rem; }
@media screen and (max-width: 580px) { .service-underpage #thispage-lead { padding: 3rem 2rem 4rem; } }
.service-underpage #thispage-lead section { text-align: center; }
.service-underpage #thispage-lead section h3 { font-size: 3rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; margin-bottom: 2rem; }
@media screen and (max-width: 580px) { .service-underpage #thispage-lead section h3 { font-size: 2rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; }
  .service-underpage #thispage-lead section h3 br { display: none; } }
.service-underpage #thispage-lead section p { font-size: 1.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.7; max-width: 560px; margin: 0 auto; }
@media screen and (max-width: 1500px) { .service-underpage #thispage-lead section p { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.7; } }
@media screen and (max-width: 414px) { .service-underpage #thispage-lead section p br { display: none; } }
.service-underpage #points { padding-bottom: 9rem; }
@media screen and (max-width: 580px) { .service-underpage #points { padding-bottom: 3.5rem; } }
.service-underpage #points .wrap { padding: 0 2rem; max-width: calc(80vw + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { .service-underpage #points .wrap { padding: 0 1rem; } }
@media screen and (max-width: 1200px) { .service-underpage #points .wrap { padding: 0 2rem; max-width: calc(650px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { .service-underpage #points .wrap { padding: 0 1rem; } }

.service-underpage #points ul li { padding: 3.5rem 3.5rem 3.5rem 5rem; border-bottom: 1px dotted rgba(255, 255, 0, 0.5); }
.service-underpage #points ul li:first-child { padding-top: 0; }
.service-underpage #points ul li:last-child { border-bottom: none; }
@media screen and (max-width: 580px) { .service-underpage #points ul li { padding: 2rem 0 2rem 0; } }
.service-underpage #points ul li section { display: flex; align-items: center; }
@media screen and (max-width: 1200px) { .service-underpage #points ul li section { align-items: flex-start; } }
.service-underpage #points ul li .txt { order: 2; flex: 1; display: flex; align-items: center; }
@media screen and (max-width: 1200px) { .service-underpage #points ul li .txt { flex-direction: column; align-items: flex-start; } }
.service-underpage #points ul li .txt h3 { width: 400px; margin-right: 3rem; padding-right: 2rem; border-right: 1px solid rgba(255, 255, 0, 0.5); font-size: 2.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; }
@media screen and (max-width: 1200px) { .service-underpage #points ul li .txt h3 { width: auto; margin: 0 0 1.5rem 0; padding: 0; border: none; } }
@media screen and (max-width: 580px) { .service-underpage #points ul li .txt h3 { font-size: 1.8rem; font-weight: 700; letter-spacing: 0; line-height: 1.4; }
  .service-underpage #points ul li .txt h3 br { display: none; } }
.service-underpage #points ul li .txt h3 span { color: #ffff00; }
.service-underpage #points ul li .txt p { flex: 1; font-size: 1.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; }
@media screen and (max-width: 1500px) { .service-underpage #points ul li .txt p { font-size: 1.3rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; } }
.service-underpage #points ul li .point { order: 1; width: 190px; }
@media screen and (max-width: 580px) { .service-underpage #points ul li .point { width: 90px; } }
.service-underpage #points ul li .point .point1 { width: 139px; }
@media screen and (max-width: 580px) { .service-underpage #points ul li .point .point1 { width: 59px; } }
.service-underpage #points ul li .point .point2 { width: 154px; }
@media screen and (max-width: 580px) { .service-underpage #points ul li .point .point2 { width: 74px; } }
.service-underpage #points ul li .point .point3 { width: 152px; }
@media screen and (max-width: 580px) { .service-underpage #points ul li .point .point3 { width: 72px; } }
.service-underpage #case { margin-bottom: 10rem; }
@media screen and (max-width: 580px) { .service-underpage #case { margin-bottom: 5rem; } }
.service-underpage #case .wrap { padding: 0 2rem; max-width: calc(80vw + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { .service-underpage #case .wrap { padding: 0 1rem; } }
@media screen and (max-width: 1200px) { .service-underpage #case .wrap { padding: 0 2rem; max-width: calc(750px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { .service-underpage #case .wrap { padding: 0 1rem; } }

.service-underpage #case ul li.case-list { padding-bottom: 6rem; border-bottom: 1px solid rgba(255, 255, 0, 0.5); }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list { padding-bottom: 4rem; } }
.service-underpage #case ul li.case-list:not(:last-child) { margin-bottom: 6rem; }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list:not(:last-child) { margin-bottom: 4rem; } }
.service-underpage #case ul li.case-list > section { display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list > section { flex-direction: column; align-items: stretch; } }
.service-underpage #case ul li.case-list .txt { flex: 1; margin-left: 4vw; order: 3; margin-bottom: 5rem; }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list .txt { order: 2; margin-left: 0; padding: 0 3rem; display: flex; justify-content: space-between; } }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt { padding: 0; flex-direction: column; margin-bottom: 3rem; } }
.service-underpage #case ul li.case-list .txt .holder-l { display: flex; flex-direction: column; margin-bottom: 2rem; }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list .txt .holder-l { width: auto; flex: 1; margin-bottom: 0; } }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list .txt .holder-r { width: 250px; margin-left: 2rem; } }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt .holder-r { width: 100%; margin: 1.5rem 0 0; } }
.service-underpage #case ul li.case-list .txt .holder-r h4 { font-size: 1.5rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.4; color: #ffff00; margin-bottom: .5rem; }
@media screen and (max-width: 1500px) { .service-underpage #case ul li.case-list .txt .holder-r h4 { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.4; } }
.service-underpage #case ul li.case-list .txt .holder-r h4:before { content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 8px; border-color: transparent transparent transparent #ffff00; margin-right: .5rem; }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt .holder-r h4:before { width: 0; height: 0; border-style: solid; border-width: 6px 4px 0 4px; border-color: #ffff00 transparent transparent transparent; position: relative; top: -2px; } }
.service-underpage #case ul li.case-list .txt .holder-r p { font-size: 1.5rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.5; }
@media screen and (max-width: 1500px) { .service-underpage #case ul li.case-list .txt .holder-r p { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.5; } }
.service-underpage #case ul li.case-list .txt .holder-r section:nth-of-type(1) { margin-bottom: 1.5rem; }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list .txt .holder-r section:nth-of-type(1) { margin-bottom: 3.5rem; } }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt .holder-r section:nth-of-type(1) { margin-bottom: 1.5rem; } }
.service-underpage #case ul li.case-list .txt h3 { order: 2; display: flex; flex-direction: column; margin-bottom: 3rem; text-align: left; }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list .txt h3 { margin-bottom: 5rem; } }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt h3 { margin-bottom: 2.5rem; } }
.service-underpage #case ul li.case-list .txt h3 span:nth-of-type(1) { order: 2; font-size: 3.2rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; }
@media screen and (max-width: 768px) { .service-underpage #case ul li.case-list .txt h3 span:nth-of-type(1) { font-size: 3rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; } }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt h3 span:nth-of-type(1) { font-size: 2rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; } }
.service-underpage #case ul li.case-list .txt h3 span:nth-of-type(2) { order: 1; font-size: 2rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; margin: 0 0 .5rem; }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt h3 span:nth-of-type(2) { font-size: 1.6rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; } }
.service-underpage #case ul li.case-list .txt h3.non-venue { margin-bottom: 3rem; order: 2; }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt h3.non-venue { margin-bottom: 1.5rem; } }
.service-underpage #case ul li.case-list .txt .non-venue-txt { order: 3; }
.service-underpage #case ul li.case-list .txt .non-venue-txt p { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.4; }
.service-underpage #case ul li.case-list .txt .non-venue-txt p:not(:last-child) { margin-bottom: 1rem; }
.service-underpage #case ul li.case-list .txt .venue-info { order: 3; }
.service-underpage #case ul li.case-list .txt .venue-info p { font-size: 1.5rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.4; display: flex; }
@media screen and (max-width: 1500px) { .service-underpage #case ul li.case-list .txt .venue-info p { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.05rem; line-height: 1.4; } }
.service-underpage #case ul li.case-list .txt .venue-info p:not(:last-child) { margin-bottom: .5rem; }
.service-underpage #case ul li.case-list .txt .venue-info p span:nth-of-type(1) { width: 85px; color: #ffff00; }
@media screen and (max-width: 1500px) { .service-underpage #case ul li.case-list .txt .venue-info p span:nth-of-type(1) { width: 70px; } }
.service-underpage #case ul li.case-list .txt .venue-info p span:nth-of-type(1):after { content: "："; }
.service-underpage #case ul li.case-list .txt .venue-info p span:nth-of-type(1):before { content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 8px; border-color: transparent transparent transparent #ffff00; margin-right: .5rem; }
.service-underpage #case ul li.case-list .txt .venue-info p span:nth-of-type(2) { flex: 1; text-align: left; }
.service-underpage #case ul li.case-list .txt p.case-num { order: 1; margin: 0 0 .5rem 0; }
@media screen and (max-width: 1200px) { .service-underpage #case ul li.case-list .txt p.case-num { margin: 0 0 .5rem 0; } }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt p.case-num { margin: 0 0 .5rem 0; } }
.service-underpage #case ul li.case-list .txt p.case-num.case1 { width: 80px; }
.service-underpage #case ul li.case-list .txt p.case-num.case2 { width: 92px; }
.service-underpage #case ul li.case-list .txt p.case-num.case3 { width: 90px; }
.service-underpage #case ul li.case-list .txt p.case-num.case4 { width: 89px; }
@media screen and (max-width: 580px) { .service-underpage #case ul li.case-list .txt p.case-num.case1 { width: 70px; }
  .service-underpage #case ul li.case-list .txt p.case-num.case2 { width: 82px; }
  .service-underpage #case ul li.case-list .txt p.case-num.case3 { width: 80px; }
  .service-underpage #case ul li.case-list .txt p.case-num.case4 { width: 79px; } }
.service-underpage #case .slidebox-sub { width: 40vw; max-width: 680px; order: 2; position: relative; }
@media screen and (max-width: 1200px) { .service-underpage #case .slidebox-sub { order: 3; width: 100%; max-width: 100%; } }
.service-underpage #case .slidebox-sub.nonslide { border: 1px solid rgba(255, 255, 255, 0.2); }
.service-underpage #case .slidebox-sub .swiper-sub1, .service-underpage #case .slidebox-sub .swiper-sub2 { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.2); }
.service-underpage #case .slidebox-sub .swiper-slide { position: relative; }
.service-underpage #case .slidebox-sub .txt-re, .service-underpage #case .slidebox-sub .txt-hy, .service-underpage #case .slidebox-sub .txt-onl { display: block; position: absolute; bottom: 1rem; right: 1rem; }
.service-underpage #case .slidebox-sub .txt-re { width: 140px; }
@media screen and (max-width: 767px) { .service-underpage #case .slidebox-sub .txt-re { width: 100px; } }
@media screen and (max-width: 414px) { .service-underpage #case .slidebox-sub .txt-re { width: 70px; } }
.service-underpage #case .slidebox-sub .txt-hy { width: 138px; }
@media screen and (max-width: 767px) { .service-underpage #case .slidebox-sub .txt-hy { width: 100px; } }
@media screen and (max-width: 414px) { .service-underpage #case .slidebox-sub .txt-hy { width: 70px; } }
.service-underpage #case .slidebox-sub .txt-onl { width: 166px; }
@media screen and (max-width: 767px) { .service-underpage #case .slidebox-sub .txt-onl { width: 120px; } }
@media screen and (max-width: 414px) { .service-underpage #case .slidebox-sub .txt-onl { width: 80px; } }
.service-underpage #case .slidebox-sub .swiper-pagination { position: relative; top: auto; text-align: left; margin-top: .5rem; }
.service-underpage #case .slidebox-sub .swiper-pagination .swiper-pagination-bullet { width: 54px; height: 2px; background: #666; border-radius: 0; opacity: 1; }
.service-underpage #case .slidebox-sub .swiper-pagination .swiper-pagination-bullet:not(:last-child) { margin-right: .5rem; }
@media screen and (max-width: 767px) { .service-underpage #case .slidebox-sub .swiper-pagination .swiper-pagination-bullet { width: 40px; } }
.service-underpage #case .slidebox-sub .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ffff00; }
.service-underpage #faq { margin-bottom: 9rem; }
@media screen and (max-width: 580px) { .service-underpage #faq { margin-bottom: 5rem; } }
.service-underpage #faq .wrap { padding: 0 2rem; max-width: calc(80vw + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { .service-underpage #faq .wrap { padding: 0 1rem; } }
@media screen and (max-width: 1200px) { .service-underpage #faq .wrap { padding: 0 2rem; max-width: calc(690px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { .service-underpage #faq .wrap { padding: 0 1rem; } }

.service-underpage #faq .faqbox .ac-box .ac-list li { text-align: left; border-bottom: 1px solid #484848; }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder { display: flex; justify-content: space-between; align-items: center; transition: all .3s; padding: 1rem 2rem 1.2rem; border-bottom: 1px dotted rgba(72, 72, 72, 0); }
@media screen and (max-width: 767px) { .service-underpage #faq .faqbox .ac-box .ac-list li .question-holder { padding: 1.5rem 1rem 1.7rem 0.5rem; } }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder:hover { cursor: pointer; }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder h3 { flex: 1; font-size: 1.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; opacity: 1; transition: all .3s; }
@media screen and (max-width: 1500px) { .service-underpage #faq .faqbox .ac-box .ac-list li .question-holder h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; } }
@media screen and (max-width: 767px) { .service-underpage #faq .faqbox .ac-box .ac-list li .question-holder h3 { margin-left: 2.3rem; text-indent: -2.3rem; } }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder h3:before { content: "Q."; padding-right: 1.5rem; font-family: "Oswald", sans-serif; font-size: 2rem; font-weight: 500; letter-spacing: 0; line-height: 1; position: relative; top: 2px; }
@media screen and (max-width: 767px) { .service-underpage #faq .faqbox .ac-box .ac-list li .question-holder h3:before { padding-right: 0.8rem; font-size: 2rem; top: 1px; } }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder .ac-icon { border-bottom: solid 1px #fff; border-right: solid 1px #fff; width: 8px; height: 8px; transform: rotate(45deg); display: block; opacity: 1; transition: all .3s; }
@media screen and (max-width: 767px) { .service-underpage #faq .faqbox .ac-box .ac-list li .question-holder .ac-icon { margin-left: 1.5rem; } }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder.newactive { border-bottom: 1px dotted #484848; }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder.newactive h3 { opacity: 0.5; }
.service-underpage #faq .faqbox .ac-box .ac-list li .question-holder.newactive .ac-icon { transform-origin: center; transform: rotate(225deg); opacity: 0.5; }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder { display: none; padding: 2rem 4rem 2.5rem 2rem; font-size: 1.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; color: #ffff00; }
@media screen and (max-width: 1500px) { .service-underpage #faq .faqbox .ac-box .ac-list .answer-holder { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; } }
@media screen and (max-width: 767px) { .service-underpage #faq .faqbox .ac-box .ac-list .answer-holder { padding: 1.5rem 0 1.7rem 0.5rem; } }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box { display: flex; }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box:before { content: "A."; padding-right: 1.5rem; font-family: "Oswald", sans-serif; font-size: 2rem; font-weight: 500; letter-spacing: 0; line-height: 1; position: relative; top: -3px; }
@media screen and (max-width: 767px) { .service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box:before { padding-right: 0.8rem; top: -1px; } }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box p span.mini { font-size: 1.3rem; }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box p:not(:last-child) { margin-bottom: 1.8rem; }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box p a { color: #ffff00; text-decoration: underline; font-weight: 500; }
.service-underpage #faq .faqbox .ac-box .ac-list .answer-holder .box p a:hover { opacity: 0.7; }
.service-underpage #why { margin-bottom: 10rem; }
@media screen and (max-width: 580px) { .service-underpage #why { margin-bottom: 4rem; } }
.service-underpage #why .wrap { padding: 0 2rem; max-width: calc(90vw + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { .service-underpage #why .wrap { padding: 0 1rem; } }
@media screen and (max-width: 1200px) { .service-underpage #why .wrap { padding: 0 2rem; max-width: calc(980px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { .service-underpage #why .wrap { padding: 0 1rem; } }

.service-underpage #why .slider-box { position: relative; background: #e6e6e6; max-width: 100%; margin: 0 auto; padding: 4rem; }
@media screen and (max-width: 1200px) { .service-underpage #why .slider-box { max-width: 900px; } }
@media screen and (max-width: 414px) { .service-underpage #why .slider-box { padding: 2.5rem; } }
.service-underpage #why .swiper-pagination-why { position: absolute; width: 116px; height: 116px; display: block; border-radius: 50%; background: #000; top: -58px; right: -58px; bottom: auto; left: auto; font-size: 3rem; font-weight: 400; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; color: #ffff00; z-index: 2; }
@media screen and (max-width: 580px) { .service-underpage #why .swiper-pagination-why { width: 100px; height: 100px; top: -56px; right: -54px; font-size: 2.1rem; } }
.service-underpage #why .swiper-pagination-why .swiper-pagination-current { position: absolute; top: 33px; left: 20px; }
@media screen and (max-width: 580px) { .service-underpage #why .swiper-pagination-why .swiper-pagination-current { top: 36px; left: 20px; } }
.service-underpage #why .swiper-pagination-why .swiper-pagination-total { position: absolute; top: 64px; left: 47px; }
@media screen and (max-width: 580px) { .service-underpage #why .swiper-pagination-why .swiper-pagination-total { top: 59px; left: 39px; } }
.service-underpage #why .swiper-pagination-why:after { content: ""; display: inline-block; width: 54px; height: 1px; background: #ffff00; transform: rotate(-53deg); transform-origin: center; position: relative; top: 36px; left: 14px; }
@media screen and (max-width: 580px) { .service-underpage #why .swiper-pagination-why:after { width: 42px; top: 40px; left: 14px; } }
.service-underpage #why .swiper-button-prev, .service-underpage #why .swiper-button-next { position: absolute; z-index: 2; background: #e6e6e6; width: 54px; height: 54px; border-radius: 50%; }
@media screen and (max-width: 414px) { .service-underpage #why .swiper-button-prev, .service-underpage #why .swiper-button-next { top: 45%; width: 30px; height: 30px; } }
.service-underpage #why .swiper-button-prev { left: -28px; }
@media screen and (max-width: 768px) { .service-underpage #why .swiper-button-prev { left: -19px; } }
@media screen and (max-width: 414px) { .service-underpage #why .swiper-button-prev { left: -9px; } }
.service-underpage #why .swiper-button-prev:after { content: ""; display: block; border-bottom: solid 2px #b4b4b4; border-left: solid 2px #b4b4b4; width: 22px; height: 22px; border-radius: 0 0 0 0; transform: rotate(45deg); transform-origin: center; position: absolute; top: 15px; left: 20px; }
@media screen and (max-width: 414px) { .service-underpage #why .swiper-button-prev:after { border-bottom: solid 2px #b4b4b4; border-left: solid 2px #b4b4b4; width: 13px; height: 13px; border-radius: 0 0 0 0; transform: rotate(45deg); top: 9px; left: 11px; } }
.service-underpage #why .swiper-button-next { right: -28px; }
@media screen and (max-width: 768px) { .service-underpage #why .swiper-button-next { right: -15px; } }
@media screen and (max-width: 414px) { .service-underpage #why .swiper-button-next { right: -9px; } }
.service-underpage #why .swiper-button-next:after { content: ""; display: block; border-top: solid 2px #b4b4b4; border-right: solid 2px #b4b4b4; width: 22px; height: 22px; border-radius: 0 0 0 0; transform: rotate(45deg); transform-origin: center; position: absolute; top: 15px; left: 10px; }
@media screen and (max-width: 414px) { .service-underpage #why .swiper-button-next:after { border-top: solid 2px #b4b4b4; border-right: solid 2px #b4b4b4; width: 13px; height: 13px; border-radius: 0 0 0 0; transform: rotate(45deg); top: 9px; left: 7px; } }
.service-underpage #why .slider-why { overflow: hidden; }
.service-underpage #why .slider-why .swiper-slide { display: flex; }
@media screen and (max-width: 768px) { .service-underpage #why .slider-why .swiper-slide { flex-direction: column; } }
.service-underpage #why .slider-why .swiper-slide .txt { order: 2; flex: 1; display: flex; flex-direction: column; color: #000; }
.service-underpage #why .slider-why .swiper-slide .txt h3 { order: 2; font-size: 2.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; margin: 1.5rem 0 1rem; }
@media screen and (max-width: 580px) { .service-underpage #why .slider-why .swiper-slide .txt h3 { font-size: 2rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; margin: 1rem 0 1rem; } }
.service-underpage #why .slider-why .swiper-slide .txt h3 + p { order: 3; font-size: 1.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.6; margin-bottom: 2rem; }
@media screen and (max-width: 1500px) { .service-underpage #why .slider-why .swiper-slide .txt h3 + p { font-size: 1.3rem; font-weight: 700; letter-spacing: 0; line-height: 1.6; } }
.service-underpage #why .slider-why .swiper-slide .txt ul { order: 4; border-top: 1px dotted #787878; border-bottom: 1px dotted #787878; padding: 1.2rem 0; }
.service-underpage #why .slider-why .swiper-slide .txt ul li:not(:last-child) { margin-bottom: .5rem; }
.service-underpage #why .slider-why .swiper-slide .txt ul li p { font-size: 1.3rem; font-weight: 700; letter-spacing: 0; line-height: 1.7; margin-left: 0.9rem; text-indent: -0.9rem; }
@media screen and (max-width: 580px) { .service-underpage #why .slider-why .swiper-slide .txt ul li p br { display: none; } }
.service-underpage #why .slider-why .swiper-slide .txt ul li p:before { content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 9px; border-color: transparent transparent transparent #000; }
.service-underpage #why .slider-why .swiper-slide .txt .number { order: 1; font-size: 2rem; font-weight: 400; letter-spacing: 0; line-height: 1.2; font-family: "Oswald", sans-serif; color: #bebebe; }
@media screen and (max-width: 580px) { .service-underpage #why .slider-why .swiper-slide .txt .number { font-size: 1.7rem; font-weight: 400; letter-spacing: 0; line-height: 1.2; } }
.service-underpage #why .slider-why .swiper-slide .image { order: 1; width: 440px; margin-right: 3rem; }
@media screen and (max-width: 930px) { .service-underpage #why .slider-why .swiper-slide .image { width: 300px; } }
@media screen and (max-width: 768px) { .service-underpage #why .slider-why .swiper-slide .image { width: 100%; max-width: 520px; margin: 0 auto 1.5rem; } }

/*--------------------------
DOWNLOAD/CONTACT リンク改修版(202403)
---------------------------*/
#conversion-box2 { background: url(../img/service_new/common/ft_bg2.webp); background-size: cover; padding: 6.5rem 0 4.5rem; }
@media screen and (max-width: 767px) { #conversion-box2 { padding: 4rem 0; } }
#conversion-box2 .wrap { padding: 0 2rem; max-width: calc(900px + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { #conversion-box2 .wrap { padding: 0 1rem; } }
#conversion-box2 .holder { background: rgba(0, 0, 0, 0.5); border: 1px solid #ccc; padding: 2rem 6.5rem; }
@media screen and (max-width: 930px) { #conversion-box2 .holder { padding: 2rem 4.5rem; } }
@media screen and (max-width: 767px) { #conversion-box2 .holder { padding: 2rem 2rem 2.5rem; } }
#conversion-box2 .box-dl { position: relative; }
#conversion-box2 .box-dl a { display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl a { flex-direction: column; } }
#conversion-box2 .box-dl:before { content: ""; background: url(../img/service_new/common/txt_whitepaper.webp); background-size: cover; width: 204px; height: 70px; display: block; top: -4.5rem; left: -4.5rem; position: absolute; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl:before { width: 146px; height: 50px; top: -3rem; left: -.5rem; } }
#conversion-box2 .box-dl .image { width: 234px; margin-right: 5.5rem; border: 1px solid #808080; filter: drop-shadow(5px 4px 3px rgba(0, 0, 0, 0.6)); }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .image { margin: 0 auto 1rem; } }
#conversion-box2 .box-dl .image.non-border { border: none; }
#conversion-box2 .box-dl .txt { flex: 1; }
#conversion-box2 .box-dl .txt p:nth-of-type(1) { font-size: 3.2rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; text-align: center; display: block; border-bottom: 1px solid #ccc; padding-bottom: 1.2rem; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .txt p:nth-of-type(1) { font-size: 2.5rem; padding-bottom: 1rem; } }
#conversion-box2 .box-dl .txt p:nth-of-type(2) { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; text-align: center; margin: 1rem 0 1.5rem; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .txt p:nth-of-type(2) { margin: 1rem 0 2rem; } }
#conversion-box2 .box-dl .txt p:nth-of-type(3) { width: 250px; height: 37px; border-radius: 18.5px; background: #ffff00; display: flex; align-items: center; justify-content: center; margin: 0 auto; position: relative; transition: all .25s ease-out; z-index: 2; overflow: hidden; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .txt p:nth-of-type(3) { transition: unset; } }
#conversion-box2 .box-dl .txt p:nth-of-type(3) span { font-size: 1.8rem; font-weight: 700; letter-spacing: 0; line-height: 1; color: #000; display: flex; align-items: center; transition: all .25s ease-out; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .txt p:nth-of-type(3) span { transition: unset; } }
#conversion-box2 .box-dl .txt p:nth-of-type(3) span:before { content: ""; background: url(../img/service_new/svg/ic_dl.svg); background-size: cover; width: 15px; height: 16px; display: inline-block; margin-right: 1.5rem; transition: all .25s ease-out; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .txt p:nth-of-type(3) span:before { transition: unset; } }
#conversion-box2 .box-dl .txt p:nth-of-type(3):after { width: 0%; height: 100%; background: #000; content: ""; position: absolute; top: 0; left: 0; transition: all .25s ease-out; z-index: -1; border-radius: 0px; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl .txt p:nth-of-type(3):after { transition: unset; } }
#conversion-box2 .box-dl:hover { cursor: pointer; }
#conversion-box2 .box-dl:hover .txt p:nth-of-type(3) span { color: #fff; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl:hover .txt p:nth-of-type(3) span { color: #000; } }
#conversion-box2 .box-dl:hover .txt p:nth-of-type(3) span:before { background: url(../img/service_new/svg/ic_dl_w.svg); }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl:hover .txt p:nth-of-type(3) span:before { background: url(../img/service_new/svg/ic_dl.svg); } }
#conversion-box2 .box-dl:hover .txt p:nth-of-type(3):after { width: 100%; }
@media screen and (max-width: 767px) { #conversion-box2 .box-dl:hover .txt p:nth-of-type(3):after { width: 0; } }
#conversion-box2 .box-tels { margin-top: 2rem; }
#conversion-box2 .box-tels .s-txt { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; text-align: center; margin-bottom: 1.5rem; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .s-txt { margin-bottom: 1rem; } }
@media screen and (max-width: 414px) { #conversion-box2 .box-tels .s-txt br { display: none; } }
#conversion-box2 .box-tels .cbox { display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox { flex-direction: column; } }
#conversion-box2 .box-tels .cbox .cbox_tel { font-family: "Oswald", sans-serif; color: #ffff00; font-size: 3.6rem; font-weight: 400; letter-spacing: 0; line-height: 1.5; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_tel { margin-bottom: 2rem; } }
@media screen and (max-width: 414px) { #conversion-box2 .box-tels .cbox .cbox_tel { font-size: 3.2rem; } }
#conversion-box2 .box-tels .cbox .cbox_tel a { display: flex; align-items: center; transition: all .25s ease-out; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_tel a { transition: unset; } }
#conversion-box2 .box-tels .cbox .cbox_tel a:before { content: ""; background: url(../img/service_new/svg/ic_tel_y.svg); background-size: cover; width: 17px; height: 30px; display: inline-block; margin-right: 1rem; position: relative; top: 1px; }
@media screen and (max-width: 414px) { #conversion-box2 .box-tels .cbox .cbox_tel a:before { width: 14px; height: 25px; top: 2px; margin-right: .7rem; } }
#conversion-box2 .box-tels .cbox .cbox_tel a:hover { opacity: .7; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_tel a:hover { opacity: 1; } }
#conversion-box2 .box-tels .cbox .line { width: 1px; height: 45px; background: #ccc; display: block; transform: rotate(20deg); margin: 0 4rem 0 3.5rem; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .line { display: none; margin: 0; } }
#conversion-box2 .box-tels .cbox .cbox_btn { width: 250px; height: 37px; border-radius: 18.5px; background: #ffff00; display: flex; align-items: center; justify-content: center; position: relative; transition: all .25s ease-out; z-index: 2; overflow: hidden; }
#conversion-box2 .box-tels .cbox .cbox_btn span { font-size: 1.8rem; font-weight: 700; letter-spacing: 0; line-height: 1; color: #000; display: flex; align-items: center; transition: all .25s ease-out; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_btn span { transition: unset; } }
#conversion-box2 .box-tels .cbox .cbox_btn span:before { content: ""; background: url(../img/service_new/svg/ic_mail.svg); background-size: cover; width: 23px; height: 18px; display: inline-block; margin-right: 1.5rem; transition: all .25s ease-out; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_btn span:before { transition: unset; } }
#conversion-box2 .box-tels .cbox .cbox_btn:after { width: 0%; height: 100%; background: #000; content: ""; position: absolute; top: 0; left: 0; transition: all .25s ease-out; z-index: -1; border-radius: 0px; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_btn:after { transition: unset; } }
#conversion-box2 .box-tels .cbox .cbox_btn:hover span { color: #fff; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_btn:hover span { color: #000; } }
#conversion-box2 .box-tels .cbox .cbox_btn:hover span:before { background: url(../img/service_new/svg/ic_mail_w.svg); }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_btn:hover span:before { background: url(../img/service_new/svg/ic_mail.svg); } }
#conversion-box2 .box-tels .cbox .cbox_btn:hover:after { background: #000; width: 100%; }
@media screen and (max-width: 767px) { #conversion-box2 .box-tels .cbox .cbox_btn:hover:after { width: 0; } }

/*--------------------------
DOWNLOAD/CONTACT リンク
---------------------------*/
#conversion-box { background: url(../img/service_new/ft_bg_underpage.jpg); background-size: cover; padding: 5rem 0 4rem; }
@media screen and (max-width: 767px) { #conversion-box { padding: 4rem 0; } }
#conversion-box .wrap { padding: 0 2rem; max-width: calc(800px + 4rem); margin: 0 auto; display: flex; justify-content: center; }
@media screen and (max-width: 768px) { #conversion-box .wrap { padding: 0 1rem; } }
@media screen and (max-width: 767px) { #conversion-box .wrap { flex-direction: column; } }
#conversion-box .wrap .line { background: #ffff00; width: 1px; height: auto; display: block; margin: 0 7rem; }
@media screen and (max-width: 930px) { #conversion-box .wrap .line { margin: 0 4rem; } }
@media screen and (max-width: 767px) { #conversion-box .wrap .line { width: 100%; height: 1px; margin: 3rem auto; } }
#conversion-box .wrap .holder { text-align: center; }
#conversion-box .wrap .holder .s-txt { font-size: 1.3rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; }
#conversion-box .wrap .holder .s-txt + p span { font-size: 2.5rem; font-weight: 700; letter-spacing: 0; line-height: 1.6; margin: .5rem 0 2rem; display: block; }
@media screen and (max-width: 767px) { #conversion-box .wrap .holder .s-txt + p span { font-size: 2rem; font-weight: 700; letter-spacing: 0; line-height: 1.6; margin: .5rem 0 1.5rem; } }
#conversion-box .wrap .holder .s-txt + p a { font-size: 3rem; font-weight: 400; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; display: block; margin: 1rem 0 2.5rem; }
@media screen and (max-width: 767px) { #conversion-box .wrap .holder .s-txt + p a { font-size: 2.5rem; font-weight: 400; letter-spacing: 0.1rem; line-height: 1; margin: 1rem 0 2rem; } }
#conversion-box .wrap .holder .s-txt + p a:before { content: ""; background: url(../img/service_new/svg/ic-tel.svg); width: 14px; height: 25px; display: inline-block; margin-right: .5rem; }
@media screen and (max-width: 767px) { #conversion-box .wrap .holder .s-txt + p a:before { width: 10.5px; height: 19px; } }
#conversion-box .wrap .holder .btn { width: 256px; margin: 0 auto; }
#conversion-box .wrap .holder .btn a { color: #000; background: #ffff00; width: 100%; height: 64px; display: flex; justify-content: center; align-items: center; border-radius: 32px; padding-bottom: .5rem; position: relative; transition: all .25s ease-out; z-index: 2; overflow: hidden; }
@media screen and (max-width: 767px) { #conversion-box .wrap .holder .btn a { height: 54px; border-radius: 27px; } }
#conversion-box .wrap .holder .btn a:after { width: 0%; height: 100%; background: #000; content: ""; position: absolute; top: 0; left: 0; transition: all .25s ease-out; z-index: -1; border-radius: 0px; }
#conversion-box .wrap .holder .btn a:hover { background: #000; color: #fff; }
#conversion-box .wrap .holder .btn a:hover:after { background: #000; width: 100%; }
#conversion-box .wrap .holder .btn a span:nth-of-type(1) { font-size: 1rem; font-weight: 700; letter-spacing: 0; line-height: 1; }
#conversion-box .wrap .holder .btn a span:nth-of-type(2) { font-size: 2.8rem; font-weight: 500; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; display: block; }
@media screen and (max-width: 767px) { #conversion-box .wrap .holder .btn a span:nth-of-type(2) { font-size: 2.4rem; font-weight: 500; letter-spacing: 0; line-height: 1; } }

/*--------------------------
サービスページ遷移スライダー
---------------------------*/
#service-lineup { width: 100%; position: relative; padding: 10rem 0 0; }
@media screen and (max-width: 580px) { #service-lineup { padding: 4rem 0 2rem; } }
#service-lineup .splide__slide a { display: flex; flex-direction: column; text-align: center; }
#service-lineup .splide__slide a p { order: 2; display: flex; flex-direction: column; }
#service-lineup .splide__slide a p span:nth-of-type(1) { order: 2; font-size: 1.2rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
@media screen and (max-width: 580px) { #service-lineup .splide__slide a p span:nth-of-type(1) { font-size: 1rem; } }
#service-lineup .splide__slide a p span:nth-of-type(2) { order: 1; font-size: 2.3rem; font-weight: 500; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; margin: 1rem 0 .5rem; }
@media screen and (max-width: 580px) { #service-lineup .splide__slide a p span:nth-of-type(2) { font-size: 2.2rem; } }
@media screen and (max-width: 580px) { #service-lineup .splide__slide a p span:nth-of-type(2) { font-size: 1.9rem; margin: 1rem 0 .5rem; } }
#service-lineup .splide__slide a .image { order: 1; }
#service-lineup .splide__slide a:hover { transform: scale(1.03); }

/*--------------------------
LCへのリンク
---------------------------*/
#lclink { padding: 10rem 0 0; }
@media screen and (max-width: 930px) { #lclink { padding: 8rem 0 0; } }
@media screen and (max-width: 580px) { #lclink { padding: 4rem 0 2rem; } }
#lclink .wrap { padding: 0 2rem; max-width: calc(1258px + 4rem); margin: 0 auto; }
@media screen and (max-width: 768px) { #lclink .wrap { padding: 0 1rem; } }
@media screen and (max-width: 1402px) { #lclink .wrap { padding: 0 2rem; max-width: calc(90vw + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1402px) and (max-width: 768px) { #lclink .wrap { padding: 0 1rem; } }

@media screen and (max-width: 1200px) { #lclink .wrap { padding: 0 2rem; max-width: calc(810px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { #lclink .wrap { padding: 0 1rem; } }

#lclink a { display: flex; align-items: center; }
@media screen and (max-width: 580px) { #lclink a { flex-direction: column; } }
#lclink a:hover .txt .btn { transform: translateX(10px); }
@media screen and (max-width: 580px) { #lclink a:hover .txt .btn { transform: translateX(0); } }
#lclink a:hover .image { filter: brightness(150%); }
#lclink .txt { order: 2; flex: 1; }
#lclink .txt h3 { font-size: 5.3rem; font-weight: 500; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; }
@media screen and (max-width: 930px) { #lclink .txt h3 { font-size: 4rem; font-weight: 500; letter-spacing: 0; line-height: 1; } }
@media screen and (max-width: 580px) { #lclink .txt h3 { font-size: 3rem; } }
#lclink .txt p { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.6; margin: 2rem 0; }
@media screen and (max-width: 580px) { #lclink .txt p { margin: 1.5rem 0; } }
#lclink .txt .btn { width: 106px; transition: all .3s; }
@media screen and (max-width: 580px) { #lclink .txt .btn { width: 96px; } }
#lclink .image { order: 1; width: 420px; margin-right: 6rem; transition: all .3s; }
@media screen and (max-width: 930px) { #lclink .image { width: 300px; margin-right: 3rem; } }
@media screen and (max-width: 580px) { #lclink .image { width: 100%; max-width: 520px; margin: 0 auto 2rem; } }

/*--------------------------
PRODUCE FLOW/ABOUT GP リンク
---------------------------*/
#other-contents { padding: 9rem 0 7rem; }
@media screen and (max-width: 580px) { #other-contents { padding: 4rem 0 2rem; } }
#other-contents .wrap { padding: 0 2rem; max-width: calc(90vw + 4rem); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
@media screen and (max-width: 768px) { #other-contents .wrap { padding: 0 1rem; } }
@media screen and (max-width: 1400px) { #other-contents .wrap { align-items: flex-start; } }
@media screen and (max-width: 1200px) { #other-contents .wrap { padding: 0 2rem; max-width: calc(810px + 4rem); margin: 0 auto; } }
@media screen and (max-width: 1200px) and (max-width: 768px) { #other-contents .wrap { padding: 0 1rem; } }

#other-contents h2 { font-size: 1.2rem; font-weight: 400; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; color: #ffff00; margin-bottom: 5rem; min-width: 1260px; }
@media screen and (max-width: 1400px) { #other-contents h2 { min-width: auto; } }
@media screen and (max-width: 580px) { #other-contents h2 { margin-bottom: 2.5rem; } }
#other-contents ul li:nth-of-type(1) { margin-bottom: 10rem; }
@media screen and (max-width: 930px) { #other-contents ul li:nth-of-type(1) { margin-bottom: 7rem; } }
@media screen and (max-width: 580px) { #other-contents ul li:nth-of-type(1) { margin-bottom: 4rem; } }
#other-contents ul li a { display: flex; align-items: center; }
@media screen and (max-width: 580px) { #other-contents ul li a { flex-direction: column; } }
#other-contents ul li a:hover .txt .btn { transform: translateX(10px); }
@media screen and (max-width: 580px) { #other-contents ul li a:hover .txt .btn { transform: translateX(0); } }
#other-contents ul li a:hover .image { filter: brightness(150%); }
#other-contents ul li .txt { order: 2; flex: 1; }
#other-contents ul li .txt h3 { font-size: 5.3rem; font-weight: 500; letter-spacing: 0; line-height: 1; font-family: "Oswald", sans-serif; }
@media screen and (max-width: 930px) { #other-contents ul li .txt h3 { font-size: 4rem; font-weight: 500; letter-spacing: 0; line-height: 1; } }
@media screen and (max-width: 580px) { #other-contents ul li .txt h3 { font-size: 3rem; } }
#other-contents ul li .txt p { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; line-height: 1.6; margin: 2rem 0; }
@media screen and (max-width: 580px) { #other-contents ul li .txt p { margin: 1.5rem 0; } }
#other-contents ul li .txt .btn { width: 106px; transition: all .3s; }
@media screen and (max-width: 580px) { #other-contents ul li .txt .btn { width: 96px; } }
#other-contents ul li .image { order: 1; width: 420px; margin-right: 6rem; transition: all .3s; }
@media screen and (max-width: 930px) { #other-contents ul li .image { width: 300px; margin-right: 3rem; } }
@media screen and (max-width: 580px) { #other-contents ul li .image { width: 100%; max-width: 520px; margin: 0 auto 2rem; } }

/*--------------------------
BURUボタン
---------------------------*/
#buru-contact { position: fixed; top: 27vw; right: -65px; width: 60px; z-index: 2; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
@media screen and (max-width: 767px) { #buru-contact { display: none; } }
#buru-contact a { width: 60px; position: relative; display: block; }
#buru-contact a .buru { position: absolute; width: 60px; height: 88px; top: 0; left: 0; z-index: 3; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
#buru-contact a .backbtn { position: absolute; top: 76px; left: 0; width: 60px; height: 168px; background: #ffff00; border-radius: 15px 0 0 15px; z-index: 1; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
#buru-contact a p { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; color: #000; font-weight: bold; position: relative; top: 100px; left: 14px; z-index: 3; line-height: 1.3; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
#buru-contact a .arrow { position: absolute; top: 222px; left: 22px; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 12px; border-color: transparent transparent transparent #000000; z-index: 3; opacity: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
#buru-contact a:hover .buru { top: -10px; }
#buru-contact a:hover .backbtn { top: 66px; height: 178px; }
#buru-contact a:hover p { top: 90px; }
#buru-contact a:hover .arrow { left: 26px; opacity: 1; }
#buru-contact.fixed { right: 0; }
#buru-contact.fixed.fixed-off { right: -65px; }

#buru-contact-sp { margin-top: 9rem; display: none; padding: 0 1rem; }
@media screen and (max-width: 767px) { #buru-contact-sp { display: block; } }
#buru-contact-sp a { position: relative; background: #ffff00; color: #000; font-weight: bold; width: 100%; padding: 2rem 0; border-radius: 10px; text-align: center; display: block; font-size: 1.5rem; letter-spacing: -.1rem; max-width: 300px; margin: 0 auto; }
#buru-contact-sp a .buru { position: absolute; width: 60px; height: 88px; top: -77px; left: 0; right: 0; margin: 0 auto; z-index: 2; }
#buru-contact-sp a .arrow { width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 8px; border-color: transparent transparent transparent #000000; z-index: 2; display: inline-block; vertical-align: middle; margin-left: .5rem; }
