@charset "UTF-8";
body, div, header, main, footer, p, h1, h2, h3, h4, h5, h6, ul, li, a, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #2F2A28;
  font-family: "Noto Sans JP", sans-serif;
}

html, body {
  -webkit-font-smoothing: antialiased;
}

body,
img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, li {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.c-bge {
  color: #F0E8DE;
}

.c-pnk {
  color: #EF3D66;
}

.c-pkl {
  color: #ed90c3;
}

.c-lime {
  color: #8DC63F;
}

.c-grn {
  color: #00969B;
}

.c-blue {
  color: #0099B3;
}

.c-red {
  color: #E60012;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.td-ul {
  text-decoration: underline;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.woff2") format("woff2");
}
/* pc sp
--------------------------------- */
.dp-pc {
  display: block;
}

.dp-sp {
  display: none;
}

.dp-pc-ib {
  display: inline-block;
}

.dp-pc-im {
  display: block !important;
}

.dp-sp-im {
  display: none !important;
}

@media (max-width: 767px) {
  .dp-pc {
    display: none;
  }
  .dp-pc-ib {
    display: none;
  }
  .dp-sp {
    display: block;
  }
  .dp-pc-im {
    display: none !important;
  }
  .dp-sp-im {
    display: block !important;
  }
}
.dp-n {
  display: none;
}

.dp-n-im {
  display: none !important;
}

/*-----------------------------------
 フェードインアニメ
-----------------------------------*/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ■ font size */
.fz-11 {
  font-size: 1.125em !important;
}

.fz-13 {
  font-size: 1.3em !important;
}

.fz-15 {
  font-size: 1.5em !important;
}

.fz-20 {
  font-size: 2em !important;
}

.mlr-a {
  margin-left: auto;
  margin-right: auto;
}

.fw-300-im {
  font-weight: 300 !important;
}

.fw-400-im {
  font-weight: 400 !important;
}

.fw-500-im {
  font-weight: 500 !important;
}

.fw-700-im {
  font-weight: 700 !important;
}

/* ■ margin-top */
.mt0 {
  margin-top: 0;
}

.mt2 {
  margin-top: 0.2rem;
}

.mt3 {
  margin-top: 0.3rem;
}

.mt4 {
  margin-top: 0.4rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt6 {
  margin-top: 0.6rem;
}

.mt8 {
  margin-top: 0.8rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt12 {
  margin-top: 1.2rem;
}

.mt14 {
  margin-top: 1.4rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt16 {
  margin-top: 1.6rem;
}

.mt18 {
  margin-top: 1.8rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt35 {
  margin-top: 3.5rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt75 {
  margin-top: 7.5rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt85 {
  margin-top: 8.5rem;
}

.mt90 {
  margin-top: 9rem;
}

/* ■ margin-bottom */
.mb0 {
  margin-bottom: 0;
}

.mb2 {
  margin-bottom: 0.2rem;
}

.mb3 {
  margin-bottom: 0.3rem;
}

.mb4 {
  margin-bottom: 0.4rem;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.mb6 {
  margin-bottom: 0.6rem;
}

.mb8 {
  margin-bottom: 0.8rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb12 {
  margin-bottom: 1.2rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb16 {
  margin-bottom: 1.6rem;
}

.mb18 {
  margin-bottom: 1.8rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb35 {
  margin-bottom: 3.5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb55 {
  margin-bottom: 5.5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

/* ■ margin-top */
.mt0-im {
  margin-top: 0 !important;
}

.mt2-im {
  margin-top: 0.2rem !important;
}

.mt3-im {
  margin-top: 0.3rem !important;
}

.mt4-im {
  margin-top: 0.4rem !important;
}

.mt5-im {
  margin-top: 0.5rem !important;
}

.mt6-im {
  margin-top: 0.6rem !important;
}

.mt8-im {
  margin-top: 0.8rem !important;
}

.mt10-im {
  margin-top: 1rem !important;
}

.mt12-im {
  margin-top: 1.2rem !important;
}

.mt14-im {
  margin-top: 1.4rem !important;
}

.mt15-im {
  margin-top: 1.5rem !important;
}

.mt16-im {
  margin-top: 1.6rem !important;
}

.mt18-im {
  margin-top: 1.8rem !important;
}

.mt20-im {
  margin-top: 2rem !important;
}

.mt25-im {
  margin-top: 2.5rem !important;
}

.mt30-im {
  margin-top: 3rem !important;
}

.mt35-im {
  margin-top: 3.5rem !important;
}

.mt40-im {
  margin-top: 4rem !important;
}

.mt45-im {
  margin-top: 4.5rem !important;
}

.mt50-im {
  margin-top: 5rem !important;
}

.mt55-im {
  margin-top: 5.5rem !important;
}

.mt60-im {
  margin-top: 6rem !important;
}

.mt65-im {
  margin-top: 6.5rem !important;
}

.mt70-im {
  margin-top: 7rem !important;
}

.mt75-im {
  margin-top: 7.5rem !important;
}

.mt80-im {
  margin-top: 8rem !important;
}

.mt85-im {
  margin-top: 8.5rem !important;
}

.mt90-im {
  margin-top: 9rem !important;
}

/* ■ margin-bottom */
.mb0-im {
  margin-bottom: 0 !important;
}

.mb2-im {
  margin-bottom: 0.2rem !important;
}

.mb3-im {
  margin-bottom: 0.3rem !important;
}

.mb4-im {
  margin-bottom: 0.4rem !important;
}

.mb5-im {
  margin-bottom: 0.5rem !important;
}

.mb6-im {
  margin-bottom: 0.6rem !important;
}

.mb8-im {
  margin-bottom: 0.8rem !important;
}

.mb10-im {
  margin-bottom: 1rem !important;
}

.mb12-im {
  margin-bottom: 1.2rem !important;
}

.mb15-im {
  margin-bottom: 1.5rem !important;
}

.mb16-im {
  margin-bottom: 1.6rem !important;
}

.mb18-im {
  margin-bottom: 1.8rem !important;
}

.mb20-im {
  margin-bottom: 2rem !important;
}

.mb25-im {
  margin-bottom: 2.5rem !important;
}

.mb30-im {
  margin-bottom: 3rem !important;
}

.mb35-im {
  margin-bottom: 3.5rem !important;
}

.mb40-im {
  margin-bottom: 4rem !important;
}

.mb45-im {
  margin-bottom: 4.5rem !important;
}

.mb50-im {
  margin-bottom: 5rem !important;
}

.mb55-im {
  margin-bottom: 5.5rem !important;
}

.mb60-im {
  margin-bottom: 6rem !important;
}

.mb70-im {
  margin-bottom: 7rem !important;
}

.mb80-im {
  margin-bottom: 8rem !important;
}

.mb90-im {
  margin-bottom: 9rem !important;
}

.mb100-im {
  margin-bottom: 10rem !important;
}

/*
	width
======================================*/
.w100p-im {
  width: 100% !important;
}

.w98p-im {
  width: 98% !important;
}

.w96p-im {
  width: 96% !important;
}

.w94p-im {
  width: 94% !important;
}

.w92p-im {
  width: 92% !important;
}

.w88p-im {
  width: 88% !important;
}

.w86p-im {
  width: 86% !important;
}

.w84p-im {
  width: 84% !important;
}

.w82p-im {
  width: 82% !important;
}

.w78p-im {
  width: 78% !important;
}

.w76p-im {
  width: 76% !important;
}

.w74p-im {
  width: 74% !important;
}

.w72p-im {
  width: 72% !important;
}

.w68p-im {
  width: 68% !important;
}

.w66p-im {
  width: 66% !important;
}

.w64p-im {
  width: 64% !important;
}

.w62p-im {
  width: 62% !important;
}

.w58p-im {
  width: 58% !important;
}

.w56p-im {
  width: 56% !important;
}

.w54p-im {
  width: 54% !important;
}

.w52p-im {
  width: 52% !important;
}

.w48p-im {
  width: 48% !important;
}

.w46p-im {
  width: 46% !important;
}

.w44p-im {
  width: 44% !important;
}

.w42p-im {
  width: 42% !important;
}

.w38p-im {
  width: 38% !important;
}

.w36p-im {
  width: 36% !important;
}

.w34p-im {
  width: 34% !important;
}

.w32p-im {
  width: 32% !important;
}

.w28p-im {
  width: 28% !important;
}

.w26p-im {
  width: 26% !important;
}

.w24p-im {
  width: 24% !important;
}

.w22p-im {
  width: 22% !important;
}

.w18p-im {
  width: 18% !important;
}

.w16p-im {
  width: 16% !important;
}

.w14p-im {
  width: 14% !important;
}

.w12p-im {
  width: 12% !important;
}

.w8p-im {
  width: 8% !important;
}

.w6p-im {
  width: 6% !important;
}

.w4p-im {
  width: 4% !important;
}

.w2p-im {
  width: 2% !important;
}

.w0p-im {
  width: 0% !important;
}

main {
  position: relative;
  padding-top: 8.8rem;
  background-color: #FAFAFA;
}
main .left-index {
  position: fixed;
  top: 22rem;
  left: 50%;
  transform: translateX(calc(-50% - 48.5rem));
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
main .left-index ul {
  padding: 2.6rem 1.8rem 2.6rem 3.8rem;
  background-color: #fff;
  list-style-type: none;
}
main .left-index ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  color: rgba(47, 42, 40, 0.32);
}
main .left-index ul li a {
  position: relative;
}
main .left-index ul li a.active {
  color: #2F2A28;
}
main .left-index ul li a.active::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 55%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #0099B3;
}
main .right-logo {
  position: fixed;
  top: 30rem;
  right: 50%;
  transform: translateX(calc(50% + 48.5rem));
  width: 23rem;
}
main .container {
  width: 50rem;
  margin: 0 auto;
  background-color: #E2F5F9;
  filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.1));
}

/*-----------------------------------
 パーツ
-----------------------------------*/
/* CTAのボタン --------------------------------- */
.cta-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #EF3D66;
  border-radius: 6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
}
@media (hover: hover) {
  .cta-btn:hover {
    opacity: 0.8;
  }
}
.cta-btn span.p-arrow {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 2.5rem;
}
.cta-btn span.p-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.cta-btn.cta-btn-org {
  background-color: #EF8200;
}
.cta-btn.cta-btn-grn {
  background-color: #00969B;
}
.cta-btn.cta-btn-blue {
  background-color: #0099B3;
}
.cta-btn > img {
  width: fit-content;
  height: 2rem;
  margin-right: 0.8rem;
}
.cta-btn .remark-symbol {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.cta-btn .external-link {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.8rem;
}
.cta-btn .external-link img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: auto;
}

.td-u {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* 右矢印 --------------------------------- */
span.p-rarrow {
  background-image: url("../img/parts/parts-arrow-wh.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.heading-style {
  z-index: 1;
  position: relative;
  padding: 1.2rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  background-color: #3F99D5;
}
.heading-style span {
  font-size: 2.6rem;
}
.heading-style.lime-green {
  background-color: #8DC63F;
}
.heading-style.grn {
  background-color: #00969B;
}

.heading-style.pattern-2 {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.65;
}

.heading-style.pattern-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.heading-style.pattern-3 span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  line-height: 1;
}

.panel {
  overflow: hidden;
  width: 39rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.15));
}
.panel .panel-main {
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -1px;
  padding: 2rem 2rem;
  background-color: #fff;
  border: 0.6rem solid #3F99D5;
  border-top: none;
}
.panel .panel-main .lead {
  font-size: 2.2rem;
  font-weight: 700;
}
.panel .panel-main .lead span.small {
  font-size: 1.2rem;
  font-weight: 500;
}
.panel .panel-main .price {
  font-size: 3.6rem;
  font-weight: 700;
  color: #E60012;
  line-height: 1;
}
.panel .panel-main .price span {
  position: relative;
  bottom: -0.4rem;
  margin: 0 0.4rem;
  font-family: "poppins", sans-serif;
  font-size: 6rem;
}
.panel .panel-main .note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.panel .panel-main.panel-main-style-1 {
  flex-direction: row;
}
.panel .panel-main.panel-main-style-1 > span {
  width: 9rem;
  margin-right: 1.3rem;
}
.panel .panel-main.panel-main-style-1 > span img {
  width: 100%;
  height: auto;
}
.panel .panel-main.panel-main-style-1 .rate-emphasis p:nth-of-type(1) {
  display: flex;
  align-items: baseline;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #E60012;
}
.panel .panel-main.panel-main-style-1 .rate-emphasis p:nth-of-type(1) span {
  font-size: 8rem;
}
.panel .panel-main.panel-main-style-1 .rate-emphasis p:nth-of-type(2) {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #E60012;
}
.panel .panel-main .interest-style-1:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.panel .panel-main .interest-style-1 > p {
  width: 100%;
  margin-bottom: 0.8rem;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 4rem;
  background-color: #CAE8E9;
}
.panel .panel-main .interest-style-1 > p span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.panel .panel-main .interest-style-1 > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.4rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}
.panel .panel-main .interest-style-1 > div span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #E60012;
}
.panel .panel-main .interest-style-1 > div span:nth-of-type(1) {
  margin-left: 1rem;
  font-size: 5rem;
}
.panel .panel-main .interest-style-1 > div span:nth-of-type(2) {
  font-size: 2.8rem;
}
.panel .panel-main .interest-style-1 > small {
  font-size: 1.6rem;
  font-weight: 500;
}
.panel.lime-green .panel-main {
  border-color: #8DC63F;
}
.panel.grn .panel-main {
  border-color: #00969B;
}

.check {
  position: relative;
}
.check::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #F7941C;
  border-radius: 0.4rem;
}
.check::after {
  position: absolute;
  content: "";
  top: 0.6rem;
  left: 0.5rem;
  transform: rotate(-45deg);
  width: 1.2rem;
  height: 0.6rem;
  border-left: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}

.link-style {
  color: #0099B3;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*-----------------------------------
 header
-----------------------------------*/
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  transition: transform 0.25s ease;
  transform: translateY(0);
  width: 100%;
  height: 8.8rem;
  background-color: #fff;
}
header div.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 2.4rem;
}
header div.header-content img {
  width: fit-content;
  height: 4.2rem;
}
header div.header-content .header-hamburger {
  display: none;
}
header.is-hide {
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  header div.header-content img {
    width: auto;
  }
  header div.header-content .header-hamburger {
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 0.1rem solid #0095B2;
    background-color: #0095B2;
    transition: all 0.3s ease;
  }
  header div.header-content .header-hamburger span {
    display: block;
    width: 2.6rem;
    height: 0.1rem;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
  }
  header div.header-content .header-hamburger span::before, header div.header-content .header-hamburger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 0.1rem;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  header div.header-content .header-hamburger span::before {
    top: -0.7rem;
  }
  header div.header-content .header-hamburger span::after {
    bottom: -0.7rem;
  }
  header div.header-content .header-hamburger.active span {
    background-color: transparent;
  }
  header div.header-content .header-hamburger.active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header div.header-content .header-hamburger.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
/*-----------------------------------
 hamburger
-----------------------------------*/
.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .hamburger {
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    width: 100%;
    height: 100svh;
    padding: 15rem 4rem 2rem;
    background-color: #fff;
    transition: transform 0.3s ease;
  }
  .hamburger ul {
    height: fit-content;
    min-height: 450px;
  }
  .hamburger ul li {
    margin-bottom: 5rem;
  }
  .hamburger ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
  .hamburger ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
    height: 1rem;
    border-right: 0.25rem solid #00969B;
    border-bottom: 0.25rem solid #00969B;
  }
  .hamburger.active {
    transform: translateX(0);
  }
  .hamburger .hamburger-close {
    position: absolute;
    top: 1.9rem;
    right: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border: none;
    border-radius: 50%;
    background-color: #0095B2;
  }
  .hamburger .hamburger-close span {
    display: block;
    width: 2.6rem;
    height: 0.1rem;
    position: relative;
  }
  .hamburger .hamburger-close span::before, .hamburger .hamburger-close span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 0.1rem;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .hamburger .hamburger-close span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger .hamburger-close span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
/*-----------------------------------
 footer
-----------------------------------*/
.bottom-cta.cta-btns {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  width: 100%;
  height: 12rem;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.bottom-cta.cta-btns a, .bottom-cta.cta-btns button {
  margin: 0;
}
.bottom-cta.cta-btns a .external-link, .bottom-cta.cta-btns button .external-link {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.8rem;
}
.bottom-cta.cta-btns a .external-link img, .bottom-cta.cta-btns button .external-link img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: auto;
}
.bottom-cta.cta-btns em {
  font-style: normal;
}

@media (max-width: 767px) {
  .bottom-cta.cta-btns {
    column-gap: 1.2rem;
    height: 10rem;
    padding: 2rem 1.6rem;
  }
  .bottom-cta.cta-btns a, .bottom-cta.cta-btns button {
    font-size: 1.66rem;
  }
  .bottom-cta.cta-btns em {
    display: none;
  }
  .bottom-cta.cta-btns span {
    display: none;
  }
  .bottom-cta.cta-btns img {
    width: 2.5rem;
    margin-right: 0.8rem;
  }
}
/*-----------------------------------
 footer
-----------------------------------*/
footer .footer-content {
  margin-bottom: 12rem;
  padding: 5rem 2rem 3rem;
  text-align: center;
  background-color: #006680;
}
footer .footer-content .top {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 3rem;
  margin-bottom: 2rem;
}
footer .footer-content .top p {
  font-size: 2rem;
  color: #fff;
}
footer .footer-content .top small {
  font-size: 1.4rem;
  color: #fff;
}
footer .footer-content .bottom p {
  font-size: 1.5rem;
  color: #fff;
}
footer .footer-content .bottom p:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  footer .footer-content {
    margin-bottom: 10rem;
    padding: 3rem 2rem 3rem;
  }
  footer .footer-content .top {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    margin-bottom: 2rem;
  }
  footer .footer-content .top p {
    font-size: 2rem;
  }
  footer .footer-content .top small {
    font-size: 1.4rem;
  }
  footer .footer-content .bottom p {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

/*-----------------------------------
 メインビジュアル
-----------------------------------*/
.kv {
  position: relative;
  width: 100%;
}
.kv .kv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.kv .kv__contets {
  z-index: 1;
  position: relative;
  padding: 6.4rem 1.6rem 1rem;
  text-align: center;
}
.kv .kv__contets .kv__badge {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.5rem;
  height: 3.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border: 0.2rem solid #fff;
  color: #fff;
  background-color: #F7941C;
}
.kv .kv__contets h1 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0.4rem;
  margin-bottom: 1.3rem;
}
.kv .kv__contets h1 span.box-text {
  width: 8rem;
  height: 7rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #0099B3;
  border-radius: 0.38rem;
}
.kv .kv__contets h1 span:not(.box-text) {
  position: relative;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0099B3;
  letter-spacing: 0.05em;
}
.kv .kv__contets h1 span:not(.box-text)::after {
  position: absolute;
  content: "©シンジル＆タクセル";
  bottom: 0rem;
  right: -1.4rem;
  transform: translateX(-50%);
  font-size: 0.95rem;
  color: #2F2A28;
  letter-spacing: 0;
  font-weight: normal;
}
.kv .kv__contets h1 img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, -58%);
  width: 7.7rem;
  height: 7.7rem;
}
.kv .kv__contets h1::before {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  left: 1rem;
  width: 5.2rem;
  height: 7.6rem;
  background: url(../img/illust/dog-1.png) no-repeat center/contain;
}
.kv .kv__contets h1::after {
  position: absolute;
  content: "";
  bottom: 1rem;
  right: 1rem;
  width: 5.2rem;
  height: 7.6rem;
  background: url(../img/illust/dog-2.png) no-repeat center/contain;
}
.kv .kv__contets h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #0099B3;
  margin-bottom: 1rem;
}
.kv .kv__contets .panel.lime-green {
  width: 40.5rem;
}
.kv .kv__contets .panel.lime-green .heading-style {
  padding: 0.4rem 1rem 0.8rem;
  font-size: 1.5rem;
  line-height: 1;
}
.kv .kv__contets .panel.lime-green .heading-style span {
  font-size: 2rem;
}
.kv .kv__contets .panel.lime-green .heading-style span em {
  font-size: 2.8rem;
  font-style: normal;
}
.kv .kv__contets .panel.lime-green .panel-main {
  flex-wrap: wrap;
  padding-block: 0.8rem 1rem;
  padding-inline: 0.5rem;
}
.kv .kv__contets .panel.lime-green .panel-main > span {
  width: 6rem;
  height: 6rem;
}
.kv .kv__contets .panel.lime-green .panel-main .rate-emphasis > p span:nth-child(1) {
  font-size: 5.4rem;
}
.kv .kv__contets .panel.lime-green .panel-main .rate-emphasis > p span:nth-child(2) {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}
.kv .kv__contets .panel.lime-green .panel-main .rate-emphasis .sub-txt {
  margin-top: -0.4rem;
}
.kv .kv__contets .panel.lime-green .panel-main > p {
  width: 100%;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.kv .kv__contets .panel.lime-green .panel-main > p > span {
  font-size: 1.6rem;
}
.kv .kv__contets .panel.lime-green .panel-main > p > span > b {
  font-weight: 700;
}
.kv .kv__contets .pattern-1 {
  width: 40.5rem;
}
.kv .kv__contets .pattern-1 .heading-style {
  padding: 0.4rem 1rem 0.8rem;
  line-height: 1;
}
.kv .kv__contets .pattern-1 .heading-style span {
  font-size: 2rem;
}
.kv .kv__contets .pattern-1 .panel-main {
  padding-block: 1rem;
  padding-inline: 0.2rem;
}
.kv .kv__contets .pattern-1 .panel-main .lead {
  font-size: 1.6rem;
}
.kv .kv__contets .pattern-1 .panel-main .price {
  font-size: 2.5rem;
}
.kv .kv__contets .pattern-1 .panel-main .price span {
  font-size: 4rem;
  font-family: "poppins", sans-serif;
  line-height: 1;
}
.kv .kv__contets .pattern-1 .panel-main .note {
  font-size: 1.1rem;
}
.kv .kv__contets .kv__text p:nth-child(1) {
  position: relative;
  width: fit-content;
  margin: 0 auto 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0099B3;
}
.kv .kv__contets .kv__text p:nth-child(1)::before, .kv .kv__contets .kv__text p:nth-child(1)::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0.2rem;
  height: 2rem;
  background-color: #0099B3;
}
.kv .kv__contets .kv__text p:nth-child(1)::before {
  left: -1.4rem;
  transform: rotate(-25deg);
}
.kv .kv__contets .kv__text p:nth-child(1)::after {
  right: -1.4rem;
  transform: rotate(25deg);
}
.kv .kv__contets .kv__text p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
}
.kv .kv__contets .kv__text p:nth-child(2) span {
  color: #0099B3;
}

