@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  font-size: 62.5%;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: clamp(1.4rem, -0.18rem + 2vw, 1.6rem);
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

.wrap {
  position: relative;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2, h3 {
  color: #fff;
}

a[href^="tel:"] {
  display: block;
  pointer-events: none;
}

a {
  text-decoration: none;
}

p {
  color: #fff;
  text-align: left;
}

a:hover {
  opacity: 1;
}

li {
  list-style: none;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-gra {
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
}

.txt-gra {
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-box .flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-box .flex2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.sub-top {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sub-top {
    padding-top: 60px;
  }
}
.sub-top .sub-topimage {
  width: 100%;
  height: 500px;
  position: relative;
}
.sub-top .sub-topimage::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(320deg, rgba(0, 146, 146, 0.6), rgba(109, 167, 159, 0.6));
  background: linear-gradient(130deg, rgba(0, 146, 146, 0.6), rgba(109, 167, 159, 0.6));
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sub-top .sub-topimage {
    width: 100%;
    height: 175px;
  }
}
.sub-top .sub-topimage img {
  height: 100%;
}
.sub-top .sub-topimage .sub-topsentence {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  .sub-top .sub-topimage .sub-topsentence {
    width: 92%;
  }
}
.sub-top .sub-topimage .sub-topsentence h2 {
  color: #fff;
  text-align: left;
  line-height: 100%;
  font-size: clamp(6rem, -0.18rem + 2vw, 10rem);
  font-family: "Robot", "Noto Sans JP";
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sub-top .sub-topimage .sub-topsentence h2 {
    font-size: 24px;
    top: 15%;
  }
}
.sub-top .sub-topimage .sub-topsentence h2 span {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  font-weight: 400;
}
.sub-top .sub-topimage .sub-topsentence p {
  margin: 0;
  font-size: 36px;
  font-family: "Robot", "Noto Sans JP";
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub-top .sub-topimage .sub-topsentence p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sub-top .sub-topimage .privacy-h2 {
    font-size: 3rem;
  }
}

/* トップページの背景グラデーション */
.bg-gradation {
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
  width: 50%;
  height: 100%;
  margin: 0 auto;
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1000;
}
@media screen and (max-width: 768px) {
  .bg-gradation {
    display: none;
  }
}

.pd80-0 {
  padding: 80px 0;
}

.top-h2-white {
  text-align: left;
  color: #fff;
  font-size: clamp(6rem, -0.18rem + 2vw, 10rem);
  font-family: "Robot", "Noto Sans JP";
  font-weight: 600;
  padding-left: 20px;
  margin: 0 0 0 30px;
  line-height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-h2-white {
    margin-left: 5%;
    padding-left: 15px;
  }
}
.top-h2-white::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .top-h2-white::before {
    height: 1px;
    width: 15px;
    left: -5px;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-h2-white {
    font-size: clamp(3.6rem, -0.18rem + 2vw, 4rem);
  }
}

.top-h2-gra {
  text-align: left;
  color: #fff;
  font-size: clamp(6rem, -0.18rem + 2vw, 10rem);
  font-family: "Robot", "Noto Sans JP";
  font-weight: 600;
  padding-left: 20px;
  margin: 0 0 30px 30px;
  line-height: 100%;
  position: relative;
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .top-h2-gra {
    margin-left: 5%;
    padding-left: 15px;
  }
}
.top-h2-gra::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #009292;
  position: absolute;
  bottom: 20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .top-h2-gra::before {
    height: 1px;
    width: 15px;
    left: -5px;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-h2-gra {
    font-size: clamp(3.6rem, -0.18rem + 2vw, 4rem);
  }
}

.top-h2-gra span, .top-h2-white span {
  font-size: 18px;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .top-h2-gra span, .top-h2-white span {
    font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
    height: 100px;
  }
}

.top-h2-jp {
  margin: 0 0 0 50px !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .top-h2-jp {
    margin-left: 5% !important;
    padding-left: 15px !important;
  }
}

a.btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  max-width: 150px;
  background-color: rgb(255, 255, 255);
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50px;
  font-family: "Robot", "Noto Sans JP";
}
a.btn span {
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
a.btn img {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  a.btn {
    max-width: none;
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
}

a.btn-gra {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  max-width: 150px;
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50px;
}
a.btn-gra img {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  a.btn-gra {
    max-width: none;
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-about .btn-svg {
  display: block;
  margin-left: 65%;
}

.top-interview .btn-black-svg {
  margin-top: 80px;
}

.top-recruit .btn-svg {
  margin-left: 20%;
}

.mar08 {
  margin: 0 8%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-title {
  height: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 auto 60px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .sub-title {
    margin-bottom: 30px;
    letter-spacing: 0.3rem;
    font-size: 18px;
    gap: 10px;
  }
}

.sub-title span {
  font-size: clamp(1.4rem, -0.18rem + 2vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.sub-title-en {
  font-size: 120px;
  font-family: "Robot", "Noto Sans JP";
  font-weight: 500;
  margin: 0;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .sub-title-en {
    font-size: 48px;
  }
}

.subpage-wrapper {
  text-align: left;
  width: 80%;
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .subpage-wrapper {
    width: 92%;
  }
}

.main {
  width: 80%;
  max-width: 1240px;
  margin: 80px auto 140px;
}
@media screen and (max-width: 768px) {
  .main {
    width: 92%;
    margin: 30px auto 90px;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.op-en {
  font-size: clamp(6rem, -0.18rem + 2vw, 10rem);
  font-weight: 500;
  font-style: italic;
  margin: 0;
  line-height: 100%;
  opacity: 0.4;
  font-family: "Robot", "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .op-en {
    font-size: 36px;
  }
}

/* Fade-in */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-slow {
  opacity: 0;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ホバーで輝く */
.anim-shine {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.anim-shine::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.anim-shine:hover::before {
  -webkit-animation: anim-shine 1.5s linear;
          animation: anim-shine 1.5s linear;
}

@-webkit-keyframes anim-shine {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes anim-shine {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* パンくずリスト */
.breadcrumb-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.breadcrumb-nav ul li {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb-nav ul li {
    font-size: 10px;
    line-height: 100%;
  }
}
.breadcrumb-nav ul li a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb-nav ul li .fa-chevron-right {
  margin: 0 5px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
  height: 100px;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .header {
    top: 0;
    height: 60px;
  }
}
.header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1100px) {
  .header .header-wrapper {
    width: 90%;
    height: 60px;
    margin: 0 auto;
  }
}
.header .header-wrapper .site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .header .header-wrapper .site-title {
    margin: 20px 0 0 0;
    z-index: 100;
  }
}
.header .header-wrapper .site-title a img {
  width: 316px;
  height: 80px;
  margin-top: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 8%;
}
@media screen and (max-width: 1100px) {
  .header .header-wrapper .site-title a img {
    width: 227px;
    height: 50px;
    margin-top: 0;
    padding: 0;
  }
}
.header .header-wrapper .site-title span {
  font-size: clamp(1.4rem, -0.18rem + 2vw, 1.6rem);
  line-height: 70px;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .header .header-wrapper .site-title span {
    line-height: 50px;
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: -8px;
  }
}

@media screen and (max-width: 1100px) {
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 2; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
    margin-top: 60px;
  }
}
.nav-wrapper nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav {
    background-color: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-wrapper nav::after {
    content: "";
    display: block;
    background: -webkit-linear-gradient(315deg, rgb(0, 146, 146), rgb(109, 167, 159));
    background: linear-gradient(135deg, rgb(0, 146, 146), rgb(109, 167, 159));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    z-index: 3;
  }
}
.nav-wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul {
    display: block;
    text-align: left;
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 0;
    z-index: 10;
    position: absolute;
  }
}
.nav-wrapper nav ul li {
  margin-right: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 80px;
  }
}
.nav-wrapper nav ul li:last-child {
  display: none;
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul li:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-wrapper nav ul a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.nav-wrapper nav ul a .header-nav {
  color: #333;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul a .header-nav {
    color: #fff;
  }
}
.nav-wrapper nav ul a .header-nav-en {
  color: #333;
  margin: 0;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  margin-bottom: -5px;
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul a .header-nav-en {
    color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul a {
    display: block;
    margin-top: 10px;
    padding-bottom: 6px;
    font-weight: 500;
  }
}
.nav-wrapper nav ul a span {
  font-family: "Robot", "Noto Sans JP";
}
@media screen and (max-width: 1100px) {
  .nav-wrapper nav ul a span {
    display: block;
    color: #009292;
  }
}
.nav-wrapper nav .sp-bur2 {
  width: 200px;
  height: 100px;
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
}
.nav-wrapper nav .sp-bur2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  vertical-align: middle;
  color: #fff;
  height: 100px;
}
.nav-wrapper nav .sp-bur2 a img {
  width: 10px;
  height: 10px;
}

/* メニューオープン時 */
.nav-wrapper.fade {
  opacity: 1;
  visibility: visible;
}

.burger-btn {
  display: none;
}

/* ------------------ */
/* humberger-menu */
/* ------------------ */
.burger-btn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .burger-btn {
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 3;
    /* codepenの挙動のため */
    background-color: transparent;
    border: none;
  }
}
.burger-btn span {
  background-color: #009292;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
}
.burger-btn span:first-child {
  top: 10px;
}
.burger-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.burger-btn span:last-child {
  bottom: 10px;
}

.burger-btn.close span:first-child {
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
          transform: translate(-50%, 10px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.burger-btn.close span:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.burger-btn.close span:last-child {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
          transform: translate(-50%, -8px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* スクロール制御 */
.noscroll {
  overflow: hidden;
}

/* ------------------ */
/* entry_button */
/* ------------------ */
.header-entry {
  position: fixed;
  top: 30%;
  right: 0;
  display: block;
  background-color: #009292;
  width: 100px;
  height: 300px;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.15);
  margin-right: -15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .header-entry {
    display: none;
  }
}
.header-entry:hover {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.header-entry a {
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  letter-spacing: 1.5rem;
  display: block;
  line-height: 80px;
  height: 300px;
  color: #fff;
}
.header-entry a img {
  margin-top: 10px;
  width: 40px;
}

#footer {
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #212020;
  padding: 60px 0 20px;
  overflow: hidden;
}
#footer .section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  #footer .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer .section-inner {
    width: 86%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
#footer .section-inner div img {
  height: auto;
  width: 235px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer .section-inner div img {
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
  }
}
#footer .section-inner div p {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #footer .section-inner div p {
    text-align: center;
    margin-top: 10px;
  }
}
#footer .section-inner div .footer-corplink {
  display: block;
  color: #fff;
  text-decoration: underline;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #footer .section-inner div .footer-corplink {
    margin: 0 auto 40px;
    width: 210px;
    max-width: none;
  }
}

#footer ul {
  margin: 0 0 0 60px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 600px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  #footer ul {
    margin-left: 27px;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer ul {
    margin: auto;
    border-left: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    padding-left: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer ul li {
  color: var(--font-white);
  text-align: left;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  font-weight: 400;
  position: relative;
  width: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer ul li {
    margin-bottom: 30px;
  }
}
#footer ul li::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -25px;
  bottom: 15px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li a .footer-nav-en {
  margin: 0;
  font-size: 1.3rem;
  line-height: 130%;
  letter-spacing: 0.1rem;
}
#footer ul li a .footer-nav {
  margin: 0;
  font-size: 1.6rem;
  line-height: 130%;
}
#footer .top-button {
  width: 120px;
  height: 120px;
  position: fixed;
  bottom: 6%;
  right: 3%;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px #009292;
          box-shadow: 0px 0px 10px #009292;
  border-radius: 50%;
  background-color: #009292;
}
@media screen and (max-width: 768px) {
  #footer .top-button {
    width: 60px;
    height: 60px;
    bottom: 5%;
    right: 5%;
  }
}
#footer .top-button.is-hide {
  opacity: 1;
}

.firstview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.firstview .top_mv {
  height: 100vh;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .firstview .top_mv {
    padding-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .firstview .top_mv {
    padding: 0;
  }
}
.firstview .firstview-lead {
  position: absolute;
  bottom: 10%;
  left: 12%;
  text-align: left;
  z-index: 70;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .firstview .firstview-lead {
    left: 4%;
    top: 18%;
  }
}
.firstview h2 {
  font-size: 6.5rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1.5rem;
}
@media screen and (max-width: 768px) {
  .firstview h2 {
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 1rem;
  }
}
.firstview p {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .firstview p {
    font-size: 1.3rem;
    color: #fff;
  }
}
.firstview .firstview-gra1 {
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  position: absolute;
  top: 0;
  z-index: 60;
  width: 40%;
  height: 55%;
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
          clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .firstview .firstview-gra1 {
    background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
    background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
    width: 60%;
    height: 20%;
    -webkit-clip-path: polygon(0 0, 0 70%, 100% 0);
            clip-path: polygon(0 0, 0 70%, 100% 0);
  }
}
.firstview .firstview-gra2 {
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 60;
  width: 50%;
  height: 70%;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .firstview .firstview-gra2 {
    background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
    background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
    width: 100%;
    height: 46%;
    -webkit-clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
  }
}

.top-read {
  background: -webkit-linear-gradient(320deg, rgba(0, 146, 146, 0.6), rgba(109, 167, 159, 0.6));
  background: linear-gradient(130deg, rgba(0, 146, 146, 0.6), rgba(109, 167, 159, 0.6));
  background-blend-mode: overlay;
  height: 75vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-read {
    height: auto;
    padding: 3rem 5%;
  }
}
.top-read .top-read-inner {
  width: 800px;
  max-width: 1800px;
  position: absolute;
  bottom: 100px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .top-read .top-read-inner {
    width: 100%;
    text-align: left;
    position: static;
  }
}
.top-read .top-read-inner .top-read-inner_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-read .top-read-inner .top-read-inner_flex {
    margin: 0;
    width: 100%;
  }
}
.top-read .top-read-inner h2 {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 3.6rem);
  text-align: left;
  color: #fff;
}
.top-read .top-read-inner p {
  color: #fff;
  text-align: left;
}

.top-about {
  background-color: rgb(255, 255, 255);
  height: auto;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .top-about {
    max-height: none;
  }
}
.top-about .top-about-inner {
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
  }
}
.top-about .top-about-inner .flex2 img {
  display: block;
}
.top-about .top-about-inner .flex1 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-inner .flex1 {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
  }
}
.top-about .top-about-inner p {
  text-align: left;
  color: #fff;
  margin: 30px;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-inner p {
    padding: 0;
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .top-about .top-about-inner .top-about-sentence {
    width: 92%;
  }
}
.top-about .top-about-inner a {
  margin: 0 0 30px 50px;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-inner a {
    margin: 0 4% 30px;
  }
}

.top-interview {
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .top-interview {
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-interview .flex-box .wrapper {
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: none;
  }
}
.top-interview .flex-box .wrapper .box {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .wrapper .box {
    width: 100%;
  }
}
.top-interview .flex-box .wrapper .box .img {
  position: relative;
  overflow: hidden;
}
.top-interview .flex-box .wrapper .box .img img {
  height: 100%;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .wrapper .box .img img {
    height: 350px;
  }
}
.top-interview .flex-box .wrapper .box .img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-interview .flex-box .wrapper .box .img .point {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(109, 167, 159, 0.6)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(109, 167, 159, 0.6), transparent);
  background: linear-gradient(bottom, rgba(109, 167, 159, 0.6), transparent);
  height: 100px;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  height: auto;
  padding: 0 5% 5%;
}
.top-interview .flex-box .wrapper .box .img .point.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top-interview .flex-box .wrapper .box .img .point h3, .top-interview .flex-box .wrapper .box .img .point h4, .top-interview .flex-box .wrapper .box .img .point p {
  font-size: min(1vw, 15px);
  line-height: 150%;
  font-weight: 600;
  margin: 0 0 2px;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .wrapper .box .img .point h3, .top-interview .flex-box .wrapper .box .img .point h4, .top-interview .flex-box .wrapper .box .img .point p {
    font-size: 13px;
  }
}
.top-interview .flex-box .wrapper .box .img .point .top-interview-copy {
  font-size: min(1.1vw, 21px);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .wrapper .box .img .point .top-interview-copy {
    font-size: 16px;
  }
}
.top-interview .flex-box .wrapper .box .text {
  color: #333;
  text-align: left;
  padding: 14px 20px 20px;
}
.top-interview .flex-box .wrapper .box .text p:first-child {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
}
.top-interview .flex-box .sentence-box {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .sentence-box div {
    padding: 30px 0 0;
    width: 92%;
  }
}
.top-interview .flex-box .sentence-box a {
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .top-interview .flex-box .sentence-box a {
    margin-left: 4%;
    width: 100%;
    max-width: none;
  }
}

/* 記号＞のCSS */
.dli-chevron-round-right {
  display: block;
  vertical-align: middle;
  color: #009292;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  margin: -20px 0 0 auto;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.15em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.15em;
}

.top-news {
  background-color: rgb(255, 255, 255);
  padding: 80px 8%;
}
@media screen and (max-width: 1100px) {
  .top-news {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 30px 0 60px;
  }
}
.top-news .news-flex {
  gap: 10%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .top-news .news-flex {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news .news-flex .sentence-box {
    width: 100%;
  }
}
.top-news .news-flex .sentence-box .top-h2-white {
  margin-bottom: 30px;
}
.top-news .news-flex .sentence-box .btn {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .top-news .news-flex .sentence-box .btn {
    margin: 0 auto;
    max-width: none;
    width: 92%;
  }
}
.top-news .news-flex .item {
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .top-news .news-flex .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-news .news-flex .item {
    width: 92%;
    margin: 0 auto;
  }
}
.top-news .news-flex .item a {
  color: #333;
}
.top-news .news-flex .item a p {
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  text-align: left;
}
.top-news .news-flex .item a p span {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-news .news-flex .item a p span {
    display: block;
  }
}
.top-news .btn-black {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .job-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-recruit {
  height: auto;
  text-align: left;
}
.top-recruit .inner {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-recruit .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-recruit .inner .recruit-sentence {
  padding-top: 30px;
}
.top-recruit .inner .recruit-sentence h2 {
  line-height: 150%;
}
.top-recruit .inner div:first-child {
  width: 46%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-recruit .inner div:first-child {
    width: 100%;
    padding: 20px 0 40px;
  }
}
.top-recruit .inner div:first-child .btn-gra {
  margin-left: 5%;
}
.top-recruit .inner div:first-child p {
  margin: 60px auto 60px 20%;
}
@media screen and (max-width: 768px) {
  .top-recruit .inner div:first-child p {
    margin: 30px auto 30px 8%;
  }
}
.top-recruit .inner div:last-child {
  width: 64%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .top-recruit .inner div:last-child {
    width: 100%;
    height: 300px;
  }
}
.top-recruit .inner div:last-child img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-faq {
  width: 80%;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-faq {
    width: 100%;
  }
}
.top-faq .top-faq-photo {
  background-image: url(../img/faq/faq_header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.top-faq .top-faq-photo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .top-faq .top-faq-photo {
    height: 300px;
  }
}
.top-faq .top-faq-photo .top-faq-inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
}
.top-faq .top-faq-photo .top-faq-inner h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-size: clamp(6rem, -0.18rem + 2vw, 10rem);
  font-family: "Robot", "Noto Sans JP";
  margin: 0 auto;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .top-faq .top-faq-photo .top-faq-inner h2 {
    font-size: clamp(3.6rem, -0.18rem + 2vw, 4rem);
  }
}
.top-faq .top-faq-photo .top-faq-inner h2 span {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  font-weight: lighter;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-faq .top-faq-photo .top-faq-inner h2 span {
    font-size: clamp(1.4rem, -0.18rem + 2vw, 1.6rem);
  }
}
.top-faq .top-faq-photo .top-faq-inner p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 0 auto !important;
}

.about-read {
  width: 76%;
  max-width: 1240px;
  margin: 80px auto 40px;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .about-read {
    width: 82%;
    margin: 30px auto;
    padding: 5%;
    border: 1px solid #fff;
  }
}
.about-read h2 {
  font-family: "Robot", "Noto Sans JP";
  margin-bottom: 40px;
  text-align: center;
}
.about-read p {
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-read p {
    width: 100%;
  }
}

.about-business {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-business {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about-business .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .sentence-box {
    width: 92%;
    margin: 0 auto;
  }
}
.about-business .wrapper .wrapper-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto 40px;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .wrapper-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}
.about-business .wrapper .wrapper-box div:first-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .wrapper-box div:first-child {
    width: 100%;
  }
}
.about-business .wrapper .wrapper-box div:first-child img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .wrapper-box div:first-child img {
    height: 150px;
  }
}
.about-business .wrapper .wrapper-box div:last-child {
  width: 50%;
  text-align: left;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .wrapper-box div:last-child {
    width: 92%;
    padding: 0;
    margin: 0 auto;
  }
}
.about-business .wrapper .wrapper-box div:last-child h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .wrapper-box div:last-child h3 {
    margin: 0px 0 10px;
    padding: 0;
  }
}
.about-business .wrapper .wrapper-box div:last-child h3 span {
  font-size: clamp(6rem, -0.18rem + 2vw, 10rem);
  color: #009292;
  font-family: "Noto Sans JP", serif;
  font-weight: lighter;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-business .wrapper .wrapper-box div:last-child h3 span {
    bottom: -20px;
  }
}

