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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

li {
  list-style-type: none;
}

.main-top {
  padding-top: 114px;
}
@media (max-width: 1500px) {
  .main-top {
    padding-top: 6.6666666667vw;
  }
}
@media (max-width: 1200px) {
  .main-top {
    padding-top: 5.46875vw;
  }
}
@media (max-width: 768px) {
  .main-top {
    margin-top: 15.625vw;
    padding-top: 0;
  }
}

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

main {
  position: relative;
}
main .bottom_fixed {
  position: fixed;
  bottom: 10%;
  right: 3%;
  width: 300px;
  z-index: 999;
}
@media (max-width: 1880px) {
  main .bottom_fixed {
    right: 1%;
    width: 16vw;
  }
}
@media (max-width: 768px) {
  main .bottom_fixed {
    display: none;
  }
}
main .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.quotation {
  margin-left: -14px;
  margin-right: -14px;
}

.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 999;
}

body {
  position: relative;
  background-position: top center;
  font-variant-ligatures: none;
  font-family: "base", serif;
  font-weight: 300;
  color: #231815;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 768px) {
  body {
    background: url(../img/main-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

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

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

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

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

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 92.1875vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 96%;
  }
}

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

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

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

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

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

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

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

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

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

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s 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 shine {
  100% {
    left: 125%;
  }
}
/* QRコードを表示する */
.line_qr_knob {
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 0.5px solid #000000;
  color: #000000;
  font-size: 0.65em;
  font-family: "base", sans-serif;
}

#line_qr_fix #line_mat, #line_qr_fix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
}

/* LINEのQRコード（普段は非表示）============*/
#line_qr_fix,
#tel_num_fix {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  /* 背景を暗く */
  /* 内容部分の枠 */
}
@media (max-width: 1200px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 5.2083333333vw;
  }
}
@media (max-width: 440px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 7.9545454545vw;
  }
}
#line_qr_fix #line_mat,
#line_qr_fix #tel_mat,
#tel_num_fix #line_mat,
#tel_num_fix #tel_mat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
}
#line_qr_fix .QR_wrap,
#line_qr_fix .num_wrap,
#tel_num_fix .QR_wrap,
#tel_num_fix .num_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 80vw;
  max-height: 80vw;
  /* 文字部分 */
  /* QR画像部分 */
}
#line_qr_fix .QR_wrap > *,
#line_qr_fix .num_wrap > *,
#tel_num_fix .QR_wrap > *,
#tel_num_fix .num_wrap > * {
  display: block;
}
#line_qr_fix .QR_wrap p,
#line_qr_fix .QR_wrap a,
#line_qr_fix .num_wrap p,
#line_qr_fix .num_wrap a,
#tel_num_fix .QR_wrap p,
#tel_num_fix .QR_wrap a,
#tel_num_fix .num_wrap p,
#tel_num_fix .num_wrap a {
  padding: 14px 0;
}
@media (max-width: 1200px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 1.09375vw 0;
  }
}
@media (max-width: 768px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 1.3020833333vw 0;
  }
}
@media (max-width: 440px) {
  #line_qr_fix .QR_wrap p,
  #line_qr_fix .QR_wrap a,
  #line_qr_fix .num_wrap p,
  #line_qr_fix .num_wrap a,
  #tel_num_fix .QR_wrap p,
  #tel_num_fix .QR_wrap a,
  #tel_num_fix .num_wrap p,
  #tel_num_fix .num_wrap a {
    padding: 2.2727272727vw 0;
  }
}
#line_qr_fix .QR_wrap a,
#line_qr_fix .num_wrap a,
#tel_num_fix .QR_wrap a,
#tel_num_fix .num_wrap a {
  font-size: 46px;
  font-weight: bold;
}
#line_qr_fix .QR_wrap a:hover,
#line_qr_fix .num_wrap a:hover,
#tel_num_fix .QR_wrap a:hover,
#tel_num_fix .num_wrap a:hover {
  color: inherit;
  opacity: 0.8;
}
#line_qr_fix .QR_wrap p,
#line_qr_fix .num_wrap p,
#tel_num_fix .QR_wrap p,
#tel_num_fix .num_wrap p {
  font-weight: bold;
  font-size: 31px !important;
}
#line_qr_fix .QR_wrap img,
#line_qr_fix .num_wrap img,
#tel_num_fix .QR_wrap img,
#tel_num_fix .num_wrap img {
  width: auto;
}

