@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  border: 0;
}

body {
  font: 100% Helvetica, sans-serif;
  color: rgb(25, 24, 21);
  margin: 0;
  font-family: "hiragino-kaku-gothic-pron", "hiragino-mincho-pron", sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

section {
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 750px;
  width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

ruby {
  ruby-position: under;
  -webkit-ruby-position: after;
}
ruby rt {
  font-size: clamp(10px, 3.067vw, 23px);
}
ruby .rt_small {
  font-size: clamp(10px, 2.667vw, 20px);
}

.small {
  font-family: "hiragino-mincho-pron";
  font-size: clamp(9px, 1.733vw, 13px);
  line-height: 1;
  padding: 1%;
}
.small li::before {
  content: "※";
}
.small .bold {
  font-weight: 600;
}
.small a {
  text-decoration: none;
  color: rgb(32, 150, 223);
}

.red {
  color: rgb(215, 23, 24);
  font-size: clamp(9px, 1.6vw, 12px);
}

.yellow {
  color: rgb(255, 246, 128);
}

.pink {
  color: rgb(242, 168, 200);
}

.box_inner_yellow {
  background-color: rgb(255, 253, 232);
}

.center {
  text-align: center;
}

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

.mv {
  background-image: url(../img/mv_bg.png);
  background-color: rgb(217, 198, 224);
}
.mv h1 {
  display: inline-block;
  text-align: center;
  font-size: clamp(14px, 4.133vw, 31px);
  color: rgb(255, 255, 255);
  line-height: 0.8;
  -webkit-text-stroke: 0.7px black;
  margin: 2% 1%;
}
.mv h1 .marker {
  display: table;
  background-color: rgb(242, 168, 200);
  white-space: nowrap;
  padding: 2%;
  margin: auto;
}
.mv h1 .yellow {
  font-size: clamp(14px, 5.067vw, 38px);
}
.mv h1 .large {
  font-size: clamp(14px, 8.133vw, 61px);
}
.mv .mv_text {
  position: relative;
  max-height: 794px;
  height: 105.867vw;
}
.mv .mv_text .content_img {
  position: absolute;
  bottom: 0;
}
.mv .small {
  margin-bottom: 0;
}

.case {
  text-align: center;
  background-color: rgb(233, 218, 209);
  padding: 6% 2% 1%;
}
.case .sec_tit {
  margin-bottom: 4%;
}
.case .sec_tit h2 {
  font-family: "hiragino-mincho-pron";
  font-size: clamp(14px, 8.133vw, 61px);
  color: rgb(241, 156, 193);
  margin-top: -6%;
}
.case h3 {
  padding: 1%;
  margin-top: 0;
}
.case .small {
  text-align: left;
}
.case .flex li, .case table {
  color: rgb(213, 0, 113);
}
.case .flex {
  display: flex;
}
.case .flex li {
  font-size: clamp(10px, 3.067vw, 23px);
  list-style: none;
  line-height: 1.2;
}
.case .flex .large {
  font-size: clamp(10px, 6.533vw, 49px);
}
.case .box_inner {
  width: 100%;
  background-color: rgb(243, 206, 223);
  border: 1px solid rgb(255, 255, 255);
  margin-bottom: 2%;
}
.case .box_inner_tit {
  font-size: clamp(14px, 5.333vw, 40px);
  color: rgb(255, 255, 255);
  background-color: rgb(217, 198, 224);
  border-bottom: 1px solid rgb(255, 255, 255);
}
.case table {
  font-size: clamp(10px, 4.533vw, 34px);
  vertical-align: middle;
  margin: auto;
}
.case table tr {
  vertical-align: baseline;
}
.case table th {
  width: 20%;
}
.case table td {
  line-height: 1;
}
.case table .small {
  color: rgb(35, 24, 21);
  margin: 0;
}

.case_msg {
  text-align: center;
  background-image: url(../img/case_msg_bg.png);
  background-size: 100% 100%;
  background-position: center 165px;
  padding: 1% 2%;
}
@media screen and (max-width: 750px) {
  .case_msg {
    background-position: center 22vw;
  }
}
.case_msg .content_p {
  font-size: clamp(10px, 6vw, 45px);
  color: rgb(255, 255, 255);
  margin: 2% auto;
}
.case_msg .accent {
  font-size: clamp(10px, 6.667vw, 50px);
  color: rgb(213, 0, 113);
  line-height: 1.8;
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  padding: 1%;
}

.problem {
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(242, 168, 200);
  padding: 2% 0;
}
.problem .sec_tit {
  font-size: clamp(10px, 6.533vw, 49px);
}
.problem .sec_tit .yellow {
  font-size: clamp(10px, 10.133vw, 76px);
}
.problem .flex {
  position: relative;
  display: flex;
  background: url(../img/problem_img_1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  max-height: 464px;
  height: 61.867vw;
  margin: 2% auto;
}
.problem .flex ul {
  position: absolute;
  right: 2%;
  display: grid;
  max-height: 463px;
  height: 61.733vw;
  grid-template-columns: 225px 225px;
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 1%;
  font-size: clamp(14px, 5.333vw, 40px);
  background-color: rgb(255, 255, 255);
  border-radius: 25%;
  padding: 1%;
}
@media screen and (max-width: 750px) {
  .problem .flex ul {
    grid-template-columns: 30vw 30vw;
  }
}
.problem .flex ul li {
  max-width: 215px;
  width: 28.667vw;
  max-height: 215px;
  height: 28.667vw;
  line-height: 1.2;
  background-color: rgb(242, 168, 200);
  border-radius: 50%;
  margin: auto;
  padding: 10% 0;
}
.problem .box_inner {
  text-align: left;
  width: 100%;
  color: rgb(35, 24, 21);
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(255, 246, 128);
}
.problem .box_inner .content_p {
  font-size: clamp(10px, 3.6vw, 27px);
}
.problem .content_p {
  font-size: clamp(14px, 5.333vw, 40px);
  padding: 2% 1%;
}
.problem .content_p .large {
  font-size: clamp(10px, 6.533vw, 49px);
}

.system {
  text-align: center;
  background-color: rgb(217, 198, 224);
  padding-top: 1%;
}
.system .content_p {
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 5.333vw, 40px);
  margin: 4% auto;
}
.system .tax {
  font-size: clamp(10px, 3.067vw, 23px);
}
.system h2 {
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 4.933vw, 37px);
  font-family: "hiragino-mincho-pron";
}
.system .box_inner_yellow {
  position: relative;
  padding: 2%;
}
.system .box_inner_yellow .right {
  position: absolute;
  font-size: clamp(14px, 4.533vw, 34px);
  top: 45%;
  right: 4%;
  line-height: 1.8;
}
.system .box_inner_yellow .left {
  text-align: left;
  font-size: clamp(14px, 4vw, 30px);
  bottom: 0;
  left: 0;
}
.system .box_inner_yellow .large {
  font-size: clamp(14px, 8.267vw, 62px);
}
.system .speech-bubble {
  position: absolute;
  text-align: center;
  font-size: clamp(14px, 4.4vw, 33px);
  line-height: 1.5;
  background-image: url(../img/speech-bubble.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  max-width: 257px;
  width: 34.267vw;
  max-height: 257px;
  height: 34.267vw;
  padding: 2%;
}
.system .speech-bubble .large {
  font-size: clamp(14px, 12.8vw, 96px);
}
.system .content_img {
  margin-bottom: 10%;
}
.system .absolute {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.system .absolute p {
  position: absolute;
  left: 3%;
}
.system .absolute .content_img {
  margin: 0;
}

.reason {
  background-color: rgb(242, 168, 200);
}
.reason h2 {
  text-align: center;
  font-size: clamp(14px, 8.667vw, 65px);
  margin: 4% auto;
}
.reason .box_inner {
  width: 100%;
  background-color: rgb(240, 186, 193);
  border: 20px solid rgb(255, 255, 255);
  margin-bottom: 2%;
  padding: 1%;
}
.reason .box_inner h3 {
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 12vw, 90px);
  font-family: "hiragino-mincho-pron";
  margin: auto 1% 2%;
}
.reason .box_inner .content_p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 4.667vw, 35px);
}
.reason .box_inner .content_p.large-40 p {
  font-size: clamp(10px, 5.333vw, 40px);
  line-height: 0.8;
  margin: auto auto 2%;
}
.reason .box_inner .content_p.large-40 p .accent {
  font-size: clamp(10px, 13.6vw, 102px);
}
.reason .box_inner .content_p.large-50 {
  font-size: clamp(10px, 6.667vw, 50px);
  line-height: 1.8;
}
.reason .box_inner .content_p.large-50 .pink_marker {
  background-color: rgb(242, 168, 200);
  border: 2px solid rgb(255, 255, 255);
  padding: 2%;
  margin: 1%;
}
.reason .box_inner .content_p.p-32 {
  font-size: clamp(14px, 4.267vw, 32px);
  font-family: "hiragino-kaku-gothic-pron";
}
.reason .box_inner .content_p.p-32 .flex {
  display: flex;
}
.reason .box_inner .content_p.p-32 .right {
  justify-content: end;
}
.reason .box_inner .content_p .large-61 {
  font-size: clamp(14px, 8.133vw, 61px);
}
.reason .box_inner .content_p .large-38 {
  font-size: clamp(14px, 5.067vw, 38px);
}
.reason .box_inner .blue {
  background-color: rgb(168, 221, 247);
  padding: 1%;
  margin: 1% 4%;
}
.reason .box_inner .content_img {
  padding-top: 2%;
}
.reason .box_inner .content_img p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 3.867vw, 29px);
  margin: 1% auto;
}
.reason .box_inner .content_img .small {
  padding: 2% 4%;
}
.reason .box_inner_yellow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
.reason .box_inner_yellow .content_p {
  text-align: left;
  color: rgb(242, 168, 200);
  font-size: clamp(14px, 3.733vw, 28px);
}
.reason .box_inner_yellow rt {
  color: rgb(159, 159, 159);
}
.reason .box_inner_yellow .large {
  font-size: clamp(14px, 5.867vw, 44px);
}
.reason .btn .small {
  color: rgb(255, 255, 255);
}

