@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body {
  font: 14px "Noto Sans JP", sans-serif;
  color: #042443;
  background: #fff;
  line-height: 1.4;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1000px) {
  body {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #042443;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  display: block;
}

/* ヘッダー
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .top_content {
    background: url(../img/main_img.jpg);
    background-size: cover;
  }
}
@media print, screen and (max-width: 999px) {
  .top_content {
    margin-top: -70px;
    background: url(../img/sp/main_img.jpg);
    background-size: cover;
  }
}

.main_head {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media print, screen and (min-width: 1000px) {
  .main_head {
    padding: 25px 0;
  }
}
@media print, screen and (max-width: 999px) {
  .main_head {
    padding: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .sub_head {
    background: #1343E4;
  }
}
@media print, screen and (min-width: 1000px) {
  .sub_head a {
    color: #fff;
  }
}
@media print, screen and (min-width: 1000px) {
  .-recruit_head {
    background: transparent;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_head-area {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .head_logo {
    width: 15.5vw;
    max-width: 200px;
  }
}
@media print, screen and (max-width: 999px) {
  .head_logo {
    width: 181px;
  }
}

.head_menu {
  font-size: 0.8rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .head_menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 3.3vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .-head_menu-contact {
    border: 1px solid #1343E4;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-head_menu-contact a {
    padding: 15px 2vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .-sub_menu-contact {
    border: 1px solid #fff;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_menu-sp {
    width: 48px;
    display: none;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu-sp {
    display: none;
  }
}

/* フッター
----------------------------------------------*/
footer {
  background: #F2F2F2;
}

@media print, screen and (min-width: 1000px) {
  .fot_content {
    margin: 0 auto;
    padding: 16vh 20px;
    max-width: 1240px;
    width: 94vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .fot_content h2 {
    margin-bottom: 20px;
    max-width: 387px;
    width: 28vw;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content h2 {
    margin-bottom: 15px;
    max-width: 321px;
  }
}

.fot_content-flex {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .fot_content-flex {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-flex {
    flex-wrap: wrap-reverse;
  }
}

@media print, screen and (max-width: 999px) {
  .fot_content-info {
    margin: 0 25px 35px;
  }
}
.fot_content-info h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}
.fot_content-info p {
  font-size: 0.75rem;
}
@media print, screen and (max-width: 999px) {
  .fot_content-info p {
    line-height: 1.8;
  }
}

.fot_content-sns {
  display: flex;
  gap: 0 20px;
}
@media print, screen and (min-width: 1000px) {
  .fot_content-sns {
    margin-top: 7vh;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-sns {
    margin-top: 30px;
    justify-content: center;
  }
}
.fot_content-sns img {
  width: 33px;
}

@media print, screen and (min-width: 1000px) {
  .fot_content-menu {
    margin-top: 83px;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-menu {
    margin: 30px 25px 50px;
    width: 100%;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 1000px) {
  .fot_content-menu-flex {
    display: flex;
    gap: 0 2.5vw;
  }
}
.fot_content-menu-flex h4 {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .fot_content-menu-flex h4 {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-menu-flex h4 {
    margin-left: -10px;
  }
}
.fot_content-menu-flex h4::before {
  content: "";
  margin-right: 5px;
  width: 6px;
  height: 6px;
  background: #1343E4 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .fot_content-menu-flex p {
    margin-left: 1rem;
    font-size: 0.75rem;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content-menu-flex p {
    width: 48%;
    border-bottom: 1px solid #505050;
  }
}
.fot_content-menu-flex p:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 999px) {
  .fot_content-menu-flex p:nth-of-type(even) {
    margin-left: 4%;
  }
}

@media print, screen and (max-width: 999px) {
  .-fot_menu-list {
    padding: 20px;
    background: #e3e3e3;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_menu-list:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.fot_content-bott {
  color: #fff;
  background: #1343E4;
}
@media print, screen and (max-width: 999px) {
  .fot_content-bott {
    padding: 20px 20px 30px;
    text-align: center;
  }
}
.fot_content-bott a {
  color: #fff;
}

.fot_content-bott-flex {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 1000px) {
  .fot_content-bott-flex {
    margin: 0 auto;
    padding: 20px;
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_content-link {
    margin: 0 auto 25px;
    width: 250px;
  }
}

.-fot_content-link-flex {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .-fot_content-link-flex {
    justify-content: space-between;
    gap: 0 2.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-fot_content-link-flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}

@media print, screen and (max-width: 999px) {
  .--fot_content-link:last-of-type {
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 999px) {
  .--fot_menu-acco-top {
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width: 999px) {
  .--fot_menu-acco-bot {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}

/* 共有
----------------------------------------------*/
.-font_montserrat {
  font-family: "Montserrat", sans-serif;
}

.-font_serif {
  font-family: "Noto Serif JP", serif;
}

.-link_btn {
  background: #1343E4 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  display: flex;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 1000px) {
  .-link_btn {
    width: 240px;
    height: 70px;
    font-size: 1.1rem;
    line-height: 70px;
  }
}
@media print, screen and (max-width: 999px) {
  .-link_btn {
    width: 220px;
    height: 54px;
    font-size: 1rem;
    line-height: 54px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-link_btn:hover {
    background-color: #042443;
  }
}
.-link_btn a {
  padding-left: 30px;
  width: 100%;
  color: #fff;
  position: relative;
}
.-link_btn a::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 21px;
  height: 3px;
  margin-top: 0px;
  content: "";
}
.-link_btn a::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 1000px) {
  .-link_btn-small {
    width: 150px;
    height: 50px;
    bottom: -45px;
    right: 30px;
    font-size: 0.75rem;
    line-height: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-link_btn-small a {
    padding-left: 25px;
  }
}
.-link_btn-small a::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 2px;
  margin-top: 0px;
  content: "";
}
.-link_btn-small a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 1000px) {
  .link_area-flex {
    display: flex;
  }
}
@media print, screen and (min-width: 1000px) {
  .link_area-flex .-link_btn {
    margin-left: auto;
  }
}
@media print, screen and (max-width: 999px) {
  .link_area-flex .-link_btn {
    margin: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  .-link_area-recruit, .-link_area-contact {
    padding: 5% 3% 3% 5%;
    width: 50%;
  }
}
@media print, screen and (min-width: 1000px) {
  .-link_area-recruit {
    background: url(../img/back_img02.png);
    background-size: cover;
  }
}
@media print, screen and (max-width: 999px) {
  .-link_area-recruit {
    padding: 50px 25px 55px 35px;
    background: url(../img/sp/back_img02.png);
    background-size: cover;
  }
}
.-link_area-recruit h3 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 1000px) {
  .-link_area-recruit h3 {
    width: 220px;
  }
}
@media print, screen and (max-width: 999px) {
  .-link_area-recruit h3 {
    width: 259px;
  }
}
.-link_area-recruit p.-font_serif,
.-link_area-recruit strong.-font_serif {
  font-family: inherit;
}
.-link_area-recruit p.-font_serif {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1000px) {
  .-link_area-recruit p.-font_serif {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-link_area-recruit p.-font_serif {
    font-size: 0.75rem;
  }
}
.-link_area-recruit strong {
  margin-bottom: 30px;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-link_area-recruit strong {
    font-size: 1.62rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-link_area-recruit strong {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.-link_area-contact {
  color: #fff;
  background: #1343E4;
}
@media print, screen and (max-width: 999px) {
  .-link_area-contact {
    padding: 50px 25px;
  }
}
.-link_area-contact h3 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .-link_area-contact h3 {
    font-size: 3.25rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 999px) {
  .-link_area-contact h3 {
    font-size: 3rem;
  }
}
.-link_area-contact h4 {
  margin-bottom: 25px;
  font-weight: bold;
  color: #fff;
}
.-link_area-contact h4::before {
  content: "";
  margin-right: 10px;
  width: 11px;
  height: 11px;
  background: url(../img/icon_heading02.png);
  background-size: cover;
  display: block;
}
.-link_area-contact p:not(.-link_btn) {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 1000px) {
  .-link_area-contact p:not(.-link_btn) {
    max-width: 500px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
}

@media print, screen and (max-width: 999px) {
  .sp_none {
    display: none;
  }
}

/* 共有・アコーディオン
----------------------------------------------*/
.-recruit_qa-list:not(:first-child) {
  margin-top: 15px;
}

.--recruit_text-q {
  position: relative;
  background: #f7f7f7;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-q {
    padding: 20px 30px 20px 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-q {
    padding: 15px 10px 10px;
    border-radius: 10px;
  }
}
.--recruit_text-q::after {
  content: "";
  border-top: 2px solid #1343E4;
  border-left: 2px solid #1343E4;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg) translateY(9px);
  position: absolute;
  transition: transform 0.4s;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-q::after {
    right: 30px;
    top: 50%;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-q::after {
    bottom: 8px;
    right: 35vw;
  }
}
.--recruit_text-q.is-open::after {
  transform: rotate(45deg) translateY(-10px);
}
.--recruit_text-q button {
  background: transparent;
  border: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-q button {
    font-size: 1.4rem;
    cursor: pointer;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-q button {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.--recruit_text-q span {
  color: #1343E4;
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-q span {
    margin-right: 35px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-q span {
    margin-right: 10px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-q p {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-q p {
    font-size: 0.6rem;
    text-align: center;
  }
}

.--recruit_text-a {
  margin-top: 5px;
  height: 0;
  position: relative;
  border-radius: 20px;
  background: #f7f7f7;
  border: transparent;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.--recruit_text-a.is-open {
  height: 100%;
  opacity: 1;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-a.is-open {
    padding: 20px 30px 20px 35px;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-a.is-open {
    padding: 15px 10px 20px;
  }
}
.--recruit_text-a p {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-a p {
    line-height: 2;
    align-items: center;
  }
}
.--recruit_text-a span {
  color: #838383;
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_text-a span {
    margin-right: 35px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruit_text-a span {
    margin-right: 10px;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.--close_text::before {
  content: "詳しく見る";
}

.is-open .--close_text::before {
  content: "閉じる";
}

.-font_gray {
  color: #999;
}
