@charset "UTF-8";
/*! 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;
  overflow: auto !important;
  scroll-behavior: smooth !important;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  overflow: auto !important;
  margin: 0;
  min-height: 100vh;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: 100vh;
}

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

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

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "A-OTF UD新丸ゴ", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #00006f;
  scroll-behavior: smooth;
}

.bg {
  background-image: url("../img/bg.png");
  background-size: 150px 150px;
  background-color: rgba(255, 255, 255, 0.99);
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 1300px) {
  .bg {
    background-size: 12.5vw 12.5vw;
  }
}
@media (max-width: 768px) {
  .bg {
    background-size: 27.7777777778vw 27.7777777778vw;
  }
}

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

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

@font-face {
  font-family: "A-OTF UD新丸ゴ";
  src: url("../../../assets/fonts/A-OTF-UDSHINMGOPRO-MEDIUM.OTF");
  font-weight: 500;
}
@font-face {
  font-family: "A-OTF UD新丸ゴ";
  src: url("../../../assets/fonts/A-OTF-UDShinMGoPro-Light.OTF");
  font-weight: 300;
}
img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

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

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

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

.container {
  width: 100%;
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

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

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

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

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

.vegas-container {
  height: 100vh;
}

#mainvisual {
  position: relative; /* 位置を相対的に設定 */
  z-index: 1; /* リンクが押せるようにz-indexを設定 */
}

.vegas-slide {
  z-index: 0; /* vegasのスライドのz-indexを下げる */
}

.section-title {
  padding: 0.4vw;
  width: 16.16vw;
  position: relative;
  text-align: center;
  font-size: 1.44vw;
  border: 1px solid #004ecd;
  color: #1f1faa;
  border-radius: 19px;
  margin: 0 auto;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  z-index: auto;
}
@media (max-width: 1300px) {
  .section-title {
    font-size: 36px;
    width: 404px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 6.6666666667vw;
    width: 89.6296296296vw;
    padding: 1.8518518519vw;
  }
}
.section-title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 7px;
  background: #d1e7ff;
  border-radius: 19px;
  z-index: -1;
}

.scroll-point {
  position: relative;
  z-index: 1;
}

.moreBtn {
  position: relative;
  text-align: center;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.04vw;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .moreBtn {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .moreBtn {
    font-size: 4.8148148148vw;
  }
}
.moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 28px;
  height: 1px;
  background-color: #fff;
  transform: rotate(211deg);
}
@media (max-width: 768px) {
  .moreBtn::after {
    width: 5.1851851852vw;
  }
}

