@charset "UTF-8";
/* ##############################################################################

    KEYFRAMES

############################################################################## */
@keyframes liner_slide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 25% 50%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes scroll_progress {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes animate_text-block {
  0% {
    transform: translatex(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* ##############################################################################

    animetion

############################################################################## */
@keyframes animate_text-block {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@keyframes animate_set {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_ttl {
  overflow: hidden;
}

.animation_ttl .line {
  position: relative;
  /* transform: translateY(-100%); */
  transform: translateY(0);
  transform-origin: top;
  /* opacity: 0; */
  opacity: 1;
}

.animation_ttl .line .mask {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* display: block; */
  display: none;
  background: var(--maincolor);
  opacity: 1;
}

.animation_ttl.active .line {
  transform: translateY(0);
  opacity: 1;
  transition: var(--animation_delay) cubic-bezier(0.47, 0, 0.75, 0.72);
}

.animation_ttl.animationend .line .mask {
  animation-name: animate_text-block;
  animation-duration: var(--animation_delay);
  animation-timing-function: cubic-bezier(0.47, 0, 0.75, 0.72);
  animation-fill-mode: forwards;
}

/* ##############################################################################

    simpleparallax

############################################################################## */
.img_box .simpleParallax {
  width: 120%;
  height: 100%;
}

.img_box .simpleParallax img {
  width: 70% !important;
  transform-origin: left center;
}

.card_list_style2--parts .img_box img {
  transform-origin: left 55%;
}

.service.home_cont .img_box img {
  transform-origin: left 30%;
}

/* ##############################################################################

    COMMON

############################################################################## */
.main_wrapper2 {
  position: relative;
  z-index: 1;
}

.main_wrapper2 .wrapper_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  z-index: -1;
}

.main_wrapper2 .wrapper_back::after {
  content: "";
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/index/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  height: 100%;
  /* background: var(--seciton1_color); */
}

body.single {
  padding-top: 104px;
}

body.single .breadcrumb_box {
  position: relative;
  padding: 80px 0;
  margin-top: 0;
  background: #fff;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    overflow-y: auto;
    overflow-x: auto;
  }
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .main_wrapper2 .wrapper_back {
    background: var(--lightcolor4);
  }
  .main_wrapper2 .wrapper_back::after {
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 1080px) {
  body {
    padding-top: 0;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .main_wrapper2 .wrapper_back {
    position: sticky;
    margin: -80px;
  }
  .main_wrapper2 .wrapper_back::after {
    position: absolute;
    background-size: auto 100%;
    height: 475px;
  }
  body.single {
    padding-top: 80px;
  }
  body.single .breadcrumb_box {
    padding: 20px 0;
  }
  .sp_reset * {
    text-align: left !important;
    font-size: 100% !important;
  }
  .sp {
    display: block;
  }
}
/* wrapper
  **************************************** */
/*number_diagonalbox*/
.number_diagonalbox {
  position: relative;
  padding: 0 0 0 min(130px, 6.7708333333vw);
}

.number_diagonalbox_main {
  font-family: var(--font-en);
  font-size: min(14.875rem, 12.3958333333vw);
  color: #fff;
}

.number_diagonalbox_sub {
  content: "Interview";
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: right top;
  transform: rotate(-10deg) translateY(-50%);
  width: min(285px, 14.84375vw);
  height: auto;
  font-family: var(--font-en_cs);
  font-size: min(5rem, 4.1666666667vw);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333;
  font-weight: normal;
  z-index: 1;
}

/*textline_black*/
.textline_black {
  margin: 0 0 min(48px, 2.5vw);
}

.textline_black .line {
  padding: 13px min(60px, 3.125vw) 13px min(30px, 1.5625vw);
  line-height: 2.4;
  display: inline;
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: #fff;
  background: var(--member_card_list_ttl);
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (max-width: 767px) {
  .textline_black .line {
    line-height: 1.2;
    padding: 5px 15px;
  }
}
/* liner_slide csslide
**************************************** */
.liner_slide {
  width: auto;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.liner_slide--main {
  display: grid;
  grid-template-columns: auto auto;
}

.liner_slide--cont {
  animation: liner_slide 90s linear infinite;
  display: block;
}

.line_img_list {
  display: flex;
  flex-basis: content;
}

.line_img_list > li {
  padding-left: min(88px, 4.5833333333vw);
}

.img_demo img {
  display: block;
  width: 500px;
  height: 600px;
  background: #ccc;
}

.img_demo_cont {
  width: 100%;
  height: 100%;
  background: #ccc;
}

/* layout
**************************************** */
/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.inner-sm {
  max-width: 880px;
}

.inner-lg {
  max-width: 1440px;
}

.inner-xl {
  max-width: calc(100% - 112px);
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: var(--seciton1_color);
}

.archive .section_pdg {
  background: none;
}

.single .container .section_pdg {
  background: none;
  padding-top: 0;
}

.single-job .container .btn a {
  padding-right: 120px;
}

.section_pdg-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* --- anchor --- */
.anchor {
  position: absolute;
  top: -80px;
  /* 固定ヘッダーの高さ */
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  /* --- inner --- */
  .inner {
    width: 90%;
  }
  .inner-xl {
    max-width: 90%;
  }
  /* --- anchor --- */
  .anchor {
    top: -64px;
    /* 固定ヘッダーの高さ */
  }
}
@media screen and (max-width: 767px) {
  /* --- inner --- */
  .inner {
    width: 86%;
  }
  .inner-xl {
    max-width: 86%;
  }
  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section_pdg-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/*job*/
.mce-content-body .requirement--table th {
  min-width: 250px;
}

.mce-content-body .requirement--table td {
  font-family: var(--font-jp);
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .mce-content-body .requirement--table tr {
    display: block;
  }
  .mce-content-body .requirement--table td {
    font-family: var(--font-jp);
    font-weight: normal;
  }
  .mce-content-body .requirement--table th {
    width: 100%;
    display: block;
    min-width: auto;
  }
  .mce-content-body .requirement--table td {
    font-family: var(--font-jp);
    font-weight: normal;
    display: block;
    margin: 0 0 30px;
  }
}
/* flex
**************************************** */
.flex-col2,
.flex-col3,
.flex-col4 {
  flex-wrap: wrap;
}

.flex-col1 > * {
  width: 100%;
}

.flex-col2 > * {
  width: 50%;
}

.flex-col3 > * {
  width: 33.3333333333%;
}

.flex-col4 > * {
  width: 25%;
}

.flex-col2.gap {
  gap: 4%;
}

.flex-col3.gap {
  gap: 3%;
}

.flex-col4.gap {
  gap: 2%;
}

.flex-col2.gap > * {
  width: 48%;
  margin-bottom: 4%;
}

.flex-col3.gap > * {
  width: 31.33%;
  margin-bottom: 3%;
}

.flex-col4.gap > * {
  width: 23.5%;
  margin-bottom: 2%;
}

@media print, screen and (min-width: 768px) {
  .flex-col2.gap-wide {
    gap: 6%;
  }
  .flex-col3.gap-wide {
    gap: 5%;
  }
  .flex-col4.gap-wide {
    gap: 4%;
  }
  .flex-col2.gap-wide > * {
    width: 47%;
    margin-bottom: 6%;
  }
  .flex-col3.gap-wide > * {
    width: 30%;
    margin-bottom: 5%;
  }
  .flex-col4.gap-wide > * {
    width: 22%;
    margin-bottom: 4%;
  }
  .flex-col2.column-gap > *,
  .flex-col3.column-gap > *,
  .flex-col4.column-gap > * {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
  }
  .flex-col2.gap.flex-sp-block > *,
  .flex-col3.gap.flex-sp-block > *,
  .flex-col4.gap.flex-sp-block > * {
    margin-bottom: 24px;
  }
  .flex-col2.gap.flex-sp-block > *:last-child,
  .flex-col3.gap.flex-sp-block > *:last-child,
  .flex-col4.gap.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .flex-col4.gap.flex-sp-col3 > * {
    width: 32%;
  }
  .flex-col4.gap.flex-sp-col2 > * {
    width: 49%;
  }
  .flex-col3.gap.flex-sp-col2 > * {
    width: 48.5%;
  }
}
/* bg
********************************************** */
.lps_sec:nth-child(2n) {
  background-color: var(--seciton2_color);
}

.bg-main {
  background-color: #1d7fb7;
}

.bg-sub {
  background-color: #eee;
}

.bg-wh {
  background-color: #fff;
}

/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-trim.pos_rel::before {
  content: "";
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover.pos_ab {
  inset: 0;
  margin: auto;
}

.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* cont_copy_vertical
********************************************** */
.cont_copy_vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "pkna";
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: #fff;
  font-size: 3.125rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.cont_copy_vertical * {
  font-feature-settings: "pkna";
}

.cont_copy_vertical .yaku {
  height: 0.5em;
  display: inline-block;
}

.cont_copy_vertical .yaku_w {
  width: 0.5em;
  display: inline-block;
}

.cont_copy_vertical .yaku_spw {
  height: 0.5em;
  display: inline-block;
}

.cont_copy_vertical span {
  display: block;
}

.cont_copy_vertical.line_wh span {
  color: #222;
  padding: 43px 0 20px;
  display: inline-block;
  position: relative;
}

.cont_copy_vertical.line_wh span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 3px));
  background: #fff;
  display: block;
  z-index: -1;
}

.cont_copy_vertical span:not(:last-of-type) {
  margin-left: 20px;
}

.cont_copy_vertical.line_wh .txt_blue {
  color: var(--maincolor2);
}

@media screen and (max-width: 767px) {
  .cont_copy_vertical .yaku_spw {
    width: 0.5em;
    height: auto;
    display: inline-block;
  }
  .cont_copy_vertical.line_wh span::after {
    transform: translateX(calc(-50% + 2px));
  }
}
/* ttl
********************************************** */
/* --- custom_ttl --- */
.cont_inner_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 36px;
}

.line_ttl {
  font-size: clamp(28px, 10.4vw, 12.5rem);
  font-family: var(--font-en);
  font-weight: bolder;
  line-height: 0.8;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.9);
}

.nonline_ttl {
  font-size: clamp(20px, 5.2vw, 25rem);
  font-family: var(--font-en);
  font-weight: bolder;
  color: #fff;
}

.cs_ttl {
  font-size: clamp(28px, 10vw, 12.375rem);
  font-family: var(--font-en_cs);
  color: #fff;
  letter-spacing: 0.1em;
}

.sideline_ttl {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.25rem;
  font-family: var(--font-jp_b);
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.4;
  color: #fff;
  display: block;
  padding-left: 96px;
  position: relative;
}

.sideline_ttl::after {
  content: "";
  width: 83px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #eee;
  width: 100%;
  text-align: left;
  aspect-ratio: 17/7;
}

.page_ttl .section_pdg {
  padding: 0;
  width: 100%;
  max-width: none;
  padding-left: min(10.2vw, 195px);
  background: none;
}

.page_ttl--bg-wrap {
  height: 500px;
}

.page_ttl--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 17/7;
  background-size: contain;
  background-position: top;
}

.page_ttl-jp {
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.563rem;
  /* 48px */
  padding-left: 93px;
  position: relative;
}

.page_ttl-jp::after {
  content: "";
  width: 82px;
  height: 3px;
  background-color: var(--lightcolor3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page_ttl-en {
  display: block;
  line-height: 1;
  font-size: 12.5rem;
  /* 18px */
  font-family: var(--font-en);
  font-weight: bolder;
  letter-spacing: -0.02em;
  color: #fff;
}

.page_ttl-en::first-letter {
  color: var(--lightcolor3);
  text-transform: uppercase;
}

/* --- ttl --- */
.ttl-01,
.ttl-02,
.ttl-03 {
  letter-spacing: 0.1em;
}

.ttl-01 {
  margin: 0 auto 70px;
  padding-top: 10px;
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 3rem;
  /* 48px */
  letter-spacing: 0.1em;
  line-height: 1.46;
  position: relative;
}

.ttl-01.font-jp {
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.ttl-01 span {
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
  line-height: 1.45;
  display: block;
  letter-spacing: 0.08em;
}

.ttl-01 .not_en {
  font-size: 2.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-family: var(--font-jp_b);
  font-weight: bold;
  padding-top: 1.8rem;
  position: relative;
}

.ttl-01 .en_acc {
  position: relative;
  display: block;
  font-size: 5rem;
  text-align: center;
  font-family: var(--font-en);
  color: var(--ttl_en);
  font-weight: bolder;
  letter-spacing: -0.00725em;
  line-height: 1.4;
  padding-top: 1.125rem;
  display: inline-block;
}

.ttl-01 .not_en::after,
.ttl-01 .en_acc::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 4px;
  background-color: var(--maincolor);
  display: block;
}

.ttl-02 {
  position: relative;
  font-family: var(--font-jp_b);
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 60px;
  padding-top: 28px;
}

.ttl-02::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--lightcolor3);
  display: block;
}

.ttl-02.txt-ctr::after {
  left: 50%;
  transform: translateX(-50%);
}

.ttl-02,
.lps_parts--img_text .inner-lg .ttl-03 {
  font-size: 2.5rem;
  /* 40px */
}

.ttl-03 {
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.inner-lg .ttl-03 {
  font-size: 2.5rem;
  /* 28px */
}

.ttl3_deco {
  display: block;
  font-family: var(--font-en);
  line-height: 0.72;
  position: relative;
}

.ttl3_deco.lage {
  margin: 0 0 2.19rem;
  padding-top: 25px;
  font-size: 1.8rem;
  color: var(--maincolor);
  font-weight: bold;
  letter-spacing: 0.01em;
}

.ttl3_deco.lage::after,
.ttl3_deco.small::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 27px;
  background: var(--maincolor2);
  display: block;
}

.ttl3_deco.lage::after {
  top: 0;
  left: 0;
}

.ttl3_deco.small {
  padding-left: 2.625rem;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  margin-bottom: 2.05rem;
}

.ttl3_deco.small::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
}

.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}

.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1rem;
}

.lps_sec .ttl-01 {
  margin-bottom: 4.15rem;
}

.ttl-04,
.lps_sec .column-3 .ttl-03,
.lps_sec .column-4 .ttl-03 {
  font-size: 1.375rem;
  /* 24px */
  margin-bottom: 0.938rem;
}

@media screen and (max-width: 767px) {
  .lps_sec .ttl-01 {
    margin-bottom: 2.5rem;
  }
  .lps_sec .ttl-01.not_en_wrap {
    margin-bottom: 1.5rem;
  }
  .ttl-01 .not_en {
    font-size: 2.143rem;
  }
  .ttl-01 .en_acc {
    font-size: 2.857rem;
  }
  .ttl-01 span {
    font-size: 1rem;
  }
  .ttl-02 {
    padding-top: 18px;
  }
  .ttl-02::after {
    height: 3px;
  }
  .nonline_ttl {
    font-size: 3.57rem;
  }
  .line_ttl {
    font-size: 7.14rem;
    letter-spacing: normal;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  }
  .sideline_ttl {
    padding-left: 0;
    font-size: 1rem;
    padding-left: calc(42px + 1.25em);
  }
  .page_ttl {
    height: auto;
    aspect-ratio: 207/172;
  }
  .ttl3_deco.small {
    margin-bottom: 16px;
  }
  .lps_sec .lps_parts--flow .ttl-03:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .lps_parts--flow .flow_item {
    min-height: 100px;
  }
  .lps_parts--flow .flow_item:last-of-type {
    min-height: 60px;
  }
}
/* img_text
  ********************************************** */
.lps_parts--img_text .lps_parts--child {
  border-radius: 10px;
  overflow: hidden;
}

.lps_parts--img_text .lps_parts--child.inner-lg {
  border-radius: 0;
  overflow: visible;
}

.img_text--img img {
  border-radius: 10px;
}

.bg-wh .img_text--img img {
  border-radius: 10px 0 0 10px;
}

.lps_parts--img_text .flex-reverse .bg-wh .img_text--img img {
  border-radius: 0 10px 10px 0;
}

.inner-lg .img_text--img img {
  border-radius: 0 10px 10px 0;
}

.lps_parts--img_text .flex-reverse .img_text--img img {
  border-radius: 10px 0 0 10px;
}

/* .bg-wh */
.inner-lg.bg-wh .img_text--img img,
.lps_parts--img_text .bg-wh.flex-reverse .img_text--img img {
  border-radius: 0;
}

.lps_parts--img_text.inner-lg.bg-wh.img_text--img img,
.lps_parts--img_text.inner-lg.bg-wh.flex-reverse .img_text--img img {
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  /* --- page_ttl --- */
  .page_ttl--bg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    aspect-ratio: unset;
    background-attachment: inherit;
  }
  .page_ttl--bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    /* clip: rect(auto, auto, auto, auto); */
  }
}
@media screen and (max-width: 767px) {
  /* --- page_ttl --- */
  .page_ttl--bg {
    height: 345px;
  }
  .page_ttl-jp {
    font-size: 0.857rem;
    /* 28px */
    padding-left: 45px;
  }
  .page_ttl-jp::after {
    width: 40px;
  }
  .page_ttl-en {
    font-size: 5.357rem;
  }
  .page-requirements .page_ttl-en {
    font-size: 3.7rem;
  }
  .page_ttl .section_pdg {
    padding-left: 28px;
    padding-right: 10px;
  }
  /* --- ttl --- */
  .ttl-01 {
    font-size: 2.143rem;
    /* 30px */
  }
  .ttl-02 {
    font-size: 2rem;
    /* 28px */
  }
  .ttl-03,
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03,
  .lps_parts--img_text .inner-lg .ttl-03 {
    font-size: 1.4rem;
    /* 24px */
  }
  .inner-lg .img_text--img img,
  .lps_parts--img_text .flex-reverse .img_text--img img {
    border-radius: 0;
  }
}
/*
    breadcrumb_box
  **************************************** */
