@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
html {
  margin-top: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  outline: none;
  padding: 0;
  appearance: none;
  background-color: transparent;
  border: none;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.6rem; /* 16px*/
  color: #333333;
  line-height: 1.5;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: 90.7%;
  margin: 0 auto;
}

article {
  overflow: hidden;
}

.co_ylw {
  color: #d6cf75;
}
.fnt {
  font-family: "Oswald", sans-serif;
}
.underline {
  background: linear-gradient(transparent 64%, #f5eb4c 64%);
  font-weight: 700;
}
/*-----------------------
         header
-------------------------*/

.header-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.267% 0 2%;
}
.header_logo {
  width: 41%;
  max-width: 304px;
  margin-left: 23px;
}

.header_R {
  width: 48%;
  max-width: 356px;
  cursor: pointer;
}

@media screen and (max-width: 479px) {
  .header_logo {
    width: 41%;
    max-width: 150px;
    margin-left: 12px;
  }
}
/*-----------------------
        fv
-------------------------*/

#top {
  margin-bottom: 4%;
}

/*-----------------------
        cta
-------------------------*/
.cta_box {
  position: relative;
}
.cta_box .cta_btn {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  cursor: pointer;
}
.cta_box .cta_btn-campaign {
  bottom: -4%;
}
/*-----------------------
        worries
-------------------------*/
.worries_bg {
  margin-top: 4%;
  background-image: url("./img/worries_bg.png");
  background-size: cover;
  background-position: bottom;
  padding-top: 8.8%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.worries_ttl h2 {
  font-size: clamp(36px, 9.6vw, 72px);
  text-align: center;
}

.worries_list {
  margin-top: 8.423%;
}
.worries_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 16px;
}
.worries_list li:first-child {
  margin-top: 0;
}
.worries_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.worries_col_txt {
  width: 64%;
}
.worries_list li img {
  width: 37%;
  max-width: 232px;
}
@media screen and (max-width: 479px) {
  .worries_list li {
    column-gap: 8px;
    margin-top: 8px;
  }

  .worries_col_txt {
    width: 62%;
  }
}
.fukidashi {
  background-color: #333333;
  border-radius: 100vw;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  padding: 7% 0 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 432px;
  position: relative;
}
.worries_col_txt02 .fukidashi:before,
.worries_col_txt04 .fukidashi:before {
  content: "";
  position: absolute;
  bottom: 21%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 30px solid #333333;
  z-index: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg) translate(-50%, -50%);
}
.worries_col_txt01 .fukidashi:before,
.worries_col_txt03 .fukidashi:before {
  content: "";
  position: absolute;
  bottom: 19%;
  left: 0;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 30px solid #333333;
  z-index: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg) translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
  .worries_col_txt02 .fukidashi:before,
  .worries_col_txt04 .fukidashi:before {
    left: 98%;
  }
  .worries_col_txt01 .fukidashi:before,
  .worries_col_txt03 .fukidashi:before {
    left: 1%;
  }
}

.fukidashi p {
  color: #fff;
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.43;
  font-weight: bold;
}
.worries_col_txt01 .fukidashi,
.worries_col_txt04 .fukidashi {
  font-size: clamp(16px, 4.534vw, 34px);
}

.worries_col_txt02 .fukidashi,
.worries_col_txt03 .fukidashi {
  padding: 4.7% 0 5.6%;
}
.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #a58eff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.worries_img5 {
  width: 88%;
  max-width: 593px;
  margin-top: 8.38%;
}
.worries_bg .read {
  font-size: clamp(19px, 5.07vw, 38px);
  line-height: 1.47;
  font-weight: bold;
  margin-top: 6.4%;
}
.worries_img {
  width: 100%;
  max-width: 680px;
  margin-top: 8.822%;
}
.worries_bg .read02 {
  font-size: clamp(22px, 5.867vw, 44px);
  line-height: 1.43;
  font-weight: bold;
  margin-top: 30px;
}
.midashi {
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
  max-width: 341px;
  z-index: 1;
}

.worries_bg02 {
  background-image: url("./img/gym_bg.jpg");
  background-size: cover;
  position: relative;
  background-position: top;
  padding-top: 23.8%;
  padding-bottom: 17.4%;
}

