/* Scss Document */
/* =============================================================
common.scss
============================================================== */
.recruitWrap {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  font-weight: 400;
}
.recruitWrap * {
  box-sizing: border-box;
}
.recruitWrap a {
  outline: none;
  text-decoration: none;
}
.recruitWrap img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.recruitWrap #breadcrumb {
  background: none;
}

/*=============================================================
   parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--wide, .base--large, .base, .base--small, .base--ss {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max .base--wide {
  max-width: 1600px;
}
.base--max .base--large {
  max-width: 1400px;
}
.base--max .base {
  max-width: 1200px;
}
.base--max .base--small {
  max-width: 960px;
}
.base--max .base--ss {
  max-width: 800px;
}
.base--max .base--wide,
.base--max .base--large,
.base--max .base,
.base--max .base--small,
.base--max .base--ss {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--wide .base--large {
  max-width: 1400px;
}
.base--wide .base {
  max-width: 1200px;
}
.base--wide .base--small {
  max-width: 960px;
}
.base--wide .base--ss {
  max-width: 800px;
}
.base--wide .base--large,
.base--wide .base,
.base--wide .base--small,
.base--wide .base--ss {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--large .base {
  max-width: 1200px;
}
.base--large .base--small {
  max-width: 960px;
}
.base--large .base--ss {
  max-width: 800px;
}
.base--large .base,
.base--large .base--small,
.base--large .base--ss {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base .base--small {
  max-width: 960px;
}
.base .base--ss {
  max-width: 800px;
}
.base .base--small,
.base .base--ss {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--small .base--ss {
  max-width: 800px;
}
.base--small .base--ss {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.space--large.last_section {
  padding-bottom: calc(120px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(120px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(120px + 130px);
  }
}

.space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(80px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(80px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(80px + 130px);
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(50px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.c-txtbox p,
.c-txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-txtbox p,
  .c-txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-txtbox p,
  .c-txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.c-txtbox p + p,
.c-txt + .c-txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .c-txtbox p + p,
  .c-txt + .c-txt {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

/*=============================================================
  heading.scss
==============================================================*/
.c-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 20px;
  }
}
.c-heading_en {
  display: inline-block;
  background: #0053a7;
  padding: 25px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.375rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .c-heading_en {
    font-size: 6vw;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading_en {
    font-size: max(5vw, 30px);
  }
}
.c-heading_ja {
  color: #0053a7;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 959px) {
  .c-heading_ja {
    font-size: 1rem;
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 559px) {
  .c-heading_ja {
    font-size: 0.875rem;
  }
}
.c-heading--white .c-heading_en {
  background: #fff;
  color: #0053a7;
}
.c-heading--white .c-heading_ja {
  color: #fff;
}

/*=============================================================
  title.scss
==============================================================*/
/*=============================================================
  button.scss
==============================================================*/
.c-btn01 a {
  border: 2px solid #0053a7;
  border-radius: 5px;
  padding: 25px 10px;
  text-align: center;
  display: block;
  width: 80%;
  max-width: 350px;
  position: relative;
  font-weight: bold;
  color: #0053a7;
  background: #fff;
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .c-btn01 a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 559px) {
  .c-btn01 a {
    font-size: 0.875rem;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 a {
    transition: all 0.3s;
  }
}
.c-btn01 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .c-btn01 a:hover {
    background: #0053a7;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 a:hover::before, .c-btn01 a:hover::after {
    background: #fff;
    right: 10px;
  }
}
.c-btn01 a::before, .c-btn01 a::after {
  content: '';
  display: block;
  background: #0053a7;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 2px;
}
@media screen and (min-width: 960px) {
  .c-btn01 a::before, .c-btn01 a::after {
    transition: all 0.3s;
  }
}
.c-btn01 a::before {
  width: 26px;
}
.c-btn01 a::after {
  width: 15px;
  transform: rotate(40deg);
  transform-origin: right bottom;
}
.c-btn01--center a {
  margin: 0px auto;
}
.c-btn01--white a {
  border: 2px solid #fff;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  slick.scss
==============================================================*/
.interviewlist_slide .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
  background: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .interviewlist_slide .slick-arrow {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_slide .slick-arrow {
    width: 30px;
  }
}
.interviewlist_slide .slick-arrow::before, .interviewlist_slide .slick-arrow::after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  background: #0053a7;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .interviewlist_slide .slick-arrow::before, .interviewlist_slide .slick-arrow::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_slide .slick-arrow::before, .interviewlist_slide .slick-arrow::after {
    width: 25px;
  }
}
.interviewlist_slide .slick-arrow.slick-next {
  right: 0;
  transform: translateX(100%);
}
.interviewlist_slide .slick-arrow.slick-next::before {
  transform-origin: right top;
  transform: rotate(45deg) translateX(-2px);
}
.interviewlist_slide .slick-arrow.slick-next::after {
  transform-origin: right top;
  transform: rotate(-45deg) translateX(-2px);
}
.interviewlist_slide .slick-arrow.slick-next:hover::before {
  transform: rotate(45deg) translateX(1px);
}
.interviewlist_slide .slick-arrow.slick-next:hover::after {
  transform: rotate(-45deg) translateX(1px);
}
.interviewlist_slide .slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-100%);
}
.interviewlist_slide .slick-arrow.slick-prev::before {
  transform-origin: left top;
  transform: rotate(45deg) translateX(3px);
}
.interviewlist_slide .slick-arrow.slick-prev::after {
  transform-origin: left top;
  transform: rotate(-45deg) translateX(3px);
}
.interviewlist_slide .slick-arrow.slick-prev:hover::before {
  transform: rotate(45deg) translateX(0);
}
.interviewlist_slide .slick-arrow.slick-prev:hover::after {
  transform: rotate(-45deg) translateX(0);
}

