@charset "UTF-8";
#loading {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loading div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #00ab8d;
  background: linear-gradient(to right, #00ab8d 10%, rgba(34, 181, 174, 0) 42%);
  animation: load 1.4s infinite linear;
  transform: translateZ(0);
}
#loading div:before {
  width: 50%;
  height: 50%;
  background: #00ab8d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#loading div:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.s_lead1 {
  margin-top: 70px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2;
}
.s_lead1 .small {
  font-size: 0.85em;
}
@media screen and (max-width: 600px) {
  .s_lead1 {
    margin-top: 50px;
  }
}

#s_main.p_ttl1 {
  background: url("../img/monthly_now_main_bg.webp") no-repeat center bottom/1250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 {
    background: url("../img/monthly_now_main_bg_sp.webp") no-repeat center top/contain;
  }
}
#s_main.p_ttl1 .ttl {
  padding-top: 15px;
  opacity: 0;
}
#s_main.p_ttl1 .ttl .ja {
  font-size: 3.5em;
  font-feature-settings: 'palt';
  letter-spacing: .02em;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 .ttl .ja {
    font-size: 2.5em;
    line-height: 1.4;
  }
}
#s_main.p_ttl1 .ttl .en {
  margin-top: 22px;
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 .ttl .en {
    margin-top: 10px;
    font-size: 1.2em;
  }
}
#s_main.p_ttl1 .ttl .logo {
  display: block;
  width: 200px;
  margin: 35px auto 0;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 .ttl .logo {
    margin: 14px auto 0;
    width: 140px;
  }
}
#s_main.p_ttl1 .ttl .logo img {
  width: 100%;
  height: auto;
}

.contact_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .contact_sp {
    margin: 80px auto 0;
    width: 86.7%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 14px 16px 12px;
  }
  .contact_sp .label {
    width: 100%;
    border-radius: 9999px;
    background: #00ab8d;
    color: #fff;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    font-size: 1.4em;
    height: 40px;
    overflow: hidden;
  }
  .contact_sp .tel {
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
    color: #000;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .contact_sp .tel::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc( 50% - 10px );
    background: url("../img/ico_tel.svg") no-repeat center center/contain;
    width: 24px;
    height: 19px;
  }
  .contact_sp .tel .free {
    position: absolute;
    left: 30px;
    top: -10px;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0;
    transform: scale(0.8);
    transform-origin: left bottom;
  }
  .contact_sp .tel .num {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 2.5em;
  }
  .contact_sp .tel .time {
    margin-left: 5px;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 1.3;
  }
  .contact_sp .notes {
    margin-top: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.36;
  }
  .contact_sp .notes a {
    color: #30a2dc;
  }
}

#s_index {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0 100px;
}
@media screen and (max-width: 600px) {
  #s_index {
    padding: 75px 0 85px;
  }
}
#s_index::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #f5f5f5;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
#s_index .s_ttl {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  #s_index .s_ttl {
    font-size: 2.1em;
  }
}
#s_index .s_ttl .quo {
  color: #00ab8d;
  font-size: 60px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  #s_index .s_ttl .quo {
    font-size: 48px;
  }
}
#s_index .s_ttl .quo:first-child {
  top: -14px;
  left: -40px;
}
@media screen and (max-width: 600px) {
  #s_index .s_ttl .quo:first-child {
    top: -18px;
  }
}
#s_index .s_ttl .quo:last-child {
  bottom: -50px;
  right: -40px;
}
@media screen and (max-width: 600px) {
  #s_index .s_ttl .quo:last-child {
    bottom: -36px;
  }
}
#s_index .txt_area {
  margin-top: 30px;
  padding: 60px 0 35px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #s_index .txt_area {
    margin-top: 50px;
    padding: 0 0 0 13.3%;
  }
}
#s_index .txt_area .ttl {
  position: absolute;
  text-align: left;
  top: 0;
  bottom: 0;
  left: calc( 50% - 10px );
  padding-top: 32px;
  width: 20px;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
