@charset "UTF-8";
/* @font-face {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    src: url("../font/noto_sans_jp/NotoSansJP-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    src: url("../font/noto_sans_jp/NotoSansJP-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    src: url("../font/noto_sans_jp/NotoSansJP-Bold.ttf") format('truetype');
} */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #333333;
  scroll-behavior: smooth;
}

.font_zenmaru {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  transition: 0.3s;
}

a.blank {
  color: #007aff;
  text-decoration: underline;
  word-break: break-all;
}

a:hover {
  opacity: 0.8;
}

body {
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  background-color: #fdfbf2;
}

.body__inner {
  overflow-x: hidden !important;
}

.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

p, small {
  font-size: min(4vw, 18px);
  line-height: 2em;

}

img {
  width: 100%;
}

.imgmaxc {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

@media screen and (max-width: 1260px) {
  html {
    font-size: 0.8vw;
  }
}
@media only screen and (max-width: 960px) {
  .only-sp-960 {
    display: block !important;
  }
  .only-pc-960 {
    display: none !important;
  }
}
@media only screen and (min-width: 750px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 750px) {
  a:hover {
    opacity: 1 !important;
  }
  html {
    font-size: 1.65vw;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  p, small{
    text-align: left;
  }
}
.mt20 {
  margin-top: 20px;
}

.txt_color {
  color: #ec6d88;
}

.text_link {
  color: #006cff;
  border-bottom: 1px solid #006cff;
}

.textr {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.max_1000 {
  max-width: 1000px;
}

.yellow_line {
  background: linear-gradient(transparent 60%, #fff799 30%);
}
.img_box{
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 20px 0px;
}
.scroll-hint{
  display: none;
}
@media only screen and (max-width: 750px) {
  .scroll-hint {
      display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:rgb(0 0 0 / 62%);
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 2.0rem;
  }
  .scrolled .scroll-hint {
    opacity: 1;
    visibility: hidden;
  }
}
/*-----------------------------------------------

	header

-----------------------------------------------*/
#header {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
}
#header img {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (min-width: 750px) {
  #header {
    left: 4%;
    transform: translate(0%, 0%);
  }
}
/*-----------------------------------------------

	mv

-----------------------------------------------*/
#mv img {
  padding: 0 2rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 8vw auto;
}
@media only screen and (min-width: 750px) {
  #mv img {
    margin: 50px auto;
  }
}
#mv .decoration {
  width: 100%;
  height: 50px;
  background-image: url(../img/merit_decoration.png);
  background-size: contain;
  background-repeat: repeat-x;
}
/*-----------------------------------------------

	merit1_sp

-----------------------------------------------*/
#merit {
  width: 95%;
  margin: auto;
}
#merit .example {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 20px;
  border-top: 1px #ec6d88 dotted;
}
#merit .example::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/merit2_example.png);
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
}
#merit .merit_title {
  margin: 5vw 0;
}
#merit .merit_title img {
  display: block;
  margin: 3.333vw auto;
}
#merit .merit_title img:nth-child(1) {
  width: 90%;
  max-width: 600px;
}
#merit .merit_title img:nth-child(2) {
  width: 75%;
  max-width: -moz-max-content;
  max-width: max-content;
}
#merit .merit_title_point {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
#merit .merit_title_point a {
  text-align: center;
  width: 50%;
}
#merit .merit_title_point a img {
  max-width: -moz-max-content;
  max-width: max-content;
}
#merit .merit_contents {
  margin: 5vw auto;
  background-color: #fff;
  border: dotted #fed51c 2px;
  border-radius: 20px;
  padding: 0vw 4vw;
}
#merit .merit_box {
  border-bottom: solid 2px #f9d4db;
  padding: 8vw 0;
}
#merit .merit_box .merit_flex_box div:nth-child(1) {
  text-align: center;
  margin-bottom: 10px;
}
#merit .merit_box .merit_flex_box div:nth-child(2) {
  width: 100%;
}
#merit .merit_box .merit_flex_box div img {
  width: 18vw;
  max-width: 110px;
}
#merit .merit_box .img_box img{
    width: 500px;
  }