/*=============================================================
  recruitinglink.scss
==============================================================*/
.recruitinglink {
  background: url("../img/bg_toprecruiting.jpg") no-repeat center center/cover;
}
.recruitinglink_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruitinglink_wrap {
    display: block;
  }
}
.recruitinglink_btn {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruitinglink_btn {
    width: 100%;
    margin-top: 10px;
  }
}
.recruitinglink_btn a {
  display: block;
  padding: 45px 10px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  border-radius: 7px;
  border: 2px solid #fff;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .recruitinglink_btn a {
    font-size: 1.625rem;
    padding: 35px 10px;
  }
}
@media screen and (max-width: 559px) {
  .recruitinglink_btn a {
    font-size: 1.5rem;
    padding: 25px 10px;
  }
}
@media screen and (min-width: 960px) {
  .recruitinglink_btn a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .recruitinglink_btn a:hover {
    background: #fff;
    color: #0053a7;
  }
}
@media screen and (min-width: 960px) {
  .recruitinglink_btn a:hover::before, .recruitinglink_btn a:hover::after {
    background: #0053a7;
    right: 15px;
  }
}
.recruitinglink_btn a::before, .recruitinglink_btn a::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 5px;
}
@media screen and (min-width: 960px) {
  .recruitinglink_btn a::before, .recruitinglink_btn a::after {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .recruitinglink_btn a::before, .recruitinglink_btn a::after {
    right: 15px;
    height: 4px;
  }
}
@media screen and (max-width: 559px) {
  .recruitinglink_btn a::before, .recruitinglink_btn a::after {
    height: 3px;
  }
}
.recruitinglink_btn a::before {
  width: 60px;
}
@media screen and (max-width: 959px) {
  .recruitinglink_btn a::before {
    width: 45px;
  }
}
@media screen and (max-width: 559px) {
  .recruitinglink_btn a::before {
    width: 30px;
  }
}
.recruitinglink_btn a::after {
  width: 40px;
  transform: rotate(40deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 959px) {
  .recruitinglink_btn a::after {
    width: 30px;
  }
}
@media screen and (max-width: 559px) {
  .recruitinglink_btn a::after {
    width: 20px;
  }
}

/*=============================================================
  recruitentry.scss
==============================================================*/
.recruitentry {
  border-top: 1px solid #0053a7;
}
.recruitinglink + .recruitentry {
  border-top: none;
}

.recruitentry_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .recruitentry_inner {
    display: block;
  }
}

.recruitentrytel {
  padding: 0px 0;
  color: #0053a7;
  width: 35%;
}
@media screen and (max-width: 959px) {
  .recruitentrytel {
    width: 100%;
  }
}
.recruitentrytel_inner {
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .recruitentrytel_inner {
    text-align: center;
  }
}
.recruitentrytel a {
  color: #0053a7;
}
.recruitentrytel_txt {
  font-size: 1.125rem;
  padding: 10px;
  border-bottom: 2px solid #0053a7;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}
.recruitentrytel_number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: min(max(34px, calc(2.125rem + ((1vw - 9.6px) * 1.3636))), 40px);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .recruitentrytel_number {
    font-size: 2.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .recruitentrytel_number {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 559px) {
  .recruitentrytel_number {
    font-size: 9vw;
  }
}
.recruitentrytel_number span {
  display: block;
  justify-content: center;
  align-content: center;
  margin-right: 5px;
  width: 32px;
}
@media screen and (max-width: 559px) {
  .recruitentrytel_number span {
    width: 27px;
  }
}
.recruitentrytel_time {
  padding-left: 37px;
  font-size: min(max(14px, calc(0.875rem + ((1vw - 9.6px) * 0.4545))), 16px);
}
@media screen and (max-width: 959px) {
  .recruitentrytel_time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 559px) {
  .recruitentrytel_time {
    font-size: 0.875rem;
  }
}

.recruitentrylink {
  background: #e5edf6;
  padding: 70px 20px;
  width: 65%;
  max-width: 900px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .recruitentrylink {
    width: 100%;
    padding: 40px 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitentrylink {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 559px) {
  .recruitentrylink {
    display: block;
  }
}
.recruitentrylink_item {
  width: 41.1%;
  max-width: 370px;
  margin: 0px 1.5%;
}
@media screen and (max-width: 767px) {
  .recruitentrylink_item {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .recruitentrylink_item {
    width: 100%;
    margin: 0;
    max-width: none;
  }
}
@media screen and (max-width: 559px) {
  .recruitentrylink_item + div {
    margin-top: 10px;
  }
}
.recruitentrylink_item a {
  height: 100%;
  border: 2px solid #0053a7;
  border-radius: 7px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .recruitentrylink_item a {
    padding: 15px 10px;
  }
}
.recruitentrylink_txt {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitentrylink_txt {
    font-size: 0.875rem;
  }
}
.recruitentrylink_txt02 {
  paddint-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitentrylink_txt02 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitentrylink_img {
    width: 160px;
  }
}
.recruitentrylink_shinsotsu a {
  background: #fff;
  color: #0053a7;
}
.recruitentrylink_chuto a {
  background: #0053a7;
  color: #fff;
}

/* =============================================================
top.css
============================================================== */
.mainvisual {
  position: relative;
}
.mainvisual_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .mainvisual_inner {
    justify-content: flex-end;
    position: relative;
    transform: translateY(-33%);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual_inner {
    transform: translateY(0);
    margin-top: 30px;
  }
}
.mainvisual_movie {
  height: 100%;
  max-width: 1400px;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual_movie {
    width: 100%;
    margin: 0;
  }
}
.mainvisual_movie::before {
  content: '';
  background: url("../img/index/bg_img02.png") no-repeat right bottom/100% auto;
  width: 30vw;
  height: calc(30vw * 1.02);
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  transform: translateY(65%);
}
@media screen and (max-width: 767px) {
  .mainvisual_movie::before {
    width: 50vw;
  }
}
.mainvisual_movie .videoBox {
  height: 100%;
}
.mainvisual_movie video {
  width: 100%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainvisual_movie video {
    border-radius: 0;
  }
}
.mainvisual_copy--en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0053a7;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .mainvisual_copy--en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 559px) {
  .mainvisual_copy--en {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
.mainvisual_copy--ja {
  margin-left: -15px;
}
.mainvisual_copy--ja span {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 2.125rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .mainvisual_copy--ja span {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 559px) {
  .mainvisual_copy--ja span {
    font-size: 4.5vw;
    padding: 5px 20px;
    margin-left: -5px;
  }
}

.top-bg {
  position: relative;
}

.top-recruitmessage {
  background: url("../img/index/bg_a.png") no-repeat right bottom;
  background-size: min(23vw, 425px) auto;
}
@media screen and (max-width: 767px) {
  .top-recruitmessage {
    background-size: 40vw auto;
  }
}
.top-recruitmessage_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-recruitmessage_container {
    display: block;
  }
}
.top-recruitmessage_inner {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top-recruitmessage_inner {
    width: 100%;
  }
}
.top-recruitmessage_ph {
  width: calc(45% + (50vw - 50%));
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-recruitmessage_ph {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top-recruitmessage_ph img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.top-recruitmessage_ph::before {
  content: '';
  background: url("../img/index/bg_img01.png") no-repeat right bottom/100% auto;
  max-width: 821px;
  width: 50vw;
  height: min(909px, calc(50vw * 110.7));
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .top-recruitmessage_ph::before {
    width: 90vw;
  }
}
.top-recruitmessage_title {
  font-weight: bold;
  color: #0053a7;
  font-size: min(max(30px, calc(1.875rem + ((1vw - 9.6px) * 1.3636))), 36px);
  line-height: 1.6;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 959px) {
  .top-recruitmessage_title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .top-recruitmessage_title {
    padding-top: 10px;
    font-size: max(3vw, 24px);
  }
}
.top-recruitmessage .c-txt {
  line-height: 2;
}
.top-recruitmessage .c-btn01 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-recruitmessage .c-btn01 {
    margin-top: 40px;
  }
}

.top-recruitgallery .slick-track {
  display: flex;
}
.top-recruitgallery .slick-slide {
  height: auto !important;
}
.top-recruitgallery_ph {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-interview {
  position: relative;
  width: 100%;
}

.top-recruitflow {
  background: url("../img/index/bg_a02.png") no-repeat right bottom;
  background-size: min(31.4vw, 603px) auto;
}
@media screen and (max-width: 767px) {
  .top-recruitflow {
    background: none;
  }
}
.top-recruitflow_list {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .top-recruitflow_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-recruitflow_list {
    padding-top: 20px;
  }
}
.top-recruitflow_item {
  border: 2px solid #0053a7;
  background: #fff;
  text-align: center;
  padding: 100px 2% 20px 2%;
  width: 22%;
  position: relative;
  border-radius: 7px;
}
@media screen and (max-width: 959px) {
  .top-recruitflow_item {
    width: 100%;
    padding: 30px 5% 30px 10%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 20% 25% 55%;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas: "icon title txt";
  }
}
@media screen and (max-width: 767px) {
  .top-recruitflow_item {
    padding: 30px 5% 30px 10%;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title" "icon txt";
  }
}
@media screen and (max-width: 959px) {
  .top-recruitflow_item + li {
    margin-top: 40px;
  }
}
.top-recruitflow_item::after {
  content: '';
  background: url("../img/index/icon_flowarrow.png") no-repeat center center/contain;
  width: 30px;
  height: 40px;
  position: absolute;
  right: -40px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 959px) {
  .top-recruitflow_item::after {
    transform: rotate(90deg) translateX(50%) translateY(-50%);
    right: 50%;
    bottom: -30px;
  }
}
.top-recruitflow_item:last-of-type::after {
  display: none;
}
.top-recruitflow_icon {
  grid-area: icon;
}
.top-recruitflow_title {
  grid-area: title;
}
.top-recruitflow_txt {
  grid-area: txt;
}
.top-recruitflow_icon {
  padding: 0px 5px;
}
@media screen and (max-width: 959px) {
  .top-recruitflow_icon {
    padding: 0px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-recruitflow_icon {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .top-recruitflow_icon img {
    width: 110px;
  }
}
.top-recruitflow_number {
  width: min(50%, 132px);
  position: absolute;
  left: 0;
  top: -30px;
  transform: translateX(-30%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-recruitflow_number {
    width: min(18vw, 100px);
    font-size: 1.25rem;
    transform: translateX(0);
    left: -20px;
  }
}
.top-recruitflow_number::before {
  content: '';
  display: block;
  padding-top: 76.5%;
}
.top-recruitflow_number span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/index/bg_flowno.png") no-repeat center center/contain;
}
.top-recruitflow_title {
  color: #0053a7;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 35px 0 25px 0;
}
@media screen and (max-width: 959px) {
  .top-recruitflow_title {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-recruitflow_title {
    font-size: 1.375rem;
    text-align: left;
  }
}
.top-recruitflow_txt {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-recruitflow_txt {
    font-size: 0.875rem;
  }
}

/* =============================================================
interviewlist.css
============================================================== */
.recruittit {
  background: url("../img/bg_title.jpg") no-repeat;
  background-position: center center;
  height: 376px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .recruittit {
    height: 280px;
    background: url("../img/bg_title02.png") no-repeat, url("../img/bg_title01.jpg") no-repeat;
    background-position: right bottom, -50px top;
    background-size: min(34.3vw, 660px) auto, auto 90%;
  }
}
@media screen and (max-width: 767px) {
  .recruittit {
    height: 200px;
  }
}
.recruittit_inner {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .recruittit_inner {
    padding-bottom: 30px;
  }
}
.recruittit_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 3.375rem;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .recruittit_en {
    font-size: 2.75rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruittit_en {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}
.recruittit_ja {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .recruittit_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruittit_ja {
    font-size: 0.875rem;
  }
}

.interviewlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .interviewlist::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.interviewlist .interviewlist_item {
  border: 1px solid #0053a7;
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interviewlist .interviewlist_item {
    width: 49%;
  }
}
.interviewlist_item {
  border-radius: 10px;
  overflow: hidden;
  max-width: 387px;
}
.interviewlist_item a {
  display: block;
  position: relative;
}
.interviewlist_item:hover .interviewlist_ph img {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .interviewlist_item:hover .interviewlist_data {
    bottom: 0;
    opacity: 1;
  }
}
.interviewlist_ph {
  background-size: cover;
  background-position: center top;
}
.interviewlist_ph img {
  opacity: 1;
  transition: opacity 0.5s;
}
.interviewlist_data {
  background: #fff;
  padding: min(15%, 50px) 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -30%;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .interviewlist_data {
    transition: all 0.5s;
    opacity: 0;
  }
}
@media screen and (max-width: 959px) {
  .interviewlist_data {
    padding: 25px 0;
    bottom: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_data {
    padding: 20px 0;
  }
}
.interviewlist_job {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.interviewlist_job p {
  background: url("../img/index/bg_interviewlist.png") repeat left top;
  color: #fff;
  border: 3px solid #fff;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-size: min(max(12px, calc(0.75rem + ((1vw - 9.6px) * 1.1364))), 17px);
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .interviewlist_job p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_job p {
    padding: 6px 20px;
  }
}
.interviewlist_name {
  color: #0053a7;
  font-size: min(max(22px, calc(1.375rem + ((1vw - 9.6px) * 0.9091))), 26px);
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .interviewlist_name {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_name {
    font-size: 1.25rem;
  }
}

.interviewlist_bg {
  background: linear-gradient(to bottom, #fff 65%, #0086d1 65%);
}

.interviewlist_slide {
  position: relative;
  margin: 0 -12px 45px -12px;
  width: calc(100% + 24px);
}
@media screen and (max-width: 959px) {
  .interviewlist_slide {
    margin: 0 -8px 30px -8px;
    width: calc(100% + 16px);
  }
}
@media screen and (max-width: 559px) {
  .interviewlist_slide {
    width: 100vw;
    margin: 0px calc(50% - 50vw) 20px calc(50% - 50vw);
  }
}
.interviewlist_slide .interviewlist_item {
  margin: 0 12px;
  max-width: 387px;
}
@media screen and (max-width: 959px) {
  .interviewlist_slide .interviewlist_item {
    margin: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .interviewlist_slide .interviewlist_data {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_slide .interviewlist_data {
    padding: 25px 0;
  }
}
@media screen and (max-width: 959px) {
  .interviewlist_slide .interviewlist__name {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewlist_slide .interviewlist__name {
    font-size: 1.375rem;
  }
}

/* =============================================================
interview.css
============================================================== */
.interviewtit_name-blue{
  color: #0053a7 !important;
}
.space--medium--right{
  text-align: right !important;
}

.interviewtit {
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 540px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .interviewtit {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .interviewtit {
    height: 300px;
  }
}
.interviewtit_job {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .interviewtit_job {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewtit_job {
    font-size: 1rem;
  }
}
.interviewtit_name {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .interviewtit_name {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewtit_name {
    font-size: 1.75rem;
  }
}
.interviewtit_name span {
  font-size: 1.125rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .interviewtit_name span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewtit_name span {
    font-size: 0.875rem;
  }
}
.interviewtit_nyusya {
  font-size: 1.3125rem;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .interviewtit_nyusya {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewtit_nyusya {
    font-size: 1rem;
  }
}

.interview_heading {
  display: inline-block;
  background: #0053a7;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  padding: 20px 4%;
  margin-bottom: 80px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .interview_heading {
    font-size: 1.625rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .interview_heading {
    font-size: max(3.2vw, 18px);
    margin-bottom: 30px;
    padding: 15px 15px;
  }
}

.grid_row2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .grid_row2 {
    flex-direction: column-reverse;
  }
}
.grid_row2 .griditem_txt {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .grid_row2 .griditem_txt {
    width: 100%;
  }
}
.grid_row2 .griditem_ph {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .grid_row2 .griditem_ph {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .grid_row2 .griditem_ph img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.grid_row2--reverse {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .grid_row2--reverse {
    flex-direction: column-reverse;
  }
}

.interview01 {
  background: url("../img/interview/bg_a.png") no-repeat;
  background-position: right center;
  background-size: min(50vw, 667px) auto;
}
@media screen and (max-width: 959px) {
  .interview01 {
    background-size: min(50vw, 667px) auto;
  }
}
@media screen and (max-width: 767px) {
  .interview01 {
    background-position: 67vw center;
    background-size: min(40vw, 667px) auto;
  }
}
.interview01 .base {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interview01 .base {
    align-items: center;
    padding-right: 0;
  }
}
.interview01_inner {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .interview01_inner {
    width: 68%;
  }
}
.interview01_ph {
  width: 33.8%;
}
@media screen and (max-width: 767px) {
  .interview01_ph {
    width: 28%;
  }
}

.interview_schedule {
  margin-top: 90px;
}
@media screen and (max-width: 959px) {
  .interview_schedule {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .interview_schedule {
    margin-top: 30px;
    margin-left: -40px;
    width: 100vw;
    padding: 0 40px;
  }
}
@media screen and (max-width: 559px) {
  .interview_schedule {
    margin-left: -20px;
    padding: 0 20px;
  }
}
.interview_schedule_title {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1.875rem;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .interview_schedule_title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .interview_schedule_title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.interview_schedule_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.interview_schedule_list li {
  position: relative;
}
.interview_schedule_list li:last-of-type .schedule_time::after {
  display: none;
}
.interview_schedule_list .schedule_time {
  border: 4px solid #0053a7;
  width: min(9vw, 100px);
  border-radius: 50%;
  font-weight: bold;
  position: relative;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0053a7;
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .interview_schedule_list .schedule_time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .interview_schedule_list .schedule_time {
    font-size: max(2.5vw, 12px);
    border: 3px solid #0053a7;
    width: min(15vw, 100px);
  }
}
.interview_schedule_list .schedule_time::before {
  content: '';
  padding-top: 100%;
  display: block;
}
.interview_schedule_list .schedule_time::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #0053a7;
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.interview_schedule_list .schedule_time span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_schedule_list .schedule_txt {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .interview_schedule_list .schedule_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .interview_schedule_list .schedule_txt {
    font-size: 0.875rem;
  }
}

.interview03 {
  position: relative;
}
.interview03::after {
  content: '';
  display: block;
  background: #cee8fe;
  width: 120vw;
  height: 200%;
  max-height: 700px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25%) rotate(-10deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview03::after {
    width: 200vw;
    max-height: 130vh;
    transform: translate(-50%, -30%) rotate(-10deg);
  }
}
@media screen and (max-width: 559px) {
  .interview03::after {
    transform: translate(-50%, -40%) rotate(-10deg);
  }
}

.interview04 {
  display: grid;
  justify-content: center;
  grid-template-columns: 25% 61.6%;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "ph title" "ph comment";
  	/*
    display: flex;
    justify-content: center;
    align-items: center;
    @include mq-down(md){
    align-items: flex-end;
  	}
    
    &_ph{
      padding-right:70px;
  	
    	@include mq-down(lg){
  			width:25%;
  			padding-right: 5%;
  		}
    }
    
    &_txt{
      width:61.6%;
    	@include mq-down(lg){
      	width:70%;
  		}
    }
  	*/
}
@media screen and (max-width: 959px) {
  .interview04 {
    grid-template-columns: 30% 70%;
  }
}
.interview04_ph {
  grid-area: ph;
}
.interview04_title {
  grid-area: title;
  align-self: flex-end;
}
.interview04_fukidashi {
  grid-area: comment;
  align-self: flex-start;
}
.interview04_ph {
  padding-right: 20px;
}
.interview04_fukidashi {
  border-radius: 30px;
  border: 3px solid #0053a7;
  padding: 20px 8%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .interview04_fukidashi {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .interview04_fukidashi {
    min-height: auto;
    padding: 30px 5%;
    border: 2px solid #0053a7;
    border-radius: 20px;
  }
}
.interview04_fukidashi::before, .interview04_fukidashi::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.interview04_fukidashi::before {
  border-width: 0 40px 40px 0;
  border-color: transparent #0053a7 transparent transparent;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .interview04_fukidashi::before {
    border-width: 0 30px 30px 0;
    border-color: transparent #0053a7 transparent transparent;
    left: -30px;
  }
}
.interview04_fukidashi::after {
  border-width: 0 34px 34px 0;
  border-color: transparent #fff transparent transparent;
  left: -34px;
}
@media screen and (max-width: 767px) {
  .interview04_fukidashi::after {
    border-width: 0 26px 26px 0;
    border-color: transparent #fff transparent transparent;
    left: -26px;
  }
}

.interview_other {
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  padding: 20px 5%;
  background: linear-gradient(to right, #4f248e 0%, #029dd4 100%);
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .interview_other {
    font-size: 1.375rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .interview_other {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

/* =============================================================
message.css
============================================================== */
.messagetit {
  background: url("../img/message/img_message01.jpg") no-repeat;
  background-position: left center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 650px;
  width: 100%;
  min-width: calc((50vw - 50%) + 100%);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1199px) {
  .messagetit {
    background-position: -150px center;
  }
}
@media screen and (max-width: 959px) {
  .messagetit {
    height: 500px;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .messagetit {
    height: auto;
    background: none;
    position: relative;
    padding-top: 35vh;
  }
}
@media screen and (max-width: 767px) {
  .messagetit::before {
    content: '';
    background: url("../img/message/img_message01.jpg") no-repeat;
    background-position: left center;
    background-size: cover;
    display: block;
    width: 100vw;
    height: 35vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.messagetit_inner {
  background: #fff;
  padding: 50px 0 50px 50px;
  width: 40vw;
}
@media screen and (max-width: 959px) {
  .messagetit_inner {
    height: 100%;
    padding: 30px 0 30px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .messagetit_inner {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 559px) {
  .messagetit_inner {
    padding: 40px 20px;
  }
}

.message_title {
  font-weight: bold;
  color: #0053a7;
  font-size: min(max(30px, calc(1.875rem + ((1vw - 9.6px) * 1.3636))), 36px);
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .message_title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .message_title {
    font-size: max(3vw, 24px);
  }
}

/* =============================================================
application.css
============================================================== */
.applicationnavi_link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .applicationnavi_link {
    justify-content: space-between;
  }
}
.applicationnavi_link li {
  width: 350px;
  margin: 0px 10px;
}
@media screen and (max-width: 767px) {
  .applicationnavi_link li {
    width: 48.5%;
    margin: 0;
    max-width: none;
  }
}
.applicationnavi_link a {
  display: block;
  padding: 25px 10px;
  border-radius: 7px;
  font-size: 1.125rem;
  border: 2px solid #0053a7;
  color: #0053a7;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .applicationnavi_link a {
    font-size: 1rem;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .applicationnavi_link a {
    padding: 18px 10px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .applicationnavi_link a {
    transition: background 0.3s;
  }
  .applicationnavi_link a:hover {
    background: #e5edf6;
  }
}
.applicationnavi_link span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  padding-bottom: 3px;
}
.applicationnavi_link span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 8px;
}
.applicationnavi_link .current a {
  background: #0053a7;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .applicationnavi_link .current a {
    transition: background 0.3s;
  }
  .applicationnavi_link .current a:hover {
    background: #0053a7;
  }
}
.applicationnavi_link .current span::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*recruitingtit*/
.recruitingtit {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 25px;
}

.recruitingtit:before {
  position: absolute;
  width: 4px;
  height: 90%;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0053a7;
}

@media screen and (max-width: 767px) {
  .recruitingtit {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 10px;
  }

  .recruitingtit:before {
    position: absolute;
    width: 2px;
    height: 90%;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0053a7;
  }
}
/*evolutiontable*/
.evolutiontable {
  padding: 76px 20px 80px;
  background: #f2f2f2;
}

.evolutiontable.whitebg {
  background: #fff;
  padding: 76px 20px 70px;
}

.evolutiontablein {
  max-width: 1100px;
  margin: 62px auto 0;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #fff;
}

.evolutiontable.whitebg .evolutiontablein {
  max-width: 870px;
  margin: 0 auto 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

.evolutiontablein table {
  width: 100%;
}

.evolutiontable.whitebg table {
  border-top: 1px solid #e4e4e4;
}

.evolutiontablein table th {
  width: 180px;
  border-top: 1px solid #e4e4e4;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #0053a7;
  padding: 18px 0 0 25px;
  box-sizing: border-box;
}

.evolutiontablein table td {
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  line-height: 24px;
  padding: 18px 0;
}

.evolutiontablein table tr:first-of-type th {
  border-top: none;
}

.evolutiontablein table tr:first-of-type td {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .evolutiontable {
    padding: 40px 10px;
  }

  .evolutiontable.whitebg {
    background: #fff;
    padding: 40px 10px;
  }

  .evolutiontablein {
    margin: 30px auto 0;
    padding: 10px;
  }

  .evolutiontablein table th {
    width: 100px;
    border-top: 1px solid #e4e4e4;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #0053a7;
    padding: 15px 0 0 10px;
    box-sizing: border-box;
  }

  .evolutiontablein table td {
    border-top: 1px solid #e4e4e4;
    font-size: 12px;
    line-height: 24px;
    padding: 15px 0;
  }
}
