@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
@keyframes mainimage {
  0% {
    opacity: 0;
    filter: grayscale(1);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
body.index-page {
  background: #FFF;
}
body.index-page #header::before {
  background: #FFF;
  border-bottom-color: #E1E1E1;
}
body.index-page #contents {
  padding-top: 0;
}

/* ---------------------------
 Introduction
--------------------------- */
#introduction {
  clip-path: inset(20px);
  position: relative;
}
#introduction::before, #introduction::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
}
#introduction::before {
  position: fixed;
  z-index: -2;
  background: url("../img/recruitment/mv.jpg") no-repeat center center;
  background-size: cover;
  animation: mainimage 2s ease .1s 1;
  animation-fill-mode: both;
  height: 100svh;
}
#introduction::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: rgba(29, 29, 29, 0.25);
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.2) 0, rgba(29, 29, 29, 0.94) 90%);
}
#introduction .wrapper.wide {
  color: #FFF;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#introduction #top_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100svh;
}
#introduction #top_catch .catch {
  font-size: clamp(22px, 2.8vw, 32px);
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#introduction #top_catch .pagetitle {
  margin-top: 35px;
  text-align: center;
}
#introduction #top_catch .pagetitle span {
  display: block;
}
#introduction #top_catch .pagetitle .en {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: clamp(22px, 3.4vw, 44px);
}
#introduction #top_catch .pagetitle .en::before, #introduction #top_catch .pagetitle .en::after {
  content: "-";
  display: inline-block;
  margin-inline: 10px;
}
#introduction #top_catch .pagetitle .ja {
  font-size: 1.125em;
}
#introduction #concept_area {
  padding: 10px 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#introduction #concept_area .ph {
  width: 42.75%;
  overflow: hidden;
}
#introduction #concept_area .ph figure {
  height: 100%;
}
#introduction #concept_area .main {
  max-width: 50%;
}
#introduction #concept_area .main .title {
  margin-bottom: 30px;
  font-size: 1.375em;
}
#introduction #concept_area .main .textbox {
  line-height: 2.2;
}
#introduction #concept_area .main .textbox > p + p {
  margin-top: 1em;
}

/* ---------------------------
 Common
--------------------------- */
.section .sec_title {
  white-space: nowrap;
}
.section .sec_title span {
  display: block;
}
.section .sec_title .en {
  color: #706D65;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: .94em;
}
.section .sec_title .ja {
  line-height: 1.6;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, 3.1vw, 42px);
}

/* ---------------------------
 About
--------------------------- */
#sec_about.section {
  padding-block: 100px 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#sec_about.section .wrapper.wide {
  display: flex;
}
#sec_about.section .sec_title {
  flex-shrink: 0;
  padding-block: 8.6vw 3.6vw;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#sec_about.section .sec_title .en {
  margin-bottom: 10px;
}
#sec_about.section #about_content {
  width: 100%;
  margin-bottom: 140px;
  display: flex;
  justify-content: space-between;
}
#sec_about.section #about_content .textbox {
  padding-top: 1.5em;
  padding-right: 4.2vw;
  text-align: justify;
  flex-shrink: 0;
}
#sec_about.section #about_content .textbox > p + p {
  margin-top: 1em;
}
#sec_about.section #about_content .imgbox {
  margin-top: 2em;
  margin-right: calc( ( 100vw - 1600px ) / 2 * -1 );
  overflow: hidden;
}
#sec_about.section #about_content .imgbox figure {
  height: 100%;
}
#sec_about.section .logotype {
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: 0;
  width: 70vw;
}

