@charset "UTF-8";
/* 除算math.divを使うのに必要な記述 */
/*-------------------------------------------
base
-------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  color: #222;
}

a {
  text-decoration: none;
  color: #222;
}

img, svg {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.main {
  padding-top: 118px;
}

.btn {
  position: relative;
  display: inline-block;
  width: 355px;
  max-width: 100%;
  padding: 30px 10px;
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn:focus {
  background: #222;
  border-color: currentColor;
  color: #fff;
}
.btn:hover {
  background: #222;
  border-color: currentColor;
  color: #fff;
}

.btn__fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  font-weight: 900;
}

.section__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__title {
  display: inline-block;
  position: relative;
  font-size: clamp(3.2rem, 2.4957746479rem + 1.8779342723vw, 5.2rem);
  font-weight: 700;
  margin-bottom: 52px;
}
.section__title::before {
  font-weight: normal;
  color: rgba(151, 151, 151, 0.1019607843);
  font-family: "Poppins", serif;
  font-size: clamp(8rem, 6.0281690141rem + 5.2582159624vw, 13.6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section__title > span {
  border-bottom: 3px solid #222;
}

.circle-arrow-button-box {
  width: 70px;
  height: 70px;
  position: relative;
}

.circle-arrow-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.circle-arrow-button:focus, .circle-arrow-button:hover {
  width: 70px;
  height: 70px;
}

.circle-arrow-button--black {
  background: #222;
  color: #fff;
}

.section {
  padding: 145px 0 139px;
}

.section__heading {
  font-size: clamp(2.4rem, 2.1183098592rem + 0.7511737089vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 113px;
}

.section__text {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
}

.section__fa {
  margin-left: 16px;
  position: absolute;
}

.section-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  margin-bottom: 96px;
}

.section-categories__button {
  position: relative;
  width: 294px;
  padding: 18px 10px;
  text-align: center;
  background: #FAF7F1;
  border-radius: 40px;
  border: 1px solid #222;
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  font-weight: 700;
}

.section__heading--info-list {
  margin-bottom: 72px;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-title {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  border-bottom: 1px dotted #222;
}

.info-content {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  border-bottom: 1px dotted #222;
}
.info-content .bold {
  font-weight: bold;
}

/*-------------------------------------------
.header
-------------------------------------------*/
.header {
  background: #fff;
  padding: 26px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

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

.header__menu {
  margin-right: 32px;
}

.menu__item {
  text-align: center;
  border: 1px solid #AFA86F;
  padding: 12px 10px !important;
  max-width: 100%;
  background: #AFA86F;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 248px;
}
.menu__item:focus, .menu__item:hover {
  background: #988C2C;
}

.menu__item--short {
  width: 126px;
}

.menu__item--black {
  border: 1px solid #222;
  background: #222;
}
.menu__item--black:focus, .menu__item--black:hover {
  background: #fff;
}
.menu__item--black:focus, .menu__item--black:hover > .menu__text {
  color: #222;
}

.menu__item--mr22 {
  margin-right: 22px;
}

.menu__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.drawer-toggle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}
.drawer-toggle span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 52px;
  height: 2px;
  background-color: #222;
  vertical-align: top;
}
.drawer-toggle span:nth-child(1) {
  top: 0;
}
.drawer-toggle span:nth-child(2) {
  top: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-toggle span:nth-child(3) {
  bottom: 30px;
}
.drawer-toggle::after {
  content: "MENU";
  display: block;
  margin-top: 24px;
  color: #222;
  font-size: clamp(1rem, 0.9295774648rem + 0.1877934272vw, 1.2rem);
}

.nav__drawer-toggle {
  z-index: 200;
  position: relative;
}

.drawer-toggle__text {
  color: #fff;
}

/*-------------------------------------------
.modal
-------------------------------------------*/
#modal-1 {
  display: none;
}

#modal-1.is-open {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-container {
  background-color: #FAF7F1;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-top: 118px;
}

.modal__logo {
  padding-right: 63px;
  text-align: right;
  display: inline-block;
  width: 50%;
  font-size: 2.4rem;
}

.modal__header {
  background: #FAF7F1;
}
.modal__header .header-logo__img--white {
  display: none;
}
.modal__header .header-logo__img--black {
  display: block;
}

.modal-close {
  z-index: 200;
  position: relative;
  width: 60px;
  height: 60px;
}
.modal-close:before, .modal-close:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
}
.modal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-content {
  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;
  padding-top: 90px;
}

