@charset "UTF-8";
/* ------------------------
    common
------------------------ */
body {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #000;
  background-color: #fff;
}

main {
  margin-top: 90px;
}

.section {
  padding: 93px 0 106px;
}

.inner {
  width: 90%;
  max-width: 1070px;
  margin: auto;
}

@media (max-width: 767px) {
  main {
    margin-top: 0;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  .inner {
    width: 85%;
  }
  .section {
    padding: 50px 0 60px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    utility
------------------------ */
.lev1 {
  font-size: 2.625rem;
  font-size: clamp(1.75rem, 0.982rem + 2.456vw, 2.625rem);
}

.lev2 {
  font-size: 2.5rem;
  font-size: clamp(1.563rem, 0.74rem + 2.632vw, 2.5rem);
}

.lev3 {
  font-size: 2.1875rem;
  font-size: clamp(1.375rem, 0.662rem + 2.281vw, 2.188rem);
}

.lev4 {
  font-size: 1.875rem;
  font-size: clamp(1.125rem, 0.467rem + 2.105vw, 1.875rem);
}

.lev5 {
  font-size: 1.5625rem;
}

.lev6 {
  font-size: 1.4375rem;
  font-size: clamp(1.125rem, 0.851rem + 0.877vw, 1.438rem);
}

.lev7 {
  font-size: 1.3125rem;
  font-size: clamp(1.063rem, 0.843rem + 0.702vw, 1.313rem);
}

.lev8 {
  font-size: 1.1875rem;
  font-size: clamp(1rem, 0.836rem + 0.526vw, 1.188rem);
}

.word {
  display: inline-block;
}

.bg-grey2 {
  background: #f2f2f2;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    parts
------------------------ */
.linkWrap {
  display: grid;
}
.linkWrap-center {
  justify-content: center;
}
.linkWrap-right {
  justify-content: flex-end;
}

.btn, .formCont .smf-button-control__control {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid;
  position: relative;
  transition: 0.3s ease;
}
.btn::before, .formCont .smf-button-control__control::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon/arrow.svg);
          mask-image: url(../img/common/icon/arrow.svg);
  width: 1em;
  aspect-ratio: 15/6.5;
  right: 1em;
  top: 50%;
  transform: translateY(-40%);
}
.btn-main, .formCont .smf-button-control__control {
  border-color: #1798b7;
}
.btn-main::before, .formCont .smf-button-control__control::before {
  background: #1798b7;
}
.btn-main:where(:hover, :focus), .formCont .smf-button-control__control:where(:hover, :focus) {
  color: #fff;
  background: #1798b7;
}
.btn-main:where(:hover, :focus)::before, .formCont .smf-button-control__control:where(:hover, :focus)::before {
  background: currentColor;
}
.btn-fill-main {
  color: #fff;
  background: #1798b7;
  border-width: 2px;
}
.btn-fill-main:where(:hover, :focus) {
  color: #1798b7;
  background: #fff;
}
.btn-fill-black {
  color: #fff;
  background: #000;
}
.btn-fill-black:where(:hover, :focus) {
  color: #000;
  background: #fff;
}
.btn-medium {
  min-width: 372px;
}
.btn-large {
  min-width: 400px;
  padding: 0.2em 1em 0.3em;
}
.btn-large::before {
  -webkit-mask-image: url(../img/common/icon/arrow-bold.svg);
          mask-image: url(../img/common/icon/arrow-bold.svg);
  width: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .btn, .formCont .smf-button-control__control {
    font-size: 13px;
  }
  .btn-medium {
    min-width: 280px;
  }
  .btn-large {
    min-width: 280px;
  }
  /*スタイルを展開したいところに記述する*/
}
.moreArrow::after {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  vertical-align: middle;
  width: 1em;
  aspect-ratio: 14/6;
  margin-left: 5px;
  -webkit-mask-image: url(../img/common/icon/arrow-bold.svg);
          mask-image: url(../img/common/icon/arrow-bold.svg);
}
.moreArrow:where(:hover, :focus) {
  opacity: 0.8;
}

.headingWrap {
  text-align: center;
  margin-bottom: 80px;
}

.heading {
  position: relative;
  color: #5c5c5c;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}
.heading::before {
  font-family: "Poppins", sans-serif;
  content: attr(data-eng);
  font-size: max(1.25rem, 2.6666666667em);
  font-weight: 500;
  line-height: 1;
  color: #000;
  display: block;
  padding: 0.3em 0.5em 0;
  margin-bottom: 0.2em;
}
.heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.7em;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #1798b7;
  top: 0;
  right: 0;
  z-index: -1;
}
.heading + .lead {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

@media (max-width: 767px) {
  .headingWrap {
    margin-bottom: 35px;
  }
  .heading {
    font-size: 0.75rem;
  }
  /*スタイルを展開したいところに記述する*/
}
.lead {
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  word-break: auto-phrase;
  text-align: center;
  margin-bottom: 1em;
}

.grid {
  display: grid;
}
.grid-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 65px max(30px, 6%);
}
.grid-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 45px max(20px, 4%);
}

@media (max-width: 767px) {
  .grid {
    display: grid;
  }
  .grid-col2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .grid-col3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  /*スタイルを展開したいところに記述する*/
}
.mediaAndTxt {
  display: grid;
  grid-template-columns: 46.7289719626% 1fr;
  gap: max(20px, 4%);
}
.mediaAndTxt-reverse {
  grid-template-columns: 1fr 46.7289719626%;
}
.mediaAndTxt-reverse .mediaAndTxt_media {
  order: 1;
}
.mediaAndTxt p {
  text-align: justify;
}

.mediaAndTxt-deco {
  align-items: flex-start;
}
.mediaAndTxt-deco + .mediaAndTxt {
  margin-top: 130px;
}
.mediaAndTxt-deco.mediaAndTxt-reverse .mediaAndTxt_media::before {
  right: unset;
  left: 55%;
}
.mediaAndTxt-deco .mediaAndTxt_media {
  position: relative;
  height: auto;
}
.mediaAndTxt-deco .mediaAndTxt_media:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 95%;
  background: #f2f2f2;
  top: 18%;
  right: 55%;
  z-index: -1;
}