#s_index .txt_area .ttl .combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
@media screen and (max-width: 600px) {
  #s_index .txt_area .ttl {
    display: none;
  }
}
#s_index .txt_area .ttl::before, #s_index .txt_area .ttl::after {
  content: '';
  display: block;
  position: absolute;
}
#s_index .txt_area .ttl::before {
  top: 0;
  left: calc( 50% - 9px );
  width: 18px;
  height: 22px;
  background: url(../img/ico_ktrb.svg) no-repeat center top/17px;
}
#s_index .txt_area .ttl::after {
  top: 148px;
  bottom: 0;
  left: calc( 50% - 6px );
  width: 12px;
  background: url(../img/arr2_down.svg) no-repeat center bottom/12px;
}
#s_index .txt_area p {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック R', 'A1 Gothic R', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #s_index .txt_area p {
    font-feature-settings: 'palt';
    font-size: 1.4em;
    letter-spacing: .05em;
  }
}
#s_index .txt_area p + p {
  margin-top: 2em;
}
#s_index .txt1 {
  padding-left: calc( 50% + 60px );
  text-align: left;
  position: relative;
  min-height: 420px;
}
@media screen and (max-width: 600px) {
  #s_index .txt1 {
    padding-left: 0;
    min-height: 0;
  }
}
#s_index .txt1 img {
  position: absolute;
  left: calc( 50% - 394px );
  top: calc( 50% - 185px );
}
@media screen and (max-width: 600px) {
  #s_index .txt1 img {
    position: relative;
    left: 0;
    top: 0;
    width: 267px;
    height: auto;
    margin-top: 20px;
  }
}
#s_index .txt2 {
  margin-top: 20px;
  padding-right: calc( 50% + 60px );
  text-align: right;
  min-height: 315px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #s_index .txt2 {
    margin-top: 25px;
    padding-right: 0;
    min-height: 0;
    text-align: left;
  }
}
#s_index .txt2 img {
  position: absolute;
  right: calc( 50% - 394px );
  top: calc( 50% - 130px );
}
@media screen and (max-width: 600px) {
  #s_index .txt2 img {
    position: relative;
    left: 0;
    top: 0;
    width: 289px;
    height: auto;
    margin-top: 20px;
  }
}
#s_index .txt3 {
  margin-top: 30px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  #s_index .txt3 {
    font-size: 1.6em;
  }
}

.s_ttl1 {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #989898;
  font-size: 1.6em;
}
@media screen and (max-width: 600px) {
  .s_ttl1 {
    line-height: 1.75;
  }
}
.s_ttl1::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #00ab8d;
  margin: 23px auto 0;
}
@media screen and (max-width: 600px) {
  .s_ttl1::after {
    margin: 17px auto 0;
  }
}

