@charset "UTF-8";
/*フォント読込*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
/*全般*/
html {
  font-size: 62.5%;
  /* 10px */
  scroll-behavior: smooth;
}

@media screen and (max-width: 1280px) and (min-width: 835px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 2.2vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
}

.txt-center,
body {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.sblod {
  font-weight: 500 !important;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

img {
  width: 100%;
}

/*wrapper*/
.wrapper150 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.section1 {
  background: url(../img/design2/bg-02.png) no-repeat;
  background-size: contain;
  background-color: #fff8f6;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section1 {
    background: url(../img/design2/sp_bg-02.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}
.section1:after {
  content: "";
  background: url(../img/design2/bg-ptn-02.png) no-repeat;
  background-position: bottom center;
  position: absolute;
  max-width: 1500px;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 457px;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .section1:after {
    background: url(../img/design2/sp_bg-ptn-02.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 100%;
    height: 68vw;
    bottom: -56vw;
  }
}

.wrapbg02 {
  background: url(../img/design2/bg-ptn-01.png) no-repeat top center;
  background-size: 1500px auto;
  padding-bottom: 6%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: -2px;
}
@media screen and (max-width: 834px) {
  .wrapbg02 {
    background: none;
  }
}

@media screen and (min-width: 1500px) {
  .section1 {
    max-width: 100%;
    background-size: 100% 413px;
  }
}
.section2 {
  background-color: #ffdadd;
  position: relative;
  z-index: 1;
  padding-top: 360px;
  margin-top: -2px;
}
@media screen and (max-width: 834px) {
  .section2 {
    padding-top: 40vw;
  }
}

.wrapbg03 {
  position: relative;
  background: url(../img/design2/bg-03.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 260px;
}
@media screen and (max-width: 834px) {
  .wrapbg03 {
    background: url(../img/design2/sp_bg-03.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 0;
    background-size: contain;
  }
}
.wrapbg03:after {
  content: "";
  background: url(../img/design2/bg-ptn-03.png) no-repeat;
  background-position: bottom center;
  position: absolute;
  max-width: 100%;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  z-index: 2;
  width: 1800px;
  height: 580px;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .wrapbg03:after {
    background: url(../img/design2/sp_bg-ptn-03.png) no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100vw;
    background-size: contain;
    position: absolute;
    bottom: 7vw;
  }
}

@media screen and (min-width: 1500px) {
  .wrapbg03 {
    max-width: 100%;
    background-size: 100% 362px;
  }
}
/* .section3{
    background: url(../img/bg_parts_1500_3.png) no-repeat bottom center;
    background-size: 1500px auto;
} */
.section5 {
  background-color: #f5ede9;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .section5 {
    padding: 18vw 0 10vw 0;
  }
}

/*header*/
.header-inner {
  padding: 15px 40px 0 40px;
  display: flex;
  justify-content: space-between;
}
.header-inner h2 {
  width: 160px;
}
.header-inner img {
  margin: 10px 0;
}
.header-inner .logo2 {
  width: 166px;
}

/*main*/
main {
  background-color: #ffefef;
  padding: 20px 0 0;
}

.main-contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .main-tops {
    background: url(../img/design2/sp_bg-ptn-01.png) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 7vw;
  }
}
.main-tops-inner {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .main-tops-inner {
    max-width: 96%;
  }
}
@media screen and (max-width: 834px) {
  .main-tops-inner {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .main-tops-inner h1 {
    padding-top: 11vw;
    margin-bottom: 5vw;
  }
  .main-tops-inner h1 img {
    width: 94%;
    margin: 0 auto;
  }
}
.main-tops-inner .logo {
  float: right;
  width: 148px;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .main-tops-inner .logo {
    width: 22vw;
    margin: 4vw 3vw 0 0;
  }
}
.main-tops-inner .note {
  margin: 6px 10px 26px 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.3em;
}
@media screen and (max-width: 834px) {
  .main-tops-inner .note {
    margin: 1vw 6.6vw 0 6.6vw;
  }
}

.bg-floatBtn {
  background: url(../img/bg_float_repeat_bar.png) repeat center center;
}

.box-wrapp {
  background: #fff;
  border-radius: 20px;
  padding: 25px 50px;
}

.btn-section {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 560px;
}

/*TOP画像部*/
main .bg01 {
  background: url(../img/design2/bg-01.png) bottom left no-repeat;
  background-size: contain;
  max-width: 1500px;
}
@media screen and (max-width: 834px) {
  main .bg01 {
    background: none;
  }
}

@media screen and (min-width: 1500px) {
  main .bg01 {
    max-width: 100%;
    background-size: 100% 200px;
  }
}
.main-tops-top h1 {
  width: 700px;
  margin-top: 64px;
  margin-left: 30px;
}

#chara-wrapp {
  width: 660px;
  margin-top: 10px;
  display: flow;
}

#top-copy {
  max-width: 170px;
  width: 24%;
  float: right;
  /* margin-right: 46px; */
  left: 12%;
  top: 456px;
  position: relative;
  z-index: 10;
}

/*調整*/
@media screen and (max-width: 1500px) {
  #top-copy {
    left: -4%;
    top: 78%;
  }
}
#top-info {
  max-width: 340px;
  width: 25%;
  position: absolute;
  z-index: 9;
  margin-top: -44px;
  margin-left: -29rem;
}

/*調整*/
@media screen and (max-width: 1450px) {
  #top-info {
    margin-left: -23%;
    width: 23%;
  }
}
#top-chara {
  max-width: 646px;
  width: 98%;
  position: relative;
  top: -9px;
  left: 0px;
}