.flow {
  text-align: center;
  background-color: rgb(209, 236, 251);
  padding: 2% 0;
}
.flow .small {
  text-align: left;
  padding: 2%;
}
.flow .sec_tit {
  font-size: clamp(10px, 5.6vw, 42px);
  font-family: "hiragino-mincho-pron";
  margin-bottom: 4%;
}
.flow .step {
  background-color: rgb(246, 191, 215);
  border: 4px solid rgb(255, 255, 255);
  padding: 2% 0;
  margin: auto 4% 4%;
}
.flow .step .step_tit {
  text-align: left;
  font-size: clamp(10px, 5.2vw, 39px);
  padding: 1%;
  margin-bottom: 2%;
}
.flow .step .step_tit .marker {
  color: rgb(152, 214, 246);
  background-color: rgb(255, 246, 128);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1%;
}
.flow .step .content_p {
  font-size: clamp(14px, 4vw, 30px);
}
.flow .step .content_p.large {
  font-size: clamp(10px, 4.533vw, 34px);
}
.flow h4, .flow h5 {
  display: inline;
  border-bottom: 3px solid rgb(255, 246, 133);
  font-size: clamp(10px, 4.533vw, 34px);
  padding: 1%;
}
.flow h5 {
  border-bottom: none;
  font-family: "hiragino-mincho-pron";
}
.flow .box_inner_blue {
  background-color: rgb(209, 236, 251);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 30px;
  padding: 1%;
  margin: 2% 2% auto;
}
.flow .box_inner_blue .content_p {
  font-size: clamp(10px, 3.333vw, 25px);
}
.flow .border {
  border: 3px solid rgb(255, 255, 255);
  margin: 2% auto;
}
.flow sup {
  font-size: clamp(9px, 1.733vw, 13px);
  vertical-align: top;
}
.flow .arrow {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: rgb(255, 248, 158);
  max-height: 75px;
  height: 10vw;
  max-width: 162px;
  width: 21.6vw;
  margin: 4% auto;
}

