@charset "UTF-8";
/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 16px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
フォント設定
============================================= */
/* KozGoPr6N フォントファミリー */
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* KozMinPr6N フォントファミリー */
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* フォント変数 */
/* =============================================
色
============================================= */
/* =============================================
フォント種類
============================================= */
/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  background-position: top center;
  font-variant-ligatures: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #231815;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 768px) {
  body {
    background: url(../img/main-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

#chamo-window .chamo-chatlog-wrapper {
  overscroll-behavior: auto;
}

main {
  position: relative;
  overflow-x: hidden;
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #686868;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
ユーティリティクラス
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 999;
}

.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;
  }
}

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

/* =============================================
レイアウト
============================================= */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 92.1875vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.tab-container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .tab-container {
    max-width: 87.2395833333vw;
  }
}

.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;
}

/* =============================================
アニメーション
============================================= */
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}
.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}
.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}
.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}
.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}
.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}
.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease 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;
}

.bound3 {
  opacity: 0;
}
.bound3.show-bound3 {
  animation: bound 2s 1.6s 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 shine {
  100% {
    left: 125%;
  }
}
/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

/* =============================================
QRコードを表示する
============================================= */
.line_qr_knob {
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 0.5px solid #000000;
  color: #000000;
  font-size: 0.65em;
  font-family: "base", sans-serif;
}

#line_qr_fix #line_mat, #line_qr_fix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
}

/* LINEのQRコード（普段は非表示）============*/
#line_qr_fix,
#tel_num_fix {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1280px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 480px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 7.9545454545vw;
  }
}

#line_qr_fix #line_mat,
#line_qr_fix #tel_mat,
#tel_num_fix #line_mat,
#tel_num_fix #tel_mat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
}

#line_qr_fix .QR_wrap,
#line_qr_fix .num_wrap,
#tel_num_fix .QR_wrap,
#tel_num_fix .num_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 80vw;
  max-height: 80vw;
}

#line_qr_fix .QR_wrap > *,
#line_qr_fix .num_wrap > *,
#tel_num_fix .QR_wrap > *,
#tel_num_fix .num_wrap > * {
  display: block;
}

#line_qr_fix .QR_wrap p,
#line_qr_fix .QR_wrap a,
#line_qr_fix .num_wrap p,
#line_qr_fix .num_wrap a,
#tel_num_fix .QR_wrap p,
#tel_num_fix .QR_wrap a,
#tel_num_fix .num_wrap p,
#tel_num_fix .num_wrap a {
  padding: 14px 0;
}
@media (max-width: 1280px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 1.09375vw 0;
  }
}
@media (max-width: 768px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 1.3020833333vw 0;
  }
}
@media (max-width: 480px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 2.2727272727vw 0;
  }
}

#line_qr_fix .QR_wrap a,
#line_qr_fix .num_wrap a,
#tel_num_fix .QR_wrap a,
#tel_num_fix .num_wrap a {
  font-size: 46px;
  font-weight: bold;
}
#line_qr_fix .QR_wrap a:hover,
#line_qr_fix .num_wrap a:hover,
#tel_num_fix .QR_wrap a:hover,
#tel_num_fix .num_wrap a:hover {
  color: inherit;
  opacity: 0.8;
}

#line_qr_fix .QR_wrap p,
#line_qr_fix .num_wrap p,
#tel_num_fix .QR_wrap p,
#tel_num_fix .num_wrap p {
  font-weight: bold;
  font-size: 31px !important;
}

#line_qr_fix .QR_wrap img,
#line_qr_fix .num_wrap img,
#tel_num_fix .QR_wrap img,
#tel_num_fix .num_wrap img {
  width: auto;
}

/* =============================================
セクションタイトル
============================================= */
.ttl-container {
  position: relative;
}

.section-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1146px;
  height: auto;
  aspect-ratio: 1146/83;
  margin: 0px auto 40px;
  background-image: url(../img/section-ttl_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1280px) {
  .section-ttl {
    width: 89.53125vw;
    margin: 0px auto 3.125vw;
  }
}
@media (max-width: 768px) {
  .section-ttl {
    width: 94.140625vw;
    aspect-ratio: 723/69;
    background-image: url(../img/section-ttl_sp.webp);
    margin: 2.6041666667vw auto 5.2083333333vw;
  }
}
.section-ttl__text {
  position: relative;
  z-index: 1;
  padding-top: 13px;
  padding-left: 3em;
  font-size: 47px;
  font-style: italic;
  color: #ffa6ad;
  letter-spacing: 0.3em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .section-ttl__text {
    padding-top: 1.015625vw;
    font-size: 3.671875vw;
  }
}
@media (max-width: 768px) {
  .section-ttl__text {
    padding-top: 1.6927083333vw;
    font-size: 5.2083333333vw;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 480px) {
  .section-ttl__text {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 480px) {
  .sp-nowrap {
    white-space: nowrap;
  }
}
/* =============================================
フォント設定
============================================= */
/* KozGoPr6N フォントファミリー */
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* KozMinPr6N フォントファミリー */
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* フォント変数 */
/* =============================================
Hamburger Menu
============================================= */
.hamburger {
  display: none;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f3adc1;
    margin: 6px 0;
    transition: 0.3s;
    border-radius: 2px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-8px, 6px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -6px);
  }
}

/* =============================================
Hamburger Navigation
============================================= */
.ham-nav {
  display: none;
}
@media (max-width: 768px) {
  .ham-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(243, 173, 193, 0.95);
    z-index: 999;
    padding: 80px 20px 20px;
  }
  .ham-nav.active {
    display: block;
  }
  .ham-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ham-nav ul li {
    margin: 20px 0;
    text-align: center;
  }
  .ham-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif, sans-serif;
    transition: color 0.3s ease;
  }
  .ham-nav ul li a:hover {
    color: #ffa6ad;
  }
}

