@charset "utf-8";
@font-face {
  font-family: 'northwell';
  src: url('font/Northwell.ttf') format('truetype');
}
/* ---------------------------------------------------------------------------------
Copyright © 2023 CALON Rights Reserved.

HTML CSS Selectors recruit

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.sec-ttl {
  line-height: 1;
  text-align: center;
}
.sec-ttl span {
  display: block;
}
.sec-ttl > span {
  overflow:hidden;
}
.sec-ttl .sub {
  font-size: 16px;
  line-height: 1;
}
.sec-ttl .sub span {
  transform: translate(0,0);
  transition-delay:600ms;
}
.sec-ttl .en {
  margin-bottom: 10px;
  padding: 5px 0 8px;
  font-family: var(--font-en);
  font-size: 120px;
  letter-spacing: 0;
  font-weight: 700;
}
.sec-ttl .jp {
  font-size: 52px;
}

.view-more {
  width: 900px;
  margin: 40px auto 0;
  font-family: var(--font-ro);
  font-size: 16px;
  line-height: 1;
  text-align: right;
  position: relative;
  z-index: 5;
}
.view-more::after {
  width: 30vw;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 100%;
  top: 12px;
  content:"";
}
/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.recruit-fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.recruit-fv__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.detail .recruit-fv::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/recruit/fv-dot.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
}
.detail .recruit-fv::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content:"";
  opacity: 0.4;
}

.fv-scroll {
  height: 194px;
  padding-left: 9px;
  border-left: 1px solid #fff;
  font-family: var(--font-en);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vh - 194px);
  left: 74px;
  z-index: 4;
}

.recruit-top-fv__ttl {
  width: 950px;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 17%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 4;
}

.recruit-top-fv__ttl span {
  display: block;
}
.recruit-top-fv__ttl > span {
  font-family: var(--font-en);
  font-size: 147px;
  line-height: 0.8;
  font-weight: 700;
  color: #fff;
  overflow:hidden;
}
.recruit-top-fv__ttl .txt1 {
}
.recruit-top-fv__ttl .txt2 > span {
  transition-delay: 600ms;
}
.recruit-top-fv__ttl .txt3 > span {
  padding-top: 5px;
  transition-delay: 900ms;
}
.recruit-top-fv__ttl .jp {
  margin-top: 25px;
  font-family: var(--fotn-go);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.recruit-top-fv__ttl .jp > span {
  transition-delay: 1400ms;
}

.recruit-detail-fv__ttl {
  width: 900px;
  height: fit-content;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 4;
}
.recruit-detail-fv__ttl span {
  display: block;
}
.recruit-detail-fv__ttl > span {
  padding-top: 5px;
  font-family: var(--font-en);
  font-size: 147px;
  line-height: 0.8;
  font-weight: 700;
  color: #fff;
  overflow:hidden;
}
.recruit-detail-fv__ttl .txt1 {
}
.recruit-detail-fv__ttl .txt2 > span {
  transition-delay: 600ms;
}
.recruit-detail-fv__ttl .jp {
  margin-top: 25px;
  font-family: var(--fotn-go);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.recruit-detail-fv__ttl .jp > span {
  transition-delay: 1400ms;
}

/*---------------------------------------------------------------------------------
concept
--------------------------------------------------------------------------------- */
.concept {
  width: 1010px;
  margin: 140px auto 168px;
  position: relative;
}
.concept__ttl {
  width: 100%;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.075em;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 3;
  overflow:hidden;
}
.concept__ttl span {
  display: block;
  transition-delay:1800ms;
}
.concept-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 920px;
  margin: 0 auto;
  position: relative;
}
.concept-wrap-inner {
  width: 490px;
  padding-top: 25px;
  padding-bottom: 50px;
  transition-delay:1200ms;
}
.concept-wrap-inner__logo {
  width: 466px;
}
.concept-wrap-inner__ttl {
  padding: 23px 0 30px;
  font-size: 36px;
  line-height: 1.5;
}
.concept-wrap-inner__txt {
  font-size: 16px;
  line-height: 2.125;
}
.concept-wrap-photo {
  width: 410px;
}
.concept-sub {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  width: 600px;
  position: relative;
  z-index: 2;
}
.concept-sub__img {
  width: 300px;
}
.concept-sub__txt {
  margin-left: 30px;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1.66;
  font-weight: 600;
}
.concept-view-more {
  width: 900px;
  margin: 40px auto 0;
  font-family: var(--font-ro);
  font-size: 16px;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 115px;
  left: 0;
  z-index: 1;
}
.concept-view-more::after {
  width: 30vw;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 900px;
  top: 12px;
  content:"";
}

