@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 リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #28b4ab;
  scroll-behavior: smooth;
}

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

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

@font-face {
  font-family: "ハミング";
  src: url("../fonts/FOT-HummingStd-B.otf");
}
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;
}
@media (max-width: 768px) {
  .vegas-container {
    display: none;
  }
}

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

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

.section-title {
  margin: 3.6vw auto 0;
  background-image: url("../img/title-bg.png");
  background-size: 26.08vw 4.2vw;
  background-position: center;
  background-repeat: no-repeat;
  width: 26.08vw;
  height: 4.2vw;
  position: relative;
}
@media (max-width: 1300px) {
  .section-title {
    background-size: 652px 105px;
    width: 652px;
    height: 105px;
  }
}
@media (max-width: 768px) {
  .section-title {
    background-size: 93.4097421203vw 15.0429799427vw;
    width: 93.4097421203vw;
    height: 15.0429799427vw;
  }
}
.section-title h2 {
  padding-top: 1.2vw;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "ハミング";
  width: 100%;
}
@media (max-width: 1300px) {
  .section-title h2 {
    padding-top: 30px;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    padding-top: 4.2979942693vw;
    font-size: 7.1633237822vw;
  }
}

.scroll-point {
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .scroll-point {
    scroll-margin-top: 17.1919770774vw;
  }
}