.about-effort {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .about-effort {
    margin: 30px 0 40px;
    width: 100%;
  }
}
.about-effort .sentence-box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-effort .sentence-box {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .about-effort .wrapper {
    padding: 0 0 20px;
    width: 100%;
  }
}
.about-effort .wrapper .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about-effort .wrapper .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.about-effort .wrapper .item div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-effort .wrapper .item div {
    width: 100%;
  }
}
.about-effort .wrapper .item div:first-child {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-effort .wrapper .item div:first-child {
    width: 92%;
  }
}
.about-effort .wrapper .item div h3 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
}
.about-effort .wrapper .item div h3 :first-child {
  width: 92%;
  margin: 0 auto;
}
.about-effort .wrapper .item div h3 span {
  color: #009292;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .about-effort .wrapper .item div h3 {
    margin: 0px 0 10px;
    padding: 0;
  }
}
.about-effort .wrapper .item div img {
  max-height: 360px;
}
@media screen and (max-width: 768px) {
  .about-effort .wrapper .item div img {
    height: 175px;
  }
}

.about-message {
  background: url(../img/about/about_message.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light; /* 追加(継承するため親要素に当ててもOK) */
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: left;
  margin-bottom: 100px;
  padding: 20px 0 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about-message {
    height: auto;
  }
}
.about-message::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(320deg, rgba(0, 146, 146, 0.6), rgba(109, 167, 159, 0.6));
  background: linear-gradient(130deg, rgba(0, 146, 146, 0.6), rgba(109, 167, 159, 0.6));
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.about-message .about-message-inner {
  width: 80%;
  text-align: left;
  width: 80%;
  max-width: 1240px;
  margin: auto;
  position: relative;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .about-message .about-message-inner {
    width: 92%;
  }
}
@media screen and (max-width: 1100px) {
  .about-message .about-message-inner .about-message-subtitle {
    position: relative;
  }
}
.about-message .about-message-inner .about-message-subtitle .sub-title {
  margin-bottom: 0;
}
.about-message .about-message-inner .flex {
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .about-message .about-message-inner .flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-inner .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }
}
.about-message .about-message-inner .flex div h3 {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  font-weight: 600;
}
.about-message .about-message-inner .flex div p:last-child {
  text-align: right;
}