.modal-nav {
  width: 50%;
}

.modal-nav__list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 63px;
  border-left: 1px solid #AFA86F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}

.modal-nav__item {
  width: 38%;
  text-align: left;
  display: inline-block;
  border-top: 1px solid #AFA86F;
  padding: 20px 0;
}
.modal-nav__item:nth-child(n+5) {
  border-bottom: 1px solid #AFA86F;
  margin-bottom: 50px;
}
.modal-nav__item.menu__item {
  text-align: center;
  margin-bottom: 0;
}

.modal-nav__text {
  font-family: "Viga", serif;
  font-size: clamp(1.8rem, 1.3070422535rem + 1.3145539906vw, 3.2rem);
  display: inline-block;
}
.modal-nav__text span {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  font-weight: 700;
}

/*-------------------------------------------
.main-visual
-------------------------------------------*/
.main-visual {
  padding: 78px 0 98px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.main-visual__inner {
  padding: 0 24px;
  text-align: left;
}

.main-visual__title {
  text-transform: uppercase;
  display: inline-block;
  font-family: "Viga", serif;
  color: #222;
  font-size: clamp(4.8rem, 4.2366197183rem + 1.5023474178vw, 6.4rem);
  padding: 3px 10px;
  background: #fff;
  margin-bottom: 16px;
}

.main-visual__subtitle {
  display: inline-block;
  color: #222;
  font-size: clamp(1.8rem, 1.5887323944rem + 0.5633802817vw, 2.4rem);
  font-weight: 700;
  padding: 3px 10px;
  background: #fff;
  margin-bottom: 18px;
}

.main-visual__description {
  display: inline-block;
  color: #988C2C;
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  font-weight: 700;
  padding: 7px 10px;
  background: #fff;
}

.breadcrumb-wrapper {
  width: 100%;
  background-color: #F0F0F0;
}

.breadcrumb {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 24px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.breadcrumb__item {
  text-transform: uppercase;
  color: #222;
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  word-wrap: break-word;
}

.breadcrumb__arrow {
  color: #222;
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
}

/*-------------------------------------------
/about-us
-------------------------------------------*/
.about-us {
  padding: 66px 0 139px;
}

.main-visual--about-us {
  background-image: url("../img/about-fv 1.png");
}

.about-us__inner {
  padding: 0 22px;
  text-align: center;
}

.philosophy__heading {
  margin-bottom: 86px;
}

.philosophy-item__number {
  font-size: clamp(1.4rem, 1.2591549296rem + 0.3755868545vw, 1.8rem);
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 400;
  border-radius: 50%;
  border: 1px solid #222;
  margin-right: 21px;
}

.philosophy-item {
  background: #FAF7F1;
  text-align: left;
  padding: 30px 80px;
  margin-bottom: 35px;
}
.philosophy-item:last-child {
  margin-bottom: 0;
}

.philosophy-item__title {
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  margin-bottom: 21px;
  font-weight: 700;
}

.philosophy-item__content {
  line-height: 1.5;
}

.message {
  padding-top: 125px;
  padding-bottom: 111px;
}

.message__heading {
  margin-bottom: 109px;
}

.message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}

.message__content {
  padding-top: 18px;
  width: 48.9%;
  text-align: left;
}

.message__sub-heading {
  font-size: clamp(2rem, 1.5774647887rem + 1.1267605634vw, 3.2rem);
  line-height: 1.5;
  margin-bottom: 44px;
  font-weight: 700;
  margin-left: -80px;
}

.message__text {
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  line-height: 2;
  margin-bottom: 31px;
}
.message__text:last-of-type {
  margin-bottom: 21px;
}

.business__heading {
  text-align: left;
  margin-bottom: 44px;
}

.business__text {
  text-align: left;
  margin-bottom: 43px;
  line-height: 1.5;
}

.business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  padding-top: 60px;
  padding-bottom: 49px;
}

.business-item--first {
  padding-top: 0;
}

.business-item__content {
  text-align: left;
  width: 46.6%;
  padding-top: 22px;
}

