@charset "UTF-8";
/* common
-------------------------------------------- */
.section__inr{
  margin-inline: auto;
}
.section__heading{
  padding-top: 8rem;
}
.section__heading-jp img{
  margin-inline: 1rem;
  vertical-align: middle;
}
.section__heading-en{
  text-transform: uppercase;
}
.section__heading-secondary {
    font-weight: bold;
    font-size: 1.8rem;
    border-left: 8px solid #D61518;
    padding: 6px 0 6px 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.inner {
  max-width: 1160px;
  width: calc(100% - 48px);
  margin-inline: auto;
  box-sizing: border-box;
}

.inner__full{
  background-color: #FCF8F7;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
.section__inr-btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
}
.section__inr-btn.btn{
  padding: 10px 16px 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
  }
  .section__heading-jp img{
    margin-inline: .5rem;
    height: 2rem;
  }
}
.flexbox {
    display: flex;
}
.marker {
    background: #fff772;
    display: inline;
    font-style: normal;
}
.section__heading-secondary {
    font-weight: bold;
    font-size: 1.8rem;
    border-left: 8px solid #D61518;
    padding: 6px 0 6px 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.has-arrow{
  position: relative;
}
.has-arrow:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin-inline: .5rem;
  border: 0.1em solid currentColor;
  box-sizing: border-box;
}
.has-arrow.arrow-down:after{
  color: #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.marker{
  font-weight: 600;
}
/* accordion
-------------------------------------------- */
.accordion {
  position: relative;
}
.accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: auto;
  padding: 2rem 2.4rem 2rem;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
  transition: all .2s;
  z-index: 2;
}
.accordion-btn::after {
  content: "もっと見る";
}
.accordion-btn:hover {
  color: #D61518;
}
.accordion-text {
  overflow: hidden;
  position: relative;
}
.accordion-text.is-hide {
  height: 200px;
}
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 60%, rgba(255,255,255,.9) 80%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 60%, rgba(255,255,255,.9) 80%, #fff 100%);
  bottom: 0;
  content: "";
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.accordion-btn.is-show {
  bottom: 0;
}
.accordion-btn.is-show::after {
  content: "閉じる";
}
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/* mv
-------------------------------------------- */
.mv{
  padding-block: 3rem;
}
@media screen and (min-width: 769px) {
  .mv{
    background:url(/images/contact-marketing/bg-mv.png) center / cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .mv{
    background:url(/images/contact-marketing/bg-mv-sp.png) center left / cover no-repeat;
  }
}
.mv h1.inner{
  position: relative;
  width: 80rem;
}
.mv h1 img{
  margin-inline: auto;
  display: block;
  margin-bottom: 3rem;
}
.mv .inner.date{
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  border-block: 1px solid;
  color: #fff;
  padding-block: 1rem;
}
.mv .inner.date p{
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.3rem,3vw,2rem);
}
@media screen and (max-width: 768px) {
  .mv .inner:not(.date){
    width: calc(100% - 48px);
  }
}

.mv .mv-badge{
  background-color:#fff624;
  width: 13vw;
  max-width: 11rem;
  height: 13vw;
  max-height: 11rem;
  border-radius: 100%;
  position: absolute;
  right: 4.5rem;
  top: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #111F7A;
  font-weight: bold;
  font-size: clamp(0.7rem, 2.2vw, 1.8rem);
}
.mv .mv-badge .year{
  font-size: 0.7em;
  margin-bottom: clamp(0.1rem, 0.5vw, 0.5rem);
}
@media screen and (max-width: 768px) {
  .mv .mv-badge{
    right: 2vw;
    top: 8vw;
  }
}

