/* plan */

:root {
  --gothic: -apple-system,BlinkMacSystemFont,Helvetica Neue,游ゴシック Medium,YuGothic,YuGothicM,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;
}

#main .plan {
  font-family: var(--gothic);
}

img {
  max-width: 100%;
}
.container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1044px;
  width: calc(100% - 30px);
}
.plan {
  font-family: "YuGothic", "Figtree", sans-serif;
  font-size: 100% !important;
}
.mvLower {
  text-align: center;
}
.mvLower .section__link {
  margin-bottom: 60px;
}
.mvLower .mvImage {
  margin-block: 50px;
  max-width: 1000px;
  width: calc(100% - 30px);
}
.mvHead {
  color: #000000;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 50px;
  text-align: center;
}
.mvHead p {
  font-family: var(--gothic);
  font-size: 2.9rem;
}
.mvHead p::after {
  background: transparent;
  border-radius: 2.5px;
  content: '';
  display: block;
  height: 7.5px;
  margin: 1.5rem auto 2rem;
  width: 241.5px;
}
.mvHead h2 img {
  height: 50px;
  width: auto;
}
.section__link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}
.section__link a {
  color: #fff;
  padding-inline: 3em;
  width: auto;
}
.otokustart .mvHead p::after {
  background-color: #f07361;
  opacity: .6;
}
.otokustart .section__link a {
  background-color: #f07361;
  border: 1px solid #f07361;
}
.otokustart .section__link a:hover {
  background: transparent;
  color: #f07361;
}

.norikae .mvHead p::after {
  background-color: #ffe697;
}
.norikae .section__link a {
  background-color: #e8c760;
  border: 1px solid #e8c760;
}
.norikae .section__link a:hover {
  background: transparent;
  color: #e8c760;
}
.basic .mvHead p::after {
  background-color: #1ea18e;
  opacity: .5;
}
.basic .section__link a {
  background-color: #1ea18e;
  border: 1px solid #1ea18e;
}
.basic .section__link a:hover {
  background: transparent;
  color: #1ea18e;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10px* var(--ratio)) !important;
  }
}
@media screen and (max-width: 767px) {
  .mvLower .section__link {
    margin-bottom: 12vw;
  }
  .mvLower .mvImage {
    margin-block: 30px;
    width: 100%;
  }
  .mvHead h2 img {
    height: 8vw;
  }
  .mvHead p::after {
    border-radius: 2px;
    height: 0.7vw;
    width: 32vw;
  }
  .section__link {
    margin-bottom: 16vw;
  }
  .section__link a {
    padding-inline: 2em;
  }
}

/* plan-detail */