.business-item__title {
  color: #988C2C;
  font-size: clamp(2.4rem, 2.1183098592rem + 0.7511737089vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 40px;
}

.business-item__subtitle {
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}

.business-item__text {
  line-height: 1.5;
}

.about-us__inner--border {
  padding: 0;
  border-top: 1px solid #AFA86F;
  border-bottom: 1px solid #AFA86F;
}
.about-us__inner--border .business {
  padding: 0 22px;
}
.about-us__inner--border .business-item {
  padding-top: 49px;
}

.overview {
  text-align: left;
  padding-top: 90px;
}

.overview-content {
  padding: 32px 0;
}

/*-------------------------------------------
/benefits
-------------------------------------------*/
.main-visual--benefits {
  background-image: url("../img/benefits-fv 1.png");
}

.benefits__inner {
  padding: 0 22px;
}

.benefits__heading {
  margin-bottom: 88px;
}

.benefits__text {
  margin-bottom: 70px;
}

.benefits-list-wrapper {
  padding-bottom: 134px;
}
.benefits-list-wrapper:last-child {
  padding-bottom: 0;
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits-item-title {
  line-height: 1.5;
  padding: 32px 0;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  border-bottom: 1px dotted #222;
}

.benefits-item-content {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  border-bottom: 1px dotted #222;
}
.benefits-item-content .bold {
  font-weight: bold;
}

.recommends__heading {
  margin-bottom: 23px;
}

.recommends-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}

.recommends-item {
  width: 47.7%;
}

.recommends-item__subtitle {
  font-weight: 700;
  margin-bottom: 13px;
  color: #988C2C;
}

.recommends-item__title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: clamp(1.8rem, 1.5887323944rem + 0.5633802817vw, 2.4rem);
}

.recommends-item__content {
  line-height: 1.8;
}

/*-------------------------------------------
/blog
-------------------------------------------*/
.main-visual--blog {
  background-image: url("../img/blog-fv 1.png");
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 0 139px;
}

.blog-media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 23px;
  margin-bottom: 98px;
}

.blog-media-container {
  width: 47%;
  border-radius: 10px;
}