@media (max-width: 767px) {
  .mediaAndTxt {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mediaAndTxt-reverse .mediaAndTxt_media {
    order: 0;
  }
  .mediaAndTxt-deco + .mediaAndTxt {
    margin-top: 85px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    blockカスタマイズ
------------------------ */
/* カラム：モバイル逆順 */
@media (max-width: 781px) {
  .wp-block-columns.is-style-is-reverse {
    flex-direction: column-reverse;
  }
}
/* ------------------------
    header
------------------------ */
.header {
  height: 90px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}

.headerLogo {
  box-sizing: content-box;
  width: 174px;
  padding: 0 max(20px, 2.8125%);
}

.headerNav {
  height: 100%;
}
.headerNav .sub-menu {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  border: 1px solid #d9d9d9;
}
.headerNav .sub-menu .headerNav_item + .headerNav_item {
  border-top: 1px solid #d9d9d9;
}
.headerNav .sub-menu .headerNav_link {
  color: inherit;
  background: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em;
  transition: 0.2s;
}
.headerNav .sub-menu .headerNav_link:where(:hover, :focus) {
  color: #fff;
  background: #1798b7;
}

.headerNav_list {
  height: 100%;
  display: flex;
  gap: 2.6em;
}
.headerNav_list > .headerNav_item > .headerNav_link {
  position: relative;
}
.headerNav_list > .headerNav_item > .headerNav_link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1798b7;
  top: 111%;
  transform: scale(0);
  transition: 0.3s;
}
.headerNav_list > .headerNav_item > .headerNav_link:where(:hover, :focus)::after {
  transform: scale(1);
}

.headerNav_item {
  position: relative;
  white-space: nowrap;
  display: grid;
  place-items: center;
}
.headerNav_item.sp {
  display: none;
}

.headerNav_btn .headerNav_link {
  color: #fff;
  background: #1798b7;
  height: 100%;
  padding: 0 3em;
  display: grid;
  place-items: center;
}

.headerNav-sp {
  min-width: 220px;
  height: 100vh;
  padding: 90px 14% 0 7%;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(110%);
  z-index: 100;
  transition: 0.4s ease;
  display: none;
}
.headerNav-spBg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
  transition: 0.4s;
  display: none;
}
.js-active .headerNav-sp {
  transform: translateX(0);
}
.js-active .headerNav-spBg {
  display: block;
  opacity: 1;
}
.headerNav-sp_link {
  padding: 0.5em;
}
.headerNav-sp .sub-menu {
  margin-left: 1em;
  display: none;
}

.headerNav-sp_item.menu-item-has-children > .headerNav-sp_link {
  position: relative;
  display: block;
}
.headerNav-sp_item.menu-item-has-children > .headerNav-sp_link::before {
  content: "";
  display: block;
  position: absolute;
  content: "＋";
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.headerNav-sp_item.menu-item-has-children > .headerNav-sp_link.js-active::before {
  content: "ー";
  transform: scale(0.9) translateY(-50%);
}

.hamburger {
  width: 70px;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  display: none;
}
.hamburger > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger > span:empty {
  display: block;
  width: 50%;
  height: 2px;
  background: #1798b7;
  top: 50%;
  transition: ease 0.4s;
}
.hamburger > span:empty:nth-of-type(1) {
  top: 35%;
}
.hamburger > span:nth-of-type(3) {
  font-size: 0.6875rem;
  font-weight: 500;
  top: 62%;
}
.hamburger.js-close > span:empty {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.js-close > span:empty:nth-of-type(2) {
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .header {
    position: static;
    height: 75px;
    filter: none;
  }
  .headerNav {
    display: none;
  }
  .headerNav-sp,
  .hamburger {
    display: block;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  .header {
    height: 75px;
    position: static;
  }
  .headerLogo {
    width: 120px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    cta
------------------------ */
.cta {
  position: relative;
  height: 425px;
  background: url(../img/common/cta-bg.jpg) no-repeat center/cover;
}
.cta .btn, .cta .formCont .smf-button-control__control, .formCont .cta .smf-button-control__control {
  font-size: 2.625rem;
  font-size: clamp(1.563rem, 0.63rem + 2.982vw, 2.625rem);
  border-color: #1798b7;
}

.cta_txtWrap {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  max-width: 860px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 40px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.cta_txt {
  margin-bottom: 0.6em;
}

@media (max-width: 767px) {
  .cta {
    height: 350px;
    background-image: url(../img/common/cta-bg-sp.jpg);
  }
  .cta_txtWrap {
    padding: 30px 40px 41px;
  }
  .cta_txt {
    line-height: 1.5;
    font-size: 1.3125rem;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    footer
------------------------ */
.footer {
  color: #fff;
  background: #333;
  padding: 0 6.25%;
}

.footer_top {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  padding: 75px 0 50px;
}

.footerLogo {
  width: 20.7142857143%;
  padding: 0 2%;
}

.privacymark {
  width: 17.1428571429%;
  max-width: 240px;
  padding: 3%;
}

.copyright {
  text-align: center;
  padding: 1.5em;
  border-top: 1px solid #737373;
}

.footerNav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 7.5%;
}
.footerNav_item {
  white-space: nowrap;
}
.footerNav_item:not(.subItem) {
  font-size: 1rem;
  font-weight: 500;
}
.footerNav_item:not(.subItem) + .footerNav_item {
  margin-top: 1em;
}
.footerNav_item:not(.subItem)::before {
  content: "ー ";
  color: #ad0013;
}
.footerNav .subItem {
  font-size: 0.9375rem;
  margin-inline-start: 1.2em;
}
.footerNav .subItem + .subItem {
  margin-top: 0.5em;
}
.footerNav_link {
  transition: 0.3s;
}
.footerNav_link:where(:hover, :focus) {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .footer_top {
    gap: 2%;
  }
  .privacymark {
    width: 9%;
    padding: 1%;
  }
  .footerNav_item:not(.subItem) {
    font-size: 0.875rem;
  }
  .footerNav .subItem {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .footer_top {
    flex-direction: column;
    gap: 0;
    padding: 50px 0 20px;
  }
  .footerLogo {
    width: 150px;
    margin-bottom: 20px;
  }
  .privacymark {
    width: 56px;
    margin-left: auto;
  }
  .footerNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .footerNav_box {
    gap: 0.6em 3em;
    margin-bottom: 1.5em;
  }
  .footerNav_item:not(.subItem) {
    font-size: 0.8125rem;
  }
  .footerNav .subItem {
    font-size: 0.75rem;
  }
  .copyright {
    text-align: center;
    padding: 1em;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page common
------------------------ */
.kv {
  position: relative;
  height: 300px;
}

.kv_ttl {
  content: "";
  display: block;
  position: absolute;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kv_bg {
  height: 100%;
}
.kv_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.breadcrumbs {
  display: flex;
  padding: 15px 12% 40px;
}
.breadcrumbs li {
  position: relative;
  font-size: 0.9375rem;
  color: #afafaf;
}
.breadcrumbs li:last-of-type {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumbs li:not(:last-of-type) {
  white-space: nowrap;
}
.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  content: ">";
  color: #afafaf;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .kv {
    position: relative;
    height: 180px;
  }
  .breadcrumbs {
    padding: 10px 1em 10px;
  }
  .breadcrumbs li {
    font-size: 0.75rem;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：会社概要
------------------------ */
.aboutTableWrap {
  background: #f4f4f4;
  padding: 1.5em 0 2em;
}

.aboutTable {
  width: 86.9158878505%;
  margin: auto;
}
.aboutTable th {
  text-align: center;
  min-width: 10em;
  border-bottom: 1px solid #1798b7;
  padding: 1em 0;
}
.aboutTable td {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 1em 1em 3em;
}
.aboutTable td .note {
  font-size: 0.8em;
  color: #5c5c5c;
  display: block;
}
.aboutTable td .link {
  font-family: "Oswald", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.3;
  color: #fff;
  background: #1798b7;
  padding: 0 0.5em;
}
.aboutTable td .box dd {
  padding-left: 1em;
}
.aboutTable td .box > *::first-letter {
  color: #1798b7;
}
.aboutTable td .box + .box {
  margin-top: 1em;
}
.aboutTable tr:last-of-type th, .aboutTable tr:last-of-type td {
  border-bottom: 0;
}
.aboutTable tr:last-of-type .box:nth-last-child(2) dd::first-letter,
.aboutTable tr:last-of-type .box:last-child dd::first-letter {
  color: inherit;
}

.message {
  background: #f4f4f4;
}
.message .mediaAndTxt {
  margin-bottom: 2em;
}

.message_position {
  font-weight: 500;
}

.message_name {
  font-weight: 500;
}
.message_name .eng {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1798b7;
  margin-left: 1em;
}

.historyTable {
  width: 97%;
  max-width: 795px;
  margin: auto;
}
.historyTable tr:nth-of-type(odd) {
  background: #f2f2f2;
}
.historyTable th {
  padding: 1em 0.5em 1em 1em;
  width: 7.5em;
}
.historyTable td {
  padding: 1em 1em 1em 0;
}

@media (max-width: 767px) {
  .aboutTableWrap {
    padding-top: 0;
  }
  .aboutTable th,
  .aboutTable td {
    display: block;
    width: 100%;
  }
  .aboutTable th {
    text-align: left;
    padding: 1em;
  }
  .aboutTable td {
    padding: 1em;
  }
  .aboutTable td .note {
    line-height: 1.5;
  }
  .message_name {
    font-size: 1.6875rem;
  }
  .historyTable th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .historyTable td {
    display: block;
    padding-left: 1em;
    padding-top: 0;
    line-height: 1.5;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：事業内容
------------------------ */
.serviceTtl {
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 0.7em;
}
.serviceTtl::before {
  font-family: "Poppins", sans-serif;
  content: attr(data-eng);
  font-size: max(0.5em, 0.75rem);
  line-height: 1;
  letter-spacing: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #1798b7;
  padding: 1px 10px 0px;
  margin-bottom: 12px;
}

.serviceTxt {
  margin-bottom: 2em;
}

.slider {
  display: flex;
}
.slider-01 {
  width: 326.25%;
  padding: 27px 0;
}
.slider-02 {
  width: 465.875%;
  padding-top: 10px;
}
.slider-02 .slider_item:first-child {
  animation: slide01 150s linear infinite;
}
.slider-02 .slider_item:last-child {
  animation: slide02 150s -75s linear infinite;
}
.slider-03 {
  width: 580.25%;
  padding: 10px 0;
  background: #fff;
}
.slider-03 .slider_item:first-child {
  animation: slide01 200s linear infinite;
}
.slider-03 .slider_item:last-child {
  animation: slide02 200s -100s linear infinite;
}

.slider_item {
  width: 50%;
  display: flex;
}
.slider_item:first-child {
  animation: slide01 100s linear infinite;
}
.slider_item:last-child {
  animation: slide02 100s -50s linear infinite;
}
.slider_item > img {
  width: 100%;
  height: 100%;
}

@keyframes slide01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (max-width: 767px) {
  .serviceTtl {
    font-size: 1.5625rem;
  }
  .slider-01 {
    width: 700%;
    padding: 15px 0;
  }
  .slider-02 {
    width: 700%;
  }
  .slider-03 {
    width: 965%;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：採用情報
------------------------ */
:is(body[class~=recruit]) .breadcrumbs {
  position: absolute;
}

.recruitTop {
/*   background: url(../img/recruit/bg01.png) no-repeat top left/30%, url(../img/recruit/bg02.png) no-repeat bottom right/30%; */
  padding: 95px 0 80px;
}
.recruitTop .headingWrap {
  margin-bottom: 0;
}

.recruitTop_logo {
  width: 150px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .recruitTop {
    background-size: 65%, 65%;
  }
  .recruitTop_logo {
    width: 80px;
    margin-bottom: 25px;
  }
  /*スタイルを展開したいところに記述する*/
}
.interview {
  background: url(../img/recruit/bg03.jpg) no-repeat fixed;
}

.interview_inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto 100px;
}

.interview_item {
  display: flex;
  align-items: flex-start;
}
.interview_item:nth-child(even) {
  flex-direction: row-reverse;
}
.interview_item:nth-child(even) .interview_img {
  transform: translateX(-12%);
}
.interview_item:nth-child(even) .interview_txtWrap {
  transform: translate(12%, 30%);
  order: 1;
  padding: 2.5em calc(12% + 4em) 2.5em 2.5em;
}
.interview_item + .interview_item {
  margin-top: 150px;
}

.interview_img {
  flex: 0 0 52%;
  position: relative;
  aspect-ratio: 1000/657;
  transform: translateX(12%);
  z-index: 1;
}
.interview_img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.interview_txtWrap {
  flex: 0 0 48%;
  background: #fff;
  min-height: 358px;
  padding: 2.5em 2.5em 2.5em calc(12% + 4em);
  transform: translate(-12%, 30%);
}

.interview_ttl {
  font-weight: 500;
  line-height: 1.7391304348;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
}

.interview_info {
  margin-bottom: 2em;
}

.interview_name .small {
  font-size: 0.6666666667em;
}

@media (max-width: 767px) {
  .interview_inner {
    width: 75%;
    margin-bottom: 50px;
  }
  .interview_item {
    flex-direction: column;
  }
  .interview_item + .interview_item {
    margin-top: 50px;
  }
  .interview_item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .interview_item:nth-child(even) .interview_img {
    transform: translate(0);
  }
  .interview_item:nth-child(even) .interview_txtWrap {
    transform: translate(0);
    order: -1;
    padding: 1em 2em 1.5em;
  }
  .interview_img {
    width: 100%;
    transform: translate(0);
  }
  .interview_txtWrap {
    width: 100%;
    min-height: unset;
    transform: translate(0);
    padding: 1em 2em 1.5em;
  }
  .interview_ttl {
    margin-bottom: 0.5em;
  }
  .interview_name {
    font-size: 1.375rem;
  }
  .interview_info {
    margin-bottom: 1em;
  }
  /*スタイルを展開したいところに記述する*/
}
.merit .headingWrap {
  margin-bottom: 60px;
}
.merit .heading {
  margin-bottom: 3em;
}

.merit_inner {
  max-width: 1000px;
}

.card {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 1.8em 2em 2em;
}

.card_img {
  max-width: 205px;
  margin: auto;
}

.card_ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.card_ttl .small {
  font-size: 0.7142857143em;
  display: block;
}

@media (max-width: 767px) {
  .merit .headingWrap {
    margin-bottom: 35px;
  }
  .card {
    width: 80%;
    margin: 0 auto;
  }
  /*スタイルを展開したいところに記述する*/
}
.faq .headingWrap {
  margin-bottom: 60px;
}

.faq_inner {
  max-width: 1000px;
}

.qaBlock_ttl {
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #1798b7;
  padding: 0 1em 2px;
}

.qaBlock + .qaBlock {
  margin-top: 70px;
}

.question,
.answer {
  display: flex;
  padding: 1em 25px;
}
.question .mark,
.answer .mark {
  font-family: "Oswald", sans-serif;
  color: #ad0013;
  margin-right: 5px;
  flex-shrink: 0;
}

.question {
  position: relative;
  padding-right: calc(1.5em + 25px);
  margin-top: 0.5em;
  border-bottom: 1px solid #828282;
}
.question::before, .question::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.05em;
  height: 1px;
  background: #000;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.question::after {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.question.js-active::after {
  transform: rotate(0);
}
.question:hover {
  cursor: pointer;
}

.answer {
  line-height: 1.6666666667;
  background: #f2f2f2;
}
.answer .mark {
  font-size: 1.2666666667em;
}

@media (max-width: 767px) {
  .qaBlock + .qaBlock {
    margin-top: 55px;
  }
  .question {
    padding-left: 0.5em;
    line-height: 1.8;
  }
  /*スタイルを展開したいところに記述する*/
}
.jobCategory .headingWrap {
  margin-bottom: 50px;
}
.jobCategory .grid-col2 {
  margin-bottom: 50px;
}

.jobCategory_inner {
  max-width: 1000px;
}

.jobCategory_ttl {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 1em 0;
}
.jobCategory_ttl::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #d9d9d9;
}

.jobType {
  position: relative;
  background: #fff;
  border: 6px solid #1798b7;
  transition: 0.3s;
}
.jobType::before {
  content: "";
  display: block;
  position: absolute;
  width: 87px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #1798b7;
  bottom: 0;
  right: 0;
}
.jobType::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon/arrow.svg);
          mask-image: url(../img/common/icon/arrow.svg);
  z-index: 1;
  width: 25px;
  aspect-ratio: 25/11;
  background: #fff;
  bottom: 21.75px;
  right: 21.75px;
  transform: translate(50%, 0%);
}
.jobType:where(:hover, :focus) {
  opacity: 0.8;
}

.jobType_top {
  display: flex;
  align-items: center;
  gap: 8%;
  padding-inline-end: 10px;
}
.jobType_top .target {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  background: #1798b7;
  padding: 0 5px;
}

.jobType_img {
  flex: 0 0 155px;
}

.jobType_ttl {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.jobType_ttl .small {
  font-size: 0.4285714286em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.jobType_txt {
  line-height: 1.6666666667;
  padding: 1em 87px 1em 1em;
}

@media (max-width: 1024px) {
  .jobType_top .target {
    font-size: 0.875rem;
    writing-mode: vertical-rl;
    line-height: 1;
    padding: 0.5em;
  }
  .jobType_img {
    flex: 0 0 120px;
  }
  .jobType_ttl {
    flex: 1;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  .jobType::before {
    width: 70px;
  }
  .jobType::after {
    width: 19px;
  }
  .jobType_img {
    flex: 0 0 110px;
  }
  .jobType_ttl {
    font-size: 1.5rem;
  }
  .jobType_txt {
    padding-right: 70px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：フロント
------------------------ */
.frontInformation .headingWrap {
  text-align: left;
}
.frontInformation .heading::before {
  padding: 0.3em 0.4em 0 0;
}
.frontInformation .information_list {
  flex: 1;
  margin-top: -0.7em;
}

.frontInformation_inner {
  display: flex;
  gap: 1em;
  max-width: 1100px;
}

.information_item {
  padding: 1.2em 2em;
  border-bottom: 1px solid #d9d9d9;
}

.information_info {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.3em;
}

.information_data {
  color: #5c5c5c;
}

.information_cat {
  background: #d9d9d9;
  padding: 0 1em;
  margin-left: 8px;
}

.information_ttl > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.frontServices {
  padding: 85px 0 80px;
}
.frontServices-02 {
  padding: 100px 0 180px;
}
.frontServices .headingWrap {
  margin-bottom: 0;
}

.vision {
  padding-top: 85px;
}
.vision .headingWrap {
  position: relative;
  z-index: 1;
}

.vision_img {
  margin-top: clamp(-256px, -16vw, -60px);
}

.data {
  background: url(../img/front/bg-data.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

.dataCont {
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.dataCont_item {
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  color: #1798b7;
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 35px 40px;
}

.dataCont_ttl {
  padding-top: 1.5em;
}

.dataCont_img {
  width: max(100px, 34.693877551%);
  margin: auto;
}

.dataCont_value .emphasis {
  font-size: 1.75em;
}

@media (max-width: 767px) {
  .frontInformation_inner {
    flex-direction: column;
    gap: 0;
  }
  .frontInformation_inner .heading {
    margin-left: 1em;
  }
  .frontServices {
    padding: 50px 0;
  }
  .frontServices-02 {
    padding: 50px 0 90px;
  }
  .vision {
    padding-top: 50px;
  }
  .dataCont {
    width: 83%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .dataCont_ttl {
    padding-top: 0.5em;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    post：common
------------------------ */
.sme-badge {
  border-radius: 0;
}

/* ------------------------
    post：インタビュー
------------------------ */
.interviewCont .inner {
  max-width: 1100px;
}
.interviewCont .linkWrap {
  padding: 100px 0;
}
.interviewCont .btn, .interviewCont .formCont .smf-button-control__control, .formCont .interviewCont .smf-button-control__control {
  font-size: 17px;
}

.acfWrap {
  gap: 0;
  align-items: baseline !important;
}
.acfWrap .is-acf-field.acf_name {
  margin-right: 5px;
}
.acfWrap .is-acf-field.acf_name .value {
  font-size: 1.5em;
}
.acfWrap .is-acf-field .suffix {
  margin-inline-start: 0;
}
.acfWrap .is-acf-field .prefix {
  margin-inline-end: 0;
}

.interviewCont_thumb {
  height: 100%;
}
.interviewCont_thumb > img {
  height: 100%;
}

.scheduleTable tbody {
  display: grid;
  gap: 15px;
}
.scheduleTable .sme-badge {
  line-height: 1;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border-radius: 9999px;
  padding: 0.4em 1em;
  min-width: 6em;
}
.scheduleTable tr {
  position: relative;
}
.scheduleTable tr:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 15px);
  left: 3em;
  top: 15px;
  background: #000;
  z-index: 0;
}

@media (max-width: 767px) {
  .interviewCont .linkWrap {
    padding: 80px 0;
  }
  .interviewCont .btn, .interviewCont .formCont .smf-button-control__control, .formCont .interviewCont .smf-button-control__control {
    font-size: 15px;
  }
  .scheduleTable tr {
    display: flex;
    flex-wrap: wrap;
  }
  .scheduleTable tr > td:last-child {
    margin-left: 7em;
    border-left-width: 0 !important;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：サイトマップ
------------------------ */
.siteList {
  max-width: 900px;
  margin: auto;
}

.siteList_row {
  padding: 1em;
}
.siteList_row:nth-of-type(odd) {
  background: #f2f2f2;
}

.siteList_link::before {
  content: "ー ";
  color: #ad0013;
}

.siteList-sub {
  padding-left: 1em;
}
.siteList-sub .siteList_link + .siteList_link {
  margin-left: 2em;
}

/* ------------------------
    post：募集職種
------------------------ */
body[class~=single-job] .section {
  padding-bottom: 0;
}

.jobPostCont .jobDescription .sme-badge {
  padding: 0 0.5em;
}
.jobPostCont .place .sme-badge {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-left: 5px;
}

.jobEntryWrap {
  background: #f2f2f2;
  padding: 110px 0 140px;
}
.jobEntryWrap .btn, .jobEntryWrap .formCont .smf-button-control__control, .formCont .jobEntryWrap .smf-button-control__control {
  font-size: 46px;
  font-size: clamp(1.875rem, 0.998rem + 2.807vw, 2.875rem);
}

.jobEntryWrap_txt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.7em;
}

@media (max-width: 767px) {
  .jobPostCont .place {
    margin-top: 23px !important;
  }
  .jobPostCont .c-row > .c-row__col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .requirementsTable th {
    text-align: left !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .requirementsTable td {
    padding-left: 2em !important;
  }
  .jobEntryWrap {
    padding: 70px 0 90px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
   　フォーム
------------------------ */
.snow-monkey-form {
  background: #f4f4f4;
  padding: 50px 3%;
}

.formCont .smf-error-messages {
  font-size: 0.8em;
}
.formCont .smf-form--simple-table .smf-item.required .smf-item__label, .formCont .smf-form--simple-table .smf-item.any .smf-item__label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formCont .smf-form--simple-table .smf-item.required .smf-item__label::after, .formCont .smf-form--simple-table .smf-item.any .smf-item__label::after {
  font-size: 0.8125rem;
  white-space: nowrap;
  line-height: 1;
  margin-left: auto;
  display: inline-block;
  padding: 4px 0.6em;
  transform: translateY(25%);
}
.formCont .smf-form--simple-table .smf-item.required .smf-item__label::after {
  content: "必須";
  color: #fff;
  background: #333;
}
.formCont .smf-form--simple-table .smf-item.any .smf-item__label::after {
  content: "任意";
  border: 1px solid;
  padding: 2px calc(0.6em - 1px);
}
.formCont .smf-placeholder[data-name=title] input {
  pointer-events: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
.formCont .smf-button-control__control {
  background: #fff;
  margin: auto;
  border-radius: 0;
}
.formCont .smf-button-control__control:is(:hover, :focus) {
  color: #fff;
  background: #1798b7;
  border-color: #1798b7;
}
.formCont .smf-button-control__control:is(:hover, :focus)::before {
  background: currentColor;
}
.formCont .smf-action {
  max-width: 600px;
  margin: 25px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}
.formCont .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.formCont .smf-form .smf-item .smf-text-control__control {
  width: 100%;
}

/* ------------------------
    page：お問い合わせ
------------------------ */
/* ------------------------
    page：個人情報保護
------------------------ */
.policyCont {
  line-height: 1.75;
}
.policyCont + .policyCont {
  margin-top: 100px;
}
.policyCont p:not([class]) {
  margin-bottom: 1.5em;
}

.policyTtl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.policyCont_ttl {
  font-weight: 500;
  color: #1798b7;
  margin-bottom: 0.3em;
}

/* ------------------------
    post：お知らせ
------------------------ */
.postCont {
  padding: 50px 0 120px;
}
.postCont .linkWrap {
  margin-top: 100px;
}

.postTtl {
  font-weight: 500;
  color: #1798b7;
  margin-bottom: 1em;
}

/* ------------------------
    archive：お知らせ
------------------------ */
.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 100px;
}

.page-numbers {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  color: #fff;
  background: #d9d9d9;
  transition: 0.2s;
}
.page-numbers.current, .page-numbers:is(:hover, :focus) {
  background: #1798b7;
}
.page-numbers.next, .page-numbers.prev {
  position: relative;
}
.page-numbers.next::before, .page-numbers.prev::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon/arrow-bold.svg);
          mask-image: url(../img/common/icon/arrow-bold.svg);
  width: 18px;
  aspect-ratio: 1;
}
.page-numbers.next.prev::before, .page-numbers.prev.prev::before {
  transform: scale(-1, 1);
}/*# sourceMappingURL=style.css.map */