@charset "utf-8";

body.stop-scroll {position: fixed; width: 100%; height: 100%;}

.head-main {color: var(--color-white)}
.link-txt.external_link {
  text-decoration: underline;
}
.link-txt.external_link::after {
  display: inline-block;
  right: auto;
  margin-left: 1em;
}
.btn-default.__blue {
  border: 1px solid var(--color-blu);
  background: none;
  color: var(--color-blu);
}
.content-box {max-width: 1280px; margin: auto;}
@media screen and (max-width: 820px) {
  .container-inner { padding: 0;}
}
/* ------------------------------------------------------
.bg-wrap 上部背景ブルー
------------------------------------------------------ */
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: min(83.33vw, 1200px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 70, 190, .3)), to(rgba(17, 70, 190, .6)));
  background-image: linear-gradient(rgba(17, 70, 190, .3) 0%, rgba(17, 70, 190, .6) 100%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  pointer-events: none;
}
.bg-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  display: block;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(17, 70, 190, 0)), to(rgba(17, 70, 190, 1))) no-repeat center/cover;
  background: linear-gradient(rgba(17, 70, 190, 0) 40%, rgba(17, 70, 190, 1) 100%) no-repeat center/cover;
  opacity: .6;
  pointer-events: none;
}
#content-wrap {z-index: 1}
@media screen and (max-width: 820px) {
  .bg-wrap {height: 190vmin}
  .bg-wrap::after {top: 40vmin}
}
/* .blu-wrap 背景ブルーエリア*/
.blu-wrap {
  position: relative;
  padding: min(6.94vw, 100px) 0;
}
.blu-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2.666665vw;
  width: 100vw;
  height: 100%;
  background: var(--color-blu) url("../img/recruit/bg_01.webp") no-repeat center top/contain;
  z-index: -1
}
.blu-wrap .anchor-nav {
  max-width: 710px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: min(4.86vw, 7rem);
}
.blu-wrap .anchor-nav li {
  width: 24%;
  margin-right: 1.3%;
  background-color: rgba(255,255,255, .9)
}
.blu-wrap .anchor-nav li.break {
  width: 100% !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.blu-wrap .anchor-nav li:last-of-type {
  margin-right: 0;
}
.blu-wrap .anchor-nav li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .926em 2em;
  font-size: min(0.83vw, 1.2rem);
  font-weight: normal;
  text-align: center;
}
.blu-wrap .anchor-nav li a::after {
  right: 0.8333em;
  width: .93em;
}
.blu-wrap .content-box-inner .content-term {
  text-align: center;
}
.blu-wrap .content-box-inner .content-term h2 {
  color: #fff;
}
.blu-wrap .content-box {
  border-color: rgba(255,255,255, .7);
}
@media screen and (min-width: 821px) {
  .blu-wrap .anchor-nav li:nth-of-type(3) {
    margin-right: 0;
  }
  .blu-wrap .anchor-nav li:nth-of-type(n + 4) {
    margin-top: 1em;
  }
  .blu-wrap::after {
    left: -1.041665vw;
  }
  .blu-wrap .content-box {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
}
@media screen and (max-width: 820px) {
  .blu-wrap {padding-top: 18.67vmin}
  .blu-wrap .anchor-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 9.33vmin;
    padding: 0 2.67vmin;
  }
  .blu-wrap .anchor-nav> li {
    width: 48.6567%;
    border-radius: 1.33vw;
    margin-right: 0;
  }
  .blu-wrap .anchor-nav li.break {display: none;}
  .blu-wrap .anchor-nav li+ li { margin-top: 0 }
  .blu-wrap .anchor-nav li:nth-of-type(n + 3) { margin-top: 0.8333em }
  .blu-wrap .anchor-nav li a {
    padding: .916em 2em;
    font-size: 3.2vmin;
  }
}

/* ------------------------------------------------------
.banner
------------------------------------------------------ */
.banner_image {
  max-width: 880px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  border-radius: 2.67vmin;
}
.banner_image a {
  display: block;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.banner_image a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.banner_image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .banner_image { margin: 0 2.67vmin}
}
@media screen and (min-width: 821px) {
  .banner_image {border-radius: 1.04vw}
}