#merit .merit_box .merit_flex_box h3 {
  font-size: min(5vw, 21.5px);
  line-height: 8vw;
  margin-bottom: 2vw;
}
#merit .merit_box:last-child {
  border: none;
}
#merit #merit1 .merit1_contents_img {
  display: block;
  max-width: 450px;
  margin: 20px auto;
}
#merit .merit_box .merit_flex_box h3 .heading {
  line-height: 8vw;
  font-size: min(6vw, 30px);
  font-weight: bold;
  color: #8a90c7;
  display: block;
  margin-bottom: 3vw;
}
#merit .merit_box .merit_flex_box h3 .heading span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: min(8vw, 44px);
      margin: 0px 5px;
}
#merit .merit_box .merit_flex_box h3 .heading span::before {
  content: "";
  width: 100%;
  height: 3vw;
  background-color: #fff799;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
/* merit1_pc */
@media only screen and (min-width: 750px) {
  #merit .merit_title {
    margin: 10px 0;
  }
  #merit .merit_title img {
    margin: 30px auto;
  }
  #merit .merit_title_point a {
    width: 33.3333333333%;
  }
  #merit .merit_contents {
    margin: 50px auto 0px;
    padding: 0px 40px;
  }
  #merit .merit_box {
    padding: 50px 0px;
  }
  #merit .merit_box .merit_flex_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  #merit .merit_box .merit_flex_box div:nth-child(2) {
    margin-left: 40px;
  }
  #merit .merit_box .merit_flex_box h3 {
    margin-top: 10px;
    line-height: 25px;
  }
  #merit .merit_box .img_box img{
    width: 100%;
  }
  #merit .merit_box .merit_flex_box h3 .heading {
    line-height: 40px;
    margin-bottom: 20px;
  }
  #merit .merit_box .merit_flex_box h3 .heading span::before {
    height: 20px;
    bottom: -10px;
  }
}



/*-----------------------------------------------

	merit2_sp

-----------------------------------------------*/

#merit #merit2 ol li {
  font-size: min(6vw, 1.8rem);
  padding-left: 4vw;
  position: relative;
  margin: 1vw 0;
}
#merit #merit2 ol li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}
#merit #merit2 .merit2_img_box img {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: auto;
}
/* merit2_pc */
@media only screen and (min-width: 750px) {
  #merit #merit2 ol li {
    padding-left: 20px;
    margin: 5px 0px;
  }
}

