@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NyghtSerif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/NyghtSerif/NyghtSerif-RegularItalic.woff2") format("woff2"), url("../fonts/NyghtSerif/NyghtSerif-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "NyghtSerif";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/NyghtSerif/NyghtSerif-BoldItalic.woff2") format("woff2"), url("../fonts/NyghtSerif/NyghtSerif-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "SnellRoundhand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SnellRoundhand/SnellRoundhand-Regular.woff2") format("woff2"), url("../fonts/SnellRoundhand/SnellRoundhand-Regular.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #231815;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}

body.is-noscroll {
  overflow: hidden;
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.on--opa:hover {
    opacity: 0.8;
  }
}

a.on--under {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.on--popup {
  position: relative;
  display: block;
}

.on--popup:after {
  content: "";
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}

/* utils
-------------------------------------------------------*/
.inner {
  margin: 0 auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 75vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1080px;
  }
}

.text p {
  line-height: 1.46em;
}
@media screen and (min-width: 751px) {
  .text p {
    line-height: 1.76em;
  }
}
.text p:nth-child(n+2) {
  margin-top: 2em;
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}

.header-top {
  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;
  padding-left: 6.6666666667vw;
  width: 100%;
  height: 12.8vw;
  background-color: #ffffff;
}

.header-logo {
  position: relative;
  width: 6.6666666667vw;
  z-index: 2;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header-logo img:nth-child(1) {
    display: none;
  }
  .header-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-top {
    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;
    padding-left: 2.7777777778vw;
    height: 5.5555555556vw;
  }
  .header-logo {
    width: 4.5138888889vw;
  }
  .header-logo img:nth-child(2) {
    display: none;
  }
  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-btn {
    margin-left: 3.125vw;
    width: 12.5vw;
  }
  .header-btn .btn--entry {
    padding-right: 0.6944444444vw;
    height: 5.5555555556vw;
  }
  .header-btn .btn--entry span {
    font-family: "Jost", sans-serif;
    font-size: 1.25vw;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
  .header-btn .btn--entry:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-top {
    padding-left: 40px;
    height: 80px;
  }
  .header-logo {
    width: 65px;
  }
  .header-btn {
    margin-left: 45px;
    width: 180px;
  }
  .header-btn .btn--entry {
    padding-right: 10px;
    height: 80px;
  }
  .header-btn .btn--entry span {
    font-size: 1.8rem;
  }
  .header-btn .btn--entry:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 12.8vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 80px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 12vw 0 6.6666666667vw 0;
  background-color: #231815;
  overflow: hidden;
  /*&:after {
    content: '';
    position: absolute;
    right: vw-sp(-215);
    bottom: vw-sp(-215);
    display: inline-block;
    width: vw-sp(427);
    height: vw-sp(427);
    background-image: url(../img/common/circle.svg);
    background-size: contain;
    z-index: 1;
  }*/
}

.footer-circle {
  position: absolute;
  right: -57.3333333333vw;
  bottom: -57.3333333333vw;
  width: 113.8666666667vw;
  height: 113.8666666667vw;
  z-index: 1;
}
.footer-circle .circle {
  fill: none;
  stroke: #fff700;
  stroke-width: 2.5;
  stroke-dasharray: 105;
  stroke-dashoffset: 25;
}

.footer-circle.front-page .circle {
  stroke-dashoffset: 70;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.footer-circle.front-page .circle.is-completed {
  stroke-dashoffset: 25;
}

.footer-inner {
  position: relative;
  margin: 0 auto;
  width: 70.6666666667vw;
  z-index: 1;
}

.footer-logo {
  margin: 0 auto;
  width: 20.5333333333vw;
}

.footer-logo a {
  display: block;
}

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
  margin-top: 9.3333333333vw;
}

.footer-navi-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.footer-navi-parent-label {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-navi-parent-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.footer-navi-parent-menu a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}

.footer-navi-child {
  margin: 4vw 0 0 4.8vw;
}

.footer-navi-child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw 0;
}

.footer-navi-child-menu a {
  position: relative;
  display: inline-block;
  padding-left: 5.3333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.footer-navi-child-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-bar {
  position: relative;
  margin-top: 10.6666666667vw;
  padding-top: 6.6666666667vw;
}
.footer-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 78.6666666667vw;
  height: 1px;
  background-color: #4D4D4D;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.footer-sitemap a {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.9333333333vw;
  letter-spacing: 0.03em;
}

.footer-copy {
  margin-top: 8vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  .footer-navi-block {
    width: 100%;
  }
  .footer-navi-child-menu a {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 5.2083333333vw 0 3.125vw 0;
  }
  .footer:after {
    right: -11.8055555556vw;
    bottom: -11.8055555556vw;
    width: 29.6527777778vw;
    height: 29.6527777778vw;
    z-index: 0;
  }
  .footer-circle {
    right: -11.8055555556vw;
    bottom: -11.8055555556vw;
    width: 29.6527777778vw;
    height: 29.6527777778vw;
    z-index: 0;
  }
  .footer-inner {
    width: 75vw;
  }
  .footer-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-logo {
    margin: 0;
    width: 8.6111111111vw;
  }
  .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.7777777778vw;
    margin: 0;
    width: auto;
    z-index: 1;
  }
  .footer-navi .footer-navi-block:nth-child(2) {
    min-width: 24.0972222222vw;
  }
  .footer-navi-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5972222222vw 0;
  }
  .footer-navi-parent-menu {
    gap: 1.5972222222vw 0;
  }
  .footer-navi-parent-label {
    font-size: 1.1111111111vw;
  }
  .footer-navi-parent-menu a {
    display: block;
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-parent-menu a:hover {
    color: #F6FF00;
  }
  .footer-navi-child {
    margin: 1.5972222222vw 0 0 0.9722222222vw;
  }
  .footer-navi-child-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 0.6944444444vw 3.125vw;
    height: 8.3333333333vw;
  }
  .footer-navi-child-menu a {
    position: relative;
    display: block;
    padding-left: 1.3888888889vw;
    font-size: 1.0416666667vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child-menu a:after {
    width: 0.4861111111vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .footer-navi-child-menu a:hover {
    color: #F6FF00;
  }
  .footer-navi-child-menu a:hover:after {
    background-image: url(../img/common/arrow-ye.svg);
  }
  .footer-bar {
    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;
    gap: 6.9444444444vw;
    margin-top: 8.3333333333vw;
    padding: 0;
  }
  .footer-bar:before {
    content: none;
  }
  .footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4.8611111111vw;
  }
  .footer-sitemap a {
    display: block;
    width: auto;
    color: #ffffff;
    padding-left: 1.3888888889vw;
    font-size: 0.8333333333vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-sitemap a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.4861111111vw;
    height: 0.8333333333vw;
    background-image: url(../img/common/arrow-ms.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .footer-sitemap a:hover {
    color: #A5A18D;
  }
  .footer-sitemap a:hover:after {
    background-image: url(../img/common/arrow-tn.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .footer-sitemap a:after {
    -webkit-transition: none;
    transition: none;
  }
  .footer-copy {
    margin: 0;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding: 75px 0 45px 0;
  }
  .footer:after {
    right: -170px;
    bottom: -170px;
    width: 427px;
    height: 427px;
  }
  .footer-circle {
    right: -170px;
    bottom: -170px;
    width: 427px;
    height: 427px;
  }
  .footer-inner {
    width: 1080px;
  }
  .footer-logo {
    width: 124px;
  }
  .footer-navi {
    gap: 40px;
  }
  .footer-navi .footer-navi-block:nth-child(2) {
    min-width: 347px;
  }
  .footer-navi-parent {
    gap: 23px 0;
  }
  .footer-navi-parent-menu {
    gap: 23px 0;
  }
  .footer-navi-parent-label {
    font-size: 1.6rem;
  }
  .footer-navi-parent-menu a {
    font-size: 1.6rem;
  }
  .footer-navi-child {
    margin: 23px 0 0 14px;
  }
  .footer-navi-child-menu {
    gap: 10px 45px;
    height: 120px;
  }
  .footer-navi-child-menu a {
    padding-left: 20px;
    font-size: 1.5rem;
  }
  .footer-navi-child-menu a:after {
    width: 7px;
    height: 12px;
  }
  .footer-bar {
    gap: 100px;
    margin-top: 120px;
  }
  .footer-sitemap {
    gap: 70px;
  }
  .footer-sitemap a {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .footer-sitemap a:after {
    width: 7px;
    height: 12px;
  }
  .footer-copy {
    font-size: 1.4rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.btn span {
  position: relative;
  color: #231815;
  font-weight: 700;
  line-height: 1.2em;
  z-index: 1;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn--60 {
  height: 16vw;
}
.btn--60 span {
  font-size: 3.7333333333vw;
}
.btn--60:after {
  right: 6.4vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}

.btn--entry {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21.3333333333vw;
}
.btn--entry span {
  font-size: 4vw;
}
.btn--entry:after {
  right: 9.0666666667vw;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
}

.btn--wh {
  background-color: #ffffff;
}
.btn--wh span {
  color: #231815;
}
.btn--wh:before {
  background-color: #231815;
}

.btn--bk {
  background-color: #231815;
}
.btn--bk span {
  color: #ffffff;
}
.btn--bk:before {
  background-color: #A5A18D;
}

@media screen and (min-width: 751px) {
  .btn span {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .btn:before {
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .btn:after {
    right: 1.0416666667vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .btn:hover:before {
    width: 100%;
  }
  .btn--60 {
    height: 4.1666666667vw;
  }
  .btn--60 span {
    font-size: 0.9722222222vw;
  }
  .btn--60:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .btn--entry {
    padding-right: 1.3888888889vw;
    height: 5.9027777778vw;
  }
  .btn--entry span {
    font-size: 1.1805555556vw;
  }
  .btn--entry:after {
    right: 1.3888888889vw;
    width: 2.5vw;
    height: 2.5vw;
  }
  .btn--wh:hover span {
    color: #ffffff;
  }
  .btn--bk:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .btn--60 {
    height: 60px;
  }
  .btn--60 span {
    font-size: 1.4rem;
  }
  .btn--60:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .btn--entry {
    padding-right: 20px;
    height: 85px;
  }
  .btn--entry span {
    font-size: 1.7rem;
  }
  .btn--entry:after {
    right: 20px;
    width: 36px;
    height: 36px;
  }
}
/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.1s, visibility 0.1s;
    transition: opacity 0.1s, visibility 0.1s;
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .drawer-scroll {
    position: relative;
    padding: 26.6666666667vw 0 13.3333333333vw 0;
    height: 100%;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 750px) {
  .drawer-in {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
}

.drawer-btn {
  margin-top: 8vw;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .drawer-btn {
    display: none;
    margin: 0;
  }
}

.drawer-btn .btn--entry {
  height: 18.6666666667vw;
}
.drawer-btn .btn--entry span {
  font-family: "Jost", sans-serif;
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.drawer-btn .btn--entry:after {
  right: 5.3333333333vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}

.drawer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .drawer-sitemap {
    display: none;
  }
}

.drawer-sitemap a {
  position: relative;
  font-size: 3.4666666667vw;
  letter-spacing: 0.03em;
}

.drawer-sitemap a:nth-child(n+2) {
  margin-left: 4.2666666667vw;
  padding-left: 4.2666666667vw;
}
.drawer-sitemap a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 4.2666666667vw;
  background-color: #AAAAAA;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer-copy {
  margin-top: 6.6666666667vw;
  font-size: 3.2vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
  .drawer-copy {
    display: none;
  }
}

/*  gnavi
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.6666666667vw;
  }
  .gnavi-item {
    width: 100%;
  }
  .gnavi-menu,
  .gnavi-normal a {
    display: block;
    width: 100%;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  .gnavi-submenu {
    margin: 4vw 0 0 6.1333333333vw;
  }
  .gnavi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.1333333333vw 0;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
  .gnavi-submenu-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.8666666667vw;
    height: 3.2vw;
    background-image: url(../img/common/arrow-bk.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.0833333333vw;
  }
  .gnavi-item {
    position: relative;
  }
  .gnavi-menu {
    position: relative;
    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;
    height: 5.5555555556vw;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  .gnavi-menu:before {
    content: "";
    position: absolute;
    top: 1.3888888889vw;
    left: 50%;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gnavi-menu:hover:before {
    background-color: #F6FF00;
  }
  .gnavi-submenu-list a {
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-submenu-list a:hover {
    color: #F6FF00;
  }
  .gnavi-submenu {
    position: absolute;
    top: 85%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 14.5833333333vw;
    height: auto;
    background-color: #F4F3F0;
    border-color: #231815;
    border-style: solid;
    border-width: 0.1388888889vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .gnavi-submenu:before {
    content: none;
  }
  .gnavi-item:hover .gnavi-submenu {
    display: block !important;
  }
  .gnavi-submenu-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    border-bottom-color: #A5A18D;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-submenu-list a:hover {
    color: #A3A190;
  }
  .gnavi-submenu-list a:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    gap: 0 30px;
  }
  .gnavi-menu {
    height: 80px;
    font-size: 1.5rem;
  }
  .gnavi-menu:before {
    top: 20px;
    width: 6px;
    height: 6px;
  }
  .gnavi-submenu {
    padding: 5px 10px;
    width: 210px;
    border-width: 2px;
  }
  .gnavi-submenu-list a {
    padding: 10px;
    border-bottom-width: 1px;
    font-size: 1.4rem;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
  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;
  height: 21.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading {
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    height: 150px;
  }
}

.heading-en {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #F4F3F0;
  font-family: "Jost", sans-serif;
  font-size: 21.3333333333vw;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 15rem;
  }
}

.heading-ja {
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.46em;
  letter-spacing: 0.03em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 2.4rem;
  }
}
.heading-ja > span {
  display: inline-block;
  font-family: "NotoSerifJP", serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .heading-ja > span {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja > span {
    font-size: 4.8rem;
  }
}

.heading-1 {
  position: relative;
  margin-bottom: 6.6666666667vw;
  padding-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    margin-bottom: 3.4722222222vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
.heading-1 span {
  position: relative;
  padding: 0 4.5333333333vw;
  font-family: "NotoSerifJP", serif;
  font-size: 7.4666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading-1 span {
    padding: 0 1.7361111111vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 span {
    padding: 0 25px;
    font-size: 4rem;
  }
}
.heading-1 span:before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  background-color: #F6FF00;
}
@media screen and (min-width: 751px) {
  .heading-1 span:before {
    top: 0.6944444444vw;
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 span:before {
    top: 10px;
    width: 9px;
    height: 9px;
  }
}
.heading-1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10.6666666667vw;
  height: 0.5333333333vw;
  background-color: #797056;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .heading-1:after {
    width: 5.5555555556vw;
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1:after {
    width: 80px;
    height: 2px;
  }
}

/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-in {
  position: relative;
  margin: 0 auto;
  width: 178.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 76.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1270px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- mask - */
.swiper-wrapper-mask .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.swiper-wrapper-mask .swiper-slide:before {
  border-radius: inherit;
}

.swiper-wrapper-mask .swiper-slide-active:before {
  content: none;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.slide-prev {
  background-image: url(../img/slide/prev-bl_sp.svg);
}

.slide-next {
  background-image: url(../img/slide/next-bl_sp.svg);
}

@media screen and (max-width: 750px) {
  .slide-prev,
  .slide-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (min-width: 751px) {
  .slide-control {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 11.1111111111vw;
  }
  .slide-prev,
  .slide-next {
    position: relative;
    width: 3.9583333333vw;
    height: 3.9583333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .slide-prev {
    background-image: url(../img/slide/prev-bl.svg);
  }
  .slide-prev:hover {
    background-image: url(../img/slide/prev-wh.svg);
  }
  .slide-next {
    background-image: url(../img/slide/next-bl.svg);
  }
  .slide-next:hover {
    background-image: url(../img/slide/next-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-prev {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-next {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .slide-control {
    width: 160px;
  }
  .slide-prev,
  .slide-next {
    width: 57px;
    height: 57px;
  }
}
/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  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;
  z-index: 3;
}

.slide-pagination {
  bottom: auto !important;
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

.slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 5.3333333333vw !important;
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #F6FF00 !important;
}

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 0.6944444444vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 10px !important;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.5333333333vw;
  height: 12.8vw;
  z-index: 3;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
  top: 0;
  right: 0;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 5.8666666667vw;
  height: 1px;
  background-color: #707070;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 4.8vw;
}

.toggle span:nth-of-type(2) {
  top: 6.4vw;
}

.toggle span:nth-of-type(3) {
  top: 8vw;
}

.toggle.is-active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) translateY(1.6vw);
          transform: translateX(-50%) translateY(1.6vw);
}

.toggle.is-active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) translateY(-1.6vw);
          transform: translateX(-50%) translateY(-1.6vw);
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #entry
-------------------------------------------------------------------------------*/
.entry {
  position: relative;
  padding-top: 10.6666666667vw;
  height: 82.6666666667vw;
}
@media screen and (min-width: 751px) {
  .entry {
    padding-top: 6.0416666667vw;
    height: 30.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .entry {
    padding-top: 87px;
    height: 445px;
  }
}

.entry-heading {
  margin-bottom: 6.6666666667vw;
  color: #ffffff;
  font-family: "NyghtSerif", serif;
  font-size: 10.6666666667vw;
  font-style: italic;
  text-align: center;
  line-height: 1.14em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .entry-heading {
    margin-bottom: 5.5555555556vw;
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .entry-heading {
    margin-bottom: 80px;
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 751px) {
  .entry-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.entry-text p {
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .entry-text p {
    font-size: 1.1805555556vw;
    text-align: left;
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .entry-text p {
    font-size: 1.7rem;
  }
}

.entry-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
  .entry-btn {
    margin: 0 0 0 10.7638888889vw;
    width: 24.3055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .entry-btn {
    margin-left: 155px;
    width: 350px;
  }
}

.entry-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 82.6666666667vw;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .entry-bg {
    height: 30.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .entry-bg {
    height: 445px;
  }
}
.entry-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 43, 72, 0.6);
}

.entry-bg > div {
  width: 33.33333%;
  height: 100%;
  background-size: cover;
}

.entry-bg > div:nth-child(1) {
  background-image: url(../img/entry/bg01_sp.jpg);
}
@media screen and (min-width: 751px) {
  .entry-bg > div:nth-child(1) {
    background-image: url(../img/entry/bg01.jpg);
    background-image: image-set(url(../img/entry/bg01.jpg) 1x, url(../img/entry/bg01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/entry/bg01.jpg) 1x, url(../img/entry/bg01-2x.jpg) 2x);
  }
}

.entry-bg > div:nth-child(2) {
  background-image: url(../img/entry/bg02_sp.jpg);
}
@media screen and (min-width: 751px) {
  .entry-bg > div:nth-child(2) {
    background-image: url(../img/entry/bg02.jpg);
    background-image: image-set(url(../img/entry/bg02.jpg) 1x, url(../img/entry/bg02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/entry/bg02.jpg) 1x, url(../img/entry/bg02-2x.jpg) 2x);
  }
}

.entry-bg > div:nth-child(3) {
  background-image: url(../img/entry/bg03_sp.jpg);
}
@media screen and (min-width: 751px) {
  .entry-bg > div:nth-child(3) {
    background-image: url(../img/entry/bg03.jpg);
    background-image: image-set(url(../img/entry/bg03.jpg) 1x, url(../img/entry/bg03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/entry/bg03.jpg) 1x, url(../img/entry/bg03-2x.jpg) 2x);
  }
}

/*  #form
-------------------------------------------------------------------------------*/
.form {
  padding: 8vw 0;
  background-color: #F2F2F2;
}
@media screen and (min-width: 751px) {
  .form {
    padding: 7.6388888889vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    padding: 110px 0;
  }
}

.form-inner {
  position: relative;
  margin: 0 auto;
  padding: 8vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  width: 94.6666666667vw;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .form-inner {
    padding: 3.4722222222vw 11.8055555556vw 6.9444444444vw 11.8055555556vw;
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-inner {
    padding: 50px 170px 100px 170px;
    width: 1000px;
  }
}

.form-heading {
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .form-heading {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-heading {
    margin-bottom: 10px;
  }
}

.form-en {
  color: #F4F3F0;
}

.form-ja {
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
  .form-ja {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja {
    font-size: 2.6rem;
  }
}

.form-notes {
  margin-bottom: 8vw;
  color: #707070;
  font-size: 4vw;
}
.form-notes span {
  color: #FF0000;
}
@media screen and (min-width: 751px) {
  .form-notes {
    margin-bottom: 2.4305555556vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-notes {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
}

.form-input dl:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 10px;
  }
}

.form-input dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8666666667vw;
  color: #231815;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.47em;
}
@media screen and (min-width: 751px) {
  .form-input dt {
    margin-bottom: 0.4861111111vw;
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dt {
    margin-bottom: 7px;
    font-size: 1.7rem;
  }
}

.form-input-req dt:before {
  content: "*";
  color: #FF0000;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25em;
  width: 100%;
  height: 17.0666666667vw;
  background-color: #ffffff;
  border-color: #707070;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.8vw;
  color: #231815;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  .form-input input[type=text] .form-input input[type=text],
  .form-input input[type=text] .form-input input[type=email],
  .form-input input[type=text] .form-input input[type=tel],
  .form-input input[type=text] .form-input input[type=date],
  .form-input input[type=text] .form-input select,
  .form-input input[type=text] .form-input textarea,
  .form-input input[type=email] .form-input input[type=text],
  .form-input input[type=email] .form-input input[type=email],
  .form-input input[type=email] .form-input input[type=tel],
  .form-input input[type=email] .form-input input[type=date],
  .form-input input[type=email] .form-input select,
  .form-input input[type=email] .form-input textarea,
  .form-input input[type=tel] .form-input input[type=text],
  .form-input input[type=tel] .form-input input[type=email],
  .form-input input[type=tel] .form-input input[type=tel],
  .form-input input[type=tel] .form-input input[type=date],
  .form-input input[type=tel] .form-input select,
  .form-input input[type=tel] .form-input textarea,
  .form-input input[type=date] .form-input input[type=text],
  .form-input input[type=date] .form-input input[type=email],
  .form-input input[type=date] .form-input input[type=tel],
  .form-input input[type=date] .form-input input[type=date],
  .form-input input[type=date] .form-input select,
  .form-input input[type=date] .form-input textarea,
  .form-input select .form-input input[type=text],
  .form-input select .form-input input[type=email],
  .form-input select .form-input input[type=tel],
  .form-input select .form-input input[type=date],
  .form-input select .form-input select,
  .form-input select .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 4.4444444444vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 64px;
    border-width: 1px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
}

.form-input-jobtype dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.6666666667vw;
  height: 13.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .form-input-jobtype dd {
    margin-top: 0.6944444444vw;
    height: 4.4444444444vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input-jobtype dd {
    margin-top: 10px;
    height: 64px;
    font-size: 2.2rem;
  }
}

.form-input-age dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-input-age dd span.unit {
  position: relative;
  display: inline-block;
  top: 2em;
  margin-left: 0.5em;
}
.form-input-age input[type=text] {
  width: 68.2666666667vw;
}
@media screen and (min-width: 751px) {
  .form-input-age input[type=text] {
    width: 17.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input-age input[type=text] {
    width: 256px;
  }
}

.form-input .wpcf7-validates-as-required:not(.wpcf7-checkbox) {
  background-color: #FCFFE8 !important;
}

.form-input textarea {
  padding: 1em 1.25em;
  width: 100%;
  height: 52vw;
  background-color: #ffffff;
  border-color: #707070;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.8vw;
  color: #231815;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .form-input textarea {
    height: 13.5416666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input textarea {
    height: 195px;
    border-width: 1px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
}

.form-hosoku {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  color: #6F6F6F;
  font-weight: 500;
  text-indent: -1em;
}
.form-hosoku:before {
  content: "※";
}

/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #A3A3A3;
}

.form-input input:-ms-input-placeholder,
.form-input select:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder,
.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #A3A3A3;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #A3A3A3;
}

/* ------------------------------------------- select - */
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 7.4666666667vw;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-select:after {
    top: 1.9444444444vw;
    right: 1.3888888889vw;
    width: 0.9722222222vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:after {
    top: 28px;
    right: 20px;
    width: 14px;
    height: 8px;
  }
}

.form-input select {
  width: 100%;
}

/* ---------------------------------- checkbox */
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox {
    gap: 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox {
    gap: 10px 20px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.form-checkbox-vertical .wpcf7-list-item {
  width: 100%;
}

.form-checkbox-horizontal3 .wpcf7-list-item {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form-checkbox-horizontal3 .wpcf7-list-item {
    width: 15.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-checkbox-horizontal3 .wpcf7-list-item {
    width: 220px;
  }
}

.form-checkbox-horizontal2 .wpcf7-list-item {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form-checkbox-horizontal2 .wpcf7-list-item {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-checkbox-horizontal2 .wpcf7-list-item {
    width: 340px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.8vw;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 20px;
  }
}

.form .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8vw;
  height: 4.5333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 4.5333333333vw;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span {
    padding-left: 2.0833333333vw;
    height: 1.1805555556vw;
    font-size: 1.1111111111vw;
    line-height: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span {
    padding-left: 30px;
    height: 17px;
    font-size: 1.6rem;
    line-height: 17px;
  }
}

.form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-color: #ffffff;
  border-color: #231815;
  border-style: solid;
  border-width: 1px;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span::before {
    width: 1.1805555556vw;
    height: 1.1805555556vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span::before {
    width: 17px;
    height: 17px;
    border-width: 1px;
  }
}

.form input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 1.0666666667vw;
  left: 0.5333333333vw;
  display: inline-block;
  width: 4.2666666667vw;
  height: 3.2vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox]:checked + span::after {
    top: 0.2777777778vw;
    left: 0.1388888889vw;
    width: 1.1111111111vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox]:checked + span::after {
    top: 4px;
    left: 2px;
    width: 16px;
    height: 12px;
  }
}

/* ------------------------------------------- agree - */
.form-agree {
  position: relative;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-agree {
    margin-top: 3.125vw;
    text-align: center;
  }
}
.form-agree .form-agree {
  margin-top: 45px;
}

.form-agree-input {
  display: inline-block;
}

.form-agree-text {
  margin-top: 1em;
  font-size: 4.2666666667vw;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .form-agree-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text {
    font-size: 1.6rem;
  }
}
.form-agree-text a {
  position: relative;
  color: #0072C6;
}
@media screen and (min-width: 751px) {
  .form-agree-text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.form-agree-text a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #0072C6;
}
@media screen and (min-width: 751px) {
  .form-agree-text a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text a:after {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .form-agree-text a a:hover {
    color: #707070;
  }
  .form-agree-text a a:hover:after {
    background-color: #707070;
  }
}

.form-agree .formErrorContent {
  text-align: center;
}

/* ------------------------------------------- submit - */
.form-btn {
  position: relative;
  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;
  margin: 9.3333333333vw auto 0 auto;
  width: 100%;
  height: 24vw;
  background-color: #231815;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 3.125vw;
    width: 33.3333333333vw;
    height: 5.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 45px;
    width: 480px;
    height: 76px;
  }
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #A5A18D;
}
@media screen and (min-width: 751px) {
  .form-btn:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 5.3333333333vw;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn:after {
    right: 1.3888888889vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn:after {
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

.form-submit {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-submit {
    font-size: 1.1805555556vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-submit {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 751px) {
  .form-btn:hover:before {
    width: 100%;
  }
  .form-btn:hover .form-submit {
    color: #ffffff;
  }
}

/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
    font-size: 3.4666666667vw;
  }
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-select-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-agree .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #F6FF00 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.4666666667vw !important;
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 1.3rem !important;
  }
}

/*  interview
-------------------------------------------------------------------------------*/
.interview-pagination {
  position: relative !important;
  width: 100% !important;
  height: 0.5333333333vw !important;
  background: #F2F2F2 !important;
}

.interview-pagination .swiper-pagination-progressbar-fill {
  top: -0.8vw !important;
  background: #ffffff !important;
  height: 2.1333333333vw !important;
  border-radius: 1.0666666667vw;
}

#related-control .interview-pagination {
  background: #F4F3F0 !important;
}
#related-control .interview-pagination .swiper-pagination-progressbar-fill {
  background: #A5A18D !important;
}

.interview-prev,
.interview-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-size: contain;
  background-position: center;
}

.interview-prev {
  background-image: url(../img/interview/prev.svg);
}

.interview-next {
  background-image: url(../img/interview/next.svg);
}

@media screen and (max-width: 750px) {
  .interview-slide .swiper-slide {
    left: 2.6666666667vw;
  }
  .interview-prev,
  .interview-next {
    position: absolute;
    top: 31.2vw;
    z-index: 1;
  }
  .interview-prev {
    left: -2.6666666667vw;
  }
  .interview-next {
    right: -2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interview-control {
    position: relative;
    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;
    width: 55.5555555556vw;
  }
  .interview-pagination {
    width: 43.75vw !important;
    height: 0.1388888889vw !important;
  }
  .interview-pagination .swiper-pagination-progressbar-fill {
    top: -0.2083333333vw !important;
    height: 0.5555555556vw !important;
    border-radius: 0.2777777778vw;
  }
  .interview-control-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8.8888888889vw;
  }
  .interview-prev,
  .interview-next {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .interview-prev:hover {
    background-image: url(../img/interview/prev-on.svg);
  }
  .interview-next:hover {
    background-image: url(../img/interview/next-on.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .interview-prev {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .interview-next {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .interview-control {
    width: 800px;
  }
  .interview-pagination {
    width: 630px !important;
    height: 2px !important;
  }
  .interview-pagination .swiper-pagination-progressbar-fill {
    top: -3px !important;
    height: 8px !important;
    border-radius: 4px;
  }
  .interview-control-navi {
    width: 128px;
  }
  .interview-prev,
  .interview-next {
    width: 56px;
    height: 56px;
  }
}
/*  occupation
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.occupation-main-ttl {
  position: relative;
  margin-bottom: 6.6666666667vw;
  padding-bottom: 4.2666666667vw;
  border-bottom-color: #A5A18D;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.occupation-main-catch {
  margin-bottom: 4.5333333333vw;
  font-family: "NotoSerifJP", serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}

.occupation-main-image {
  margin-bottom: 5.3333333333vw;
}
.occupation-main-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  aspect-ratio: 335/195;
}

.occupation-main-data dl:nth-child(n+2) {
  margin-top: 8vw;
}

.occupation-main-data dt {
  position: relative;
  margin-bottom: 4vw;
  padding-left: 8vw;
  font-family: "NotoSerifJP", serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4em;
}
.occupation-main-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.3333333333vw;
  height: 0.8vw;
  background-color: #F6FF00;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.occupation-main-data dd {
  font-size: 4vw;
  line-height: 1.46em;
}
.occupation-main-data dd ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.occupation-main-data dd ul li:before {
  content: "・";
  margin-right: 0.2em;
}

.occupation-main-btn {
  margin-top: 8vw;
  width: 100%;
}
.occupation-main-btn .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #231815;
  border-style: solid;
  border-width: 1px;
}

@media screen and (max-width: 750px) {
  .occupation-main {
    padding: 8vw 2.6666666667vw;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .occupation-pickup {
    padding: 4.1666666667vw 5.5555555556vw;
    background-color: #ffffff;
  }
  .occupation-main-ttl {
    margin-bottom: 2.4305555556vw;
    padding-bottom: 1.7361111111vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 2.2222222222vw;
  }
  .occupation-main-catch {
    font-size: 2.6388888889vw;
  }
  .occupation-main-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .occupation-main-image {
    margin: 0;
    width: 32.2916666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .occupation-main-image img {
    aspect-ratio: 465/385;
  }
  .occupation-main-content {
    width: 37.1527777778vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .occupation-main-data dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .occupation-main-data dt {
    margin-bottom: 1.3888888889vw;
    padding-left: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
  .occupation-main-data dt:before {
    width: 2.0833333333vw;
    height: 0.2083333333vw;
  }
  .occupation-main-data dd {
    font-size: 1.0416666667vw;
    line-height: 2em;
  }
  .occupation-main-btn {
    margin-top: 3.4722222222vw;
    width: 21.1111111111vw;
  }
  .occupation-main-btn .btn {
    padding-right: 2.7777777778vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .occupation-pickup {
    padding: 60px 80px;
  }
  .occupation-main-ttl {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom-width: 1px;
    font-size: 3.2rem;
  }
  .occupation-main-catch {
    font-size: 3.8rem;
  }
  .occupation-main-image {
    width: 465px;
  }
  .occupation-main-content {
    width: 535px;
  }
  .occupation-main-data dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .occupation-main-data dt {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 2.2rem;
  }
  .occupation-main-data dt:before {
    width: 30px;
    height: 3px;
  }
  .occupation-main-data dd {
    font-size: 1.5rem;
  }
  .occupation-main-btn {
    margin-top: 50px;
    width: 304px;
  }
  .occupation-main-btn .btn {
    padding-right: 40px;
    border-width: 1px;
  }
}
/* ------------------------------------------- type - */
.occupation-type {
  margin-top: 4vw;
}

.occupation-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw 0;
}

.occupation-type ul > li {
  width: 100%;
  /* animation */
}
.occupation-type ul > li.standby {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.occupation-type ul > li.is-animated {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: transform, opacity !important;
  transition-property: transform, opacity, -webkit-transform !important;
}
.occupation-type ul > li.is-completed {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.occupation-type-ttl {
  position: relative;
  margin-bottom: 6.6666666667vw;
  padding-bottom: 4.2666666667vw;
  border-bottom-color: #A5A18D;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.occupation-type-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
.occupation-type-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  aspect-ratio: 335/195;
}

.occupation-type-recruit-employment {
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #231815;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  font-weight: 700;
  font-size: 3.4666666667vw;
  padding: 1.8666666667vw 2.6666666667vw;
  display: inline-block;
}

.occupation-type-catch {
  font-family: "NotoSerifJP", serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.55em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.1em;
  -webkit-line-clamp: 2;
}

.occupation-type-text {
  margin-top: 3.2vw;
  font-size: 4vw;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
  -webkit-line-clamp: 2;
}

.occupation-design-btn,
.occupation-type-btn {
  margin-top: 4.8vw;
  width: 100%;
}
.occupation-design-btn .btn,
.occupation-type-btn .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #231815;
  border-style: solid;
  border-width: 1px;
}

@media screen and (max-width: 750px) {
  .occupation-type ul > li {
    padding: 8vw 2.6666666667vw;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .occupation-type {
    margin-top: 3.4722222222vw;
    padding: 2.4305555556vw 6.5972222222vw 2.7777777778vw 6.5972222222vw;
    background-color: #ffffff;
  }
  .occupation-type ul {
    gap: 5.2083333333vw 3.125vw;
  }
  .occupation-type ul > li {
    width: 22.9166666667vw;
  }
  .occupation-type-ttl {
    margin-bottom: 1.7361111111vw;
    padding-bottom: 1.3888888889vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.8055555556vw;
  }
  .occupation-type-image {
    margin-bottom: 1.3888888889vw;
  }
  .occupation-type-image img {
    aspect-ratio: 330/220;
  }
  .occupation-type-recruit-employment {
    bottom: 0.6944444444vw;
    right: 0.6944444444vw;
    font-size: 0.8333333333vw;
    padding: 0.4861111111vw 0.6944444444vw;
  }
  .occupation-type-catch {
    font-size: 1.25vw;
  }
  .occupation-type-text {
    margin-top: 0.8333333333vw;
    font-size: 1.0416666667vw;
  }
  .occupation-design-btn,
  .occupation-type-btn {
    margin-top: 1.25vw;
    width: 21.1111111111vw;
  }
  .occupation-design-btn .btn,
  .occupation-type-btn .btn {
    padding-right: 2.7777777778vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .occupation-type {
    margin-top: 50px;
    padding: 35px 95px 40px 95px;
  }
  .occupation-type ul {
    gap: 75px 45px;
  }
  .occupation-type ul > li {
    width: 330px;
  }
  .occupation-type-ttl {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    font-size: 2.6rem;
  }
  .occupation-type-image {
    margin-bottom: 20px;
  }
  .occupation-type-recruit-employment {
    bottom: 10px;
    right: 10px;
    font-size: 1.2rem;
    padding: 7px 10px;
  }
  .occupation-type-catch {
    font-size: 1.8rem;
  }
  .occupation-type-text {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .occupation-design-btn,
  .occupation-type-btn {
    margin-top: 18px;
    width: 304px;
  }
  .occupation-design-btn .btn,
  .occupation-type-btn .btn {
    padding-right: 40px;
    border-width: 1px;
  }
}
/*  interview --> common
-------------------------------------------------------------------------------*/
.c-interview {
  position: relative;
}

.c-interview a {
  position: relative;
  display: block;
  height: 100%;
}

.c-interview-image {
  position: relative;
  margin-bottom: 6.6666666667vw;
}
.c-interview-image img {
  aspect-ratio: 335/340;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.c-interview-jobtype {
  display: inline-block;
  margin-bottom: 4vw;
  padding: 0.05em 0.5em 0.15em 0.5em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}

.c-interview-catch {
  height: 3em;
  font-family: "NotoSerifJP", serif;
  font-size: 5.0666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-interview-ttl {
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2em;
}

.c-interview-join {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 750px) {
  .interview-slide .c-interview-image img {
    aspect-ratio: 335/273;
  }
}
.interview-slide .c-interview-jobtype {
  background-color: #ffffff;
  color: #797056;
}
.interview-slide .c-interview-catch,
.interview-slide .c-interview-ttl,
.interview-slide .c-interview-join {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .interview-related-slide .c-interview-image img {
    aspect-ratio: 335/273;
  }
}
.interview-related-slide .c-interview-jobtype {
  background-color: #A5A18D;
  color: #ffffff;
}

.interview-post .c-interview-jobtype {
  background-color: #A5A18D;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .c-interview-image {
    margin-bottom: 1.7361111111vw;
  }
  .c-interview-image img {
    aspect-ratio: 304/362;
  }
  .c-interview a:hover .c-interview-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-interview-jobtype {
    margin-bottom: 1.0416666667vw;
    font-size: 0.9027777778vw;
  }
  .c-interview-catch {
    font-size: 1.5972222222vw;
  }
  .c-interview-ttl {
    margin-top: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .c-interview-join {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-interview-image {
    margin-bottom: 25px;
  }
  .c-interview-jobtype {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .c-interview-catch {
    font-size: 2.3rem;
  }
  .c-interview-ttl {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .c-interview-join {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}