@charset "UTF-8";
/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
格納ファイルを使ったフォントの表示
============================================= */
@font-face {
  font-family: "A-OTF Ryumin Pro";
  src: url("../font/A-OTF-RyuminPro-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "A-OTF Ryumin Pro";
  src: url("../font/A-OTF-RyuminPro-Light.otf");
  font-weight: lighter;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "DINNextLTPro";
  src: url("../font/DINNextLTPro-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB";
  src: url("../font/AP-OTF-BunkyuMdMinStdN-EB.otf");
  font-weight: 400;
}
@font-face {
  font-family: "A-OTF-UDShinGoPro";
  src: url("../font/A-OTF-UDShinGoPro-Light.otf");
  font-weight: lighter;
}
/*! 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セット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
格納ファイルを使ったフォントの表示
============================================= */
@font-face {
  font-family: "A-OTF Ryumin Pro";
  src: url("../font/A-OTF-RyuminPro-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "A-OTF Ryumin Pro";
  src: url("../font/A-OTF-RyuminPro-Light.otf");
  font-weight: lighter;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "DINNextLTPro";
  src: url("../font/DINNextLTPro-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB";
  src: url("../font/AP-OTF-BunkyuMdMinStdN-EB.otf");
  font-weight: 400;
}
@font-face {
  font-family: "A-OTF-UDShinGoPro";
  src: url("../font/A-OTF-UDShinGoPro-Light.otf");
  font-weight: lighter;
}
/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
格納ファイルを使ったフォントの表示
============================================= */
@font-face {
  font-family: "A-OTF Ryumin Pro";
  src: url("../font/A-OTF-RyuminPro-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "A-OTF Ryumin Pro";
  src: url("../font/A-OTF-RyuminPro-Light.otf");
  font-weight: lighter;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "DINNextLTPro";
  src: url("../font/DINNextLTPro-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB";
  src: url("../font/AP-OTF-BunkyuMdMinStdN-EB.otf");
  font-weight: 400;
}
@font-face {
  font-family: "A-OTF-UDShinGoPro";
  src: url("../font/A-OTF-UDShinGoPro-Light.otf");
  font-weight: lighter;
}
/* =============================================
色
============================================= */
/* =============================================
フォント種類
============================================= */
/* =============================================
サイズ基準
============================================= */
:root {
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1280px) {
  :root {
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

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

body {
  background-color: #fff;
  overflow-x: hidden;
  font-variant-ligatures: none;
  font-family: "KozGoPr6N", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13rem;
  font-feature-settings: "palt" 1;
  color: #323250;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

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

/* =============================================
部分拡大・縮小
============================================= */
.bigger01 {
  zoom: 1.3;
}
@media (max-width: 1280px) {
  .bigger01 {
    zoom: 1;
  }
}

.bigger02 {
  zoom: 1.1;
}
@media (max-width: 1280px) {
  .bigger02 {
    zoom: 1;
  }
}

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

li {
  list-style-type: none;
}

img {
  width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.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%;
  }
}

@media (max-width: 768px) {
  .tab-container {
    width: 88.9774236388% !important;
    margin: 0 auto;
  }
}

.hidden {
  display: none !important;
}

.section-title {
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 21rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 24rem;
  }
}

.section-title02 {
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 31rem;
  text-align: center;
}
@media (max-width: 768px) {
  .section-title02 {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .section-title02 {
    font-size: 24rem;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.pc-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pc-nowrap {
    white-space: unset;
  }
}

.pc-ls-small {
  letter-spacing: -0.08em;
}
@media (max-width: 768px) {
  .pc-ls-small {
    letter-spacing: normal;
  }
}

.tab-ls-small {
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .tab-ls-small {
    letter-spacing: -0.08em;
  }
}

@media (max-width: 768px) {
  .recruit {
    padding-top: 17.7083333333vw;
  }
}

/* =============================================
フレックス要素用（_mixin.scssからインクルード）
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  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;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .fixed {
    top: unset;
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
  }
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

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

/* =============================================
アニメーション用
============================================= */
.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;
  }
}
/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  position: relative;
  margin: 0 auto;
  color: #c00032;
  width: 10.2864583333vw;
  z-index: 100;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 0.390625vw;
  left: 0px;
  background: #c00032;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 2.34375vw;
}
.hamburger span:last-child {
  background-color: transparent !important;
}
.hamburger span:last-child::after {
  content: "menu";
  position: absolute;
  top: 3.125vw;
  left: -0.2604166667vw;
  font-size: 31rem;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .hamburger span:last-child::after {
    font-size: 18rem;
  }
}
.hamburger-active:nth-of-type(1) {
  width: 70% !important;
  top: 0.78125vw !important;
  left: 0vw;
  transform: rotate(45deg);
}
.hamburger-active:nth-of-type(2) {
  width: 70% !important;
  top: 0.78125vw !important;
  left: 0vw;
  transform: rotate(-45deg);
}
.hamburger-active:last-child {
  background-color: transparent !important;
}
.hamburger-active:last-child::after {
  content: "close" !important;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  width: 100vw;
  top: 0;
  left: -100%;
  height: 100%;
  background-color: #fff;
  color: #c00032;
  transition: 0.6s all ease-out;
  z-index: 90;
}
.hamNav-active {
  left: 0 !important;
}
.hamNav__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 5em;
}
.hamNav__inner--list {
  text-align: center;
  line-height: 1.4;
}
.hamNav__inner--list-link {
  font-size: 35rem;
  font-family: "A-OTF Ryumin Pro", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .hamNav__inner--list-link {
    font-size: 24rem;
  }
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .header {
    position: relative;
    display: flex;
    align-items: center;
    height: 22.9166666667vw;
    background-color: #fff;
  }
}
.header__content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-top: 2.4em;
  padding-left: 4%;
}
@media (max-width: 768px) {
  .header__content {
    width: 94%;
    margin: 0 auto;
    padding-left: 5%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
}
.header__content--logo {
  width: 12%;
  min-width: 180px;
  margin-right: 4%;
}
@media (max-width: 768px) {
  .header__content--logo {
    width: 68%;
    margin-right: 7%;
  }
}
.header__content--list {
  display: flex;
  height: 100%;
  align-items: end;
  gap: 0 3em;
}
.header__content--list li a {
  font-size: 12rem;
  letter-spacing: 0.2em;
}
.header__menu {
  height: 100%;
}

.home {
  width: 100%;
  margin-bottom: 10.4em;
  position: relative;
}
@media (max-width: 1280px) {
  .home {
    margin-bottom: 16em;
  }
}
@media (max-width: 768px) {
  .home {
    height: 144.2231075697vw;
    margin-bottom: 2.4em;
  }
}
.home__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home__container {
  padding-top: 12.1125vw;
}
@media (max-width: 1280px) {
  .home__container {
    padding-top: 15.140625vw;
  }
}
@media (max-width: 768px) {
  .home__container {
    padding-top: 6.7350199734vw;
  }
}
.home__top, .home__bottom {
  position: relative;
  z-index: 1;
  text-align: right;
}
@media (max-width: 1880px) {
  .home__top, .home__bottom {
    width: 92%;
  }
}
@media (max-width: 768px) {
  .home__top, .home__bottom {
    width: 100%;
  }
}
.home__top {
  margin-bottom: 1.5em;
  font-family: "A-OTF Ryumin Pro", serif;
}
.home__top--list01 {
  margin-bottom: 2em;
  font-size: 25rem;
  letter-spacing: 0.2em;
}
@media (max-width: 1880px) {
  .home__top--list01 {
    font-size: 1.329787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list01 {
    margin-bottom: 5.6em;
    font-size: 32rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home__top--list01 {
    margin-bottom: 3.2em;
    font-size: 24rem;
    letter-spacing: 0.08em;
  }
}
.home__top--list02 {
  color: #c00032;
}
.home__top--list02 ul li:first-child {
  font-size: 25rem;
  letter-spacing: 0.2em;
}
@media (max-width: 1880px) {
  .home__top--list02 ul li:first-child {
    font-size: 1.329787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list02 ul li:first-child {
    font-size: 42rem;
  }
}
@media (max-width: 480px) {
  .home__top--list02 ul li:first-child {
    font-size: 24rem;
  }
}
.home__top--list02 ul li:nth-child(2) {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .home__top--list02 ul li:nth-child(2) {
    margin-bottom: 2.4em;
  }
}
@media (max-width: 480px) {
  .home__top--list02 ul li:nth-child(2) {
    margin-bottom: 0.4em;
  }
}
.home__top--list02 ul li:nth-child(2) span:first-child {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 72rem;
  line-height: 1;
}
@media (max-width: 1880px) {
  .home__top--list02 ul li:nth-child(2) span:first-child {
    font-size: 3.829787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list02 ul li:nth-child(2) span:first-child {
    font-size: 96rem;
  }
}
@media (max-width: 480px) {
  .home__top--list02 ul li:nth-child(2) span:first-child {
    font-size: 64rem;
  }
}
.home__top--list02 ul li:nth-child(2) span:nth-child(2) {
  font-size: 32rem;
}
@media (max-width: 1880px) {
  .home__top--list02 ul li:nth-child(2) span:nth-child(2) {
    font-size: 1.7021276596vw;
  }
}
@media (max-width: 768px) {
  .home__top--list02 ul li:nth-child(2) span:nth-child(2) {
    font-size: 48rem;
  }
}
@media (max-width: 480px) {
  .home__top--list02 ul li:nth-child(2) span:nth-child(2) {
    font-size: 32rem;
  }
}
.home__top--list03 ul li:first-child {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 63rem;
}
@media (max-width: 768px) {
  .home__top--list03 ul li:first-child {
    height: 88rem;
  }
}
.home__top--list03 ul li:first-child div {
  display: inline;
}
.home__top--list03 ul li:first-child div:first-child {
  line-height: 1.2;
}
@media (max-width: 768px) {
  .home__top--list03 ul li:first-child div:first-child {
    padding-top: 0.8em;
    line-height: 1;
  }
}
.home__top--list03 ul li:first-child div:first-child span:first-child {
  font-size: 25rem;
}
@media (max-width: 1880px) {
  .home__top--list03 ul li:first-child div:first-child span:first-child {
    font-size: 1.329787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list03 ul li:first-child div:first-child span:first-child {
    font-size: 42rem;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:first-child div:first-child span:first-child {
    font-size: 32rem;
  }
}
.home__top--list03 ul li:first-child div:first-child span:nth-of-type(2) {
  font-size: 17rem;
}
@media (max-width: 1880px) {
  .home__top--list03 ul li:first-child div:first-child span:nth-of-type(2) {
    font-size: 0.9042553191vw;
  }
}
@media (max-width: 768px) {
  .home__top--list03 ul li:first-child div:first-child span:nth-of-type(2) {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:first-child div:first-child span:nth-of-type(2) {
    font-size: 20rem;
  }
}
.home__top--list03 ul li:first-child div:nth-child(2) span:first-child {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 63rem;
}
@media (max-width: 1880px) {
  .home__top--list03 ul li:first-child div:nth-child(2) span:first-child {
    font-size: 3.3510638298vw;
  }
}
@media (max-width: 768px) {
  .home__top--list03 ul li:first-child div:nth-child(2) span:first-child {
    font-size: 88rem;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:first-child div:nth-child(2) span:first-child {
    font-size: 64rem;
  }
}
.home__top--list03 ul li:first-child div:nth-child(2) span:nth-of-type(2) {
  font-size: 26rem;
}
@media (max-width: 1880px) {
  .home__top--list03 ul li:first-child div:nth-child(2) span:nth-of-type(2) {
    font-size: 1.3829787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list03 ul li:first-child div:nth-child(2) span:nth-of-type(2) {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:first-child div:nth-child(2) span:nth-of-type(2) {
    font-size: 32rem;
  }
}
.home__top--list03 ul li:nth-child(2) {
  margin-bottom: 2em;
  line-height: 1;
}
@media (max-width: 768px) {
  .home__top--list03 ul li:nth-child(2) {
    margin-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:nth-child(2) {
    margin-bottom: 0.4em;
  }
}
.home__top--list03 ul li:nth-child(2) span:first-child {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 63rem;
}
@media (max-width: 1880px) {
  .home__top--list03 ul li:nth-child(2) span:first-child {
    font-size: 3.3510638298vw;
  }
}
@media (max-width: 768px) {
  .home__top--list03 ul li:nth-child(2) span:first-child {
    font-size: 96rem;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:nth-child(2) span:first-child {
    font-size: 64rem;
  }
}
.home__top--list03 ul li:nth-child(2) span:nth-child(2) {
  font-size: 26rem;
}
@media (max-width: 1880px) {
  .home__top--list03 ul li:nth-child(2) span:nth-child(2) {
    font-size: 1.3829787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list03 ul li:nth-child(2) span:nth-child(2) {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .home__top--list03 ul li:nth-child(2) span:nth-child(2) {
    font-size: 32rem;
  }
}
.home__top--list04 ul li:first-child {
  margin-bottom: 1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .home__top--list04 ul li:first-child {
    margin-bottom: 0;
  }
}
.home__top--list04 ul li:first-child span:nth-of-type(1) {
  font-size: 17rem;
}
@media (max-width: 1880px) {
  .home__top--list04 ul li:first-child span:nth-of-type(1) {
    font-size: 0.9042553191vw;
  }
}
@media (max-width: 768px) {
  .home__top--list04 ul li:first-child span:nth-of-type(1) {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .home__top--list04 ul li:first-child span:nth-of-type(1) {
    font-size: 20rem;
  }
}
.home__top--list04 ul li:first-child span:nth-of-type(2) {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 44rem;
}
@media (max-width: 1880px) {
  .home__top--list04 ul li:first-child span:nth-of-type(2) {
    font-size: 2.3404255319vw;
  }
}
@media (max-width: 768px) {
  .home__top--list04 ul li:first-child span:nth-of-type(2) {
    font-size: 72rem;
  }
}
@media (max-width: 480px) {
  .home__top--list04 ul li:first-child span:nth-of-type(2) {
    font-size: 48rem;
  }
}
.home__top--list04 ul li:first-child span:nth-of-type(3) {
  font-size: 18rem;
}
@media (max-width: 1880px) {
  .home__top--list04 ul li:first-child span:nth-of-type(3) {
    font-size: 0.9574468085vw;
  }
}
@media (max-width: 768px) {
  .home__top--list04 ul li:first-child span:nth-of-type(3) {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .home__top--list04 ul li:first-child span:nth-of-type(3) {
    font-size: 24rem;
  }
}
.home__top--list04 ul li:nth-child(2) {
  line-height: 1;
}
@media (max-width: 480px) {
  .home__top--list04 ul li:nth-child(2) {
    margin-bottom: 1em;
  }
}
.home__top--list04 ul li:nth-child(2) span:nth-of-type(2n+1) {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 63rem;
}
@media (max-width: 1880px) {
  .home__top--list04 ul li:nth-child(2) span:nth-of-type(2n+1) {
    font-size: 3.3510638298vw;
  }
}
@media (max-width: 768px) {
  .home__top--list04 ul li:nth-child(2) span:nth-of-type(2n+1) {
    font-size: 96rem;
  }
}
@media (max-width: 480px) {
  .home__top--list04 ul li:nth-child(2) span:nth-of-type(2n+1) {
    font-size: 64rem;
  }
}
.home__top--list04 ul li:nth-child(2) span:nth-of-type(2n) {
  font-size: 26rem;
}
@media (max-width: 1880px) {
  .home__top--list04 ul li:nth-child(2) span:nth-of-type(2n) {
    font-size: 1.3829787234vw;
  }
}
@media (max-width: 768px) {
  .home__top--list04 ul li:nth-child(2) span:nth-of-type(2n) {
    font-size: 48rem;
  }
}
@media (max-width: 480px) {
  .home__top--list04 ul li:nth-child(2) span:nth-of-type(2n) {
    font-size: 24rem;
  }
}
.home__bottom {
  display: flex;
  justify-content: right;
}
.home__bottom--list {
  padding: 0.2em 0.5em;
  background-color: #c00032;
}
.home__bottom--list span {
  color: #fff;
  font-size: 15rem;
  font-family: "KozGoPr6N", sans-serif;
  letter-spacing: 0.3em;
}
@media (max-width: 1880px) {
  .home__bottom--list span {
    font-size: 0.7978723404vw;
  }
}
@media (max-width: 768px) {
  .home__bottom--list span {
    font-size: 22rem;
  }
}
@media (max-width: 480px) {
  .home__bottom--list span {
    font-size: 14rem;
    letter-spacing: 0.16em;
  }
}
.home__bottom--list span:first-child {
  margin-right: 1em;
}
@media (max-width: 480px) {
  .home__bottom--list span:first-child {
    margin-right: 0.4em;
  }
}
.home__bottom--list.list01 {
  margin-right: 1em;
}

.promise__container {
  display: flex;
  margin-bottom: 9em;
}
@media (max-width: 768px) {
  .promise__container {
    display: block;
    margin-bottom: 10em;
  }
}
@media (max-width: 480px) {
  .promise__container {
    margin-bottom: 8em;
  }
}
.promise__container--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75%;
  margin-right: 4%;
}
@media (max-width: 768px) {
  .promise__container--title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.8em;
  }
}
@media (max-width: 480px) {
  .promise__container--title {
    margin-bottom: 0.8em;
  }
}
.promise__container--list {
  display: flex;
  width: 1200px;
}
@media (max-width: 1880px) {
  .promise__container--list {
    width: 62.5%;
  }
}
@media (max-width: 768px) {
  .promise__container--list {
    display: block;
    width: unset;
  }
}
.promise__container--list .inner-container {
  width: 600px;
  padding-left: 5em;
}
@media (max-width: 768px) {
  .promise__container--list .inner-container {
    width: unset;
  }
}
@media (max-width: 480px) {
  .promise__container--list .inner-container {
    padding-left: 2em;
  }
}
.promise__container--list .inner-container ul li {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .promise__container--list .inner-container ul li {
    margin-bottom: 5em;
  }
}
@media (max-width: 480px) {
  .promise__container--list .inner-container ul li {
    margin-bottom: 2em;
  }
}
.promise__container--list .inner-container ul li:last-child {
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .promise__container--list .inner-container ul li:last-child {
    margin-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .promise__container--list .inner-container ul li:last-child {
    margin-bottom: 2em;
  }
}
.promise__container--list .inner-container ul li.mb0 {
  margin-bottom: 0;
}
.promise__container--list .inner-container ul li span:first-child {
  display: inline-block;
  padding-bottom: 0.1em;
  font-size: 27rem;
  font-family: "A-OTF Ryumin Pro", serif;
}
@media (max-width: 768px) {
  .promise__container--list .inner-container ul li span:first-child {
    padding-bottom: 0em;
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .promise__container--list .inner-container ul li span:first-child {
    font-size: 24rem;
  }
}
.promise__container--list .inner-container ul li span:nth-of-type(2) {
  font-size: 13rem;
}
@media (max-width: 768px) {
  .promise__container--list .inner-container ul li span:nth-of-type(2) {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .promise__container--list .inner-container ul li span:nth-of-type(2) {
    font-size: 16rem;
    letter-spacing: 0.01em;
  }
}
.promise__container--list .inner-container p {
  padding-top: 0.4em;
  font-size: 9rem;
}
@media (max-width: 768px) {
  .promise__container--list .inner-container p {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .promise__container--list .inner-container p {
    font-size: 16rem;
  }
}
.promise__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 32.8125%;
  margin-bottom: 12em;
  padding: 1.6em 0;
  border: 1px solid #323250;
  text-align: center;
}
.promise__button--text {
  padding-right: 1em;
  font-size: 15rem;
}
.promise__button--logo {
  display: inline-flex;
  width: 16px;
  align-items: center;
}

.message {
  margin-bottom: 21em;
}
@media (max-width: 768px) {
  .message {
    margin-bottom: 6.4em;
  }
}
@media (max-width: 480px) {
  .message {
    margin-bottom: 4em;
  }
}
.message__container {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .message__container {
    flex-direction: column;
  }
}
.message__container--image {
  width: 43.0729166667%;
}
@media (max-width: 768px) {
  .message__container--image {
    width: 100%;
    margin-bottom: 2em;
  }
}
.message__container--text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 56.9270833333%;
  padding-left: 4%;
}
@media (max-width: 768px) {
  .message__container--text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .message__container--text .inner-container {
    margin-bottom: 4em;
    padding-left: 0%;
  }
}
.message__container--text .inner-container p:first-child {
  margin-bottom: 0.2em;
  font-size: 30rem;
  font-family: "A-OTF Ryumin Pro", serif;
}
@media (max-width: 768px) {
  .message__container--text .inner-container p:first-child {
    margin-bottom: 0.4em;
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .message__container--text .inner-container p:first-child {
    font-size: 24rem;
  }
}
.message__container--text .inner-container p:nth-child(2) {
  font-size: 13rem;
}
@media (max-width: 768px) {
  .message__container--text .inner-container p:nth-child(2) {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .message__container--text .inner-container p:nth-child(2) {
    font-size: 16rem;
  }
}

.salary {
  margin-bottom: 22em;
}
@media (max-width: 768px) {
  .salary {
    margin-bottom: 12em;
  }
}
.salary__container {
  display: flex;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .salary__container {
    display: block;
  }
}
.salary__container--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75%;
}
@media (max-width: 768px) {
  .salary__container--title {
    width: 100%;
    margin-bottom: 1em;
  }
}
.salary__container--slide {
  width: 81.25%;
}
@media (max-width: 768px) {
  .salary__container--slide {
    width: 97%;
    margin-left: 3%;
  }
}

.slide01 .swiper-container-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide01 .mySwiper01 {
  width: 88%;
  margin-left: 0;
  margin-right: 12%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slide01 .mySwiper01 {
    width: 100%;
    margin-right: 0%;
  }
}
.slide01 .custom-button-prev,
.slide01 .custom-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  aspect-ratio: 111/93;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 42rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slide01 .custom-button-prev,
  .slide01 .custom-button-next {
    display: none !important;
  }
}
.slide01 .custom-button-prev {
  width: 7%;
  left: -7%;
}
.slide01 .custom-button-next {
  width: 7%;
  right: 0px;
}
.slide01 .swiper-scrollbar01 {
  height: 2.6041666667vw !important;
  align-content: center;
  background-color: #000;
  transform: translateY(64px);
}
.slide01 .swiper-scrollbar01 .swiper-scrollbar-drag {
  height: 1.5625vw !important;
  background-color: #786478;
}

.treatment {
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .treatment {
    margin-bottom: 12em;
  }
}
@media (max-width: 480px) {
  .treatment {
    margin-bottom: 10em;
  }
}
.treatment__container {
  display: flex;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .treatment__container {
    display: block;
    margin-bottom: 2.4em;
  }
}
.treatment__container--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75%;
}
@media (max-width: 768px) {
  .treatment__container--title {
    width: 100%;
    margin-bottom: 1.6em;
  }
}
.treatment__container--slide {
  width: 81.25%;
}
@media (max-width: 768px) {
  .treatment__container--slide {
    width: 100%;
  }
}
.treatment__bottom {
  width: 62.5%;
  margin-left: 18.75%;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 768px) {
  .treatment__bottom {
    margin-left: auto;
    padding: 0;
  }
}
.treatment__bottom--title {
  margin-bottom: 0.4em;
  font-family: "DINNextLTPro", sans-serif;
  font-size: 38rem;
  letter-spacing: 0.2em;
}
.treatment__bottom--list {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .treatment__bottom--list {
    justify-content: center;
    gap: 1.6em 3em;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--list {
    gap: 1em 1.5em;
  }
}
.treatment__bottom--list li {
  min-width: 7.4479166667vw;
  background-color: #323250;
  padding: 0 0.4em;
  color: #fff;
  font-size: 17rem;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .treatment__bottom--list li {
    width: 43%;
    padding: 0.1em 0;
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--list li {
    font-size: 20rem;
  }
}
@media (max-width: 768px) {
  .treatment__bottom--list li:first-child {
    background-color: #fff;
    color: #323250;
    font-family: "DINNextLTPro", sans-serif;
    font-size: 63rem;
    letter-spacing: 0.2em;
    line-height: 0.4;
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .treatment__bottom--list li:first-child {
    font-size: 36rem;
  }
}

.slide02 .swiper-container-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide02 .mySwiper02 {
  width: 100%;
  overflow: hidden;
}
.slide02 .mySwiper02 .swiper-wrapper {
  transition-timing-function: linear;
}
.slide02 .mySwiper02 .swiper-slide {
  text-align: center;
}
.slide02 .mySwiper02 .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide02 .mySwiper02 .swiper-slide span {
  display: inline-block;
  margin-top: 1.6em;
  margin-bottom: 1.5em;
  font-size: 17rem;
}
@media (max-width: 768px) {
  .slide02 .mySwiper02 .swiper-slide span {
    margin-top: 0.8em;
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .slide02 .mySwiper02 .swiper-slide span {
    font-size: 18rem;
  }
}
.slide02 .swiper-scrollbar02 {
  width: 100% !important;
  height: 2px !important;
  left: 0 !important;
  align-content: center;
  background-color: #827878;
}
.slide02 .swiper-scrollbar02 .swiper-scrollbar-drag {
  height: 2px !important;
  background-color: #323250;
}

.experience {
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .experience {
    margin-bottom: 13em;
  }
}
@media (max-width: 480px) {
  .experience {
    margin-bottom: 6em;
  }
}
.experience__container {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .experience__container {
    flex-direction: column;
  }
}
.experience__container--image {
  width: 43.0729166667%;
}
@media (max-width: 768px) {
  .experience__container--image {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .experience__container--image {
    margin-bottom: 3em;
  }
}
.experience__container--text {
  display: block;
  width: 56.9270833333%;
  margin: 0 auto;
  padding-right: 6%;
  text-align: center;
}
@media (max-width: 768px) {
  .experience__container--text {
    width: 100%;
    padding-right: 0;
  }
}
.experience__container--title {
  margin-bottom: 1.2em;
  font-size: 26rem;
  font-family: "A-OTF Ryumin Pro", serif;
}
@media (max-width: 768px) {
  .experience__container--title {
    margin-bottom: 1.4em;
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .experience__container--title {
    font-size: 28rem;
  }
}
.experience__container--desc {
  display: inline-block;
  margin-bottom: 2em;
  text-align: left;
  font-size: 17rem;
  line-height: 1.3529411765;
}
@media (max-width: 768px) {
  .experience__container--desc {
    margin-bottom: 1.6em;
    font-size: 26rem;
  }
}
@media (max-width: 480px) {
  .experience__container--desc {
    font-size: 16rem;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 768px) {
  .experience__container--strong {
    padding-left: 8%;
  }
}
.experience__container--strong-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0em;
  height: 72rem;
}
@media (max-width: 768px) {
  .experience__container--strong-top {
    height: 147rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-top {
    height: 80rem;
  }
}
.experience__container--strong-top p {
  display: inline;
}
.experience__container--strong-top p:first-child {
  font-family: "A-OTF Ryumin Pro", serif;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .experience__container--strong-top p:first-child {
    padding-top: 1.6em;
    line-height: 1.1;
  }
}
.experience__container--strong-top p:first-child span:first-child {
  font-size: 38rem;
}
@media (max-width: 768px) {
  .experience__container--strong-top p:first-child span:first-child {
    font-size: 60rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-top p:first-child span:first-child {
    font-size: 32rem;
  }
}
.experience__container--strong-top p:first-child span:nth-of-type(2) {
  font-size: 25rem;
}
@media (max-width: 768px) {
  .experience__container--strong-top p:first-child span:nth-of-type(2) {
    font-size: 39rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-top p:first-child span:nth-of-type(2) {
    font-size: 24rem;
  }
}
.experience__container--strong-top p:nth-child(2) span:first-child {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 95rem;
}
@media (max-width: 768px) {
  .experience__container--strong-top p:nth-child(2) span:first-child {
    display: inline-flex;
    font-size: 147rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-top p:nth-child(2) span:first-child {
    font-size: 80rem;
  }
}
.experience__container--strong-top p:nth-child(2) span:nth-of-type(2) {
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .experience__container--strong-top p:nth-child(2) span:nth-of-type(2) {
    font-size: 61rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-top p:nth-child(2) span:nth-of-type(2) {
    font-size: 48rem;
  }
}
.experience__container--strong-bottom {
  margin-bottom: 2em;
  line-height: 1;
}
@media (max-width: 768px) {
  .experience__container--strong-bottom {
    margin-bottom: 5em;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-bottom {
    margin-bottom: 2em;
  }
}
.experience__container--strong-bottom span:first-child {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 95rem;
}
@media (max-width: 768px) {
  .experience__container--strong-bottom span:first-child {
    font-size: 147rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-bottom span:first-child {
    font-size: 80rem;
  }
}
.experience__container--strong-bottom span:nth-child(2) {
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .experience__container--strong-bottom span:nth-child(2) {
    font-size: 61rem;
  }
}
@media (max-width: 480px) {
  .experience__container--strong-bottom span:nth-child(2) {
    font-size: 48rem;
  }
}
.experience__container--box {
  display: inline-block;
  border: 1px solid #323250;
  padding: 0.5em 1em;
}
@media (max-width: 768px) {
  .experience__container--box {
    width: 100%;
  }
}
.experience__container--box span:nth-child(2n+1) {
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .experience__container--box span:nth-child(2n+1) {
    font-size: 37rem;
  }
}
@media (max-width: 480px) {
  .experience__container--box span:nth-child(2n+1) {
    font-size: 20rem;
  }
}
.experience__container--box span:nth-child(2) {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 47rem;
}
@media (max-width: 768px) {
  .experience__container--box span:nth-child(2) {
    font-size: 73rem;
  }
}
@media (max-width: 480px) {
  .experience__container--box span:nth-child(2) {
    font-size: 40rem;
  }
}
.experience__container--box span:nth-child(4) {
  font-family: "AP-OTF-BunkyuMdMinStdN-EB", sans-serif;
  font-size: 53rem;
}
@media (max-width: 768px) {
  .experience__container--box span:nth-child(4) {
    font-size: 83rem;
  }
}
@media (max-width: 480px) {
  .experience__container--box span:nth-child(4) {
    font-size: 48rem;
  }
}

.question {
  background-color: #e6e6eb;
  padding-top: 12em;
  padding-bottom: 12em;
}
@media (max-width: 768px) {
  .question {
    padding-top: 10em;
    padding-bottom: 10.4em;
  }
}
@media (max-width: 480px) {
  .question {
    padding-top: 8em;
    padding-bottom: 4em;
  }
}
.question__container--title {
  margin-bottom: 4.4em;
  text-align: center;
}
@media (max-width: 768px) {
  .question__container--title {
    margin-bottom: 3.2em;
  }
}
@media (max-width: 480px) {
  .question__container--title {
    margin-bottom: 1.6em;
  }
}
.question__container--section {
  width: 34.8958333333%;
  min-width: 700px;
  margin: 0 auto 6.4em;
  color: #464646;
}
@media (max-width: 768px) {
  .question__container--section {
    width: 100%;
    min-width: unset;
    margin: 0 auto 6.6em;
  }
}
@media (max-width: 480px) {
  .question__container--section {
    margin-bottom: 4em;
  }
}
.question__container--section h3 {
  width: 100%;
  margin-bottom: 2em;
  height: auto;
  align-content: center;
  aspect-ratio: 670/52;
  background-color: #fff;
  border: 1px solid #464646;
  padding-left: calc(7.7611940299% + 1.6em);
  font-size: 20rem;
  position: relative;
}
@media (max-width: 1280px) {
  .question__container--section h3 {
    font-size: 24rem;
  }
}
@media (max-width: 768px) {
  .question__container--section h3 {
    margin-bottom: 1.6em;
    font-size: 26rem;
  }
}
@media (max-width: 480px) {
  .question__container--section h3 {
    padding-left: calc(7.7611940299% + 1em);
    font-size: 18rem;
    letter-spacing: 0.05em;
  }
}
.question__container--section h3::before {
  position: absolute;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.7611940299%;
  height: auto;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  background-color: #464646;
  color: #fff;
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 33rem;
}
@media (max-width: 480px) {
  .question__container--section h3::before {
    font-size: 18rem;
  }
}
.question__container--section h3::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #464646;
  bottom: 0;
  left: 3.8805970149%;
  transform: translate(-50%, 80%);
}
.question__container--section p {
  padding-left: 1em;
  font-size: 18rem;
}
@media (max-width: 1280px) {
  .question__container--section p {
    font-size: 24rem;
  }
}
@media (max-width: 768px) {
  .question__container--section p {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .question__container--section p {
    padding-left: 0.1em;
    font-size: 16rem;
    letter-spacing: 0.01em;
  }
}

.contact__container {
  display: flex;
  width: 100%;
  margin-bottom: 12em;
}
@media (max-width: 768px) {
  .contact__container {
    flex-direction: column;
    margin-bottom: 9em;
  }
}
@media (max-width: 480px) {
  .contact__container {
    margin-bottom: 4em;
  }
}
.contact__container--image {
  width: 43.0729166667%;
}
@media (max-width: 768px) {
  .contact__container--image {
    width: 100%;
    margin-bottom: 2em;
  }
}
.contact__container--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 56.9270833333%;
  padding-right: 21%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__container--text {
    width: 100%;
    margin-right: auto;
    align-items: flex-start;
    padding-right: 0;
  }
}
.contact__container--text01 {
  margin-bottom: 0.5em;
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 32rem;
}
@media (max-width: 768px) {
  .contact__container--text01 {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .contact__container--text01 {
    font-size: 24rem;
  }
}
.contact__container--text02 {
  margin-bottom: 1.2em;
  font-size: 14rem;
  text-align: right;
}
@media (max-width: 768px) {
  .contact__container--text02 {
    margin-bottom: 0.8em;
    font-size: 26rem;
    text-align: left;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .contact__container--text02 {
    font-size: 16rem;
  }
}
.contact__container--text03 {
  font-family: "A-OTF Ryumin Pro", serif;
  font-size: 32rem;
}
@media (max-width: 768px) {
  .contact__container--text03 {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .contact__container--text03 {
    font-size: 24rem;
  }
}
.contact__list {
  display: flex;
  justify-content: center;
  margin-bottom: 10em;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact__list {
    flex-direction: column;
    margin-bottom: 14.4em;
    gap: 80px;
  }
}
@media (max-width: 480px) {
  .contact__list {
    margin-bottom: 8em;
  }
}
.contact__tel {
  color: #323250;
}
.contact__tel--top {
  background-color: #ced2d1;
}
@media (max-width: 768px) {
  .contact__tel--top {
    background-color: #000;
    color: #fff;
  }
}
.contact__tel--bottomPc {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contact__tel--bottomPc {
    display: none;
  }
}
.contact__tel--bottomPc img {
  width: 1.3541666667vw;
  height: auto;
  aspect-ratio: 26/35;
}
.contact__tel--bottomPc span {
  padding-left: 0.4em;
  font-family: "A-OTF-UDShinGoPro", sans-serif;
  font-size: 33rem;
  line-height: 33rem;
}
@media (max-width: 1880px) {
  .contact__tel--bottomPc span {
    font-size: 24rem;
  }
}
@media (max-width: 1280px) {
  .contact__tel--bottomPc span {
    font-size: 33rem;
  }
}
.contact__tel--bottomTab {
  display: none;
}
@media (max-width: 768px) {
  .contact__tel--bottomTab {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact__tel--bottomTab span {
    padding-left: 0;
    font-size: 24rem;
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .contact__tel--bottomTab span {
    font-size: 18rem;
  }
}
.contact__line--top {
  background-color: #00a346;
  color: #fff;
}
.contact__line--bottom {
  display: block;
  text-decoration: underline;
  font-size: 16rem;
  line-height: 1.8229166667vw;
  line-height: 33rem;
}
@media (max-width: 768px) {
  .contact__line--bottom {
    font-size: 24rem;
    text-decoration: underline;
    line-height: unset;
  }
}
@media (max-width: 480px) {
  .contact__line--bottom {
    font-size: 18rem;
  }
}
.contact__form {
  background-color: #ced2d1;
  padding-top: 11em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .contact__form {
    padding-top: 4em;
  }
}
@media (max-width: 480px) {
  .contact__form {
    padding-top: 6em;
  }
}

.contact-button {
  width: 19.0625%;
}
@media (max-width: 1280px) {
  .contact-button {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .contact-button {
    width: 63.6122177955%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-button__link {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  aspect-ratio: 366/68;
  border-radius: 8px;
  text-align: center;
  align-content: center;
  font-size: 15rem;
}
.contact-button__text {
  text-align: center;
}

.form {
  margin-bottom: 5em;
  padding: 0 2em;
  font-family: "A-OTF Ryumin Pro", serif;
}
.form__flex {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;
  padding-left: 2.4%;
  gap: 3em;
}
@media (max-width: 768px) {
  .form__flex {
    width: 86%;
    margin-top: 7.2em;
    padding-left: 0;
    gap: 3em;
  }
}
@media (max-width: 480px) {
  .form__flex {
    margin-top: 3em;
    gap: 2em;
  }
}
.form-box {
  position: relative;
  color: #666666;
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 0em;
}
@media (max-width: 768px) {
  .form-box {
    display: block;
  }
}
.form-box .mark_required {
  margin-left: 1em;
  border-radius: 0.3em;
  padding: 0.2em 0.6em;
  letter-spacing: 0.05em;
  font-size: 18rem;
  color: #820000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form-box .mark_required {
    font-size: 23rem;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .form-box .mark_required {
    font-size: 18rem;
  }
}
.form-box .error {
  display: block;
  width: 100%;
  padding-top: 0.3em;
  color: red;
  font-size: 16rem;
}
@media (max-width: 480px) {
  .form-box .error {
    font-size: 14rem;
  }
}
.form-box-ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .form-box-ttl {
    margin-bottom: 0.5em;
  }
}
.form-box-ttl .title {
  font-size: 20rem;
  letter-spacing: 0.16em;
  color: #666666;
}
@media (max-width: 768px) {
  .form-box-ttl .title {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .form-box-ttl .title {
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .form-box-content {
    display: flex;
  }
}
.form-box-content.flex_required {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-box-content input,
.form-box-content select {
  width: 82%;
  height: 44px;
  background: #f5f5f5;
  border: 1px solid #626557;
  padding: 0 1em;
  text-align: left;
  font-size: 20rem;
  color: #000;
}
@media (max-width: 1280px) {
  .form-box-content input,
  .form-box-content select {
    height: 3.4375vw;
  }
}
@media (max-width: 768px) {
  .form-box-content input,
  .form-box-content select {
    width: 88%;
    height: auto;
    aspect-ratio: 548/43;
    border-radius: 2px;
  }
}
@media (max-width: 480px) {
  .form-box-content input,
  .form-box-content select {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .form-box-content input.age {
    width: 32%;
  }
}
.form-box-content .age-unit {
  padding-left: 0.5em;
  font-size: 25rem;
}
.form .textbox {
  width: 88%;
}
@media (max-width: 768px) {
  .form .textbox {
    width: 100%;
    padding-top: 2.4em;
  }
}
.form .textbox textarea {
  width: 98%;
  height: 15em;
  margin-left: 2%;
  background: #f5f5f5;
  border: 1px solid #626557;
  padding: 1.5em 1em;
  resize: none;
  color: #666666;
  font-size: 25rem;
}
@media (max-width: 768px) {
  .form .textbox textarea {
    height: 18.4em;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .form .textbox textarea {
    height: 15em;
    border-radius: 0.3em;
  }
}
.form-submit {
  margin-top: 4em;
  text-align: center;
}
.form-submit input {
  padding: 0.2em 3.6em;
  border-radius: 8px;
  background-color: #fff;
  color: #626557;
  font-size: 25rem;
}
@media (hover: hover) {
  .form-submit input:hover {
    background-color: #686868;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .form-submit input {
    padding: 0.3em 4em;
    font-size: 25rem;
  }
}

/* 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;
  }
}
/********************************************
* Now Loading
********************************************/
.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;
}
.form #result {
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 1280px) {
  .form #result {
    margin: 6.25vw auto;
  }
}
.form #result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1280px) {
  .form #result h4 {
    margin-bottom: 3.125vw;
    font-size: 3.671875vw;
  }
}
@media (max-width: 768px) {
  .form #result h4 {
    margin-bottom: 4.6875vw;
    font-size: 4.9479166667vw;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
.form #result p {
  padding-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .form #result p {
    font-size: 2.421875vw;
  }
}
@media (max-width: 768px) {
  .form #result p {
    font-size: 3.90625vw;
    line-height: 1.4;
    padding-bottom: 6.5104166667vw;
  }
}
.form .space {
  height: 30px;
}
@media (max-width: 1280px) {
  .form .space {
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .form .space {
    height: 1.3020833333vw;
  }
}
.form__confirm {
  text-align: center;
}
.form__confirm--title {
  margin-bottom: 1em;
  font-size: 32rem;
}
.form__confirm--text {
  font-size: 24rem;
}
@media (max-width: 480px) {
  .form__confirm--text {
    font-size: 18rem;
  }
}

.footer__pc {
  display: flex;
  justify-content: center;
  padding-top: 5em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .footer__pc {
    display: none;
  }
}
.footer__pc--logo {
  width: 12%;
  min-width: 180px;
  margin-right: 7%;
}
.footer__pc--list {
  display: flex;
  height: 100%;
  align-items: end;
  gap: 0 3em;
}
.footer__pc--list li a {
  font-size: 12rem;
  letter-spacing: 0.2em;
}
.footer__tab {
  display: none;
  width: 100vw;
}
@media (max-width: 768px) {
  .footer__tab {
    display: flex;
  }
}
.footer__tab--list {
  width: 33.3333333333%;
}
.footer__tab--list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.6354166667vw;
}
@media (max-width: 480px) {
  .footer__tab--list a {
    height: 4.8em;
  }
}
.footer__tab--list a span {
  font-size: 25rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 480px) {
  .footer__tab--list a span {
    font-size: 18rem;
  }
}
.footer__tab--list .tel-link {
  background-color: #725f67;
}
.footer__tab--list .line-link {
  background-color: #00a346;
}
.footer__tab--list .top-link {
  background-color: #323250;
}

.bottom {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .bottom {
    padding-top: 4em;
    padding-bottom: 8em;
  }
}
.bottom__link {
  display: block;
  text-align: center;
  width: 31%;
  margin: 0 auto 0.5em;
  padding: 12px 0;
  background-color: #686868;
  color: #fff;
  font-size: 13rem;
}
@media (hover: hover) {
  .bottom__link:hover {
    background-color: #333;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .bottom__link {
    width: 50%;
    margin: 0 auto 1em;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .bottom__link {
    width: 60%;
    font-size: 18rem;
  }
}
.bottom__banner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .bottom__banner {
    width: 100%;
    padding: 10px 30px;
    margin-top: 32px;
    margin-bottom: 80px;
    box-sizing: border-box;
  }
}
.bottom__banner img {
  width: unset;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .bottom__banner img {
    max-width: 100%;
  }
}
.bottom__copyright {
  display: block;
  text-align: center;
  font-size: 15rem;
  color: #000;
}
@media (max-width: 768px) {
  .bottom__copyright {
    font-size: 15rem;
  }
}