/*-----------------------------------------------

	merit3_sp

-----------------------------------------------*/
#merit #merit3 .merit3_box .merit3_box_contents {
  margin: 8vw 0;
}
#merit #merit3 .merit3_box .merit3_box_contents h4 {
  width: 100%;
  align-items: center;
  display: block;
  font-size: min(6vw, 3rem);
  position: relative;
  z-index: 1;
  padding-left: 10vw;
  color: #ec6d88;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 10px;
}
#merit #merit3 .merit3_box .merit3_box_contents h4::before {
  content: "";
  width: 8vw;
  height: 8vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#merit #merit3 .merit3_box .merit3_box_contents h4::after {
  content: "";
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  background-position: center;
  background-size: cover;
  background-image: url(../img/merit3_sbu_titile_bg.png);
  z-index: -1;
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(1) h4::before {
  background-image: url(../img/merit3_sbu_titile1.png);
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(1) h4::after {
  width: 32vw;
  left: 55vw;
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(2) h4::before {
  background-image: url(../img/merit3_sbu_titile2.png);
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(2) h4::after {
  width: 32vw;
  left: 55vw;
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(3) h4::before {
  background-image: url(../img/merit3_sbu_titile3.png);
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(3) h4::after {
  width: 5vw;
  left: 82vw;
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(4) h4::before {
  background-image: url(../img/merit3_sbu_titile4.png);
}
#merit #merit3 .merit3_box .merit3_box_contents:nth-child(4) h4::after {
  width: 5vw;
  left: 82vw;
}
#merit #merit3 .merit3_box .merit3_box_contents p {
  line-height: 5.5vw;
  margin-bottom: 10px;
  margin-top: 5px;
}
#merit #merit3 .merit3_box .merit3_box_contents p span {
  font-size: min(4.5vw, 24px);
}
#merit #merit3 .merit3_box .merit3_box_contents .list_1 {
  margin: 3vw 0;
  font-size: min(3vw, 16px);
}
#merit #merit3 .merit3_box .merit3_box_contents .list_1 li {
  margin-bottom: 1vw;
  padding-left: 7vw;
  text-indent: -7.5vw;
  line-height: 4vw;
}
#merit #merit3 .merit3_box .merit3_box_contents .list_2 {
  margin: 3vw 0;
  font-size: min(3vw, 16px);
}
#merit #merit3 .merit3_box .merit3_box_contents .list_2 li {
  margin-bottom: 1vw;
  padding-left: 5vw;
  text-indent: -6.5vw;
  line-height: 4vw;
}
#merit #merit3 .merit3_box .merit3_box_contents .list_3 {
  margin: 3vw 0;
  font-size: min(3vw, 16px);
}
#merit #merit3 .merit3_box .merit3_box_contents .list_3 li {
  margin-bottom: 1vw;
  padding-left: 4vw;
  text-indent: -4vw;
  line-height: 4vw;
}
#merit #merit3 .merit3_box .merit3_box_contents .list_4 li {
  font-size: min(3.5vw, 18px);
     padding: 2vw 2vw 2vw 5vw;
  position: relative;
  margin: 4vw 0;
  border: 1px solid #aeaeae;
}
#merit #merit3 .merit3_box .merit3_box_contents .list_4 li::before {
  content: "";
  position: absolute;
  top: 2.5vw;
  left: 1vw;
  display: block;
  width: 3vw;
  height: 3vw;
  background-color: #f4b0bc;
  border-radius: 50%;
}