/* =============================================
Header
============================================= */
.header {
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .header {
    position: relative;
    z-index: 999;
    background-size: contain;
  }
}
.header__logo img {
  width: 360px;
}
@media (max-width: 1280px) {
  .header__logo img {
    width: 28.125vw;
  }
}
.header__nav {
  position: relative;
  width: 100%;
  background: #f3adc1;
  height: 80px;
}
@media (max-width: 1280px) {
  .header__nav {
    height: 6.25vw;
  }
}
.header__nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 42px;
  height: 80px;
  margin-right: 30px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .header__nav__list {
    gap: 3.28125vw;
    height: 6.25vw;
    margin-right: 2.34375vw;
  }
}
.header__nav__list-link {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .header__nav__list-link {
    font-size: 1.25vw;
  }
}
.header__nav__list-link p {
  position: relative;
  z-index: 999;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .header__nav__list-link p {
    font-size: 1.71875vw;
  }
}
.header__nav__list-link .sub {
  margin-top: 4px;
  font-size: 12px;
}
@media (max-width: 1280px) {
  .header__nav__list-link .sub {
    margin-top: 0.3125vw;
    font-size: 0.9375vw;
  }
}
.header__nav__list-link img {
  width: 32px;
}
@media (max-width: 1280px) {
  .header__nav__list-link img {
    width: 2.5vw;
  }
}
.header__nav__list .active p {
  position: relative;
  z-index: 999;
}
.header__tab-flex {
  width: 100%;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12%;
  padding: 3.125vw 3.90625vw;
  background-color: #f3adc1;
  background-size: cover;
}
.header__tab-flex .logo-sp {
  width: 70%;
}
.header__tab-flex .logo-sp img {
  width: 100%;
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f3adc1;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav a {
  color: #ffffff;
  font-weight: 700;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.890625vw;
  vertical-align: middle;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 6%;
  top: 0%;
  right: 50%;
  width: 100%;
  height: 100%;
  padding: 0vw 0;
  transform: translate(50%);
  text-align: center;
}
.header__tabNav__list-link {
  font-size: 5.859375vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
}
.header__tabNav-active {
  right: 0 !important;
}
.header__tabButton {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  width: 6.015625vw;
  padding-top: 2.34375vw;
}
.header__tabButton span {
  background: #ffffff;
  height: 0.625vw;
  width: 6.015625vw;
  border-radius: 10px;
}
.header__tabButton span:first-child {
  transition: transform 0.3s ease;
}
.header__tabButton span:nth-of-type(2) {
  transition: opacity 0.3s ease;
}
.header__tabButton span:last-child {
  position: relative;
  transition: transform 0.3s ease;
}
.header__tabButton span:last-child::after {
  content: "MENU";
  position: absolute;
  top: 1.015625vw;
  font-size: 2.1875vw;
  font-family: "Noto Sans JP", sans-serif, serif;
  letter-spacing: 0em;
}
.header__tabButton-active {
  width: 36px;
}
@media (max-width: 1280px) {
  .header__tabButton-active {
    width: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .header__tabButton-active {
    width: 7.2916666667vw;
  }
}
.header__tabButton-active:nth-of-type(1) {
  position: absolute;
  top: 3.671875vw;
  transform: rotate(-45deg);
}
.header__tabButton-active:nth-of-type(2) {
  position: absolute;
  top: 3.671875vw;
  transform: rotate(45deg);
}
.header__tabButton-active:nth-of-type(3) {
  top: 1.328125vw;
  position: relative;
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(3)::after {
  content: "CLOSE" !important;
  position: absolute;
  top: 3.671875vw !important;
  font-size: 2.1875vw !important;
}
.header__tabButton-bg {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 13.671875vw;
  border-radius: 50%;
  border: 1.015625vw solid #ffffff;
  height: 13.671875vw;
  color: #ffffff;
}

/* =============================================
Home
============================================= */
.home {
  padding-bottom: 102px;
}
@media (max-width: 1280px) {
  .home {
    padding-bottom: 7.96875vw;
  }
}
@media (max-width: 768px) {
  .home {
    padding-bottom: 4.8177083333vw;
  }
}
.home__top {
  margin-bottom: 56px;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1280px) {
  .home__top {
    margin-bottom: 4.375vw;
    padding-top: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .home__top {
    display: none;
  }
}
.home__top__text01 {
  position: relative;
  width: 60%;
  margin-top: 86px;
  margin-left: 32px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .home__top__text01 {
    margin-top: 6.71875vw;
    margin-left: 2.5vw;
  }
}
.home__top__text02 {
  width: 63%;
  margin-top: 36px;
  margin-left: 32px;
}
@media (max-width: 1280px) {
  .home__top__text02 {
    margin-top: 2.8125vw;
    margin-left: 2.5vw;
  }
}
.home__top__image {
  position: absolute;
  width: 50%;
  min-width: 960px;
  top: -66px;
  right: 30px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .home__top__image {
    width: 70vw;
    min-width: unset;
    top: -5.15625vw;
    right: 2.34375vw;
  }
}
.home__middle__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
}
@media (max-width: 1280px) {
  .home__middle__flex {
    gap: 1.5625vw;
    margin: -3.90625vw auto 3.90625vw;
    width: 92%;
  }
}
@media (max-width: 768px) {
  .home__middle__flex {
    flex-direction: column;
    gap: 3.90625vw;
    margin: 0 auto 5.2083333333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home__middle__flex__left {
    width: 100%;
  }
}
.home__middle__flex__left__img {
  width: 471px;
  margin-left: 28px;
  margin-top: 6px;
  text-align: center;
}
@media (max-width: 1280px) {
  .home__middle__flex__left__img {
    width: 36.796875vw;
    margin-left: 2.1875vw;
    margin-top: 0.46875vw;
  }
}
@media (max-width: 768px) {
  .home__middle__flex__left__img {
    width: 88%;
    margin: 0 auto;
    margin-top: 7.03125vw;
  }
}
@media (max-width: 768px) {
  .home__middle__flex__right {
    display: flex;
    align-items: center;
    margin-top: -6.5104166667vw;
    gap: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.home__middle__flex__right__text {
  color: #492107;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .home__middle__flex__right__text {
    margin-top: 2.03125vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .home__middle__flex__right__text {
    font-size: 4.4270833333vw;
    letter-spacing: 0;
  }
}
.home__middle__flex__right__text .strong {
  color: #ad1129;
  font-size: 1.39em;
}
.home__bottom {
  background: url(../img/main-bottom-bg.webp) no-repeat;
  background-size: cover;
}
.home__bottom-ttl {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .home__bottom-ttl {
    width: 90.625vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-ttl {
    width: 97.65625vw;
  }
}
.home__bottom-ttl img {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .home__bottom-ttl img {
    width: 85.9375vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-ttl img {
    width: 97.65625vw;
  }
}
.home__bottom-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .home__bottom-flex {
    gap: 6.25vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex {
    flex-direction: column;
    align-items: center;
  }
}
.home__bottom-flex-left h3 {
  margin-top: 20px;
  color: #646464;
  font-family: "KozGoPr6N", sans-serif, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  margin-left: -20px;
}
@media (max-width: 1280px) {
  .home__bottom-flex-left h3 {
    margin-top: 1.5625vw;
    font-size: 3.4375vw;
    margin-left: -1.5625vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex-left h3 {
    margin-top: 0;
    font-size: 6.25vw;
    margin-left: -5.2083333333vw;
  }
}
.home__bottom-flex-left h4 {
  color: #646464;
  font-family: "KozGoPr6N", sans-serif, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 56px;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .home__bottom-flex-left h4 {
    font-size: 4.375vw;
    margin-top: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex-left h4 {
    font-size: 7.5520833333vw;
  }
}
.home__bottom-flex-left p {
  margin-top: 50px;
  color: #479eff;
  font-size: 38px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-left: 4px;
  font-weight: bold;
  text-shadow: #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px, #ffffff 1px 0 10px;
}
@media (max-width: 1280px) {
  .home__bottom-flex-left p {
    margin-top: 3.90625vw;
    font-size: 2.96875vw;
    margin-left: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex-left p {
    margin-top: 6.5104166667vw;
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.90625vw;
    padding-bottom: 7.8125vw;
  }
}
.home__bottom-flex-right img {
  width: 330px;
}
@media (max-width: 1280px) {
  .home__bottom-flex-right img {
    width: 25.78125vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex-right img {
    width: 39.0625vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-flex-right p {
    width: 46.875vw;
    font-size: 3.6458333333vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #646464;
  }
}
.home__bottom-content {
  margin-top: 20px;
  color: #646464;
  font-size: 26px;
  width: 1050px;
  margin: 50px auto 0;
  padding-bottom: 60px;
  line-height: 1.6;
}
@media (max-width: 1280px) {
  .home__bottom-content {
    margin-top: 1.5625vw;
    font-size: 2.03125vw;
    width: 82.03125vw;
    margin: 3.90625vw auto 0;
    padding-bottom: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .home__bottom-content {
    display: none;
  }
}
.home__bottom-content p {
  width: 1050px;
}
@media (max-width: 1280px) {
  .home__bottom-content p {
    width: 82.03125vw;
  }
}

/* =============================================
Beginner
============================================= */
.beginner {
  padding-bottom: 226px;
}
@media (max-width: 1280px) {
  .beginner {
    padding-bottom: 17.65625vw;
  }
}
@media (max-width: 768px) {
  .beginner {
    padding-bottom: 18.4895833333vw;
  }
}
.beginner__main {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .beginner__main {
    flex-direction: column;
  }
}
.beginner__main-bg {
  position: absolute;
  left: 0;
  top: 0px;
  width: 50%;
  z-index: 0;
}
@media (max-width: 768px) {
  .beginner__main-bg {
    position: static;
    width: 100%;
  }
}
.beginner__main-txt {
  width: 62%;
  margin-left: 38%;
  margin-top: 20px;
  margin-bottom: 36px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .beginner__main-txt {
    margin-top: 1.5625vw;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .beginner__main-txt {
    width: 100%;
    background-color: #ffa6ad;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.90625vw;
  }
}
.beginner__main-txt-txt01 {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 44px;
  padding-left: 94px;
}
@media (max-width: 1280px) {
  .beginner__main-txt-txt01 {
    padding-left: 7.34375vw;
  }
}
@media (max-width: 768px) {
  .beginner__main-txt-txt01 {
    padding-left: 12.2395833333vw;
  }
}
.beginner__main-txt-txt02 {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 27px;
}
@media (max-width: 1280px) {
  .beginner__main-txt-txt02 {
    padding-left: 2.109375vw;
  }
}
@media (max-width: 768px) {
  .beginner__main-txt-txt02 {
    padding-left: 3.515625vw;
  }
}
.beginner__main-txt-txt03 {
  margin-bottom: 16px;
  padding-left: 28px;
  text-align: center;
}
@media (max-width: 1280px) {
  .beginner__main-txt-txt03 {
    margin-bottom: 1.25vw;
    padding-left: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .beginner__main-txt-txt03 {
    margin-bottom: 3.6458333333vw;
    padding-left: 3.6458333333vw;
  }
}
.beginner__main-txt-txt03 .main {
  margin-bottom: 4px;
  font-size: 39px;
  color: #cd727b;
  font-style: italic;
  letter-spacing: -0.05em;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .beginner__main-txt-txt03 .main {
    margin-bottom: 0.3125vw;
    font-size: 3.046875vw;
  }
}
@media (max-width: 768px) {
  .beginner__main-txt-txt03 .main {
    margin-bottom: 0.5208333333vw;
    font-size: 5.859375vw;
    color: #fff;
  }
}
.beginner__main-txt-txt03 .sub {
  font-family: "Noto Sans JP", serif;
  font-size: 17px;
  color: #000;
  font-style: italic;
  letter-spacing: 0em;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .beginner__main-txt-txt03 .sub {
    font-size: 1.328125vw;
  }
}
@media (max-width: 768px) {
  .beginner__main-txt-txt03 .sub {
    font-size: 3.6458333333vw;
  }
}
.beginner__bottom {
  background-color: #f3adc1;
  padding: 32px 0px;
}
@media (max-width: 1280px) {
  .beginner__bottom {
    padding: 2.5vw 0;
  }
}
@media (max-width: 768px) {
  .beginner__bottom {
    background-color: #fff;
    padding: 0;
  }
}
.beginner__bottom-txt {
  padding-left: 6.5%;
  padding-top: 20px;
  padding-bottom: 16px;
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.075em;
  color: #765c51;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .beginner__bottom-txt {
    font-size: 1.71875vw;
    line-height: 2.734375vw;
  }
}
@media (max-width: 768px) {
  .beginner__bottom-txt {
    padding-left: 0%;
    font-size: 3.3854166667vw;
    line-height: 5.078125vw;
  }
}
@media (max-width: 480px) {
  .beginner__bottom-txt span {
    letter-spacing: 0.03em;
  }
}

/* =============================================
Promise
============================================= */
.promise {
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media (max-width: 1280px) {
  .promise {
    padding: 4.6875vw 0;
  }
}
@media (max-width: 768px) {
  .promise {
    padding: 7.8125vw 0;
  }
}
.promise__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .promise__container {
    max-width: 92.1875vw;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .promise__container {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
}
.promise__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .promise__title {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .promise__title {
    margin-bottom: 5.2083333333vw;
  }
}
.promise__title h2 {
  font-size: 36px;
  color: #231815;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .promise__title h2 {
    font-size: 2.8125vw;
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .promise__title h2 {
    font-size: 5.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.promise__title p {
  font-size: 18px;
  color: #646464;
  line-height: 1.6;
}
@media (max-width: 1280px) {
  .promise__title p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .promise__title p {
    font-size: 3.3854166667vw;
  }
}
.promise__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .promise__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .promise__items {
    grid-template-columns: 1fr;
    gap: 3.90625vw;
  }
}
.promise__item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .promise__item {
    padding: 2.34375vw;
    border-radius: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .promise__item {
    padding: 4.6875vw;
    border-radius: 1.3020833333vw;
  }
}
.promise__item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #ffa6ad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .promise__item-icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0 auto 1.5625vw;
  }
}
@media (max-width: 768px) {
  .promise__item-icon {
    width: 15.625vw;
    height: 15.625vw;
    margin: 0 auto 3.90625vw;
  }
}
.promise__item-icon img {
  width: 40px;
  height: 40px;
}
@media (max-width: 1280px) {
  .promise__item-icon img {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 768px) {
  .promise__item-icon img {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.promise__item-title {
  font-size: 24px;
  font-weight: 600;
  color: #231815;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .promise__item-title {
    font-size: 1.875vw;
    margin-bottom: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .promise__item-title {
    font-size: 4.1666666667vw;
    margin-bottom: 2.34375vw;
  }
}
.promise__item-description {
  font-size: 16px;
  color: #646464;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .promise__item-description {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .promise__item-description {
    font-size: 3.125vw;
  }
}

/* =============================================
Message
============================================= */
.message {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffa6ad 0%, #f3adc1 100%);
}
@media (max-width: 1280px) {
  .message {
    padding: 6.25vw 0;
  }
}
@media (max-width: 768px) {
  .message {
    padding: 10.4166666667vw 0;
  }
}
.message__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .message__container {
    max-width: 92.1875vw;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .message__container {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
}
.message__content {
  text-align: center;
  color: #ffffff;
}
.message__content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif, serif;
}
@media (max-width: 1280px) {
  .message__content h2 {
    font-size: 3.28125vw;
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .message__content h2 {
    font-size: 6.25vw;
    margin-bottom: 3.90625vw;
  }
}
.message__content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif, sans-serif;
}
@media (max-width: 1280px) {
  .message__content p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .message__content p {
    font-size: 3.3854166667vw;
  }
}

/* =============================================
Salary
============================================= */
.salary {
  padding-bottom: 54px;
  position: relative;
}
@media (max-width: 1280px) {
  .salary {
    padding-bottom: 4.21875vw;
  }
}
@media (max-width: 768px) {
  .salary {
    padding-bottom: 15.234375vw;
  }
}
.salary__bg {
  position: relative;
  padding-bottom: 196px;
  background-image: url("../img/salary_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1280px) {
  .salary__bg {
    padding-bottom: 15.3125vw;
  }
}
@media (max-width: 768px) {
  .salary__bg {
    padding-bottom: 10.2864583333vw;
    background-image: url("../img/salary_bg_sp.webp");
  }
}
.salary__top {
  position: absolute;
  top: -42px;
}
@media (max-width: 1280px) {
  .salary__top {
    top: -3.28125vw;
  }
}
@media (max-width: 768px) {
  .salary__top {
    top: -9.375vw;
    left: calc((100% - 94.140625vw) / 2);
  }
}
.salary__main-image {
  width: 100%;
}
.salary__main-txt-txt01 {
  margin-top: -123px;
  margin-bottom: 42px;
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 300;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.039em;
  color: #323232;
  transform: scale(0.98, 1);
  transform-origin: top left;
  width: 102.0408163265%;
  font-feature-settings: "palt";
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .salary__main-txt-txt01 {
    margin-top: -9.609375vw;
    margin-bottom: 3.28125vw;
    font-size: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .salary__main-txt-txt01 {
    margin-top: -9.765625vw;
    margin-bottom: 3.515625vw;
    text-align: center;
    font-size: 4.0364583333vw;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .salary__main-txt-txt01 {
    letter-spacing: -0.03em;
  }
}
.salary__main-txt-txt02 {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .salary__main-txt-txt02 {
    margin-bottom: 2.5vw;
    gap: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .salary__main-txt-txt02 {
    flex-direction: column;
    margin-bottom: 4.1666666667vw;
    gap: 1.3020833333vw;
  }
}
.salary__main-txt-txt02-box {
  width: 43.75%;
  background-color: #f3adc1;
}
@media (max-width: 768px) {
  .salary__main-txt-txt02-box {
    width: 89%;
    margin: 0 auto;
  }
}
.salary__main-txt-txt02-box p {
  padding: 10px 0;
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 0.039em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1280px) {
  .salary__main-txt-txt02-box p {
    padding: 0.78125vw 0;
    font-size: 3.828125vw;
  }
}
@media (max-width: 768px) {
  .salary__main-txt-txt02-box p {
    padding: 0.9114583333vw 0;
    font-size: 5.859375vw;
  }
}
.salary__main-txt-txt03 {
  width: 90%;
  margin: 0 auto 32px;
  padding-left: 80px;
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 0.1em;
  color: #323232;
  transform: scale(0.98, 1);
  transform-origin: top left;
  width: 102.0408163265%;
  font-feature-settings: "palt";
  line-height: 1.5277777778;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .salary__main-txt-txt03 {
    margin-bottom: 2.5vw;
    padding-left: 6.25vw;
    font-size: 2.65625vw;
  }
}
@media (max-width: 768px) {
  .salary__main-txt-txt03 {
    padding-left: 0;
    font-size: 3.3854166667vw;
    line-height: 1.4230769231;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .salary__main-txt-txt03 {
    font-size: 3.1818181818vw;
    letter-spacing: 0.03em;
  }
}

/* =============================================
Slide01
============================================= */
.slide01 {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  .slide01 {
    padding: 4.6875vw 0;
  }
}
@media (max-width: 768px) {
  .slide01 {
    padding: 7.8125vw 0;
  }
}
.slide01__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .slide01__container {
    max-width: 92.1875vw;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .slide01__container {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
}
.slide01__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .slide01__title {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .slide01__title {
    margin-bottom: 5.2083333333vw;
  }
}
.slide01__title h2 {
  font-size: 36px;
  color: #231815;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .slide01__title h2 {
    font-size: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .slide01__title h2 {
    font-size: 5.2083333333vw;
  }
}
.slide01__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .slide01__content {
    gap: 3.125vw;
  }
}
@media (max-width: 768px) {
  .slide01__content {
    flex-direction: column;
    gap: 3.90625vw;
  }
}
.slide01__content-image {
  flex: 1;
}
.slide01__content-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .slide01__content-image img {
    border-radius: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .slide01__content-image img {
    border-radius: 1.3020833333vw;
  }
}
.slide01__content-text {
  flex: 1;
}
.slide01__content-text h3 {
  font-size: 28px;
  color: #231815;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .slide01__content-text h3 {
    font-size: 2.1875vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .slide01__content-text h3 {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.slide01__content-text p {
  font-size: 16px;
  color: #646464;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .slide01__content-text p {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .slide01__content-text p {
    font-size: 3.125vw;
  }
}

/* =============================================
Treatment
============================================= */
.treatment {
  padding-bottom: 195px;
}
@media (max-width: 1280px) {
  .treatment {
    padding-bottom: 15.234375vw;
  }
}
@media (max-width: 768px) {
  .treatment {
    padding-bottom: 23.5677083333vw;
  }
}
.treatment__main {
  position: relative;
}
@media (max-width: 768px) {
  .treatment__main {
    padding-bottom: 2.0833333333vw;
  }
}
.treatment__main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/709;
  z-index: 0;
}
.treatment__main-txt {
  width: 100%;
  padding-top: 77px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .treatment__main-txt {
    padding-top: 6.015625vw;
    padding-bottom: 1.015625vw;
  }
}
@media (max-width: 768px) {
  .treatment__main-txt {
    padding-top: 2.6041666667vw;
    padding-bottom: 0;
  }
}
.treatment__main-txt-content {
  margin-bottom: 38px;
}
@media (max-width: 1280px) {
  .treatment__main-txt-content {
    margin-bottom: 2.96875vw;
  }
}
@media (max-width: 768px) {
  .treatment__main-txt-content {
    margin-bottom: 5.5989583333vw;
  }
}
.treatment__main-txt-content p {
  text-align: right;
}
.treatment__main-txt-content p.sub {
  margin-bottom: 4px;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif, serif;
  color: #000000;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .treatment__main-txt-content p.sub {
    margin-bottom: 0.3125vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .treatment__main-txt-content p.sub {
    font-size: 3.3854166667vw;
  }
}
.treatment__main-txt-content p.main {
  font-size: 72px;
  color: #cd727b;
  font-style: italic;
  color: #ffa6ad;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .treatment__main-txt-content p.main {
    font-size: 5.625vw;
  }
}
@media (max-width: 768px) {
  .treatment__main-txt-content p.main {
    font-size: 5.9895833333vw;
  }
}
.treatment__bottom {
  background-color: #f3adc1;
  padding: 50px 0px;
}
@media (max-width: 1280px) {
  .treatment__bottom {
    padding: 3.90625vw 0;
  }
}
@media (max-width: 768px) {
  .treatment__bottom {
    background-color: #ffffff;
    padding: 0;
  }
}
.treatment__bottom-txt {
  padding-left: 5%;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-size: 22px;
  line-height: 1.5909090909;
  letter-spacing: 0.075em;
  color: #765c51;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .treatment__bottom-txt {
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .treatment__bottom-txt {
    padding-left: 0;
    font-size: 3.3854166667vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/* =============================================
Slide02
============================================= */
.slide02 {
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media (max-width: 1280px) {
  .slide02 {
    padding: 4.6875vw 0;
  }
}
@media (max-width: 768px) {
  .slide02 {
    padding: 7.8125vw 0;
  }
}
.slide02__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .slide02__container {
    max-width: 92.1875vw;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .slide02__container {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
}
.slide02__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .slide02__title {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .slide02__title {
    margin-bottom: 5.2083333333vw;
  }
}
.slide02__title h2 {
  font-size: 36px;
  color: #231815;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .slide02__title h2 {
    font-size: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .slide02__title h2 {
    font-size: 5.2083333333vw;
  }
}
.slide02__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .slide02__content {
    gap: 3.125vw;
  }
}
@media (max-width: 768px) {
  .slide02__content {
    flex-direction: column-reverse;
    gap: 3.90625vw;
  }
}
.slide02__content-image {
  flex: 1;
}
.slide02__content-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .slide02__content-image img {
    border-radius: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .slide02__content-image img {
    border-radius: 1.3020833333vw;
  }
}
.slide02__content-text {
  flex: 1;
}
.slide02__content-text h3 {
  font-size: 28px;
  color: #231815;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .slide02__content-text h3 {
    font-size: 2.1875vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .slide02__content-text h3 {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.slide02__content-text p {
  font-size: 16px;
  color: #646464;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .slide02__content-text p {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .slide02__content-text p {
    font-size: 3.125vw;
  }
}

/* =============================================
Experience
============================================= */
.experience {
  padding-bottom: 61px;
  position: relative;
}
@media (max-width: 1280px) {
  .experience {
    padding-bottom: 4.765625vw;
  }
}
@media (max-width: 768px) {
  .experience {
    padding-bottom: 8.7239583333vw;
  }
}
.experience__bg {
  position: relative;
  padding-bottom: 180px;
  background-image: url("../img/experience_bg.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1280px) {
  .experience__bg {
    padding-bottom: 14.0625vw;
  }
}
@media (max-width: 768px) {
  .experience__bg {
    padding-bottom: 18.2291666667vw;
    background-image: url("../img/experience_bg_sp.webp");
  }
}
.experience__top {
  position: absolute;
  top: -42px;
}
@media (max-width: 1280px) {
  .experience__top {
    top: -3.28125vw;
  }
}
@media (max-width: 768px) {
  .experience__top {
    top: -8.0729166667vw;
    left: calc((100% - 94.140625vw) / 2);
  }
}
.experience__main {
  padding-top: 40px;
}
@media (max-width: 1280px) {
  .experience__main {
    padding-top: 3.125vw;
  }
}
@media (max-width: 768px) {
  .experience__main {
    padding-top: 3.3854166667vw;
  }
}
.experience__main-image {
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .experience__main-image {
    width: 95%;
    margin-right: 0;
  }
}
.experience__main-txt-txt01 {
  width: 102.0408163265%;
  margin-top: 8px;
  margin-bottom: 38px;
  text-align: center;
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 500;
  font-size: 35px;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  color: #60c3ff;
  transform: scale(0.98, 1);
  transform-origin: top left;
}
@media (max-width: 1280px) {
  .experience__main-txt-txt01 {
    font-size: 2.734375vw;
  }
}
@media (max-width: 768px) {
  .experience__main-txt-txt01 {
    margin-top: 2.6041666667vw;
    margin-bottom: 4.5572916667vw;
    font-family: "bold";
    font-size: 4.8177083333vw;
    font-style: italic;
  }
}
.experience__main-txt-txt02 {
  margin-bottom: 8px;
  padding-left: 6%;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-style: italic;
  font-size: 22.5px;
  color: #000000;
  transform: scale(0.95, 1);
  transform-origin: top left;
  width: 105.2631578947%;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .experience__main-txt-txt02 {
    margin-bottom: 0.625vw;
    font-size: 1.7578125vw;
  }
}
@media (max-width: 768px) {
  .experience__main-txt-txt02 {
    margin-bottom: 2.8645833333vw;
    font-size: 3.515625vw;
    line-height: 1.5;
    padding-left: 0;
  }
}
.experience__main-txt-txt03 {
  padding-left: 6%;
  margin: 0 auto 32px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-style: italic;
  font-size: 20px;
  color: #000000;
  transform: scale(0.97, 1);
  transform-origin: top left;
  width: 133.3333333333%;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .experience__main-txt-txt03 {
    font-size: 1.5625vw;
    line-height: 1.2;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .experience__main-txt-txt03 {
    font-size: 3.2552083333vw;
    padding-left: 0;
  }
}

/* =============================================
Question
============================================= */
.question {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  .question {
    padding: 6.25vw 0;
  }
}
@media (max-width: 768px) {
  .question {
    padding: 10.4166666667vw 0;
  }
}
.question__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .question__container {
    max-width: 92.1875vw;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .question__container {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
}
.question__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .question__title {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .question__title {
    margin-bottom: 6.5104166667vw;
  }
}
.question__title h2 {
  font-size: 42px;
  color: #231815;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .question__title h2 {
    font-size: 3.28125vw;
    margin-bottom: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .question__title h2 {
    font-size: 6.25vw;
    margin-bottom: 2.34375vw;
  }
}
.question__title p {
  font-size: 18px;
  color: #646464;
  line-height: 1.6;
}
@media (max-width: 1280px) {
  .question__title p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .question__title p {
    font-size: 3.3854166667vw;
  }
}
.question__items {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .question__items {
    max-width: 62.5vw;
  }
}
@media (max-width: 768px) {
  .question__items {
    max-width: 100%;
  }
}
.question__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .question__item {
    border-radius: 0.625vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .question__item {
    border-radius: 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.question__item-header {
  background-color: #f8f8f8;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 1280px) {
  .question__item-header {
    padding: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .question__item-header {
    padding: 3.125vw;
  }
}
.question__item-header:hover {
  background-color: #f0f0f0;
}
.question__item-header h3 {
  font-size: 18px;
  color: #231815;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .question__item-header h3 {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .question__item-header h3 {
    font-size: 3.3854166667vw;
  }
}
.question__item-header h3::after {
  content: "+";
  font-size: 24px;
  font-weight: bold;
  color: #f3adc1;
  transition: transform 0.3s ease;
}
@media (max-width: 1280px) {
  .question__item-header h3::after {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .question__item-header h3::after {
    font-size: 4.1666666667vw;
  }
}
.question__item-header h3.active::after {
  transform: rotate(45deg);
}
.question__item-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .question__item-content {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .question__item-content {
    padding: 0 3.125vw;
  }
}
.question__item-content.active {
  padding: 20px;
  max-height: 200px;
}
@media (max-width: 1280px) {
  .question__item-content.active {
    padding: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .question__item-content.active {
    padding: 3.125vw;
  }
}
.question__item-content p {
  font-size: 16px;
  color: #646464;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1280px) {
  .question__item-content p {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .question__item-content p {
    font-size: 3.125vw;
  }
}

/* =============================================
Contact
============================================= */
.contact-top {
  text-align: center;
  margin-top: 53px;
  margin-bottom: 72px;
  color: #646464;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .contact-top {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .contact-top {
    margin-bottom: 7.1614583333vw;
  }
}
.contact-top__ttl {
  font-size: 38px;
  margin-bottom: 21px;
}
@media (max-width: 1280px) {
  .contact-top__ttl {
    font-size: 2.96875vw;
  }
}
@media (max-width: 768px) {
  .contact-top__ttl {
    font-size: 4.1666666667vw;
  }
}
.contact-top__txt {
  font-size: 29px;
  line-height: 1.3793103448;
}
@media (max-width: 1280px) {
  .contact-top__txt {
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .contact-top__txt {
    font-size: 3.90625vw;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
}
.contact-section {
  margin-bottom: 94px;
  text-align: center;
}
@media (max-width: 1280px) {
  .contact-section {
    margin-bottom: 7.34375vw;
  }
}
@media (max-width: 768px) {
  .contact-section {
    margin-bottom: 8.59375vw;
  }
}
.contact-section__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 731px;
  margin: 0 auto;
  border-radius: 34px;
  font-size: 41px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-weight: 500;
  color: #ffffff;
  padding: 16px 0;
}
@media (max-width: 1280px) {
  .contact-section__ttl {
    width: 57.109375vw;
    padding: 1.25vw 0;
    font-size: 3.203125vw;
  }
}
@media (max-width: 768px) {
  .contact-section__ttl {
    width: 100%;
    padding: 0.390625vw 0;
    font-size: 5.3385416667vw;
  }
}
.contact-section__ttl.ttl-tel {
  background-color: #ffa6ad;
  margin-bottom: 18px;
}
@media (max-width: 1280px) {
  .contact-section__ttl.ttl-tel {
    margin-bottom: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .contact-section__ttl.ttl-tel {
    margin-bottom: 3.3854166667vw;
  }
}
.contact-section__ttl.ttl-line {
  background-color: #00cc7b;
  margin-bottom: 18px;
}
@media (max-width: 1280px) {
  .contact-section__ttl.ttl-line {
    margin-bottom: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .contact-section__ttl.ttl-line {
    margin-bottom: 5.2083333333vw;
  }
}
.contact-section__ttl.ttl-form {
  background-color: #cbadc1;
  margin-bottom: 95px;
}
@media (max-width: 1280px) {
  .contact-section__ttl.ttl-form {
    margin-bottom: 7.421875vw;
  }
}
@media (max-width: 768px) {
  .contact-section__ttl.ttl-form {
    margin-bottom: 10.15625vw;
  }
}
.contact-section__txt {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-weight: 500;
  font-size: 22px;
  color: #646464;
}
@media (max-width: 1280px) {
  .contact-section__txt {
    margin-bottom: 1.5625vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .contact-section__txt {
    margin-bottom: 2.8645833333vw;
    font-size: 3.515625vw;
  }
}
.contact-section__tel {
  display: block;
  width: 676px;
  margin: 0 auto;
  margin-bottom: 90px;
}
@media (max-width: 1280px) {
  .contact-section__tel {
    width: 52.8125vw;
    margin-bottom: 7.03125vw;
  }
}
@media (max-width: 768px) {
  .contact-section__tel {
    width: 77.34375vw;
    margin-bottom: 7.8125vw;
  }
}
.contact-section__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .contact-section__line {
    gap: 3.90625vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .contact-section__line {
    flex-direction: column;
    gap: 0;
    margin-top: -1.0416666667vw;
    margin-bottom: 10.15625vw;
  }
}
.contact-section__line-id {
  color: #646464;
}
@media (max-width: 768px) {
  .contact-section__line-id {
    font-family: "Noto Sans JP", sans-serif, serif;
    font-weight: 500;
  }
}
.contact-section__line-id span:nth-child(1) {
  font-size: 27px;
  padding-right: 1em;
}
@media (max-width: 1280px) {
  .contact-section__line-id span:nth-child(1) {
    font-size: 2.109375vw;
  }
}
@media (max-width: 768px) {
  .contact-section__line-id span:nth-child(1) {
    font-size: 4.6875vw;
  }
}
.contact-section__line-id span:nth-child(2) {
  font-size: 27px;
}
@media (max-width: 1280px) {
  .contact-section__line-id span:nth-child(2) {
    font-size: 2.109375vw;
  }
}
@media (max-width: 768px) {
  .contact-section__line-id span:nth-child(2) {
    font-size: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .contact-section__line-image {
    width: 69%;
    margin: 2.34375vw auto;
  }
}
.contact__button {
  display: none;
}
@media (max-width: 768px) {
  .contact__button {
    display: block;
    width: 68.4895833333vw;
    margin: 26.0416666667vw auto 1em;
    padding: 2.0833333333vw 0;
    font-size: 2.8645833333vw;
    background-color: #f3adc1;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif, serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .contact__button:hover {
    color: #ffffff !important;
  }
}
@media (max-width: 480px) {
  .contact__button {
    font-size: 4.0909090909vw;
  }
}
.contact__banner {
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 80px;
  box-sizing: border-box;
}

/* =============================================
Form
============================================= */
.form {
  /* =============================================
  Now Loading (formクラスの子要素)
  ============================================= */
}
.form .form__flex {
  display: flex;
  flex-direction: column;
  width: 1060px;
  margin: 30px auto;
  gap: 10px;
}
@media (max-width: 1280px) {
  .form .form__flex {
    width: 82.8125vw;
    margin: 2.34375vw auto;
    gap: 0.15625vw 3.90625vw;
  }
}
@media (max-width: 768px) {
  .form .form__flex {
    flex-direction: column;
    width: 91.1458333333vw;
    margin-top: 3.90625vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 1280px) {
  .form .form-select {
    width: 33.59375vw !important;
  }
}
@media (max-width: 768px) {
  .form .form-select {
    width: 83.3333333333vw !important;
  }
}
.form .form-box {
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 23px;
}
@media (max-width: 1280px) {
  .form .form-box {
    gap: 0.78125vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .form .form-box {
    justify-content: space-between;
    gap: 0.6510416667vw;
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 480px) {
  .form .form-box {
    gap: 0.4545454545vw;
  }
}
.form .form-box .error {
  display: block;
  width: 100%;
  padding-top: 0.3em;
  color: red;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .form .form-box .error {
    font-size: 1.25vw;
  }
}
.form .form-box-content {
  display: flex;
  align-items: center;
  gap: 0 14px;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .form .form-box-content {
    gap: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .form .form-box-content {
    margin-bottom: 0vw;
    gap: 0;
  }
}
.form .form-box-content.select-arrow {
  color: #787878;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .form .form-box-content.select-arrow {
    font-size: 1.71875vw;
  }
}
.form .form-box-content.select-arrow .deco-after {
  position: relative;
}
.form .form-box-content.select-arrow .deco-after:after {
  position: absolute;
  content: "";
  background-image: url(../img/select-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 16px;
  left: calc(20px + 10em + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .form .form-box-content.select-arrow .deco-after:after {
    width: 1.796875vw;
    height: 1.25vw;
    left: calc(3.125vw + 10em);
  }
}
@media (max-width: 768px) {
  .form .form-box-content.select-arrow .deco-after:after {
    width: 2.9947916667vw;
    height: 2.0833333333vw;
    left: calc(15.3645833333vw + 10em);
  }
}
@media (max-width: 768px) {
  .form .form-box-content.select-arrow .deco-after:after {
    left: calc(16.6666666667vw + 10em);
  }
}
.form .form-box-content.select-arrow select {
  -webkit-appearance: revert-layer;
  -moz-appearance: revert-layer;
  appearance: revert-layer;
}
.form .form-box-content-location {
  flex-direction: column;
  align-items: flex-start;
}
.form .form-box-content-location p {
  padding-left: 50px;
}
@media (max-width: 1280px) {
  .form .form-box-content-location p {
    padding-left: 3.90625vw;
  }
}
.form .form-box-content-location input {
  width: 20px !important;
  color: #000047 !important;
}
@media (max-width: 1280px) {
  .form .form-box-content-location input {
    width: 1.5625vw !important;
  }
}
@media (max-width: 768px) {
  .form .form-box-content-location input {
    width: 2.9947916667vw !important;
  }
}
.form .form-box input,
.form .form-box select {
  background: #ffffff;
  padding-left: 20px;
  text-align: left;
  border: 1px solid #000000;
  height: 48px;
}
@media (max-width: 1280px) {
  .form .form-box input,
  .form .form-box select {
    font-size: 1.40625vw;
    width: 31.25vw;
    margin-left: 3.90625vw;
    padding-left: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .form .form-box input,
  .form .form-box select {
    font-size: 2.9947916667vw;
    margin-left: 0vw;
    height: 6.25vw;
    padding-left: 1.8229166667vw;
  }
}
.form .form-box input {
  width: 536px;
  color: #787878;
}
@media (max-width: 1280px) {
  .form .form-box input {
    width: 41.875vw;
  }
}
@media (max-width: 768px) {
  .form .form-box input {
    width: 52.0833333333vw;
  }
}
.form .form-box input.age {
  width: 356px;
}
@media (max-width: 1280px) {
  .form .form-box input.age {
    width: 27.8125vw;
  }
}
@media (max-width: 768px) {
  .form .form-box input.age {
    width: 52.0833333333vw;
  }
}
.form .form-box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.form .form-box select {
  width: 356px;
}
@media (max-width: 1280px) {
  .form .form-box select {
    width: 21.71875vw;
  }
}
@media (max-width: 768px) {
  .form .form-box select {
    width: 52.0833333333vw;
  }
}
.form .form-box-ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 300;
  font-size: 25px;
  width: 400px;
}
@media (max-width: 1280px) {
  .form .form-box-ttl {
    width: 31.25vw;
    height: 6.25vw;
    padding-left: 1.5625vw;
    font-size: 3.2552083333vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 768px) {
  .form .form-box-ttl {
    margin-top: 0vw;
    margin-left: 0vw;
    padding-left: 0;
    font-size: 3.2552083333vw;
    width: 52.0833333333vw;
    border-right: 0;
  }
}
.form .form-box-ttl .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form .form-box-ttl p {
  width: 250px;
  display: inline-block;
  letter-spacing: 0.3em;
  color: #787878;
}
@media (max-width: 1280px) {
  .form .form-box-ttl p {
    width: 19.53125vw;
  }
}
@media (max-width: 768px) {
  .form .form-box-ttl p {
    width: 32.5520833333vw;
    letter-spacing: 0em;
  }
}
.form .form-box-ttl span {
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 300;
  color: #cbadc1;
  font-size: 22px;
  letter-spacing: 0.3em;
}
@media (max-width: 1280px) {
  .form .form-box-ttl span {
    border-radius: 0.234375vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .form .form-box-ttl span {
    border-radius: 0.5208333333vw;
    font-size: 3.3854166667vw;
  }
}
.form .textbox {
  margin-top: 36px;
  border-bottom: none;
  gap: 20px;
}
@media (max-width: 1280px) {
  .form .textbox {
    margin-top: 2.8125vw;
    gap: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .form .textbox {
    margin-top: 4.6875vw;
    flex-direction: column;
    gap: 2.6041666667vw;
  }
}
@media (max-width: 1280px) {
  .form .textbox .form-box-ttl {
    height: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .form .textbox .form-box-ttl {
    width: 100%;
    height: 8.4635416667vw;
  }
}
@media (max-width: 768px) {
  .form .textbox .form-box-content {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .form .textbox .form-box-content-text {
    margin-left: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .form .textbox .form-box-content-text {
    margin-left: 0;
  }
}
.form .textbox textarea {
  width: 538px;
  height: 344px;
  background: #ffffff;
  padding: 20px;
  resize: none;
  color: #787878;
  border: 1px solid #000000;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .form .textbox textarea {
    width: 42.03125vw;
    height: 26.875vw;
    padding: 1.5625vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .form .textbox textarea {
    width: 100%;
    height: 51.8229166667vw;
    padding: 2.34375vw;
    font-size: 3.6458333333vw;
  }
}
.form-submit {
  margin-top: 96px;
  padding-bottom: 150px;
  text-align: center;
}
@media (max-width: 1280px) {
  .form-submit {
    margin-top: 7.5vw;
    padding-bottom: 11.71875vw;
  }
}
@media (max-width: 768px) {
  .form-submit {
    margin-top: 12.5vw;
    padding-bottom: 0;
  }
}
.form-submit input {
  color: #ffffff;
  background: #cbadc1;
  width: 818px;
  max-width: 100%;
  height: 60px;
  padding-top: 18px;
  padding-right: 14px;
  padding-bottom: 20px;
  padding-left: 14px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .form-submit input {
    width: 63.90625vw;
    height: 4.6875vw;
    padding-top: 1.40625vw;
    padding-right: 1.09375vw;
    padding-bottom: 1.5625vw;
    padding-left: 1.09375vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .form-submit input {
    width: 106.5104166667vw;
    height: 7.8125vw;
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .form .form-confirm {
    padding: 5.078125vw;
  }
}
.form #form-load {
  display: none;
}
.form .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);
  }
}
.form .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;
}
.form .load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

/* =============================================
recaptcha badge
============================================= */
.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}

@media (min-width: 992px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
/* =============================================
Result (formクラスの外側)
============================================= */
#result {
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 1280px) {
  #result {
    margin: 4.84375vw auto;
  }
}
#result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1280px) {
  #result h4 {
    margin-bottom: 3.515625vw;
    font-size: 2.8125vw;
  }
}
@media (max-width: 768px) {
  #result h4 {
    margin-bottom: 5.859375vw;
    font-size: 6.3802083333vw;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
#result p {
  padding-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 1280px) {
  #result p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  #result p {
    font-size: 5.078125vw;
    line-height: 1.4;
    padding-bottom: 8.4635416667vw;
  }
}

/* =============================================
Footer
============================================= */
.footer {
  background: #f3adc1;
  font-family: "Noto Serif JP", serif, serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
}
.footer__logo {
  width: 210px;
  margin-right: 40px;
}
@media (max-width: 1280px) {
  .footer__logo {
    width: 16.40625vw;
    margin-right: 3.125vw;
  }
}
.footer__top {
  margin-bottom: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .footer__top {
    margin-bottom: 3.125vw;
    gap: 4.6875vw;
  }
}
.footer__top__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 31px;
  gap: 30px;
}
@media (max-width: 1280px) {
  .footer__top__list {
    padding-top: 1.5625vw;
    font-size: 1.40625vw;
    gap: 4.6875vw;
  }
}
.footer__top__list-link {
  text-align: center;
  font-size: 17px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .footer__bottom {
    gap: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
.footer__bottom__logo {
  width: 33%;
  text-align: center;
}
.footer__bottom__tel {
  width: 38%;
  text-align: center;
}
.footer small {
  display: block;
  text-align: center;
  padding-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .footer small {
    font-size: 1.171875vw;
  }
}
.footer__tab-nav {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 19.53125vw;
  gap: 16%;
}
.footer__tab-nav li {
  width: 20%;
}
.footer__tab-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__tab-nav li a img {
  width: 13.671875vw;
  height: 13.671875vw;
}
.footer__tab-nav li:last-child {
  margin-left: 6%;
}
.footer__tabButton {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  width: 5.9895833333vw;
  padding-top: 2.34375vw;
}
.footer__tabButton span {
  background: #ffffff;
  height: 0.6510416667vw;
  width: 5.9895833333vw;
  border-radius: 10px;
}
.footer__tabButton span:first-child {
  transition: transform 0.3s ease;
}
.footer__tabButton span:nth-of-type(2) {
  transition: opacity 0.3s ease;
}
.footer__tabButton span:last-child {
  position: relative;
  transition: transform 0.3s ease;
}
.footer__tabButton-active {
  width: 7.2916666667vw;
}
.footer__tabButton-active:nth-of-type(1) {
  position: absolute;
  top: 3.6458333333vw;
  transform: rotate(-45deg);
}
.footer__tabButton-active:nth-of-type(2) {
  position: absolute;
  top: 3.6458333333vw;
  transform: rotate(45deg);
}
.footer__tabButton-active:nth-of-type(3) {
  top: 1.3020833333vw;
  position: relative;
  background-color: transparent;
}
.footer__tabButton-bg {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 13.671875vw;
  height: 13.671875vw;
  border-radius: 50%;
  border: 1.0416666667vw solid #ffffff;
  color: #ffffff;
}
.footer__button {
  display: block;
  text-align: center;
  width: 818px;
  margin: 0 auto 0.5em;
  padding: 12px 0;
  background-color: #ffffff;
  color: #ffa6ad;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer__button:hover {
  background-color: #686868;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .footer__button {
    width: 63.90625vw;
    padding: 0.6382978723vw 0;
    font-size: 1.170212766vw;
  }
}
@media (max-width: 768px) {
  .footer__button {
    width: 68.4895833333vw;
    margin: 0 auto 26.0416666667vw;
    padding: 2.0833333333vw 0;
    font-size: 2.8645833333vw;
    background-color: #f3adc1;
    color: #ffffff;
  }
  .footer__button:hover {
    color: #ffffff !important;
  }
}
@media (max-width: 480px) {
  .footer__button {
    font-size: 4.0909090909vw;
  }
}
.footer__banner {
  width: 1000px;
  margin: 50px auto;
}
.footer__banner img {
  vertical-align: middle;
}

/* =============================================
Bottom
============================================= */
.bottom {
  padding: 60px 0;
  background-color: #231815;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .bottom {
    padding: 4.6875vw 0;
  }
}
@media (max-width: 768px) {
  .bottom {
    padding: 7.8125vw 0;
  }
}
.bottom__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1280px) {
  .bottom__container {
    max-width: 92.1875vw;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .bottom__container {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
}
.bottom__title {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .bottom__title {
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .bottom__title {
    margin-bottom: 3.90625vw;
  }
}
.bottom__title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .bottom__title h2 {
    font-size: 2.8125vw;
    margin-bottom: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .bottom__title h2 {
    font-size: 5.2083333333vw;
    margin-bottom: 2.34375vw;
  }
}
.bottom__title p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}
@media (max-width: 1280px) {
  .bottom__title p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .bottom__title p {
    font-size: 3.3854166667vw;
  }
}
.bottom__cta {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .bottom__cta {
    margin-top: 3.125vw;
  }
}
@media (max-width: 768px) {
  .bottom__cta {
    margin-top: 5.2083333333vw;
  }
}
.bottom__cta .cta-button {
  display: inline-block;
  background-color: #ffa6ad;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .bottom__cta .cta-button {
    padding: 1.171875vw 3.125vw;
    border-radius: 3.90625vw;
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .bottom__cta .cta-button {
    padding: 2.34375vw 6.25vw;
    border-radius: 7.8125vw;
    font-size: 3.125vw;
  }
}
.bottom__cta .cta-button:hover {
  background-color: #f3adc1;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.bottom__info {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1280px) {
  .bottom__info {
    margin-top: 3.90625vw;
    padding-top: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .bottom__info {
    margin-top: 6.5104166667vw;
    padding-top: 3.90625vw;
  }
}
.bottom__info p {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .bottom__info p {
    font-size: 1.25vw;
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .bottom__info p {
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
.bottom__info p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */