@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          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: rem(16);
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  overflow-x: hidden;
  color: #595757;
  font-weight: 500;
}

@media (max-width: 768px) {
  .main {
    margin-top: calc(135vw / (768 / 100));
  }
}

.top {
  width: calc(100% - 50px) !important;
  margin-left: auto;
}

@media (max-width: 768px) {
  .top {
    width: 100% !important;
  }
}

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

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

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media (max-width: 1280px) {
  .container {
    padding: 0 calc(40vw / (1280 / 100));
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.head-support {
  padding-bottom: 8px;
  color: #80b21f;
  font-size: 40px;
  letter-spacing: 4px;
  border-bottom: 2px solid;
}

@media (max-width: 1280px) {
  .head-support {
    padding-bottom: calc(8vw / (1280 / 100));
    font-size: calc(40vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .head-support {
    margin: 0 calc(-24vw / (768 / 100));
    padding: 0 calc(24vw / (768 / 100)) calc(8vw / (768 / 100));
    font-size: calc(38vw / (768 / 100));
  }
}

.hover-zoom {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hover-zoom:hover {
  -webkit-animation-name: hoverZoom;
          animation-name: hoverZoom;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#formPos {
  margin-top: -130px;
  padding-top: 130px;
}

@media (max-width: 768px) {
  #formPos {
    margin-top: calc(-136vw / (768 / 100));
    padding-top: calc(136vw / (768 / 100));
  }
}

@-webkit-keyframes textFade {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes textFade {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes hoverZoom {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes hoverZoom {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width: 768px) {
  #chamo-window #chamo-offline-waiting {
    padding: 0 !important;
    bottom: calc(20vw / (768 / 100)) !important;
    right: calc(20vw / (768 / 100)) !important;
  }
}

#chamo-window #chamo-offline-waiting img {
  width: 120px;
  height: 120px;
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  #chamo-window #chamo-offline-waiting img {
    width: calc(120vw / (768 / 100)) !important;
    height: calc(120vw / (768 / 100)) !important;
  }
}

.tab-icon {
  display: none;
}

@media (max-width: 768px) {
  .tab-icon {
    position: fixed;
    display: block;
    bottom: calc(20vw / (768 / 100));
  }
  .tab-icon img {
    width: calc(120vw / (768 / 100));
    height: calc(120vw / (768 / 100));
  }
  .tab-icon-tel {
    right: calc(302vw / (768 / 100));
  }
  .tab-icon-line {
    right: calc(160vw / (768 / 100));
  }
}

.apply {
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .apply .container {
    padding: 0;
  }
}

.apply__form {
  position: relative;
  margin-top: -42px;
  text-align: center;
  background: #fff;
}

@media (max-width: 1280px) {
  .apply__form {
    margin-top: calc(-42vw / (1280 / 100));
  }
}

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

.apply__form h3 {
  padding: 12px 0;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #80b21f;
}

@media (max-width: 1280px) {
  .apply__form h3 {
    padding: calc(12vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .apply__form h3 {
    padding: calc(22vw / (768 / 100)) 0;
    font-size: calc(32vw / (768 / 100));
    font-style: normal;
  }
}

.apply__form h3 span {
  margin-left: 12px;
  font-style: normal;
}

@media (max-width: 1280px) {
  .apply__form h3 span {
    margin-left: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .apply__form h3 span {
    margin-left: calc(12vw / (768 / 100));
  }
}

.apply__form-container {
  padding: 0 2% 60px;
}

@media (max-width: 1280px) {
  .apply__form-container {
    padding: 0 2% calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .apply__form-container {
    padding: 0 3% calc(60vw / (768 / 100));
  }
}

.apply__form h4 {
  margin-top: 48px;
  color: #80b21f;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .apply__form h4 {
    margin-top: calc(48vw / (1280 / 100));
    font-size: calc(34vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .apply__form h4 {
    font-size: calc(34vw / (768 / 100));
  }
}

.apply__form p {
  margin-top: 16px;
  font-size: 23px;
  line-height: 1.8;
}

@media (max-width: 1280px) {
  .apply__form p {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(23vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .apply__form p {
    margin-top: calc(16vw / (768 / 100));
    text-align: left;
    font-size: calc(28vw / (768 / 100));
  }
}

.apply__form-arrow {
  margin: 30px auto 60px;
  width: 50px;
  height: 50px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1280px) {
  .apply__form-arrow {
    margin: calc(30vw / (1280 / 100)) auto calc(60vw / (1280 / 100));
    width: calc(50vw / (1280 / 100));
    height: calc(50vw / (1280 / 100));
  }
}

.apply__form-form {
  margin-top: 60px;
  padding: 30px 5%;
}

@media (max-width: 1280px) {
  .apply__form-form {
    margin-top: calc(60vw / (1200 / 100));
    padding: calc(30vw / (1200 / 100)) 10%;
  }
}

@media (max-width: 768px) {
  .apply__form-form {
    margin: 0;
    padding: calc(50vw / (768 / 100)) 6% calc(75vw / (768 / 100));
  }
}

.contact {
  background: #f8f8f8;
}

.contact__head {
  padding: 254px 0;
  color: #fff;
  text-align: center;
  background: url(../images/contact-head-bg.png) no-repeat;
  background-position-x: center;
}

@media (max-width: 1280px) {
  .contact__head {
    padding: calc(254vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .contact__head {
    padding: calc(120vw / (768 / 100)) 0;
    background-size: cover;
  }
}

.contact__head h2 {
  font-size: 82px;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .contact__head h2 {
    font-size: calc(82vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__head h2 {
    font-size: calc(60vw / (768 / 100));
  }
}

.contact__head p {
  margin-top: 18px;
  font-size: 36px;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .contact__head p {
    margin-top: calc(18vw / (1280 / 100));
    font-size: calc(36vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__head p {
    margin-top: calc(4vw / (768 / 100));
    font-size: calc(36vw / (768 / 100));
  }
}

@media (max-width: 768px) {
  .contact .container {
    padding: 0;
  }
}

.contact__form {
  margin-top: -86px;
  text-align: center;
  background: #fff;
}

@media (max-width: 1280px) {
  .contact__form {
    margin-top: calc(-86vw / (1280 / 100));
  }
}

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

.contact__form h3 {
  padding: 12px 0;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #ff8273;
}

@media (max-width: 1280px) {
  .contact__form h3 {
    padding: calc(12vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__form h3 {
    padding: calc(22vw / (768 / 100)) 0;
    font-size: calc(32vw / (768 / 100));
    font-style: normal;
  }
}

.contact__form h3 span {
  margin-left: 12px;
  font-style: normal;
}

@media (max-width: 1280px) {
  .contact__form h3 span {
    margin-left: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__form h3 span {
    margin-left: calc(12vw / (768 / 100));
  }
}

.contact__form-container {
  padding: 0 10% 60px;
}

@media (max-width: 1280px) {
  .contact__form-container {
    padding: 0 10% calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__form-container {
    padding: 0 3% calc(60vw / (768 / 100));
  }
}

.contact__form h4 {
  margin-top: 48px;
  color: #ff8273;
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .contact__form h4 {
    margin-top: calc(48vw / (1280 / 100));
    font-size: calc(34vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__form h4 {
    font-size: calc(34vw / (768 / 100));
  }
}

.contact__form p {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.8;
}

@media (max-width: 1280px) {
  .contact__form p {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .contact__form p {
    margin-top: calc(16vw / (768 / 100));
    text-align: left;
    font-size: calc(28vw / (768 / 100));
  }
}

.contact__form-arrow {
  margin: 30px auto 60px;
  width: 50px;
  height: 50px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1280px) {
  .contact__form-arrow {
    margin: calc(30vw / (1280 / 100)) auto calc(60vw / (1280 / 100));
    width: calc(50vw / (1280 / 100));
    height: calc(50vw / (1280 / 100));
  }
}

.contact__form-form {
  margin-top: 60px;
  padding: 30px 5%;
}

@media (max-width: 1280px) {
  .contact__form-form {
    margin-top: calc(60vw / (1280 / 100));
    padding: calc(30vw / (1280 / 100)) 10%;
  }
}

@media (max-width: 768px) {
  .contact__form-form {
    margin: 0;
    padding: calc(50vw / (768 / 100)) 6% calc(75vw / (768 / 100));
  }
}

.photo {
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .photo .container {
    padding: 0;
  }
}

.photo__form {
  position: relative;
  margin-top: -42px;
  background: #fff;
}

@media (max-width: 1280px) {
  .photo__form {
    margin-top: calc(-42vw / (1280 / 100));
  }
}

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

.photo__form h3 {
  padding: 12px 0;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #ff8273;
}

@media (max-width: 1280px) {
  .photo__form h3 {
    padding: calc(12vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form h3 {
    padding: calc(22vw / (768 / 100)) 0;
    font-size: calc(32vw / (768 / 100));
    font-style: normal;
  }
}

.photo__form h3 span {
  margin-left: 12px;
  font-style: normal;
}

@media (max-width: 1280px) {
  .photo__form h3 span {
    margin-left: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form h3 span {
    margin-left: calc(12vw / (768 / 100));
  }
}

.photo__form-container {
  padding: 0 4% 60px;
}

@media (max-width: 1280px) {
  .photo__form-container {
    padding: 0 4% calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form-container {
    padding: 0 3% calc(60vw / (768 / 100));
  }
}

.photo__form-contents {
  position: relative;
}

.photo__form h4 {
  margin-top: 48px;
  color: #ff8273;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .photo__form h4 {
    margin-top: calc(48vw / (1280 / 100));
    font-size: calc(30vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form h4 {
    font-size: calc(34vw / (768 / 100));
    text-align: center;
  }
}

.photo__form p {
  width: 67%;
  margin-top: 16px;
  padding: 28px 22px;
  font-size: 21px;
  line-height: 1.8;
  border: 2px solid #ccc;
}

@media (max-width: 1280px) {
  .photo__form p {
    margin-top: calc(16vw / (1280 / 100));
    padding: calc(28vw / (1280 / 100)) calc(22vw / (1280 / 100));
    font-size: calc(21vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form p {
    width: 100%;
    margin-top: calc(16vw / (768 / 100));
    text-align: left;
    font-size: calc(28vw / (768 / 100));
  }
}

.photo__form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 67%;
  margin-top: 16px;
  padding: 40px 22px;
  gap: 32px;
  border: 2px solid #ccc;
}

@media (max-width: 1280px) {
  .photo__form ul {
    margin-top: calc(16vw / (1280 / 100));
    padding: calc(40vw / (1280 / 100)) calc(22vw / (1280 / 100));
    gap: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form ul {
    width: 100%;
  }
}

.photo__form ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 22px;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .photo__form ul li {
    gap: calc(16vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form ul li {
    gap: calc(16vw / (768 / 100));
    font-size: calc(26vw / (768 / 100));
  }
}

.photo__form ul li::before {
  content: "";
  width: 28px;
  height: 26px;
  background: url(../../assets/images/photo-check.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .photo__form ul li::before {
    width: calc(28vw / (1280 / 100));
    height: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__form ul li::before {
    width: calc(28vw / (768 / 100));
    height: calc(28vw / (768 / 100));
  }
}

.photo__form-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photo__form-img img {
  width: 340px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

@media (max-width: 1280px) {
  .photo__form-img img {
    width: calc(340vw / (1280 / 100));
  }
}

.photo__form-title {
  text-align: center;
}

.photo__form-arrow {
  margin: 30px auto 60px;
  width: 50px;
  height: 50px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1280px) {
  .photo__form-arrow {
    margin: calc(30vw / (1280 / 100)) auto calc(60vw / (1280 / 100));
    width: calc(50vw / (1280 / 100));
    height: calc(50vw / (1280 / 100));
  }
}

.photo__form-form {
  margin-top: 60px;
  padding: 30px 5%;
}

@media (max-width: 1280px) {
  .photo__form-form {
    margin-top: calc(60vw / (1200 / 100));
    padding: calc(30vw / (1200 / 100)) 10%;
  }
}

@media (max-width: 768px) {
  .photo__form-form {
    margin: 0 8%;
    padding: calc(50vw / (768 / 100)) 6% calc(75vw / (768 / 100));
  }
}

.photo__line h3 {
  padding: 12px 0;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #ff8273;
}

@media (max-width: 1280px) {
  .photo__line h3 {
    padding: calc(12vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line h3 {
    padding: calc(22vw / (768 / 100)) 0;
    font-size: calc(32vw / (768 / 100));
    font-style: normal;
  }
}

.photo__line h3 span {
  margin-left: 12px;
  font-style: normal;
}

@media (max-width: 1280px) {
  .photo__line h3 span {
    margin-left: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line h3 span {
    margin-left: calc(12vw / (768 / 100));
  }
}

.photo__line__form {
  margin-top: 60px;
  background: #fff;
}

@media (max-width: 1280px) {
  .photo__line__form {
    margin-top: calc(60vw / (1280 / 100));
  }
}

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

.photo__line-wrap {
  padding: 0 7% 60px;
}

@media (max-width: 1280px) {
  .photo__line-wrap {
    padding: 0 7% calc(60vw / (1280 / 100));
  }
}

.photo__line-img {
  text-align: center;
  margin-top: 42px;
}

@media (max-width: 1280px) {
  .photo__line-img {
    margin-top: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line-img {
    margin-top: calc(36vw / (768 / 100));
  }
}

@media (max-width: 1280px) {
  .photo__line-img img {
    width: calc(732vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line-img img {
    width: 100%;
  }
}

.photo__line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  gap: 16px;
  color: #00c300;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .photo__line-title {
    margin-top: calc(48vw / (1280 / 100));
    gap: calc(16vw / (1280 / 100));
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: calc(34vw / (768 / 100));
  }
}

.photo__line-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 22px;
  letter-spacing: 0.02rem;
}

@media (max-width: 1280px) {
  .photo__line-title ul {
    gap: calc(16vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line-title ul {
    width: 100%;
    font-size: calc(26vw / (768 / 100));
  }
}

.photo__line-title ul li {
  padding: 12px 8px;
  color: #fff;
  background: #ffb136;
}

@media (max-width: 1280px) {
  .photo__line-title ul li {
    padding: calc(12vw / (1280 / 100)) calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line-title ul li {
    padding: calc(12vw / (768 / 100)) calc(22vw / (768 / 100));
  }
}

.photo__line p {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.02rem;
}

@media (max-width: 1280px) {
  .photo__line p {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line p {
    margin-top: calc(16vw / (768 / 100));
    font-size: calc(24vw / (768 / 100));
  }
}

.photo__line p span {
  color: #ffb136;
}

.photo__line p .quicksand {
  margin-right: 6px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

@media (max-width: 1280px) {
  .photo__line p .quicksand {
    margin-right: calc(6vw / (1280 / 100));
    font-size: calc(36vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .photo__line p .quicksand {
    margin-right: calc(6vw / (768 / 100));
    font-size: calc(46vw / (768 / 100));
  }
}

.photo__line .divider {
  margin-top: 38px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1280px) {
  .photo__line .divider {
    margin-top: calc(38vw / (1280 / 100));
  }
}

.recruit {
  padding: 60px 0 120px;
}

@media (max-width: 1280px) {
  .recruit {
    padding: calc(60vw / (1280 / 100)) 0 calc(120vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit {
    padding: 0 0 calc(60vw / (768 / 100));
  }
}

.recruit h2 {
  font-size: 48px;
  text-align: center;
}

@media (max-width: 1280px) {
  .recruit h2 {
    font-size: calc(48vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit h2 {
    color: #fff;
    padding: calc(16vw / (768 / 100)) 0;
    font-size: calc(28vw / (768 / 100));
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: #80b21f;
  }
}

.recruit h2 span {
  display: block;
  font-size: 26px;
}

@media (max-width: 1280px) {
  .recruit h2 span {
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit h2 span {
    display: inline;
    font-size: calc(36vw / (768 / 100));
    font-weight: 300;
  }
}

.recruit-text {
  margin-top: 48px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .recruit-text {
    margin-top: calc(48vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit-text {
    margin-top: calc(16vw / (768 / 100));
    font-size: calc(28vw / (768 / 100));
    text-align: left;
    letter-spacing: 0.08rem;
  }
}

.recruit-info {
  margin-top: 32px;
  color: #ffb136;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .recruit-info {
    margin-top: calc(32vw / (1280 / 100));
    font-size: calc(38vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(40vw / (768 / 100));
    gap: calc(28vw / (768 / 100));
    color: #808080;
    font-size: calc(32vw / (768 / 100));
    font-style: italic;
    font-weight: 600;
  }
}

.recruit-infoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
  padding: 0 23%;
}

@media (max-width: 1280px) {
  .recruit-infoLink {
    margin-top: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit-infoLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(32vw / (768 / 100));
    padding: 0 10%;
    gap: calc(22vw / (768 / 100));
  }
}

.recruit-infoLink p {
  width: 48%;
  padding: 22px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  letter-spacing: 0.08rem;
  background: #2ca1db;
}

@media (max-width: 1280px) {
  .recruit-infoLink p {
    padding: calc(22vw / (1280 / 100)) 0;
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit-infoLink p {
    width: 100%;
    padding: calc(16vw / (768 / 100));
    font-size: calc(28vw / (768 / 100));
    letter-spacing: 0.2rem;
    border-radius: calc(16vw / (768 / 100));
    background: #ff7984;
  }
}

.recruit-infoLink p:nth-of-type(2) {
  background: #80b21f;
  background: #ff7984;
}

.recruit h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  gap: 28px;
  color: #2ca1db;
  font-size: 38px;
}

@media (max-width: 1280px) {
  .recruit h3 {
    margin-top: calc(60vw / (1280 / 100));
    gap: calc(28vw / (1280 / 100));
    font-size: calc(38vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit h3 {
    padding-bottom: calc(16vw / (768 / 100));
    color: #80b21f;
    font-size: calc(32vw / (768 / 100));
    text-align: center;
    letter-spacing: 0.2rem;
    border-bottom: 2px solid #80b21f;
  }
}

.recruit h3::before, .recruit h3::after {
  content: "";
  width: 260px;
  height: 1px;
  background: #2ca1db;
}

@media (max-width: 1280px) {
  .recruit h3::before, .recruit h3::after {
    width: calc(260vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit h3::before, .recruit h3::after {
    display: none;
  }
}

.recruit-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  margin-top: 60px;
}

@media (max-width: 1280px) {
  .recruit-wrap {
    margin-top: calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit-wrap {
    display: block;
    margin-top: 0;
  }
}

.recruit-wrap dt,
.recruit-wrap dd {
  padding: 48px 0;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1280px) {
  .recruit-wrap dt,
  .recruit-wrap dd {
    padding: calc(48vw / (1280 / 100)) 0;
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit-wrap dt,
  .recruit-wrap dd {
    padding: calc(4vw / (768 / 100));
    font-size: calc(26vw / (768 / 100));
    border-bottom: calc(4vw / (768 / 100)) dashed #ccc;
  }
}

.recruit-wrap dt a,
.recruit-wrap dd a {
  color: #337ab7;
}

.recruit-wrap dt:nth-of-type(1),
.recruit-wrap dd:nth-of-type(1) {
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  .recruit-wrap dt:nth-of-type(1),
  .recruit-wrap dd:nth-of-type(1) {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .recruit-wrap dt:last-of-type,
  .recruit-wrap dd:last-of-type {
    border-bottom: none;
  }
}

.recruit-wrap dt span,
.recruit-wrap dd span {
  font-weight: 600;
}

.recruit-wrap dt {
  font-weight: 600;
}

@media (max-width: 768px) {
  .recruit-wrap dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc(24vw / (768 / 100));
    gap: calc(12vw / (768 / 100));
    font-size: calc(32vw / (768 / 100));
    border-bottom: none;
  }
}

.recruit-wrap dt::before {
  content: "";
  width: calc(42vw / (768 / 100));
  height: calc(42vw / (768 / 100));
  background: url(../../assets/images/recruit-pin.png) no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-size: 100%;
}

@media (max-width: 768px) {
  .recruit-wrap dd {
    padding-bottom: calc(8vw / (768 / 100));
  }
}

.recruit-link {
  width: 100%;
  margin-top: 60px;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #2ca1db;
}

@media (max-width: 1280px) {
  .recruit-link {
    margin-top: calc(60vw / (1280 / 100));
    padding: calc(20vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

.footer {
  margin-top: -122px;
  padding-top: 122px;
}

@media (max-width: 1280px) {
  .footer {
    margin-top: calc(-122vw / (1280 / 100));
    padding-top: calc(122vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer {
    margin-top: calc(-122vw / (768 / 100));
    padding-top: calc(122vw / (768 / 100));
  }
}

.footer__banner {
  padding: 60px 0 100px;
  background: #f8f8f8;
}

@media (max-width: 1280px) {
  .footer__banner {
    padding: calc(60vw / (1280 / 100)) 0 calc(100vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__banner {
    padding: 0;
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.footer__banner-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
  gap: 12px;
}

@media (max-width: 1280px) {
  .footer__banner-wrap {
    gap: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__banner-wrap {
    padding: calc(60vw / (768 / 100)) 0 calc(100vw / (768 / 100));
    gap: calc(12vw / (768 / 100));
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: repeat 4 1fr;
        grid-template-rows: repeat 4 1fr;
    border-top: calc(3vw / (768 / 100)) solid #bfbfbf;
  }
}

.footer__banner-wrap .item1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.footer__banner-wrap img {
  width: 100%;
}

.footer__bottom {
  padding: 42px 0;
  color: #fff;
  background: #80b21f;
}

@media (max-width: 1280px) {
  .footer__bottom {
    padding: calc(42vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .footer__bottom {
    padding: calc(42vw / (768 / 100)) 0 calc(160vw / (768 / 100));
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
  gap: 60px;
}

@media (max-width: 1280px) {
  .footer__info {
    margin-top: calc(26vw / (1280 / 100));
    gap: calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__info {
    margin-top: 0;
    gap: calc(50vw / (768 / 100));
  }
}

.footer__info-img img {
  width: 294px;
}

@media (max-width: 1280px) {
  .footer__info-img img {
    width: calc(294vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__info-img img {
    width: calc(294vw / (768 / 100));
  }
}

.footer__info__inner {
  font-weight: 600;
}

.footer__info__inner-tel {
  font-size: 40px;
  letter-spacing: 0.3rem;
}

@media (max-width: 1280px) {
  .footer__info__inner-tel {
    font-size: calc(40vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__info__inner-tel {
    font-size: calc(40vw / (768 / 100));
  }
}

.footer__info__inner-text {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.06rem;
}

@media (max-width: 1280px) {
  .footer__info__inner-text {
    margin-top: calc(6vw / (1280 / 100));
    font-size: calc(14vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__info__inner-text {
    display: none;
  }
}

.footer__nav {
  margin: 48px 0 0;
}

@media (max-width: 1280px) {
  .footer__nav {
    margin: calc(48vw / (1280 / 100)) 0 0;
  }
}

@media (max-width: 768px) {
  .footer__nav {
    margin: calc(48vw / (768 / 100)) 0 0;
  }
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer__nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(25vw / (768 / 100));
  }
}

@media (max-width: 1280px) {
  .footer__nav__list li {
    font-size: calc(16vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__nav__list li {
    font-size: calc(25vw / (768 / 100));
    width: 25%;
  }
}

.footer__nav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 0;
  gap: 6px;
  font-weight: 600;
  border-bottom: 3px solid #fff;
}

@media (max-width: 1280px) {
  .footer__nav__list li a {
    padding: calc(6vw / (1280 / 100)) 0;
    gap: calc(6vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__nav__list li a {
    padding: calc(6vw / (768 / 100)) 0;
    gap: calc(8vw / (768 / 100));
    font-weight: normal;
    border-bottom: 2px solid #fff;
  }
}

.footer__nav__list li a:hover {
  color: #fff;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  margin-top: 32px;
}

.header {
  padding: 2px 0 0;
}

@media (max-width: 1280px) {
  .header {
    padding: calc(2vw / (1280 / 100)) 0 0;
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px #a0a0a0;
            box-shadow: 2px 2px 6px #a0a0a0;
    z-index: 100;
  }
}

.header-top {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .header-top {
    font-size: calc(12vw / (1280 / 100));
  }
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
  gap: 60px;
}

@media (max-width: 1280px) {
  .header__info {
    margin-top: calc(26vw / (1280 / 100));
    gap: calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    padding: calc(18vw / (768 / 100)) 0;
    gap: calc(28vw / (768 / 100));
  }
}

.header__info-img img {
  width: 363px;
}

@media (max-width: 1280px) {
  .header__info-img img {
    width: calc(363vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header__info-img img {
    width: calc(300vw / (768 / 100));
  }
}

.header__info__inner {
  font-weight: 600;
}

@media (max-width: 768px) {
  .header__info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(8vw / (768 / 100));
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
    font-weight: 400;
  }
}

.header__info__inner-tel {
  font-size: 40px;
  letter-spacing: 0.3rem;
}

@media (max-width: 1280px) {
  .header__info__inner-tel {
    font-size: calc(40vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header__info__inner-tel {
    font-size: calc(30vw / (768 / 100));
  }
}

.header__info__inner-text {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.06rem;
}

@media (max-width: 1280px) {
  .header__info__inner-text {
    margin-top: calc(6vw / (1280 / 100));
    font-size: calc(14vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header__info__inner-text {
    padding: calc(8vw / (768 / 100));
    color: #fff;
    font-size: calc(26vw / (768 / 100));
    text-align: center;
    letter-spacing: 0.1rem;
    background: #80b21f;
  }
}

.header__nav {
  padding: 32px 0;
}

@media (max-width: 1280px) {
  .header__nav {
    padding: calc(32vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1280px) {
  .header__nav__list li {
    font-size: calc(16vw / (1280 / 100));
  }
}

.header__nav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 0;
  gap: 6px;
  font-weight: 600;
  border-bottom: 3px solid #595757;
}

@media (max-width: 1280px) {
  .header__nav__list li a {
    padding: calc(6vw / (1280 / 100)) 0;
    gap: calc(6vw / (1280 / 100));
  }
}

.header__nav__list li a:hover {
  color: #595757;
}

.header__fixedNav {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  padding: 23px 0;
  background: #fff;
  z-index: 100;
}

@media (max-width: 1280px) {
  .header__fixedNav {
    padding: calc(23vw / (1280 / 100)) 0;
  }
}

.header__fixedNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  .header__fixedNav__list-img img {
    width: calc(363vw / (1280 / 100));
  }
}

@media (max-width: 1280px) {
  .header__fixedNav__list li {
    font-size: calc(16vw / (1280 / 100));
  }
}

.header__fixedNav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 0;
  gap: 6px;
  font-weight: 600;
  border-bottom: 3px solid #595757;
}

@media (max-width: 1280px) {
  .header__fixedNav__list li a {
    padding: calc(6vw / (1280 / 100)) 0;
    gap: calc(6vw / (1280 / 100));
  }
}

.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(158, 201, 64, 0.95);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 10;
}

.header__tabNav-active {
  right: 0 !important;
}

.header__tabNav__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50%;
  left: 50%;
  gap: calc(30vw / (768 / 100));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.header__tabNav__list-link {
  margin: 0 auto;
  font-size: calc(22vw / (768 / 100));
  text-align: center;
}

.header__tabNav__list-link span {
  display: block;
  margin-top: calc(8vw / (768 / 100));
  font-size: calc(36vw / (768 / 100));
}

.header__tabButton {
  position: fixed;
  width: calc(48vw / (768 / 100));
  height: calc(32vw / (768 / 100));
  right: calc(38vw / (768 / 100));
  top: calc(48vw / (768 / 100));
  z-index: 20;
}

.header__tabButton span {
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(6vw / (768 / 100));
  background: #737373;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.header__tabButton span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(-14vw / (768 / 100));
  width: 100%;
  height: calc(6vw / (768 / 100));
  background: #737373;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.header__tabButton span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(6vw / (768 / 100));
  background: #737373;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.header__tabButton-active {
  background: none !important;
}

.header__tabButton-active::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #1fc08e !important;
}

.header__tabButton-active::after {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #1fc08e !important;
}

.header .fixedNav {
  display: block;
}

@media (max-width: 768px) {
  .header .fixedNav {
    display: none;
  }
}

.header .fixedNavTop {
  left: 50px;
  width: calc(100% - 50px);
}

@media (max-width: 768px) {
  .header .fixedNavTop {
    display: none;
  }
}

.bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100vh;
  background: #000;
}

@media (max-width: 768px) {
  .bar {
    display: none;
  }
}

.bar-mail {
  margin-top: 60px;
  padding: 12px 0;
  text-align: center;
  background: #80b21f;
}

.bar-text {
  margin-top: 48px;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.bar__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  gap: 16px;
  padding: 16px;
  border-radius: 32px;
}

.bar__area-link a {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fff;
}

.bar__area-link a p {
  position: absolute;
  top: -14px;
  width: 200px;
  left: -300px;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #80b21f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bar__area .current p {
  left: 34px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.banner {
  position: relative;
  height: 880px;
  overflow-y: hidden;
  z-index: 1;
  background: url(../images/banner-bg.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1700px) {
  .banner {
    height: calc(880vw / (1700 / 100));
  }
}

@media (max-width: 768px) {
  .banner {
    position: fixed;
    height: auto;
    background: none;
    z-index: -1;
  }
}

.banner-img {
  text-align: center;
}

.banner-img img {
  margin-top: -140px;
}

@media (max-width: 1700px) {
  .banner-img img {
    margin-top: calc(-140vw / (1700 / 100));
  }
}

.banner-tabImg img {
  width: 100%;
}

.qa {
  margin-top: -122px;
  padding-top: 122px;
}

@media (max-width: 1280px) {
  .qa {
    margin-top: calc(-122vw / (1280 / 100));
    padding-top: calc(122vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa {
    margin-top: calc(-122vw / (768 / 100));
    padding-top: calc(122vw / (768 / 100));
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.qa__head {
  padding: 138px 0;
  color: #fff;
  text-align: center;
  background: url(../images/qa-head-bg.png) no-repeat;
  background-position-y: -180px;
  background-position-x: center;
}

@media (max-width: 1280px) {
  .qa__head {
    padding: calc(138vw / (1280 / 100)) 0;
    background-position-y: calc(-180vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__head {
    padding: calc(80vw / (768 / 100)) 0;
    background: url(../images/qa-head-bg-tab.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.qa__head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  font-size: 82px;
}

@media (max-width: 1280px) {
  .qa__head h2 {
    gap: calc(32vw / (1280 / 100));
    font-size: calc(82vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__head h2 {
    gap: calc(32vw / (768 / 100));
    font-size: calc(82vw / (768 / 100));
  }
}

.qa__head h2::before {
  content: "";
  width: 179px;
  height: 147px;
  background: url(../images/qa-head-title.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .qa__head h2::before {
    width: calc(179vw / (1280 / 100));
    height: calc(147vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__head h2::before {
    content: none;
  }
}

.qa__head-text {
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .qa__head-text {
    margin-top: calc(60vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__head-text {
    margin-top: calc(60vw / (768 / 100));
    padding: 0 5%;
    font-size: calc(32vw / (768 / 100));
    line-height: 2;
  }
}

.qa__head-deco {
  margin-top: 60px;
}

@media (max-width: 1280px) {
  .qa__head-deco {
    margin-top: calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__head-deco {
    margin-top: calc(60vw / (768 / 100));
  }
}

@media (max-width: 1280px) {
  .qa__head-deco img {
    width: calc(84vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__head-deco img {
    width: calc(84vw / (768 / 100));
  }
}

.qa__list {
  padding: 48px 5% 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

@media (max-width: 1280px) {
  .qa__list {
    padding: calc(48vw / (1280 / 100)) 5% calc(60vw / (1280 / 100));
    gap: calc(48vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__list {
    padding: calc(48vw / (768 / 100)) 0 calc(60vw / (768 / 100));
    gap: calc(48vw / (768 / 100));
  }
}

.qa__list dl {
  border: 1px solid #80b21f;
  letter-spacing: 0.06rem;
}

.qa__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  color: #fff;
  font-size: 28px;
  background: #80b21f;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .qa__list dl dt {
    padding: calc(18vw / (1280 / 100));
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__list dl dt {
    padding: calc(18vw / (768 / 100));
    font-size: calc(28vw / (768 / 100));
  }
}

.qa__list dl dt::after {
  content: "";
  width: 35px;
  height: 14px;
  background: url(../images/qa-list-arrow.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .qa__list dl dt::after {
    width: calc(35vw / (1280 / 100));
    height: calc(14vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__list dl dt::after {
    width: calc(35vw / (768 / 100));
    height: calc(14vw / (768 / 100));
  }
}

.qa__list dl dd {
  height: auto;
  max-height: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.6;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 1280px) {
  .qa__list dl dd {
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__list dl dd {
    font-size: calc(24vw / (768 / 100));
  }
}

.qa__list dl dd p {
  visibility: hidden;
}

.qa__list .a-open {
  max-height: 220px;
  padding: 18px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1280px) {
  .qa__list .a-open {
    max-height: calc(220vw / (1280 / 100));
    padding: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__list .a-open {
    max-height: calc(220vw / (768 / 100));
    padding: calc(18vw / (768 / 100));
  }
}

.qa__list .a-open p {
  -webkit-animation: textFade 0.4s 0.6s ease-out forwards;
          animation: textFade 0.4s 0.6s ease-out forwards;
}

.salary {
  margin-top: -122px;
  padding: 154px 0 120px;
  background: #f8f8f8;
}

@media (max-width: 1280px) {
  .salary {
    margin-top: calc(-122vw / (1280 / 100));
    padding: calc(122vw / (1280 / 100)) 0 calc(120vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary {
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.salary__head {
  color: #fff;
  padding: calc(120vw / (768 / 100)) 0;
  text-align: center;
  background: url(../images/salary-head-bg-tab.png) no-repeat;
  background-position-y: calc(-42vw / (768 / 100));
  background-position-x: center;
  background-size: 100%;
}

.salary__head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(40vw / (768 / 100));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(87vw / (768 / 100));
  letter-spacing: calc(10vw / (768 / 100));
}

.salary__head h2::before {
  content: "";
  width: calc(300vw / (768 / 100));
  height: calc(60vw / (768 / 100));
  background: url(../images/work-head-title-tab.png) no-repeat;
  background-size: 100%;
}

.salary__head-text {
  margin-top: calc(42vw / (768 / 100));
  padding: 0 calc(38vw / (768 / 100));
  font-size: calc(30vw / (768 / 100));
  line-height: 1.2;
}

.salary__top-title {
  margin-top: 12px;
  font-size: 26px;
  letter-spacing: 0.08rem;
}

@media (max-width: 1280px) {
  .salary__top-title {
    margin-top: calc(12vw / (1280 / 100));
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-title {
    margin-top: calc(28vw / (768 / 100));
    font-size: calc(38vw / (768 / 100));
    padding: 0 12%;
  }
}

.salary__top-wrap {
  position: relative;
}

.salary__top-price {
  margin-top: 26px;
  font-size: 46px;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .salary__top-price {
    margin-top: calc(26vw / (1280 / 100));
    font-size: calc(46vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-price {
    font-size: calc(38vw / (768 / 100));
    text-align: center;
  }
}

.salary__top-price span {
  margin-left: 12px;
  color: #80b21f;
  font-size: 82px;
}

@media (max-width: 1280px) {
  .salary__top-price span {
    margin-left: calc(12vw / (1280 / 100));
    font-size: calc(82vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-price span {
    font-size: calc(82vw / (768 / 100));
  }
}

.salary__top-text {
  margin-top: 16px;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .salary__top-text {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-text {
    margin-top: calc(16vw / (768 / 100));
    font-size: calc(32vw / (768 / 100));
  }
}

.salary__top-img {
  position: absolute;
  top: 0;
  right: 100px;
}

@media (max-width: 1280px) {
  .salary__top-img {
    right: calc(100vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-img {
    top: calc(80vw / (768 / 100));
    right: calc(12vw / (768 / 100));
  }
}

.salary__top-img img {
  width: 330px;
}

@media (max-width: 1280px) {
  .salary__top-img img {
    width: calc(330vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-img img {
    width: calc(300vw / (768 / 100));
  }
}

.salary__top-backTitle {
  margin-top: 42px;
  font-size: 36px;
}

@media (max-width: 1280px) {
  .salary__top-backTitle {
    margin-top: calc(42vw / (1280 / 100));
    font-size: calc(36vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-backTitle {
    margin-top: calc(52vw / (768 / 100));
    font-size: calc(36vw / (768 / 100));
    text-align: center;
  }
}

.salary__top-arrow {
  margin: 30px auto 60px;
  width: 50px;
  height: 50px;
  border-top: solid 6px #595757;
  border-right: solid 6px #595757;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1280px) {
  .salary__top-arrow {
    margin: calc(30vw / (1280 / 100)) auto calc(60vw / (1280 / 100));
    width: calc(50vw / (1280 / 100));
    height: calc(50vw / (1280 / 100));
    border-top: solid calc(6vw / (768 / 100)) #595757;
    border-right: solid calc(6vw / (768 / 100)) #595757;
  }
}

.salary__top-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
  gap: 16px 0;
}

@media (max-width: 1280px) {
  .salary__top-back {
    margin-top: calc(26vw / (1280 / 100));
    gap: calc(16vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .salary__top-back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16vw / (768 / 100));
  }
}

.salary__top-back dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  gap: 24px;
}

@media (max-width: 1280px) {
  .salary__top-back dl {
    gap: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-back dl {
    width: 100%;
  }
}

.salary__top-back dl dt {
  padding: 12px 40px 14px 19px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.08rem;
  background: url(../images/salary-top-term-bg.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .salary__top-back dl dt {
    padding: calc(12vw / (1280 / 100)) calc(40vw / (1280 / 100)) calc(14vw / (1280 / 100)) calc(19vw / (1280 / 100));
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-back dl dt {
    padding: calc(12vw / (768 / 100)) calc(58vw / (768 / 100)) calc(12vw / (768 / 100)) calc(18vw / (768 / 100));
    font-size: calc(34vw / (768 / 100));
  }
}

.salary__top-back dl dd {
  color: #80b21f;
  font-size: 52px;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .salary__top-back dl dd {
    font-size: calc(52vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-back dl dd {
    margin-left: auto;
    font-size: calc(60vw / (768 / 100));
    letter-spacing: 0.4rem;
  }
}

.salary__top-desc {
  margin-top: 32px;
  padding: 32px 0;
  color: #ff8273;
  text-align: center;
  font-size: 32px;
  background: url(../images/salary-top-desc-bg.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .salary__top-desc {
    margin-top: calc(32vw / (1280 / 100));
    padding: calc(32vw / (1280 / 100)) 0;
    font-size: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__top-desc {
    padding: calc(24vw / (768 / 100));
    font-size: calc(32vw / (768 / 100));
    line-height: 1.6;
    background: url(../images/salary-top-desc-bg-tab.png) no-repeat;
    background-size: 100%;
  }
}

.salary__simu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 0;
  gap: 22px;
  color: #5a5858;
}

@media (max-width: 1280px) {
  .salary__simu-title {
    margin: calc(60vw / (1280 / 100)) auto 0;
    gap: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__simu-title {
    display: none;
    margin-top: calc(60vw / (768 / 100));
  }
}

@media (max-width: 1280px) {
  .salary__simu-title-img img {
    width: calc(172vw / (1280 / 100));
  }
}

.salary__simu-title p {
  font-size: 54px;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .salary__simu-title p {
    font-size: calc(54vw / (1280 / 100));
  }
}

.salary__simu-title p span {
  display: block;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.3rem;
}

@media (max-width: 1280px) {
  .salary__simu-title p span {
    font-size: calc(32vw / (1280 / 100));
  }
}

.salary__simu-sub {
  margin-top: 64px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .salary__simu-sub {
    margin-top: calc(64vw / (1280 / 100));
    font-size: calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__simu-sub {
    padding: 0 5%;
    font-size: calc(48vw / (768 / 100));
  }
}

.salary__simu-sub .top span {
  color: #be0d23;
  font-size: 86px;
  font-weight: 800;
}

@media (max-width: 1280px) {
  .salary__simu-sub .top span {
    font-size: calc(86vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__simu-sub .top span {
    font-size: calc(68vw / (768 / 100));
  }
}

.salary__simu-sub .bottom {
  text-align: right;
}

.salary__simu-sub .bottom span {
  color: #be0d23;
  font-size: 72px;
  font-weight: 800;
}

@media (max-width: 1280px) {
  .salary__simu-sub .bottom span {
    font-size: calc(72vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__simu-sub .bottom span {
    font-size: calc(48vw / (768 / 100));
  }
}

.salary__simu-sub .bottom .line {
  color: #595757;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .salary__simu-sub .bottom .pcLine {
    display: none;
  }
}

.salary__simu-text {
  margin: 68px auto 0;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .salary__simu-text {
    margin: calc(68vw / (1280 / 100)) auto 0;
  }
}

@media (max-width: 1280px) and (max-width: 1280px) {
  .salary__simu-text {
    font-size: calc(32vw / (1280 / 100));
  }
}

.salary-img {
  margin-top: 60px;
}

@media (max-width: 1280px) {
  .salary-img {
    margin-top: calc(60vw / (1280 / 100));
  }
}

.salary-img img {
  width: 100%;
}

.salary__bottom .salary__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 26px 0;
  gap: 24px 0;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__wrap {
    margin: calc(26vw / (1280 / 100)) 0;
    gap: calc(24vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__wrap {
    margin: calc(32vw / (768 / 100)) 0;
    gap: calc(80vw / (768 / 100)) 0;
  }
}

.salary__bottom .salary__contents {
  width: 49%;
  padding: 50px 0 24px;
  border: 2px solid #ccc;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents {
    padding: calc(50vw / (1280 / 100)) 0 calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents {
    position: relative;
  }
}

.salary__bottom .salary__contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 450px;
  margin: 0 auto;
  padding: 58px 0 102px;
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  background: url(../images/salary-contents-title.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-title {
    width: calc(450vw / (1280 / 100));
    padding: calc(58vw / (1280 / 100)) 0 calc(102vw / (1280 / 100));
    font-size: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-title {
    width: calc(300vw / (768 / 100));
    font-size: calc(25vw / (768 / 100));
  }
}

.salary__bottom .salary__contents-time {
  margin-top: 16px;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-time {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-time {
    height: calc(220vw / (768 / 100));
    margin: 0;
    padding-top: calc(32vw / (768 / 100));
    font-size: calc(36vw / (768 / 100));
  }
}

.salary__bottom .salary__contents-time span {
  display: block;
}

.salary__bottom .salary__contents-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
  gap: 16px 32px;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-price {
    margin-top: calc(32vw / (1280 / 100));
    gap: calc(16vw / (1280 / 100)) calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-price dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 3%;
  }
}

.salary__bottom .salary__contents-price dl dt {
  font-size: 24px;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-price dl dt {
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-price dl dt {
    font-size: calc(22vw / (768 / 100));
  }
}

.salary__bottom .salary__contents-price dl dd {
  margin-top: 6px;
  color: #ffb136;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.3rem;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-price dl dd {
    margin-top: calc(6vw / (1280 / 100));
    font-size: calc(48vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-price dl dd {
    font-size: calc(28vw / (768 / 100));
    text-align: right;
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-price.salaryPc {
    display: none;
  }
}

.salary__bottom .salary__contents-arrow {
  margin: 32px 0;
  text-align: center;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-arrow {
    margin: calc(32vw / (1280 / 100)) 0;
  }
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-arrow img {
    width: calc(79vw / (1280 / 100));
  }
}

.salary__bottom .salary__contents-about {
  margin-top: 16px;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-about {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(42vw / (1280 / 100));
  }
}

.salary__bottom .salary__contents-total {
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-total {
    font-size: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-total {
    font-size: calc(32vw / (768 / 100));
  }
}

.salary__bottom .salary__contents-total span {
  color: #be0d23;
  font-size: 120px;
  letter-spacing: -0.1rem;
}

@media (max-width: 1280px) {
  .salary__bottom .salary__contents-total span {
    font-size: calc(120vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .salary__bottom .salary__contents-total span {
    font-size: calc(90vw / (768 / 100));
  }
}

.salary__bottom .salary__contents-button {
  position: absolute;
  bottom: calc(-52vw / (768 / 100));
  left: 50%;
  width: calc(70vw / (768 / 100));
  height: calc(70vw / (768 / 100));
  border-radius: 100px;
  background: #e89090;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.salary__bottom .salary__contents-button span {
  display: block;
  margin: calc(14vw / (768 / 100)) auto;
  width: calc(28vw / (768 / 100));
  height: calc(28vw / (768 / 100));
  border-top: solid calc(5vw / (768 / 100)) #fff;
  border-right: solid calc(5vw / (768 / 100)) #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.salary__bottom .salary__contents .swiper {
  position: relative;
  width: 100%;
  height: calc(260vw / (768 / 100));
  margin: 0 auto;
}

.salary-link {
  margin: 60px 22px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  background: #80b21f;
}

@media (max-width: 1280px) {
  .salary-link {
    margin: calc(60vw / (1280 / 100)) calc(22vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

.salary-link a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
}

@media (max-width: 1280px) {
  .salary-link a {
    padding: calc(16vw / (1280 / 100)) 0;
  }
}

.aboutSalary {
  background: #fff;
}

@media (max-width: 768px) {
  .aboutSalary {
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.support {
  position: relative;
  margin-top: -122px;
  padding: 170px 0 0;
  background: #fff;
  z-index: 0;
}

@media (max-width: 1280px) {
  .support {
    margin-top: calc(-122vw / (1280 / 100));
    padding: calc(170vw / (1280 / 100)) 0 0;
  }
}

@media (max-width: 768px) {
  .support {
    margin-top: calc(600vw / (768 / 100));
    padding: calc(36vw / (768 / 100)) 0 0;
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.support-wrap {
  padding-bottom: 32px;
  background: url(../images/support-bg.png) no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  background-size: 350px;
}

@media (max-width: 1280px) {
  .support-wrap {
    padding-bottom: calc(32vw / (1280 / 100));
    background-size: calc(350vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-wrap {
    background: url(../images/support-bg-tab.png) no-repeat;
    background-position-y: calc(180vw / (768 / 100));
    background-position-x: right;
    background-size: calc(280vw / (768 / 100));
  }
}

.support-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  letter-spacing: 0.4rem;
}

@media (max-width: 1280px) {
  .support-top {
    gap: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.support-top .left {
  font-size: 118px;
}

@media (max-width: 1280px) {
  .support-top .left {
    font-size: calc(118vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-top .left {
    font-size: calc(100vw / (768 / 100));
  }
}

.support-top .right {
  font-size: 52px;
}

@media (max-width: 1280px) {
  .support-top .right {
    font-size: calc(52vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-top .right {
    font-size: calc(42vw / (768 / 100));
  }
}

.support-deco {
  width: 800px;
}

@media (max-width: 1280px) {
  .support-deco {
    width: calc(800vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-deco {
    width: auto;
    margin-top: calc(16vw / (768 / 100));
  }
}

.support-title {
  margin-top: 16px;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.08rem;
}

@media (max-width: 1280px) {
  .support-title {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-title {
    margin-top: calc(32vw / (768 / 100));
    font-size: calc(36vw / (768 / 100));
    letter-spacing: 0.5rem;
  }
}

.support-text {
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .support-text {
    margin-top: calc(28vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .support-text {
    margin-top: calc(60vw / (768 / 100));
    font-size: calc(26vw / (768 / 100));
    line-height: 1.6;
  }
}

.training {
  position: relative;
  padding: 80px 0 120px;
  text-align: center;
  background: #f8f8f8;
}

@media (max-width: 1280px) {
  .training {
    padding: calc(80vw / (1280 / 100)) 0 calc(120vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training {
    padding: calc(80vw / (768 / 100)) 0;
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.training-deco {
  position: relative;
}

.training-deco img {
  position: absolute;
  top: -68px;
  left: -440px;
  width: 420px;
}

@media (max-width: 768px) {
  .training-deco img {
    top: calc(180vw / (768 / 100));
    left: 0;
    width: calc(282vw / (768 / 100));
  }
}

.training-deco img:nth-of-type(2) {
  top: -16px;
  left: auto;
  right: -410px;
  width: 390px;
}

@media (max-width: 1280px) {
  .training h2 img {
    width: calc(735vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training h2 img {
    width: calc(735vw / (768 / 100));
  }
}

.training p {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}

@media (max-width: 1280px) {
  .training p {
    margin-top: calc(32vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
    text-align: left;
  }
}

@media (max-width: 768px) {
  .training p {
    margin-top: calc(32vw / (768 / 100));
    padding: 0 0 0 calc(286vw / (768 / 100));
    font-size: calc(24vw / (768 / 100));
  }
}

.training-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}

@media (max-width: 1280px) {
  .training-wrap {
    margin-top: calc(100vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25vw / (768 / 100));
  }
}

.training-wrap .scrollme {
  width: 33.33%;
  padding: 0 2%;
  font-weight: 600;
  border-left: 2px solid #ccc;
}

@media (max-width: 768px) {
  .training-wrap .scrollme {
    width: 100%;
    border-left: none;
  }
}

.training-wrap .scrollme:last-of-type {
  border-right: 2px solid #ccc;
}

@media (max-width: 768px) {
  .training-wrap dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (calc(182vw / (768 / 100)))[4];
        grid-template-rows: repeat(4 calc(182vw / (768 / 100)));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: calc(48vw / (768 / 100));
    gap: calc(30vw / (768 / 100)) calc(20vw / (768 / 100));
    border-left: none;
    border-top: 2px dashed #929292;
  }
  .training-wrap dl .item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 5 / 2;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: calc(64vw / (768 / 100)) calc(34vw / (768 / 100));
    background: #a8d340;
    color: #fff;
    border-radius: 50%;
  }
}

.training-wrap dl:nth-of-type(1) {
  border-left: none;
}

.training-wrap dl h3 {
  font-size: 32px;
}

@media (max-width: 1280px) {
  .training-wrap dl h3 {
    font-size: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training-wrap dl h3 {
    font-size: calc(38vw / (768 / 100));
  }
}

.training-wrap dl dt {
  position: relative;
  margin-top: 32px;
  padding: 8px 0;
  color: #fff;
  font-size: 26px;
  border-radius: 8px;
  background: #3e3a39;
}

@media (max-width: 1280px) {
  .training-wrap dl dt {
    margin-top: calc(32vw / (1280 / 100));
    padding: calc(8vw / (1280 / 100)) 0;
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training-wrap dl dt {
    margin-top: 0;
    padding: calc(8vw / (768 / 100)) 0;
    font-size: calc(25vw / (768 / 100));
  }
}

.training-wrap dl dt::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3e3a39 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .training-wrap dl dt::after {
    bottom: calc(-9vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training-wrap dl dt::after {
    border-width: calc(10vw / (768 / 100)) calc(10vw / (768 / 100)) 0 calc(10vw / (768 / 100));
    bottom: calc(-9vw / (768 / 100));
  }
}

.training-wrap dl dt:nth-of-type(2) {
  background: #ff8273;
}

.training-wrap dl dt:nth-of-type(2)::after {
  border-color: #ff8273 transparent transparent transparent;
}

.training-wrap dl dd {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .training-wrap dl dd {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .training-wrap dl dd {
    margin-top: 0;
    padding: 0 10%;
    font-size: calc(24vw / (768 / 100));
  }
}

.training-wrap dl dd:nth-of-type(2) {
  margin-bottom: calc(20vw / (768 / 100));
  color: #ff8273;
}

@media (max-width: 768px) {
  .training-wrap dl dd:nth-of-type(2) {
    color: #3e3a39;
  }
}

.treat {
  margin-top: -122px;
  padding: 154px 0 180px;
}

@media (max-width: 1280px) {
  .treat {
    margin-top: calc(-122vw / (1280 / 100));
    padding: calc(154vw / (1280 / 100)) 0 calc(180vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat {
    margin-top: calc(-122vw / (768 / 100));
    padding: calc(154vw / (768 / 100)) 0 calc(30vw / (768 / 100));
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.treat__point-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 16px;
  gap: 32px;
}

@media (max-width: 1280px) {
  .treat__point-head {
    margin-top: calc(16vw / (1280 / 100));
    gap: calc(32vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point-head {
    display: block;
    margin-top: calc(16vw / (768 / 100));
    gap: calc(32vw / (768 / 100));
  }
}

.treat__point-head h2 {
  color: #ffb136;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .treat__point-head h2 {
    font-size: calc(54vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point-head h2 {
    font-size: calc(48vw / (768 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point-head-img {
    display: none;
  }
}

.treat__point-head p {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .treat__point-head p {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point-head p {
    margin-top: calc(8vw / (768 / 100));
    font-size: calc(24vw / (768 / 100));
  }
}

.treat__point-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
  gap: 120px;
}

@media (max-width: 1280px) {
  .treat__point-wrap {
    margin-top: calc(120vw / (1280 / 100));
    gap: calc(120vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point-wrap {
    margin-top: calc(38vw / (768 / 100));
    gap: calc(25vw / (768 / 100));
  }
}

.treat__point__contents {
  position: relative;
}

.treat__point__contents:nth-of-type(2) h3 {
  text-align: right;
}

@media (max-width: 768px) {
  .treat__point__contents:nth-of-type(2) h3 {
    text-align: center;
  }
}

.treat__point__contents:nth-of-type(2) p {
  margin-left: auto;
  padding: 16px 16px 16px 200px;
  text-align: right;
  background: #eefdcc;
}

@media (max-width: 1280px) {
  .treat__point__contents:nth-of-type(2) p {
    padding: calc(16vw / (1280 / 100)) calc(16vw / (1280 / 100)) calc(16vw / (1280 / 100)) calc(200vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point__contents:nth-of-type(2) p {
    text-align: center;
    padding: calc(20vw / (768 / 100)) calc(25vw / (768 / 100));
  }
}

.treat__point__contents:nth-of-type(2) .treat__point__contents-img {
  left: 0;
}

@media (max-width: 768px) {
  .treat__point__contents:nth-of-type(2) .treat__point__contents-img {
    left: 50%;
  }
}

.treat__point__contents:nth-of-type(3) p {
  background: #ffe2dc;
}

.treat__point__contents h3 {
  position: relative;
  color: #ffb136;
  font-size: 42px;
  letter-spacing: 0.2rem;
  font-weight: 800;
}

@media (max-width: 1280px) {
  .treat__point__contents h3 {
    font-size: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point__contents h3 {
    display: inline-block;
    left: 50%;
    font-size: calc(50vw / (768 / 100));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .treat__point__contents h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(111vw / (768 / 100));
    height: calc(6vw / (768 / 100));
    background: #ffb136;
  }
}

.treat__point__contents h3 span {
  margin-left: 12px;
  font-size: 72px;
}

@media (max-width: 1280px) {
  .treat__point__contents h3 span {
    margin-left: calc(12vw / (1280 / 100));
    font-size: calc(72vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point__contents h3 span {
    font-size: calc(86vw / (768 / 100));
  }
}

.treat__point__contents p {
  width: calc(100% - 200px);
  margin-top: 16px;
  padding: 16px 200px 16px 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  background: #fffaa6;
}

@media (max-width: 1280px) {
  .treat__point__contents p {
    width: calc(100% - calc(200vw / (1280 / 100)));
    margin-top: calc(16vw / (1280 / 100));
    padding: calc(16vw / (1280 / 100)) calc(200vw / (1280 / 100)) calc(16vw / (1280 / 100)) calc(16vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point__contents p {
    width: 100%;
    margin-top: calc(330vw / (768 / 100));
    padding: calc(20vw / (768 / 100)) calc(25vw / (768 / 100));
    font-size: calc(25vw / (768 / 100));
    text-align: center;
  }
}

.treat__point__contents p span {
  font-size: 34px;
}

@media (max-width: 1280px) {
  .treat__point__contents p span {
    font-size: calc(34vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point__contents p span {
    font-size: calc(34vw / (768 / 100));
  }
}

.treat__point__contents-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .treat__point__contents-img img {
    width: calc(448vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__point__contents-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .treat__point__contents-img {
    top: 35%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.treat__bottom h3 {
  margin-top: 80px;
  text-align: center;
  border-bottom: 7px solid #80b21f;
}

@media (max-width: 1280px) {
  .treat__bottom h3 {
    margin-top: calc(80vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__bottom h3 {
    margin-top: calc(80vw / (768 / 100));
    border-bottom: none;
  }
}

.treat__bottom h3 img {
  padding: 0 5%;
}

.treat__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  padding: 0 13%;
  gap: 32px 0;
}

@media (max-width: 1280px) {
  .treat__bottom-wrap {
    margin-top: calc(48vw / (1280 / 100));
    gap: calc(32vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .treat__bottom-wrap {
    padding-top: calc(48vw / (768 / 100));
    padding: 0;
  }
}

.treat__bottom-wrap dl {
  width: 48%;
}

.treat__bottom-wrap dl dt img {
  width: 100%;
}

.treat__bottom-wrap dl dd {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

@media (max-width: 1280px) {
  .treat__bottom-wrap dl dd {
    margin-top: calc(16vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__bottom-wrap dl dd {
    font-size: calc(24vw / (768 / 100));
  }
}

.treat__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
  padding: 0 7%;
}

@media (max-width: 1280px) {
  .treat__bottom-link {
    margin-top: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .treat__bottom-link {
    display: none;
  }
}

.treat__bottom-link p {
  width: 48.5%;
}

.treat__bottom-link p:nth-of-type(2) a {
  background: #80b21f;
}

.treat__bottom-link p a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  background: #2ca1db;
}

@media (max-width: 1280px) {
  .treat__bottom-link p a {
    padding: calc(16vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

.work__head {
  padding: 120px 0;
  color: #fff;
  text-align: center;
  background: url(../images/work-head-bg.png) no-repeat;
  background-position-y: -112px;
  background-position-x: center;
}

@media (max-width: 1280px) {
  .work__head {
    padding: calc(120vw / (1280 / 100)) 0;
    background-position-y: calc(-112vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__head {
    padding: calc(50vw / (768 / 100)) 0 calc(120vw / (768 / 100));
    background: url(../images/work-head-bg-tab.png) no-repeat;
    background-position-y: calc(-112vw / (768 / 100));
    background-position-x: center;
    background-size: 100%;
  }
}

.work__head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  font-size: 82px;
}

@media (max-width: 1280px) {
  .work__head h2 {
    gap: calc(32vw / (1280 / 100));
    font-size: calc(82vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__head h2 {
    gap: calc(40vw / (768 / 100));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(87vw / (768 / 100));
    letter-spacing: calc(10vw / (768 / 100));
  }
}

.work__head h2::before {
  content: "";
  width: 179px;
  height: 147px;
  background: url(../images/work-head-title.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .work__head h2::before {
    width: calc(179vw / (1280 / 100));
    height: calc(147vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__head h2::before {
    background: url(../images/work-head-title-tab.png) no-repeat;
    background-size: 100%;
    width: calc(300vw / (768 / 100));
    height: calc(60vw / (768 / 100));
  }
}

.work__head-text1 {
  margin-top: 42px;
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .work__head-text1 {
    margin-top: calc(42vw / (1280 / 100));
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__head-text1 {
    margin-top: calc(42vw / (768 / 100));
    font-size: calc(37vw / (768 / 100));
    padding: 0 calc(100vw / (768 / 100));
  }
}

.work__head-text1 span {
  font-size: 78px;
}

@media (max-width: 1280px) {
  .work__head-text1 span {
    font-size: calc(78vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__head-text1 span {
    font-size: calc(65vw / (768 / 100));
  }
}

.work__head-text2 {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}

@media (max-width: 1280px) {
  .work__head-text2 {
    margin-top: calc(22vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__head-text2 {
    width: calc(600vw / (768 / 100));
    margin: calc(30vw / (768 / 100)) auto 0;
    font-size: calc(24vw / (748 / 100));
    background: #2ca1db;
    border-radius: calc(20vw / (768 / 100));
  }
}

.work__head a {
  display: inline-block;
  width: calc(600vw / (768 / 100));
  padding: calc(16vw / (768 / 100));
}

.work__flow {
  padding: 60px 0 120px;
}

@media (max-width: 1280px) {
  .work__flow {
    padding: calc(60vw / (1280 / 100)) 0 calc(120vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow {
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.work__flow h3 {
  font-size: 56px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .work__flow h3 {
    font-size: calc(56vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow h3 {
    display: none;
  }
}

.work__flow h3 span {
  display: block;
  font-size: 36px;
  letter-spacing: 0.4rem;
}

@media (max-width: 1280px) {
  .work__flow h3 span {
    font-size: calc(36vw / (1280 / 100));
  }
}

.work__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  padding: 0 5%;
  gap: 60px;
}

@media (max-width: 1280px) {
  .work__flow-wrap {
    margin-top: calc(40vw / (1280 / 100));
    gap: calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow-wrap {
    gap: calc(20vw / (768 / 100));
    padding: 0 3%;
    background: url(../images/circle-bg.png);
    background-size: 100%;
    background-color: #fff;
  }
}

.work__flow-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}

@media (max-width: 1280px) {
  .work__flow-wrap dl {
    gap: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow-wrap dl {
    gap: calc(15vw / (768 / 100));
  }
}

.work__flow-wrap dl p {
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 4.5;
  background: #ff8273;
  border-radius: 100px;
}

@media (max-width: 1280px) {
  .work__flow-wrap dl p {
    width: calc(120vw / (1280 / 100));
    height: calc(120vw / (1280 / 100));
    font-size: calc(24vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow-wrap dl p {
    width: calc(120vw / (768 / 100));
    height: calc(120vw / (768 / 100));
    font-size: calc(28vw / (768 / 100));
    line-height: 4;
  }
}

.work__flow-wrap dl div {
  width: 87%;
}

@media (max-width: 768px) {
  .work__flow-wrap dl div {
    width: 80%;
  }
}

.work__flow-wrap dl dt {
  font-size: 26px;
  letter-spacing: 0.08rem;
}

@media (max-width: 1280px) {
  .work__flow-wrap dl dt {
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow-wrap dl dt {
    padding: calc(10vw / (768 / 100)) 0;
    font-weight: bold;
    font-size: calc(40vw / (768 / 100));
  }
}

.work__flow-wrap dl dd {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

@media (max-width: 1280px) {
  .work__flow-wrap dl dd {
    margin-top: calc(4vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__flow-wrap dl dd {
    position: relative;
    font-size: calc(25vw / (768 / 100));
  }
}

.work__flow-arrow span {
  display: block;
  margin: calc(14vw / (768 / 100)) 0;
  width: calc(28vw / (768 / 100));
  height: calc(28vw / (768 / 100));
  border-top: solid calc(5vw / (768 / 100)) #5c5a5a;
  border-right: solid calc(5vw / (768 / 100)) #5c5a5a;
  border-radius: 2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.work__flow-arrow span:nth-of-type(2) {
  margin-top: calc(-26vw / (768 / 100));
}

.work-link {
  margin: 60px 6% 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  background: #80b21f;
}

@media (max-width: 1280px) {
  .work-link {
    margin: calc(60vw / (1280 / 100)) 6% 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work-link {
    position: relative;
    margin: calc(60vw / (748 / 100)) 6% 0;
    font-size: calc(28vw / (748 / 100));
  }
}

.work-link a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
}

@media (max-width: 1280px) {
  .work-link a {
    padding: calc(16vw / (1280 / 100)) 0;
  }
}

.work-aboutLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
  padding: 0 7%;
}

@media (max-width: 1280px) {
  .work-aboutLink {
    margin-top: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work-aboutLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15vw / (768 / 100));
    margin-top: calc(42vw / (768 / 100));
  }
}

.work-aboutLink p {
  width: 48.5%;
}

.work-aboutLink p:nth-of-type(2) a {
  background: #80b21f;
}

@media (max-width: 768px) {
  .work-aboutLink p {
    width: 100%;
  }
}

.work-aboutLink p a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  background: #2ca1db;
}

@media (max-width: 1280px) {
  .work-aboutLink p a {
    padding: calc(16vw / (1280 / 100)) 0;
    font-size: calc(28vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work-aboutLink p a {
    padding: calc(26vw / (768 / 100)) 0;
    font-size: calc(28vw / (768 / 100));
    letter-spacing: 0.2rem;
    border: 2px solid #767676;
    border-radius: 0;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px 0;
  font-size: 22px;
  text-align: left;
}

@media (max-width: 1280px) {
  .form {
    gap: calc(52vw / (1280 / 100)) 0;
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form {
    gap: calc(26vw / (768 / 100));
    font-size: calc(22vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .form {
    gap: calc(22vw / (440 / 100));
    font-size: calc(18vw / (440 / 100));
  }
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .form-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(2vw / (768 / 100));
  }
}

.form-box-label {
  width: 35%;
  padding: 8px 0;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .form-box-label {
    padding: calc(8vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .form-box-label {
    width: 100%;
  }
}

.form-box-label-text {
  width: 100px;
}

@media (max-width: 1280px) {
  .form-box-label-text {
    width: calc(100vw / (1280 / 100));
  }
}

.form-box .hissu::after {
  content: "必須";
  margin-left: -4px;
  padding: 6px 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background: #dc3232;
}

@media (max-width: 1280px) {
  .form-box .hissu::after {
    margin-left: calc(-4vw / (1280 / 100));
    padding: calc(6vw / (1280 / 100)) calc(10vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
    border-radius: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 440px) {
  .form-box .hissu::after {
    font-size: calc(16vw / (440 / 100));
  }
}

.form-box .idDesc::after {
  content: "当日お持ちになる身分証明書を記入してください。\A※運転免許、保険証、住民票、外国人登録証など";
  display: block;
  margin-top: 8px;
  font-size: 20px;
  color: #888888;
  white-space: pre-wrap;
}

@media (max-width: 1280px) {
  .form-box .idDesc::after {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box .idDesc::after {
    margin-left: calc(8vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .form-box .idDesc::after {
    font-size: calc(16vw / (440 / 100));
  }
}

.form-box-input {
  width: 60%;
}

@media (max-width: 768px) {
  .form-box-input {
    width: 100%;
  }
}

.form-box-input-date {
  position: relative;
  width: 100%;
}

.form-box-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-box-input input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
}

@media (max-width: 1280px) {
  .form-box-input input {
    padding: calc(8vw / (1280 / 100)) calc(12vw / (1280 / 100));
    border-radius: calc(4vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box-input input {
    padding: calc(8vw / (768 / 100)) calc(12vw / (768 / 100));
    border-radius: calc(4vw / (768 / 100));
  }
}

.form-box-input-img {
  border: none !important;
}

.form-box-input textarea {
  width: 100%;
  height: 260px;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
  resize: none;
}

@media (max-width: 1280px) {
  .form-box-input textarea {
    height: calc(260vw / (1280 / 100));
    padding: calc(8vw / (1280 / 100)) calc(12vw / (1280 / 100));
    border-radius: calc(4vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box-input textarea {
    height: calc(340vw / (768 / 100));
    margin-top: calc(22vw / (768 / 100));
    border-radius: calc(4vw / (768 / 100));
  }
}

.form-box-input .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 8px;
  font-size: 14px;
}

@media (max-width: 1280px) {
  .form-box-input .wpcf7-not-valid-tip {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(14vw / (1280 / 100));
  }
}

@media (max-width: 440px) {
  .form-box-input .wpcf7-not-valid-tip {
    font-size: calc(12vw / (440 / 100));
  }
}

.form-box .small input {
  width: 16%;
  margin-right: 8px;
}

@media (max-width: 1280px) {
  .form-box .small input {
    margin-right: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box .small input {
    width: 21%;
    margin-right: calc(12vw / (768 / 100));
  }
}

.form-radio {
  width: 60%;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .form-radio {
    width: 100%;
  }
}

.form-radio input {
  width: auto;
}

.form-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-submit {
  position: relative;
  margin: 34px auto 0;
  text-align: center;
}

@media (max-width: 1280px) {
  .form-submit {
    margin: calc(34vw / (1280 / 100)) auto 0;
  }
}

@media (max-width: 768px) {
  .form-submit {
    margin: calc(40vw / (768 / 100));
  }
}

.form-submit input {
  width: 100%;
  padding: 20px 32px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-align: center;
  background: #2ca1db;
}

@media (max-width: 1280px) {
  .form-submit input {
    padding: calc(20vw / (1280 / 100)) calc(32vw / (1280 / 100));
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-submit input {
    width: 90%;
    padding: calc(18vw / (768 / 100)) calc(28vw / (768 / 100));
    font-size: calc(36vw / (768 / 100));
  }
}

.wpcf7-response-output {
  margin-top: 8px;
  color: #dc3232;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1280px) {
  .wpcf7-response-output {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 440px) {
  .wpcf7-response-output {
    font-size: calc(16vw / (440 / 100));
  }
}

.wpcf7 .wpcf7-not-valid {
  background: #f4c6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}
/*# sourceMappingURL=style.css.map */