#merit #merit3 .merit3_box .merit3_box_contents .list_4 li span {
  color: #ec6d88;
  font-size: min(4vw, 24px);
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable table {
  font-size: 12px;
  letter-spacing: 0px;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable th, #merit #merit3 .merit3_box .merit3_box_contents .js-scrollable td {
  border: 1px solid #999999;
  padding: 6px 10px;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable th {
  color: #fff;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable .text_center {
  text-align: center;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable table span {
  color: #e9587f;
  font-weight: bold;
  font-size: 15px;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable .yellow_bg {
  background-color: #fffdec;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable .purple_bg {
  background-color: #f1e8f3;
  color: #be85b8;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable .blue_bg {
  background-color: #dae9f7;
  color: #4ba8de;
}
#merit #merit3 .merit3_box .merit3_box_contents .js-scrollable .green_bg {
  background-color: #ecf6f3;
  color: #66c4c5;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex > div:nth-child(1),
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex > div:nth-child(2) {
  color: #fff;
  text-align: center;
  width: 48%;
  height: 50px;
  font-size: min(4vw, 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex div:nth-child(1) {
  background-color: #bebebe;
  color: #FFF;
  border-radius: 3px;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex div:nth-child(1).active{
  background-color: #f4b0ba;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex div:nth-child(2) {
  background-color: #bebebe;
  color: #FFF;
  border-radius: 3px;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .merit3_box_contents_sbu1flex div:nth-child(2).active{
  background-color: #eaae60;
}

#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_sbu1 .image__main__photo {
  transition: opacity 0.3s ease;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div h5 {
  font-size: min(4vw, 18px);
  padding-left: 4vw;
  position: relative;
  margin: 4vw 0 2vw;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div h5::before {
  content: "";
  position: absolute;
  top: 0.8vw;
  left: 0;
  display: block;
  width: 3vw;
  height: 3vw;
  background-color: #f4b0bc;
  border-radius: 50%;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_txt {
  margin-top: 20px;
  border-radius: 20px;
  border: dotted #f5b8c4 2px;
  font-size: min(4.5vw, 22px);
  padding: 3vw 3vw;
  line-height: 6vw;
}
#merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_txt span {
  font-size: min(4vw, 25px);
}
/* merit3_pc */
@media only screen and (min-width: 750px) {
  #merit #merit3 .merit3_box .merit3_box_contents {
    margin: 40px 0;
  }
  #merit #merit3 .merit3_box .merit3_box_contents h4 {
    padding-left: 60px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents h4::before {
    width: 50px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents:nth-child(1) h4::after {
    width: 65%;
    left: 35%;
  }
  #merit #merit3 .merit3_box .merit3_box_contents:nth-child(2) h4::after {
    width: 65%;
    left: 35%;
  }
  #merit #merit3 .merit3_box .merit3_box_contents:nth-child(3) h4::after {
    width: 45%;
    left: 55%;
  }
  #merit #merit3 .merit3_box .merit3_box_contents:nth-child(4) h4::after {
    width: 45%;
    left: 55%;
  }
  #merit #merit3 .merit3_box .merit3_box_contents p {
    margin: 5px 0;
    line-height: 30px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_1 {
    margin: 20px 0 40px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_1 li {
    margin-bottom: 2px;
    padding-left: 43px;
    text-indent: -43px;
    line-height: 20px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_2 {
    margin: 20px 0 40px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_2 li {
    margin-bottom: 2px;
    padding-left: 30px;
    text-indent: -30px;
    line-height: 20px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_3 {
    margin: 20px 0 40px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_3 li {
    margin-bottom: 2px;
    padding-left: 30px;
    text-indent: -30px;
    line-height: 20px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_4 {
    display: flex;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_4 li {
    text-align: center;
    width: 100%;
    padding: 10px 5px 10px 25px;
    margin: 5px 0;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .list_4 li::before {
    top: 20px;
    left: 18px;
    width: 13px;
    height: 13px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div {
    width: 49%;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div h5 {
    padding-left: 25px;
    margin: 15px 0 5px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div h5::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex {
    display: flex;
    justify-content: space-between;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div p {
    font-size: min(4vw, 18px);
    margin: 2vw 0;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div p {
    margin: 15px 0;
    font-size: min(4vw, 18px);
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_flex div:nth-child(2) img {
    margin-top: 20px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .img_box img{
    width: 480px;
  }
  #merit #merit3 .merit3_box .merit3_box_contents .merit3_box_contents_txt {
    padding: 20px 15px;
    line-height: normal;
  }
}
/*-----------------------------------------------

	merit5_sp

-----------------------------------------------*/
#merit #merit5 {
  position: relative;
}
#merit #merit5::before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  max-width: 120px;
  max-height: 120px;
  background-image: url(../img/merit5_decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 10px;
}
#merit #merit5 .img_box img{
  width: 480px;
}

/* merit5_pc */
@media only screen and (min-width: 750px) {
  #merit #merit5 .img_box img{
    width: 100%;
  }
  #merit #merit5::before {
    top: 150px;
  }
  #merit #merit5::before {
    top: 100px;
  }
  #merit #merit5 h3 {
    width: 80%;
  }
}

/*-----------------------------------------------

	merit6_sp

-----------------------------------------------*/
#merit #merit6 {
  position: relative;
      padding: 50px 0px 100px 0;
}
#merit #merit6::before {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  max-width: 90px;
  max-height: 90px;
  background-image: url(../img/merit6_decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
  right: 0;
}

/*-----------------------------------------------

	button

-----------------------------------------------*/
#merit > p:last-child {
  margin: 0px auto 50px;
}
#button {
  width: 100%;
  bottom: 0;
  padding: 5px 0;
  background-image: url(../img/simulation_bg.png);
  text-align: center;

}
#button div {
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#button div a {
  display: block;
}
#button div a:nth-child(1) img {
  width: 60vw;
  max-width: 480px;
  margin: 0px;
}
#button div a:nth-child(2) img {
  width: 50vw;
  max-width: 300px;
  margin: 0px 10px;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 750px) {
  #button {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  #button {
    padding: 30px 0 0 0;
  }
  #button div{
    margin: 0 5px;
    display: block;
  }
  #button div a:nth-child(2) img {
    margin: -5px 0 0 0;
    width: 50vw;
  }
  #button div a:nth-child(1) img {
    width: 70vw;
}
}


/*-----------------------------------------------

	simulation

-----------------------------------------------*/
#merit > p:last-child {
  margin: 0px auto 50px;
}
#simulation {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 5px 0;
  background-image: url(../img/simulation_bg.png);
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#simulation div {
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#simulation div a {
  display: block;
}
#simulation div a:nth-child(1) img {
  width: 60vw;
  max-width: 480px;
  margin: 0px;
}
#simulation div a:nth-child(2) img {
  width: 50vw;
  max-width: 300px;
  margin: 0px 10px;
}
#simulation.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 750px) {
  #simulation {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 750px) {
  #simulation {
    padding: 10px 0;
  }
  #simulation div{
    margin: 0 5px;
  }
  #simulation div a:nth-child(2) img {
    margin: -5px 0 0 0;
    width: 40vw;
  }
}