/* ------------------------------------------------------
#message
------------------------------------------------------ */
#message  {
  margin-top: min(6.46vw, 93px)
}
#message .content-box {
  position: relative;
  overflow: hidden;
  padding-top: 54.4vmin;
  border-radius: 5.33333vmin;
}
#message .content-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.33vmin;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/recruit/company_senery/scenery_01.webp") no-repeat center top/contain;
  pointer-events: none;
}
#message .content-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 26.67vmin;
  display: block;
  width: 100%;
  height: 79.47vmin;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(112, 144, 216, 0)), color-stop(33%, rgba(112, 144, 216, 1)), color-stop(66%, rgba(112, 144, 216, .92)), to(rgba(112, 144, 216, 0)) );
  background: linear-gradient(rgba(112, 144, 216, 0) 0, rgba(112, 144, 216, 1) 33%, rgba(112, 144, 216, .92) 66%, rgba(112, 144, 216, 0) 100% );
  pointer-events: none;
}
#message .content-box-inner {
  position: relative;
  z-index: 1
}
#message h2 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 10.67vmin;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
#message .message-wrap {
  position: relative;
  padding: 15.2vmin 5.33vmin;
  background-color: #EBF2FF;
  border-radius: 4vmin;
}
#message .message-wrap::before,
#message .message-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: .5em;
  height: .5em;
  background: url("../img/recruit/icon_quote.png") no-repeat center/contain;
  font-size: 21.33vmin;
  line-height: 1;
}
#message .message-wrap::before {
  left: 0.25em;
  top: 0.25em;
}
#message .message-wrap::after {
  right: 0.25em;
  bottom: 0.25em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg)
}
#message .message-wrap:nth-of-type(n + 2) {
  margin-top: 5.33vmin;
}
#message p {
  color: var(--color-blu);
  font-size: 5.87vmin;
  font-weight: bold;
  text-align: center;
  line-height: 1.5588;
}
#message p span {
  border-bottom: 2px solid var(--color-blu)
}
#message .subtitle {
  position: absolute;
  top: .7em;
  right: 1em;
  color: #B6C7ED;
  font-size: 5.33vmin;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  #message .content-box { padding: 54.4vmin 2.67vmin 13.87vmin}
  #message .content-box::before { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1)}
}
@media screen and (min-width: 821px) {
  #message .content-box { padding-top: min(23.47vw, 338px); border-radius: 1.38889vw }
  #message .content-box::before { top: max(-17.5vw, -252px); }
  #message .content-box::after { top: 23%; height: 47%; }
  #message h2 {font-size: min(4.17vw, 6.0rem); text-align: left}
  #message p { font-size: min(2.36vw, 3.4rem);}
  #message p span {border-bottom-width: 3px;}
  #message .subtitle { 
    top: 1.3em;
    right: 2.5em;
    font-size: min(1.11vw, 1.6rem);
  }
  #message .message-wrap {
    padding: min(3.26vw, 4.7rem) 13%;
    border-radius: 1.04vw;
  }
  #message .message-wrap::before, #message .message-wrap::after {
    width: 1em;
    height: 1em;
    font-size: min(4.17vw, 6.0rem);
  }
  #message .message-wrap::before {
    left: 1.5em;
    top: 0.43em;
  }
  #message .message-wrap::after {
    right: 1.5em;
    bottom: 0.43em;
  }
  #message .message-wrap:nth-of-type(n + 2) {
    margin-top: min(1.39vw, 2.0rem);
  }
}

/* ------------------------------------------------------
社員紹介 #employee_introduction
------------------------------------------------------ */
#employee_introduction {
  margin-top: 8vmin
}
#employee_introduction.content__box {
  background-color: #E4E7EE;
}
#employee_introduction.content__box h3 {
  color: #0176CB;
}
#employee_introduction .thing__item p.culuture__position {
  font-size: 14px;
}
#employee_introduction .culture--slides {
  margin-top: 2.67vmin;
}
#employee_introduction .culture__item {
  position: relative;
  padding: 8vmin;
  background-color: #EBF2FF;
  border-radius: 4vmin;
}
#employee_introduction .culture__img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.culture__text {text-align: left;}