@font-face {
  font-family: "base";
  src: url("../font/A-OTF-ShueiMinPr5-L.otf") format("opentype");
}
.header {
  background: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .header {
    position: relative;
    z-index: 999;
    background-size: contain;
  }
}
.header__logo img {
  width: 140px;
}
@media (max-width: 1700px) {
  .header__logo img {
    width: 11.1764705882vw;
  }
}
.header__tel {
  position: absolute;
  top: 18px;
  right: -210px;
}
@media (max-width: 1700px) {
  .header__tel {
    top: 23px;
    right: -9.4117647059vw;
  }
}
@media (max-width: 1500px) {
  .header__tel {
    display: none;
  }
}
.header__tel img {
  width: 240px;
}
@media (max-width: 1700px) {
  .header__tel img {
    width: 12.9411764706vw;
  }
}
.header__nav {
  position: relative;
  width: 100%;
  background: #fff;
  background-position: top center;
  background-size: contain;
  height: 94px;
}
@media (max-width: 1930px) {
  .header__nav {
    background-size: cover;
  }
}
@media (max-width: 1500px) {
  .header__nav {
    height: 6.2666666667vw;
  }
}
.header__nav__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 90px;
  color: #000;
}
@media (max-width: 1500px) {
  .header__nav__list {
    gap: 2vw;
    height: 6vw;
  }
}
.header__nav__list-link {
  text-align: center;
  font-size: 18px;
}
.header__nav__list-link p {
  position: relative;
  z-index: 999;
}
.header__nav__list-link p::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  width: 105%;
  height: 6px;
  bottom: 0px;
  left: -4.5px;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  background-color: #ff97a3;
  transform: skewX(-45deg);
}
.header__nav__list .active p {
  position: relative;
  z-index: 999;
}
.header__nav__list .active p::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  width: 105%;
  height: 6px;
  bottom: 0px;
  left: -4.5px;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  background-color: #f6495d;
  transform: skewX(-45deg);
}
.header__tab-flex {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6536458333vw 3.90625vw;
  background: url(../img/header-bg-sp.png) no-repeat;
  background-size: cover;
}
.header__tab-flex .logo-sp {
  width: 39.0625vw;
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav a {
  color: #dd354d;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4.4270833333vw;
  top: 0%;
  right: 50%;
  width: 100%;
  height: 100%;
  padding: 0vw 0;
  transform: translate(50%);
  text-align: center;
}
.header__tabNav__list-link {
  font-size: 4.1666666667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .header__tabNav__list-link {
    font-weight: 400;
  }
}
.header__tabNav-active {
  right: 0 !important;
}
.header__tabButton {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  width: 11.9791666667vw;
}
.header__tabButton span {
  background: #dd354d;
  height: 1.3020833333vw;
  width: 11.9791666667vw;
}
.header__tabButton span:first-child {
  transition: transform 0.3s ease;
}
.header__tabButton span:nth-of-type(2) {
  transition: opacity 0.3s ease;
  width: 9.375vw;
}
.header__tabButton span:last-child {
  position: relative;
  transition: transform 0.3s ease;
  width: 6.7708333333vw;
}
.header__tabButton span:last-child::after {
  content: "MENU";
  position: absolute;
  top: 1.8229166667vw;
  font-size: 4.296875vw;
  left: -0.2604166667vw;
  color: #dd354d;
}
.header__tabButton-active {
  width: 36px;
}
@media (max-width: 768px) {
  .header__tabButton-active {
    width: 7.8125vw;
  }
}
.header__tabButton-active:nth-of-type(1) {
  position: absolute;
  top: 3.125vw;
  transform: rotate(-45deg);
  width: 10.4166666667vw !important;
}
.header__tabButton-active:nth-of-type(2) {
  position: absolute;
  top: 3.125vw;
  transform: rotate(45deg);
  width: 10.4166666667vw !important;
}
.header__tabButton-active:nth-of-type(3) {
  top: 4.6875vw;
  position: relative;
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(3)::after {
  content: "CLOSE" !important;
  position: absolute;
  top: 3.90625vw !important;
  font-size: 3.7760416667vw !important;
  left: -0.5208333333vw !important;
}
.header__tabButton-bg {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.8229166667vw;
  gap: 6.5104166667vw;
  width: 28.6458333333vw;
  border-radius: 0.6510416667vw;
  color: #fff;
}
.header__tabButton-bg p {
  width: 14.3229166667vw;
  font-size: 3.6458333333vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
}
.header__tabButton-bg-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header__tabButton-bg-outer {
    justify-content: right;
  }
}

.home {
  padding-top: 70px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.home__inner {
  background: url(../img/home-bg.png) no-repeat;
  margin: 0 auto;
  background-position: top center;
  height: 33.3333333333vw;
  background-size: contain;
}
@media (max-width: 2540px) {
  .home__inner {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .home__inner {
    height: 53.3333333333vw;
    margin-bottom: 5vw;
    background-position: 56% top;
  }
}
@media (max-width: 768px) {
  .home__inner {
    display: none;
  }
}
.home__sp {
  padding-top: 3.90625vw;
}

.first__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
}
@media (max-width: 1200px) {
  .first__flex {
    justify-content: center;
    gap: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .first__flex {
    margin-top: 3.90625vw;
    gap: 2.34375vw;
  }
}
.first__flex img {
  width: 320px;
}
@media (max-width: 1200px) {
  .first__flex img {
    width: 26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .first__flex img {
    width: 36.4583333333vw;
  }
}
.first__flex-txt {
  font-family: "maru";
}
.first__flex-txt h3 {
  margin-bottom: 18px;
  color: #ff5300;
  font-size: 31px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .first__flex-txt h3 {
    margin-bottom: 1.5vw;
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 768px) {
  .first__flex-txt h3 {
    font-size: 3.7760416667vw;
  }
}
.first__flex-txt p {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .first__flex-txt p {
    font-size: 2.5vw;
  }
}
.first__flex-txt-tab {
  width: 91.1458333333vw;
  margin: 5.2083333333vw auto 0;
  font-family: "maru";
  font-size: 3.6458333333vw;
}
.first__box {
  margin-top: 30px;
  width: 100%;
  height: 444px;
  background: url(../img/first-box.png) no-repeat;
  background-position: top center;
  padding: 80px 30px 30px 90px;
  background-size: contain;
  font-family: "maru";
}
@media (max-width: 1200px) {
  .first__box {
    width: 96.6666666667vw;
    margin-top: 2.5vw;
    margin: 2.5vw auto 0;
    height: 31.6666666667vw;
    padding: 6.6666666667vw 2.5vw 2.5vw 7.5vw;
  }
}
@media (max-width: 768px) {
  .first__box {
    background: url(../img/first-box-sp.png) no-repeat;
    background-position: top center;
    background-size: contain;
    width: 91.1458333333vw;
    height: 52.0833333333vw;
    padding: 7.8125vw 1.8229166667vw 2.6041666667vw 4.4270833333vw;
  }
}
.first__box h3 {
  color: #ff5300;
  font-size: 36px;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .first__box h3 {
    font-size: 3vw;
    margin-bottom: 0.3333333333vw;
  }
}
@media (max-width: 768px) {
  .first__box h3 {
    font-size: 4.6875vw;
  }
}
.first__box h4 {
  color: #ff5300;
  font-size: 32px;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .first__box h4 {
    font-size: 2.6666666667vw;
    margin-bottom: 4;
  }
}
@media (max-width: 768px) {
  .first__box h4 {
    font-size: 4.1666666667vw;
    margin-bottom: 1.3020833333vw;
  }
}
.first__box p {
  line-height: 1.6;
  color: #fff;
  font-size: 26px;
}
@media (max-width: 1200px) {
  .first__box p {
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .first__box p {
    font-size: 3.6458333333vw;
    line-height: 1.4;
  }
}
.first__inner {
  background: url(../img/first-bg.png) no-repeat;
  margin: 20px auto 0;
  background-position: top center;
  height: 32vw;
  background-size: contain;
}
@media (max-width: 2540px) {
  .first__inner {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .first__inner {
    margin: 1.6666666667vw auto 0;
    height: 52.5vw;
    background-position: 54% center;
  }
}
@media (max-width: 768px) {
  .first__inner {
    display: none;
  }
}

.salary__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .salary__flex {
    gap: 4.1666666667vw;
    margin-bottom: 2.5vw;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .salary__flex {
    gap: 3.125vw;
  }
}
.salary__flex img {
  width: 320px;
}
@media (max-width: 1200px) {
  .salary__flex img {
    width: 26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__flex img {
    width: 36.4583333333vw;
  }
}
.salary__flex-txt {
  font-family: "maru";
}
.salary__flex-txt h3 {
  margin-top: 30px;
  margin-bottom: 18px;
  color: #ff4b84;
  font-size: 38px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .salary__flex-txt h3 {
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .salary__flex-txt h3 {
    font-size: 5.9895833333vw;
  }
}
.salary__flex-txt p {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .salary__flex-txt p {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .salary__flex-txt p {
    font-size: 3.515625vw;
    color: #ff4b84;
  }
}
.salary__flex-txt-tab {
  width: 91.1458333333vw;
  margin: 5.2083333333vw auto 2.6041666667vw;
  font-size: 3.2552083333vw;
  line-height: 1.4;
  font-family: "maru";
}
.salary__salary {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .salary__salary {
    width: 95vw;
    margin: 0vw auto 5vw;
    margin-bottom: 5vw;
  }
}
.salary__inner {
  background: url(../img/salary-bg.png) no-repeat;
  margin: 20px auto 50px;
  background-position: top center;
  height: 32vw;
  background-size: contain;
}
@media (max-width: 2540px) {
  .salary__inner {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .salary__inner {
    margin: 1.6666666667vw auto 4.1666666667vw;
    height: 52.5vw;
  }
}
@media (max-width: 768px) {
  .salary__inner {
    display: none;
  }
}

.about__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
}
@media (max-width: 1200px) {
  .about__flex {
    gap: 5.8333333333vw;
    justify-content: center;
  }
}
.about__flex img {
  width: 320px;
}
@media (max-width: 1200px) {
  .about__flex img {
    width: 26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .about__flex img {
    width: 36.4583333333vw;
  }
}
.about__flex-txt {
  font-family: "maru";
}
.about__flex-txt .pink {
  margin-bottom: 18px;
  color: #ff4b84;
  font-size: 37px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .about__flex-txt .pink {
    margin-bottom: 1.5vw;
    font-size: 3.0833333333vw;
  }
}
@media (max-width: 768px) {
  .about__flex-txt .pink {
    font-size: 4.6875vw;
  }
}
.about__flex-txt p {
  font-size: 29px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .about__flex-txt p {
    font-size: 2.4166666667vw;
  }
}
.about__flex-txt-tab {
  width: 93.75vw;
  margin: 3.90625vw auto;
  font-size: 3.7109375vw;
  font-family: "maru";
  line-height: 1.4;
}
.about__salary {
  margin-top: 30px;
  width: 100%;
  height: 444px;
  background: url(../img/about-box.png) no-repeat;
  background-position: top center;
  padding: 90px 30px 30px 130px;
  background-size: contain;
}
@media (max-width: 1200px) {
  .about__salary {
    margin-top: 2.5vw;
    height: 37vw;
    padding: 7.5vw 2.5vw 2.5vw 10.8333333333vw;
  }
}
@media (max-width: 768px) {
  .about__salary {
    display: none;
  }
}
.about__salary h3 {
  margin-bottom: 10px;
  font-family: "maru";
  font-size: 72px;
  color: #ffff00;
}
@media (max-width: 1200px) {
  .about__salary h3 {
    margin-top: 0.8333333333vw;
    font-size: 6vw;
  }
}
.about__salary p {
  margin-top: 20px;
  font-size: 38px;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .about__salary p {
    margin-top: 1.6666666667vw;
    font-size: 3.1666666667vw;
  }
}
.about__salary-tab {
  margin: 2.6041666667vw auto;
  width: 93.75vw;
}
.about__inner {
  background: url(../img/about-bg.png) no-repeat;
  margin: 0 auto;
  background-position: top center;
  height: 34.4vw;
  background-size: contain;
}
@media (max-width: 2540px) {
  .about__inner {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .about__inner {
    height: 59.1666666667vw;
    margin-bottom: 5vw;
    background-position: 50% top;
  }
}
@media (max-width: 768px) {
  .about__inner {
    display: none;
  }
}

.flow {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .flow {
    margin-top: 7.8125vw;
  }
}
.flow .section-top {
  width: 88%;
  margin: -170px auto 40px;
  display: flex;
  gap: 26px;
}
@media (max-width: 1200px) {
  .flow .section-top {
    margin: -13.28125vw auto 3.125vw;
    gap: 2.03125vw;
  }
}
.flow .section-top-exp {
  margin-top: 160px;
  margin-right: 140px;
}
@media (max-width: 1200px) {
  .flow .section-top-exp {
    margin-top: 12.5vw;
    margin-right: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  .flow .section-top-exp {
    margin-right: 3.90625vw;
    margin-top: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  .flow .section-top-exp p {
    font-size: 3.90625vw !important;
  }
}
.flow .section-top .section-title h2 {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .flow .section-top .section-title h2 {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .flow .section-top .section-title {
    display: none;
  }
}
.flow__line {
  margin: 60px auto;
}
@media (max-width: 1200px) {
  .flow__line {
    margin: 4.6875vw auto;
  }
}
@media (max-width: 768px) {
  .flow__line {
    margin: -6.5104166667vw auto 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .flow__line-link {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: -2.6041666667vw auto 7.8125vw;
  }
  .flow__line-link img {
    width: 57.2916666667vw;
  }
}
.flow__tel {
  text-align: center;
  display: block;
  width: 1000px;
  margin: 30px auto 150px;
}
@media (max-width: 1200px) {
  .flow__tel {
    width: 78.125vw;
    margin: 2.34375vw auto 11.71875vw;
  }
}

.contact {
  background: url(../img/contact-bg.png) no-repeat;
  margin: 0px auto 0;
  background-position: top center;
  height: 119.5333333333vw;
  background-size: contain;
  padding-top: 33.3333333333vw;
  /********************************************
  * Now Loading
  ********************************************/
}
.contact__icon {
  margin: 5.2083333333vw auto 5.2083333333vw;
  width: 46.875vw;
}
.contact__tel-ttl {
  width: 65.1041666667vw;
  margin: 3.90625vw auto;
}
.contact__tel-num {
  display: block;
  text-align: center;
  margin: 1.3020833333vw auto 0;
  width: 78.125vw;
}
.contact__tel-num img {
  width: 78.125vw;
}
.contact__tel p {
  text-align: center;
  font-size: 4.4270833333vw;
  margin-bottom: 13.0208333333vw;
}
.contact__official {
  width: 45.5729166667vw;
  text-align: center;
  font-size: 4.8177083333vw;
  border-bottom: 1px solid #000;
  margin: 9.1145833333vw auto 0;
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 2540px) {
  .contact {
    background-size: cover;
    height: 3000px;
    padding-top: 900px;
  }
}
@media (max-width: 1200px) {
  .contact {
    height: 145vw;
    padding-top: 38.3333333333vw;
  }
}
@media (max-width: 768px) {
  .contact {
    background: url(../img/contact-bg-sp.png) no-repeat;
    margin: 0px auto 0;
    background-position: top center;
    width: 100vw;
    height: 507.8125vw;
    background-size: contain;
    padding-bottom: 13.0208333333vw;
    padding-top: 101.5625vw;
  }
}
.contact__ttl {
  margin-left: 170px;
  margin-bottom: 40px;
  background: #000;
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  font-size: 28px;
  font-family: "maru";
}
@media (max-width: 1200px) {
  .contact__ttl {
    margin-left: 10vw;
    margin-bottom: 0.8333333333vw;
    padding: 0.3333333333vw 1vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .contact__ttl {
    margin-left: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
    font-size: 3.90625vw;
  }
}
.contact__bg {
  background: #fff;
  padding: 80px 10px 70px 10px;
}
@media (max-width: 1200px) {
  .contact__bg {
    width: 91.6666666667vw;
    margin: 0 auto;
    padding: 3.3333333333vw 0.8333333333vw 0.0833333333vw 0.8333333333vw;
  }
}
.contact__bg .line-add {
  margin-left: 40px;
  margin-bottom: 110px;
  width: 1000px;
}
@media (max-width: 1200px) {
  .contact__bg .line-add {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0vw;
    margin: 0 auto 9.1666666667vw;
    margin-bottom: 4.1666666667vw;
    width: 61.6666666667vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .line-add {
    display: none;
  }
}
.contact__bg .form__flex {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin: 30px auto;
  gap: 80px;
}
@media (max-width: 1200px) {
  .contact__bg .form__flex {
    width: 71.6666666667vw;
    margin: 2.5vw auto;
    gap: 0.1666666667vw 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form__flex {
    flex-direction: column;
    width: 83.3333333333vw;
  }
}
.contact__bg .long {
  width: 490px;
}
@media (max-width: 1200px) {
  .contact__bg .long {
    width: 40.8333333333vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .long {
    width: 83.3333333333vw;
  }
}
.contact__bg .short {
  width: 290px;
}
@media (max-width: 1200px) {
  .contact__bg .short {
    width: 24.1666666667vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .short {
    width: 83.3333333333vw;
  }
}
.contact__bg .middle {
  width: 380px;
}
@media (max-width: 1200px) {
  .contact__bg .middle {
    width: 31.6666666667vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .middle {
    width: 83.3333333333vw;
  }
}
@media (max-width: 1200px) {
  .contact__bg .form-select {
    width: 35.8333333333vw !important;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-select {
    width: 83.3333333333vw !important;
  }
}
.contact__bg .form-box {
  position: relative;
  border-bottom: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .contact__bg .form-box {
    gap: 0.8333333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3020833333vw;
    margin-bottom: 7.8125vw;
    border-left: 0;
    border-right: 0;
  }
}
.contact__bg .form-box .error {
  position: absolute;
  right: 0;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .contact__bg .form-box .error {
    font-size: 1.3333333333vw;
  }
}
.contact__bg .form-box-content {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .contact__bg .form-box-content {
    gap: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box-content {
    margin-bottom: 0vw;
  }
}
.contact__bg .form-box-content-location {
  flex-direction: column;
  align-items: flex-start;
}
.contact__bg .form-box-content-location p {
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .contact__bg .form-box-content-location p {
    padding-left: 3.90625vw;
  }
}
.contact__bg .form-box-content-location input {
  width: 20px !important;
  color: #000047 !important;
}
@media (max-width: 1200px) {
  .contact__bg .form-box-content-location input {
    width: 1.5625vw !important;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box-content-location input {
    width: 2.9947916667vw !important;
  }
}
.contact__bg .form-box span {
  background: #c90000;
  border-radius: 3px;
  font-size: 22px;
  padding: 2px 10px 1px;
  color: #fff;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media (max-width: 1200px) {
  .contact__bg .form-box span {
    border-radius: 0.234375vw;
    font-size: 1.71875vw;
    padding: 0.390625vw 0.78125vw 0.234375vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box span {
    border-radius: 0.5208333333vw;
    font-size: 3.3854166667vw;
    padding: 0.78125vw 1.3020833333vw 0.5208333333vw;
  }
}
.contact__bg .form-box input,
.contact__bg .form-box select {
  background: #fff;
  padding-left: 20px;
  text-align: left;
}
@media (max-width: 1200px) {
  .contact__bg .form-box input,
  .contact__bg .form-box select {
    font-size: 1.40625vw;
    width: 31.25vw;
    margin-left: 3.90625vw;
    padding-left: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box input,
  .contact__bg .form-box select {
    text-align: left !important;
    margin-left: 0vw;
    width: 83.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 1.3020833333vw;
    padding: 1.0416666667vw 0.5208333333vw 0.9114583333vw 1.8229166667vw;
    font-size: 3.0989583333vw;
  }
}
.contact__bg .form-box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.contact__bg .form-box select {
  height: 34px;
}
@media (max-width: 768px) {
  .contact__bg .form-box select {
    height: 8.3333333333vw;
  }
}
.contact__bg .form-box select span {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .contact__bg .form-box select span {
    padding-left: 4.9479166667vw;
  }
}
.contact__bg .form-box-ttl {
  display: flex;
  align-items: center;
  font-family: "maru";
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .contact__bg .form-box-ttl {
    width: 33.59375vw;
    height: 4.6875vw;
    padding-left: 2.34375vw;
    font-size: 1.8333333333vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box-ttl {
    margin-top: 1.3020833333vw;
    margin-left: 0vw;
    padding-left: 0;
    font-size: 4.1666666667vw;
    width: 83.3333333333vw;
    border-right: 0;
  }
}
.contact__bg .form-box-radio {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact__bg .form-box-radio {
    flex-wrap: wrap;
    margin-left: 1.6927083333vw;
  }
}
.contact__bg .form-box-radio .form-box-radio-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1200px) {
  .contact__bg .form-box-radio .form-box-radio-inner {
    gap: 0.46875vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .form-box-radio .form-box-radio-inner {
    width: 29.9479166667vw;
    gap: 1.0416666667vw;
    font-size: 3.125vw;
  }
}
.contact__bg .form-box-radio .form-box-radio-inner label {
  padding-bottom: 2px;
}
.contact__bg .form-box-radio .form-box-radio-inner label p {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .contact__bg .form-box-radio .form-box-radio-inner label {
    padding-bottom: 0.15625vw;
  }
}
.contact__bg .textbox {
  border-bottom: none;
  gap: 0;
}
@media (max-width: 1200px) {
  .contact__bg .textbox .form-box-ttl {
    height: 3.125vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .textbox .form-box-ttl {
    height: 6.5104166667vw;
  }
}
.contact__bg .textbox textarea {
  background: #ffffff;
  resize: none;
  width: 860px;
  height: 330px;
  color: #000;
  padding: 5px 7px;
  border: 1px solid #000;
}
@media (max-width: 1200px) {
  .contact__bg .textbox textarea {
    margin-left: 3.90625vw;
    width: 39.0625vw;
    height: 15.625vw;
    padding: 0.390625vw 0.546875vw;
  }
}
@media (max-width: 768px) {
  .contact__bg .textbox textarea {
    margin-left: 0vw;
    margin-bottom: 1.8229166667vw;
    width: 83.3333333333vw;
    border-radius: 1.3020833333vw;
    height: 39.0625vw;
    padding: 1.0416666667vw 1.3020833333vw;
    font-size: 2.8645833333vw;
  }
}
.contact .form-submit {
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .contact .form-submit {
    padding-bottom: 0vw;
    margin-top: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .contact .form-submit {
    margin-top: 2.6041666667vw;
    padding-bottom: 0vw;
  }
}
.contact .form-submit input {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  width: 500px;
  height: 57px;
  padding: 18px 14px 20px;
  font-size: 24px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" !important;
}
@media (max-width: 1200px) {
  .contact .form-submit input {
    width: 39.0625vw;
    height: 4.453125vw;
    padding: 1.40625vw 1.09375vw 1.5625vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .contact .form-submit input {
    width: 67.7083333333vw;
    height: 8.7239583333vw;
    padding: 2.8645833333vw 1.8229166667vw 2.6041666667vw;
    font-size: 3.6458333333vw;
    border-radius: 1.3020833333vw;
  }
}
.contact #form-load {
  display: none;
}
.contact .loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact .load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}
.contact .load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.contact #result {
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 1200px) {
  .contact #result {
    margin: 6.25vw auto;
  }
}
.contact #result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .contact #result h4 {
    margin-bottom: 3.125vw;
    font-size: 3.671875vw;
  }
}
@media (max-width: 768px) {
  .contact #result h4 {
    margin-bottom: 4.6875vw;
    font-size: 4.9479166667vw;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
.contact #result p {
  padding-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .contact #result p {
    font-size: 2.421875vw;
  }
}
@media (max-width: 768px) {
  .contact #result p {
    font-size: 3.90625vw;
    line-height: 1.4;
    padding-bottom: 6.5104166667vw;
  }
}
.contact .space {
  height: 30px;
}
@media (max-width: 1200px) {
  .contact .space {
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .contact .space {
    height: 1.3020833333vw;
  }
}

@media (max-width: 768px) {
  .form-confirm {
    padding: 3.90625vw;
  }
}

input {
  height: 38px;
  line-height: 1;
}
@media (max-width: 1200px) {
  input {
    height: 2.96875vw;
  }
}
@media (max-width: 768px) {
  input {
    height: 4.9479166667vw;
  }
}
@media (max-width: 440px) {
  input {
    font-size: 4.5454545455vw;
    height: 6.3636363636vw;
  }
}

.concept {
  background: url(../img/concept-bg.png) no-repeat;
  background-size: contain;
  background-position: calc(50% + 126px) center; /* 中央から右に100px */
  height: 1581px;
}
@media (max-width: 1533px) {
  .concept {
    background-size: cover;
    height: 1582px;
  }
}
@media (max-width: 1200px) {
  .concept {
    height: 124.921875vw;
    background-position: left;
  }
}
@media (max-width: 768px) {
  .concept {
    background: url(../img/concept-bg-sp.png) no-repeat;
    background-size: contain;
    height: 145.8333333333vw;
  }
}
.concept h3 {
  padding-top: 16px;
  margin-bottom: 130px;
  text-align: center;
  font-size: 44px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1200px) {
  .concept h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.25vw;
    margin-bottom: 10.15625vw;
    height: 11.71875vw;
    font-size: 3.4375vw;
  }
}
@media (max-width: 768px) {
  .concept h3 {
    padding-top: 2.6041666667vw;
    margin-top: 0;
    margin-bottom: 8.3333333333vw;
    height: 8.8541666667vw;
  }
}
@media (max-width: 440px) {
  .concept h3 {
    padding-top: 4.0909090909vw;
    height: 6.8181818182vw;
  }
}
.concept__inner p {
  margin-bottom: 50px;
  margin-left: 50px;
  line-height: 1.6;
  font-size: 38px;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .concept__inner p {
    margin-bottom: 3.90625vw;
    margin-left: 3.90625vw;
    font-size: 2.96875vw;
  }
}
@media (max-width: 768px) {
  .concept__inner p {
    margin-bottom: 5.9895833333vw;
    font-size: 3.515625vw;
    line-height: 1.5;
  }
}
.concept__inner img {
  margin-left: 20px;
  width: 730px;
}
@media (max-width: 1200px) {
  .concept__inner img {
    margin-left: 1.5625vw;
    width: 57.03125vw;
  }
}
@media (max-width: 768px) {
  .concept__inner img {
    margin-left: 3.6458333333vw;
    width: 69.0104166667vw;
  }
}
.concept h4 {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-top: -40px;
  font-size: 100px;
  color: #dd354d;
}
@media (max-width: 1200px) {
  .concept h4 {
    margin-left: 4.6875vw;
    margin-top: -3.125vw;
    font-size: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .concept h4 {
    margin-top: -3.90625vw;
    font-size: 11.1979166667vw;
  }
}
.concept h4 span {
  font-size: 320px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .concept h4 span {
    font-size: 25vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .concept h4 span {
    font-size: 33.8541666667vw;
  }
}
.concept h5 {
  margin-top: -110px;
  font-size: 76px;
  color: #dd354d;
  margin-left: 110px;
}
@media (max-width: 1200px) {
  .concept h5 {
    margin-top: -8.59375vw;
    font-size: 5.9375vw;
    margin-left: 8.59375vw;
  }
}
@media (max-width: 768px) {
  .concept h5 {
    margin-top: -10.4166666667vw;
    margin-left: 11.71875vw;
    font-size: 8.3333333333vw;
  }
}
.concept .pink {
  margin-top: 10px;
  margin-left: 78px;
  display: inline-block;
  background: #dd354d;
  color: #fff;
  border-radius: 40px;
  padding: 4px 14px;
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 1200px) {
  .concept .pink {
    margin-top: 0.78125vw;
    margin-left: 6.09375vw;
    border-radius: 3.125vw;
    padding: 0.3125vw 1.09375vw;
  }
}
@media (max-width: 768px) {
  .concept .pink {
    margin-top: 1.3020833333vw;
    margin-left: 5.2083333333vw;
    font-size: 4.1666666667vw;
    border-radius: 5.2083333333vw;
    padding: 1.8229166667vw 3.125vw;
  }
}

footer {
  background: #fff;
  color: #000;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
}

.footer__logo {
  width: 210px;
  margin-right: 40px;
}
.footer__nav {
  margin-bottom: 40px;
  font-family: "maru";
}
.footer__nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  font-size: 20px;
  gap: 60px;
}
@media (max-width: 1200px) {
  .footer__nav__list {
    padding-top: 1.5625vw;
    font-size: 1.328125vw;
    gap: 4.6875vw;
  }
}
.footer__nav__list-link p {
  position: relative;
  z-index: 999;
}
.footer__nav__list-link p::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  width: 105%;
  height: 6px;
  bottom: 0px;
  left: -4.5px;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  background-color: #ff97a3;
  transform: skewX(-45deg);
}
.footer__tel {
  font-family: "maru";
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer__tel {
    font-size: 2.34375vw;
  }
}
.footer__to {
  border: 3px solid #ff97a3;
  padding: 20px;
  font-size: 20px;
  width: 500px;
  text-align: center;
}
@media (max-width: 1200px) {
  .footer__to {
    border: 0.234375vw solid #ff97a3;
    padding: 1.5625vw;
    font-size: 1.5625vw;
    width: 39.0625vw;
  }
}
.footer small {
  display: block;
  margin: 50px auto;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .footer small {
    margin: 3.90625vw auto;
    padding-bottom: 2.34375vw;
  }
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.footer__flex .logo {
  width: 220px;
  margin-right: 140px;
}
@media (max-width: 1200px) {
  .footer__flex .logo {
    width: 23.4375vw;
  }
}
.footer__flex .line {
  margin-left: 130px;
  width: 60px;
}
.footer .link {
  display: block;
  width: 860px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer .link {
    width: 54.6875vw;
  }
}
.footer__tab-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__tab-nav {
    width: 100vw;
  }
  .footer__tab-nav img {
    width: 28.6458333333vw;
    padding: 2.6041666667vw 1.3020833333vw;
  }
}
@media (max-width: 768px) {
  .footer__tab-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.6458333333vw;
  }
  .footer__tab-nav li:first-of-type {
    border-right: 1px solid #fff;
  }
}

.trial__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
}
@media (max-width: 1200px) {
  .trial__flex {
    gap: 4.1666666667vw;
    justify-content: center;
  }
}
.trial__flex img {
  width: 320px;
}
@media (max-width: 1200px) {
  .trial__flex img {
    width: 26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .trial__flex img {
    width: 36.4583333333vw;
  }
}
.trial__flex-txt {
  font-family: "maru";
}
.trial__flex-txt h3 {
  margin-top: 30px;
  margin-bottom: 18px;
  color: #38c884;
  font-size: 64px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .trial__flex-txt h3 {
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .trial__flex-txt h3 {
    margin-top: 3.3333333333vw;
    font-size: 6.7708333333vw;
  }
}
.trial__flex-txt p {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .trial__flex-txt p {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .trial__flex-txt p {
    font-size: 5.2083333333vw;
  }
}
.trial__merit {
  margin-top: 30px;
  width: 100%;
  height: 444px;
  background: url(../img/trial-box.png) no-repeat;
  background-position: top center;
  padding: 80px 30px 30px 90px;
  background-size: contain;
}
@media (max-width: 1200px) {
  .trial__merit {
    margin-top: 2.5vw;
    height: 37vw;
    padding: 6.6666666667vw 2.5vw 2.5vw 7.5vw;
  }
}
@media (max-width: 768px) {
  .trial__merit {
    margin: 0 auto;
    background: url(../img/trial-box-tab.png) no-repeat;
    background-position: top center;
    width: 91.1458333333vw;
    height: 70.3125vw;
    background-size: contain;
    padding: 7.8125vw 2.6041666667vw 0vw 9.375vw;
  }
}
.trial__merit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 26px;
  color: #38c884;
  font-family: "maru";
}
@media (max-width: 1200px) {
  .trial__merit ul {
    gap: 1.6666666667vw 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .trial__merit ul {
    gap: 3.6458333333vw 3.90625vw;
  }
}
.trial__merit ul li {
  background: #ffff00;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 8px 0;
  font-size: 38px;
}
@media (max-width: 1200px) {
  .trial__merit ul li {
    width: 26.6666666667vw;
    border-radius: 0.8333333333vw;
    padding: 0.6666666667vw 0;
    font-size: 3.1666666667vw;
  }
}
@media (max-width: 768px) {
  .trial__merit ul li {
    text-align: center;
    width: 33.8541666667vw;
    font-size: 4.4270833333vw;
  }
}
.trial__merit ul .small {
  width: 270px;
}
@media (max-width: 1200px) {
  .trial__merit ul .small {
    width: 22.5vw;
  }
}
@media (max-width: 768px) {
  .trial__merit ul .small {
    text-align: center;
    width: 33.8541666667vw;
    font-size: 4.4270833333vw;
  }
}
.trial__merit ul .medium {
  width: 370px;
}
@media (max-width: 1200px) {
  .trial__merit ul .medium {
    width: 30.8333333333vw;
  }
}
@media (max-width: 768px) {
  .trial__merit ul .medium {
    text-align: center;
    width: 33.8541666667vw;
    font-size: 4.4270833333vw;
  }
}
.trial__merit ul .large {
  width: 495px;
}
@media (max-width: 1200px) {
  .trial__merit ul .large {
    width: 41.25vw;
  }
}
@media (max-width: 768px) {
  .trial__merit ul .large {
    text-align: center;
    width: 71.6145833333vw;
    font-size: 4.4270833333vw;
  }
}
@media (max-width: 768px) {
  .trial__merit ul .large-pc {
    display: none;
  }
}
.trial__inner {
  background: url(../img/trial-bg.png) no-repeat;
  margin: 20px auto 0;
  background-position: top center;
  height: 32vw;
  background-size: contain;
}
@media (max-width: 2540px) {
  .trial__inner {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .trial__inner {
    margin: 1.6666666667vw auto 2.5vw;
    height: 53.3333333333vw;
    background-position: 55% top;
  }
}
@media (max-width: 768px) {
  .trial__inner {
    display: none;
  }
}
.trial__tab-txt {
  width: 91.1458333333vw;
  margin: 0 auto;
  font-family: "maru";
  font-size: 3.2552083333vw;
  line-height: 1.4;
  margin: 3.90625vw auto;
}

.exp__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .exp__flex {
    gap: 4.1666666667vw;
    margin-top: 4.1666666667vw;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .exp__flex {
    gap: 2.6041666667vw;
  }
}
.exp__flex img {
  width: 320px;
}
@media (max-width: 1200px) {
  .exp__flex img {
    width: 26.6666666667vw;
  }
}
@media (max-width: 768px) {
  .exp__flex img {
    width: 36.4583333333vw;
  }
}
.exp__flex-txt {
  font-family: "maru";
}
.exp__flex-txt h3 {
  margin-bottom: 18px;
  color: #ff4b84;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .exp__flex-txt h3 {
    margin-bottom: 1.5vw;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .exp__flex-txt h3 {
    font-size: 7.8125vw;
    line-height: 1.2;
  }
  .exp__flex-txt h3 span {
    font-size: 9.8958333333vw;
  }
}
.exp__flex-txt p {
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .exp__flex-txt p {
    font-size: 2vw;
  }
}
.exp__flex-txt-tab {
  margin: 3.90625vw auto;
  width: 91.1458333333vw;
  font-family: "maru";
  font-size: 3.2552083333vw;
  line-height: 1.4;
}
.exp__box {
  margin-top: 70px;
  width: 100%;
  height: 1500px;
  background: url(../img/exp-box.png) no-repeat;
  background-position: top center;
  padding: 120px 30px 30px 0px;
  background-size: contain;
}
@media (max-width: 1200px) {
  .exp__box {
    width: 95vw;
    margin-top: 5.8333333333vw;
    margin: 5.8333333333vw auto;
    height: 111.6666666667vw;
    padding: 10vw 2.5vw 2.5vw 0;
  }
}
@media (max-width: 768px) {
  .exp__box {
    display: none;
  }
}
.exp__box-tab {
  width: 91.1458333333vw;
  margin: 0 auto 3.90625vw;
}
.exp__box-tab img {
  width: 91.1458333333vw;
  margin: 0 auto;
}
.exp__box-inner {
  font-family: "maru";
}
.exp__box-inner h4 {
  background: #fff;
  color: #ff4b84;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 8px 0 8px 80px;
  font-size: 42px;
}
@media (max-width: 1200px) {
  .exp__box-inner h4 {
    border-top-right-radius: 3.3333333333vw;
    border-bottom-right-radius: 3.3333333333vw;
    padding: 0.6666666667vw 0 0.6666666667vw 6.6666666667vw;
    font-size: 3.5vw;
  }
}
.exp__box-inner-ttl {
  padding-left: 80px;
  padding-top: 32px;
  padding-bottom: 36px;
  color: #fff;
  font-size: 27px;
}
@media (max-width: 1200px) {
  .exp__box-inner-ttl {
    padding-left: 6.6666666667vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.25vw;
  }
}
.exp__box-inner-flex {
  display: flex;
  padding: 0 0 60px 80px;
  gap: 80px;
}
@media (max-width: 1200px) {
  .exp__box-inner-flex {
    padding: 0 0 4.1666666667vw 5.8333333333vw;
    gap: 6.6666666667vw;
  }
}
.exp__box-inner-flex img {
  margin-top: 10px;
  width: 300px;
}
@media (max-width: 1200px) {
  .exp__box-inner-flex img {
    margin-top: 0.8333333333vw;
    width: 25vw;
  }
}
.exp__box-inner-flex-left h5 {
  font-size: 32px;
  line-height: 1.3;
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #ffff00;
}
@media (max-width: 1200px) {
  .exp__box-inner-flex-left h5 {
    font-size: 2.6666666667vw;
  }
}
.exp__box-inner-flex-left h5 span {
  font-size: 44px;
  letter-spacing: -0.05em;
  margin-right: 6px;
}
@media (max-width: 1200px) {
  .exp__box-inner-flex-left h5 span {
    font-size: 3.6666666667vw;
    margin-right: 0.5vw;
  }
}
.exp__box-inner-flex-right p {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 1200px) {
  .exp__box-inner-flex-right p {
    margin-bottom: 0.6666666667vw;
    font-size: 2.1666666667vw;
  }
}
.exp__box-inner-flex-right img {
  width: 500px;
}
@media (max-width: 1200px) {
  .exp__box-inner-flex-right img {
    width: 41.6666666667vw;
  }
}
.exp__inner {
  background: url(../img/first-bg.png) no-repeat;
  margin: 20px auto 0;
  background-position: top center;
  height: 32vw;
  background-size: contain;
}
@media (max-width: 2540px) {
  .exp__inner {
    background-size: cover;
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .exp__inner {
    height: 53.3333333333vw;
  }
}

@font-face {
  font-family: "kozuka";
  font-weight: 400;
  src: url(../font/KozMinPr6N-Regular.otf) format("opentype");
}
@font-face {
  font-family: "maru";
  font-weight: 400;
  src: url(../font/A-OTF-MaruFoPro-Bold.otf) format("opentype");
}