/* intro
-------------------------------------------- */
.intro{
  margin-bottom: 3rem;
}
.intro .section__inr{
  margin-bottom: 0;
  padding-bottom: 0;
}
.intro h3{
  position: relative;
  padding: 3rem 0;
  text-align: center;
}
.intro h3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #AEAEAE;
    top: 50%;
    z-index: -1;
}
.intro h3:before{
  left:0;
}
.intro h3 span{
    font-size: clamp(1.6rem,4.5vw,2.8rem);
    font-weight: 600;
    background: #fff;
    padding: 0 0 0 1%;
    display: inline-block;
    line-height: 1.6;
}
/* CTA
-------------------------------------------- */
.cta__bar{
  padding: 2.4rem 0 3rem;
  box-sizing: border-box;
}
.cta__bar .inner > p{
  margin-bottom: clamp(4rem,4vw,5rem);
  text-align: center;
  font-size: clamp(1.5rem,4vw,1.8rem);
}
.cta__item_wrap{
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.cta__item_wrap .lead{
  margin-bottom: 3rem;
}
.cta__item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 8rem;
}
.cta__item .baloon{
    position: absolute;
    top: -2rem;
    border: 2px solid;
    font-size: clamp(1.3rem,3vw,1.4rem);
    padding: .6rem clamp(1.4rem,3vw,2rem) 0.8rem;
    line-height: 1;
    background: #fff;
    color: initial;
    border-radius: 100px;
}
.cta__item .baloon:before{
  content: '';
  width: 20px;
  height:20px;
  display: inline-block;
  background: url(/images/icon/icon-baloon.svg) no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
.cta__item.cta__contact .baloon{
  color: #D61518;
}
.cta__item .item-icon{
  margin-right: 1rem;
}
.cta__item.cta__contact .item-icon{
  height: 20px;
}
.cta__contact{
  background-color:#D61518;
}
@media screen and (max-width: 768px) {
  .cta__bar .inner{
    flex-direction: column;
    gap: 1rem;
  }
  .cta__item{
    font-size: 1.8rem;
    font-weight: 500;
    padding:.3rem 2rem 0.5rem;
    height: 7rem;
  }
}
/* program
-------------------------------------------- */
.program{
  margin-bottom: 4rem;
}
.program_item .cont{
  border:#BDBDBD 1px solid;
  padding:clamp(1.4rem,3vw,2.4rem);
  border-radius: 0.4rem;
}
.program_item .cont.accordion{
  padding-bottom: 3rem;
}
.program_item .cont.accordion:has(.is-show){
  padding-bottom: 5rem;
}
.program_item:not(:last-child){
  margin-bottom: 2.4rem;
}
.program_item .section__list-item.exclude:before{
  content: "×";
  width: initial;
  height: initial;
  background: none;
  top: 0;
  color: #BDBDBD;
  left: 0;
}
.schedule .flexbox{
  flex-wrap: nowrap;
  gap: clamp(1.2rem,3vw,2rem);
}
.schedule > .flexbox:not(:last-child){
    background-image: linear-gradient(to right, #AEAEAE 1px, transparent 1px);
    background-size: 2.5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;  
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.schedule .ttl{
  flex:2;
  min-width: 90px;
  position: relative;
}
.schedule .ttl p{
  font-size: clamp(1.2rem,3vw,1.4rem);
}
.schedule .flexbox:first-child .ttl:before{
  height: calc(100% + 1rem);
  top: 1rem;
}
.schedule .flexbox:last-child .ttl:before{
  height: 5rem;
  top: -4rem;
}
.schedule .ttl:before{
  content: '';
  height: calc(100% + 4rem);
  width: 0.3rem;
  background-color: #E6E6E6;
  position: absolute;
  right: 0.35rem;
  bottom: -2rem;
}
.schedule .ttl:after{
  content: '';
  border:0.2rem solid #ccc;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top:1rem;
  background-color: #fff;
  border-radius: 100%;
}
.schedule .desc{
  flex:8;
}
.schedule .time{
  color: #148CDC;
}
@media screen and (max-width: 414px) {
  .schedule .ttl:after{
    top: 0.5rem;
  }
}
/* features
-------------------------------------------- */
.features{
  margin-bottom: 2rem;
}
.features .features_items{
  counter-reset: features_num;
  gap: 2rem;
  margin-bottom: 2rem;
}
.features_item{
  background-color: #FCF8F7;
  padding: 2.4rem;
  width:calc(100% / 3);
}
.features_item .ttl{
  text-align: center;
  font-size: clamp(1.6rem,3vw,1.8rem);
  color: #D61518;
  font-weight: bold;
  margin-bottom: 2.4rem;
  line-height: 1.8;
}
.features_item .ttl:before{
    counter-increment: features_num;
    content: '特徴その'counter(features_num);
    display: block;
    margin-inline: auto;
    background-color: #D61518;
    border-radius: 0.3rem;
    font-size: 1.4rem;
    color: #fff;
    max-width: 9rem;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .features .features_items{
    flex-direction: column;
  }
  .features_item{
    width: 100%;
  }
}
/* q&a
-------------------------------------------- */
.qa__wrap {
  margin-bottom: 56px;
}
.section__inr.qa__inr {
    padding: 0 5% 2rem;
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}

.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}

.qa__box:last-child {
  margin: 0 auto;
}

.qa__question {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
@media screen and (max-width: 1024px) {
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}
.qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
}

.qa__answer {
  padding: 24px 56px 32px;
}
@media screen and (max-width: 1024px) {
  .qa__answer {
    padding: 16px 5% 24px;
  }
}
.qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

.qa__answer-note {
  margin-top: 16px;
}

.qa__answer-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.qa__answer-link:hover {
  color: #D61518;
}

.qa__answer__inr-bg {
  background: #FCF8F7;
  max-width: 1048px;
  padding: 24px 40px;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__inr-bg {
    padding: 16px 5%;
    margin: 16px 0;
  }
}

.qa__answer__list-title {
  font-size: 1.6rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-title {
    font-size: 1.4rem;
  }
}

.qa__answer__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.qa__answer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item {
    margin-bottom: 4px;
  }
}
.qa__answer__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item::before {
    width: 8px;
    height: 8px;
  }
}
.qa__wrap-note {
  margin-top: 16px;
}

