@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.recruitmentPage .mainTitle {
  padding: 80px 0 64px;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .mainTitle {
    padding: 5.8565153734vw 0 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .mainTitle {
    padding: 7.729468599vw 0 11.5942028986vw;
  }
}
.recruitmentPage .mainTitle_main, .recruitmentPage .mainTitle_sub {
  display: block;
  color: #1D4294;
}
.recruitmentPage .mainTitle_main {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .mainTitle_main {
    font-size: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .mainTitle_main {
    font-size: 11.5942028986vw;
  }
}
.recruitmentPage .mainTitle_sub {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .mainTitle_sub {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .mainTitle_sub {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .mainTitle_sub {
    margin-top: 3.3816425121vw;
  }
}
.recruitmentPage .sectionTitle_main, .recruitmentPage .sectionTitle_sub {
  display: block;
}
.recruitmentPage .sectionTitle_sub {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.recruitmentPage .sectionTitle_main {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .sectionTitle_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .sectionTitle_main {
    font-size: 8.2125603865vw;
  }
}
.recruitmentPage .table {
  width: 100%;
  border: 1px solid #ccc;
}
.recruitmentPage .table tr:not(:last-child) th, .recruitmentPage .table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 829px) {
  .recruitmentPage .table tr > th {
    border-right: 1px solid #ccc;
  }
}
.recruitmentPage .table th,
.recruitmentPage .table td {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .table th,
  .recruitmentPage .table td {
    padding: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .table th,
  .recruitmentPage .table td {
    padding: 5.7971014493vw;
    display: block;
  }
}
.recruitmentPage .table th {
  background: #f8f8f8;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 829px) {
  .recruitmentPage .table th {
    min-width: 200px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .recruitmentPage .table th {
    min-width: 14.6412884334vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .table th {
    border-bottom: 1px solid #ccc;
  }
}
.recruitmentPage .table td {
  width: 100%;
}
.recruitmentPage .table td p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .recruitmentPage .table td p:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .recruitmentPage .table td p:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.recruitmentPage .table a {
  display: inline;
  color: #1D4294;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .recruitmentPage .table a:hover {
    color: #009FE6;
  }
}