/*-----------------------------------------------

	top_btn

-----------------------------------------------*/
#simulation .totop{
    position: relative;
    top: -150px;
    width: 98%;
    display: block;
    max-width: 1600px;
}
#simulation .totop img{
  width: 18vw;
  max-width: 80px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1000px){
  #simulation .totop{
    top: -310px;
  }
}
@media only screen and (max-width: 750px){
  #simulation .totop{
    top: -57vw;
  }
}

/*-----------------------------------------------

	explanation_sp

-----------------------------------------------*/
#explanation {
  width: 90%;
  text-align: center;
  margin: auto;
}
#explanation h3 {
  margin: 2vw 0;
  font-size: min(10vw, 24px);
  font-weight: bold;
}
#explanation table{
  border: 1px solid #33333377;
  max-width: 1000px;
  margin: auto;
}
#explanation table tr{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #33333377;
  background-color: #fff;
}
#explanation table tr:last-child{
  border: none;
}
#explanation table tr th{
  display: block;
  border-bottom: 1px solid #33333377;
  padding: 2vw;
  width: 100%;
  text-align: center;
  background-color: #ec6d88;
  color: #fff;
  font-size: min(4.5vw, 18px);
}
#explanation table th:last-child{
  border: none;
}
#explanation table tr td{
  font-size: min(4vw, 16px);
  padding: 2vw;
}
#explanation table tr td span{
  text-align: left;
  display: block;
  position: relative;
  padding-left: 3.5vw;
  font-size: min(3.5vw, 14px);
}
#explanation table tr td span::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#explanation table tr td .maru::before{
  content: "◎";
}
#explanation ul {
  text-align: left;
  font-size: min(8vw, 18px);
  margin: auto;
}
#explanation ul ol {
  color: #f84142;
  padding-left: 5vw;
  margin: 4vw 0;
  position: relative;
  text-decoration: underline;
}
#explanation ul ol::before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 5%;
  left: 0;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 750px) {
  #explanation {
    padding: 0px 0 70px;
  }
  #explanation h3 {
    margin: 30px 0;
  }
  #explanation table tr{
    flex-direction: initial;
    align-items: stretch;
  }
  #explanation table tr th{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 150px;
  }
  #explanation table tr td{
    padding: 10px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #explanation table tr td span{
    padding-left: 15px;
    margin: 1px 0;
  }
  #explanation ul ol {
    margin: 25px 0;
    padding-left: 35px;
    line-height: 20px;
  }
  #explanation ul ol::before {
    top: 0px;
    width: 25px;
    height: 25px;
  }
}