.message {
  text-align: center;
  background-color: rgb(240, 186, 193);
  padding-top: 4%;
}
.message .content_p {
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-size: clamp(10px, 5.467vw, 41px);
  margin: 4% auto;
}
.message .marker {
  background-color: rgb(238, 116, 131);
  padding: 1%;
}
.message .btn {
  background-color: rgb(255, 255, 255);
}
.message .btn .btn_tit {
  color: rgb(233, 89, 126);
}
.message .border {
  background-color: rgb(255, 249, 168);
  border: 2px solid rgb(255, 255, 255);
  padding-top: 1%;
}

.faq .sec_tit {
  margin-bottom: 2%;
}
.faq .content {
  padding: 6%;
}
.faq p {
  font-weight: normal;
}
.faq .att {
  display: block;
  font-size: clamp(9px, 1.204vw, 13px);
  line-height: 1.5;
}

.attention {
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: normal;
  font-size: clamp(10px, 1.333vw, 10px);
  line-height: 1.6;
  padding: 6%;
}

.footer {
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: normal;
}
.footer .mx-auto {
  margin: 3% auto;
}

.btn {
  position: relative;
  padding: 4% 0;
}
.btn .btn_tit {
  position: absolute;
  left: 22%;
  top: 18%;
  color: rgb(255, 255, 255);
  font-size: clamp(10px, 4.533vw, 34px);
  font-family: "hiragino-mincho-pron";
}
.btn .small {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.btn .small li {
  text-align: left;
}

#stickyfooter {
  position: sticky;
  bottom: 0;
  text-align: center;
  transition: visibility 0.5s, height 0.5s ease; /* visibilityとheightの変化を滑らかにするための設定 */
  height: auto;
}