/* ---------------------------
 Staff
--------------------------- */
#sec_staff.section .wrapper .sec_title {
  text-align: right;
  margin-bottom: 30px;
}
#sec_staff.section .main {
  margin-left: calc( ( 100vw - 1600px ) / 2 );
}
#sec_staff.section .main .list {
  width: 100%;
  overflow: hidden;
}
#sec_staff.section .main .list .slick-list {
  padding: 0 300px 0 0 !important;
}
#sec_staff.section .main .list .item {
  margin-right: 3vw;
}
#sec_staff.section .main .list .item a {
  display: block;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_staff.section .main .list .item a .ph {
  position: relative;
  overflow: hidden;
}
#sec_staff.section .main .list .item a .ph figure {
  width: 100%;
  height: 0;
  padding-top: 121.5%;
  overflow: hidden;
  position: relative;
}
#sec_staff.section .main .list .item a .ph figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#sec_staff.section .main .list .item a .ph .name {
  position: absolute;
  right: 0;
  bottom: 30px;
}
#sec_staff.section .main .list .item a .ph .name span {
  display: block;
  width: fit-content;
  background-color: #FFF;
  padding: 5px 15px;
  font-size: 1.125em;
  margin-left: auto;
}
#sec_staff.section .main .list .item a .ph .name span.job {
  margin-top: 10px;
}
#sec_staff.section .main .list .item a .comment {
  margin-top: 20px;
  font-size: 1.25em;
  line-height: 1.6;
}
#sec_staff.section .main .list .item a .more {
  margin: 15px 0 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #706D65;
  border: #706D65 solid 1px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  padding: 1px 20px;
  font-size: .875em;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#sec_staff.section .main .list .item a .more .arrow {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 14px;
  height: 9px;
}
#sec_staff.section .main .list .item a .more .arrow svg * {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  stroke: #706D65;
}
@media (any-hover: hover) {
  #sec_staff.section .main .list .item a:hover .more {
    background-color: #706D65;
    color: #FFF;
  }
  #sec_staff.section .main .list .item a:hover .more .arrow svg * {
    stroke: #FFF;
  }
}
#sec_staff.section .slick-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
#sec_staff.section .slick-dots > li {
  line-height: 0;
}
#sec_staff.section .slick-dots > li.slick-active button {
  background-color: #1D1D1D;
}
#sec_staff.section .slick-dots > li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #A2A2A2;
}
#sec_staff.section .slick-dots > li button:hover {
  cursor: pointer;
}