#section-01 {
  padding-top: 130px;
}

.page-entry.page-contact #section-01 {
  padding-top: 80px;
}

.breadcrumb_box {
  position: absolute;
  z-index: 10;
  margin-top: -58px;
  display: grid;
  grid-template-columns: auto auto 1fr;
}

.single-news .breadcrumb_box {
  margin-top: 130px;
}

.page-404 .page_ttl {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 17/7;
  background-size: contain;
  background-position: top;
  background-image: url(../../../uploads/2022/09/ttl-03-5-recruit.jpg);
}

@media screen and (max-width: 767px) {
  #section-01 {
    padding-top: 70px;
  }
  .page-entry.page-contact #section-01 {
    padding-top: 35px;
  }
}
/*
  anchor_nav
**************************************** */
.anchor_nav {
  background-color: var(--anchor_nav);
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.anchor_nav ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 43px;
}

.anchor_nav ul a {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: 0.2s;
}

.anchor_nav ul a.current,
.anchor_nav ul a:hover {
  color: var(--lightcolor3);
}

.anchor_nav ul li {
  position: relative;
}

.anchor_nav ul li:not(:first-of-type):after {
  content: "";
  position: absolute;
  height: 1em;
  width: 1px;
  background: #bfccdb;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.anchor_nav ul li::after {
  left: 0;
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  padding: 16px 84px;
  background-color: var(--maincolor);
  color: #fff;
  font-size: 0.875rem;
  height: 116px;
}

.breadcrumbs a {
  color: #fff;
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 1rem;
  padding-right: 4rem;
  position: relative;
}

.breadcrumbs a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  right: 1.325rem;
  transform: translateY(-50%);
  background: #fff;
}

.breadcrumbs a:hover {
  color: #adc2df;
}

.breadcrumbs .breadcrumb_last {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #adc2df;
}

.breadcrumbs > span {
  display: block;
  height: 100%;
}

.breadcrumbs > span > span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .breadcrumb_box {
    grid-template-columns: 100%;
    width: 100%;
    margin-top: -60px;
  }
  .breadcrumbs {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    height: 60px;
    padding: 24px 16px;
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .breadcrumbs a {
    font-size: 0.857rem;
  }
  .breadcrumbs > span > span {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .breadcrumbs > span > span > * {
    flex: 0 0 auto;
  }
  .anchor_nav ul {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 0;
  }
  .anchor_nav ul li {
    flex: 0 0 auto;
  }
  .anchor_nav ul a {
    padding: 20px 1rem;
  }
  .page_ttl--bg {
    background-size: 100% auto;
  }
}
/* txt
**************************************** */
.txt-lg {
  font-size: 1.125rem;
  /* 18px */
}

.txt-sm {
  font-size: 0.875rem;
  /* 14px */
}

.txt-wh,
.txt-wh * {
  color: #fff;
}

.txt-main,
.txt-main * {
  color: #1d7fb7;
}

.txt-sub,
.txt-sub * {
  color: #eee;
}

/* --- font --- */
.font-jp {
  font-family: var(--font-jp);
  font-weight: normal;
}

.font-en {
  font-family: var(--font-en);
}

@media screen and (max-width: 767px) {
  .txt-lg {
    font-size: 1.071rem;
    /* 15px */
  }
  .txt-sm {
    font-size: 0.929rem;
    /* 13px */
  }
}
/* btn
********************************************** */
*:not(.flex) > .btn:not(:last-child) {
  margin-bottom: 8px;
}

.btn a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border-radius: 100px;
  width: 100%;
  max-width: 300px;
  color: #fff;
  text-align: center;
  background-color: var(--lightcolor3);
  font-family: var(--font-en_plain), var(--font-jp_b);
  font-weight: bold;
  min-height: 64px;
}

.btn a .arrow_wrap {
  display: none;
}

main .btn a {
  display: inline-flex;
  width: auto;
  min-width: 300px;
  max-width: 100%;
  padding-right: 100px;
}

main .btn a .arrow_wrap {
  content: "";
  position: absolute;
  width: 64px;
  height: 2px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
}

.btn a .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.btn a .arrow::after,
.btn a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: 0.6s ease-in-out;
}

.btn a .arrow::after {
  transform: translateX(0);
}

.btn a .arrow::before {
  transform: translateX(-400%);
}

.btn a:hover .arrow::after {
  transform: translateX(200%);
}

.btn a:hover .arrow::before {
  transform: translateX(55%);
}

.custombtn {
  font-size: 1.25rem;
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: #fff;
}

.custombtn a {
  display: inline-block;
}

/* btn_line_style */
.btn_line_style {
  font-size: 1.25rem;
  color: #fff;
  font-family: var(--font-en);
  font-weight: bolder;
}

.btn_line_style a {
  color: #fff;
}

.btn_line_style .btn_line_style_inner {
  position: relative;
  display: inline-block;
  padding-right: min(80px, 4.1666666667vw);
  color: #16f2e5;
}

.btn_line_style .line_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(61px, 3.3333333333vw);
  height: 1px;
}

.btn_line_style .line_box .line {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.btn_line_style .line_box .line::after,
.btn_line_style .line_box .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transition: 0.4s ease-in-out;
}

.btn_line_style .line_box .line::after {
  left: 0;
}

.btn_line_style .line_box .line::before {
  left: -200%;
}

.btn_line_style a:hover .line_box .line::after,
.btn_line_style a:hover .line_box .line::before {
  transform: translateX(230%);
}

@media screen and (max-width: 767px) {
  .btn_line_style .line_box {
    width: 32px;
  }
  .btn_line_style .btn_line_style_inner {
    padding-right: 40px;
  }
}
/* lps_parts--service
  **************************************** */
.lps_parts--service {
  margin: 0 0 104px;
}

.service_parts-img {
  margin-right: min(362px, 18.8541666667vw);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.service_parts-img img {
  /* height: 720px; */
  width: min(1559px, 81.1979166667vw);
  aspect-ratio: 1559/720;
}

.service_parts--child {
  position: relative;
}

.service_parts--txt {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: min(1090px, 56.7708333333vw);
  min-height: min(290px, 15.2083333333vw);
  background: var(--maincolor);
  color: #fff;
  border-radius: 10px 0 0 0;
  font-family: var(--font-jp_b);
  font-weight: bold;
  padding: min(70px, 3.6458333333vw) 20px min(66px, 3.4375vw) min(95px, 4.9479166667vw);
}

.lps_sec .service_parts--txt .ttl-03 {
  margin-bottom: 18px;
}

.service_parts--ttl {
  font-size: clamp(30px, 1.9791666667vw, 2.375rem);
  letter-spacing: 0.05em;
  line-height: 0.47;
}

.service_parts--num {
  font-size: clamp(72px, 5.2083333333vw, 6.25rem);
  font-family: var(--font-en);
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-right: 15px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.service_parts--alphabet {
  margin-left: 20px;
  color: #5b8dd3;
  font-size: clamp(20px, 1.3541666667vw, 1.625rem);
  height: 45px;
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  font-weight: 800;
  padding-left: 20px;
  border-left: 3px solid #16e0f2;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .lps_parts--service {
    margin: 0 0 50px;
  }
  .service_parts--txt {
    position: relative;
    width: calc(100% - 25px);
    margin-left: auto;
    padding: 40px 25px 35px 40px;
    margin-bottom: 10px;
    margin-top: -33px;
    bottom: 0;
  }
  .service_parts--txt .ttl-03 {
    display: grid;
    grid-template-columns: 90px 1fr;
  }
  .service_parts--num {
    font-size: 3.57rem;
    margin-right: 0;
  }
  .service_parts--ttl {
    font-size: clamp(1.5rem, 5.7vw, 1.725rem);
    line-height: 1.4;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.5rem;
  }
  .service_parts--alphabet {
    margin-left: 0;
    height: 22px;
    font-size: 0.929rem;
  }
  .service_parts-img {
    margin: 0;
    border-radius: 0;
  }
  .service_parts-img img {
    height: 316px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 828/727;
  }
}
/* arrow_style */
/* .arrow_style .arrow_icon svg{
    width: 23px;
    height: 18px;
  }
  .arrow_style .arrow_icon svg .cls-1 {
    fill: none;
    stroke: #003f98;
    stroke-width: 2px;
  }
  .arrow_style .arrow_icon svg .cls-2 {
    fill: none;
    stroke: #003f98;
    stroke-width: 2px;
  } */
.arrow_style a {
  position: relative;
  display: inline-block;
  min-height: 69px;
  padding-right: 90px;
  padding-top: 0.75em;
  font-family: var(--font-en);
  font-weight: bolder;
}

.arrow_style a::after {
  content: "";
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}

.arrow_style1 a::after {
  background-image: url(../img/index/icon-arow_2.svg);
}

.arrow_style1 a:hover::after {
  background-image: url(../img/index/icon-arow.svg);
  background-color: var(--maincolor2);
}

.arrow_style2 a {
  color: var(--maincolor);
}

.arrow_style2 a::after {
  background-image: url(../img/index/icon-arow.svg);
  background-color: var(--maincolor2);
}

.arrow_style2 a:hover::after {
  background-color: var(--maincolor);
}

.flex > .btn a {
  max-width: 100%;
}

.btn.txt-ctr a {
  margin-left: auto;
  margin-right: auto;
}

.btn a:hover {
  background-color: var(--maincolor);
}

.btn a:not([target=_blank]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  transition: all 0.4s ease-out;
}

main .btn a:not([target=_blank]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
  display: none;
}

.btn svg {
  fill: #fff;
}

.next_text {
  position: absolute;
  line-height: 1;
  top: -50%;
  left: 0;
  transform: translate(0%, 0);
  font-size: 12.5rem;
  font-family: var(--font-en);
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #fff;
}

.btn.btn-next_page a {
  max-width: 500px;
  width: 100%;
  border-radius: 100px;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: var(--font-jp_b);
  font-weight: bold;
  justify-content: space-between;
  padding-left: 86px;
  padding-right: 26px;
}

/*naxtpage*/
.btn-next_page {
  text-align: center;
}

.next_page {
  height: 238px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.wp-pagenavi .list_back {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: var(--font-jp_b);
  font-weight: bold;
  padding: 8px 50px;
  overflow: visible;
  background: var(--anchor_nav);
  color: var(--maincolor);
}

.wp-pagenavi .list_back .arrow {
  width: 60px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: calc(100% - 25px);
  display: block;
}

.wp-pagenavi .list_back .arrow em {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.list_back .arrow em::after,
.list_back .arrow em::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--maincolor2);
  transition: 0.4s ease-in-out;
}

.list_back .arrow em::before {
  left: -200%;
}

.list_back:hover .arrow em::after,
.list_back:hover .arrow em::before {
  transform: translateX(220%);
}

/* --- btn-wh --- */
.btn-wh a:hover {
  color: #fff;
}

.btn-wh a:hover svg {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .next_text {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    font-size: 9rem;
    line-height: 1;
  }
  .btn.btn-next_page a {
    padding-left: 20px;
  }
  .flex > .btn:not(:last-child) {
    margin-bottom: 8px;
  }
  .btn a {
    max-width: 100%;
    padding: 14px 20px;
    min-height: 32px;
  }
  .arrow_style a {
    font-size: 0.857rem;
    min-height: 35px;
    padding-right: 45px;
  }
  .arrow_style a::after {
    width: 35px;
    height: 35px;
    background-size: 14px auto;
  }
  .next_page {
    align-items: flex-end;
    padding-bottom: 50px;
    height: 200px;
  }
}
/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 104px;
  z-index: 9990;
  transition: all 0.4s ease-out;
}

.header_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(12px);
  background-color: rgba(4, 32, 71, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.header.hover .header_bg {
  opacity: 1;
}

.header.hover.header-sm .header_bg {
  display: none;
}

.single .header {
  background: #fff;
}

.page-contact .header {
  position: absolute;
}

.header > .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: min(46px, 2.3958333333vw);
}

.header--logo {
  margin-top: min(35px, 1.8229166667vw);
  width: min(275px, 17.5vw);
  transition: 0.4s;
}
.header-sm .header--logo {
  margin-top: 0;
  width: min(250px, 15vw);
}

.header--logo,
.footer--logo {
  position: relative;
}
.header--logo a,
.footer--logo a {
  display: block;
  width: 100%;
}
.header--logo a:hover,
.footer--logo a:hover {
  opacity: 0.5;
}
.header--logo img,
.footer--logo img {
  width: 100%;
  height: auto;
}

.footer--logo {
  margin: 0 0 30px;
  width: 32%;
}

.single .header-sm,
header.header-sm {
  background-color: #fff;
}

.header--logo .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.single .header--logo .logo2 {
  opacity: 1;
}

.header-sm .logo1 {
  opacity: 0;
}

.header-sm .logo2 {
  opacity: 1;
}

@media print, screen and (min-width: 1081px) {
  .header-sm {
    height: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .single .header-sm,
  header.header-sm {
    background: none;
  }
  .header {
    height: 84px;
  }
  .header > .inner {
    padding-left: 30px;
  }
  .header-sm .header--logo .logo2 {
    opacity: 1;
  }
  .header,
  .active .header--logo .logo2 {
    opacity: 0;
  }
  .header,
  .active .header--logo .logo1 {
    opacity: 1;
  }
  .footer--logo {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1080px) {
  .header--logo {
    margin-top: 0;
  }
  .header--logo .logo2 {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header > .inner {
    align-items: flex-start;
    padding-left: 15px;
  }
  .header--logo {
    padding-top: 23px;
    width: min(250px, 35vw);
  }
  .header-sm .header--logo {
    margin-top: 5vw;
    padding-top: 0;
    width: min(250px, 43vw);
  }
}
/* gnav
********************************************** */
.gnav > li {
  position: relative;
}

header .gnav a {
  width: -moz-max-content;
  width: max-content;
}

.gnav a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.gnav--menu > li .inner_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gnav a .jp {
  margin: 0 0 3px;
  display: inline-block;
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-weight: 600;
}

.single .gnav a .jp,
.header-sm .gnav a .jp {
  color: var(--head_blue);
}

.header-sm .hover .gnav a .jp {
  color: #fff;
}

.head_sub_nav a .jp {
  font-size: 1.125rem;
  margin: 0;
}

.gnav .head_sub_nav a:hover {
  opacity: 0.8;
}

.header-sm .head_sub_nav a .jp {
  color: #fff;
}

.single .hover .gnav a .jp {
  color: #fff;
}

.single .head_sub_nav--wrap a .jp {
  color: #fff;
}

.single .header-sm.hover .gnav a .jp {
  color: var(--head_blue);
}

.single .header-sm.hover .head_sub_nav--wrap a .jp {
  color: #fff;
}

.gnav a .jp::after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.4s ease-out;
  opacity: 0;
}

.head_sub_nav a .jp::after {
  display: none;
}

.header-sm .gnav a .jp::after {
  background: var(--head_blue2);
}

.gnav a:hover .jp::after {
  opacity: 1;
}

.gnav a .en {
  font-family: var(--font-en);
  font-weight: normal;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: block;
  color: #21a300;
  font-size: 0.875rem;
}

.gnav--link {
  padding: 0 clamp(10px, 1.25vw, 24px);
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.head_sub_nav--wrap {
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 100;
  transition: all 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
  right: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
}

.head_sub_nav--wrap.hover {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(12px);
  background-color: rgba(4, 32, 71, 0.5);
}

.head_sub_nav--innerwrap {
  min-width: min(990px, 64vw);
  margin-left: auto;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.head_sub_nav--innerwrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--opacity-back3);
  mix-blend-mode: multiply;
  z-index: -1;
}

.head_sub_nav--inner {
  position: relative;
  padding: min(50px, 2.6041666667vw);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
}

.head_sub_nav--inner::-webkit-scrollbar {
  display: none;
}

.head_sub_nav--inner > .head_sub_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-gap: min(66px, 3.4375vw) min(83px, 4.3229166667vw);
  padding: 0 min(30px, 1.5625vw) 200px;
}

.head_sub_nav--wrap h4 {
  font-size: 2rem;
  display: block;
}

.head_sub_nav--wrap h4 .line_ttl {
  -webkit-text-stroke: 0.5px #16f2e5;
  /* drop-shadow */
  /* filter: drop-shadow(0px 0px 1px #16F2E5);
  color: rgb(69, 87, 118);
  mix-blend-mode: multiply; */
}

.head_sub_nav {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  width: 100%;
  margin-top: -90px;
}

.gnav--menu .head_sub_nav .inner_wrap {
  align-items: flex-start;
  justify-content: flex-start;
}

.head_sub_nav .img_box {
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.head_sub_nav .img_box img {
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
}

.gnav .head_sub_nav a {
  display: block;
  padding: 20px 0 0;
  color: #fff;
  border: none;
  height: auto;
}

.gnav .head_sub_nav > li {
  position: relative;
  height: auto;
}

.head_sub_nav > li::after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--lightcolor3);
}

/* ---CTA --- */
.gnav--cta {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 100%;
}

.cta_tel a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

.cta_tel a > span {
  display: block;
}

.cta_tel .tel {
  font-size: 1.5rem;
  /* 24px */
}

.cta_tel .num {
  font-size: 1.875rem;
  /* 30px */
}

.gnav--tel,
.gnav--contact {
  margin-left: 22px;
}

.gnav--tel a {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}

.single .gnav--tel a,
.header-sm .gnav--tel a {
  color: var(--head_blue);
}

.gnav--contact {
  width: 245px;
}

.gnav--contact a {
  padding: 0 24px 0 35px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  flex-direction: row;
  background: url(../img/index/icon-arow.svg) no-repeat center right 12px/12px auto;
  color: #fff;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.entery_btn {
  position: relative;
  overflow: hidden;
  background: var(--btn_gradation);
}

.entery_btn a {
  position: relative;
  z-index: 1;
}

.entery_btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.entery_btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.gnav--contact span {
  display: inline-block;
  padding-left: 40px;
  background: url(../img/index/icon-entry.svg) no-repeat center left/auto 30px;
  line-height: 2;
}

.gnav--contact svg {
  fill: #fff;
  margin-right: 8px;
}