.blog-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-media__img {
  width: 35%;
  height: 180px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-media__content {
  width: 65%;
  padding: 20px 23px;
  background: #FAF7F1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.blog-media__tag {
  font-size: clamp(1.2rem, 1.1295774648rem + 0.1877934272vw, 1.4rem);
  margin-bottom: 23px;
  display: inline-block;
}

.blog-media__tag-img {
  margin-right: 4px;
}

.blog-media__title {
  font-size: clamp(1.4rem, 1.2591549296rem + 0.3755868545vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  overflow-wrap: break-word;
}

.blog-media__time {
  position: absolute;
  left: 23px;
  bottom: 20px;
  font-size: 1.2rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.page-numbers {
  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;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #222;
  text-align: center;
}

.current {
  color: #fff;
  background: #222;
}

.prev {
  display: none;
}

.next {
  display: none;
}

/*-------------------------------------------
/blog-detail
-------------------------------------------*/
.blog-detail {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 32px;
  background: #FAF7F1;
}

.blog-detail__content {
  border-radius: 10px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 40px 23px 40px;
}

.article__tag {
  display: inline-block;
  margin-right: 19px;
}

.article__tag-img {
  margin-right: 3px;
}

.article__time {
  display: inline-block;
}

.article__title {
  font-size: clamp(2rem, 1.5774647887rem + 1.1267605634vw, 3.2rem);
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 41px;
  word-wrap: break-word;
}

.article__img {
  margin-bottom: 45px;
}

.article-content {
  line-height: 1.8;
}

.article-content__heading {
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 32px;
  padding-top: 23px;
}

.post-navigation-wrapper {
  width: 100%;
  height: 96px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-navigation {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-navigation__button {
  padding: 0 21px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-navigation__button--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-left: 1px solid #222;
}

.post-navigation__arrow {
  -o-object-fit: cover;
     object-fit: cover;
  width: 24px;
  height: 24px;
}

.post-navigation__post-title span {
  display: inline-block;
  margin-top: 6px;
}

.post-navigation__post-title {
  line-height: 1.5;
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
}

.post-navigation__content a {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}

.post-navigation__content--prev a::before {
  position: absolute;
  top: 50%;
  left: -45px;
  content: url("../img/arrow02-left 1.png");
  width: 24px;
  height: 24px;
}

.post-navigation__content--next a::after {
  position: absolute;
  top: 50%;
  right: -45px;
  content: url("../img/arrow02-right 1.png");
  width: 24px;
  height: 24px;
}

.post-navigation__content p {
  font-size: clamp(1.3rem, 1.1943661972rem + 0.2816901408vw, 1.6rem);
}
.post-navigation__content p:last-child {
  font-size: 1.2rem;
}

/*-------------------------------------------
/career
-------------------------------------------*/
.main-visual--career {
  background-image: url("../img/carrer-fv 1.png");
}

.career {
  padding-bottom: 176px;
}

.career__inner {
  padding: 0 22px;
}

.career__text {
  margin-bottom: 48px;
}
.career__text:last-of-type {
  margin-bottom: 89px;
}

.career__img {
  margin-bottom: 37px;
}

.career-path-item {
  padding-bottom: 37px;
}
.career-path-item:last-of-type {
  padding-bottom: 0;
}

.career-path-item__title {
  display: block;
  padding: 12px 21px;
  background: #AFA86F;
  border-radius: 10px;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5887323944rem + 0.5633802817vw, 2.4rem);
  margin-bottom: 50px;
}

.career-path-item__content {
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
}

/*-------------------------------------------
/details
-------------------------------------------*/
.main-visual--details {
  background-image: url("../img/details-fv 1.png");
}

.details__inner {
  padding: 0 22px;
}

.details__text {
  margin-bottom: 70px;
}

.job-requirements-wrapper {
  padding-bottom: 88px;
}
.job-requirements-wrapper:last-child {
  padding-bottom: 0;
}

/*-------------------------------------------
.entry
-------------------------------------------*/
.entry {
  background: #FAF7F1;
  padding: 33px 15px 196px;
}

.entry__inner {
  max-width: 880px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 58px 71px 81px;
  text-align: center;
}

.entry__en-title {
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  font-weight: 400;
  margin-bottom: 29px;
}

.entry__title {
  color: #998c2c;
  font-size: clamp(2.4rem, 2.1183098592rem + 0.7511737089vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 51px;
}
.entry__title span {
  color: #222;
}

.entry__middle-line {
  width: 100%;
  margin: 0 auto;
  border-top: 1px dotted #AFA86F;
  padding-bottom: 97px;
}

.form {
  margin: 0 auto;
  max-width: 738px;
  padding-bottom: 81px;
  text-align: center;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item:last-of-type {
  margin-bottom: 100px;
}

.Form-Item-Label {
  max-width: 17.3%;
  text-align: left;
}

.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 47px;
}

.form-item--radio {
  margin-top: 16px;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.form-item--select {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.form-item--checkbox {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin-bottom: 106px;
}

label {
  line-height: 1.5;
  padding-top: 16px;
  -ms-flex-preferred-size: 17.3%;
      flex-basis: 17.3%;
  text-align: left;
  font-weight: 400;
}

.entry__text-box {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 95px;
}

.entry__text {
  line-height: 1.5;
}

input, textarea, select {
  width: 100%;
  text-align: left;
  padding: 20px;
  background: #FAF7F1;
  border: 1px solid #AFA86F;
  border-radius: 10px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

input {
  height: 56px;
}

textarea {
  height: 240px;
}

.wpcf7-form-control:focus {
  outline: 2px solid #3498db;
  /* 自由な色に変更可能 */
  outline-offset: 0;
}

.wpcf7 textarea[name=your-message] { /* 本文入力欄 */
  width: 100%;
}

.text-area {
  margin-bottom: 43px;
}

.select-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  width: 100%;
  gap: 25px;
}

.select-box-smallcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.select-box {
  position: relative;
  width: 168px;
  height: 56px;
}
.select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 6px;
  background: url("../img/select-arrow.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-text {
  font-size: 1.3rem;
}

.radio-type-list {
  margin-right: auto;
}

.radio-type-item {
  text-align: left;
  height: 23px;
  margin-bottom: 10px;
}

.radio-type-item__label {
  padding-top: 0;
  font-weight: normal;
  line-height: 23px;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid #3498db; /* Outline color when focused */
}

span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /*円とテキストを横並びにする*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /*円とテキストを上下中央揃えにする*/
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%; /*円の形にする*/
  border: 1px solid #AFA86F; /*外側の円の太さと色*/
  background: #FAF7F1;
  width: 24px; /*外側の円の幅*/
  height: 24px; /*外側の円の高さ*/
  margin-right: 12px; /*円とテキストの間隔はここで調節*/
}

span.wpcf7-list-item-label::after {
  display: none; /*追加*/
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px; /*内側の円の幅*/
  height: 10px; /*内側の円の高さ*/
  background-color: #222; /*内側の円の色*/
  left: 7px; /*横位置調整*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-acceptance {
  display: inline-block;
}
.form-acceptance p {
  font-size: 1.4rem;
}

.form-acceptance span.wpcf7-list-item-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-acceptance span.wpcf7-list-item-label::before {
  border-radius: 0;
  width: 16px;
  height: 16px;
}
.form-acceptance span.wpcf7-list-item-label::after {
  left: 0;
  background: transparent url("../img/checkmark.png") no-repeat center center/contain;
  width: 16px;
  height: 16px;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block; /*ラジオボタンがチェックされたとき表示*/
}

.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-list-item {
  display: block;
  margin-bottom: 15px;
}

.radio-btn--square {
  border-radius: 0;
}

.text-box-wrapper {
  margin-right: auto;
}

.text-box {
  width: 78%;
}

.text-box--date {
  width: 168px;
  height: 56px;
  margin-right: 10px;
}
.text-box--date:nth-of-type(2) {
  margin-left: 10px;
}

.date-box {
  width: 78%;
}

.radio-box {
  width: 78%;
}

.check-box-box {
  width: 78%;
}

span.wpcf7-list-item {
  margin-left: 0;
}

input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid #3498db; /* Outline color when focused */
}

input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block; /*ラジオボタンがチェックされたとき表示*/
  border-radius: 0%;
}

.wpcf7-checkbox span.wpcf7-list-item-label::before {
  border-radius: 0%;
}

.checkbox-wrapper {
  margin-bottom: 61px;
}

.checkbox {
  padding-top: 0;
}

.check {
  margin-right: 6px;
  background: #FAF7F1;
  border: 1px solid #AFA86F;
  border-radius: 0;
}

.submit-button {
  width: 256px;
  max-width: 100%;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #222;
  border-radius: 0;
}

/* Focus State */
.submit-button:focus {
  outline: none; /* Remove outline */
  -webkit-box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5);
          box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5); /* Add a soft outline */
}

.end-message {
  font-size: clamp(2.4rem, 2.1183098592rem + 0.7511737089vw, 3.2rem);
  font-weight: 700;
}
.end-message span {
  display: block;
  margin-top: 51px;
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  line-height: 1.5;
  font-weight: 400;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.button-wrap {
  margin-top: 45px;
}

.entry-thanks__inner {
  padding-bottom: 94px;
}

/*-------------------------------------------
.faq
-------------------------------------------*/
.main-visual--faq {
  background-image: url("../img/faq-fv 1.png");
}

.faq__inner {
  padding: 0 22px;
}

.accordion-wrapper {
  margin-top: 73px;
}

.accordion-item {
  border-bottom: 1px dotted #AFA86F;
}
.accordion-item:first-of-type {
  border-top: 1px dotted #AFA86F;
}

.q {
  color: #988C2C;
  font-family: "Viga", serif;
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  margin-right: 20px;
}

.accordion-title {
  color: #222;
  padding: 36px 0;
  background: #fff;
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  cursor: pointer; /* カーソルをポインターに */
  position: relative;
}
.accordion-title .fa-plus, .accordion-title .fa-minus {
  color: #988C2C;
  position: absolute;
  right: 18px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.accordion-title .fa-minus {
  display: none;
}
.accordion-title.open .fa-plus {
  display: none;
}
.accordion-title.open .fa-minus {
  display: block;
}

.accordion-content {
  color: #222;
  display: none;
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  padding-bottom: 36px;
  padding-left: 36px;
}

/*-------------------------------------------
/staff
-------------------------------------------*/
.main-visual--staff {
  background-image: url("../img/staff-fv 1.png");
}

.members {
  padding: 130px 0 139px;
}

.members__inner {
  padding: 0 19px;
}

.members__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 43px;
}

.members__slide {
  width: 300px !important;
}

.members__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 379px;
}

.members__img--radius {
  border-radius: 30px;
}

.members__heading-box {
  width: 100%;
  margin-bottom: 16px;
  margin-top: -48px;
}

.members__heading {
  font-weight: bold;
  display: inline-block;
  padding: 5px 7px;
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  background: #AFA86F;
  text-align: left;
}
.members__heading:first-child {
  margin-bottom: 6px;
}

.members__job {
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  margin-bottom: 16px;
  font-weight: 700;
}

.members__name {
  font-size: clamp(2rem, 1.859rem + 0.6vw, 2.4rem);
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-weight: 700;
}

/*-------------------------------------------
/introduction
-------------------------------------------*/
.main-visual--staff-info {
  padding: 43px 0 43px;
  position: relative;
  background: #FAF7F1;
  text-align: center;
}

.main-visual__inner--staff-info {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-visual__content--staff-info {
  padding-top: 34px;
}

.main-visual__title--staff-info {
  font-family: "Noto Sans JP";
  display: inline-block;
  color: #222;
  font-size: clamp(2.4rem, 1.9774647887rem + 1.1267605634vw, 3.6rem);
  font-weight: 700;
  padding: 3px 10px;
  background: #fff;
  margin-bottom: 14px;
}

.main-visual__subtitle--staff-info {
  display: inline-block;
  color: #222;
  font-size: clamp(1.8rem, 1.5887323944rem + 0.5633802817vw, 2.4rem);
  font-weight: 700;
  padding: 3px 10px;
  background: #fff;
  margin-bottom: 33px;
}

.staff-info__department {
  color: #988C2C;
  font-weight: 700;
  font-size: clamp(1rem, 0.8591549296rem + 0.3755868545vw, 1.4rem);
  margin-bottom: 12px;
}

.staff-info__name {
  color: #222;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  margin-bottom: 13px;
}

.staff-info__entry-year {
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  font-weight: 400;
  margin-left: 20px;
}

.staff-info__bio {
  display: inline-block;
  max-width: 605px;
  line-height: 1.8;
  color: #222;
}

.main-visual__img {
  max-width: 286px;
}

.breadcrumb-wrapper {
  width: 100%;
  background-color: #F0F0F0;
}

.breadcrumb {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 24px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.breadcrumb__item {
  color: #222;
}

.breadcrumb__arrow {
  color: #222;
}

.introduction {
  padding-top: 78px;
  padding-bottom: 0;
}

.introduction__inner {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.introduction__wrapper {
  width: 71%;
}

.introduction-container {
  padding-top: 23px;
}

.wp-block-heading {
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
}

.introduction__heading::before {
  position: absolute;
  left: -18%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  background: #222;
  width: 216px;
  height: 1px;
}

.introduction-container-item__title {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 28px;
  margin-top: 28px;
}

.introduction-container__text {
  line-height: 1.8;
}

.contents {
  position: sticky;
  height: 240px;
  top: 40px;
  padding-top: 24px;
}

.contents__title {
  color: #666666;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1.5;
  font-size: 1.4rem;
}

.contents__item {
  font-size: clamp(1.2rem, 1.1295774648rem + 0.1877934272vw, 1.4rem);
  margin-bottom: 16px;
}

.contents__link {
  color: #999999;
  font-weight: 700;
  line-height: 1.5;
}
.contents__link.is-active {
  color: #222;
}

.other-staff {
  padding: 116px 0 139px;
}

.other-staff__inner {
  padding: 0 19px;
}

.other-staff__title {
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(2.4rem, 2.1183098592rem + 0.7511737089vw, 3.2rem);
}

.members__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 43px;
}

.members__slide {
  width: 300px !important;
}

.members__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 379px;
}

.members__img--radius {
  border-radius: 30px;
}

.members__heading-box {
  width: 100%;
  margin-bottom: 16px;
  margin-top: -48px;
}

.members__heading {
  font-weight: bold;
  display: inline-block;
  padding: 5px 7px;
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  background: #AFA86F;
  text-align: left;
}
.members__heading:first-child {
  margin-bottom: 6px;
}

.members__job {
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  margin-bottom: 16px;
  font-weight: 700;
}

.members__name {
  font-size: clamp(2rem, 1.859rem + 0.6vw, 2.4rem);
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-weight: 700;
}

/*-------------------------------------------
.cta
-------------------------------------------*/
.cta__bg {
  width: 100%;
}

.cta__inner {
  position: relative;
}

.cta__content {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  width: 100%;
  max-width: 956px;
  padding: 50px 0;
  border-radius: 20px;
}

.cta__text {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
}

.cta__btn {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  margin-top: 31px;
  width: 58%;
}

.btn--important {
  border: 1px solid #AFA86F;
  background: #AFA86F;
}

/*-------------------------------------------
.footer
-------------------------------------------*/
.footer {
  padding-bottom: 64px;
}

.footer__wrapper {
  max-width: 1312px;
  margin: 0 auto;
  padding: 198px 0 61px;
  background: #FAF7F1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.footer__inner {
  position: relative;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 73px;
}

.footer__logo {
  display: inline-block;
}

.footer-nav {
  padding-top: 25px;
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 41px 22px;
}

.footer-nav__item {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  font-weight: 700;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 34px;
  bottom: 0;
  gap: 16px;
}

.footer__copy-right {
  font-size: 1.2rem;
  font-family: "Viga", serif;
  font-weight: 400;
  color: #999999;
}

/*-------------------------------------------
.base
-------------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  /*-------------------------------------------
  .blog
  -------------------------------------------*/
  .blog__title::before {
    left: 100%;
  }
  .blog-media__content {
    padding: 12px 16px;
  }
  /*-------------------------------------------
  .introduction
  -------------------------------------------*/
  .introduction-container__title::before {
    width: 108px;
    margin-right: 12px;
    position: static;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    vertical-align: middle;
  }
  .members__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*-------------------------------------------
  .cta
  -------------------------------------------*/
  .cta__content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /*-------------------------------------------
  .base
  -------------------------------------------*/
  .main {
    padding-top: 55.7px;
  }
  .section {
    padding: 66px 0 96px;
  }
  .section__inner {
    padding: 0 17px;
  }
  .section__title {
    margin-bottom: 43px;
  }
  .section__title::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .circle-arrow-button {
    width: 42px;
    height: 42px;
  }
  .btn {
    width: 277px;
    max-width: 100%;
    padding: 23px 10px;
  }
  .section__heading {
    line-height: 1.5;
    margin-bottom: 48px;
  }
  .section__text {
    line-height: 1.5;
  }
  /*-------------------------------------------
  .modal
  -------------------------------------------*/
  .modal-close {
    width: 32px;
  }
  .modal-close:before, .modal-close:after {
    top: 14px;
  }
  .modal-content {
    padding: 0 12px;
  }
  .modal__logo {
    display: none;
  }
  .modal-nav {
    width: 100%;
  }
  .modal-nav__list {
    border-left: none;
    padding-left: 0;
    text-align: left;
    display: block;
  }
  .modal-nav__item {
    display: block;
    width: 100%;
    padding: 13px 0;
  }
  .modal-nav__item:nth-child(odd) {
    margin-right: 0;
  }
  .modal-nav__item:nth-child(n+5) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .modal-nav__item:nth-child(6) {
    margin-bottom: 53px;
    border-bottom: 1px solid #AFA86F;
  }
  .modal-nav__item:nth-child(7) {
    margin-bottom: 13px;
  }
  .modal-nav__item.menu__item {
    width: 248px;
  }
  .modal-nav__text span {
    margin-top: 9px;
  }
  /*-------------------------------------------
  .header
  -------------------------------------------*/
  .header {
    padding: 8px 0;
  }
  .header__inner {
    padding: 0 12px;
  }
  .header-logo {
    width: 151px;
  }
  .header__menu {
    display: none;
  }
  .drawer-toggle {
    width: 32px;
    height: 32px;
  }
  .drawer-toggle > span {
    width: 32px;
  }
  .drawer-toggle > span:nth-child(2) {
    top: 9px;
  }
  .drawer-toggle > span:nth-child(3) {
    bottom: 14px;
  }
  /*-------------------------------------------
  .benefits
  -------------------------------------------*/
  .benefits-list-wrapper {
    padding-bottom: 66px;
  }
  .benefits-list {
    display: block;
  }
  .benefits-item-title {
    padding: 12px 0;
  }
  .benefits-item-title:first-of-type {
    border-top: 1px dotted #222;
  }
  .recommends-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .recommends-item {
    width: 100%;
  }
  /*-------------------------------------------
  /about-us
  -------------------------------------------*/
  .philosophy-item {
    padding: 16px;
  }
  .philosophy-item__number {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
  }
  .philosophy-item__title {
    line-height: 2;
  }
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message__content {
    width: 100%;
  }
  .message__sub-heading {
    margin-left: 0;
  }
  .business-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .business-item__content {
    width: 100%;
  }
  .business-item__title {
    margin-bottom: 24px;
  }
  .business-item__subtitle {
    margin-bottom: 24px;
  }
  .overview {
    padding-top: 64px;
  }
  .info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-title {
    padding: 32px 0;
  }
  .info-title:first-of-type {
    border-top: 1px dotted #222;
  }
  /*-------------------------------------------
  /blog-detail
  -------------------------------------------*/
  .blog-detail {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-detail__content {
    padding: 20px;
  }
  .article__title {
    line-height: 1.5;
  }
  .article-content__title {
    margin-bottom: 25px;
  }
  .post-navigation-wrapper {
    height: 120px;
  }
  .post-navigation__button {
    gap: 14px;
  }
  .post-navigation__button--next {
    padding-left: 12px;
  }
  .post-navigation__content--prev a::before {
    left: -36px;
  }
  .post-navigation__content--next a::after {
    right: -36px;
  }
  /*-------------------------------------------
  /blog
  -------------------------------------------*/
  .blog {
    padding: 80px 0 100px;
  }
  .blog-media__wrapper {
    display: block;
    margin-bottom: 52px;
  }
  .blog-media-container {
    width: 100%;
    margin-bottom: 9px;
  }
  .blog-media-container:last-child {
    margin-bottom: 0;
  }
  .blog-media {
    width: 100%;
  }
  .blog-media__img {
    height: 121px;
  }
  .blog-media__content {
    padding: 9px 18px;
  }
  .blog-media__tag {
    margin-bottom: 8px;
  }
  .blog-media__title {
    margin-bottom: 0;
  }
  .blog-media__time {
    left: 18px;
    bottom: 5px;
  }
  .pagination__item {
    width: 40px;
    height: 40px;
  }
  .pagination__link {
    font-size: 1.2rem;
  }
  .page-numbers {
    width: 48px;
    height: 48px;
  }
  /*-------------------------------------------
  /career
  -------------------------------------------*/
  .career__text:first-child {
    margin-bottom: 24px;
  }
  .career__img {
    margin-bottom: 24px;
  }
  .career-path-item__title {
    margin-bottom: 25px;
  }
  /*-------------------------------------------
  /details
  -------------------------------------------*/
  .job-requirements-list {
    display: block;
  }
  .job-requirements-title {
    display: block;
    text-align: center;
    padding-left: 0;
    padding: 16px 0;
  }
  .job-requirements-title:first-child {
    border-top: 1px dotted #222;
  }
  /*-------------------------------------------
  /entry
  -------------------------------------------*/
  .entry__inner {
    padding: 48px 16px 48px;
  }
  .entry__title {
    line-height: 1.5;
  }
  .entry__text-box {
    margin-bottom: 48px;
  }
  .entry__middle-line {
    padding-bottom: 48px;
  }
  .form-list {
    padding-top: 64px;
  }
  .form-item {
    display: block;
  }
  .Form-Item-Label {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .form-item--date {
    text-align: left;
    margin-left: 0;
  }
  label {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 16px;
  }
  input, textarea {
    width: 100%;
  }
  .text-box-wrapper {
    text-align: left;
  }
  .text-box {
    width: 100%;
  }
  .date-box {
    width: 100%;
  }
  .text-box--date {
    width: 168px;
  }
  .select-box-container {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radio-box {
    width: 100%;
    text-align: left;
  }
  .radio-type-list {
    text-align: left;
  }
  .radio-type-item {
    margin-bottom: 0;
  }
  .form-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  span.wpcf7-list-item {
    margin-bottom: 0;
  }
  .check-box-box {
    width: 100%;
    text-align: left;
  }
  /*-------------------------------------------
  /faq
  -------------------------------------------*/
  .accordion-content {
    line-height: 2;
  }
  /*-------------------------------------------
  /introduction
  -------------------------------------------*/
  .main-visual__inner--staff-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-visual__img {
    max-width: 100%;
  }
  .staff-info__bio {
    margin-bottom: 16px;
  }
  .introduction__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
  .introduction__wrapper {
    width: 100%;
  }
  .introduction__heading::before {
    width: 54px;
    margin-right: 12px;
    position: static;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    vertical-align: middle;
  }
  .members__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents {
    display: none;
  }
  /*-------------------------------------------
  .cta
  -------------------------------------------*/
  .cta__bg {
    height: 250px;
  }
  .cta__content {
    padding: 24px 0 29px;
    width: 90%;
  }
  .cta__text {
    line-height: 2.5;
  }
  .cta__btn {
    padding: 20px 10px;
    width: 200px;
  }
  /*-------------------------------------------
  .footer
  -------------------------------------------*/
  .footer {
    padding-bottom: 0;
  }
  .footer__wrapper {
    padding: 169px 0 24px;
    border-radius: 0;
  }
  .footer__content {
    display: block;
    text-align: center;
  }
  .footer-nav {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
  }
  .footer-nav__item {
    margin-bottom: 20px;
  }
  .footer-nav__item:last-child {
    margin-bottom: 0;
  }
  .icon-box {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 29px;
  }
  .footer__copy-right {
    text-align: center;
  }
}