.worries_bg02 p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
  font-weight: 500;
  color: #fff;
}
.worries_bg02 p .co_ylw {
  font-weight: 700;
}

/* merit_list */

.merit_list {
  margin-top: 6%;
}
.merit_list li {
  background-color: #fff;
  padding-bottom: 6.3%;
}
.merit_list li:first-child {
  margin-bottom: 6.3%;
}
.merit_list li h3 {
  background-color: #04a293;
  color: #fff;
  font-size: clamp(20px, 5.34vw, 40px);
  text-align: center;
  font-weight: 700;
  padding: 1.33% 0;
}
.merit_list li img {
  width: 77%;
  max-width: 523px;
  display: block;
  margin: 0 auto;
  margin-top: 5.193%;
}
.merit_list_txt {
  display: flex;
  justify-content: center;
  width: 89%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 2.65%;
}
.merit_list_txt dl:first-child {
  border-right: 1px solid #a9a8a8;
}
.merit_list_txt dl {
  width: 50%;
}
.merit_list_txt dl dt {
  font-size: clamp(16px, 4.28vw, 32px);
  border-bottom: 1px solid #a9a8a8;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5%;
  margin-bottom: 4%;
}
.merit_list_txt dl:first-child dt {
  color: #04a294;
}
.merit_list_txt dl dd {
  font-size: clamp(15px, 3.999999vw, 30px);
  line-height: 1.43;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  width: 94%;
}
.merit_list_txt dl:last-child dd {
  width: 90%;
  margin-left: 4%;
}

.merit_list_txt dl dd.mgb {
  margin-bottom: 4%;
}

.miss_img {
  width: 80%;
  display: block;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 8.23%;
}

/* case_list */
.case_list {
  margin-top: 5.3%;
}
.case_list li {
  background-color: #fff;
  border-radius: 13px;
  padding: 2.8% 4% 6.2%;
}
.case_list li:first-child {
  margin-bottom: 9.703%;
}
.case_list_ttl span {
  text-align: center;
  font-size: clamp(24px, 6.399999vw, 48px);
  color: #d9d9d9;
  font-weight: bold;
  display: block;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.case_list_ttl h3 {
  text-align: center;
  font-size: clamp(18px, 4.799999vw, 36px);
  font-weight: bold;
  display: block;
  line-height: 1.44;
  margin-top: 1.4%;
}
.case_list li img {
  width: 84%;
  display: block;
  max-width: 522px;
  margin: 0 auto;
  margin-top: 7.83%;
}
.case_list li p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
  color: #333333;
  margin-top: 6.4%;
}
/*-----------------------
        solution
-------------------------*/

.solution_bg {
  background-image: url("./img/dot_bg2.jpg");
  background-size: cover;
  margin-top: -10%;
  padding-top: 16%;
}
.solution_img {
  margin-top: -9%;
  position: relative;
}
.solution_ttl {
  text-align: center;
}
.solution_ttl h2 {
  line-height: 1.26;
  color: #04a293;
  font-size: clamp(30px, 7.999999vw, 60px);
  font-weight: bold;
}
.solution_ttl img {
  width: 56%;
  max-width: 380px;
}
.solution_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: center;
  margin-top: 7%;
}
.solution_list li {
  width: 48%;
  text-align: center;
}
.solution_list li:last-child {
  width: 100%;
  max-width: 570px;
  margin-top: 5.8%;
}
.solution_list li img {
  width: 88%;
  max-width: 285px;
}
.solution_list li:last-child img {
  width: 50%;
}
.solution_list li p {
  font-size: clamp(16px, 4.28vw, 32px);
  font-weight: 700;
  line-height: 1.43;
  margin-top: 3%;
}

/*-----------------------
        reason
-------------------------*/

.reason_img {
  margin-top: 4.94%;
}
.reason_img1 {
  width: 93%;
  display: block;
  margin: 0 auto;
  max-width: 630px;
  margin-top: 5.15%;
  margin-bottom: 4.4%;
}

.reason_img_txt p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
}
.reason_img_txt1 p:first-child {
  margin-bottom: 6.6%;
}

.reason_img2 {
  margin: 8% 0 6%;
}