.gnav--cta .tel {
  font-size: 1.125rem;
  /* 18px */
  font-family: var(--font-en), sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.gnav--cta .num {
  font-size: 1.875rem;
  /* 24px */
  font-family: var(--font-en), sans-serif;
  font-weight: bold;
}

.gnav--cta .hours {
  font-size: 0.875rem;
  /* 14px */
  font-family: var(--font-jp);
  font-weight: normal;
  font-weight: normal;
  letter-spacing: 0.1em;
}

/* hover */
.gnav--menu .menu-item-has-children.hover .head_sub_nav--wrap {
  opacity: 1;
}

.gnav--menu .menu-item-has-children.hover .head_sub_nav--inner {
  pointer-events: auto;
}

@media print, screen and (min-width: 1081px) {
  .gnav,
  .gnav ul,
  .gnav li,
  .gnav a {
    height: 100%;
  }
  .gnav {
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0);
    transition: background 0.4s;
  }
  .header-sm .gnav {
    background: rgb(255, 255, 255);
  }
  .gnav::after {
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .header-sm .gnav::after {
    display: none;
  }
  .gnav_btn,
  .tel_btn {
    display: none;
  }
  .gnav--link {
    text-align: center;
    color: #fff;
  }
  .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):hover,
  .gnav--menu > li.current-menu-item > .gnav--link {
    color: #fff;
  }
  .gnav_sub_toggle {
    display: none;
  }
  .gnav--contact a {
    border-radius: 0;
  }
}
@media screen and (max-width: 1400px) {
  .gnav--contact {
    width: 200px;
    margin-left: 10px;
  }
  .gnav--tel {
    margin-left: 0;
  }
  .gnav--contact a {
    padding: 0 24px;
    background: url(../img/index/icon-arow.svg) no-repeat center right 12px/12px auto;
  }
}
@media screen and (max-width: 1280px) {
  .gnav--cta .num {
    font-size: 1.7vw;
  }
  .gnav--cta .hours {
    font-size: 0.8rem;
  }
  .gnav a .jp {
    padding: 5px;
    font-size: 0.85rem;
  }
  .gnav--link {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1090px) {
  .header > .inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .gnav,
  .gnav_overlay {
    position: fixed;
    top: 84px;
    right: 0;
    height: calc(100% - 64px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }
  .gnav {
    width: 100%;
    margin: 0;
    padding: 24px 7% 100px;
    overflow: scroll;
    background-color: #0b2d5c;
    z-index: 300;
    opacity: 0;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }
  .gnav a .jp,
  .single .gnav a .jp,
  .header-sm .gnav a .jp {
    padding: 0;
    color: #fff;
    font-size: 1.071rem;
  }
  .gnav .head_sub_nav a {
    padding: 0;
  }
  .gnav .head_sub_nav a .jp {
    font-size: 0.857rem;
  }
  .head_sub_nav--innerwrap::after {
    display: none;
  }
  .head_sub_nav > li::after {
    display: none;
  }
  .gnav--menu > li .inner_wrap {
    align-items: flex-start;
  }
  .head_sub_nav .img_box {
    order: 1;
    margin: 0 0 10px;
  }
  .head_sub_nav .jp {
    order: 2;
  }
  .head_sub_nav .en {
    order: 3;
  }
  .gnav_overlay {
    width: 100%;
  }
  .gnav.active,
  .gnav_overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header {
    transition: all 0.2s;
  }
  .header.active {
    background-color: #0b2d5c;
  }
  .gnav.active {
    transform: translateX(0);
  }
  .gnav--menu {
    display: block;
  }
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
  .gnav a:hover .jp::after {
    display: none;
  }
  .gnav--menu li:not(:last-child) {
    border-bottom: 1px solid #2d4869;
  }
  .gnav--menu li:nth-last-of-type(2) {
    border: none;
  }
  .gnav .head_sub_nav > li {
    border: none;
  }
  .gnav--menu a {
    display: block;
    padding: 18.5px 0;
  }
  .gnav--menu .menu-item.contact {
    display: none;
  }
  .gnav--menu li:not(.menu-item-has-children) a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: url(../img/index/icon-arow.svg) no-repeat center/contain;
    background-size: 12px auto;
    background-color: var(--lightcolor3);
  }
  .gnav--menu .menu-item-has-children.hover .head_sub_nav--wrap {
    background: none;
  }
  .head_sub_nav--wrap {
    position: relative;
    width: 100%;
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    display: block;
    height: auto;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .head_sub_nav--innerwrap {
    margin: 0 auto;
  }
  .head_sub_nav--wrap h4 .line_ttl {
    display: none;
  }
  .head_sub_nav--inner {
    padding: 0 0 25px;
  }
  .menu-item-has-children.active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .head_sub_nav a {
    padding-left: 0 !important;
  }
  .head_sub_nav--inner > .head_sub_nav {
    padding: 0;
    grid-gap: 30px 20px;
  }
  .gnav_sub_toggle {
    display: none;
  }
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -20px;
    width: 64px;
    height: 64px;
    transition: all 0.4s ease-out;
    color: #1d7fb7;
  }
  .gnav_sub_toggle::before,
  .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    border-bottom: 1px solid;
  }
  .gnav_sub_toggle::after {
    transform: rotate(90deg);
  }
  .gnav_sub_toggle.active {
    transform: rotate(180deg);
  }
  .head_sub_nav {
    position: relative;
    margin-top: 0;
  }
  .gnav_btn_entry_wrap {
    position: fixed;
    top: 14px;
    right: 0;
    display: flex;
  }
  .gnav_btn {
    position: relative;
    top: 0;
    width: 54px;
    height: 54px;
    z-index: 9999;
  }
  .tel_btn {
    right: 64px;
  }
  .tel_btn a {
    display: flex !important;
    width: 100%;
    height: 100%;
  }
  .tel_btn svg {
    fill: #1d7fb7;
  }
  .gnav_btn {
    right: 0;
    transition: all 0.2s;
    align-content: center;
  }
  .header .gnav_btn.active {
    background-color: #f7f7f7;
  }
  .gnav_btn--lines {
    position: relative;
    width: 26px;
    height: 13px;
  }
  .gnav_btn--lines span {
    transition: all 0.2s;
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .gnav_btn .menu_txt {
    font-size: 10px;
    font-family: var(--font-en);
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 7px;
  }
  .entry_btn--inner {
    position: relative;
    text-align: center;
    display: block;
  }
  .entry_btn--inner::before,
  .entry_btn--inner::after {
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
  }
  .entry_btn--inner::before {
    left: -26px;
    top: calc(50% - 2px);
    background: url(../img/index/icon-entry.svg) no-repeat center left/contain;
  }
  .entry_btn--inner::after {
    width: 12px;
    height: 12px;
    right: -18px;
    top: 50%;
    background: url(../img/index/icon-arow.svg) no-repeat center left/contain;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 6px;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(7px) rotate(-33deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    transform: translateY(-5px) rotate(33deg);
  }
  /* ---CTA --- */
  .gnav--cta {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .gnav--cta li:not(:last-child) {
    margin-bottom: 16px;
  }
  .gnav--tel {
    margin-left: 0;
    text-align: center;
    grid-row: 2;
  }
  .gnav--contact {
    grid-row: 1;
    margin: 20px 0 45px;
    width: 100%;
    height: 100px;
  }
  .gnav--contact a {
    padding: 10px 16px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center right 65px;
    background-size: 14px auto;
  }
  .gnav--contact span {
    transform: translateX(-15px);
  }
  .gnav--cta .footer_contact--ttl {
    color: #0b2d5c;
    font-size: 4.286rem;
    text-align: left;
    text-shadow: 1px 1px 0 #ababab, -1px 1px 0 #ababab, 1px -1px 0 #ababab, -1px -1px 0 #ababab;
  }
  .gnav--cta .footer_contact--ttl02 {
    text-align: left;
    color: #fff;
    font-size: 1.143rem;
    margin: 0 0 33px;
  }
  .gnav--cta .gnav--tel .tel {
    margin: 0 0 10px;
    font-size: 2rem;
  }
  .gnav--cta .gnav--tel a {
    color: #fff;
    font-size: 1.75rem;
  }
  .gnav--cta .gnav--tel .num {
    font-size: 2.643rem;
  }
  .gnav--cta .hours {
    font-size: 1rem;
  }
}
.gnav_btn {
  background-color: #fff;
}

.single .gnav_btn,
.header-sm .gnav_btn {
  background-color: #0b2d5c;
}

.single .gnav_btn--lines span,
.header-sm .gnav_btn--lines span {
  background-color: #fff;
}

.single .gnav_btn .menu_txt,
.header-sm .gnav_btn .menu_txt {
  color: #fff;
}

.header.active .gnav_btn .menu_txt {
  color: #333;
}

.header.active .gnav_btn--lines span {
  background: #000;
}

/*entry_btn*/
.entry_btn {
  width: 122px;
  height: 54px;
  background: var(--btn_gradation);
}

.entry_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .gnav--menu a {
    padding: 19px 0 19px 0;
  }
  .gnav--contact svg {
    width: 16px;
    height: 11px;
  }
}
/* ##############################################################################

    FOOTER

############################################################################## */
.footer_liner_wrap {
  display: flex;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background-color: var(--seciton1_color);
}

.footer_liner_img {
  display: flex;
  animation: liner_slide 90s linear infinite;
}

.footer_liner_img li {
  margin-right: 5px;
  width: 610px;
  aspect-ratio: 61/43;
}

.footer_liner_img li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: var(--seciton1_color);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer_liner_img li {
    width: auto;
    height: 205px;
  }
}
/* footer_top
********************************************** */
.footer_top .inner {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1652px;
}

.footer_info--ttl {
  font-size: 1.25rem;
  font-family: var(--font-jp_b);
  font-weight: bold;
  margin: 0 0 20px;
}

.footer_info--detail {
  display: flex;
  flex-wrap: wrap;
}

.footer_info--detail li {
  margin: 0 0 5px;
  font-size: 0.938rem;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1em;
}

.footer_info--detail .zip {
  width: 100%;
}

.footer_info {
  width: -moz-max-content;
  width: max-content;
}

/* ---fnav --- */
.fnav--menu a {
  position: relative;
  display: block;
  padding: 0.25em 1em 0.25em 1.75em;
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.fnav--menu a::after {
  content: "";
  width: 13px;
  height: 2px;
  background-color: var(--maincolor2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* .fnav--menu .recruit .sub-menu  a{ 
    color: #c8c8c8;
  } */
.fnav--menu a:hover {
  opacity: 0.7;
}

.fnav--menu > li {
  width: 33.3%;
}

.fnav--menu .recruit .sub-menu {
  padding-left: 1.75em;
}

/* ---sns_area --- */
.sns_area {
  margin-top: 40px;
}

.sns--list li:not(:last-child) {
  margin-right: 0.5rem;
}

.sns--list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  /* 24px */
}

.sns--list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1550px) {
  .footer_top .inner {
    grid-template-columns: 40% 60%;
  }
}
@media screen and (max-width: 1300px) {
  .footer_top .inner {
    grid-template-columns: 40% 60%;
  }
  .fnav--menu > li {
    width: auto;
  }
}
@media screen and (max-width: 1130px) {
  .fnav--menu a {
    padding: 0.25em 0em 0.25em 1.75em;
    font-size: 0.9rem;
  }
  .footer_info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fnav--menu {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "footnav_home footnav_recruit" "footnav_home footnav_privacy";
  }
  .footnav_home {
    grid-area: footnav_home;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 38px;
  }
  .fnav--menu > .recruit {
    grid-area: footnav_recruit;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
  .footnav_privacy {
    grid-area: footnav_privacy;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
  .fnav--menu a {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.725em;
  }
  .fnav--menu .recruit .sub-menu a::after {
    background-color: #c8c8c8;
  }
  .fnav--menu a::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }
  /* ---sns_area --- */
  .sns_area {
    margin-top: 24px;
  }
  .footer_info--detail {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .footer_top .inner {
    width: 100%;
    grid-template-columns: 100%;
  }
  .footer_info--ttl {
    text-align: center;
  }
  .footer_info--ttl {
    margin: 0 0 10px;
  }
  .footer_info--detail li {
    margin: 0;
    padding-left: 1rem;
  }
  .footer--logo {
    margin: 0 0 10px;
  }
  .footer--logo a {
    width: 55%;
    margin: 0 auto;
  }
}
/* footer_btm
*************************************************** */
.footer_btm {
  margin: 0 auto;
  padding: 28px 0;
  width: 90%;
  max-width: 1652px;
  border: 2px solid #f2efef;
  border-width: 2px 0 0;
}

.footer_btm .inner {
  margin-right: 0;
}

.pbl a {
  opacity: 0.5;
}

.copyright {
  color: #828282;
  font-family: var(--font-en);
}

.pbl a:hover {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .copyright {
    margin-right: 1em;
  }
  .footer_btm .inner {
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_btm .inner {
    margin: 0 auto;
    justify-content: center;
  }
}
/* footer_contact
*************************************************** */
.footer_contact {
  background: var(--footer_back);
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.footer_contact--inner {
  background-color: #1a682a;
  color: #fff;
  position: relative;
  z-index: 2;
}

.footer_contact--inner {
  width: min(1790px, 93.2291666667vw);
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  padding: 72px 65px;
}

.footer_contact--ttl {
  font-size: min(6.25rem, 5.2083333333vw);
  -webkit-text-fill-color: initial;
  -webkit-text-stroke: initial;
  font-family: var(--font-en);
  font-weight: bolder;
  line-height: 1;
  color: #3a8247;
  text-shadow: 1px 1px 0 #ababab, -1px 1px 0 #ababab, 1px -1px 0 #ababab, -1px -1px 0 #ababab;
}

.footer_contact .grid {
  width: min(1440px, 75vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}

.footer_contact .tel_box {
  text-align: right;
  padding: 2.5em 0 0;
}

.footer_contact .tel_box a {
  color: #fff;
  display: block;
  text-align: right;
}

.footer_contact .tel_box .tel {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.5rem;
  font-family: var(--font-en);
  margin-left: auto;
}

.footer_contact .tel_box .hours {
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 1.25rem;
}

.footer_contact .tel_box .tel .num {
  font-size: min(4.25rem, 3.5416666667vw);
  font-family: var(--font-en);
  font-weight: bolder;
  line-height: 0.574;
  letter-spacing: 0.05em;
}

.footer_contact--ttl02 {
  font-size: 1.75rem;
  letter-spacing: 0.075em;
  font-family: var(--font-jp_b);
  font-weight: bold;
  line-height: 2.571;
}

@media screen and (max-width: 1200px) {
  .footer_contact .grid {
    width: 980px;
    max-width: 100%;
    grid-template-columns: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .tel_box .tel {
    white-space: nowrap;
    line-height: 1.2;
  }
  .footer_contact .tel_box .tel .num {
    font-size: 1.5rem;
  }
  .footer_contact--inner {
    padding: 45px 35px 40px 35px;
  }
  .footer_contact .grid {
    width: 100%;
    grid-template-columns: 100%;
    padding: 0;
  }
  .footer_contact--ttl {
    font-size: 4.285rem;
    letter-spacing: normal;
    white-space: nowrap;
    line-height: 1;
  }
  .footer_contact--ttl02 {
    font-size: 1.143rem;
    line-height: 1;
    letter-spacing: 0.075em;
    margin: 0 0 36.5px;
  }
  .footer_contact .tel_box {
    padding-top: 45px;
  }
  .footer_contact .tel_box .hours {
    font-size: 0.875rem;
  }
}
/* footer_entry
*************************************************** */
.foot_move {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.foot_move_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.foot_move_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.foot_contactbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.foot_move video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.footer_contact_ttl {
  text-align: center;
  position: relative;
  margin: 0 0 64px;
}

.foot_contactbox .en {
  font-size: 12.375rem;
  font-family: var(--font-en_cs);
  color: var(--ttl_blue);
  font-weight: normal;
  transform: rotate(-8.6deg);
  transform-origin: left bottom;
  display: inline-block;
}

.foot_contactbox .jp {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #fff;
  font-family: var(--font-jp_b);
  font-weight: bold;
  display: block;
}

.foot_contactbox .link_box {
  grid-template-columns: 50% 50%;
  height: 205px;
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
}

.foot_contactbox .link_box--list {
  padding: 0;
}

.foot_contactbox .link_box li {
  width: 100%;
  padding: 0;
}

.foot_contactbox .link_box li a {
  padding: 0 0 0 50px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
}

.foot_contactbox .entry_link_inner {
  font-size: 1.25rem;
  background: url(../img/index/icon-entry.svg) no-repeat center left/auto min(40px, 2.0833333333vw);
  padding-left: min(60px, 3.125vw);
  padding-right: min(90px, 4.6875vw);
}

.foot_contactbox .entry_link a {
  background: url(../img/index/icon-arow.svg) no-repeat center right 96px/23px auto;
}

.foot_contactbox .link_box .arrow {
  width: 70px;
  height: 70px;
  margin: 0;
}

.foot_contactbox .link_box .txt_wrap {
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 80px;
}

.foot_contactbox .link_box .jp_txt {
  font-size: 1.375rem;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .foot_move {
    position: relative;
    height: 980px;
  }
  .foot_move_fix {
    height: 980px;
  }
}
@media screen and (max-width: 767px) {
  .foot_move {
    position: relative;
    height: 550px;
  }
  .foot_move_fix {
    height: 550px;
  }
  .footer_contact_ttl {
    margin-bottom: 30px;
  }
  .foot_contactbox .jp {
    font-size: 1.43rem;
    width: 100%;
    bottom: 20px;
  }
  .foot_contactbox .en {
    font-size: 7.14rem;
  }
  .foot_contactbox .link_box {
    width: calc(100% - 40px);
    height: auto;
  }
  .foot_contactbox .link_box .arrow {
    width: 35px;
    height: 35px;
  }
  .foot_contactbox .link_box .txt_wrap {
    padding-left: 14px;
  }
  .foot_contactbox .entry_link a {
    background-size: 14px auto;
    background-position: center right 40px;
  }
  .foot_contactbox .entry_link_inner {
    background-size: 40px;
    padding-left: 50px;
  }
}
/* ##############################################################################

    INDEX

############################################################################## */
main:not(.index_page) {
  position: relative;
  z-index: 1;
  background: #fff;
}

.page-entry main:not(.index_page) {
  padding-top: 0;
}

.container {
  background: #fff;
  position: relative;
  z-index: 1;
}

.move_wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .archive main:not(.index_page),
  .single main:not(.index_page) {
    padding-top: 0;
  }
}
/* hero
********************************************** */
.hero {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.hero_move {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.hero_move video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero--catch {
  position: absolute;
  top: calc(50% + 0.825em);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(4.375rem, 3.6458333333vw);
  color: #fff;
  font-family: var(--font-jp_b);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  height: -moz-max-content;
  height: max-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "pkna";
}

.hero--catch * {
  font-feature-settings: "pkna";
}

.hero--catch em {
  position: relative;
  color: var(--maincolor);
  z-index: 1;
  display: inline-block;
  padding: 0.1em 0;
}

.hero--catch em::after {
  content: "";
  width: calc(100% - 0.375em);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 3px));
  background: #fff;
  display: block;
  z-index: -1;
}

.hero_side {
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-feature-settings: "pkna";
  text-align: center;
}

.hero_side--inner {
  position: relative;
  margin-left: min(45px, 2.34375vw);
  font-size: 0.8125rem;
}

.hero_side span {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 0.8125rem;
}

.hero_side .scroll_line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_side .scroll_line .bar {
  position: relative;
  width: 1px;
  height: 156px;
  margin: 20px auto 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.hero_side .scroll_line .bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: #fff;
  animation: scroll_progress 2s ease-in-out infinite;
}

.hero_slide {
  overflow: hidden;
}

.hero_slide-sp {
  display: none !important;
}

.hero_slides,
.hero_slide,
.hero_slide .slick-list,
.hero_slide .slick-track,
.hero_slide .slick-slider,
.hero_slide .slick-slide {
  width: 100%;
  height: 100% !important;
}

.hero_slide .slick-list {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .hero_side,
  .hero_move,
  .hero {
    height: 1200px;
  }
  .hero--catch {
    font-size: 4.378rem;
  }
}
@media screen and (max-width: 767px) {
  main:not(.index_page) {
    padding-top: 62px;
  }
  .page-privacy main:not(.index_page) {
    padding-top: 0px;
  }
  .hero_move,
  .hero {
    height: 100vh;
    height: 100svh;
  }
  .hero_side {
    height: 100vh;
    height: 100svh;
  }
  .hero_slide-pc {
    display: none !important;
  }
  .hero_slide-sp {
    display: block !important;
  }
  .hero--catch {
    font-size: max(2.8rem, 9.6618357488vw);
    top: calc(50% + 0.25em);
  }
  .hero--catch em::after {
    transform: translateX(calc(-50% + 2px));
  }
  .hero_side .scroll_line .bar {
    height: 90px;
    margin: 10px auto 0;
  }
}
/* home_news
********************************************** */
.home_news {
  width: min(40vw, 762px);
  max-width: 100%;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.home_news_wrap {
  height: 64px;
  position: relative;
  z-index: 1;
}

.home_news--arrow {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  z-index: 1;
  height: 20px;
  display: flex;
}

.home_news--arrow_cont {
  width: 34px;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

.home_news--arrow-prev {
  border: 1px solid #c1c1c1;
  border-width: 0 1px 0 0;
}

.home_news--arrow_cont::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12.6px;
  height: 12.6px;
  border: 1px solid var(--maincolor);
  transition: 0.2s;
}

.home_news--arrow_cont:hover::after {
  border-color: var(--maincolor2);
}

.home_news--arrow-prev::after {
  left: 0;
  border-width: 0 0 1px 1px;
}

.home_news--arrow-next::after {
  right: 0;
  border-width: 1px 1px 0 0;
}

.home_news .news_list {
  flex: 1;
  background: #fff;
  border-radius: 100px;
  height: 100%;
  padding-right: 120px;
}

.home_news .news_list .slick-track,
.home_news .news_list .slick-list {
  height: 100% !important;
  padding: 0;
}

.home_news .news_list .post {
  padding: 0 0 0 42px;
  height: 100%;
  border: none;
  display: flex;
}

.home_news .news_list .post--info {
  height: 100%;
}

.home_news_wrap .post--ttl {
  margin: 0;
}

.news_list--ttl {
  display: block;
  position: relative;
  margin-right: 40px;
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-en);
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .home_news {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .home_news_wrap {
    height: 62px;
  }
  .home_news {
    bottom: 25px;
    padding: 0;
    width: min(686px, 82.8502415459vw);
  }
  .news_list--ttl {
    width: auto;
    float: none;
    height: auto;
    margin-bottom: 5px;
    font-size: 0.857rem;
    opacity: 0.8;
  }
  .home_news .news_list a {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.857rem;
  }
  .home_news--arrow {
    height: 16px;
  }
  .home_news--arrow_cont {
    width: 20px;
  }
  .home_news--arrow_cont::after {
    width: 9px;
    height: 9px;
  }
  .home_news .news_list .post--info {
    margin: 0;
  }
  .home_news .news_list .post--info .post--date {
    font-size: 0.857rem;
    font-family: var(--font-en);
    width: 100%;
  }
  .home_news_wrap .post--ttl {
    font-size: 0.857rem;
  }
  .home_news .news_list {
    padding-right: 80px;
    border-radius: 5px;
  }
  .home_news .news_list .post {
    padding: 10px 0 0 20px;
    display: block;
  }
  .home_news .news_list .post--info {
    height: auto;
  }
}
/*.cont_inner*/
.cont_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.cont_inner .txt_box {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}

/*追従ロゴ*/
.warpper_id {
  position: sticky;
  top: 0;
  height: 0;
  z-index: -1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  opacity: 0.15;
  width: 65vw;
}

.warpper_id svg {
  margin-left: auto;
  height: min(600px, 31.25vw);
}

@media screen and (max-width: 767px) {
  .warpper_id {
    opacity: 0.6;
  }
}
/* ourworks 
*************************************************** */
.ourworks.home_cont {
  position: relative;
  background: var(--opacity-back1);
  padding-top: min(500px, 26.0416666667vw);
}

.ourworks.home_cont .liner_slide {
  position: absolute;
  top: min(115px, 5.9895833333vw);
  left: 0;
  z-index: 1;
}

.ourworks.home_cont .liner_slide img {
  border-radius: 10px;
  max-width: none;
}

.ourworks.home_cont .line_img_list li:nth-of-type(2n + 1) {
  margin-top: min(60px, 3.125vw);
}

.ourworks.home_cont .grid {
  display: grid;
  /* grid-template-columns: 1fr auto; */
  grid-template-columns: min(555px, 28.90625vw) auto;
  grid-column-gap: 54px;
  grid-template-areas: "our_copy our_ttl" "our_copy our_main_txt";
}

.ourworks.home_cont .cont_copy_vertical {
  grid-area: our_copy;
}

.ourworks.home_cont .cont_copy_vertical.line_wh span {
  padding-bottom: 0;
}

.ourworks.home_cont .cont_inner_ttl {
  grid-area: our_ttl;
}

.ourworks.home_cont .main_txt {
  grid-area: our_main_txt;
}

.ourworks.home_cont .cont_inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 min(357px, 18.59375vw) 0 0;
  position: relative;
  z-index: 1;
}

.ourworks.home_cont .cont_inner_ttl {
  padding-top: min(106px, 5.5208333333vw);
}

.ourworks.home_cont .line_ttl {
  font-size: min(200px, 10.4166666667vw);
  white-space: nowrap;
}

.ourworks.home_cont .sideline_ttl {
  padding-left: calc(96px + 0.75em);
}

.ourworks.home_cont .sideline_ttl::after {
  left: 0.75em;
}

.ourworks .txt_box {
  width: 100%;
  padding-left: 3%;
  text-align: justify;
  color: #fff;
  margin: 0 0 1em;
  font-size: 1.25rem;
  line-height: 2.3;
}

.ourworks .txt_box:last-of-type {
  margin: 0 0 74px;
}

.ourworks .custombtn {
  width: 100%;
  padding-left: 3%;
  text-align: right;
  margin: 0 0 min(127px, 6.6145833333vw);
}

.ourworks .custombtn a {
  color: #fff;
  font-family: var(--font-jp_b);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ourworks.home_cont .cont_inner {
    padding: 0 20px;
  }
  .ourworks.home_cont {
    padding-top: 230px;
  }
  .ourworks.home_cont .liner_slide {
    top: 60px;
  }
  .ourworks.home_cont .line_img_list--item1 img {
    width: 389px;
  }
  .ourworks.home_cont .line_img_list--item2 img {
    width: 320px;
  }
  .ourworks.home_cont .line_img_list--item3 img {
    width: 254px;
  }
  .ourworks.home_cont .line_img_list--item4 img {
    width: 389px;
  }
  .ourworks.home_cont .line_img_list--item5 img {
    width: 320px;
  }
  .ourworks.home_cont .line_img_list--item6 img {
    width: 254px;
  }
  .ourworks.home_cont .line_img_list li:nth-of-type(2n + 1) {
    margin-top: 30px;
  }
  .line_img_list > li {
    padding-left: 42px;
  }
  .ourworks.home_cont .grid {
    grid-template-areas: "our_ttl our_ttl" "our_copy our_main_txt";
    grid-column-gap: 30px;
    padding-bottom: 50px;
  }
  .ourworks.home_cont .cont_inner_ttl {
    padding-top: 0;
  }
  .ourworks.home_cont .line_ttl {
    font-size: min(7.143rem, 24.154589372vw);
    white-space: initial;
  }
  .ourworks.home_cont .sideline_ttl {
    font-size: 1rem;
    padding-left: calc(42px + 1.25em);
  }
  .sideline_ttl::after {
    width: 42px;
  }
  .ourworks .txt_box {
    padding: 0;
    font-size: 1rem;
    line-height: 1.78;
  }
  .ourworks .txt_box:last-of-type {
    margin: 0 0 35px;
  }
  .ourworks .custombtn {
    margin-bottom: 0;
  }
}
/* Service 
*************************************************** */
.service.home_cont {
  padding-top: min(70px, 3.6458333333vw);
  background: var(--opacity-back2);
}

.service.home_cont .cont_inner {
  padding: 0 0 0 min(114px, 5.9375vw);
}

.service.home_cont .cont_inner_ttl {
  width: 100%;
  max-width: min(1400px, 72.9166666667vw);
  margin: 0 auto 52px;
  display: grid;
  grid-template-columns: auto 1fr;
}

.service.home_cont .cont_inner_ttl .sideline_ttl {
  margin: auto 0 10px;
  transform: translateX(-20px);
}

.service.home_cont .grid {
  display: grid;
  padding: 0 0 min(88px, 4.5833333333vw);
  /*grid-template-columns: copyの横幅 184px(card1の横幅 - card3の横幅) card3の横幅*/
  /* grid-template-columns: minmax(31vw,595px) minmax(12vw,231px) minmax(46.5vw,892px);  */
  grid-auto-columns: min(607px, 31.6145833333vw) min(184px, 9.5833333333vw) min(893px, 46.5104166667vw);
  grid-template-rows: max-content auto;
  gap: min(46px, 2.3958333333vw) 0;
  grid-template-areas: "copy card1 card1" "card2 card2 card3";
}

.service.home_cont .cont_copy_vertical {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  margin-top: -70px;
  padding-left: 10px;
  margin-left: -10px;
}

/*card_box*/
.service.home_cont .card_box {
  overflow: hidden;
}

.service.home_cont .card_box .simpleParallax {
  transition: 0.6s ease-out;
}

.service.home_cont .card_box:hover .simpleParallax {
  transform: scale(1.1);
}

.service.home_cont .card_box .post--link::before {
  width: 100vh;
  height: 100vh;
  top: initial;
  bottom: 0;
}

.service.home_cont .card1,
.service.home_cont .card2,
.service.home_cont .card3 {
  /* height: calc(100% - 80px); */
  z-index: 1;
}

.service.home_cont .card1 {
  grid-area: card1;
  max-width: min(934px, 48.6458333333vw);
}

.service.home_cont .card1 .img_box .img_wrap {
  height: 100%;
  /* max-height: min(582px,582 / 1920 * 100 * 1vw); */
  aspect-ratio: 174/115;
  overflow: hidden;
}

.service.home_cont .card1 .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service.home_cont .card2 {
  grid-area: card2;
  width: 100%;
  /* max-height: min(580px,580 / 1920 * 100 * 1vw); */
}

.service.home_cont .card3 {
  grid-area: card3;
  padding: 0 0 0 min(96px, 5vw);
  margin-top: min(138px, 7.1875vw);
}

.service.home_cont .img_box {
  display: grid;
  grid-template-columns: 3.4vw 1fr;
  position: relative;
  z-index: -1;
}

.service.home_cont .img_box .img_box_inner {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.service.home_cont .img_box .img_wrap {
  width: 100%;
  aspect-ratio: 73/58;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.service.home_cont .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service.home_cont .img_text {
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  font-family: var(--font-en);
  font-weight: bold;
  font-size: clamp(0.5rem, 1.1vw, 1.4rem);
  line-height: 1.8;
  color: #fff;
  padding-top: 10px;
  border-top: 3px solid var(--serviece_blue);
  margin-right: 20px;
  line-height: 1;
}

.service.home_cont .text_box {
  /* transform: translateY(-80px); */
  margin-top: -80px;
  width: 35.4vw;
  max-width: 680px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--maincolor);
  color: #fff;
  border-radius: 10px;
  padding: 60px 54px 20px;
  position: relative;
}

.service.home_cont .card_box .ttl_box {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-family: var(--font-jp_b);
  font-weight: bold;
  margin: 0 0 20px;
}

.service.home_cont .card_box .ttl_box .num {
  position: absolute;
  top: -50px;
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 6.25rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.service.home_cont .card_box .card_txt {
  margin: 0 0 40px;
}

.service.home_cont .card_box .btn_line_style {
  text-align: right;
}

.service.home_cont .card_box .btn_line_style .btn_line_style_inner {
  transform: translateX(40%);
  color: #16f2e5;
}

@media screen and (max-width: 767px) {
  .cont_copy_vertical {
    font-size: 1.78rem;
    line-height: 2em;
    margin-right: auto;
  }
  .cont_copy_vertical span:not(:last-of-type) {
    margin-left: 10px;
  }
  .cont_copy_vertical.line_wh span {
    padding: 17px 0;
  }
  .service.home_cont {
    padding-top: 47.5px;
  }
  .service.home_cont .grid {
    grid-auto-columns: 100%;
    grid-template-areas: "copy" "card1" "card2" "card3";
    gap: 32px 0;
  }
  .service.home_cont .cont_inner_ttl {
    max-width: none;
    margin: 0 0 20px;
    padding: 0 20px;
    grid-template-columns: 100%;
  }
  .service.home_cont .cont_copy_vertical {
    writing-mode: initial;
    margin-top: 0;
    padding-top: 0;
    margin-left: -20px;
    padding-left: 20px;
    line-height: 1.875;
  }
  .service.home_cont .cont_copy_vertical span:not(:last-of-type) {
    margin: 0;
  }
  .service.home_cont .cont_copy_vertical .box_line .box_line_main {
    height: 100%;
    max-height: 40px;
    width: calc(100% + 9px + 18px);
    left: -9px;
    transform: translate(0, -50%);
  }
  .service.home_cont .cont_inner {
    padding: 0 20px 100px;
  }
  .service.home_cont .card1,
  .service.home_cont .card2,
  .service.home_cont .card3 {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .service.home_cont .img_text {
    font-size: 0.725rem;
    letter-spacing: normal;
  }
  .service.home_cont .text_box {
    width: calc(100% - 25px);
    max-width: none;
    padding: 30px 25px 15px;
    margin-top: -35px;
  }
  .service.home_cont .img_text {
    margin-right: 8px;
  }
  .service.home_cont .img_box {
    grid-template-columns: 25px 1fr;
  }
  .service.home_cont .card_box .card_txt {
    margin: 0 0 15px;
  }
  .service.home_cont .card_box .ttl_box {
    font-size: 1.357rem;
    margin: 0 0 10px;
  }
  .service.home_cont .card_box .ttl_box .num {
    font-size: 3.571rem;
    top: -28px;
    -webkit-text-stroke: 1px var(--lightcolor3);
  }
  .service.home_cont .card_box .card_txt {
    font-size: 1rem;
  }
  .service.home_cont .card_box .btn_line_style {
    line-height: 1;
    font-size: 0.857rem;
  }
  .service.home_cont .card1 .img_box .img_wrap,
  .service.home_cont .card2 .img_box .img_wrap,
  .service.home_cont .card3 .img_box .img_wrap {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 339/290;
  }
  .service.home_cont .card1 .img_wrap img,
  .service.home_cont .card2 .img_wrap img,
  .service.home_cont .card3 .img_wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service.home_cont .card_box .post--link::before {
    display: none;
  }
  .service.home_cont .cont_inner_ttl .sideline_ttl {
    transform: none;
    margin: 0;
  }
  .service.home_cont .cont_inner_ttl .line_ttl {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 380px) {
  .service.home_cont .cont_inner_ttl .line_ttl {
    font-size: 6rem;
  }
  .service.home_cont .cont_copy_vertical {
    font-size: 1.6rem;
  }
  .service.home_cont .cont_copy_vertical .box_line {
    margin-top: 5px;
    transform: translateX(0.3em);
  }
}
/* wrolkslist 
*************************************************** */
.wrolkslist.home_cont {
  background: var(--opacity-back2);
  position: relative;
}

.wrolkslist_wrap {
  width: min(88.5vw, 1700px);
  margin-left: auto;
  padding: min(4.7vw, 90px) 0 min(108px, 5.6vw) min(140px, 7.3vw);
  position: relative;
  z-index: 1;
  background: #fff;
}

.wrolkslist_wrap .cont_inner {
  padding: 0;
}

.wrolkslist.home_cont .line_ttl {
  -webkit-text-stroke: 1px var(--wrolkslist_ttl_line);
  position: absolute;
  left: -0.055em;
  top: -0.7em;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

.wrolkslist.home_cont .sideline_ttl {
  color: #333;
}

.wrolkslist.home_cont .sideline_ttl::after {
  background-color: var(--maincolor);
}

.wrolkslist.home_cont .grid {
  display: grid;
  padding-right: 40px;
  grid-template-columns: 100%;
}

.wrolkslist.home_cont .grid .btn_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0 96px;
  display: block;
}

.wrolkslist.home_cont .txt_box {
  padding-left: 96px;
  max-width: 1200px;
}

.home_worklist {
  padding-left: 96px;
}

.home_worklist .post {
  margin: 0 10px;
}

.wrolkslist--thum .img_box {
  width: 100%;
  max-width: min(350px, 18.2291666667vw);
  aspect-ratio: 175/116;
  margin: 0 auto 15px;
}

.archive-works .wrolkslist--thum .img_box {
  width: 100%;
  max-width: none;
}

.wrolkslist--thum .img_box img {
  border-radius: 10px;
}

.wrolkslist--thum_category,
.wrolkslist--thum_ttl,
.wrolkslist--thum_day {
  line-height: 1.975;
  letter-spacing: 0.05em;
}

.wrolkslist--thum_category {
  font-size: 1rem;
  position: relative;
  padding-left: 24px;
}

.wrolkslist--thum_ttl {
  font-size: 1.125rem;
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.wrolkslist--thum_category::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #21a300;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wrolkslist--thum_day {
  font-size: 1.125rem;
  color: #828282;
}

.home_worklist li {
  margin: 0 5px;
}

.home_worklist .slick-dots {
  height: 14px;
  margin-top: 54px;
}

.home_worklist .slick-dots {
  background: #e3e3e3;
  border-radius: 50px;
  overflow: hidden;
}

.home_worklist .slick-dots li {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background: none;
}

.home_worklist .slick-dots li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_worklist .slick-dots li.slick-active::after {
  background-color: var(--lightcolor3);
}

@media screen and (max-width: 767px) {
  .wrolkslist_wrap {
    width: calc(100% - 20px);
    padding-left: 110px;
    padding: 45px 0 25px 110px;
  }
  .home_worklist,
  .wrolkslist.home_cont .txt_box {
    padding: 0;
  }
  .wrolkslist.home_cont .cont_inner_ttl {
    margin-bottom: 10px;
  }
  .wrolkslist.home_cont .sideline_ttl {
    margin-bottom: 0;
  }
  .home_worklist,
  .wrolkslist.home_cont .txt_box {
    text-align: justify;
    line-height: 1.78;
    font-size: 1rem;
    margin: 0 0 30px;
  }
  .wrolkslist.home_cont .grid {
    grid-template-columns: 100%;
    padding-right: 20px;
    margin: 0 0 35px;
  }
  .wrolkslist.home_cont .grid .btn_box {
    margin: 0;
  }
  .home_worklist .slick-list {
    padding-right: 73px;
  }
  .home_worklist .post {
    margin: 0 15px 0 0;
  }
  .wrolkslist--thum .img_box img {
    border-radius: 5px;
  }
  .wrolkslist--thum .img_box {
    max-width: none;
    aspect-ratio: 35/23;
  }
  .home_worklist .slick-dots,
  .home_worklist .slick-dots li:last-of-type {
    border-radius: 50px 0 0 50px;
  }
  .wrolkslist--thum_ttl {
    font-size: 1rem;
    line-height: 1.5;
  }
  .wrolkslist--thum_day {
    font-size: 0.857rem;
  }
  .wrolkslist--thum_category {
    font-size: 0.857rem;
    padding-left: 1.25em;
  }
  .wrolkslist--thum_category::after {
    width: 1em;
  }
  .home_worklist .slick-dots {
    margin-top: 27px;
    height: 7px;
  }
}
/* home_recruit 
*************************************************** */
.home_recruit .cont_inner {
  padding: min(120px, 6.25vw) 0;
  padding-left: calc((100vw - min(1400px, 72.9166666667vw)) / 2);
}

.home_recruit .cont_inner .arrow_style a {
  color: var(--maincolor);
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.home_recruit .cont_inner_ttl {
  margin-bottom: min(86px, 4.4791666667vw);
}

.home_recruit .sideline_ttl {
  color: #333;
}

.home_recruit .cont_inner_ttl .cs_ttl {
  color: var(--ttl_blue);
  font-weight: normal;
  transform: rotate(-8.6deg) translate(-15.2%, 15.6%);
  display: block;
}

.home_recruit .cont_inner .txt_box,
.home_recruit .cont_inner .custombtn {
  width: min(620px, 32.2916666667vw);
  margin: 0;
}

.home_recruit .cont_inner .txt_box {
  width: min(550px, 28.6458333333vw);
}

.home_recruit .cont_inner .txt_box {
  text-align: justify;
}

.home_recruit .cont_inner .txt_box {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .home_recruit {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .home_recruit::after {
    content: "";
    width: 100%;
    height: calc(100% + 25px);
    background: linear-gradient(180deg, rgb(238, 239, 239) 0%, rgb(238, 239, 239) 85%, rgba(238, 239, 239, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .home_recruit .cont_inner_ttl .cs_ttl {
    font-size: 7.14rem;
    white-space: nowrap;
    transform: rotate(-8.6deg) translate(0, 15.6%);
    letter-spacing: 0.05rem;
  }
  .home_recruit .cont_inner .txt_box {
    width: 100%;
    font-size: 1rem;
  }
  .home_recruit .cont_inner {
    padding-left: 20px;
    padding: 0 20px;
  }
  .home_recruit .cont_inner .txt_box {
    margin-bottom: 25px;
  }
}
/* home_recruit 
*************************************************** */
.home_memberlist {
  position: relative;
  z-index: 2;
  padding: min(80px, 4.1666666667vw) 0 min(50px, 2.6041666667vw);
}

.home_memberlist .cont_copy_vertical {
  position: absolute;
  right: min(420px, 21.875vw);
  top: min(-128px, -6.6666666667vw);
}

.home_memberlist .cont_copy_vertical span {
  letter-spacing: 0.1em;
}

.home_memberlist .gradation_box {
  width: min(1664px, 86.6666666667vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--blue_gradation);
  z-index: -1;
  /*サイズを大きくひきのばす*/
  /* background-size: 800% 800%;
  */
  background-size: 800% 800%;
  animation: bggradient 15s ease infinite;
}

.home_memberlist .cont_inner {
  width: 73vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.home_memberlist .cont_inner_ttl {
  display: grid;
  grid-template-columns: auto 1fr;
}

.home_memberlist .cont_inner_ttl .sideline_ttl {
  margin: auto 0 15px 27px;
}

.home_memberlist .cont_inner .txt_box {
  margin: 0 0 min(70px, 3.6458333333vw);
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .home_memberlist .gradation_box {
    width: calc(100% - 20px);
  }
  .home_memberlist {
    margin-top: 380px;
    padding: 40px 0 50px;
    position: relative;
  }
  .home_memberlist::after {
    content: "";
    width: 100%;
    height: calc(100% - 80px - 150px);
    background: #eeefef;
    position: absolute;
    bottom: 150px;
    left: 0;
    display: block;
    z-index: -2;
  }
  .home_memberlist .cont_inner_ttl {
    margin: 0 0 25px;
    grid-template-columns: 100%;
    line-height: 1;
    letter-spacing: normal;
  }
  .home_memberlist .cont_inner_ttl .sideline_ttl {
    margin: auto 0 0 27px;
    padding-left: 46px;
  }
  .home_memberlist .cont_inner .txt_box {
    text-align: justify;
    padding-right: 110px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin: 0 0 30px;
  }
  .home_memberlist .cont_inner .txt_box br {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .home_memberlist .nonline_ttl {
    font-size: 3rem;
    line-height: 1.1;
  }
  .home_memberlist .cont_inner_ttl .sideline_ttl {
    padding-left: 25px;
    margin: auto 0 0 15px;
    line-height: 1;
  }
  .home_memberlist .sideline_ttl::after {
    width: 20px;
  }
}
/* memberlist 
*************************************************** */
.member_card_list {
  display: flex;
  justify-content: center;
  width: min(1620px, 84.375vw);
  margin: 0 auto;
}

.member_card_list .card_box {
  width: 100%;
  max-width: calc((100% - 160px) / 3);
  transition: 0.4s ease-in-out;
}

.member_card_list .card_box:hover {
  opacity: 0.8;
}

.member_card_list .card_box:nth-of-type(2) {
  padding-top: min(71px, 3.6979166667vw);
}

.member_card_list .card_box:last-of-type {
  padding-top: min(161px, 8.3854166667vw);
}

.member_card_list .card_box:not(:last-of-type) {
  margin: 0 min(80px, 4.1666666667vw) 0 0;
}

.member_card_list .img_box {
  position: relative;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.25));
}

.member_card_list .img_box .img_wrap {
  width: 100%;
  aspect-ratio: 123/157;
  margin: 0 0 0 auto;
  display: block;
  overflow: hidden;
}

.member_card_list .card_box .img_text {
  position: absolute;
  top: -50px;
  right: 0;
  font-family: var(--font-en);
  font-weight: bold;
  font-size: clamp(2rem, 7.8125vw, 9.375rem);
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.home_memberlist .member_card_list .card_box:first-of-type .img_text {
  right: -20px;
}

.home_memberlist .member_card_list .card_box:nth-of-type(2) .img_text {
  top: -40px;
  right: -27px;
}

.home_memberlist .member_card_list .card_box:last-of-type .img_text {
  top: -70px;
  right: 40px;
}

.member_card_list .card_box .img_text span {
  position: relative;
  z-index: 1;
}

.member_card_list .card_box .img_text span::after {
  position: absolute;
  left: min(-64px, -3.3333333333vw);
  top: 50%;
  transform-origin: right top;
  transform: rotate(-10deg) translateY(-50%);
  content: "Interview";
  width: min(120px, 6.25vw);
  height: auto;
  font-family: var(--font-en_cs);
  font-size: min(2.125rem, 1.7708333333vw);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--maincolor2);
  font-weight: normal;
  z-index: 1;
  -webkit-text-stroke: initial;
  -webkit-text-fill-color: initial;
}

.member_card_list .img_box .ttl_box {
  position: absolute;
  left: min(-35px, -1.8229166667vw);
  bottom: min(55px, 2.9vw);
  width: 120%;
}

.member_card_list .img_box .ttl_box span {
  margin: 0 0 0.5em;
  padding: 13px 14px;
  line-height: 1;
  display: inline-block;
  font-size: clamp(5px, 0.925vw, 2rem);
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: #fff;
  background: var(--member_card_list_ttl);
  letter-spacing: 0.1em;
}

.member_card_list .txt_box {
  color: #fff;
  font-family: var(--font-jp_b);
  font-weight: bold;
  line-height: 1.4;
}

.member_card_list .txt_box .day {
  font-size: 1rem;
  color: #fff;
  display: block;
  white-space: nowrap;
}

.member_card_list .txt_box .name {
  color: #fff;
  font-size: 1.75rem;
  font-family: var(--font-en);
  font-weight: bold;
}

@media screen and (max-width: 1450px) {
  .home_memberlist .cont_copy_vertical {
    right: 16%;
  }
}
@media screen and (max-width: 1280px) {
  .home_memberlist .cont_copy_vertical {
    right: 50px;
  }
  .home_memberlist .cont_inner {
    width: 70%;
  }
  .member_card_list {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .member_card_list {
    display: block;
  }
  .home_memberlist .cont_inner {
    width: calc(100% - 60px);
    margin: 0 0 0 20px;
  }
  .member_card_list .card_box,
  .member_card_list .card_box:not(:last-of-type) {
    max-width: 247px;
    margin: 0 auto;
  }
  .member_card_list .img_box .ttl_box span {
    font-size: 1.14rem;
    padding: 6px 7px;
    margin: 0 0 5px;
  }
  .member_card_list .img_box .ttl_box {
    bottom: 25px;
  }
  .member_card_list .card_box .img_text {
    font-size: 5.357rem;
  }
  .home_memberlist .member_card_list .card_box:first-of-type .img_text {
    top: -30px;
    right: -10px;
  }
  .home_memberlist .member_card_list .card_box:nth-of-type(2) .img_text {
    top: -20px;
    right: -14px;
  }
  .home_memberlist .member_card_list .card_box:last-of-type .img_text {
    top: -31px;
    right: 13px;
  }
  .member_card_list .img_box {
    margin: 0 0 15px;
  }
  .member_card_list .card_box .img_text span::after {
    font-size: 1.5rem;
    width: 80px;
    top: 50%;
    left: -30px;
  }
}
/* home_culture home_cont 
*************************************************** */
.home_culture {
  position: relative;
  z-index: 1;
  padding: min(80px, 4.1666666667vw) 0 min(136px, 7.0833333333vw);
  background: var(--lightcolor4);
}

.home_culture .gradation_box {
  position: absolute;
  width: min(1520px, 79.1666666667vw);
  height: calc(100% - min(102.5px, 5.3385416667vw) - min(136px, 7.0833333333vw) + min(850px, 44.2708333333vw));
  /*全体の高さ　－ link_boxの高さの半分 - ボトムのパディング + memberlistにかぶっている高さ　*/
  right: 0;
  bottom: calc(min(102.5px, 5.3385416667vw) + min(136px, 7.0833333333vw));
  /*link_boxの高さの半分 + ボトムのパディング*/
  background: var(--pink_gradation);
  z-index: -2;
  background-size: 800% 800%;
  animation: bggradient 20s ease infinite;
}

.culture .cont_inner .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0 0 30px;
}

.culture .cont_inner {
  width: 73vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.culture .cont_inner .cont_inner_ttl {
  margin: 0;
}

.culture .cont_inner_ttl .nonline_ttl,
.culture .cont_inner_ttl .sideline_ttl {
  color: #333;
}

.culture .cont_inner_ttl .sideline_ttl::after {
  background: var(--lightcolor3);
}

.culture .cont_inner .txt_box {
  display: flex;
  padding-left: min(90px, 4.6875vw);
  align-items: center;
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.culture .card_list {
  margin: 0 0 118px;
}

.culture .ttl-03 {
  margin: 0 0 30px;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
  line-height: 1.75;
}

/*.card_list */
.card_list_wrap {
  position: relative;
}

.card_list_wrap .slick_arrows {
  width: min(1380px, 71.875vw);
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}

.card_list_wrap .slickarrow {
  width: min(70px, 3.6458333333vw);
  height: min(70px, 3.6458333333vw);
  border-radius: 100%;
  color: #fff;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: min(70px, 3.6458333333vw);
  background: url(../img/index/icon-arow_2.svg) no-repeat center/60% #fff;
  border: solid 1px green;
}

.card_list_wrap .slickarrow svg {
  width: 23px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.card_list_wrap .slick-prev {
  transform: rotate(180deg);
}

.card_list_wrap .slickarrow svg .cls-1 {
  fill: none;
}

.card_list_wrap .slickarrow:hover {
  background-color: var(--lightcolor3);
}

.card_list .slick-list {
  padding-top: 50px !important;
}

.card_list .slick-track {
  display: flex;
  align-content: stretch;
}

.card_list .card_list-parts {
  position: relative;
  /* width: min(20.8vw,400px)!important; */
  /* min-height: 510px; */
  margin: 0 20px;
  background: #fff;
  border-radius: 10px;
  padding: min(55px, 2.8645833333vw) min(34px, 1.7708333333vw) min(34px, 1.7708333333vw);
  float: none;
  height: auto;
}

.card_list .card_list-parts .txt_box {
  line-height: 2.1;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.card_list .card_list-parts .num {
  position: absolute;
  font-size: 3.125rem;
  font-family: var(--font-en);
  font-weight: bolder;
  color: var(--lightcolor3);
  left: 34px;
  top: -23px;
  line-height: 1;
}

.card_list .card_list-parts .grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min(100px, 5.2083333333vw) min(100px, 5.2083333333vw);
  margin: 0 0 30px;
}

.card_list .card_list-parts .card_list--ttl {
  position: relative;
  padding-top: 5px;
  text-align: center;
  font-size: min(1.5rem, 1.25vw);
  color: #333;
  font-family: var(--font-jp_b);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.583;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card_list .card_list-parts .card_list--ttl .min {
  font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  display: block;
}

.card_list .card_list-parts .card_list--ttl::after {
  content: "";
  width: 45px;
  height: 3px;
  background: var(--lightcolor3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.card_list .card_list-parts .img_box {
  height: 100%;
}

.card_list .card_list-parts .img_box img {
  height: 100%;
  margin: 0 auto;
}

.link_box {
  background: #fff;
  width: min(1658px, 86.3541666667vw);
  height: min(205px, 10.6770833333vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: min(1206px, 62.8125vw) 1fr;
  position: relative;
  z-index: 1;
}

.link_box .jp_txt {
  font-size: min(1.375rem, 1.1458333333vw);
  color: var(--link_box_jp);
  font-family: var(--font-jp_b);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.727;
  display: block;
}

.link_box .en_txt {
  font-size: min(0.75rem, 0.625vw);
  color: var(--lightcolor3);
  font-family: var(--font-en);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.link_box--list {
  display: flex;
  padding-left: min(63px, 3.28125vw);
}

.link_box li {
  height: 100%;
}

.link_box li a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-right: min(160px, 8.3333333333vw);
  transition: 0.4s ease-in-out;
}

.link_box li a:hover {
  opacity: 0.5;
}

.link_box .arrow {
  width: min(70px, 3.6458333333vw);
  height: min(70px, 3.6458333333vw);
  margin-right: 15px;
  border-radius: 100%;
  background: var(--lightcolor3);
}

.link_box .arrow svg {
  width: 23px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry_link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/index/icon-arow.svg) no-repeat center right 60px/23px auto;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--font-en);
  font-weight: bold;
}

.entry_link_inner {
  display: inline-block;
  padding-left: min(44px, 2.2916666667vw);
  background: url(../img/index/icon-entry.svg) no-repeat center left/auto min(34px, 1.7708333333vw);
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .card_list .card_list-parts .card_list--ttl {
    font-size: 0.9rem;
  }
  .card_list .card_list-parts .card_list--ttl .min {
    font-size: 0.6rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home_culture {
    padding-top: 50px;
  }
  .home_culture .gradation_box {
    width: 100%;
    height: calc(100% + 150px);
    bottom: 0;
  }
  .culture .cont_inner .grid {
    grid-template-columns: 100%;
  }
  .culture .card_list {
    margin: 0 0 62px;
  }
  .culture .cont_inner {
    width: calc(100% - 40px);
  }
  .card_list .slick-list {
    padding-top: 25px !important;
  }
  .culture .cont_inner .txt_box {
    padding: 0;
    font-size: 1rem;
    line-height: 1.786;
    text-align: justify;
  }
  .culture .cont_inner .txt_box br {
    display: none;
  }
  .culture .cont_inner_ttl .nonline_ttl,
  .culture .cont_inner_ttl .sideline_ttl {
    line-height: 1;
  }
  .culture .cont_inner .cont_inner_ttl {
    margin: 0 0 20px;
  }
  .culture .cont_inner_ttl .nonline_ttl {
    margin: 0 0 10px;
    display: block;
  }
  .culture .cont_inner_ttl .sideline_ttl {
    padding-left: 50px;
  }
  .culture .cont_inner_ttl .sideline_ttl::after {
    width: 40px;
  }
  .card_list_wrap .slickarrow {
    width: 35px;
    height: 35px;
  }
  .card_list_wrap .slick_arrows {
    width: 85%;
  }
  .card_list_wrap .slickarrow svg {
    width: 12px;
  }
  .card_list .card_list-parts .num {
    font-size: 2.14rem;
    left: 20px;
    top: -16px;
  }
  .card_list .card_list-parts {
    border-radius: 8px;
    padding: 30px 25px 25px;
  }
  .card_list .card_list-parts .grid {
    grid-template-rows: 55px auto;
  }
  .card_list .card_list-parts .card_list--ttl {
    font-size: 1.2rem;
    margin: 0;
    padding-top: 12px;
  }
  .card_list .card_list-parts .txt_box {
    line-height: 1.7;
    font-size: 1rem;
  }
  .card_list .card_list-parts .card_list--ttl::after {
    bottom: -10px;
  }
  .culture .ttl-03 {
    font-size: 1.43rem;
    margin: 0 auto 26px;
  }
}
/* aboutus
*************************************************** */
.home_aboutus_back_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_aboutus_back {
  position: sticky;
  top: 0;
  left: 0;
}

.home_aboutus_back img {
  margin: 0 auto;
  display: block;
}

.home_aboutus {
  position: relative;
  z-index: 1;
  background: var(--footer_back);
}

.home_aboutus .warpper_id {
  left: 0;
  top: 0;
  margin: 0;
  width: 65vw;
  opacity: 0.15;
}

.home_aboutus .warpper_id .bg_logo {
  margin-right: auto;
  margin-left: 0;
  transform: translateX(-10%);
}

.home_aboutus .cont_inner {
  padding: 0;
  width: 100%;
  aspect-ratio: 32/17;
}

.home_aboutus .cont_inner .cont_wrap {
  width: 73vw;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
}

.home_aboutus .cont_copy_vertical {
  transform: translateY(-22px);
}

.home_aboutus .cont_copy_vertical span {
  color: #222;
  display: inline-block;
  padding: 43px 0 34px;
  position: relative;
}

.home_aboutus .cont_copy_vertical span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 3px));
  background: #fff;
  display: block;
  z-index: -1;
}

.home_aboutus .cont_copy_vertical span .txt_blue {
  color: var(--maincolor2);
}

.home_aboutus .cont_copy_vertical span:not(:last-of-type) {
  margin-left: 20px;
}

.home_aboutus .line_ttl {
  display: block;
  padding-top: min(157px, 8.1770833333vw);
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0;
  mix-blend-mode: overlay;
}

.card_list_style2 {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.card_list_style2::after {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background: var(--footer_back);
  z-index: -1;
}

.card_list_style2--parts {
  width: min(695px, 36.1979166667vw);
}

.card_list_style2--parts .simpleParallax {
  transition: 0.6s ease-in-out;
}

.card_list_style2--parts:hover .simpleParallax {
  transform: scale(1.1);
}

.card_list_style2--parts:not(:last-of-type) {
  margin-right: min(122px, 6.3541666667vw);
}

.card_list_style2--parts .img_box {
  width: 100%;
  aspect-ratio: 695/297;
  border-radius: 10px;
  overflow: hidden;
}

.card_list_style2--parts .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_list_style2--ttl {
  transform: translateX(min(-28px, -1.4583333333vw));
}

.card_list_style2--ttl .line_txt {
  font-size: min(6.25rem, 5.2083333333vw);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-family: var(--font-en);
  font-weight: bolder;
  display: block;
  letter-spacing: 0;
  line-height: 0.8;
  margin: 0 0 min(20px, 1.0416666667vw);
}

.card_list_style2--ttl .nomal {
  font-size: min(20px, 1.0416666667vw);
  font-family: var(--font-jp_b);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}

.card_list_style2--ttl {
  margin-top: -2.5em;
}

.cont_copy_vertical .box_line {
  display: inline-block;
  position: relative;
}

.cont_copy_vertical .box_line .box_line_main {
  content: "";
  width: 100%;
  height: calc(100% + 0.75em);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  border: 2px solid #fff;
}

.home_aboutus--sticky_wrap {
  position: sticky;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.home_aboutus--slide_box {
  position: absolute;
  top: 0;
  left: 0;
}

.home_aboutus--slide,
.home_aboutus--slide li,
.home_aboutus--slide img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_aboutus--slide_box {
  width: 100%;
  overflow: hidden;
}

.home_aboutus--slide,
.home_aboutus--slide .slick-list,
.home_aboutus--slide .slick-track,
.home_aboutus--slide .slick-slider,
.home_aboutus--slide .slick-slide {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .home_memberlist .cont_copy_vertical {
    font-size: 2.5rem;
  }
  .home_aboutus .cont_inner .cont_wrap {
    width: 80vw;
  }
  .link_box li a {
    padding-right: 50px;
  }
  .link_box .jp_txt {
    font-size: 1.14rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .home_aboutus_back_wrap {
    display: none;
  }
  .home_aboutus .cont_inner {
    aspect-ratio: unset;
    height: 620px;
    padding-bottom: 75px;
  }
  .home_aboutus--sticky_wrap {
    display: block;
  }
  .home_aboutus--slide_box {
    height: 525px;
  }
  .home_aboutus .cont_copy_vertical span::after {
    transform: translateX(calc(-50% + 2px));
  }
  .link_box--list {
    display: grid;
    padding: 0;
    grid-template-areas: "first second" "last last";
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }
  .link_box--list li {
    width: auto;
  }
  .link_box--list li:first-of-type {
    grid-area: first;
    margin: 0 20px 0 0;
  }
  .link_box--list li:nth-of-type(2) {
    grid-area: second;
  }
  .link_box--list li:last-of-type {
    grid-area: last;
  }
  .link_box {
    width: calc(100% - 40px);
    padding: 33.5px 17px 20px;
    height: auto;
    grid-template-columns: 100%;
    display: block;
    border-radius: 5px;
  }
  .link_box--list > li {
    margin: 0 0 30px;
  }
  .link_box--list > li:last-of-type {
    margin: 0 0 20px;
  }
  .link_box .arrow {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .link_box li a {
    padding-right: 0;
  }
  .link_box .arrow svg {
    width: 11px;
  }
  .link_box .txt_wrap {
    display: block;
    line-height: 1.65;
    height: 35px;
  }
  .link_box .jp_txt {
    font-size: 1rem;
  }
  .link_box .en_txt {
    font-size: 0.857rem;
  }
  .entry_link a {
    height: 100px;
  }
  .entry_link a {
    background-position: center right 40px;
    background-size: 14px auto;
  }
  .entry_link_inner {
    background-size: auto 30px;
    font-size: 1.43rem;
    padding-left: 44px;
  }
  .card_list_style2 {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 28px;
  }
  .card_list_style2::after {
    height: calc(100% + 88px);
  }
  .card_list_style2--ttl {
    margin-top: -24px;
    transform: translateX(-13px);
  }
  .card_list_style2--ttl .line_txt {
    font-size: 3.57rem;
  }
  .card_list_style2--parts {
    width: 100%;
  }
  .card_list_style2--ttl .nomal {
    font-size: 1rem;
  }
  .card_list_style2 .btn_line_style {
    line-height: 1;
    margin-top: -5px;
  }
  .card_list_style2 .btn_line_style a {
    font-size: 0.857rem;
  }
  .home_memberlist .cont_copy_vertical {
    font-size: 1.78rem;
    top: -64px;
  }
  .home_recruit .cont_inner .custombtn {
    width: auto;
  }
  .home_aboutus .cont_inner .cont_wrap {
    width: calc(100% - 24px);
    flex-wrap: wrap;
  }
  .home_aboutus .cont_inner .main_txt {
    width: 100%;
    height: 360px;
    padding: 0 6px;
    order: 1;
  }
  .home_aboutus .cont_copy_vertical {
    order: 2;
    margin-left: auto;
    margin-right: 0;
    z-index: 4;
  }
  .home_aboutus .cont_copy_vertical span {
    padding: 17px 0 13px;
  }
  .home_aboutus .cont_copy_vertical span:not(:last-of-type) {
    margin-left: 10px;
  }
  .card_list_style2--parts:not(:last-of-type) {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 380px) {
  .card_list_style2--ttl .line_txt {
    font-size: 3rem;
  }
}
/* ##############################################################################

    PAGE

############################################################################## */
/* sitemap
*************************************************** */
.sitemap--menu {
  flex: 1;
}

.sitemap--menu a,
.sitemap--menu span {
  display: block;
}

.sitemap--menu a {
  position: relative;
}

.sitemap--menu a:hover {
  color: #1d7fb7;
}

.sitemap--menu > li > a {
  font-size: 1.125rem;
  /* 18px */
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
}

.sitemap_sub_nav--wrap {
  padding-left: 1.25em;
  margin-bottom: 1.5em;
}

.sitemap_sub_nav a {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1.25em;
}

.sitemap_sub_nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d7fb7;
  border-right: 1px solid #1d7fb7;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .sitemap--menu:not(:last-child) {
    margin-right: 7.41%;
    /* 80px */
  }
}
@media screen and (max-width: 767px) {
  .sitemap--menu:not(:last-child) {
    margin-bottom: 24px;
  }
}
/* contact
********************************************** */
.contact .cta_tel {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.lps_sec.contact .cta_tel {
  width: -moz-fit-content;
  width: fit-content;
}

.contact .cta_tel .tel {
  font-family: var(--font-en);
  font-weight: bold;
  text-align: center;
}

.contact .cta_tel .hours {
  font-family: var(--font-jp);
  font-weight: normal;
  text-align: center;
}

.contact .cta_tel a {
  width: -moz-max-content;
  width: max-content;
  padding: 24px 40px;
  background-color: var(--lightcolor3);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .contact .cta_tel a {
    display: block;
    padding: 16px;
  }
}
/* ##############################################################################

    ARCHIVE

############################################################################## */
/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}

/* --- post --- */
.post {
  position: relative;
}

.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.post--date {
  color: var(--post_date_color);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: bold;
}

.post--info.flex .post--date + .cat_list {
  margin-left: auto;
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  /* 13px */
  border: 2px solid var(--maincolor2);
  font-family: var(--font-jp_b);
  font-weight: bold;
  color: var(--maincolor2);
  padding: 0.125em 1em;
  float: left;
  white-space: nowrap;
  margin: 2px;
  border-radius: 100px;
}

.cat_list a:hover {
  opacity: 0.7;
}

.category_list {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category_list li {
  margin-right: 20px;
}

.category_list li a.active {
  background-color: var(--maincolor);
}

/*works*/
.works_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.works_list .post {
  transition: 0.2s ease-in-out;
}

.works_list .post:hover {
  opacity: 0.8;
}

.works--info .post--ttl {
  margin: 0 0 20px;
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 1.375rem;
}

.works_slide li img,
.works_list .works--info img {
  width: 100%;
  height: auto;
  aspect-ratio: 355/238;
  margin-bottom: 16px;
  transition: all 0.4s ease-out;
}

.works_list .works--info img,
.works_slide .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.works_slide {
  margin: 0 0 60px;
  position: relative;
}

.works_slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}

.works_slide li img {
  box-shadow: none;
  margin: 0;
}

/*job*/
.job_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
}

.job_list .img_box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.job_list .img_box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  aspect-ratio: 3/2;
}

.job_list .joblist--thum:hover img {
  transform: scale(1.1);
}

.post--ttl {
  margin: 0 0 10px;
}

@media screen and (max-width: 1100px) {
  .container > .inner.flex {
    display: block;
  }
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .job_list .img_box {
    border-radius: 8px;
  }
  .job_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .works_list {
    grid-gap: 40px 20px;
  }
}
/* side_column
**************************************** */
.side_column {
  width: 264px;
}

.side_section:not(:last-child) {
  margin-bottom: 64px;
}

.side--ttl {
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
}

.side--ttl {
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.side--ttl small {
  color: var(--lightcolor3);
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
  font-family: var(--font-en);
}

/* --- list --- */
.side--list a {
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.side--list a:hover {
  color: var(--lightcolor3);
}

.side--list a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 16px;
}

.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  overflow: hidden;
}

.posts-side .post--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts-side .txtarea {
  flex: 1;
}

.posts-side .post--date {
  margin-bottom: 0;
}

.posts-side .post--ttl {
  line-height: 1.4;
}

.posts-side .post {
  transition: 0.4s ease-in-out;
}

.posts-side .post:hover {
  opacity: 0.8;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
}

.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: all 0.4s ease-out;
}

.side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}

.side_column .archive_month {
  display: none;
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.archive-pulldown .archive_list {
  position: relative;
}

.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}

.archive-pulldown .archive_list a {
  display: block;
  padding: 0.25em 1em;
  text-align: left;
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.archive-pulldown .archive_list a:hover {
  background-color: #eee;
}

.archive-pulldown .archive_list--label {
  margin-right: 8px;
}

.archive-pulldown .archive_list--btn {
  width: 150px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.25em 4em 0.25em 2em;
  background-color: var(--maincolor2);
  color: #fff;
  border: none;
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.archive-pulldown .active .archive_list--btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}

.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

.slick-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots > li {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: var(--maincolor);
  border-radius: 100%;
  display: block;
  transition: 0.2s;
}

.slick-dots > li.slick-active {
  background-color: var(--maincolor2);
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}
/* blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}

.posts-blog .post:first-child {
  border-top: 1px solid #e5e5e5;
}

.posts-blog .post--txtarea {
  flex: 1;
  word-break: break-word;
}

.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
}

.posts-blog .post--img::before {
  padding-top: 75%;
}

@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}
/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: #fff;
}

/* --- news_list --- */
.news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}

.news_list .post--info {
  margin-right: 32px;
}

.news_list .post--link:not([href="javascript:void(0);"]):hover {
  color: #1d7fb7;
}

.news_list .post--link:hover svg {
  fill: #1d7fb7;
}

.news_list .post--info.flex .post--date + .cat_list {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .news_list .post {
    display: block;
  }
  .news_list .post--info {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
/* interview
  **************************************** */
.interview_head {
  width: 100%;
  padding-top: min(140px, 7.2916666667vw);
  margin-bottom: min(55px, 2.8645833333vw);
  position: relative;
  z-index: -1;
}

.interview_head_back {
  width: min(880px, 45.8333333333vw);
  height: calc(100% + min(140px, 7.2916666667vw));
  background: var(--blue_gradation2);
  background-size: 800% 800%;
  animation: bggradient 15s ease infinite;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 41% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 41% 100%, 0% 100%);
}

.intervie_head--img {
  width: 100%;
  aspect-ratio: 1921/1070;
}

.intervie_head--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* display: block; */
  overflow: hidden;
}

.interview_head--profile {
  position: absolute;
  /* top: min(356px,356 / 1920 * 100 * 1vw); */
  left: min(120px, 6.25vw);
  bottom: min(144px, 7.5vw);
  z-index: 1;
}

.interview_head--detail {
  padding-left: min(68px, 3.5416666667vw);
}

.interview_head--copy {
  font-size: min(3.125rem, 2.6041666667vw);
}

.interview_head--detail {
  color: #fff;
  font-weight: bold;
}

.interview_head--detail_ttl {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: min(26px, 1.3541666667vw);
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.interview_head--detail_namewrap {
  margin-bottom: min(34px, 1.7708333333vw);
}

.interview_head--detail_name {
  font-family: var(--font-en);
  font-size: 3.125rem;
  line-height: 1;
}

.interview_head--year {
  font-family: var(--font-jp_b);
  font-weight: bold;
  font-size: 1rem;
}

.interview_head--detail_area {
  font-size: 1.375rem;
  font-family: var(--font-jp_b);
  font-weight: bold;
  line-height: 1;
}

.interview--text_imgbox {
  width: min(1680px, 87.5vw);
  margin: 0 0 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: calc(50% + 100px) calc(50% - 100px);
  grid-template-areas: "img_box text_box";
}

.interview--text_imgbox.noimg {
  display: block;
}

.interview--text_imgbox .text_box {
  grid-area: text_box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interview--text_imgbox .img_box {
  grid-area: img_box;
  padding: 0 100px 0 0;
}

.interview--text_imgbox .img_box img {
  border-radius: 10px;
}

.interview--text_imgbox.box2 {
  grid-template-columns: calc(50% - 100px) calc(50% + 100px);
  grid-template-areas: "text_box img_box";
}

.interview--text_imgbox.box2 .img_box {
  padding: 0 0 0 100px;
}

.interview--text_ttl {
  padding-left: 100px;
  margin-bottom: min(50px, 2.6041666667vw);
  font-size: 1.5rem;
  font-family: var(--font-jp_b);
  position: relative;
  line-height: 1.579;
  letter-spacing: 0.1em;
}

.interview--text_ttl::after {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--maincolor);
  top: 0.75em;
  left: 0;
  display: block;
  position: absolute;
}

.mce-content-body.interview--text_box p {
  line-height: 2;
  font-size: 1rem;
  font-family: var(--font-jp);
  font-weight: normal;
}

.interview--text_box .editor-ttl:not(:last-child),
.interview--text_box .editor-ttl2:not(:last-child),
.interview--text_box .editor-ttl3:not(:last-child) {
  margin-bottom: 1.225rem;
}

.interview--text_box .editor-ttl:not(:first-child),
.interview--text_box .editor-ttl2:not(:first-child),
.interview--text_box .editor-ttl3:not(:first-child) {
  margin-top: 2em;
}

.interview_txtwrap_style2 {
  width: min(1675px, 87.2395833333vw);
  padding: min(130px, 6.7708333333vw) 0;
  /*右の余白分を計算　画面幅-自幅*/
  padding-right: calc(100vw - min(1675px, 87.2395833333vw));
  background-color: var(--lightcolor5);
  margin-left: auto;
}

.interview_txtwrap_style3 {
  background-color: var(--lightcolor5);
  padding: 0 0 min(190px, 9.8958333333vw);
  position: relative;
  z-index: 1;
}

.interview_txtwrap_style2 .inner_wrap {
  padding: 0 min(115px, 5.9895833333vw);
}

.interview_txtwrap_style2 .interview--text_ttl {
  margin-bottom: min(50px, 2.6041666667vw);
}

.interview_txtwrap_style2 .interview--text_box {
  margin-bottom: min(70px, 3.6458333333vw);
  padding-left: min(55px, 2.8645833333vw);
}

.interview_box .cont_inner_ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: min(1266px, 65.9375vw);
  margin: 0 auto 54px;
}

.interview_box .nonline_ttl,
.interview_box .sideline_ttl {
  color: #000;
}

.interview_box .sideline_ttl {
  margin: auto 0 0px 14px;
  padding-left: calc(20px + 1.25em);
}

.interview_box .sideline_ttl::after {
  background: #000;
  width: 40px;
}

.intermediate_img {
  position: relative;
  z-index: -1;
}

.intermediate_img .inner_wrap {
  width: min(1727px, 89.9479166667vw);
  aspect-ratio: 1727∶754;
  margin: 0 0 min(106px, 5.5208333333vw);
}

.intermediate_img img {
  width: 100%;
  border-radius: 0 10px 10px 0;
  max-width: 100%;
}

.intermediate_img::after {
  content: "";
  position: absolute;
  right: 0;
  top: min(-77px, -4.0104166667vw);
  width: min(685px, 35.6770833333vw);
  height: calc(100% + min(450px, 23.4375vw));
  background: var(--blue_gradation2);
  background-size: 800% 800%;
  animation: bggradient 15s ease infinite;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media screen and (max-width: 767px) {
  .interview_box .sideline_ttl {
    margin: auto 0 15px 0;
    padding-left: calc(32px + 1.25em);
  }
  .interview_head {
    height: 810px;
    padding-top: 133px;
  }
  .interview_head_back {
    z-index: -1;
  }
  .intervie_head--img {
    width: calc(100% - 50px);
    height: 535px;
    aspect-ratio: unset;
    margin-left: auto;
  }
  .interview--text_imgbox,
  .interview--text_imgbox.box2 {
    grid-template-columns: 100%;
    grid-template-areas: "img_box " "text_box";
    margin: 0 auto 20px;
  }
  .interview_head--profile {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-left: min(120px, 6.25vw);
  }
  .interview_head--inner {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .interview_head--copy {
    padding-bottom: 40px;
    font-size: clamp(1rem, 5.3vw, 1.57rem);
    line-height: 2.1;
  }
  .number_diagonalbox {
    margin-bottom: auto;
    padding-left: 60px;
  }
  .number_diagonalbox_main {
    font-size: 8.57rem;
  }
  .number_diagonalbox_sub {
    font-size: 2.857rem;
    width: 150px;
    transform: rotate(-10deg) translateY(calc(-50% - 10px));
  }
  .interview_head_back {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 60% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 20%, 60% 100%, 0% 100%);
  }
  .interview_head--detail {
    padding-left: 35px;
  }
  .interview_head--detail_ttl {
    font-size: 1.124rem;
    position: relative;
  }
  .interview_head--detail_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    display: block;
    background: #21a300;
  }
  .interview_head--detail_name {
    font-size: 1.928rem;
  }
  .interview_head--year {
    font-size: 0.857rem;
  }
  .interview_head--detail_area {
    font-size: 0.928rem;
  }
  .interview--text_imgbox .img_box,
  .interview--text_imgbox.box2 .img_box {
    padding: 0;
    width: 100%;
    margin: 0 0 50px;
  }
  .interview--text_imgbox .img_box img {
    border-radius: 8px;
  }
  .interview--text_ttl {
    padding-left: 45px;
    font-size: 1.429rem;
    line-height: 1.4;
  }
  .interview--text_ttl::after {
    width: 40px;
    top: 0.68em;
  }
  .interview_txtwrap_style2 {
    width: calc(100% - 25px);
    margin-left: auto;
    padding: 30px 24px 100px 35px;
  }
  .interview_txtwrap_style2 .inner_wrap {
    padding: 0;
  }
  .interview_txtwrap_style2 .interview--text_box {
    margin-bottom: 50px;
  }
  .interview_txtwrap_style2 .interview--text_box .editor-ttl3 {
    margin-top: 20px;
  }
  .interview_txtwrap_style3 {
    margin-top: -50px;
  }
  .intermediate_img .inner_wrap {
    width: calc(100% - 25px);
    height: 278px;
  }
  .intermediate_img .inner_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .intermediate_img::after {
    width: 70%;
    top: -64px;
  }
}
.dl_list {
  display: grid;
  grid-template-columns: min(170px, 8.8541666667vw) 1fr;
}

.schedule_list,
.career_list {
  width: min(1200px, 62.5vw);
  margin-left: auto;
  margin-right: auto;
}

.schedule_list {
  margin-bottom: min(130px, 6.7708333333vw);
}

.schedule_index,
.schedule_cont {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.schedule_index:last-of-type,
.schedule_cont:last-of-type {
  margin-bottom: 0;
}

.schedule_index {
  color: var(--lightcolor3);
  font-family: var(--font-en);
  font-weight: bold;
}

.schedule_cont {
  font-family: var(--font-jp_b);
  font-weight: bold;
}

.career_list {
  border-radius: 10px;
  grid-template-columns: min(342px, 17.8125vw) 1fr;
  padding: min(50px, 2.6041666667vw) min(80px, 4.1666666667vw);
  background: #fff;
  padding-left: min(30px, 1.5625vw);
  padding-right: min(80px, 4.1666666667vw);
}

.career_index {
  position: relative;
  text-align: center;
  padding: 0 0 min(80px, 4.1666666667vw);
}

.career_index:last-of-type {
  padding: 0;
}

.career_index:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: #dae4ea;
  transform: translate(-50%, 0);
  height: 50px;
}

.career_index {
  font-size: min(3.75rem, 3.125vw);
  line-height: 1;
  color: var(--lightcolor3);
  font-family: var(--font-en);
  font-weight: bold;
}

.career_cont {
  font-size: min(1.25rem, 1.0416666667vw);
  font-family: var(--font-jp_b);
  font-weight: bold;
  line-height: 2;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .interview_box .cont_inner_ttl {
    width: 87.5%;
    grid-template-columns: 100%;
    margin: 0 auto 27px;
  }
  .careerstep.interview_box .cont_inner_ttl {
    margin-bottom: 18px;
  }
  .interview_box .cont_inner_ttl .nonline_ttl {
    line-height: 1.2;
    margin: 0 0 10px;
    font-size: clamp(3rem, 12vw, 3.57rem);
  }
  .schedule_list {
    width: 87.5%;
    margin-bottom: 50px;
    grid-template-columns: 65px 1fr;
  }
  .career_list {
    width: 87.5%;
    grid-template-columns: 100%;
    padding: 20px;
  }
  .career_index {
    font-size: 2.14rem;
    text-align: left;
  }
  .career_cont {
    padding: 0;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed var(--lightcolor3);
  }
  .career_index,
  .career_index:last-of-type {
    padding: 0 0 10px;
  }
  .career_index:not(:last-of-type):after {
    display: none;
  }
}
/* ##############################################################################

    SINGLE

############################################################################## */
.single .mce-content-body .ez-toc-debug-messages {
  display: none;
}

/* --- アイキャッチ --- */
.eyecatch {
  margin-bottom: 2rem;
}

/* --- 目次 --- */
div#ez-toc-container {
  padding: 24px;
  background: #fafafa;
}

.ez-toc-title-container {
  margin-bottom: 10px;
}

div#ez-toc-container p.ez-toc-title {
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
}

#ez-toc-container.counter-hierarchy ul {
  font-size: 1.0625rem;
}

#ez-toc-container.counter-hierarchy ul li {
  margin-top: 8px;
}

#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 1rem;
}

#ez-toc-container.counter-hierarchy ul ul a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}

#ez-toc-container.counter-hierarchy ul ul a::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.6rem;
  height: 0;
  border-bottom: 1px solid;
}

.single .section_ttl {
  font-family: var(--font-jp_b);
  font-weight: bold;
}

/* works
**************************************** */
.works_style.table1 {
  width: 100%;
  margin: 0 0 40px;
}

.works_style.table1 th {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .works_style.table1 th {
    width: 120px;
  }
}
/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 5px;
  border: solid 1px #aaa;
  outline: none;
}

#pass input[type=submit] {
  padding: 4px 16px;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

#pass input[type=submit]:hover {
  opacity: 0.7;
}

/* blog--share
**************************************** */
.blog--share {
  margin-top: 2rem;
}

.blog--share_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
  /* 6px */
}

.blog--share_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0.5em;
  line-height: 1;
  font-size: 0.75rem;
  /* 12px */
  font-weight: bold;
  border: 1px solid #ddd;
}

.blog--share_list li.twitter a {
  color: #2ba1f2;
}

.blog--share_list li.facebook a {
  color: #2477f2;
}

.blog--share_list li.line a {
  color: #27c754;
}

.blog--share_list li.pocket a {
  color: #ef4056;
}

.blog--share_list li.linkedin a {
  color: #2867b2;
}

.blog--share_list li.hatena a {
  color: #29a4de;
}

.blog--share_list img {
  margin-right: 10px;
}

.blog--share_list a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .blog--share_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* blog--related
**************************************** */
.posts_scroll {
  overflow: auto;
  padding-bottom: 2rem;
}

.posts_scroll .post {
  display: block;
  width: 46%;
  flex-shrink: 0;
}

.posts_scroll .post:not(:last-child) {
  margin-right: 1rem;
}

.posts_scroll .post--img {
  margin-bottom: 1rem;
}

.posts_scroll .post--img::before {
  padding-top: 66.666%;
}

.posts_scroll .post--txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.posts_scroll::-webkit-scrollbar {
  height: 6px;
}

.posts_scroll::-webkit-scrollbar-thumb {
  background-color: #999;
}

.posts_scroll::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .posts_scroll .post {
    width: 70%;
  }
}
/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi a {
  position: relative;
  padding: 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background-color: var(--maincolor);
  border-radius: 100px;
}

.single:not(.single-news) .wp-pagenavi a {
  background-color: #999;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.wp-pagenavi > *:not(.pages) {
  max-width: 38.4615384615%;
}

.archive .wp-pagenavi > *:not(.pages) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
  width: 40px;
}

.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px;
}

.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}

.wp-pagenavi .extend {
  width: 24px !important;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  transform: rotate(-135deg);
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=prev]::before {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=next]::before {
  transform: rotate(-135deg);
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 24px;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi > *:not(.pages) {
    max-width: none;
  }
  .wp-pagenavi-single a[rel=prev],
  .wp-pagenavi-single a[rel=next] {
    width: 32px;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}
/* ##############################################################################

    SEARCH

############################################################################## */
#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}

#search-list .ttl-01 {
  margin: 70px 0 0;
}

/* ##############################################################################

    FORMY

############################################################################## */
#formy_form table {
  width: 100%;
}

#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #d1d1d1;
  font-family: var(--font-jp);
  font-weight: normal;
}

#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
  font-family: var(--font-jp_b);
  font-weight: bold;
}

#formy_form table input[type=text],
#formy_form table input[type=email],
#formy_form table input[type=tel],
#formy_form table input[type=date],
#formy_form table input[type=password],
#formy_form table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}

#formy_form table input[type=text],
#formy_form table input[type=email],
#formy_form table input[type=tel],
#formy_form table input[type=date],
#formy_form table input[type=password],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#formy_form textarea {
  height: 100px;
}

#formy_form select {
  height: 40px;
}

