@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
/* ------------------------------------------------------------
	color
------------------------------------------------------------ */
/* ------------------------------------------------------------
	common
------------------------------------------------------------ */
/* CTAボタン */
.c-main-btn--cta--bln-madori::after {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 170%;
  max-width: 200px;
  height: 65px;
  background: url(/assets/img/madori/bln_cta.png) center/contain no-repeat;
  background: url(/assets/img/madori/bln_cta.webp) center/contain no-repeat;
  margin: 0;
}
@media (max-width: 768px) {
  .c-main-btn--cta--bln-madori::after {
    top: -34px;
    max-width: 170px;
    height: 55px;
  }
}

/* Amazonギフト券CTAコンテンツ */
.p-madori__cta-gift {
  background: #ffffff;
  padding: clamp(25px, 20.1851851852px + 1.2345679012vw, 35px) 0 clamp(20px, 17.5925925926px + 0.6172839506vw, 25px);
  position: relative;
  margin-bottom: clamp(40px, 35.1851851852px + 1.2345679012vw, 50px);
}
.p-madori__cta-gift::before {
  content: "";
  background: url(/assets/img/madori/cta_ttl_pic_pc.png) center/contain no-repeat;
  background: url(/assets/img/madori/cta_ttl_pic_pc.webp) center/contain no-repeat;
  width: 160px;
  height: 151px;
  position: absolute;
  bottom: 0;
  right: 12px;
}
@media (max-width: 768px) {
  .p-madori__cta-gift::before {
    display: none;
  }
}
.p-madori__cta-gift .gift-desc {
  padding-inline: clamp(15px, -6.6666666667px + 5.5555555556vw, 60px);
}
.p-madori__cta-gift .note-wrap {
  padding-inline: clamp(15px, -6.6666666667px + 5.5555555556vw, 60px);
}
@media (max-width: 768px) {
  .p-madori__cta-gift .note-wrap {
    padding-inline: 0;
    display: flex;
    justify-content: space-between;
    padding-inline-start: clamp(15px, -6.6666666667px + 5.5555555556vw, 60px);
  }
}
@media (max-width: 440px) {
  .p-madori__cta-gift .note-wrap {
    align-items: flex-end;
  }
}
.p-madori__cta-gift .note-wrap .note {
  list-style: disc;
  list-style-position: outside;
  padding-inline-start: 20px;
  margin-top: clamp(8px, 4.1481481481px + 0.987654321vw, 16px);
  width: calc(100% - 172px);
}
@media (max-width: 768px) {
  .p-madori__cta-gift .note-wrap .note {
    width: calc(84% - clamp(15px, -6.6666666667px + 5.5555555556vw, 60px));
  }
}
@media (max-width: 440px) {
  .p-madori__cta-gift .note-wrap .note {
    width: 52%;
    padding-inline-start: 5%;
  }
}
.p-madori__cta-gift .note-wrap .note li {
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
  line-height: 1.6;
}
.p-madori__cta-gift .note-wrap figure {
  display: none;
}
@media (max-width: 768px) {
  .p-madori__cta-gift .note-wrap figure {
    display: block;
    width: 20%;
  }
}
@media (max-width: 440px) {
  .p-madori__cta-gift .note-wrap figure {
    width: 48%;
  }
}

