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

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

li {
  list-style-type: none;
}

@media (max-width: 1280px) {
  .main-top {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main-top {
    margin-top: 0;
    padding-top: 0;
  }
}

section {
  margin-top: -180px;
  padding-top: 180px;
}
@media (max-width: 1280px) {
  section {
    margin-top: -14.0625vw;
    padding-top: 14.0625vw;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 3.90625vw;
    margin-top: -3.90625vw;
  }
}
section .section-title {
  margin: 80px auto 60px;
  text-align: center;
}
@media (max-width: 1280px) {
  section .section-title {
    margin: 6.25vw auto 4.6875vw;
  }
}
section .section-title img {
  width: 460px;
}
@media (max-width: 768px) {
  section .section-title img {
    width: 93.75vw;
  }
}

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

main .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  main .container {
    max-width: 93.75vw;
  }
}

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

.fixed {
  position: fixed;
  width: 1200px;
  margin-top: 30px;
  top: 0;
  z-index: 90;
}
@media (max-width: 1280px) {
  .fixed {
    width: 93.75vw;
    margin-top: 2.34375vw;
  }
}

body {
  background: url(../img/main-bg.jpg);
  background-position: top center;
  font-variant-ligatures: none;
  font-family: vdl-v7marugothic, sans-serif;
  font-style: normal;
  overflow-x: hidden;
  font-weight: 500;
  background-size: contain;
}
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: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 93.75vw;
  }
}
@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: "YuGothic", "游ゴシック", "Yu Gothic", 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: 1280px) {
  #line_qr_fix,
  #tel_num_fix {
    font-size: 3.3333333333vw;
  }
}
@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: 1280px) {
  #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.1666666667vw 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: "panda";
  src: url("../font/pandabakery.ttf") format("truetype");
}
.panda {
  font-family: "panda";
}

main {
  background: url(../img/bg.png) repeat;
  background-size: contain;
}
main .inner_bg {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.9294117647);
}
@media (max-width: 1280px) {
  main .inner_bg {
    max-width: 100vw;
    padding-top: 3.90625vw;
  }
}
@media (max-width: 768px) {
  main .inner_bg {
    background: rgba(255, 255, 255, 0.4078431373);
  }
}

.main-top .inner_bg {
  padding-top: 230px;
}
@media (max-width: 1280px) {
  .main-top .inner_bg {
    padding-top: 17.96875vw;
  }
}
@media (max-width: 768px) {
  .main-top .inner_bg {
    padding-top: 0;
  }
}