#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formy_form input:hover {
  opacity: 0.7;
}

#formy_form textarea:hover {
  opacity: 0.7;
}

#formy_form input:focus {
  outline: none;
}

#formy_form .parsley-validated {
  background-color: #eee;
}

#formy_form .parsley-error {
  background-color: #fee;
}

#formy_form .parsley-success {
  background-color: #fff;
}

.help_text {
  font-size: 0.875rem;
  /* 14px */
  color: #999;
}

.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  /* 14px */
  padding: 8px 16px;
}

.requiredIcon {
  background-color: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 0.75rem;
  /* 12px */
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}

#formy_btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 32px;
  text-align: center;
}

#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

#formy_form ul li input[type=radio],
#formy_form ul li input[type=checkbox] {
  display: none !important;
}

#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: 0.5em 8px 0.5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}

#formy_form ul li label:hover {
  opacity: 0.7;
}

#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}

#formy_form ul li input[type=radio] + label::before {
  border-radius: 10px;
}

#formy_form ul li input[type=radio]:checked + label,
#formy_form ul li input[type=checkbox]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}

#formy_form ul li input[type=radio]:checked + label::before,
#formy_form ul li input[type=checkbox]:checked + label::before {
  border-color: #e75f5f;
}

#formy_form ul li input[type=radio]:checked + label::after,
#formy_form ul li input[type=checkbox]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
}

