/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/*------------------------------------------
	root
------------------------------------------*/
:root {
  --inner-padding: 10px;
  --header-height: 80px;
  --font-size-base: 15px;
  --line-height-base: 2;
  --line-height-head: 1.5;
  --letter-spacing: .05em;
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --color-txt: #323232;
  --color-gray: #646464;
}
@media screen and (min-width: 768px) {
  :root {
    --body-min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --inner-padding: 20px;
    --header-height: 50px;
    --font-size-base: 13px;
  }
}

/*------------------------------------------
	utility
------------------------------------------*/
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .u-sp-small {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  -webkit-text-size-adjust: 100%;
}

* {
  letter-spacing: var(--letter-spacing);
}

a {
  letter-spacing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: var(--line-height-head);
}

.f-serif {
  font-family: var(--font-family-serif);
}

/*------------------------------------------
	frame / smooth scroll
------------------------------------------*/
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  body {
    min-width: var(--body-min-width);
  }
}

/*------------------------------------------
	hover
------------------------------------------*/
@media (hover: hover) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
/*============================================================================================================
	.l-header
============================================================================================================*/
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 40px;
  background: #fff;
}
.l-header__tit, .l-header__entry {
  position: relative;
  z-index: 9992;
}
.l-header__tit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.l-header__tit-logo {
  width: 267px;
}
.l-header__tit-txt {
  color: var(--color-gray);
  font-size: 18px;
  line-height: var(--line-height-head);
}
.l-header__entry {
  margin-inline: auto 30px;
  color: var(--color-gray);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 5px;
}
.l-header__entry a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header {
    gap: 10px;
    padding-inline: 15px 10px;
  }
  .l-header__tit a {
    gap: 15px;
  }
  .l-header__tit-logo {
    width: min(54%, 170px);
  }
  .l-header__tit-txt {
    font-size: 10px;
  }
  .l-header__entry {
    font-size: 13px;
    position: absolute;
    right: 20px;
    margin: 0;
    top: calc(100% + 5px);
    --width: 2px;
    --blur: 2px;
    --color: 255, 255, 255;
    --opacity: .8;
    text-shadow: var(--width) var(--width) var(--blur) rgba(var(--color), var(--opacity)), calc(var(--width) * -1) var(--width) var(--blur) rgba(var(--color), var(--opacity)), calc(var(--width) * -1) calc(var(--width) * -1) var(--blur) rgba(var(--color), var(--opacity)), var(--width) calc(var(--width) * -1) var(--blur) rgba(var(--color), var(--opacity)), var(--width) 0 var(--blur) rgba(var(--color), var(--opacity)), 0 var(--width) var(--blur) rgba(var(--color), var(--opacity)), calc(var(--width) * -1) 0 var(--blur) rgba(var(--color), var(--opacity)), 0 calc(var(--width) * -1) var(--blur) rgba(var(--color), var(--opacity));
  }
  .l-header__entry a {
    padding-block: 5px;
  }
}

/*============================================================================================================
	.l-nav
============================================================================================================*/
/*	グレーアウト
------------------------------------------*/
.l-nav-list .is-gray {
  color: #b4b4b4;
}
.l-nav-list-child__item.is-gray {
  padding-block: 5px;
  padding-left: 1.2em;
  position: relative;
}
.l-nav-list-child__item.is-gray::after {
  --size: .5em;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.9em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-nav-list-child__item.is-gray {
    padding-block: 7px;
  }
  .l-nav-list-child__item.is-gray::after {
    top: 1.1em;
  }
}

.l-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
}
.l-nav-inner {
  width: min(100%, 1280px);
  height: 100%;
  margin-inline: auto;
  padding: var(--header-height) 30px 100px;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav__logo {
  width: min(100%, 410px);
  margin: 0 auto 80px;
}
.l-nav__logo img {
  width: 100%;
}
.l-nav-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px 70px;
  line-height: 1.5;
}
.l-nav-list__parent {
  margin-bottom: 15px;
  padding-block: 15px;
  border-bottom: 1px solid #b4b4b4;
  font-weight: 500;
  font-size: 18px;
}
.l-nav-list__parent .small {
  display: block;
  font-size: 14px;
}
.l-nav-list-child__item a {
  display: block;
  padding-block: 5px;
  padding-left: 1.2em;
  position: relative;
}
.l-nav-list-child__item a::after {
  --size: .5em;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.9em;
  left: 0;
}
.l-nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0 auto;
}
.l-nav-sub__item {
  padding-inline: 10px;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
}
.l-nav-sub__item::before, .l-nav-sub__item:last-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: var(--color-txt);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-nav-sub__item:last-of-type::after {
  left: auto;
  right: 0;
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 768px) {
  .l-nav-list {
    grid-auto-flow: column;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
  }
  .l-nav-list-child {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .l-nav-inner {
    padding-top: calc(var(--header-height) + 50px);
  }
  .l-nav-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    border-bottom: 1px solid #b4b4b4;
  }
  .l-nav-list__parent {
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 20px;
    border-top: 1px solid #b4b4b4;
    border-bottom: none;
    font-size: 16px;
    position: relative;
  }
  .l-nav-list__parent.is-no-icon::before, .l-nav-list__parent.is-no-icon::after {
    content: none;
  }
  .l-nav-list__parent::before, .l-nav-list__parent::after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #969696;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-list__parent::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .l-nav-list__parent.is-open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-nav-list__parent.is-open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-nav-list__parent .small {
    font-size: 12px;
  }
  .l-nav-list-child {
    padding: 0 10px 15px;
  }
  .l-nav-list-child__item a {
    padding-block: 7px;
  }
  .l-nav-list-child__item a::after {
    top: 1.1em;
  }
  .l-nav-sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 20px;
  }
  .l-nav-sub__item {
    padding-inline: 0;
    font-size: 13px;
  }
  .l-nav-sub__item::before, .l-nav-sub__item:last-of-type::after {
    content: none;
  }
}
@media (hover: hover) {
  .l-nav a:hover {
    opacity: 1;
    color: #f39800;
  }
}

/*	copyright
------------------------------------------*/
.l-nav__copyright {
  margin-top: 20px;
  color: var(--color-gray);
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-nav__copyright {
    margin-top: 30px;
    font-size: 10px;
    text-align: center;
  }
}

/*	.l-navBtn
------------------------------------------*/
.l-navBtn {
  --size: var(--header-height);
  overflow: hidden;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  text-align: center;
  position: relative;
  z-index: 9992;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  height: 2px;
  background: var(--color-gray);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-navBtn span:nth-of-type(1) {
  top: 22px;
}
.l-navBtn span:nth-of-type(2) {
  top: 31px;
}
.l-navBtn span:nth-of-type(3) {
  top: 40px;
}
.l-navBtn::after {
  content: "MENU";
  position: absolute;
  left: 11%;
  bottom: 17px;
  color: var(--color-gray);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-navBtn.is-close span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-210deg);
          transform: rotate(-210deg);
}
.l-navBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.l-navBtn.is-close span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.l-navBtn.is-close::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-navBtn span {
    height: 1px;
  }
  .l-navBtn span:nth-of-type(1) {
    top: 13px;
  }
  .l-navBtn span:nth-of-type(2) {
    top: 18px;
  }
  .l-navBtn span:nth-of-type(3) {
    top: 23px;
  }
  .l-navBtn::after {
    bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.35em;
  }
}

