@charset 'UTF-8';

/* 共通部分 */
.sec-title-en {
  align-items: flex-end;
  display: flex;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  margin-bottom: 64px;
  text-align: left;
  width: 500px;
}

.sec-title-en::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 4px;
  width: 19px;
}
@media screen and (max-width: 767px) {
  .sec-title-en {
    font-size: 13px;
    margin-bottom: 30px;
    width: auto;
  }

  .sec-title-en::before {
    height: 15px;
    margin-right: 3px;
    width: 14px;
  }
  .inner {
    padding: 0 34px;
  }
}
/* 共通部分 ここまで*/
nav {
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  z-index: 200;
}
header .pc-nav {
  height: 74px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.pc-nav .inner, .fixed-nav {
  max-width: 1344px;
  padding: 0 28px;
  min-width: 1200px;
}
.top-nav {
  display: flex;
  justify-content: space-between;
}
.top-logo {
  padding: 23px 0 11px 0;
  width: 16.4%;
}

.nav-list {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}
.nav-list li {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 20px 10px 10px 10px;
}
.nav-list li:last-child a {
  background: linear-gradient(to right, #11dbac, #84f400);
  border-radius: 21px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, .16);
  height: 27px;
}

.nav-list li:last-child a:first-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 9px;
  padding: 0 22px;
}

.nav-list li:last-child a:nth-child(2) {
  align-items: center;
  display: flex;
  font-size: 17px;
  padding: 0 17px;
}

.nav-list li:last-child a:nth-child(2)::before {
  background-image: url(../img/recruit/tel-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  margin-right: 3px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .sp-nav {
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    height: 62px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .sp-logo-fix {
    display: block;
    margin: 12px 9px 17px 21px;
    width: 190px;
  }
  /*ナビメニューのスタイルを指定*/
  nav.NavMenu {
    background: #fff; /*背景を白にする*/
    color: #000; /*文字色を黒にする*/
    height: 100vh;
    left: 0; /*表示位置を指定*/
    padding: 0 20px;
    position: fixed; /*表示位置を固定*/
    text-align: left; /*テキストを中央揃え*/
    top: 0; /*表示位置を指定*/
    transform: translateY(-200vh); /*ナビを上に隠す*/
    transition: all .6s; /*アニメーションの時間を指定*/
    width: 100%; /*全幅表示*/
    z-index: 1000; /*重ね順を変更*/
  }
  
  .sp-logo {
    position: fixed;
    top: 12px;
    left: 9px;
    filter: drop-shadow(2px 2px 2px #000);
    width: 190px;
  }

  nav.NavMenu ul {
    display: flex;
    flex-wrap: wrap;
    height: 80vh;
    margin: 0 auto;
    padding: 15vh 0 0 0;
    width: 100%;
  }

  nav.NavMenu ul li {
    align-items: center;
    display: flex;
    font-size: 1.1em;
    line-height: 1;
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  nav.NavMenu ul li:last-child {
    flex-direction: column;
    align-self: flex-end;
  }

  nav.NavMenu .minchou3 li:last-child a {
    background: linear-gradient(to right, #11dbac, #84f400);
    border-radius: 21px;
    box-shadow: 0 3px 6px rgb(0, 0, 0, .16);
    height: 27px;
    color: #fff;
    width: 267px;
    height: 44px;
  }
  
  nav.NavMenu .minchou3 li:last-child a:first-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 22px;
  }
  
  nav.NavMenu .minchou3 li:last-child a:nth-child(2) {
    align-items: center;
    display: flex;
    font-size: 21px;
    padding: 0 17px;
    justify-content: center;
    margin-top: 20px;
  }
  
  nav.NavMenu .minchou3 li:last-child a:nth-child(2)::before {
    background-image: url(../img/recruit/tel-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    margin-right: 5px;
    width: 20px;
  }
  nav.NavMenu ul li a {
    display: block; /*クリックできる領域を広げる*/
    margin: 0 auto;
  }
  .NavMenu ul span {
    font-size: 12px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: .5px;
    text-align: center;
    display: block;
    margin-top: 8px;
  }
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active {
    transform: translateY(0vh);
  }
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    cursor: pointer;
    display: block;
    height: 28px;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 28px;
    z-index: 1000;
    background: linear-gradient(to bottom, #11dbac, #84f400);
    border-radius: 50%;
  }
  .Toggle .toggle-inner {
    position: relative;
  }
  .Toggle span {
    content: "";
    background-color:  #fff;
    border-radius: 2px;
    display: block;
    left: 7px;
    position: absolute;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out; /*変化の速度を指定*/
    transition: .35s ease-in-out; /*変化の速度を指定*/
    width: 14px;
    height: 2px;
  }
  .Toggle span:nth-child(1) {
    top: 8px;
  }
  .Toggle span:nth-child(2) {
    top: 13px;
  }
  .Toggle span:nth-child(3) {
    top: 18px;
  }
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    left: 7px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.fixed-btn {
  bottom: 0;
  position: fixed;
  right: 10px;
  width: 139px;
  z-index: 10000;
  overflow: hidden;
	border-radius: 100%;
}

#recruit .mv {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 100vh;
  position: relative;
  z-index: 100;
}

#recruit .in-mv {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  margin-top: 15%;
  position: relative;
}

#recruit .in-mv h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 76px;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#recruit .in-mv .fade {
  background: url('../img/recruit/font-recruit.png') center no-repeat;
  background-size: 251px;
  height: 97px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 89%;
  width: 332px;
}
.parallax::before {
  background-image: url('../img/recruit/mv-recruit.jpg') ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  min-height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #recruit .in-mv {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
    margin-top: 30%;
    position: relative;
  }

  #recruit .in-mv h2 {
    font-size: 57px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }

  #recruit .in-mv .fade {
    height: 77px;
    left: 50%;
    transform: translateX(-50%);
    top: 86%;
    width: 200px;
  }
  
  .parallax::before {
    background-image: url('../img/recruit/mv-recruit-sp.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fixed-btn {
    bottom: -7px;
    right: 0px;
    width: 108px;
  }
}

/* recruit01 */
.recruit01 {
  background: rgb(255, 255, 255, .95);
  padding: 117px 0;
}

.recruit01 .flex-box {
  display: flex;
  justify-content: space-between;
}

.recruit01 .flex-box .left {
  padding: 0 0 0 28px;
  width: 50%;
}

.recruit01 .flex-box .left .sec-title-en {
  color: #28ad09;
  margin-bottom: 26px;
}

.recruit01 .flex-box .left .sec-title-en::before {
  background-image: url(../img/recruit/sec-title-icon-g@4x.png);
}

.recruit01 .flex-box .left .sec-title {
  font-size: 59px;
  line-height: 1.5;
  text-align: left;
}
.recruit01 .flex-box .left .sec-title span {
  color: #28ad09;
}
.recruit01 .flex-box .right {
  padding: 0 25px 0 18px;
}

.recruit01 .flex-box .right .text-1 {
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 24px;
}

.recruit01 .flex-box .right .text-2 {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: flex-end;
}

.recruit01 .flex-box .right .text-2 img {
  flex-shrink: 0;
  margin-left: 17px;
  width: 106px;
}
@media screen and (max-width: 767px) {
  .recruit01 {
    margin-bottom: 0;
    padding: 70px 0 57px;
  }

  .recruit01 .flex-box .left {
    padding: 0;
    width: 100%;
  }

  .recruit01 .flex-box .left .sec-title {
    font-size: 39px;
    margin: 0 0 29px 0;
    width: auto;
    white-space: nowrap;
  }

  .recruit01 .flex-box .right {
    padding: 0;
  }

  .recruit01 .flex-box .right .text-1 {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .recruit01 .flex-box .right .text-2 {
    font-size: 10px;
  }

  .recruit01 .flex-box .right .text-2 img {
    margin-left: 15px;
    width: 76px;
  }
}

/* recruit00 */
.recruit00 {
  background-image: url(../img/recruit/bg-mission.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0 85px;
}

.recruit00 .sec-title-en {
  margin: 0 auto;
  width: 276px;
}

.recruit00 .sec-title {
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 36px;
  margin-top: -5px;
}

.recruit00 .copy {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 46px;
}

.recruit00 .mission-list {
  display: flex;
  flex-wrap: wrap;;
  list-style: none;
  padding: 0 30px;
}

.recruit00 .mission-list .item {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgb(255, 255, 255, .1);
  border: 1px solid #48e759;
  height: 205px;
  overflow: hidden;
  padding: 35px 21px 33px;
  width: calc((100% - 57px) / 2);
}

.recruit00 .mission-list .item:not(:last-child) {
  margin-bottom: 36px;
}

.recruit00 .mission-list .item:nth-child(even) {
  margin-left: 57px;
}

.recruit00 .mission-list .item .title {
  margin: 0 auto 16px;
}
.recruit00 .mission-list .item .title:first-child {
  width: 113px;
}
.recruit00 .mission-list .item .title:nth-child(2) {
  width: 110px;
}
.recruit00 .mission-list .item .title:nth-child(3) {
  width: 102px;
}
.recruit00 .mission-list .item .title:nth-child(4) {
  width: 111px;
}
.recruit00 .mission-list .item .title:nth-child(5) {
  width: 104px;
}

@media screen and (max-width: 767px) {
  .recruit00 {
    padding: 31px 0 48px;
  }

  .recruit00 .sec-title-en {
    width: 204px;
  }

  .recruit00 .sec-title {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: center;
  }

  .recruit00 .copy {
    font-size: 31px;
    margin-bottom: 32px;
    text-align: center;
  }

  .recruit00 .mission-list {
    flex-direction: column;
    padding: 0;
  }

  .recruit00 .mission-list .item {
    height: auto;
    /* height: 305px; */
    padding: 29px 13px 25px;
    width: 100%;
  }

  .recruit00 .mission-list .item:not(:last-child) {
    margin-bottom: 21px;
  }

  .recruit00 .mission-list .item:nth-child(even) {
    margin-left: 0;
  }

  .recruit00 .mission-list .item .title:first-child {
    width: 76px;
  }
  .recruit00 .mission-list .item .title:nth-child(2) {
    width: 68px;
  }
  .recruit00 .mission-list .item .title:nth-child(3) {
    width: 70px;
  }
  .recruit00 .mission-list .item .title:nth-child(4) {
    width: 74px;
  }
  .recruit00 .mission-list .item .title:nth-child(5) {
    width: 74px;
  }
}

/* recruit08 */
.recruit08 {
  background-color: #fff;
  padding: 75px 0 109px;
}
.recruit08 .inner {
  background-color: #fff;
  padding: 0 30px;
}

.recruit08 .sec-title-en {
  color: #28ad09;
  margin-bottom: 24px;
}
.recruit08 .video-wrap {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.recruit08 .video-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.recruit08 #video-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
}

.recruit08 #video-btn .video-btn {
  height: 83px;
  margin-bottom: 14px;
}
.recruit08 #video-btn .video-btn-watch {
  color: #fff;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.recruit08 .sec-title-en::before {
  background-image: url(../img/recruit/sec-title-icon-g@4x.png);
}

@media screen and (max-width: 767px) {
  .recruit08 {
    background-color: #fff;
    padding: 52px 0 69px;
  }
  .recruit08 .inner {
    padding: 0;
  }

  .recruit08 .sec-title-en {
    margin-bottom: 18px;
    margin-left: 35px;
  }

  .recruit08 #video-btn {
    width: 41px;
  }

  .recruit08 #video-btn .video-btn {
    height: 41px;
    margin-bottom: 12px;
  }
  .recruit08 #video-btn .video-btn-watch {
    font-size: 11px;
  }
}