.culture__text .culuture__position, .culture__text .culuture__name {
  line-height: 1.4;
}
.culture__text .culuture__position {
  padding-top: 1.8em;
}
.culture__text .culuture__name {
  color: var(--color-blu);
  font-weight: bold;
}
.thing__item p.culuture__name {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .culture__text .culuture__name { font-size: 5.87vmin; }
}
@media screen and (min-width: 821px) {
  #employee_introduction { margin-top: min(3.47vw, 5.0rem) }
}

/* ------------------------------------------------------
slick矢印アイコン
------------------------------------------------------ */
.culture--slides .prev-arrow, .culture--slides .next-arrow, 
.culture .prev-arrow, .culture .next-arrow {
  display: block;
  aspect-ratio: 1/1;
  background: linear-gradient(-45deg,#1146be 0%, #8846d1 50%, #fe5052 100%);
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.culture--slides .prev-arrow::before, .culture--slides .next-arrow::before,
.culture .prev-arrow::before, .culture .next-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 21.6666%;
  background: url("../img/common/icon_arrow_wht.svg") no-repeat center/contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg)
}
.culture--slides .prev-arrow::before,
.culture .prev-arrow::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media screen and (max-width: 820px) {
  .culture--slides .prev-arrow, .culture--slides .next-arrow,
  .culture .prev-arrow, .culture .next-arrow {
    width: 8vmin;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
  }
  .culture--slides .prev-arrow, .culture .prev-arrow {
    left: -1.5em;
  }
  .culture--slides .next-arrow, .culture .next-arrow {
    right: -1.5em;
  }
  .casual__list .culture--slides .prev-arrow,
  .casual__list .culture--slides .next-arrow {
    bottom: 5%;
  }
  .casual__list .culture--slides .prev-arrow {
    left: 2vmin;
    bottom: auto
  }
  .casual__list .culture--slides .next-arrow {
    right: 2vmin;
    bottom: auto
  }
  #company_senery .culture--slides .prev-arrow {
    left: 1em;
  }
  #company_senery .culture--slides .next-arrow {
    right: 1em;
  }
}
@media screen and (min-width: 821px) {
  .culture--slides .prev-arrow, .culture--slides .next-arrow {
    width: min(4.17vw, 60px);
    top: 50%;
    -webkit-transform: translateY(calc(50% - min(3.47vw, 50px)));
            transform: translateY(calc(50% - min(3.47vw, 50px)));
  }
  .culture--slides .prev-arrow {
    left: min(7.64vw, 110px);
  }
  .culture--slides .next-arrow {
    right:  min(7.64vw, 110px);
  }
}
/* ------------------------------------------------------
モーダル共通
------------------------------------------------------ */
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(17, 70, 190,.8);
  padding: 0px 0 40px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.modal__container.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  text-align: left;
  padding: 16vmin 2.0833%;
}
.casual__wrap {
  margin: auto;
  border-radius: 4vmin;
  background-color: #EBF2FF;
  padding: 6.46vmin 0 0;
  overflow: hidden;
}
.casual__list .casual__item:not(:first-of-type) {
  padding: 0 25px;
}
.casual__img {
  width: 80%;
  margin: 0 0 0 auto;
}
.casual__item h3 {
  font-size: 32px;
  color: var(--color-blu);
  line-height: 1.2;
}
.casual__subtitle {
  margin: 10px 0 35px;
  font-size: 14px;
  color: var(--color-blu);
}
.casual__textarea {
  position: relative;
  margin-bottom: 30px;
}
.casual__textarea h3 {
  position: absolute;
  top: -80px;
}
.casual__text p {
  text-align: center;
}
.casual__text p:first-of-type {
  margin-top: 1.7em;
  font-size: min(0.97vw, 1.4rem)
}
.casual__text p + p {
  font-size: 18px;
  line-height: 1.4;
}
.modal__close:not(.under__close) {
  display: block;
  position: absolute;
  top: 2.67vmin;
  right: 15px;
  width: 10.67vmin;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
}
.modal__close:not(.under__close)::before,
.modal__close:not(.under__close)::after{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  content: "";
}
.modal__close:not(.under__close)::after{
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
.under__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.under__close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-blu);
  border-radius: 100vh;
  font-size: 4.53vmin;
  color: var(--color-blu);
  text-align: center;
  cursor: pointer;
}
/* 社員紹介モーダル */
.employee__content .casual__item h3 {
  top: -100px;
  color: #fff;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.employee__content .casual__item h4 {
  margin-bottom: 1em;
  font-size: 6.4vmin;
}
.employee__content .casual__subtitle {
  margin: .6em 0 0;
  font-size: 4.27vmin;
  color: var(--color-blk);
}
.employee__content .casual__img {
  width: 240px;
  margin: 0 auto;
}
.employee__content .casual__img img {
  margin: auto;
  width: 70%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 60%;
     object-position: 100% 60%;
}
.employee__content dt {
  font-size: 4.27vmin;
  color: var(--color-blu);
  font-weight: bold;
}
.employee__content dd {
  margin-top: .5em;
}
.employee__content dd p {
  font-size: 3.73vmin;
}
.employee__content .casual__content li:not(:first-of-type) {
  margin-top: 3.0em;
}
.employee__content .culture--slides {
  margin: 8vmin 0 0;
  padding: 7vmin 5vmin 0;
  background-color: #fff;
}
.employee__body .culture--slides .culture__item {
  margin-left: 0;
}
.employee__body .culture--slides .culture__item .culture__img {
  border-radius: 4vmin;
  overflow: hidden;
}
.employee__body .culture--slides .culture__item .culture__img img {
    width: 100%;
    aspect-ratio: 17/11;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 28%;
       object-position: 100% 28%;
}
.employee__body .culture--slides .culture__item .casual__text p {
  font-size: 3.73vmin;
  text-align: left;
  line-height: 1.4;
}
.employee__body .culture--slides .culture__item .casual__text .name {
  color: var(--color-blu);
  font-size: 5.33vmin;
  font-weight: bold;
}
.employee__list {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .employee__content .casual__img { border-radius: 0.69vmin; overflow: hidden}
  .employee__body .culture--slides .culture__item .casual__text p {text-align: center;}
  .under__close { padding: 8vmin 0; }
  .under__close span {
    min-width: 14.7em;
    min-height: 3em;
  }
}
/* 社内風景 */
#company_senery {
  width: 100vw;
  margin-left: -2.67vmin;
  margin-top: 13.33vmin
}
#company_senery .slick-slide {
  margin: 0 0.3%;
}
#company_senery .culture--slides {
  margin-top: 25px;
}
#company_senery .culture__item {
  position: relative;
  width: 89.33vmin;
  margin: 0 1.33vmin;
  border-radius: 2.67vmin;
  overflow: hidden;
}
#company_senery .culture__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2.67vmin;
  border: 5px solid rgba(255,255,255, .7);
}
#company_senery .slick_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vmin;
  margin-left: 3em;
}
#company_senery .num {
  margin-left: 3em;
  font-size: 3.2vmin;
  color: #fff;
  font-weight: bold;
  letter-spacing: .2em;
}
#company_senery .dots-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50vmin;
  height: 4px;
  background-color: #5378CC;
  border-radius: 100vw
}
#company_senery .dots-wrap li {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 100vw;
  cursor: pointer;
}
#company_senery .dots-wrap li:hover, #company_senery .dots-wrap li.slick-active {
  background-color: var(--color-red);
}
#company_senery .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 821px) {
  /* 社員紹介 */
  #employee_introduction .culture--slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: min(2.08vw, 3.0rem)
  }
  /* 社内風景 */
  #company_senery {margin-left: max(-1.04vw, -1.5rem)}
  #company_senery .content-box-inner {
    max-width: 100%;
    margin-left: max(-4.51vw, -6.5rem)
  }
  #company_senery .culture__item {
    border-radius: 1.04vw;
    max-width: 84.0em;
    width: 43.75vw;
  }
  #company_senery .culture__item::after {
    border-radius: 1.04vw;
    border-width: min(1.04vw, 1.5rem);
  }
  #company_senery .culture__item img {
    width: 100%;
  }
  #company_senery .culture__img {
    width: 100%;
    margin: 0 auto;
  }
  #company_senery .culture--slides {
    margin-left: 0px;
    margin-top: 0px;
  }
    /*
  #company_senery .culture--slides .prev-arrow {
    left: min(2.78vw, 4.0rem);
  }
  #company_senery .culture--slides .next-arrow {
    right: min(2.78vw, 4.0rem);
  }
    */
   #company_senery .culture--slides .prev-arrow, 
   #company_senery .culture--slides .next-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
  }
  #company_senery .culture--slides .prev-arrow {
      margin-left: calc(43.75vw / -2);
  }
  #company_senery .culture--slides .next-arrow {
      margin-left: calc(43.75vw / 2);
  }
    
  #company_senery .slick_count {margin-top: min(1.04vw, 15px);}
  #company_senery .num {font-size: min(0.97vw, 1.4rem); letter-spacing: .5em;}
  #company_senery .dots-wrap ul {width: min(34.72vw, 500px);}
  .tabchange__titlearea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* モーダル全般 */
  .what__is {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .what__is:hover {
    opacity: 0.7;
  }
  .under__close{
    padding: min(4.86vw, 7.0rem) 0;
  }
  .under__close span {
    height: 3.5em;
    width: 21.2em;
    font-size: min(1.18vw, 1.7rem);
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .under__close span:hover {
    opacity: 0.7;
  }
  
  /* 社員紹介モーダル */
  .modal__content { padding: min(11.81vw, 170px) 2.0833%; }
  .modal__close:not(.under__close) {
    top: min(5.21vw, 75px);
    right: 2.0833%;
    width: min(4.51vw, 6.5rem);
    cursor: pointer;
  }
  .casual__wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: min(6.46vw, 93px) 0 0;
    border-radius: 1.04vw;
  }
  .employee__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 7.8%;
  }
  .employee__content .culture--slides {
    width: 100%;
    margin-top: min(6.94vw, 100px);
    padding: min(6.94vw, 100px) min(9.38vw, 135px) 0 ;
  }
  .employee__content .culture--slides .slick-list {
    left: max(-1.04vw, -15px)
  }
  #employee_introduction .culture__item {
    width: 30.2%;
    padding: min(2.78vw, 4.0rem);
    border-radius: 1.04vw;
    cursor: pointer;
  }
  #employee_introduction .culture__img {
    border-radius: 0.69vw;
  }
  #employee_introduction .culture__img img {
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  #employee_introduction .culture__img img:hover{
    -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
    /* transition: 1s all; */
  }
  .employee__body .culture--slides .culture__item .casual__text p {
    font-size: min(0.97vw, 1.4rem);
  }
  .employee__body .culture--slides .culture__item .casual__text .name {
    font-size: min(1.53vw, 2.2rem)
  }
  #employee_introduction .culture__item:nth-of-type(n+4){
      margin-top: min(4.17vw, 6.0rem);
  }
  .culture__text .culuture__position {
    font-size: min(0.97vw, 1.4rem)
  }
  .culture__text .culuture__name { font-size: min(1.53vw, 2.2rem); }
  .employee__content .employee__images { width: 38.8%;}
  .employee__content .casual__textarea {width: 51.8%}
  .employee__content .casual__item h3 {
    position: initial;
  }
  .employee__content .casual__subtitle {
    margin-top: 0;
    font-size: min(1.32vw, 1.9rem)
  }
  .employee__content .casual__item h4 {
    margin-bottom: .9em;
    font-size: min(2.15vw, 3.1rem)
  }
  .employee__content .casual__img{
    position: sticky;
    width: auto;
    /*height: 100vh;*/
    border-radius: 0.69vw;
    overflow: hidden;
  }
  .employee__content .casual__img img {
    width: 100%;
    height: min(48.61vw, 700px);
  }
  .employee__body .culture--slides .culture__item{
    margin-left: min(2.08vw, 30px);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
  }
  .employee__body .culture--slides .culture__item:hover {
    opacity: 0.7;
  }
  .employee__body .culture--slides .culture__item .culture__img {
    border-radius: 0.69vw;
    overflow: hidden;
  }
  .employee__content .casual__content {
    padding-top: min(3.47vmin, 50px);
    border-top: 1px solid var(--color-blk);
  }
  .employee__content .casual__content li p + p {
    margin-top: 1em;
  }
  .employee__content dt { font-size: min(1.25vw, 1.8rem)}
  .employee__content dd p {
    font-size: min(1.11vw, 1.6rem);
    line-height: 1.65
  }
  .employee__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1441px) {
  #company_senery {margin-left: calc((100vw - 1280px) / -2);}
  #company_senery .content-box-inner {margin-left: 0;}
}
/* #profile */
#profile {
  position: relative;
  padding-top: 18.67vmin;
}
#profile .bg-wrap {
  width: 100vw;
  margin-left: -2.67vmin;
  background: url("../img/recruit/bg_02.webp") no-repeat left top/cover;
}
#profile .bg-wrap::after {
  content: none;
}
#profile .content-term {
  text-align: center;
}
#profile .profile-wrap {
  background-color: #D1E1FF;
  border-radius: 4vmin;
  padding: 8vmin;
}
#profile .profile-num {
  color: #fff;
  font-size: 16vmin;
  font-weight: bold;
  line-height: 1;
}
#profile p {
  margin-top: .6em;
  color: var(--color-blu);
  font-size: 6.67vmin;
  font-weight: bold;
  line-height: 1.4;
}
#profile .btn-wrap {
  margin-top: 8vmin;
}
#profile .btn-default {
  font-size: 4.53vmin;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  #profile .profile-wrap:nth-of-type(n + 2) {
    margin-top: 5.33vmin
  }
}
@media screen and (min-width: 821px) {
  #profile {padding-top: min(6.25vw, 9.0rem)}
  #profile .bg-wrap {
    height: auto;
    aspect-ratio: 30/47;
    margin-left: -1.041665vw
  }
  #profile .content-term {
  }
  #profile .content-box-inner .content-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #profile .profile-wrap {
    width: 30.17%;
    padding: min(2.64vw, 3.8rem);
    border-radius: 1.04vw;
  }
  #profile .profile-num {font-size: min(5.56vw, 8.0rem)}
  #profile p {font-size: min(2.08vw, 3.0rem)}
  #profile .btn-wrap {margin-top: min(2.43vw, 3.5rem)}
  #profile .btn-default {
    background: var(--gradation-01-left);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: all .3s ease-out;
    font-size: min(1.18vw, 1.7rem)
  }
  #profile .btn-default:hover {
    background-size: 100% 100%;
    border-color: #fff;
    color: #fff;
    opacity: 1;
  }
}
/* #culture */
#culture {
  position: relative;
  margin-top: 8vmin;
}
#culture .content-term {
  text-align: center;
}
#culture .culture__box {
  height: 100%;
  background-color: #D1E1FF;
  border-radius: 4vmin;
  padding: 8vmin;
}
#culture .culture-num {
  color: #fff;
  font-size: 16vmin;
  font-weight: bold;
  line-height: 1;
}
#culture .culture-ttl {
  margin-top: .6em;
  color: var(--color-blu);
  font-size: 5.87vmin;
  font-weight: bold;
  line-height: 1.6;
}
#culture p {
  margin-top: .9em;
  font-size: 3.73vmin;
  text-align: left;
  line-height: 1.85;
}
@media screen and (max-width: 820px) {
}
@media screen and (min-width: 821px) {
  #culture {margin-top: min(3.47vw, 5.0rem)}
  #culture .culture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #culture .culture> li { width: 17.84%; }
  #culture .culture> li:nth-of-type(n + 6) { margin-top: min(2.08vw, 3.0rem); }
  #culture .culture__box {
    padding: min(1.39vw, 2.0rem);
    border-radius: 1.04vw;
  }
  #culture .culture-num {font-size: min(4.17vw, 6.0rem)}
  #culture .culture-ttl {font-size: min(1.25vw, 1.8rem)}
  #culture p {font-size: min(0.9vw, 1.3rem)}
}
/* #faq */
#faq {
  position: relative;
  margin-top: 8vmin;
}
#faq .content-box {
  padding-bottom: 13.33vmin;
}
#faq .content-term {
  text-align: center;
}
#faq .accordion {
  text-align: left;
}
#faq .faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.87vmin;
  color: var(--color-blu);
  font-weight: bold;
  line-height: 1.5;
}
#faq .faq__title:nth-of-type(n + 2) {
  margin-top: 1.4em;
}
#faq .faq__title span {
  position: relative;
  top: .1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8vmin;
  margin-right: 5.33vmin;
  font-size: 4.8vmin;
  color: var(--color-blu);
}
#faq .faq__title span::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1/ 1;
  border: 1px solid var(--color-blu);
  border-radius: 100%;
  pointer-events: none;
}
#faq .faq__content {
  padding: 4.8vmin 0;
  border-bottom: 1px solid var(--color-blk);
}
#faq .faq__content:last-of-type {
  border: none;
}
#faq .faq__content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.53vmin;
  line-height: 1.6;
}
#faq .faq__content span {
  position: relative;
  top: .1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8vmin;
  margin-right: 5.33vmin;
  font-size: 4.8vmin;
  font-weight: bold;
}
#faq .faq__content span::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1/ 1;
  border: 1px solid var(--color-blk);
  border-radius: 100%;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
}
@media screen and (min-width: 821px) {
  #faq {margin-top: min(3.47vw, 5.0rem)}
  #faq .faq__content {padding: min(1.39vw, 2.0rem) 0 min(1.81vw, 2.6rem)}
  #faq .content-box {padding: min(3.47vw, 5.0rem) min(8.33vw, 12.0rem) min(4.17vw, 6.0rem)}
  #faq .faq__title:nth-of-type(n + 2) {margin-top: min(2.64vw, 3.8rem)}
  #faq .faq__title {font-size: min(1.81vw, 2.6rem)}
  #faq .faq__title span, #faq .faq__content span {
    top: 0;
    width: min(2.29vw, 3.3rem);
    margin-right: min(2.36vw, 3.4rem);
    font-size: min(1.39vw, 2.0rem)
  }
  #faq .faq__content p { font-size: min(1.18vw, 1.7rem)}
}

