@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors recruit

$Revision: 1.0 $
--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */
#header-wrapper,
#header-wrapper.sc {
  background-color: rgba(31,31,31,0.95);
}

.h-logo,
.sc .h-logo {
  width: 248px;
}
.header-nav {
  width: 700px;
  padding-right: 46px;
  color: #fff;
  justify-content: flex-end;
}
.header-nav a {
  display: block;
  margin: 0 0 0 64px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}


.btn-h-recruit {
  display: flex;
  width: 60px;
  height: 254px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 40;
  overflow:hidden;
}
.fv .btn-h-recruit {
  transition: all 500ms ease-out;
}
.btn-h-recruit:hover {
  width:334px;
}
.btn-h-recruit-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 334px;
  height: 100%;
  position: absolute;
}
.btn-h-recruit-inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 60px;
  height: 100%;
  background-color: #00987f;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
}
.btn-h-recruit-inner__info {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 274px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 82px;
  background-color: #fff;
  position: relative;
}
.btn-h-recruit-inner__info .txt1 {
  width: 100%;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.btn-h-recruit-inner__info .txt1 span {
  font-size: 24px;
  font-weight: 900;
  color: #007a66;
  background: linear-gradient(transparent 70%, #f8f65f 0%);
  display: inline;
}
.btn-h-recruit-inner__info .qr {
  width: 68px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
  margin-right: 10px;
}
.btn-h-recruit-inner__info .txt2 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
.btn-h-recruit-inner__info .tel {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 82px;
  background-color: #f8f65f;
  font-family: 'Mukta', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #007a66;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-h-recruit-inner__info .tel::before {
  margin-right: 0px;
  font-size: 13px;
  transform: rotate(-90deg);
  content:"TEL";
}

#contents-wrapper {
  background-color: #f4f4f4;
}


/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
.top-ttl {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  opacity: 1.0;
  transform: translate(0,0px);
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
}
.top-ttl > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.top-ttl > span::before {
  height: 0;
  background-color: #1f1f1f;
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition : all 500ms 300ms ease-out;
}
.top-ttl.effect-on > span::before {
  height: 100%;
}
.top-ttl .en {
  padding: 0px 15px 0px 5px;
  font-family: 'Mukta', sans-serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.top-ttl .en::before {
  width:calc( calc(50vw - 600px) + 100%);
}
.top-ttl .en:nth-of-type(2)::before {
  transition-delay:500ms;
}
.top-ttl .jp {
  padding: 10px 20px 13px 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-ttl .jp::before {
  width: 100%;
  transition-delay:800ms;
}

.top-ttl span span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition : all 500ms 1500ms ease-out;
}
.top-ttl.effect-on span span {
  width: 100%;
  opacity: 1.0;
  transform: translate(0,0px);
}
.top-ttl .en span {
  position: relative;
  top: 8px;
}
.top-ttl .jp span {
  transition-delay:1800ms;
}

.top-mv {
  height: 100vh;
  background-color: #005648;
  position: relative;
}
.mv-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.84;
}
.contents-read {
  width: 1133px;
  position: absolute;
  top: 34vh;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 90px 0 250px;
}
.top-nav a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 360px;
  height: 88px;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  margin: 0 25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.top-nav a::after {
  width: 54px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
  content:"";
  transition: 0.2s ease-in-out;
}
.top-nav a:hover {
  background-color: #fff;
  color: #1f1f1f;
  opacity: 1;
}
.top-nav a:hover::after {
  background-color: #1f1f1f;
}
.top-nav a.current {
  display: none;
}

/*message*/
.top-message {
  padding-bottom: 180px;
  position: relative;
}
.top-message-bg {
  width: 514px;
  height: 740px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: 215px;
}
.top-message-bg svg {
  width: 514px;
  height: 740px;
}
.st1{
    fill:none;
    stroke:#fff;
    stroke-width:40;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}

.top-message-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top-message-inner__ttl {
  font-size: 52px;
  line-height: 1.73;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.top-message-inner__ttl::before {
  width: 125px;
  height: 77px;
  background-image: url("../img/recruit/ttl_message.svg");
  position: absolute;
  top: -112px;
  left: 0;
  content:"";
}
.top-message-inner__txt {
  width: 580px;
  font-size: 16px;
  line-height: 2.18;
}
.top-message-inner__txt span {
  display: block;
  padding-top: 34px;
  font-size: 15px;
  line-height: 1;
  text-align: right;
}

/*POINT*/
.top-point {
  padding: 142px 0 88px;
  background-color: #fff;
  position: relative;
}
.top-point .top-ttl {
  top: -57px;
}

.top-point-list {
  width: 1212px;
  margin: 0 auto;
}
.top-point-list li {
  display: block;
  /*box-sizing: border-box;*/
  /*width: 390px;*/
  width: 320px;
  height: auto;
  padding: 27px 32px 20px 32px;
  margin: 0 7px 20px;
  border: 3px solid #363636;
  background-color: #fff;
  position: relative;
}
.top-point-list li::after {
  width: 40px;
  height: 40px;
  background-image: url("../img/recruit/icon_point_corner.svg");
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 2;
  content:"";
}
.top-point-list__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 168px auto;
  width: 260px;
  height: 168px;
  margin: 0 auto 35px;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.top-point-list__ttl::after {
  width: 17px;
  height: 20px;
  background-image: url("../img/recruit/icon_point_arrow.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.top-point-list__ttl.icon01 {
  background-image: url("../img/recruit/icon_point_01.svg");
}
.top-point-list__ttl.icon02 {
  background-image: url("../img/recruit/icon_point_02.svg");
}
.top-point-list__ttl.icon03 {
  background-image: url("../img/recruit/icon_point_03.svg");
}

.top-point-list__txt {
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 1.625;
  position: relative;
}
.top-point-list__txt a {
  display: inline-block;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.top-point-list__txt a::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/recruit/icon_point_arrow-s.svg");
  margin-left: 7px;
  position: relative;
  top: 2px;
  content:"";
}

/*VOICE*/
.top-voice {
  padding-bottom: 135px;
  position: relative;
}
.top-voice .top-ttl {
  top: 175px;
}
.top-voice-movie {
  width: 1304px;
  padding: 125px 0 50px;
  margin: 0 auto 90px;
  opacity: 1.0;
  transform: translate(0,0px);
  position: relative;
  z-index: 1;
}
.top-voice-movie::before {
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc( -1 * calc(50vw - 652px));
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.top-voice-movie::before {
  width: calc(50vw + 504px);
}
.top-voice-movie__box {
  width: 900px;
  height: 506px;
  margin-left: auto;
  position: relative;
}
.top-voice-movie__box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-voice-movie__box::after {
  width: 189px;
  height: 97px;
  background-image: url("../img/recruit/icon_voice.svg");
  position: absolute;
  left: -207px;
  bottom: 7px;
  content:"";
}

.top-voice-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 auto;
  margin-bottom: 85px;
}
.top-voice-list li:nth-of-type(even) {
  flex-direction: row;
}
.top-voice-list-block {
  width: calc(50% + 32px);
}
.top-voice-list-in {
  box-sizing: border-box;
  width: 700px;
  padding: 35px 54px 25px 88px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 2;
}
.top-voice-list li:nth-of-type(odd) .top-voice-list-in {
  left: -66px;
}
.top-voice-list li:nth-of-type(even) .top-voice-list-in {
  margin-left: auto;
  right: -107px;
}
.top-voice-list-in__ttl {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row-reverse;
  position: absolute;
  top: -50px;
  left: -92px;
}
.top-voice-list-in__ttl span {
  padding: 15px 10px 30px;
  background-image: -moz-linear-gradient( 50deg, rgba(0,215,185,0.99608) 0%, rgb(0,215,185) 1%, rgb(0,212,156) 100%);
  background-image: -webkit-linear-gradient( 50deg, rgba(0,215,185,0.99608) 0%, rgb(0,215,185) 1%, rgb(0,212,156) 100%);
  background-image: -ms-linear-gradient( 50deg, rgba(0,215,185,0.99608) 0%, rgb(0,215,185) 1%, rgb(0,212,156) 100%);
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  color: #fff;
}
.top-voice-list-in__sub {
  padding-bottom: 10px;
  border-bottom: 1px solid #82e6d0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1;
}
.top-voice-list-in__txt {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.87;
}
.top-voice-list-in a {
  display: block;
  width: 65px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-left: auto;
}
.top-voice-list-in a::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/recruit/icon_point_arrow-s.svg");
  margin-left: 7px;
  position: relative;
  top: 2px;
  content:"";
}

.top-voice-list__photo {
  width: calc(50% - 32px);
  height: 436px;
  z-index: 1;
}
.top-voice-list__photo .img-box-in {
  height: 100%;
}

.top-learn {
  padding: 175px 0 60px;
  background-color: #fff;
  position: relative;
}
.top-learn .top-ttl {
  top: -45px;
}
.top-learn-catchphrase {
  width: 610px;
  padding-bottom: 18px;
  border-bottom: 3px solid #1f1f1f;
  margin: 0 auto 70px;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
.top-learn-catchphrase span {
  font-size: 48px;
  color: #00987f;
}
.top-learn-list {
  width: 1090px;
  margin: 0 auto;
}
.top-learn-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 33px;
  margin-bottom: 32px;
  background-image: linear-gradient(to right, #1f1f1f, #1f1f1f 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: relative;
}
.top-learn-list-date {
  box-sizing: border-box;
  width: 140px;
  border: 2px solid #000;
}
.top-learn-list-date__year {
  padding: 15px 0 12px;
  background-color: #1f1f1f;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.top-learn-list-date__year em {
  font-size: 34px;
  margin-right: 5px;
}
.top-learn-list-date__month {
  padding: 25px 0 30px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.top-learn-list-detail {
  width: 625px;
}
.top-learn-list-detail dt {
  padding: 10px 0 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;  
}
.top-learn-list-detail dd {
  font-size: 16px;
  line-height: 1.625;
}

.top-learn-list-photo {
  width: 230px;
}
.top-learn-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 75px;
  height: 75px;
  background-color: #1f1f1f;
  border-radius: 50%;
  position: absolute;
  right: -42px;
  bottom: 12px;
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff!important;
  text-align: center;
}
.top-learn-list-btn::after {
  display: block;
  width: 100%;
  height: 14px;
  background: url("../img/recruit/icon_learn_arrow.svg") no-repeat center;
  margin-top: 5px;
  content:"";
}

/*BENEFITS*/
.top-benefits {
  padding: 288px 0 160px;
  position: relative;
}
.top-benefits .top-ttl {
  top: 80px;
}
.top-benefits-icon {
  word-wrap: 97px;
  height: 71px;
  background-image: url("../img/recruit/icon_benefits.svg");
  position: absolute;
  top: 167px;
  left: 50%;
  margin-left: 490px;
}
.top-benefits-wrap {
  
}
.top-benefits-wrap.GITheWall ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.top-benefits-wrap.GITheWall li {
  display: block;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 300px;
  position: relative;
  cursor: pointer;
}
.top-benefits-wrap.GITheWall li img {
  opacity: 0.6;
}
.top-benefits-wrap.GITheWall li:hover img {
  opacity: 1;
}
.top-benefits-wrap__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 44px;
  line-height: 1.36;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.top-benefits-wrap.GITheWall li:hover .top-benefits-wrap__txt {
  opacity: 0.6;
}

.benefits-detail-wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1200px;
  padding: 35px 0 50px 45px;
  margin: 0 auto;
}
.benefits-detail-wrap__img {
  width: 472px;
}
.benefits-detail-wrap-box {
  width: 600px;
}
.benefits-detail-wrap-box__ttl {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.benefits-detail-wrap-box__txt {
  font-size: 16px;
  line-height: 2.18;
}
.benefits-detail-wrap-box__more {
  display: block;
  width: 65px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin: 50px 0 0 auto;
}
.benefits-detail-wrap-box__more::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/recruit/icon_point_arrow-s.svg");
  margin-left: 7px;
  position: relative;
  top: 2px;
  content:"";
}

/*REQUIREMENTS*/
.top-requirements {
  padding: 160px 0 138px;
  background-color: #fff;
  margin-bottom: 160px;
  position: relative;
}
.top-requirements .top-ttl {
  top: -40px;
}
.top-requirements-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 58px;
}
.top-requirements-list dt {
  box-sizing: border-box;
  width: 280px;
  padding: 40px 0 0 47px;
  background-color: #1f1f1f;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.top-requirements-list dd {
  box-sizing: border-box;
  width: 718px;
  padding: 35px 52px 36px;
  background-color: #f4f4f4;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 1.625;
}
.top-requirements-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 654px;
  height: 100px;
  background-image: -moz-linear-gradient( 0deg, rgb(125,211,192) 3%, rgb(79,195,169) 12%, rgb(46,219,151) 37%, rgb(13,242,132) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(125,211,192) 3%, rgb(79,195,169) 12%, rgb(46,219,151) 37%, rgb(13,242,132) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(125,211,192) 3%, rgb(79,195,169) 12%, rgb(46,219,151) 37%, rgb(13,242,132) 100%);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff!important;
  letter-spacing: 0.2em;
}

