@charset "UTF-8";
@font-face {
  font-family: "AcuminVariable";
  src: url(../fonts/AcuminVariableConcept.otf);
}
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "AcuminVariable";
  src: url(../fonts/AcuminVariableConcept.otf);
}
@font-face {
  font-family: "AcuminVariable";
  src: url(../fonts/AcuminVariableConcept.otf);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* ヘッダーの高さ分の余白を確保 */
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  overflow-x: hidden;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.gothic {
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100vw;
    padding: 0 1%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.h2-title {
  display: inline-block;
}
.h2-title span {
  font-size: 17px;
  font-family: "AcuminVariable";
  color: #5d5d5d;
}
@media (max-width: 1200px) {
  .h2-title span {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .h2-title span {
    font-size: 4.1666666667vw;
  }
}
.h2-title p {
  padding-right: 20px;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .h2-title p {
    padding-right: 1.6666666667vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .h2-title p {
    padding-right: 2.6041666667vw;
    font-size: 5.2083333333vw;
  }
}
.h2-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #a4d7e6;
}
@media (max-width: 768px) {
  .h2-title::after {
    height: 0.390625vw;
  }
}

.h3-title {
  font-size: 34px;
  letter-spacing: 0.4em;
  padding-top: 14px;
}
@media (max-width: 1200px) {
  .h3-title {
    font-size: 2.8333333333vw;
    padding-top: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .h3-title {
    font-size: 4.4270833333vw;
    padding-top: 1.8229166667vw;
  }
}

@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
    box-shadow: none !important;
  }
}

.fadeUp1 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp1.show-fadeUp1 {
  animation: fadeUp 1.2s ease-in-out forwards;
}

.fadeUp2 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp2.show-fadeUp2 {
  animation: fadeUp 1.2s 0.6s ease-in-out forwards;
}

.fadeUp3 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp3.show-fadeUp3 {
  animation: fadeUp 1.2s 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.show-fadeIn {
  animation: fadeIn 1.2s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.footer {
  background-color: #cccccc;
  padding-bottom: 50px;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
@media (max-width: 1200px) {
  .footer {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 32.5520833333vw;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .footer__nav__list {
    gap: 1.6666666667vw;
  }
}
.footer__nav__list-link {
  font-size: 18px;
  font-weight: 500;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .footer__nav__list-link {
    font-size: 1.5vw;
    padding-top: 3.3333333333vw;
  }
}
.footer__logo {
  width: 195px;
  margin: 0 auto;
  padding: 40px 0 40px;
}
@media (max-width: 1200px) {
  .footer__logo {
    width: 16.25vw;
    padding: 3.3333333333vw 0 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 35.6770833333vw;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__copyright {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .footer__copyright {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 2.34375vw;
  }
}
.footer__link {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  background-color: #646464;
  color: #fff;
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer__link {
    font-size: 1.6666666667vw;
    padding: 0.8333333333vw 0;
    width: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 3.6458333333vw;
    padding: 2.6041666667vw 0;
    width: 44.2708333333vw;
  }
}
.footer__tabButton {
  color: #fff;
  width: 13.671875vw;
  height: 13.671875vw;
  border-radius: 50px;
  z-index: 100;
  position: relative;
}
.footer__tabButton__link {
  max-height: 13.0208333333vw;
  height: 100vh;
  background-color: #f5f5f5;
  width: 227px;
  border-radius: 10px;
}
.footer__tabButton__link img {
  max-width: 24.3489583333vw;
  width: 100%;
}
.footer__tabButton__link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__tabButton-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2.6041666667vw 0;
  z-index: 100;
  width: 100%;
  gap: 1.3020833333vw;
}
.footer__tabButton span {
  position: absolute;
  width: 6.1197916667vw;
  left: 2.8645833333vw;
  height: 0.9114583333vw;
  background: #646464;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.footer__tabButton span:nth-of-type(1) {
  top: 4.9479166667vw;
}
.footer__tabButton span:nth-of-type(2) {
  top: 6.7708333333vw;
}
.footer__tabButton span:nth-of-type(3) {
  top: 8.4635416667vw;
}
.footer__tabButton span:nth-of-type(3)::after {
  content: "メニュー";
  position: absolute;
  display: block;
  width: 19.53125vw;
  bottom: 0.390625vw;
  left: 137%;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #646464;
  font-size: 4.0364583333vw;
  font-family: "小塚ゴシック Pr6N", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.footer__tabButton-active:nth-of-type(1) {
  width: 25% !important;
  top: 6.25vw !important;
  left: 2.6041666667vw;
  transform: rotate(45deg);
}
.footer__tabButton-active:nth-of-type(2) {
  width: 25% !important;
  top: 6.25vw !important;
  left: 2.6041666667vw;
  transform: rotate(-45deg);
}
.footer__tabButton-active:nth-of-type(3) {
  background-color: transparent !important;
}
.footer__tabButton-active:nth-of-type(3)::after {
  content: "閉じる" !important;
}
.footer__tabButton-bg {
  display: block;
  width: 18.2291666667vw;
  height: 16.9270833333vw;
  right: 3.90625vw;
  top: 5.7291666667vw;
  border-radius: 14px;
  z-index: 99;
  overflow: hidden;
}
@media (max-width: 440px) {
  .footer__tabButton-bg {
    width: 18.1818181818vw;
    height: 18.1818181818vw;
    right: 5vw;
    top: 5vw;
  }
}
.footer__tabLink {
  font-size: 3.3854166667vw;
  font-weight: 200;
  padding: 13.0208333333vw 0 13.0208333333vw;
  text-align: center;
}
.footer__tabLink a {
  border-bottom: 0.1302083333vw solid;
}
@media (max-width: 440px) {
  .footer__tabLink {
    font-size: 4.5454545455vw;
  }
}
.footer__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #a4d7e6;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.footer__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.footer__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
}
.footer__tabNav__list-link {
  font-size: 3.3854166667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .footer__tabNav__list-link {
    font-size: 5.4545454545vw;
    line-height: 1.6;
  }
}
.footer__tabNav-active {
  left: 0 !important;
  z-index: 100;
}

.form {
  color: #3a3a3a;
  font-size: 22px;
}
@media (max-width: 2000px) {
  .form {
    font-size: 1.1578947368vw;
  }
}
.form .error {
  display: block;
  position: absolute;
  top: 107%;
  left: 24%;
  width: 60%;
  color: red;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .form .error {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .form .error {
    left: 0;
    font-size: 2.6041666667vw;
  }
}
.form .hissu {
  position: relative;
}
.form .hissu::after {
  content: "必須";
  position: absolute;
  left: 183px;
  bottom: 3px;
  padding: 6px 14px;
  background-color: #edaad3;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .form .hissu::after {
    left: 15.25vw;
    bottom: 0.25vw;
    padding: 0.5vw 1.1666666667vw;
    border-radius: 0.8333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .form .hissu::after {
    left: 32.5520833333vw;
    bottom: 8.4635416667vw;
    padding: 0.78125vw 1.8229166667vw;
    border-radius: 0.6510416667vw;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .form .hissu::after {
    bottom: 10.9090909091vw;
  }
}
.form-select select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #a4d7e6;
}
@media (max-width: 1200px) {
  .form-select select {
    padding: 0.6666666667vw 1vw;
  }
}
@media (max-width: 768px) {
  .form-select select {
    font-size: 3.7760416667vw;
    padding: 1.5625vw 1.5625vw;
    height: 7.6822916667vw;
  }
}
.form-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0;
  gap: 0 100px;
}
@media (max-width: 1200px) {
  .form-box {
    margin: 3.3333333333vw 0;
    gap: 0 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .form-box {
    flex-direction: column;
  }
}
.form-box-content {
  width: 591px;
}
@media (max-width: 1200px) {
  .form-box-content {
    width: 49.25vw;
  }
}
@media (max-width: 768px) {
  .form-box-content {
    width: 100%;
  }
  .form-box-content .mensetsu {
    height: 7.6822916667vw;
    text-align: left;
  }
}
.form-box-ttl {
  width: 180px;
}
@media (max-width: 1200px) {
  .form-box-ttl {
    width: 15vw;
  }
}
@media (max-width: 768px) {
  .form-box-ttl {
    width: 100%;
    padding: 1.0416666667vw 0;
  }
}
.form-box label {
  padding: 8px 0;
  text-align: left;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .form-box label {
    padding: 0.6666666667vw 0;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .form-box label {
    font-size: 3.7760416667vw;
  }
}
.form-box label-text {
  width: 100px;
}
@media (max-width: 1200px) {
  .form-box label-text {
    width: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .form-box label-text {
    width: 100%;
  }
}
.form-box input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #a4d7e6;
}
@media (max-width: 1200px) {
  .form-box input {
    padding: 0.6666666667vw 1vw;
  }
}
@media (max-width: 768px) {
  .form-box input {
    font-size: 3.7760416667vw;
    padding: 1.5625vw 1.5625vw;
  }
}
.form textarea {
  height: 284px;
  width: 100%;
  padding: 8px 12px;
  resize: none;
  border: 1px solid #a4d7e6;
}
@media (max-width: 1200px) {
  .form textarea {
    height: 23.6666666667vw;
    padding: 0.6666666667vw 1vw;
  }
}
@media (max-width: 768px) {
  .form textarea {
    height: 36.9791666667vw;
    padding: 1.5625vw 1.5625vw;
    font-size: 3.7760416667vw;
  }
}
.form-textarea {
  align-items: flex-start;
}
.form-submit {
  position: relative;
  margin-top: 104px;
  padding-left: 283px;
}
@media (max-width: 1200px) {
  .form-submit {
    margin-top: 8.6666666667vw;
    padding-left: 23.5833333333vw;
  }
}
@media (max-width: 768px) {
  .form-submit {
    margin-top: 13.5416666667vw;
    padding-left: 24.7395833333vw;
  }
}
.form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 590px;
  width: 42px;
  height: 34px;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .form-submit::after {
    left: 49.1666666667vw;
    width: 3.5vw;
    height: 2.8333333333vw;
  }
}
@media (max-width: 768px) {
  .form-submit::after {
    left: 55.7291666667vw;
  }
}
@media (max-width: 440px) {
  .form-submit::after {
    left: 63.1818181818vw;
    width: 5.6818181818vw;
    height: 4.5454545455vw;
  }
}
.form-submit input {
  width: 38%;
  padding: 10px 0;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  background-color: #1bacce;
  color: #fff;
}
@media (max-width: 1200px) {
  .form-submit input {
    padding: 1.6666666667vw 0;
    font-size: 1.6666666667vw;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .form-submit input {
    font-size: 4.5572916667vw;
    width: 42.578125vw;
    padding: 2.8645833333vw 0;
  }
}
@media (max-width: 440px) {
  .form-submit input {
    padding: 2.7272727273vw 0;
    font-size: 5vw;
  }
}
.form .box {
  margin: 0 auto;
  text-align: center;
}
.form .box .form-confirm {
  display: inline-block;
  padding: 50px 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media (max-width: 1200px) {
  .form .box .form-confirm {
    padding: 4.1666666667vw 0;
  }
}
@media (max-width: 768px) {
  .form .box .form-confirm {
    font-size: 2.6041666667vw;
    padding: 6.5104166667vw 0;
  }
}
@media (max-width: 440px) {
  .form .box .form-confirm {
    font-size: 4.5454545455vw;
  }
}
.form .box .form-confirm h4 {
  font-size: 28px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .form .box .form-confirm h4 {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .form .box .form-confirm h4 {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 440px) {
  .form .box .form-confirm h4 {
    font-size: 6.3636363636vw;
  }
}
.form .box .form-box-input {
  color: #a4d7e6;
}

/********************************************
* Now Loading
********************************************/
#form-load {
  display: none;
}

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}
.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

.header {
  padding-bottom: 50px;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
@media (max-width: 1200px) {
  .header {
    padding-bottom: 4.1666666667vw;
  }
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 78px;
  padding-top: 42px;
}
@media (max-width: 1200px) {
  .header__flex {
    gap: 6.5vw;
    padding-top: 3.5vw;
  }
}
.header__logo {
  width: 184px;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 15.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 30.5989583333vw;
  }
}
.header__logo img {
  width: 100%;
}
.header__nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  .header__nav__list {
    gap: 5vw;
  }
}
.header__nav__list-link {
  text-align: center;
}
.header__nav__list-link p {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .header__nav__list-link p {
    font-size: 1.25vw;
  }
}
.header__nav__list-link span {
  font-size: 12px;
  display: inline-block;
  font-family: "Acumin Variable Concept";
}
@media (max-width: 1200px) {
  .header__nav__list-link span {
    font-size: 1vw;
  }
}
.header__tabButton {
  position: fixed;
  width: 9.1145833333vw;
  height: 0.9114583333vw;
  top: 2.6041666667vw;
  right: 5.3385416667vw;
  z-index: 100;
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 0.9114583333vw;
  background: #a4d7e6;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #a4d7e6;
}
.header__tabButton span:nth-of-type(1) {
  top: 3.125vw;
}
.header__tabButton span:nth-of-type(2) {
  top: 7.03125vw;
  font-size: 2.34375vw;
}
.header__tabButton span:nth-of-type(3) {
  top: 10.9375vw;
}
.header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 5.46875vw !important;
  left: 0.9114583333vw;
  transform: rotate(45deg);
  background: #fff;
}
.header__tabButton-active:nth-of-type(2) {
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(3) {
  width: 90% !important;
  top: 5.46875vw !important;
  left: 0.9114583333vw;
  transform: rotate(-45deg);
  background: #fff;
}
.header__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #a4d7e6;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.header__tabNav__logo {
  text-align: center;
}
.header__tabNav__logo img {
  width: 61.4583333333vw;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: 3%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
}
.header__tabNav__list-link {
  font-size: 3.6458333333vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 440px) {
  .header__tabNav__list-link {
    font-size: 5.4545454545vw;
    line-height: 1.6;
  }
}
.header__tabNav-active {
  left: 0 !important;
}

.top__img {
  width: 1366px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .top__img {
    width: 113.8333333333vw;
  }
}
@media (max-width: 768px) {
  .top__img {
    width: 100%;
  }
}
.top__img img {
  width: 100%;
}
.top__inner {
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .top__inner {
    width: 73.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__inner {
    width: 100%;
    padding-top: 6.5104166667vw;
    padding-left: 2.6041666667vw;
  }
}
.top__text {
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.7;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: -0.09em;
}
@media (max-width: 1200px) {
  .top__text {
    padding-top: 3.3333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__text {
    font-size: 3.2552083333vw;
  }
}
.top__text span {
  color: #df79c2;
}
.top__box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .top__box {
    padding-top: 4.1666666667vw;
    gap: 2vw;
  }
}
@media (max-width: 768px) {
  .top__box {
    padding-top: 16.9270833333vw;
    flex-wrap: nowrap;
    gap: 3.90625vw;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10.4166666667vw;
  }
  .top__box::-webkit-scrollbar {
    height: 3.6458333333vw;
    background-color: #a4d7e6;
  }
  .top__box::-webkit-scrollbar-track {
    background-color: #a4d7e6;
    padding: 0.78125vw 0;
  }
  .top__box::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1.0416666667vw solid #a4d7e6;
    border-radius: 2.34375vw;
  }
}
.top__box-inner {
  border: 1px solid #a4d7e6;
  box-shadow: 4px 5px 1px rgb(164, 215, 230);
  padding: 10px;
  width: 428px;
}
@media (max-width: 1200px) {
  .top__box-inner {
    padding: 0.8333333333vw;
    width: 35.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__box-inner {
    padding: 1.3020833333vw;
    width: 91.796875vw;
    flex: 0 0 auto;
    min-width: 91.796875vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.top__box-inner:last-child {
  width: 579px;
}
@media (max-width: 1200px) {
  .top__box-inner:last-child {
    width: 48.25vw;
  }
}
@media (max-width: 768px) {
  .top__box-inner:last-child {
    width: 91.796875vw;
  }
}
.top__box-inner h4 {
  padding-bottom: 8px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
}
@media (max-width: 1200px) {
  .top__box-inner h4 {
    padding-bottom: 0.6666666667vw;
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__box-inner h4 {
    font-size: 5.7291666667vw;
    padding-bottom: 1.3020833333vw;
  }
}
.top__box-inner p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.09em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .top__box-inner p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .top__box-inner p {
    font-size: 3.90625vw;
  }
}
.top__box-inner p span {
  color: #df79c2;
}

@media (max-width: 768px) {
  .about {
    margin-top: 1.953125vw;
  }
}
.about h2 {
  padding: 30px 0 0 0;
  margin: 0 auto;
  background: url(../images/h2-bg.png) no-repeat center center/892px 111px;
  width: 892px;
  height: 111px;
  font-size: 40px;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #5cc5d8;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .about h2 {
    padding: 2.5vw 0;
    font-size: 3.3333333333vw;
    background-size: 74.3333333333vw 9.25vw;
    width: 74.3333333333vw;
    height: 9.25vw;
  }
}
@media (max-width: 768px) {
  .about h2 {
    font-size: 4.1666666667vw;
    background-size: 97.5260416667vw 12.2395833333vw;
    width: 97.5260416667vw;
    height: 12.2395833333vw;
    padding: 3.90625vw 0 0 0;
  }
}
.about__point__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 61px;
  padding: 79px 0 0 50px;
}
@media (max-width: 1200px) {
  .about__point__list {
    padding: 6.5833333333vw 0 0 4.1666666667vw;
    gap: 5.0833333333vw;
  }
}
@media (max-width: 768px) {
  .about__point__list {
    padding: 55px 0 0 0;
  }
}
.about__point__list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 43px;
}
@media (max-width: 1200px) {
  .about__point__list-item {
    gap: 3.5833333333vw;
  }
}
@media (max-width: 768px) {
  .about__point__list-item {
    gap: 5.2083333333vw;
  }
}
.about__point__list-item img {
  width: 130px;
}
@media (max-width: 1200px) {
  .about__point__list-item img {
    width: 10.8333333333vw;
  }
}
@media (max-width: 768px) {
  .about__point__list-item img {
    width: 16.9270833333vw;
  }
}
.about__point__list-item p {
  font-size: 31px;
  color: #a4d7e6;
  max-width: 930px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .about__point__list-item p {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 768px) {
  .about__point__list-item p {
    font-size: 4.0364583333vw;
  }
}
.about__description {
  position: relative;
  margin-top: 152px;
  margin-left: 81px;
}
@media (max-width: 1200px) {
  .about__description {
    margin-top: 12.6666666667vw;
    margin-left: 6.75vw;
  }
}
@media (max-width: 768px) {
  .about__description {
    padding-top: 72.1354166667vw;
    margin-top: 0;
    margin-left: 0;
  }
}
.about__description__text {
  position: absolute;
  top: 24.4791666667vw;
  left: 4.1666666667vw;
  transform: rotate(-14deg);
  padding: 6.25vw 0;
  font-size: 6.1197916667vw;
  width: 36.9791666667vw;
  height: 36.9791666667vw;
  color: #ffff00;
  background-color: #a4d7e6;
  border-radius: 50%;
  text-align: center;
  font-family: "A-OTF 新ゴ Pro", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.about__description__text span {
  font-size: 3.90625vw;
}
.about__description__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 604px;
}
@media (max-width: 1200px) {
  .about__description__list {
    gap: 4.1666666667vw;
    width: 50.3333333333vw;
  }
}
@media (max-width: 768px) {
  .about__description__list {
    gap: 9.6354166667vw;
    width: 100%;
  }
}
.about__description__list-item {
  color: #a4d7e6;
}
.about__description__list-item dt {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  letter-spacing: 0.17rem;
  font-size: 35px;
  border-bottom: 2px solid #a4d7e6;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .about__description__list-item dt {
    padding-bottom: 1.6666666667vw;
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 768px) {
  .about__description__list-item dt {
    font-size: 5.46875vw;
    border-bottom: 3px solid #a4d7e6;
  }
}
.about__description__list-item dt span {
  font-size: 27px;
}
@media (max-width: 1200px) {
  .about__description__list-item dt span {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  .about__description__list-item dt span {
    font-size: 4.1666666667vw;
  }
}
.about__description__list-item dt::before {
  content: "";
  display: block;
  background-image: url(../images/about-description-icon.png);
  background-size: 47px 45px;
  background-repeat: no-repeat;
  width: 47px;
  height: 45px;
  margin-right: 23px;
}
@media (max-width: 1200px) {
  .about__description__list-item dt::before {
    background-size: 3.9166666667vw 3.75vw;
    width: 3.9166666667vw;
    height: 3.75vw;
    margin-right: 1.9166666667vw;
  }
}
@media (max-width: 768px) {
  .about__description__list-item dt::before {
    background-size: 7.5520833333vw 7.5520833333vw;
    width: 7.5520833333vw;
    height: 7.5520833333vw;
    margin-right: 2.9947916667vw;
  }
}
.about__description__list-item dd {
  padding: 14px 0 0 66px;
  font-size: 22px;
  letter-spacing: 0.1rem;
}
@media (max-width: 1200px) {
  .about__description__list-item dd {
    padding: 1.1666666667vw 0 0 5.5vw;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .about__description__list-item dd {
    padding: 1.8229166667vw 0 0 8.59375vw;
    font-size: 3.6458333333vw;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
  }
}
.about__description__img {
  position: absolute;
  top: -137px;
  right: -3px;
  z-index: -1;
  width: 542px;
}
@media (max-width: 1200px) {
  .about__description__img {
    top: -11.4166666667vw;
    right: -0.25vw;
    width: 45.1666666667vw;
  }
}
@media (max-width: 768px) {
  .about__description__img {
    top: -1.5625vw;
    right: 0;
    width: 76.4322916667vw;
  }
}
.about__description__img img {
  width: 100%;
}

.salary {
  text-align: right;
  position: relative;
  padding-top: 300px;
}
@media (max-width: 1200px) {
  .salary {
    padding-top: 25vw;
  }
}
@media (max-width: 768px) {
  .salary {
    padding-top: 19.53125vw;
    position: unset;
  }
}
.salary-bg {
  z-index: -1;
  width: 100%;
  height: 1620px;
  position: absolute;
  top: -225px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .salary-bg {
    height: 135vw;
    top: -18.75vw;
  }
}
@media (max-width: 768px) {
  .salary-bg {
    display: none;
  }
}
.salary-bg img {
  width: 100%;
  height: 100%;
}
.salary .h2-title p {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .salary .h2-title p {
    padding-left: 1.6666666667vw;
  }
}
.salary .h3-title {
  letter-spacing: unset;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .salary .h3-title {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .salary .h3-title {
    font-size: 3.7760416667vw;
  }
}
.salary__flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 880px;
}
@media (max-width: 1200px) {
  .salary__flex {
    width: 73.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .salary__flex {
    width: 100%;
    padding-right: 5.2083333333vw;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .salary__flex__box {
    padding-top: 19.53125vw;
  }
}
.salary__flex__box__text {
  padding-top: 20px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: -0.09em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .salary__flex__box__text {
    font-size: 1.5833333333vw;
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__flex__box__text {
    width: 100%;
    font-size: 2.9947916667vw;
    text-align: left;
    padding: 2.6041666667vw 6.5104166667vw;
  }
}
.salary__flex__box__text span {
  color: #df79c2;
}
.salary__img {
  border: 1px solid #a4d7e6;
  box-shadow: 4px 5px 1px rgb(164, 215, 230);
  width: 459px;
}
@media (max-width: 1200px) {
  .salary__img {
    width: 38.25vw;
  }
}
@media (max-width: 768px) {
  .salary__img {
    width: 49.4791666667vw;
  }
}
.salary__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .salary__price {
    padding-top: 5.2083333333vw;
  }
}
.salary__price h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .salary__price h4 {
    gap: 1.3333333333vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .salary__price h4 {
    gap: 2.0833333333vw;
    font-size: 4.1666666667vw;
  }
}
.salary__price h4::after, .salary__price h4::before {
  content: "";
  display: block;
  width: 60px;
  height: 7px;
  background-color: #a4d7e6;
}
@media (max-width: 1200px) {
  .salary__price h4::after, .salary__price h4::before {
    width: 5vw;
    height: 0.5833333333vw;
  }
}
@media (max-width: 768px) {
  .salary__price h4::after, .salary__price h4::before {
    width: 8.4635416667vw;
    height: 0.9114583333vw;
  }
}
.salary__price__box {
  width: 823px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1200px) {
  .salary__price__box {
    width: 68.5833333333vw;
    padding-top: 2.5vw;
    padding-bottom: 3.3333333333vw;
    gap: 2vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box {
    width: 88.8020833333vw;
    padding: 3.90625vw 0 5.2083333333vw;
    gap: 3.90625vw;
  }
}
.salary__price__box__inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #a4d7e6;
  box-shadow: 4px 5px 1px rgb(164, 215, 230);
  background-color: #fff;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .salary__price__box__inner {
    padding: 2.5vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box__inner {
    padding: 3.90625vw;
  }
}
.salary__price__box__inner p {
  padding: 0 0 20px 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .salary__price__box__inner p {
    padding: 0 0 1.6666666667vw 0;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box__inner p {
    padding: 0 0 2.6041666667vw 0;
    font-size: 3.7760416667vw;
  }
}
.salary__price__box__inner dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .salary__price__box__inner dl {
    gap: 1.6666666667vw;
  }
}
.salary__price__box__inner dl div {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .salary__price__box__inner dl div {
    gap: 2.5vw;
  }
}
.salary__price__box__inner dl div dt {
  font-size: 27px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .salary__price__box__inner dl div dt {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box__inner dl div dt {
    font-size: 4.1666666667vw;
  }
}
.salary__price__box__inner dl div dd {
  font-size: 23px;
}
@media (max-width: 1200px) {
  .salary__price__box__inner dl div dd {
    font-size: 1.9166666667vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box__inner dl div dd {
    font-size: 3.3854166667vw;
  }
}
.salary__price__box__inner dl div dd span {
  font-size: 43px;
  color: #df79c2;
}
@media (max-width: 1200px) {
  .salary__price__box__inner dl div dd span {
    font-size: 3.5833333333vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box__inner dl div dd span {
    font-size: 6.25vw;
  }
}
.salary__price__box__inner:last-of-type dl {
  flex-direction: row;
  justify-content: center;
}
.salary__price__box__inner:last-of-type dl div {
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1200px) {
  .salary__price__box__inner:last-of-type dl div {
    gap: 0.8333333333vw;
  }
}
.salary__price__box__text {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.09em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 1200px) {
  .salary__price__box__text {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__price__box__text {
    font-size: 3.515625vw;
    font-feature-settings: "palt";
  }
}
.salary__bnr {
  width: 100%;
  text-align: center;
  background: url(../images/salary-bnr.png) no-repeat center center;
  background-size: 100% 594px;
  width: 100%;
  height: 594px;
}
@media (max-width: 1200px) {
  .salary__bnr {
    background-size: 100% 49.5vw;
    height: 49.5vw;
  }
}
@media (max-width: 768px) {
  .salary__bnr {
    background: none;
    width: 100%;
    height: auto;
  }
}
.salary__bnr img {
  max-width: 1033px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .salary__bnr img {
    max-width: 86.0833333333vw;
  }
}
@media (max-width: 768px) {
  .salary__bnr img {
    max-width: 100%;
  }
}

.faq {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 1200px) {
  .faq {
    padding-top: 16.6666666667vw;
    padding-bottom: 14.1666666667vw;
  }
}
@media (max-width: 768px) {
  .faq {
    padding-bottom: 22.1354166667vw;
  }
  .faq .h2-title {
    padding-left: 6.5104166667vw;
  }
  .faq .h3-title {
    letter-spacing: 0vw;
    margin: 0 auto;
    width: 84.765625vw;
  }
}
.faq-bg {
  z-index: -1;
  width: 100%;
  height: 1900px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .faq-bg {
    height: 158.3333333333vw;
    top: -8.3333333333vw;
  }
}
.faq-bg img {
  width: 100%;
  height: 100%;
}
.faq-box {
  border-radius: 13px;
  padding: 5px 0;
}
.faq-box-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 62px;
  width: 880px;
}
@media (max-width: 1200px) {
  .faq-box-wrapper {
    padding-top: 5.1666666667vw;
    width: 73.3333333333vw;
  }
}
@media (max-width: 768px) {
  .faq-box-wrapper {
    width: 92.4479166667vw;
  }
}
@media (max-width: 1200px) {
  .faq-box {
    border-radius: 1.0833333333vw;
    padding: 0.4166666667vw 0;
  }
}
.faq-box-even dt {
  background-color: #edaad3;
}
.faq-box-odd dt {
  background-color: #a4d7e6;
}
@media (max-width: 768px) {
  .faq-box-odd dt {
    background-color: #1bacce;
  }
}
.faq-box dt {
  padding: 10px 0 10px 20px;
  font-size: 29px;
  text-align: center;
  text-align: left;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .faq-box dt {
    font-size: 2.4166666667vw;
    padding: 0.8333333333vw 0 0.8333333333vw 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .faq-box dt {
    font-size: 4.5572916667vw;
    padding: 1.953125vw 7.1614583333vw 1.953125vw 9.1145833333vw;
    line-height: 1.5;
    text-indent: -0.7em;
  }
}
.faq-box dt::before {
  content: "Q.";
  display: inline-block;
  font-size: 29px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .faq-box dt::before {
    font-size: 2.4166666667vw;
    padding-right: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .faq-box dt::before {
    font-size: 4.5572916667vw;
    padding-right: 1.3020833333vw;
  }
}
.faq-box dt .toggle-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .faq-box dt .toggle-btn {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    right: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .faq-box dt .toggle-btn {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    right: 2.6041666667vw;
  }
}
.faq-box dt .toggle-btn::before, .faq-box dt .toggle-btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.faq-box dt .toggle-btn::before {
  width: 20px;
  height: 4px;
  top: 8px;
  left: 0;
}
@media (max-width: 1200px) {
  .faq-box dt .toggle-btn::before {
    width: 1.6666666667vw;
    height: 0.3333333333vw;
    top: 0.6666666667vw;
    left: 0;
  }
}
@media (max-width: 768px) {
  .faq-box dt .toggle-btn::before {
    width: 4.5572916667vw;
    height: 0.78125vw;
    top: 1.953125vw;
    left: 0;
  }
}
.faq-box dt .toggle-btn::after {
  width: 4px;
  height: 20px;
  left: 8px;
  top: 0;
  transform: rotate(0deg);
}
@media (max-width: 1200px) {
  .faq-box dt .toggle-btn::after {
    width: 0.3333333333vw;
    height: 1.6666666667vw;
    left: 0.6666666667vw;
    top: 0;
  }
}
@media (max-width: 768px) {
  .faq-box dt .toggle-btn::after {
    width: 0.78125vw;
    height: 4.5572916667vw;
    left: 1.5625vw;
    top: 0;
  }
}
.faq-box dt.active .toggle-btn::after {
  transform: rotate(90deg);
}
.faq-box dd {
  padding: 20px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: -0.1em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-indent: -0.5em;
  margin-left: 1em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .faq-box dd {
    font-size: 1.8333333333vw;
    padding: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .faq-box dd {
    font-size: 3.515625vw;
    padding: 2.6041666667vw;
    text-indent: -1.3020833333vw;
  }
}
.faq-box dd.active {
  max-height: 1000px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .faq-box dd.active {
    max-height: 83.3333333333vw;
  }
}
.faq-box dd::before {
  content: "A.";
  display: inline-block;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: -0.1em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .faq-box dd::before {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .faq-box dd::before {
    font-size: 3.515625vw;
  }
}

.benefits {
  padding-top: 250px;
  width: 870px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .benefits {
    padding-top: 20.8333333333vw;
    width: 72.5vw;
  }
}
@media (max-width: 768px) {
  .benefits {
    padding-top: 13.0208333333vw;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .benefits .h3-title {
    font-size: 7.03125vw;
    letter-spacing: 0.0520833333vw;
  }
}
.benefits__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  gap: 20px 45px;
  width: 943px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .benefits__list {
    padding-top: 4.1666666667vw;
    gap: 1.6666666667vw 3.75vw;
    width: 78.5833333333vw;
  }
}
@media (max-width: 768px) {
  .benefits__list {
    padding-top: 9.1145833333vw;
    width: 87.2395833333vw;
    justify-content: space-between;
    gap: 2.6041666667vw;
  }
}
.benefits__list-link {
  font-size: 27px;
  font-weight: 600;
  color: #df79c2;
  text-align: left;
  width: 284px;
}
@media (max-width: 1200px) {
  .benefits__list-link {
    font-size: 2.25vw;
    width: 23.6666666667vw;
  }
}
@media (max-width: 768px) {
  .benefits__list-link {
    font-size: 4.0364583333vw;
    width: 41.6666666667vw;
  }
}
.benefits__list-link::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 21px;
  background: url(../images/check.png) no-repeat center center;
  background-size: 31px 21px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .benefits__list-link::before {
    background-size: 2.5833333333vw 1.75vw;
    width: 2.5833333333vw;
    height: 1.75vw;
    margin-right: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .benefits__list-link::before {
    background-size: 4.0364583333vw 2.4739583333vw;
    width: 4.0364583333vw;
    height: 2.4739583333vw;
  }
}

.opinions {
  padding-top: 250px;
  width: 870px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .opinions {
    padding-top: 20.8333333333vw;
    width: 72.5vw;
  }
}
@media (max-width: 768px) {
  .opinions {
    padding-top: 13.0208333333vw;
    width: 100%;
  }
  .opinions .container {
    padding: 0;
  }
}
.opinions__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .opinions__flex {
    align-items: flex-start;
  }
}
.opinions__flex .h2-title p {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .opinions__flex .h2-title p {
    padding-left: 1.6666666667vw;
  }
}
.opinions__flex .h3-title {
  letter-spacing: unset;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .opinions__flex .h3-title {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .opinions__flex .h3-title {
    font-size: 3.515625vw;
    padding-top: 5.2083333333vw;
  }
}
.opinions__flex__box {
  text-align: right;
}
@media (max-width: 768px) {
  .opinions__flex__box {
    padding-top: 13.0208333333vw;
  }
}
.opinions__flex__box__text {
  padding-top: 20px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: -0.09em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 1200px) {
  .opinions__flex__box__text {
    font-size: 1.5833333333vw;
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .opinions__flex__box__text {
    padding: 2.6041666667vw 6.5104166667vw;
    width: 100%;
    text-align: left;
    font-size: 3.515625vw;
  }
}
.opinions__img {
  border: 1px solid #a4d7e6;
  box-shadow: 4px 5px 1px rgb(164, 215, 230);
  width: 460px;
}
@media (max-width: 1200px) {
  .opinions__img {
    width: 38.3333333333vw;
  }
}
@media (max-width: 768px) {
  .opinions__img {
    width: 49.609375vw;
  }
}
.opinions__img img {
  width: 100%;
}
.opinions__staff {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1200px) {
  .opinions__staff {
    padding-top: 8.3333333333vw;
    gap: 2.5vw;
  }
}
@media (max-width: 768px) {
  .opinions__staff {
    padding-top: 13.0208333333vw;
    gap: 7.8125vw;
  }
}
.opinions__staff__box {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .opinions__staff__box {
    gap: 2.5vw;
  }
}
@media (max-width: 768px) {
  .opinions__staff__box {
    gap: 5.2083333333vw;
  }
}
.opinions__staff__box__img {
  width: 233px;
}
@media (max-width: 1200px) {
  .opinions__staff__box__img {
    width: 19.4166666667vw;
  }
}
@media (max-width: 768px) {
  .opinions__staff__box__img {
    width: 38.4114583333vw;
  }
}
.opinions__staff__box__img img {
  width: 100%;
}
.opinions__staff__box__detail__name {
  padding-right: 10px;
  padding-bottom: 3px;
  width: 225px;
  font-size: 28px;
  border-bottom: 2px solid #a4d7e6;
}
@media (max-width: 1200px) {
  .opinions__staff__box__detail__name {
    padding-right: 0.8333333333vw;
    padding-bottom: 0.25vw;
    width: 18.75vw;
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .opinions__staff__box__detail__name {
    font-size: 5.7291666667vw;
    width: 45.4427083333vw;
  }
}
.opinions__staff__box__detail__text {
  padding: 10px 0;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.09em;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .opinions__staff__box__detail__text {
    padding: 0.8333333333vw 0;
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .opinions__staff__box__detail__text {
    padding: 2.6041666667vw 0;
    font-size: 3.125vw;
    width: 45.5729166667vw;
  }
}

.contact {
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contact {
    width: 73.3333333333vw;
  }
}
@media (max-width: 768px) {
  .contact {
    width: 92.4479166667vw;
    padding-bottom: 32.5520833333vw;
  }
}
.contact .h2-title {
  display: block;
  text-align: center;
  width: 225px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contact .h2-title {
    width: 18.75vw;
  }
}
@media (max-width: 768px) {
  .contact .h2-title {
    width: 36.6666666667vw;
    text-align: right;
    margin: 0 0 0 auto;
  }
}
.contact .h2-title p {
  padding-right: 0;
}
.contact .contact__text {
  font-size: 17px;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  padding: 50px 0 30px;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  .contact .contact__text {
    font-size: 1.4166666667vw;
    padding: 4.1666666667vw 0 2.5vw;
  }
}
@media (max-width: 768px) {
  .contact .contact__text {
    font-size: 3.6458333333vw;
    font-weight: normal;
    line-height: 1.5;
  }
}
.contact .contact__btn {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding: 100px 0 150px;
}
@media (max-width: 1200px) {
  .contact .contact__btn {
    gap: 0 2.5vw;
    padding: 8.3333333333vw 0 12.5vw;
  }
}
@media (max-width: 768px) {
  .contact .contact__btn {
    gap: 0 0.6510416667vw;
    padding: 0.6510416667vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.contact .contact__btn button {
  padding: 20px 0;
  border-radius: 5px;
  width: 241px;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .contact .contact__btn button {
    padding: 1.6666666667vw 0;
    font-size: 2.1666666667vw;
    width: 20.0833333333vw;
  }
}
@media (max-width: 768px) {
  .contact .contact__btn button {
    border-radius: 0.6510416667vw;
    width: 33.33%;
    font-size: 4.6875vw;
    padding: 2.8645833333vw 0;
  }
}
.contact .contact__btn button:first-child {
  background-color: #e4949a;
}
.contact .contact__btn button:nth-child(2) {
  background-color: #65df8a;
}
.contact .contact__btn button:nth-child(3) {
  background-color: #88a7cd;
}/*# sourceMappingURL=style.css.map */