.s_monthly_now .s_lead {
  margin-top: 75px;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .s_lead {
    margin-top: 50px;
  }
}
.s_monthly_now .s_lead .lead1,
.s_monthly_now .s_lead .lead2 {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.s_monthly_now .s_lead .lead1 {
  font-size: 1.6em;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .s_lead .lead1 {
    font-size: 1.4em;
    line-height: 1.75;
  }
}
.s_monthly_now .s_lead .lead2 {
  margin-top: 24px;
  font-size: 3em;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .s_lead .lead2 {
    margin-top: 15px;
    font-size: 2.1em;
    line-height: 1.75;
  }
}
.s_monthly_now .s_lead .tax {
  margin-top: 50px;
  font-size: 1.2em;
  line-height: 1.67;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .s_lead .tax {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    text-align: left;
    width: 86.7vw;
  }
}
.s_monthly_now .s_lead .tax .label {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em;
  color: #fff;
  background: #00ab8d;
  border-radius: 9999px;
  margin-right: 12px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .s_lead .tax .label {
    height: 34px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.s_monthly_now .s_lead .tax > span:not(.label) {
  flex: 1;
}
.s_monthly_now .s_lead .tax a {
  color: #30a2dc;
}
.s_monthly_now .monthly_now {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now {
    margin: 35px auto 0;
    width: 92%;
    flex-flow: column;
    gap: 30px;
  }
}
.s_monthly_now .monthly_now > div {
  width: 500px;
  background: #fff;
  padding: 60px 0 45px;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now > div {
    width: auto;
    padding: 45px 0;
  }
}
.s_monthly_now .monthly_now .copy {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック R', 'A1 Gothic R', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .copy {
    font-size: 1.4em;
  }
}
.s_monthly_now .monthly_now .ttl {
  margin-top: 40px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6em;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .ttl {
    margin-top: 20px;
    font-size: 3em;
  }
}
.s_monthly_now .monthly_now .logo {
  margin: 20px auto 0;
  width: 160px;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .logo {
    margin: 12px auto 0;
    width: 140px;
  }
}
.s_monthly_now .monthly_now .logo img {
  width: 100%;
  height: auto;
}
.s_monthly_now .monthly_now .txt {
  margin-top: 25px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.75;
}
.s_monthly_now .monthly_now .txt .small {
  font-size: .875em;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .txt .small {
    font-size: .75em;
  }
}
.s_monthly_now .monthly_now .payment {
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 16px 12px;
}
.s_monthly_now .monthly_now .notes {
  margin-top: 18px;
  font-size: 1.2em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .notes {
    width: 78.7vw;
    margin: 15px auto 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.64;
  }
  .s_monthly_now .monthly_now .notes br {
    display: none;
  }
}
.s_monthly_now .monthly_now .btn_pin,
.s_monthly_now .monthly_now .btn_ora {
  margin-top: 24px;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .btn_pin,
  .s_monthly_now .monthly_now .btn_ora {
    width: 245px;
  }
}
.s_monthly_now .monthly_now .btn_pin .large,
.s_monthly_now .monthly_now .btn_ora .large {
  font-size: 1.17em;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .monthly_now .btn_pin .large,
  .s_monthly_now .monthly_now .btn_ora .large {
    font-size: 1em;
  }
}
.s_monthly_now .monthly {
  border-top: 5px solid #f85d62;
}
.s_monthly_now .monthly .ttl {
  color: #f85d62;
}
.s_monthly_now .now {
  border-top: 5px solid #ff9f15;
}
.s_monthly_now .now .ttl {
  color: #ff9f15;
}
.s_monthly_now .other {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .s_monthly_now .other {
    margin-top: 20px;
    flex-flow: column;
    align-items: center;
  }
}

#s_monthly_now1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_monthly_now1 {
    padding: 100px 0 90px;
  }
}
#s_monthly_now1::before, #s_monthly_now1::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #fff;
  position: absolute;
}
#s_monthly_now1::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_monthly_now1::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}

#s_example {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_example {
    padding: 80px 0;
  }
}
#s_example::before, #s_example::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #f5f5f5;
  position: absolute;
}
#s_example::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_example::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}
#s_example .example_list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 600px) {
  #s_example .example_list {
    margin-top: 50px;
    gap: 35px;
    flex-flow: column;
  }
}
#s_example .example_list .ttl {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 30px;
}
#s_example .example_list .ttl .label {
  display: inline-block;
  vertical-align: top;
  background: #00ab8d;
  color: #fff;
  border-radius: 4px;
  padding: 0 .3em;
  font-size: 14px;
  height: 24px;
  margin: 3px 10px 3px 0;
  line-height: 25px;
  overflow: hidden;
}
#s_example .example_list .ttl .num {
  font-size: 1.88em;
}
#s_example .example_list img {
  margin-top: 15px;
}
#s_example .example_list .txt {
  margin-top: 20px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.75;
}
#s_example .notes {
  margin-top: 45px;
  font-size: 1.2em;
}