.about-office {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about-office .sentence-box {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about-office {
    width: 100%;
  }
}
.about-office .about-office-box {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-office .about-office-box {
    padding: 0;
  }
}
.about-office .about-office-box .flex {
  gap: 60px;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about-office .about-office-box .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
}
.about-office .about-office-box .flex div h3 {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
}
.about-office .about-office-box .flex div img {
  max-height: 300px;
}
.about-office .about-office-box .flex div a {
  display: block;
  width: 90%;
  max-width: 235px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .about-office .about-office-box .flex div a {
    margin: 20px auto 0;
    width: 100%;
    max-width: none;
  }
}
.about-office .about-office-box .flex div a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.about-office .about-office-box .flex div a span img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-office .about-office-box .flex div p {
  margin: 0;
}
.about-office .about-office-box .flex div:first-child {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .about-office .about-office-box .flex div:first-child img {
    height: 175px;
  }
}
@media screen and (max-width: 768px) {
  .about-office .about-office-box .flex div:first-child {
    width: 100%;
    padding-left: 0;
  }
}
.about-office .about-office-box .flex div:last-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .about-office .about-office-box .flex div:last-child {
    width: 92%;
    margin: 0 auto;
  }
}

.about-overview {
  padding-bottom: 90px;
}
.about-overview .sub-title-en {
  margin-bottom: 10px;
}
.about-overview .sub-title {
  margin-bottom: 0;
}
.about-overview #overview-table {
  width: 100%;
  text-align: left;
}
.about-overview #overview-table tr {
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.about-overview #overview-table tr th {
  padding: 20px;
  border: none;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .about-overview #overview-table tr th {
    padding-bottom: 0;
    display: block;
    width: 86%;
    padding-left: 10px;
  }
}
.about-overview #overview-table tr td {
  padding: 20px;
  border: none;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .about-overview #overview-table tr td {
    display: block;
    width: 86%;
    border-bottom: none;
    padding-top: 0;
    padding-left: 10px;
  }
}