.reason_ttl {
  color: #04a293;
  font-weight: 700;
  line-height: 1.29;
  text-align: center;
  font-size: clamp(24px, 6.399999vw, 48px);
  border-top: double 6px #04a293;
  border-bottom: double 6px #04a293;
  padding: 5px 0;
  margin-top: 8.7%;
}
@media screen and (max-width: 479px) {
  .reason_ttl {
    border-top: double 4px #04a293;
    border-bottom: double 4px #04a293;
  }
}
.reason_ttl span {
  display: block;
  line-height: 1.43;
  font-size: clamp(16px, 4.28vw, 32px);
}

.reason_img3 {
  margin: 0 auto;
  margin-top: 6.9%;
  margin-bottom: 5.8%;
  width: 93%;
  max-width: 628px;
  display: block;
}

.reason_img_fx {
  display: flex;
  align-items: flex-end;
  margin-top: 4.667%;
}
.reason_img_fx .reason_img4 {
  width: 31%;
  max-width: 230px;
}
.reason_img_fx ul {
  width: 68%;
}
.reason_img_fx li img {
  width: 7%;
  max-width: 33px;
  vertical-align: middle;
  margin-top: 2.5%;
  margin-right: 3%;
}
.reason_img_fx li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.885%;
}
.reason_img_fx li:last-child {
  margin-bottom: 0;
}
.reason_img_fx li .underline {
  font-weight: 500;
}
.reason_img_fx li p {
  font-size: clamp(16px, 4.534vw, 34px);
  font-weight: 500;
}

.reason_ttl2 {
  font-size: clamp(20px, 5.33vw, 40px);
  padding: 1.2% 0;
}

.reason_img_txt_last p {
  font-size: clamp(16px, 4.134vw, 31px);
  font-weight: 500;
  line-height: 1.67;
}
.reason_img_txt_last {
  position: relative;
  margin-top: 9.55%;
  padding: 4.4%;
}

.reason_img_txt_last::before,
.reason_img_txt_last::after {
  position: absolute;
  width: 60px;
  height: 60px;
  content: "";
}

.reason_img_txt_last::before {
  border-left: solid 6px #028ac2;
  border-top: solid 6px #028ac2;
  top: 0;
  left: 0;
}

.reason_img_txt_last::after {
  border-right: solid 6px #028ac2;
  border-bottom: solid 6px #028ac2;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 479px) {
  .reason_img_txt_last::before,
  .reason_img_txt_last::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
  }

  .reason_img_txt_last::before {
    border-left: solid 3px #028ac2;
    border-top: solid 3px #028ac2;
    top: 0;
    left: 0;
  }

  .reason_img_txt_last::after {
    border-right: solid 3px #028ac2;
    border-bottom: solid 3px #028ac2;
    bottom: 0;
    right: 0;
  }
}

.reason__last {
  background-image: url("./img/reason_img5.jpg");
  background-size: cover;
  text-align: center;
  position: relative;
  margin-top: 11%;
  padding: 14.4% 0 13.24%;
}
.reason__last p {
  font-size: clamp(20px, 5.34vw, 40px);
  font-weight: 700;
  line-height: 1.6;
}
.dakara {
  position: absolute;
  width: 53%;
  max-width: 355px;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-----------------------
        before&after
-------------------------*/

#b_a {
  position: relative;
  padding-top: 8.67%;
  padding-bottom: 7.467%;
  text-align: center;
}
.before {
  position: absolute;
  width: 21%;
  max-width: 103px;
  top: 0.5%;
  left: 0;
  z-index: -1;
}
#b_a h2 {
  font-size: clamp(28px, 7.46666vw, 56px);
  margin-bottom: 7.64%;
}

#b_a .ba_img {
  max-width: 680px;
  margin-bottom: 5.16%;
}
#b_a .ba_img:last-child {
  margin-bottom: 0;
}

/*-----------------------
        reason2
-------------------------*/

#reason2 {
  background-image: url("./img/reason2_bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.reason2_bg {
  background: linear-gradient(
    159.59deg,
    rgba(1, 138, 193, 0.8) -0.4%,
    rgba(1, 192, 174, 0.8) 60.4%
  );
  position: relative;
  z-index: 1;
  padding-top: 5.4%;
  padding-bottom: 9.34%;
}
.reason2_ttl {
  text-align: center;
  color: #fff;
}
.reason2_ttl img {
  width: 56%;
  max-width: 380px;
  margin-bottom: 3.8%;
}
.reason2_ttl h2 {
  font-size: clamp(24px, 6.399999vw, 48px);
  line-height: 1.43;
  text-shadow: 0 7px 7px rgba(0, 0, 0, 0.25);
}
.reason2_ttl h2 span {
  font-size: clamp(30px, 7.999999vw, 60px);
}

