@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright© SOL*Z GROUP All Rights Reserved.

HTML CSS Selectors tmp

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#header-wrapper {
  height: 130px;
}
.heade-nav a {
  margin: 0 33px;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.heade-nav a:first-child,
.heade-nav a:last-child {
  font-size: 20px;
  margin-left: 55px;
}

.header-entry {
  width: 137px;
  height: 137px;
  position: absolute;
  top: 36px;
  right: 34px;
  z-index: 2;
  transition-delay:1900ms;
}
.header-entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.header-entry a img {
  width: 90px;
}
.header-entry .bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit/btn_h_entry-pc.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header-entry .bg {
  animation: 7s linear 2500ms infinite rotation;
}

#contents-wrapper {
  padding-top: 130px;
}

.recruit-num {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 30px;
  height: 160px;
  background-color: rgba(255,255,255,0.90);
  font-family: var(--font-mon);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.recruit-num::before {
  width: 1px;
  height: 26px;
  background-color: #310700;
  margin-bottom: 5px;
  content:"";
}
.recruit-num em {
  padding-top: 10px;
  font-size: 18px;
}

/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
.recruit-top-mv {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.recruit-top-mv video {
  width: 100%;
  height: auto;
}

/*Read*/
.recruit-top-read {
  padding: 170px 0 175px;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.recruit-top-read__line {
  display: block;
  width: 200%;
  height: 312px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -100vw;
  transform-origin: center;
  transform: rotate(-14.4deg);
  content:"";
  z-index: 2;
}
.recruit-top-read__line::before {
  width: 0;
  height: 100%;
  background-color: #eeecef;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.recruit-top-read .recruit-top-read__line::before {
  width: 100%;
}
.recruit-top-read__bg {
  width: 100%;
  height: calc(100% - 455px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.recruit-top-read__bg::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.3vw 71vw 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
}
.recruit-top-read-inner {
  min-height: 330px;
  padding-bottom: 80px;
  position: relative;
  z-index: 4;
}
.recruit-top-read-inner-in {
  width: 480px;
  padding: 45px 50px 40px 80px;
  background-color: #310700;
  margin: 0 auto;
  position: relative;
  left: 198px;
  color: #fff;
}
.recruit-top-read-inner-in::before {
  width: 355px;
  height: 103px;
  background-image: url("../img/recruit/top_read_txt_.png");
  position: absolute;
  top: -63px;
  left: 109px;
  z-index: 2;
  content:"";
}
.recruit-top-read-inner-in__ttl {
  padding-bottom: 22px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit-top-read-inner-in__txt {
  font-size: 12px;
  line-height: 1.83;
}
.recruit-top-read-inner__img01 {
  width: 285px;
  position: absolute;
  top: -108px;
  left: 50%;
  margin-left: -280px;
  z-index: 3;
  transition-delay: 600ms;
}
.recruit-top-read-inner__img02 {
  width: 185px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -431px;
  z-index: 2;
  transition-delay: 700ms;
}

.recruit-top-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.recruit-top-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: calc( calc(100% - 6px) / 3);
  height: 280px;
  background-color: #fff;
  border: 8px solid #310700;
  margin: 0 1px;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.recruit-top-nav a em {
  display: block;
  width: 100%;
  padding-top: 15px;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.recruit-top-nav a.current::after {
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit/dot.png");
  position: absolute;
  top: 0;
  left: 0;
  content:"";
}
.recruit-top-nav a .current-txt {
  display: none;
}
.recruit-top-nav a.current .current-txt {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: -105px;
  left: 0;
}
.recruit-top-nav a.current .current-txt::before {
  width: 26px;
  height: 26px;
  background-image: url("../img/recruit/icon_star.png");
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.recruit-top-nav a.current .current-txt::after {
  width: 1px;
  height: 29px;
  background-color: #310700;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}

/*News*/
.recruit-top-news {
  margin-bottom: 195px;
}
.recruit-top-news__ttl {
  margin-bottom: 20px;
}
.recruit-top-news-list {
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto 45px;
}
.recruit-top-news-list li {
  width: 300px;
  margin-right: 25px;
}
.recruit-top-news-list li:nth-of-type(3n+2) {
  transition-delay: 400ms;
}
.recruit-top-news-list li:nth-of-type(3n) {
  transition-delay: 500ms;
  margin-right: 0;
}
.recruit-top-news-list__img {
  padding-top: 100%;
  position: relative;
  margin-bottom: 12px;
}
.recruit-top-news-list__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-top-news-list__ttl {
  padding-bottom: 10px;
  font-size: 17px;
  text-align: center;
}
.recruit-top-news-list__txt {
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.84;
  text-align: center;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.recruit-top-news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 280px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.selected.recruit-top-news__btn {
  display: none;
}

.recruit-top-message {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 245px;
  position: relative;
}
.recruit-top-message::before {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 92px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  writing-mode: vertical-rl;
  color: #e5e3dd;
  white-space: nowrap;
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: 390px;
  content:"CONCEPT";
}
.recruit-top-message .sec-ttl {
  width: 100%;
}
.recruit-top-message__txt {
  width: 340px;
  margin-right: 42px;
  margin-left: 80px;
  font-size: 12px;
  line-height: 1.8;
}
.recruit-top-message__img {
  width: 360px;
}

/*Company*/
.recruit-top-company {
  width: 623px;
  margin: 0 auto 230px;
}
.recruit-top-company-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
}
.recruit-top-company-list dt {
  width: 170px;
  padding: 22px 0 22px 30px;
  border-bottom: 1px solid #000;
  font-size: 16px;
}
.recruit-top-company-list dd {
  width: calc(100% - 170px);
  padding: 22px 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
}

/*Staff voice*/
.recruit-top-voice {
  padding-bottom: 55px;
  margin-bottom: 220px;
  opacity: 1;
  position: relative;
  z-index: 2;
}
.recruit-top-voice::before {
  width: 0;
  height: 388px;
  background-color: #65c4c6;
  position: absolute;
  bottom: 0;
  left: 0;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.recruit-top-voice::before {
  width: 100%;
}
.recruit-top-voice::after {
  width: fit-content;
  font-family: var(--font-mon);
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 800;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 150px;
  left: 0;
  margin: auto;
  z-index: 5;
  content:"COMPANY";
}

.recruit-top-voice-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.recruit-top-voice-wrap a {
  display: block;
  width: 330px;
  position: relative;
}
.recruit-top-voice__img {
  margin-bottom: 65px;
}
.recruit-top-voice-name {
  width: 190px;
  position: absolute;
  top: 140px;
  z-index: 3;
}
.recruit-top-voice-name__category {
  display: block;
  height: 34px;
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
}
.recruit-top-voice-name__school {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 1.42;
}
.recruit-top-voice-name__name {
  display: block;
  font-family: var(--font-mon);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
}
.recruit-top-voice-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 380px;
}
.recruit-top-voice-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 280px;
  height: 55px;
  border: 1px solid #000;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
}

.recruit-top-voice-wrap a:nth-of-type(1) {}
.recruit-top-voice-wrap a:nth-of-type(1) .recruit-top-voice-name {
  left: -135px;
}
.recruit-top-voice-wrap a:nth-of-type(1) .recruit-top-voice-name__category {
  left: 0;
}
.recruit-top-voice-wrap a:nth-of-type(1) .recruit-top-voice-name__school {
  margin-left: auto;
}
.recruit-top-voice-wrap a:nth-of-type(1) .recruit-top-voice-name__school,
.recruit-top-voice-wrap a:nth-of-type(1) .recruit-top-voice-name__name {
  text-align: right;
}
.recruit-top-voice-wrap a:nth-of-type(1) .recruit-top-voice-icon {
  background-image: url("../img/recruit/icon_top_voice_01.svg");
  left: -60px;
}

.recruit-top-voice-wrap a:nth-of-type(2) {}
.recruit-top-voice-wrap a:nth-of-type(2) .recruit-top-voice-name {
  right: -135px;
  flex-direction: column-reverse;
}
.recruit-top-voice-wrap a:nth-of-type(2) .recruit-top-voice-name__category {
  right: 0;
}
.recruit-top-voice-wrap a:nth-of-type(2) .recruit-top-voice-icon {
  background-image: url("../img/recruit/icon_top_voice_02.svg");
  right: -60px;
}
.recruit-top-blog {
  margin-bottom: 190px;
}
.blog-list {
  margin-bottom: 80px;
}
.blog-list li {
  margin-bottom: 50px;
}
.blog-list-in {
  display: block;
  width: 330px;
  height: 85px;
  padding: 15px 18px 0;
  background-color: rgba(255,255,255,0.90);
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -26px;
  left: 0;
  margin: auto;
  z-index: 2;
}
.blog-list-in__date {
  padding-bottom: 5px;
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.blog-list-in__ttl {
  font-size: 14px;
  line-height: 1.71;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.recruit-top-blog__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 280px;
  height: 55px;
  border: 1px solid #000;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
}

/*---------------------------------------------------------------------------------
募集要項
--------------------------------------------------------------------------------- */
.recruit-info-mv {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.recruit-info-mv video {
  width: 100%;
  height: auto;
}
.recruit-info-mv__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit-info-mv__ttl span {
  background-color: rgba(101,196,198,0.90);
}
.recruit-info-mv__ttl .ttl01 {
  padding: 7px 9px;
  margin-bottom: 6px;
  font-size: 18px;
}
.recruit-info-mv__ttl .ttl02 {
  padding: 9px 15px;
  font-size: 30px;
}

.recruit-info-banner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.recruit-info-banner .item {
  width: calc( calc(100% - 6px) / 3);
  height: 343px;
  margin: 0 1px;
}

.recruit-info-banner .item:nth-of-type(3n+2) {
  transition-delay: 400ms;
}
.recruit-info-banner .item:nth-of-type(3n) {
  transition-delay: 500ms;
}
.recruit-info-banner .item a {
  display: block;
  height: 100%;
  position: relative;
}


.recruit-info-banner-ttl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-bottom: 38px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.recruit-info-banner-ttl div {
  width: fit-content;
  background-color: #310700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.recruit-info-banner-ttl .en {
  padding: 6px 16px;
  margin-bottom: 2px;
  font-family: var(--font-mon);
  font-size: 20px;
  font-weight: 600;
}
.recruit-info-banner-ttl .jp {
  min-width: 118px;
  padding: 3px 6px;
  font-size: 9px;
  text-align: center;
}


/*Staff voice*/
.staff-voice {
  margin-bottom: 170px;
}
.staff-voice-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.staff-voice-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.staff-voice-list__img {
  width: 40.6%;
  max-width: 750px;
}
.staff-voice-list__img img {
  width: auto;
  max-width: auto;
  height: 100%;
}
.staff-voice-list__img .img-box,
.staff-voice-list__img .img-box-in {
  width: fit-content;
  height: 100%;
}
.staff-voice-list-in {
  width: calc(100% - 40.6%);
  padding: 0 46px;
  background-color: #65c4c6;
  position: relative;
  transition-delay: 600ms;
}
.staff-voice-list-in__header {
  width: 200px;
  padding-top: 30px;
  margin-bottom: 35px;
  position: relative;
}
.staff-voice-list-in__header .category {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  width: fit-content;
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1;
}
.staff-voice-list-in__header .category .en {
  font-family: var(--font-mon);
  font-size: 51px;
  font-weight: 800;
  position: relative;
  top: 7px;
}
.staff-voice-list-in__header .school {
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1;
}
.staff-voice-list-in__header .name {
  font-family: var(--font-mon);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
}

.staff-voice-list-in-contents {
  width: 500px;
  padding-bottom: 50px;
  position: relative;
}
.staff-voice-list-in__name {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}
.staff-voice-list-in__name .job {
  font-size: 14px;
}
.staff-voice-list-in__txt {
  font-size: 12px;
  line-height: 1.83;
}
.staff-voice-list-in__img {
  width: 180px;
  position: absolute;
  top: -230px;
}

.staff-voice-list li:nth-of-type(odd) {}
.staff-voice-list li:nth-of-type(odd) .staff-voice-list__img .img-box {
  margin-left: auto;
}
.staff-voice-list li:nth-of-type(odd) .staff-voice-list-in__header {
  left: -86px;
}
.staff-voice-list li:nth-of-type(odd) .staff-voice-list-in__header .category {
  padding-right: 8px;
}
.staff-voice-list li:nth-of-type(odd) .staff-voice-list-in__header .category .en {
  margin-right: 20px;
}
.staff-voice-list li:nth-of-type(odd) .staff-voice-list-in__img {
  right: 0;
}

.staff-voice-list li:nth-of-type(even) {}
.staff-voice-list li:nth-of-type(even) .staff-voice-list-in__header {
  margin-left: auto;
  right: -86px;
  text-align: right;
}
.staff-voice-list li:nth-of-type(even) .staff-voice-list-in__header .category {
  flex-direction: row-reverse;
  padding-left: 8px;
  margin-left: auto;
}
.staff-voice-list li:nth-of-type(even) .staff-voice-list-in__header .category .en {
  margin-left: 20px;
}
.staff-voice-list li:nth-of-type(even) .staff-voice-list-in-contents {
  margin-left: auto;
}
.staff-voice-list li:nth-of-type(even) .staff-voice-list-in__name {
  text-align: right;
}
.staff-voice-list li:nth-of-type(even) .staff-voice-list-in__img {
  left: 0;
}

/*Curriculum*/
.curriculum {
  width: 916px;
  margin: 0 auto 225px;
}
.curriculum-inner {
  border: 8px solid #eeecef;
}

/*Staff work*/
.staff-work {
  width: 920px;
  margin: 0 auto 260px;
}
.staff-work-list > li {
  background-color: #eeecef;
  margin-bottom: 45px;
}
.staff-work-list-header {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 200px;
  padding: 35px 125px 35px 60px;
  position: relative;
  cursor: pointer;
}
.staff-work-list-header::after {
  width: 52px;
  height: 52px;
  background-image: url("../img/recruit/btn_open.svg");
  position: absolute;
  top: 0;
  right: 46px;
  bottom: 0;
  margin: auto;
  content:"";
}
.staff-work-list-header.selected::after {
  background-image: url("../img/recruit/btn_close.svg");
}
.staff-work-list-header__img {
  width: 130px;
  height: 130px;
  margin-right: 40px;
  border-radius: 50%;
  overflow:hidden;
}
.staff-work-list-header__ttl {
  font-size: 20px;
  line-height: 1;
}
.staff-work-list-header__ttl .en {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mon);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
}

.staff-work-list-contents {
  border-left: 2px solid #000;
  margin: 0 30px 0 132px;
  position: relative;
}
.staff-work-list-contents-start {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 130px;
  height: 32px;
  background-color: #65c4c6;
  margin-bottom: 36px;
  border-radius: 16px;
  font-family: var(--font-mon);
  font-size: 24px;
  line-height: 1;
  color: #fff;
  position: relative;
  left: -61px;
}
.staff-work-list-contents-finish {
  position: relative;
  left: 65px;
  padding-bottom: 30px;
}
.staff-work-list-contents-finish__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 130px;
  height: 32px;
  background-color: #65c4c6;
  border-radius: 16px;
  font-family: var(--font-mon);
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.staff-work-list-contents-finish__txt {
  width: 380px;
  font-size: 16px;
  line-height: 1.3;
  padding: 12px 0 0 13px;
  
}
.staff-work-list-contents-list {
  position: relative;
  z-index: 2;
}
.staff-work-list-contents-list::after {
    content: "";
    display: block;
    clear: both;
}
.staff-work-list-contents li {
  width: 350px;
  padding: 0 0 135px 30px;
  float: right;
  position: relative;
}
.staff-work-list-contents li:nth-of-type(2) {
  margin-top: 118px;
}
.staff-work-list-contents li::before {
  width: 417px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 16px;
  left: -406px;
  content:"";
}
.staff-work-list-contents li:nth-of-type(even)::before {
  width: 72px;
  left: -57px;
}

.staff-work-list-contents li::after {
  width: 26px;
  height: 26px;
  background-image: url("../img/recruit/icon_star.png");
  position: absolute;
  top: 4px;
  left: -420px;
  content:"";
}
.staff-work-list-contents li:nth-of-type(even)::after {
  left: -70px;
}
.staff-work-list-contents__ttl {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
}
.staff-work-list-contents__time {
  width: 100px;
  padding-right: 32px;
  font-family: var(--font-mon);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: right;
  position: absolute;
  top: 7px;
  left: -508px;
}
.staff-work-list-contents li:nth-of-type(even) .staff-work-list-contents__time {
  left: -158px;
}
.staff-work-list-contents__txt {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.46;
}

/*新卒募集要項*/
.outline {
  margin-bottom: 300px;
  position: relative;
}
.outline__ttl {
  margin-bottom: 27px;
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
}
.outline__en {
  width: 92px;
  font-family: var(--font-mon);
  font-size: 92px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e5e3dd;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -468px;
  transition-delay:600ms;
}
.outline-list {
  display: flex;
  flex-wrap: wrap;
  width: 734px;
  margin: 0 auto;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 1.42;
  position: relative;
  left: 45px;
}
.outline-list dt {
  width: 135px;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #000;
}
.outline-list dd {
  width: calc(100% - 135px);
  padding: 20px 42px 20px 0;
  border-bottom: 1px solid #000;
}

/*Down load*/
.download {
  position: relative;
  padding-bottom: 110px;
  z-index: 2;
}
.download::before {
  display: block;
  width: 50%;
  height: calc(100% - 22px);
  background-color: #65c4c6;
  position: absolute;
  left: 0;
  bottom: 0;
  content:"";
  z-index: -1;
}
.download-list {
  width: 890px;
  margin: 0 auto;
}
.download-list li {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 45px;
}
.download-list__img {
  width: 50%;
  text-align: center;
}
.download-list__img img {
  width: auto;
  max-width: auto;
  height: 370px;
}
.download-list-in {
  width: 50%;
  padding-left: 80px;
}
.download-list-in__ttl {
  display: block;
  width: 380px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
}
.download-list-in__ttl .size {
  display: block;
  font-size: 14px;
}
.download-list-in__txt {
  width: 380px;
}

/*faq*/
.recruit-info-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 300px;
  z-index: 2;
}
.recruit-info-faq::before {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #65c4c6;
  position: absolute;
  left: 0;
  bottom: 0;
  content:"";
  z-index: -1;
}
.recruit-info-faq__ttl {
  width: 50%;
  font-family: var(--font-en);
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit-info-faq-in {
  width: 50%;
  padding-left: 55px;
}
.recruit-info-faq-list {
  width: 88%;
  border-bottom: 1px solid #e5e5e5;
}
.recruit-info-faq-list dt {
  padding: 25px 15px 20px 45px;
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 1.44;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
  counter-increment: faq;
  position: relative;
}
.recruit-info-faq-list dt::before {
  font-family: var(--font-mon);
  font-size: 20px;
  line-height: 1;
  color: #65c4c6;
  position: absolute;
  top: 28px;
  left: 10px;
  content: counter(faq, decimal-leading-zero);
}

.recruit-info-faq-list dd {
  padding: 15px 15px 20px 80px;
  font-size: 14px;
  line-height: 1.57;
  position: relative;
}
.recruit-info-faq-list dd::before {
  width: 40px;
  height: 42px;
  border-bottom: 5px solid #65c4c6;
  border-left: 5px solid #65c4c6;
  position: absolute;
  top: -16px;
  left: 16px;
  content:"";
}

.entry {
  padding-bottom: 80px;
  background-color: #310700;
  margin-bottom: 120px;
  position: relative;
  color: #fff;
}
.entry-ttl {
  width: 474px;
  padding-bottom: 120px;
  background: url("../img/recruit/ttl_entry.png") no-repeat center bottom;
  font-family: var(--font-en);
  font-size: 52px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  position: absolute;
  top: -154px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.entry__qr {
  width: 140px;
  height: 140px;
  padding: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 18px;
  overflow:hidden;
  position: relative;
  z-index: 2;
}
.entry__txt01 {
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.entry__txt02 {
  width: 380px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.125;
  text-align: center;
}
.entry__btn {
  width: 428px;
  margin: 0 auto 30px;
}