/*TOPボタン*/
.top-btns {
  width: 96%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 50px 0 0 0;
  position: relative;
  top: 0;
}
.btn-cp span {
  display: none;
}

.btn-cp {
  position: relative;
  width: 330px;
  height: 109px;
  max-height: 109px;
  margin: 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .btn-cp {
    margin: 2rem auto 2.2rem auto;
  }
}

.btn-cp img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.6s;
}

.btn-cp img:nth-of-type(2) {
  opacity: 0;
}

.btn-cp:hover img:nth-of-type(2) {
  opacity: 1;
}

.btn-cp:hover img:nth-of-type(1) {
  opacity: 0;
}

/*section1*/
.section1 .wrapper128 {
  padding-top: 48px;
}
.section1 .wrapper128.nosp {
  padding-top: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .section1 .wrapper128.nosp {
    margin-top: -3vw;
  }
}
.section1 .wrapper128 .main-contents {
  margin: 8px auto 0 auto;
}

.section1 h2,
.section3 h2 {
  font-size: clamp(2.3rem, 2.3vw, 3.2rem);
  font-weight: 700;
  color: #e44e1d;
  letter-spacing: clamp(0.24rem, 0.3vw, 0.6rem);
  text-indent: clamp(0.24rem, 0.3vw, 0.6rem);
  line-height: 1.45;
}

.sec1-img01 {
  width: 100%;
  max-width: 882px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sec1-img01 {
    width: 90%;
  }
}

.pop {
  display: block;
  width: clamp(16rem, 16vw, 19rem);
  height: clamp(16rem, 16vw, 19rem);
  position: absolute;
  margin-top: clamp(-19rem, -16vw, -16rem);
  margin-left: -3rem;
}

.section1 .main-contents-detail {
  background: #ffe58d;
  border-radius: 20px;
  padding: 30px 20px 20px;
  margin: 14px 0;
}

.sub-box {
  margin: 54px auto 50px auto;
  width: 700px;
  position: relative;
  top: 0;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .sub-box {
    margin: 9vw auto 14vw auto;
  }
}

.sub-box div {
  width: 300px;
  margin: 0 10px;
}

.sub-box .sub-text2 {
  text-align: left;
  margin-top: 14px;
  line-height: 1.5em;
  font-size: 15px;
}
.sub-box .sub-text2 .pc {
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .sub-box .sub-text2 {
    font-size: 3.2vw;
  }
  .sub-box .sub-text2 .pc {
    display: none;
  }
}

.sub-text {
  font-size: 15px;
  display: inline-block;
  padding: 1rem;
  text-align: left;
  font-weight: 700;
}

.sub-text2 {
  font-size: 13px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .sub-text2 {
    font-size: 3vw;
  }
}

.image-wrapp {
  width: 55%;
  max-width: calc(100% - 500px);
}

.cp-image {
  margin: 40px auto;
  width: 90%;
}

.cp-info {
  float: right;
  /* width: 230px; */
  max-width: 313px;
}

.subimg-box {
  display: flex !important;
  margin: 7% 0 0;
}

.subimg-box img {
  max-height: 100%;
  width: 100%;
}

.cp-sub {
  margin: 1rem;
}

.main-note {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}

.note-link {
  font-weight: 300;
  word-break: break-all;
  padding-right: 1em;
  background: url(../img/design2/ext_link_bk.svg) no-repeat;
  background-size: 0.7em;
  background-position: 100% 60%;
}

.sec1-img04 {
  width: 49%;
  margin: 2rem auto;
}

