/*
view計算 375px = 100vw
親375px 子32px = 8.53vw
*/


@charset "utf-8";

* {
  color: #3D3D3D;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  touch-action: pan-y;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

body {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #F7F5F3;
}

html {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: 8.53vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.32;
}

ol,
ul {
  list-style-type: none;
}

a {
  color: #065fe3;
  text-decoration: none;
}

p {
  font-size: 3.73333vw;
}

img {
  width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

.underline {
  font-weight: bold;
  text-decoration: underline;
}

.text_center {
  text-align: center !important;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.wrap {
  padding: 10.67vw 4.27vw;
}

.red {
  color: #C03;
  font-size: inherit;
  font-weight: inherit;
}

ul.note li {
  color: #3D3D3D;
}
@media screen and (min-width: 768px) {
  ul.note li,
  ol.note li,
  ul.dot li,
  ol.num li {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

  .wrap {
    width: 700px;
    margin: auto;
    padding: 40px 0;
  }
  
  a:hover {
    opacity: 0.7;
  }
}

/* テキストリンク */
a.link {
  color: #CC0000;
  font-size: inherit;
  line-height: 1.48;
  text-decoration: underline;
}

a.link.icon {
  position: relative;
  padding-right: 1.39090909091em;
}

a.link.icon::after {
  content: '';
  background-image: url(../images/icon_link.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.09090909091em;
  height: 1.09090909091em;
  position: absolute;
  font-size: inherit;
  margin-left: 0.15em;
  bottom: 0.0909090909em;
  display: inline;
}


/* header */
.header {
  background-color: #ffffff;
}
.header .inner {
  max-width: 1280px;
  padding: 12px 10px;
  box-sizing: border-box;
  text-align: center;
}
.header img {
  width: 74.667vw;
  display: block;
  max-width: calc((486 / 750) * 100vw);
}
@media screen and (min-width: 768px) {
  .header img {
    width: 280px;
  }
}

/* kv */
.section-kv {
  background-color: #F8EBC0;
  /* padding-top: 28.5vw; */
}

.section-kv .text_wrap {
  padding: 1.33vw 4.27vw;
}

.section-kv .kv_wrap {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .section-kv {
    padding: 0;
  }
  .section-kv img {
    margin: auto;
  }
  .section-kv .text_wrap {
    max-width: 700px;
    margin: 5px auto;
    padding: 0;
    font-size: 12px;
  }
}

/* anc */
.anc {
  background-color: #F7F5F3;
}
.anc_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.anc_list_item {
  position: relative;
  display: flex;
  border: 1px solid #DBDBDB;
  width: 50%;
  height: 60px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3D3D;
}
.anc_list_item a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.anc_list_item::before {
  content: "";
  background-image: url(../images/icon_anc.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  right: 8px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (768px <=width <=1200px) {
  .anc_list {
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .anc_list_item {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1200px) {
  .anc_list {
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .anc_list_item {
    font-size: 15px;
  }
}

/* about */
.section-about {
  background-color: #F8ECC5;
}

.section-about h2 {
  font-size: 7.47vw;
  margin-bottom: 8.53vw;
  font-weight: 600;
  line-height: 1.4;
}

.section-about .about_box {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 5.33vw;
  flex-direction: column;
  border-radius: 16px;
}
.section-about .about_box .balloon {
  position: relative;
  background: #E06666;
  color: #fff;
  width: 63.2vw;
  padding: 2.67vw 0;
  text-align: center;
  font-size: 3.73vw;
  font-weight: 600;
  border-radius: 120px;
  margin-bottom: 4vw;
}
.section-about .about_box .balloon::after {
  content: '';
  background-image: url('/assets/images/tail.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -8px;
}
.section-about .about_box img {
  width: 43.73vw;
  margin-bottom: 2.13vw;
  height: auto;
}
.section-about .about_box p {
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .section-about {
    background: #F8ECC5;
  }
  .section-about h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .section-about .about_box {
    padding: 40px 20px;
  }
  .section-about .about_box .balloon {
    width: 331px;
    padding: 8px;
    font-size: 16px;
    border-radius: 150px;
    margin-bottom: 23px;
  }
  .section-about .about_box .balloon::after {
    bottom: -12px;
    width: 29.828px;
    height: 17.4px;
  }
  .section-about .about_box img {
    width: 164px;
    margin-bottom: 12px;
  }
  .section-about .about_box p {
    width: 400px;
    font-size: 18px;
  }
}

/* reason */
.section-reason {
  background-color: #F7F5F3;
}
.section-reason h2 {
  font-size: 7.47vw;
  margin-bottom: 8.53vw;
  font-weight: 600;
  line-height: 1.4;
}
.section-reason .wrap > p {
  font-size: 4.8vw;
  margin-bottom: 16.53vw;
  font-weight: 600;
  line-height: 1.4;
}
.section-reason .balloon.black {
  position: relative;
  background: #3D3D3D;
  color: #fff;
  font-size: 3.73vw;
  margin: 0 auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  /* width: 77.33vw; */
  width: fit-content;
  padding: 0.8vw 2.67vw;
  letter-spacing: -0.2px;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.section-reason .balloon.black::after {
  content: '';
  background-image: url('../images/balloon_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -8px;
}
.section-reason .merit_box li {
  background-color: #fff;
  padding: 5.33vw;
  border-radius: 0 0 16px 16px;
  border: 1px solid #D4D4D4;
  border-top: 1.07vw #FFC70D solid;

  position: relative;
  background-image: repeating-linear-gradient(135deg, #FFE17D 0, #FFE17D 5px, transparent 5px, transparent 10px);
  background-repeat: no-repeat;
  background-size: 100% 3.73vw;
  background-position: top;
}
/* .section-reason .merit_box li::after {
  content: "";
  background-image: url(../images/unit01.png);
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  left: 0;
  width: 100%;
  height: 3.73vw;
  top: 0;
} */
.section-reason .merit_box > li + li {
  margin-top: 16.53vw;
}
.section-reason .merit_box li .merit_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted;
  border-color: #D9D9D9;
  margin-bottom: 4.27vw;
  padding-bottom: 4.27vw;
}
.section-reason .merit_box .merit_label {
  font-size: 4.27vw;
  font-weight: 700;
  padding: 1.07vw 4vw;
  position: absolute;
  top: -8vw;
  bottom: 0;
  left: 0;
  background-image: url(../images/unit02.png);
  background-repeat: no-repeat;
  width: 30.67vw;
  height: 8vw;
  background-size: contain;
}

.section-reason .merit_box p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 3.73vw;
  letter-spacing: -0.28px;
}
.section-reason .merit_box a {
  font-weight: 300;
  line-height: 1.4;
  font-size: 3.73vw;
  letter-spacing: -0.28px;
}
.section-reason .merit_box p + p {
  margin-top  : 3.2vw;
}
.section-reason .merit_box li .merit_flex > p {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4;
}
.section-reason .merit_box li .merit_flex > img {
  width: 13.33vw;
  height: auto;
}

.section-reason .merit_box .bg_pink {
  background-color: #E06666 ;
  color: #fff;
  font-size: 2.4vw;
  font-size: 4.27vw;
  width: 72vw;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.07vw 1.6vw;
  margin-bottom: 3.2vw;
  position: relative;
}
.section-reason .merit_box .bg_pink::after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: -1px;
    transform: translateY(50%);
    border-width: 3.8vw 3vw;
    border-color: transparent #fff transparent transparent ;
    border-style: solid;
    z-index: 2;
}
.section-reason .merit_box .bg_pink > span.small {
  font-size: 2.4vw;
  color: inherit;
  font-weight: inherit;
}
.section-reason .merit_box .bg_gray {
  background-color: rgba(235, 231, 228, 0.88);
  border-radius: 5px;
  font-weight: 600;
  padding: 1.6vw;
}

@media screen and (min-width: 768px) {
  .section-reason h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .section-reason .balloon.black {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 4px 10px;
  }

  .section-reason .balloon.black::after {
    width: 19px;
    height: 13px;
    bottom: -12px;
  }
  .section-reason .wrap > p {
    font-size: 18px;
    margin-bottom: 66px;
    text-align: center;
  }
  .section-reason .merit_box li {
    padding: 32px 150px 20px;
    border-top: 4px #FFC70D solid;
    background-size: 100% 16px;
    background-image: repeating-linear-gradient(135deg, #FFE17D 0, #FFE17D 6px, transparent 6px, transparent 12px);
  }
  .section-reason .merit_box li::after {
    height: 9px;
  }
  .section-reason .merit_box > li + li {
    margin-top: 68px;
  }
  .section-reason .merit_box li .merit_flex {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .section-reason .merit_box .merit_label {
    font-size: 18px;
    padding: 6px 15px 36px 20px;
    top: -42px;
    bottom: 0;
    left: 0;
    width: 189px;
    height: 35px;
  }
  .section-reason .merit_box p {
    font-size: 14px;
  }
  .section-reason .merit_box a {
    font-size: 14px;
  }
  .section-reason .merit_box p + p {
    margin-top: 12px;
  }
  .section-reason .merit_box li .merit_flex > p {
    font-size: 24px;
  }
  .section-reason .merit_box li .merit_flex > img {
    width: 45px;
    height: auto;
  }
  .section-reason .merit_box .bg_pink {
    font-size: 16px;
    width: 259px;
    width: fit-content;
    padding: 2px 40px 2px 16px;
    margin-bottom: 12px;
  }
  .section-reason .merit_box .bg_pink::after {
    border-width: 14px 10px;
  }
  .section-reason .merit_box .bg_pink > span.small {
    font-size: 9px;
  }
  .section-reason .merit_box .bg_gray {
    padding: 4px;
  }
}


/* unnyo */
.section-unnyo {
  background-color: #F8ECC5;
}
.section-unnyo .bg_yellow {
  background-color: #F8ECC5;
  position: relative;
}
.section-unnyo .bg_yellow::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  height: 8vw;
  width: 100%;
  clip-path: polygon(0 0, 50% 85%, 100% 0);
  background-color: #F8ECC5;
  z-index: 1;
}
.section-unnyo .bg_gray {
  background-color: #F7F5F3;
  text-align: center;
  position: relative;
}
.section-unnyo .bg_gray::after {
  content: "";
  position: absolute;
  bottom: -8vw;
  height: 8vw;
  width: 100%;
  clip-path: polygon(0 0, 50% 85%, 100% 0);
  background-color: #F7F5F3;
  right: 0;
}
.section-unnyo .bg_gray .wrap {
  padding-bottom: 0;
}
.section-unnyo .bg_white {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-unnyo .bg_white .wrap > p {
  margin-bottom: 1.33vw;
}
.section-unnyo .bg_white .wrap > p.modal_open {
  margin: 4.27vw auto;
}

.section-unnyo h2 {
  font-size: 7.47vw;
  margin-bottom: 8.53vw;
  font-weight: 600;
  line-height: 1.4;
}

.section-unnyo .balloon.black {
  position: relative;
  background: #3D3D3D;
  color: #fff;
  font-size: 3.73vw;
  margin: 0 auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  width: 40vw;
  padding: 0.8vw 2.67vw;
  letter-spacing: -0.2px;
  border-radius: 0;
  display: flex;
  justify-content: center;
}

.section-unnyo .balloon.black::after {
  content: '';
  background-image: url('../images/balloon_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -8px;
}
.section-unnyo .balloon {
  position: relative;
  background-color: #E06666;
  color: #fff;
  font-size: 5.33vw;
  margin: 0 auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  width: 88vw;
  padding: 3.2vw 2.67vw;
  letter-spacing: -0.2px;
  border-radius: 120px;
  display: flex;
  justify-content: center;
}

.section-unnyo .balloon::after {
  content: '';
  background-image: url(/assets/images/tail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -8px;
}

.section-unnyo .wrap > p {
  font-size: 4.8vw;
  margin-bottom: 8.53vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.section-unnyo .wrap > img {
  width: 15.47vw;
  padding-top: 2.67vw;
}

.section-unnyo .white_box {
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #D4D4D4;
  padding: 5.33vw;
}
.section-unnyo .white_box p {
  font-size: 3.73vw;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.section-unnyo .white_box > img + ul,
.section-unnyo .white_box > ul + img {
  margin-top: 4.27vw;
}

.section-unnyo .large  {
  font-size: 6.93vw;
  font-weight: 700;
}


.section-unnyo .white_box li {
  border-radius: 8px;
  border: 2px solid #FACB32;
  background: #FFF9E7;
  padding: 4.27vw;
  outline: 1px dashed #FFDF78;
  outline-offset: -1.33vw;
  position: relative;
}
.section-unnyo .white_box li::after {
  content: '';
  background-image: url('../images/unit03.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 23.2vw;
  height: 21.87vw;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: 0;
}

.section-unnyo .white_box li + li {
  margin-top: 4.27vw;
}
.section-unnyo .white_box li .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: dotted;
  border-color: #D9D9D9;
  margin-bottom: 4.27vw;
  padding-bottom: 4.27vw;
}
.section-unnyo .white_box li .flex > p {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.4;
}
.section-unnyo .white_box li .flex > img {
  width: 13.33vw;
  height: auto;
  margin-right: 2.67vw;
}

.section-unnyo .bg_yellow img.label {
  display: block;
  width: 48.8vw;
  margin: auto;
}
.section-unnyo .bg_yellow .wrap > p {
  /* text-align: left; */
  text-align: center;
}

.section-unnyo .bg_gray .white_box .balloon {
  position: relative;
  background: #FFC70D;
  color: #3D3D3D;
  font-size: 3.73vw;
  margin: -35px auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  width: 72vw;
  padding: 2.13vw;
  letter-spacing: -0.2px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-unnyo .bg_gray .white_box .balloon::after {
  content: '';
  background-image: url('../images/balloon_yellow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -10px;
}
.section-unnyo .bg_gray .white_box .balloon p {
  font-size: inherit;
  font-weight: inherit;
}
.section-unnyo .bg_gray .white_box .balloon > img {
  width: 5.33vw;
  height: 5.33vw;
  margin-right: 0.53vw;
}

.section-unnyo .bg_gray .white_box {
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #D4D4D4;
  padding: 5.33vw;
}
.section-unnyo .bg_gray .white_box p {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.4;
}


@media screen and (min-width: 768px) {
  .section-unnyo .bg_yellow::after {
    bottom: -40px;
    height: 40px;
}
  .section-unnyo .bg_gray::after {
    bottom: -40px;
    height: 40px;
  }
  .section-unnyo .bg_gray .wrap {
    padding-top: 60px;
  }
  .section-unnyo .bg_white .wrap {
    padding-top: 60px;
  }
  .section-unnyo h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .section-unnyo .wrap > p {
    font-size: 18px;
    margin: 0 auto 16px;
    text-align: left;
    width: 700px;
  }
  .section-unnyo .wrap > img {
    width: 70px;
  }

  .section-unnyo .balloon.black {
    font-size: 14px;
    margin-bottom: 16px;
    width: fit-content;
    padding: 4px 16px;
  }

  .section-unnyo .balloon.black::after {
    width: 19px;
    height: 13px;
    bottom: -12px;
  }
  .section-unnyo .balloon {
    font-size: 20px;
    margin: 0 auto 16px;
    width: 330px;
    padding: 12px 0;
    letter-spacing: -0.2px;
    border-radius: 55px;
  }

  .section-unnyo .balloon::after {
    width: 19px;
    height: 13px;
    bottom: -12px;
  }
  .section-unnyo .white_box {
    padding: 20px ;
  }
  .section-unnyo .white_box > img {
    width: 336px;
    display: block;
    margin: auto;
  }
  .section-unnyo .white_box > img + ul {
    width: 400px;
    margin: auto;
  }
  .section-unnyo .white_box > img + ul,
  .section-unnyo .white_box > ul + img {
    margin-top: 16px;
  }
  .section-unnyo .white_box li {
    padding: 22px 30px;
    outline-offset: -2px;
  }
  .section-unnyo .white_box li::after {
    width: 105px;
    height: 98.966px;
  }
  .section-unnyo .white_box li + li {
    margin-top: 16px ;
  }
  .section-unnyo .white_box li .flex {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .section-unnyo .white_box li .flex > img {
    width: 58px;
  }
  .section-unnyo .white_box li .flex > p {
    font-size: 20px;
  }
  .section-unnyo .white_box p {
    font-size: 16px;
  }
  .section-unnyo .large {
    font-size: 30px;
  }
  .section-unnyo .bg_yellow img.label {
    width: 183px;
  }
  .section-unnyo .bg_gray .wrap > p {
    text-align: center;
    margin-bottom: 32px;
  }
  .section-unnyo .bg_gray .white_box {
    width: 400px;
    margin: auto;
    padding: 24px;
  }
  .section-unnyo .bg_gray .white_box p {
    font-size: 20px;
  }
  .section-unnyo .bg_gray .white_box .balloon {
    font-size: 16px;
    width: 315px;
    padding: 9px 0;
    margin-top: -46px;
    margin-bottom: 12px;
  }
  .section-unnyo .bg_gray .white_box .balloon::after {
    bottom: -10px;
    width: 13.994px;
    height: 10.524px;
  }
  .section-unnyo .bg_gray .white_box .balloon > img {
    width: 23.355px;
    height: 23.355px;
    margin-right: 4px ;
  }
  .section-unnyo .bg_white .wrap > p {
    width: fit-content;
  }
  .section-unnyo .bg_white .wrap > p.modal_open {
    margin: 18px auto 20px;
  }
}


/* btn */
.btn {
  background: linear-gradient(180deg, #DB0000 50%, #CC0000 50%);
  border: 0.533vw solid #E57878;
  box-shadow: 0px 1.333vw 0px 0px #800000;
  width: 83.2vw;
  max-width: 100%;
}
a.btn + ul.note {
  margin-top: 2.4vw;
}
ul.note.btn_note {
  width: 69.33vw;
  margin: auto;
  margin-top: 2.67vw;
}
ul.note.bnr_note {
  text-align: center;
}

/* modal_open */
.modal_open {
  text-decoration: underline;
  position: relative;
  color: #C00;
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.section-unnyo .anc_link {
  text-decoration: underline;
  position: relative;
  color: #3D3D3D;
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn {
    box-shadow: 0px 4px 0px 0px #801D1D;
    border: 2px solid #E57878;
    width: 344px;
    height: 56px;
  }
  .btn_text {
    font-size: 16px;
  }
  .btn.icon_type3::after {
    width: 12px;
    height: 12px;
  }
  a.btn + ul.note {
    margin-top: 6px;
  }
  ul.note.btn_note {
    width: 344px;
    margin-top: 5px;
  }
  .modal_open {
    font-size: 18px;
  }
  .section-unnyo .anc_link {
    font-size: 18px;
    display: block;
  }
}


/* guide */
.section-guide {
  background-color: #F7F5F3;
}

.section-guide h2 {
  font-size: 7.47vw;
  margin-bottom: 8.53vw;
  font-weight: 600;
  line-height: 1.4;
}


.section-guide .balloon.black {
  position: relative;
  background: #3D3D3D;
  color: #fff;
  font-size: 3.73vw;
  margin: 0 auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  width: 78.93vw;
  padding: 0.8vw 2.67vw;
  letter-spacing: -0.2px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-guide .balloon.black::after {
  content: '';
  background-image: url('../images/balloon_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -8px;
}

/* tab */

.tab_label {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #E06666;
}

.tab_label li {
  background-color: #EDEDED;
  padding: 2.67vw 0;
  width: 50%;
  font-size: 4.27vw;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 2px solid #E0DFDD;
  border-bottom: none;
}

.tab_label .tab_label-app {
  border-radius: 14px 5px 0 0;
}
.tab_label .tab_label-web {
  border-radius: 5px 14px 0 0;
}
.tab_label .tab_label-web._active,
.tab_label .tab_label-app._active {
  background-color: #E06666;
  color: #fff;
}
.tab_inner > div {
  display: none;
  padding: 5.33vw;
  background-color: #FFF;
}
.tab_inner > div.tab_app,
.tab_inner > div.tab_web {
  position: relative;
  border: 2px solid #E0DFDD;
  border-radius: 0 0 16px 16px;
}

.tab_inner > div._active {
  display: block;
}
.tab_inner ul.note.btn_note {
  width: 83.2vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.tab_inner .balloon {
  position: relative;
  font-size: 5.33vw;
  color: #3D3D3D;
  background: rgba(235, 231, 228, 0.88);
  width: 80.8vw;
  padding: 2.67vw;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 4.27vw;
}
.tab_inner .balloon::after {
  content: '';
  background-image: url(../images/balloon_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -10px;
}


.step_list {
  width: 100%;
  margin-bottom: 5.33vw;
}
.step_list_item {
  width: 100%;
  display: flex;
}

.step_list > .step_list_item + .step_list_item {
  margin-top: 20px;
}
/* .step_list_item:nth-child(3n) {
  margin-right: 0;
} */
.step_list_item_label {
  position: relative;
  font-size: 4.8vw;
  display: flex;
  background-color: #facb32;
  justify-content: center;
  font-weight: 900;
  line-height: 1.4;
  height: unset;
  align-items: center;
  width: 8vw;
  margin-right: 4.27vw;
  padding-top: 1em;
}

.step_list_item_label::before {
  content: "";
  position: absolute;
  border-style: solid;
  z-index: 3;
  border-color: #facb32 transparent transparent transparent;
  bottom: -7.6vw;
  right: 0;
  transform: translateY(0);
  border-width: 4vw;
}
.step_list_item_label::after{
  content: "";
  position: absolute;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translateY(0);
  border-width: 4vw;
}
/* .step_list_item:first-child .step_list_item_label::after {
  display: none;
}
.step_list_item:last-child .step_list_item_label::before {
  display: none;
} */
.step_list_item_box {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - ( 8vw + 4.27vw));
  padding: 2.13vw 0;
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #CECECE;
  margin-bottom: -2.13vw;
}
.step_list_item:last-child .step_list_item_box {
  border: none;
}
.step_list_item_box::after {
  border-bottom: 1px solid #CECECE;
  width: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: -4.27vw;
}
.step_list_item_box:last-child::after {
  display: none;
}
.step_list_item_box p {
  font-size: 3.73vw;
  font-weight: 300;
  line-height: 1.4;
}
.step_list_item_box ul.note li {
  font-size: 12px;
}
.step_list_item_box > img {
  width: 61.33vw;
}


@media screen and (min-width: 768px) {
  .section-guide h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .section-guide .balloon.black {
    font-size: 14px;
    margin-bottom: 14px;
    width: 296px;
    padding: 4px 0;
  }
  .section-guide .balloon.black::after {
    width: 19px;
    height: 13px;
    bottom: -10px;
  }
  .tab_label {
    width: 100%;
  }
  .tab_label li {
    padding: 20px 0;
    font-size: 18px;
  }
  .tab_inner > div {
    padding: 20px;
  }

  .tab_inner .balloon {
    font-size: 20px;
    width: 500px;
    padding: 10px 0;
    margin: 0 auto 16px;
  }
  .tab_inner .balloon::after {
    width: 60.352px;
    height: 20px;
    bottom: -10px;
  }

  .step_list {
    width: 500px;
    margin: 0 auto 22px;
  }
  .step_list_item_label {
    width: 30px;
    margin-right: 24px;
    font-size: 18px;
  }
  .step_list_item_label::before {
    bottom: -29px;
    border-width: 15px;
  }
  .step_list_item_label::after {
    bottom: -28px;
    border-width: 14px;
  }
  .step_list_item_box {
    padding: 12px 0;
    margin-bottom: -12px;
    width: calc(100% - (30px + 24px));
  }
  .step_list_item_box p {
    font-size: 16px;
  }
  .step_list_item_box > img {
    width: 340px;
  }

  /* qr pcのみ */
  .qr_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 492px;
    margin: 0 auto 30px;
  }
  .qr01 {
    background-color: #EEE;
    border-radius: 20px;
    width: 306.133px;
    height: 166.733px;
    padding: 20px 0;
  }
  .qr01 > img {
    display: block;
    width: 131.2px;
    height: auto;
    margin: 0 auto;
  }
  .qr02 {
    width: 164px;
    height: 164px;
  }

}


/* monex */
.section-monex {
  background-color: #F8ECC5;
  text-align: center;
}

.section-monex h2 {
  font-size: 7.47vw;
  margin-bottom: 8.53vw;
  font-weight: 600;
  line-height: 1.4;
}
.section-monex .balloon.black {
  position: relative;
  background: #3D3D3D;
  color: #fff;
  font-size: 3.73vw;
  margin: 0 auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  width: 50.67vw;
  padding: 0.8vw;
  letter-spacing: -0.2px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-monex .balloon.black::after {
  content: '';
  background-image: url('../images/balloon_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -10px;
}

.section-monex .balloon.yellow {
  position: relative;
  background: #FACB32;
  color: #3D3D3D;
  font-size: 3.73vw;
  margin: 8.53vw auto 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  width: 88vw;
  padding: 2.13vw;
  letter-spacing: -0.2px;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-monex .balloon.yellow::after {
  content: '';
  background-image: url('../images/balloon_yellow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73333vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  bottom: -10px;
}
.section-monex .balloon.yellow .large {
  font-size: 8.53vw;
  font-weight: inherit;
  color: inherit;
}

.section-monex .tsumitate_monex {
  background-color: #fff;
  border-radius: 17px;
  padding: 5.33vw 4vw;
  margin-bottom: 4.27vw;
}
.section-monex .tsumitate_monex p {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.section-monex .tsumitate_monex > img + p {
  margin-top: 1.33vw;
}
.section-monex .tsumitate_monex ul.note {
  text-align: left;
}
.section-monex p {
  font-size: 3.73vw;
  font-weight: 600;
}
.section-monex p span.large{
  font-size: 4.8vw;
  font-weight: inherit;
  color: inherit;
}
.section-monex p span.red.large{
  font-size: 5.87vw;
  font-weight: inherit;
  color: #c00;
  letter-spacing: -1.1px;
}
.section-monex .bg_pink {
  background-color: #E06666;
  color: #fff;
  font-size: 2.4vw;
  font-size: 3.73vw;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.07vw 1.6vw;
  margin-bottom: 3.2vw;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto 2.13vw;
}
.section-monex .duser_area > img {
  width: 79.73vw;
}

.recomend li {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recomend li .txt {
  padding: 2.67vw 5.33vw;
  text-align: left;
}
.recomend li .txt > p {
  font-size: 4.27vw;
  font-weight: 300;
}
.recomend li .txt > img {
  height: 6.93vw;
  width: auto;
}
.recomend li > img {
  width: 24vw;
  height: 24vw;
}
.recomend > li + li {
  margin-top: 2.13vw;
}
.recomend {
  margin-bottom: 8.53vw;
}

.section-monex .duser {
  background-color: #fff;
  border-radius: 9.24px;
  margin-bottom: 2.13vw;
}
.section-monex .duser .duser_ttl {
  background-color: #E06666;
  color: #fff;
  font-size: 5.87vw;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 4vw;
  border-radius: 9.24px 9.24px 0 0;
}
.section-monex .duser .duser_ttl > img {
  width: 27.73vw;
  margin-right: 2.67vw;
}
.section-monex .duser .duser_ttl > p {
  font-size: 4.27vw;
  width: 27.73vw;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  width: calc(100% - (27.73vw + 2.67vw)) ;
}
.section-monex .duser .duser_ttl > p .large {
  font-size: 5.87vw;
  font-weight: inherit;
  color: inherit;
}
.section-monex .duser .duser_box {
  padding: 4.8vw 3.2vw;
}


@media screen and (min-width: 768px) {
  .section-monex h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .section-monex .balloon.black {
    font-size: 14px;
    width: 190px;
    padding: 4px 0;
    margin-bottom: 12px;
  }
  .section-monex .balloon.black::after {
    bottom: -10px;
    width: 19px;
    height: 13px;
  }
  .section-monex .tsumitate_monex {
    padding: 32px;
  }
  .section-monex .tsumitate_monex > img {
    display: block;
    margin: 0 auto;
    width: 460px;
    height: auto;
  }
  .section-monex .tsumitate_monex p {
    font-size: 20px;
  }
  .section-monex .tsumitate_monex > img + p {
    margin-top: 14px;
  }
  .section-monex .tsumitate_monex >.note {
    margin: 0 auto;
    width: 460px;
    text-align: left;
  }
  .section-monex .bg_pink {
    font-size: 14px;
    width: 266px;
    padding: 4px 0;
  }
  .section-monex p {
    font-size: 16px;
  }
  .section-monex p span.large {
    font-size: 22px;
  }
  .section-monex p span.red.large {
    font-size: 26px;
  }
  .section-monex .balloon.yellow {
    width: 330px;
    padding: 6px 0;
    font-size: 14px;
    margin: 32px auto 20px;
  }
  .section-monex .balloon.yellow .large {
    font-size: 32px;
  }
  .section-monex .balloon.yellow::after {
    width: 19px;
    height: 13px;
    bottom: -10px;
  }

  .recomend {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto 32px;
  }

  .recomend li {
    display: flex;
    flex-direction: column-reverse;
    width: 160px;
    padding: 20px 14px;
    justify-content: flex-end;
  }
  .recomend > li + li {
    margin-top: 0;
  }
  .recomend li .txt {
    padding: 0;
  }
  .recomend li .txt > p {
    font-size: 16px;
  }
  .recomend li .txt > img {
    height: 26px;
  }
  .recomend li > img {
    width: 100px;
    height: auto;
  }

  .section-monex .duser {
    margin: 0 auto 18px;
    width: 560px;
  }
  .section-monex .duser .duser_ttl {
    font-size: 18px;
    padding: 15px;
    text-align: left;
  }
  .section-monex .duser .duser_ttl > p {
    font-size: 18px;
    width: calc(100% - (132px + 8px));
  }
  .section-monex .duser .duser_ttl > p .large {
    font-size: 24px;
  }
  .section-monex .duser .duser_ttl > img {
    width: 132px;
    height: auto;
    margin-right: 8px;
  }
  .section-monex .duser .duser_box {
    padding: 22px;
  }

  .section-monex .duser_area > img {
    width: 410px;
  }
}

/* faq */
.section-faq {
  background-color: #fff;
}
.section-faq .wrap {
  padding-bottom: 4.27vw;
}
/* accordion */
.accordion {
  background-color: #FCFCFC;
  border: solid 0.1rem #E0DFDD;
  border-radius: 2.13vw;
  margin-top: 9.07vw;
}

.accordion_title {
  padding: 3.73vw 10.53vw 3.73vw 4.27vw;
  cursor: pointer;
  position: relative;
}
.accordion_title span.label {
  width: 7.47vw;
  padding-right: 1.07vw;
}

.accordion_title p {
  text-align: left;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 1.48;
  display: flex;
}


.accordion_content {
  padding: 5.33vw 10.53vw 5.33vw 4.27vw;
}
.accordion_content p {
  font-size: 3.2vw;
  line-height: 1.4;
  font-weight: 300;
}
.accordion_content p.bold {
  font-weight: 600;
}
.accordion_content > p + img {
  margin-top: 4.27vw;
}

.accordion>dt::before,
.accordion>dt::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  background-color: #333;
  width: 2.66666vw;
  height: 0.53333vw;
  top: 0;
  bottom: 0;
  right: 5.86666vw;
  margin: auto 0;
  transition: 0.25s;
}

.accordion>dt::after {
  transform: rotate(90deg);
}

.accordion>dt.active::after {
  transform: none;
}

.accordion img {
  width: 68vw;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.accordion ul.note,
.accordion ol.note {
  margin-top: 1.33vw;
}
.accordion ul.note li,
.accordion ol.note li,
.accordion ul.dot li,
.accordion ol.num li {
  margin-top: 0;
}

.accordion+.accordion {
  margin-top: 4.27vw;
}


@media screen and (min-width: 768px) {
  .section-faq .wrap {
    padding-bottom: 0;
  }
  .section-faq h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .accordion {
    border-radius: 8px;
    margin: 40px auto 0;
    width: 630px;
  }
  .accordion_title {
    padding: 20px 55px 20px 16px;
  }
  .accordion_title p {
    font-size: 12px;
  }
  .accordion_title span.label {
    width: 24px;
    padding-right: 10px;
    font-size: 12px;
  }
  .accordion_content > p + img {
    margin-top: 16px;
  }
  .accordion>dt::before,
  .accordion>dt::after {
    width: 10px;
    height: 2px;
    right: 21px;
  }
  .accordion img {
    width: 100%;
    margin: 0 auto;
  }
  .accordion img+img {
    margin: 0;
  }
  .accordion ul.note,
  .accordion ol.note {
    margin-top: 2px;
  }
  .accordion ul.note li,
  .accordion ol.note li {
    font-size: 9px !important;
  }
  .accordion + .accordion {
    margin-top: 16px;
  }
  .accordion .accordion_content {
    padding: 18px 55px 18px 16px;
  }
  .accordion .accordion_content p {
    font-size: 12px;
  }
}

/* quiz */
.section-quiz {
  background-color: #fff;
}
.section-quiz .wrap {
  padding-top: 4.27vw;
}

@media screen and (min-width: 768px) {
  .section-quiz .wrap {
    padding-top: 40px;
  }
  .section-quiz .wrap a {
    width: 450px;
    display: block;
    margin: 0 auto;
  }
}

/* footer */
.footer .notes {
  background-color: #707070;
}
.footer .notes ul.dot li {
  color: inherit;
  font-weight: 400;
}
.footer .copy {
  padding: 8.52878vw 0 40vw;
  background-color: #707070;
  color: #fff;
  margin-top: -1px;
}
.footer .copy p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer .copy {
    padding: 40px 0 120px;
  }
}


/* floating */
.floating_bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.80);
  z-index: 99;
}
.floating_bottom > a {
  width: 300px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.floating_bottom a {
  color: var(--whiteColor);
}
.floating_display {
  display: flex;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 4vw 0;
  justify-content: center;
}
.floating_bottom .floating_display .btn_note {
  color: #3D3D3D;
  text-align: left;
}
.floating_bottom .floating_display .btn_area {
  width: 49%;
}
.floating_bottom .floating_display .btn_area a,
.floating_bottom .floating_display .btn_area img,
.floating_bottom .floating_display .btn_area .e_disabled > img {
  width: 100%;
  height: auto;
}
.floating_bottom .floating_display .btn_area.e_area .checkbox {
  color: var(--whiteColor);
  margin-top: 0;
}
.floating_bottom ul.note .note_item {
  color: var(--whiteColor);
  text-align: left;
  font-size: 8px;
  font-size: max(8px, 2.5vw);
}
.floating_bottom input+.check_label {
  font-size: 8px;
  font-size: max(8px, 2.5vw);
}

/* floating_side */
.floating_side {
  /* width: 17.33vw; */
  width: 11.47vw;
  height: 59.47vw;
  /* height: 89.33vw; */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 100;
}
.floating_side a {
  display: block;
  width: 100%;
  height: 100%;
}
.floating_side a img {
  width: 100%;
  height: 100%;
}
.floating_side a:hover {
  opacity: 1;
}
.floating_side img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .floating_display {
    max-width: 700px;
  }
  .floating_bottom .floating_display {
    padding: 15px 0;
  }
  .floating_bottom ul.note .note_item {
    text-align: center;
    font-size: 14px;
  }
  .floating_bottom input+.check_label {
    font-size: 14px;
  }
  .floating_side {
    width: 65px;
    height: 335px;
    position: fixed;
  }
}


/* modal */
/* モダールの背景固定 */
body {
  overflow-y: scroll;
}
body.modalLock {
  position: fixed;
  left: 0;
  width: 100%;
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal {
  background-color: rgba(0, 0, 0, 0.40);
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}
.modal_open:hover {
  opacity: 0.8;
  cursor: pointer;
}
.modal__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 92%;
  max-width: 92vw;
  background-color: #fff;
  border-radius: 2.13vw;
  padding: 6.4vw;
  height: min-content;
  max-height: 80vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: clip;
}
.modal__item img.dots {
  display: block;
  width: 0.8vw;
  margin: 8px auto;
}
.modal__item img {
  width: 100%;
  margin: 4.2666vw auto;
}
.modal__button {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 5.867vw;
  height: 5.867vw;
  background-image: url(../images/icon-cross.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal__button:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .modal {
    width: 100%;
    height: 100%;
  }
  .modal__item {
    width: 90%;
    width: 736px;
    top: 0;
    padding: 56px;
    max-height: 90vh;
    border-radius: 10px;
  }
  .modal__image {
    margin: 0 auto 24px;
  }
  .modal__button {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .modal__item img {
    display: block;
    max-width: 290px;
    margin: 0 auto 16px;
  }
}


/* link */
a.link {
    color: #CC0000;
    font-size: inherit;
    line-height: 1.48;
    text-decoration: underline;
}
a.link.icon {
    position: relative;
    padding-right: 1.39090909091em;
}
a.link.icon::after {
    content: '';
    background-image: url(../images/icon_link.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1.09090909091em;
    height: 1.09090909091em;
    position: absolute;
    font-size: inherit;
    margin-left: 0.15em;
    bottom: 0.0909090909em;
    display: inline;
}

/* scrollanimation */
.scroll_show_top {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1.5s;
}
.scroll_show_top.active{
  top: 0;
  opacity: 1;
}