.header {
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
.header__top {
  background: #fffc99;
}
@media (max-width: 768px) {
  .header__top {
    display: none;
  }
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top-logo img {
  width: 440px;
}
@media (max-width: 1280px) {
  .header__top-logo img {
    width: 34.375vw;
  }
}
.header__top-contact {
  width: 550px;
  text-align: right;
}
@media (max-width: 1280px) {
  .header__top-contact {
    width: 42.96875vw;
  }
}
.header__top-contact p {
  font-size: 40px;
  font-family: "panda";
  color: #472e0e;
}
@media (max-width: 1280px) {
  .header__top-contact p {
    font-size: 3.125vw;
  }
}
.header__top-contact .tel img {
  margin-bottom: 10px;
  width: 480px;
}
@media (max-width: 1280px) {
  .header__top-contact .tel img {
    margin-bottom: 0.78125vw;
    width: 37.5vw;
  }
}
.header__top-contact .header_email img {
  width: 550px;
}
@media (max-width: 1280px) {
  .header__top-contact .header_email img {
    width: 42.96875vw;
  }
}
.header__main {
  background: url(../img/top_main_bg.png) no-repeat;
  background-size: cover;
  background-position: top -2px center;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .header__main {
    background-position: top -0.15625vw center;
    padding-top: 4.6875vw;
    padding-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .header__main {
    margin-top: 0vw;
  }
}
.header__main .container {
  position: relative;
}
.header__main-bubble {
  background: url(../img/top_main.png) no-repeat;
  background-size: contain;
  width: 640px;
  height: 290px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .header__main-bubble {
    width: 50vw;
    height: 22.65625vw;
    font-size: 3.28125vw;
  }
}
@media (max-width: 768px) {
  .header__main-bubble {
    padding-left: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
    width: 63.8020833333vw;
    height: 29.9479166667vw;
    font-size: 4.4270833333vw;
    line-height: 1.2;
  }
}
.header__main-bubble .bubble {
  position: absolute;
  top: 100px;
  right: -180px;
  width: 150px;
}
@media (max-width: 1280px) {
  .header__main-bubble .bubble {
    top: 7.8125vw;
    right: -14.0625vw;
    width: 11.71875vw;
  }
}
@media (max-width: 768px) {
  .header__main-bubble .bubble {
    top: 10.4166666667vw;
    right: -15.625vw;
    width: 14.3229166667vw;
  }
}
.header__main-text {
  margin-top: 20px;
  margin-left: 60px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  color: #602c06;
}
@media (max-width: 1280px) {
  .header__main-text {
    margin-top: 1.5625vw;
    margin-left: 4.6875vw;
    font-size: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .header__main-text {
    position: relative;
    margin-top: -2.6041666667vw;
    margin-left: 0;
  }
  .header__main-text img {
    width: 59.8958333333vw;
  }
}
.header__main-text-pome {
  display: none;
}
@media (max-width: 768px) {
  .header__main-text-pome {
    display: inline-block;
  }
}
.header__main-text-pome img {
  bottom: 0px;
  right: 0;
  position: absolute;
  width: 480px;
}
@media (max-width: 1280px) {
  .header__main-text-pome img {
    width: 37.5vw;
  }
}
@media (max-width: 768px) {
  .header__main-text-pome img {
    width: 36.4583333333vw;
    bottom: 2.6041666667vw;
    right: -1.3020833333vw;
  }
}
.header__main-gift {
  margin-top: 10px;
  margin-left: -60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .header__main-gift {
    margin-top: 0.78125vw;
    margin-left: -1.5625vw;
  }
}
@media (max-width: 768px) {
  .header__main-gift {
    margin-top: -1.3020833333vw;
  }
}
.header__main-gift .gift1 {
  width: 290px;
}
@media (max-width: 1280px) {
  .header__main-gift .gift1 {
    width: 20.3125vw;
  }
}
@media (max-width: 768px) {
  .header__main-gift .gift1 {
    width: 33.8541666667vw;
  }
}
.header__main-gift .gift2 {
  width: 560px;
}
@media (max-width: 1280px) {
  .header__main-gift .gift2 {
    width: 42.1875vw;
  }
}
@media (max-width: 768px) {
  .header__main-gift .gift2 {
    margin-left: -6.5104166667vw;
    width: 70.3125vw;
  }
}
@media (max-width: 768px) {
  .header__main-pome {
    display: none;
  }
}
.header__main-pome img {
  bottom: 0px;
  right: 0;
  position: absolute;
  width: 480px;
}
@media (max-width: 1280px) {
  .header__main-pome img {
    width: 37.5vw;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav__list-link {
  background: #fffc99;
  border-radius: 50%;
  font-family: "panda";
}
.header__nav__list-link p {
  width: 184px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .header__nav__list-link p {
    width: 14.375vw;
    height: 14.375vw;
    font-size: 2.03125vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fea6c8;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.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%;
  top: -7%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
}
.header__tabNav__list-link {
  font-size: 3.3854166667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .header__tabNav__list-link {
    font-size: 5.4545454545vw;
    line-height: 1.6;
  }
}
.header__tabNav-active {
  left: 0 !important;
}
.header__tabButton {
  position: relative;
  margin: 0 auto;
  color: #fff;
  width: 11.71875vw;
  height: 16.9270833333vw;
  z-index: 100;
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1.3020833333vw;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.header__tabButton span:nth-of-type(1) {
  top: 3.125vw;
}
.header__tabButton span:nth-of-type(2) {
  top: 6.5104166667vw;
  font-size: 2.34375vw;
}
.header__tabButton span:nth-of-type(3) {
  top: 9.8958333333vw;
  color: #fff;
  background-color: #fff;
}
.header__tabButton span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  display: block;
  top: 1.8181818182vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-family: "Chalkboard", "Chalkboard SE", sans-serif;
  font-size: 3.6458333333vw;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 5.9895833333vw !important;
  left: 0.9114583333vw;
  transform: rotate(45deg);
}
.header__tabButton-active:nth-of-type(2) {
  width: 90% !important;
  top: 5.9895833333vw !important;
  left: 0.9114583333vw;
  transform: rotate(-45deg);
}
.header__tabButton-active:nth-of-type(3) {
  background-color: transparent !important;
}
.header__tabButton-active:nth-of-type(3)::after {
  content: "Close" !important;
}
.header__tabButton-bg {
  display: block;
  margin-right: 1.3020833333vw;
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  right: 3.90625vw;
  top: 5.7291666667vw;
  border-radius: 14px;
  z-index: 99;
  overflow: hidden;
  background: #fbb6d1;
}
@media (max-width: 440px) {
  .header__tabButton-bg {
    width: 18.1818181818vw;
    height: 18.1818181818vw;
    right: 5vw;
    top: 5vw;
  }
}

#fixedElement {
  position: relative; /* 初期状態 */
}

.fixed-bottom {
  z-index: 9999;
  position: fixed !important;
  width: 100%; /* 画面幅いっぱいに広げる */
}
@media (max-width: 768px) {
  .fixed-bottom {
    bottom: 2.0833333333vw;
    transition: bottom 0.3s ease-in-out; /* トランジションを追加 */
  }
}

.header__tab {
  z-index: 999;
  top: 0;
  width: 100%;
  background: #fff;
}
.header__tab h1 img {
  width: 440px;
}
@media (max-width: 768px) {
  .header__tab h1 img {
    margin-left: 1.3020833333vw;
    width: 61.1979166667vw;
  }
}
.header__tab .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home h3 {
  font-size: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .home h3 {
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .home h3 {
    text-align: left;
    font-size: 18.2291666667vw;
    padding-left: 13.0208333333vw;
    margin: -3.90625vw auto;
  }
}
.home .orange {
  font-size: 48px;
}
@media (max-width: 1280px) {
  .home .orange {
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .home .orange {
    margin: 0 auto;
    padding-left: 3.90625vw;
    font-size: 8.8541666667vw;
  }
}
.home .orange span {
  font-size: 80px;
  color: #ef6852;
}
@media (max-width: 1280px) {
  .home .orange span {
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .home .orange span {
    font-size: 11.71875vw;
  }
}
.home__catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .home__catch {
    gap: 3.75vw;
    margin-top: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .home__catch {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0vw;
    padding-left: 3.90625vw;
    margin-top: 3.90625vw;
  }
}
.home__catch h3 {
  font-size: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .home__catch h3 {
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .home__catch h3 {
    margin: 0;
    padding-left: 0;
    font-size: 8.8541666667vw;
  }
}
.home__catch span {
  margin-left: 4px;
  font-size: 80px;
}
@media (max-width: 1280px) {
  .home__catch span {
    margin-left: 0.3125vw;
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .home__catch span {
    font-size: 11.71875vw;
  }
}
.home__catch .pink {
  color: #f76ba4;
}
.home__catch .blue {
  color: #8cd5dd;
}
.home__catch .yellow {
  color: #eae588;
}
@media (max-width: 768px) {
  .home__catch img {
    position: absolute;
    top: -9.1145833333vw;
    right: 0;
    width: 52.0833333333vw;
  }
}
.home__salary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  gap: 10px;
}
@media (max-width: 1280px) {
  .home__salary {
    margin-top: -2.34375vw;
    gap: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .home__salary {
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    text-align: right;
  }
}
.home__salary img {
  width: 200px;
}
@media (max-width: 1280px) {
  .home__salary img {
    width: 15.625vw;
  }
}
@media (max-width: 768px) {
  .home__salary img {
    position: absolute;
    right: 2.6041666667vw;
    top: -31.25vw;
    width: 41.6666666667vw;
  }
}
.home__salary-price {
  text-align: center;
  font-size: 60px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .home__salary-price {
    font-size: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .home__salary-price {
    text-align: right;
    font-size: 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .home__salary-price p {
    margin-top: -3.90625vw;
  }
}
.home__salary-price .blue {
  color: #8cd5dd;
}
@media (max-width: 768px) {
  .home__salary-price .blue {
    color: #2fd5dd;
    font-size: 20.8333333333vw;
    letter-spacing: -0.1em;
    margin-top: 0;
  }
  .home__salary-price .blue span {
    font-size: 13.0208333333vw;
  }
}
.home__salary .pome {
  padding-bottom: 50px;
  width: 340px;
}
@media (max-width: 1280px) {
  .home__salary .pome {
    padding-bottom: 3.90625vw;
    width: 26.5625vw;
  }
}
.home__check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -30px;
  padding-left: 100px;
}
@media (max-width: 1280px) {
  .home__check {
    margin-top: -2.34375vw;
    padding-left: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .home__check {
    display: none;
  }
}
.home__check-box {
  display: flex;
  align-items: flex-end;
  width: 530px;
  margin-bottom: 30px;
  width: 41.40625vw;
  margin-bottom: 2.34375vw;
}
.home__check-box img {
  width: 40px;
}
@media (max-width: 1280px) {
  .home__check-box img {
    width: 3.125vw;
  }
}
.home__check-box p {
  font-size: 26px;
}
@media (max-width: 1280px) {
  .home__check-box p {
    font-size: 2.03125vw;
  }
}
.home__text {
  margin-top: 70px;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 1280px) {
  .home__text {
    margin-top: 5.46875vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .home__text {
    display: none;
  }
}
.home__store {
  padding-top: 40px;
}
@media (max-width: 1280px) {
  .home__store {
    padding-top: 3.125vw;
  }
}
.home__store-pome {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-left: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .home__store-pome {
    margin-bottom: 4.6875vw;
    padding-left: 3.90625vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .home__store-pome {
    font-size: 4.4270833333vw;
  }
}
.home__store-pome .about1 {
  width: 366px;
  height: 155px;
  background: url(../img/about1.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  margin-right: 360px;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .home__store-pome .about1 {
    width: 28.59375vw;
    height: 12.109375vw;
    padding-left: 1.5625vw;
    margin-right: 28.125vw;
    margin-bottom: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .home__store-pome .about1 {
    position: absolute;
    top: 46.875vw;
    right: 0;
    width: 50.78125vw;
    height: 21.484375vw;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.home__store-pome .about2 {
  width: 320px;
  height: 155px;
  background: url(../img/about2.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .home__store-pome .about2 {
    width: 25vw;
    height: 12.109375vw;
    margin-bottom: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .home__store-pome .about2 {
    position: absolute;
    top: 5.2083333333vw;
    left: 0;
    width: 45.5729166667vw;
    height: 22.0052083333vw;
  }
}
.home__store-pome .about3 {
  width: 336px;
  height: 132px;
  background: url(../img/about3.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 360px;
}
@media (max-width: 1280px) {
  .home__store-pome .about3 {
    width: 26.25vw;
    height: 10.3125vw;
    margin-right: 28.125vw;
  }
}
@media (max-width: 768px) {
  .home__store-pome .about3 {
    position: absolute;
    top: 2.6041666667vw;
    right: 0;
    width: 49.4791666667vw;
    height: 19.4010416667vw;
    margin-right: 0;
  }
}
.home__store-pome .about4 {
  width: 426px;
  height: 168px;
  background: url(../img/about4.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .home__store-pome .about4 {
    width: 33.28125vw;
    height: 13.125vw;
  }
}
@media (max-width: 768px) {
  .home__store-pome .about4 {
    position: absolute;
    top: 23.4375vw;
    right: 0;
    width: 58.59375vw;
    height: 23.046875vw;
  }
}
.home__store-pome .pome {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 500px;
}
@media (max-width: 1280px) {
  .home__store-pome .pome {
    width: 39.0625vw;
  }
}
@media (max-width: 768px) {
  .home__store-pome .pome {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 23.4375vw;
    margin-left: -5.2083333333vw;
    width: 45.5729166667vw;
  }
}
.home__store-text {
  margin-top: 160px;
  text-align: center;
  font-size: 36px;
  line-height: 2.2;
}
@media (max-width: 1280px) {
  .home__store-text {
    margin-top: 12.5vw;
    font-size: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .home__store-text {
    background: url(../img/bg-pink.png) no-repeat;
    background-size: contain;
    background-position: top center;
    line-height: 1.2;
    padding: 5.2083333333vw 0;
    font-size: 5.7291666667vw;
  }
}
.home__store-text .pink {
  color: #f76ba4;
}
@media (max-width: 768px) {
  .home__store-text .pink {
    color: #ffff00;
    font-size: 9.1145833333vw;
  }
}
.home__store-text .blue {
  color: #8cd5dd;
}
@media (max-width: 768px) {
  .home__store-text .blue {
    color: #ffff00;
    font-size: 7.03125vw;
  }
}
.home__store-text .blue span {
  color: #000;
}
.home__store-job {
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .home__store-job {
    margin-top: 6.25vw;
  }
}
.home__store-job .blue {
  background: #8cd5dd;
}
.home__store-job h4 {
  width: 440px;
  text-align: center;
  font-family: "panda";
  color: white;
  font-size: 34px;
  background: #f76ba4;
  padding: 10px 50px;
  margin: 0 auto 70px;
}
@media (max-width: 1280px) {
  .home__store-job h4 {
    width: 34.375vw;
    font-size: 2.65625vw;
    padding: 0.78125vw 3.90625vw;
    margin: 0 auto 5.46875vw;
  }
}
@media (max-width: 768px) {
  .home__store-job h4 {
    width: 65.1041666667vw;
    font-size: 5.46875vw;
  }
}
.home__store-job p {
  display: block;
  margin: 0 auto;
  width: 900px;
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1280px) {
  .home__store-job p {
    width: 70.3125vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .home__store-job p {
    width: 87.2395833333vw;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 4.4270833333vw;
    font-weight: bold;
    line-height: 1.7;
  }
}
.home__store-job p span {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
}
.home__store-job-2 p {
  -moz-text-align-last: unset;
       text-align-last: unset;
  padding-bottom: 30px;
  text-align: left;
}
@media (max-width: 1280px) {
  .home__store-job-2 p {
    padding-bottom: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .home__store-job-2 p {
    padding-bottom: 3.90625vw;
  }
}
.home__store-job-2 p span {
  color: #2fd5dd;
  font-family: "panda";
  font-size: 34px;
}
@media (max-width: 1280px) {
  .home__store-job-2 p span {
    font-size: 2.65625vw;
  }
}
@media (max-width: 768px) {
  .home__store-job-2 p span {
    font-size: 5.7291666667vw;
  }
}
.home__store-job-2 p:last-child {
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .home__store-job-2 p:last-child {
    padding-top: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .home__store-job-2 p:last-child {
    padding-top: 3.90625vw;
  }
}

.salary {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .salary {
    margin-top: 2.34375vw;
  }
}
.salary .container {
  max-width: 1100px;
}
@media (max-width: 1280px) {
  .salary .container {
    max-width: 85.9375vw;
  }
}
@media (max-width: 768px) {
  .salary .container {
    max-width: 92.4479166667vw;
  }
}
.salary__text {
  text-align: center;
}
.salary__text p {
  font-size: 24px;
  line-height: 1.9;
}
@media (max-width: 1280px) {
  .salary__text p {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__text p {
    font-weight: bold;
    font-size: 3.515625vw;
  }
}
.salary__text .panda p {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .salary__text .panda p {
    margin-bottom: 2.34375vw;
    font-size: 3.28125vw;
  }
}
@media (max-width: 768px) {
  .salary__text .panda p {
    font-size: 5.5989583333vw;
    line-height: 1.3;
  }
}
.salary__text .panda .pink {
  color: #f76ba4;
}
.salary__text .panda .blue {
  color: #8cd5dd;
}
@media (max-width: 768px) {
  .salary__text .panda .blue {
    color: #f76ba4;
  }
}
.salary__exp-title {
  margin: 60px auto 30px;
  padding: 10px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  background: #8cd5dd;
}
@media (max-width: 1280px) {
  .salary__exp-title {
    margin: 4.6875vw auto 2.34375vw;
    padding: 0.78125vw;
    font-size: 2.65625vw;
  }
}
@media (max-width: 768px) {
  .salary__exp-title {
    font-size: 5.9895833333vw;
    color: #ffff00;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .salary .border-bottom {
    border-bottom: 3px solid #8cd5dd;
  }
}
.salary__box {
  border: 1px solid #000;
  padding: 30px 50px 14px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .salary__box {
    border: 0.078125vw solid #000;
    padding: 2.34375vw 3.90625vw 1.09375vw;
  }
}
@media (max-width: 768px) {
  .salary__box {
    border: 3px solid #8cd5dd;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
}
.salary__box h4 {
  margin-bottom: 18px;
  color: #f76ba4;
  font-size: 54px;
  text-align: center;
}
@media (max-width: 1280px) {
  .salary__box h4 {
    margin-bottom: 1.40625vw;
    font-size: 4.21875vw;
  }
}
@media (max-width: 768px) {
  .salary__box h4 {
    font-size: 7.8125vw;
  }
}
.salary__box-detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  gap: 18px;
  margin-bottom: 14px;
}
@media (max-width: 1280px) {
  .salary__box-detail {
    padding-right: 2.34375vw;
    gap: 1.40625vw;
    margin-bottom: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .salary__box-detail {
    margin-bottom: 0;
  }
}
.salary__box-detail p:first-of-type {
  width: 250px;
  text-align: right;
  font-size: 50px;
}
@media (max-width: 1280px) {
  .salary__box-detail p:first-of-type {
    width: 19.53125vw;
    font-size: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .salary__box-detail p:first-of-type {
    width: 26.0416666667vw;
    font-size: 5.2083333333vw;
  }
}
.salary__box-detail p:nth-of-type(2) {
  letter-spacing: -0.4em;
  font-size: 34px;
}
@media (max-width: 1280px) {
  .salary__box-detail p:nth-of-type(2) {
    font-size: 2.65625vw;
  }
}
@media (max-width: 768px) {
  .salary__box-detail p:nth-of-type(2) {
    font-size: 3.2552083333vw;
  }
}
.salary__box-detail p:last-of-type {
  text-align: right;
  width: 280px;
  font-size: 58px;
}
@media (max-width: 1280px) {
  .salary__box-detail p:last-of-type {
    width: 21.875vw;
    font-size: 4.53125vw;
  }
}
@media (max-width: 768px) {
  .salary__box-detail p:last-of-type {
    width: 26.0416666667vw;
    font-size: 5.46875vw;
  }
}
.salary__box .total {
  text-align: right;
  margin-top: 36px;
  padding: 20px 30px 0 0;
  border-top: 3px solid #000;
  font-size: 58px;
}
@media (max-width: 1280px) {
  .salary__box .total {
    margin-top: 2.8125vw;
    padding: 1.5625vw;
    font-size: 4.53125vw;
  }
}
@media (max-width: 768px) {
  .salary__box .total {
    margin-top: 1.3020833333vw;
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .salary__option {
    margin-bottom: 6.5104166667vw;
    border: 3px solid #8cd5dd;
  }
}
.salary__option ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 30px;
}
@media (max-width: 1280px) {
  .salary__option ul {
    gap: 1.40625vw 2.34375vw;
  }
}
@media (max-width: 768px) {
  .salary__option ul {
    flex-direction: column;
    padding-top: 3.90625vw;
  }
}
.salary__option ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 534px;
}
@media (max-width: 1280px) {
  .salary__option ul li {
    width: 41.71875vw;
  }
}
@media (max-width: 768px) {
  .salary__option ul li {
    width: 83.3333333333vw;
  }
}
.salary__option ul li p {
  font-size: 30px;
}
@media (max-width: 1280px) {
  .salary__option ul li p {
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .salary__option ul li p {
    font-size: 4.9479166667vw;
  }
}
.salary__option ul li .dot {
  margin-right: 4px;
  font-size: 24px;
  letter-spacing: -0.4em;
}
@media (max-width: 1280px) {
  .salary__option ul li .dot {
    margin-right: 0.3125vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__option ul li .dot {
    font-size: 3.125vw;
  }
}
.salary__option ul li .pink {
  font-size: 24px;
  color: #f76ba4;
}
@media (max-width: 1280px) {
  .salary__option ul li .pink {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__option ul li .pink {
    font-size: 4.9479166667vw;
  }
}
.salary__option-text {
  font-size: 26px;
  line-height: 1.9;
  margin-top: 60px;
  font-family: vdl-v7marugothic, sans-serif;
}
@media (max-width: 1280px) {
  .salary__option-text {
    font-size: 2.03125vw;
    margin-top: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .salary__option-text {
    width: 83.3333333333vw;
    margin: 3.90625vw auto 6.5104166667vw;
    -moz-text-align-last: left;
         text-align-last: left;
    color: #f76ba4;
    font-weight: bold;
    font-size: 4.1666666667vw;
  }
}
.salary__option-text span {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
}

.about {
  padding-bottom: 150px;
}
@media (max-width: 1280px) {
  .about {
    padding-bottom: 11.71875vw;
  }
}
.about__list {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: 2px solid #000;
}
@media (max-width: 1280px) {
  .about__list {
    width: 78.125vw;
    border: 0.15625vw solid #000;
  }
}
@media (max-width: 768px) {
  .about__list {
    margin-top: 11.71875vw;
    width: 91.1458333333vw;
    border: 0.2604166667vw solid #000;
  }
}
.about__list ul {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000;
  background: #f76ba4;
}
@media (max-width: 1280px) {
  .about__list ul {
    border-bottom: 0.15625vw solid #000;
  }
}
@media (max-width: 768px) {
  .about__list ul {
    border-bottom: 0.2604166667vw solid #000;
  }
}
.about__list ul:last-of-type {
  border-bottom: none;
}
.about__list ul .pink {
  background: #f76ba4;
  color: #fff;
  width: 240px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 1280px) {
  .about__list ul .pink {
    width: 18.75vw;
    font-size: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .about__list ul .pink {
    width: 32.5520833333vw;
    font-size: 4.5572916667vw;
  }
}
.about__list ul .text {
  border-left: 2px solid #000;
  width: 756px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  line-height: 2;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .about__list ul .text {
    border-left: 0.15625vw solid #000;
    width: 59.0625vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .about__list ul .text {
    border-left: 0.2604166667vw solid #000;
    font-size: 3.3854166667vw;
    padding-left: 2.0833333333vw;
    font-weight: bold;
  }
  .about__list ul .text span {
    font-size: 2.8645833333vw;
  }
}
.about__list img {
  width: 310px;
  position: absolute;
  bottom: -40px;
  right: -100px;
}
@media (max-width: 1280px) {
  .about__list img {
    width: 24.21875vw;
    bottom: -3.125vw;
    right: -7.8125vw;
  }
}
@media (max-width: 768px) {
  .about__list img {
    display: none;
  }
}

.interview .section-title {
  margin: 80px auto 130px;
}
@media (max-width: 1280px) {
  .interview .section-title {
    margin: 6.25vw auto 10.15625vw;
  }
}
.interview__voice {
  width: 564px;
  height: 390px;
  background: url(../img/interview1.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto 0 60px;
}
@media (max-width: 1280px) {
  .interview__voice {
    width: 44.0625vw;
    height: 30.46875vw;
    margin: 0 auto 0 4.6875vw;
  }
}
@media (max-width: 768px) {
  .interview__voice {
    margin: 0 auto;
    width: 79.4270833333vw;
    height: 58.59375vw;
  }
}
.interview__voice h3 {
  font-family: "panda";
  text-align: center;
  font-size: 30px;
  padding-top: 70px;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .interview__voice h3 {
    font-size: 2.34375vw;
    padding-top: 5.46875vw;
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 768px) {
  .interview__voice h3 {
    padding-top: 7.8125vw;
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.interview__voice p {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .interview__voice p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .interview__voice p {
    text-align: center;
    font-size: 3.2552083333vw;
    font-weight: bold;
  }
}
.interview__voice-2 {
  width: 564px;
  height: 390px;
  background: url(../img/interview2.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: -60px 60px -60px auto;
}
@media (max-width: 1280px) {
  .interview__voice-2 {
    width: 44.0625vw;
    height: 30.46875vw;
    margin: -4.6875vw 4.6875vw -4.6875vw auto;
  }
}
@media (max-width: 768px) {
  .interview__voice-2 {
    margin: 7.8125vw auto;
    width: 79.4270833333vw;
    height: 58.59375vw;
  }
}
.interview__voice-2 h3 {
  font-family: "panda";
  text-align: center;
  font-size: 30px;
  padding-top: 50px;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .interview__voice-2 h3 {
    font-size: 2.34375vw;
    padding-top: 3.90625vw;
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 768px) {
  .interview__voice-2 h3 {
    padding-top: 6.5104166667vw;
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.interview__voice-2 p {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .interview__voice-2 p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .interview__voice-2 p {
    text-align: center;
    font-size: 2.9947916667vw;
    font-weight: bold;
  }
}
.interview__voice-3 {
  width: 564px;
  height: 390px;
  background: url(../img/interview1.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto 0 60px;
}
@media (max-width: 1280px) {
  .interview__voice-3 {
    width: 44.0625vw;
    height: 30.46875vw;
    margin: 0 auto 0 4.6875vw;
  }
}
@media (max-width: 768px) {
  .interview__voice-3 {
    margin: 0 auto 7.8125vw;
    width: 79.4270833333vw;
    height: 58.59375vw;
  }
}
.interview__voice-3 h3 {
  font-family: "panda";
  text-align: center;
  font-size: 30px;
  padding-top: 80px;
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .interview__voice-3 h3 {
    font-size: 2.34375vw;
    padding-top: 6.25vw;
    margin-bottom: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .interview__voice-3 h3 {
    padding-top: 7.8125vw;
    font-size: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.interview__voice-3 p {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .interview__voice-3 p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .interview__voice-3 p {
    text-align: center;
    font-size: 2.9947916667vw;
    font-weight: bold;
  }
}

.flow__step {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 130px;
}
@media (max-width: 1280px) {
  .flow__step {
    gap: 3.125vw;
    margin-bottom: 10.15625vw;
  }
}
@media (max-width: 768px) {
  .flow__step {
    flex-wrap: wrap;
    margin-bottom: 0vw;
  }
}
.flow__step:last-of-type {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .flow__step:last-of-type {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .flow__step .tab {
    margin-top: 1.3020833333vw;
    margin-bottom: 9.1145833333vw;
    margin-left: 3.90625vw;
    font-size: 3.515625vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .flow__step .tab span {
    font-size: 2.6041666667vw;
  }
}
.flow__step img {
  width: 300px;
}
@media (max-width: 1280px) {
  .flow__step img {
    width: 23.4375vw;
  }
}
@media (max-width: 768px) {
  .flow__step img {
    width: 26.0416666667vw;
  }
}
.flow__step-text h3 {
  margin-bottom: 4px;
  font-family: "panda";
  font-size: 38px;
}
@media (max-width: 1280px) {
  .flow__step-text h3 {
    margin-bottom: 0.3125vw;
    font-size: 2.96875vw;
  }
}
@media (max-width: 768px) {
  .flow__step-text h3 {
    font-size: 5.9895833333vw;
  }
}
.flow__step-text p {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1280px) {
  .flow__step-text p {
    font-size: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .flow__step-text p {
    font-size: 4.1666666667vw;
  }
}
.flow__step-text .pink {
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  font-family: "panda";
  font-size: 34px;
  color: #f76ba4;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .flow__step-text .pink {
    margin-bottom: 0.9375vw;
    font-size: 2.65625vw;
  }
}
@media (max-width: 768px) {
  .flow__step-text .pink {
    font-size: 4.4270833333vw;
  }
}

.faq__list {
  margin: 20px auto 60px;
  width: 1000px;
}
@media (max-width: 1280px) {
  .faq__list {
    margin: 1.5625vw auto 4.6875vw;
    width: 78.125vw;
  }
}
@media (max-width: 768px) {
  .faq__list {
    margin: 3.90625vw auto 7.8125vw;
    width: 84.6354166667vw;
  }
}
.faq__list h3 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #f76ba4;
}
@media (max-width: 1280px) {
  .faq__list h3 {
    margin-bottom: 1.5625vw;
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .faq__list h3 {
    font-size: 5.7291666667vw;
  }
}
.faq__list p {
  margin-left: 14px;
  line-height: 2;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .faq__list p {
    margin-left: 1.09375vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .faq__list p {
    margin-left: 0;
    font-size: 3.125vw;
    font-weight: bold;
  }
}

.contact {
  margin: 0px auto;
  padding-top: 150px;
  background: #e6e6e6;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 1.3020833333vw;
    padding-bottom: 37.7604166667vw;
  }
}
.contact .section-title {
  margin: 70px auto 100px;
}
@media (max-width: 1280px) {
  .contact .section-title {
    margin: 5.46875vw auto 7.8125vw;
  }
}
@media (max-width: 768px) {
  .contact .section-title {
    margin: 7.8125vw auto 9.1145833333vw;
  }
  .contact .section-title img {
    width: 78.125vw;
  }
}
.contact .text01 {
  display: none;
}
.contact__space {
  height: 10px;
}

.form {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form {
    width: 91.1458333333vw;
  }
}
.form-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.form-box-ttl {
  margin-bottom: 8px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .form-box-ttl {
    margin-bottom: 1.0416666667vw;
    font-size: 3.6458333333vw;
  }
}
.form-box-ttl span {
  margin-left: 10px;
  font-size: 14px;
  color: #ef6c8e;
  font-weight: 300;
}
@media (max-width: 768px) {
  .form-box-ttl span {
    margin-left: 1.3020833333vw;
    font-size: 2.0833333333vw;
  }
}
.form-box-content {
  width: 700px;
  position: relative;
  margin-bottom: 28px;
  background: #f2f2f2;
  font-size: 22px;
}
@media (max-width: 768px) {
  .form-box-content {
    margin-bottom: 3.6458333333vw;
    width: 91.1458333333vw;
    font-size: 3.2552083333vw;
  }
}
.form-box-content .error {
  position: absolute;
  bottom: 11px;
  width: 300px;
  padding-left: 10px;
  font-size: 18px;
  color: #ef6c8e;
}
@media (max-width: 768px) {
  .form-box-content .error {
    bottom: 1.4322916667vw;
    width: 39.0625vw;
    padding-left: 1.3020833333vw;
    font-size: 2.34375vw;
  }
}
.form-submit {
  padding: 6px 0 10px;
  margin: 60px auto;
  width: 260px;
  background: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #f76ba4;
}
.form-submit input {
  width: 260px;
}
@media (max-width: 768px) {
  .form-submit input {
    width: 33.8541666667vw;
    height: 7.03125vw;
  }
}
.form-submit:hover {
  background: #f7aac2;
}
@media (max-width: 768px) {
  .form-submit {
    padding: 0.78125vw 0 2.6041666667vw;
    margin: 7.8125vw auto;
    width: 41.6666666667vw;
    font-size: 5.46875vw;
  }
}

select {
  padding: 8px 8px;
  width: 700px;
  height: 42px;
  line-height: 1;
  background-image: url(../img/form-select.png);
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
@media (max-width: 1280px) {
  select {
    height: 3.1666666667vw;
    background-size: 3.3333333333vw 3.1666666667vw;
  }
}
@media (max-width: 768px) {
  select {
    padding: 1.0416666667vw;
    width: 91.1458333333vw;
    height: 5.9895833333vw;
    background-size: 5.2083333333vw 4.9479166667vw;
  }
}

input {
  padding: 8px 8px;
  height: 42px;
  width: 700px;
  line-height: 1;
}
@media (max-width: 768px) {
  input {
    width: 91.1458333333vw;
    height: 5.9895833333vw;
  }
}

textarea {
  resize: vertical;
  padding: 4px 8px;
  background: #f2f2f2;
  width: 700px;
}
@media (max-width: 768px) {
  textarea {
    padding: 0.5208333333vw 1.0416666667vw;
    width: 91.1458333333vw;
  }
}

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

.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);
  }
}
.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;
}
.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

#result {
  text-align: center;
  margin: 0 auto 70px;
}
@media (max-width: 1280px) {
  #result {
    margin: 6.6666666667vw auto;
  }
}
#result h4 {
  margin-bottom: 45px;
  font-size: 38px;
}
@media (max-width: 1280px) {
  #result h4 {
    margin-bottom: 3.3333333333vw;
    font-size: 3.9166666667vw;
  }
}
@media (max-width: 768px) {
  #result h4 {
    font-size: 4.5572916667vw;
  }
}
#result p {
  font-size: 26px;
}
@media (max-width: 1280px) {
  #result p {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 768px) {
  #result p {
    font-size: 2.734375vw;
  }
}

.footer {
  position: relative;
  z-index: 999;
  text-align: center;
  padding: 14px;
  background: #eae588;
}
@media (max-width: 1280px) {
  .footer {
    padding: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .footer {
    background: #ffdcf3;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 80px;
  width: 1100px;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "panda";
  color: #000;
}
.footer__nav__list a:hover {
  color: #d8d8d8;
}
@media (max-width: 1280px) {
  .footer__nav__list {
    margin: 3.3333333333vw auto 8.3333333333vw;
    width: 91.6666666667vw;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list {
    margin: 3.90625vw auto 7.8125vw;
    font-size: 2.4739583333vw;
    display: none;
  }
}
.footer__nav__list .border {
  width: 2px;
  background: #000;
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 14px;
}
@media (max-width: 1280px) {
  .footer__flex {
    gap: 2.5vw;
    margin-top: 1.1666666667vw;
  }
}
.footer__flex-icon img {
  width: 300px;
}
@media (max-width: 1280px) {
  .footer__flex-icon img {
    width: 25vw;
  }
}
.footer__flex-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 14px;
}
@media (max-width: 1280px) {
  .footer__flex-info {
    gap: 1.1666666667vw;
  }
}
.footer__flex-info h3 {
  padding: 6px 34px;
  background: #f25fb6;
  color: #fcff8d;
  letter-spacing: 0.18em;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 1280px) {
  .footer__flex-info h3 {
    padding: 0.5vw 2.3333333333vw;
    font-size: 2.1666666667vw;
  }
}
.footer__flex-info .mail {
  width: 140px;
}
@media (max-width: 1280px) {
  .footer__flex-info .mail {
    width: 11.6666666667vw;
  }
}
.footer__flex-info .tel {
  width: 200px;
}
@media (max-width: 1280px) {
  .footer__flex-info .tel {
    width: 16.6666666667vw;
  }
}
.footer__flex-link img {
  width: 380px;
  height: 130px;
}
@media (max-width: 1280px) {
  .footer__flex-link img {
    width: 31.6666666667vw;
    height: 10.8333333333vw;
  }
}
.footer small {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .footer small {
    display: none;
  }
}
.footer__tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0833333333vw 0;
  gap: 6.5104166667vw;
}
@media (max-width: 440px) {
  .footer__tab-nav {
    padding: 0.4545454545vw 0;
  }
}
.footer__tab-nav li img {
  width: 20.8333333333vw;
  height: 20.8333333333vw;
}
.footer__tab-nav .header__tabButton {
  position: relative !important;
  width: 20.8333333333vw !important;
  height: 20.8333333333vw !important;
  top: auto !important;
  right: auto !important;
  z-index: 4 !important;
}
.footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.2083333333vw;
  padding: 2.6041666667vw 0;
}
.footer__contact img {
  width: 28.6458333333vw;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
}/*# sourceMappingURL=style.css.map */