.formy_confirm {
  background-color: #4dbaff;
}

.formy_submit_disabled {
  background-color: #ccc;
}

#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}

#formy_btn input.autoConfirmBack {
  position: relative;
  background-color: transparent;
  color: #555;
  padding: 8px 27px;
  min-width: auto;
  font-size: 92%;
  border: 1px solid #aaa;
  border-radius: 32px;
}

.formy_send {
  background-color: #ff6600;
}

#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #formy_form .confirm-message {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
}
/* toggle
  **************************************** */
.toggle {
  position: relative;
  cursor: pointer;
  transition: 0.4s ease-out;
}

.toggle.open + .mce-content-body {
  display: block;
}

.toggle:hover {
  opacity: 0.5;
}

.toggle::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 30px;
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-50%);
}

.toggle-sm::after {
  right: 15px;
  width: 8px;
  height: 8px;
}

.toggle_list .ttl-03 {
  border-bottom: 1px solid var(--maincolor);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1em;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.76;
  font-family: var(--font-jp);
}

.toggle_list .ttl-03:not(.txt-ctr)::before {
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0.1em;
  left: 0;
  display: block;
  width: 6px;
  background-color: var(--maincolor);
}

.toggle_list .mce-content-body {
  margin-bottom: 2rem;
}

.toggle_list .mce-content-body {
  padding: 1px;
}