/* #system */
#system {
  position: relative;
  margin: 18.67vmin 0;
}
#system .content-term {
  text-align: center;
}
#system .system_item .btn {
  position: relative;
  display: block;
  background: url("../img/recruit/bg-btn-sp.jpg") no-repeat center/cover;
  border-radius: 4vmin;
  overflow: hidden;
  color: #fff;
}
#system .system_item .btn::after {
  content: "";
  position: absolute;
  right: 5.33vmin;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8.53vmin;
  aspect-ratio: 1/1;
  background: url("../img/recruit/icon-arrow.svg") no-repeat center/contain;
}
#system .system_item .btn.__gray {
  background: #C1C6CC;
}
#system .system_item .btn p {
  padding: 1.2em;
  font-size: 9.33vmin;
  font-weight: bold;
  line-height: 1.2;
}
#system .system_item .btn small {
  font-size: .7em;
}
@media screen and (max-width: 820px) {
  #system .system_item> li:nth-of-type(n + 2) {
    margin-top: 5.33vmin;
  }
}
@media screen and (min-width: 821px) {
  #system {margin: min(6.25vw, 9.0rem) 0}
  #system .system_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #system .system_item> li {
    width: 48.5%;
  }
  #system .system_item .btn {
    border-radius: 1.04vw;
    transition: opacity 0.3s ease-out;
  }
  #system .system_item .btn:hover {
    opacity: .7;
  }
  #system .system_item .btn p {
    padding: 1.2em 2.2em;
    font-size: min(2.43vw, 3.5rem)
  }
  #system .system_item .btn::after {
    width: min(2.92vw, 4.2rem);
    right: min(2.08vw, 3.0rem)
  }
}