.about-family_message {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .about-family_message {
    padding-bottom: 90px;
  }
}
.about-family_message h2 {
  margin-bottom: 20px;
}

.interview-top {
  padding-top: 150px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interview-top {
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.interview-top .interview-topbg {
  width: 100%;
  height: auto;
  position: relative;
}
.interview-top .interview-topbg .top-image {
  width: 100%;
  position: relative;
}
.interview-top .interview-topbg .top-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background-image: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  height: 90%;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .interview-top .interview-topbg .top-image {
    width: 100%;
    padding: 0 0 20px;
    height: auto;
  }
}
.interview-top .interview-topbg .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  color: #fff;
  text-align: left;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interview-top .interview-topbg .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 92%;
    margin: auto;
    top: 5%;
    left: 5%;
  }
}
.interview-top .interview-topbg .wrapper div:first-child {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .interview-top .interview-topbg .wrapper div:first-child {
    width: 100%;
  }
}
.interview-top .interview-topbg .wrapper div:first-child h2 {
  color: #fff;
  height: 160px;
  text-align: left;
  font-size: 21px;
  font-family: "Robot", "Noto Sans JP";
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  .interview-top .interview-topbg .wrapper div:first-child h2 {
    font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.interview-top .interview-topbg .wrapper div:first-child p:first-child {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .interview-top .interview-topbg .wrapper div:first-child p:first-child {
    font-size: clamp(1.4rem, -0.18rem + 2vw, 1.6rem);
  }
}
.interview-top .interview-topbg .img {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview-top .interview-topbg .img {
    width: 100%;
  }
}
.interview-top .interview-topbg .img img {
  height: 100%;
}

.interview-interview {
  padding: 60px 0;
}
.interview-interview .interview-title {
  width: 80%;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .interview-interview .interview-title {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper {
    overflow: hidden;
  }
}
.interview-interview .wrapper .item:nth-child(odd) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10%;
  width: 80%;
  max-width: 1240px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(odd) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 92%;
    margin: auto;
  }
}
.interview-interview .wrapper .item:nth-child(odd) div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(odd) div {
    width: 100%;
  }
}
.interview-interview .wrapper .item:nth-child(odd) div img {
  width: 120%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(odd) div img {
    height: 250px;
  }
}
.interview-interview .wrapper .item:nth-child(odd) div:first-child {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.interview-interview .wrapper .item:nth-child(odd) div:first-child h3 {
  background-color: #fff;
  color: #009292;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  margin-top: 10%;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15%;
  font-weight: 500;
}
.interview-interview .wrapper .item:nth-child(odd) div:first-child p {
  font-weight: 300;
}
.interview-interview .wrapper .item:nth-child(odd) div:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(odd) div:last-child {
    width: 100%;
  }
}
.interview-interview .wrapper .item:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10%;
  width: 80%;
  max-width: 1240px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(even) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
}
.interview-interview .wrapper .item:nth-child(even) div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(even) div {
    width: 100%;
  }
}
.interview-interview .wrapper .item:nth-child(even) div figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.interview-interview .wrapper .item:nth-child(even) div figure img {
  width: 120%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(even) div figure img {
    height: 250px;
  }
}
.interview-interview .wrapper .item:nth-child(even) div:first-child {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 100;
}
.interview-interview .wrapper .item:nth-child(even) div:first-child h3 {
  background-color: #fff;
  color: #009292;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  margin-top: 10%;
  margin-bottom: 0;
  width: 100%;
  padding-left: 10%;
  padding-right: 5%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(even) div:first-child h3 {
    padding-left: 5%;
  }
}
.interview-interview .wrapper .item:nth-child(even) div:first-child p {
  padding-left: 10%;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(even) div:first-child p {
    padding-left: 5%;
  }
}
.interview-interview .wrapper .item:nth-child(even) div:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .interview-interview .wrapper .item:nth-child(even) div:last-child {
    width: 100%;
  }
}
.interview-interview .interview-midashi {
  width: 80%;
  max-width: 1240px;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interview-interview .interview-midashi {
    width: 92%;
  }
}
.interview-interview .interview-midashi .sub-title-en {
  text-align: right;
}
.interview-interview .interview-midashi .sub-title {
  text-align: right;
  margin-bottom: 0;
}