.reason2_list {
  margin-top: 11.4%;
}
.reason2_list li {
  background-color: #fff;
  position: relative;
  padding: 11.4% 0 4.86%;
  border-radius: 13px;
  text-align: center;
  margin-bottom: 9.7%;
}
.reason2_list li:last-child {
  margin-bottom: 0;
}
.reason_icon {
  width: 34%;
  max-width: 226px;
  position: absolute;
  top: 1.3%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reason_icon2,
.reason_icon3,
.reason_icon4 {
  top: 1%;
}
@media screen and (max-width: 479px) {
  .reason_icon {
    top: 1.2%;
  }
  .reason_icon3,
  .reason_icon4 {
    top: 1%;
  }
}
.reason2_list li h3 {
  font-size: clamp(18px, 4.799999vw, 36px);
  font-weight: 700;
  line-height: 1.44;
}
.reason2_list li .smalltxt {
  font-size: clamp(15px, 3.999999vw, 30px);
}
.reason2_list li p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
  text-align: left;
  margin-top: 3.53%;
  padding: 0 6%;
}
.reason2_list li p .underline {
  font-weight: 400;
}
.reason2_list li .reason2_img {
  width: 84%;
  max-width: 565px;
  margin-top: 5.3%;
}

/*-----------------------
        reason3
-------------------------*/

#reason3 {
  background: linear-gradient(
    159.59deg,
    rgba(1, 138, 193, 0.8) -0.4%,
    rgba(1, 192, 174, 0.8) 60.4%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 6.67%;
}
.reason3_list {
  margin-top: 7.35%;
}
.reason3_list li {
  background-color: #fff;
  border-radius: 0 13px 13px 13px;
  position: relative;
  padding: 7.36% 0 6.764%;
  text-align: center;
  margin-bottom: 12.496%;
}
.reason3_list li:last-child {
  margin-bottom: 0;
}
.reason3_list li .num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 24%;
  max-width: 159px;
}

/* .reason3_list li .num span{
    display: inline-block;
    padding: 0 56.18% 0 36.18%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #028EBA;
    font-size: clamp(40px, 10.666666vw, 80px);
}
.reason3_list li .num span::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	transform: scaleY(1.3) perspective(0.6em) rotateX(7deg);
	transform-origin: bottom left;
	border-radius:13px 13px 0 0;
} */

/* @media screen and (max-width: 479px) {

    .reason3_list li .num span::before {
        top: 11px;
    }

} */
.reason3_list li h3 {
  font-size: clamp(18px, 4.799999vw, 36px);
  font-weight: 700;
  line-height: 1.44;
  position: relative;
}

.reason3_list li .reason3_list_txt {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
  text-align: left;
  margin-top: 4.42%;
  padding: 0 6%;
}
.reason3_list li .reason3_img {
  width: 86%;
  max-width: 580px;
  margin-top: 4.42%;
}
.reason3_list li .reason3_list_txt .smalltxt {
  font-size: clamp(10px, 2.31vw, 20px);
}

/* 自分の生活リズムに合わせられる！
”選べる”パーソナル指導の使い方 */
.reason3_list_box {
  background-color: #ddeae9;
  width: 95%;
  margin: 0 auto;
  padding-top: 3.68%;
  margin-top: 5.15%;
  padding-bottom: 3.53%;
}
.reason3_list_box h3 {
  font-size: clamp(16px, 4.28vw, 32px) !important;
  line-height: 1.625 !important;
  padding-bottom: 1.48%;
  border-bottom: 2px solid #04a293;
  margin: 0 auto;
  margin-bottom: 5.14%;
  width: 95%;
}
.reason3_list_fx {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.reason3_fukidashi p {
  font-size: clamp(13px, 3.46666vw, 26px);
  text-align: left;
  font-weight: 500;
  line-height: 1.42;
}
.reason3_list_fx2 .reason3_fukidashi p {
  font-size: clamp(12px, 3.199999vw, 24px);
}

/* 吹き出し */
.reason3_fukidashi {
  max-width: 420px;
  width: 65%;
  display: inline-block;
  background: #fff;
  border-radius: 22px;
  padding: 2.2%;
  position: relative;
}
.reason3_fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
}

