/* all
------------------------------------------------------------------ */
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .is-sp {
    display: none;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  height: auto;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

/* footer--------------------------------*/
footer {
  width: 100%;
  background: #333333;
}
@media (min-width: 769px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
footer p {
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  footer p {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
@media (max-width: 768px) {
  footer p {
    font-size: 2.4vw;
    line-height: 2;
  }
}

/* mv--------------------------------*/
.mv {
  width: 100%;
  background: #E2EEBF;
  color: #333333;
}
.mv .mv_inner {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (min-width: 769px) {
  .mv .mv_inner {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .mv .mv_inner {
    padding-bottom: 10.6666666667vw;
  }
}
.mv .mv_note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (min-width: 769px) {
  .mv .mv_note {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .mv .mv_note {
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
    width: 86.9333333333vw;
  }
}
.mv .mv_note li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .mv .mv_note li {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mv .mv_note li {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.mv .mv_icon {
  margin: auto;
}
@media (min-width: 769px) {
  .mv .mv_icon {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .mv .mv_icon {
    width: 10.6666666667vw;
  }
}
.mv .mv_box {
  position: relative;
  background: #fff;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  .mv .mv_box {
    width: 100%;
    max-width: 824px;
    border-radius: 40px;
    margin-top: 16px;
    padding: 33px 30px 32px;
    -webkit-box-shadow: 0px 0px 24px rgba(128, 173, 0, 0.5);
            box-shadow: 0px 0px 24px rgba(128, 173, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .mv .mv_box {
    width: 86.9333333333vw;
    border-radius: 10.6666666667vw;
    margin-top: 2.1333333333vw;
    padding: 4.2666666667vw 4.2666666667vw 6.4vw;
    -webkit-box-shadow: 0px 0px 6.4vw rgba(128, 173, 0, 0.5);
            box-shadow: 0px 0px 6.4vw rgba(128, 173, 0, 0.5);
  }
}
.mv .mv_badge {
  position: absolute;
}
@media (min-width: 769px) {
  .mv .mv_badge {
    width: 153px;
    height: 149px;
    top: -48px;
    left: 28px;
  }
}
@media (max-width: 768px) {
  .mv .mv_badge {
    width: 24.8vw;
    height: 24.2666666667vw;
    top: -7.4666666667vw;
    left: -4.5333333333vw;
  }
}
.mv .mv_card {
  position: absolute;
}
@media (min-width: 769px) {
  .mv .mv_card {
    width: 182.5px;
    height: 135.5px;
    top: -55px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .mv .mv_card {
    width: 25.8666666667vw;
    height: 19.2vw;
    top: -9.8666666667vw;
    right: -1.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mv .mv_kangen {
    width: 50.6674757282%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .mv .mv_kangen {
    width: 68.5333333333vw;
    margin-left: 7.7333333333vw;
  }
}
.mv .mv_note2 {
  width: 100%;
}
@media (min-width: 769px) {
  .mv .mv_note2 {
    margin-top: 29px;
  }
}
@media (max-width: 768px) {
  .mv .mv_note2 {
    margin-top: 4.5333333333vw;
  }
}
.mv .mv_note2 li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .mv .mv_note2 li {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mv .mv_note2 li {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* cta--------------------------------*/
.cta {
  width: 100%;
  background: #C4D700;
  text-align: center;
}
@media (min-width: 769px) {
  .cta {
    padding: 24px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .cta {
    padding: 8.5333333333vw 6.4vw;
  }
}
@media (min-width: 769px) {
  .cta.-first {
    padding-top: 32px;
  }
}
.cta .cta_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-weight: 700;
  background-color: #FF5F04;
  margin: auto;
}
@media (min-width: 769px) {
  .cta .cta_button {
    width: 376px;
    height: 80px;
    margin-bottom: 26px;
    border-radius: 70px;
    font-size: 28px;
    line-height: 1.2857142857;
    -webkit-box-shadow: 0px 6px 0px #9f3a00;
            box-shadow: 0px 6px 0px #9f3a00;
  }
}
@media (max-width: 768px) {
  .cta .cta_button {
    width: 86.9333333333vw;
    height: 18.6666666667vw;
    margin-bottom: 6.9333333333vw;
    border-radius: 18.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    -webkit-box-shadow: 0px 1.0666666667vw 0px #9f3a00;
            box-shadow: 0px 1.0666666667vw 0px #9f3a00;
  }
}
.cta .cta_button::after {
  content: "";
  display: block;
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/arrow_01.png") left top no-repeat;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media (min-width: 769px) {
  .cta .cta_button::after {
    right: 32px;
    width: 11px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .cta .cta_button::after {
    right: 8.5333333333vw;
    width: 2.9333333333vw;
    height: 4.8vw;
  }
}
.cta .cta_img {
  margin: auto;
}
@media (min-width: 769px) {
  .cta .cta_img {
    width: 431px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cta .cta_img {
    width: 84.2666666667vw;
    margin-bottom: 2.4vw;
  }
}
.cta .cta_note {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  color: #333;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cta .cta_note {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cta .cta_note {
    font-size: 3.2vw;
  }
}

/* content--------------------------------*/
.content_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  color: #333333;
}
@media (min-width: 769px) {
  .content_inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .content_inner {
    padding-top: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}

/* cont01--------------------------------*/
.cont01 {
  background: #EBF0EE;
}
.cont01 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .cont01 h2 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cont01 h2 {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.cont01 h2::before {
  content: "";
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/slash_left.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  .cont01 h2::before {
    width: 58px;
    height: 80.5px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cont01 h2::before {
    width: 9.3333333333vw;
    height: 13.0666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.cont01 h2::after {
  content: "";
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/slash_right.png") center 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  .cont01 h2::after {
    width: 58px;
    height: 80.5px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .cont01 h2::after {
    width: 9.3333333333vw;
    height: 13.0666666667vw;
    margin-left: 5.3333333333vw;
  }
}
.cont01 .cont01_box01 {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .cont01 .cont01_box01 {
    padding-top: 104px;
    padding-bottom: 191px;
    border-radius: 300px;
    margin-top: 88px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_box01 {
    width: 86.9333333333vw;
    padding-top: 29.0666666667vw;
    padding-bottom: 36.8vw;
    border-radius: 53.3333333333vw;
    margin-top: 4vw;
  }
}
.cont01 .cont01_box01 .ttl_fukidashi {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 769px) {
  .cont01 .cont01_box01 .ttl_fukidashi {
    top: -56px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_box01 .ttl_fukidashi {
    top: 0;
  }
}
.cont01 .cont01_title01 {
  position: relative;
  background: #C4D700;
  margin: auto;
  color: #004831;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .cont01 .cont01_title01 {
    width: 256px;
    border-radius: 50px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_title01 {
    width: 74.1333333333vw;
    border-radius: 13.3333333333vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 4.8vw;
  }
}
.cont01 .cont01_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media (min-width: 769px) {
  .cont01 .cont01_list01 {
    width: 400px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_list01 {
    width: 74.1333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cont01 .cont01_list01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  background: #00846D;
  text-align: center;
}
@media (min-width: 769px) {
  .cont01 .cont01_list01 > li {
    width: 188px;
    height: 100px;
    border-radius: 8px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_list01 > li {
    width: 34.9333333333vw;
    height: 18.6666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.cont01 .cont01_list01 > li:last-child {
  background: #3A61A3;
}
.cont01 .cont01_note {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  color: #333;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont01 .cont01_note {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_note {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_note + .cont01_title01 {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_note + .cont01_title01 {
    margin-top: 10.6666666667vw;
  }
}
.cont01 .box01_inner {
  margin: auto;
}
@media (min-width: 769px) {
  .cont01 .box01_inner {
    width: 100%;
    max-width: 760px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cont01 .box01_inner .box01_text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #004831;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_text {
    width: 420px;
    padding-right: 40px;
    font-size: 26px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_text {
    text-align: center;
    margin: 3.7333333333vw auto auto;
    padding-bottom: 13.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.8;
  }
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_text span {
    border-bottom: 4px solid #C4D700;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_text span {
    border-bottom: 1.0666666667vw solid #C4D700;
    padding-bottom: 0.5333333333vw;
  }
}
.cont01 .box01_inner .box01_text::after {
  content: "";
  position: absolute;
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_text::after {
    background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/arrow_02.png") left top no-repeat;
    background-size: 100%;
    width: 22px;
    height: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_text::after {
    background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/arrow_03.png") left top no-repeat;
    background-size: 100%;
    width: 7.4666666667vw;
    height: 4.5333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_list {
    width: 325px;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_list {
    margin: 6.4vw auto auto;
    width: 74.1333333333vw;
  }
}
.cont01 .box01_inner .box01_list > li {
  position: relative;
  color: #004831;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_list > li {
    padding-left: 60px;
    font-size: 26px;
    line-height: 1.3076923077;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_list > li {
    padding-left: 12.8vw;
    font-size: 6.4vw;
    line-height: 1.2916666667;
  }
}
.cont01 .box01_inner .box01_list > li::before {
  content: "";
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/ico_check.png") left top no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_list > li::before {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_list > li::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_list > li + li {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_list > li + li {
    margin-top: 4.2666666667vw;
  }
}
.cont01 .box01_inner .box01_list > li span {
  color: #333;
  font-weight: 400;
}
@media (min-width: 769px) {
  .cont01 .box01_inner .box01_list > li span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cont01 .box01_inner .box01_list > li span {
    font-size: 3.2vw;
  }
}
.cont01 .cont01_box02 {
  background: #fff;
  margin: auto;
  position: relative;
}
@media (min-width: 769px) {
  .cont01 .cont01_box02 {
    width: 760px;
    border-radius: 40px;
    margin-top: -118px;
    margin-bottom: 32px;
    padding: 69px 115px 40px;
    border: 2px solid #C4D700;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_box02 {
    width: 86.9333333333vw;
    border-radius: 10.6666666667vw;
    margin-top: -24vw;
    margin-bottom: 8.5333333333vw;
    padding: 12.8vw 0 8vw;
    border: 0.5333333333vw solid #C4D700;
  }
}
.cont01 .cont01_box02 .ttl_fukidashi {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .cont01 .cont01_box02 .ttl_fukidashi {
    width: 342px;
    border-radius: 16px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    font-size: 28px;
    top: -32px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_box02 .ttl_fukidashi {
    width: 60.8vw;
    border-radius: 4.2666666667vw;
    height: 12.8vw;
    line-height: 12.8vw;
    padding: 0;
    font-size: 5.3333333333vw;
    top: -6.4vw;
  }
}
.cont01 .cont01_box02 .ttl_fukidashi::after {
  content: none;
}
.cont01 .cont01_box02 .cont01_note {
  margin: auto;
  width: 74.1333333333vw;
}
.cont01 .box02_inner {
  color: #004831;
}
@media (min-width: 769px) {
  .cont01 .box02_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cont01 .box02_inner {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .cont01 .box02_inner .box02_cont {
    width: 288px;
  }
}
.cont01 .box02_inner .box02_ttl {
  font-weight: 700;
}
@media (min-width: 769px) {
  .cont01 .box02_inner .box02_ttl {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .cont01 .box02_inner .box02_ttl {
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
    text-align: center;
  }
}
.cont01 .box02_inner .box02_text {
  font-weight: 700;
}
@media (min-width: 769px) {
  .cont01 .box02_inner .box02_text {
    font-size: 20px;
    line-height: 2.1;
  }
}
@media (max-width: 768px) {
  .cont01 .box02_inner .box02_text {
    margin-top: 4.2666666667vw;
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .cont01 .box02_inner .box02_img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .cont01 .box02_inner .box02_img {
    margin: auto;
    width: 43.4666666667vw;
  }
}
.cont01 .cont01_attention {
  font-weight: 400;
}
@media (min-width: 769px) {
  .cont01 .cont01_attention {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_attention {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.cont01 .cont01_attention dt {
  font-weight: 400;
}
@media (min-width: 769px) {
  .cont01 .cont01_attention dt + dd {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_attention dt + dd {
    margin-top: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_attention dd + dt {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_attention dd + dt {
    margin-top: 8.5333333333vw;
  }
}
.cont01 .cont01_attention li {
  text-indent: -1em;
  padding-left: 1em;
}
.cont01 .cont01_attention a {
  color: #333;
  text-decoration: underline;
}
.cont01 .cont01_step {
  margin: auto;
}
@media (min-width: 769px) {
  .cont01 .cont01_step {
    width: 560px;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_step li + li {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_step li + li {
    margin-top: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_step .img {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_step .img {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_step .cont {
    width: 278px;
  }
}
.cont01 .cont01_step .cont .title {
  position: relative;
  background: #C4D700;
  color: #004831;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .cont01 .cont01_step .cont .title {
    margin-bottom: 16px;
    border-radius: 50px;
    width: 104px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_step .cont .title {
    margin: auto auto 4.2666666667vw;
    border-radius: 13.3333333333vw;
    width: 27.7333333333vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cont01 .cont01_step .cont .text {
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont01 .cont01_step .cont .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_step .cont .text {
    text-align: center;
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .cont01 .cont01_step .cont .text + .title {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cont01 .cont01_step .cont .text + .title {
    margin-top: 6.4vw;
  }
}

/* cont02--------------------------------*/
.cont02 {
  position: relative;
  width: 100%;
  background: #E2EEBF;
}
@media (min-width: 769px) {
  .cont02 .content_inner {
    padding-top: 110px;
  }
}
.cont02 .cont02_title {
  color: #004831;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media (min-width: 769px) {
  .cont02 .cont02_title {
    font-size: 34px;
    line-height: 1.2941176471;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.cont02 .cont02_title img {
  position: absolute;
}
.cont02 .cont02_attention {
  margin: auto;
}
@media (min-width: 769px) {
  .cont02 .cont02_attention {
    width: 680px;
    margin-top: 22px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_attention {
    width: 74.1333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.cont02 .cont02_attention li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont02 .cont02_attention li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_attention li {
    font-size: 3.2vw;
  }
}
.cont02 .cont02_box {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .cont02 .cont02_box {
    border-radius: 320px;
    -webkit-box-shadow: 0px 0px 24px rgba(128, 173, 0, 0.5);
            box-shadow: 0px 0px 24px rgba(128, 173, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box {
    width: 86.9333333333vw;
    border-radius: 53.3333333333vw 53.3333333333vw 4.2666666667vw 4.2666666667vw;
    -webkit-box-shadow: 0px 0px 6.4vw rgba(128, 173, 0, 0.5);
            box-shadow: 0px 0px 6.4vw rgba(128, 173, 0, 0.5);
  }
}
.cont02 .cont02_box .ttl_fukidashi {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 769px) {
  .cont02 .cont02_box .ttl_fukidashi {
    top: -40px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box .ttl_fukidashi {
    top: 0;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box + .cont02_box {
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box + .cont02_box {
    margin-top: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box01 {
    padding-top: 152px;
    padding-bottom: 91px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box01 {
    padding-top: 30.6666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box01 .cont02_title img {
    width: 121px;
    left: 268px;
    top: -47px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box01 .cont02_title img {
    width: 25.0666666667vw;
    left: -1.0666666667vw;
    top: -5.6vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box01 .cont02_img {
    width: 806px;
    margin-top: 23px;
    margin-left: 110px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box01 .cont02_img {
    width: 77.8666666667vw;
    margin-top: 4.2666666667vw;
    margin-left: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box02 {
    padding-top: 45px;
    padding-bottom: 47px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box02 {
    padding-top: 20.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box02 .cont02_title img {
    width: 210px;
    right: 236px;
    top: -78px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box02 .cont02_title img {
    width: 43.2vw;
    right: -0.8vw;
    top: -15.7333333333vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box02 .cont02_img {
    width: 802px;
    margin-top: 27px;
    margin-left: 84px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box02 .cont02_img {
    width: 80.5333333333vw;
    margin-top: 2.1333333333vw;
    margin-left: 3.2vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box03 {
    padding-top: 43px;
    padding-bottom: 59px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box03 {
    padding-top: 20.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box03 .cont02_title img {
    width: 103px;
    left: 233px;
    top: -69px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box03 .cont02_title img {
    width: 21.3333333333vw;
    left: 9.8666666667vw;
    top: -13.0666666667vw;
  }
}
@media (min-width: 769px) {
  .cont02 .cont02_box.-box03 .cont02_img {
    width: 816px;
    margin-top: 26px;
    margin-left: 100px;
  }
}
@media (max-width: 768px) {
  .cont02 .cont02_box.-box03 .cont02_img {
    width: 79.4666666667vw;
    margin-top: 2.4vw;
    margin-left: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .cont02 .toggle_contents {
    margin-top: 32px;
    margin-bottom: 93px;
  }
}
@media (max-width: 768px) {
  .cont02 .toggle_contents {
    margin-top: 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .cont02 .toggle_contents .cont02_title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .cont02 .toggle_contents .cont02_title {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }
}
.cont02 .toggle_contents .cont02_img {
  margin: auto;
}
@media (min-width: 769px) {
  .cont02 .toggle_contents .cont02_img {
    width: 278px;
  }
}

/* cont03--------------------------------*/
.cont03 {
  width: 100%;
  margin: auto;
}
.cont03 .cont03_logo {
  margin: auto;
}
@media (min-width: 769px) {
  .cont03 .cont03_logo {
    width: 193px;
  }
}
@media (max-width: 768px) {
  .cont03 .cont03_logo {
    width: 34.1333333333vw;
  }
}
.cont03 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .cont03 h2 {
    margin-top: 16px;
    font-size: 26px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cont03 h2 {
    margin-top: 5.8666666667vw;
    margin-bottom: 4.2666666667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.cont03 h2::before {
  content: "";
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/slash_left.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  .cont03 h2::before {
    width: 58px;
    height: 80.5px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cont03 h2::before {
    width: 9.3333333333vw;
    height: 13.0666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.cont03 h2::after {
  content: "";
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/slash_right.png") center 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  .cont03 h2::after {
    width: 58px;
    height: 80.5px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .cont03 h2::after {
    width: 9.3333333333vw;
    height: 13.0666666667vw;
    margin-left: 5.3333333333vw;
  }
}
.cont03 .cont03_title {
  font-weight: 700;
  color: #004831;
  text-align: center;
}
@media (min-width: 769px) {
  .cont03 .cont03_title {
    margin-bottom: 24px;
    font-size: 47px;
    line-height: 0.7704918033;
  }
}
@media (max-width: 768px) {
  .cont03 .cont03_title {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
    line-height: 1.28125;
  }
}
.cont03 .cont03_title rt {
  position: relative;
  color: #C4D700;
  font-size: 100%;
  top: 0.1em;
}
.cont03 .cont03_img {
  margin: auto;
}
@media (min-width: 769px) {
  .cont03 .cont03_img {
    width: 760px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cont03 .cont03_img {
    width: 86.9333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cont03 .cont03_img img {
  width: 100%;
}
.cont03 .cont03_attention {
  margin: auto;
}
@media (min-width: 769px) {
  .cont03 .cont03_attention {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .cont03 .cont03_attention {
    width: 86.9333333333vw;
  }
}
.cont03 .cont03_attention li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont03 .cont03_attention li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cont03 .cont03_attention li {
    font-size: 3.2vw;
  }
}

/* cont04--------------------------------*/
.cont04 {
  position: relative;
  width: 100%;
  background: #E2EEBF;
  color: #333;
}
.cont04 .cont04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
}
@media (min-width: 769px) {
  .cont04 .cont04_list {
    max-width: 760px;
    margin-top: 55px;
    gap: 0 40px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw 0;
    margin-top: 10.6666666667vw;
  }
}
.cont04 .cont04_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cont04 .cont04_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 16px;
    padding: 24px 0 32px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 24px rgba(128, 173, 0, 0.5);
            box-shadow: 0px 0px 24px rgba(128, 173, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list > li {
    margin: auto;
    width: 86.9333333333vw;
    border-radius: 4.2666666667vw;
    padding: 6.9333333333vw 0 8.5333333333vw;
    -webkit-box-shadow: 0px 0px 6.4vw rgba(128, 173, 0, 0.5);
            box-shadow: 0px 0px 6.4vw rgba(128, 173, 0, 0.5);
  }
}
@media (min-width: 769px) {
  .cont04 .cont04_list > li .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
    width: 278px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list > li .cont {
    margin: auto;
    width: 74.1333333333vw;
  }
}
.cont04 .cont04_list .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #C4D700;
  margin: auto;
  color: #004831;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .title {
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0 24px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .title {
    border-radius: 13.3333333333vw;
    padding: 1.6vw 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.cont04 .cont04_list .text01 {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .text01 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .text01 {
    font-size: 4.8vw;
  }
}
.cont04 .cont04_list .text02 {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .text02 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .text02 {
    font-size: 5.8666666667vw;
  }
}
.cont04 .cont04_list .text03 {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .text03 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .text03 {
    font-size: 5.3333333333vw;
  }
}
.cont04 .cont04_list .note {
  position: relative;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .note {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .note {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.cont04 .cont04_list .img01 {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .img01 {
    width: 96px;
    margin-top: 35px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .img01 {
    width: 25.6vw;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.cont04 .cont04_list .img02 {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .img02 {
    width: 278px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .img02 {
    width: 74.1333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.cont04 .cont04_list .img03 {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .img03 {
    width: 262px;
    margin-top: 52px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .img03 {
    width: 65.6vw;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.cont04 .cont04_list .img04 {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .img04 {
    width: 312px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .img04 {
    width: 74.1333333333vw;
    margin-top: 6.4vw;
  }
}
.cont04 .cont04_list .img05 {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .img05 {
    width: 80px;
    margin-top: 36px;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .img05 {
    width: 21.3333333333vw;
    margin-top: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cont04 .cont04_list .img06 {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .img06 {
    width: 278px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .img06 {
    width: 74.1333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .cont04 .cont04_list + .ttl_fukidashi {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list + .ttl_fukidashi {
    margin-top: 17.0666666667vw;
  }
}
.cont04 .cont04_list .paid {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #004831;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .cont04 .cont04_list .paid {
    height: 32px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list .paid {
    height: 8.5333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
  }
}
.cont04 .cont04_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cont04 .cont04_list02 > li {
  width: 50%;
}
.cont04 .cont04_list02 > li + li {
  border-left: 1px solid #EBF0EE;
}
.cont04 .cont04_list02 > li .title {
  font-weight: 600;
}
@media (min-width: 769px) {
  .cont04 .cont04_list02 > li .title {
    padding: 0 22px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list02 > li .title {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .cont04 .cont04_list02 > li .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
    width: 140px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_list02 > li .cont {
    margin: auto;
    width: 37.3333333333vw;
  }
}
.cont04 .cont04_attention {
  margin: auto;
}
@media (min-width: 769px) {
  .cont04 .cont04_attention {
    width: 760px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_attention {
    width: 86.9333333333vw;
    margin-top: 6.4vw;
  }
}
.cont04 .cont04_attention li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cont04 .cont04_attention li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cont04 .cont04_attention li {
    font-size: 3.2vw;
  }
}

.ttl_fukidashi {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #004831;
  margin: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .ttl_fukidashi {
    border-radius: 20px;
    height: 97px;
    line-height: 97px;
    padding: 0 48px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .ttl_fukidashi {
    border-radius: 4.2666666667vw;
    line-height: 1.3;
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.ttl_fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("https://cdn.hopper.com/b2bportal/smcc/campaign/260302/v1/img/ico_balloon.png") left bottom no-repeat;
  background-size: 100%;
}
@media (min-width: 769px) {
  .ttl_fukidashi::after {
    width: 39px;
    height: 34.5px;
    bottom: -24px;
  }
}
@media (max-width: 768px) {
  .ttl_fukidashi::after {
    width: 6.9333333333vw;
    height: 6.1333333333vw;
    bottom: -4.2666666667vw;
  }
}

/* toggle--------------------------------*/
.toggle_contents {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 769px) {
  .toggle_contents {
    max-width: 760px;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .toggle_contents {
    width: 86.9333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .toggle_contents + .toggle_contents {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .toggle_contents + .toggle_contents {
    margin-top: 6.1333333333vw;
  }
}

.toggle_title {
  font-weight: 700;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
  background: #004831;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media (min-width: 769px) {
  .toggle_title {
    padding: 18px 0 20px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .toggle_title {
    padding: 2.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
}

.toggle_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 769px) {
  .toggle_btn {
    right: 24px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .toggle_btn {
    right: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.toggle_btn::before, .toggle_btn::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.toggle_btn::before {
  height: 100%;
}
@media (min-width: 769px) {
  .toggle_btn::before {
    width: 2px;
  }
}
@media (max-width: 768px) {
  .toggle_btn::before {
    width: 0.5333333333vw;
  }
}
.toggle_btn::after {
  width: 100%;
}
@media (min-width: 769px) {
  .toggle_btn::after {
    height: 2px;
  }
}
@media (max-width: 768px) {
  .toggle_btn::after {
    height: 0.5333333333vw;
  }
}

.toggle_title.selected .toggle_btn::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.toggle_box {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s;
}
.toggle_title.selected + .toggle_box {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
}

.toggle_inner {
  padding: 24px 40px 40px;
}
@media (max-width: 768px) {
  .toggle_inner {
    padding: 6.4vw;
  }
}