.interview-schedule {
  background-color: rgb(255, 255, 255);
  padding: 80px 0 100px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview-schedule {
    padding: 60px 0 0;
    margin-top: 0;
  }
}
.interview-schedule .section-inner {
  width: 80%;
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner {
    width: 92%;
  }
}
.interview-schedule .section-inner .interview-title .sub-title {
  background-color: #fff;
  color: #009292;
  padding: 0 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.interview-schedule .section-inner .wrapper ul {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner .wrapper ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.interview-schedule .section-inner .wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interview-schedule .section-inner .wrapper ul li p:first-child {
  position: relative;
  margin-left: 60px;
  width: 100px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner .wrapper ul li p:first-child {
    margin-right: 60px;
  }
}
.interview-schedule .section-inner .wrapper ul li p:first-child::after {
  content: "";
  position: absolute;
  left: -45px;
  top: 8px;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.interview-schedule .section-inner .wrapper ul li p:first-child::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 15px;
  background: #fff;
  width: 2px;
  height: 200%;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner .wrapper ul li p:first-child::before {
    height: 180%;
  }
}
.interview-schedule .section-inner .wrapper ul li p:last-child {
  width: 600px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner .wrapper ul li p:last-child {
    width: 100%;
  }
}
.interview-schedule .section-inner .wrapper ul li p:last-child span {
  font-weight: 600;
}
.interview-schedule .section-inner .wrapper ul li:last-child p:first-child::before {
  width: 0;
}
.interview-schedule .section-inner h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner h2 {
    margin-bottom: 20px;
  }
}
.interview-schedule .section-inner div:last-child {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .interview-schedule .section-inner div:last-child {
    width: 100%;
  }
}
.interview-schedule .interview-schedule-photo {
  width: 45%;
  height: 115%;
  position: absolute;
  top: -5%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .interview-schedule .interview-schedule-photo {
    position: relative;
    width: 100%;
  }
}
.interview-schedule .interview-schedule-photo figure {
  width: 95%;
  height: 50%;
}
.interview-schedule .interview-schedule-photo figure:last-child {
  margin-right: 10%;
}

.interview-member {
  width: 80%;
  max-width: 1240px;
  margin: 80px auto;
  border: 3px solid #009292;
  border-radius: 10px;
  padding: 2% 5%;
}
@media screen and (max-width: 768px) {
  .interview-member {
    padding: 5%;
    width: 82%;
    margin: 60px auto;
  }
}
.interview-member .interview-title {
  color: #009292;
}
.interview-member .interview-title .sub-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .interview-member .interview-title .sub-title {
    margin: 0 auto;
  }
}
.interview-member .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .interview-member .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
}
.interview-member .wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .interview-member .wrapper .image {
    margin: auto;
  }
}
.interview-member .wrapper .image .member-voice-photo img {
  border-radius: 500px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .interview-member .wrapper .image .member-voice-name {
    position: static;
  }
}
.interview-member .wrapper .image .member-voice-name p {
  color: #009292;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .interview-member .wrapper .image .member-voice-name p {
    text-align: center;
  }
}
.interview-member .wrapper .image .member-voice-name p:first-child {
  font-weight: 600;
}
.interview-member .wrapper .text p {
  color: #fff;
  text-align: left;
  padding: 30px 6%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 146, 146)), to(rgb(109, 167, 159)));
  background: -webkit-linear-gradient(left, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(90deg, rgb(0, 146, 146), rgb(109, 167, 159));
  border-radius: 10px;
  position: relative;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .interview-member .wrapper .text p {
    margin-bottom: 30px;
  }
}
.interview-member .wrapper .text p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -29px;
  top: 30px;
  border-right: 30px solid #009292;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
@media screen and (max-width: 768px) {
  .interview-member .wrapper .text p::after {
    display: none;
  }
}
.interview-member .sub-title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .interview-member .sub-title {
    margin-bottom: 15px;
    text-align: center;
  }
}

.interview-message {
  background-color: rgb(255, 255, 255);
  padding: 40px 0 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .interview-message {
    padding: 40px 0 20px;
    margin-top: 60px;
  }
}
.interview-message .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1240px;
  margin: auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview-message .wrapper {
    width: 92%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
.interview-message .wrapper div h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 30px;
  background-color: #fff;
  color: #009292;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .interview-message .wrapper div h2 {
    font-size: 18px;
  }
}
.interview-message .wrapper div p {
  text-align: left;
}