.plan-detail {
  margin-bottom: 70px;
}
.detail-box {
  align-items: center;
  background: transparent;
  border: 4px solid transparent;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: bold;
  justify-content: flex-start;
  letter-spacing: .1em;
}
.detail-head {
  /*background: transparent no-repeat 0 0 / 100%;*/
  font-size: 4rem;
  line-height: 1.6;
  margin-block: 0 5.5rem;
  text-align: center;
}
.detail-box dl {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.detail-box dl + dl {
  margin-top: 5rem;
}
.detail-box dl dt {
  background: transparent;
  border-radius: 9999px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  padding-block: .25em;
  text-align: center;
  width: 242px;
}
.detail-box dl dd {
  text-align: center;
}
.detail-box dl dd p {
  line-height: 1.5;
  padding-left: 28px;
  text-align: left;
  text-indent: -28px;
}
.detail-box dl dd p + p {
  margin-top: 1em;
}
.detail-box dl dd span {
  background: transparent;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  padding-left: 2px;
  text-align: center;
  text-indent: 0;
  width: 23px;
}
.detail-box dl dd em {
  font-style: normal;
}
.detail-box dl dd strong {
  font-family: "Figtree", sans-serif;
  font-size: 3.2rem;
}
.detail-box dl dd .detail-capt {
  align-items: center;
  background: #fffdf7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: .05em;
  margin: 1em 0 2em;
  padding: 1em;
}
.detail-box dl dd .detail-capt p {
  line-height: 1.75;
  padding: 0;
  text-indent: 0;
}
.otokustart .detail-head {
  /*background-image: url(/images/plan/detail-head_otokustart_pc.png);*/
}
.otokustart .detail-box dl dt {
  background-color: rgba(240,115,97,.4);
}
.otokustart .detail-box dl dd span {
  background-color: #f07361;
}
.otokustart .detail-box dl dd em {
  color: #f07361;
}
.norikae .detail-head {
  /*background-image: url(/images/plan/detail-head_norikae_pc.png);*/
}
.norikae .detail-box dl dt {
  background-color: rgba(255,230,151,.4);
}
.norikae .detail-box dl dd span {
  background-color: #ffe697;
  color: #000;
}
.norikae .detail-box dl dd em {
  color: #e2442b;
}
.norikae .detail-box dl:first-of-type dd p {
  padding-left: 0;
  text-indent: 0;
}
.basic .detail-head {
  /*background-image: url(/images/plan/detail-head_basic_pc.png);*/
}
.basic .detail-box dl dt {
  background-color: rgba(30,161,142,.4);
}
.basic .detail-box dl dd span {
  background-color: #1ea18e;
}
.basic .detail-box dl dd em {
  color: #1ea18e;
}
.basic .detail-box dl:nth-of-type(2) dd p {
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .plan-detail {
    margin-bottom: 9vw;
  }
  .detail-box {
    font-size: 3.7vw;
    letter-spacing: 0;
    padding: 0 3.5vw;
  }
  .detail-head {
    font-size: 5.8vw;
    margin-block: 0 10vw;
  }
  .detail-box dl,
  .detail-box dl dd {
    width: 100%;
  }
  .detail-box dl + dl {
    margin-top: 9vw;
  }
  .detail-box dl dt {
    font-size: 4.4vw;
    margin-bottom: 6vw;
    padding-block: .33em;
    width: 55%;
  }
  .detail-box dl dd p {
    line-height: 1.5;
    padding-left: 5.8vw;
    text-indent: -5.8vw;
  }
  .detail-box dl dd p + p {
    margin-top: 3rem;
  }
  .detail-box dl dd span {
    font-size: 2.4rem;
    height: 4.8vw;
    line-height: 4.8vw;
    margin-right: 1vw;
    padding-left: 0;
    text-indent: 0;
    width: 4.8vw;
  }
  .detail-box dl dd strong {
    font-size: 5vw;
  }
  .detail-box dl dd .detail-capt {
    font-size: 3.2vw;
    font-weight: normal;
  }
  .detail-box dl dd .detail-capt p {
    line-height: 1.5;
    padding: 0;
    text-indent: 0;
  }
  .otokustart .detail-head {
    /*background-image: url(/images/plan/detail-head_otokustart_sp.png);*/
  }
  .norikae .detail-head {
    /*background-image: url(/images/plan/detail-head_norikae_sp.png);*/
  }
  .basic .detail-head {
    /*background-image: url(/images/plan/detail-head_basic_sp.png);*/
  }
}

/* plan-banner */

.banner-circle {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.banner-circle li {
  align-items: center;
  background: #69c9f0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: bold;
  height: 168px;
  justify-content: center;
  margin: 0 10px;
  padding-top: 1rem;
  width: 168px;
}
.banner-circle li em {
  color: #ffe697;
  font-size: 2.6rem;
  font-style: normal;
}
.banner-circle li strong {
  font-size: 7.4rem;
  font-family: "Figtree", sans-serif;
}
.banner-campaign {
  margin-bottom: 40px;
  text-align: center;
}
.banner-capt {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 50px;
}

.banner-capt span::before,
.banner-capt span::after {
  background: #000;
  content: '';
  display: inline-block;
  height: 28px;
  margin: 0 .5em;
  position: relative;
  top: 4px;
  width: 1px;
}
.banner-capt span::before {
  transform: rotate(-24deg);
}
.banner-capt span::after {
  transform: rotate(24deg);
}
.campaign-banner {
  width: 745px;
  margin-inline: auto;
}
.campaign-banner:hover img {
  opacity: .75;
  cursor: pointer;
}
.banner-dummy {
  background: #d8d6d6;
  height: 258px;
  width: 824px;
}
.banner-bonus .banner-capt {
  margin-bottom: 40px;
}
.banner-bonus .banner-capt span {
  color: #ea6a76;
  font-size: 22px;
}
.banner-bonus img {
  width: 745px;
}
.banner-start {
  margin-bottom: 70px;
}
.banner-start .banner-capt {
  letter-spacing: 0;
  margin-bottom: 30px;
}
.banner-start .banner-capt span {
  font-size: 22px;
}
.banner-start .banner-capt strong {
  color: #f07361;
  font-size: 32px;
}
.banner-start img {
  width: 745px;
}
.caution {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: normal;
  justify-content: flex-start;
  line-height: 1.75;
  margin: 0 auto 60px;
  width: 745px;
}
.caution dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner-circle li {
    font-size: 3.8vw;
    height: 27vw;
    margin: 0 1vw;
    padding-top: 2vw;
    width: 27vw;
  }
  .banner-circle li em {
    font-size: 3.8vw;
  }
  .banner-circle li strong {
    font-size: 11vw;
  }
  .banner-campaign {
    margin-bottom: 6vw;
  }
  .campaign-banner {
    width: 100%;
  }
  .banner-capt {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-bottom: 6vw;
  }
  .banner-capt span::before,
  .banner-capt span::after {
    height: 5vw;
  }
  .banner-dummy {
    height: 40vw;
    width: 100%;
  }
  .banner-bonus {
    margin-bottom: 12vw;
  }
  .banner-bonus .banner-capt {
    margin-bottom: 6vw;
    margin-top: 12vw;
  }
  .banner-bonus .banner-capt span {
    font-size: 4vw;
  }
  .banner-bonus img {
    width: 100%;
  }
  .banner-start {
    margin-bottom: 9vw;
  }
  .banner-start .banner-capt {
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .banner-start .banner-capt span {
    font-size: 4vw;
    position: relative;
  }
  .banner-start .banner-capt span::before,
  .banner-start .banner-capt span::after {
    bottom: 0;
    position: absolute;
    top: auto;
  }
  .banner-start .banner-capt span::before {
    left: -7vw;
  }
  .banner-start .banner-capt span::after {
    right: -7vw;
  }
  .banner-start .banner-capt strong {
    font-size: 6vw;
  }
  .caution {
    font-size: 2.6vw;
    font-weight: normal;
    margin-bottom: 10vw;
    width: 100%;
  }
  .caution dt {
    font-size: 4vw;
    margin-bottom: .5em;
  }
}

/* plan-flow */

.plan-flow {
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 50px;
  padding-top: 50px;
}
.flow-head {
  font-size: 3.9rem;
  margin-bottom: 60px;
  text-align: center;
}
.flow-item {
  background: #fafdfe;
  border: 4px solid #c1e4f8;
  border-radius: 20px;
  margin: 0 auto 0;
  padding: 20px 122.5px 40px;
  position: relative;
  width: 745px;
}
.flow-item1 {
  padding-bottom: 20px;
}
.flow-step {
  align-items: center;
  background: url(/images/plan/flow-step.png) no-repeat 0 0 / 99px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  height: 99px;
  justify-content: center;
  left: -20px;
  padding-top: 7px;
  position: absolute;
  top: -40px;
  width: 99px;
}
.flow-step span {
  font-size: 4rem;
  font-weight: bold;
}
.flow-title {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
.flow-title::after {
  background: #69c9f0;
  border-radius: 2.5px;
  content: '';
  display: block;
  height: 5px;
  margin: 20px auto;
  width: 161px;
}
.flow-item1 .flow-title::after {
  display: none;
}
.flow-text {
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}
.flow-text p {
  margin-bottom: 1em;
}
.flow-item dl {
  background: #fffaec;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.flow-item dl dt {
  background : #fff3cc;
  font-size: 2.4rem;
  padding: 1em;
  text-align: center;
}
.flow-item dl dd {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}
.flow-item dl dd > p,
.flow-list p,
.flow-caution p,
.flow-exp p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.flow-list {
  margin: 0 auto 20px;
  width: 360px;
}
.flow-check {
  background: #fff url(/images/plan/flow-check.png) no-repeat center left 10px / 17px 17px;
  border-radius: 9999px;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 10px 0 2px;
  padding: .25em;
  padding-left: 40px;
  width: 100%;
}
.flow-list .flow-check:first-child {
  margin-top: 0;
}
.flow-list .flow-check:nth-child(n+4) {
  padding-left: 50px;
}
.flow-list p {
  padding-left: 50px;
}
.flow-caution {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 15px 20px;
}
.flow-caution-head {
  margin-bottom: 1em;
}
.flow-caution-head span {
  align-items: center;
  display: flex;
  font-size: 2rem;
  justify-content: center;
}
.flow-caution-head span::before,
.flow-caution-head span::after {
  background: #d5d5d5;
  border-radius: 1.5px;
  content: '';
  display: block;
  height: 3px;
  margin: 0 2em;
  width: 73px;
}
.flow-item ol {
  margin-top: 30px;
}
.flow-item ol li {
  list-style: none;
}
.flow-num {
  color: #69c9f0;
  font-size: 2rem;
  letter-spacing: .1em;
  margin-bottom: .5em;
  text-align: center;
}
.flow-num span {
  align-items: center;
  background: #69c9f0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: normal;
  height: 23px;
  justify-content: center;
  margin-right: 5px;
  width: 23px;
}
.flow-item ol li p {
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: left;
}
.flow-exp {
  align-items: center;
  background: #fffaec;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
}
.flow-exp-head {
  background: url(/images/plan/flow-exp.png) no-repeat center left 30px / 43px 38px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
.flow-icon {
  position: absolute;
  right: 24px;
  top: -24px;
  width: 75px;
}
.flow-arrow {
  background: url(/images/plan/flow-arrow.png) no-repeat center center / 71px 30px;
  min-height: 30px;
  width: calc(100% - 50px);
  margin-inline: auto;
  margin-block: 30px;
  
  /*color: #69c9f0;
  font-size: 3rem;
  letter-spacing: .05em;
  text-indent: 55%;*/
}


/* .side-textの調整 start  */
/* PCサイズ */
.flow-arrow .side-text {
  display: block;
  width: auto;
  margin-inline: auto;
  position: relative;
  top: -10px;
}

.flow-arrow .side-text--01 {
  right: -25%;
  height: 30px;
}

.flow-arrow .side-text--02 {
  right: -28%;
  height: 30px;
}

@media screen and (min-width:768px) and ( max-width:1050px) { /* タブレット近辺サイズ */
  .flow-arrow .side-text {
    top: -10px;
  }

  .flow-arrow .side-text--01 {
    right: -30%;
    height: 3vw;
  }

  .flow-arrow .side-text--02 {
    right: -32%;
    height: 70px;
  }
}

@media screen and ( max-width:800px) { /* タブレット～SP */
  .flow-item {
    margin: 20px 0 0 auto;
    padding: 3.5vw 3.5vw 3.3vw;
    width: calc(100% - 30px);
    position: relative;
  }
}

@media screen and (max-width: 767px) { /* SPサイズ */
  .flow-arrow {
    margin-block: 5vw 5vw;
  }

  .flow-arrow .side-text {
    height: 8vw;
    width: auto;
    max-width: max-content;
    top: -1vw;
  }

  .flow-arrow .side-text--01 {
    right: -29%;
  }

  .flow-arrow .side-text--02 {
    right: -30%;
  }
}

@media screen and (max-width: 590px) { /* SPサイズ（より小さめ） */
  .flow-arrow .side-text--01 {
    right: -30%;
  }

  .flow-arrow .side-text--02 {
    right: -32%;
  }
}

/* .side-textの調整 end  */



@media screen and (max-width: 767px) {
  .plan-flow {
    margin-bottom: 4vw;
    padding-top: 4vw;
  }
  .flow-head {
    font-size: 5.8vw;
    margin-bottom: 9vw;
  }
  .flow-item {
    padding: 3.5vw 3.5vw 5vw;
  }
  .flow-item1 {
    padding-bottom: 3.5vw;
  }
  .flow-item2 {
    margin-bottom: 5px;
  }
  .flow-item3 {
    margin-top: 5px;
  }
  .flow-step {
    background: url(/images/plan/flow-step.png) no-repeat 0 0 / 16vw;
    font-size: 2.8vw;
    height: 16vw;
    left: calc(-3vw + -20px);
    padding-top: 4px;
    top: -30px;
    width: 16vw;
  }
  .flow-step span {
    font-size: 6vw;
  }
  .flow-title {
    font-size: 4vw;
  }
  .flow-title::after {
    height: 3px;
    margin: 3vw auto 4vw;
    width: 26vw;
  }
  .flow-text {
    font-size: 3.3vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .flow-item dl {
    margin-bottom: 10px;
  }
  .flow-item dl dt {
    font-size: 3.8vw;
    padding: .75em;
  }
  .flow-item dl dd {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 3em;
  }
  .flow-item dl dd > p,
  .flow-list p,
  .flow-caution p,
  .flow-exp p {
    font-size: 2.8vw;
    font-weight: normal;
  }
  .flow-list {
    margin-bottom: 0;
    width: 100%;
  }
  .flow-check {
    background-position: center left 1vw;
    background-size: 3.3vw;
    font-size: 3.3vw;
    margin: 8px 0 2px;
    padding: .2em;
    padding-left: 7vw;
    width: 100%;
  }
  .flow-list .flow-check:first-child {
    margin-top: 0;
  }
  .flow-list .flow-check:nth-child(n+4) {
    padding-left: 9vw;
  }
  .flow-list p {
    padding-left: 9vw;
  }
  .flow-caution {
    padding: 2em 3em;
  }
  .flow-caution-head {
    margin-bottom: 1em;
  }
  .flow-caution-head span {
    font-size: 3.3vw;
  }
  .flow-caution-head span::before,
  .flow-caution-head span::after {
    height: 2px;
    margin: 0 1.5em;
    width: 12vw;
  }
  .flow-item ol {
    margin-top: 0;
  }
  .flow-num {
    font-size: 3.7vw;
    letter-spacing: 0;
  }
  .flow-num span {
    font-size: 3vw;
    height: 4vw;
    width: 4vw;
  }
  .flow-item ol li p {
    font-size: 3.3vw;
    font-weight: normal;
    margin-bottom: 1.5em;
  }
  .flow-exp {
    align-items: center;
    background: #fffaec;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2em 3em;
  }
  .flow-exp-head {
    background-position: center left 5vw;
    background-size: 6.5vw 5.5vw;
    font-size: 3.3vw;
  }
  .flow-exp p {
    font-size: 2.6vw;
  }
  .flow-arrow {
    background-size: 10.7vw 4.8vw;
    font-size: 4vw;
    line-height: 1.5;
    min-height: 4.8vw;
    text-indent: 0;
  }

  .flow-icon {
    position: absolute;
    right: 2vw;
    top: -15px;
    width: 12vw;
  }
}


/* ==================
* modal
* ================== */
/* アニメーション処理スタイル start */
.modal_overlay,
.modal_contents {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: opacity 0.3s 0s, visibility 0.3s 0s;
}
.modal_overlay.is_open,
.modal_contents.is_open {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: opacity 0.3s 0s, visibility 0.0s 0s;
}
/* アニメーション処理スタイル end */

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgb(0 0 0 / 0.5);
  z-index: 999;
}

.modal_contents {
  max-width: 800px;
  width: calc(100vw - 80px);
  height: auto;
  max-height: 80vh;
  margin-inline: auto;

  position: fixed;
  inset: 0;
  z-index: 1000;
  margin: auto;
}
.modal_contents .inner {
  overflow-y: auto;
  padding: 40px 20px 50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.5vw;
}
.modal_contents .inner::-webkit-scrollbar {
  width: 5px;
}
.modal_contents .inner::-webkit-scrollbar-track {
  background-color: transparent;
  margin-block: 10px;
}
.modal_contents .inner::-webkit-scrollbar-thumb {
  background-color: #A2A2A2;
  border-radius: 9999px;
}
.modal_contents .modal-close {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 34px;
  background-color: #000000de;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 50px;
  line-height: 0;
  cursor: pointer;
  color: #fff;
}
.modal_contents .modal-close span {
  position: relative;
  top: -0.08em;
}
.modal_contents .link-button {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 30px auto 0;
}
.modal_contents .link-button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  /* sp only */
  .modal_contents {
    width: calc(100vw - 60px);
  }
  .modal_contents .inner {
    padding: 20px 0px 30px;
    border-radius: 3vw;
  }
  .modal_contents .link-button {
    margin-top: 18px;
  }
}
/* sp only */
/* end modal */


@media screen and (min-width: 440px) {
  /* sp only */
  .-sp-small-only {
    display: none !important;
  }
} /* sp only */