.reason3_fukidashi::after {
  margin-top: -10px;
  border: 7px solid transparent;
  border-left: 15px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .reason3_fukidashi {
    border-radius: 11px;
  }
}
/* 吹き出し */

.reason3_list_fx1 img {
  width: 19%;
  margin-left: 2.21%;
  max-width: 119px;
}
.reason3_list_fx2 img {
  width: 21%;
  margin-left: 2.21%;
  max-width: 134px;
  margin-top: 1.48%;
}

.reason3_list_grn {
  background-color: #04a293;
  color: #fff;
  padding: 2.83% 0;
  margin-top: 2.98%;
}
.reason3_list_grn h4 {
  font-size: clamp(18px, 4.799999vw, 36px);
  line-height: 1.44;
}
.reason3_list_grn p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.43;
  font-weight: 700;
}

.reason3_list_box .smalltxt {
  font-size: 14px;
  margin-top: 2.98%;
  display: block;
}
@media screen and (max-width: 479px) {
  .reason3_list_box .smalltxt {
    font-size: 10px;
  }
}

/*-----------------------
        price
-------------------------*/
#price {
  padding-top: 7.07%;
  padding-bottom: 7.2%;
}
.price_ttl h2 {
  text-align: center;
  font-size: clamp(28px, 7.46666vw, 56px);
}
.price_slider {
  padding-top: 10.29%;
}
.price_slider li > img {
  width: 95%;
  max-width: 640px;
  /* padding: 0 4px 4px; */
  margin: 0 auto 30px;
  display: block;
}
.price_box {
  width: 92%;
  border-radius: 13px;
  margin: 0 auto;
  background: linear-gradient(90deg, #028eba 0%, #04a194 100%);
  padding: 0 4px 4px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  max-width: 625px;
  height: 58vw;
  max-height: 430px;
  margin-bottom: 8.822%;
}
.price_box_inner {
  border-radius: 0 0 13px 13px;
  background-color: #fff;
  height: 48vw;
  max-height: 357px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .price_box {
    padding: 0 2px 2px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
}

.price_box_ttl {
  background: linear-gradient(90deg, #028eba 0%, #04a194 100%);
  border-radius: 13px 13px 0px 0px;
  position: relative;
  text-align: center;
  padding: 1.68% 0;
}
.price_box_ttl h3 {
  font-size: clamp(20px, 5.34vw, 40px);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.price_box_ttl img {
  width: 27%;
  max-width: 163px;
  position: absolute;
  top: 53%;
  left: -11px;
  transform: translateY(-50%);
}

@media screen and (max-width: 479px) {
  .price_box_ttl img {
    left: -6px;
  }
}

.price_box h4 {
  font-size: clamp(19px, 5.07vw, 38px);
  line-height: 1.44;
  font-weight: 500;
}
.price_box .smalltxt {
  font-size: clamp(12px, 3.199999vw, 24px);
  line-height: 1.44;
}
.price_box .smalltxt2 {
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .price_box .smalltxt2 {
    font-size: 10px;
  }
}
.price_box .bigtxt1 {
  font-size: clamp(22px, 5.867vw, 44px);
  font-weight: 600;
  line-height: 1.275;
}
.price_box .bigtxt2 {
  font-size: clamp(18px, 4.799999vw, 36px);
  line-height: 1.44;
}
.price_box .bigtxt3 {
  font-size: clamp(20px, 5.34vw, 40px);
  font-weight: 600;
  line-height: 1.275;
}
.price_box .bigtxt4 {
  font-size: clamp(32px, 8.53333vw, 64px);
  color: #04a294;
  font-weight: 600;
  line-height: 1.26;
}
.price_box .bigtxt5 {
  font-size: clamp(14px, 3.73333vw, 28px);
  font-weight: 600;
  line-height: 1.35;
}
.price_box .bigtxt6 {
  font-size: clamp(19px, 5.07vw, 38px);
  font-weight: 500;
  line-height: 1.44;
}
.price_box .bigtxt7 {
  font-weight: 700;
}
.price_box .pr {
  font-size: clamp(12px, 3.199999vw, 24px);
  line-height: 1.41;
  font-weight: 500;
  margin-top: 2.44%;
}
.price_box .txt {
  font-size: clamp(14px, 3.73333vw, 28px);
  line-height: 1.28;
  margin-top: 1.48%;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  width: 9%;
  max-width: 56px;
}
.prev-arrow {
  left: -20px;
  z-index: 1;
}
.next-arrow {
  right: -20px;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .prev-arrow {
    left: -13px;
  }
  .next-arrow {
    right: -13px;
  }
}

/* plan */
.plan {
  background-image: url("./img/plan_bg.jpg");
  background-size: cover;
  position: relative;
}
.plan_ttl {
  width: 94%;
  position: absolute;
  max-width: 635px;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan_fx {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.85% 0 5.6%;
  margin-top: 8.822%;
}
.plan_fx ul {
  width: 58%;
  max-width: 380px;
  margin-right: 3.36%;
  position: relative;
}
.arrow {
  width: 8%;
  position: absolute;
  max-width: 30px;
  top: 44%;
  left: 108%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 479px) {
  .arrow {
    left: 106%;
  }
}

.plan_fx ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.27%;
}
.plan_fx ul li:last-child {
  margin-bottom: 0;
}
.plan_fx ul li img {
  width: 8%;
  max-width: 29px;
  margin-right: 3%;
  margin-top: 2.6%;
}
.plan_fx ul li p {
  font-weight: 700;
  font-size: clamp(13px, 3.46666vw, 26px);
}
.plan_fx ul li p .bigtxt1 {
  font-size: clamp(24px, 6.399999vw, 48px);
  line-height: 1.04;
}
.plan_fx ul li p .bigtxt2 {
  font-size: clamp(15px, 3.999999vw, 30px);
  line-height: 1.66;
  font-weight: 400;
}

/* 数字 */
.plan_price {
  width: 35%;
  max-width: 220px;
  margin-bottom: 9%;
}

@media screen and (max-width: 479px) {
  .plan_price {
    margin-bottom: 1%;
  }
}
.plan_price p {
  text-align: right;
  font-weight: 700;
  font-size: clamp(18px, 4.93333vw, 37px);
  line-height: 1.43;
}
.plan_price p .bigtxt3 {
  font-size: clamp(159px, 35.99999vw, 270px);
  line-height: 1.27;
  background: linear-gradient(180deg, #deba1b 0%, #efda25 51.5%, #deba1b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price_attention {
  text-align: center;
  margin-top: 18px;
  color: red;
  font-weight: 700;
  text-decoration: underline;
}

/*-----------------------
        voice
-------------------------*/

#voice {
  position: relative;
  z-index: 0;
  padding-top: 7.47%;
  padding-bottom: 12%;
  text-align: center;
  background-color: #ebebeb;
}
.voice_ttl h2 {
  text-align: center;
  font-size: clamp(28px, 7.46666vw, 56px);
  line-height: 1.44;
}
.voice_slider {
  margin-top: 8.233%;
}
.voice_icon {
  position: absolute;
  width: 22%;
  max-width: 167px;
  top: 0;
  left: 0;
  z-index: 0;
}
.voice_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.voice_slider li .voice_box {
  width: 94%;
  max-width: 637px;
  margin: 0 auto;
}
.voice_slider .slide-arrow {
  top: 11%;
}
.voice_img {
  position: relative;
  margin-top: 8.822%;
}
.voice_img img {
  margin-bottom: 5.882%;
}
.voice_img img:last-child {
  margin-bottom: 0;
}

/*-----------------------
        flow
-------------------------*/

#flow {
  position: relative;
  z-index: 0;
  padding-top: 7.47%;
  padding-bottom: 8.401%;
  background-image: url("./img/flow_bg.jpg");
  background-size: cover;
}
.flow_ttl h2 {
  text-align: center;
  font-size: clamp(30px, 7.999999vw, 60px);
  line-height: 1.43;
  color: #04a293;
}
.flow_list {
  margin-top: 10.667%;
}
.flow_list li {
  text-align: center;
  margin-bottom: 12.8%;
}
.flow_list li:last-child {
  margin-bottom: 0;
}
.flow_box {
  background: linear-gradient(180deg, #04a293 0%, #028eba 100%);
  border-radius: 13px;
  color: #fff;
  width: 92%;
  margin: 0 auto;
  max-width: 690px;
  padding: 13.334% 0 5.067%;
  position: relative;
}
.flow_box::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 50px solid #028ac2;
  border-right: 57px solid transparent;
  border-left: 57px solid transparent;
}
.flow_box3::after {
  content: none;
}

@media screen and (max-width: 479px) {
  .flow_box::after {
    bottom: -23px;
    left: 50%;
    border-top: 25px solid #028ac2;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
  }
}
.flow_img {
  width: 70%;
  max-width: 522px;
  margin-bottom: -12%;
  z-index: 1;
  position: relative;
}
.flow_box h3 {
  font-size: clamp(20px, 5.34vw, 40px);
  line-height: 1.43;
  margin-bottom: 3.914%;
}
.flow_box1 h3 {
  font-size: clamp(24px, 6.399999vw, 48px);
}
.flow_box .num {
  font-size: clamp(22px, 5.867vw, 44px);
  color: #04a293;
  font-weight: 700;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 6px;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .flow_box .num {
    width: 43px;
    height: 43px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 395px) {
  .flow_box .num {
    width: 35px;
    height: 35px;
    margin-right: 3px;
  }
}

.flow_box p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
  text-align: left;
  padding: 0 5%;
}
/*-----------------------
        shop_staff
-------------------------*/
#shop_staff {
  background-color: #04a293;
  padding-top: 7.07%;
  padding-bottom: 6.667%;
}

.shop_staff_ttl h2 {
  text-align: center;
  font-size: clamp(28px, 7.46666vw, 56px);
  line-height: 1.44;
  color: #fff;
}
.shop_slider {
  margin-top: 7.07%;
}
.shop_box {
  background-color: #fff;
  border-radius: 13px;
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
  padding-top: 9.334%;
  padding-bottom: 5.6%;
}
.shop_box img {
  width: 66%;
  max-width: 455px;
  display: block;
  margin: 0 auto;
}
.shop_box_txt {
  width: 90%;
  margin: 0 auto;
  margin-top: 4.784%;
}
.shop_box_txt h3 {
  color: #04a293;
  margin-bottom: 4.35%;
  font-size: clamp(20px, 5.34vw, 40px);
  line-height: 1.3;
}
.shop_box_txt ul li,
.shop_box_txt a,
.shop_box_txt p {
  font-size: clamp(16px, 4.28vw, 32px);
  line-height: 1.625;
  color: #333333;
}
.shop_box_txt .mgt {
  margin-top: 9.664%;
}

.shop_slider .next-arrow,
.staff_slider .next-arrow {
  right: 3px;
  z-index: 1;
}
.shop_slider .prev-arrow,
.staff_slider .prev-arrow {
  left: 3px;
  z-index: 1;
}
.shop_slider .slide-arrow,
.staff_slider .slide-arrow {
  top: 1%;
}
@media screen and (max-width: 479px) {
  .shop_slider .next-arrow,
  .staff_slider .next-arrow {
    right: -1px;
    z-index: 1;
  }
  .shop_slider .prev-arrow,
  .staff_slider .prev-arrow {
    left: -1px;
    z-index: 1;
  }
}

/* スタッフ */

.staff_ttl {
  margin-top: 5.734%;
}
.staff_slider {
  margin-top: 7.07%;
}
.staff_box {
  background-color: #fff;
  border-radius: 13px;
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
  padding-top: 6.79%;
  padding-bottom: 4.8%;
  height: 106vw;
  max-height: 791px;
}

.staff_box img {
  width: 70%;
  max-width: 480px;
  display: block;
  margin: 0 auto;
  margin-bottom: 6.089%;
}

.staff_box h3 {
  margin-bottom: 2.61%;
  font-size: clamp(20px, 5.34vw, 40px);
  line-height: 1.425;
  text-align: center;
}
.staff_box ul {
  width: 85%;
  margin: 0 auto;
}

.staff_box ul li {
  font-size: clamp(16px, 4.28vw, 20px);
  line-height: 1.625;
}

@media screen and (max-width: 479px) {
  .staff_box ul li {
    font-size: clamp(12px, 4.28vw, 10px);
  }
}
/*-----------------------
        faq
-------------------------*/
#faq {
  padding-top: 5.067%;
  padding-bottom: 9.867%;
}
.question-item-contents {
  margin-top: 6%;
}
.faq_ttl h2 {
  text-align: center;
  font-size: clamp(28px, 7.46666vw, 56px);
  line-height: 1.44;
}
.accordion-list {
  margin: 0 auto;
  margin-bottom: 4%;
  width: 92%;
  max-width: 690px;
}
.accordion-title {
  position: relative;
  background-color: #04a293;
  display: flex;
  color: #fff;
}
.accordion-title h3 {
  font-size: clamp(16px, 4.28vw, 32px);
  padding: 3% 0;
  line-height: 1.625;
  margin-left: 7.57%;
  font-weight: 400;
}
.accordion-title .number {
  font-size: clamp(24px, 6.399999vw, 48px);
  background-color: #333333;
  padding: 0 0 0 1.725%;
  width: 10.15%;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  clip: rect(0px 500px 100px 0px);
  z-index: 0;
}
.accordion-title .number2 {
  font-size: clamp(22px, 5.867vw, 44px);
}
.accordion-title .number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(38% + 4px);
  height: 100%;
  background: linear-gradient(to bottom left, transparent 51%, #333333 50%) top
      left / 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #333333 50%) bottom left /
      100% 51% no-repeat;
  z-index: -1;
}
.accordion-text {
  display: none;
  background-color: #f2f2f2;
  padding: 5.799% 7% 6.234%;
}
.accordion-text p {
  font-size: clamp(16px, 4.28vw, 32px);
  font-weight: 400;
  line-height: 1.625;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_btn:before,
.toggle_btn:after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 29px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 4px;
  height: 29px;
}
.accordion-title.selected .toggle_btn:before {
  content: normal;
}
@media screen and (max-width: 479px) {
  .toggle_btn {
    right: 8px;
    width: 15px;
    height: 15px;
  }
  .toggle_btn:before,
  .toggle_btn:after {
    width: 19px;
    height: 2px;
  }
  .toggle_btn:before {
    width: 2px;
    height: 19px;
  }
}

/*-----------------------
        message
-------------------------*/
#message {
  position: relative;
  z-index: 0;
  padding-top: 5.067%;
  padding-bottom: 8.667%;
  text-align: center;
  background-color: #ececec;
}
.message_ttl h2 {
  text-align: center;
  font-size: clamp(28px, 7.46666vw, 56px);
  line-height: 1.44;
  color: #04a293;
}

