@charset "UTF-8";
/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
格納ファイルを使ったフォントの表示
============================================= */
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-ExtraLight.woff2");
  font-weight: 200;
}
/*! 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 */
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-ExtraLight.woff2");
  font-weight: 200;
}
/* =============================================
よく使うcssセット
============================================= */
/* =============================================
レスポンシブ対応用
============================================= */
/* =============================================
格納ファイルを使ったフォントの表示
============================================= */
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../font/KozGoPr6N-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "KozMinPr6N";
  src: url("../font/KozMinPr6N-ExtraLight.woff2");
  font-weight: 200;
}
/* =============================================
色
============================================= */
/* =============================================
フォント種類
============================================= */
/* =============================================
サイズ基準
============================================= */
: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;
  color: #5a606d;
  overflow-x: hidden;
  font-variant-ligatures: none;
  font-family: "KozMinPr6N", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13rem;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.023em;
  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: 1000px;
  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: 89.3333333333% !important;
    margin: 0 auto;
  }
}

.hidden {
  display: none !important;
}

.section-title {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 23.2858990944%;
}
@media (max-width: 768px) {
  .section-title {
    width: 59.8222222222%;
  }
}
@media (max-width: 480px) {
  .section-title {
    width: 72%;
  }
}
.section-title span {
  display: inline-block;
  text-align: center;
}
.section-title span:first-child {
  color: #224496;
  font-size: 35rem;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .section-title span:first-child {
    font-size: 45rem;
  }
}
@media (max-width: 480px) {
  .section-title span:first-child {
    font-size: 36rem;
  }
}
.section-title span:nth-child(2) {
  background-color: #224496;
  color: #fff;
  font-size: 30rem;
}
@media (max-width: 768px) {
  .section-title span:nth-child(2) {
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .section-title span:nth-child(2) {
    font-size: 24rem;
  }
}

.content-title {
  text-align: center;
}
.content-title > span {
  padding: 0 2em;
  font-size: 30rem;
  font-weight: 500;
  color: #224496;
  position: relative;
}
@media (max-width: 768px) {
  .content-title > span {
    padding: 0 1.4em;
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .content-title > span {
    font-size: 24rem;
  }
}
.content-title > span:before, .content-title > span:after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  background-color: #224496;
  top: 50%;
}
.content-title > span:before {
  left: 4.6%;
  transform: rotate(45deg) translate(-25%, -25%);
}
@media (max-width: 768px) {
  .content-title > span:before {
    left: 1.6%;
  }
}
.content-title > span:after {
  right: 4.6%;
  transform: rotate(45deg) translate(-25%, -25%);
}
@media (max-width: 768px) {
  .content-title > span:after {
    right: 1.6%;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.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;
  }
}

.not-tab {
  display: block !important;
}
@media (max-width: 768px) {
  .not-tab {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .not-tab {
    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;
  }
}

/* =============================================
フレックス要素用（_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;
}

/* =============================================
ボタンで表示・非表示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: #b96161;
  width: 8.3333333333vw;
  height: auto;
  aspect-ratio: 94/63;
  z-index: 100;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 1.0416666667vw;
  left: 0px;
  background: #224496;
  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 {
  top: 4.6875vw;
}
.hamburger-active:nth-of-type(1) {
  width: 70% !important;
  top: 2.34375vw !important;
  left: 0vw;
  transform: rotate(45deg);
}
.hamburger-active:nth-of-type(2) {
  width: 70% !important;
  top: 2.34375vw !important;
  left: 0vw;
  transform: rotate(-45deg);
}
.hamburger-active:last-child {
  background-color: transparent !important;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  display: none;
  position: fixed;
  width: 100vw;
  top: 0;
  left: -100%;
  height: 100%;
  background-color: #fff;
  color: #224496;
  transition: 0.6s all ease-out;
  z-index: 90;
}
@media (max-width: 768px) {
  .hamNav {
    display: block;
  }
}
.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__link {
  font-size: 35rem;
  font-family: "KozMinPr6N", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .hamNav__link {
    font-size: 24rem;
  }
}

.header {
  width: 100%;
  background-color: #fff;
}
.header__content {
  width: 100%;
}
.header__content--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding-left: 2%;
  padding-right: 1%;
}
@media (max-width: 768px) {
  .header__content--top {
    height: auto;
    aspect-ratio: 1125/207;
    padding-left: 4%;
    padding-right: 8%;
  }
}
.header__content--bottom {
  width: 100%;
  background-color: #334877;
}
.header__menu {
  display: flex;
  align-items: center;
  height: 52.5%;
}

/* =============================================
header-topの中身
============================================= */
.header-logo {
  width: 30%;
  min-width: 180px;
}
@media (max-width: 768px) {
  .header-logo {
    width: 63%;
  }
}

.header-contact {
  display: flex;
  width: 56%;
  justify-content: space-between;
  align-items: center;
}
.header-contact__listTel {
  width: 41.6195856874%;
}
.header-contact__listTel--link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.4em;
}
.header-contact__listTel--link img {
  width: 6.3636363636%;
}
.header-contact__listTel--link span {
  display: inline-block;
  font-size: 30rem;
  font-weight: 200;
  white-space: nowrap;
}
.header-contact__listTel--text {
  font-size: 10rem;
  font-weight: 200;
}
.header-contact__listCommon {
  width: 25.2354048964%;
  border-radius: 16px;
  padding: 0.4em 0;
}
.header-contact__listCommon.header-line {
  background-color: #42ab30;
}
.header-contact__listCommon.header-mail {
  background-color: #cc8696;
}
.header-contact__listCommon--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header-contact__listCommon--link span {
  font-size: 14rem;
  color: #fff;
}

/* =============================================
header-bottomの中身
============================================= */
.header-pcMenu ul {
  display: flex;
  justify-content: space-between;
  padding: 2em 2%;
}
.header-pcMenu ul li a {
  color: #fff;
  font-size: 18rem;
}

.home__top {
  margin-bottom: 5.4em;
}
@media (max-width: 768px) {
  .home__top {
    margin-bottom: 0.4em;
  }
}
@media (max-width: 480px) {
  .home__top {
    margin-bottom: 2em;
  }
}
.home__bottom {
  margin-bottom: 13.8em;
}
@media (max-width: 768px) {
  .home__bottom {
    margin-bottom: 2.8em;
  }
}
.home__bottom--title {
  margin-bottom: 6.6em;
}
@media (max-width: 768px) {
  .home__bottom--title {
    margin-bottom: 3.6em;
  }
}
.home__bottom--content {
  display: flex;
}
@media (max-width: 768px) {
  .home__bottom--content {
    flex-direction: column;
  }
}

.home-image {
  width: 49%;
}
@media (max-width: 768px) {
  .home-image {
    width: 100%;
    margin-bottom: 2.4em;
  }
}

.home-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - (100vw - 1000px) / 2);
  margin-left: 4em;
  margin-right: calc((100vw - 1000px) / 2 - 4em);
  padding: 0 1em;
}
@media (max-width: 1280px) {
  .home-text {
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .home-text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.home-text__top {
  margin-bottom: 1.6em;
  line-height: 0.4;
}
.home-text__top span {
  color: #224496;
}
.home-text__top span:first-child {
  font-size: 43rem;
  font-weight: 500;
}
.home-text__top span:nth-child(2) {
  font-size: 114rem;
  font-weight: 500;
}
.home-text__top span:nth-child(3) {
  font-size: 68rem;
  font-weight: 700;
}
.home-text__middle {
  margin-bottom: 1.6em;
  color: #224496;
  font-size: 27rem;
  font-weight: 500;
}
.home-text__bottom {
  font-size: 22rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  .home-text__bottom {
    font-size: 18rem;
  }
}

.work__title {
  margin-bottom: 2.8em;
}
@media (max-width: 768px) {
  .work__title {
    margin-bottom: 3.8em;
  }
}
.work__image {
  margin-bottom: 6.4em;
}
.work__flow {
  margin-bottom: 8em;
}
@media (max-width: 768px) {
  .work__flow {
    margin-bottom: 3.6em;
  }
}
.work__flow--title {
  margin-bottom: 4em;
}
.work__flow--content {
  padding: 0 4%;
}
.work__flow--content section {
  position: relative;
  padding-top: 2em;
  padding-bottom: 4.8em;
}
@media (max-width: 768px) {
  .work__flow--content section {
    padding-bottom: 3.6em;
  }
}
.work__flow--content section:after {
  position: absolute;
  content: "";
  background-image: url(./../img/work_flow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 904/25;
}
@media (max-width: 768px) {
  .work__flow--content section:after {
    left: 6%;
    width: 88%;
  }
}
.work__flow--content section:nth-of-type(2) {
  padding-bottom: 6.4em;
}
@media (max-width: 768px) {
  .work__flow--content section:nth-of-type(2) {
    padding-bottom: 4.6em;
  }
}
.work__flow--content section:last-child {
  padding-bottom: 5.6em;
}
@media (max-width: 768px) {
  .work__flow--content section:last-child {
    padding-bottom: 3.6em;
  }
}
.work__flow--content section:last-child:after {
  background: none;
  border-bottom: 2.4px solid #5685c2;
  aspect-ratio: unset;
}
@media (max-width: 768px) {
  .work__flow--content section:last-child:after {
    border-bottom: 2rem solid #5685c2;
  }
}
@media (max-width: 480px) {
  .work__flow--content section:last-child:after {
    border-bottom: 1.4rem solid #5685c2;
  }
}
.work__point {
  margin-bottom: 9em;
}
@media (max-width: 768px) {
  .work__point {
    margin-bottom: 4.8em;
  }
}
.work__point--title {
  margin-bottom: 3.6em;
}
@media (max-width: 768px) {
  .work__point--title {
    margin-bottom: 4.8em;
  }
}
.work__point--content {
  padding: 0 6%;
}
@media (max-width: 768px) {
  .work__point--content {
    padding: 0 10.4%;
  }
}
.work__treatment {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .work__treatment {
    margin-bottom: 0.4em;
  }
}
.work__treatment--title {
  margin-bottom: 2.4em;
}
@media (max-width: 768px) {
  .work__treatment--title {
    margin-bottom: 4.4em;
  }
}
@media (max-width: 768px) {
  .work__treatment--title span {
    font-size: 48rem;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .work__treatment--title span {
    font-size: 30rem;
  }
}
@media (max-width: 768px) {
  .work__treatment--title span::before, .work__treatment--title span::after {
    width: 30rem;
    height: 30rem;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .work__treatment--title span::before, .work__treatment--title span::after {
    width: 20rem;
    height: 20rem;
  }
}
.work__treatment--content {
  display: flex;
  justify-content: space-between;
  padding: 0 6.4%;
}
@media (max-width: 768px) {
  .work__treatment--content {
    flex-wrap: wrap;
    padding: 0 8%;
  }
}
.work__treatment--content section {
  width: 20%;
}
@media (max-width: 768px) {
  .work__treatment--content section {
    width: 44%;
    margin-bottom: 2.8em;
  }
}
@media (max-width: 768px) {
  .work__treatment--content section {
    width: 100%;
  }
}
.work__training {
  margin-bottom: 9.6em;
  background-color: #d0dce7;
  padding-top: 4em;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .work__training {
    margin-bottom: 10em;
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .work__training {
    margin-bottom: 4em;
    padding-bottom: 0em;
  }
}
.work__training--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6em;
}
.work__training--title span {
  color: #224496;
  font-weight: 500;
}
.work__training--title span:first-child {
  font-size: 30rem;
}
@media (max-width: 480px) {
  .work__training--title span:first-child {
    font-size: 24rem;
  }
}
.work__training--title span:nth-child(2) {
  font-size: 42rem;
}
@media (max-width: 480px) {
  .work__training--title span:nth-child(2) {
    font-size: 32rem;
  }
}

.work-flow {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .work-flow {
    flex-direction: column;
  }
}
.work-flow__number {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0%);
  font-size: 201rem;
  font-weight: 700;
  font-style: italic;
  line-height: 0.8;
  color: #224496;
  opacity: 0.08;
}
@media (max-width: 768px) {
  .work-flow__number {
    width: 20%;
    right: 64%;
    font-size: 136rem;
  }
}
@media (max-width: 480px) {
  .work-flow__number {
    font-size: 88rem;
  }
}
.work-flow__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 0 4%;
}
@media (max-width: 768px) {
  .work-flow__image {
    width: 36%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}
.work-flow__image.flow-image03 img {
  width: 60%;
}
@media (max-width: 768px) {
  .work-flow__image.flow-image03 img {
    width: 58%;
  }
}
.work-flow__text {
  width: 76%;
  font-weight: 300;
}
@media (max-width: 768px) {
  .work-flow__text {
    width: 100%;
    text-align: center;
  }
}
.work-flow__text--title {
  margin-bottom: 0.4em;
  font-size: 35rem;
  color: #224496;
}
@media (max-width: 768px) {
  .work-flow__text--title {
    font-size: 43rem;
  }
}
@media (max-width: 480px) {
  .work-flow__text--title {
    font-size: 28rem;
  }
}
.work-flow__text--desc {
  font-size: 19rem;
  line-height: 1.7894736842;
}
@media (max-width: 768px) {
  .work-flow__text--desc {
    font-size: 23rem;
  }
}
@media (max-width: 480px) {
  .work-flow__text--desc {
    font-size: 18rem;
  }
}

.work-point__title {
  border-bottom: 2px solid #5685c2;
  line-height: 1;
}
@media (max-width: 768px) {
  .work-point__title {
    display: inline-block;
    border-bottom: 2rem solid #5685c2;
  }
}
@media (max-width: 480px) {
  .work-point__title {
    border-bottom: 1.4rem solid #5685c2;
  }
}
.work-point__title span {
  color: #224496;
  font-size: 56rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .work-point__title span {
    font-size: 68rem;
  }
}
@media (max-width: 480px) {
  .work-point__title span {
    font-size: 40rem;
  }
}
.work-point__text {
  font-size: 18rem;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .work-point__text {
    font-size: 24rem;
    line-height: 1.66;
  }
}
@media (max-width: 480px) {
  .work-point__text {
    font-size: 18rem;
  }
}

.work-point-01 {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .work-point-01 {
    margin-bottom: 2em;
  }
}
.work-point-01__flex {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 2.8em;
}
@media (max-width: 768px) {
  .work-point-01__flex {
    display: block;
    margin-bottom: 2.4em;
  }
}
.work-point-01__title {
  margin-left: 0.8em;
  padding-right: 1.6em;
}
@media (max-width: 768px) {
  .work-point-01__title {
    margin-bottom: 1em;
    margin-left: 0;
  }
}
.work-point-01__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .work-point-01__list {
    flex-wrap: wrap;
    margin-bottom: 0em;
  }
}
.work-point-01__list li {
  width: 23%;
}
@media (max-width: 768px) {
  .work-point-01__list li {
    width: 48%;
    margin-bottom: 0.8em;
  }
}

.work-point-02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6em;
  padding-right: 1.6em;
}
@media (max-width: 768px) {
  .work-point-02 {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 6.4em;
    padding-right: 0;
  }
}
.work-point-02__container {
  text-align: right;
}
@media (max-width: 768px) {
  .work-point-02__container {
    text-align: left;
  }
}
.work-point-02__title {
  display: inline-block;
  margin-bottom: 0.8em;
  padding-left: 1.6em;
}
@media (max-width: 768px) {
  .work-point-02__title {
    margin-bottom: 4.4em;
    padding-left: 0em;
    padding-right: 1.6em;
  }
}
.work-point-02__image {
  width: 30%;
}
@media (max-width: 768px) {
  .work-point-02__image {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6em;
  }
}
.work-point-02__text {
  text-align: right;
}
@media (max-width: 768px) {
  .work-point-02__text {
    text-align: left;
  }
}

.work-point-03 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .work-point-03 {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .work-point-03__container {
    width: 100%;
  }
}
.work-point-03__title {
  display: inline-block;
  margin-left: 0.8em;
  margin-bottom: 0.8em;
  padding-right: 1.6em;
}
@media (max-width: 768px) {
  .work-point-03__title {
    margin-left: 0;
    margin-bottom: 4.8em;
  }
}
.work-point-03__image {
  width: 30%;
}
@media (max-width: 768px) {
  .work-point-03__image {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
}

.work-treatment__title {
  margin-bottom: 0.4em;
  color: #5685c2;
  font-size: 30rem;
  text-align: center;
}
@media (max-width: 768px) {
  .work-treatment__title {
    font-size: 42rem;
  }
}
@media (max-width: 480px) {
  .work-treatment__title {
    font-size: 30rem;
  }
}
.work-treatment__image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8em;
}
@media (max-width: 768px) {
  .work-treatment__image {
    width: 64%;
    margin-bottom: 4.2em;
  }
}
@media (max-width: 480px) {
  .work-treatment__image {
    width: 40%;
    margin-bottom: 1.6em;
  }
}
.work-treatment__image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.work-treatment__text {
  font-size: 13rem;
}
@media (max-width: 768px) {
  .work-treatment__text {
    font-size: 20rem;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .work-treatment__text {
    font-size: 18rem;
  }
}

.work-training__text {
  margin-bottom: 4em;
  text-align: center;
  color: #224496;
  font-size: 17rem;
}
@media (max-width: 768px) {
  .work-training__text {
    margin-bottom: 1.8em;
    font-size: 24rem;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .work-training__text {
    font-size: 18rem;
  }
}
.work-training__list-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .work-training__list-container {
    flex-direction: column;
  }
}
.work-training__list {
  width: 32.4%;
  border-left: 1px solid #224496;
  text-align: center;
}
@media (max-width: 768px) {
  .work-training__list {
    width: 78.7555555556%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.6em;
    padding-bottom: 3.6em;
    padding-left: 2%;
    padding-right: 2%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #224496;
  }
}
@media (max-width: 480px) {
  .work-training__list {
    width: 100%;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
}
.work-training__list:last-child {
  border-right: 1px solid #224496;
}
@media (max-width: 768px) {
  .work-training__list:last-child {
    border-right: none;
  }
}
.work-training__list--title {
  margin-bottom: 0.84em;
  color: #224496;
  font-size: 30rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .work-training__list--title {
    margin-bottom: 0.8em;
    font-size: 54rem;
  }
}
@media (max-width: 480px) {
  .work-training__list--title {
    margin-bottom: 0.4em;
    font-size: 32rem;
  }
}
.work-training__list--deco {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 0.6em 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media (max-width: 768px) {
  .work-training__list--deco {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.4em;
    padding: 0.5em 0;
    border-radius: 20px;
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .work-training__list--deco {
    width: 72%;
    margin-bottom: 0.8em;
    border-radius: 16px;
    font-size: 20rem;
  }
}
.work-training__list--deco:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12rem solid transparent;
  border-right: 12rem solid transparent;
}
@media (max-width: 768px) {
  .work-training__list--deco:after {
    border-left: 24rem solid transparent;
    border-right: 24rem solid transparent;
  }
}
@media (max-width: 480px) {
  .work-training__list--deco:after {
    border-left: 12rem solid transparent;
    border-right: 12rem solid transparent;
  }
}
.work-training__list--deco span {
  font-size: 21rem;
}
@media (max-width: 768px) {
  .work-training__list--deco span {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .work-training__list--deco span {
    font-size: 24rem;
  }
}
.work-training__list--deco-other {
  background-color: #5a606d;
}
.work-training__list--deco-other:after {
  border-top: 12rem solid #5a606d;
}
@media (max-width: 768px) {
  .work-training__list--deco-other:after {
    border-top: 24rem solid #5a606d;
  }
}
@media (max-width: 480px) {
  .work-training__list--deco-other:after {
    border-top: 12rem solid #5a606d;
  }
}
.work-training__list--deco-tique {
  background-color: #224496;
}
.work-training__list--deco-tique:after {
  border-top: 12rem solid #224496;
}
@media (max-width: 768px) {
  .work-training__list--deco-tique:after {
    border-top: 24rem solid #224496;
  }
}
@media (max-width: 480px) {
  .work-training__list--deco-tique:after {
    border-top: 12rem solid #224496;
  }
}
.work-training__list--normal {
  margin-bottom: 1em;
  color: #224496;
  font-size: 22rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .work-training__list--normal {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .work-training__list--normal {
    margin-bottom: 0.4em;
    font-size: 24rem;
  }
}

.salary {
  margin-bottom: 3.6em;
}
@media (max-width: 768px) {
  .salary {
    margin-bottom: 12em;
  }
}
@media (max-width: 480px) {
  .salary {
    margin-bottom: 8em;
  }
}
.salary__title {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .salary__title {
    margin-bottom: 8em;
  }
}
@media (max-width: 480px) {
  .salary__title {
    margin-bottom: 4em;
  }
}
.salary__image {
  margin-bottom: 4.2em;
}
@media (max-width: 768px) {
  .salary__image {
    margin-bottom: 8.8em;
  }
}
.salary__example {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .salary__example {
    margin-bottom: 0;
  }
}
.salary__example--title {
  margin-bottom: 2.4em;
}
@media (max-width: 768px) {
  .salary__example--title span {
    font-size: 45rem;
  }
  .salary__example--title span:before, .salary__example--title span:after {
    width: 28rem;
    height: 28rem;
  }
}
@media (max-width: 480px) {
  .salary__example--title span {
    font-size: 28rem;
  }
  .salary__example--title span:before, .salary__example--title span:after {
    width: 18rem;
    height: 18rem;
  }
}
.salary__example--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8em 1.6em;
  padding: 0 4%;
}
@media (max-width: 768px) {
  .salary__example--content {
    gap: 2em 1.6em;
  }
}

/* =============================================
swiper用のcss
============================================= */
@media (max-width: 768px) {
  .salary-swiper {
    padding-bottom: 5.6em !important;
  }
}
@media (max-width: 480px) {
  .salary-swiper {
    padding-bottom: 4em !important;
  }
}
.salary-swiper .swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10 !important;
  text-align: center;
}
.salary-swiper .swiper-pagination-bullet {
  width: 2.8em !important;
  height: 2.8em !important;
  margin: 0 1em !important;
  background-color: #fff !important;
  border-radius: 50%;
  border: 1px solid #5b8fcd;
  opacity: 1 !important;
}
@media (max-width: 480px) {
  .salary-swiper .swiper-pagination-bullet {
    width: 1.4em !important;
    height: 1.4em !important;
    margin: 0 0.8em !important;
    border: 1rem solid #5b8fcd;
  }
}
.salary-swiper .swiper-pagination-bullet-active {
  background-color: #224496 !important;
}

.salary-example {
  width: 48%;
  max-width: 408px;
  border: 2px solid #5685c2;
  padding-top: 2em;
  padding-bottom: 3em;
  text-align: center;
}
@media (max-width: 768px) {
  .salary-example {
    border: 2rem solid #5685c2;
    width: 69% !important;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .salary-example {
    width: 80% !important;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    border: 1.4rem solid #5685c2;
  }
}
.salary-example__title {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.6em;
  padding: 0.8em 1em;
  background-color: #224496;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .salary-example__title {
    margin-bottom: 2.8em;
    padding: 1.4em 1.2em;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .salary-example__title {
    margin-bottom: 1.6em;
    padding: 0.8em 0.6em;
  }
}
.salary-example__title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 12rem solid #224496;
  border-left: 12rem solid transparent;
  border-right: 12rem solid transparent;
}
.salary-example__title span {
  color: #fff;
  font-size: 18rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .salary-example__title span {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .salary-example__title span {
    font-size: 20rem;
  }
}
.salary-example__time {
  display: inline-block;
  margin-bottom: 1.8em;
  color: #224496;
  border-bottom: 4px solid #224496;
  line-height: 1;
}
@media (max-width: 768px) {
  .salary-example__time {
    margin-bottom: 2.4em;
  }
}
@media (max-width: 480px) {
  .salary-example__time {
    margin-bottom: 1.6em;
  }
}
.salary-example__time span.bigger {
  font-size: 44rem;
}
@media (max-width: 768px) {
  .salary-example__time span.bigger {
    font-size: 54rem;
  }
}
@media (max-width: 480px) {
  .salary-example__time span.bigger {
    font-size: 36rem;
  }
}
.salary-example__time span.smaller {
  font-size: 30rem;
}
@media (max-width: 768px) {
  .salary-example__time span.smaller {
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .salary-example__time span.smaller {
    font-size: 24rem;
  }
}
.salary-example__price {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.6em;
}
@media (max-width: 768px) {
  .salary-example__price {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .salary-example__price {
    margin-bottom: 0;
  }
}
.salary-example__price li {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 2em;
  text-align: left;
}
@media (max-width: 768px) {
  .salary-example__price li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.6em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .salary-example__price li {
    margin-bottom: 1.2em;
  }
}
.salary-example__price li span:first-child {
  color: #5a606d;
  font-size: 16rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .salary-example__price li span:first-child {
    margin-bottom: 0.2em;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .salary-example__price li span:first-child {
    font-size: 18rem;
  }
}
.salary-example__price li span:nth-child(2) {
  color: #224496;
  font-size: 39rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .salary-example__price li span:nth-child(2) {
    font-size: 64rem;
  }
}
@media (max-width: 480px) {
  .salary-example__price li span:nth-child(2) {
    font-size: 40rem;
  }
}
.salary-example__price li span:nth-child(2) .yen {
  color: #224496;
  font-size: 0.4em;
}
.salary-example__arrow {
  position: relative;
  margin-bottom: 1em;
  height: 16rem;
}
@media (max-width: 768px) {
  .salary-example__arrow {
    margin-bottom: 1.6em;
    height: 22rem;
  }
}
@media (max-width: 480px) {
  .salary-example__arrow {
    margin-bottom: 0.8em;
  }
}
.salary-example__arrow:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 16rem solid #224496;
  border-left: 24rem solid transparent;
  border-right: 24rem solid transparent;
}
@media (max-width: 768px) {
  .salary-example__arrow:after {
    border-top: 22rem solid #224496;
    border-left: 27rem solid transparent;
    border-right: 27rem solid transparent;
  }
}
@media (max-width: 480px) {
  .salary-example__arrow:after {
    border-top: 16rem solid #224496;
    border-left: 24rem solid transparent;
    border-right: 24rem solid transparent;
  }
}
.salary-example__daylyIncome {
  line-height: 1;
}
.salary-example__daylyIncome span:nth-child(1) {
  color: #5a606d;
  font-size: 36rem;
}
@media (max-width: 768px) {
  .salary-example__daylyIncome span:nth-child(1) {
    font-size: 52rem;
  }
}
@media (max-width: 480px) {
  .salary-example__daylyIncome span:nth-child(1) {
    font-size: 32rem;
  }
}
.salary-example__daylyIncome span:nth-child(2) {
  color: #224496;
  font-size: 71rem;
}
@media (max-width: 768px) {
  .salary-example__daylyIncome span:nth-child(2) {
    font-size: 92rem;
  }
}
@media (max-width: 480px) {
  .salary-example__daylyIncome span:nth-child(2) {
    font-size: 56rem;
  }
}
.salary-example__daylyIncome span:nth-child(3) {
  color: #224496;
  font-size: 36rem;
}
@media (max-width: 768px) {
  .salary-example__daylyIncome span:nth-child(3) {
    font-size: 52rem;
  }
}
@media (max-width: 480px) {
  .salary-example__daylyIncome span:nth-child(3) {
    font-size: 32rem;
  }
}

.question__title {
  margin-bottom: 6.4em;
}
@media (max-width: 480px) {
  .question__title {
    margin-bottom: 4em;
  }
}
@media (max-width: 768px) {
  .question__title span:nth-child(1) {
    font-size: 56rem;
  }
}
@media (max-width: 480px) {
  .question__title span:nth-child(1) {
    font-size: 40rem;
  }
}
@media (max-width: 768px) {
  .question__title span:nth-child(2) {
    font-size: 48rem;
  }
}
@media (max-width: 480px) {
  .question__title span:nth-child(2) {
    font-size: 28rem;
  }
}
.question__content {
  margin-bottom: 9.2em;
  padding: 0 4%;
}
@media (max-width: 480px) {
  .question__content {
    margin-bottom: 8em;
  }
}

.question-accordion {
  margin-bottom: 2em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .question-accordion {
    margin-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .question-accordion {
    margin-bottom: 2em;
  }
}
.question-accordion__header {
  background: #224496;
  color: #fff;
  padding: 0.4em 1em;
  cursor: pointer;
  font-size: 30rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .question-accordion__header {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .question-accordion__header {
    padding-right: 2.4em;
    font-size: 18.4rem;
  }
}
.question-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0em 1em;
  font-size: 18rem;
  line-height: 1.7777777778;
  color: #5a606d;
}
@media (max-width: 768px) {
  .question-accordion__content {
    padding: 0em 1em;
    font-size: 26rem;
  }
}
@media (max-width: 480px) {
  .question-accordion__content {
    font-size: 18rem;
  }
}
.question-accordion__content.active-padding {
  padding: 0.8em 1em;
}
@media (max-width: 768px) {
  .question-accordion__content.active-padding {
    padding: 0.4em 1em;
  }
}

.question-arrow {
  position: relative;
  transition: border 0.4s ease-out;
  transform-origin: center;
}
.question-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 0;
  height: 0;
  border-top: 15rem solid #fff;
  border-left: 15rem solid transparent;
  border-right: 15rem solid transparent;
}
@media (max-width: 480px) {
  .question-arrow:after {
    border-top: 8rem solid #fff;
    border-left: 8rem solid transparent;
    border-right: 8rem solid transparent;
  }
}
.question-arrow.active:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.recruit__title {
  margin-bottom: 6em;
}
.recruit__image {
  margin-bottom: 4.4em;
}
.recruit__point {
  padding: 0 4.4%;
}
.recruit__point--title {
  margin-bottom: 3.6em;
}
@media (max-width: 768px) {
  .recruit__point--title {
    text-align: center;
  }
}
.recruit__point--title span {
  color: #224496;
  font-size: 32rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit__point--title span {
    font-size: 46rem;
  }
}
@media (max-width: 480px) {
  .recruit__point--title span {
    font-size: 28rem;
  }
}

.recruit-list__content {
  display: flex;
  align-items: center;
  min-height: 118px;
  padding: 4.08em 0;
  border-top: 1px solid #999ba0;
}
@media (max-width: 768px) {
  .recruit-list__content {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .recruit-list__content {
    padding: 2.4em 0;
  }
}
.recruit-list__content:last-child {
  margin-bottom: 3.2em;
  border-bottom: 1px solid #999ba0;
}
.recruit-list__content--name, .recruit-list__content--detail {
  display: inline-block;
}
@media (max-width: 768px) {
  .recruit-list__content--name, .recruit-list__content--detail {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.recruit-list__content--name {
  width: 30%;
  color: #224496;
  font-size: 21rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit-list__content--name {
    margin-bottom: 0.4em;
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .recruit-list__content--name {
    width: 100%;
    font-size: 20rem;
  }
}
.recruit-list__content--detail {
  width: 70%;
  color: #5a606d;
  font-size: 19rem;
}
@media (max-width: 768px) {
  .recruit-list__content--detail {
    font-size: 32rem;
    line-height: 1.75;
  }
}
@media (max-width: 480px) {
  .recruit-list__content--detail {
    width: 100%;
    font-size: 20rem;
  }
}

.recruit-button {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1.6em;
  margin-bottom: 10em;
}
@media (max-width: 480px) {
  .recruit-button {
    flex-wrap: wrap;
  }
}
.recruit-button__listTel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .recruit-button__listTel {
    width: 100%;
  }
}
.recruit-button__listTel--link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.4em;
}
.recruit-button__listTel--link img {
  width: 4.5454545455%;
}
.recruit-button__listTel--link span {
  display: inline-block;
  font-size: 30rem;
  font-weight: 200;
  white-space: nowrap;
}
.recruit-button__listTel--text {
  font-size: 10rem;
  font-weight: 200;
}
.recruit-button__common {
  max-width: 268px;
  width: 40%;
  height: auto;
  aspect-ratio: 268/71;
  border-radius: 1em;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  align-content: center;
}
@media (max-width: 768px) {
  .recruit-button__common {
    max-width: unset;
    width: 46%;
    font-size: 41rem;
  }
}
@media (max-width: 480px) {
  .recruit-button__common {
    border-radius: 0.4em;
    font-size: 28rem;
  }
}
.recruit-button__line {
  background-color: #42ab30;
}
.recruit-button__mail {
  background-color: #cc8696;
}

.contact__title {
  margin-bottom: 2.4em;
}
.contact__desc {
  margin-bottom: 3.6em;
  padding-left: 2em;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact__desc {
    padding-left: 0;
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .contact__desc {
    font-size: 18rem;
  }
}

.form {
  margin-bottom: 9em;
  padding: 0 4.4em;
  font-family: "KozMinPr6N", serif;
}
.form__flex {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .form__flex {
    width: 100%;
    margin-top: 7.2em;
    padding-left: 0;
    gap: 3em;
  }
}
@media (max-width: 480px) {
  .form__flex {
    margin-top: 3em;
    margin-bottom: 4em;
    gap: 2em;
  }
}
.form-box {
  position: relative;
  color: #666666;
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 0em;
  margin-bottom: 4.2em;
}
@media (max-width: 768px) {
  .form-box {
    grid-template-columns: 5fr 6fr;
  }
}
@media (max-width: 480px) {
  .form-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.6em;
  }
}
.form-box .mark_required {
  border-radius: 0.3em;
  background-color: #b96161;
  padding: 0.2em 0.6em;
  letter-spacing: 0.05em;
  font-size: 18rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form-box .mark_required {
    font-size: 17rem;
    padding: 0.2em 0.4em;
  }
}
.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;
  justify-content: space-between;
  align-items: center;
  padding-right: 2.4em;
}
@media (max-width: 768px) {
  .form-box-ttl {
    margin-bottom: 0.5em;
  }
}
.form-box-ttl.form-free-ttl {
  align-items: flex-start;
}
.form-box-ttl .title {
  font-size: 22rem;
  font-weight: 500;
  color: #224496;
}
@media (max-width: 768px) {
  .form-box-ttl .title {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .form-box-ttl .title {
    font-size: 18rem;
  }
}
.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: 100%;
  height: 44px;
  border: 0.75px solid #224496;
  padding: 0 1em;
  text-align: left;
  font-size: 20rem;
  color: #000;
}
@media (max-width: 768px) {
  .form-box-content input,
  .form-box-content select {
    border: 0.5px solid #224496;
  }
}
.form .textbox textarea {
  width: 100%;
  height: 10em;
  border: 0.75px solid #224496;
  padding: 0.5em;
  resize: none;
  color: #000;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .form .textbox textarea {
    height: 18.4em;
    border: 0.5px solid #224496;
  }
}
@media (max-width: 480px) {
  .form .textbox textarea {
    height: 15em;
  }
}
.form-submit {
  text-align: center;
}
.form-submit input {
  padding: 0.48em 4.8em;
  background-color: #224496;
  color: #fff;
  font-size: 27rem;
  font-weight: 200;
}
@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: 43rem;
  }
}
@media (max-width: 480px) {
  .form-submit input {
    padding: 0.3em 2em;
    font-size: 24rem;
  }
}

/* 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 {
  background-color: #5a606d;
  padding-top: 4em;
  padding-bottom: 1em;
}
.footer__top {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4em;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .footer__top {
    margin-bottom: 0;
  }
}
.footer__top--logo {
  display: flex;
  align-items: center;
  max-width: 280px;
  width: 42%;
}
@media (max-width: 768px) {
  .footer__top--logo {
    max-width: unset;
    width: 56%;
  }
}
.footer__top--tel {
  max-width: 318px;
  width: 58%;
}
.footer__bottom {
  display: flex;
  justify-content: space-evenly;
}
.footer__bottom li a {
  color: #fff;
  font-size: 18rem;
  font-weight: 200;
}

.footer-tel__link {
  display: flex;
  align-items: center;
  margin-bottom: 0.2em;
  gap: 0.4em;
}
.footer-tel__link img {
  max-width: 24px;
  width: 7.5471698113%;
}
.footer-tel__link span {
  color: #fff;
  font-size: 42rem;
  font-weight: 200;
}
.footer-tel__text {
  color: #fff;
  font-size: 15rem;
}

.bottom {
  padding-top: 2em;
  padding-bottom: 2em;
}
.bottom__link {
  display: block;
  text-align: center;
  width: 27%;
  margin: 0 auto 0.5em;
  padding: 0.4em 0;
  background-color: #00355b;
  color: #fff;
  font-size: 18rem;
}
@media (hover: hover) {
  .bottom__link:hover {
    background-color: #fff;
    color: #00355b;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .bottom__link {
    width: 50%;
    margin: 0 auto 1em;
    font-size: 15rem;
  }
}
@media (max-width: 480px) {
  .bottom__link {
    width: 60%;
    font-size: 18rem;
  }
}
.bottom__copyright {
  display: block;
  text-align: center;
  font-size: 16rem;
  font-weight: 200;
  color: #fff;
}
@media (max-width: 768px) {
  .bottom__copyright {
    font-size: 20rem;
  }
}

.pagetop-button {
  display: flex;
  width: 15.2vw;
  height: 15.2vw;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 4vh;
  right: 4%;
  cursor: pointer;
  z-index: 5;
  background-color: #224496;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .pagetop-button {
    width: 14vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.pagetop-button span {
  color: #fff;
  font-size: 28rem;
  position: relative;
  transform: translateY(0.32em);
}
@media (max-width: 480px) {
  .pagetop-button span {
    font-size: 18rem;
  }
}
.pagetop-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-bottom: 12rem solid #fff;
}

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

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