.section-img {
  padding: 2.8vw 0 0;
  z-index: -1;
}
.section-img img {
  width: 100%;
}
@media (max-width: 1300px) {
  .section-img {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .section-img {
    padding: 12.962962963vw 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.bound2 {
  opacity: 0;
}

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

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.scroll-point {
  padding-top: 3.84vw;
  margin-top: -3.84vw;
}
@media (max-width: 1300px) {
  .scroll-point {
    padding-top: 96px;
    margin-top: -96px;
  }
}
@media (max-width: 768px) {
  .scroll-point {
    padding-top: 17.7777777778vw;
    margin-top: -17.7777777778vw;
  }
}

.footer {
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
.footerpc {
  background-color: #00006f;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1300px) {
  .footerpc {
    display: none !important;
  }
}
.footerpc__nav {
  padding: 0.8vw 0;
}
@media (max-width: 1300px) {
  .footerpc__nav {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .footerpc__nav {
    padding: 3.7037037037vw 0;
  }
}
.footerpc__nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  gap: 3.2vw;
  padding-left: 4.8vw;
}
@media (max-width: 768px) {
  .footerpc__nav__list {
    padding-left: 22.2222222222vw;
  }
}
.footerpc__nav__list-link {
  font-size: 0.84vw;
  font-weight: 200;
}
@media (max-width: 1300px) {
  .footerpc__nav__list-link {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .footerpc__nav__list-link {
    font-size: 3.8888888889vw;
  }
}
.footer__tabButton {
  position: absolute;
  width: 10.3703703704vw;
  height: 10vw;
  top: 0;
  right: 0;
  z-index: 100;
  color: #fff;
}
.footer__tabButton__link {
  height: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.7407407407vw;
}
.footer__tabButton__link::after {
  display: block;
  font-size: 4.0740740741vw;
  font-weight: 300;
  color: #fff;
}
.footer__tabButton__link:first-of-type img {
  width: 5.3703703704vw;
}
.footer__tabButton__link:first-of-type::after {
  content: "TEL";
}
.footer__tabButton__link:nth-of-type(2) img {
  height: 6.1111111111vw;
}
.footer__tabButton__link:nth-of-type(2)::after {
  content: "TOP";
}
.footer__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #fff;
}
.footer__tabButton span:nth-of-type(1) {
  top: 1.1111111111vw;
}
.footer__tabButton span:nth-of-type(2) {
  top: 5vw;
}
.footer__tabButton:last-child {
  position: relative;
  transition: transform 0.3s ease;
}
.footer__tabButton:last-child::after {
  content: "menu";
  position: absolute;
  top: 6.2962962963vw;
  font-size: 4.0740740741vw;
}
.footer__tabButton-active:nth-of-type(1) {
  width: 78% !important;
  top: 3.7037037037vw !important;
  transform: rotate(45deg);
}
.footer__tabButton-active:nth-of-type(2) {
  width: 78% !important;
  top: 3.7037037037vw !important;
  transform: rotate(-45deg);
}
.footer__tabButton-active:last-child::after {
  content: "";
  position: absolute;
  top: 6.2962962963vw;
  font-size: 4.0740740741vw;
}
.footer__tabButton-wrapper {
  max-width: 100vw;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 100;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #00006f;
  max-height: 13.8888888889vw;
  height: 100%;
  padding: 2% 0;
}
.footer__tabButton-nav {
  display: flex;
}
.footer__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12.962962963vw 0;
  width: 100%;
  height: 18.5185185185vw;
  gap: 2.7777777778vw;
}
.footer__tabButton-nav div span {
  font-size: 4.8148148148vw;
}
.footer__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  background: #00006f;
  transition: 0.6s all ease-out;
  z-index: 90;
}
.footer__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4.4444444444vw;
  margin-top: -4.0740740741vw;
  vertical-align: middle;
}
.footer__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  transform: translate(-50%);
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.footer__tabNav__list-link {
  font-size: 29px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.footer__tabNav-active {
  right: 5% !important;
}

.form {
  font-size: 0.76vw;
  margin-top: 1.88vw;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #626557;
}
@media (max-width: 1300px) {
  .form {
    font-size: 19px;
    margin-top: 47px;
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .form {
    font-size: 3.5185185185vw;
    margin-top: 8.7037037037vw;
    margin-bottom: 42.5925925926vw;
  }
}
.form .error {
  display: block;
  position: absolute;
  top: 3.56vw;
  left: 0;
  width: 100%;
  color: #e2345a;
  font-size: 0.88vw;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .form .error {
    top: 89px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .form .error {
    top: 16.4814814815vw;
    font-size: 4.0740740741vw;
  }
}
.form .hissu::before {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: 1.96vw;
  right: -0.36vw;
  font-size: 0.84vw;
  color: #820000;
  z-index: -1;
}
@media (max-width: 1300px) {
  .form .hissu::before {
    font-size: 21px;
    top: 49px;
    right: -9px;
  }
}
@media (max-width: 768px) {
  .form .hissu::before {
    font-size: 3.8888888889vw;
    top: 9.0740740741vw;
    right: -1.6666666667vw;
  }
}
.form-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.28vw auto;
  gap: 5px;
  position: relative;
  z-index: 0;
  border-radius: 7px;
  width: 18.8vw;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .form-box {
    width: 470px;
    margin: 32px 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .form-box {
    width: 80%;
    margin: 5.9259259259vw auto;
    padding-bottom: 7.4074074074vw;
  }
}
.form-box-age {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-box label {
  width: 100%;
  padding: 0.32vw 0;
  text-align: left;
  letter-spacing: 0.2rem;
  color: #626557;
}
@media (max-width: 1300px) {
  .form-box label {
    padding: 8px 0;
  }
}
@media (max-width: 768px) {
  .form-box label {
    padding: 1.4814814815vw 0;
  }
}
.form-box label-text {
  width: 100px;
}
.form-box input {
  width: 16.8vw;
  padding: 8px;
  border: 1px solid #626557;
  color: #626557;
  border-radius: 2px;
}
@media (max-width: 1300px) {
  .form-box input {
    width: 420px;
  }
}
@media (max-width: 768px) {
  .form-box input {
    width: 80%;
  }
}
.form-box input.age {
  width: 6.48vw;
}
@media (max-width: 1300px) {
  .form-box input.age {
    width: 162px;
  }
}
.form-box-select select {
  width: 100%;
  padding: 0.48vw;
  border: 1px solid #626557;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  background-image: url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 1.48vw 1vw;
  background-position: right 0.48vw center;
}
@media (max-width: 1300px) {
  .form-box-select select {
    background-size: 37px 25px;
    padding: 12px;
    background-position: right 12px center;
  }
}
@media (max-width: 768px) {
  .form-box-select select {
    padding: 5vw 2.2222222222vw;
    background-size: 6.8518518519vw 4.6296296296vw;
    background-position: right 2.2222222222vw center;
  }
}
.form textarea {
  width: 100%;
  height: 18.36vw;
  border: 1px solid #626557;
  padding: 0.32vw 0.48vw;
  resize: none;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .form textarea {
    height: 459px;
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .form textarea {
    width: 80%;
    height: 85vw;
    padding: 1.4814814815vw 2.2222222222vw;
  }
}
.form-textarea {
  align-items: flex-start;
}
.form-submit {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 0.4vw;
}
@media (max-width: 1300px) {
  .form-submit {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .form-submit {
    margin-top: 1.8518518519vw;
  }
}
.form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23.6vw;
  width: 1.68vw;
  height: 1.36vw;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .form-submit::after {
    left: 590px;
    width: 42px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .form-submit::after {
    left: 109.2592592593vw;
    width: 7.7777777778vw;
    height: 6.2962962963vw;
  }
}
.form-submit input {
  padding: 0.44vw 0;
  width: 12.08vw;
  font-size: 1.08vw;
  text-align: center;
  background-color: #00004f;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 1300px) {
  .form-submit input {
    width: 302px;
    font-size: 27px;
    padding: 11px 0;
  }
}
@media (max-width: 768px) {
  .form-submit input {
    width: 55.9259259259vw;
    font-size: 5vw;
    padding: 2.037037037vw 0;
  }
}
.form .box {
  margin: 0 auto;
}
.form .box .form-confirm {
  padding-bottom: 1.6vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .form .box .form-confirm {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .form .box .form-confirm {
    padding-bottom: 7.4074074074vw;
  }
}
.form .box .form-confirm h4 {
  font-size: 1.12vw;
  padding-bottom: 0.4vw;
}
@media (max-width: 1300px) {
  .form .box .form-confirm h4 {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .form .box .form-confirm h4 {
    font-size: 5.1851851852vw;
    padding-bottom: 1.8518518519vw;
  }
}
.form .box .form-box-input {
  color: #681f1f;
}

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

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 4vw;
  height: 4vw;
  animation: spin 1s linear infinite;
}
@media (max-width: 1300px) {
  .loader {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .loader {
    width: 18.5185185185vw;
    height: 18.5185185185vw;
  }
}

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

.wrapper__sp {
  max-width: 21.6vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 5%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
}
@media (max-width: 1300px) {
  .wrapper__sp {
    max-width: 540px;
    box-shadow: none;
    right: 0;
  }
}
@media (max-width: 768px) {
  .wrapper__sp {
    max-width: 100vw;
  }
}
.wrapper__sp::-webkit-scrollbar {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  right: 5%;
  max-width: 21.6vw;
  width: 100%;
  height: 5.08vw;
  background-color: #fff;
  z-index: 10000 !important;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
@media (max-width: 1300px) {
  .header {
    max-width: 540px;
    right: 0;
    height: 127px;
  }
}
@media (max-width: 768px) {
  .header {
    max-width: 100vw;
    right: 0;
    height: 23.5185185185vw;
  }
}
.header__flex {
  padding: 0 0.92vw;
  display: flex;
  height: 5.08vw;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  .header__flex {
    padding: 0 23px;
    height: 127px;
  }
}
@media (max-width: 768px) {
  .header__flex {
    padding: 0 4.2592592593vw;
    height: 23.5185185185vw;
  }
}
.header__flex h2 img {
  width: 10.96vw;
}
@media (max-width: 1300px) {
  .header__flex h2 img {
    width: 274px;
  }
}
@media (max-width: 768px) {
  .header__flex h2 img {
    width: 50.7407407407vw;
  }
}
.header__tabButton {
  position: absolute;
  width: 2.24vw;
  height: 2.04vw;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 1300px) {
  .header__tabButton {
    width: 56px;
    height: 51px;
  }
}
@media (max-width: 768px) {
  .header__tabButton {
    width: 10.3703703704vw;
    height: 9.4444444444vw;
  }
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #00006f;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #00006f;
}
.header__tabButton span:nth-of-type(1) {
  top: 0;
}
.header__tabButton span:nth-of-type(2) {
  top: 20px;
}
@media (max-width: 768px) {
  .header__tabButton span:nth-of-type(2) {
    top: 3.7037037037vw;
  }
}
.header__tabButton:last-child {
  position: relative;
  transition: transform 0.3s ease;
}
.header__tabButton:last-child::after {
  content: "menu";
  position: absolute;
  top: 30px;
  font-size: 0.88vw;
}
@media (max-width: 1300px) {
  .header__tabButton:last-child::after {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .header__tabButton:last-child::after {
    top: 5.5555555556vw;
    font-size: 4.0740740741vw;
  }
}
.header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 30px !important;
  transform: rotate(45deg);
  background: #fff;
}
.header__tabButton-active:nth-of-type(2) {
  width: 90% !important;
  top: 30px !important;
  transform: rotate(-45deg);
  background: #fff;
}
.header__tabButton-active:last-child::after {
  content: "";
  position: absolute;
  top: 30px;
  font-size: 0.88vw;
  color: #fff;
}
@media (max-width: 1300px) {
  .header__tabButton-active:last-child::after {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .header__tabButton-active:last-child::after {
    font-size: 4.0740740741vw;
  }
}
.header__tabButton-nav {
  display: flex;
}
.header__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.8vw 0;
  width: 100%;
  height: 4vw;
  gap: 0.6vw;
}
@media (max-width: 768px) {
  .header__tabButton-nav div {
    padding: 12.962962963vw 0;
    height: 18.5185185185vw;
    gap: 2.7777777778vw;
  }
}
.header__tabButton-nav div span {
  font-size: 1.04vw;
}
@media (max-width: 1300px) {
  .header__tabButton-nav div span {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .header__tabButton-nav div span {
    font-size: 4.8148148148vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 21.6vw;
  width: 100%;
  height: 100vh;
  background: #00006f;
  transition: 0.6s all ease-out;
  z-index: 90;
}
@media (max-width: 1300px) {
  .header__tabNav {
    max-width: 41.5384615385vw;
  }
}
@media (max-width: 768px) {
  .header__tabNav {
    max-width: 100vw;
  }
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.96vw;
  margin-top: -0.88vw;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header__tabNav::before {
    height: 4.4444444444vw;
  }
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  transform: translate(-50%);
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.header__tabNav__list-link {
  font-size: 1.16vw;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1300px) {
  .header__tabNav__list-link {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .header__tabNav__list-link {
    font-size: 5.3703703704vw;
  }
}
.header__tabNav__list-link:last-child {
  padding-top: 2vw;
}
@media (max-width: 1300px) {
  .header__tabNav__list-link:last-child {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .header__tabNav__list-link:last-child {
    padding-top: 9.2592592593vw;
  }
}
.header__tabNav__list-link:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.header__tabNav__list-link:last-child a::before {
  content: "";
  display: inline-block;
  background: url(../img/nav-tel-icon.png) no-repeat center center;
  background-size: 1.96vw 1.28vw;
  width: 1.96vw;
  height: 1.28vw;
}
@media (max-width: 1300px) {
  .header__tabNav__list-link:last-child a::before {
    background-size: 49px 32px;
    width: 49px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .header__tabNav__list-link:last-child a::before {
    background-size: 9.0740740741vw 5.9259259259vw;
    width: 9.0740740741vw;
    height: 5.9259259259vw;
  }
}
.header__tabNav-active {
  right: 5% !important;
}
@media (max-width: 1300px) {
  .header__tabNav-active {
    right: 0 !important;
  }
}

.top.scroll-point {
  padding-top: 5.08vw;
  margin-top: -5.08vw;
}
@media (max-width: 1300px) {
  .top.scroll-point {
    padding-top: 127px;
    margin-top: -127px;
  }
}
@media (max-width: 768px) {
  .top.scroll-point {
    padding-top: 23.5185185185vw;
    margin-top: -23.5185185185vw;
  }
}
.top__img {
  position: relative;
  z-index: -1;
}
.top__img img {
  width: 100%;
}
.top__img p {
  position: absolute;
  top: 9%;
  left: 74%;
  font-size: 37px;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  writing-mode: vertical-rl;
  font-style: italic;
  text-indent: 1em;
}
.top__salary {
  background-color: #1f1faa;
  color: #fff;
  padding: 26px 0 32px;
  position: relative;
  z-index: -1;
}
.top__salary__desc {
  padding-bottom: 28px;
}
.top__salary__desc p {
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  text-align: center;
  font-feature-settings: "palt";
}
.top__salary__desc p:first-child {
  font-size: 2.2vw;
}
@media (max-width: 1300px) {
  .top__salary__desc p:first-child {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .top__salary__desc p:first-child {
    font-size: 10.1851851852vw;
  }
}
.top__salary__desc p:nth-child(2) {
  font-size: 1.44vw;
}
@media (max-width: 1300px) {
  .top__salary__desc p:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .top__salary__desc p:nth-child(2) {
    font-size: 6.6666666667vw;
  }
}
.top__salary__desc p:nth-child(3) {
  padding-top: 34px;
  font-size: 4.16vw;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: -0.09em;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 1300px) {
  .top__salary__desc p:nth-child(3) {
    font-size: 104px;
  }
}
@media (max-width: 768px) {
  .top__salary__desc p:nth-child(3) {
    font-size: 19.2592592593vw;
  }
}
.top__salary__desc p:nth-child(3) span {
  font-size: 3.32vw;
}
@media (max-width: 1300px) {
  .top__salary__desc p:nth-child(3) span {
    font-size: 83px;
  }
}
@media (max-width: 768px) {
  .top__salary__desc p:nth-child(3) span {
    font-size: 15.3703703704vw;
  }
}
.top__salary__price {
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  padding: 0 1.44vw;
}
@media (max-width: 1300px) {
  .top__salary__price {
    padding: 0 36px;
  }
}
@media (max-width: 768px) {
  .top__salary__price {
    padding: 0 6.6666666667vw;
  }
}
.top__salary__price__item dt {
  display: inline-block;
  padding: 0.5px;
  font-size: 1.88vw;
  border: 1px solid #fff;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .top__salary__price__item dt {
    font-size: 47px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item dt {
    font-size: 8.7037037037vw;
  }
}
.top__salary__price__item dd {
  padding-top: 1vw;
  letter-spacing: -0.05em;
  text-align: center;
  position: relative;
}
@media (max-width: 1300px) {
  .top__salary__price__item dd {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item dd {
    padding-top: 4.6296296296vw;
  }
}
.top__salary__price__item dd span {
  position: absolute;
  bottom: -0.56vw;
}
@media (max-width: 1300px) {
  .top__salary__price__item dd span {
    bottom: -14px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item dd span {
    bottom: -2.5925925926vw;
  }
}
.top__salary__price__item:first-child {
  margin-bottom: 1.2vw;
}
@media (max-width: 1300px) {
  .top__salary__price__item:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:first-child {
    margin-bottom: 5.5555555556vw;
  }
}
.top__salary__price__item:first-child dd {
  font-size: 2.68vw;
  font-style: italic;
}
@media (max-width: 1300px) {
  .top__salary__price__item:first-child dd {
    font-size: 67px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:first-child dd {
    font-size: 12.4074074074vw;
  }
}
.top__salary__price__item:first-child dd span {
  right: 5.52vw;
  bottom: -0.72vw;
  font-size: 5.2vw;
}
@media (max-width: 1300px) {
  .top__salary__price__item:first-child dd span {
    right: 138px;
    bottom: -18px;
    font-size: 130px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:first-child dd span {
    right: 24.4444444444vw;
    bottom: -3.3333333333vw;
    font-size: 24.0740740741vw;
  }
}
.top__salary__price__item:last-child {
  position: relative;
}
.top__salary__price__item:last-child dt {
  letter-spacing: -0.2rem;
}
.top__salary__price__item:last-child dd {
  font-size: 2.4vw;
  font-style: italic;
}
@media (max-width: 1300px) {
  .top__salary__price__item:last-child dd {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:last-child dd {
    font-size: 11.1111111111vw;
  }
}
.top__salary__price__item:last-child dd span {
  font-size: 3.88vw;
  right: 3.04vw;
}
@media (max-width: 1300px) {
  .top__salary__price__item:last-child dd span {
    font-size: 97px;
    right: 76px;
    bottom: -14px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:last-child dd span {
    font-size: 17.962962963vw;
    right: 12.037037037vw;
    bottom: -2.5925925926vw;
  }
}
.top__salary__price__item:last-child::before {
  content: "週4〜（完全日払い制）";
  display: block;
  font-size: 0.84vw;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 0.72vw;
  right: 5px;
}
@media (max-width: 1300px) {
  .top__salary__price__item:last-child::before {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:last-child::before {
    font-size: 3.8888888889vw;
  }
}
@media (max-width: 1300px) {
  .top__salary__price__item:last-child::before {
    top: 18px;
  }
}
@media (max-width: 768px) {
  .top__salary__price__item:last-child::before {
    font-size: 3.8888888889vw;
  }
}
.top__salary__btn {
  background-color: #fff;
  color: #1f1faa;
  margin: 28px auto 0;
  width: 11.72vw;
  padding: 11px 0;
  border-radius: 30px;
  font-size: 0.84vw;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .top__salary__btn {
    font-size: 21px;
    width: 293px;
  }
}
@media (max-width: 768px) {
  .top__salary__btn {
    font-size: 3.8888888889vw;
    width: 54.2592592593vw;
  }
}
.top__true {
  background-color: #f0f0f0;
  padding: 2vw 0;
}
@media (max-width: 1300px) {
  .top__true {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .top__true {
    padding: 9.2592592593vw 0;
  }
}
.top__true h3 {
  font-size: 1.4vw;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 1300px) {
  .top__true h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .top__true h3 {
    font-size: 6.4814814815vw;
  }
}
.top__true p {
  padding: 30px 50px 0;
  font-size: 0.76vw;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .top__true p {
    padding: 30px 50px 0;
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .top__true p {
    padding: 5.5555555556vw 9.2592592593vw 0;
    font-size: 3.5185185185vw;
  }
}

#mv {
  height: 100vh;
}
@media (max-width: 768px) {
  #mv {
    display: none;
  }
}

@media (max-width: 768px) {
  .mv {
    display: none;
  }
}
.mv__logo {
  padding-left: 4.8vw;
  padding-top: 4vw;
}
@media (max-width: 1300px) {
  .mv__logo {
    display: none;
  }
}
.mv__logo h1 img {
  width: 15.04vw;
}
.mv__service {
  padding-left: 1.6vw;
  padding-top: 4vw;
}
@media (max-width: 1300px) {
  .mv__service {
    display: none;
  }
}
.mv__service img {
  width: 100%;
  max-width: 22.2vw;
}
.mv__salary {
  position: fixed;
  top: 24%;
  right: 30.2vw;
}
@media (max-width: 1300px) {
  .mv__salary {
    display: none;
  }
}
.mv__salary__title {
  font-size: 1.68vw;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .mv__salary__title {
    font-size: 1.6153846154vw;
  }
}
.mv__salary__title span {
  font-size: 1.08vw;
}
@media (max-width: 1300px) {
  .mv__salary__title span {
    font-size: 1.0384615385vw;
  }
}
.mv__salary__title h2 {
  font-size: 3.92vw;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .mv__salary__title h2 {
    font-size: 3.7692307692vw;
  }
}
.mv__salary__flex {
  padding-top: 25px;
}
.mv__salary__flex__item__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.6vw;
}
@media (max-width: 1300px) {
  .mv__salary__flex__item__text {
    font-size: 1.5384615385vw;
  }
}
.mv__salary__flex__item p {
  font-weight: 400;
  text-align: right;
}
.mv__salary__flex__item p span {
  font-size: 2.64vw;
}
@media (max-width: 1300px) {
  .mv__salary__flex__item p span {
    font-size: 2.5384615385vw;
  }
}
.mv__salary__btn {
  color: #fff;
  background-color: #00006f;
  width: 10.16vw;
  padding: 0.44vw 0;
  border-radius: 30px;
  font-size: 0.8vw;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  margin-top: 0.8vw;
}
@media (max-width: 1300px) {
  .mv__salary__btn {
    font-size: 1.5384615385vw;
  }
}
.mv__salary__line {
  padding-top: 1.6vw;
  text-align: right;
}
@media (max-width: 2500px) {
  .mv__salary__line {
    display: none;
  }
}
.mv__salary__line img {
  margin-left: auto;
}

.work {
  padding-bottom: 2.8vw;
}
@media (max-width: 1300px) {
  .work {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .work {
    padding-bottom: 8.2352941176vw;
    margin-top: 0.1176470588vw;
  }
}
.work__text {
  padding: 2vw 0.8vw;
  font-size: 0.92vw;
  line-height: 1.5;
  background-color: #f0f0f0;
}
@media (max-width: 1300px) {
  .work__text {
    padding: 50px 20px;
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .work__text {
    padding: 9.2592592593vw 3.7037037037vw;
    font-size: 4.2592592593vw;
  }
}
.work__text ul li {
  font-size: 1.08vw;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 2em;
}
@media (max-width: 1300px) {
  .work__text ul li {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .work__text ul li {
    font-size: 5vw;
  }
}
.work__text p {
  padding-top: 1.4vw;
  font-size: 0.76vw;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .work__text p {
    padding-top: 35px;
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .work__text p {
    padding-top: 6.4814814815vw;
    font-size: 3.5185185185vw;
  }
}
.work__point {
  padding: 1vw 0.8vw;
}
@media (max-width: 1300px) {
  .work__point {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .work__point {
    padding: 4.6296296296vw 3.7037037037vw;
  }
}
.work__point ul {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  padding-left: 0.8vw;
}
@media (max-width: 1300px) {
  .work__point ul {
    gap: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .work__point ul {
    gap: 3.7037037037vw;
    padding-left: 3.7037037037vw;
  }
}
.work__point ul li {
  font-size: 0.88vw;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.8vw;
}
@media (max-width: 1300px) {
  .work__point ul li {
    gap: 20px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .work__point ul li {
    gap: 3.7037037037vw;
    font-size: 4.0740740741vw;
  }
}
.work__point ul li::before {
  content: "";
  background-image: url(../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 1.04vw;
  height: 0.92vw;
  display: inline-block;
}
@media (max-width: 1300px) {
  .work__point ul li::before {
    width: 26px;
    height: 23px;
  }
}
@media (max-width: 768px) {
  .work__point ul li::before {
    width: 4.8148148148vw;
    height: 4.2592592593vw;
  }
}
.work__point p {
  font-size: 0.8vw;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 2vw;
}
@media (max-width: 1300px) {
  .work__point p {
    font-size: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .work__point p {
    font-size: 3.7037037037vw;
    padding-top: 9.2592592593vw;
  }
}
.work__point p::after {
  content: "※上記にひとつでも当てはまる方は今すぐお問いわせください。";
  display: block;
  padding-top: 0.4vw;
  font-size: 0.68vw;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media (max-width: 1300px) {
  .work__point p::after {
    font-size: 17px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .work__point p::after {
    font-size: 3.1481481481vw;
    padding-top: 1.8518518519vw;
  }
}

#workflow {
  display: block; /* 要素が表示されていることを確認 */
  visibility: visible; /* 要素が可視であることを確認 */
}

.workflow__wrap {
  position: relative;
  min-height: 43.44vw;
}
@media (max-width: 1300px) {
  .workflow__wrap {
    min-height: 1086px;
  }
}
@media (max-width: 768px) {
  .workflow__wrap {
    min-height: 185.1851851852vw;
  }
}
.workflow__wrap.open {
  min-height: 78.4vw;
}
@media (max-width: 1300px) {
  .workflow__wrap.open {
    min-height: 1960px;
  }
}
@media (max-width: 768px) {
  .workflow__wrap.open {
    min-height: 362.962962963vw;
  }
}
.workflow__text {
  background-color: rgba(31, 31, 168, 0.9);
  color: #fff;
  width: 17.96vw;
  padding: 0.8vw;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
}
@media (max-width: 1300px) {
  .workflow__text {
    width: 449px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .workflow__text {
    width: 83.1481481481vw;
    padding: 3.7037037037vw;
  }
}
.workflow__text p {
  font-size: 0.88vw;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .workflow__text p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .workflow__text p {
    font-size: 4.0740740741vw;
  }
}
.workflow__text__box {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  padding-top: 1.6vw;
}
@media (max-width: 1300px) {
  .workflow__text__box {
    padding-top: 40px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .workflow__text__box {
    padding-top: 7.4074074074vw;
    gap: 5.5555555556vw;
  }
}
.workflow__text__box__item h3 {
  font-size: 1.12vw;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .workflow__text__box__item h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .workflow__text__box__item h3 {
    font-size: 5.1851851852vw;
  }
}
.workflow__text__box__item p {
  font-size: 0.84vw;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .workflow__text__box__item p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .workflow__text__box__item p {
    font-size: 3.8888888889vw;
  }
}
.workflow__btn {
  margin-bottom: 1.6vw;
  padding-top: 1.6vw;
  padding-bottom: 0.08vw;
}
@media (max-width: 1300px) {
  .workflow__btn {
    padding-top: 40px;
    padding-bottom: 2px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .workflow__btn {
    padding-top: 7.4074074074vw;
    padding-bottom: 0.3703703704vw;
    margin-bottom: 7.4074074074vw;
  }
}
.workflow__hidden {
  display: none;
}

.about {
  margin: 0 0 3.84vw 0;
}
@media (max-width: 1300px) {
  .about {
    margin: 96px 0;
  }
}
@media (max-width: 768px) {
  .about {
    margin: 0;
  }
}
.about-img {
  padding: 0 0.8vw;
}
@media (max-width: 1300px) {
  .about-img {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .about-img {
    padding: 0 3.7037037037vw;
  }
}
.about__img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.92vw;
  padding-bottom: 2.4vw;
}
@media (max-width: 1300px) {
  .about__img-wrap {
    gap: 48px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .about__img-wrap {
    gap: 8.8888888889vw;
    padding-bottom: 11.1111111111vw;
  }
}
.about__img-wrap .section__img {
  padding: 2.8vw 0 0;
}
@media (max-width: 1300px) {
  .about__img-wrap .section__img {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .about__img-wrap .section__img {
    padding: 12.962962963vw 0 0;
  }
}
.about__img-wrap .section__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .about__img-wrap .section__img img {
    width: 100vw;
  }
}
.about__text {
  padding: 0 0.8vw;
  font-size: 0.92vw;
  line-height: 1.5;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
@media (max-width: 1300px) {
  .about__text {
    padding: 0 20px;
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .about__text {
    padding: 0 3.7037037037vw;
    font-size: 4.2592592593vw;
  }
}

.salary {
  margin-top: -114px;
}
@media (max-width: 1300px) {
  .salary {
    margin-top: -9.5vw;
  }
}
@media (max-width: 768px) {
  .salary {
    margin-top: -14.84375vw;
  }
}
.salary .section-title {
  padding-top: 188px;
  position: relative;
}
@media (max-width: 768px) {
  .salary .section-title {
    padding-top: 27.4739583333vw;
  }
  .salary .section-title img {
    width: 34.8958333333vw;
    position: absolute;
    bottom: 4.6875vw;
  }
}
.salary .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 128px;
  left: 87px;
  width: 164px;
  height: 164px;
  background-image: url(../img/heart-r1.png);
  background-size: 164px 164px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1300px) {
  .salary .section-title::before {
    top: 10.6666666667vw;
    left: 7.25vw;
    width: 13.6666666667vw;
    height: 13.6666666667vw;
    background-size: 13.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary .section-title::before {
    background-image: url(../img/heart-r2.png);
    top: 14.3229166667vw;
    left: 10.0260416667vw;
    width: 8.7239583333vw;
    height: 16.40625vw;
    background-size: 8.7239583333vw 16.40625vw;
  }
}
.salary__text {
  padding: 50px 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1300px) {
  .salary__text {
    padding: 4.1666666667vw 0;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .salary__text {
    padding: 2.8645833333vw 0;
    font-size: 2.8645833333vw;
    font-weight: 300;
  }
}
@media (max-width: 440px) {
  .salary__text {
    font-size: 3.6363636364vw;
  }
}
.salary__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 40px;
}
@media (max-width: 1300px) {
  .salary__box {
    gap: 4.1666666667vw;
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .salary__box {
    flex-direction: column;
    padding-top: 11.8489583333vw;
    gap: 13.8020833333vw;
  }
}
.salary__box__item {
  border: 2px solid #e2345a;
  box-shadow: 0 0 10px rgba(226, 52, 90, 0.5);
  border-radius: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .salary__box__item {
    width: 67.1875vw;
    border-radius: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .salary__box__item {
    width: 88.6363636364vw;
  }
}
.salary__box__item h3 {
  padding: 15px 0;
  margin: -22px auto 18px;
  font-size: 17px;
  width: 218px;
  text-align: center;
  background-color: #e2345a;
  color: #fff;
}
@media (max-width: 1300px) {
  .salary__box__item h3 {
    padding: 1.25vw 0;
    margin: -1.8333333333vw auto 1.5vw;
    font-size: 1.4166666667vw;
    width: 22.5vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item h3 {
    padding: 3.125vw 0;
    margin: -5.078125vw auto 4.0364583333vw;
    font-size: 3.125vw;
    width: 43.6197916667vw;
    letter-spacing: 0.0390625vw;
  }
}
@media (max-width: 440px) {
  .salary__box__item h3 {
    font-size: 3.6363636364vw;
  }
}
.salary__box__item p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1300px) {
  .salary__box__item p {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item p {
    font-size: 4.296875vw;
    letter-spacing: 0.2rem;
  }
}
.salary__box__item dl {
  padding: 10px 50px 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .salary__box__item dl {
    padding: 2.5vw 4.1666666667vw 2.6666666667vw;
    gap: 2.5vw 0;
  }
}
@media (max-width: 768px) {
  .salary__box__item dl {
    padding: 4.8177083333vw 0 4.8177083333vw;
    gap: 4.8177083333vw 0;
    align-items: center;
  }
}
.salary__box__item dl div {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1300px) {
  .salary__box__item dl div {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item dl div {
    justify-content: center;
    gap: 2.6041666667vw;
  }
}
.salary__box__item dl div dt {
  font-size: 21px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .salary__box__item dl div dt {
    font-size: 1.75vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item dl div dt {
    font-size: 4.296875vw;
    letter-spacing: 0.2rem;
  }
}
.salary__box__item dl div dd {
  font-size: 58px;
  color: #e2345a;
}
@media (max-width: 1300px) {
  .salary__box__item dl div dd {
    font-size: 4.8333333333vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item dl div dd img {
    width: 30.2083333333vw;
  }
}
.salary__box__item:last-child dl {
  flex-direction: row;
  gap: 60px;
  padding: 10px 95px 32px;
}
@media (max-width: 1300px) {
  .salary__box__item:last-child dl {
    gap: 5vw;
    padding: 0.8333333333vw 7.9166666667vw 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item:last-child dl {
    flex-direction: column;
    padding: 4.8177083333vw 0 7.2916666667vw;
    width: 56.7708333333vw;
    margin: 0 auto;
  }
  .salary__box__item:last-child dl div {
    width: 56.3802083333vw;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 440px) {
  .salary__box__item:last-child dl div {
    width: 59.0909090909vw;
  }
}
.salary__box__item:last-child h3 {
  font-size: 21px;
}
@media (max-width: 1300px) {
  .salary__box__item:last-child h3 {
    font-size: 1.75vw;
  }
}
@media (max-width: 768px) {
  .salary__box__item:last-child h3 {
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .salary__box__item:last-child h3 {
    font-size: 3.6363636364vw;
  }
}
.salary__point {
  padding-top: 123px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .salary__point {
    padding-top: 10.25vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .salary__point {
    padding-top: 10.6770833333vw;
    padding-bottom: 13.0208333333vw;
  }
}
.salary__point h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #e2345a;
  font-size: 36px;
}
@media (max-width: 1300px) {
  .salary__point h4 {
    gap: 0.8333333333vw;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .salary__point h4 {
    font-size: 5.7291666667vw;
  }
}
.salary__point h4::before, .salary__point h4::after {
  content: "";
  display: block;
  background: url(../img/salary-deco.png) no-repeat center center;
  background-size: 27px 28px;
  width: 27px;
  height: 28px;
  margin-bottom: 43px;
}
@media (max-width: 1300px) {
  .salary__point h4::before, .salary__point h4::after {
    width: 2.25vw;
    height: 2.3333333333vw;
    margin-bottom: 3.5833333333vw;
    background-size: 2.25vw 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .salary__point h4::before, .salary__point h4::after {
    width: 3.515625vw;
    height: 3.6458333333vw;
    margin-bottom: 5.5989583333vw;
    background-size: 3.515625vw 3.6458333333vw;
  }
}
.salary__point h4::before {
  transform: rotate(253deg);
}
.salary__point__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 53px;
  padding-right: 60px;
  padding-top: 42px;
}
@media (max-width: 1300px) {
  .salary__point__box {
    gap: 4.4166666667vw;
    padding-right: 5vw;
    padding-top: 3.5vw;
  }
}
@media (max-width: 768px) {
  .salary__point__box {
    padding-right: 0;
    flex-direction: column-reverse;
    gap: 0.5208333333vw;
  }
}
.salary__point__box__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding-top: 26px;
}
@media (max-width: 1300px) {
  .salary__point__box__list {
    gap: 3.5vw;
    padding-top: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__point__box__list {
    gap: 8.0729166667vw;
  }
}
.salary__point__box__list-link {
  font-size: 27px;
  box-shadow: 0px -6px 5px -3px rgba(255, 176, 197, 0.6) inset, 0px 8px 4px -2px #ffb0c5;
  font-weight: bold;
  padding: 0 34px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .salary__point__box__list-link {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  .salary__point__box__list-link {
    font-size: 6.25vw;
    letter-spacing: 0.5rem;
    font-weight: 400;
    box-shadow: 0px -6px 5px -5px rgba(255, 176, 197, 0.6) inset, 0px 8px 4px -3px #ffb0c5;
    padding: 0 4.4270833333vw;
  }
}
.salary__point__box__img img {
  width: 524px;
}
@media (max-width: 1300px) {
  .salary__point__box__img img {
    width: 43.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__point__box__img img {
    width: 79.1666666667vw;
  }
}

.faq {
  position: relative;
  z-index: -2;
  margin-bottom: 3.84vw;
}
@media (max-width: 1300px) {
  .faq {
    margin-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: 17.7777777778vw;
  }
}
.faq-box {
  border-bottom: 1px solid #000;
  font-size: 0.76vw;
  line-height: 1.7;
  position: relative;
}
.faq-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.84vw;
  padding-top: 1.2vw;
  margin: 2.8vw auto 0;
  background-color: #f0f0f0;
  color: #000;
}
@media (max-width: 1300px) {
  .faq-box-wrapper {
    gap: 21px;
    padding-top: 30px;
    margin: 70px auto 0;
  }
}
@media (max-width: 768px) {
  .faq-box-wrapper {
    gap: 3.8888888889vw;
    padding-top: 5.5555555556vw;
    margin: 12.962962963vw auto 0;
  }
}
.faq-box-wrapper h3 {
  font-size: 1.04vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 1.8vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #000;
}
@media (max-width: 1300px) {
  .faq-box-wrapper h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .faq-box-wrapper h3 {
    font-size: 4.8148148148vw;
  }
}
.faq-box-wrapper h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 31px;
  background-color: #000;
}
@media (max-width: 1300px) {
  .faq-box {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .faq-box {
    font-size: 3.5185185185vw;
  }
}
.faq-box-q {
  padding: 0 0 0.4vw 1.4vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 1300px) {
  .faq-box-q {
    padding: 0 0 10px 35px;
  }
}
@media (max-width: 768px) {
  .faq-box-q {
    padding: 0 0 1.8518518519vw 6.4814814815vw;
  }
}
.faq-box-q::before {
  content: "Q.";
  display: inline-block;
}
.faq-box-q::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 7px;
  background: url(../img/open-icon.png) no-repeat center;
  background-size: 0.6vw 0.64vw;
  width: 0.6vw;
  height: 0.64vw;
  transition: background 0.3s ease, width 0.3s ease, height 0.3s ease;
}
@media (max-width: 1300px) {
  .faq-box-q::after {
    background-size: 15px 16px;
    width: 15px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .faq-box-q::after {
    background-size: 2.7777777778vw 2.962962963vw;
    width: 2.7777777778vw;
    height: 2.962962963vw;
  }
}
.faq-box-q.q-open::after {
  background: url(../img/q-icon.png) no-repeat center;
  background-size: 0.6vw 0.48vw;
  width: 0.6vw;
  height: 0.08vw;
  top: 0.72vw;
  transition: background 0.3s ease, width 0.3s ease, height 0.3s ease;
}
@media (max-width: 1300px) {
  .faq-box-q.q-open::after {
    width: 15px;
    height: 2px;
    background-size: 15px 2px;
  }
}
@media (max-width: 768px) {
  .faq-box-q.q-open::after {
    background-size: 2.7777777778vw 2.2222222222vw;
    width: 2.7777777778vw;
    height: 0.3703703704vw;
  }
}
.faq-box-a {
  display: none;
}
.faq-box-a::before {
  content: "A.";
  display: inline-block;
}
.faq-box-a.a-open {
  display: flex;
  padding: 0 0 0.76vw 40px;
}
@media (max-width: 1300px) {
  .faq-box-a.a-open {
    padding: 0 0 19px 40px;
  }
}
@media (max-width: 768px) {
  .faq-box-a.a-open {
    padding: 0 0 3.5185185185vw 40px;
  }
}
.faq-box-a.a-open::before {
  left: 0.76vw;
  top: 0.48vw;
}
@media (max-width: 1300px) {
  .faq-box-a.a-open::before {
    left: 19px;
    top: 12px;
  }
}
@media (max-width: 768px) {
  .faq-box-a.a-open::before {
    left: 3.5185185185vw;
    top: 2.2222222222vw;
  }
}

.recruit {
  margin-bottom: 3.84vw;
}
@media (max-width: 1300px) {
  .recruit {
    margin-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .recruit {
    margin-bottom: 0;
  }
}
.recruit__content {
  padding: 2.8vw 1.4vw 0;
}
@media (max-width: 1300px) {
  .recruit__content {
    padding: 70px 35px 0;
  }
}
@media (max-width: 768px) {
  .recruit__content {
    padding: 12.962962963vw 6.4814814815vw 0;
  }
}
.recruit__content__item {
  padding-bottom: 1.52vw;
}
@media (max-width: 1300px) {
  .recruit__content__item {
    padding-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item {
    padding-bottom: 7.037037037vw;
  }
}
.recruit__content__item h3 {
  display: inline-block;
  font-size: 1.04vw;
  font-weight: 500;
  color: #fff;
  background-color: #00006f;
  padding: 0 26px;
  text-align: center;
}
@media (max-width: 1300px) {
  .recruit__content__item h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item h3 {
    font-size: 4.8148148148vw;
  }
}
.recruit__content__item p {
  padding-top: 0.2vw;
  font-size: 0.84vw;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .recruit__content__item p {
    padding-top: 5px;
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item p {
    padding-top: 0.9259259259vw;
    font-size: 3.8888888889vw;
  }
}
.recruit__content__item__content {
  padding-bottom: 2vw;
  font-size: 0.84vw;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .recruit__content__item__content {
    padding-bottom: 50px;
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content {
    padding-bottom: 9.2592592593vw;
    font-size: 3.8888888889vw;
  }
}
.recruit__content__item__content h4 {
  font-size: 1.2vw;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .recruit__content__item__content h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content h4 {
    font-size: 5.5555555556vw;
  }
}
.recruit__content__item__content ul {
  padding-bottom: 20px;
}
@media (max-width: 1300px) {
  .recruit__content__item__content ul {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content ul {
    padding-bottom: 3.7037037037vw;
  }
}
.recruit__content__item__content ul li span {
  display: block;
  text-indent: 1rem;
}
.recruit__content__item__content__example {
  width: 10.4vw;
}
@media (max-width: 1300px) {
  .recruit__content__item__content__example {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content__example {
    width: 48.1481481481vw;
  }
}
.recruit__content__item__content__example__title {
  font-size: 0.84vw;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .recruit__content__item__content__example__title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content__example__title {
    font-size: 3.8888888889vw;
  }
}
.recruit__content__item__content__example dl {
  font-size: 0.84vw;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .recruit__content__item__content__example dl {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content__example dl {
    font-size: 3.8888888889vw;
  }
}
.recruit__content__item__content__example dl div {
  display: flex;
  justify-content: space-between;
}
.recruit__content__item__content:last-child p:last-of-type {
  display: inline-block;
  margin-bottom: 1.8vw;
  padding: 1.4vw 0 0.4vw;
  border-bottom: 1px #00006f dashed;
}
@media (max-width: 1300px) {
  .recruit__content__item__content:last-child p:last-of-type {
    margin-bottom: 45px;
    padding: 35px 0 10px;
    border-bottom: 1px #00006f dashed;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content:last-child p:last-of-type {
    margin-bottom: 8.3333333333vw;
    padding: 6.4814814815vw 0 1.8518518519vw;
  }
}
.recruit__content__item__content:last-child dl {
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
}
.recruit__content__item__content:last-child dl div {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.recruit__content__item__content:last-child dl div dd::before {
  content: "…";
  display: inline-block;
  font-size: 0.84vw;
}
@media (max-width: 1300px) {
  .recruit__content__item__content:last-child dl div dd::before {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .recruit__content__item__content:last-child dl div dd::before {
    font-size: 3.8888888889vw;
  }
}
.recruit__btn {
  padding-top: 1.5vw;
  padding-bottom: 2px;
  border-bottom: 1px solid #123db5;
}
.recruit__btn::after {
  background-color: #123db5;
}
.recruit__hidden {
  display: none;
}

@media (max-width: 768px) {
  .contact {
    margin: 0;
    margin-bottom: 4.8vw;
  }
}
.contact__info {
  padding: 1.6vw 0;
}
@media (max-width: 1300px) {
  .contact__info {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .contact__info {
    padding: 7.4074074074vw 0;
  }
}
.contact__info p {
  padding: 0.4vw 0.8vw;
  width: 18.8vw;
  font-size: 1.12vw;
  border: 1px solid #626557;
  color: #626557;
  text-align: center;
  margin: 0 auto;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 1300px) {
  .contact__info p {
    padding: 10px 20px;
    font-size: 28px;
    width: 470px;
  }
}
@media (max-width: 768px) {
  .contact__info p {
    padding: 1.8518518519vw 3.7037037037vw;
    font-size: 5.1851851852vw;
    width: 87.037037037vw;
  }
}
.contact__info-tel {
  padding-top: 0.4vw;
  font-size: 1.8vw;
  font-weight: 500;
  color: #626557;
  text-align: center;
}
@media (max-width: 1300px) {
  .contact__info-tel {
    padding-top: 10px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .contact__info-tel {
    padding-top: 1.8518518519vw;
    font-size: 8.3333333333vw;
  }
}
.contact__info-tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tel-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.2vw;
  height: 1.44vw;
}
@media (max-width: 1300px) {
  .contact__info-tel::before {
    width: 55px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .contact__info-tel::before {
    width: 10.1851851852vw;
    height: 6.6666666667vw;
  }
}
.contact__info-line {
  margin: 0 auto;
}
.contact__box-title {
  padding-top: 3.12vw;
}
@media (max-width: 1300px) {
  .contact__box-title {
    padding-top: 78px;
  }
}
@media (max-width: 768px) {
  .contact__box-title {
    padding-top: 14.4444444444vw;
  }
}
.contact__box-title h3 {
  padding: 0.4vw 0.8vw;
  width: 18.8vw;
  font-size: 1.12vw;
  border: 1px solid #626557;
  color: #626557;
  text-align: center;
  margin: 0 auto;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 1300px) {
  .contact__box-title h3 {
    padding: 10px 20px;
    font-size: 28px;
    width: 470px;
  }
}
@media (max-width: 768px) {
  .contact__box-title h3 {
    padding: 1.8518518519vw 3.7037037037vw;
    font-size: 5.1851851852vw;
    width: 87.037037037vw;
  }
}/*# sourceMappingURL=style.css.map */