.toggle_list table {
  width: 100% !important;
}

.toggle_list table th,
.toggle_list table td {
  max-width: 300px;
  padding: 1em 2em;
}

.toggle_list .mce-content-body tr:not(:last-of-type) th {
  color: #fff;
  background: var(--maincolor);
}

@media screen and (max-width: 767px) {
  .toggle_list table {
    overflow-x: scroll;
  }
  .toggle::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .toggle_list table th,
  .toggle_list table td {
    max-width: none;
  }
}
/* ##############################################################################

    particlesjs

############################################################################## */
.snow_particlesjs,
#snow_particlesjs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask-image: linear-gradient(0deg, rgb(0, 0, 0) 79%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(0deg, rgb(0, 0, 0) 79%, rgba(255, 255, 255, 0) 100%);
}

#hero_particle {
  width: 100vw;
  height: 30vh;
  position: fixed;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.page_ttl #snow_particlesjs {
  height: 35%;
}

#hero_particle_wrap {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .snow_particlesjs,
  #snow_particlesjs {
    filter: none;
  }
}
@media screen and (max-width: 767px) {
  #snow_particlesjs {
    -webkit-mask-image: initial;
    -webkit-mask-image: inherit;
    mask-image: initial;
  }
  #hero_particle_wrap {
    padding-top: 70vh;
  }
  #hero_particle {
    position: sticky;
    height: 100vh;
  }
  #hero_particle #snow_particlesjs {
    -webkit-mask-image: initial;
    -webkit-mask-image: inherit;
    mask-image: initial;
  }
  #snow_particlesjs {
    -webkit-mask-image: initial;
    -webkit-mask-image: inherit;
    mask-image: initial;
  }
}/*# sourceMappingURL=main.css.map */