/* recruit02 */
.recruit02 {
  background: #f0f0f0;
  padding: 0 0 105px;
  /* position: relative; */
}

.recruit02 .inner {
  padding: 0 110px 0 30px;
}

.recruit02 .sec-title-box {
  background: linear-gradient(to right, #28AD09 78.5%, transparent 21.5%);
  padding: 78px 0 32px;
}

.recruit02 .sec-title-box .sec-title-en {
  color: #fff;
  margin-bottom: 24px;
}

.recruit02 .sec-title-box .sec-title-en::before {
  background-image: url(../img/recruit/sec-title-icon-w@4x.png);
}

.recruit02 .sec-title-box .img {
  margin-bottom: 33px;
}

.recruit02 .sec-title-box .sec-title {
  color: #fff;
  font-size: 37px;
  text-align: left;
}

.recruit02-dl dl {
  align-items: center;
  border-bottom: 1px solid #afafaf;
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  max-width: 1020px;
  padding: 40px 0;
}

.recruit02-dl dt {
  color: #28ad09;
  margin-right: 22px;
  font-size: 18px;
  min-width: 193px;
  font-weight: 700;
}

.recruit02-dl dt::before {
  content: '\25CF';
}

.recruit02 .inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit02 {
    padding: 51px 0;
  }
  .recruit02 .inner {
    background-color: transparent;
    padding: 0 34px;
  }

  .recruit02::before {
    height: 36%;
    width: calc(100% - 34px);
  }
  .recruit02 .sec-title-box {
    padding: 54px 0 17px;
  }
  .recruit02 .sec-title-box .sec-title-en {
    margin-bottom: 21px;
  }

  .recruit02 .sec-title-box .img {
    margin-bottom: 14px;
    margin-right: -34px;
  }

  .recruit02 .sec-title-box .sec-title {
    font-size: 27px;
  }
  .recruit02-dl:nth-of-type(2n) {
    background: unset;
  }

  .recruit02-dl dl {
    align-items: center;
    border-bottom: 1px solid #afafaf;
    display: flex;
    font-weight: 700;
    line-height: 1.5;
    max-width: 1020px;
    padding: 35px 0 33px;
  }

  .recruit02-dl dt {
    font-size: 16px;
    margin-bottom: 14px;
    margin-right: 0;
    min-width: unset;
  }

  .recruit02-dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* recruit09 */
.recruit09 {
  background-color: #fff;
  padding: 93px 0 208px;
  position: relative;
}
.recruit09 .sec-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: calc(50/32);
  text-align: center;
  color: #000;
  margin-bottom: 48px;
}

.recruit09 .flex {
  display: flex;
  padding: 0 46px;
  margin-bottom: 48PX;
}

.recruit09 .flex .img {
  width: 230px;
  flex-shrink: 0;
  margin-right: 33px;
}

.recruit09 .flex .text p {
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
}

.recruit09 .img-flex {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.recruit09 .img-flex .img {
  width: 228px;
}

.recruit09 .img-flex .img:not(:first-child) {
  margin-left: 59px;
}

.recruit09 .img-flex .img img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}