/*QUESTION & ANSWER*/
.top-faq {
  padding: 270px 0 45px;
  background-color: #fff;
  position: relative;
}
.top-faq .top-ttl {
  top: -47px;
}
.top-faq-list {
  width: 1200px;
  margin: 0 auto;
}
.top-faq-list dt {
  box-sizing: border-box;
  width: 780px;
  padding: 20px 20px 20px 90px;
  margin: 70px 0 35px;
  background-color: #f4f4f4;
  font-size: 24px;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
}
.top-faq-list dt.selected {
  margin-bottom: 0;
}
.top-faq-list dt::before {
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 25px;
  content:"Q.";
}
.top-faq-list dd {
  box-sizing: border-box;
  width: 780px;
  padding: 35px 15px 0 132px;
  font-size: 16px;
  line-height: 1.625;
  position: relative;
}
.top-faq-list dd::before {
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #00987f;
  position: absolute;
  top: 20px;
  left: 72px;
  content:"A.";
}
.top-faq-list dd::after {
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #1f1f1f;
  border-left: 2px solid #1f1f1f;
  position: absolute;
  top: 15px;
  left: 37px;
  content:"";
}
.top-faq-list dt:nth-of-type(2n),
.top-faq-list dd:nth-of-type(2n) {
  margin-left: auto;
}