.message_img {
  width: 71%;
  max-width: 480px;
  margin-top: 7.94%;
}
.message_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.message_bg2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.message_txt {
  margin-top: 3.089%;
}
.message_txt h3 {
  font-size: clamp(20px, 5.34vw, 40px);
  color: #000;
  line-height: 1.425;
  margin-bottom: 5.79%;
}
.message_txt p,
.message_txt dd,
.message_txt dt {
  font-size: clamp(16px, 4.28vw, 32px);
  text-align: left;
  line-height: 1.625;
}
.message_txt dt {
  margin-top: 8.968%;
}

/* .last_cta {
  padding-bottom: 15.667%;
} */
.f_btn_last {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  transition: 0.5s;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.fade {
  opacity: 0;
}
.fade.active {
  opacity: 1;
}

.hikaku_title {
  margin-top: 40px;
}

.hikaku_img-contaier {
  width: 100%;
  margin-top: 25px;
}

.hikaku_img-contaier img {
  width: 100%;
}

#form {
  padding-bottom: 16%;
  width: 100%;
}

#form iframe {
  width: 100%;
  height: 226.6rem;
}

.offer {
  position: fixed;
  width: 450px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
}

.offer__box {
  position: relative;
}

.offer__items {
  width: 322px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}

/* .offer__item */

.offer__item a {
  display: block;
}

.offer__item:first-child {
  width: 167px;
  max-width: 100%;
}
.offer__item:nth-child(2) {
  width: 136px;
  max-width: 100%;
  cursor: pointer;
}

.offer-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .offer {
    width: 382px;
  }
  .offer__items {
    width: 272px;
    bottom: 51px;
  }
  .offer__item:first-child {
    width: 140px;
  }
  .offer__item:nth-child(2) {
    width: 113px;
  }
}