/*-----------------------------------
 キャンペーン期間
-----------------------------------*/
.campaign-summary {
  position: relative;
  margin-bottom: 3.5rem;
}
.campaign-summary .campaign-summary__period {
  position: relative;
  margin-bottom: 6rem;
  padding: 1.2rem 2rem 1.8rem;
  background-color: #0099B3;
}
.campaign-summary .campaign-summary__period::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
  width: 3.6rem;
  height: 2.9rem;
  background-color: #0099B3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign-summary .campaign-summary__period h2 {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.campaign-summary .campaign-summary__period h2::after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.campaign-summary .campaign-summary__period p {
  z-index: 1;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.campaign-summary .campaign-summary__period p::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 102%;
  height: 1.5rem;
  background-color: #1069A4;
}
.campaign-summary .cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.campaign-summary .campaign-summary__note {
  margin: 0 auto 0;
  padding-inline: 1.6rem;
  line-height: 1.8;
  filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.15));
}
.campaign-summary .campaign-summary__note > span {
  display: block;
  width: 38rem;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.45rem;
  text-decoration-color: #EF3D66;
  color: #EF3D66;
}
.campaign-summary .campaign-summary__note small {
  display: block;
  width: 38rem;
  margin: 0 auto 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.campaign-summary .campaign-summary__note small a {
  color: #3F99D5;
  text-decoration: underline;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0.5rem 6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  background-color: #fff;
  border-radius: 0.8rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 35%);
  width: 24.5rem;
  height: 4.4rem;
  background-color: #E2F5F9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit span.emphasis {
  margin-right: 0.2rem;
  padding: 0.2rem 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0099B3;
  background-color: #E2F5F9;
  border-radius: 0.4rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit span.emphasis.no-bgc {
  background-color: transparent;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit span.emphasis.ft-lg {
  font-size: 2.2rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit span.clr-or {
  color: #F7941C;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit span.bgc-or {
  background-color: #FFEED9;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary {
  position: relative;
  justify-content: center;
  column-gap: 1rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel {
  width: calc(50% - 1.8rem);
  margin: 0;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel:nth-of-type(1) .panel-main .interest-style-1 {
  position: relative;
  left: -0.4rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel:nth-of-type(2) .panel-main .interest-style-1 span:nth-of-type(1) {
  display: block;
  line-height: 1;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel .heading-style {
  height: 5.4rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel .panel-main {
  height: 13rem;
  padding: 1rem;
  border-width: 0.4rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel .panel-main .interest-style-1 {
  font-size: max(1.3rem, 8px);
  font-weight: 700;
  line-height: 1.4;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel .panel-main span {
  color: #E60012;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .period-summary__panel .panel-main span.fz-lg {
  font-size: 2.1rem;
}
.campaign-summary .campaign-summary__note .campaign-summary__benefit .period-summary .or {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0099B3;
  background-color: #E2F5F9;
  border-radius: 50%;
}
.campaign-summary .campaign-summary__condition {
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 2rem 2rem;
  background-color: #fff;
  border: 0.2rem solid #F7941C;
  border-radius: 0.8rem;
}
.campaign-summary .campaign-summary__condition h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 1.4rem;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #FFEED9;
  border-radius: 4rem;
}
.campaign-summary .campaign-summary__condition h3 img {
  width: auto;
  height: 1.8rem;
  margin-right: 0.8rem;
}
.campaign-summary .campaign-summary__condition h3 span {
  font-size: 1.8rem;
}
.campaign-summary .campaign-summary__condition p {
  position: relative;
}
.campaign-summary .campaign-summary__condition p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.campaign-summary .campaign-summary__condition p {
  padding-left: 3.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.campaign-summary .period-summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding-inline: 1.6rem;
}
.campaign-summary .period-summary .period-summary__panel {
  width: calc(50% - 1rem);
}
.campaign-summary .period-summary .pattern-1 .heading-style {
  line-height: 1;
  padding-block: 1rem;
}
.campaign-summary .period-summary .pattern-1 .heading-style span {
  font-size: 2.4rem;
}
.campaign-summary .period-summary .pattern-1 .panel-main {
  padding-inline: 1.4rem;
}
.campaign-summary .period-summary .pattern-1 .panel-main .price {
  font-size: 4rem;
}
.campaign-summary .period-summary .pattern-1 .panel-main .price span {
  font-size: 7.2rem;
}
.campaign-summary .period-summary .pattern-1 .panel-main .note {
  text-align: center;
}
.campaign-summary .campaign-summary__remark {
  width: 46.8rem;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 0.6rem;
}
.campaign-summary .campaign-summary__remark small {
  font-size: 1.35rem;
  line-height: 1.8;
}
.campaign-summary .campaign-summary__remark small span {
  color: #e60011;
}
.campaign-summary .campaign-summary__remark ul {
  margin-top: 1.2rem;
  padding-left: 2rem;
}
.campaign-summary .campaign-summary__remark ul li {
  position: relative;
  font-size: 1.35rem;
  line-height: 1.8;
  list-style-type: disc;
}
.campaign-summary .campaign-summary__remark ul li a {
  color: #3F99D5;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .campaign-summary .consult-popup__inner {
    width: calc(100% - 3.2rem);
    padding: 5.6rem 3.2rem;
  }
  .campaign-summary .consult-popup__btns {
    gap: 1.6rem;
  }
  .campaign-summary .consult-popup__btns a {
    min-height: 14.6rem;
    font-size: 2rem;
  }
}
.campaign-summary body.is-modal-open {
  overflow: hidden;
}

/*-----------------------------------
 ポイントプレゼント
-----------------------------------*/
.point-present {
  width: 46.8rem;
  margin: 0 auto 4rem;
}
.point-present .inner-blk {
  padding: 1.8rem 2rem 2rem;
  background-color: #fff;
  border-radius: 1rem;
  filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.1));
}
.point-present .inner-blk .present-illust-1 {
  margin-bottom: 2.8rem;
}
.point-present .inner-blk .point-present__text {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.point-present .inner-blk .point-present__text .red-big {
  margin-right: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #E60012;
}
.point-present .inner-blk .point-present__text > span:nth-of-type(2) {
  position: relative;
  display: block;
  width: fit-content;
  margin: 1.6rem auto 1.2rem;
  font-size: 1.85rem;
  font-weight: 700;
  text-align: center;
}
.point-present .inner-blk .point-present__text > span:nth-of-type(2)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #333;
}
.point-present .inner-blk .point-present__text > span:nth-of-type(2) img {
  width: auto;
  height: 2.4rem;
  margin-right: 0.8rem;
  margin-bottom: 0.3rem;
}
.point-present .inner-blk .point-present__text > small {
  display: block;
  width: 85%;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}
.point-present .inner-blk .point-present__text > small:nth-of-type(1) {
  margin-bottom: 1rem;
}
.point-present .inner-blk .point-present__text > small:nth-of-type(2) {
  font-size: 1.4rem;
}
.point-present .inner-blk .point-present__limit {
  width: 100%;
  margin: 0 auto 2.8rem;
  padding: 1.4rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #E60012;
  color: #fff;
  border-radius: 5rem;
}

/*-----------------------------------
 アプリダウンロード
-----------------------------------*/
.app-dl {
  padding: 4rem 1.6rem;
  background-color: #FFEED9;
}
.app-dl .inner-blk .app-dl__lead {
  position: relative;
  width: fit-content;
  margin: 0 auto 3.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.app-dl .inner-blk .app-dl__lead::before, .app-dl .inner-blk .app-dl__lead::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0.2rem;
  height: 2.4rem;
  background-color: #2F2A28;
}
.app-dl .inner-blk .app-dl__lead::before {
  left: 0;
  transform: rotate(-30deg);
}
.app-dl .inner-blk .app-dl__lead::after {
  right: 0;
  transform: rotate(30deg);
}
.app-dl .inner-blk .app-dl__container {
  counter-reset: step-counter;
  overflow: hidden;
  padding-bottom: 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.15));
}
.app-dl .inner-blk .app-dl__container h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.2rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #00969B;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3rem 2rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk-top img:nth-child(1) {
  width: 90%;
  margin-bottom: 1.8rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk-top img:nth-child(2),
.app-dl .inner-blk .app-dl__container .app-dl__blk-top img:nth-child(3) {
  width: calc(50% - 0.5rem);
}
.app-dl .inner-blk .app-dl__container .app-dl__blk {
  counter-increment: step-counter;
  padding-inline: 2rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  height: 9.7rem;
  font-size: 2.3rem;
  font-weight: 700;
  background-color: #CAE8E9;
  border-radius: 0.8rem 0.8rem 0 0;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk h3 span {
  display: inline-flex;
  align-items: baseline;
  color: #0099B3;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk h3 span::before {
  content: "Step.";
  font-size: 1.6rem;
  line-height: 1;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk h3 span::after {
  content: counter(step-counter);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk h3 em {
  position: relative;
  display: inline;
  font-style: normal;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .app-dl__blk-ctt-inner {
  padding: 2rem 1.8rem;
  background-color: #FAFAFA;
  border-radius: 0 0 0.8rem 0.8rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .app-dl__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .em-bg-or {
  padding: 1.8rem;
  background-color: #FFEED9;
  border-radius: 0.8rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .em-bg-or p:not(:last-child) {
  margin-bottom: 2rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .em-bg-or p {
  padding-left: 3.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .app-dl__note small {
  display: block;
  font-size: 1.3rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-dl__blk-ctt .app-dl__note small:not(:last-child) {
  margin-bottom: 0.4rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .next-arrow {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: 3.6rem auto;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .next-arrow img {
  width: 100%;
  height: 100%;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-qr {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-bottom: 2rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk .app-qr > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk.app-dl__blk-1 h3 {
  position: relative;
  height: 12rem;
  padding-bottom: 1rem;
  font-size: 2.3rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk.app-dl__blk-1 h3::after {
  position: absolute;
  content: "（三井住友信託ダイレクト）";
  left: 9rem;
  bottom: 1.6rem;
  font-size: 1.2rem;
}
.app-dl .inner-blk .app-dl__container .app-dl__blk.app-dl__blk-1 .app-dl__blk-ctt .cta-btn {
  width: calc(100% - 3.6rem);
}

body.is-modal-open {
  overflow: hidden;
}

.consult-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.consult-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.consult-popup.is-open .consult-popup__inner {
  transform: translateY(0);
}
.consult-popup__layer {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.consult-popup__inner {
  position: relative;
  z-index: 1;
  width: min(90%, 57rem);
  padding: 5.6rem 3.2rem;
  background: #fff;
  border-radius: 1.2rem;
  transform: translateY(1.6rem);
  transition: transform 0.25s ease;
}
.consult-popup__close {
  position: absolute;
  top: -5.6rem;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 4.4rem;
  line-height: 1;
  cursor: pointer;
}
.consult-popup__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.consult-popup__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14.6rem;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.consult-popup__btns a:nth-child(1) {
  background: #8cc63f;
}
.consult-popup__btns a:nth-child(2) {
  background: #409ad6;
}
.consult-popup__btns a:hover {
  opacity: 0.85;
}

/*-----------------------------------
 新規口座開設
-----------------------------------*/
.open-account {
  background-color: #E2F5F9;
}
.open-account .inner-blk {
  padding: 4rem 1.6rem;
}
.open-account .inner-blk .open-account__info {
  width: 45rem;
  margin: 0 auto 3.5rem;
  text-align: center;
  line-height: 1.8;
}
.open-account .inner-blk .open-account__info h2 {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  font-weight: 700;
}
.open-account .inner-blk .open-account__info p {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.open-account .inner-blk .open-account__what-prepare {
  counter-reset: step-counter;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.open-account .inner-blk .open-account__what-prepare h3 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel {
  counter-increment: step-counter;
  overflow: hidden;
  border-radius: 0.8rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(1) {
  width: 100%;
  margin-bottom: 1rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(2), .open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(3), .open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(4) {
  width: calc((100% - 2rem) / 3);
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(2) .prepare-panel__head, .open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(3) .prepare-panel__head, .open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(4) .prepare-panel__head {
  justify-content: flex-start;
  padding-left: 1rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(3) .prepare-panel__head {
  line-height: 1.5;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(3), .open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(4) {
  width: calc((100% - 2rem) / 3);
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(3) .prepare-panel__head, .open-account .inner-blk .open-account__what-prepare .prepare-panel:nth-of-type(4) .prepare-panel__head {
  justify-content: flex-start;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #8DC63F;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__head::before {
  position: relative;
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  background-color: #fff;
  color: #8DC63F;
  font-size: 1.2rem;
  line-height: 1;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  padding: 1.1rem;
  font-size: 1.2rem;
  background-color: #fff;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__body .icon-card {
  width: 6rem;
  margin-right: 1rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__body .icon-stamp {
  width: 5rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__body .icon-document {
  width: 3.8rem;
}
.open-account .inner-blk .open-account__what-prepare .prepare-panel .prepare-panel__body .icon-phone {
  width: 4.6rem;
}

/*-----------------------------------
 CTA2
-----------------------------------*/
.cta-2nd {
  background-color: #E2F5F9;
}
.cta-2nd .inner-blk {
  padding-bottom: 2.5rem;
}
.cta-2nd .inner-blk .cta-img {
  width: 36rem;
  margin: 0 auto 1.6rem;
}
.cta-2nd .inner-blk .cta-btns {
  margin-bottom: 1.6rem;
}
.cta-2nd .inner-blk .cta-btns .cta-btn-org {
  margin-bottom: 1.6rem;
}
.cta-2nd .inner-blk button {
  border: none;
}
.cta-2nd .inner-blk .cta-txt {
  width: 40rem;
  margin: 0 auto;
}
.cta-2nd .inner-blk .cta-txt > span {
  display: block;
  width: 38rem;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.4rem;
  text-decoration-color: #EF3D66;
  color: #EF3D66;
}
.cta-2nd .inner-blk .cta-txt small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.cta-2nd .inner-blk .cta-txt br {
  line-height: 2;
}
.cta-2nd .inner-blk .cta-txt a {
  color: #3F99D5;
  text-decoration: underline;
}

/*-----------------------------------
 remarks
-----------------------------------*/
.remarks {
  padding: 4rem 0 4rem;
  background-color: #fff;
}
.remarks .inner-blk {
  width: 46.8rem;
  margin: 0 auto;
}
.remarks .inner-blk > ul > li {
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}
.remarks .inner-blk > ul > li:not(:first-child) {
  margin-top: 1.6rem;
}
.remarks .inner-blk > ul > li h3 {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0.8rem 4rem 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #0099B3;
  border-radius: 0.4rem;
  cursor: pointer;
}
.remarks .inner-blk > ul > li h3::before, .remarks .inner-blk > ul > li h3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 0.3rem;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.remarks .inner-blk > ul > li h3::after {
  transform: translateY(-50%) rotate(-90deg);
}
.remarks .inner-blk > ul > li h3.open::after {
  transform: translateY(-50%) rotate(0deg);
}
.remarks .inner-blk > ul > li ul {
  display: none;
  padding: 1.6rem 1.2rem 2.2rem 1.8rem;
  background-color: #fff;
}
.remarks .inner-blk > ul > li ul li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.remarks .inner-blk > ul > li ul li::before {
  content: "●";
  position: absolute;
  top: 1.26em;
  left: 0;
  font-size: 0.8rem;
  line-height: 1;
}
.remarks .inner-blk > ul > li ul li.no-marker {
  padding-left: 0;
}
.remarks .inner-blk > ul > li ul li.no-marker::before {
  display: none;
}
.remarks .inner-blk > ul > li ul li a {
  color: #3F99D5;
  text-decoration: underline;
}
.remarks .inner-blk > ul > li ul .no-indent {
  padding-left: 0;
}
.remarks .inner-blk > ul > li ul .no-indent::before {
  display: none;
}

/*-----------------------------------
 協業
-----------------------------------*/
.collaborate {
  padding: 4rem 0 4rem;
  background-color: #D4EBFA;
}
.collaborate .inner-blk {
  width: 46.8rem;
  margin: 0 auto;
}
.collaborate .inner-blk h2 {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  text-align: center;
}
.collaborate .inner-blk .cta-btn {
  margin-bottom: 2.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #0099B3;
  border: 0.2rem solid #fff;
}
.collaborate .inner-blk .cta-btn img {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 3rem;
  height: auto;
}
.collaborate .inner-blk .contact-tel {
  margin-bottom: 2.36rem;
  padding: 2rem 1rem;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.4rem;
}
.collaborate .inner-blk .contact-tel h3 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.collaborate .inner-blk .contact-tel a {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 700;
}
.collaborate .inner-blk .contact-tel p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.collaborate .inner-blk small {
  display: block;
  margin-bottom: 3rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.collaborate .inner-blk > p {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.collaborate .inner-blk > p span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon/icon-external-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.collaborate .inner-blk > p a {
  display: inline-flex;
  align-items: center;
  color: #3F99D5;
  text-decoration: underline;
}