/* process
-------------------------------------------- */
.process{
  margin-bottom: 3rem;
}
.process_items{
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: clamp(1rem,4vw,2.4rem) clamp(1.4rem,4vw,5.8rem);
  counter-reset: process_steps;
  margin-bottom: 2rem;
}
.process_item{
    padding-block: 2.4rem;
    position: relative;
    padding-left:clamp(9rem,4vw,10rem);
}
.process_item:not(:last-child){
  background-image : linear-gradient(to right, #AEAEAE 1px, transparent 1px);
  background-size: 2.5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.process_item:not(:last-child):before{
  content: '';
    display: block;
    height: 100%;
    width: 0.5rem;
    background-color: #E6E6E6;
    display: block;
    position: absolute;
    left: 3rem;
}
.process_item .ttl{
    font-weight: bold;
    font-size: clamp(1.6rem,4vw,1.8rem);
    margin-bottom: 1.5rem;
    position: relative;
}
.process_item .ttl:after{
    counter-increment: process_steps;
    content: 'step 'counter(process_steps, decimal-leading-zero);
    text-transform: uppercase;
    position: absolute;
    left: clamp(-9rem, 4vw, -10rem);
    top: 0;
    background-color: #D61518;
    color: #fff;
    width: 7rem;
    border-radius: 0.3rem;
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
}
.process_item .emphasis{
    font-style: normal;
    color: #D61518;
    background-color: #F7EAE8;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, 3vw, 1.4rem);
}
.process_item .txt{
    font-size: clamp(1.3rem, 3vw, 1.4rem);
}
/* contact
-------------------------------------------- */
.contact{
  padding-top: 0;
}
.contact__note p{
  font-size: 1.4rem;
}
.contact__note {
  margin: 0 auto 40px;
  max-width: 1160px;
  padding: 0 56px;
}
@media screen and (max-width: 1024px) {
  .contact__note {
    margin: 0 auto 24px;
    width: 100%;
    padding: 0 5%;
  }
}
.contact__note a {
  display: inline-block;
  color: #D61518;
  text-decoration: underline;
}
.contact__note-item {
    padding-left: 2rem;
    position: relative;
}
.contact__note-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .contact__note-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contact__note-item:before {
    content: '※';
    position: absolute;
    left: 0;
}
.contact__note-item br.sp{
  display: none;
}
.contact__note-item span{
  display: inline-block;
}
@media screen and (max-width: 414px) {
  .contact__note-item br.sp{
    display: block;
  }
}