/*GALLERY*/
.top-gallery {
  padding: 330px 0 147px;
  position: relative;
}
.top-gallery .top-ttl {
  top: 95px;
}
.top-gallery-icon {
  width: 104px;
  height: 82px;
  background-image: url("../img/recruit/icon_gallery.svg");
  position: absolute;
  top: 180px;
  right: 52px;
}

.top-gallery-slider {
  margin-bottom: 55px;
  position: relative;
}
.top-gallery-slider-item {
  padding: 0 18px;
}
.top-gallery-slider__img {
  display: block;
  height: 400px;
  margin-bottom: 19px;
}
.top-gallery-slider__img img {
  width: auto;
  height: 100%;
}
.top-gallery-slider__txt {
  height: 15px;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slideFrame {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	overflow-x: hidden;
	width: 100%;
	height: 415px;
}
.slideGuide {
	width: 100%;
	height: 434px;
	overflow: hidden;
}
.slideCell {
	display: block;
	float: left;
  position: relative;
}
.slideCtrl {
  width: 42px;
  height: 84px;
  position: absolute;
  top: 148px;
}
.slideCtrl.left {
  background-image: url("../img/recruit/btn_prev.svg");
  left: 25px;
}
.slideCtrl.right {
  background-image: url("../img/recruit/btn_next.svg");
  right: 25px;
}

/*INVITATION*/
.top-invitation {
  padding: 205px 0 105px;
  position: relative;
  background-color: #fff;
}
.top-invitation .top-ttl {
  top: -48px;
}
.top-invitation-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 900px;
  padding: 80px 80px 45px;
  border: 3px solid #1f1f1f;
  margin: 0 auto;
  position: relative;
}
.top-invitation-inner::before,
.top-invitation-inner::after {
  width: 180px;
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
  transform: rotate(-42deg);
  transform-origin: center;
  content:"";
}
.top-invitation-inner::before {
  top: 30px;
  left: -55px;
}
.top-invitation-inner::after {
  right: -55px;
  bottom: 30px;
}
.top-invitation__ttl {
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #00987f;
}
.top-invitation__price {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  line-height: 1;
  font-weight: 900;
  position: relative;
}
.top-invitation__price span {
  display: block;
  font-size: 100px;
}
.top-invitation__price span.price01 {
  background-image: url("../img/recruit/bg_inv.png");
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  padding-right: 20px;
  z-index: 3;
}
.top-invitation__price span.price02 {
  text-shadow:2px 2px 0 #1f1f1f, -2px -2px 0 #1f1f1f,
              -2px 2px 0 #1f1f1f, 2px -2px 0 #1f1f1f,
              0px 2px 0 #1f1f1f,  0 -2px 0 #1f1f1f,
              -2px 0 0 #1f1f1f, 2px 0 0 #1f1f1f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-invitation__price span.price03 {
  position: absolute;
  top: 5px;
  left: 12px;
  color: #d4f1ed;
  z-index: 1;
}
.top-invitation__price span.price04 {
  padding-top: 50px;
  font-size: 30px;
}
.top-invitation__price-txt {
  padding-bottom: 45px;
  font-family: 'Mukta', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.top-invitation__note {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.top-entry {
  padding: 355px 0 105px;
  position: relative;
}
.top-entry .top-ttl {
  top: 105px;
}
.top-entry-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 790px;
  padding: 75px 68px 38px;
  background-color: #fff;
  margin: 0 auto;
}
.top-entry-inner__qr {
  width: 145px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
}
.top-entry-inner-box {
  width: 435px;
  padding-left: 40px;
}
.top-entry-inner-box .txt {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 700;
}
.top-entry-inner-box .txt em {
  font-weight: 900;
  color: #18a18a;
}
.top-entry-inner-box .tel {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 54px;
  padding-left: 64px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.top-entry-inner-box .tel::before {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #18a18a;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  content:"TEL";
  color: #fff;
}
.top-entry-inner-box .tel span {
  padding-right: 8px;
  font-family: 'Mukta', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #18a18a;
}
.top-entry-inner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  background-image: -moz-linear-gradient( 0deg, rgb(125,211,192) 3%, rgb(79,195,169) 12%, rgb(46,219,151) 37%, rgb(13,242,132) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(125,211,192) 3%, rgb(79,195,169) 12%, rgb(46,219,151) 37%, rgb(13,242,132) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(125,211,192) 3%, rgb(79,195,169) 12%, rgb(46,219,151) 37%, rgb(13,242,132) 100%);
  margin-top: 35px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #fff!important;
  text-align: center;
}

/*---------------------------------------------------------------------------------
TOPICS
--------------------------------------------------------------------------------- */
.topics {
  padding-bottom: 100px;
}
.topics-mv {
  height: 430px;
}

.topics-header {
  box-sizing: border-box;
  width: calc(50% - 16px);
  padding: 70px 0 55px;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  top: -60px;
  transition-delay: 2000ms;
}
.topics-header-in {
  box-sizing: border-box;
  width: 597px;
  padding-right: 65px;
  margin-left: auto;
}
.topics-header-in h2 {
  padding-bottom: 30px;
  font-size: 34px;
  line-height: 1.58;
  font-weight: 700;
}

.topics-header-in .category {
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  background-color: #f4f4f4;
  border-radius: 18px;
  padding: 10px 15px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.txt-box {
  position: relative;
}
.txt-box::before {
  width: 0;
  height: 100%;
  background-color: #fff;
  transition : all 500ms 800ms ease-out;
  position: absolute;
  top: 0;
  content:"";
}
.effect-on.txt-box::before {
  width: calc(100% + 65px);
}

.topics-sub-ttl {
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 1.58;
  font-weight: 700;
}


.topics-photo-1column .img-box {
  width: 1000px;
  margin: 0 auto 112px;
}
.topics-photo-1column .txt-box {
  display: none;
}

.topics-2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 85px;
}
.topics-2column-rev {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 85px;
}
.topics-2column .txt-box,
.topics-2column-rev .txt-box {
  box-sizing: border-box;
  width: 50%;
  min-height: 470px;
  padding: 70px 0 65px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
  opacity: 1.0;
  transform: translate(0,0px);
}
.topics-2column .txt-box::before {
  right: 0;
}
.topics-2column-rev .txt-box::before {
  left: 0;
}
.topics-2column .txt-box-in {
  width: 535px;
  padding-left: 70px;
  transition-delay:1300ms;
}
.topics-2column-rev .txt-box-in {
  width: 575px;
  padding-right: 25px;
  margin-left: auto;
}

.topics-2column .img-box,
.topics-2column-rev .img-box {
  width: 50%;
  height: 470px;
  z-index: 2;
}

.topics-text-1column {
  padding-top: 50px;
  margin-bottom: 125px;
}
.topics-text-1column .img-box {
  display: none;
}
.topics-text-1column .txt-box {
  box-sizing: border-box;
  width: 1000px;
  padding: 80px 115px 60px;
  margin: 0 auto;
  position: relative;
}
.topics-text-1column .txt-box::before {
  left: 0;
}
.topics-text-1column .txt-box.effect-on::before {
  width: 100%;
}

.topoics-footer {
  padding-top: 56px;
  background-color: #fff;
}
.topics-page-nav {
  width: 1000px;
  margin: 0 auto 180px;
  position: relative;
}
.topics-page-nav a {
  font-size: 16px;
  line-height: 1;
}
.topics-page-nav .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.topics-page-nav .next {
  position: absolute;
  top: 0;
  right: 0;
}

.topics-job-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 204px;
}
.topics-job-nav a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 290px;
  height: 84px;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  margin: 0 9px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.topics-job-nav a::after {
  width: 35px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
  content:"";
  transition: 0.2s ease-in-out;
}
.topics-job-nav a:hover {
  background-color: #fff;
  color: #1f1f1f;
  opacity: 1;
}
.topics-job-nav a:hover::after {
  background-color: #1f1f1f;
}