.interview-othermember .wrapper {
  width: 80%;
  max-width: 1240px;
  margin: 120px auto 140px;
  border: 3px solid #009292;
  padding: 2% 5%;
}
@media screen and (max-width: 768px) {
  .interview-othermember .wrapper {
    margin: 60px auto 90px;
    padding: 5%;
  }
}
.interview-othermember .wrapper .interview-title .sub-title {
  margin-bottom: 0;
  text-align: center;
}
.interview-othermember .wrapper .item-wrapper {
  margin-top: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .interview-othermember .wrapper .item-wrapper {
    margin-top: 30px;
  }
}
.interview-othermember .wrapper .item-wrapper .box {
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 50%;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .interview-othermember .wrapper .item-wrapper .box {
    width: 100%;
    min-width: 0;
    margin-bottom: 15px;
  }
}
.interview-othermember .wrapper .item-wrapper .box .img {
  position: relative;
  height: 350px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview-othermember .wrapper .item-wrapper .box .img {
    height: 300px;
  }
}
.interview-othermember .wrapper .item-wrapper .box .img img {
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.interview-othermember .wrapper .item-wrapper .box .img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(109, 167, 159)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgb(109, 167, 159), transparent);
  background: linear-gradient(bottom, rgb(109, 167, 159), transparent);
  height: auto;
  width: 90.1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  bottom: 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 5% 5%;
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .interview-sentence-copy {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .flex h3, .interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .flex h4 {
  font-weight: 500;
  margin: 0;
  line-height: 150%;
  font-size: 13px;
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .text {
  color: #333;
  text-align: left;
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .text p:first-child {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
}
.interview-othermember .wrapper .item-wrapper .box .img .interview-sentence .text p {
  margin: 0;
}
.interview-othermember .wrapper .btn-gra {
  width: 100%;
  margin: 60px auto 60px;
  max-width: 500px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .interview-othermember .wrapper .btn-gra {
    margin: 30px 0 30PX;
  }
}

.main-interview {
  margin: 80px auto 140px;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .main-interview {
    margin: 30px auto 0;
  }
}

.interview-midashi p, .interview-midashi h3 {
  text-align: center;
}

.interview-archive {
  padding: 0;
  margin: 0 auto;
  max-height: none;
}
.interview-archive .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .interview-archive .wrapper {
    width: 92%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: none;
    margin-bottom: 90px;
  }
}
.interview-archive .wrapper .box {
  background-repeat: no-repeat;
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .interview-archive .wrapper .box {
    width: 100%;
    margin-bottom: 5%;
  }
}
.interview-archive .wrapper .box .img {
  position: relative;
  overflow: hidden;
}
.interview-archive .wrapper .box .img img {
  height: 100%;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  height: 350px;
}
.interview-archive .wrapper .box .img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview-archive .wrapper .box .img .point {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(109, 167, 159, 0.6)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(109, 167, 159, 0.6), transparent);
  background: linear-gradient(bottom, rgba(109, 167, 159, 0.6), transparent);
  height: 100px;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  height: auto;
  padding: 0 5% 5%;
}
.interview-archive .wrapper .box .img .point .interview-sentence-copy {
  font-size: 18px;
  margin-bottom: 10px;
}
.interview-archive .wrapper .box .img .point .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview-archive .wrapper .box .img .point.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.interview-archive .wrapper .box .img .point h3, .interview-archive .wrapper .box .img .point h4, .interview-archive .wrapper .box .img .point p {
  font-size: 13px;
  line-height: 150%;
  font-weight: 600;
  margin: 0 0 2px;
}
@media screen and (max-width: 768px) {
  .interview-archive .wrapper .box .img .point h3, .interview-archive .wrapper .box .img .point h4, .interview-archive .wrapper .box .img .point p {
    font-size: 13px;
  }
}
.interview-archive .wrapper .box .img .point .top-interview-copy {
  font-size: min(1.1vw, 21px);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview-archive .wrapper .box .img .point .top-interview-copy {
    font-size: 16px;
  }
}
.interview-archive .wrapper .box .text {
  color: #333;
  text-align: left;
}
.interview-archive .wrapper .box .text p:first-child {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
}
.interview-archive .sentence-box {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .interview-archive .sentence-box div {
    padding: 30px 0 0;
    width: 92%;
  }
}
.interview-archive .sentence-box a {
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .interview-archive .sentence-box a {
    margin-left: 4%;
    width: 100%;
    max-width: none;
  }
}

.recruit-job {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit-job {
    padding: 40px 0;
    width: 100%;
  }
}
.recruit-job .wrapper {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper {
    padding: 0;
  }
}
.recruit-job .wrapper h3 {
  text-align: left;
  margin: 0 6% 40px;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper h3 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner {
    margin: 0;
  }
}
.recruit-job .wrapper .recruit-job-inner .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner .item {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.recruit-job .wrapper .recruit-job-inner .item div:first-child {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner .item div:first-child {
    width: 100%;
  }
}
.recruit-job .wrapper .recruit-job-inner .item div:first-child p:nth-child(2) {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
}
.recruit-job .wrapper .recruit-job-inner .item div:last-child {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner .item div:last-child {
    width: 100%;
  }
}
.recruit-job .wrapper .recruit-job-inner .item img {
  display: block;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner .item img {
    height: 150px;
  }
}
.recruit-job .wrapper .recruit-job-inner .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .recruit-job .wrapper .recruit-job-inner .item .sentence-box {
    width: 92% !important;
  }
}

.recruit-interview {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview {
    padding: 80px 0;
    width: 100%;
  }
}
.recruit-interview .section-inner {
  background: url(../img/common/interview_header.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  text-align: left;
  /*:beforeにぼかし効果を設定する*/
}
.recruit-interview .section-inner:after {
  content: "";
  background-color: rgba(26, 85, 175, 0.6);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1; /*重なり順序を一番下にしておく*/
}
.recruit-interview .section-inner:before {
  content: "";
  background: inherit; /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -2; /*重なり順序を一番下にしておく*/
}
.recruit-interview .section-inner .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 60px 6%;
}
@media screen and (max-width: 768px) {
  .recruit-interview .section-inner .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.recruit-interview .section-inner .wrapper .recruit-interview-inner .recruit-title h2 {
  margin: 0 0 30px;
}
.recruit-interview .section-inner .wrapper .recruit-interview-inner p span {
  border: 1px solid #fff;
  padding: 10px 20px;
}
.recruit-interview .section-inner .wrapper .recruit-interview-inner a {
  margin: 40px 0 0 auto;
  display: block;
}

.recruit-application .section-inner table {
  width: 100%;
}
.recruit-application .section-inner table tr td {
  height: auto;
  text-align: left;
  padding: 20px;
  color: #fff;
}
.recruit-application .section-inner table tr td:first-child {
  border-bottom: 2px solid #fff;
  width: 25%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit-application .section-inner table tr td:first-child {
    display: block;
    width: 90%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.recruit-application .section-inner table tr td:last-child {
  border-bottom: 2px solid #fff;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .recruit-application .section-inner table tr td:last-child {
    display: block;
    width: 90%;
    padding-top: 0;
  }
}

.recruit-step {
  padding: 60px 0 40px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-step {
    margin: 60px 0;
    padding: 40px 0 40px;
  }
}
.recruit-step .section-inner {
  width: 80%;
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit-step .section-inner .wrapper ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.recruit-step .section-inner .wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-step .section-inner .wrapper ul li p:first-child {
  position: relative;
  margin-right: 100px;
  width: 100px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit-step .section-inner .wrapper ul li p:first-child {
    margin-right: 60px;
  }
}
.recruit-step .section-inner .wrapper ul li p:first-child::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 8px;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}
.recruit-step .section-inner .wrapper ul li p:first-child::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 15px;
  background: #fff;
  width: 2px;
  height: 200%;
}
@media screen and (max-width: 768px) {
  .recruit-step .section-inner .wrapper ul li p:first-child::before {
    height: 180%;
  }
}
.recruit-step .section-inner .wrapper ul li p:last-child {
  width: 600px;
  text-align: left;
}
.recruit-step .section-inner .wrapper ul li p:last-child span {
  font-weight: 600;
}
.recruit-step .section-inner .wrapper ul li:last-child p:first-child::before {
  width: 0;
}

.recruit-title-entry {
  width: 80%;
  max-width: 1240px;
  margin: auto;
}

.single-recruit-entry-site {
  margin-bottom: 140px;
}

.recruit-midashi .sub-title-en {
  text-align: center;
  line-height: 120%;
}
.recruit-midashi .sub-title {
  text-align: center;
}

.main-recruit {
  margin: 0;
  width: 100%;
  max-width: none;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .main-recruit {
    padding-top: 30px;
  }
}
.main-recruit .recruit-archive-read {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto 40px;
  background: -webkit-linear-gradient(315deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(135deg, rgb(0, 146, 146), rgb(109, 167, 159));
  border-radius: 16px;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-read {
    width: 92%;
    padding: 2px;
  }
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-read .recruit-archive-read-radius {
    padding: 30px 0;
  }
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue {
  text-align: left;
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue h3 {
  margin: 0 auto 20px;
  background: -webkit-linear-gradient(315deg, #07B9B2, #6D9D9F);
  background: linear-gradient(135deg, #07B9B2, #6D9D9F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue ul {
  padding-left: 0;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue ul {
    width: 90%;
  }
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue ul li {
  background: -webkit-linear-gradient(315deg, #07B9B2, #6D9D9F);
  background: linear-gradient(135deg, #07B9B2, #6D9D9F);
  margin: 10px 0 20px;
  border-radius: 10px;
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue ul li span {
  position: relative;
  color: #fff;
}
.main-recruit .recruit-archive-read .recruit-archive-read-radius .recruit-statue ul li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: -15px;
}
.main-recruit .recruit-archive-btn {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
  }
}
.main-recruit .recruit-archive-btn .btn-gra {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  width: 50%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-btn .btn-gra {
    width: 100%;
    padding: 10px 0;
  }
}
.main-recruit .recruit-archive-btn .btn-gra img {
  width: 14px;
  height: 12px;
  margin-left: 5px;
}
.main-recruit .recruit-archive-content {
  margin-top: 80px;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content {
    margin-top: 60px;
    padding: 30px 0;
  }
}
.main-recruit .recruit-archive-content::after {
  content: "";
  background: -webkit-linear-gradient(315deg, #07B9B2, #6D9D9F);
  background: linear-gradient(135deg, #07B9B2, #6D9D9F);
  width: 90%;
  height: 100%;
  margin-left: 10%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content::after {
    width: 100%;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .sub-title-en {
  margin-left: 10%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner .sub-title-en {
    padding: 0;
    margin-left: 4%;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner h3 {
  margin-left: 10%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner h3 {
    padding: 0;
    margin-left: 4%;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .box {
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner .flex .box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner .flex .box a {
    max-width: none;
    width: 100%;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .box a img {
  margin-top: 2px;
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .text {
  color: #fff;
  padding: 16px 20px 26px;
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  width: 30%;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner .flex .text {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .text .dli-chevron-round-right {
  color: #fff;
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .img {
  height: 350px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main-recruit .recruit-archive-content .recruit-secrion-inner .flex .img {
    height: 175px;
    width: 100%;
  }
}
.main-recruit .recruit-archive-content .recruit-secrion-inner .flex .img img {
  height: 100%;
}
.main-recruit .career::after {
  left: 0;
  margin: 0 10% 0 0;
}
.main-recruit .career .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recruit-entry {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .recruit-entry {
    width: 92%;
  }
}
.recruit-entry .interview-midashi .sub-title-en {
  line-height: 120%;
}
.recruit-entry .btn-gra {
  max-width: none;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-entry .btn-gra {
    width: 92%;
    padding: 15px;
    font-size: 18px;
  }
}
.recruit-entry .btn-gra img {
  width: 15px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .recruit-entry .btn-gra img {
    width: 14px;
    height: 13px;
  }
}
.recruit-entry .entry-site h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .recruit-entry .entry-site h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.recruit-entry .entry-site a {
  margin: 0 auto;
}

.faq-main {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  /* closeというクラスがついたら形状変化 */
}
.faq-main .faq-archive-wrapper {
  text-align: left;
}
.faq-main .faq-archive-wrapper .section-inner .inner-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq-main .faq-archive-wrapper .section-inner .inner-top ul {
    gap: 15px;
  }
}
.faq-main .faq-archive-wrapper .section-inner .inner-top ul a {
  width: 48%;
  max-width: none;
  color: #fff;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .faq-main .faq-archive-wrapper .section-inner .inner-top ul a {
    width: 100%;
    padding: 1rem;
  }
}
.faq-main .faq-archive-wrapper .section-inner .inner-top ul a span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-bottom_w.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.faq-main .faq-archive-wrapper .section-inner {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-main .faq-archive-wrapper .section-inner {
    width: 92%;
  }
}
.faq-main .faq-archive-wrapper .section-inner .inner-bottom {
  margin: 60px auto 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .faq-main .faq-archive-wrapper .section-inner .inner-bottom {
    margin: 30px auto 0;
    padding-bottom: 90px;
  }
}
.faq-main .faq-archive-wrapper .section-inner .inner-bottom .faq-title {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .faq-main .faq-archive-wrapper .section-inner .inner-bottom .faq-title {
    padding-top: 10px;
  }
}
.faq-main .faq-archive-wrapper .section-inner .inner-bottom .faq-title h2 {
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  margin-left: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq-main .faq-archive-wrapper .section-inner .inner-bottom .faq-title h2 {
    margin-bottom: 20px;
  }
}
.faq-main .faq-archive-wrapper .section-inner .inner-bottom .faq-title h2::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -20px;
}
.faq-main .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding-left: 0 !important;
}
.faq-main .accordion-area li {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq-main .accordion-area li {
    margin-bottom: 20px;
  }
}
.faq-main .accordion-area li section .accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 3%;
  margin-bottom: 0;
  background-color: #fff;
}
.faq-main .accordion-area li section .accordion-title div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faq-main .accordion-area li section .accordion-title div:first-child {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 80%;
  }
}
.faq-main .accordion-area li section .accordion-title div:first-child p:first-child {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 3.6rem);
  margin: 0;
  color: #009292;
}
.faq-main .accordion-area li section .accordion-title div:first-child p:last-child {
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .faq-main .accordion-area li section .accordion-title div:first-child p:last-child {
    font-size: 14px;
    margin: 0;
  }
}
.faq-main .accordion-area li section .accordion-title div:first-child:last-child {
  margin: 0;
}
.faq-main .accordion-area li section .accordion-title div:last-child {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.faq-main .accordion-area li section .accordion-title div:last-child::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: rgb(109, 167, 159);
}
.faq-main .accordion-area li section .accordion-title div:last-child::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: rgb(109, 167, 159);
}
.faq-main .accordion-area li section .anim-shine:hover::before {
  -webkit-animation: anim-shine 1s linear;
          animation: anim-shine 1s linear;
}
.faq-main .accordion-title div:last-child::before {
  top: 50%;
  right: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-main .accordion-title div:last-child::after {
  top: 50%;
  right: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-main .accordion-title.close div:last-child::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-main .accordion-title.close div:last-child::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-main .accordion-box {
  display: none;
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.3);
}
.faq-main .accordion-box div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.faq-main .accordion-box div p {
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-main .accordion-box div {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.faq-main .accordion-box div p:first-child {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 3.6rem);
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .faq-main .accordion-box div p:first-child {
    margin-top: 4px;
  }
}
.faq-main .accordion-box div p:last-child {
  margin: 0;
  color: #009292;
}

.main-news {
  width: 100%;
  margin: 0;
  max-width: none;
}
.main-news .news-archive-wrapper {
  text-align: left;
  padding: 30px;
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-news .news-archive-wrapper {
    width: 92%;
    max-width: none;
    padding: 30px 0;
  }
}
.main-news .news-archive-wrapper .section-inner div div .item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .main-news .news-archive-wrapper .section-inner div div .item {
    text-align: left;
  }
}
.main-news .news-archive-wrapper .section-inner div div .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 40px;
  color: #333;
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .main-news .news-archive-wrapper .section-inner div div .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3%;
  }
}
.main-news .news-archive-wrapper .section-inner div div .item a:hover {
  color: #009292;
}
.main-news .news-archive-wrapper .section-inner div div .item a p:first-child {
  padding-right: 10%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main-news .news-archive-wrapper .section-inner div div .item a p:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-news .news-archive-wrapper .section-inner div div .item a p:last-child {
    margin-top: 0;
  }
}
.main-news .news-archive-wrapper .section-inner div div .anim-shine:hover::before {
  -webkit-animation: anim-shine 1s linear;
          animation: anim-shine 1s linear;
}
.main-news .pagination {
  width: 80%;
  max-width: 600px;
  padding: 0;
  margin: 60px auto 140px;
}
.main-news .pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  font-weight: 600;
  padding: 5px 0 0 3px;
  color: #fff;
}
.main-news .pagination .page-numbers li a.page-numbers {
  width: 40px;
  height: 40px;
  color: #009292;
  border-radius: 20px;
  padding: 5px 0 0 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-news .pagination .page-numbers li a.page-numbers:hover {
  background-color: #fff;
  color: #009292;
}
.main-news .pagination .page-numbers li .next.page-numbers {
  color: #fff;
  line-height: 40px;
  width: 100px;
  height: 40px;
  padding: 0;
}
.main-news .pagination .page-numbers li .next.page-numbers::before {
  display: block;
  content: "NEXT";
  padding: 0;
}
.main-news .pagination .page-numbers li .prev.page-numbers {
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  width: 100px;
  height: 40px;
  padding: 0;
}
.main-news .pagination .page-numbers li .prev.page-numbers::after {
  display: block;
  content: "PREV";
}

.news-single-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: none;
}
.news-single-wrapper .section-inner .news-page-area .inner {
  width: 80%;
  margin: 0 auto 60px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .news-single-wrapper .section-inner .news-page-area .inner {
    margin: 0 4% 20px;
    width: 92%;
    padding: 30px 0;
  }
}
.news-single-wrapper .section-inner .news-page-area .inner .news-time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.news-single-wrapper .section-inner .news-page-area .inner .news-time-box .news-time {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.news-single-wrapper .section-inner .news-page-area .inner .news-time-box .news-time-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
}
.news-single-wrapper .section-inner .news-page-area .inner .news-title {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  margin: 10px auto 30px;
}
.news-single-wrapper .section-inner .news-page-area .inner div h4 {
  color: #fff;
}
.news-single-wrapper .section-inner .news-page-area .inner a {
  text-decoration: underline;
  color: #FFFFFF;
}

.news-page-pagination {
  width: 80%;
  max-width: 600px;
  padding: 0 0 140px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news-page-pagination {
    width: 100%;
  }
}
.news-page-pagination .navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news-page-pagination .navigation .nav-links {
    width: 92%;
    margin: 0 auto;
  }
}
.news-page-pagination .navigation .nav-links div {
  color: #fff;
  font-weight: 400;
}
.news-page-pagination .navigation .nav-links div a {
  color: #fff;
  width: 120px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-page-pagination .navigation .nav-links div a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.news-page-pagination .font-jp {
  margin-top: 18px;
}
.news-page-pagination .btn {
  width: 400px;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 130%;
  margin-top: -55px;
  font-weight: 600;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .news-page-pagination .btn {
    margin-top: -54px;
    width: 100px;
  }
}
.news-page-pagination .btn a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 300px;
}

.entryform-wrapper {
  text-align: left;
}
.entryform-wrapper h2 {
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  color: #009292;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper h2 {
    text-align: left;
    margin-top: 40px;
  }
}
.entryform-wrapper div.formbox {
  padding: 60px 0;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper div.formbox {
    padding: 20px 0;
    margin: 40px 0;
  }
}
.entryform-wrapper div.formbox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper div.formbox dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.entryform-wrapper div.formbox dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
  gap: 5px;
}
@media screen and (max-width: 1240px) {
  .entryform-wrapper div.formbox dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .entryform-wrapper div.formbox dl dt {
    width: 100%;
  }
}
.entryform-wrapper div.formbox dl dt p:first-child {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  line-height: 125%;
}
.entryform-wrapper div.formbox dl dt p:last-child {
  color: #fff;
  padding: 5px 20px;
  line-height: 100%;
  border-radius: 20px;
}
.entryform-wrapper div.formbox dl dd {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper div.formbox dl dd {
    width: 90%;
    margin: 0;
  }
}
.entryform-wrapper div.formbox dl dd p {
  margin: 0;
}
.entryform-wrapper div.formbox dl dd p span input {
  width: 90%;
  height: 60px;
  border: none;
  border-bottom: 1px solid rgba(118, 118, 118, 0.5);
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper div.formbox dl dd p span input {
    width: 100%;
    padding: 0 16px;
    height: 50px;
  }
}
.entryform-wrapper div.formbox dl dd p span input[type=file] {
  line-height: 50px;
}
.entryform-wrapper div.formbox dl dd p span small {
  display: block;
  padding: 5px 10px 0;
}
.entryform-wrapper div.formbox dl dd .wpcf7-list-item-label {
  color: #333;
}
.entryform-wrapper div.formbox dl dd .first {
  margin: 0;
}
.entryform-wrapper div.formbox dl dd.entryform-file p span input {
  border: none;
  padding: 0;
}
.entryform-wrapper div.t-center-pc {
  text-align: center;
}
.entryform-wrapper div.t-center-pc a {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
  color: #009292;
  border-bottom: 1px solid #009292;
}
.entryform-wrapper div.t-left-pc {
  margin-bottom: 40px;
}
.entryform-wrapper div.mt3em p input {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: -webkit-linear-gradient(320deg, rgb(0, 146, 146), rgb(109, 167, 159));
  background: linear-gradient(130deg, rgb(0, 146, 146), rgb(109, 167, 159));
  display: block;
  padding: 1rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}

div .fwb {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
  margin-bottom: 30px;
}

.entryform-wrapper div.formbox .-first dd {
  height: 80px;
}
.entryform-wrapper div.formbox .-first dd p span input {
  width: auto;
  height: auto;
}

.entryform-wrapper div.formbox .-last {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.entryform-wrapper div.formbox .-last dt p {
  font-weight: 600 !important;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 125% !important;
  padding: 0 !important;
}
.entryform-wrapper div.formbox .-last dd p span textarea {
  border: 1px solid rgba(118, 118, 118, 0.5);
  width: 90%;
  padding: 0 30px;
  height: 300px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper div.formbox .-last dd p span textarea {
    width: 100%;
    padding: 0 14px;
    font-size: 1.3rem;
  }
}
.entryform-wrapper .btn-gra {
  max-width: none;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper .btn-gra {
    width: 92%;
    padding: 15px;
    font-size: 18px;
  }
}
.entryform-wrapper .btn-gra img {
  width: 15px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .entryform-wrapper .btn-gra img {
    width: 14px;
    height: 13px;
  }
}

div.entryform-text {
  padding: 40px 40px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  div.entryform-text {
    padding: 20px 20px 0;
  }
}

.entry-site h2 {
  margin-bottom: 40px;
}
.entry-site a {
  display: block;
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 400px;
}

.t-left-pc p {
  color: #333;
}

.interview-midashi .sub-title-en {
  line-height: 120%;
}

.entry-site h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .entry-site h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.entry-site a {
  margin: 0 auto;
}

.thankspage-wrapper {
  text-align: left;
}
.thankspage-wrapper h2 {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
  font-weight: 600;
  border-left: 3px solid #333;
  padding-left: 2rem;
}
.thankspage-wrapper p span {
  font-weight: 600;
  font-size: clamp(1.6rem, -0.18rem + 2vw, 1.8rem);
}
.thankspage-wrapper p span a {
  border-bottom: 1px solid #009292;
  color: #009292;
}

.main-privacy {
  width: 100%;
  padding: 80px 0 140px;
}
@media screen and (max-width: 768px) {
  .main-privacy {
    padding: 30px 0 90px;
  }
}
.main-privacy .privacy-wrapper {
  text-align: left;
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-privacy .privacy-wrapper {
    width: 90%;
  }
}
.main-privacy .privacy-wrapper h2 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main-privacy .privacy-wrapper h2 {
    font-size: 14px;
  }
}
.main-privacy .privacy-wrapper h3 {
  line-height: 150%;
  margin-top: 60px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main-privacy .privacy-wrapper h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-privacy .privacy-wrapper ul {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.main-privacy .privacy-wrapper ul li {
  text-indent: -2rem;
  color: #fff;
  font-weight: 300;
}
.main-privacy .privacy-wrapper p {
  font-weight: 300;
}
.main-privacy .privacy-wrapper div {
  background-color: #fff;
  padding: 40px 6%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main-privacy .privacy-wrapper div {
    padding: 10px 4%;
  }
}
.main-privacy .privacy-wrapper div h4 {
  font-size: clamp(1.8rem, -0.18rem + 2vw, 2.4rem);
}
.main-privacy .privacy-wrapper div p {
  margin-bottom: 30px;
  color: #333;
  line-height: 165%;
}
.main-privacy .privacy-wrapper div p span {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.main-privacy .privacy-wrapper div p:last-child {
  border-radius: 10px;
  display: block;
  padding: 20px 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-privacy .privacy-wrapper div p:last-child {
    padding: 20px 20px;
  }
}/*# sourceMappingURL=style.css.map */