@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
@import url("./vendor/reset.css");
/*=================================================================
  base
=================================================================*/
body {
  position: relative;
  background-color: #ffffff;
  font-size: calc(14px + (16 - 14) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
  color: #111111;
  line-height: 1.2;
  letter-spacing: .08em;
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #111111;
  text-decoration: none;
}
a:hover {
  color: #f96a03;
}

ul {
  padding: 0;
}

/*=================================================================
content
=================================================================*/
.content {
  position: relative;
}

/*=================================================================
  background
  =================================================================*/
.background {
  position: absolute;
  top: 0;
  right: 0;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100%;
  z-index: 100;
}

/*=================================================================
  section
=================================================================*/
section {
  position: relative;
  z-index: 700;
}
section:not(:first-of-type) {
  margin-top: 12.5em;
}

.section-inner {
  margin: 0 auto;
  width: 72em;
}
@media screen and (max-width: 1152px) {
  .section-inner {
    padding: 0 2%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .section-inner {
    padding: 0 4%;
  }
}

/* 各sectionのタイトル（h2）
-----------------------------------------------------------------*/
.section-title {
  font-size: calc(24px + (34 - 24) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 1440px) {
  .section-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: calc(24px + (34 - 24) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-bottom: 1.76em;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .section-title {
    font-size: 34px;
  }
}

.section-title.writing-vertical {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-title.writing-vertical {
    margin-bottom: 1.76em;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.section-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(26px + (36 - 26) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  line-height: 1;
  letter-spacing: .04em;
  color: #cacaca;
}
@media screen and (min-width: 1440px) {
  .section-title span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-title span {
    display: inline-block;
    margin-bottom: .3em;
    font-size: calc(26px + (36 - 26) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .section-title span {
    font-size: 36px;
  }
}

/*=================================================================
  utility
=================================================================*/
.view-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .view-sp {
    display: block;
  }
}

.sentence {
  text-align: justify;
  word-wrap: break-word;
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.writing-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: calc(10px + (12 - 10) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .small {
    font-size: calc(10px + (20 - 10) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .small {
    font-size: 20px;
  }
}

.form-contents .section-inner {
  width: 56.875em;
}
@media screen and (max-width: 1152px) {
  .form-contents .section-inner {
    width: 100%;
  }
}
.form-contents .btn {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .form-contents .btn {
    margin-top: 5em;
  }
}

.form-text {
  line-height: 1.75em;
}
.form-text + .form-text {
  margin-top: 1.875em;
}
@media screen and (max-width: 768px) {
  .form-text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .form-text {
    font-size: 24px;
  }
}

.form-errors li {
  list-style-position: inside;
  color: #f96a03;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75em;
}
@media screen and (max-width: 768px) {
  .form-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-wrap:not(:first-of-type) {
  margin-top: 1.875em;
}
@media screen and (max-width: 768px) {
  .form-wrap:not(:first-of-type) {
    margin-top: 3.375em;
  }
}
.form-wrap > *:nth-child(1) {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 768px) {
  .form-wrap > *:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form-wrap > *:nth-child(2) {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media screen and (max-width: 768px) {
  .form-wrap > *:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1.375em;
  }
}
.form-wrap.full-wide {
  display: block;
}
.form-wrap.policy-check {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .form-wrap.policy-check {
    margin-top: 5em;
  }
}
.form-wrap.policy-check a {
  text-decoration: underline;
}

.form-label {
  display: block;
  padding-top: .7em;
}
@media screen and (max-width: 768px) {
  .form-label {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .form-label {
    font-size: 24px;
  }
}

.form-label .required {
  display: inline-block;
  margin-left: .5em;
  padding: .25em;
  background-color: #f96a03;
  font-size: calc(10px + (12 - 10) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  line-height: 1;
  color: #fff;
  vertical-align: .2em;
}
@media screen and (min-width: 1440px) {
  .form-label .required {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form-label .required {
    font-size: calc(10px + (20 - 10) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .form-label .required {
    font-size: 20px;
  }
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::-ms-input-placeholder {
  color: #bbb;
}

::placeholder {
  color: #bbb;
}

/*=================================================================
  input
=================================================================*/
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  display: block;
  padding: .84em 1.5em;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"] {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"] {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"] {
    font-size: 24px;
  }
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  outline: none;
}

.input-file-wrap {
  display: inline-block;
  padding: .78em 2.55em;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .input-file-wrap {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .input-file-wrap {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .input-file-wrap {
    font-size: 24px;
  }
}

.input-file-wrap:hover {
  border-color: #f96a03;
  color: #f96a03;
}

input[type="file"] {
  display: none;
}

.input-file__text {
  display: inline;
  margin-left: 1.4em;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .input-file__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .input-file__text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .input-file__text {
    font-size: 24px;
  }
}

/*=================================================================
  textarea
=================================================================*/
textarea {
  padding: .84em 1.5em;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #f9f9f9;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  textarea {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  textarea {
    font-size: 24px;
  }
}

textarea:focus {
  outline: none;
}

/*=================================================================
  select
=================================================================*/
select {
  padding: .84em 2.5em .84em 1.5em;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #f9f9f9;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  color: #111111;
}
@media screen and (min-width: 1440px) {
  select {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  select {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  select {
    font-size: 24px;
  }
}

select:focus {
  outline: none;
}
select option {
  color: #111111;
}

.select-wrap {
  position: relative;
}
.select-wrap::before {
  position: absolute;
  top: .84em;
  right: 1em;
  width: .615em;
  height: .615em;
  border-top: solid 2px #111111;
  border-right: solid 2px #111111;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .select-wrap::before {
    top: 1.5em;
    right: 2em;
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 425px) {
  .select-wrap::before {
    top: 1.05em;
  }
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input.narrow, textarea.narrow, select.narrow {
  width: 23.125em;
}
@media screen and (max-width: 768px) {
  input.narrow, textarea.narrow, select.narrow {
    width: 100%;
  }
}

.select-wrap.narrow {
  width: 20.125em;
}
@media screen and (max-width: 768px) {
  .select-wrap.narrow {
    width: 100%;
  }
}

/*=================================================================
  checkbox
=================================================================*/
input[type="checkbox"] {
  display: none;
}

.checkbox {
  position: relative;
  padding-left: 2em;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .checkbox {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .checkbox {
    font-size: 24px;
  }
}

.checkbox a {
  display: inline;
}

.checkbox::before {
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  content: "";
  border: 1px solid #000000;
}

input[type="checkbox"]:checked + .checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: .375em;
  height: .875em;
  width: .5em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

input[type="checkbox"]:checked + .checkbox::before {
  border-color: #f96a03;
  background-color: #f96a03;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .checkbox::before {
  top: -1px;
}

_::-webkit-full-page-media, _:future, :root input[type="checkbox"]:checked + .checkbox::after {
  top: -1px;
}

/*=================================================================
  button
=================================================================*/
@media screen and (max-width: 768px) {
  .btn-wrap {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap {
    padding: 0;
  }
}

.btn {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
}

.btn-border {
  margin: 0 auto;
  width: 15.714em;
  height: 2.857em;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: .04em;
  line-height: 2.857em;
}
@media screen and (max-width: 768px) {
  .btn-border {
    padding: 1.13em 0;
    width: 100%;
    height: auto;
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .btn-border {
    font-size: 30px;
  }
}

.btn-border:hover {
  border-color: #f96a03;
  color: #f96a03;
}

.btn-underline-arrow {
  position: relative;
  width: 10.769em;
  height: 3.07em;
  border-bottom: 2px solid #000000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: .8125rem;
  letter-spacing: .04em;
  line-height: 3.07em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn-underline-arrow {
    width: 11em;
    height: 3em;
    font-size: calc(10px + (20 - 10) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 3em;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .btn-underline-arrow {
    font-size: 20px;
  }
}

.btn-underline-arrow::before {
  position: absolute;
  right: 0;
  top: 1.076em;
  width: .615em;
  height: .615em;
  border-top: solid 2px #111111;
  border-right: solid 2px #111111;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-fill {
  margin: 0 auto;
  padding: 1.28em;
  width: 400px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-fill {
    padding: 1.5em;
    width: 550px;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .btn-fill {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .btn-fill {
    width: 100%;
  }
}
.btn-fill:hover {
  color: #fff;
  opacity: .7;
}
.btn-fill:disabled {
  background-color: #cacaca;
  color: #aaa;
}
.btn-fill:disabled:hover {
  opacity: 1;
}

.btn-fill-primary {
  background-color: #111111;
}

.btn-fill-secondary {
  background-color: #cacaca;
  color: #111111;
}

/*=================================================================
  confirm
=================================================================*/
.confirm-text {
  padding: .84em 1.5em;
  width: 100%;
  background-color: #f9f9f9;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  word-wrap: break-word;
}
@media screen and (min-width: 1440px) {
  .confirm-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .confirm-text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .confirm-text {
    font-size: 24px;
  }
}

/*=================================================================
  header
=================================================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  width: 100%;
  height: 92px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
}

/* logo */
.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  margin-right: auto;
  padding: 1.5em 2em;
  height: 92px;
  background-color: #ffffff;
  z-index: 1000;
}
@media screen and (max-width: 1152px) {
  .header-logo {
    padding: 1.5em 2%;
  }
}
@media screen and (max-width: 640px) {
  .header-logo {
    height: 70px;
    padding: 1em 2%;
  }
}
@media screen and (max-width: 425px) {
  .header-logo {
    padding: 1.25em 4%;
  }
}
.header-logo a {
  display: block;
}
.header-logo a img {
  width: 200px;
}
@media screen and (max-width: 640px) {
  .header-logo a img {
    width: 180px;
  }
}

/* navi */
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li {
  display: inline-block;
  font-weight: bold;
}
.header-nav ul li a {
  padding: 0 2.5em;
  color: #111111;
  white-space: nowrap;
}
.header-nav ul li a:hover {
  color: #f96a03;
}
.header-nav ul li a.inquiry {
  display: block;
  height: 92px;
  background-color: #111111;
  line-height: 92px;
  color: #ffffff;
}
.header-nav ul li a.inquiry:hover {
  color: #f96a03;
}

/* toggle-button */
.toggle-button-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 92px;
  height: 92px;
  background-color: #000000;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  .toggle-button-wrap {
    width: 70px;
    height: 70px;
  }
}

.toggle-button {
  margin: 38px 4px 0 auto;
  width: 40px;
  height: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .toggle-button {
    margin: 26px 0 0 auto;
    width: 34px;
  }
}

.ico-bar {
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .ico-bar {
    width: 34px;
  }
}
.ico-bar.ico-bar1 {
  top: 0;
}
.ico-bar.ico-bar2 {
  top: 50%;
}
.ico-bar.ico-bar3 {
  top: 100%;
}

.toggle_text {
  position: absolute;
  bottom: -34px;
  left: -6px;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .toggle_text {
    bottom: -26px;
    left: -2px;
    font-size: calc(11px + (13 - 11) / (1440 - 768) * (100vw - 768px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 640px) and (min-width: 1440px) {
  .toggle_text {
    font-size: 13px;
  }
}

.toggle_close {
  display: none;
  left: -8px;
  color: #111111;
}
@media screen and (max-width: 640px) {
  .toggle_close {
    left: -4px;
  }
}

.toggle-button.active .ico-bar {
  width: 36.77px;
  left: 7px;
  background-color: #111111;
}
@media screen and (max-width: 640px) {
  .toggle-button.active .ico-bar {
    width: 28.28px;
  }
}
.toggle-button.active .ico-bar1 {
  -webkit-transform: rotate(0.7853981634rad) translateY(-50%);
          transform: rotate(0.7853981634rad) translateY(-50%);
  top: -12px;
}
@media screen and (max-width: 640px) {
  .toggle-button.active .ico-bar1 {
    top: -6px;
  }
}
.toggle-button.active .ico-bar2 {
  opacity: 0;
}
.toggle-button.active .ico-bar3 {
  -webkit-transform: rotate(-0.7853981634rad) translateY(-50%);
          transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}
.toggle-button.active .toggle_menu_text {
  display: none;
}
.toggle-button.active .toggle_close {
  display: block;
}

/* toggle-content */
.toggle-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/bg_toggle-nav_pc.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  overflow-y: auto;
  opacity: 0;
  z-index: 800;
}
@media screen and (max-width: 768px) {
  .toggle-content {
    height: 100%;
    background-image: url("../img/bg_toggle-nav_sp.png");
  }
}
.toggle-content.active {
  display: block;
  opacity: 1;
}

/* スクロールバー非表示 */
.toggle-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.toggle-content::-webkit-scrollbar {
  display: none;
}

/* 背景黒透過 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 800;
}

/* toggle-nav & footer-nav */
.nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-item ul li {
  list-style: none;
  white-space: nowrap;
}
.nav-item ul li .nav-item__title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(18px + (20 - 18) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  .nav-item ul li .nav-item__title {
    font-size: 20px;
  }
}
.nav-item ul + ul {
  margin-top: 2.125em;
}
.nav-item ul.nav-level-1 span {
  display: block;
  margin-top: 1em;
  font-size: calc(14px + (16 - 14) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: normal;
}
@media screen and (min-width: 1440px) {
  .nav-item ul.nav-level-1 span {
    font-size: 16px;
  }
}
.nav-item ul .nav-level-2 {
  margin-top: 1.875em;
  border-left: 1px solid #111111;
}
.nav-item ul .nav-level-2 li {
  padding-left: 1.5em;
}
.nav-item ul .nav-level-2 li + li {
  margin-top: 1.25em;
}
.nav-item ul .nav-level-3 {
  margin-top: 3em;
}
.nav-item ul .nav-level-3 li {
  padding-left: 2em;
  font-size: calc(11px + (13 - 11) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .nav-item ul .nav-level-3 li {
    font-size: 13px;
  }
}
.nav-item ul .nav-level-3 li + li {
  margin-top: 1.25em;
}

/* toggle-nav */
.toggle-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4.5em;
  margin-right: 12.6%;
  padding: 15% 6% 15% 10%;
  background-color: #111111;
}
@media screen and (max-width: 1280px) {
  .toggle-nav {
    margin-right: 13.2%;
  }
}
@media screen and (max-width: 1152px) {
  .toggle-nav {
    margin-right: 13.6%;
  }
}
@media screen and (max-width: 1024px) {
  .toggle-nav {
    margin-right: 14.2%;
  }
}
@media screen and (max-width: 768px) {
  .toggle-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10% 8%;
  }
}
@media screen and (max-width: 425px) {
  .toggle-nav {
    margin-right: 20%;
  }
}
.toggle-nav .nav-item ul li .nav-item__title {
  font-size: calc(24px + (30 - 24) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .toggle-nav .nav-item ul li .nav-item__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul li .nav-item__title {
    font-size: calc(22px + (44 - 22) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .toggle-nav .nav-item ul li .nav-item__title {
    font-size: 44px;
  }
}

.toggle-nav .nav-item ul li a {
  color: #ffffff;
}
.toggle-nav .nav-item ul li a:hover {
  color: #f96a03;
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul + ul {
    margin-top: 5em;
  }
}
.toggle-nav .nav-item ul.nav-level-1 span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul.nav-level-1 span {
    display: inline;
    margin-left: 1em;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .toggle-nav .nav-item ul.nav-level-1 span {
    font-size: 24px;
  }
}

.toggle-nav .nav-item ul .nav-level-2 {
  border-color: #f96a03;
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-2 {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-2 li {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-2 li {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-2 li + li {
    margin-top: 2.58em;
  }
}
.toggle-nav .nav-item ul .nav-level-3 {
  margin-top: 3em;
}
.toggle-nav .nav-item ul .nav-level-3 li {
  padding-left: 0;
  font-size: calc(14px + (16 - 14) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .toggle-nav .nav-item ul .nav-level-3 li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-3 li {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-3 li {
    font-size: 24px;
  }
}

.toggle-nav .nav-item ul .nav-level-3 li + li {
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .toggle-nav .nav-item ul .nav-level-3 li + li {
    margin-top: 3em;
  }
}

/*=================================================================
  footer
=================================================================*/
footer {
  position: relative;
  margin-top: 10em;
  border-top: 1px solid #000000;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 7.75em;
    border-top: none;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em 0;
  position: relative;
  margin: 0 auto;
  padding: 2.5em 0;
  width: 72em;
}
@media screen and (max-width: 1280px) {
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 1152px) {
  .footer-inner {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    gap: 0;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .footer-inner {
    padding: 0 15%;
  }
}

/* pagetop */
.page-top {
  display: block;
  position: absolute;
  top: -8.625em;
  right: 2%;
  padding: 0 1.5em;
  cursor: pointer;
  z-index: 700;
}
@media screen and (max-width: 768px) {
  .page-top {
    top: inherit;
    bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .page-top {
    right: 0;
    padding: 0;
    padding-right: 4%;
  }
}
.page-top svg {
  width: auto;
  height: 8.625em;
  fill: #000000;
}
@media screen and (max-width: 768px) {
  .page-top svg {
    height: 12.5em;
  }
}
@media screen and (max-width: 425px) {
  .page-top svg {
    height: 10em;
  }
}
.page-top:hover svg {
  fill: #f96a03;
  color: #f96a03;
}

/* navi */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
  padding-right: 9%;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .footer-nav {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav .privacy-policy {
  display: none;
}

/* banner */
.footer-banner {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .footer-banner {
    margin-left: initial;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner {
    margin-bottom: 7.75em;
    padding: 0 7.5em;
  }
}
@media screen and (max-width: 640px) {
  .footer-banner {
    padding: 0;
  }
}

.footer-banner-item a:hover {
  opacity: .8;
}
.footer-banner-item img {
  max-width: 21.125em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .footer-banner-item img {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer-banner-item img {
    width: 300px;
  }
}
.footer-banner-item p {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .footer-banner-item p {
    display: none;
  }
}

/* bottom */
.bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1em 5%;
  background-color: #000000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  color: #ffffff;
  z-index: 200;
}
@media screen and (min-width: 1440px) {
  .bottom-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125em 0;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .bottom-content {
    font-size: 24px;
  }
}

.bottom-content a {
  color: #ffffff;
}
.bottom-content a:hover {
  color: #f96a03;
}
.bottom-content .copyright {
  letter-spacing: .02em;
}
@media screen and (max-width: 768px) {
  .bottom-content .copyright {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .bottom-content .copyright {
    font-size: 22px;
  }
}

/*=================================================================
  page-title
=================================================================*/
.page-title {
  position: relative;
  padding-top: 16em;
}

.page-title-inner {
  padding: 6.4% 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1152px) {
  .page-title-inner {
    padding: 6.4% 2%;
  }
}
@media screen and (max-width: 768px) {
  .page-title-inner {
    padding: 7.5% 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .page-title-inner {
    padding: 7.5% 4%;
  }
}
.page-title-inner div {
  position: relative;
  margin: 0 auto;
  width: 28.8em;
  z-index: 200;
  font-size: calc(28px + (40 - 28) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .page-title-inner div {
    font-size: 40px;
  }
}
@media screen and (max-width: 1152px) {
  .page-title-inner div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-title-inner div {
    font-size: calc(20px + (40 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .page-title-inner div {
    font-size: 40px;
  }
}

/*=================================================================
  breadcrumb
=================================================================*/
.breadcrumb {
  position: relative;
  margin: 5.625em 0 7.25em;
  z-index: 200;
}

.breadcrumb-inner {
  margin: 0 auto;
  width: 72em;
}
@media screen and (max-width: 1152px) {
  .breadcrumb-inner {
    padding: 0 2%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-inner {
    display: none;
  }
}
.breadcrumb-inner span {
  font-size: .625rem;
}

.breadcrumb-separator {
  display: inline-block;
  margin: 0 .25em 0 .75em;
  width: 2em;
  height: 1em;
  background-image: url("../img/breadcrumb-separator.png");
  background-position: center center;
  background-size: auto;
  background-repeat: repeat-x;
  vertical-align: middle;
}

/*=================================================================
  pagination
=================================================================*/
.pagination {
  margin-top: 5em;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li {
  list-style: none;
  font-size: .875rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination ul li {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pagination ul li {
    font-size: 24px;
  }
}

.pagination ul li:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .pagination ul li:not(:first-of-type) {
    margin-left: 1.25em;
  }
}
.pagination ul li a {
  display: table-cell;
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .pagination ul li a {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 640px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 320px) {
  .pagination ul li a {
    width: 30px;
    height: 30px;
  }
}
.pagination ul li a:hover, .pagination ul li a.active {
  background-color: #000000;
  color: #ffffff;
}
.pagination ul li.prev a, .pagination ul li.next a {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .pagination ul li.prev a, .pagination ul li.next a {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .pagination ul li.prev a, .pagination ul li.next a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .pagination ul li.prev a, .pagination ul li.next a {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li.prev a span, .pagination ul li.next a span {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pagination ul li.prev a span, .pagination ul li.next a span {
    font-size: calc(20px + (40 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pagination ul li.prev a span, .pagination ul li.next a span {
    font-size: 40px;
  }
}

.pagination ul li.prev a:hover, .pagination ul li.next a:hover {
  background-color: #000000;
  color: #ffffff;
}

/*=================================================================
  LINKS
=================================================================*/
section.links {
  margin-top: 4.5em;
}
@media screen and (max-width: 768px) {
  section.links {
    margin-top: 6.25em;
  }
}

.links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .links-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.links-item {
  display: block;
  padding: 5em;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #111111;
}
@media screen and (max-width: 425px) {
  .links-item {
    padding: 2.5em;
  }
}
.links-item:not(:first-of-type) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .links-item:not(:first-of-type) {
    border-left: 1px solid #000000;
    border-top: none;
  }
}
.links-item:hover .btn-underline-arrow {
  border-color: #f96a03;
}
.links-item:hover .btn-underline-arrow::before {
  border-color: #f96a03;
}

.links__title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(24px + (30 - 24) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .04em;
}
@media screen and (min-width: 1440px) {
  .links__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .links__title {
    font-size: calc(22px + (44 - 22) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .links__title {
    font-size: 44px;
  }
}

.links__title + p {
  margin-top: 1em;
  margin-bottom: 2.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .links__title + p {
    margin-bottom: 1.27em;
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .links__title + p {
    font-size: 22px;
  }
}

/*=================================================================
  CONTACT
=================================================================*/
section.contact {
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  section.contact {
    margin-top: 7.75em;
  }
}
section.contact .section-inner {
  padding: 0 2.5em;
}
@media screen and (max-width: 425px) {
  section.contact .section-inner {
    padding: 0 4%;
  }
}

.contact-header {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(40px + (80 - 40) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .04em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 2px #111111;
}
@media screen and (min-width: 1440px) {
  .contact-header {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-header {
    font-size: calc(42px + (90 - 42) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-header {
    font-size: 90px;
  }
}

.contact-header span {
  display: block;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
  font-weight: normal;
  font-size: calc(16px + (18 - 16) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  letter-spacing: .08em;
  color: #111111;
  text-shadow: none;
}
@media screen and (min-width: 1440px) {
  .contact-header span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact-header span {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-header span {
    font-size: 26px;
  }
}

.contact-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(24px + (30 - 24) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .04em;
}
@media screen and (min-width: 1440px) {
  .contact-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-title {
    font-size: 30px;
  }
}

.contact-separate {
  margin: 1em 0 2em;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .contact-separate {
    margin: 1.125em 0 2.5em;
  }
}
@media screen and (max-width: 425px) {
  .contact-separate {
    margin-bottom: 2em;
  }
}

.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-tel {
  margin-left: 2.5em;
  padding: 2.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 1152px) {
  .contact-tel {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-tel {
    padding: 0;
  }
}

.contact-tel-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-tel-item-wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 753px) {
  .contact-tel-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875em 0;
  }
}

.contact-tel-item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contact-tel-item {
    padding: 2.5em;
    border: 1px solid #000000;
  }
}
@media screen and (max-width: 753px) {
  .contact-tel-item {
    width: 100%;
  }
}
.contact-tel-item .contact-tel-item__place {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-tel-item .contact-tel-item__place {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-tel-item .contact-tel-item__place {
    font-size: 22px;
  }
}

.contact-tel-item .contact-tel-item__phone-number {
  margin: .2em 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(26px + (38 - 26) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .04em;
  white-space: nowrap;
}
@media screen and (min-width: 1440px) {
  .contact-tel-item .contact-tel-item__phone-number {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .contact-tel-item .contact-tel-item__phone-number {
    font-size: calc(20px + (40 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    letter-spacing: .02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-tel-item .contact-tel-item__phone-number {
    font-size: 40px;
  }
}

.contact-tel-item .contact-tel-item__time {
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  white-space: nowrap;
}
@media screen and (min-width: 1440px) {
  .contact-tel-item .contact-tel-item__time {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-tel-item .contact-tel-item__time {
    white-space: inherit;
  }
}
@media screen and (max-width: 768px) {
  .contact-tel-item .contact-tel-item__time {
    font-size: calc(10px + (20 - 10) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-tel-item .contact-tel-item__time {
    font-size: 20px;
  }
}

.contact-mail {
  display: block;
  margin-left: auto;
  padding: 5em 3.125em;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  color: #111111;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-mail {
    margin: 0;
    margin-top: 1.875em;
    padding: 4.5em 2.5em;
    width: 100%;
  }
}
@media screen and (max-width: 753px) {
  .contact-mail {
    padding: 2.5em;
  }
}
.contact-mail p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-mail p {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact-mail p {
    font-size: 24px;
  }
}

.contact-mail:hover {
  border-color: #f96a03;
}
.contact-mail:hover .contact-separate {
  border-color: #f96a03;
}

/*=================================================================
  top-message
  about,service,recruitの最初のコンテンツ
=================================================================*/
.top-message {
  font-weight: bold;
}

.top-message__title {
  padding: 0 3.2em;
  font-size: calc(28px + (40 - 28) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .top-message__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1152px) {
  .top-message__title {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-message__title {
    padding: 0;
    font-size: calc(20px + (40 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .top-message__title {
    font-size: 40px;
  }
}

.top-message__text {
  margin-top: 1.25em;
  padding: 0 8em;
  line-height: 2;
}
@media screen and (max-width: 1152px) {
  .top-message__text {
    padding: 0 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-message__text {
    padding: 0;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .top-message__text {
    font-size: 24px;
  }
}

.top-message__image {
  margin: 2.5em 0 0 calc((100% - 72em) / 2 + 8em);
}
@media screen and (max-width: 1152px) {
  .top-message__image {
    margin-left: 0;
    padding-left: calc(2% + 3.5em);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-message__image {
    padding-left: 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .top-message__image {
    padding-left: 4%;
  }
}

/*=================================================================
  news-list
  top,newsのリスト
=================================================================*/
.news-list-item {
  display: block;
  padding: 2em 0;
  color: #111111;
}
.news-list-item:not(:first-of-type) {
  border-top: 1px solid #000000;
}
.news-list-item:last-of-type {
  border-bottom: 1px solid #000000;
}
.news-list-item:hover .news-list-item-header__date,
.news-list-item:hover .news-list-item-header__category {
  color: #111111;
}

.news-list-item__title {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .news-list-item__title {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .news-list-item__title {
    font-size: 26px;
  }
}

.news-list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.news-list-item-header__date {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news-list-item-header__date {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .news-list-item-header__date {
    font-size: 26px;
  }
}

.news-list-item-header__category {
  margin-left: 16px;
  padding: .25em 1em;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  font-size: calc(10px + (12 - 10) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .news-list-item-header__category {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .news-list-item-header__category {
    font-size: calc(10px + (20 - 10) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .news-list-item-header__category {
    font-size: 20px;
  }
}

/*=================================================================
  article
  news,caseの詳細ページ
=================================================================*/
.article-inner {
  position: relative;
  padding: 0 7.5em;
}
@media screen and (max-width: 768px) {
  .article-inner {
    padding: 0;
  }
}

.article__title {
  font-size: calc(24px + (30 - 24) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .article__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .article__title {
    font-size: 30px;
  }
}

.article__date {
  margin-top: 1.5em;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  color: #666;
}
@media screen and (min-width: 1440px) {
  .article__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .article__date {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .article__date {
    font-size: 22px;
  }
}

.article__img {
  margin-top: 2.5em;
}
.article__img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__img-caption {
  margin-top: 1em;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  color: #666;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .article__img-caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .article__img-caption {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .article__img-caption {
    font-size: 22px;
  }
}

.article__text {
  margin-top: 3em;
  line-height: 1.75;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .article__text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .article__text {
    font-size: 24px;
  }
}

.article-links-wrap {
  margin: 0 auto;
  margin-top: 5em;
  width: 72em;
}
@media screen and (max-width: 1152px) {
  .article-links-wrap {
    padding: 0 2%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article-links-wrap {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 425px) {
  .article-links-wrap {
    padding: 0 4%;
  }
}

.article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.article-links a {
  display: block;
  padding: 1.175em 1.25em;
  font-size: .8125rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .article-links a {
    font-size: calc(10px + (20 - 10) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .article-links a {
    font-size: 20px;
  }
}

.article-links a:nth-child(2) {
  margin-bottom: -.3em;
}
.article-links a span {
  font-size: 1.625rem;
  vertical-align: -.3em;
}
@media screen and (max-width: 768px) {
  .article-links a span {
    font-size: calc(24px + (34 - 24) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .article-links a span {
    font-size: 34px;
  }
}

/*=================================================================
  message
  message,interview-detailの最初のコンテンツ
=================================================================*/
.message .section-inner {
  margin: 0;
  padding-left: calc((100% - 72em) / 2);
}
@media screen and (max-width: 1152px) {
  .message .section-inner {
    padding-right: calc(2% + 3.5em);
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .message .section-inner {
    padding-right: 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .message .section-inner {
    padding-right: 4%;
  }
}

.message__image {
  position: relative;
  margin-left: calc((100% - 72em) / 2 + 8em);
}
@media screen and (max-width: 1152px) {
  .message__image {
    margin-left: 0;
    padding-left: calc(2% + 3.5em);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message__image {
    max-height: none;
    padding-left: 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .message__image {
    padding-left: 4%;
  }
}

.message__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 5.625em;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 1152px) {
  .message__image-inner {
    left: calc(2% + 3.5em + 5.625em);
  }
}
@media screen and (max-width: 768px) {
  .message__image-inner {
    top: 4em;
    left: calc(4.5em + 3.75em);
    width: 80%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 425px) {
  .message__image-inner {
    top: 8%;
    left: 12%;
  }
}

.message__title {
  margin-top: -1.5em;
  font-size: calc(26px + (36 - 26) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .message__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .message__title {
    margin-top: 0;
    font-size: calc(20px + (40 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__title {
    font-size: 40px;
  }
}

.message__signature {
  margin-top: 2.25em;
  font-weight: bold;
}

.message__signature__post {
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .message__signature__post {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .message__signature__post {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__signature__post {
    font-size: 22px;
  }
}

.message__signature__name {
  margin-top: .5em;
  font-size: calc(18px + (20 - 18) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .message__signature__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message__signature__name {
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__signature__name {
    font-size: 30px;
  }
}

.message__signature__name span {
  margin-right: 1em;
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .message__signature__name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .message__signature__name span {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__signature__name span {
    font-size: 22px;
  }
}

.message__signature__duty {
  font-size: calc(20px + (22 - 20) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  text-shadow: 1px 1px 0px white;
}
@media screen and (min-width: 1440px) {
  .message__signature__duty {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .message__signature__duty {
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__signature__duty {
    font-size: 30px;
  }
}

.message__signature__joining {
  margin-top: .5em;
  font-size: calc(14px + (16 - 14) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  text-shadow: 1px 1px 0px white;
}
@media screen and (min-width: 1440px) {
  .message__signature__joining {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message__signature__joining {
    font-size: calc(12px + (22 - 12) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__signature__joining {
    font-size: 22px;
  }
}

.message__text {
  position: relative;
  margin-top: -4.8em;
  margin-right: calc((100% - 72em) / 2 + 8em);
  padding: 5em;
  width: 100%;
  background-color: #ffffff;
  line-height: 2;
  z-index: +1;
}
@media screen and (max-width: 1152px) {
  .message__text {
    margin-right: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .message__text {
    margin-top: -2.5em;
    padding: 2.5em;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__text {
    font-size: 24px;
  }
}

.message__text.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .message__text.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__text.flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .message__text.flex:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__text.flex img {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .message__text.flex img {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 425px) {
  .message__text.flex img {
    max-width: 100%;
  }
}

.message__question {
  padding-left: 2.85em;
  font-size: calc(16px + (18 - 16) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: initial;
}
@media screen and (min-width: 1440px) {
  .message__question {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .message__question {
    padding-left: 2em;
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__question {
    font-size: 30px;
  }
}

@media screen and (max-width: 425px) {
  .message__question {
    padding-left: 1.75em;
  }
}
.message__question:not(:first-of-type) {
  margin-top: 1.875em;
}
.message__question span {
  display: inline-block;
  margin-left: -1.35em;
  margin-right: .35em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(28px + (40 - 28) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .04em;
  color: #f96a03;
  line-height: 0;
  vertical-align: -.2em;
}
@media screen and (min-width: 1440px) {
  .message__question span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .message__question span {
    margin-left: -1.25em;
    font-size: calc(26px + (50 - 26) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .message__question span {
    font-size: 50px;
  }
}

.message__answer {
  margin-top: 1.2em;
  padding-left: 3em;
  line-height: 1.75em;
}
@media screen and (max-width: 768px) {
  .message__answer {
    padding-left: 2.5em;
  }
}

/*=================================================================
  loading
=================================================================*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.spinner-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}

.spinner-text {
  margin-top: 1em;
  text-align: center;
  line-height: 1.75;
  color: #fff;
}

@-webkit-keyframes sp-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes sp-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.is-hide {
  display: none;
}

/*# sourceMappingURL=common.css.map */