#s_voice1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_voice1 {
    padding: 100px 0 80px;
  }
}
#s_voice1::before, #s_voice1::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #fff;
  position: absolute;
}
#s_voice1::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_voice1::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}
#s_voice1 .voice_list {
  width: 860px;
  margin: 60px auto 0;
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice_list {
    width: 78.7%;
    margin: 50px auto 0;
    gap: 75px;
  }
}
#s_voice1 .voice {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice {
    flex-flow: column;
    align-items: center;
  }
}
#s_voice1 .voice:nth-child(odd) .bal::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -13px;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice:nth-child(odd) .bal::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: calc( 50% - 11px );
  }
}
#s_voice1 .voice:nth-child(even) .bal::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -13px;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice:nth-child(even) .bal::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: calc( 50% - 11px );
  }
}
#s_voice1 .voice .profile {
  width: 170px;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile {
    width: 245px;
    order: 2;
    display: flex;
    gap: 35px;
  }
  #s_voice1 .voice .profile .img {
    position: relative;
    width: 91px;
  }
  #s_voice1 .voice .profile .img img {
    width: 100%;
    height: auto;
  }
  #s_voice1 .voice .profile .txt {
    margin-top: 30px;
    text-align: left;
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile.now_only {
    width: 200px;
    gap: 15px;
  }
}
#s_voice1 .voice .profile.now_only .now {
  margin: 10px auto 0;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile.now_only .now {
    margin: 0;
  }
}
#s_voice1 .voice .profile img {
  border-radius: 50%;
}
#s_voice1 .voice .profile .now p,
#s_voice1 .voice .profile .past p {
  margin-top: 10px;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile .now p,
  #s_voice1 .voice .profile .past p {
    margin-top: 6px;
    font-size: 10px;
  }
}
#s_voice1 .voice .profile .now {
  width: 130px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile .now {
    width: 91px;
    margin: 0 auto;
  }
}
#s_voice1 .voice .profile .past {
  width: 75px;
  position: relative;
  z-index: 1;
  margin: -58px 0 0 50%;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile .past {
    position: absolute;
    margin: 0;
    left: 60px;
    top: 65px;
    width: 53px;
  }
  #s_voice1 .voice .profile .past img {
    width: 100%;
    height: auto;
  }
}
#s_voice1 .voice .profile .place {
  margin-top: 20px;
  color: #00ab8d;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .profile .place {
    margin-top: 0;
  }
}
#s_voice1 .voice .profile .name {
  margin-top: 12px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
}
#s_voice1 .voice .profile .name .suf {
  font-size: 12px;
}
#s_voice1 .voice .bal {
  width: 660px;
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .bal {
    width: auto;
    padding: 35px 25px 30px;
    order: 1;
  }
}
#s_voice1 .voice .bal::before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 20px;
  height: 23px;
  top: 52px;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .bal::before {
    width: 22px;
    height: 19px;
    top: auto;
    bottom: -14px;
  }
}
#s_voice1 .voice .bal .ttl {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
}
@media screen and (max-width: 600px) {
  #s_voice1 .voice .bal .ttl {
    margin: -.375em 0;
    text-align: center;
    line-height: 1.75em;
  }
}
#s_voice1 .voice .bal p {
  font-size: 1.4em;
  line-height: 2;
  margin: -.5em 0;
}

#s_voice2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_voice2 {
    padding: 90px 0 80px;
  }
}
#s_voice2::before, #s_voice2::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #f5f5f5;
  position: absolute;
}
#s_voice2::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_voice2::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}
#s_voice2 .s_lead {
  margin-top: 55px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  #s_voice2 .s_lead {
    margin-top: 45px;
    font-size: 1.4em;
  }
}
#s_voice2 .img_l {
  margin: 30px auto 0;
}
@media screen and (max-width: 600px) {
  #s_voice2 .img_l {
    margin: 25px auto 0;
    width: 92%;
  }
  #s_voice2 .img_l img {
    width: 100%;
    height: auto;
  }
}
#s_voice2 .voice_list {
  width: 860px;
  margin: 50px auto 0;
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice_list {
    width: 78.7%;
    margin: 40px auto 0;
    gap: 40px;
  }
}
#s_voice2 .voice {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice {
    flex-flow: column;
    align-items: center;
  }
}
#s_voice2 .voice:nth-child(odd) .bal::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -13px;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice:nth-child(odd) .bal::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: calc( 50% - 11px );
  }
}
#s_voice2 .voice:nth-child(even) .bal::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -13px;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice:nth-child(even) .bal::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: calc( 50% - 11px );
  }
}
#s_voice2 .voice .profile {
  width: 170px;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice .profile {
    width: 90px;
    order: 2;
  }
}
#s_voice2 .voice .profile img {
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice .profile img {
    width: 100%;
    height: auto;
  }
}
#s_voice2 .voice .profile .name {
  margin-top: 15px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice .profile .name {
    margin-top: 10px;
  }
}
#s_voice2 .voice .profile .name .suf {
  font-size: 12px;
}
#s_voice2 .voice .bal {
  width: 660px;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 50px;
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice .bal {
    width: auto;
    padding: 35px 25px 30px;
    order: 1;
  }
}
#s_voice2 .voice .bal::before {
  content: '';
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 20px;
  height: 23px;
  top: 52px;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice .bal::before {
    width: 22px;
    height: 19px;
    top: auto;
    bottom: -14px;
  }
}
#s_voice2 .voice .bal .ttl {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.75;
  margin: -.375em 0;
}
@media screen and (max-width: 600px) {
  #s_voice2 .voice .bal .ttl {
    text-align: center;
  }
}
#s_voice2 .voice .bal p {
  font-size: 1.4em;
  line-height: 2;
  margin: -.5em 0;
}
#s_voice2 .txtlink {
  margin-top: 50px;
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  #s_voice2 .txtlink {
    margin-top: 45px;
    font-size: 1.2em;
  }
}