.other-topics {
  padding: 290px 0 145px;
  position: relative;
  opacity: 1.0;
  transform: translate(0,0px);
}
.other-topics::before {
  width: 0;
  height: 392px;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition : all 500ms 300ms ease-out;
  content:"";
}
.effect-on.other-topics::before {
  width: calc(50% + 482px);
}
.other-topics .top-ttl {
  top: 0;
}

.other-topics-list {
  width: 1236px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.other-topics-list .item {
  display: block;
  width: 300px!important;
  padding: 0 56px 55px;
  position: relative;
}
.other-topics-list__img {
  width: 300px;
  height: 300px;
}
.other-topics-list-box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 284px;
  height: 110px;
  padding: 0 25px;
  background-color: #fff;
  position: absolute;
  right: 14px;
  bottom: 0;
  z-index: 2;
}
.other-topics-list-box__ttl {
  width: 100%;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.other-topics-list-box__category {
  font-size: 14px;
  line-height: 1;
  color: #18a18a;
}

.other-topics .slick-prev,
.other-topics .slick-next {
  width: 42px;
  height: 84px;
  background-color: transparent !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
  z-index: 20;
}
.other-topics .slick-prev {
  background-image: url("../img/recruit/btn_prev.svg");
  left: -36px;
}
.other-topics .slick-next {
  background-image: url("../img/recruit/btn_next.svg");
  right: -36px;
}
/*---------------------------------------------------------------------------------
JS
--------------------------------------------------------------------------------- */
/**
 *
 * Used to generate responsive styles according to the breakpoint we set into the variables file
 *
 */
/**
 *
 * Simpler shortcut to create easily break points
 *
 */
/**
 * Easy functions to create easily pure css arrows anywhere
 */
/**
 *
 * The wall could be used to show an image gallery or any other content in a "google images" user interaction way
 * Here there is all the html needed
 *
 *
 *  <div class="GITheWall">
 *    <ul>
 *      <li data-contenttype="image" data-href="path/to/the/image">
 *        <img src="small/thumb" />
 *      <li>
 *      <li data-contenttype="ajax" data-href="path/to/the/html/to/load">
 *        <img src="small/thumb" />
 *      <li>
 *    </ul>
 *  </div>
 *
 */
.GITheWall ul {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.GITheWall ul li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  width: 200px;
}
.GITheWall ul li.GI_TW_Selected_Row {
  -webkit-transition: margin-bottom 0.3s ease-in;
  -moz-transition: margin-bottom 0.3s ease-in;
  -o-transition: margin-bottom 0.3s ease-in;
  transition: margin-bottom 0.3s ease-in;
}

.GI_TW_expander {
  position: absolute;
  z-index: 1;
  top: 0;
  background: #fff;
  left: 0;
  width: 100%;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
}
.GI_TW_expander.animating {
  overflow: hidden !important;
}
.GI_TW_expander.opened {
  overflow: visible;
}
.GI_TW_expander .GI_TW_pointer {
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.GI_TW_expander .GI_TW_expander-inner {
  width: 80%;
  height: 560px;
  margin: 0 auto;
  overflow: hidden;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  position: relative;
}
.GI_TW_expander .GI_TW_Controls {
  z-index: 1;
}
.GI_TW_expander .GI_TW_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
  display: none;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_next {
  right: 30px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
  left: 30px;
}
.GI_TW_expander .GI_TW_loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  -ms-animation: loader 0.5s infinite ease-in-out both;
  -o-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-moz-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-o-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-ms-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}