/*---------------------------------------------------------------------------------
Feature
--------------------------------------------------------------------------------- */
.feature {
  height: 100vh;
  background-color: #20201e;
  margin-bottom: 115px;
  color: #fff;
  position: relative;
}
.feature__ttl {
  font-family: var(--font-en);
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 3;
}
.feature__ttl span {
  display: block;
  padding-top: 20px;
  font-family: var(--font-go);
  font-size: 28px;
  line-height: 1.43;
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.feature-wrap {
  height: 100%;
}
.feature-list {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  overflow:hidden;
}
.feature-list li {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.feature-list-photo {
  display: flex;
  width: 50%;
  height: 100%;
  background-color: #383838;
}
.feature-list-inner {
  width: 505px;
  padding: 290px 40px 0;
  position: relative;
}


.feature-list-inner__count {
  margin-bottom: 55px;
  font-family: var(--font-en);
  line-height: 1;
  position: relative;
}
.feature-list-inner__count::before {
  width: 134px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 65px;
  left: -123px;
  content:"";
}
.feature-list-inner__count::after {
  width: 82px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-47deg);
  position: absolute;
  bottom: 25px;
  left: 110px;
  content:"";
}
.feature-list-inner__count .current {
  display: inline-block;
  width: 170px;
  font-size: 120px;
  font-weight: 100;
  text-align: center;
}
.feature-list-inner__count .total {
  display: inline-block;
  font-size: 32px;
  font-weight: 300;
  position: relative;
  bottom: -22px;
}
.feature-list-inner__ttl {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.33;
}
.feature-list-inner__txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.71;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.feature-view-more {
  width: 115px;
  font-family: var(--font-ro);
  font-size: 16px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
  position: absolute;
  right: 0;
  /* bottom: 30px; */
  bottom: 120px;
  color: #df5097;
}
.feature-view-more::after {
  width: 30vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 118px;
  top: 12px;
  content:"";
}

.anc-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100px;
  height: 60px;
  background-color: #000;
  font-family: var(--font-en);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  position: absolute;
  /* bottom: 0; */
  bottom: 90px;
  z-index: 3;
}
.anc-panel.nav-prev {
  left: 0;
}
.anc-panel.nav-next {
  right: 50%;
}
.feature-list li:first-child .nav-prev,
.feature-list li:last-child .nav-next {
  display: none;
}
/*---------------------------------------------------------------------------------
Our vision.
--------------------------------------------------------------------------------- */
.vision {
  width: 840px;
  margin: 110px auto;
}
.vision .sec-ttl {
  margin-bottom: 40px;
}
.vision__more {
  width: 452px;
  margin: 65px auto 0;
}
.vision__more a {
  display: block;
  width: 410px;
  height: 80px;
  padding: 31px 0 0 22px;
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  position: relative;
}
.vision__more a::before {
  width: 56px;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content:"";
}
.vision__more a::after {
  width: 42px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -42px;
  bottom: 0;
  margin: auto;
  content:"";
}