/* ---------- Modal ---------- */
.staff_modalbox {
  position: relative;
  margin: 60px auto;
}
.staff_modalbox .modal_inner {
  background: #FFF;
  width: 1200px;
  min-height: 640px;
  padding-bottom: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.staff_modalbox .modal_inner .head_area {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.staff_modalbox .modal_inner .head_area figure {
  height: 500px;
  width: 50%;
  flex-shrink: 0;
}
.staff_modalbox .modal_inner .head_area .text_area {
  flex: 1;
  box-sizing: border-box;
  padding: 20px 5%;
  display: flex;
  flex-direction: column;
}
.staff_modalbox .modal_inner .head_area .text_area .title_area {
  padding-bottom: 25px;
  border-bottom: #A2A2A2 solid 1px;
  margin-bottom: 25px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.staff_modalbox .modal_inner .head_area .text_area .title_area .job {
  margin-bottom: 15px;
}
.staff_modalbox .modal_inner .head_area .text_area .title_area .name {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}
.staff_modalbox .modal_inner .head_area .text_area .title_area .name span {
  display: block;
}
.staff_modalbox .modal_inner .head_area .text_area .title_area .name .ja {
  font-size: min(30px,2.8vw);
}
.staff_modalbox .modal_inner .head_area .text_area .title_area .name .en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  color: #706D65;
}
.staff_modalbox .modal_inner .head_area .text_area .title_area .date {
  margin-top: 15px;
}
.staff_modalbox .modal_inner .head_area .text_area .message_area {
  flex-grow: 1;
}
.staff_modalbox .modal_inner .modal_body {
  padding: 60px 7%;
}
.staff_modalbox .modal_inner .modal_body .q {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25em;
}
.staff_modalbox .modal_inner .modal_body .text {
  margin-top: 30px;
  text-align: justify;
}
.staff_modalbox .modal_inner .modal_body .text > p + p {
  margin-top: 1em;
}
.staff_modalbox .modal_inner .modal_body .text + .q {
  margin-top: 60px;
}

.mfp-bg {
  opacity: .5;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  backface-visibility: hidden;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  font-weight: 100;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #1A1A3F;
  color: #fff;
  opacity: 1;
  top: 0;
  right: 0;
  letter-spacing: 0;
}

.mfp-arrow::before {
  display: none;
}
.mfp-arrow::after {
  border-top-width: 20px;
  border-bottom-width: 20px;
  top: 0;
}

.mfp-arrow-right {
  right: 50%;
  margin-right: -680px;
}
.mfp-arrow-right::after {
  border-left-color: #FFF;
  border-left-width: 34px;
  margin-left: 30px;
}

.mfp-arrow-left {
  left: 50%;
  margin-left: -680px;
}
.mfp-arrow-left::after {
  border-right-color: #FFF;
  border-right-width: 34px;
  margin-left: 22px;
}

/* ---------------------------
 Info
--------------------------- */
#sec_info.section {
  margin-top: 110px;
  background-color: #1A1A3F;
  padding-block: 120px 110px;
  color: #FFF;
}
#sec_info.section .info_wrap {
  display: flex;
  justify-content: space-between;
}
#sec_info.section .info_wrap .sticky_area {
  padding-right: 4vw;
  white-space: nowrap;
  flex-shrink: 0;
}
#sec_info.section .info_wrap .sticky_area .sticky {
  position: sticky;
  top: 140px;
}
#sec_info.section .info_wrap .sticky_area #info_navi {
  margin-top: 100px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_info.section .info_wrap .sticky_area #info_navi ul li + li {
  margin-top: 15px;
}
#sec_info.section .info_wrap .sticky_area #info_navi ul li a {
  display: block;
  width: fit-content;
  color: #A2A2A2;
  font-size: 1.125em;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: linear-gradient(#FFF, #FFF);
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
@media (any-hover: hover) {
  #sec_info.section .info_wrap .sticky_area #info_navi ul li a:hover {
    color: #FFF;
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
#sec_info.section .info_wrap .sticky_area #info_navi ul li a.current {
  color: #FFF;
  background-position: bottom left;
  background-size: 100% 1px;
}
#sec_info.section .info_wrap .info_body {
  max-width: 70%;
}
#sec_info.section .info_wrap .info_body .second_sec + .second_sec {
  margin-top: 110px;
}
#sec_info.section .info_wrap .info_body .second_sec .title {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: linear-gradient(#FFF, #FFF);
  background-size: 100% 1px;
  margin-bottom: 10px;
}
#sec_info.section .info_wrap .info_body .second_sec .title > span {
  display: block;
  width: fit-content;
  background-color: #1A1A3F;
  padding-right: 3vw;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, 2.6vw, 28px);
}
#sec_info.section .info_wrap .info_body .second_sec .h {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125em;
}
#sec_info.section .info_wrap .info_body .second_sec .h.mark::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: 2px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #A2A2A2;
}
#sec_info.section .info_wrap .info_body .second_sec .h + p:not([class]) {
  margin-top: 1em;
}
#sec_info.section .info_wrap .info_body .second_sec .f_inner {
  display: flex;
  align-items: center;
}
#sec_info.section .info_wrap .info_body .second_sec .f_inner .text {
  width: 100%;
  padding-right: 5vw;
  text-align: justify;
}
#sec_info.section .info_wrap .info_body .second_sec .f_inner .img {
  width: 180px;
  flex-shrink: 0;
}
#sec_info.section .info_wrap .info_body .second_sec .bdbox {
  margin-top: 25px;
  border: #A2A2A2 solid 1px;
  padding: 20px 40px 30px;
}
#sec_info.section .info_wrap .info_body .second_sec .outline {
  margin-top: 30px;
  border: #A2A2A2 solid 1px;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_head {
  padding: 20px 35px 25px;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_head > p {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125em;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_head.job_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_head.job_head:hover {
    cursor: pointer;
    opacity: .6;
  }
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_head.job_head::after {
  content: "\f055";
  display: block;
  font-size: 14px;
  margin-left: 15px;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_head.job_head.openheader::after {
  content: "\f056";
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content {
  padding-inline: 35px;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table tr {
  border-top: #A2A2A2 solid 1px;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table th, #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td {
  padding: 35px 0;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table th {
  vertical-align: top;
  width: 14%;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td {
  padding-left: 20px;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td p + p {
  margin-top: 1em;
}
#sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td .note {
  margin-top: 5px;
  display: block;
  font-size: .95em;
  opacity: .8;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess {
  margin-top: 80px;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px -30px 0;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li {
  padding: 20px 30px;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li + li {
  position: relative;
  border-left: #A2A2A2 solid 1px;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li + li::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -15px;
  top: 50%;
  width: 30px;
  height: 40px;
  background-color: #1A1A3F;
  margin-top: -20px;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li + li::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -14px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-top: #A2A2A2 solid 1px;
  border-right: #A2A2A2 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li .step {
  display: block;
  color: #A2A2A2;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25em;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li dl dt {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125em;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess ol li dl dd {
  text-align: justify;
  font-size: .94em;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess .oubo {
  margin-top: 50px;
  background-color: #FFF;
  padding: 40px 50px;
  color: #1D1D1D;
}
#sec_info.section .info_wrap .info_body .second_sec .proccess .oubo > p + p {
  margin-top: 1em;
}

.formbtn {
  margin-block: 60px;
}
.formbtn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding: 25px 40px 25px 50px;
  max-width: 580px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1A1A3F;
  color: #FFF;
}
.formbtn a::after {
  content: "\f105";
  display: block;
  font-size: 12px;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
}

/* ---------------------------
 FAQ
--------------------------- */
#sec_faq.section {
  background: #F1F1EF url("../img/bg_texture.jpg") repeat;
  background-size: 375px 375px;
  padding-block: 120px 160px;
  margin-bottom: 120px;
}
#sec_faq.section .wrapper {
  display: flex;
}
#sec_faq.section .sec_title {
  flex-shrink: 0;
  padding-right: 8.6vw;
  margin-left: -1em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#sec_faq.section .sec_title .en {
  margin-bottom: 10px;
}
#sec_faq.section .faq_list {
  width: 100%;
}
#sec_faq.section .faq_list ul li {
  background-color: #FFF;
  padding: 30px 30px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_faq.section .faq_list ul li + li {
  margin-top: 40px;
}
#sec_faq.section .faq_list ul li .faq_head {
  padding: 0 5px 20px;
  border-bottom: #706D65 solid 1px;
  margin-bottom: 20px;
  display: flex;
}
#sec_faq.section .faq_list ul li .faq_head::before {
  content: "Q";
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  margin-right: 1em;
}
#sec_faq.section .faq_list ul li .faq_content {
  padding-inline: 5px;
  display: flex;
}
#sec_faq.section .faq_list ul li .faq_content::before {
  content: "A";
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  margin-right: 1em;
}