/*調整*/
@media screen and (max-width: 1200px) {
  .image-wrapp {
    max-width: unset;
  }
  .cp-info {
    margin-right: 2%;
  }
}
/*section2*/
.section2 h2,
.section4 h2,
.footer-contents h2 {
  font-size: 3.45rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.future-inner:nth-child(2) {
  position: absolute;
  width: 43%;
  max-width: 264px;
  margin-left: 48%;
}

.future-inner:nth-child(1) {
  width: 100%;
  /* max-width: 660px; */
  margin-top: 30px;
}

.section2 .main-contents-title img {
  width: 54%;
  margin: 60px auto 2rem;
}

.sec2-img01 {
  width: 100%;
  max-width: 624px;
  position: relative;
  left: -3.5rem;
  margin-top: 1rem;
}

.sec2-img02 {
  position: absolute;
  width: 100%;
  max-width: 260px;
  /* margin: 14px 3%; */
  margin-top: 20px;
}

.future-info {
  line-height: 2;
  font-size: clamp(1.8rem, 1.75vw, 2.2rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  margin-left: 4rem;
  margin-top: 0.5em;
}

.future-inner .main-note {
  margin-top: 0.25rem;
  margin-left: 5rem;
  text-align: inherit;
}

.future-inner em {
  font-size: 0.8em;
  vertical-align: top;
  font-style: normal;
}

/*調整*/
@media screen and (max-width: 1200px) {
  .sec2-img01 {
    max-width: unset;
    width: 50%;
  }
  .sec2-img02 {
    max-width: unset;
    width: 18%;
  }
}
/*section3*/
.section3 {
  margin-top: -40px;
}

.section3 h2 {
  background: url(../img/sec3-ttl.png) no-repeat center center;
  display: inline-block;
  padding: 80px 78px;
  width: 810px;
  color: #0074c2;
}

.sec3-point {
  width: 49%;
  max-width: 600px;
  margin-bottom: 20px;
}

.section3 .main-contents-detail,
.section3 .main-note {
  position: relative;
  top: -60px;
}

.btn-content span {
  display: none;
}

.btn-content {
  position: relative;
  display: block;
  width: 502px;
  height: 112px;
  max-height: 112px;
  overflow: hidden;
}

.btn-content img {
  position: absolute;
  width: 100%;
  display: block;
  transition: 0.6s;
}

.btn-content img:nth-of-type(2) {
  opacity: 0;
}

.btn-content:hover img:nth-of-type(2) {
  opacity: 1;
}

.btn-content:hover img:nth-of-type(1) {
  opacity: 0;
}

.simulation {
  position: relative;
  background: #fbfbf6 url(../img/design2/bg-ptn-04.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 160px;
  margin: -1vw auto 0 auto;
}
@media screen and (max-width: 834px) {
  .simulation {
    background: #fbfbf6 url(../img/design2/sp_bg-ptn-04.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding-bottom: 16vw;
  }
}
.simulation::after {
  content: "";
  background: url(../img/design2/bg-04.png) no-repeat;
  background-position: bottom center;
  position: absolute;
  max-width: 1500px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 219px;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .simulation::after {
    max-width: 100%;
    width: 100%;
    height: 219px;
    background-size: auto;
  }
}
@media screen and (max-width: 834px) {
  .simulation::after {
    background: url(../img/design2/sp_bg-04.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 100%;
    height: 50vw;
  }
}

.simulation .btn-section {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .simulation .btn-section {
    margin-top: 10vw;
  }
}

.simulation .main-contents-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 3;
  top: -200px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .simulation .main-contents-title {
    width: 100%;
    top: -22vw;
  }
}

.simulation h2 {
  color: #ec8491;
  font-size: 36px;
  font-weight: 700;
}

.simulation .main-contents-detail {
  width: 954px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .simulation .main-contents-detail {
    width: 90%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .simulation .main-contents-detail {
    width: 80%;
    margin: 0 auto;
    padding-top: 38vw;
  }
}

.simulation .main-contents-detail p {
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .simulation .main-contents-detail p {
    font-size: 2.9vw;
    width: 83vw;
    line-height: 1.3em;
  }
}

.simulation .main-contents-detail img {
  margin-bottom: 40px;
}

.simulation p span {
  font-family: "Noto Sans JP", sans-serif;
}

.simulation .main-contents-title p {
  font-size: clamp(2.4rem, 1.8vw, 2.8rem);
  letter-spacing: 0.05rem;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .simulation .main-contents-title p {
    margin-top: 3vw;
  }
}

.simulation .main-contents-title p small {
  font-size: 70%;
}

.intro-btn {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 8rem;
  color: #ff5285;
}

/*折り返し調整*/
@media screen and (max-width: 1000px) {
  .tb {
    display: block;
  }
}
.section4 .main-contents-title small {
  font-size: 16px;
  line-height: 2;
}

/*section5*/
.section5 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-top: -10px;
  position: relative;
  z-index: 3;
}

.section5 h2 {
  position: relative;
  margin-top: -50px;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .section5 h2 {
    font-size: 6vw;
    line-height: 1em;
  }
}

.section5 h2 b {
  font-size: 60px;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.6em;
  margin-right: -0.6em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .section5 h2 b {
    font-size: 9vw;
  }
}

.section5 h3 {
  font-size: 36px;
  margin: 3rem 0 2rem;
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .section5 h3 {
    margin: 3rem 0 1.5rem;
  }
}

.section5 .h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 834px) {
  .section5 .h4 {
    margin-bottom: 3rem;
  }
}

.section5 .h5 {
  font-size: 13px;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .section5 .h5 {
    font-size: 2.9vw;
  }
}

.sec5-inner:nth-child(1) {
  max-width: 376px;
  margin-left: 14px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .sec5-inner:nth-child(1) {
    max-width: 30%;
    margin-left: 0;
  }
}

.sec5-inner:nth-child(3) {
  max-width: 376px;
}
.sec5-inner:nth-child(3) img {
  max-width: 271px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .sec5-inner:nth-child(3) {
    max-width: 20%;
  }
}

.sec5-inner img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .sec5-inner img {
    width: 96%;
    margin: 0 auto;
  }
}

.sec5-inner.movie {
  /* background: #fff; */
  max-width: 337px;
  margin: 0 58px 0 10px;
}
@media screen and (max-width: 834px) {
  .sec5-inner.movie {
    margin: 0 auto;
  }
}

/*footer*/
footer {
  padding: 60px 0 30px 0;
}

footer a:hover {
  opacity: 0.6;
}

