@charset "UTF-8";
/* ===========================================
 * fonts
 * ===========================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ===========================================
 * Variable
 * ===========================================
*/
/* -------------------------------------------
 * breakpoint
*/
/* -------------------------------------------
 * max-width
*/
/* -------------------------------------------
 * color
*/
/* -------------------------------------------
 * svg
*/
/* ===========================================
 * Utility
 * ===========================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* -------------------------------------------
 * font-size
*/
/* $base-font-sizeを基準に$sizeを%で指定 */
/* $base-font-sizeを基準に$sizeをremで指定 */
/* $base-font-sizeを基準に$sizeをpxで指定 */
/* $base-font-sizeを基準に$sizeをemで指定 */
/* $base-font-sizeを基準に$sizeをvwで指定 */
/* $base-font-sizeを基準に$sizeをvhで指定 */
@font-face {
  font-family: "Acumin Variable Concept", sans-serif;
  src: url("../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
.font-family-vdl-penletter {
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-fot-udkakugoc70-pro {
  font-family: fot-udkakugoc70-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-hiragino-kaku-gothic-pro {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ===========================================
 * debug
 * ===========================================
*/
.show-for-logged-in, .hide-for-logged-in {
  display: none; /* 最初はどちらも非表示 */
}

/* ===========================================
 * common
 * ===========================================
*/
/* selecter */
html {
  overflow-x: hidden;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
html body .site-content .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* common heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* default font size */
p {
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: normal;
  line-height: 2;
  color: #403d36;
}

li {
  font-weight: normal;
}

figure img {
  width: 100%;
  max-width: none;
}

/* ===========================================
 * Home
 * ===========================================
*/
.home {
  /**
   * --------------------------------------------
   * ファーストビュー
   */
  /**
   * --------------------------------------------
   * 弊社について
   */
  /**
   * --------------------------------------------
   * 代表からのメッセージ
   */
  /**
   * --------------------------------------------
   * 職場環境
   */
  /**
   * --------------------------------------------
   * 仕事紹介動画
   */
  /**
   * --------------------------------------------
   * 先輩インタビュー
   */
  /**
   * --------------------------------------------
   * 採用情報
   */
  /**
   * --------------------------------------------
   * 会社概要
   */
}
.home .site-content {
  background-color: #427cc0;
}
.home .content__main {
  max-width: 100% !important;
  background-color: transparent;
}
.home [class*=sec-] {
  margin: 0;
  padding: 4rem 0;
}
.home [class*=sec-] .__header_container {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.home [class*=sec-] .__header_container .__h2_header {
  font-size: clamp(24px, 2.6666666667vw, 32px);
  font-weight: bold;
}
.home [class*=sec-] .__header_container .__lead {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .home [class*=sec-] {
    padding: 2rem 0;
  }
}
.home .sec-fv {
  padding: 0;
}
.home .sec-fv .__inner {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.home .sec-fv .__inner .__img {
  width: 70%;
  position: relative;
  z-index: 1;
}
.home .sec-fv .__inner .__title_container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.home .sec-fv .__inner .__title_container .__title {
  text-align: right;
  font-size: clamp(24px, 3.3333333333vw, 40px);
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .home .sec-fv .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
  .home .sec-fv .__inner .__title_container {
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-fv {
    position: relative;
    z-index: 1;
  }
  .home .sec-fv .__inner .__img {
    width: 88%;
  }
  .home .sec-fv .__inner .__title_container {
    position: relative;
    top: unset;
    right: unset;
  }
}
.home .sec-about-us {
  padding-bottom: 18rem;
  position: relative;
  z-index: 0;
}
.home .sec-about-us::before {
  content: "ABOUT US";
  position: absolute;
  top: 32%;
  left: -10px;
  color: #FFF;
  font-size: clamp(56px, 6.6666666667vw, 80px);
  font-weight: 300;
  font-family: "Acumin Variable Concept", sans-serif;
  font-style: normal;
  transform: translateY(-50%);
  line-height: 1;
  writing-mode: vertical-rl;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .sec-about-us::before {
    top: 34%;
  }
}
.home .sec-about-us .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-about-us .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-about-us .__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url("../img/deco-about-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .home .sec-about-us .__inner::before {
    width: 100%;
    top: 30%;
  }
}
.home .sec-about-us .__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-image: url("../img/deco-about-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .home .sec-about-us .__inner::after {
    width: 80%;
    top: 80%;
  }
}
.home .sec-about-us .__inner .__h2_container {
  text-align: center;
}
.home .sec-about-us .__inner .__h2_container .__h2_header {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #FFF;
  font-size: clamp(24px, 2.6666666667vw, 32px);
}
.home .sec-about-us .__inner .__h2_container .__en {
  margin: 1rem auto;
  width: 300px;
  background-color: #FFF;
  color: #427cc0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(18px, 1.6666666667vw, 20px);
}
.home .sec-about-us .__inner .__text_container {
  margin: 3rem 0 5rem;
}
.home .sec-about-us .__inner .__text_container .__lead {
  color: #FFF;
  font-weight: 500;
  line-height: 3;
}
.home .sec-about-us .__inner .__flex_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}
.home .sec-about-us .__inner .__flex_container .__flex_item .__img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .sec-about-us .__inner .__flex_container .__flex_item .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .sec-about-us .__inner .__flex_container .__flex_item .__title {
  margin: 0;
  margin-top: 1rem;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: 500;
  text-align: center;
  color: #FFF;
}
.home .sec-about-us .__inner .__flex_container .__flex_item .__lead {
  margin: 0;
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.1666666667vw, 14px);
  font-weight: 500;
  color: #FFF;
}
.home .sec-message {
  background-color: #f7f7f7;
  position: relative;
  z-index: 0;
  padding-bottom: 18rem;
}
.home .sec-message::before {
  content: "MESSAGE";
  position: absolute;
  top: 24%;
  right: -10px;
  color: #e2e2e3;
  font-size: clamp(56px, 6.6666666667vw, 80px);
  font-weight: 300;
  font-family: "Acumin Variable Concept", sans-serif;
  font-style: normal;
  transform: translateY(-50%);
  line-height: 1;
  writing-mode: sideways-lr;
}
.home .sec-message .__deco {
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: auto;
  z-index: 1;
}
.home .sec-message .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-message .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-message .__inner .__h2_container {
  text-align: center;
}
.home .sec-message .__inner .__h2_container .__h2_header {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #21519b;
  font-size: clamp(24px, 2.6666666667vw, 32px);
}
.home .sec-message .__inner .__h2_container .__en {
  margin: 1rem auto;
  width: 300px;
  background-color: #21519b;
  color: #FFF;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(18px, 1.6666666667vw, 20px);
}
.home .sec-message .__inner .__h2_container .__subtitle {
  margin: 0;
  margin-top: 5rem;
  color: #21519b;
  font-size: clamp(16px, 1.5vw, 18px);
}
.home .sec-message .__inner .__text_container {
  margin: 3rem 0 5rem;
}
.home .sec-message .__inner .__text_container .__lead {
  color: #403d36;
  font-weight: 500;
  line-height: 3;
}
.home .sec-message .__inner .__profile_container {
  background-color: #FFF;
  padding: 2.5rem 3rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.home .sec-message .__inner .__profile_container .__h3_container {
  text-align: center;
}
.home .sec-message .__inner .__profile_container .__h3_container .__h3_header {
  display: inline-block;
  margin: 0;
  padding: 0.75rem 0;
  width: 300px;
  background-color: #d5d5d2;
  border-radius: 100px;
  color: #FFF;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1;
  text-align: center;
  letter-spacing: -0.05rem;
}
.home .sec-message .__inner .__profile_container .__flex_container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}
.home .sec-message .__inner .__profile_container .__flex_container .__left_container {
  flex: 1 0 calc(50% - 1.5rem);
}
.home .sec-message .__inner .__profile_container .__flex_container .__left_container .__img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .sec-message .__inner .__profile_container .__flex_container .__left_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .sec-message .__inner .__profile_container .__flex_container .__right_container {
  flex: 1 0 50%;
}
.home .sec-message .__inner .__profile_container .__flex_container .__right_container .__name_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #21519b;
}
.home .sec-message .__inner .__profile_container .__flex_container .__right_container .__name_container .__jobtitle {
  margin: 0;
  color: #231d1c;
  line-height: 1;
}
.home .sec-message .__inner .__profile_container .__flex_container .__right_container .__name_container .__name {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  color: #231d1c;
  line-height: 1;
}
.home .sec-message .__inner .__profile_container .__flex_container .__right_container .__text_container {
  margin: 1.5rem 0 0;
}
.home .sec-message .__inner .__profile_container .__flex_container .__right_container .__text_container .__text {
  color: #231d1c;
  font-size: clamp(12px, 1.1666666667vw, 14px);
}
@media screen and (max-width: 767px) {
  .home .sec-message .__inner .__profile_container {
    padding: 1.5rem 2rem;
  }
  .home .sec-message .__inner .__profile_container .__h3_container .__h3_header {
    width: 100%;
  }
  .home .sec-message .__inner .__profile_container .__flex_container {
    flex-direction: column;
    align-items: center;
  }
}
.home .sec-work {
  background-color: #FFF;
  position: relative;
  z-index: 0;
}
.home .sec-work::before {
  content: "WORK ENVIRONMENT";
  position: absolute;
  top: 32%;
  left: -10px;
  color: #FFF;
  font-size: clamp(24px, 6.6666666667vw, 80px);
  font-weight: 300;
  font-family: "Acumin Variable Concept", sans-serif;
  font-style: normal;
  transform: translateY(-50%);
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .home .sec-work::before {
    left: -4px;
    top: 0;
  }
}
.home .sec-work .__deco {
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: auto;
  z-index: -2;
}
.home .sec-work .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-work .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-work .__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -70%);
  background-image: url("../img/deco-work-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .sec-work .__inner::before {
    width: 100%;
    top: 30%;
  }
}
.home .sec-work .__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -70%);
  background-image: url("../img/deco-work-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .sec-work .__inner::after {
    width: 80%;
    top: 80%;
  }
}
.home .sec-work .__inner .__h2_container {
  text-align: center;
}
.home .sec-work .__inner .__h2_container .__h2_header {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #427cc0;
  font-size: clamp(24px, 2.6666666667vw, 32px);
}
.home .sec-work .__inner .__h2_container .__en {
  margin: 1rem auto;
  width: 300px;
  background-color: #427cc0;
  color: #FFF;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(18px, 1.6666666667vw, 20px);
}
.home .sec-work .__inner .__text_container {
  margin: 3rem 0 5rem;
  position: relative;
  z-index: 3;
}
.home .sec-work .__inner .__text_container .__lead {
  font-weight: 500;
  line-height: 3;
}
.home .sec-work .__inner .__flex_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 3;
}
.home .sec-work .__inner .__flex_container .__flex_item .__img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .sec-work .__inner .__flex_container .__flex_item .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .sec-work .__inner .__flex_container .__flex_item .__title {
  margin: 0;
  margin-top: 1rem;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: 500;
  text-align: center;
  color: #427cc0;
}
.home .sec-work .__inner .__flex_container .__flex_item .__lead {
  margin: 0;
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.1666666667vw, 14px);
  font-weight: 500;
}
.home .sec-movie {
  background-color: #FFF;
  padding-bottom: 16rem;
  position: relative;
  z-index: 0;
}
.home .sec-movie::before {
  content: "JOB INTRODUCTION MOVIE";
  position: absolute;
  top: 24%;
  right: -10px;
  color: #e2e2e3;
  font-size: clamp(24px, 6.6666666667vw, 80px);
  font-weight: 300;
  font-family: "Acumin Variable Concept", sans-serif;
  font-style: normal;
  transform: translateY(-50%);
  line-height: 1;
  writing-mode: sideways-lr;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .sec-movie::before {
    right: -4px;
    top: 50%;
  }
}
.home .sec-movie .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-movie .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-movie .__inner .__h2_container {
  text-align: center;
}
.home .sec-movie .__inner .__h2_container .__h2_header {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #427cc0;
  font-size: clamp(24px, 2.6666666667vw, 32px);
}
.home .sec-movie .__inner .__responsive .__h3_container {
  background-color: #427cc0;
  padding: 0.25rem 0;
  text-align: center;
}
.home .sec-movie .__inner .__responsive .__h3_container .__h3_header {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(18px, 1.6666666667vw, 20px);
  letter-spacing: -0.05rem;
}
.home .sec-movie .__inner .__responsive iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .sec-interview {
  position: relative;
  z-index: 0;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .home .sec-interview {
    padding-bottom: 2rem;
  }
}
.home .sec-interview .__deco {
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: auto;
  z-index: 1;
}
.home .sec-interview .__deco img {
  transform: scale(1.01);
}
@media screen and (max-width: 767px) {
  .home .sec-interview .__deco img {
    transform: scale(1.1);
  }
}
.home .sec-interview > .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-interview > .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-interview > .__inner .__h2_container {
  text-align: center;
}
.home .sec-interview > .__inner .__h2_container .__h2_header {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #FFF;
  font-size: clamp(24px, 2.6666666667vw, 32px);
}
.home .sec-interview > .__inner .__h2_container .__en {
  margin: 1rem auto;
  width: 100%;
  background-color: #FFF;
  color: #427cc0;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(18px, 1.6666666667vw, 20px);
}
.home .sec-interview > .__inner .__flex_container .footer-category-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 2rem 0 6rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .home .sec-interview > .__inner .__flex_container .footer-category-links {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item {
  width: 16.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  border-radius: 200px;
  width: 120px;
  height: 120px;
  padding-top: 1.25rem;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item a .number {
  font-family: fot-udkakugoc70-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item a .title {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item.color-01 a {
  background-color: #f3c23b;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item.color-02 a {
  background-color: #70afbc;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item.color-03 a {
  background-color: #eb8f8f;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item.color-04 a {
  background-color: #808080;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item.color-05 a {
  background-color: #3c5891;
}
.home .sec-interview > .__inner .__flex_container .footer-category-links .item.color-06 a {
  background-color: #ad819f;
}
@media screen and (max-width: 768px) {
  .home .sec-interview > .__inner .__flex_container .footer-category-links .item {
    width: calc(33.3333333333% - 1rem);
  }
  .home .sec-interview > .__inner .__flex_container .footer-category-links .item a {
    width: 114px;
    height: 114px;
  }
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item {
  margin-bottom: 8rem;
  background-color: #FFF;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item::before {
  content: "INTERVIEW";
  position: absolute;
  top: 1px;
  right: 0;
  transform: translateY(-100%);
  background: #FFF;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.6rem 1.5rem;
  -webkit-clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  line-height: 1;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item::after {
  content: "INTERVIEW";
  position: absolute;
  top: 0;
  right: 8px;
  transform: translateY(-100%);
  background: #70afbc;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.4rem 1.2rem;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  line-height: 1;
  z-index: 1;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner {
  padding: 2rem 3rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #427cc0;
  position: relative;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container {
  flex: 1 0 calc(50% - 3rem);
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container .__title_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container .__title_container .__employment_type {
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 1.1666666667vw, 14px);
  line-height: 1;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container .__title_container .__category {
  margin: 0;
  padding: 0;
  font-size: clamp(18px, 1.8333333333vw, 22px);
  line-height: 1;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container .__img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container {
  flex: 1 0 50%;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container .__title_img {
  width: 32%;
  margin-bottom: 1rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl {
  margin: 0;
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl dt {
  flex: 1 0 3rem;
  margin: 0;
  text-align: right;
  line-height: 1;
  font-family: fot-udkakugoc70-pro, sans-serif;
  font-weight: 400;
  position: relative;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1.5rem - 3.5px);
  width: 1px;
  height: 200%;
  background-color: #231d1c;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl dd {
  flex: 1 0 calc(100% - 6rem);
  margin: 0;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #231d1c;
  border-radius: 10px;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl:last-child dt::after {
  display: none;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__business_content {
  margin: 3rem auto;
  width: 92%;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__business_content .__business_content_title {
  margin: 0 0 1.5rem;
  width: 100%;
  text-align: center;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__business_content .__business_content_title .__title {
  font-weight: 500;
  color: #FFF;
  background-color: #427cc0;
  line-height: 1;
  padding: 0.5rem 3rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__group_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__group_container .__flex_item .__img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__group_container .__flex_item .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__group_container .__flex_item .__title {
  margin: 0;
  margin-top: 1rem;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: 500;
  text-align: center;
  color: #427cc0;
  line-height: 1;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__group_container .__flex_item .__lead {
  margin: 0;
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.1666666667vw, 14px);
  font-weight: 500;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__rewarding_content {
  margin: 5rem auto;
  width: 92%;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__rewarding_content .__rewarding_content_title {
  margin: 0 0 1.5rem;
  width: 100%;
  text-align: center;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__rewarding_content .__rewarding_content_title .__title {
  font-weight: 500;
  color: #FFF;
  background-color: #427cc0;
  line-height: 1;
  padding: 0.5rem 3rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__message_content {
  margin: 5rem auto 2rem;
  width: 100%;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__message_content .__message_content_title {
  margin: 0 0 1.5rem;
  width: 100%;
  text-align: center;
  border-top: 1.5px solid #70afbc;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__message_content .__message_content_title .__title {
  display: inline-block;
  font-weight: 500;
  color: #FFF;
  background-color: #70afbc;
  line-height: 1;
  padding: 1rem 2.5rem;
  border-radius: 0 0 1rem 1rem;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__message_content .__message_content_text {
  width: 80%;
  margin: 0 auto;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-decoration: dashed underline #d5d5d2;
          text-decoration: dashed underline #d5d5d2;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner {
    padding: 1rem 1.5rem;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time {
    flex-direction: column;
    align-items: center;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__img_container {
    flex: 1 0 100%;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container {
    flex: 1 0 100%;
    width: 100%;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container .__title_img {
    width: 50%;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time .__text_container dl dd {
    font-size: 14px;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__business_content {
    width: 100%;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__rewarding_content {
    width: 100%;
  }
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__message_content .__message_content_text {
    width: 100%;
  }
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item.__store-manager .__inner .__thumbnail_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9rem;
  width: 8%;
  height: 30%;
  transform: translateY(-55%);
  background-image: url("../img/interview-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item.__used-car-sales-staff .__inner .__thumbnail_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9rem;
  width: 8%;
  height: 30%;
  transform: translateY(-55%);
  background-image: url("../img/interview-02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item.__showroom-staff .__inner .__thumbnail_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9rem;
  width: 8%;
  height: 30%;
  transform: translateY(-55%);
  background-image: url("../img/interview-03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item.__mechanic .__inner .__thumbnail_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9rem;
  width: 8%;
  height: 30%;
  transform: translateY(-55%);
  background-image: url("../img/interview-04.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item.__service-manager .__inner .__thumbnail_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9rem;
  width: 8%;
  height: 30%;
  transform: translateY(-55%);
  background-image: url("../img/interview-05.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.home .sec-interview > .__inner .__interview_list .custom-posts .post-item.__body-paint-staff .__inner .__thumbnail_time::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9rem;
  width: 8%;
  height: 30%;
  transform: translateY(-55%);
  background-image: url("../img/interview-06.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .home .sec-interview > .__inner .__interview_list .custom-posts .post-item .__inner .__thumbnail_time::before {
    width: 24% !important;
    height: 24% !important;
    transform: translateY(-64%) !important;
  }
}
.home .sec-recruit {
  padding-top: 0;
  background-color: #FFF;
  position: relative;
  z-index: 0;
}
.home .sec-recruit .__deco {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-70%);
  width: 100%;
  height: auto;
  z-index: 1;
}
.home .sec-recruit .__deco img {
  transform: scale(1.01);
}
.home .sec-recruit .__h2_container {
  background-color: #21519b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 0;
  position: relative;
}
.home .sec-recruit .__h2_container::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 24px solid #21519b;
}
.home .sec-recruit .__h2_container .__h2_header {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: clamp(24px, 2.6666666667vw, 32px);
  font-weight: 300;
  line-height: 1;
}
.home .sec-recruit .__h2_container .__en {
  margin: 0;
  margin-top: 0.25rem;
  padding: 0;
  line-height: 1;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
}
.home .sec-recruit .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-recruit .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-recruit .__inner .__text_container {
  text-align: center;
  margin: 4rem 0;
}
.home .sec-recruit .__inner .__text_container .__subtitle {
  margin: 0;
  padding: 0;
  color: #21519b;
  font-size: clamp(16px, 1.5vw, 18px);
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .section-header {
  display: none;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .desc {
  display: none;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .store {
  display: none;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box {
  background-color: #f7f7f7;
  margin-bottom: 4rem;
  padding: 2rem 0;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .image {
  flex: 1 0 calc(50% - 2rem);
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text {
  flex: 1 0 50%;
  padding-right: 1.5rem;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .title .icon-new {
  display: none;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .title .__title_container a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  cursor: default;
  pointer-events: none;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .title .__title_container a .__type {
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #21519b;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .title .__title_container a .__text {
  font-weight: 500;
  color: #21519b;
  line-height: 1.2;
  font-size: clamp(16px, 1.5vw, 18px);
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .title .__text_container {
  text-align: left;
  color: #21519b;
  margin: 1.5rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #403d36;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .salary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .salary .svg-icon {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .salary .svg-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .salary dd {
  margin: 0;
  padding: 0;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .access {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .access .svg-icon {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .access .svg-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text .detail .access .access-text {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info {
    flex-direction: column;
  }
  .home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .info .text {
    padding-right: 0;
  }
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .link {
  margin: 2.5rem 0 0;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .link a {
  text-decoration: none;
  color: #FFF;
  background-color: #427cc0;
  margin: 0 auto;
  padding: 0.75rem 0;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 320px;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .link a span {
  margin-left: 2rem;
}
.home .sec-recruit .__inner .__recruit_container .theme-bga .recruit-container .content-wrapper .content .recruit .recruit-box .link a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #FFF;
  mask-image: url("../img/arrow-more.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/arrow-more.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.home .sec-company {
  background-color: #21519b;
  padding: 6rem 0 16rem;
}
.home .sec-company .__inner {
  max-width: 1200px;
  min-width: 990px;
  width: 62.5%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  .home .sec-company .__inner {
    width: 100%;
    min-width: unset;
    padding: 0 4%;
  }
}
.home .sec-company .__inner .__h2_container {
  text-align: center;
}
.home .sec-company .__inner .__h2_container .__h2_header {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #FFF;
  font-size: clamp(24px, 2.6666666667vw, 32px);
}
.home .sec-company .__inner .__h2_container .__en {
  margin: 1rem auto;
  width: 300px;
  background-color: #FFF;
  color: #21519b;
  font-family: "Acumin Variable Concept", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(18px, 1.6666666667vw, 20px);
}
.home .sec-company .__inner .__table_container {
  text-align: center;
}
.home .sec-company .__inner .__table_container .__table_inner {
  display: inline-block;
  margin: 4rem 0;
}
.home .sec-company .__inner .__table_container .__table_inner .__table_row {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1rem;
}
.home .sec-company .__inner .__table_container .__table_inner .__table_row .__label,
.home .sec-company .__inner .__table_container .__table_inner .__table_row .__value,
.home .sec-company .__inner .__table_container .__table_inner .__table_row .__value_02 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #FFF;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home .sec-company .__inner .__table_container .__table_inner {
    width: 100%;
  }
  .home .sec-company .__inner .__table_container .__table_inner .__table_row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .home .sec-company .__inner .__table_container .__table_inner .__table_row .__label,
  .home .sec-company .__inner .__table_container .__table_inner .__table_row .__value,
  .home .sec-company .__inner .__table_container .__table_inner .__table_row .__value_02 {
    white-space: normal;
  }
  .home .sec-company .__inner .__table_container .__table_inner .__table_row .__value,
  .home .sec-company .__inner .__table_container .__table_inner .__table_row .__value_02 {
    padding-left: 1rem;
  }
}
.home .sec-company .__inner .__link_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.home .sec-company .__inner .__link_container .__link_title {
  margin: 0;
  padding: 0;
  color: #FFF;
  line-height: 1;
}
.home .sec-company .__inner .__link_container .__link {
  text-decoration: none;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.home .sec-company .__inner .__link_container .__link_icon {
  background-color: #FFF;
  mask-image: url("../img/arrow-up-right-from-square-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/arrow-up-right-from-square-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
  padding: 0;
}

/* ===========================================
 * Site Header
 * グローバルヘッダー
 * ===========================================
*/
/* reset */
.site-header {
  width: 100%;
  background-color: #427cc0 !important;
}

.site-header > .container {
  position: relative;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
.site-header > .container > .site-header__content {
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .site-header > .container > .site-header__content {
    width: 100%;
    padding: 0 2%;
  }
}
.site-header > .container > .site-header__content .site-branding {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.site-header > .container > .site-header__content .site-branding .site-title {
  width: 32%;
}
.site-header > .container > .site-header__content .site-branding .__text_container .__text {
  color: #FFF;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: clamp(20px, 2.6666666667vw, 32px);
  line-height: 1;
  letter-spacing: -0.125rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-header > .container > .site-header__content .site-branding {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header > .container > .site-header__content .site-branding .site-title {
    width: 40%;
  }
}
.site-header > .container > .site-header__content .__link {
  background-color: #21519b;
  position: absolute;
  top: 0;
  right: 10%;
  border-radius: 0 0 0 1.5rem;
}
.site-header > .container > .site-header__content .__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2rem;
  height: 80px;
}
.site-header > .container > .site-header__content .__link a .__text {
  color: #FFF;
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  margin: 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-header > .container > .site-header__content .__link {
    right: 20%;
  }
  .site-header > .container > .site-header__content .__link a {
    padding: 0 1rem;
    height: 64px;
  }
  .site-header > .container > .site-header__content .__link a .__text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.site-header > .container > .site-header__content .global-nav__toggle {
  height: 80px;
  width: 10%;
  background-color: #FFF;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.site-header > .container > .site-header__content .global-nav__toggle::after {
  text-transform: uppercase;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  color: #21519b;
}
.site-header > .container > .site-header__content .global-nav__toggle .ys-icon {
  width: 64px;
}
.site-header > .container > .site-header__content .global-nav__toggle .ys-icon svg {
  width: 64px;
}
.site-header > .container > .site-header__content .global-nav__toggle.is-open svg line:nth-child(2) {
  transform: translateY(32px) rotate(-45deg);
}
.site-header > .container > .site-header__content .global-nav__toggle.is-open svg line:nth-child(3) {
  transform: translateX(32px) translateY(-40px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .site-header > .container > .site-header__content .global-nav__toggle {
    height: 64px;
    width: 20%;
  }
}
.site-header > .container > .site-header__content .global-nav .global-nav__container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-header > .container > .site-header__content .global-nav .global-nav__container .global-nav__menu .menu-item {
  border-bottom: 1px solid #21519b;
}
.site-header > .container > .site-header__content .global-nav .global-nav__container .global-nav__menu .menu-item a {
  color: #21519b;
  padding: 1rem 2.5rem;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: relative;
}
.site-header > .container > .site-header__content .global-nav .global-nav__container .global-nav__menu .menu-item a::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.site-header > .container > .site-header__content .global-nav .global-nav__container .global-nav__menu .menu-item.is-active a::before {
  content: "\f65d";
  font-family: "Font Awesome 6 Free";
}

body.admin-bar button.is-open {
  top: 32px;
}

/* ===========================================
 * footer
 * ===========================================
*/
.site-footer {
  position: relative;
  z-index: 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../img/deco-footer.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding-top: 24%;
  }
  .site-footer::before {
    top: 2px;
    transform: translateY(-100%);
    height: 10%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer::before {
    height: 6%;
  }
}
.site-footer .footer-container .__flex_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  padding: 2rem 0;
}
.site-footer .footer-container .__flex_container .__logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-container .__flex_container .__logo_container .__link {
  display: inline-block;
  width: 200px;
}
.site-footer .footer-container .__flex_container .__logo_container .__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-container .__flex_container .__menu_left {
  border-left: 1.5px solid #21519b;
  margin-right: 1rem;
  padding-left: 2rem;
}
.site-footer .footer-container .__flex_container .__menu_left .__menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-container .__flex_container .__menu_left .__menu_list li {
  margin-bottom: 1rem;
}
.site-footer .footer-container .__flex_container .__menu_left .__menu_list a {
  text-decoration: none;
  font-size: 1rem;
  color: #21519b;
}
.site-footer .footer-container .__flex_container .__menu_right {
  border-left: 1.5px solid #21519b;
  margin-left: 1.5rem;
}
.site-footer .footer-container .__flex_container .__menu_right .__title_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-container .__flex_container .__menu_right .__title_container .__title_en {
  padding: 0.5rem;
  color: #FFF;
  background-color: #21519b;
  line-height: 1;
}
.site-footer .footer-container .__flex_container .__menu_right .__title_container .__title {
  color: #21519b;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item a::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #21519b;
  border-radius: 50%;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item a .number {
  font-family: fot-udkakugoc70-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #21519b;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item a .title {
  line-height: 1.8;
  color: #21519b;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item.color-01 a::before {
  background-color: #f3c23b;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item.color-02 a::before {
  background-color: #70afbc;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item.color-03 a::before {
  background-color: #eb8f8f;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item.color-04 a::before {
  background-color: #808080;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item.color-05 a::before {
  background-color: #3c5891;
}
.site-footer .footer-container .__flex_container .__menu_right .footer-category-links .item.color-06 a::before {
  background-color: #ad819f;
}
.site-footer .footer-container .__flex_container .__menu_right .__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-container .__flex_container .__menu_right .__list a {
  text-decoration: none;
  color: #21519b;
  font-size: 14px;
}
.site-footer .footer-container .__hp_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  text-align: right;
}
.site-footer .footer-container .__hp_container .__hp_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0.5rem 2rem;
  background-color: #21519b;
  border-radius: 0 100px 100px 0;
}
.site-footer .footer-container .__hp_container .__hp_link .__name {
  letter-spacing: -0.05rem;
  color: #FFF;
}
.site-footer .footer-container .__hp_container .__hp_link .__icon {
  background-color: #FFF;
  mask-image: url("../img/arrow-up-right-from-square-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/arrow-up-right-from-square-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-container .__flex_container {
    flex-wrap: wrap;
    align-items: center;
  }
  .site-footer .footer-container .__flex_container .__logo_container {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-container .__flex_container .__logo_container .__link {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-container .__flex_container .__menu_left,
  .site-footer .footer-container .__flex_container .__menu_right {
    width: 92%;
    margin: 0 auto;
  }
}
.site-footer .footer-main {
  background: #000 !important;
  padding: 1em 0;
}
.site-footer .footer-main .site-info .container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.site-footer .footer-main .site-info .container .footer-copy p {
  font-size: 12px;
  color: #FFF;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-main .site-info .container {
    flex-direction: column;
    gap: 0.5rem;
  }
}

button#back-to-top {
  right: 0;
  bottom: 0;
}
button#back-to-top .back-to-top__content {
  padding: 1em;
  border-radius: 0;
  background-color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  button#back-to-top {
    bottom: 5vh;
  }
}/*# sourceMappingURL=theme-style.css.map */