/*---------------------------------------------------------------------------------
nav
--------------------------------------------------------------------------------- */
.work-nav {
  margin-bottom: 105px;
}
.work-nav.detail {
  margin-bottom: 195px;
}
.work-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.work-nav li {
  width: 280px;
  margin: 0 20px 40px;
  position: relative;
}
.work-nav a {
  display: block;
  height: 360px;
  border-radius: 10px;
  overflow:hidden;
  position: relative;
  color: #fff;
}
.work-nav li.current a::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 2;
  content:"";
}
.work-nav__ttl {
  font-family: var(--font-en);
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  left: 18px;
  z-index: 3;
}
.work-nav__ttl .jp {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-go);
  font-size: 16px;
  line-height: 1;
}
.work-nav li.current .work-nav__ttl .jp {
  color: #16a1c8;
}
.work-nav li.current::after {
  width: 220px;
  border-top: 1px solid #000;
  padding-top: 20px;
  font-family: var(--font-en);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  content:"We are here!";
  position: absolute;
  right: 0;
  bottom: -65px;
  left: 0;
  margin: 0 auto;
}
/*---------------------------------------------------------------------------------
MOVIE.
--------------------------------------------------------------------------------- */
.movie {
  padding: 90px 0 66px;
  margin-bottom: 250px;
  position: relative;
  color: #fff;
}
.movie .sec-ttl {
  margin-bottom: 55px;
}
.movie-inner {
  width: 822px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.movie-inner .sec-ttl {
  color: #fff;
}
.movie-list {
  display: flex;
  flex-wrap: wrap;
}
.movie-list li {
  width: 250px;
  margin: 0 12px 60px;
}
.movie-list li a {
  display: block;
}
.movie-list__thumb {}
.movie-list__ttl {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.33;
}

.movie__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.movie .view-more::after {
  background-color: #fff;
}

/*---------------------------------------------------------------------------------
Working.
--------------------------------------------------------------------------------- */
.working {
  width: 960px;
  margin: 0 auto 375px;
}
.working .sec-ttl {
  width: fit-content;
  margin-left: auto;
}
.working .sec-ttl .jp {
  padding-left: 130px;
}
.working-list li {
  width: 530px;
  height: 330px;
  margin-bottom: 35px;
  position: relative;
}
.working-list li:nth-of-type(even) {
  margin-left: auto;
}
.working-list-in {
  width: 346px;
  padding-top: 18px;
  background-color: #fff;
  position: absolute;
  top: 288px;
  z-index: 2;
}
.working-list-in__ttl {
  padding: 0 22px 10px;
  font-family: var(--font-ro);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
.working-list-in__ttl span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
}
.working-list-in__txt {
  font-size: 14px;
  line-height: 1.42;
}
.working-list-in .view-more {
  width: 100%;
  padding: 0 60px;
}
.working-list-in .view-more::after {
  width: 53px;
}
.working-list li:nth-of-type(odd) .working-list-in {
  left: 0;
}
.working-list li:nth-of-type(odd) .working-list-in__ttl span {
  left: 0;
}
.working-list li:nth-of-type(odd) .working-list-in .view-more {
  text-align: left;
}
.working-list li:nth-of-type(odd) .working-list-in .view-more::after {
  left: 0;
}
.working-list li:nth-of-type(even) .working-list-in {
  text-align: right;
  right: 0;
}
.working-list li:nth-of-type(even) .working-list-in__ttl {
  text-align: right;
}
.working-list li:nth-of-type(even) .working-list-in__ttl span {
  right: 0;
}
.working-list li:nth-of-type(even) .working-list-in .view-more::after {
  left: auto;
  right: 0;
}

/*---------------------------------------------------------------------------------
About
--------------------------------------------------------------------------------- */
.about {
  width: 820px;
  margin: 0 auto 220px;
  position: relative;
}
.about .sec-ttl {
  width: fit-content;
  margin-bottom: 35px;
}
.about .sec-ttl .en {
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  line-height: 0.9;
}
.about .sec-ttl .en::after {
  width: 385px;
  height: 6px;
  background-color: #000;
  position: absolute;
  top: 120px;
  left: 0;
  content:"";
}
.about .sec-ttl .jp {
  text-align: left;
}
.about__txt {
  width: 656px;
  font-size: 18px;
  line-height: 2.33;
}
.about .view-more {
  width: fit-content;
  position: absolute;
  bottom: 45px;
  right: 50%;
  margin-right: -455px;
  z-index: 2;
}

/*---------------------------------------------------------------------------------
Top message.
--------------------------------------------------------------------------------- */
.message {
  width: 1010px;
  margin: 0 auto 220px;
}
.message .sec-ttl {
  margin-bottom: 42px;
}
.message-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 96px;
  position: relative;
}
.message-list-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  width: 330px;
  padding: 0 40px;
  position: absolute;
  top: 64px;
}
.message-list-head__name {
  font-size: 36px;
  line-height: 1;
}
.message-list-head__name .job {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
}
.message-list-head__btn {
  display: block;
  width: 35px;
  height: 35px;
  padding: 11px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
}

.message-list__photo01 {
  width: 470px;
  margin: 0 50px 95px;
}
.message-list__photo02 {
  width: 360px;
  margin-top: 180px;
}