/*============================================================================================================
	.l-footer
============================================================================================================*/
body {
  margin: 0;
}

.l-footer {
  background-color: #f5f0eb;
}
.l-footer_inner {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding: 9px 20px;
}
@media screen and (min-width: 768px) {
  .l-footer_inner {
    padding: 60px 20px 60px;
  }
}
.l-footer-links_top {
  margin-bottom: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (21em)[3];
  grid-template-columns: repeat(3, 21em);
  gap: 30px;
  row-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-links_wrap li {
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .l-footer-links_wrap li:has(a):hover:not(.is-gray) a {
    color: #f39800;
    opacity: 1;
  }
  .l-footer-links_wrap li:has(a):hover:not(.is-gray)::before {
    color: #f39800;
  }
}
.l-footer-links_wrap li.is-gray {
  color: #b4b4b4;
}
.l-footer-links_wrap li::before {
  content: "＞";
  display: inline-block;
  font-size: 10px;
  padding-right: 0.5em;
}
.l-footer-links_wrap li:first-of-type {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.l-footer-links_wrap li:not(:first-of-type) {
  font-size: 13px;
  padding-left: 1.2em;
}
.l-footer-links_bottom {
  margin-bottom: 30px;
  font-size: 13px;
}
.l-footer-links_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-links_bottom li a {
  padding: 1px 5px;
  border-right: #646464 1px solid;
}
@media (hover: hover) {
  .l-footer-links_bottom li a:hover {
    color: #f39800;
    opacity: 1;
  }
}
.l-footer-links_bottom li:first-of-type a {
  border-left: #646464 1px solid;
}
.l-footer .copyright {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer .copyright {
    font-size: 12px;
  }
}

.l-pagetop__btn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .l-pagetop__btn {
    bottom: 30px;
    width: 58px;
    height: 58px;
    right: 40px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
}

.modal-panel {
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 20px 45px 20px 56px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 800px;
  height: 650px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .modal-panel {
    top: 300px;
    width: 100%;
    height: calc(100% - 300px);
    border-radius: 20px 20px 0 0;
    padding: 30px 40px;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay.is-open .modal-panel {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .modal-overlay.is-open .modal-panel {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal-close {
  background: url(../img/modal/ico_close01.svg) no-repeat left center/21px 21px;
  padding-left: 32px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close {
    background: none;
    font-size: 13px;
    padding-left: 0;
    padding-right: 32px;
    text-align: right;
    position: relative;
  }
  .modal-close::before {
    background: url(../img/modal/ico_close01.svg) no-repeat left center/21px 21px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 0;
  }
}

.modal-ttlBox {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  min-height: 80px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .modal-ttlBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
}
.modal-ttlBox__ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modal-ttlBox__ttl {
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-ttlBox__ttl span {
  background-color: #fff;
  border-radius: 17px;
  font-size: 16px;
  min-width: 170px;
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .modal-ttlBox__ttl span {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 6px;
    min-width: 136px;
    min-height: 29px;
  }
}
.modal-ttlBox.is-bg01 {
  background-color: #757CBB;
}
.modal-ttlBox.is-bg01 .modal-ttlBox__ttl span {
  color: #757CBB;
}
.modal-ttlBox.is-bg02 {
  background-color: #454B78;
}
.modal-ttlBox.is-bg02 .modal-ttlBox__ttl span {
  color: #454B78;
}
.modal-ttlBox.is-bg03 {
  background-color: #32324B;
}
.modal-ttlBox.is-bg03 .modal-ttlBox__ttl span {
  color: #32324B;
}
.modal-ttlBox.is-bg04 {
  background-color: #7DA032;
}
.modal-ttlBox.is-bg04 .modal-ttlBox__ttl span {
  color: #7DA032;
}

.modal-infoList {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .modal-infoList {
    margin-top: 15px;
  }
}
.modal-infoList__item {
  border-bottom: 1px solid #C8C8C8;
  padding: 0 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal-infoList__item {
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
}
.modal-infoList__ttl {
  border: 1px solid #757CBB;
  display: inline-block;
  padding: 5px 10px;
  min-width: 170px;
  min-height: 33px;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #757CBB;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .modal-infoList__ttl {
    font-size: 13px;
    min-width: 136px;
    min-height: 29px;
  }
}

.modal-overlay.is-bg01 .modal-infoList__ttl {
  border-color: #757CBB;
  color: #757CBB;
}

.modal-overlay.is-bg02 .modal-infoList__ttl {
  border-color: #454B78;
  color: #454B78;
}

.modal-overlay.is-bg03 .modal-infoList__ttl {
  border-color: #32324B;
  color: #32324B;
}

.modal-overlay.is-bg04 .modal-infoList__ttl {
  border-color: #7DA032;
  color: #7DA032;
}

.modal-txtList {
  padding-left: 0.5em;
}
.modal-txtList__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .modal-txtList__item {
    font-size: 13px;
  }
}
.modal-txtList__item::before {
  content: "・";
  display: inline-block;
}
.modal-txtList.no-mark {
  padding-left: 0;
}
.modal-txtList.no-mark .modal-txtList__item {
  text-indent: 0;
}
.modal-txtList.no-mark .modal-txtList__item::before {
  content: none;
  display: none;
}
.modal-txtList.num {
  padding-left: 1em;
}
.modal-txtList.num .modal-txtList__item {
  list-style: decimal;
  text-indent: 0;
}
.modal-txtList.num .modal-txtList__item::before {
  content: none;
  display: none;
}
.modal-txtList.num .modal-txtList__item.no-num {
  list-style: none;
  padding-left: 0;
}

/*============================================================================================================
	page
============================================================================================================*/
/*	home
============================================================================================================*/
/*------------------------------------------
	.homeMv
------------------------------------------*/
.homeMv {
  width: 100%;
  height: calc(100svh - var(--header-height));
  position: relative;
}
.homeMv__catch {
  width: 91%;
  color: #fff;
  font-size: max(30px, 2.5vw);
  line-height: 1.7;
  letter-spacing: 0.4em;
  position: absolute;
  top: 14%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 4px 4px 7px rgba(0, 0, 0, 0.9);
  -webkit-animation: fadeIn 1s ease-in-out 1s forwards;
          animation: fadeIn 1s ease-in-out 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .homeMv__catch {
    top: 8%;
    font-size: 5.5vw;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-home-mv-slider {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  height: 100%;
}
.js-home-mv-slider.is-initialized {
  opacity: 1;
}
.js-home-mv-slider .splide__track {
  height: 100%;
}
.js-home-mv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*	about
============================================================================================================*/
.p-page .l-header {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  main {
    min-height: calc(100svh - 88px);
  }
}

.page_title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  color: #646464;
  font-family: var(--font-family-serif);
  font-weight: 600;
  font-size: 20px;
  padding-top: 2.3em;
  letter-spacing: 0.2em;
}
.page_title.is-eng {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page_title {
    font-size: 40px;
  }
}
.page_title_wrap {
  width: calc(100% - 40px);
  margin-inline: auto;
  border-bottom: 1px solid #646464;
  display: -ms-grid;
  display: grid;
  height: 122px;
}
@media screen and (min-width: 768px) {
  .page_title_wrap {
    width: min(100%, 1200px);
    height: 253px;
  }
}

.main-container {
  padding-top: 40px;
  padding-bottom: 77px;
  color: #646464;
}
@media screen and (min-width: 768px) {
  .main-container {
    padding-top: 80px;
    padding-bottom: 138px;
  }
}
.main-container .inner {
  width: min(100%, 1040px);
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
.main-container .inner-wide {
  width: min(100%, 1240px);
}
.main-container .content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  row-gap: 27px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-container .content-grid {
    gap: 60px;
    row-gap: 50px;
  }
}

.about-container .content-box h3 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about-container .content-box h3 {
    margin-top: 15px;
    font-size: 25px;
  }
}
.about-container .content-box p {
  margin-top: 10px;
  font-size: 10px;
}
.about-container .content-box p.is-nomargin {
  margin-top: 0;
}
.about-container .content-box p.is-number {
  display: block;
}
@media screen and (max-width: 767px) {
  .about-container .content-box p.is-number span {
    display: inline-block;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 768px) {
  .about-container .content-box p {
    margin-top: 15px;
    font-size: 16px;
  }
  .about-container .content-box p.is-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-container .content-box p span {
  margin-right: 15px;
  font-size: 25px;
  font-weight: 600;
}
.about-container .content-link {
  display: block;
  aspect-ratio: 310/180;
  border-radius: 15px;
  position: relative;
  border: #C8C8C8 solid 1px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .about-container .content-link {
    aspect-ratio: 470/275;
  }
}
.about-container .content-link img {
  width: 100%;
  aspect-ratio: 310/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about-container .content-link img {
    aspect-ratio: 470/275;
  }
}
.about-container .content-link::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/common/arrow1.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  right: 4.5px;
  bottom: 4.5px;
}
@media screen and (min-width: 768px) {
  .about-container .content-link::after {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .about-container .content-link:hover {
    opacity: 0.6;
  }
}

/*	welfare
============================================================================================================*/
.page_title span {
  display: block;
  font-size: 10px;
  font-family: var(--font-family-base);
  margin-bottom: 7px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page_title span {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.page_title:has(span) {
  padding-top: 36px;
}

.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.content-flex .content-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
    row-gap: 20px;
  }
  .content-flex .content-box:not(.w-100) {
    width: 48.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-flex .content-box_txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.main-container .section2_title {
  background-color: #757CBB;
  color: #fff;
  font-family: var(--font-family-serif);
  font-size: 17.5px;
  font-weight: 500;
  border-radius: 50px;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .main-container .section2_title {
    height: 70px;
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.main-container .section2_title::after {
  content: "";
  position: absolute;
  background: #fff;
  right: 33px;
  top: 50%;
  bottom: 50%;
  height: 1px;
  width: 13px;
}
.main-container .section2 .content-box_title {
  background-color: #F0F0F0;
  border-radius: 20px 20px 0 0;
  margin-bottom: 2px;
  font-size: 14px;
  height: 35px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-container .section2 .content-box_title {
    margin-bottom: 3px;
    font-size: 16px;
    height: 50px;
  }
}
.main-container .section2 .content-box_txt {
  background-color: #F0F0F0;
  border-radius: 0 0 20px 20px;
  font-size: 12px;
  padding: 10px 16px 11px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main-container .section2 .content-box_txt {
    font-size: 14px;
    padding: 10px 30px 11px;
  }
}
.main-container .section2 .content-flex {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main-container .section2 .content-flex {
    margin-bottom: 80px;
  }
}
.main-container .chart h3 {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-container .chart h3 {
    font-size: 20px;
  }
}

/*	career
============================================================================================================*/
.bg:has(.section3) {
  background-color: #F8F8FF;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bg:has(.section3) {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}

.rounded {
  border: #757CBB 1px solid;
  background: #fff;
  color: #757CBB;
  border-radius: 50px;
  height: 29px;
  font-size: 13px;
  font-weight: 500;
  width: 135px;
  display: inline grid;
  place-items: center;
  padding-bottom: 3px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .rounded {
    height: 33px;
    font-size: 16px;
    width: 170px;
  }
}

.main-container:has(.lead_txt) {
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .main-container:has(.lead_txt) {
    padding-top: 75px;
  }
}

.lead_txt {
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .lead_txt {
    font-size: 18px;
    margin-bottom: 75px;
  }
}

.section_title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.section3_title {
  color: #757CBB;
}
.section3_title span {
  display: block;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .section3_title span {
    font-size: 16px;
  }
}
.section3_table_wrap {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section3_table_wrap {
    margin-bottom: 50px;
  }
}
.section3_table {
  font-size: 13px;
  table-layout: auto;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .section3_table {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section3_table th, .section3_table td {
    width: 100%;
    display: block;
  }
}
.section3_table p + h3 {
  margin-top: 1em;
}
.section3_table h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section3_table h3 {
    font-weight: 500;
  }
}
.section3_table .bg_p {
  background-color: #757CBB;
  color: #fff;
  height: 49px;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section3_table .bg_p {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section3_table .bg_p th {
  vertical-align: middle;
  padding-left: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section3_table .bg_p {
    height: 76px;
    font-size: 24px;
  }
  .section3_table .bg_p th {
    padding-left: 40px;
  }
}
.section3_table .bg_p .rounded {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .section3_table .bg_p .rounded {
    margin-right: 1em;
  }
}
.section3_table tr:not(.bg_p) th {
  padding: 15px 24px 5px;
}
@media screen and (min-width: 768px) {
  .section3_table tr:not(.bg_p) th {
    padding: 30px 40px;
    width: 235px;
  }
}
.section3_table tr:not(.bg_p) td {
  padding: 0 24px 15px;
}
@media screen and (min-width: 768px) {
  .section3_table tr:not(.bg_p) td {
    padding: 30px 71px 30px 0;
  }
}
.section3_table tr:not(:first-of-type):not(:last-of-type) {
  position: relative;
}
.section3_table tr:not(:first-of-type):not(:last-of-type) td::after {
  content: "";
  display: block;
  background-color: #C8C8C8;
  width: calc(100% - 45px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .section3_table tr:not(:first-of-type):not(:last-of-type) td::after {
    width: calc(100% - 80px);
  }
}
.section3_table td:has(.content-grid) {
  padding: 15px 24px 15px !important;
}
@media screen and (min-width: 768px) {
  .section3_table td:has(.content-grid) {
    padding: 30px 40px 30px !important;
  }
}
.section3_table .content-grid {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .section3_table .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.section3_table .content-grid .rounded {
  margin-right: 1em;
}
.section3_table_list:not(.num) li {
  position: relative;
  padding-left: 1em;
}
.section3_table_list:not(.num) li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: auto;
  position: absolute;
  left: -0.1em;
}
.section3_table_list.num {
  padding-left: 1em;
}
.section3_table_list.num li {
  list-style: decimal;
}
.section3-jobList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .section3-jobList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.section3-jobList__item a {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section3-jobList__item a {
    font-size: 15px;
    padding: 14px 15px;
    border-radius: 10px;
  }
}
.section3-jobList__item a.is-bg01 {
  background-color: #757CBB;
}
.section3-jobList__item a.is-bg01 span::before, .section3-jobList__item a.is-bg01 span::after {
  background-color: #757CBB;
}
.section3-jobList__item a.is-bg02 {
  background-color: #454B78;
}
.section3-jobList__item a.is-bg02 span::before, .section3-jobList__item a.is-bg02 span::after {
  background-color: #454B78;
}
.section3-jobList__item a.is-bg03 {
  background-color: #32324B;
}
.section3-jobList__item a.is-bg03 span::before, .section3-jobList__item a.is-bg03 span::after {
  background-color: #32324B;
}
.section3-jobList__item a.is-bg04 {
  background-color: #7DA032;
}
.section3-jobList__item a.is-bg04 span::before, .section3-jobList__item a.is-bg04 span::after {
  background-color: #7DA032;
}
.section3-jobList__item a span {
  background-color: #fff;
  display: inline-block;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .section3-jobList__item a span {
    width: 20px;
    height: 20px;
  }
}
.section3-jobList__item a span::before, .section3-jobList__item a span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
@media screen and (max-width: 767px) {
  .section3-jobList__item a span::before, .section3-jobList__item a span::after {
    width: 6px;
    height: 1px;
  }
}
.section3-jobList__item a span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate(0, -1px);
          transform: translate(-50%, -50%) rotate(45deg) translate(0, -1px);
}
.section3-jobList__item a span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate(0, 1px);
          transform: translate(-50%, -50%) rotate(-45deg) translate(0, 1px);
}
.section3-whiteBox {
  background-color: #fff;
  border: 1px solid #757CBB;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 1fr;
  grid-template-columns: 170px 1fr;
  gap: 30px;
  padding: 40px 50px;
  border-radius: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox {
    font-size: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px;
  }
}
.section3-whiteBox__ttl {
  background-color: #fff;
  border: 1px solid #757CBB;
  border-radius: 17px;
  color: #757CBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  max-width: 170px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__ttl {
    font-size: 13px;
    max-width: 136px;
    height: 29px;
  }
}
.section3-whiteBox__txt, .section3-whiteBox__step {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.18;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__txt, .section3-whiteBox__step {
    font-size: 13px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__txt {
    margin-top: 7px;
  }
}
.section3-whiteBox__step.is-caution {
  font-size: 12px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__step.is-caution {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__step {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
}
.section3-whiteBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section3-whiteBox__mailBox {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__mailBox {
    margin-inline: 0;
  }
}
.section3-whiteBox__caution {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.18;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__caution {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.section3-whiteBox__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#757CBB), to(#32324B));
  background: linear-gradient(to bottom, #757CBB 0%, #32324B 100%);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.section3-whiteBox__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/ico_arrow01.svg") no-repeat right 20px center/contain;
  background-size: 7px 14px;
}
@media screen and (max-width: 767px) {
  .section3-whiteBox__btn {
    font-size: 13px;
    max-width: 100%;
    height: 50px;
    margin-top: 10px;
  }
}
.section3-whiteBox__btn:hover {
  opacity: 0.8;
}

.content-grid:has(.circle_wrap) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .content-grid:has(.circle_wrap) {
    margin-bottom: 50px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
  }
}

.content-grid.is_no_mb {
  margin-bottom: 0;
}

.circle_wrap {
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #757CBB;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .circle_wrap {
    width: 76%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .circle_wrap {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) {
  .circle_wrap {
    font-size: 20px;
  }
}
.circle_wrap .circle_box {
  padding-bottom: 14%;
}
.circle_wrap .content-img {
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .circle_wrap .content-img {
    max-width: 44%;
  }
}

.circle_wrap:nth-of-type(2) {
  background-color: #F39800;
}
@media screen and (max-width: 767px) {
  .circle_wrap:nth-of-type(2) .content-img {
    max-width: 34%;
  }
}

.circle_wrap:last-of-type {
  background-color: #8EC31F;
}
@media screen and (max-width: 767px) {
  .circle_wrap:last-of-type .content-img {
    max-width: 68%;
  }
}

.content-grid.contact_panel {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #F8F8FF;
  border-radius: 10px;
  padding: 25px;
  row-gap: 20px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .content-grid.contact_panel {
    border-radius: 20px;
    -ms-grid-columns: 215px 290px auto;
    grid-template-columns: 215px 290px auto;
    padding: 40px 50px;
    gap: 50px;
    font-size: 16px;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.contact_panel .rounded {
  width: auto;
  max-width: 14em;
}
.contact_panel_txt {
  line-height: 1.5;
}
.contact_panel_txt a {
  color: #0000FF;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact_panel_txt a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact_panel_txt span {
    margin-top: 1em;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .contact_panel_txt.-fix {
    line-height: 2;
  }
}

.challenged-container .section3_table tr:first-of-type {
  position: relative;
}
.challenged-container .section3_table tr:first-of-type td::after {
  content: "";
  display: block;
  background-color: #C8C8C8;
  width: calc(100% - 45px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .challenged-container .section3_table tr:first-of-type td::after {
    width: calc(100% - 80px);
  }
}

.copy-email {
  cursor: pointer;
  margin-block: 10px;
}
@media screen and (max-width: 767px) {
  .copy-email {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.success-msg {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #29aba4;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

/*	information
============================================================================================================*/
.page_title_wrap.no_line {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page_title_wrap.-fix {
    height: 150px;
  }
  .page_title_wrap.-fix .page_title {
    padding-top: 15px;
  }
}
.page_title span.-fix {
  padding-top: 3px;
  font-size: 13px;
  font-family: var(--font-family-serif);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .page_title span.-fix {
    padding-top: 10px;
    font-size: 25px;
  }
}

.message {
  background-color: #EAEBF5;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 80px;
  }
}
.message_img_box, .message_img {
  width: 100svw;
  aspect-ratio: 75/50;
}
@media screen and (min-width: 768px) {
  .message_img_box, .message_img {
    aspect-ratio: 144/50;
  }
}
.message_img {
  -o-object-fit: cover;
     object-fit: cover;
}
.message_txt_box {
  padding: 25px 20px 35px;
}
@media screen and (min-width: 768px) {
  .message_txt_box {
    padding: 80px 0 43px;
  }
}
.message_title {
  text-align: center;
  color: #757CBB;
  font-size: 17.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15.5px;
}
@media screen and (min-width: 768px) {
  .message_title {
    font-size: 30px;
    margin-bottom: 31px;
  }
}
.message_txt {
  line-height: 1.6666666667;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .message_txt {
    font-size: 18px;
  }
}
.message_txt span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 15.5px;
}
@media screen and (min-width: 768px) {
  .message_txt span {
    font-size: 20px;
    margin-bottom: 38px;
  }
}
.message_txt:last-of-type {
  margin-bottom: 0;
}

.information-container {
  padding-top: 0;
}
.information-container .content-box:not(.link_btn_wrap) {
  max-width: 47%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .information-container .content-box:not(.link_btn_wrap) {
    margin-bottom: 47px;
    max-width: 470px;
  }
}
.information-container .content-box:not(.link_btn_wrap) p {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .information-container .content-box:not(.link_btn_wrap) p {
    font-size: 16px;
  }
}
.information-container .content-box:not(.link_btn_wrap).is_jd {
  padding: 0 20px;
  margin: auto;
  max-width: 530px;
}
.information-container .content-box:not(.link_btn_wrap).is_jd a {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .information-container .content-box:not(.link_btn_wrap).is_jd a {
    font-size: 35px;
  }
}
.information-container .content-link {
  display: block;
  aspect-ratio: 310/180;
  border-radius: 15px;
  position: relative;
  border: #C8C8C8 solid 1px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .information-container .content-link {
    aspect-ratio: 470/275;
  }
}
.information-container .content-link img {
  width: 100%;
  aspect-ratio: 310/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .information-container .content-link img {
    aspect-ratio: 470/275;
  }
}
.information-container .content-link::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/common/arrow1.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  right: 4.5px;
  bottom: 4.5px;
}
@media screen and (min-width: 768px) {
  .information-container .content-link::after {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .information-container .content-link:hover {
    opacity: 0.6;
  }
}
.information-container .content-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .information-container .content-title {
    font-size: 15px;
    margin-top: 10px;
  }
}

.content-grid.pl_center {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  place-items: center;
}

.content-grid.link_btns {
  gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .content-grid.link_btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.link_btns {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .link_btns {
    font-size: 20px;
  }
}
.link_btn {
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #8EC31F;
  border-radius: 20px;
  height: 67px;
  position: relative;
}
.link_btn.is-gray {
  background-color: #C8C8C8;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .link_btn {
    height: 100px;
  }
}
.link_btn span:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 6.5%;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .link_btn span:after {
    width: 12px;
    height: 12px;
  }
}
@media (hover: hover) {
  .link_btn:hover {
    opacity: 0.6;
  }
}

.jd_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .jd_linkList {
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
.jd_linkList_item a {
  font-size: 14px;
  font-weight: 500;
  color: #757CBB;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .jd_linkList_item a {
    font-size: 28px;
  }
}
.jd_linkList_item a:hover {
  opacity: 0.6;
}

/*	concept
============================================================================================================*/
.section_bg_img {
  height: calc(100svh - 88px);
  width: 100%;
  position: relative;
}
.section_bg_img_img_box img {
  height: calc(100svh - 88px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 768px) {
  .section_bg_img {
    height: auto;
    width: 100%;
    aspect-ratio: 160/82;
  }
  .section_bg_img_img_box img {
    height: auto;
    width: 100%;
    aspect-ratio: 160/82;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_bg_img_txt_img {
  position: absolute;
  top: 63px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_bg_img_txt_img {
    text-align: start;
    top: 7%;
    left: 0%;
  }
}
.section_bg_img_txt_img img {
  width: calc(100% - 20px);
  max-width: 430px;
}
@media screen and (min-width: 768px) {
  .section_bg_img_txt_img img {
    width: 40svw;
    max-width: none;
    padding-left: 12%;
  }
}
@media screen and (min-width: 900px) {
  .section_bg_img_txt_img img {
    width: 32svw;
  }
}

/*	number
============================================================================================================*/
.number-container {
  margin-bottom: 69.5px;
}
@media screen and (min-width: 768px) {
  .number-container {
    margin-bottom: 97px;
  }
}

.content-grid.number-grid {
  gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .content-grid.number-grid {
    gap: 33px;
    row-gap: 33px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

/*	crosstalk
============================================================================================================*/
@media screen and (min-width: 768px) {
  html:has(.side_index) {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */
  }
}

.crosstalk-container {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .crosstalk-container {
    padding-bottom: 0;
  }
}

.message_title.en {
  font-family: var(--font-family-serif);
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .message_title.en {
    font-size: 40px;
  }
}
.message_title.en span {
  font-size: 12px;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .message_title.en span {
    font-size: 24px;
  }
}
.message_title_txt {
  text-align: center;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 0;
  position: relative;
}
.message_title_txt span {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .message_title_txt {
    font-size: 35px;
    padding: 34px 0;
  }
}
.message_title_txt::before {
  content: "";
  display: inline-block;
  border-top: #646464 2px solid;
  border-left: #646464 2px solid;
  width: 16px;
  height: 59px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .message_title_txt::before {
    width: 32px;
    height: 118px;
  }
}
.message_title_txt::after {
  content: "";
  display: inline-block;
  border-bottom: #646464 2px solid;
  border-right: #646464 2px solid;
  width: 16px;
  height: 59px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .message_title_txt::after {
    width: 32px;
    height: 118px;
  }
}

.message_img_box, .message_img {
  width: 100%;
}

.crosstalk-container .message_txt_box {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .crosstalk-container .message_txt_box {
    padding-bottom: 70px;
  }
}

.interview-title {
  color: #757CBB;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .interview-title {
    font-size: 40px;
  }
}
.interview-title .en {
  font-family: var(--font-family-serif);
  font-weight: 600;
}
.interview-title .ja {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .interview-title .ja {
    font-size: 16px;
  }
}

.recruiter-interview {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview {
    margin-bottom: 80px;
  }
}
.recruiter-interview .interview-header {
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .interview-header {
    margin-bottom: 60px;
  }
}
.recruiter-interview .profile-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .profile-section {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .recruiter-interview .profile-section.inner {
    width: min(100%, 1240px);
  }
}
.recruiter-interview .content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  width: 75.5%;
}
.recruiter-interview .content-grid.is_4person {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .recruiter-interview .content-grid.is_4person {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .recruiter-interview .content-grid {
    width: 50%;
  }
}
.recruiter-interview .profile-card {
  text-align: center;
}
.recruiter-interview .profile-card .profile-image {
  aspect-ratio: 26/35;
  border-radius: 15px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.recruiter-interview .profile-card .profile-info h3 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .profile-card .profile-info h3 {
    font-size: 30px;
  }
}
.recruiter-interview .profile-card .profile-info p {
  font-size: 10px;
  line-height: 1.6;
  color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .recruiter-interview .profile-card .profile-info p {
    font-size: 16px;
  }
}
.recruiter-interview .theme-section:nth-of-type(odd) {
  background-color: #F8F8FF;
}
.recruiter-interview .theme-section:nth-of-type(odd):not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .theme-section:nth-of-type(odd):not(:first-of-type) {
    margin-top: 80px;
  }
}
.recruiter-interview .theme-section {
  padding: 40px 0 50px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .theme-section {
    padding: 80px 0 100px;
  }
}
.recruiter-interview .theme-section-num {
  text-align: center;
  font-size: 15px;
  color: #757CBB;
  margin-bottom: 20px;
  font-family: var(--font-family-serif);
  font-weight: 600;
  color: #fff;
  height: 34px;
  width: 120px;
  margin-inline: auto;
  background-color: #757CBB;
  border-radius: 50vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .theme-section-num {
    font-size: 30px;
    height: 68px;
    width: 241px;
  }
}
.recruiter-interview .theme-section-num::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4.5px solid transparent;
  border-left: 4.5px solid transparent;
  border-top: 9px solid #757CBB;
  border-bottom: 0;
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .recruiter-interview .theme-section-num::before {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 19px solid #757CBB;
  }
}
.recruiter-interview .theme-section-description {
  color: #757CBB;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .theme-section-description {
    font-size: 24px;
  }
}
.recruiter-interview .theme-section_img_wrap {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
.recruiter-interview .theme-section_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  text-align: end;
  margin-top: -25px;
  padding-bottom: 25px;
  margin-left: 13.3%;
}
@media screen and (min-width: 1001px) {
  .recruiter-interview .theme-section_img {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .recruiter-interview .theme-section_img {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
.recruiter-interview .theme-section_img img {
  width: 100%;
  margin-left: auto;
  border-radius: 15px 0 0 15px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1001px) {
  .recruiter-interview .theme-section_img img {
    height: 600px;
  }
}
.recruiter-interview .theme-section_img_deco {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  display: block;
  background-color: #EAEBF5;
  height: 100%;
  border-radius: 0 20px 20px 0;
  margin-right: 13.3%;
}
@media screen and (min-width: 1001px) {
  .recruiter-interview .theme-section_img_deco {
    margin-left: calc(50% - 50vw);
    margin-right: 0%;
  }
}
.recruiter-interview .dialogue-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-section {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.recruiter-interview .dialogue-section_lead {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7307692308;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-section_lead {
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.recruiter-interview .dialogue-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-item {
    padding-bottom: 15px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruiter-interview .dialogue-item-img {
  min-width: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-item-img {
    font-size: 16px;
  }
}
.recruiter-interview .dialogue-item-avatar {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-item-avatar {
    width: 80px;
  }
}
.recruiter-interview .dialogue-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-item-content {
    padding-bottom: 2em;
  }
}
.recruiter-interview .dialogue-item-content p {
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .recruiter-interview .dialogue-item-content p {
    font-size: 16px;
  }
}

.bottom_img {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bottom_img {
    height: 700px;
    margin-bottom: 80px;
  }
}
.bottom_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .side_index {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    padding: 5px 10px 10px;
    position: fixed;
    top: 25%;
    right: 0;
    width: 220px;
    margin-left: auto;
    z-index: 10;
  }
  .side_index_title {
    font-family: var(--font-family-serif);
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.3888888889;
    margin-bottom: 20px;
    border-bottom: 1px solid #646464;
  }
  .side_index_list_item {
    padding-right: 5px;
  }
  .side_index_list_item:not(:last-child) {
    margin-bottom: 18px;
  }
  .side_index_list_link {
    font-size: 13px;
    display: block;
    padding-left: 25px;
    position: relative;
    line-height: 1.5384615385;
  }
  .side_index_list_link::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/arrow1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
  }
  .side_index_list_link.is-active::before {
    background-image: url(../img/common/arrow2.png);
  }
}

/*	people
============================================================================================================*/
@media screen and (min-width: 768px) {
  html:has(.people-container) {
    scroll-padding-top: 100px;
  }
}

.people-container {
  padding-top: 0;
}

.page_title span {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page_title span.u-pc {
    display: inline-block;
    width: 55px;
  }
}

.people-container .message {
  background-color: #EAEBF5;
}
.people-container .bg-fix {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, transparent));
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, transparent 50%);
}
.people-container .message_img_box {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 12/7;
}
@media screen and (min-width: 768px) {
  .people-container .message_img_box {
    border-radius: 20px;
  }
}
.people-container .message_img_box .message_img {
  width: 100%;
  aspect-ratio: 12/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.people-container .message_txt_box {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .people-container .message_txt_box {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.people-container .interview-title {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .people-container .interview-title {
    margin-bottom: 50px;
  }
}
.people-container .about-container .content-grid {
  margin-bottom: 27.5px;
}
@media screen and (min-width: 768px) {
  .people-container .about-container .content-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;
    row-gap: 50px;
    margin-bottom: 80px;
  }
  .people-container .about-container .content-grid.is_2link {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.people-container .about-container .content-grid .content-link {
  border: none;
}
@media screen and (max-width: 767px) {
  .people-container .about-container .content-grid .content-link {
    border-radius: 7.5px;
  }
}
.people-container .about-container .content-grid p {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .people-container .about-container .content-grid p {
    font-size: 16px;
    line-height: 1.5;
  }
  .people-container .about-container .content-grid p.is-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.people-container .about-container .content-grid p .bold {
  display: block;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .people-container .about-container .content-grid p .bold {
    font-size: 25px;
  }
}

.-people.profile-info {
  text-align: center;
  line-height: 1.75;
}
.-people.profile-info .en {
  color: #757CBB;
  font-family: var(--font-family-serif);
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .-people.profile-info .en {
    font-size: 25px;
  }
}
.-people.profile-info h3 {
  letter-spacing: 0;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .-people.profile-info h3 {
    font-size: 40px;
  }
}
.-people.profile-info p {
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .-people.profile-info p {
    font-size: 20px;
  }
}

.-people.recruiter-interview {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .-people.recruiter-interview {
    margin-bottom: 150px;
  }
}
.-people.recruiter-interview .interview-title .en.small {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .-people.recruiter-interview .interview-title .en.small {
    font-size: 20px;
  }
}
.-people.recruiter-interview .interview-title .en {
  font-weight: 900;
  font-size: 37.5px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .-people.recruiter-interview .interview-title .en {
    font-size: 60px;
  }
}
.-people.recruiter-interview .interview-title .mini {
  font-weight: 900;
  font-size: 22.5px;
}
@media screen and (min-width: 768px) {
  .-people.recruiter-interview .interview-title .mini {
    font-size: 40px;
  }
}
.-people.recruiter-interview .interview-title_sub {
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .-people.recruiter-interview .interview-title_sub {
    font-size: 35px;
    letter-spacing: 0.1em;
  }
}

.p-interview-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-interview-section {
    margin-bottom: 100px;
  }
}
.p-interview-section_lead {
  color: #757CBB;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-interview-section_lead {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
}
.p-interview-section_txt {
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-interview-section_txt {
    font-size: 16px;
    margin-bottom: 44px;
  }
}
.p-interview-section_img_wrap {
  border-radius: 7.5px;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-interview-section_img_wrap {
    border-radius: 20px;
    max-width: 800px;
  }
}
.p-interview-section_img_wrap img {
  aspect-ratio: 67/39;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interview-section_img_wrap {
    max-width: 81%;
  }
}

.one_day {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .one_day {
    margin-bottom: 82px;
  }
}
.one_day .bg_p {
  background-color: #EAEBF5;
  margin-top: -21.5px;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .one_day .bg_p {
    margin-top: -32px;
    padding-top: 84px;
    padding-bottom: 100px;
  }
}
.one_day_title {
  text-align: center;
  font-size: 37.5px;
  color: #757CBB;
  line-height: 1.2;
}
.one_day_title .ja {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .one_day_title .ja {
    font-size: 16px;
  }
}
.one_day_title .en {
  font-size: 38px;
  font-weight: 900;
  font-family: var(--font-family-serif);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .one_day_title .en {
    font-size: 60px;
  }
}
.one_day_schedule {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 56px;
}
@media screen and (min-width: 768px) {
  .one_day_schedule {
    margin: 0 auto 88px;
  }
}
.one_day_schedule_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  gap: 10px;
}
.one_day_schedule_item:last-child .one_day_schedule_content::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .one_day_schedule_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
    gap: 17px;
  }
}
.one_day_schedule_time {
  width: 85.5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: right;
  color: #757CBB;
  gap: 5px;
  font-weight: 900;
  font-family: var(--font-family-serif);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .one_day_schedule_time {
    width: 131px;
    font-size: 20px;
    gap: 5px;
  }
}
.one_day_schedule_time .large {
  font-size: 20px;
  width: 2em;
}
@media screen and (min-width: 768px) {
  .one_day_schedule_time .large {
    font-size: 30px;
  }
}
.one_day_schedule_time::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #757CBB;
  border-radius: 50%;
  line-height: 1.6071428571;
}
@media screen and (min-width: 768px) {
  .one_day_schedule_time::after {
    margin-left: 10px;
    padding-top: 9px;
  }
}
.one_day_schedule_content {
  font-size: 14px;
  position: relative;
}
.one_day_schedule_content::before {
  content: "";
  display: block;
  width: 0.5px;
  height: calc(100% + 13px);
  background-color: #757CBB;
  position: absolute;
  top: 20px;
  left: -17px;
}
@media screen and (min-width: 768px) {
  .one_day_schedule_content::before {
    top: 22px;
    left: -24px;
    height: calc(100% + 29px);
  }
}
@media screen and (max-width: 767px) {
  .one_day_schedule_content {
    padding-top: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .one_day_schedule_content {
    font-size: 18px;
  }
}
.one_day_schedule_img_wrap {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .one_day_schedule_img_wrap {
    border-radius: 20px;
  }
}
.one_day_schedule_img_wrap img {
  aspect-ratio: 67/39;
  -o-object-fit: cover;
     object-fit: cover;
}

.link_btn-maru {
  border-radius: 50vh;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .link_btn-maru {
    max-width: 500px;
  }
}

/*	people
============================================================================================================*/
.field-container .tab-buttons {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border-left: #646464 1px solid;
  border-right: #646464 1px solid;
}
@media screen and (min-width: 768px) {
  .field-container .tab-buttons {
    margin-bottom: 60px;
  }
}
.field-container .tab-buttons span {
  cursor: pointer;
  display: block;
  width: 100px;
  text-align: center;
  height: 23px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}
.field-container .tab-buttons span:first-child {
  border-right: #646464 1px solid;
}
@media screen and (min-width: 768px) {
  .field-container .tab-buttons span {
    font-size: 24px;
    width: 160px;
    height: 40px;
  }
}
.field-container .tab-content > * {
  margin-inline: auto;
}
.field-container #lamp {
  width: 75px;
  height: 2.5px;
  background: #8EC31F;
  display: block;
  position: absolute;
  top: 103%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .field-container #lamp {
    width: 103px;
    height: 5px;
  }
}
.field-container #lamp.content2 {
  left: 57%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .field-container #lamp.content2 {
    left: 59%;
  }
}
.field-container #lamp.content1 {
  left: 6.5%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .field-container #lamp.content1 {
    left: 8.5%;
  }
}
.field-container .tab-content_content {
  background: #FFFAF0;
  padding: 25px 0 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .field-container .tab-content_content {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .field-container .tab-content_content {
    padding: 50px 0 80px;
    margin-bottom: 50px;
    max-width: calc(100% - 40px);
    width: min(100%, 1200px);
    border-radius: 20px;
  }
}
.field-container .tab-content_title {
  font-size: 15px;
  padding-bottom: 3px;
  border-bottom: #646464 2px solid;
  margin-bottom: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .field-container .tab-content_title {
    font-size: 24px;
    margin-bottom: 67px;
  }
}
.field-container .tab-content .content-grid {
  gap: 44px;
  row-gap: 25px;
}
@media screen and (max-width: 767px) {
  .field-container .tab-content .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.field-container .tab-content .content-grid:not(:last-of-type) {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .field-container .tab-content .content-grid:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .field-container .tab-content_txt_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.field-container .tab-content_txt_box_title {
  font-size: 20px;
  line-height: 1.3333333333;
  margin-bottom: 0.7em;
  font-weight: 600;
  font-family: var(--font-family-serif);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .field-container .tab-content_txt_box_title {
    font-size: 30px;
  }
}
.field-container .tab-content_txt_box_title span {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .field-container .tab-content_txt_box_title span {
    font-size: 16px;
  }
}
.field-container .tab-content_txt {
  letter-spacing: 0;
  font-size: 13px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .field-container .tab-content_txt {
    font-size: 16px;
  }
}
.field-container .tab-content_img_box img {
  aspect-ratio: 48/36;
}
.field-container .content2 .tab-content_content {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .field-container .content2 .tab-content_content {
    padding-top: 83px;
  }
}

/*	history
============================================================================================================*/
.mb_0 {
  margin-bottom: 0 !important;
}

.history-container {
  /* hover */
}
.history-container .lead_txt {
  letter-spacing: 0.05em;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .history-container .lead_txt {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .history-container .lead_txt {
    margin-bottom: 48px;
  }
}
.history-container .accordion-content {
  display: none;
}
.history-container .accordion-header {
  background-color: #FFF;
  padding-right: 1em;
  margin: 10px 0 0;
  border-radius: 50vh;
  border: #646464 1px solid;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: var(--font-family-serif);
  font-weight: 700;
  font-size: 17.5px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .history-container .accordion-header {
    font-size: 24px;
    height: 70px;
  }
}
.history-container .accordion-header::before,
.history-container .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .history-container .accordion-header::before,
  .history-container .accordion-header::after {
    right: 33px;
  }
}
.history-container .accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.history-container .accordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.history-container .accordion-content {
  max-width: 800px;
  margin-inline: auto;
  font-size: 10px;
  margin-bottom: 118px;
}
@media screen and (min-width: 768px) {
  .history-container .accordion-content {
    width: calc(100% - 40px);
    font-size: 10px;
    margin-bottom: 236px;
  }
}
.history-container .accordion-header span,
.history-container .accordion-content span {
  padding-left: 25px;
  position: relative;
}
.history-container .accordion-header:hover, .history-container .accordion-header.active {
  background-color: #757CBB;
  color: #fff;
  opacity: 1;
  border-color: transparent;
}
.history-container .accordion-header:hover::before,
.history-container .active.accordion-header::before,
.history-container .accordion-header:hover::after,
.history-container .active.accordion-header::after {
  background-color: #fff;
}

.history_grid.content-grid {
  padding: 25px 0 0;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history_grid.content-grid {
    padding: 50px 0 0;
    gap: 40px;
  }
}

.history_card {
  border: #646464 1px solid;
  border-radius: 7.5px;
  padding: 9px 11px 13px;
  margin-bottom: 15px;
  max-width: 44vw;
}
@media screen and (min-width: 400px) {
  .history_card {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 768px) {
  .history_card {
    padding: 20px 33px;
    border-radius: 15px;
    margin-bottom: 30px;
    max-width: 380px;
  }
}
.history_card_title {
  letter-spacing: -0.005em;
  font-family: var(--font-family-serif);
  font-weight: 700;
  margin-bottom: 7.5px;
  font-size: 17.5px;
  color: #757CBB;
}
@media screen and (min-width: 768px) {
  .history_card_title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.history_card_txt p {
  margin-bottom: 7.5px;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.294rem + 1.41vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .history_card_txt p {
    margin-bottom: 30px;
  }
}
.history_card_txt:nth-of-type(2), .history_card_txt:nth-of-type(3) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .history_card_txt:nth-of-type(2), .history_card_txt:nth-of-type(3) {
    margin-top: 34px;
  }
}
.history_card_txt:first-of-type {
  margin-top: 0;
}
.history_card_img {
  aspect-ratio: 32/18;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .history_card_img {
    border-radius: 6px;
  }
}
.history_card_img.-logo_img {
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .history_card_img.-logo_img {
    margin-bottom: 20px;
  }
}
.history_card .taC {
  text-align: center;
}
.history_card:nth-child(even) {
  position: absolute;
  margin-top: -23%;
  right: 0;
}
@media screen and (min-width: 501px) {
  .history_card:nth-child(even) {
    margin-top: -17%;
  }
}
@media screen and (min-width: 768px) {
  .history_card:nth-child(even) {
    margin-top: -13%;
  }
}
.history_card:nth-child(even):has(.history_card_img) {
  margin-top: -31%;
}
@media screen and (min-width: 768px) {
  .history_card:nth-child(even):has(.history_card_img) {
    margin-top: -25%;
  }
}

.accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img), .p-1980 .history_card:nth-child(even):has(.history_card_img) {
  margin-top: -29%;
}
@media screen and (max-width: 767px) {
  .accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img), .p-1980 .history_card:nth-child(even):has(.history_card_img) {
    margin-top: -31%;
  }
}
.accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img).c-1962, .p-1980 .history_card:nth-child(even):has(.history_card_img).c-1962 {
  margin-top: -35%;
}
@media screen and (max-width: 767px) {
  .accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img).c-1962, .p-1980 .history_card:nth-child(even):has(.history_card_img).c-1962 {
    margin-top: 0;
    top: 69px;
  }
}
.accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img).c-1981, .p-1980 .history_card:nth-child(even):has(.history_card_img).c-1981 {
  margin-top: -45%;
}
@media screen and (max-width: 767px) {
  .accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img).c-1981, .p-1980 .history_card:nth-child(even):has(.history_card_img).c-1981 {
    margin-top: -38%;
  }
}
@media screen and (max-width: 450px) {
  .accordion-content.p-1960 .history_card:nth-child(even):has(.history_card_img).c-1981, .p-1980 .history_card:nth-child(even):has(.history_card_img).c-1981 {
    margin-top: -51%;
  }
}

@media screen and (min-width: 768px) {
  .p-1960.accordion-content {
    margin-bottom: 227px;
  }
}

.p-1980.accordion-content {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-1980.accordion-content {
    margin-bottom: 80px;
  }
  .p-1980.accordion-content .history_card_txt p {
    letter-spacing: 0.01em;
  }
}

.p-2000.accordion-content {
  padding-bottom: 0;
}
.p-2000.accordion-content .history_grid {
  margin-bottom: 202px;
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_grid {
    margin-bottom: 28%;
  }
}
@media screen and (max-width: 500px) {
  .p-2000.accordion-content .history_card:nth-child(even) {
    margin-top: -18%;
  }
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img) {
    margin-top: -28%;
  }
}
@media screen and (max-width: 500px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img) {
    margin-top: -28%;
  }
}
.p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2002 {
  margin-top: 0;
  top: 3.4%;
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2002 {
    top: 3.8%;
  }
}
.p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2006 {
  margin-top: -23%;
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2006 {
    margin-top: -26%;
  }
}
@media screen and (max-width: 500px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2006 {
    margin-top: -32%;
  }
}
.p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2016 {
  margin-top: -56%;
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2016 {
    margin-top: -50%;
  }
}
@media screen and (max-width: 500px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2016 {
    margin-top: -60%;
  }
}
@media screen and (max-width: 400px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2016 {
    margin-top: -67%;
  }
}
.p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2019 {
  margin-top: -40%;
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2019 {
    margin-top: -38%;
  }
}
@media screen and (max-width: 500px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2019 {
    margin-top: -42%;
  }
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).c-2021 {
    margin-top: 0;
    bottom: 0.5%;
  }
}
.p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).-fix {
  position: static;
  max-width: 100%;
  margin-bottom: 0;
}
.p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).-fix .-logo_img {
  margin-top: 1em;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .p-2000.accordion-content .history_card:nth-child(even):has(.history_card_img).-fix .-logo_img {
    margin-top: 30px;
    max-width: 370px;
  }
}
.p-2000.accordion-content .history_card_txt p {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-2000.accordion-content .history_card_txt p {
    letter-spacing: 0;
  }
}

/*# sourceMappingURL=style.css.map*/