main {
  padding-bottom: 82px;
}
@keyframes line-repetition {
  0% {
    height: 0px;
    top: 0;
  }
  50% {
    height: 63px;
    top: 37px;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}
.animate-fadeup {
  /* blur + opacity + transition */
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0;
  filter: blur(15px) brightness(1.25);
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup2 {
  /* opacity + transition */
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  /* opacity */
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0;
}

@keyframes flowing {
  100% {
    transform: translate(-100%, -50%);
  }
}
.mt_1 {
  margin-top: 1px;
}

.mb_1 {
  margin-bottom: 1px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}

.pt_1 {
  padding-top: 1px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pl_1 {
  padding-left: 1px;
}

.pr_1 {
  padding-right: 1px;
}

.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}

.fs_1 {
  font-size: 1px !important;
}

.mt_2 {
  margin-top: 2px;
}

.mb_2 {
  margin-bottom: 2px;
}

.ml_2 {
  margin-left: 2px;
}

.mr_2 {
  margin-right: 2px;
}

.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}

.pt_2 {
  padding-top: 2px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pl_2 {
  padding-left: 2px;
}

.pr_2 {
  padding-right: 2px;
}

.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}

.fs_2 {
  font-size: 2px !important;
}

.mt_3 {
  margin-top: 3px;
}

.mb_3 {
  margin-bottom: 3px;
}

.ml_3 {
  margin-left: 3px;
}

.mr_3 {
  margin-right: 3px;
}

.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}

.pt_3 {
  padding-top: 3px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pl_3 {
  padding-left: 3px;
}

.pr_3 {
  padding-right: 3px;
}

.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.fs_3 {
  font-size: 3px !important;
}

.mt_4 {
  margin-top: 4px;
}

.mb_4 {
  margin-bottom: 4px;
}

.ml_4 {
  margin-left: 4px;
}

.mr_4 {
  margin-right: 4px;
}

.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}

.pt_4 {
  padding-top: 4px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pl_4 {
  padding-left: 4px;
}

.pr_4 {
  padding-right: 4px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}

.fs_4 {
  font-size: 4px !important;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.fs_5 {
  font-size: 5px !important;
}

.mt_6 {
  margin-top: 6px;
}

.mb_6 {
  margin-bottom: 6px;
}

.ml_6 {
  margin-left: 6px;
}

.mr_6 {
  margin-right: 6px;
}

.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}

.pt_6 {
  padding-top: 6px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pl_6 {
  padding-left: 6px;
}

.pr_6 {
  padding-right: 6px;
}

.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}

.fs_6 {
  font-size: 6px !important;
}

.mt_7 {
  margin-top: 7px;
}

.mb_7 {
  margin-bottom: 7px;
}

.ml_7 {
  margin-left: 7px;
}

.mr_7 {
  margin-right: 7px;
}

.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}

.pt_7 {
  padding-top: 7px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pl_7 {
  padding-left: 7px;
}

.pr_7 {
  padding-right: 7px;
}

.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}

.fs_7 {
  font-size: 7px !important;
}

.mt_8 {
  margin-top: 8px;
}

.mb_8 {
  margin-bottom: 8px;
}

.ml_8 {
  margin-left: 8px;
}

.mr_8 {
  margin-right: 8px;
}

.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}

.pt_8 {
  padding-top: 8px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pl_8 {
  padding-left: 8px;
}

.pr_8 {
  padding-right: 8px;
}

.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fs_8 {
  font-size: 8px !important;
}

.mt_9 {
  margin-top: 9px;
}

.mb_9 {
  margin-bottom: 9px;
}

.ml_9 {
  margin-left: 9px;
}

.mr_9 {
  margin-right: 9px;
}

.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}

.pt_9 {
  padding-top: 9px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pl_9 {
  padding-left: 9px;
}

.pr_9 {
  padding-right: 9px;
}

.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}