.footer-contents {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.footer-contents-detail p {
  font-size: 14px;
  margin: 1rem 0 4px;
  line-height: 1.5;
}

.fc1 .footer-contents-detail a {
  display: inline-block;
  width: 32%;
  /*320px*/
  border: 1px solid #c8c8c8;
  padding: 10px 10px 4px;
}

.fc1 .footer-contents-detail a:hover {
  opacity: 1;
}

.fc1 .footer-contents-detail a img {
  width: 100%;
}

.fc1 .footer-contents-detail a:hover img {
  opacity: 0.6;
}

.next-icon {
  margin-top: 6px;
  display: block;
  padding-right: 20px;
  background: url(../img/icon-next.png) no-repeat center right;
  background-size: 12px;
}

.fc2 {
  font-family: "Noto Sans JP", sans-serif;
  background: #ededed;
  padding: 40px 84px 34px;
  margin: 90px auto;
}

.fc2 .footer-contents-detail a {
  display: inline-block;
  width: 32%;
  max-width: 260px;
}

.fc2 .footer-contents-detail a img {
  width: 100%;
}

.btn-return {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto 50px;
  width: 480px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 100px;
}

.btn-return span {
  color: #007c64;
  background: linear-gradient(to left, #90d40c, #20cc0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: bold;
}

.btn-info {
  border-bottom: 2px solid #007c64;
  color: #007c64;
  padding-bottom: 0.2em;
  font-size: 2.2rem;
  font-weight: bold;
}

footer .btn-section {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 55px;
}

.btn-info img {
  width: auto;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

.copy {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(10deg, #57ac49, #007c64);
  color: #fff;
  padding: 1.5em 0;
  margin-top: 6rem;
  font-size: 1.6rem;
}

.number {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #373737;
  padding: 0.5em 0;
  font-size: 12px;
}

/* フロートボタン */
.btn-floating {
  position: fixed;
  left: 0;
  right: 0; /* 中央寄せのため左右0 */
  /*bottom: max(16px, env(safe-area-inset-bottom, 0px) + 12px); /* iOSのノッチ対策 */
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  pointer-events: none; /* クリックはaに通す */
  background-color: #df4167;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.2em;
  /* 下の画像は“そのまま”表示して高さを作る */
  /* 上の画像だけを重ねてフェードイン */
}
@media screen and (max-width: 834px) {
  .btn-floating {
    font-size: 5vw;
    bottom: 0; /* 必要ならSPだけ0に */
  }
}
.btn-floating a {
  pointer-events: auto;
  display: block;
  width: 100%;
  height: 68px;
  line-height: 66px;
}
@media screen and (max-width: 834px) {
  .btn-floating a {
    height: 18vw;
    line-height: 17.5vw;
  }
}
.btn-floating a i {
  background: url(../img/design2/btn_arw.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  display: inline-block;
  margin-left: 16px;
}
.btn-floating:hover {
  background-color: #cd1147;
}
.btn-floating .pc {
  position: relative;
  width: 100%;
  max-width: 640px;
}
.btn-floating .pc img.visit {
  display: block; /* 高さを作る */
  width: 100%;
  height: auto;
  opacity: 1;
  transition: none; /* 透けを防ぐためベースは動かさない */
}
.btn-floating .pc img.hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* 必要なら */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* クリックを下に通す */
  will-change: opacity;
}
.btn-floating .pc:hover img.hover {
  opacity: 1;
}
.btn-floating .sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .btn-floating .sp {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .btn-floating .pc {
    display: none;
  }
}

/*Youtube埋め込み*/
#sec5-movie-wrap {
  position: relative;
  width: 337px;
  height: 600px;
  /* padding-top: calc((9 / 16) * 100%); */
  height: auto;
  aspect-ratio: 9/16;
  overflow: hidden;
  z-index: 10;
}

#sec5-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sec5-movie-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 20;
}

.sp-spacer {
  display: none;
  width: 1px;
  height: 1px;
}

/*注意事項*/
.precaution {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .precaution {
    width: 86%;
    margin: 0 auto;
  }
}
.precaution .btn {
  position: relative;
  cursor: pointer;
  background-color: #ff6a77;
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  line-height: 56px;
  border-radius: 16px;
  letter-spacing: 0.3em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .precaution .btn {
    font-size: 4.5vw;
    height: 14vw;
    line-height: 13vw;
    border-radius: 3.5vw;
  }
}
.precaution .btn:before {
  content: "＋";
  position: absolute;
  top: 44%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .precaution .btn:before {
    right: 3vw;
    font-size: 8vw;
    font-weight: 400;
  }
}
.precaution .btn.active:before {
  content: "－";
}
.precaution .text {
  display: none;
  font-weight: bold;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 834px) {
  .precaution .text {
    padding: 6vw 3vw 2vw 3vw;
    margin-top: -2vw;
    border-radius: 0 0 2.8vw 2.8vw;
  }
}
.precaution ul {
  margin-bottom: 16px;
  margin-left: 2.5em;
}
.precaution ul li {
  list-style: disc;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6em;
  font-weight: 500;
}
.precaution ul li .note-link {
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .precaution ul li {
    font-size: 3vw;
    padding-right: 0.5em;
  }
}
.precaution p {
  margin-bottom: 16px;
  font-size: 12px;
  padding: 0 1em;
  line-height: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .precaution p {
    font-size: 3vw;
    padding-right: 0.5em;
  }
}

@media screen and (max-width: 834px) {
  .sp-spacer {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  /*section1*/
  .pop {
    width: 190px;
    height: 190px;
    margin-top: -328px;
    right: calc(51% - 95px);
  }
  /* .section1{
        padding-top: 70px;
    } */
  .section1 h2 {
    font-size: clamp(2.4rem, 5.2vw, 3.2rem);
    margin-top: 5vw;
  }
  .future-inner p {
    margin-left: 2rem;
  }
  .future-inner p br {
    display: none;
  }
  .future-inner .main-note {
    margin-left: 0.5rem;
  }
  .cp-image {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 834px) {
  .flex {
    display: block;
  }
  .section1 .no-padding-sp .flex {
    display: flex;
    width: 96%;
  }
  .sub-box div {
    width: 50%;
  }
  .box-wrapp {
    padding: 25px 5%;
  }
  img {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .btn-section {
    width: 90%;
  }
  .btn-section img {
    width: 100%;
    padding: 1rem 0 !important;
  }
  .btn-section img.hover {
    display: none;
  }
  .btn-content:hover img:nth-of-type(1) {
    opacity: 1;
  }
  .btn-float img.hover {
    display: none;
  }
  .btn-float:hover img:nth-of-type(1) {
    opacity: 1;
  }
  /*wrapper*/
  .wrapper128 {
    padding: 0 1.4rem;
  }
  .section1 .wrapper128 {
    padding-top: 0;
  }
  .no-padding-sp {
    padding: 0;
  }
  .no-padding-sp .main-contents {
    width: 100%;
    border-radius: 0;
  }
  .section2 .sec2text {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  footer .wrapper128 {
    padding: 0;
  }
  .section3 .wrapper128 {
    margin-bottom: 3rem !important;
  }
  /*top*/
  .header-inner {
    padding: 0 5vw;
  }
  .header-inner img {
    width: 34vw;
    margin: 4vw 0 4vw 0;
  }
  .header-inner .logo2 {
    width: 34vw;
  }
  main {
    /* padding: 0 0 3rem; */
    padding: 0;
  }
  .main-tops-top img {
    max-width: 620px;
  }
  .main-tops-top h1 {
    width: 88%;
    margin: 70px 8% 0 4%;
  }
  #chara-wrapp {
    width: 100%;
    margin-bottom: 20px;
  }
  #top-chara {
    width: 82%;
    margin-left: 0;
    top: -36px;
    left: 0;
  }
  #top-copy {
    width: 24%;
    max-width: 120px;
    position: absolute;
    margin-top: 78px;
    right: 4%;
    left: unset;
    top: 0;
  }
  #top-info {
    position: inherit;
    float: none;
    margin-left: unset;
    width: 92%;
    max-width: unset;
    margin-top: -24px;
  }
  .top-btns {
    width: 96%;
    max-width: 620px;
    top: 0;
    padding: 3% 8%;
    border-radius: 30px;
  }
  /*section1*/
  /*section2*/
  /*section3*/
  /*section4*/
  /*section5*/
  /*footer*/
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .top-btns {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  .btn-cp {
    display: block;
    width: 100%;
    height: auto;
    max-height: unset;
    height: 100%;
  }
  .btn-cp img {
    position: initial;
    transform: none;
    transition: none;
  }
  .btn-cp .hover,
  .btn-cp:hover .initial {
    display: none;
  }
  .btn-cp:hover .hover {
    display: block;
  }
  .section1 h2 {
    font-size: clamp(2.6rem, 5.2vw, 3.2rem);
  }
  .pop {
    margin-top: clamp(-386px, -73vw, -308px);
  }
  .pop img {
    width: 85%;
  }
  .section1 .main-contents-detail {
    padding: 30px 2% 20px;
  }
  .section1 h3 {
    padding: 0 6%;
  }
  .sec1-img04 {
    width: 100%;
    margin: 1.25rem auto;
  }
  .sec1-img04:nth-child(2) {
    margin-bottom: 2.25rem;
  }
  .image-wrapp {
    width: 100%;
    max-width: unset;
  }
  .cp-image {
    margin: 40px auto 20px;
    width: 100%;
  }
  .cp-info {
    width: 80%;
    margin-right: 4%;
    margin-top: 1rem;
  }
  .subimg-box {
    margin: 6% 0 2%;
  }
  .sub-text {
    font-size: 13px;
    line-height: 2rem;
    padding: 1rem 0.12rem;
  }
  .section2 h2,
  .section4 h2,
  .footer-contents h2 {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .section2 h2 {
    line-height: 1.5;
  }
  .section2 .main-contents-title img {
    width: 96%;
  }
  .section2 .main-note {
    width: 90vw;
    margin: 0 auto;
    font-size: 3.2vw;
  }
  .btn-content {
    height: 24vw;
    width: 100%;
    max-height: 24vw;
  }
  .simulation img {
    padding: 20px 0;
  }
  .future-inner:nth-child(1),
  .future-inner:nth-child(2) {
    width: 100%;
    max-width: unset;
    margin-top: 0;
  }
  .future-inner:nth-child(2) {
    position: relative;
    margin-left: 0;
  }
  .future-inner:nth-child(1) {
    text-align: center;
  }
  .future-inner p {
    margin-left: 0;
    text-align: justify;
  }
  .future-inner p br {
    display: none;
  }
  .future-inner .main-note {
    margin-left: 0;
    font-size: 12px;
  }
  .sec2-img01 {
    margin: 8% 0;
    left: 0;
    width: 100%;
  }
  .sec2-img02 {
    position: relative;
    width: 54%;
    margin: 5% 5% 3rem;
  }
  .section3 {
    margin-top: -146px;
  }
  .sec3-point {
    width: 100%;
  }
  .section3 .main-contents-detail,
  .section3 .main-note {
    top: -30px;
  }
  .section3 h2 {
    background: url(../img/sec3-ttl.png) no-repeat center center;
    background-size: contain;
    position: relative;
    left: -5%;
    width: 110%;
    margin-top: 50px;
    font-size: clamp(2.2rem, 2.2vw, 3.2rem);
    padding: 80px 3.8rem;
  }
  .section4 {
    margin-top: 24px;
  }
  .section4 h2 {
    line-height: 1.5;
  }
  .section4 img {
    padding: 20px 3%;
  }
  .section4 .box-wrapp {
    padding: 4rem 3% 4.5rem;
  }
  .intro-btn {
    font-size: clamp(1.6rem, 1.6vw, 2.8rem);
    margin-top: 5rem;
  }
  .section4 .main-contents-title p {
    font-size: clamp(2rem, 1.8vw, 2.8rem);
  }
  .section4 .main-contents-detail p {
    text-align: left;
    line-height: 1.5;
  }
  .section5 h3 {
    font-size: 3rem;
    line-height: 1.5;
  }
  .section5 .h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .section5 .h5 {
    line-height: 2.4rem;
  }
  .box-wrapp2 {
    padding: 4rem 3% 4.5rem;
  }
  #sec5-movie-wrap {
    width: 76vw;
    max-width: 332px;
    margin: 1rem auto;
  }
  .sec5-inner.movie {
    padding: 2px;
    width: 80vw;
  }
  .sec5-inner:nth-child(1),
  .sec5-inner:nth-child(3) {
    width: 100%;
    max-width: 634px;
    margin: 2.5rem auto;
  }
  .sec5-inner:nth-child(1) {
    margin-bottom: 3vw;
  }
  .sec5-inner:nth-child(3) {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
  }
  footer {
    padding: 40px 0 0;
  }
  .fc1 .footer-contents-detail a {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
  }
  .footer-contents {
    padding: 0 1.4rem;
  }
  .fc2 {
    padding: 40px 0 34px;
  }
  .fc2 .footer-contents-detail a {
    display: block;
    width: 260px;
    margin: 1.5rem auto 0;
  }
  footer .btn-section {
    margin-bottom: 3.5rem;
    width: 90%;
  }
  footer .btn-section img {
    width: inherit;
    padding: unset !important;
  }
  .btn-return {
    width: 100%;
    max-width: 480px;
    height: 6rem;
  }
  .btn-return span {
    font-size: 2.4rem;
  }
  .copy {
    padding: 5% 0;
    font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  }
}
@media screen and (max-width: 500px) {
  .btn-content {
    height: 26vw;
    max-height: 26vw;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .future-inner .main-note {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 480px) {
  /* #top-copy{
        margin-top: -31.5rem;
    } */
}
/*202509追記*/
.ver3 .section2 .main-contents-title img.sec2-img01 {
  width: 100%;
  max-width: 650px;
  position: relative;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ver3 .section2 .future-inner {
  max-width: 1051px;
  margin: 50px auto 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ver3 .section2 .future-inner .sec2-img02 {
  position: static;
  margin: 0 2%;
}
.ver3 .section2 .future-inner .txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  max-width: 490px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .ver3 .section2 .future-inner .txt {
    width: 50%;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .ver3 .section2 .future-inner .txt {
    width: 100%;
    max-width: 100%;
  }
}
.ver3 .section2 .future-inner .txt .main-note {
  font-family: "Noto Sans JP", sans-serif;
}
.ver3 .section2 .future-inner .imgbx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .ver3 .section2 .future-inner .imgbx {
    width: 50%;
  }
}
.ver3 .section2 .future-inner .imgbx .sec2-img02 {
  width: 40%;
}
.ver3 .section2 .future-inner .imgbx .sec2-img02:nth-of-type(1) {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .ver3 .section2 .future-inner .imgbx .sec2-img02 {
    width: 48%;
  }
  .ver3 .section2 .future-inner .imgbx .sec2-img02:nth-of-type(1) {
    width: 52%;
  }
}
.ver3 .section2 .future-inner .future-info {
  margin: 0;
  text-align: left;
}
.ver3 .section2 .future-inner .future-info b {
  color: #ff6100;
}
.ver3 .section2 .future-inner .main-note {
  margin-top: 1rem;
  margin-left: 0;
  text-align: left;
}
.ver3 .section2 .sec3-point {
  max-width: 520px;
  margin-bottom: 40px;
}
.ver3 .section2 .point_ttl {
  max-width: 1051px;
  margin: 0 auto 70px auto;
}
.ver3 .section2 .point_ttls {
  max-width: 844px;
  margin: 0 auto 70px auto;
}
.ver3 .section2 .main-contents-inner.point_wrap .one .sec3-point {
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 834px) {
  .ver3 .section2 .box-wrapp2 {
    padding: 5rem 3% 4.5rem;
  }
  .ver3 .section2 .future-inner {
    flex-direction: column;
    margin: 0 auto 2rem auto;
  }
  .ver3 .section2 .future-inner .sec2-img02 {
    width: 50%;
    margin: 8vw 2% 1rem;
  }
  .ver3 .section2 .future-inner .future-info {
    line-height: 2;
    font-size: 1.9rem;
    font-weight: 700;
  }
  .ver3 .section2 .future-inner .imgbx {
    width: 90%;
  }
  .ver3 .section2 .sec2text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ver3 .section2 .main-contents-inner.point_wrap {
    padding: 0 0.5rem;
  }
}
.ver3 .section2 .point_ttl,
.ver3 .section2 .point_ttls {
  margin: 0 auto 6rem auto;
}
.ver3 .section2 .point_ttls {
  width: 98%;
}
.ver3 .section2 .sec3-point {
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 900px) and (min-width: 840px) {
  .ver3 .section2 .point_ttl {
    width: 80%;
  }
  .ver3 .section2 .point_ttls {
    width: 70%;
  }
  .ver3 .section2 .one {
    width: 80%;
    margin: 0 auto;
  }
  .ver3 .section2 .future-inner .future-info {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .ver3 .section2 {
    font-size: 2rem;
  }
}

.markbox {
  max-width: 1051px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.markbox .imgbx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.markbox .sec2-img02 {
  position: static;
}
@media screen and (max-width: 834px) {
  .markbox {
    flex-direction: column;
    margin: 0 auto 2rem auto;
  }
  .markbox .imgbx {
    width: 90%;
  }
}
.markbox .sec2-img02 {
  width: 50%;
  margin: 0 2% 1rem;
}

/*アコーディオン*/
.main-contents-detail .toggle {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle {
    margin-bottom: 7.5vw;
  }
}
.main-contents-detail .toggle .toggle-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background-color: #ec8491;
  border-radius: 12px;
  padding: 20px 52px 20px 140px;
  text-decoration: none;
  color: #ffffff;
  transition: 0.6s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1020px) and (min-width: 840px) {
  .main-contents-detail .toggle .toggle-head {
    min-height: 20vw;
    padding: 4vw 4vw 4vw 16vw;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .main-contents-detail .toggle .toggle-head {
    min-height: 20vw;
    padding: 4vw 4vw 4vw 20vw;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .toggle-head {
    padding: 6vw 4vw 6vw 22vw;
    min-height: 36vw;
  }
}
.main-contents-detail .toggle .toggle-head p {
  text-align: left;
}
.main-contents-detail .toggle .toggle-head sup {
  font-size: 60%;
}
.main-contents-detail .toggle .toggle-head:hover {
  color: #565656;
  background-color: #ffffff;
}
.main-contents-detail .toggle .toggle-head:hover .icon::before,
.main-contents-detail .toggle .toggle-head:hover .icon::after {
  background: #ff6a77;
}
.main-contents-detail .toggle .toggle-head::before {
  position: absolute;
  left: 56px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  content: "1";
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .main-contents-detail .toggle .toggle-head::before {
    left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .toggle-head::before {
    top: 50%;
    left: 8vw;
    font-size: 16vw;
  }
}
.main-contents-detail .toggle:nth-of-type(2) .toggle-head::before {
  content: "2";
}
.main-contents-detail .toggle:nth-of-type(3) .toggle-head::before {
  content: "3";
}
.main-contents-detail .toggle:hover .toggle-head::before {
  color: #ff6a77;
}
.main-contents-detail .toggle .toggle-head span {
  font-size: 28px;
  display: block;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  .main-contents-detail .toggle .toggle-head span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .toggle-head span {
    font-size: 4.5vw;
  }
}
.main-contents-detail .toggle .toggle-head b {
  font-size: 46px;
  display: block;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1020px) and (min-width: 840px) {
  .main-contents-detail .toggle .toggle-head b {
    font-size: 5vw;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .main-contents-detail .toggle .toggle-head b {
    font-size: 5vw;
  }
  .main-contents-detail .toggle .toggle-head b .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .toggle-head b {
    font-size: 7.5vw;
    line-height: 1.3;
  }
}
.main-contents-detail .toggle .icon {
  margin-left: auto;
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle .icon {
    width: 6vw;
    height: 6vw;
  }
}
.main-contents-detail .toggle .icon::before,
.main-contents-detail .toggle .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 6px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle .icon::before,
  .main-contents-detail .toggle .icon::after {
    width: 10vw;
    height: 1.5vw;
  }
}
.main-contents-detail .toggle .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main-contents-detail .toggle.is-open .icon::after {
  display: none;
}
.main-contents-detail .toggle.is-open .toggle-head {
  background-color: #ffffff;
  color: #565656;
}
.main-contents-detail .toggle.is-open .icon::before,
.main-contents-detail .toggle.is-open .icon::after {
  background: #ff6a77;
}
.main-contents-detail .toggle.is-open .toggle-head::before {
  color: #ff6a77;
}
.main-contents-detail .toggle .box {
  display: none;
  position: relative;
  padding: 20px 48px 0 48px;
  background: #f5ede9;
  border-radius: 0 0 12px 12px;
  margin-top: -8px;
  color: #565656;
  gap: 40px;
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .main-contents-detail .toggle .box {
    flex-direction: column;
    gap: 3vw;
    padding: 4vw 6vw 2vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .box {
    flex-direction: column;
    gap: 5vw;
    padding: 8vw 6vw 3.846vw 6vw;
  }
}
.main-contents-detail .toggle .box p {
  line-height: 1.5em;
}
.main-contents-detail .toggle .tx {
  width: 100%;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  padding-top: 14px;
}
@media screen and (max-width: 1020px) and (min-width: 840px) {
  .main-contents-detail .toggle .tx {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .main-contents-detail .toggle .tx {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .tx {
    font-size: 4.5vw;
    padding-top: 0;
  }
}
.main-contents-detail .toggle .tx sup {
  vertical-align: sub;
}
.main-contents-detail .toggle .tx .cap {
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-size: 13px;
  padding-top: 20px;
  font-weight: normal;
  line-height: 1.5em;
  width: 40%;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1220px) and (min-width: 840px) {
  .main-contents-detail .toggle .tx .cap {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 839px) and (min-width: 768px) {
  .main-contents-detail .toggle .tx .cap {
    width: 100%;
    position: static;
    padding-top: 2vw;
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .main-contents-detail .toggle .tx .cap {
    width: 100%;
    position: static;
    padding-top: 2vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle:nth-of-type(2) .box {
    padding: 8vw 6vw 0 6vw;
  }
}
.main-contents-detail .toggle:nth-of-type(2) img {
  width: 70%;
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle:nth-of-type(2) img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle:nth-of-type(3) .box {
    padding: 8vw 6vw 0 6vw;
  }
}
.main-contents-detail .toggle:nth-of-type(3) img {
  width: 70%;
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle:nth-of-type(3) img {
    margin: 0 auto;
  }
}
.main-contents-detail .toggle.is-open .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 250px;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle.is-open .box {
    min-height: auto;
  }
}
.main-contents-detail .toggle.is-open .box img {
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle.is-open .box img {
    margin-top: 0;
  }
}
.main-contents-detail .toggle:nth-of-type(3) .box img {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .main-contents-detail .toggle:nth-of-type(3) .box img {
    margin-top: 10px;
  }
}

/**/
.section1 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #565656;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .section1 h2 {
    font-size: 5.5vw;
    padding: 0 9vw;
    margin-bottom: 5.5vw;
  }
}
.section1 h2 span {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .section1 h2 span {
    font-size: 5vw;
  }
}
.section1 h2:before {
  content: "";
  background: url(../img/design2/pct_paren_lft.svg) no-repeat;
  background-size: contain;
  width: 65px;
  height: 83px;
  background-position: bottom left;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .section1 h2:before {
    width: 8.553vw;
    height: 10.921vw;
  }
}
.section1 h2:after {
  content: "";
  background: url(../img/design2/pct_paren_rgt.svg) no-repeat;
  background-size: contain;
  width: 65px;
  height: 83px;
  background-position: bottom right;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .section1 h2:after {
    width: 8.553vw;
    height: 10.921vw;
  }
}
.section1 h3 {
  position: absolute;
  z-index: 3;
  max-width: 606px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -350px;
}
@media screen and (max-width: 834px) {
  .section1 h3 {
    bottom: -50vw;
    width: 96%;
  }
}

.main-contents.detail {
  width: 100%;
  max-width: 1120px;
  margin: 8px auto 0 auto;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .main-contents.detail {
    max-width: 96%;
  }
}
.main-contents.detail .flex {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .main-contents.detail .flex {
    margin-bottom: 2vw;
  }
}
.main-contents.detail .bx {
  width: 545px;
  border-radius: 16px;
  border: 2px solid #ff6a77;
  background-color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .main-contents.detail .bx {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .main-contents.detail .bx {
    border-radius: 3.5vw;
    width: 86%;
    margin: 0 auto 6vw auto;
  }
}
.main-contents.detail .bx .ttl {
  background-color: #ff6a77;
  color: #ffffff;
  font-size: 25px;
  height: 54px;
  line-height: 50px;
  border-radius: 14px 14px 0 0;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 834px) {
  .main-contents.detail .bx .ttl {
    font-size: 4.5vw;
    height: 12vw;
    line-height: 10vw;
    border-radius: 2.8vw 2.8vw 0 0;
  }
}
.main-contents.detail .bx p {
  color: #ff6a77;
  font-size: 21px;
  padding: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .main-contents.detail .bx p {
    padding: 2.5vw 4vw;
    font-size: 4.5vw;
  }
}
.main-contents.detail .bx p b {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .main-contents.detail .bx p b {
    font-size: 5.5vw;
  }
}
.main-contents.detail .bx p span {
  font-size: 15px;
}
@media screen and (max-width: 834px) {
  .main-contents.detail .bx p span {
    font-size: 3.5vw;
    line-height: 1.5em;
    display: inline-block;
  }
}

.box-wrapp2 {
  position: relative;
  z-index: 4;
  max-width: 1160px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .box-wrapp2 {
    max-width: 90%;
  }
}/*# sourceMappingURL=style2.css.map */