/* ------------------------------------------------------------
	contents
------------------------------------------------------------ */
.mv {
  background: url(/assets/img/madori/mv_bg.jpg) center/cover no-repeat;
  background: url(/assets/img/madori/mv_bg.webp) center/cover no-repeat;
  padding-bottom: clamp(40px, 30.3703703704px + 2.4691358025vw, 60px);
}
.mv .mv__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: clamp(40px, 20.7407407407px + 4.9382716049vw, 80px);
  margin-bottom: clamp(40px, 30.3703703704px + 2.4691358025vw, 60px);
}
@media (max-width: 768px) {
  .mv .mv__main {
    flex-direction: column;
  }
}
.mv .mv__main .main-ttl {
  text-shadow: 0 0 28px #152439, 0 0 28px #152439, 0 0 28px #152439;
}
.mv .mv__main .main-ttl p {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: left;
  margin-bottom: clamp(16px, 11.6666666667px + 1.1111111111vw, 25px);
}
@media (max-width: 768px) {
  .mv .mv__main .main-ttl p {
    text-align: center;
  }
}
.mv .mv__main .main-ttl h2 {
  font-size: clamp(32px, 28.1481481481px + 0.987654321vw, 40px);
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .mv .mv__main .main-ttl h2 {
    text-align: center;
  }
}
.mv .mv__main .step-list {
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 5.5555555556px + 0.3703703704vw, 10px);
}
@media (max-width: 768px) {
  .mv .mv__main .step-list {
    width: 100%;
  }
}
.mv .mv__main .step-list .list-item dl {
  position: relative;
}
.mv .mv__main .step-list .list-item dl dt {
  width: 80px;
  height: 80px;
  border-radius: 100vmax;
  background: #2f4a71;
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .mv .mv__main .step-list .list-item dl dt {
    width: 60px;
    height: 60px;
    left: 0;
  }
}
@media (max-width: 440px) {
  .mv .mv__main .step-list .list-item dl dt {
    width: 50px;
    height: 50px;
  }
}
.mv .mv__main .step-list .list-item dl dt p {
  text-align: center;
  color: #ffffff;
  font-size: clamp(11px, 7.6296296296px + 0.8641975309vw, 18px);
  margin-bottom: -7px;
}
@media (max-width: 440px) {
  .mv .mv__main .step-list .list-item dl dt p {
    margin-bottom: -5px;
  }
}
.mv .mv__main .step-list .list-item dl dt p small {
  display: block;
  line-height: 1.2;
}
.mv .mv__main .step-list .list-item dl dt p em {
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.01em;
}
.mv .mv__main .step-list .list-item dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  padding: clamp(27px, 23.1481481481px + 0.987654321vw, 35px) clamp(100px, 71.1111111111px + 7.4074074074vw, 160px) clamp(27px, 23.1481481481px + 0.987654321vw, 35px) clamp(36px, 24.4444444444px + 2.962962963vw, 60px);
  position: relative;
}
@media (max-width: 768px) {
  .mv .mv__main .step-list .list-item dl dd {
    width: calc(100% - 30px);
    left: 30px;
  }
}
@media (max-width: 440px) {
  .mv .mv__main .step-list .list-item dl dd {
    width: calc(100% - 25px);
    left: 25px;
  }
}
.mv .mv__main .step-list .list-item dl dd p {
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  color: #2f4a71;
  line-height: 1.4;
}
.mv .mv__main .step-list .list-item dl dd i {
  width: clamp(70px, 61.3333333333px + 2.2222222222vw, 88px);
  position: absolute;
  top: 50%;
  right: clamp(13px, 9.6296296296px + 0.8641975309vw, 20px);
  transform: translateY(-50%) scale(1.1);
  transform-origin: center;
}
.mv .mv__main .step-list .arw-item {
  display: block;
  width: 21px;
  height: 11px;
  background: #2f4a71;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
}
.mv .p-madori__cta-gift {
  background: rgba(255, 255, 255, 0.9);
}