/* ------------------------------------------------------
FORM
------------------------------------------------------ */
.form p { 
  font-size: min(1.04vw, 1.5rem);
  text-align: left;
  line-height: 1.8;
}
.form p.form__link { 
  text-align: center;
}
.form p+ p { margin-top: 2em}
.form .content-box {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: min(6.94vw, 10rem)
}
.form .content-term {
  margin-bottom: min(4.86vw, 7.0rem) ;
}
.form .content-box-inner .content-term {
  padding: 0 min(8.33vw, 12rem) ;
  text-align: center;
}
.form__privacy {
  padding-top: 2.94em;
  padding-bottom: 1.5em;
}
.checkbox--style label {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.btn-wrap { margin-top: min(3.47vw, 5.0rem);}

/* form_confirm 確認画面 */
.back-btn {
  width: 12.4em;
  min-width: auto;
}
.send-btn {
  width: 21.2em;
  min-width: auto;
}
@media screen and (min-width: 821px) {
  .form .content-box-inner .content-term h2 {display: inline-block}
  .form__privacy .checkbox--style label { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .send-btn { margin-left: 3em; }
  .form__table select {
    width: 50%;
    border-radius: 0.69vw;
    min-height: 4.12em;
    padding: 0 2.3em;
    background-position: calc(100% - (2.3em/2)) center;
    background-position: -webkit-calc(100% - (2.3em/2)) center;
  }
}
@media screen and (max-width: 820px) {
  .form .content-box {padding-bottom: 18.67vmin}
  .form .content-box-inner .content-term { margin-bottom: 12vmin; padding: 0 min(2.67vw, 1.0rem)}
  .form .content-box-inner .content-term h2 {text-align: center;}
  .form .content-box-inner .content-term h2 span {position: relative;}
  .form p {
    font-size: 3.73vmin;
    line-height: 1.8571;
  }
  .checkbox--style {margin-left: 1.34em}
  .form__privacy { padding: 2.7em 1.34em 2em; font-size: 1.04em; text-align: left}
  .form__privacy .checkbox--style {margin-left: 0}
  .form__privacy .checkbox--style label {font-size: 4vmin}
  .form__privacy .checkbox--style .checkmark {margin-right: 1.34em}
  .btn-wrap { margin-top: 10.67vmin; padding: 0 8vmin}
  .btn-default {width: 100%;}
  
  /* form_confirm 確認画面 */
  .form_confirm .form__table tr {padding: 0 5.33vmin}
  .back-btn, .send-btn { width: 100%}
  .back-btn {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2; margin-top: 1.4em;}
  .form__table select {
    width: 100%;
    min-height: 5em;
    border-radius: 2.67vmin;
    padding: 0 1.34em;
    background-position: calc(100% - (1.34em/2)) center;
    background-position: -webkit-calc(100% - (1.34em/2)) center;
  }
}

.form__table select {
  display: block;
  outline: none;
  background-color: #fff;
  border: 1px solid #BCD5FA;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41MjciIGhlaWdodD0iMzIuNTI3IiB2aWV3Qm94PSIwIDAgMzIuNTI3IDMyLjUyNyI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzg2IDc2MS43NjQpIHJvdGF0ZSgtOTApIj4gPGcgaWQ9IkVsbGlwc2VfMSIgZGF0YS1uYW1lPSJFbGxpcHNlIDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc0NS41IDI3ODYpIHJvdGF0ZSg0NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBmMWYzYiIgc3Ryb2tlLXdpZHRoPSIxIj4gPGNpcmNsZSBjeD0iMTEuNSIgY3k9IjExLjUiIHI9IjExLjUiIHN0cm9rZT0ibm9uZSIvPiA8Y2lyY2xlIGN4PSIxMS41IiBjeT0iMTEuNSIgcj0iMTEiIGZpbGw9Im5vbmUiLz4gPC9nPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMjAwLjEwNCAyOTQuMTU2KSByb3RhdGUoNDUpIj4gPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzQzIDI3OTgpIiBmaWxsPSIjMGYxZjNiIi8+IDxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc0OSAyODAzKSByb3RhdGUoOTApIiBmaWxsPSIjMGYxZjNiIi8+IDwvZz4gPC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 2em;
}