/*-----------------------------------------------

	application_sp

-----------------------------------------------*/
#application {
  background-image: url(../img/application.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7vw 0;
}
#application > div {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 7vw 3vw 2vw;
  background-color: rgba(255, 255, 255, 0.6235294118);
  text-align: center;
}
#application > div h3 {
  font-size: min(10vw, 24px);
  padding-bottom: 5vw;
  border-bottom: 1px solid #ccaccf;
}
#application > div .application_flex {
  padding: 7vw 3vw 2vw;
}
#application > div .application_flex:nth-child(2) {
  border-bottom: 1px solid #ccaccf;
}
#application > div .application_flex span {
  display: block;
  font-size: min(10vw, 24px);
}
#application > div .application_flex span a {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #b07bb3;
  padding: 3vw 5.5vw;
  border-radius: 10vw;
  margin-top: 3vw;
  width: 70vw;
  font-size: min(5vw, 20px);
  max-width: 350px;
}
#application > div .application_flex span a::before {
  content: "";
  width: 4vw;
  height: 4vw;
  display: block;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translate(0%, -40%);
}
#application > div .application_flex span p {
  margin-top: 2vw;
  text-align: left;
  line-height: 5vw;
}
/* application */
@media only screen and (min-width: 750px) {
  #application > div {
    border-radius: 20px;
    padding: 54px 0 40px;
  }
  #application > div h3 {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1000px) {
  #application {
    padding: 70px 0;
  }
  #application > div .application_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 10px 10px;
  }
  #application > div .application_flex span h6 {
    width: 200px;
  }
  #application > div .application_flex span a {
    padding: 20px 20px;
    margin-top: auto;
    margin-right: 20px;
  }
  #application > div .application_flex span a::before {
    width: 18px;
    height: 18px;
    left: 15px;
  }
  #application > div .application_flex span a::after {
    content: "";
    width: 4vw;
    height: 4vw;
    display: block;
    background-image: url(../img/right_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(0%, -40%);
  }
  #application > div .application_flex span a::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  #application > div .application_flex span p {
    margin-top: 10px;
    line-height: 22px;
    width: 30vw;
    max-width: 400px;
  }
}


/*-----------------------------------------------

	footer

-----------------------------------------------*/
#footer {
  background-color: #4d4c48;
  padding: 4rem 4%;
}

#footer a,
#footer ul li,
#footer p {
  color: #fff;
  font-size: max(10px, 1.2rem);
  line-height: 1.5em;
}

#footer p {
  text-align: center;
  padding: 3rem 0 0;
}

#footer .footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#footer a {
  display: block;

  position: relative;
}

#footer a::before {
  content: "";
  background-image: url("../img/footer_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul li {
  margin: 0 0 1rem;
}


 #footer .bank-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;

}


 #footer .bank-link img {
    width: 20px;
    display: block;
    margin-top: -1px;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 4vw 4vw;
  }
  #footer .footer__flex {
    flex-direction: column;
  }
  #footer a {
    margin: 0 0 2vw;
  }
  #footer a::before {
    top: 55%;
  }
  #footer p {
    padding: 2vw 0 0;
  }
  #footer a,
  #footer ul li,
  #footer p {
    font-size: 2.4vw;
  }
}

/*-----------------------------------------------

	modal

-----------------------------------------------*/
.question_img {
  width: 3vw !important;
  max-width: 17px !important;
  vertical-align: baseline;
  cursor: pointer;
  padding: 12px !important;
  margin: -12px !important;
  box-sizing: content-box !important;
}
.question_box {
  position: relative;
}