.for-bg {
  background-color: #F0F0F0;
  height: 405px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .recruit09 {
    padding: 45px 0 80px;
    position: relative;
  }

  .recruit09 .sec-title {
    font-size: 22px;
    line-height: calc(29/22);
    margin-bottom: 22px;
  }
  
  .recruit09 .flex {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-bottom: 48px;
  }
  
  .recruit09 .flex .img {
    width: 125px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .recruit09 .flex .text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .recruit09 .img-flex {
    width: calc(100% - 68px);
  }
  .recruit09 .img-flex .img {
    width: calc((100% - 20px) / 3);
  }
  
  .recruit09 .img-flex .img:not(:first-child) {
    margin-left: 10px;
  }

  .for-bg {
    height: 350px;
  }
}

/* recruit03 */
.recruit03 {
  background-color: #28ad09;
  padding: 0 0 63px;
}

.recruit03 .sien {
  background-color: #fff;
  border: 2px solid #28ad09;
  font-weight: 700;
  padding: 46px 60px 56px;
  position: relative;
  width: 800px;
  z-index: 1;
  margin: -160px auto 60px;
}

.recruit03 .sien h2 {
  color: #28ad09;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.recruit03 .sien .dis {
  line-height: 1.5;
  margin-bottom: 26px;
}

.recruit03 .sien h3 {
  background-color: #28ad09;
  border-radius: 13px;
  color: #fff;
  display: table;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 13px;
  padding: 5px 12px;
}

.recruit03 .flex {
  display: flex;
  justify-content: space-between;
}
.recruit03 .flex .item {
  color: #28ad09;
  width: calc((100% - 32px) / 2);
}

.recruit03 .flex .item p {
  font-size: 15px;
  line-height: 1.66;
}

.recruit03 .copy {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 800px;
}

.recruit03 h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.recruit03 .img-wrap {
  width: 78px;
}

.recruit03 .img-wrap .name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit03 {
    padding-bottom: 30px;
  }
  .recruit03 .sien {
    margin: -210px auto 28px;
    padding: 39px 19px 32px;
    width: auto;
  }

  .recruit03 .sien h2 {
    background: none;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .recruit03 .sien .dis {
    line-height: 1.8;
    margin-bottom: 26px;
  }

  .recruit03 .sien h3 {
    font-size: 13px;
    margin-bottom: 9px;
  }

  .recruit03 .flex {
    flex-direction: column;
  }

  .recruit03 .flex .item {
    width: 100%;
  }

  .recruit03 .flex .item:first-child {
    margin-bottom: 15px;
  }

  .recruit03 .flex .item p {
    font-size: 13px;
    line-height: 1.7;
  }

  .recruit03 .copy {
    align-items: center;
    flex-direction: column;
    width: auto;
    position: relative;
    padding-bottom: 89px;
  }

  .recruit03 h3 {
    font-size: 26px;
    text-align: center;
  }

  .recruit03 .img-wrap {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    bottom: -13px;
    width: 41.8%;
    z-index: 1;
    left: 20.9%;
    height: 32.4%;
  }
  .recruit03 .img-wrap img {
    width: 66px;
  }

  .recruit03 .img-wrap .name {
    font-size: 12px;
  }
}

/* recruit04 */
.recruit04 {
  background-color: rgb(0, 69, 7, .73);
  padding: 107px 0 100px;
}

.recruit04 .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.recruit04 .flex .item.img {
  flex-shrink: 0;
  width: 45.2%;
}
.recruit04 .flex .item.desc {
  color: #fff;
  margin-left: 46px;
  padding-top: 85px;
}
.recruit04 .flex .item.desc p {
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .recruit04 {
    padding: 70px 0 57px;
    margin-top: -30px;
  }

  .recruit04 .flex {
    flex-direction: column;
    padding: 0;
  }

  .recruit04 .flex .item.img {
    width: 100%;
  }
  .recruit04 .flex .item.desc {
    margin-left: 0;
    padding-top: 28px;
  }
  .recruit04 .flex .item.desc p {
    font-size: 14px;
    line-height: 2.1;
  }
}

/* recruit05 */
.recruit05 {
  background-color: #fff;
  padding: 67px 0 0;
}
.recruit05 .sec_ttl h2 {
    color: #333333;
}
.recruit05 .sec-title-en {
  margin: 0 auto;
  width: 307px;
}

.recruit05 .sec-title {
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -5px;
}

.recruit05 .wrap {
  height: 406px;
  padding: 0 96px;
  position: relative;
}

.recruit05 .wrap::after {
  background-image: url(../img/recruit/more-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 253px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.recruit05 .wrap-inner {
  border: 1px solid #707070;
  height: 100%;
  padding-top: 51px;
}

.recruit05 .wrap-inner h3 {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 11px;
}

.recruit05 .wrap-inner .more {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  display: table;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 12px 54px 5px 41px;
  position: relative;
  transition: .2s;
}

.recruit05 .wrap-inner .more:hover {
  background-color: #28ad09;
}

.recruit05 .wrap-inner .more::after {
  background-image: url(../img/recruit/more-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 5.5px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.recruit05 .interview-list-wrap {
	    margin-top: 150px;
  padding-bottom: 120px;
  position: relative;
}
.recruit05 .interview-list-wrap::before {
  background-color: #28ad09;
  content: '';
  display: block;
  height: 308px;
  left: 0;
  position: absolute;
  right: 0;
  top: -98px;
  width: 100%;
  z-index: 2;
}

.recruit05 .interview-list {
  border: 1px solid #48e759;
  display: flex;
  margin-top: 72px;
  position: relative;
  z-index: 4;
}

.recruit05 .interview-list .item {
  height: 0;
  padding: 22px;
  padding-top: 47.9%;
  position: relative;
  width: calc(100% / 3);
}
.recruit05 .interview-list .item:not(:first-child) {
  border-left: 1px solid #48e759;
}

.recruit05 .interview-list .item .position {
  background-color: #48e759;
  border-radius: 0 0 20px 0;
  font-weight: 700;
  left: 0;
  padding: 11px 21px 7px;
  position: absolute;
  top: 0;
}

.recruit05 .interview-list .item .num {
  align-items: center;
  color: #48e759;
  display: flex;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 25.5px 13px auto auto;
  position: absolute;
  right: 0;
  top: 0;
}

.recruit05 .interview-list .item .num span {
  font-size: 42px;
  margin-left: 5px;
}

.recruit05 .interview-list .item .more-btn {
  pointer-events: none;
  left: 12px;
  opacity: 0;
  position: absolute;
  top: 245px;
  transition: .2s;
  width: 112px;
}
.recruit05 .interview-list .item:hover .more-btn {
  opacity: 1;
}

.recruit05 .interview-list .item .desc {
  bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  left: 0;
  margin: auto auto 21px 22px;
  position: absolute;
  text-align: left;
}



.recruit05 .minchou2 {
  text-shadow: 1px 1px 10px #000;
}

.recruit05 .flex1 .minchou2 {
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 47px;
  text-align: left;
}

.recruit05 .flex2 .minchou2 {
  letter-spacing: 5px;
}

.recruit05 .dec {
  background: url('../img/intervew-dec.png') no-repeat;
  background-size: 291px;
  color: #920844;
  font-size: 15px;
  height: 26px;
  margin-bottom: 252px;
  margin-left: 5px;
  padding-left: 5px;
  padding-top: 2px;
}

.recruit05 .dec .type {
  margin-top: 0;
}

.recruit05 .name {
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  position: relative;
  width: 43%;
}

.recruit05 .d-f .flex2 {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

.recruit05 .d-f2 {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.recruit05 .d-f2 .flex1 {
  width: 55%;
}

.recruit05 .d-f2 .name {
  display: flex;
  justify-content: flex-end;
  margin-left: 40px;
}

.recruit05 .d-f2 .flex2 {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  width: 50%;
}

.recruit05-1 {
  background: url('../img/recruit/bg-interview01N.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  transition: .3s ease;
}
.recruit05-1:hover {
  background: url('../img/recruit/bg-interview01N-hover.jpg') center no-repeat;
  background-size: cover;
}
.recruit05-1 .fade {
  background: url('../img/r-y.png') center no-repeat;
  background-size: contain;
  height: 174px;
  left: -70%;
  position: absolute;
  top: -160%;
  width: 368px;
}

.recruit05-2 {
  background: url('../img/recruit/bg-interview02N.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  transition: .3s ease;
}
.recruit05-2:hover {
  background: url('../img/recruit/bg-interview02N-hover.jpg') center no-repeat;
  background-size: cover;
}

.recruit05-2 .fade {
  background: url('../img/a-k.png') center no-repeat;
  background-size: contain;
  height: 167px;
  left: -25%;
  position: absolute;
  top: -180%;
  width: 293px;
}

.recruit05-3 {
  background: url('../img/recruit/bg-interview03N.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  transition: .3s ease;
}
.recruit05-3:hover {
  background: url('../img/recruit/bg-interview03N-hover.jpg') center no-repeat;
  background-size: cover;
}

.recruit05-3 .fade {
  background: url('../img/a-n.png') center no-repeat;
  background-size: contain;
  height: 170px;
  left: -60%;
  position: absolute;
  top: -170%;
  width: 341px;
}

.int-cover {
  background: rgba(0, 0, 0, .35);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.int-cover2 {
  background: rgba(0, 0, 0, .35);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.int-cover3 {
  background: rgba(0, 0, 0, .35);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.int-cover:hover {
  opacity: 0;
}

.int-cover2:hover {
  opacity: 0;
}

.int-cover3:hover {
  opacity: 0;
}
.recruit05 .swiper-wrapper {
  list-style: none;
  transition-timing-function: linear;
}
.recruit05 .swiper01 {
  margin-bottom: 18px;
}

/* .recruit05 .swiper-wrapper li {
  height: auto;
}

.recruit05 .swiper-wrapper li img {
  height: 100%;
} */

@media screen and (max-width: 767px) {
  .recruit05 {
    padding: 44px 0 0;
    overflow: hidden;
  }
  .recruit05 .sec-title-en {
    width: 239px;
  }

  .recruit05 .sec-title {
    font-size: 15px;
    margin-bottom: 35px;
    text-align: center;
  }

  .recruit05 .wrap {
    height: 235px;
    padding: 0;
  }


  .recruit05 .wrap::after {
    height: 108px;
    width: 130%;
    left: 52%;
  }

  .recruit05 .wrap-inner {
    padding-top: 36px;
  }

  .recruit05 .wrap-inner h3 {
    font-size: 26px;
    margin-bottom: 16px;
    text-align: center;
  }

  .recruit05 .wrap-inner .more {
    font-size: 15px;
  }

  .recruit05 .wrap-inner .more::after {
    height: 5px;
    right: 26px;
    width: 18px;
  }

  .recruit05 .interview-list-wrap {
    padding-bottom: 32px;
    background-color: #28ad09;
  }
	.interview_top .interview-list-wrap {
    background-color: transparent;
  }
  .recruit05 .interview-list-wrap::before {
    background-color: #28ad09;
    content: '';
    display: block;
    height: 308px;
    left: 0;
    position: absolute;
    right: 0;
    top: -51px;
    width: 100vw;
    z-index: 2;
  }
.interview_top  .interview-list-wrap::before {
    height: 1780px;
  }
  .recruit05 .interview-list {
    flex-direction: column;
    margin-top: 25px;
  }

  .recruit05 .interview-list .item {
    padding: 0;
    padding-top: 143.5%;
    width: 100%;
  }
  .recruit05 .interview-list .item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #48e759;
  }

  .recruit05 .interview-list .item .position {
    font-size: 11px;
    padding: 10px 17px 7px 11px;
  }

  .recruit05 .interview-list .item .num {
    font-size: 15px;
    margin: 8.7px 12.6px auto auto;
  }

  .recruit05 .interview-list .item .num span {
    font-size: 38px;
    margin-left: 8px;
  }

  .recruit05 .interview-list .item .more-btn {
    height: 84px;
    left: 12px;
    opacity: 1;
    pointer-events: all;
    top: 52%;
    width: 98px;
  }

  .recruit05 .interview-list .item .desc {
    font-size: 20px;
    line-height: calc(27/20);
    margin: auto auto 21px 22px;
  }

  .recruit05 .name {
    display: flex;
    font-weight: bold;
    justify-content: flex-start;
    position: relative;
    width: 43%;
  }

  .recruit05 .d-f .flex2 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }

  .recruit05 .d-f2 {
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .recruit05 .d-f2 .flex1 {
    width: 55%;
  }

  .recruit05 .d-f2 .name {
    display: flex;
    justify-content: flex-end;
    margin-left: 40px;
  }

  .recruit05 .d-f2 .flex2 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    width: 50%;
  }

  .recruit05-1 {
    background: url('../img/recruit/bg-interview01N-hover.jpg') center no-repeat;
    background-size: cover;
    transition: none;
  }

  .recruit05-2 {
    background: url('../img/recruit/bg-interview02N-hover.jpg') center no-repeat;
    background-size: cover;
    transition: none;
  }

  .recruit05-3 {
    background: url('../img/recruit/bg-interview03N-hover.jpg') center no-repeat;
    background-size: cover;
    transition: none;
  }

  .recruit05 .swiper.swiper01 {
    background-color: #fff;
    padding: 30px 0 0;
    margin-bottom: 10px;
  }

  .recruit05 .swiper.swiper02 {
    background-color: #fff;
  }
}

/* recruit06 */
.recruit06 {
  padding: 235px 0 0;
  background-image: url(../img/recruit/recruit06-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.recruit06 .sec-title-en-b {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 139px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-align: center;
  white-space: nowrap;
}

.recruit06 .sec-title {
  font-size: 30px;
  margin-bottom: 69px;
}

.recruit06 .text-1 {
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 65px;
  margin-left: 27px;
  margin-right: 27px;
}

.recruit06 .d-f {
  background-color: #28ad09;
  padding: 103px 0 122px;
}
.recruit06 .d-f .item {
  display: flex;
  justify-content: space-between;
}
.recruit06 .d-f .item .img {
  flex-shrink: 0;
  width: 36.1%;
}
.recruit06 .d-f .item .text {
  color: #fff;
  margin: 0 38px;
}
.recruit06 .d-f .item:first-child {
  margin-bottom: 78px;
}
.recruit06 .item .text h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 28px;
  margin-top: 6.6px;
  text-align: center;
}

.recruit06 .item .text h4 {
  border: 1px solid #fff;
  font-size: 18px;
  margin-top: 25px;
  padding: 6px 65px;
  text-align: center;
}

.recruit06 .item .text p {
  font-weight: 700;
  line-height: 2.5;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .recruit06 {
    padding: 221px 0 0;
    background-image: url(../img/recruit/recruit06-bg-sp.png);
    background-size: 100% auto;
    background-position: top -20px center;
  }

  .recruit06 .sec-title-en-b {
    font-size: 69px;
    margin-bottom: 15px;
  }

  .recruit06 .sec-title {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
  }

  .recruit06 .text-1 {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .recruit06 .d-f {
    padding: 41px 0 73px;
  }

  .recruit06 .d-f .item {
    display: block;
  }

  .recruit06 .d-f .item .img-wrap {
    display: flex;
    margin-top: 34px;
  }

  .recruit06 .d-f .item .img-wrap .img {
    flex-shrink: 0;
    width: 50%;
  }
  .recruit06 .d-f .item .text {
    margin: 0 34px;
  }
  .recruit06 .d-f .item:first-child {
    margin-bottom: 44px;
  }
  .recruit06 .item .text h3 {
    font-size: 26px;
    margin-bottom: 19px;
    margin-top: 0;
  }

  .recruit06 .item .text h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 19px;
    padding: 12px 0;
  }

  .recruit06 .item .text p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* recruit07 */
.recruit07 {
  background-color: #fff;
  padding: 51px 0 91px;
}
.recruit07 .sec-title-en {
  margin: 0 auto;
  width: 311px;
}
.recruit07 .sec-title {
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: -5px;
}

.recruit07 .d-f {
  padding: 0 100px;
}

.recruit07 .d-f .item:first-child {
  margin-bottom: 46px;
}

.recruit07 .item dl {
  border-top: 1px solid #afafaf;
  display: flex;
}
.recruit07 .item dl:last-child {
  border-bottom: 1px solid #afafaf;
}

.recruit07 .item dt {
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 17px 32px;
  width: 16%;
}

.recruit07 .item dd {
  padding: 17px 32px;
  width: 84%;
  font-weight: 700;
}

.recruit07 .item h3 {
  color: #28ad09;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

.recruit07 .item .border-box {
  text-align: center;
}

.recruit07 .border-box .text-center {
  text-align: center;
}

.recruit07 .item p {
  font-weight: 700;
  line-height: 2.5;
}
.recruit07 .link-btn {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.recruit07 .link-btn a {
  background: linear-gradient(to right, #11dbac, #84f400);
  border-radius: 25px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, .16);
  color: #fff;
  font-weight: 700;
  height: 49px;
  width: 328px;
}

.recruit07 .link-btn .tel {
  align-items: center;
  display: flex;
  font-size: 28px;
  justify-content: center;
  margin-right: 32px;
  padding: 0 25px;
}

.recruit07 .link-btn .tel::before {
  background-image: url(../img/recruit/tel-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-right: 5px;
  width: 24px;
}

.recruit07 .link-btn .contact {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  padding: 0 22px;
}
.recruit07 .link-btn .contact::after {
  background-image: url(../img/recruit/link-btn-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  margin-left: 12px;
  width: 11px;
}

.recruit07 .border-box .name {
  font-size: 14px;
  line-height: 1;
  margin-top: 22px;
}

.recruit07 .mynavi {
  background: linear-gradient(to right, #11dbac, #84f400);
  border-radius: 0;
  box-shadow: 0 3px 6px rgb(0, 0, 0, .16);
    width: 100%;
		max-width: 360px;
	padding: 5px!important;
	display: block;
	margin: 40px auto 0;
}
.recruit07 .mynavi img{
	margin: 0;
	display: block;
}

@media screen and (max-width: 767px) {
  .recruit07 {
    padding: 39px 0 64px;
    margin-bottom: 0;
  }

  .recruit07 .sec-title-en {
    width: 252px;
  }

  .recruit07 .sec-title {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }

  .recruit07 .d-f {
    padding: 0;
  }

  .recruit07 .d-f .item:first-child {
    margin-bottom: 40px;
  }

  .recruit07 .item dt {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    padding: 18px 13px;
    width: 26.9%;
  }

  .recruit07 .item dd {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    padding: 18px 0px 18px 11px;
    width: 73.1%;
  }

  .recruit07 .item h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }

  .recruit07 .item p {
    line-height: 1.8;
  }

  .recruit07 .link-btn {
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
  }
  .recruit07 .link-btn a {
    height: 44px;
    width: 267px;
  }
  
  .recruit07 .link-btn .tel {
    font-size: 20px;
    margin-right: 0;
    padding: 0 25px;
    margin-bottom: 17px;
  }
  
  .recruit07 .link-btn .tel::before {
    height: 20px;
    width: 20px;
  }
  
  .recruit07 .link-btn .contact {
    font-size: 17px;
    padding: 0 22px;
  }
  .recruit07 .link-btn .contact::after {
    height: 11px;
    margin-left: 11px;
    width: 7px;
  }
  .recruit07 .border-box .name {
    margin-top: 18px;
  }
}

.bnrs {
  color: #fff;
  position: relative;
  z-index: 2;
}

.bnrs .big-bnr .text-wrap {
  padding-top: 15%;
}

.bnrs .text-wrap {
  padding-top: 22%;
}

.bnrs .big-bnr .text-wrap .chara-img {
  left: 80%;
  position: absolute;
  top: 65%;
  width: 80px;
}

.bnrs .big-bnr {
  align-items: center;
  background: url('../img/big-bnr@2x.jpg') no-repeat center bottom;
  background-size: cover;
  display: flex;
  height: 559px;
  justify-content: center;
  position: relative;
  position: relative;
}

.big-bnr .bg-font {
  background: url('../img/coprofile.png') center no-repeat;
  background-position: 75% 40%;
  background-size: 185px;
  margin-top: -90px;
  padding: 90px 90px 0 90px;
  position: relative;
  text-align: center;
}

.big-bnr h2 {
  color: #fff;
  letter-spacing: 10px;
  padding-left: 10px;
}

.big-bnr .dec {
  background: url('../img/dec.png') no-repeat;
  background-size: cover;
  color: #920844;
  font-size: 15px;
  margin: 15px auto;
  padding-left: 5px;
  width: 247px;
}

.big-bnr .more {
  font-size: 15px;
  text-align: center;
}

.mid-bnr {
  display: flex;
}

.sekou-bnr {
  align-items: center;
  background: url('../img/sekou-bnr@2x.jpg') no-repeat center bottom;
  background-size: cover;
  display: flex;
  height: 412px;
  justify-content: center;
  position: relative;
  width: 50%;
}

.sekou-bnr .bg-font {
  background: url('../img/works.png') center no-repeat;
  background-position: 62% -15px;
  background-size: 97px;
  margin: -20px 0 15px 0;
  padding: 20px 20px 0 20px;
  text-align: center;
}

.sekou-bnr .more {
  font-size: 15px;
  text-align: center;
}

.kanren-bnr {
  align-items: center;
  background: url('../img/kanren-bnr@2x.jpg') no-repeat center bottom;
  background-size: cover;
  display: flex;
  height: 412px;
  justify-content: center;
  position: relative;
  width: 50%;
}

.kanren-bnr .bg-font {
  background: url('../img/Affiliated.png') center no-repeat;
  background-position: 80% -15px;
  background-size: 136px;
  margin: -40px 0 15px 0;
  padding: 40px 20px 0 20px;
  text-align: center;
}

.kanren-bnr .more {
  font-size: 15px;
  text-align: center;
}

.kanren-bnr .sub-title p {
  margin-bottom: 30px;
  margin-left: -20px;
  text-align: center;
}

.white-space {
  background: #fff;
  height: 115px;
  position: relative;
  z-index: 2;
}

.cover {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.cover:hover {
  background: rgba(255, 255, 255, .25);
}

/*モーダル*/
.modal {
  cursor: pointer;
}

.modal .type:hover {
  opacity: .5;
}

#modal_contents01 {
  position: relative;
}

.modal-title {
  position: fixed;
  top: 0;
  width: calc(100%);
  z-index: 2;
}

.modal-title .inner {
  align-items: center;
  display: flex;
  height: 132px;
  justify-content: flex-end;
}

.modal-title h2 {
  width: 60%;
}

.modaal-fullscreen .modaal-close {
  background-color: unset;
  background-image: url(../img/recruit/close-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  filter: drop-shadow(2px 2px 2px #aaa);
  height: 35px;
  right: 40px;
  top: 85px;
  width: 87px;
}

.modaal-fullscreen .modaal-close::before, .modaal-fullscreen .modaal-close::after {
  display: none;
}
.modal-d-f {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.modal-d-f .flex {
  padding: 0 50px 0 27px;
  width: 52.2%;
}
.bg-gray {
  background-color: #f0f0f0;
}

.bg-gray .flex {
  padding: 0 50px 0 27px;
}

.scroll {
  left: 30px;
  position: fixed;
  top: 70vh;
}

.modaal-wrapper {
  z-index: 9998!important;
}

.modal-fix {
/*   background: url('../img/modal-1-img.jpg') center no-repeat; */
  background-size: cover;
  height: calc(100vh);
  padding: 32px 24px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 48.43vw;
}

.modal-fix .position, .modal-fix2 .position, .modal-fix3 .position {
  background-color: #48e759;
  border-radius: 0 0 20px 0;
  bottom: 73px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  left: 0;
  padding: 11px 18px;
  position: absolute;
}
.modal-fix .num, .modal-fix2 .num, .modal-fix3 .num {
  bottom: 9px;
  color: #48e759;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 21px;
  font-weight: 700;
  left: 18px;
  margin: 9.5px 13px auto auto;
  position: absolute;
  display: flex;
  align-items: center;
}
.modal-fix .num span, .modal-fix2 .num span, .modal-fix3 .num span {
  font-size: 63px;
  margin-left: 10px;
}

.modal-fix2 {
  background: url('../img/recruit/modal-2-img.jpg') center no-repeat;
  background-size: cover;
  height: calc(100vh);
  padding: 32px 24px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 48.43vw;
}

.modal-fix3 {
  background: url('../img/modal-3-img.jpg') center no-repeat;
  background-size: cover;
  height: calc(100vh);
  padding: 32px 24px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 48.43vw;
}

.modal-fix p span {
  letter-spacing: 5px;
}

.modal-fix2 p span {
  letter-spacing: 5px;
}

.modal-fix3 p span {
  letter-spacing: 5px;
}

.modal-fix .fade {
  background: url('../img/modal-r-y.png') center no-repeat;
  background-size: contain;
  height: 177px;
  left: -30%;
  position: absolute;
  top: 15%;
  width: 337px;
}

.modal-fix2 .fade {
  background: url('../img/modal-a-k.png') center no-repeat;
  background-size: contain;
  height: 177px;
  left: -30%;
  position: absolute;
  top: 15%;
  width: 337px;
}

.modal-fix3 .fade {
  background: url('../img/modal-a-n.png') center no-repeat;
  background-size: contain;
  height: 177px;
  left: -30%;
  position: absolute;
  top: 15%;
  width: 337px;
}

.bg-gray h3 {
  font-size: 37px;
  letter-spacing: 0;
  line-height: calc(60/37);
  margin-bottom: 52px;
  padding: 143px 0 81px;
	    max-width: 415px;
}

.modal-d-f h4 {
  color: #28ad09;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: calc(43/28);
  margin-bottom: 22px;
}
.modal-d-f h4.label {
  background-color: #28ad09;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}
.modal-d-f .center {
  line-height: 1;
  margin-top: 22px;
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.2;
}

.modal-d-f p {
  line-height: calc(35/16);
  margin-bottom: 30px;
}

.modal-d-f .img-box {
  margin-bottom: 57px;
}
.modal-d-f .img-box.last {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .modaal-fullscreen .modaal-close {
    right: 10px;
    top: 65px;
    filter: none;
  }
  .modal-d-f {
    display: block;
    margin-top: 0;
	  background-color: #fff;
  }

  .modal-d-f.desc {
    padding: 43px 0 118px;
  }

  .modal-d-f .flex {
    padding: 0;
    width: 100%;
  }

  .bg-black {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 118px;
    background: #000;
    opacity: 0.51;
    z-index: 1;
  }

  #modaal-close {
    z-index: 3;
    display: block;
  }

  .bg-gray {
    z-index: 1;
    position: relative;
    margin-top: 82.1vh
  }

  .bg-gray .flex {
    padding: 0;
  }
  
  .modal-fix {
    display: block;
    height: 82.1vh;
    width: 100%;
    background: url('../img/recruit/modal-1-img-sp.jpg') center no-repeat;
    background-size: cover;
  }
  
  .modal-fix .position, .modal-fix2 .position, .modal-fix3 .position {
    bottom: 54px;
    padding: 7px 18px;
  }

  .modal-fix .num, .modal-fix2 .num, .modal-fix3 .num {
    bottom: 5px;
  }

  .modal-fix .num span, .modal-fix2 .num span, .modal-fix3 .num span {
    font-size: 53px;
    margin-left: 5px;
  }
  
  .modal-fix2 {
    display: block;
    height: 82.1vh;
    width: 100%;
  }
  
  .modal-fix3 {
    display: block;
    height: 82.1vh;
    width: 100%;
  }
  
  .modal-fix p span {
    letter-spacing: 5px;
  }
  
  .modal-fix2 p span {
    letter-spacing: 5px;
  }
  
  .modal-fix3 p span {
    letter-spacing: 5px;
  }
  
  .modal-fix .fade {
    background: url('../img/modal-r-y.png') center no-repeat;
    background-size: contain;
    height: 177px;
    left: -30%;
    position: absolute;
    top: 15%;
    width: 337px;
  }
  
  .modal-fix2 .fade {
    background: url('../img/modal-a-k.png') center no-repeat;
    background-size: contain;
    height: 177px;
    left: -30%;
    position: absolute;
    top: 15%;
    width: 337px;
  }
  
  .modal-fix3 .fade {
    background: url('../img/modal-a-n.png') center no-repeat;
    background-size: contain;
    height: 177px;
    left: -30%;
    position: absolute;
    top: 15%;
    width: 337px;
  }
  
  .bg-gray h3 {
    font-size: 28px;
    line-height: calc(45/28);
    margin-bottom: 0;
    padding: 39px 0;
  }
  
  .modal-d-f h4 {
    font-size: 25px;
    line-height: calc(38/25);
    margin-bottom: 12px;
  }

  .modal-d-f h4.label {
    font-size: 16px;
    padding: 11px 0;
  }

  .modal-d-f .center {
    margin-top: 5px;
    font-size: 12px;
  }
  
  .modal-d-f p {
    line-height: calc(25/14);
    margin-bottom: 17px;
    font-size: 14px;
  }

  .modal-d-f p + h4 {
    margin-top: 35px;
  }
  
  .modal-d-f .img-box {
    margin-bottom: 32px
  }

  .modal-d-f .img-box.last {
    margin-bottom: 0;
  }
}





@media screen and (max-width: 767px) {
  .bnrs .big-bnr .text-wrap{
    padding-top: 50px;
  }
    .bnrs .text-wrap {
    padding-top: 30px;
  }
    .bnrs .big-bnr .text-wrap .chara-img{
    position: absolute;
    top: 60%;
    left: 95%;
    width: 58px;
  }
    .bnrs .big-bnr{
    background: url("../img/big-bnr@2x.jpg") no-repeat center bottom;
    background-size: cover;
    height: 232px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
    .big-bnr .bg-font{
    background: url("../img/coprofile.png") center no-repeat;
    background-size: 108px;
    background-position: 75% -10px ;
    padding: 30px 10px 0 10px;
    text-align: center;
    margin-top: 0px;
  }
    .big-bnr .minchou{
    color: #fff;
    letter-spacing: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
    .big-bnr .dec{
    background: url("../img/dec.png") no-repeat;
    background-size: cover;
    font-size: 10px;
    color: #920844;
    padding-left: 5px;
    width: 150px;
    margin: 15px auto;
  }
    .big-bnr .more{
    text-align: center;
    font-size: 9px;
  }
  .mid-bnr{
    display: flex;
  }
    .mid-bnr .minchou2{
      font-size: 20px;
      letter-spacing: 5px;
    }
  .sekou-bnr{
    background: url("../img/sekou-bnr@2x.jpg") no-repeat center bottom;
    background-size: cover;
    width: 50%;
    height: 110px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sekou-bnr .bg-font{
    background: url("../img/works.png") center no-repeat;
    background-size: 40px;
    background-position: 55% -5px ;
    padding: 10px 0px 0 10px;
    text-align: center;
    margin: -5px 0 25px 0;
  }
  /*.sekou-bnr .sub-title {
    position: absolute;
    top: 65%;
    color: #fff;
  }*/
  .sekou-bnr .more{
    text-align: center;
    font-size: 9px;
    margin-left: 7px;
    letter-spacing: -.3px;
  }
  .kanren-bnr{
    background: url("../img/kanren-bnr@2x.jpg") no-repeat center bottom;
    background-size: cover;
    width: 50%;
    height: 110px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kanren-bnr .bg-font{
    background: url("../img/Affiliated.png") center no-repeat;
    background-size: 56px;
    background-position: 90% -5px ;
    padding: 15px 0px 0 10px;
    text-align: center;
    margin: -10px 0 0px 0;
  }
  /*.kanren-bnr .sub-title {
    position: absolute;
    top: 65%;
    color: #fff;
  }*/
    .kanren-bnr .more{
    text-align: center;
    font-size: 9px;
    margin-left: 7px;
    letter-spacing: -.3px;
  }
    .kanren-bnr .sub-title p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  /*.bnrs a:hover{
    
  }
  .white-space{
    position: relative;
    height: 115px;
    background: #fff;
    z-index: 2;
  }
    .cover{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: ;
    position: absolute;
    height: 100%;
  }
  .cover:hover{
    background: rgba(255,255,255,0.25);
  }*/
  
  footer{
/*     background: #5F9652; */
    color: #fff;
    position: relative;
    z-index: 2;
  }
    footer .contact-wrap{
      display: none;
    }
  footer .footer-text{
    padding: 45px 0 35px 0;
  }
  footer .footer-text .text-tel{
    margin: 15px 0;
  }
  footer .adress{
    line-height: 2.5;
  }
  footer .adress-name{
    font-weight: bold;
  }
  footer .copy{
    font-size: 9px;
    padding: 10px;
  }
    .footer-fix{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      color: #fff;
      position: fixed;
      bottom: 0;
      text-align: center;
      margin: 0 auto;
      background: rgba(0,0,0,.65);
      padding: 10px 0 10px 0;
      letter-spacing: 1px;
      font-weight: 200;
    z-index: 10
  }
    .footer-fix .tel-icon{
      width: 50%;
      border-right: solid 1px;
    }
    .footer-fix .contact-icon{
      width: 50%;
    }
    .footer-fix img{
      width: 30px;
    }
  #loader p {
    color: #920844;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 30px;
  }
  #loader .t-caret {font-size:0;}
  #loader .t-caret:before {font-size: 30px; content: "｜";}
  #loader p img {
      display: inline-block;
  }
  
}

/*-----Thanks-----*/
.thanks-top {
	text-align: center;
    padding: 200px 0 80px;
}

.thanks-top img {
	width: 30%;
    max-width: 411px;
}

.thanks-top-txt {
	color: #29AD09;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 45px auto 58px;
}

.thanks-top-txt2 {
	font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 2;
}

.thanks-under {
	background: #F4FCF2;
    padding: 5rem 0 3rem;
}

.thanks-flex {
	display: flex;
    width: 80%;
    margin: 0 auto;
    column-gap: 10%;
}

.thanks-img {
	background: linear-gradient(rgba(41, 173, 9, .8),rgba(41, 173, 9, .8)),url(../img/thanks.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    width: 45%;
    height: 33rem;
}
.thanks-layer {
	background-color: rgba(41, 173, 9, .8);
    position: absolute;
    z-index: 5;
}

.thanks-img img {
	width: 80%;
    position: absolute;
    left: -4rem;
    top: 2rem;
    z-index: 10;
}

.thanks-under-txt {
	width: 45%;
    text-align: left;
}

.thanks-under-txt p {
	line-height: 2;
    font-size: 20px;
    letter-spacing: 3px;
}

.thanks-under-txt a {
	color: #29AD09;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    display: block;
    margin-top: 4rem;
}

.thanks-bottom-link {
	color: #606060;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 4rem;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 769px) {
	.sp-only {
		display: block;
	}
    
    .thanks-top {
    	padding: 95px 0 55px;
    }
    
	.thanks-top img {
    	width: 70%;
    }
	.thanks-top-txt {
        font-size: 21px;
        letter-spacing: 3px;
        margin: 27px auto 45px;
    }

    .thanks-top-txt2 {
        font-size: 16px;
        letter-spacing: 1px;
	}
    
    .thanks-flex {
    	flex-direction: column-reverse;
    	width: 90%;
        row-gap: 20px;
	}
    
    .thanks-img {
    	width: 100%;
    }
    
    .thanks-img img {
    	width: 100%;
        left: -1rem;
    	top: 3rem;
    }
    
    .thanks-under-txt {
    	width: 100%;
	}
    
    .thanks-under-txt p {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .thanks-under-txt a {
    	font-size: 17px;
        text-align: center;
        margin: 4rem auto 2rem;
    }
}
/*-----Form-----*/
form {
	width: 70%;
    margin: 0 auto;
    max-width: 1100px;
}

.cf7-step dl {
  display: flex;
  justify-content: space-between;
  row-gap: 4rem;
  flex-wrap: wrap;
  margin: 0;
}

.cf7-step dt,
.cf7-step dd {
  padding: 0;
  box-sizing: border-box;
}

.cf7-step dt {
  width: 30%; 
  color: #29AD09;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  align-self: center;
  display: flex;
  justify-content: space-between;
}

.cf7-step dd {
  width: 67%; 
}

.name-block {
	display: flex;
    gap: 1%;
}

.required {
	background-color: #E93030;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    border-radius: 4px;
    height: fit-content;
}

input[type="text"],input[type="email"], input[type="tel"],select {
	border-radius: 0;
    max-width: unset;
}

.privacy-box {
	border: 24px solid #E8E8E8;
    margin-bottom: 40px;
}

.cf7-step dt.dt-last {
	align-self: flex-start;
}

input[type="checkbox"] {
	margin: 2rem;
}

.form-button-box {
	display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
    margin: 80px auto 3rem;
    text-align: center;
}

.previousbtn,
.submitbtn {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    max-width: 314px;
	height: 62px;
    text-align:center;
	font-weight: bold;
	font-size: clamp(16px, 1.57vw, 20px);
	color: #2E2E2E;
	letter-spacing: .06em;
    text-align: center;
	position: relative;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.previousbtn:before,
.submitbtn:before {
	content: "";
    display: inline-block;
    border: 2px solid #2E2E2E;
    border-radius: 4px;
    width: 98%;
    max-width: 308px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.submitbtn:after {
	content: "";
    display: inline-block;
    margin-left: 10px;
    width: 45px;
    height: 12px;
    border-bottom: 2px solid #2E2E2E;
    border-right: 3px solid #2E2E2E;
    position: absolute;
    right: 30px;
    top: 48%;
    transform: translateY(-50%) skew(45deg);
    transition: all .5s;
}

.submitbtn {
	background: linear-gradient(178deg, rgba(19, 219, 168, 1) 0%, rgba(128, 243, 5, 1) 100%);
}

.submitbtn.step-1 {
	margin: 3rem auto;
}

.previousbtn {
	background-color: #D7D7D7;
}

.confirm-txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 10rem auto;
  text-align: center;
}

.required.step-2 {
  background-color: #F6A7A7;
  margin-right: 2rem;
}

.step-2 dl {
	width: 90%;
    margin: 0 auto;
}

.step-2 dd {
	width: 63%;
}

.last-submit {
	padding-right: 10%;
	width: 100%;
    height: 100%;
	z-index: 10;
}

.last-prev,
.first-submit {
	z-index: 10;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:769px) {
	form {
    	width: 80%;
    }
    
    .cf7-step dl {
    	row-gap: 1rem;
    }
    
    .cf7-step dt {
     	width: 100%;
        font-size: 16px;
    }
    
    .cf7-step dd {
        width: 100%;
        font-size: 16px;
    }
    
    .wpcf7-list-item {
    	margin: 0;
    }
    
    input[type="checkbox"] {
    	margin: 0 3px 0 0;
    }
    
    .required {
    	font-size: 9px;
     }
     
     .form-button-box {
     	flex-direction: column;
     }
}

/*-----Interview-----*/
.interview-sec {
	padding: 100px 0;
}

.in-container {
	width: 80%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.in-flex {
	display: flex;
    gap: 5%;
}

.in-img-box {
	width: 43%;
    position: relative;
}

.in-txt-box {
	width: 52%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.in-number {
	width: 100px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 10;
}

.in-number img {
	width: 100%;
}

.in-img {
	width: 100%;
}

.in-img img {
	width: 100%;
}

.in-txt-box h2 {
	margin-bottom: 4rem;
}

.in-txt-box h2 span  {
	letter-spacing: 1px;
	font-size: 30px;
    color: #FFF;
    background-color: #29AD09;
    font-family: 'Noto Serif JP';
    font-weight: 300;
    line-height: 1.8;
    box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
    padding: 1px 12px;
}

.in-txt-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
}

.in-flex.reverse {
	flex-direction: row-reverse;
}

.in-number.reverse {
    right: 0;
    left: auto;
}

.omoide {
	display: flex;
    width: 90%;
    gap: 4%;
    margin: 0 auto;
}

.omoide-txt {
  width: 43%
}

.omoide-img {
  width: 53%;
}

.omoide-img img{
  width: 100%;
}

.omoide-txt h3 {
	color: #29AD09;
    font-size: 22px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 60px;
}

.omoide-txt h3:after {
	content: "";
    width: 200px;
    position: absolute;
    top: 50%;
    right: 22px;
    border-top: 1px solid #29AD09;
}

.in-bottom-link {
	display: block;
	margin: 0 auto 80px;
    color: #1D7906;
    font-size: 18px;
    letter-spacing: 2px;
    border-bottom: 1px solid #1D7906;
    width: fit-content;
}

.in-5 {
    position: relative;
    width: 90%;
    padding: 0 0 0 4rem;
 }
 
.in-txt-box.in-5 {
	width: 90%;
}

.interview-hero {
	padding-top: 3rem;
    position: relative;
    height: 90vh;
    max-height: 900px;
    max-width: 1500px;
	margin: 0 auto;
}

.in-hero-img {
	width: 90%;
    max-width: 1300px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    max-height: 96%;
}

.in-hero-img img {
	height: 100%;
}

.hero-txt {
	position: absolute;
    bottom: -1px;
    left: 7%;
    padding: 50px;
    background-color: #FFF;
    max-width: 900px;
}

.hero-txt img {
	width: 390px;
    position: absolute;
    left: 0;
    top: -110px;
}

.hero-txt h1 span {
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
    background: linear-gradient(178deg, rgba(19, 219, 168, 1) 0%, rgba(128, 243, 5, 1) 100%);
    line-height: 1.8;
    font-family: 'Noto Serif JP';
    font-size: 36px;
    color: #373737;
}

.hero-txt h1 {
	margin-bottom: 3%;
}

.hero-txt p {
	text-align: right;
    color: #29AD09;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.hero-txt p span {
	color: #373737;
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 22px;
}

@media screen and (max-width: 769px) {
	.hero-txt {
    	padding: 20px;
        bottom: 10rem;
    }
    
    .hero-txt h1 span {
    	font-size: 21px;
    }
    
    .in-container {
    	width: 90%;
    }
    
    .in-flex {
    	flex-direction: column;
    }
    
    .in-img-box {
    	width: 100%;
    }
    
    .in-txt-box {
    	width: 100%;
    }
    
    .interview-sec {
        padding: 30px 0;
    }
    
    .in-txt-box h2 span {
    	font-size: 24px;
    }
    
    .in-flex.reverse {
        flex-direction: column;
    }
    
    .in-txt-box.in-5 {
    	width: 100%;
    }
    
    .in-5 {
    	padding: 1rem 0 0 1rem;
    }
    
    .omoide {
    	flex-direction: column;
    }
    
    .omoide-txt {
    	width: 100%;
        margin-bottom: 30px;
    }
    
    .omoide-txt h3:after {
    	width: 115px;
    }
    
    .omoide-txt p {
    	font-size: 15px;
    }
    
    .omoide-img {
    	width: 100%;
    }
}

/*-----Privacy Policy-----*/
.privacy {
	padding: 15rem  0;
    display: flex;
    flex-direction: column;
}

.privacy h1 {
	margin: 0 auto 4rem auto;
    font-size: 21px;
}
.privacy-content {
	width: 80%;
    margin: 0 auto;
}

.privacy-content h2 {
	margin: 3rem 0 1rem 0;
    font-size: 18px;
}

.list-number {
	list-style: auto;
    padding-left: 3rem;
}