.message-list__sign {
  font-family: 'northwell';
  font-size: 72px;
  line-height: 0.9;
  text-align: right;
  position: absolute;
  top: 620px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
.message-list__read {
  width: 780px;
  padding: 0 0 28px 98px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.66;
  position: relative;
}
.message-list__read::before {
  width: 80px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: 0;
  content:"";
}
.message-list__txt {
  width: 780px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2.14;
}
.message-list .view-more {
  margin-top: 25px;
}

.message-list li:nth-of-type(odd) .message-list-head {
  right: 145px;
}
.message-list li:nth-of-type(odd) .message-list-head__btn {
  right: 0;
}
.message-list li:nth-of-type(odd) .message-list__sign {
  width: fit-content;
  height: fit-content;
  transform: rotate(-15deg);
}

.message-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.message-list li:nth-of-type(even) .message-list-head {
  left: 145px;
}
.message-list li:nth-of-type(even) .message-list-head__name {
  text-align: right;
}
.message-list li:nth-of-type(even) .message-list-head__btn {
  left: 0;
}
.message-list li:nth-of-type(even) .message-list__sign {
  width: fit-content;
  height: fit-content;
  transform: rotate(15deg);
}
.message-list li:nth-of-type(even) .view-more {
  text-align: left;
}
.message-list li:nth-of-type(even) .view-more::after {
  left: auto;
  right: calc(100% + 5px);
}

/*---------------------------------------------------------------------------------
Gallery.
--------------------------------------------------------------------------------- */
.gallery {
  width: 1010px;
  margin: 0 auto 310px;
}
.gallery .grid {
  margin-top: 25px;
}
.gallery li:nth-of-type(8n+1),
.gallery li:nth-of-type(8n+6) {
  width: 420px;
  height: 630px;
}
.gallery li:nth-of-type(8n+2),
.gallery li:nth-of-type(8n+5) {
  width: 590px;
  height: 395px;
}
.gallery li:nth-of-type(8n+3),
.gallery li:nth-of-type(8n+7) {
  width: 235px;
  height: 235px;
}
.gallery li:nth-of-type(8n+4),
.gallery li:nth-of-type(8n) {
  width: 355px;
  height: 235px;
}

/*---------------------------------------------------------------------------------
Company.
--------------------------------------------------------------------------------- */
.company {
  width: 760px;
  margin: 0 auto 320px;
}
.company-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  margin-top: 40px;
}
.company-list dt {
  width: 268px;
  padding: 25px 0 25px 5px;
  border-bottom: 1px solid #ccc;
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.company-list dd {
  width: calc(100% - 268px);
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.875;
}
.company-list dd a.tel {
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------------
RECOMMENDED.
--------------------------------------------------------------------------------- */
.recommended {
  width: 930px;
  margin: 0 auto 200px;
}
.recommended-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
}
.recommended-inner {
  width: 240px;
  margin: 0 25px;
}
.recommended-inner a {
  display: block;
}
.recommended-inner__img {}
.recommended-inner__ttl {
  padding: 10px 0;
  font-family: var(--font-en);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.recommended-inner__txt {
  font-size: 12px;
  line-height: 1.5;
}

.recommended-center {
  width: 350px;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.recommended-center .recommended-inner {
  width: 300px;
  padding: 12px 0;
}


/*---------------------------------------------------------------------------------
エントリー
--------------------------------------------------------------------------------- */
.entry {
  margin-bottom: 200px;
}
.entry .sec-ttl {
  margin-bottom: 60px;
}
.entry__read {
  margin-bottom: 70px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 52px;
  line-height: 1;
}
.entry__read span {
  box-sizing: content-box;
  display: block;
  width: fit-content;
  padding-left: 110vw;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}

.entry-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.entry-inner-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 160px;
  margin: 0 45px 10px;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
}
.entry-inner-qr__icon {
  width: 28px;
  margin-left: 7px;
}
.entry-inner-qr__img {
  width: 100%;
  position: relative;
  top: -11px;
}
.entry-inner-tel {
  width: 100%;
  margin-bottom: 30px;
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.entry-inner-tel em {
  display: block;
  margin-top: 12px;
  font-size: 32px;
}
.entry-inner-read {
  width: 495px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

/*---------------------------------------------------------------------------------
詳細リード
--------------------------------------------------------------------------------- */
.detail-read {
  padding: 65px 0 115px;
}
.detail-read__ttl {
  margin-bottom: 70px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.detail-read__ttl span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
.detail-read__txt1 {
  margin-bottom: 28px;
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-align: center;
}
.detail-read__txt2 {
  width: 730px;
  font-size: 16px;
  line-height: 2.125;
  text-align: center;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------
Staff voice.
--------------------------------------------------------------------------------- */
.voice {
  width: 1010px;
  margin: 0 auto 265px;
}
.voice-list {
  margin-top: 30px;
}
.voice-list li {
  width: 780px;
  margin-bottom: 105px;
  position: relative;
}
.voice-list-head {
  width: 280px;
  position: absolute;
  top: 162px;
  z-index: 2;
  transition-delay:1200ms;
}
.voice-list-head-name-en {
  margin-bottom: 35px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1.33;
  font-weight: 700;
}
.voice-list-head-name-en span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.voice-list-head-name-jp {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.voice-list-head-name-jp span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
.voice-list-head-is {
  display: block;
  width: 35px;
  height: 35px;
  padding: 11px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}
.voice-list-img {
  height: 520px;
  margin-bottom: 40px;
}
.voice-list-img .fade-img-in {
  height: 100%;
}
.voice-list-inner {
  padding: 0 30px 0 95px;
}
.voice-list-inner__read {
  padding-bottom: 25px;
}
.voice-list-inner__read dt {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 700;
  position: relative;
}
.voice-list-inner__read dt::before {
  width: 80px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: -95px;
  content:"";
}
.voice-list-inner__read dd {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.428;
}
.voice-list-inner-history {
  min-height: 265px;
  position: relative;
}
.voice-list-inner-history__ttl {
  padding-top: 45px;
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -80px;
}
.voice-list-inner-history__ttl::before {
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.voice-list-inner-history li {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.voice-list-inner-history__date {
  width: 120px;
  font-size: 14px;
  line-height: 1;
}
.voice-list-inner-history__date em {
  font-size: 18px;
}
.voice-list-inner-history__img {
  width: 110px;
  margin-right: 17px;
}
.voice-list-inner-history-in {
  width: 405px;
}
.voice-list-inner-history-in__ttl {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.voice-list-inner-history-in__txt {
  font-size: 12px;
  line-height: 1.5;
}

.voice-list .view-more {
  width: calc(100% - 180px);
}
.voice-list .view-more::after {
  width: 53px;
}

.voice-list li:nth-of-type(odd) .voice-list-head {
  right: -230px;
}
.voice-list li:nth-of-type(even) {
  margin-left: auto;
}
.voice-list li:nth-of-type(even) .voice-list-head {
  text-align: right;
  left: -230px;
}

/*---------------------------------------------------------------------------------
Welfare.
--------------------------------------------------------------------------------- */
.welfare {
  width: 990px;
  margin: 0 auto 250px;
}
.welfare-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.welfare-list li {
  width: 310px;
  margin: 0 10px 10px;
}
.welfare-list li::before {
  display: block;
  width: 260px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 275px;
  left: 0;
  z-index: 2;
  content:"";
}
.welfare-list .fade-img-in {
  height: 310px;
}
.welfare-list-in {
  padding: 0 15px 0 22px;
  position: relative;
  top: -15px;
  z-index: 3;
}
.welfare-list-in dt {
  width: 220px;
  min-height: 68px;
  font-size: 22px;
  line-height: 1.36;
}
.welfare-list-in dd {
  font-size: 14px;
  line-height: 1.71;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.welfare-list-more {
  width: 100px;
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.welfare-list-more::before {
  width: 42px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 6px;
  left: -53px;
  content:"";
}

.welfare-list li:nth-of-type(3n+2) {
  transition-delay:500ms;
}
.welfare-list li:nth-of-type(3n+2) .fade-img-in {
  transition-delay:700ms;
}
.welfare-list li:nth-of-type(3n) {
  transition-delay:700ms;
}
.welfare-list li:nth-of-type(3n) .fade-img-in {
  transition-delay:900ms;
}

/*---------------------------------------------------------------------------------
Curriculum.
--------------------------------------------------------------------------------- */
.curriculum {
  margin-bottom: 215px;
}
.curriculum-list {
  margin-top: 42px;
}
.curriculum-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.curriculum-list__img {
  width: calc(50% + 25px);
  height: 330px;
  position: relative;
  z-index: 1;
}
.curriculum-list-inner {
  width: 460px;
  margin-top: 94px;
  position: relative;
  z-index: 3;
}
.curriculum-list-inner::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
  content:"";
}
.curriculum-list-inner::after {
  width: 30vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50px;
  content:"";
}
.curriculum-list-inner__ttl {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
.curriculum-list-inner__ttl .en {
  display: block;
  margin-bottom: 15px;
  font-family: var(--font-en);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.curriculum-list-inner__txt {
  font-size: 14px;
  line-height: 1.71;
}
.curriculum-list-inner-more {
  width: 100px;
  margin-top: 15px;
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.curriculum-list-inner-more::before {
  width: 42px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 6px;
  left: -53px;
  content:"";
}

.curriculum-list li:nth-of-type(odd) .curriculum-list-inner,
.curriculum-list li:nth-of-type(odd) .curriculum-list-inner::before {
  text-align: right;
  left: -80px;
}
.curriculum-list li:nth-of-type(odd) .curriculum-list-inner::after {
  left: calc(100% + 10px);
}
.curriculum-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.curriculum-list li:nth-of-type(even) .curriculum-list-inner,
.curriculum-list li:nth-of-type(even) .curriculum-list-inner::before {
  right: -80px;
}
.curriculum-list li:nth-of-type(even) .curriculum-list-inner::after {
  right: calc(100% + 10px);
}
/*250515 add*/
.curriculum-under {
  padding: 100px 0 5px;
  background-color: #f3f2f2;
}
.curriculum-under__ttl {
  margin-bottom: 47px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.curriculum-under__ttl .jp {
  font-family: var(--font-go);
  font-size: 18px;
  font-weight: 400;
}
.curriculum-under__subttl {
  margin: 0 60px 15px 108px;
  font-size: 18px;
  line-height: 1.66;
  position: relative;
}
.curriculum-under__subttl::before {
  width: 80px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 36%;
  left: -98px;
  content:"";
}
.curriculum-unde__txt {
  margin: 0 60px 50px 108px;
  font-size: 14px;
  line-height: 1.42;
}
.curriculum-under-detail {
  width: 950px;
  margin: 0 auto 70px;
}
.curriculum-under-detail__note {
  font-size: 16px;
  text-align: center;
  position: relative;
  top: -20px;
}
.curriculum-under-detai-list {
  padding-bottom: 50px;
}
.curriculum-under-detai-list__img {
  margin-bottom: 45px;
}

.curriculum-movie {
  width: 1012px;
  margin: 156px auto 225px;
}
.curriculum-movie-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.curriculum-movie-nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 66px;
  padding: 0 36px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
.curriculum-movie-nav span.is-active {
  height: 70px;
  padding: 0 70px;
  margin: 0 30px;
  background-color: #000;
  font-size: 30px;
  color: #fff;
}

.curriculum-movie-list {
  display: flex;
  flex-wrap: wrap;
}
.curriculum-movie-list li {
  width: 225px;
  margin: 0 14px 20px;
}
.curriculum-movie-list li.is-hide {
  display: none;
}
.curriculum-movie-list li a {
  display: block;
}
.curriculum-movie-list__tumb {
  height: 127px;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow:hidden;
}
.curriculum-movie-list__ttl {
  margin: 0 0 6px 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.curriculum-movie-list__desc {
  margin: 0 0 0 15px;
  font-size: 14px;
  line-height: 1.42;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*---------------------------------------------------------------------------------
募集要項
--------------------------------------------------------------------------------- */
.recruit-info {
  width: 840px;
  margin: 0 auto 175px;
}
.recruit-info .sec-ttl .en,
.recruit-info .sec-ttl .jp {
  padding-top: 3px;
  text-align: right;
}
.recruit-info .sec-ttl .en {
  position: relative;
  margin-bottom: 30px;
}
.recruit-info .sec-ttl .en::after {
  display: block;
  width: 271px;
  height: 6px;
  background-color: #000;
  margin-left: auto;
  content:"";
}
.recruit-info-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 70px;
}
.recruit-info-list dt {
  width: 135px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.recruit-info-list dt::before {
  width: 30vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 24px;
  right: calc(100% + 15px);
  content:"";
}
.recruit-info-list dd {
  width: calc(100% - 135px);
  padding-bottom: 45px;
  font-size: 16px;
  line-height: 1.5;
}


/*---------------------------------------------------------------------------------
Ideal candidate.
--------------------------------------------------------------------------------- */
.candidate {
  padding: 55px 0 120px;
  margin-bottom: 205px;
  color: #fff;
  position: relative;
}
.candidate::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.8;
  content:"";
}
.candidate-inner {
  width: 730px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.candidate .sec-ttl {
  margin-bottom: 108px;
}
.candidate .sec-ttl .en {
  text-align: left;
}
.candidate .sec-ttl .jp {
  padding-top: 3px;
}
.candidate__read {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}
.candidate__txt {
  font-size: 16px;
  line-height: 2.125;
  text-align: center;
}

.candidate__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*---------------------------------------------------------------------------------
Q&A.
--------------------------------------------------------------------------------- */
.faq {
  width: 600px;
  margin: 0 auto 235px;
}
.faq .sec-ttl {
  margin-bottom: 50px;
}
.faq div {
  padding: 0 0 17px 15px;
  counter-increment: faq;
}
.faq dt {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 52px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
}
.faq dt::before {
  width: 62px;
  height: 100%;
  padding-top: 12px;
  border-right: 1px solid #000;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -94px;
  content: "Q"counter(faq) ".";
}
.faq dt::after {
  width: 35px;
  height: 35px;
  background-image: url("../img/staff/icon_faq.svg");
  background-position: left top;
  position: absolute;
  top: 8px;
  right: -80px;
  content:"";
}
.faq dt.selected {
  text-decoration: none;
}
.faq dt.selected::after {
  background-position: left bottom;
}
.faq dd {
  padding: 2px 0 40px 30px;
  font-size: 14px;
  line-height: 1.428;
}

/*---------------------------------------------------------------------------------
TOPICS
--------------------------------------------------------------------------------- */
.nov {
  overflow: visible;
}
.topics {
  margin-bottom: 150px;
}
.topics-fv {
  height: 100vh;
}
.fv-inner {
  width: 420px;
  height: 100%;
  padding-top: 100px;
  margin-left: calc(50% + 50px);
  position: relative;
  z-index: 2;
  mix-blend-mode: hard-light;
}
.fv-inner__catchphrase {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 50px;
  font-family: var(--font-en);
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
}
.fv-inner__catchphrase span {
  display: block;
}
.fv-inner__catchphrase span:last-child {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.fv-inner__category {
  margin-bottom: 10px;
  text-align: right;
  text-decoration: underline;
}

.fv-inner__ttl {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: right;
}
.fv-inner__txt {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 700;
  position: absolute;
  bottom: 34px;
  left: 0;
}

.fv-img {
  width: calc(50% + 15px);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv-img::after {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
  opacity: 0.4;
}

.fv-scroll {
  height: 194px;
  padding-left: 9px;
  border-left: 1px solid #fff;
  font-family: var(--font-en);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vh - 194px);
  left: 74px;
  z-index: 3;
}

.post-wrap {
  padding-top: 90px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.post {
  width: 930px;
  min-height: 100vh;
  margin: 0 auto 180px;
  font-size: 14px;
  line-height: 2.14;
}
.post h3 {
  width: 800px;
  margin: 0 auto 30px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  clear: both;
}
.post h4 {
  margin-bottom: 40px;
  padding-left: 45px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  position: relative;
  clear: both;
}
.post h4::before {
  width: 30vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 30px;
  right: calc(100% - 35px);
  content:"";
}
.post p {
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 2.14;
  clear: both;
}
.post div {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
  clear: both;
}
.post div.justifyleft {
  width: 490px;
  margin-left: 65px;
  margin-bottom: 75px;
  clear: none;
}
.post div.justifyright {
  width: 350px;
  margin-bottom: 75px;
  clear: none;
}
.post div.justifyleft {
  float: left;
}
.post div.justifyright {
  float: right;
}

.post > h3,
.post > h4,
.post > p {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.btn-back {
  width: 270px;
  margin: 0 auto;
}
.btn-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 70px;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1;
}
.btn-back a::before {
  width: 90px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -63px;
  margin: auto;
  content:"";
}