#sec_form:has(.flexwrap) {
  border-top: none;
  padding-top: 0;
}
#sec_form table.inputform input[type="text"],
#sec_form table.inputform input[type="tel"],
#sec_form table.inputform input[type="email"],
#sec_form table.inputform textarea {
  background-color: #F1F1EF;
}
#sec_form form#mailformpro label::before,
#sec_form form#mailformpro label.mfp_not_checked::before {
  background-color: #F1F1EF;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  #introduction #top_catch {
    padding-top: 35svh;
    height: auto;
  }
  #introduction #concept_area {
    padding: 120px 30px;
  }

  #sec_about.section {
    padding-bottom: 60px;
  }
  #sec_about.section .sec_title {
    padding-block: 8vw 3vw;
  }
  #sec_about.section #about_content .textbox {
    padding-right: 3.6vw;
  }
  #sec_about.section #about_content .imgbox {
    margin-right: -50px;
  }

  #sec_staff.section .main {
    margin-left: 50px;
  }
  #sec_staff.section .main .list .slick-list {
    padding: 0 200px 0 0 !important;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ---------------------------
   Introduction
  --------------------------- */
  #introduction #top_catch {
    padding-top: 30svh;
  }
  #introduction #concept_area {
    padding-inline: 0;
  }
  #introduction #concept_area .ph {
    width: 43%;
  }
  #introduction #concept_area .main {
    max-width: 54%;
  }

  /* ---------------------------
   Common
  --------------------------- */
  /* ---------------------------
   About
  --------------------------- */
  #sec_about.section .sec_title {
    padding-block: 4vw 0;
  }
  #sec_about.section #about_content {
    margin-bottom: 100px;
  }
  #sec_about.section #about_content .textbox {
    padding-right: 3vw;
    flex-shrink: 1;
  }
  #sec_about.section #about_content .textbox > p br {
    display: none;
  }
  #sec_about.section #about_content .imgbox {
    margin-top: 4em;
    width: 46vw;
  }

  /* ---------------------------
   Staff
  --------------------------- */
  #sec_staff.section .main .list .slick-list {
    padding: 0 240px 0 0 !important;
  }
  #sec_staff.section .main .list .item a .ph .name {
    bottom: 25px;
  }
  #sec_staff.section .main .list .item a .ph .name span {
    font-size: 1em;
  }
  #sec_staff.section .main .list .item a .ph .name span.job {
    margin-top: 8px;
  }
  #sec_staff.section .main .list .item a .comment {
    margin-top: 15px;
    font-size: 1.125em;
  }
  #sec_staff.section .slick-dots {
    margin-top: 20px;
    gap: 8px;
  }

  /* ---------- Modal ---------- */
  .staff_modalbox {
    margin: 45px auto;
    width: 80%;
  }
  .staff_modalbox .modal_inner {
    width: auto;
    padding-bottom: 60px;
  }
  .staff_modalbox .modal_inner .head_area {
    margin-bottom: 25px;
  }
  .staff_modalbox .modal_inner .head_area figure {
    height: 460px;
  }
  .staff_modalbox .modal_inner .head_area .text_area {
    padding: 25px 4vw;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .job {
    margin-bottom: 10px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .name {
    gap: 15px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .date {
    margin-top: 10px;
  }
  .staff_modalbox .modal_inner .modal_body {
    padding: 40px 5vw;
  }
  .staff_modalbox .modal_inner .modal_body .text {
    margin-top: 25px;
  }
  .staff_modalbox .modal_inner .modal_body .text + .q {
    margin-top: 50px;
  }

  .mfp-container {
    padding-inline: 3vw;
  }

  .mfp-close,
  .mfp-close-btn-in .mfp-close {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
  }

  .mfp-arrow-right {
    right: -10px;
    margin-right: 0;
  }

  .mfp-arrow-left {
    left: -10px;
    margin-left: 0;
  }

  /* ---------------------------
   Info
  --------------------------- */
  #sec_info.section {
    margin-top: 100px;
    padding-block: 100px 90px;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi {
    margin-top: 80px;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi ul li a {
    font-size: 1em;
  }
  #sec_info.section .info_wrap .info_body {
    max-width: 100%;
  }
  #sec_info.section .info_wrap .info_body .second_sec + .second_sec {
    margin-top: 90px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .title > span {
    padding-right: 2vw;
  }
  #sec_info.section .info_wrap .info_body .second_sec .h + p:not([class]) br {
    display: none;
  }
  #sec_info.section .info_wrap .info_body .second_sec .f_inner .text {
    padding-right: 4vw;
  }
  #sec_info.section .info_wrap .info_body .second_sec .bdbox {
    padding: 20px 30px 25px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol {
    margin: 40px -30px 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li .step {
    margin-bottom: 10px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess .oubo {
    margin-top: 45px;
    padding: 30px 40px;
  }

  .formbtn a {
    padding: 25px 35px;
  }

  /* ---------------------------
   FAQ
  --------------------------- */
  #sec_faq.section {
    padding-block: 100px 120px;
    margin-bottom: 90px;
  }
  #sec_faq.section .sec_title {
    padding-right: 4vw;
    margin-left: 0;
  }
  #sec_faq.section .faq_list ul li {
    padding: 30px 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ---------------------------
   Introduction
  --------------------------- */
  #introduction #concept_area {
    padding: 0 0 80px;
    display: block;
    position: relative;
  }
  #introduction #concept_area .ph {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 36%;
    aspect-ratio: 1.28 / 1;
  }
  #introduction #concept_area .main {
    padding-top: 180px;
    max-width: 100%;
  }
  #introduction #concept_area .main .title {
    margin-bottom: 60px;
  }
  #introduction #concept_area .main .textbox {
    line-height: 2;
    text-align: justify;
  }
  #introduction #concept_area .main .textbox > p br {
    display: none;
  }

  /* ---------------------------
   Common
  --------------------------- */
  /* ---------------------------
   About
  --------------------------- */
  #sec_about.section {
    padding-block: 50px 70px;
  }
  #sec_about.section #about_content {
    margin-bottom: 0;
    display: block;
  }
  #sec_about.section #about_content .textbox {
    padding: 1.5em 0 0;
  }
  #sec_about.section #about_content .imgbox {
    margin: 35px -5vw 0 auto;
    width: 50%;
    aspect-ratio: 1.54 / 1;
  }

  /* ---------------------------
   Staff
  --------------------------- */
  #sec_staff.section .wrapper .sec_title {
    margin-bottom: 25px;
  }
  #sec_staff.section .main {
    margin-left: 5vw;
  }
  #sec_staff.section .main .list .slick-list {
    padding: 0 60px 0 0 !important;
  }
  #sec_staff.section .main .list .item a .ph .name {
    bottom: 20px;
  }
  #sec_staff.section .main .list .item a .ph .name span {
    padding: 4px 12px;
  }
  #sec_staff.section .main .list .item a .ph .name span.job {
    margin-top: 6px;
  }
  #sec_staff.section .main .list .item a .comment {
    margin-top: 10px;
    font-size: 1.05em;
  }
  #sec_staff.section .main .list .item a .more {
    margin: 10px 0 0 auto;
    padding: 1px 15px;
  }
  #sec_staff.section .slick-dots {
    margin-top: 20px;
  }
  #sec_staff.section .slick-dots > li button {
    width: 8px;
    height: 8px;
  }

  /* ---------- Modal ---------- */
  .staff_modalbox {
    width: 100%;
    max-width: 520px;
  }
  .staff_modalbox .modal_inner {
    padding-bottom: 40px;
  }
  .staff_modalbox .modal_inner .head_area {
    display: block;
    margin-bottom: 0;
  }
  .staff_modalbox .modal_inner .head_area figure {
    height: auto;
    width: 100%;
  }
  .staff_modalbox .modal_inner .head_area .text_area {
    padding: 25px 4vw 0;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .name {
    gap: 15px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .date {
    margin-top: 5px;
  }
  .staff_modalbox .modal_inner .modal_body {
    padding: 30px 4vw;
  }
  .staff_modalbox .modal_inner .modal_body .text {
    margin-top: 15px;
  }
  .staff_modalbox .modal_inner .modal_body .text + .q {
    margin-top: 35px;
  }

  /* ---------------------------
   Info
  --------------------------- */
  #sec_info.section {
    margin-top: 65px;
    padding-block: 65px;
  }
  #sec_info.section .info_wrap .sticky_area .sticky {
    top: 120px;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi {
    margin-top: 60px;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi ul li a {
    font-size: .93em;
  }
  #sec_info.section .info_wrap .info_body .second_sec .title {
    margin-bottom: 20px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .h {
    font-size: 1.05em;
  }
  #sec_info.section .info_wrap .info_body .second_sec .f_inner {
    display: block;
  }
  #sec_info.section .info_wrap .info_body .second_sec .f_inner .text {
    width: 100%;
    padding-right: 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .f_inner .img {
    margin: 25px auto 0;
    width: 180px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .bdbox {
    margin-top: 20px;
    padding: 20px 25px 30px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline {
    margin-top: 25px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_head {
    padding: 20px 25px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content {
    padding-inline: 25px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table th, #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td {
    padding: 30px 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table th {
    width: auto;
    white-space: nowrap;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td {
    padding-left: 20px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess {
    margin-top: 50px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol {
    display: block;
    margin: 10px 0 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li {
    padding: 30px 10px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li + li {
    border-left: none;
    border-top: #A2A2A2 solid 1px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li + li::before {
    left: 50%;
    top: -15px;
    width: 40px;
    height: 30px;
    margin-top: 0;
    margin-left: -20px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li + li::after {
    left: 50%;
    top: -14px;
    margin-top: 0;
    margin-left: -7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess .oubo {
    margin-top: 15px;
    padding: 25px 25px 30px;
  }

  .formbtn {
    margin-block: 50px;
  }

  /* ---------------------------
   FAQ
  --------------------------- */
  #sec_faq.section {
    padding-block: 65px 75px;
    margin-bottom: 65px;
  }
  #sec_faq.section .faq_list ul li {
    padding: 30px 25px;
  }
  #sec_faq.section .faq_list ul li + li {
    margin-top: 30px;
  }
  #sec_faq.section .faq_list ul li .faq_head {
    padding: 0 5px 15px;
    margin-bottom: 15px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ---------------------------
   Introduction
  --------------------------- */
  #introduction {
    clip-path: inset(5px);
  }
  #introduction #top_catch .pagetitle {
    margin-top: 30px;
  }
  #introduction #concept_area {
    display: block;
    position: static;
    padding: 65px 5px 45px;
  }
  #introduction #concept_area .ph {
    position: static;
    width: 76%;
    margin: 0 auto 30px;
  }
  #introduction #concept_area .main {
    padding: 0;
  }
  #introduction #concept_area .main .title {
    margin-bottom: 25px;
    font-size: 1.25em;
  }
  #introduction #concept_area .main .textbox {
    line-height: 1.8;
  }

  /* ---------------------------
   Common
  --------------------------- */
  .section .sec_title .ja {
    line-height: 1.5;
  }

  /* ---------------------------
   About
  --------------------------- */
  #sec_about.section {
    padding-block: 45px 40px;
    margin-bottom: 30px;
  }
  #sec_about.section .sec_title .en {
    margin-bottom: 6px;
  }
  #sec_about.section #about_content .textbox {
    padding-top: 0;
  }
  #sec_about.section #about_content .imgbox {
    width: 74%;
  }
  #sec_about.section .logotype {
    left: 5vw;
  }

  /* ---------------------------
   Staff
  --------------------------- */
  #sec_staff.section .wrapper .sec_title {
    margin-bottom: 20px;
  }
  #sec_staff.section .main .list .slick-list {
    padding: 0 40px 0 0 !important;
  }
  #sec_staff.section .main .list .item {
    margin-right: 4vw;
  }
  #sec_staff.section .main .list .item a .ph .name {
    bottom: 15px;
  }
  #sec_staff.section .main .list .item a .ph .name span {
    padding: 2px 10px;
    font-size: .95em;
  }
  #sec_staff.section .main .list .item a .ph .name span.job {
    margin-top: 5px;
  }
  #sec_staff.section .main .list .item a .comment {
    font-size: 1em;
    line-height: 1.5;
  }
  #sec_staff.section .main .list .item a .more {
    margin: 15px 0 0 auto;
    padding: 0 12px;
  }
  #sec_staff.section .main .list .item a .more .arrow {
    margin-right: 8px;
    width: 12px;
    height: 7px;
  }
  #sec_staff.section .slick-dots {
    margin-top: 10px;
    gap: 6px;
  }

  /* ---------- Modal ---------- */
  .staff_modalbox {
    max-width: 320px;
  }
  .staff_modalbox .modal_inner .head_area .text_area {
    padding: 25px 6vw 0;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .job {
    margin-bottom: 5px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .name {
    gap: 10px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .name .ja {
    font-size: 20px;
  }
  .staff_modalbox .modal_inner .head_area .text_area .title_area .date {
    margin-top: 0;
  }
  .staff_modalbox .modal_inner .modal_body {
    padding: 25px 6vw;
  }
  .staff_modalbox .modal_inner .modal_body .q {
    font-size: 1em;
  }
  .staff_modalbox .modal_inner .modal_body .text {
    margin-top: 10px;
  }
  .staff_modalbox .modal_inner .modal_body .text + .q {
    margin-top: 30px;
  }

  .mfp-close,
  .mfp-close-btn-in .mfp-close {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }

  .mfp-arrow::after {
    border-top-width: 18px;
    border-bottom-width: 18px;
  }

  .mfp-arrow-right::after {
    border-left-width: 26px;
    margin-left: 44px;
  }

  .mfp-arrow-left::after {
    border-right-width: 26px;
    margin-left: 16px;
  }

  /* ---------------------------
   Info
  --------------------------- */
  #sec_info.section {
    margin-top: 50px;
    padding-block: 45px;
  }
  #sec_info.section .info_wrap {
    display: block;
  }
  #sec_info.section .info_wrap .sticky_area {
    padding-right: 0;
  }
  #sec_info.section .info_wrap .sticky_area .sticky {
    position: static;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi {
    margin-block: 30px 40px;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi ul li + li {
    margin-top: 0;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi ul li a {
    border: #FFF solid 1px;
    padding: 4px 12px;
    -webkit-border-radius: 66px;
    border-radius: 66px;
    display: flex;
    align-items: center;
    background: none;
    color: #FFF;
    font-size: .8em;
    letter-spacing: 0;
  }
  #sec_info.section .info_wrap .sticky_area #info_navi ul li a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
    font-weight: 900;
    margin-left: 7px;
  }
  #sec_info.section .info_wrap .info_body .second_sec + .second_sec {
    margin-top: 60px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .bdbox {
    margin-top: 15px;
    padding: 15px 20px 20px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline {
    margin-top: 20px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_head {
    padding-inline: 15px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content {
    padding-inline: 15px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table {
    font-size: 12px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table th, #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td {
    padding: 25px 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .outline .outline_content table td {
    padding-left: 20px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess {
    margin-top: 35px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol {
    margin-top: 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li {
    padding: 20px 10px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li .step {
    margin-bottom: 5px;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess ol li dl dt {
    margin-bottom: 0;
  }
  #sec_info.section .info_wrap .info_body .second_sec .proccess .oubo {
    margin-top: 0;
    padding: 20px;
  }

  .formbtn {
    margin-block: 40px;
  }
  .formbtn a {
    padding: 20px;
  }

  /* ---------------------------
   FAQ
  --------------------------- */
  #sec_faq.section {
    padding-block: 45px 60px;
    margin-bottom: 50px;
  }
  #sec_faq.section .sec_title .en {
    margin-bottom: 5px;
  }
  #sec_faq.section .faq_list ul li {
    padding: 20px 5vw;
  }
  #sec_faq.section .faq_list ul li + li {
    margin-top: 20px;
  }
  #sec_faq.section .faq_list ul li .faq_head {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  #sec_faq.section .faq_list ul li .faq_head::before {
    margin-right: .5em;
  }
  #sec_faq.section .faq_list ul li .faq_content {
    padding-inline: 0;
  }
  #sec_faq.section .faq_list ul li .faq_content::before {
    margin-right: .5em;
  }
}