.lead {
  background: #f1f0ea;
  padding: clamp(40px, 25.5555555556px + 3.7037037037vw, 70px) 0 clamp(50px, 40.3703703704px + 2.4691358025vw, 70px);
}
.lead .lead__ttl h3 {
  font-size: clamp(20px, 17.1111111111px + 0.7407407407vw, 26px);
  line-height: 1.6;
  text-align: center;
  color: #2f4a71;
  margin-bottom: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px);
}
.lead .lead__ttl p {
  font-size: clamp(15px, 13.5555555556px + 0.3703703704vw, 18px);
  line-height: 1.3;
  text-align: center;
}
.lead .lead__ttl p i {
  display: block;
  width: 21px;
  height: 11px;
  background: #2f4a71;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 15px auto 0;
}
.lead ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 7.7777777778px + 1.8518518519vw, 30px);
  margin-top: clamp(24px, 21.1111111111px + 0.7407407407vw, 30px);
}
@media (max-width: 768px) {
  .lead ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lead ul li {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: clamp(20px, 15.1851851852px + 1.2345679012vw, 30px) 0 clamp(15px, 7.7777777778px + 1.8518518519vw, 30px);
}
.lead ul li dl dt {
  font-size: clamp(12px, 10.0740740741px + 0.4938271605vw, 16px);
  text-align: center;
  color: #2f4a71;
  line-height: 1.7;
  margin-bottom: clamp(15px, 12.5925925926px + 0.6172839506vw, 20px);
}
.lead ul li dl dd {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .lead ul li dl dd {
    padding: 0;
  }
}

.cta01 {
  background: #0f2e53;
  padding: clamp(50px, 40.3703703704px + 2.4691358025vw, 70px) 0;
}

.cta02 {
  background: #0f2e53;
  padding: 98px 0;
}
@media (max-width: 960px) {
  .cta02 {
    padding: 0 0 50px;
  }
}
.cta02 .cta02__inner {
  display: flex;
  align-items: center;
  gap: clamp(30px, 15.5555555556px + 3.7037037037vw, 60px);
}
@media (max-width: 960px) {
  .cta02 .cta02__inner {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.cta02 .cta02__inner .desc {
  width: calc(100% - 60px);
}
@media (max-width: 960px) {
  .cta02 .cta02__inner .desc {
    width: 100%;
    order: 1;
  }
}
.cta02 .cta02__inner .desc h5 {
  font-size: clamp(20px, 17.1111111111px + 0.7407407407vw, 26px);
  text-align: center;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: clamp(25px, 17.7777777778px + 1.8518518519vw, 40px);
}
@media (min-width: 961px) {
  .cta02 .cta02__inner .desc .p-madori__cta-gift {
    padding: 20px 30px 25px 30px;
  }
}
@media (min-width: 961px) {
  .cta02 .cta02__inner .desc .p-madori__cta-gift::before {
    display: none;
  }
}
@media (min-width: 961px) {
  .cta02 .cta02__inner .desc .p-madori__cta-gift .gift-desc {
    padding-inline: 0;
  }
}
@media (min-width: 961px) {
  .cta02 .cta02__inner .desc .p-madori__cta-gift .note-wrap {
    padding-inline: 0;
  }
}
@media (min-width: 961px) {
  .cta02 .cta02__inner .desc .p-madori__cta-gift .note-wrap .note {
    width: 100%;
  }
}
.cta02 .cta02__inner .pic {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 960px) {
  .cta02 .cta02__inner .pic {
    order: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.sec05 {
  background: #2f4a71;
  padding: 80px 0;
}
@media (max-width: 440px) {
  .sec05 {
    padding: 150px 0;
  }
}
.sec05 .u-inner {
  display: grid;
  place-content: center;
  text-align: center;
}
.sec05 .u-inner img {
  width: min(100%, 250px);
}

/* ------------------------------------------------------------
	移管前部分 スライダーコンテンツ
------------------------------------------------------------ */
.about__slider .slider-thumbnail .swiper-slide > img,
.about__slider .slider .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.about {
  background: #f1f0ea;
  padding: 12rem 0;
}

@media print, screen and (max-width: 960px) {
  .about {
    padding: 40px 0 0;
  }
}
.about__ttl {
  font-size: 3.4rem;
  letter-spacing: 0.01em;
  line-height: 1.2647058824;
  text-align: left;
  color: #2f4a71;
  margin-bottom: clamp(30px, 20.3703703704px + 2.4691358025vw, 50px);
}

@media print, screen and (max-width: 767px) {
  .about__ttl {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
.about__sec:not(:last-of-type) {
  padding-bottom: 50px;
}

.about__sec:last-of-type {
  border-top: 1px solid #2f4a71;
  padding-top: clamp(30px, 20.3703703704px + 2.4691358025vw, 50px);
}

@media print, screen and (max-width: 960px) {
  .about__sec:not(:last-of-type) {
    padding-bottom: 0;
  }
}
.about__sub {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.about__sub .sub {
  font-weight: bold;
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  text-align: left;
  color: #2f4a71;
}

.about__txt {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: left;
  margin: 0 0 3em 0;
}

@media print, screen and (max-width: 960px) {
  .about__txt {
    margin: 0 0 2em 0;
  }
}
.about__img {
  padding: 0 3.8rem 0 0;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (max-width: 960px) {
  .about__img {
    padding: 0;
    display: block;
  }
}
.about__slider {
  width: 72rem;
}

@media print, screen and (max-width: 960px) {
  .about__slider {
    width: 100%;
  }
}
.about__slider .slider-wrap {
  position: relative;
}

.about__slider .slider {
  margin: 0 auto 1.6rem;
  width: 80%;
}

.about__slider .swiper-button-prev,
.about__slider .swiper-button-next {
  width: 8.2rem;
  height: 4.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (max-width: 960px) {
  .about__slider .swiper-button-prev,
  .about__slider .swiper-button-next {
    width: 4.1rem;
    height: 2.4rem;
  }
}
.about__slider .swiper-button-prev::before,
.about__slider .swiper-button-prev::after,
.about__slider .swiper-button-next::before,
.about__slider .swiper-button-next::after {
  content: none;
}

.about__slider .swiper-button-prev {
  -webkit-mask-image: url("/assets/img/madori/arw_prev.svg");
          mask-image: url("/assets/img/madori/arw_prev.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #2f4a71;
  left: -4.1rem;
}

@media print, screen and (max-width: 960px) {
  .about__slider .swiper-button-prev {
    left: -1rem;
  }
}
.about__slider .swiper-button-next {
  -webkit-mask-image: url("/assets/img/madori/arw_next.svg");
          mask-image: url("/assets/img/madori/arw_next.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #2f4a71;
  right: -4.1rem;
}

@media print, screen and (max-width: 960px) {
  .about__slider .swiper-button-next {
    right: -1rem;
  }
}
.about__slider .slider-thumbnail .swiper-wrapper {
  gap: 0 calc((100% - 68.8rem) / 4);
}

@media print, screen and (max-width: 767px) {
  .about__slider .slider-thumbnail .swiper-wrapper {
    gap: 0 calc((100% - 28.8rem) / 4);
  }
}
.about__slider .slider-thumbnail .swiper-slide {
  width: 17.2rem !important;
  background: #ffffff;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .about__slider .slider-thumbnail .swiper-slide {
    width: 7.2rem !important;
  }
}
.about__slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #0F2E53;
}

.about__slider .slider-thumbnail .swiper-slide:hover {
  cursor: pointer;
}

.about__fig {
  width: 40rem;
}

@media print, screen and (max-width: 960px) {
  .about__fig {
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=madori.css.map */