/* q11----------------------------------- */
.question_box #q11 {
  display: block;
  position: absolute;
  bottom: 18vw;
  right: 12vw;
}
@media only screen and (min-width: 769px) {
  .question_box #q11 {
        bottom: 55%;
        right: 6%;
  }
}
@media only screen and (min-width: 1030px) {
  .question_box #q11 {
        bottom: 150px;
        right: 65px;
  }
}

/* q12----------------------------------- */
.question_box #q12 {
  display: block;
  position: absolute;
  bottom: 45px;
  left: 585px;
}
@media only screen and (min-width: 751px) {
  .question_box #q12 {
    bottom: 3.5vw;
    right: 26vw;
    left: auto;
  }
}
@media only screen and (min-width: 1030px) {
  .question_box #q12 {
        bottom: 38px;
        right: 286px;
  }
}

/* q13----------------------------------- */
.question_box #q13 {
  display: block;
  position: absolute;
  left: 675px;
  top: 20px;
}
@media only screen and (min-width: 751px) {
  .question_box #q13 {
    top: -.5vw;
    right: 15.5vw;
    left: auto;
  }
}
@media only screen and (min-width: 1030px) {
  .question_box #q13 {
    top: 0px;
    right: 175px;
  }
}

@media only screen and (max-width: 768px) {
  .question_wrapper {
    position: relative;
    display: inline-block;
    min-width: 100%;
  }
  
  /* SP用にセレクタを変更 */
  .question_wrapper #q12 {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 355px;
  }
  
  .question_wrapper #q13 {
    display: block;
    position: absolute;
    left: 425px;
    top: 9px;
  }
}

/* q14----------------------------------- */
.question_box #q14 {
  display: block;
  position: absolute;
  bottom: 8vw;
  right: 8vw;
}
@media only screen and (min-width: 751px) {
  .question_box #q14 {
    bottom: 81%;
    right: 47.5%;
  }
}

/* q15----------------------------------- */
.question_box #q15 {
  display: block;
  position: absolute;
  bottom: -98vw;
  left: 36vw;
  width: 3vw !important;
  max-width: none !important;
}
/* q16----------------------------------- */
.question_box #q16 {
    display: block;
    position: absolute;
    bottom: -157.5vw;
    left: 14.2vw;
    width: 3vw !important;
    max-width: none !important;
}
/* q17----------------------------------- */
.question_box #q17 {
    display: block;
    position: absolute;
    bottom: -18vw;
    left: 55vw;
    width: 3vw !important;
    max-width: none !important;
}

/*-----------------------------------------------

	modal

-----------------------------------------------*/
:root {
  --overlay: rgba(0,0,0,0.5);
  --modal-bg: #fff;
  --radius: 8px;
}
button {
  cursor: pointer;
}
.overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--overlay);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 1000;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}
.modal {
  background: var(--modal-bg);
  border-radius: var(--radius);
  max-width: 560px;
  width: 90%;
  padding: 25px 10px 10px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.15);
  transform: translateY(8px) scale(0.995);
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.overlay.show .modal {
  transform: translateY(0) scale(1);
}
.modal-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 1rem;
}
.modal-header img {
  max-width: 20px;
  width: 4vw;
  margin-top: 4px;
}
.modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.close-btn {
  background: transparent;
  border: 0;
  padding: 0.25rem 0.5rem;
  font-size: 15px;
  position: absolute;
  top: -20px;
  right: 0px;
}
.modal-body {
  color: #1f2937;
}
.modal-body p {
  max-width: 500px;
  line-height: 2.8rem;
}
.modal-body p span {
  display: inline-block;
  text-indent: -1.3rem;
  padding-left: 2rem;
  line-height: 5.5vw;
  margin-bottom: 2vw;
}
.modal-footer {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.btn-ghost {
  background: transparent;
  border: 1px solid #d1d5db;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
}
@media only screen and (min-width: 751px){
  .modal-body p span{
    text-indent: -1rem;
    padding-left: 1rem;
    line-height: normal;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 751px) {
  .modal-header img {
    margin-top: -0px;
  }
}