.box {
  position: relative;
  margin-bottom: 35px;
  border-radius: 20px;
  border: 1px solid #00a9e0;
}

.box_title {
  position: relative;
  height: clamp(100px, 16vw, 150px);
  display: flex;
  align-items: center;
  color: #00a9e0;
  padding: 0 clamp(40px, 10vw, 120px) 0 clamp(40px, 10vw, 120px);
  border-radius: 20px 20px 0 0;
  background: url("../../asset/img/bg_stripe.webp") center center/40px auto repeat;
}
.box_title:not(.active) {
  border-radius: 20px;
}
.box_title span {
  font-size: clamp(0.8rem, 2.4vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.box_title span.small {
  font-size: 0.8em;
}
.box_title::before {
  content: "Q";
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
}
.box_title::after {
  content: "";
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 50%;
  right: 30px;
  border-right: 1px solid #00a9e0;
  border-bottom: 1px solid #00a9e0;
  transform: translateY(-50%) rotate(45deg);
}
.box_title:hover {
  opacity: 0.75;
  cursor: pointer;
}

.box_inner {
  max-width: 750px;
  width: 84.8%;
  margin: 0 auto;
}
.box_inner p {
  margin: 4vw;
  font-size: clamp(0.8rem, 2.4vw, 1.4rem);
  line-height: 1.6;
  letter-spacing: -0.02em;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.footer {
  position: relative;
  background-color: #00a9e0;
  padding: 0;
}
.footer_inner {
  padding: 5.33333vw 10px;
}
.footer_logo {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 244px;
}
.footer_copyright {
  display: block;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.footer_nav {
  text-align: center;
}
.footer_nav li {
  display: inline-block;
  font-size: 14px;
}
.footer_nav li::after {
  content: "　|　";
  color: #6dcdff;
}
.footer_nav li:last-child::after {
  display: none;
}
.footer_nav a {
  color: #fff;
  transition: all 0.6s ease;
}
body:not(.mobile) .footer_nav a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.65;
}/*# sourceMappingURL=style.css.map */