#s_benefit {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_benefit {
    padding: 80px 0;
  }
}
#s_benefit::before, #s_benefit::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #fff;
  position: absolute;
}
#s_benefit::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_benefit::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}
#s_benefit .s_lead {
  margin-top: 55px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  #s_benefit .s_lead {
    margin-top: 45px;
    font-size: 1.4em;
  }
}
#s_benefit .benefit_list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 600px) {
  #s_benefit .benefit_list {
    margin-top: 35px;
    flex-flow: column;
    align-items: center;
    gap: 40px;
  }
}
#s_benefit .benefit_list .ttl {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
}
#s_benefit .benefit_list img {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  #s_benefit .benefit_list img {
    margin-top: 22px;
  }
}
#s_benefit .benefit_list .txt {
  margin-top: 20px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.75;
}

#s_zaimu {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_zaimu {
    padding: 80px 0;
  }
}
#s_zaimu::before, #s_zaimu::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #f5f5f5;
  position: absolute;
}
#s_zaimu::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_zaimu::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}
#s_zaimu .s_lead {
  margin-top: 55px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  #s_zaimu .s_lead {
    margin-top: 45px;
    font-size: 1.4em;
  }
}
#s_zaimu .zaimu {
  width: 860px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  #s_zaimu .zaimu {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin: 35px auto 0;
    gap: 45px;
  }
  #s_zaimu .zaimu img {
    width: 88%;
    height: auto;
  }
}
#s_zaimu .zaimu::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  box-sizing: border-box;
  border-left: 1px dashed #eaeaea;
  bottom: 16px;
  top: 0;
}
@media screen and (max-width: 600px) {
  #s_zaimu .zaimu::before {
    display: none;
  }
}
#s_zaimu .txtlink {
  margin-top: 35px;
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  #s_zaimu .txtlink {
    margin-top: 25px;
    font-size: 1.2em;
    text-align: left;
  }
}

#s_qa {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_qa {
    padding: 80px 0;
  }
}
#s_qa::before, #s_qa::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #fff;
  position: absolute;
}
#s_qa::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: 50%;
}
#s_qa::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 50%;
}
#s_qa .qa {
  display: flex;
  flex-flow: column;
  gap: 55px;
  width: 780px;
  margin: 60px auto 0;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #s_qa .qa {
    width: 78.7%;
    margin: 55px auto 0;
    gap: 40px;
  }
}
#s_qa .q {
  display: flex;
  align-items: baseline;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
}
#s_qa .q .icn {
  width: 55px;
  color: #00ab8d;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 25px;
  letter-spacing: .05em;
}
#s_qa .a {
  margin-top: 28px;
  font-size: 1.4em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #s_qa .a {
    margin-top: 18px;
    font-size: 1.2em;
  }
}
#s_qa .a a {
  color: #30a2dc;
}
#s_qa .txtlink {
  margin-top: 45px;
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  #s_qa .txtlink {
    margin-top: 30px;
    font-size: 1.2em;
  }
}

#s_monthly_now2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_monthly_now2 {
    padding: 100px 0 60px;
  }
}
#s_monthly_now2::before {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  right: 50%;
}
#s_monthly_now2 .monthly_now > div {
  background: #f5f5f5;
}