.fs_9 {
  font-size: 9px !important;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fs_10 {
  font-size: 10px !important;
}

:root {
  --main-color:#EF8093;
  --main-text-color:#363636;
  --purple-color:#5A478F;
  --yellow-color:#F4F12F;
  --pink-color:#EF7489;
  --red-color:#ED6279;
}

.bg_main-color {
  background: #EF8093 !important;
}

.text_main-color {
  color: #EF8093 !important;
}

.border_main-color {
  border-color: #EF8093 !important;
}

.bg_main-text-color {
  background: #363636 !important;
}

.text_main-text-color {
  color: #363636 !important;
}

.border_main-text-color {
  border-color: #363636 !important;
}

.bg_purple-color {
  background: #5A478F !important;
}

.text_purple-color {
  color: #5A478F !important;
}

.border_purple-color {
  border-color: #5A478F !important;
}

.bg_yellow-color {
  background: #F4F12F !important;
}

.text_yellow-color {
  color: #F4F12F !important;
}

.border_yellow-color {
  border-color: #F4F12F !important;
}

.bg_pink-color {
  background: #EF7489 !important;
}

.text_pink-color {
  color: #EF7489 !important;
}

.border_pink-color {
  border-color: #EF7489 !important;
}

.bg_red-color {
  background: #ED6279 !important;
}

.text_red-color {
  color: #ED6279 !important;
}

.border_red-color {
  border-color: #ED6279 !important;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "A-OTF Gothic MB101 Pro DB";
  src: url(../../assets/font/A-OTF\ Gothic\ MB101\ Pro\ DB.otf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../../assets/font/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: "NotoSansJP-bold";
  src: url(../../assets/font/NotoSansJP-Bold.otf);
}
@font-face {
  font-family: "yugothib";
  src: url(../../assets/font/yugothib.ttf);
}
@font-face {
  font-family: "Inter-Bold";
  src: url(../../assets/font/Inter-Bold.ttf);
}
@font-face {
  font-family: "Inter-Regular";
  src: url(../../assets/font/Inter-Regular.ttf);
}
@font-face {
  font-family: "DIN2014-Regular";
  src: url(../../assets/font/DIN2014-Regular.ttf);
}
@font-face {
  font-family: "futura medium bt";
  src: url(../../assets/font/futura\ medium\ bt.ttf);
}
html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 0.13rem;
}

body {
  /*
  font-family: "NotoSansJP-Regular";
  */
  font-family: "NotoSansJP";
  font-size: 32px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
  color: var(--main-text-color);
}
@media only screen and (max-width: 735px) {
  body {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 18px;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-1 {
  width: calc(100% - 60px);
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .wrapper-1 {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 455px) {
  .wrapper-1 {
    width: calc(100% - 30px);
  }
}

.campaign {
  width: calc(100% - 62px);
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .campaign {
    width: calc(100% - 40px);
  }
}

.apply-link {
  display: block;
}
.apply-link .apply-button {
  width: calc(100% - 62px);
  position: absolute;
  left: 31px;
  bottom: 0;
}

.yellow-text {
  font-family: "NotoSansJP-bold";
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.yellow-text::after {
  /*
  content: "";
  width: 100%;
  height: 15px;
  background-color: var(--yellow-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  */
}
@media only screen and (max-width: 575px) {
  .yellow-text::after {
    height: 12px;
  }
}
@media only screen and (max-width: 455px) {
  .yellow-text::after {
    height: 10px;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 9999;
}
header h1 {
  /*
  width: 217px;
  */
  width: 98px;
  transition: all 0.3s;
  margin-left: 20px;
  margin-right: 20px;
}
header h1:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 735px) {
  header h1 {
    width: 83px;
  }
}
header .apply-btn {
  font-family: "A-OTF Gothic MB101 Pro DB";
  font-size: 32px;
  color: #FFFFFF;
  width: 400px;
  padding: 17px 30px 19px 50px;
  background: linear-gradient(#F0A3A9 50%, var(--main-color) 50%);
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 735px) {
  header .apply-btn {
    width: 330px;
    font-size: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  header .apply-btn {
    width: 290px;
    text-align: center;
  }
}
header .apply-btn:hover {
  opacity: 0.7;
}
header .apply-btn::after {
  content: "";
  background: url(../img/right-arrow.svg) no-repeat;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media only screen and (max-width: 735px) {
  header .apply-btn::after {
    width: 18px;
  }
}
@media only screen and (max-width: 455px) {
  header .apply-btn::after {
    right: 10px;
  }
}

.fv .fv-img {
  width: 100%;
}

.section-1 {
  margin-top: 50px;
  position: relative;
}

.before-after {
  margin-top: 79px;
}

.worry {
  margin-top: 29px;
}
.worry__title-bg {
  position: relative;
}
.worry__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 32px;
}
.worry__title img {
  width: calc(97 / 749 * 100vw);
  max-width: 97px;
}
.worry__title span {
  margin-left: 15px;
  display: block;
  color: #231815;
  font-weight: 700;
  font-size: min(6vw, 45px);
  line-height: calc(76 / 45);
}
.worry__items {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E9E9E9;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 48px;
}
.worry__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.worry__item:not(:first-child) {
  /*
  margin-top: -55px;
  */
}
.worry__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.worry__icon {
  width: calc(333 / 749 * 100vw);
  max-width: 298px;
}
.worry__copy {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: min(4.27vw, 32px);
  width: calc(298 / 749 * 100vw);
  max-width: 298px;
  border-radius: 19px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.worry__item:nth-child(2n + 1) .worry__copy::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 16px;
  background: url(../img/worry-copy-ballon.webp) no-repeat center center / contain;
  top: 9px;
  left: -21px;
  z-index: -1;
}
.worry__item:nth-child(2n) .worry__copy::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 16px;
  background: url(../img/worry-copy-ballon02.webp) no-repeat center center / contain;
  bottom: 10px;
  right: -21px;
  z-index: -1;
}
.worry__copy span {
  color: #5A478F;
}


@media screen and (min-width: 535px) {
  .worry {
    margin-top: 57px;
  }
  .worry__title {
    top: 16px;
  }
  .worry__items {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 24px;
  }
  .worry__item:nth-child(2n + 1) .worry__copy::before {
    top: 17px;
    left: -35px;
  }
  .worry__item:nth-child(2n) .worry__copy::after {
    bottom: 22px;
    right: -37px;
  }
  .worry__item:not(:first-child) {
    margin-top: -15px;
  }
}

.section-2 {
  /*
  margin-top: 50px;
  */
  background-color: #E9E9E9;
  position: relative;
  z-index: 10;
  padding-bottom: 35px;
  background-image: url(../img/waist.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: -75px;
}
@media only screen and (max-width: 735px) {
  .section-2 {
    padding-bottom: 20px;
  }
}
.section-2::after {
  content: "";
  width: 100%;
  height: 136px;
  position: absolute;
  bottom: -135px;
  background-image: url(../img/problem-back-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-2 .problem-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "yugothib";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  padding: 28px 0;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 735px) {
  .section-2 .problem-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 455px) {
  .section-2 .problem-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.section-2 .problem-content {
  margin-top: 35px;
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 61px);
  margin: auto;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 735px) {
  .section-2 .problem-content {
    width: calc(100% - 40px);
    padding: 10px 10px 15px;
  }
}
.section-2 .problem-content .problem-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-top: 34px;
  width: 100%;
}
.section-2 .problem-content .problem-item:not(:last-child):after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -17px;
  border-bottom: 1px dotted #000000;
}
.section-2 .problem-content .problem-item .item-text {
  color: #000;
  font-family: "NotoSansJP-Regular";
  font-weight: 700;
  line-height: normal;
  width: 85%;
}
.section-2 .problem-content .problem-item .item-text .purple-text {
  color: var(--purple-color);
}

.section-3 {
  position: relative;
  background-color: #F2F2F2;
  padding-top: 166px;
  padding-bottom: 14px;
}
.section-3::after {
  content: "";
  bottom: -145px;
  width: 100%;
  height: 145px;
  background-image: url(../img/effort-back-after.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.section-3 .ml-30 {
  margin-left: 30px;
}
.section-3 .woman1 {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 10;
  max-width: 350px;
}
.cause__box {
  margin-top: clamp(34px, 9vw, 68px);
}
.cause-box {
  border: 2px solid #A49871;
  background-color: #FFFCF7;
  padding-top: clamp(22px, 6vw, 45px);
  padding-bottom: clamp(22px, 6vw, 45px);
}
.cause-box__head {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: clamp(15px, 4.13vw, 31px);
  line-height: calc(44 / 31);
}
.cause-box__explain {
  margin-top: clamp(25px, 6.675vw, 50px);
  font-weight: 400;
  color: #363636;
  font-size: clamp(14px, 3.73vw, 28px);
  line-height: 1.75;
  width: calc(537 / 749 * 100vw);
  max-width: 537px;
  margin-left: auto;
  margin-right: auto;
}
.cause__items {
  margin-top: clamp(25px, 6.675vw, 50px);
  width: calc(690 / 749 * 100vw);
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.cause__item {
  padding-top: clamp(17px, 4.4vw, 35px);
  padding-bottom: clamp(22px, 5.66vw, 45px);
  padding-left: clamp(17px, 4.28vw, 34px);
  padding-right: clamp(17px, 4.28vw, 34px);
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.cause__item:not(:first-child) {
  margin-top: 66px;
}
.cause__label {
  width: calc(420 / 749 * 100vw);
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.cause__title {
  color: #5A478F;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(21px, 5.6vw, 42px);
  line-height: calc(52 / 42);
  text-align: center;
  margin-top: clamp(11px, 2.77vw, 22px);
}
.cause__img {
  margin-top: clamp(22px,5.44vw, 44px);
}
.cause__text {
  font-weight: 400;
  line-height: calc(52 / 32);
  font-size: clamp(16px, 4.27vw, 32px);
  margin-top: clamp(15px,3.9vw, 31px);
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 735px) {
  .section-3 .woman1 {
    width: 350px;
    top: -45px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .woman1 {
    width: 300px;
    top: -30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .woman1 {
    width: 250px;
  }
}
.section-3 .purple-part {
  font-family: "NotoSansJP-bold";
  font-size: 42px;
  color: #FFFFFF;
}
@media only screen and (max-width: 735px) {
  .section-3 .purple-part {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .purple-part {
    font-size: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .purple-part {
    font-size: 20px;
  }
}
.section-3 .purple-part .text-1, .section-3 .purple-part .text-2, .section-3 .purple-part .text-3, .section-3 .purple-part .text-4 {
  background-color: var(--purple-color);
  height: 64px;
  padding-left: 19px;
}
@media only screen and (max-width: 735px) {
  .section-3 .purple-part .text-1, .section-3 .purple-part .text-2, .section-3 .purple-part .text-3, .section-3 .purple-part .text-4 {
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .purple-part .text-1, .section-3 .purple-part .text-2, .section-3 .purple-part .text-3, .section-3 .purple-part .text-4 {
    height: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .purple-part .text-1, .section-3 .purple-part .text-2, .section-3 .purple-part .text-3, .section-3 .purple-part .text-4 {
    height: 30px;
  }
}
.section-3 .purple-part .text-1 {
  width: 310px;
}
@media only screen and (max-width: 735px) {
  .section-3 .purple-part .text-1 {
    width: 230px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .purple-part .text-1 {
    width: 200px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .purple-part .text-1 {
    width: 160px;
  }
}
.section-3 .purple-part .text-2 {
  width: 325px;
  margin-top: 18px;
}
@media only screen and (max-width: 735px) {
  .section-3 .purple-part .text-2 {
    width: 245px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .purple-part .text-2 {
    width: 210px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .purple-part .text-2 {
    /*
    width: 180px;
    */
    width: 157px;
    margin-top: 8px;
  }
}
.section-3 .purple-part .text-3 {
  width: 377px;
  margin: auto;
  margin-top: 34px;
}
@media only screen and (max-width: 735px) {
  .section-3 .purple-part .text-3 {
    width: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .purple-part .text-3 {
    width: 235px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .purple-part .text-3 {
    width: 200px;
    margin-top: 15px;
  }
}
.section-3 .purple-part .text-4 {
  width: 420px;
  margin: auto;
  margin-top: 18px;
}
@media only screen and (max-width: 735px) {
  .section-3 .purple-part .text-4 {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .purple-part .text-4 {
    width: 260px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .purple-part .text-4 {
    width: 215px;
    margin-top: 8px;
  }
}
.section-3 .yellow-part {
  font-family: "NotoSansJP-bold";
  margin-top: 22px;
}
@media only screen and (max-width: 455px) {
  .section-3 .yellow-part {
    margin-top: 0;
  }
}
.section-3 .yellow-part .yellow-txt {
  font-size: 72px;
  position: relative;
  z-index: 5;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 735px) {
  .section-3 .yellow-part .yellow-txt {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .yellow-part .yellow-txt {
    font-size: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .yellow-part .yellow-txt {
    font-size: 30px;
  }
}
.section-3 .yellow-part .yellow-txt::after {
  content: "";
  width: 100%;
  height: 15px;
  background-color: var(--yellow-color);
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 455px) {
  .section-3 .yellow-part .yellow-txt::after {
    height: 10px;
  }
}
.section-3 .yellow-part .un-yellow-text {
  font-size: 43px;
}
@media only screen and (max-width: 735px) {
  .section-3 .yellow-part .un-yellow-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .yellow-part .un-yellow-text {
    font-size: 20px;
  }
}
.section-3 .description-1 {
  margin-top: 28px;
  padding: 0 31px;
}
.section-3 .description-2 {
  margin-top: 34px;
  text-align: center;
  padding: 0 31px;
}
.section-3 .pink-part {
  font-family: "Inter-Regular";
  font-size: 40px;
  font-weight: 700;
  width: 299px;
  background-color: var(--pink-color);
  color: #FFFFFF;
  padding: 7px 26px;
  margin: auto;
  margin-top: 39px;
}
@media only screen and (max-width: 735px) {
  .section-3 .pink-part {
    font-size: 35px;
    width: 270px;
  }
}
@media only screen and (max-width: 575px) {
  .section-3 .pink-part {
    font-size: 30px;
    width: 240px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-3 .pink-part {
    font-size: 25px;
    width: 210px;
  }
}
.section-3 .description-3 {
  margin-top: 27px;
  text-align: center;
  position: relative;
  padding: 0 31px;
}
@media only screen and (max-width: 455px) {
  .section-3 .description-3 {
    padding: 0;
  }
}
.section-3 .description-3::after {
  content: "";
  background-image: url(../img/effort-after.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 303px;
  height: 63px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20vw;
  z-index: 9;
  position: absolute;
}
@media only screen and (max-width: 455px) {
  .section-3 .description-3::after {
    width: 235px;
    height: 45px;
  }
}

.section-4 {
  /*
  margin-top: clamp(100px, 13.35vw, 100px);
  */
  margin-top: clamp(100px, 21.36vw, 160px);
  /*
  font-family: "NotoSansJP-Regular";
  */
  font-family: "NotoSansJP";
  text-align: center;
  font-weight: 700;
  color: var(--main-text-color);
}
.section-4__explain {
  color: #000;
  font-weight: 700;
  line-height: calc(50 / 34);
  font-size: clamp(17px, 4.54vw, 34px);
}
.section-4__copy {
  text-align: center;
  color: #363636;
  font-weight: 700;
  font-size: clamp(24px, 6.4vw, 48px);
  margin-top: 30px;
}
.section-4__explain span {
  color: #ED6279;
}
.section-4 .text-1 {
  font-size: 34px;
}
@media only screen and (max-width: 735px) {
  .section-4 .text-1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-4 .text-1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .text-1 {
    font-size: 20px;
  }
}
.section-4 .text-2 {
  margin-top: 23px;
  font-size: 48px;
}
@media only screen and (max-width: 735px) {
  .section-4 .text-2 {
    font-size: 40px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-4 .text-2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .text-2 {
    font-size: 30px;
  }
}
.section-4 .meal {
  width: calc(100% - 61px);
  margin: auto;
  margin-top: 22px;
}
.section-4 .text-3 {
  font-size: 48px;
  margin-top: 16px;
}
@media only screen and (max-width: 735px) {
  .section-4 .text-3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-4 .text-3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .text-3 {
    font-size: 30px;
  }
}
.section-4 .under-text {
  font-family: "yugothib";
  font-weight: 700;
  font-size: 50px;
  position: relative;
  border-bottom: 2px solid var(--main-text-color);
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 55px;
}
@media only screen and (max-width: 735px) {
  .section-4 .under-text {
    font-size: 45px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-4 .under-text {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .under-text {
    font-size: 30px;
    margin-top: 10px;
  }
}
.section-4 .pink-text {
  margin-top: 23px;
  font-family: "yugothib";
  font-weight: 700;
  font-size: 62px;
  line-height: 90px;
  color: var(--red-color);
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-4 .pink-text {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-4 .pink-text {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .pink-text {
    font-size: 30px;
    line-height: 50px;
  }
}
.section-4 .pink-text::after {
  content: "";
  width: calc(100% - 162px);
  height: 93px;
  background-image: url(../img/yellow-line.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -40px;
  left: 80px;
  z-index: -5;
}
@media only screen and (max-width: 575px) {
  .section-4 .pink-text::after {
    bottom: -50px;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .pink-text::after {
    width: calc(100% - 100px);
    left: 50px;
    bottom: -40px;
    height: 70px;
  }
}
.section-4 .image-part {
  flex-direction: row-reverse;
  display: flex;
  position: relative;
  width: 100%;
  gap: 5%;
}
@media only screen and (max-width: 735px) {
  .section-4 .image-part {
    /*
    gap: 12%;
    */
    gap: 0;
  }
}
@media only screen and (max-width: 455px) {
  .section-4 .image-part {
    /*
    gap: 16%;
    */
    gap: 0;
  }
}
.section-4 .image-part::before {
  content: "";
  width: 100%;
  height: 525px;
  background-image: url(../img/woman2-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -30;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.section-4 .image-part .train-part {
  /*
  width: 43%;
  */
  margin-right: 10px;
  min-width: 170px;
  margin-top: 70px;
}
@media only screen and (max-width: 455px) {
  .section-4 .image-part .train-part {
    margin-top: 53px;
  }
}
.section-4 .image-part .train-part .train-1 {
  width: 100%;
  /*
  margin-left: 70px;
  */
  position: relative;
}
@media only screen and (max-width: 455px) {
  .section-4 .image-part .train-part .train-1 {
    /*
    margin-left: 50px;
    */
  }
}
.section-4 .image-part .train-part .train-2 {
  width: 100%;
  /*
  margin-left: 32px;
  */
  margin-top: -20px;
  position: relative;
}
.section-4 .image-part .woman-2 {
  /*
  width: 52%;
  */
  min-width: 270px;
  position: relative;
  z-index: -18;
  margin-right: -73px;
}

.section-5 {
  position: relative;
  background-color: #F4E0E2;
}
.section-5::before {
  content: "";
  width: 100%;
  height: 6975px;
  position: absolute;
  top: -160px;
  left: 0;
  background-image: url(../img/left-back.webp);
  background-repeat: no-repeat;
  /*
  background-size: cover;
  */
  background-size: contain;
  z-index: -15;
}
@media only screen and (max-width: 735px) {
  .section-5::before {
    top: -120px;
  }
}
@media screen and (min-width: 500px) {
  .section-5::before {
    background-size: cover;
  }
}
/*
.section-5::after {
  content: "";
  width: 100%;
  height: 6800px;
  position: absolute;
  top: -120px;
  right: 0;
  background-image: url(../img/right-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -16;
}
*/
@media only screen and (max-width: 735px) {
  .section-5::after {
    top: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5::after {
    top: -130px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5::after {
    top: -150px;
  }
}
.section-5 .reason {
  text-align: center;
  font-size: clamp(28px, 7.476vw, 56px) !important;
  font-weight: 700;
  color: var(--pink-color);
  margin-top: 30px;
}
@media only screen and (max-width: 735px) {
  .section-5 .reason {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .reason {
    font-size: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .reason {
    font-size: 35px;
  }
}
.section-5 .container {
  padding: 60px 46px;
  background-color: #FFFFFF;
  margin-top: clamp(43px, 11.34vw, 85px);
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-5 .container {
    padding: 60px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .container {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container {
    padding: 60px 15px;
  }
}
.section-5 .container .meal-limit::before {
  content: "";
  background-image: url(../img/point1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-limit::before {
    width: 200px;
    height: 55px;
    top: -30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-limit::before {
    width: 150px;
    height: 43px;
    top: -23px;
  }
}
.section-5 .container .meal-limit .topic {
  font-weight: 700;
  font-size: clamp(23px, 6.14vw, 46px) !important;
  color: var(--pink-color);
  text-align: center;
}
.section-5 figure.rice {
  margin-top: clamp(23px, 5.91vw, 47px);
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-limit .topic {
    font-size: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-limit .topic {
    font-size: 24px;
  }
}
.section-5 .container .meal-limit .description {
  margin-top: 20px;
  font-size: clamp(16px, 4.27vw, 32px) !important;
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-limit .description {
    font-size: 16px;
  }
}
.section-5 .container .meal-support {
  background-image: url(../img/meal-support-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  border-bottom: 2px solid #A49871;
}
.section-5 .container .meal-support .title {
  background-color: #A49871;
  padding: 20px 0;
}
.section-5 .container .meal-support .meal-style {
  margin-top: 30px;
}
.section-5 .container .meal-support .meal-style .topic {
  color: #A49871;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-style .topic {
    font-size: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-style .topic {
    font-size: 28px;
  }
}
.section-5 .container .meal-support .meal-style .support-man {
  margin-top: 35px;
  padding: 0 45px;
}
@media only screen and (max-width: 735px) {
  .section-5 .container .meal-support .meal-style .support-man {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-style .support-man {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-style .support-man {
    padding: 0 15px;
  }
}
.section-5 .container .meal-support .meal-style .description {
  margin-top: 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-style .description {
    padding: 0 15px;
    font-size: 16px;
  }
}
.section-5 .container .meal-support .meal-manage {
  margin-top: 30px;
}
.section-5 .container .meal-support .meal-manage .topic {
  color: #A49871;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-manage .topic {
    font-size: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-manage .topic {
    font-size: 18px;
  }
}
.section-5 .container .meal-support .meal-manage .mobile {
  margin-top: 35px;
  padding: 0 100px;
}
@media only screen and (max-width: 735px) {
  .section-5 .container .meal-support .meal-manage .mobile {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-manage .mobile {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-manage .mobile {
    padding: 0 15px;
  }
}
.section-5 .container .meal-support .meal-manage .description {
  padding: 43px;
}
@media only screen and (max-width: 735px) {
  .section-5 .container .meal-support .meal-manage .description {
    padding: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-manage .description {
    padding: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-manage .description {
    padding: 15px;
    font-size: 16px;
  }
}
.section-5 .container .meal-support .meal-improve {
  margin-top: 30px;
}
.section-5 .container .meal-support .meal-improve .topic {
  color: #A49871;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-improve .topic {
    font-size: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-improve .topic {
    font-size: 18px;
  }
}
.section-5 .container .meal-support .meal-improve .table {
  width: calc(100% - 79px);
  margin: auto;
  margin-top: 35px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-improve .table {
    width: calc(100% - 30px);
  }
}
.section-5 .container .meal-support .meal-improve .description {
  padding: 43px;
}
@media only screen and (max-width: 735px) {
  .section-5 .container .meal-support .meal-improve .description {
    padding: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .container .meal-support .meal-improve .description {
    padding: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container .meal-support .meal-improve .description {
    padding: 15px;
    font-size: 16px;
  }
}
.section-5 .container-1 {
  padding: 60px 28px 40px;
  background-color: #FFFFFF;
  margin-top: 85px;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-5 .container-1 {
    padding: 60px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-5 .container-1 {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 {
    padding: 60px 15px;
  }
}
.section-5 .container-1 .point-2::before {
  content: "";
  background-image: url(../img/point2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
@media only screen and (max-width: 575px) {
  .section-5 .container-1 .point-2::before {
    width: 200px;
    height: 55px;
    top: -30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 .point-2::before {
    width: 150px;
    height: 43px;
    top: -23px;
  }
}
.section-5 .container-1 .point-2 .topic {
  font-weight: 700;
  font-size: 48px;
  color: var(--pink-color);
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-5 .container-1 .point-2 .topic {
    font-size: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 .point-2 .topic {
    font-size: 24px;
  }
}
.section-5 .container-1 .point-2 .train-3 {
  margin-top: 20px;
}
.section-5 .container-1 .point-2 .description {
  margin-top: 20px;
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 .point-2 .description {
    font-size: 16px;
  }
}
.section-5 .container-1 .point-3::before {
  content: "";
  background-image: url(../img/point3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
@media only screen and (max-width: 575px) {
  .section-5 .container-1 .point-3::before {
    width: 200px;
    height: 55px;
    top: -30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 .point-3::before {
    width: 150px;
    height: 43px;
    top: -23px;
  }
}
.section-5 .container-1 .point-3 .topic {
  font-weight: 700;
  font-size: 48px;
  color: var(--pink-color);
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-5 .container-1 .point-3 .topic {
    font-size: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 .point-3 .topic {
    font-size: 24px;
  }
}
.section-5 .container-1 .point-3 .train-4 {
  margin-top: 20px;
}
.section-5 .container-1 .point-3 .description {
  margin-top: 20px;
}
@media only screen and (max-width: 455px) {
  .section-5 .container-1 .point-3 .description {
    font-size: 16px;
  }
}

.section-6 {
  margin-top: 30px;
  background-color: #F8F3EA;
  padding-bottom: 50px;
}
.section-6 .two-months {
  width: calc(100% - 154px);
  margin: auto;
  padding: 30px 0;
}
@media only screen and (max-width: 735px) {
  .section-6 .two-months {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 575px) {
  .section-6 .two-months {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .two-months {
    width: calc(100% - 50px);
    padding: 20px 0;
  }
}
.section-6 .customer {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
@media only screen and (max-width: 735px) {
  .section-6 .customer {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .section-6 .customer {
    font-size: 28px;
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .customer {
    font-size: 25px;
  }
}
.section-6 .train-effect {
  margin-top: 54px;
  position: relative;
}
.section-6 .train-effect .train-girl {
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 3;
  width: 370px;
}
@media only screen and (max-width: 735px) {
  .section-6 .train-effect .train-girl {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .section-6 .train-effect .train-girl {
    width: 260px;
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .train-effect .train-girl {
    width: 310px;
  }
}
.section-6 .train-effect .train-girl-blur {
  position: absolute;
  top: 185px;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width: 735px) {
  .section-6 .train-effect .train-girl-blur {
    top: 140px;
  }
}
@media only screen and (max-width: 735px) {
  .section-6 .train-effect .train-girl-blur {
    top: 95px;
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .train-effect .train-girl-blur {
    top: 135px;
  }
}
.section-6 .train-effect .effect-title {
  color: #A49871;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-6 .train-effect .effect-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-6 .train-effect .effect-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .train-effect .effect-title {
    font-size: 25px;
  }
}
.section-6 .train-effect .effect-title::before {
  content: "";
  background-image: url(../img/left-dotline.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 5px;
}
@media only screen and (max-width: 735px) {
  .section-6 .train-effect .effect-title::before {
    left: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-6 .train-effect .effect-title::before {
    width: 25px;
    left: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .train-effect .effect-title::before {
    width: 20px;
    left: 30px;
  }
}
.section-6 .train-effect .effect-title::after {
  content: "";
  background-image: url(../img/right-dotline.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 5px;
}
@media only screen and (max-width: 735px) {
  .section-6 .train-effect .effect-title::after {
    right: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-6 .train-effect .effect-title::after {
    width: 25px;
    right: 45px;
    top: -8px;
  }
}
@media only screen and (max-width: 455px) {
  .section-6 .train-effect .effect-title::after {
    width: 20px;
    right: 30px;
    top: -15px;
  }
}
.section-6 .effect-content {
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 61px);
  margin: auto;
  position: relative;
  z-index: 9;
  margin-top: 53px;
}
@media only screen and (max-width: 735px) {
  .section-6 .effect-content {
    width: calc(100% - 40px);
    padding: 10px 10px 15px;
  }
}
.section-6 .effect-content .problem-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-top: 34px;
  width: 100%;
}
.section-6 .effect-content .problem-item:not(:last-child):after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -17px;
  border-bottom: 1px dotted #000;
}
.section-6 .effect-content .problem-item .item-text {
  color: #000;
  font-family: "NotoSansJP-Regular";
  font-weight: 700;
  line-height: normal;
  width: 90%;
}
.section-6 .effect-content .problem-item .item-text .pink-text {
  color: var(--pink-color);
}

.section-7 {
  /*
  margin-top: 30px;
  */
}
.section-7 .loss-method {
  text-align: center;
  background-color: #FFFFFF;
  padding-bottom: 30px;
}
.section-7 .loss-method .title {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 48px;
  background-color: var(--red-color);
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-7 .loss-method .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .loss-method .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .loss-method .title {
    font-size: 25px;
  }
}
.section-7 .loss-method .title .yellow-text {
  font-size: 44px;
}
.section-7 .loss-method .description {
  margin-top: 70px;
  line-height: calc(56 / 32);
}
.section-7 .loss-method .description .f44 {
  font-size: clamp(22px, 5.87vw, 44px);
}
.section-7 .loss-method .description .yellow-txt {
  font-weight: 700;
  font-size: 56px;
  position: relative;
}
.section-7 .loss-method .description .yellow-txt::after {
  content: "";
  width: 170px;
  height: 15px;
  background-color: var(--yellow-color);
  position: absolute;
  left: 25px;
  bottom: 5px;
  z-index: -1;
}
.section-7 .loss-method .in-bar {
  margin-top: clamp(27px, 7.33vw, 55px);
}
.section-7 .loss-method .pink-back-text {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 33px;
  background-color: var(--red-color);
  padding: 7px 0;
  width: calc(100% - 60px);
  margin: auto;
  margin-top: 20px;
  margin-bottom: clamp(25px, 6.66vw, 50px);
}
@media only screen and (max-width: 735px) {
  .section-7 .loss-method .pink-back-text {
    font-size: 30px;
    padding: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .loss-method .pink-back-text {
    font-size: 28px;
    padding: 7px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .loss-method .pink-back-text {
    font-size: 25px;
    padding: 7px;
  }
}
.section-7 .bar-point {
  padding: 60px 30px;
  background-image: url(../img/bar-point-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-7 .bar-point {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .bar-point {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .bar-point {
    padding: 60px 15px;
  }
}
.section-7 .bar-point::before {
  content: "";
  background-image: url(../img/bar-point-before.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 197px;
  height: 38px;
}
.section-7 .bar-point .title {
  font-size: 56px;
  font-weight: 700;
  color: var(--red-color);
  text-align: center;
}
@media only screen and (max-width: 735px) {
  .section-7 .bar-point .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .bar-point .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .bar-point .title {
    font-size: 30px;
  }
}
.section-7 .section-7__table {
  margin-top: clamp(33px, 8.67vw, 65px);
}
.section-7 .section-7__table h3 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: clamp(18px, 4.8vw, 36px);
    text-align: center;
}
.section-7 .section-7__table img {
  margin-top: clamp(22px, 5.87vw, 44px);
}
.section-7 .bar-point .sub-title {
  margin-top: 50px;
  font-size: clamp(22px, 5.87vw, 44px) !important;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 735px) {
  .section-7 .bar-point .sub-title {
    font-size: 40px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .bar-point .sub-title {
    font-size: 35px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .bar-point .sub-title {
    font-size: 25px;
    margin-top: 30px;
  }
}
.section-7 .bar-point .diagram {
  margin-top: 23px;
  width: calc(100% - 98px);
  margin-left: 90px;
}
@media only screen and (max-width: 455px) {
  .section-7 .bar-point .diagram {
    width: calc(100% - 30px);
    /*
    margin: auto;
    */
    margin-left: auto;
    margin-top: 25px;
  }
}
.section-7 .bar-point .description {
  margin-top: 22px;
  font-size: clamp(16px, 4.27vw, 32px);
}
.section-7 .bar-point .train-5 {
  width: calc(100% - 65px);
  margin: auto;
  margin-top: 37px;
}
.section-7 .apply-part {
  margin-top: 60px;
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
.section-7 .apply-part .apply-link .apply-button {
  bottom: 50px;
}
.section-7 .customer-voice {
  background-color: #F8F3EA;
  padding: 80px 30px 60px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice {
    padding: 60px 30px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice {
    padding: 50px 30px 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice {
    padding: 30px 20px 20px;
  }
}
.section-7 .customer-voice .title {
  color: #A49871;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .title {
    font-size: 40px;
  }
}
.section-7 .customer-voice .title::before {
  content: "";
  background-image: url(../img/left-voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 90px;
  top: 10px;
  width: 67px;
  height: 67px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .title::before {
    width: 60px;
    height: 60px;
    left: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .title::before {
    left: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .title::before {
    width: 45px;
    height: 45px;
    left: 10px;
  }
}
.section-7 .customer-voice .title::after {
  content: "";
  background-image: url(../img/right-voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 10px;
  width: 67px;
  height: 67px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .title::after {
    width: 60px;
    height: 60px;
    right: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .title::after {
    right: 0;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .title::after {
    width: 45px;
    height: 45px;
    right: -10px;
  }
}
.section-7 .customer-voice .content {
  margin-top: 20px;
  position: relative;
}
.section-7 .customer-voice .content .slick-left, .section-7 .customer-voice .content .slick-right {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .content .slick-left, .section-7 .customer-voice .content .slick-right {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .content .slick-left, .section-7 .customer-voice .content .slick-right {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .content .slick-left, .section-7 .customer-voice .content .slick-right {
    width: 30px;
    height: 30px;
  }
}
.section-7 .customer-voice .content .slick-left {
  left: 10px;
}
.section-7 .customer-voice .content .slick-right {
  right: 10px;
}
.section-7 .customer-voice .content .content-item {
  width: calc(100% - 79px);
  margin: 0 20px;
  background-color: #FFF;
  padding: 40px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .content .content-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .content .content-item {
    padding: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .content .content-item {
    padding: 20px;
  }
}
.section-7 .customer-voice .content .content-item .item-estimate {
  margin-top: 32px;
}
.section-7 .customer-voice .content .content-item .item-txt {
  margin-top: 20px;
  font-family: "Inter-Regular";
}
.section-7 .customer-voice .rank {
  margin-top: 150px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .rank {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .rank {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank {
    margin-top: 20px;
  }
}
.section-7 .customer-voice .rank .title-part .five-marks {
  color: #A49871;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .rank .title-part .five-marks {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .rank .title-part .five-marks {
    font-size: 50px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank .title-part .five-marks {
    font-size: 45px;
  }
}
.section-7 .customer-voice .rank .title-part .five-stars {
  width: 304px;
  margin: auto;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .rank .title-part .five-stars {
    width: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .rank .title-part .five-stars {
    width: 240px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank .title-part .five-stars {
    width: 200px;
  }
}
.section-7 .customer-voice .rank .title-part .date {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank .title-part .date {
    font-size: 12px;
  }
}
.section-7 .customer-voice .rank .title-part .google {
  color: #A49871;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .rank .title-part .google {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .rank .title-part .google {
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank .title-part .google {
    font-size: 25px;
  }
}
.section-7 .customer-voice .rank .title-part .google::before {
  content: "";
  background-image: url(../img/left-voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 10px;
  width: 67px;
  height: 67px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .rank .title-part .google::before {
    width: 60px;
    height: 60px;
    left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .rank .title-part .google::before {
    left: 10px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank .title-part .google::before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
}
.section-7 .customer-voice .rank .title-part .google::after {
  content: "";
  background-image: url(../img/right-voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 67px;
  height: 67px;
}
@media only screen and (max-width: 735px) {
  .section-7 .customer-voice .rank .title-part .google::after {
    width: 60px;
    height: 60px;
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-7 .customer-voice .rank .title-part .google::after {
    right: -10px;
  }
}
@media only screen and (max-width: 455px) {
  .section-7 .customer-voice .rank .title-part .google::after {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}
.section-7 .customer-voice .rank .review-part .review {
  margin-top: 50px;
}

.section-8 {
  background-image: url(../img/trainer-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-8 .trainer-intro {
  font-weight: 700;
  text-align: center;
}
.section-8 .trainer-intro .title {
  color: #FFF;
  font-size: 64px;
  background-color: var(--red-color);
  padding: 22px 0;
}
@media only screen and (max-width: 735px) {
  .section-8 .trainer-intro .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .trainer-intro .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .trainer-intro .title {
    font-size: 30px;
  }
}
.section-8 .trainer-intro .trainer {
  width: 587px;
  margin: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 735px) {
  .section-8 .trainer-intro .trainer {
    width: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .trainer-intro .trainer {
    width: 400px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .trainer-intro .trainer {
    width: 350px;
  }
}
.section-8 .trainer-intro .president {
  color: var(--red-color);
  font-size: 42px;
  margin-top: 30px;
}
@media only screen and (max-width: 735px) {
  .section-8 .trainer-intro .president {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .trainer-intro .president {
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .trainer-intro .president {
    font-size: 20px;
  }
}
.section-8 .trainer-intro .name {
  font-size: 58px;
  color: var(--red-color);
}
@media only screen and (max-width: 735px) {
  .section-8 .trainer-intro .name {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .trainer-intro .name {
    font-size: 38px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .trainer-intro .name {
    font-size: 25px;
  }
}
.section-8 .trainer-intro .birthday {
  font-family: "DIN2014-Regular";
  font-size: 48px;
  margin-top: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 735px) {
  .section-8 .trainer-intro .birthday {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .trainer-intro .birthday {
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .trainer-intro .birthday {
    font-size: 20px;
  }
}
.section-8 .career {
  margin-top: 64px;
}
.section-8 .career .career-img {
  width: 242px;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .section-8 .career .career-img {
    width: 200px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .career .career-img {
    width: 150px;
  }
}
.section-8 .career .career-content {
  margin-top: 38px;
  margin-left: 20%;
}
.section-8 .career .career-content .career-item {
  font-size: 36px;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-8 .career .career-content .career-item {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .career .career-content .career-item {
    font-size: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .career .career-content .career-item {
    font-size: 18px;
  }
}
.section-8 .career .career-content .career-item::before {
  content: "";
  width: 31px;
  height: 31px;
  background-color: var(--red-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8%;
}
@media only screen and (max-width: 735px) {
  .section-8 .career .career-content .career-item::before {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .career .career-content .career-item::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .career .career-content .career-item::before {
    width: 15px;
    height: 15px;
  }
}
.section-8 .message {
  margin-top: 45px;
}
.section-8 .message .message-img {
  width: 242px;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .section-8 .message .message-img {
    width: 200px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .message .message-img {
    width: 150px;
  }
}
.section-8 .message .message-content {
  padding: 27px 62px 50px;
}
@media only screen and (max-width: 735px) {
  .section-8 .message .message-content {
    padding: 27px 50px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-8 .message .message-content {
    padding: 20px 30px 40px;
  }
}
@media only screen and (max-width: 455px) {
  .section-8 .message .message-content {
    padding: 20px 15px 30px;
    font-size: 16px;
  }
}
.section-8 .message .message-content .message-item:not(:last-child) {
  margin-bottom: 65px;
}
@media only screen and (max-width: 455px) {
  .section-8 .message .message-content .message-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.apply-part-1 {
  margin: 50px 0;
  position: relative;
}

.section-9 {
  background-color: #FADFE2;
  padding: 50px 30px;
}
@media only screen and (max-width: 455px) {
  .section-9 {
    padding: 30px 15px;
  }
}
.section-9 .section-title {
  color: var(--red-color);
  text-align: center;
  font-size: 68px;
  font-weight: 700;
}
@media only screen and (max-width: 735px) {
  .section-9 .section-title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .section-9 .section-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 455px) {
  .section-9 .section-title {
    font-size: 35px;
  }
}
.section-9 .section-content {
  margin-top: 110px;
}
.section-9 .section-content .step-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  /*
  height: 497px;
  */
}
@media only screen and (max-width: 735px) {
  .section-9 .section-content .step-item {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .section-9 .section-content .step-item {
    height: 400px;
  }
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item {
    height: 350px;
  }
}
.section-9 .section-content .step-item:not(:last-child)::after {
  content: "";
  background-image: url(../img/step-after.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 48px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15%;
}
.section-9 .section-content .step-item .item-txt {
  width: 359px;
  background-color: #FFF;
  padding: 70px 25px 25px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 735px) {
  .section-9 .section-content .step-item .item-txt {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .section-9 .section-content .step-item .item-txt {
    width: 250px;
  }
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item .item-txt {
    width: 200px;
  }
}
.section-9 .section-content .step-item .item-txt::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.section-9 .section-content .step-item .item-txt .title {
  font-size: 40px;
  font-weight: 700;
  color: var(--red-color);
  position: relative;
}
@media only screen and (max-width: 735px) {
  .section-9 .section-content .step-item .item-txt .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .section-9 .section-content .step-item .item-txt .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item .item-txt .title {
    font-size: 20px;
  }
}
.section-9 .section-content .step-item .item-txt .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--red-color);
  position: absolute;
  left: 0;
  bottom: -25px;
}
.section-9 .section-content .step-item .item-txt .content {
  margin-top: 56px;
  font-size: clamp(16px, 4.27vw, 32px);
  letter-spacing: 0.05em;
  line-height: calc(50 / 32);
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item .item-txt .content {
    font-size: 16px;
  }
}
.section-9 .section-content .step-item .item-img {
  width: calc(100% - 359px);
  height: auto;
  /*
  height: 100%;
  */
}
@media only screen and (max-width: 735px) {
  .section-9 .section-content .step-item .item-img {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 575px) {
  .section-9 .section-content .step-item .item-img {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item .item-img {
    width: calc(100% - 200px);
  }
}
.section-9 .section-content .step-item .item-img img {
  height: 100%;
}
.section-9 .section-content .step-item:not(:first-child) {
  margin-top: 95px;
}
.section-9 .section-content .step-item-1 .item-txt::before {
  background-image: url(../img/step1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 225px;
  height: 150px;
  top: -80px;
  left: 0;
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item-1 .item-txt::before {
    width: 120px;
    height: 80px;
    top: -40px;
  }
}
.section-9 .section-content .step-item-2 .item-txt {
  padding: 70px 19px 25px;
}
.section-9 .section-content .step-item-2 .item-txt::before {
  background-image: url(../img/step2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 248px;
  height: 151px;
  top: -60px;
  right: 0;
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item-2 .item-txt::before {
    width: 130px;
    height: 80px;
    top: -40px;
  }
}
.section-9 .section-content .step-item-3 .item-txt {
  /*
  padding: 93px 29px 87px;
  */
  padding: 93px 29px 28px;
  box-sizing: content-box;
  height: auto;
}
.section-9 .section-content .step-item-3 .item-txt::before {
  background-image: url(../img/step3.webp);
  background-repeat: no-repeat;
  width: 253px;
  height: 152px;
  top: -55px;
  left: 0;
}
@media only screen and (max-width: 455px) {
  .section-9 .section-content .step-item-3 .item-txt::before {
    width: 135px;
    height: 80px;
    top: -30px;
  }
}

.section-10 {
  /*
  margin-top: 45px;
  */
  margin-top: 74px;
}
.section-10 .question {
  padding: 0 30px;
}
@media only screen and (max-width: 455px) {
  .section-10 .question {
    padding: 0 15px;
  }
}
.section-10 .question .question-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--red-color);
  text-align: center;
}
@media only screen and (max-width: 735px) {
  .section-10 .question .question-title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .question .question-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-title {
    font-size: 35px;
  }
}
.section-10 .question .question-list {
  margin-top: 65px;
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-list {
    margin-top: 30px;
  }
}
.section-10 .question .question-list ul li:not(:first-child) {
  margin-top: 50px;
}
.section-10 .question .question-list ul li .accordion {
  background-color: var(--main-color);
  padding: 20px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 125px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .section-10 .question .question-list ul li .accordion {
    padding: 15px;
    height: 100px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-list ul li .accordion {
    height: 80px;
  }
}
.section-10 .question .question-list ul li .accordion span {
  font-family: "futura medium bt";
  font-size: 44px;
  position: absolute;
  top: 5px;
  left: 20px;
}
.section-10 .question .question-list ul li .accordion.row-1 span {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 735px) {
  .section-10 .question .question-list ul li .accordion span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .question .question-list ul li .accordion span {
    font-size: 25px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .question .question-list ul li .accordion span {
    font-size: 25px;
    margin-left: -10px;
  }
}
.section-10 .question .question-list ul li .accordion p {
  font-weight: 700;
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-list ul li .accordion p {
    font-size: 16px;
  }
}
.section-10 .question .question-list ul li .accordion a {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .section-10 .question .question-list ul li .accordion a {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-list ul li .accordion a {
    width: 16px;
    height: 16px;
  }
}
.section-10 .question .question-list ul li .accordion a::before {
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-10 .question .question-list ul li .accordion a::after {
  height: 100%;
  width: 3px;
  background: #FFF;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}
.section-10 .question .question-list ul li .accordion.active a::after {
  rotate: 90deg;
  opacity: 0;
}
.section-10 .question .question-list ul li .panel {
  position: relative;
  display: none;
  background-color: #F4E0E2;
  padding: 25px 25px 40px 115px;
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-list ul li .panel {
    padding: 20px 25px 30px 60px;
  }
}
.section-10 .question .question-list ul li .panel p {
  font-weight: 500;
}
@media only screen and (max-width: 455px) {
  .section-10 .question .question-list ul li .panel p {
    font-size: 16px;
  }
}
.section-10 .question .question-list ul li .panel.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-10 .guideline {
  margin-top: 60px;
  background-color: #FFFCF7;
  padding: 25px 0 40px;
}
.section-10 .guideline .note {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.27vw, 32px);
  line-height: calc(50 / 32);
  width: calc(666 / 750 * 100vw);
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(14px, 3.73vw, 28px);
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline {
    padding: 20px 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline {
    padding: 20px 20px 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline {
    padding: 20px 15px 20px;
  }
}
.section-10 .guideline .google-map .title {
  color: #A49871;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .google-map .title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .google-map .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .google-map .title {
    font-size: 35px;
  }
}
.section-10 .guideline .google-map .map {
  padding: 0 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .google-map .map {
    padding: 0 15px;
  }
}
.section-10 .guideline .train {
  margin-top: 70px;
}
.section-10 .guideline .train .title {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  background-color: #A49871;
  padding: 5px 20px;
  width: 450px;
  margin: auto;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .train .title {
    width: 400px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .train .title {
    width: 320px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .train .title {
    width: 270px;
    font-size: 25px;
  }
}
.section-10 .guideline .train .sub-title {
  margin-top: 25px;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .train .sub-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .train .sub-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .train .sub-title {
    font-size: 22px;
  }
}
.section-10 .guideline .train .train-item .item-img {
  width: 516px;
  margin: auto;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .train .train-item .item-img {
    width: 460px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .train .train-item .item-img {
    width: 400px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .train .train-item .item-img {
    width: 340px;
  }
}
.section-10 .guideline .train .train-item .item-txt {
  font-size: 30px;
  color: #000;
  padding: 0 117px;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .train .train-item .item-txt {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .train .train-item .item-txt {
    font-size: 25px;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .train .train-item .item-txt {
    font-size: 18px;
    padding: 0 25px;
  }
}
.section-10 .guideline .train .train-item .short-txt {
  text-align: center;
}
.section-10 .guideline .train .train-item .long-txt {
  padding: 0 90px;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .train .train-item .long-txt {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .train .train-item .long-txt {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .train .train-item .long-txt {
    padding: 0 10px;
  }
}
.section-10 .guideline .car {
  margin-top: 75px;
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .car {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .car {
    padding: 0 15px;
  }
}
.section-10 .guideline .car .title {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  background-color: #A49871;
  padding: 5px 20px;
  width: 450px;
  margin: auto;
}
@media only screen and (max-width: 735px) {
  .section-10 .guideline .car .title {
    width: 400px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .car .title {
    width: 320px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .car .title {
    width: 270px;
    font-size: 25px;
  }
}
.section-10 .guideline .car .description {
  margin-top: 30px;
  font-size: 30px;
  color: #000;
}
@media only screen and (max-width: 575px) {
  .section-10 .guideline .car .description {
    font-size: 25px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .guideline .car .description {
    font-size: 20px;
  }
}
.section-10 .guideline .car .image-part {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-10 .conclusion {
  background: linear-gradient(344deg, rgba(237, 98, 121, 0.85) 61.46%, rgba(242, 173, 180, 0.85) 100%);
  padding: 35px 30px 40px;
  color: #FFF;
  position: relative;
}
.section-10 .conclusion .title {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 735px) {
  .section-10 .conclusion .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .section-10 .conclusion .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 455px) {
  .section-10 .conclusion .title {
    font-size: 35px;
  }
}
.section-10 .conclusion .content {
  margin-top: 43px;
}
.section-10 .conclusion .content p:not(:last-child) {
  margin-bottom: 50px;
}
.section-10 .conclusion .end-woman {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 650px;
}

footer a .footer-img {
  width: 100%;
}

.back-to-top {
  position: fixed;
  right: 10%;
  bottom: 50px;
  z-index: 999;
  opacity: 0.8;
}
.back-to-top img {
  width: 100px;
}
@media only screen and (max-width: 455px) {
  .back-to-top img {
    width: 60px;
  }
}/*# sourceMappingURL=style.css.map */



/*iPhone実機修正*/

.section-3 .pink-part{
  white-space: nowrap;
}

.message_subttl{
  font-family: "NotoSansJP-bold";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
}

.message_subttl .small{
  font-size: 18px;
}

.message_subttl .underline_pink-text{
  font-family: "NotoSansJP-bold";
  background: linear-gradient(transparent 63%, #ffafbd 0%);
}

.strong{
  font-family: "NotoSansJP-bold";
  font-size: 24px;
  color: #ED6279;
}



@media only screen and (max-width: 455px){

  .section-5 .reason{
    font-size: 7.6vw;
  }

  .section-5 .container .meal-support .meal-style .topic{
    font-size: 6.1vw;
  }


  .section-5 .container{
    padding: 45px 15px;
  }
  .section-5 .container-1{
    padding: 45px 15px;
  }

  .section-6 .customer{
    font-size: 5.5vw;
  }

  .section-6 .train-effect .effect-title{
    font-size: 24px;
  }

  .section-7 .bar-point .title{
    font-size: 6.5vw;
  }

  .section-9 .section-content .step-item .item-txt{
    padding: 45px 25px 25px;
  }

  .section-9 .section-content .step-item .item-txt .title{
    font-size: 18px;
  }

  .section-10 .question .question-list ul li .accordion{
    height: auto;
  }

  .section-10 .question .question-list ul li .panel{
    padding: 20px 25px 30px 25px;
  }

  .section-10 .question .question-title{
    font-size: 7.6vw;
  }

  .section-10 .guideline .train .title,
  .section-10 .guideline .car .title{
    width: fit-content;
    white-space: nowrap;
  }

  .yellow-text{
    /*
    display: inline-block;
    */
  }

  .section-7 .customer-voice .title{
    font-size: 24px;
  }

  .section-7 .customer-voice .title::after{
    top: 3px;
  }
  .section-7 .customer-voice .title::after{
    height: 35px;
    right: 50px;
  }

  .section-7 .customer-voice .title::before{
    top: 3px;
  }
  .section-7 .customer-voice .title::before{
    height: 35px;
    left: 75px;
  }

  .section-9 .section-content{
    margin-top: 60px;
  }

  .section-9 .section-title{
    font-size: 7.6vw;
  }

  .underline_yellow-text{
    font-family: "NotoSansJP-bold";
    background: linear-gradient(transparent 63%, #F4F12F 0%);
  }



}

.after-body {
  background-color: #FCDCDC;
  padding-top: clamp(60px, 15.88vw, 119px);
  padding-bottom: clamp(75px, 20vw, 150px);
}
.after-body__inner {
  padding-left: clamp(15px, 3.78vw, 30px);
  padding-right: clamp(15px, 3.78vw, 30px);
}
.after-body__title {
  color: #ED6279;
  text-align: center;
  font-weight: 700;
  font-size: clamp(28px, 7.6vw, 57px);
}
.after-body__label {
  width: calc(612 / 794 * 100vw);
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(22px, 5.4156vw, 43px);
  margin-bottom: clamp(15px, 3.78vw, 30px);
}
.after-body__img02 {
  margin-top: clamp(57px, 14.48vw, 115px);
}

.footer_fixed{
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.map{
  width: 100%;
  aspect-ratio: 3/2;
}

.map iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}