@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;
  }
}
.top__img {
  padding-top: 0.92vw;
  width: 100%;
  position: relative;
}
@media (max-width: 1300px) {
  .top__img {
    padding-top: 23px;
  }
}
@media (max-width: 768px) {
  .top__img {
    padding-top: 3.2951289398vw;
  }
}
.top__img img {
  width: 36.7368421053vw;
}
@media (max-width: 1300px) {
  .top__img img {
    width: 698px;
  }
}
@media (max-width: 768px) {
  .top__img img {
    width: 100vw;
  }
}
.top__text {
  position: absolute;
  top: 5.88vw;
  padding-top: 0.92vw;
  left: 1.04vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 0.8vw;
}
@media (max-width: 1300px) {
  .top__text {
    top: 147px;
    left: 26px;
    padding-top: 23px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .top__text {
    top: 21.0601719198vw;
    left: 3.7249283668vw;
    padding-top: 3.2951289398vw;
    gap: 2.8653295129vw;
  }
}
.top__text__flex-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #28b4ab;
}
.top__text__flex-1 p {
  font-size: 2.28vw;
}
@media (max-width: 1300px) {
  .top__text__flex-1 p {
    font-size: 57px;
  }
}
@media (max-width: 768px) {
  .top__text__flex-1 p {
    font-size: 8.1661891117vw;
  }
}
.top__text__flex-1 p:last-child {
  background-color: #28b4ab;
  color: #fff;
  font-size: 2.56vw;
  padding: 0 10px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  padding-right: 0.8vw;
}
@media (max-width: 1300px) {
  .top__text__flex-1 p:last-child {
    font-size: 64px;
    padding: 0 10px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .top__text__flex-1 p:last-child {
    font-size: 9.1690544413vw;
    padding: 0 1.4326647564vw;
    padding-right: 2.8653295129vw;
  }
}
.top__text__flex-1 p:last-child span {
  font-size: 1.84vw;
}
@media (max-width: 1300px) {
  .top__text__flex-1 p:last-child span {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .top__text__flex-1 p:last-child span {
    font-size: 6.5902578797vw;
  }
}
.top__text__flex-2 p {
  display: inline-flex;
  font-size: 1.4vw;
  color: #fff;
  background-color: #28b4ab;
  padding: 0.4vw 0.8vw;
  border-radius: 1vw 1.2vw 1vw 1.2vw;
}
@media (max-width: 1300px) {
  .top__text__flex-2 p {
    font-size: 35px;
    padding: 10px 20px;
    border-radius: 25px 30px 25px 30px;
  }
}
@media (max-width: 768px) {
  .top__text__flex-2 p {
    font-size: 5.0143266476vw;
    padding: 1.4326647564vw 2.8653295129vw;
    border-radius: 3.5816618911vw 4.2979942693vw 3.5816618911vw 4.2979942693vw;
  }
}
.top__tainyu {
  position: absolute;
  width: 15.24vw;
  height: 11vw;
  top: 33.6vw;
  left: 1.04vw;
}
@media (max-width: 1300px) {
  .top__tainyu {
    width: 381px;
    height: 275px;
    top: 840px;
    left: 26px;
  }
}
@media (max-width: 768px) {
  .top__tainyu {
    width: 54.5845272206vw;
    height: 39.3982808023vw;
    top: 120.3438395415vw;
    left: 3.7249283668vw;
  }
}
.top__tainyu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__hosyou {
  margin: 0 auto;
  text-align: center;
  padding-top: 5.4vw;
}
@media (max-width: 1300px) {
  .top__hosyou {
    padding-top: 135px;
  }
}
@media (max-width: 768px) {
  .top__hosyou {
    padding-top: 19.340974212vw;
  }
}
.top__hosyou__text p {
  text-align: center;
}
.top__hosyou__text p:first-child {
  padding-bottom: 0.4vw;
  font-size: 1.2vw;
  color: #000;
  font-family: "A-OTF 新ゴ Pr6", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .top__hosyou__text p:first-child {
    padding-bottom: 10px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__text p:first-child {
    padding-bottom: 1.4326647564vw;
    font-size: 4.2979942693vw;
  }
}
.top__hosyou__text p:nth-child(2) {
  margin: 0 auto;
  width: 24.6vw;
  font-size: 2.04vw;
  background-color: #28b4ab;
  border-radius: 1vw 1.2vw 1vw 1.2vw;
  padding: 0 0.8vw;
  color: #fff;
  letter-spacing: 0.5rem;
}
@media (max-width: 1300px) {
  .top__hosyou__text p:nth-child(2) {
    width: 615px;
    font-size: 51px;
    border-radius: 25px 30px 25px 30px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__text p:nth-child(2) {
    width: 88.1088825215vw;
    font-size: 7.3065902579vw;
    border-radius: 3.5816618911vw 4.2979942693vw 3.5816618911vw 4.2979942693vw;
  }
}
.top__hosyou__80 img {
  width: 26.08vw;
  padding: 1.2vw 0;
}
@media (max-width: 1300px) {
  .top__hosyou__80 img {
    width: 652px;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80 img {
    width: 93.4097421203vw;
    padding: 4.2979942693vw 0;
  }
}
.top__hosyou__80__text-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6vw;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-1 {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-1 {
    gap: 2.1489971347vw;
  }
}
.top__hosyou__80__text-1 p {
  font-size: 1.72vw;
  color: #000;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-1 p {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-1 p {
    font-size: 6.1604584527vw;
  }
}
.top__hosyou__80__text-1 p:first-child {
  padding: 0.4vw 0;
  font-size: 1.96vw;
  border-top: 1px solid #f1008b;
  border-bottom: 1px solid #f1008b;
  color: #f1008b;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-1 p:first-child {
    padding: 10px 0;
    font-size: 49px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-1 p:first-child {
    padding: 1.4326647564vw 0;
    font-size: 7.0200573066vw;
  }
}
.top__hosyou__80__text-1 p:last-child {
  color: #f1008b;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-1 p:last-child {
    font-size: 49px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-1 p:last-child {
    font-size: 7.0200573066vw;
  }
}
.top__hosyou__80__text-1::after {
  content: "";
  background-image: url(../img/hosyou_80-arrow.png);
  background-size: 2.32vw 2.24vw;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 2.32vw;
  height: 2.24vw;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-1::after {
    background-size: 58px 56px;
    width: 58px;
    height: 56px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-1::after {
    background-size: 8.3094555874vw 8.0229226361vw;
    width: 8.3094555874vw;
    height: 8.0229226361vw;
  }
}
.top__hosyou__80__text-2__text {
  padding: 0.4vw 0;
  font-size: 1.08vw;
  font-family: "A-OTF 新ゴ Pr6", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.15rem;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-2__text {
    padding: 10px 0;
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-2__text {
    padding: 1.4326647564vw 0;
    font-size: 3.8681948424vw;
  }
}
.top__hosyou__80__text-2-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4vw;
  color: #f1008b;
  letter-spacing: -0.19rem;
  font-style: italic;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-2-flex {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-2-flex {
    gap: 1.4326647564vw;
  }
}
.top__hosyou__80__text-2-flex p:first-child {
  font-size: 1.52vw;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-2-flex p:first-child {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-2-flex p:first-child {
    font-size: 5.4441260745vw;
  }
}
.top__hosyou__80__text-2-flex p:last-child {
  font-size: 2.72vw;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-2-flex p:last-child {
    font-size: 68px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-2-flex p:last-child {
    font-size: 9.7421203438vw;
  }
}
.top__hosyou__80__text-2-flex p:last-child span {
  font-size: 1.44vw;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-2-flex p:last-child span {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-2-flex p:last-child span {
    font-size: 5.1575931232vw;
  }
}
.top__hosyou__80__text-2-flex p:last-child::before {
  content: "保証\a金額";
  display: inline-block;
  padding-right: 0.2vw;
  font-size: 1vw;
  white-space: pre;
  font-weight: 800;
}
@media (max-width: 1300px) {
  .top__hosyou__80__text-2-flex p:last-child::before {
    padding-right: 5px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__80__text-2-flex p:last-child::before {
    padding-right: 0.7163323782vw;
    font-size: 3.5816618911vw;
  }
}
.top__hosyou__bottom {
  padding-top: 4vw;
}
@media (max-width: 1300px) {
  .top__hosyou__bottom {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__bottom {
    padding-top: 14.3266475645vw;
  }
}
.top__hosyou__bottom img {
  width: 27.92vw;
}
@media (max-width: 1300px) {
  .top__hosyou__bottom img {
    width: 698px;
  }
}
@media (max-width: 768px) {
  .top__hosyou__bottom img {
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .mv {
    display: none;
  }
}
.mv__logo {
  display: flex;
  align-items: flex-end;
  gap: 4vw;
  padding: 0.8vw 0 0 2.4vw;
}
@media (max-width: 1300px) {
  .mv__logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.mv__logo h1 {
  width: 22.68vw;
}
.mv__logo h1 img {
  width: 22.68vw;
}
.mv__tel a {
  font-size: 1.4vw;
  color: #28b4ab;
  font-weight: 300;
  font-family: "小塚ゴシック Pr6N", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.mv__description {
  display: flex;
  flex-direction: column;
  color: #28b4ab;
  font-style: italic;
  gap: 14px;
  font-feature-settings: "palt";
}
@media (max-width: 1300px) {
  .mv__description {
    display: none;
  }
}
.mv__description h2 {
  font-size: 3.36vw;
}
.mv__description p {
  font-size: 1.28vw;
  line-height: 1.2;
}
.mv__description img {
  width: 37.88vw;
}
@media (max-width: 1300px) {
  .mv__description img {
    width: calc(100vw - (698px + 7vw));
  }
}

#description-container {
  position: absolute;
  top: 7vw;
  left: 2.6vw;
}

.salary__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2vw;
  padding: 2vw 0 4vw;
  width: 26.08vw;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1300px) {
  .salary__content {
    gap: 80px;
    padding: 50px 0 100px;
    width: 652px;
  }
}
@media (max-width: 768px) {
  .salary__content {
    gap: 11.4613180516vw;
    padding: 7.1633237822vw 0 14.3266475645vw;
    width: 93.4097421203vw;
  }
}
.salary__content-box {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
@media (max-width: 1300px) {
  .salary__content-box {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .salary__content-box {
    gap: 7.1633237822vw;
  }
}
.salary__content-box:last-child {
  flex-direction: row-reverse;
}
.salary__content-box__flex {
  display: flex;
  flex-direction: column;
  width: 13.32vw;
}
@media (max-width: 1300px) {
  .salary__content-box__flex {
    width: 333px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__flex {
    width: 47.7077363897vw;
  }
}
.salary__content-box__name p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.08vw;
  letter-spacing: 0.15em;
  gap: 0.4vw;
}
@media (max-width: 1300px) {
  .salary__content-box__name p {
    font-size: 27px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__name p {
    font-size: 3.8681948424vw;
    gap: 1.4326647564vw;
  }
}
.salary__content-box__name p::before {
  content: "";
  display: block;
  background: url(../img/frog-deco.png) no-repeat;
  background-size: 2.16vw 2.04vw;
  width: 2.16vw;
  height: 2.04vw;
}
@media (max-width: 1300px) {
  .salary__content-box__name p::before {
    background-size: 54px 51px;
    width: 54px;
    height: 51px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__name p::before {
    background-size: 7.7363896848vw 7.3065902579vw;
    width: 7.7363896848vw;
    height: 7.3065902579vw;
  }
}
.salary__content-box__time p {
  background-color: #28b4ab;
  color: #ffff00;
  padding: 0.08vw 0.8vw;
  font-size: 0.96vw;
  letter-spacing: -0.08rem;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .salary__content-box__time p {
    padding: 2px 20px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__time p {
    padding: 0.2865329513vw 2.8653295129vw;
    font-size: 3.4383954155vw;
  }
}
.salary__content-box__time p span {
  font-size: 0.68vw;
  color: #fff;
}
@media (max-width: 1300px) {
  .salary__content-box__time p span {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__time p span {
    font-size: 2.435530086vw;
  }
}
.salary__content-box__time-list {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.84vw;
  color: #000;
}
.salary__content-box__time-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2vw;
  padding: 0.4vw 0;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .salary__content-box__time-list-wrapper {
    padding: 10px 0;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__time-list-wrapper {
    gap: 0.7163323782vw;
    padding: 1.4326647564vw 0;
  }
}
@media (max-width: 1300px) {
  .salary__content-box__time-list {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__time-list {
    font-size: 3.0085959885vw;
  }
}
.salary__content-box__time-list dt {
  text-align: left;
  white-space: nowrap;
  flex-shrink: 0;
}
.salary__content-box__time-list dd {
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.salary__content-box__time-list .line {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin: 0 0.4vw;
}
@media (max-width: 1300px) {
  .salary__content-box__time-list .line {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__time-list .line {
    margin: 0 1.4326647564vw;
  }
}
.salary__content-box__img img {
  width: 10.28vw;
}
@media (max-width: 1300px) {
  .salary__content-box__img img {
    width: 257px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__img img {
    width: 36.8194842407vw;
  }
}
.salary__content-box__total p {
  border-top: 1px solid #000;
  font-size: 0.92vw;
  color: #000;
  text-align: right;
}
@media (max-width: 1300px) {
  .salary__content-box__total p {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__total p {
    font-size: 3.2951289398vw;
  }
}
.salary__content-box__total p span {
  font-size: 1.44vw;
  padding: 0 0.5rem;
}
@media (max-width: 1300px) {
  .salary__content-box__total p span {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .salary__content-box__total p span {
    font-size: 5.1575931232vw;
  }
}
.salary__voice h3 {
  margin: 0 auto;
  text-align: center;
  background: url(../img/voice-h3.png) no-repeat;
  background-size: 26.48vw 5.52vw;
  width: 26.48vw;
  height: 5.52vw;
}
@media (max-width: 1300px) {
  .salary__voice h3 {
    background-size: 662px 138px;
    width: 662px;
    height: 138px;
  }
}
@media (max-width: 768px) {
  .salary__voice h3 {
    background-size: 94.8424068768vw 19.770773639vw;
    width: 94.8424068768vw;
    height: 19.770773639vw;
  }
}
.salary__voice h3 p:first-child {
  font-size: 1.44vw;
  padding-top: 1.04vw;
}
@media (max-width: 1300px) {
  .salary__voice h3 p:first-child {
    font-size: 36px;
    padding-top: 26px;
  }
}
@media (max-width: 768px) {
  .salary__voice h3 p:first-child {
    font-size: 5.1575931232vw;
    padding-top: 3.7249283668vw;
  }
}
.salary__voice h3 p:last-child {
  font-size: 1.84vw;
}
@media (max-width: 1300px) {
  .salary__voice h3 p:last-child {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .salary__voice h3 p:last-child {
    font-size: 6.5902578797vw;
  }
}
.salary__voice-content {
  width: 26.48vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  padding-top: 3.2vw;
}
@media (max-width: 1300px) {
  .salary__voice-content {
    width: 662px;
    gap: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .salary__voice-content {
    width: 94.8424068768vw;
    gap: 11.4613180516vw;
    padding-top: 11.4613180516vw;
  }
}
.salary__voice-content-box {
  position: relative;
}
.salary__voice-content-box img {
  width: 8.08vw;
  position: absolute;
  top: -0.2vw;
  z-index: 1;
}
@media (max-width: 1300px) {
  .salary__voice-content-box img {
    width: 202px;
    top: -5px;
  }
}
@media (max-width: 768px) {
  .salary__voice-content-box img {
    width: 28.9398280802vw;
    top: -0.7163323782vw;
  }
}
.salary__voice-content-box:nth-child(2) img {
  right: 0;
}
.salary__voice-content-box:nth-child(2) .salary__voice-content-text-wrapper {
  margin-left: unset;
  margin-right: auto;
}
.salary__voice-content-name {
  font-size: 1.32vw;
}
@media (max-width: 1300px) {
  .salary__voice-content-name {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .salary__voice-content-name {
    font-size: 4.7277936963vw;
  }
}
.salary__voice-content-name span {
  font-size: 0.96vw;
}
@media (max-width: 1300px) {
  .salary__voice-content-name span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .salary__voice-content-name span {
    font-size: 3.4383954155vw;
  }
}
.salary__voice-content-text {
  background-color: #fef4e7;
  border: 1px solid #28b4ab;
  padding: 0.8vw;
  color: #000;
  font-size: 0.8vw;
  border-radius: 0.8vw;
  font-feature-settings: "palt";
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .salary__voice-content-text {
    padding: 20px;
    font-size: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .salary__voice-content-text {
    padding: 2.8653295129vw;
    font-size: 2.8653295129vw;
    border-radius: 2.8653295129vw;
  }
}
.salary__voice-content-text-wrapper {
  margin-left: auto;
  width: 19.24vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 0.4vw;
}
@media (max-width: 1300px) {
  .salary__voice-content-text-wrapper {
    width: 481px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .salary__voice-content-text-wrapper {
    width: 68.9111747851vw;
    gap: 1.4326647564vw;
  }
}

.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: 27.92vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 4.8vw;
  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: 698px;
    box-shadow: none;
    right: 0;
  }
}
@media (max-width: 768px) {
  .wrapper__sp {
    max-width: 100%;
  }
}
.wrapper__sp::-webkit-scrollbar {
  display: none;
}

.header {
  top: 0;
  right: 4.8vw;
  max-width: 27.92vw;
  width: 100%;
  height: 4.8vw;
  background-color: #fff;
  z-index: 10000 !important;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
@media (max-width: 1300px) {
  .header {
    max-width: 698px;
    right: 0;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .header {
    max-width: 100%;
    height: 17.1919770774vw;
  }
}
.header__flex {
  padding: 0 0.92vw;
  display: flex;
  height: 4.8vw;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  .header__flex {
    padding: 0 23px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .header__flex {
    padding: 0 3.2951289398vw;
    height: 17.1919770774vw;
  }
}
.header__flex h2 img {
  width: 15.4vw;
}
@media (max-width: 1300px) {
  .header__flex h2 img {
    width: 385px;
  }
}
@media (max-width: 768px) {
  .header__flex h2 img {
    width: 55.1575931232vw;
  }
}
.header__tab {
  position: fixed;
  top: 0.36vw;
  right: 5.44vw;
  z-index: 100;
}
@media (max-width: 1300px) {
  .header__tab {
    top: 9px;
    right: 9px;
  }
}
@media (max-width: 768px) {
  .header__tab {
    top: 1.2893982808vw;
    right: 1.2893982808vw;
  }
}
.header__tabButton {
  position: absolute;
  width: 2.24vw;
  height: 2.04vw;
  top: 1.32vw;
  right: 1.16vw;
  z-index: 100;
}
@media (max-width: 1300px) {
  .header__tabButton {
    width: 56px;
    height: 51px;
    top: 29px;
    right: 29px;
  }
}
@media (max-width: 768px) {
  .header__tabButton {
    width: 8.0229226361vw;
    height: 7.3065902579vw;
    top: 5.0143266476vw;
    right: 3.7249283668vw;
  }
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #28b4ab;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #28b4ab;
}
.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: 2.8653295129vw;
  }
}
.header__tabButton:first-child {
  position: relative;
  transition: transform 0.3s ease;
}
.header__tabButton:first-child::after {
  content: "menu";
  position: absolute;
  top: 1.2vw;
  font-size: 0.88vw;
  z-index: 100;
}
@media (max-width: 1300px) {
  .header__tabButton:first-child::after {
    top: 30px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .header__tabButton:first-child::after {
    top: 4.2979942693vw;
    font-size: 3.1518624642vw;
  }
}
.header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 0.44vw !important;
  transform: rotate(45deg);
}
@media (max-width: 1300px) {
  .header__tabButton-active:nth-of-type(1) {
    top: 14px !important;
  }
}
@media (max-width: 768px) {
  .header__tabButton-active:nth-of-type(1) {
    top: 2.005730659vw !important;
  }
}
.header__tabButton-active:nth-of-type(2) {
  width: 90% !important;
  top: 0.44vw !important;
  transform: rotate(-45deg);
}
@media (max-width: 1300px) {
  .header__tabButton-active:nth-of-type(2) {
    top: 14px !important;
  }
}
@media (max-width: 768px) {
  .header__tabButton-active:nth-of-type(2) {
    top: 2.005730659vw !important;
  }
}
.header__tabButton-active:last-child::after {
  content: "";
  position: absolute;
  top: 1.2vw;
  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: 3.1518624642vw;
  }
}
.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: 10.0286532951vw 0;
    height: 14.3266475645vw;
    gap: 2.1489971347vw;
  }
}
.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: 3.7249283668vw;
  }
}
.header__tab-button-bg {
  background-color: #ffffff;
  opacity: 0.9;
  width: 3.6vw;
  height: 3.6vw;
  position: absolute;
  top: 0.36vw;
  right: 0.44vw;
}
@media (max-width: 1300px) {
  .header__tab-button-bg {
    top: 9px;
    right: 9px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .header__tab-button-bg {
    top: 1.2893982808vw;
    right: 1.2893982808vw;
    width: 12.893982808vw;
    height: 12.893982808vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 27.92vw;
  width: 100%;
  height: 100vh;
  background: #28b4ab;
  transition: 0.6s all ease-out;
  z-index: 90;
}
@media (max-width: 1300px) {
  .header__tabNav {
    max-width: 53.6923076923vw;
  }
}
@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: 3.4383954155vw;
  }
}
.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.56vw;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1300px) {
  .header__tabNav__list-link {
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  .header__tabNav__list-link {
    font-size: 5.5873925501vw;
  }
}
.header__tabNav-active {
  right: 5% !important;
}
@media (max-width: 1300px) {
  .header__tabNav-active {
    right: 0 !important;
  }
}

.faq__description p {
  padding: 0.6vw 0 1.2vw;
  font-size: 1.52vw;
  font-weight: 500;
  font-family: "ハミング";
  text-align: center;
}
@media (max-width: 1300px) {
  .faq__description p {
    padding: 15px 0 30px;
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .faq__description p {
    padding: 2.1489971347vw 0 4.2979942693vw;
    font-size: 5.4441260745vw;
  }
}
.faq__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 1300px) {
  .faq__content {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .faq__content {
    gap: 3.5816618911vw;
  }
}
.faq__content img {
  width: 26.28vw;
}
@media (max-width: 1300px) {
  .faq__content img {
    width: 657px;
  }
}
@media (max-width: 768px) {
  .faq__content img {
    width: 94.1260744986vw;
  }
}
.faq__content img:last-child {
  padding-top: 1.2vw;
}
@media (max-width: 1300px) {
  .faq__content img:last-child {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .faq__content img:last-child {
    padding-top: 4.2979942693vw;
  }
}

.beginner__img-top img {
  width: 27.92vw;
}
@media (max-width: 1300px) {
  .beginner__img-top img {
    width: 698px;
  }
}
@media (max-width: 768px) {
  .beginner__img-top img {
    width: 100vw;
  }
}
.beginner__text {
  padding: 2vw 0;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .beginner__text {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .beginner__text {
    padding: 7.1633237822vw 0;
  }
}
.beginner__text p {
  font-size: 1.4vw;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .beginner__text p {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .beginner__text p {
    font-size: 5.0143266476vw;
  }
}
.beginner__text-2 {
  padding: 2vw 0;
  margin: 0 auto;
  width: 23.68vw;
}
@media (max-width: 1300px) {
  .beginner__text-2 {
    padding: 50px 0;
    width: 592px;
  }
}
@media (max-width: 768px) {
  .beginner__text-2 {
    padding: 7.1633237822vw 0;
    width: 84.8137535817vw;
  }
}
.beginner__text-2 p {
  font-size: 1.24vw;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1300px) {
  .beginner__text-2 p {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .beginner__text-2 p {
    font-size: 4.441260745vw;
  }
}
.beginner__protect {
  padding-top: 2vw;
}
@media (max-width: 1300px) {
  .beginner__protect {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .beginner__protect {
    padding-top: 7.1633237822vw;
  }
}
.beginner__protect h3 {
  padding-bottom: 0.4vw;
  font-size: 2.04vw;
  text-align: center;
  letter-spacing: -0.05em;
}
@media (max-width: 1300px) {
  .beginner__protect h3 {
    padding-bottom: 10px;
    font-size: 51px;
  }
}
@media (max-width: 768px) {
  .beginner__protect h3 {
    padding-bottom: 1.4326647564vw;
    font-size: 7.3065902579vw;
  }
}
.beginner__protect-content {
  padding: 0.8vw 0;
  background-color: #28b4ab;
}
@media (max-width: 1300px) {
  .beginner__protect-content {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .beginner__protect-content {
    padding: 2.8653295129vw 0;
  }
}
.beginner__protect-title p {
  padding-bottom: 0.6vw;
  font-size: 1.72vw;
  text-align: center;
  color: #fff;
}
@media (max-width: 1300px) {
  .beginner__protect-title p {
    padding-bottom: 15px;
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-title p {
    padding-bottom: 2.1489971347vw;
    font-size: 6.1604584527vw;
  }
}
.beginner__protect-text {
  margin: 0 auto;
  padding: 0.92vw 0.4vw;
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  align-items: center;
  width: 25.24vw;
  background-color: #fff;
  border-radius: 0.2vw;
}
@media (max-width: 1300px) {
  .beginner__protect-text {
    padding: 23px 10px;
    gap: 30px;
    width: 631px;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-text {
    padding: 3.2951289398vw 1.4326647564vw;
    width: 90.4011461318vw;
    border-radius: 0.7163323782vw;
  }
}
.beginner__protect-text p {
  color: #000;
}
.beginner__protect-text p span {
  color: #28b4ab;
}
.beginner__protect-text p:first-child {
  font-family: "A-OTF リュウミン", "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.16vw;
  font-feature-settings: "palt";
  line-height: 1.3;
  letter-spacing: -0.04em;
}
@media (max-width: 1300px) {
  .beginner__protect-text p:first-child {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-text p:first-child {
    font-size: 4.1547277937vw;
  }
}
.beginner__protect-text p:last-child {
  font-family: "A-OTF ソフトゴシック", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.92vw;
  font-weight: 300;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 1300px) {
  .beginner__protect-text p:last-child {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-text p:last-child {
    font-size: 3.2951289398vw;
  }
}
.beginner__protect-ng {
  padding: 1.6vw 0 3.6vw;
  color: #28b4ab;
}
@media (max-width: 1300px) {
  .beginner__protect-ng {
    padding: 40px 0 90px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-ng {
    padding: 5.7306590258vw 0 12.893982808vw;
  }
}
.beginner__protect-ng-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.beginner__protect-ng-title p {
  display: inline-block;
  font-size: 2.24vw;
  padding: 0.4vw 1.2vw;
  border: 0.16vw solid #28b4ab;
}
@media (max-width: 1300px) {
  .beginner__protect-ng-title p {
    padding: 10px 30px;
    font-size: 56px;
    border: 4px solid #28b4ab;
  }
}
@media (max-width: 768px) {
  .beginner__protect-ng-title p {
    font-size: 8.0229226361vw;
    padding: 1.4326647564vw 4.2979942693vw;
    border: 0.5730659026vw solid #28b4ab;
  }
}
.beginner__protect-ng-title p:first-child {
  order: 2;
}
.beginner__protect-ng-title p:last-child {
  order: 3;
}
.beginner__protect-ng-title::after {
  content: "×";
  display: block;
  font-size: 2.84vw;
  order: 2;
}
@media (max-width: 1300px) {
  .beginner__protect-ng-title::after {
    font-size: 71px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-ng-title::after {
    font-size: 10.1719197708vw;
  }
}
.beginner__protect-ng-text {
  padding-top: 1.6vw;
}
@media (max-width: 1300px) {
  .beginner__protect-ng-text {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-ng-text {
    padding-top: 5.7306590258vw;
  }
}
.beginner__protect-ng-text p {
  font-size: 1.56vw;
  text-align: center;
}
@media (max-width: 1300px) {
  .beginner__protect-ng-text p {
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  .beginner__protect-ng-text p {
    font-size: 5.5873925501vw;
  }
}
.beginner__kanri {
  background-color: #ebece8;
  font-family: "ハミング";
  color: #231815;
  padding: 0 0.8vw;
}
@media (max-width: 1300px) {
  .beginner__kanri {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri {
    padding: 0 2.8653295129vw;
  }
}
.beginner__kanri-title {
  padding-top: 1.6vw;
}
@media (max-width: 1300px) {
  .beginner__kanri-title {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-title {
    padding-top: 5.7306590258vw;
  }
}
.beginner__kanri-title h3 {
  padding: 0.4vw 0;
  font-size: 1.68vw;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #d47789;
}
@media (max-width: 1300px) {
  .beginner__kanri-title h3 {
    padding: 10px 0;
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-title h3 {
    padding: 1.4326647564vw 0;
    font-size: 6.0171919771vw;
  }
}
.beginner__kanri-title:first-child {
  padding-top: 2.4vw;
}
@media (max-width: 1300px) {
  .beginner__kanri-title:first-child {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-title:first-child {
    padding-top: 8.5959885387vw;
  }
}
.beginner__kanri-text {
  text-align: center;
}
.beginner__kanri-text p:first-of-type {
  padding: 3.6vw 0 2.8vw;
  font-size: 1.24vw;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .beginner__kanri-text p:first-of-type {
    padding: 90px 0 70px;
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-text p:first-of-type {
    padding: 12.893982808vw 0 10.0286532951vw;
    font-size: 4.441260745vw;
  }
}
.beginner__kanri-text:last-of-type p {
  display: inline-block;
  padding: 1.6vw 0 2.4vw;
  font-size: 1.04vw;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .beginner__kanri-text:last-of-type p {
    padding: 40px 0 60px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-text:last-of-type p {
    padding: 5.7306590258vw 0 8.5959885387vw;
    font-size: 3.7249283668vw;
  }
}
.beginner__kanri-text:last-of-type p span {
  display: inline-block;
  padding-top: 0.8vw;
  font-size: 0.88vw;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .beginner__kanri-text:last-of-type p span {
    padding-top: 20px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-text:last-of-type p span {
    padding-top: 2.8653295129vw;
    font-size: 3.1518624642vw;
  }
}
.beginner__kanri-img {
  padding-top: 0.8vw;
}
@media (max-width: 1300px) {
  .beginner__kanri-img {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-img {
    padding-top: 2.8653295129vw;
  }
}
.beginner__kanri-img img {
  width: 27.92vw;
}
@media (max-width: 1300px) {
  .beginner__kanri-img img {
    width: 698px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-img img {
    width: 100vw;
  }
}
.beginner__kanri-content-title {
  font-size: 1.72vw;
}
@media (max-width: 1300px) {
  .beginner__kanri-content-title {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-content-title {
    font-size: 6.1604584527vw;
  }
}
.beginner__kanri-content ul {
  margin-left: 2rem;
  padding: 1.6vw 0;
}
@media (max-width: 1300px) {
  .beginner__kanri-content ul {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-content ul {
    padding: 5.7306590258vw 0;
  }
}
.beginner__kanri-content ul li {
  font-size: 1.32vw;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .beginner__kanri-content ul li {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-content ul li {
    font-size: 4.7277936963vw;
  }
}
.beginner__kanri-content-text {
  padding-bottom: 1.2vw;
  font-size: 1.04vw;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .beginner__kanri-content-text {
    padding-bottom: 30px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .beginner__kanri-content-text {
    padding-bottom: 4.2979942693vw;
    font-size: 3.7249283668vw;
  }
}

.workflow__subtitle {
  margin: 0 auto;
  padding: 0.4vw 0;
  text-align: center;
  width: 18.24vw;
  background-color: #28b4ab;
}
@media (max-width: 1300px) {
  .workflow__subtitle {
    padding: 10px 0;
    width: 456px;
  }
}
@media (max-width: 768px) {
  .workflow__subtitle {
    padding: 1.4326647564vw 0;
    width: 65.329512894vw;
  }
}
.workflow__subtitle p {
  font-size: 1.64vw;
  font-weight: 300;
  color: #fff;
  font-family: "ハミング";
  letter-spacing: 0.2rem;
}
@media (max-width: 1300px) {
  .workflow__subtitle p {
    font-size: 41px;
  }
}
@media (max-width: 768px) {
  .workflow__subtitle p {
    font-size: 5.8739255014vw;
  }
}
.workflow__box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "A-OTF 丸フォーク Pro", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.workflow__box__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4vw;
  padding-top: 4vw;
}
@media (max-width: 1300px) {
  .workflow__box__wrapper {
    gap: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .workflow__box__wrapper {
    gap: 14.3266475645vw;
    padding-top: 14.3266475645vw;
  }
}
.workflow__box__img {
  width: 24.28vw;
  border: 0.12vw solid #28b4ab;
}
@media (max-width: 1300px) {
  .workflow__box__img {
    width: 607px;
    border: 3px solid #28b4ab;
  }
}
@media (max-width: 768px) {
  .workflow__box__img {
    width: 86.9627507163vw;
    border: 0.4297994269vw solid #28b4ab;
  }
}
.workflow__box__img img {
  width: 100%;
}
.workflow__box__text {
  font-size: 1vw;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .workflow__box__text {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .workflow__box__text {
    font-size: 3.5816618911vw;
  }
}
.workflow__box__text__time {
  padding-top: 1.2vw;
  position: absolute;
  top: -1.32vw;
  left: -1.32vw;
  width: 5.44vw;
  height: 5.44vw;
  background-color: #28b4ab;
  color: #fff;
  border-radius: 50%;
  font-size: 2.12vw;
  text-align: center;
}
@media (max-width: 1300px) {
  .workflow__box__text__time {
    padding-top: 30px;
    font-size: 53px;
    top: -33px;
    left: -33px;
    width: 136px;
    height: 136px;
  }
}
@media (max-width: 768px) {
  .workflow__box__text__time {
    padding-top: 4.2979942693vw;
    font-size: 7.5931232092vw;
    top: -4.7277936963vw;
    left: -4.7277936963vw;
    width: 19.4842406877vw;
    height: 19.4842406877vw;
  }
}
.workflow__box__text__time span {
  font-size: 1.44vw;
}
@media (max-width: 1300px) {
  .workflow__box__text__time span {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .workflow__box__text__time span {
    font-size: 5.1575931232vw;
  }
}
.workflow__box__text__title {
  padding-bottom: 0.4vw;
  font-size: 1.52vw;
  text-align: right;
}
@media (max-width: 1300px) {
  .workflow__box__text__title {
    padding-bottom: 10px;
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .workflow__box__text__title {
    padding-bottom: 1.4326647564vw;
    font-size: 5.4441260745vw;
  }
}

.location__subtitle {
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
  font-family: "ハミング";
  color: #28b4ab;
  padding: 0.4vw 0 2.4vw;
}
@media (max-width: 1300px) {
  .location__subtitle {
    font-size: 30px;
    padding: 10px 0 60px;
  }
}
@media (max-width: 768px) {
  .location__subtitle {
    font-size: 4.2979942693vw;
    padding: 1.4326647564vw 0 8.5959885387vw;
  }
}
.location h3 {
  margin: 0 auto;
  padding-top: 0.2vw;
  background: url(../img/location-h3.png) no-repeat center center;
  background-size: 25.6vw 5.36vw;
  width: 25.6vw;
  height: 5.36vw;
  font-size: 1.8vw;
  color: #28b4ab;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .location h3 {
    padding-top: 5px;
    background-size: 640px 134px;
    width: 640px;
    height: 134px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .location h3 {
    font-size: 6.446991404vw;
    padding-top: 0.7163323782vw;
    background-size: 91.6905444126vw 19.1977077364vw;
    width: 91.6905444126vw;
    height: 19.1977077364vw;
  }
}
.location h3 span {
  display: block;
  font-size: 1.4vw;
}
@media (max-width: 1300px) {
  .location h3 span {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .location h3 span {
    font-size: 5.0143266476vw;
  }
}
.location__360 {
  padding-bottom: 2.8vw;
}
@media (max-width: 1300px) {
  .location__360 {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .location__360 {
    padding-bottom: 10.0286532951vw;
  }
}
.location__360 #panorama {
  width: 26.08vw;
  height: 17.8vw;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .location__360 #panorama {
    width: 652px;
    height: 445px;
  }
}
@media (max-width: 768px) {
  .location__360 #panorama {
    width: 93.4097421203vw;
    height: 63.7535816619vw;
  }
}
.location__360__text {
  margin: 0.4vw auto 0;
  padding: 0.8vw;
  width: 26.08vw;
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
  font-size: 0.68vw;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1300px) {
  .location__360__text {
    margin: 10px auto 0;
    padding: 20px;
    width: 652px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .location__360__text {
    margin: 1.4326647564vw auto 0;
    padding: 2.8653295129vw;
    width: 93.4097421203vw;
    font-size: 2.435530086vw;
  }
}
.location__merit {
  padding: 0 1.6vw;
}
@media (max-width: 1300px) {
  .location__merit {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .location__merit {
    padding: 0 5.7306590258vw;
  }
}
.location__merit__text {
  margin: 3.2vw auto 1.6vw;
  position: relative;
  background: url(../img/location-merit-bg.png) no-repeat center center;
  background-size: 26vw 10.48vw;
  width: 26vw;
  height: 10.48vw;
}
@media (max-width: 1300px) {
  .location__merit__text {
    margin: 80px auto 40px;
    background-size: 650px 262px;
    width: 650px;
    height: 262px;
  }
}
@media (max-width: 768px) {
  .location__merit__text {
    margin: 11.4613180516vw auto 5.7306590258vw;
    background-size: 93.1232091691vw 37.5358166189vw;
    width: 93.1232091691vw;
    height: 37.5358166189vw;
  }
}
.location__merit__text p {
  font-size: 0.76vw;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 3.2vw;
  left: 0.92vw;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 1300px) {
  .location__merit__text p {
    font-size: 19px;
    top: 80px;
    left: 23px;
  }
}
@media (max-width: 768px) {
  .location__merit__text p {
    font-size: 2.7220630372vw;
    top: 11.4613180516vw;
    left: 3.2951289398vw;
  }
}
.location__merit__box {
  position: relative;
}
.location__merit__box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4vw;
}
@media (max-width: 1300px) {
  .location__merit__box-wrapper {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .location__merit__box-wrapper {
    gap: 8.5959885387vw;
  }
}
.location__merit__box__img {
  margin: 0 auto;
  width: 100%;
}
.location__merit__box__img img {
  width: 26.36vw;
}
@media (max-width: 1300px) {
  .location__merit__box__img img {
    width: 659px;
  }
}
@media (max-width: 768px) {
  .location__merit__box__img img {
    width: 94.4126074499vw;
  }
}
.location__merit__box__img-2 {
  padding-top: 2.8vw;
}
@media (max-width: 1300px) {
  .location__merit__box__img-2 {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .location__merit__box__img-2 {
    padding-top: 10.0286532951vw;
  }
}
.location__merit__box__img-2 img {
  width: 27.16vw;
}
@media (max-width: 1300px) {
  .location__merit__box__img-2 img {
    width: 679px;
  }
}
@media (max-width: 768px) {
  .location__merit__box__img-2 img {
    width: 97.2779369628vw;
  }
}
.location__merit__box__text {
  position: absolute;
  bottom: 1.68vw;
  left: 3.24vw;
  letter-spacing: -0.1rem;
  font-size: 0.88vw;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
@media (max-width: 1300px) {
  .location__merit__box__text {
    font-size: 22px;
    bottom: 42px;
    left: 81px;
  }
}
@media (max-width: 768px) {
  .location__merit__box__text {
    font-size: 3.1518624642vw;
    bottom: 6.0171919771vw;
    left: 11.6045845272vw;
  }
}

.interview__subtitle {
  margin: 0 auto;
  padding: 0.4vw 0;
  text-align: center;
  width: 18.24vw;
  background-color: #28b4ab;
}
@media (max-width: 1300px) {
  .interview__subtitle {
    padding: 10px 0;
    width: 456px;
  }
}
@media (max-width: 768px) {
  .interview__subtitle {
    padding: 1.4326647564vw 0;
    width: 65.329512894vw;
  }
}
.interview__subtitle p {
  font-size: 1.64vw;
  font-weight: 300;
  color: #fff;
  font-family: "ハミング";
  letter-spacing: 0.2rem;
}
@media (max-width: 1300px) {
  .interview__subtitle p {
    font-size: 41px;
  }
}
@media (max-width: 768px) {
  .interview__subtitle p {
    font-size: 5.8739255014vw;
  }
}
.interview__img {
  margin: 0 auto;
  padding-top: 2vw;
  width: 27.92vw;
}
@media (max-width: 1300px) {
  .interview__img {
    padding-top: 50px;
    width: 698px;
  }
}
@media (max-width: 768px) {
  .interview__img {
    padding-top: 7.1633237822vw;
    width: 100vw;
  }
}
.interview__img img {
  width: 100%;
}

.contact {
  padding: 0 1.6vw;
}
@media (max-width: 1300px) {
  .contact {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 0 5.7306590258vw;
  }
}
.contact__img {
  padding-top: 3.2vw;
}
@media (max-width: 1300px) {
  .contact__img {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .contact__img {
    padding-top: 11.4613180516vw;
  }
}
.contact__img img {
  width: 100%;
}
.contact__btn {
  padding-top: 3.2vw;
}
@media (max-width: 1300px) {
  .contact__btn {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .contact__btn {
    padding-top: 11.4613180516vw;
  }
}
.contact__btn img {
  width: 25.48vw;
}
@media (max-width: 1300px) {
  .contact__btn img {
    width: 637px;
  }
}
@media (max-width: 768px) {
  .contact__btn img {
    width: 91.2607449857vw;
  }
}
.contact__link {
  padding: 7.2vw 0 1.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6vw;
}
@media (max-width: 1300px) {
  .contact__link {
    padding: 180px 0 40px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .contact__link {
    padding: 25.787965616vw 0 42.9799426934vw;
    gap: 5.7306590258vw;
  }
}
.contact__link p {
  text-align: center;
  color: #000;
  font-weight: 300;
  font-size: 1.28vw;
}
@media (max-width: 1300px) {
  .contact__link p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .contact__link p {
    font-size: 4.5845272206vw;
  }
}
.contact__link p a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
}
.footer__btn {
  background-color: rgba(192, 0, 50, 0.8);
  width: 50%;
  height: 4.16vw;
  text-align: center;
}
.footer__btn__wrap {
  display: flex;
  justify-content: center;
  gap: 0.2vw;
}
@media (max-width: 1300px) {
  .footer__btn__wrap {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .footer__btn__wrap {
    gap: 0.7163323782vw;
  }
}
@media (max-width: 1300px) {
  .footer__btn {
    height: 104px;
  }
}
@media (max-width: 768px) {
  .footer__btn {
    height: 14.899713467vw;
  }
}
.footer__btn img {
  padding-top: 0.4vw;
}
@media (max-width: 1300px) {
  .footer__btn img {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .footer__btn img {
    padding-top: 1.4326647564vw;
  }
}
.footer__btn img:first-of-type {
  width: 5.52vw;
}
@media (max-width: 1300px) {
  .footer__btn img:first-of-type {
    width: 138px;
  }
}
@media (max-width: 768px) {
  .footer__btn img:first-of-type {
    width: 19.770773639vw;
  }
}
.footer__btn img:last-of-type {
  width: 7vw;
}
@media (max-width: 1300px) {
  .footer__btn img:last-of-type {
    width: 175px;
  }
}
@media (max-width: 768px) {
  .footer__btn img:last-of-type {
    width: 25.0716332378vw;
  }
}/*# sourceMappingURL=style.css.map */