@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: "小塚ゴシック Pr6N", "A-OTF UD新丸ゴ", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  scroll-behavior: smooth;
}

.bg {
  background-image: url("../img/bg.png");
  background-size: 150px 150px;
  background-position: center;
}

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

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
  padding-top: 3.2vw;
  padding-bottom: 3.6vw;
}
@media (max-width: 1300px) {
  .section-title {
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section-title {
    padding-top: 14.8148148148vw;
    padding-bottom: 16.6666666667vw;
  }
}
.section-title h2 {
  color: #28b4ab;
  font-size: 1.88vw;
  font-weight: 300;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
@media (max-width: 1300px) {
  .section-title h2 {
    font-size: 47px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 8.7037037037vw;
  }
}
.section-title::after {
  content: "";
  display: block;
  background: url("../img/title-deco.png") no-repeat center center;
  background-size: 19.36vw 1.32vw;
  width: 19.36vw;
  height: 1.32vw;
}
@media (max-width: 1300px) {
  .section-title::after {
    background-size: 484px 33px;
    width: 484px;
    height: 33px;
  }
}
@media (max-width: 768px) {
  .section-title::after {
    background-size: 89.6296296296vw 6.1111111111vw;
    width: 89.6296296296vw;
    height: 6.1111111111vw;
  }
}

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

@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 {
  padding-top: 3.2vw;
  padding-bottom: 2vw;
}
@media (max-width: 1300px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 14.8148148148vw;
    padding-bottom: 9.2592592593vw;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1.2vw;
  padding-bottom: 4.8vw;
}
@media (max-width: 1300px) {
  .footer__top {
    padding-bottom: 120px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding-bottom: 22.2222222222vw;
    gap: 5.5555555556vw;
  }
}
.footer__top p:first-child {
  font-size: 1.12vw;
  color: #c00032;
  text-decoration: underline;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .footer__top p:first-child {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .footer__top p:first-child {
    font-size: 5.1851851852vw;
  }
}
.footer__top p:last-child {
  padding: 0.6vw;
  width: 100%;
  font-size: 1.12vw;
  color: #fff;
  background-color: #000058;
  text-align: center;
}
@media (max-width: 1300px) {
  .footer__top p:last-child {
    font-size: 28px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .footer__top p:last-child {
    font-size: 5.1851851852vw;
    padding: 2.7777777778vw;
  }
}
.footer__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6vw;
}
@media (max-width: 1300px) {
  .footer__banner {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer__banner {
    padding-bottom: 7.4074074074vw;
  }
}

.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: 20.7407407407vw;
  }
}
.form .error {
  display: block;
  position: absolute;
  top: 3.56vw;
  left: 0;
  width: 100%;
  color: #c00032;
  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: 1.2vw;
}
@media (max-width: 1300px) {
  .form-box {
    width: 470px;
    padding-bottom: 30px;
    margin: 32px 0;
  }
}
@media (max-width: 768px) {
  .form-box {
    width: 80%;
    margin: 5.9259259259vw auto;
    padding-bottom: 5.5555555556vw;
  }
}
.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: 100%;
    height: 85vw;
    padding: 1.4814814815vw 2.2222222222vw;
  }
}
.form-textarea {
  align-items: flex-start;
}
.form-submit {
  margin-top: 2vw !important;
}
@media (max-width: 1300px) {
  .form-submit {
    margin-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .form-submit {
    margin-top: 9.2592592593vw !important;
  }
}
.form-submit, .form-submit1 {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 0.4vw;
}
@media (max-width: 1300px) {
  .form-submit, .form-submit1 {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .form-submit, .form-submit1 {
    margin-top: 1.8518518519vw;
  }
}
.form-submit::after, .form-submit1::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, .form-submit1::after {
    left: 590px;
    width: 42px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .form-submit::after, .form-submit1::after {
    left: 109.2592592593vw;
    width: 7.7777777778vw;
    height: 6.2962962963vw;
  }
}
.form-submit input, .form-submit1 input {
  padding: 0.44vw 0;
  width: 12.08vw;
  font-size: 1.08vw;
  text-align: center;
  background-color: #28b4ab;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 1300px) {
  .form-submit input, .form-submit1 input {
    width: 302px;
    font-size: 27px;
    padding: 11px 0;
  }
}
@media (max-width: 768px) {
  .form-submit input, .form-submit1 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,
#form-load1 {
  display: none;
}

.loader,
.loader1 {
  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,
  .loader1 {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .loader,
  .loader1 {
    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: 4vw;
  background-color: #fff;
  z-index: 10000 !important;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
@media (max-width: 1300px) {
  .header {
    max-width: 540px;
    right: 0;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header {
    max-width: 100vw;
    right: 0;
    height: 18.5185185185vw;
  }
}
.header__flex {
  padding: 0 0.92vw;
  display: flex;
  height: 4vw;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  .header__flex {
    padding: 0 23px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header__flex {
    padding: 0 4.2592592593vw;
    height: 18.5185185185vw;
  }
}
.header__flex h2 {
  flex-grow: 0.7;
}
.header__flex h2 img {
  width: 6.32vw;
}
@media (max-width: 1300px) {
  .header__flex h2 img {
    width: 158px;
  }
}
@media (max-width: 768px) {
  .header__flex h2 img {
    width: 29.2592592593vw;
  }
}
.header__img {
  display: flex;
  gap: 0.8vw;
}
@media (max-width: 1300px) {
  .header__img {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header__img {
    gap: 3.7037037037vw;
  }
}
.header__img img {
  height: 1.4vw;
}
@media (max-width: 1300px) {
  .header__img img {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .header__img img {
    height: 6.4814814815vw;
  }
}
.header__tabButton {
  position: absolute;
  width: 2.24vw;
  height: 2.04vw;
  top: 0;
  right: 0;
  z-index: 100;
  color: #c00032;
}
@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: #c00032;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #c00032;
}
.header__tabButton span:nth-of-type(1) {
  top: 0;
}
.header__tabButton span:nth-of-type(2) {
  top: 0.8vw;
}
@media (max-width: 1300px) {
  .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: 1.2vw;
  font-size: 0.88vw;
}
@media (max-width: 1300px) {
  .header__tabButton:last-child::after {
    font-size: 22px;
    top: 30px;
  }
}
@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: #c00032;
  transition: 0.6s all ease-out;
  z-index: 90;
}
@media (max-width: 1300px) {
  .header__tabNav {
    max-width: 540px;
  }
}
@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-active {
  right: 5% !important;
}
@media (max-width: 1300px) {
  .header__tabNav-active {
    right: 0 !important;
  }
}

.top {
  padding-bottom: 2.4vw;
}
@media (max-width: 1300px) {
  .top {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .top {
    padding-bottom: 11.1111111111vw;
  }
}
.top__img {
  width: 100%;
}
.top__img img {
  width: 100%;
}
.top__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4vw;
  padding-top: 1.4vw;
  background-color: #28b4ab;
  position: relative;
}
@media (max-width: 1300px) {
  .top__text {
    gap: 10px;
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .top__text {
    gap: 1.8518518519vw;
    padding-top: 6.4814814815vw;
  }
}
.top__text p {
  color: #fff;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 300;
}
.top__text p:first-child {
  font-size: 2.2vw;
}
@media (max-width: 1300px) {
  .top__text p:first-child {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .top__text p:first-child {
    font-size: 10.1851851852vw;
  }
}
.top__text p:nth-of-type(2) {
  font-size: 1.92vw;
  background-color: #fff;
  color: #28b4ab;
  padding: 0.4vw 0.4vw;
  border-radius: 0.4vw;
}
@media (max-width: 1300px) {
  .top__text p:nth-of-type(2) {
    font-size: 48px;
    padding: 10px 10px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .top__text p:nth-of-type(2) {
    font-size: 8.8888888889vw;
    padding: 1.8518518519vw 1.8518518519vw;
    border-radius: 1.8518518519vw;
  }
}
.top__text p:last-child {
  font-size: 2.48vw;
  margin-top: -0.4vw;
}
@media (max-width: 1300px) {
  .top__text p:last-child {
    font-size: 62px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .top__text p:last-child {
    font-size: 11.4814814815vw;
    margin-top: -1.8518518519vw;
  }
}
.top__text p:last-child span {
  font-size: 5.12vw;
}
@media (max-width: 1300px) {
  .top__text p:last-child span {
    font-size: 128px;
  }
}
@media (max-width: 768px) {
  .top__text p:last-child span {
    font-size: 23.7037037037vw;
  }
}
.top__text::after {
  content: "";
  position: absolute;
  height: 2.4vw;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #28b4ab;
  left: 0;
  bottom: -2.4vw;
}
@media (max-width: 1300px) {
  .top__text::after {
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .top__text::after {
    height: 11.1111111111vw;
    bottom: -11.1111111111vw;
  }
}

.mv {
  background-image: url("../img/bg.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.mv__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4vw;
  padding: 1.4vw 0 0 3vw;
}
@media (max-width: 1300px) {
  .mv__header {
    display: none;
  }
}
.mv__header__logo {
  width: 203px;
}
.mv__header__logo img {
  width: 100%;
}
.mv__header__nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4vw;
}
.mv__header__nav__list-link {
  font-size: 0.64vw;
}
.mv__contact {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.2vw;
  padding-left: 3vw;
  padding-top: 3vw;
}
@media (max-width: 1300px) {
  .mv__contact {
    display: none;
  }
}
.mv__contact__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.6vw;
  font-size: 2.32vw;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #c00032;
}
.mv__contact__tel::before {
  content: "";
  display: block;
  background-image: url("../img/tel-deco.png");
  background-size: 2.84vw 1.88vw;
  width: 2.84vw;
  height: 1.88vw;
}
.mv__contact__line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.56vw 0;
  width: 18.4vw;
  background-color: rgba(255, 255, 255, 0.65);
}
.mv__contact__line img {
  width: 5.36vw;
}
@media (max-width: 1300px) {
  .mv__contact__line img {
    width: 134px;
  }
}
@media (max-width: 768px) {
  .mv__contact__line img {
    width: 24.8148148148vw;
  }
}
.mv__contact__line__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8vw;
  color: #06c755;
}
.mv__contact__line__text img {
  width: 4.6vw;
}
@media (max-width: 1300px) {
  .mv__contact__line__text img {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .mv__contact__line__text img {
    width: 21.2962962963vw;
  }
}
.mv__contact__form {
  width: 18.4vw;
  height: 30.28vw;
  background-color: rgba(255, 255, 255, 0.65);
}
.mv__contact__form h2 {
  font-size: 0.92vw;
  padding: 0.8vw 0;
  font-family: "02うつくし明朝体", "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  text-align: center;
}
.mv__contact__form .form {
  margin-top: 0;
}
.mv__contact__form .form-box {
  width: 15.2vw;
  font-size: 0.6vw;
  gap: 0;
  padding-bottom: 0.6vw;
}
.mv__contact__form .form-box input {
  background-color: #fff;
  width: 13.4vw;
  padding: 0.12vw;
}
.mv__contact__form .form-box input.age1 {
  width: 5.2vw;
}
.mv__contact__form .form-box textarea {
  background-color: #fff;
  width: 15.2vw;
  height: 11.08vw;
  padding: 0.12vw;
}
.mv__contact__form .form-submit1 input {
  padding: 0.4vw 0;
  margin-top: 0;
  width: 6.68vw;
  color: #fff;
  font-size: 0.6vw;
}
.mv__contact__form .form .hissu::before {
  top: 1.52vw;
  right: -0.08vw;
  font-size: 0.6vw;
}
.mv__contact__form .form .error {
  font-size: 0.6vw;
  top: 2.4vw;
}
.mv__img-1, .mv__img-2 {
  position: absolute;
}
@media (max-width: 1300px) {
  .mv__img-1, .mv__img-2 {
    display: none;
  }
}
.mv__img-1 {
  width: 32.44vw;
  top: 10vw;
  left: 24vw;
}
.mv__img-2 {
  width: 26.16vw;
  top: 9.6vw;
  right: 28.8vw;
}

.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__box {
  font-family: "A-OTF リュウミン Pr6N", "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  width: 100%;
}
.salary__box__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.8vw;
}
@media (max-width: 1300px) {
  .salary__box__flex {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .salary__box__flex {
    gap: 12.962962963vw;
  }
}
.salary__box__title {
  display: flex;
  align-items: center;
  gap: 0.4vw;
  padding: 0.16vw 0;
}
@media (max-width: 1300px) {
  .salary__box__title {
    gap: 10px;
    padding: 4px 0;
  }
}
@media (max-width: 768px) {
  .salary__box__title {
    gap: 1.8518518519vw;
    padding: 0.7407407407vw 0;
  }
}
.salary__box__title h3 {
  padding: 0 0.2vw;
  width: 8.4vw;
  font-size: 0.88vw;
  background-color: #b19552;
  color: #fff;
  font-weight: 100;
  font-family: "A-OTF UD新丸ゴ", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1300px) {
  .salary__box__title h3 {
    padding: 0 5px;
    width: 210px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .salary__box__title h3 {
    padding: 0 0.9259259259vw;
    width: 38.8888888889vw;
    font-size: 4.0740740741vw;
  }
}
.salary__box__title p {
  font-size: 1.04vw;
  color: #b19552;
}
@media (max-width: 1300px) {
  .salary__box__title p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .salary__box__title p {
    font-size: 4.8148148148vw;
  }
}
.salary__box__description {
  padding: 0.4vw 0 1.2vw;
}
@media (max-width: 1300px) {
  .salary__box__description {
    padding: 10px 0 30px;
  }
}
@media (max-width: 768px) {
  .salary__box__description {
    padding: 1.8518518519vw 0 5.5555555556vw;
  }
}
.salary__box__description p {
  color: #b19552;
  font-size: 1.52vw;
}
@media (max-width: 1300px) {
  .salary__box__description p {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .salary__box__description p {
    font-size: 7.037037037vw;
  }
}
.salary__box__description p:first-child {
  font-size: 1.52vw;
  font-feature-settings: "palt";
}
@media (max-width: 1300px) {
  .salary__box__description p:first-child {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .salary__box__description p:first-child {
    font-size: 7.037037037vw;
  }
}
.salary__box__description p:last-child {
  font-size: 0.88vw;
  font-family: initial;
  font-weight: 100;
}
@media (max-width: 1300px) {
  .salary__box__description p:last-child {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .salary__box__description p:last-child {
    font-size: 4.0740740741vw;
  }
}
.salary__box__table {
  width: 16vw;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .salary__box__table {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .salary__box__table {
    width: 74.0740740741vw;
  }
}
.salary__box__table p {
  font-size: 0.88vw;
  color: #fff;
  background-color: #000071;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .salary__box__table p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .salary__box__table p {
    font-size: 4.0740740741vw;
  }
}
.salary__box__table__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4vw;
  color: #000071;
}
@media (max-width: 1300px) {
  .salary__box__table__item {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item {
    gap: 1.8518518519vw;
  }
}
.salary__box__table__item div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
  font-size: 2.56vw;
}
@media (max-width: 1300px) {
  .salary__box__table__item div {
    gap: 20px;
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item div {
    gap: 3.7037037037vw;
    font-size: 11.8518518519vw;
  }
}
.salary__box__table__item div span {
  font-size: 1.6vw;
}
@media (max-width: 1300px) {
  .salary__box__table__item div span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item div span {
    font-size: 7.4074074074vw;
  }
}
.salary__box__table__item-other {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4vw;
  color: #000071;
  padding-top: 1.2vw;
}
@media (max-width: 1300px) {
  .salary__box__table__item-other {
    gap: 10px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item-other {
    gap: 1.8518518519vw;
    padding-top: 5.5555555556vw;
  }
}
.salary__box__table__item-other div {
  display: flex;
  gap: 0.8vw;
}
@media (max-width: 1300px) {
  .salary__box__table__item-other div {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item-other div {
    gap: 3.7037037037vw;
  }
}
.salary__box__table__item-other dt {
  padding: 0 0.2vw;
  text-align: center;
  font-size: 1.12vw;
  background-color: #000071;
  color: #fff;
  width: 8.32vw;
}
@media (max-width: 1300px) {
  .salary__box__table__item-other dt {
    padding: 0 5px;
    font-size: 28px;
    width: 208px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item-other dt {
    font-size: 5.1851851852vw;
    width: 38.5185185185vw;
    padding: 0 0.9259259259vw;
  }
}
.salary__box__table__item-other dd {
  font-size: 1.32vw;
}
@media (max-width: 1300px) {
  .salary__box__table__item-other dd {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .salary__box__table__item-other dd {
    font-size: 6.1111111111vw;
  }
}

.contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.8vw;
}
@media (max-width: 1300px) {
  .contact__content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .contact__content {
    gap: 3.7037037037vw;
  }
}
.contact__content-tel {
  font-size: 2.32vw;
  color: #28b4ab;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  display: flex;
  align-items: center;
  gap: 0.4vw;
}
@media (max-width: 1300px) {
  .contact__content-tel {
    font-size: 58px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .contact__content-tel {
    font-size: 10.7407407407vw;
    gap: 1.8518518519vw;
  }
}
.contact__content-tel::before {
  content: "";
  display: block;
  background-image: url(../img/tel-deco-sp.png);
  background-size: 2.84vw 1.88vw;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.84vw;
  height: 1.88vw;
}
@media (max-width: 1300px) {
  .contact__content-tel::before {
    background-size: 71px 47px;
    width: 71px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .contact__content-tel::before {
    background-size: 13.1481481481vw 8.7037037037vw;
    width: 13.1481481481vw;
    height: 8.7037037037vw;
  }
}
.contact__content-line {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact__content-line-logo {
  display: flex;
  align-items: center;
  gap: 0.4vw;
  padding-bottom: 0.8vw;
}
@media (max-width: 1300px) {
  .contact__content-line-logo {
    gap: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact__content-line-logo {
    gap: 1.8518518519vw;
    padding-bottom: 3.7037037037vw;
  }
}
.contact__content-line-logo img {
  width: 5.28vw;
}
@media (max-width: 1300px) {
  .contact__content-line-logo img {
    width: 132px;
  }
}
@media (max-width: 768px) {
  .contact__content-line-logo img {
    width: 24.4444444444vw;
  }
}
.contact__content-line-logo p {
  font-size: 1.44vw;
  color: #06c755;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
@media (max-width: 1300px) {
  .contact__content-line-logo p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .contact__content-line-logo p {
    font-size: 6.6666666667vw;
  }
}
.contact__content-line-addbtn img {
  width: 19.72vw;
}
@media (max-width: 1300px) {
  .contact__content-line-addbtn img {
    width: 493px;
  }
}
@media (max-width: 768px) {
  .contact__content-line-addbtn img {
    width: 91.2962962963vw;
  }
}
.contact__form {
  padding-top: 4vw;
}
@media (max-width: 1300px) {
  .contact__form {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .contact__form {
    padding-top: 18.5185185185vw;
  }
}
.contact__form h3 {
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.28vw;
  background-color: #28b4ab;
  color: #fff;
  text-align: center;
  width: 20.08vw;
  margin: 0 auto;
  border-radius: 9px;
  padding: 0.32vw 0;
}
@media (max-width: 1300px) {
  .contact__form h3 {
    font-size: 32px;
    width: 502px;
    padding: 8px 0;
  }
}
@media (max-width: 768px) {
  .contact__form h3 {
    font-size: 5.9259259259vw;
    width: 92.962962963vw;
    padding: 1.4814814815vw 0;
  }
}

.beginner__text {
  padding-bottom: 0.8vw;
}
@media (max-width: 1300px) {
  .beginner__text {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .beginner__text {
    padding-bottom: 3.7037037037vw;
  }
}
.beginner__text p {
  font-size: 2.08vw;
  color: #b19552;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  text-align: center;
}
@media (max-width: 1300px) {
  .beginner__text p {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .beginner__text p {
    font-size: 9.6296296296vw;
  }
}
.beginner__text p:last-child {
  font-size: 1.32vw;
}
@media (max-width: 1300px) {
  .beginner__text p:last-child {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .beginner__text p:last-child {
    font-size: 6.1111111111vw;
  }
}
.beginner__img img {
  width: 100%;
}
.beginner__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4vw 0;
}
@media (max-width: 1300px) {
  .beginner__description {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .beginner__description {
    padding: 11.1111111111vw 0;
  }
}
.beginner__description p {
  color: #b19552;
}
.beginner__description p:first-child {
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.48vw;
}
@media (max-width: 1300px) {
  .beginner__description p:first-child {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .beginner__description p:first-child {
    font-size: 6.8518518519vw;
  }
}
.beginner__description p:nth-child(2) {
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.08vw;
}
@media (max-width: 1300px) {
  .beginner__description p:nth-child(2) {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .beginner__description p:nth-child(2) {
    font-size: 5vw;
  }
}
.beginner__description p:nth-child(3) {
  font-size: 0.8vw;
  color: #000;
  padding-top: 0.4vw;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .beginner__description p:nth-child(3) {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .beginner__description p:nth-child(3) {
    font-size: 3.7037037037vw;
    padding-top: 1.8518518519vw;
  }
}
.beginner__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4vw;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
@media (max-width: 1300px) {
  .beginner__point {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .beginner__point {
    gap: 1.8518518519vw;
  }
}
.beginner__point p {
  padding: 0.4vw 0;
  font-size: 1.72vw;
  background-color: #c00032;
  width: 20vw;
  color: #fff;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 1300px) {
  .beginner__point p {
    padding: 10px 0;
    width: 500px;
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .beginner__point p {
    padding: 1.8518518519vw 0;
    width: 92.5925925926vw;
    font-size: 7.962962963vw;
  }
}

.experience__image {
  text-align: center;
  padding-bottom: 1.6vw;
}
@media (max-width: 1300px) {
  .experience__image {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .experience__image {
    padding-bottom: 7.4074074074vw;
  }
}
.experience__image img {
  width: 18.84vw;
}
@media (max-width: 1300px) {
  .experience__image img {
    width: 471px;
  }
}
@media (max-width: 768px) {
  .experience__image img {
    width: 87.2222222222vw;
  }
}
.experience__step-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  width: 19.04vw;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .experience__step-wrap {
    width: 476px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .experience__step-wrap {
    width: 88.1481481481vw;
    gap: 3.7037037037vw;
  }
}
.experience__step__item {
  display: flex;
  align-items: center;
  gap: 0.4vw;
}
@media (max-width: 1300px) {
  .experience__step__item {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .experience__step__item {
    gap: 1.8518518519vw;
  }
}
.experience__step__item h3 {
  background-image: url(../img/experience-comment.png);
  background-size: 8.36vw 1.68vw;
  background-repeat: no-repeat;
  background-position: center;
  width: 8.36vw;
  height: 1.68vw;
  font-size: 1vw;
  padding-top: 0.12vw;
  text-align: center;
  color: #fff;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
@media (max-width: 1300px) {
  .experience__step__item h3 {
    font-size: 25px;
    width: 209px;
    height: 42px;
    background-size: 209px 42px;
    padding-top: 3px;
  }
}
@media (max-width: 768px) {
  .experience__step__item h3 {
    font-size: 4.6296296296vw;
    padding-top: 0.5555555556vw;
    width: 38.7037037037vw;
    height: 7.7777777778vw;
    background-size: 38.7037037037vw 7.7777777778vw;
  }
}
.experience__step__item p {
  color: #28b4ab;
  font-size: 0.8vw;
}
@media (max-width: 1300px) {
  .experience__step__item p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .experience__step__item p {
    font-size: 3.7037037037vw;
  }
}
.experience__step__text {
  font-size: 0.8vw;
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .experience__step__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .experience__step__text {
    font-size: 3.7037037037vw;
  }
}
.experience__step__text span {
  font-size: 0.56vw;
  padding-top: 0.8vw;
}
@media (max-width: 1300px) {
  .experience__step__text span {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .experience__step__text span {
    font-size: 2.5925925926vw;
    padding-top: 3.7037037037vw;
  }
}

.simulation__content {
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #e4736b;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media (max-width: 1300px) {
  .simulation__content {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .simulation__content {
    gap: 9.2592592593vw;
  }
}
.simulation__content__item {
  width: 19.56vw;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .simulation__content__item {
    width: 489px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item {
    width: 90.5555555556vw;
  }
}
.simulation__content__item.hosyou {
  font-family: "A-OTF UD新丸ゴ Pro", "A-OTF UD新丸ゴ", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.simulation__content__item h3 {
  padding-bottom: 0.4vw;
  font-size: 1.72vw;
  font-weight: 300;
  text-align: center;
  font-family: initial;
}
@media (max-width: 1300px) {
  .simulation__content__item h3 {
    font-size: 43px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item h3 {
    font-size: 7.962962963vw;
    padding-bottom: 1.8518518519vw;
  }
}
.simulation__content__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
  background: url(../img/simu-line.png) no-repeat center center/19.56vw 21.24vw;
  width: 19.56vw;
  height: 21.24vw;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner {
    gap: 15px;
    width: 489px;
    height: 531px;
    background-size: 489px 531px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner {
    gap: 2.7777777778vw;
    width: 90.5555555556vw;
    height: 98.3333333333vw;
    background-size: 90.5555555556vw 98.3333333333vw;
  }
}
.simulation__content__item-inner h4 {
  font-size: 1.24vw;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner h4 {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner h4 {
    font-size: 5.7407407407vw;
  }
}
.simulation__content__item-inner h4.hosyou {
  font-weight: 600;
}
.simulation__content__item-inner dl {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner dl {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner dl {
    gap: 3.7037037037vw;
  }
}
.simulation__content__item-inner dl div {
  display: flex;
  justify-content: space-around;
  gap: 0.8vw;
  font-size: 1.76vw;
  letter-spacing: -0.05em;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner dl div {
    font-size: 44px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner dl div {
    font-size: 8.1481481481vw;
    gap: 3.7037037037vw;
  }
}
.simulation__content__item-inner dl .option {
  font-size: 1.16vw;
  font-family: initial;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner dl .option {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner dl .option {
    font-size: 5.3703703704vw;
  }
}
.simulation__content__item-inner dl .hosyou {
  font-size: 1.04vw;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner dl .hosyou {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner dl .hosyou {
    font-size: 4.8148148148vw;
  }
}
.simulation__content__item-inner p {
  font-size: 1vw;
  font-weight: 100;
}
@media (max-width: 1300px) {
  .simulation__content__item-inner p {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .simulation__content__item-inner p {
    font-size: 4.6296296296vw;
  }
}
.simulation__content-worktime {
  font-size: 1.28vw;
  background-color: #e4736b;
  color: #fff;
  padding: 0.12vw 1.12vw;
}
@media (max-width: 1300px) {
  .simulation__content-worktime {
    font-size: 32px;
    padding: 3px 28px;
  }
}
@media (max-width: 768px) {
  .simulation__content-worktime {
    font-size: 5.9259259259vw;
    padding: 0.5555555556vw 5.1851851852vw;
  }
}
.simulation__content-total {
  display: flex;
}
.simulation__content-total p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.08vw;
}
@media (max-width: 1300px) {
  .simulation__content-total p {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .simulation__content-total p {
    font-size: 5vw;
  }
}
.simulation__content-total p:nth-child(2) {
  font-size: 2.2vw;
}
@media (max-width: 1300px) {
  .simulation__content-total p:nth-child(2) {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .simulation__content-total p:nth-child(2) {
    font-size: 10.1851851852vw;
  }
}
.simulation__content-total p span {
  font-size: 1.2vw;
}
@media (max-width: 1300px) {
  .simulation__content-total p span {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .simulation__content-total p span {
    font-size: 5.5555555556vw;
  }
}/*# sourceMappingURL=style.css.map */