@charset "UTF-8";
/*=============================================*/
/*Reset*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

a:visited,
a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=============================================*/
/*Base*/
/*=============================================*/
/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: auto;
  width: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #404040;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 481px) {
  .sp2_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.txt_base p {
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.h2box.deco {
  position: relative;
  padding-top: 140px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .h2box.deco {
    padding-top: 70px;
  }
}
.h2box.deco::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 120px;
  background: url(../img/recruit/ttl-deco01.svg) no-repeat 0 0/contain;
  top: 0;
  left: calc(50% - 90px);
}
@media (max-width: 768px) {
  .h2box.deco::before {
    width: 90px;
    height: 60px;
    left: calc(50% - 45px);
  }
}
.h2box.deco h2 {
  color: #002C64;
  font-size: clamp(2.6rem, 2.8vw, 4rem);
  letter-spacing: 0.1em;
}

#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 100px;
  height: 100px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  #pagetop img {
    width: 50px;
    height: 50px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 99;
}
@media (max-width: 768px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
  height: 448px;
}
@media (max-width: 768px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  margin: auto;
  width: 96%;
  max-width: 1240px;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 40px);
  }
}

section.sec {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  section.sec {
    padding-top: 80px;
  }
}

/*=============================================*/
/*  header     */
/*=============================================*/
header {
  width: 100%;
  height: 80px;
  background: #FFF;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
}
header .header {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header #h_logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 28px;
}
@media (max-width: 480px) {
  header .header #h_logo_box {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
header .header #h_logo_box #h_logo {
  max-width: 246px;
}
header .header #h_logo_box #h_txt {
  font-size: 0;
  max-width: 64px;
}
header .header #h_entry {
  width: 200px;
}
@media (max-width: 480px) {
  header .header #h_entry {
    width: 140px;
  }
}
header .header #h_entry a:hover {
  opacity: 0.7;
}

/*=============================================*/
/*  footer     */
/*=============================================*/
footer .footer {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  footer .footer {
    padding-bottom: 60px;
  }
}
footer .f_info {
  margin-bottom: 50px;
  text-align: center;
}
footer .f_info .f_company {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 468px;
}
footer .f_info .f_tel {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  footer .f_info .f_tel {
    width: 80%;
  }
}
footer .f_info .f_tel a {
  position: relative;
  padding-left: 50px;
}
footer .f_info .f_tel a img {
  max-width: 338px;
}
@media (max-width: 768px) {
  footer .f_info .f_tel a img {
    width: 100%;
  }
}
footer .f_info .f_tel a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/recruit/ico-tel.svg) no-repeat 0 0/contain;
  top: calc(50% - 20px);
  left: 0;
}
@media (max-width: 768px) {
  footer .f_info .f_tel a::before {
    width: 26px;
    height: 26px;
    top: calc(50% - 12px);
  }
}
footer .f_info .f_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 11.9vw;
}
@media (max-width: 768px) {
  footer .f_info .f_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
footer .f_info .f_description p {
  text-align: center;
}
footer .f_btm {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #002C64;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  footer .f_btm {
    height: 60px;
  }
}
footer .f_btm .f_btn {
  position: absolute;
  padding-left: 22px;
  padding-right: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #002C64;
  z-index: 2;
  top: -50px;
  left: 48px;
}
@media (max-width: 768px) {
  footer .f_btm .f_btn {
    padding-left: 10px;
    padding-right: 10px;
    left: 20px;
  }
}
footer .f_btm .f_btn a {
  position: relative;
  padding-left: 42px;
  color: #FFF;
  font-size: clamp(1.6rem, 1.54vw, 2rem);
}
footer .f_btm .f_btn a::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 20px;
  background: url(../img/recruit/ico-home.svg) no-repeat 0 0/contain;
  top: calc(50% - 10px);
  left: 0;
}

/*=============================================*/
/*  fv_block     */
/*=============================================*/
.fv_block {
  position: relative;
  height: calc(100dvh - 80px);
}
@media (max-width: 768px) {
  .fv_block {
    height: calc(100dvh - 60px);
  }
}
.fv_block .fv_txt {
  position: absolute;
  width: 80%;
  max-width: 1140px;
  aspect-ratio: 1140/395;
  bottom: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .fv_block .fv_txt {
    bottom: 40px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .fv_block .fv_txt {
    width: 50%;
    bottom: 20px;
  }
}
.fv_block .swiper-wrapper {
  height: calc(100dvh - 80px);
}
@media (max-width: 768px) {
  .fv_block .swiper-wrapper {
    height: calc(100dvh - 60px);
  }
}
.fv_block .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv_block .fv_img {
  height: calc(100dvh - 80px);
}
@media (max-width: 768px) {
  .fv_block .fv_img {
    height: calc(100dvh - 60px);
  }
}
.fv_block .fv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=============================================*/
/*  fv_block02     */
/*=============================================*/
.fv_block02 {
  position: relative;
  padding: 100px 0 0;
  color: #FFF;
  background: #002C64;
}
@media (max-width: 768px) {
  .fv_block02 {
    padding: 50px 0 0;
  }
}
.fv_block02 .fig {
  position: absolute;
  width: 39.58%;
  max-width: 570px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.fv_block02 .txt {
  width: 60%;
}
@media (max-width: 480px) {
  .fv_block02 .txt {
    width: 100%;
  }
}
.fv_block02 .txt.txt01 p {
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  line-height: 1.94;
}
.fv_block02 .txt.txt02 {
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .fv_block02 .txt.txt02 {
    padding-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .fv_block02 .txt.txt02 {
    padding-bottom: 200px;
  }
}
.fv_block02 .txt.txt02 p {
  font-size: clamp(1.6rem, 1.7vw, 2.5rem);
  line-height: 2;
}
.fv_block02 .ico {
  text-align: right;
}
.fv_block02 .ico img {
  width: 136px;
}
@media (max-width: 768px) {
  .fv_block02 .ico img {
    width: 68px;
  }
}
.fv_block02 .h2box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.36vw;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 768px) {
  .fv_block02 .h2box {
    gap: 0 20px;
  }
}
.fv_block02 .h2box .line {
  position: relative;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  top: 50%;
  left: 0;
}
.fv_block02 h2 {
  position: relative;
  padding-right: 32px;
  padding-left: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 768px) {
  .fv_block02 h2 {
    padding-right: 16px;
    padding-left: 25px;
    font-size: clamp(3rem, 3.4vw, 5rem);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.fv_block02 h2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 12px);
  left: 0;
}
@media (max-width: 768px) {
  .fv_block02 h2::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 6px);
  }
}

/*=============================================*/
/*  subnav_sec     */
/*=============================================*/
.subnav_sec .subnav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .subnav_sec .subnav_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.subnav_sec .subnav_block a {
  padding: 20px;
  width: 33.3333333333%;
  display: block;
}
@media (max-width: 768px) {
  .subnav_sec .subnav_block a {
    padding: 10px;
    width: 100%;
  }
}
.subnav_sec .subnav_block a:first-of-type {
  background: url(../img/recruit/fv-item-01-bg.png) no-repeat 0 0/cover;
}
.subnav_sec .subnav_block a:nth-of-type(2) {
  background: url(../img/recruit/fv-item-02-bg.png) no-repeat 0 0/cover;
}
.subnav_sec .subnav_block a:last-of-type {
  background: url(../img/recruit/fv-item-03-bg.png) no-repeat 0 0/cover;
}
.subnav_sec .subnav_block a .box {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgba(0, 44, 100, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .subnav_sec .subnav_block a .box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.subnav_sec .subnav_block a .box .inbox {
  margin: 0 auto;
  width: 300px;
  color: #FFF;
  text-align: center;
}
.subnav_sec .subnav_block a .box p {
  padding-bottom: 40px;
  font-size: clamp(1.8rem, 2.1vw, 2.6rem);
  letter-spacing: 0.1em;
  line-height: 1.92;
}
.subnav_sec .subnav_block a .box .sttl {
  border-top: 1px solid #FFF;
  padding-top: 10px;
  font-size: clamp(3rem, 3.4vw, 5rem);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .subnav_sec .subnav_block a .box .sttl {
    padding-top: 30px;
  }
}

/*=============================================*/
/*  jigyo_sec     */
/*=============================================*/
.jigyo_sec .jigyo_block {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block {
    padding-top: 70px;
  }
}
.jigyo_sec .jigyo_block h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
  color: #002C64;
  font-size: clamp(3rem, 4.2vw, 6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block h3 {
    margin-bottom: 15px;
    padding-left: 30px;
  }
}
.jigyo_sec .jigyo_block h3::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: rgba(0, 44, 100, 0.6);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 14px);
  left: 0;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block h3::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.jigyo_sec .jigyo_block .box01 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 4vw;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block .box01 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.jigyo_sec .jigyo_block .box01 .fig {
  width: 48.5%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block .box01 .fig {
    width: 100%;
    max-width: inherit;
  }
}
.jigyo_sec .jigyo_block .box01 .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jigyo_sec .jigyo_block .box01 .txt h4 {
  margin-bottom: 50px;
  color: #002C64;
  font-size: clamp(2.4rem, 2.8vw, 4rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block .box01 .txt h4 {
    margin-bottom: 20px;
  }
}
.jigyo_sec .jigyo_block .box01 .txt p {
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  line-height: 2;
}
.jigyo_sec .jigyo_block .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.7vw;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block .box02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.jigyo_sec .jigyo_block .box02 .img {
  width: 25%;
}
@media (max-width: 768px) {
  .jigyo_sec .jigyo_block .box02 .img {
    width: 50%;
  }
}

/*=============================================*/
/*  staff_sec     */
/*=============================================*/
.staff_sec .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px 0;
}
@media (max-width: 768px) {
  .staff_sec .main_width {
    gap: 80px 0;
  }
}
.staff_sec .staff_block {
  margin-bottom: 80px;
  padding-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3.4vw;
}
@media (max-width: 768px) {
  .staff_sec .staff_block {
    margin-bottom: 40px;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px 0;
  }
}
@media (max-width: 768px) {
  .staff_sec .staff_block:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staff_sec .staff_block .fig {
  width: 48.5%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (max-width: 768px) {
  .staff_sec .staff_block .fig {
    width: 100%;
    max-width: inherit;
    gap: 15px 0;
  }
}
.staff_sec .staff_block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff_sec .staff_block .txt .txt_head {
  margin-bottom: 45px;
  padding-bottom: 38px;
  background: #E5EAF0;
  border-radius: 0 80px 0 0;
}
@media (max-width: 768px) {
  .staff_sec .staff_block .txt .txt_head {
    margin-bottom: 20px;
    border-radius: 0 40px 0 0;
  }
}
.staff_sec .staff_block .txt .txt_head .img {
  margin-bottom: 30px;
  width: 300px;
}
@media (max-width: 768px) {
  .staff_sec .staff_block .txt .txt_head .img {
    width: 280px;
  }
}
.staff_sec .staff_block .txt .txt_head .posi {
  padding-left: 26px;
  padding-bottom: 5px;
  color: #002C64;
  font-size: clamp(1.8rem, 2.1vw, 3rem);
  padding-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.staff_sec .staff_block .txt .txt_head .name {
  padding-left: 26px;
  font-size: clamp(3rem, 3.4vw, 5rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.staff_sec .staff_block .txt p {
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.staff_sec .staff_block .txt p.catch {
  margin-bottom: 38px;
  color: #002C64;
  font-size: clamp(2.4rem, 2.8vw, 4rem);
}
@media (max-width: 768px) {
  .staff_sec .staff_block .txt p.catch {
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

/*=============================================*/
/*  working_sec     */
/*=============================================*/
.working_sec .h2box {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .working_sec .h2box {
    margin-bottom: 45px;
  }
}
.working_sec h3 {
  margin-bottom: 20px;
  padding-top: 90px;
  color: #002C64;
  font-size: clamp(2.6rem, 2.8vw, 4rem);
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .working_sec h3 {
    padding-top: 45px;
  }
}
.working_sec .working_block {
  padding: 70px 80px;
  background: #E5EAF0;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8vw;
}
@media (max-width: 768px) {
  .working_sec .working_block {
    padding: 35px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    border-radius: 20px;
  }
}
.working_sec .working_block .fig {
  width: 26%;
  max-width: 280px;
}
@media (max-width: 768px) {
  .working_sec .working_block .fig {
    margin: 0 auto;
    width: 50%;
  }
}
.working_sec .working_block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.working_sec .working_block .txt p {
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.working_sec .working_block .txt p.ttl {
  margin-bottom: 0;
  color: #002C64;
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .working_sec .working_block .txt p.ttl {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.working_sec .working_block .txt p:last-of-type {
  margin-bottom: 0;
}

/*=============================================*/
/*  matters_sec     */
/*=============================================*/
.matters_sec .h2box {
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .matters_sec .h2box {
    margin-bottom: 80px;
  }
}
.matters_sec .main_width {
  margin-top: 50px;
  padding: 70px;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .matters_sec .main_width {
    margin-top: 35px;
    padding: 20px;
  }
}
.matters_sec .main_width:first-of-type {
  margin-top: 0;
}
.matters_sec .main_width dl {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CECECE;
}
@media (max-width: 768px) {
  .matters_sec .main_width dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.matters_sec .main_width dl:first-of-type {
  border-top: none;
}
.matters_sec .main_width dl dt {
  width: 20%;
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .matters_sec .main_width dl dt {
    width: 100%;
  }
}
.matters_sec .main_width dl dd {
  width: 80%;
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .matters_sec .main_width dl dd {
    width: 100%;
  }
}

/*=============================================*/
/*  other     */
/*=============================================*/
.btn_entry a {
  margin: 150px auto 270px;
  width: 82%;
  max-width: 1000px;
  height: 120px;
  color: #FFF;
  background: #002C64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .btn_entry a {
    margin: 70px auto 120px;
    height: 60px;
  }
}
.btn_entry a span {
  position: relative;
  padding-left: 64px;
  font-size: clamp(3rem, 3.4vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .btn_entry a span {
    padding-left: 46px;
  }
}
.btn_entry a span::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  background: url(../img/recruit/ico-mail.svg) no-repeat 0 0/contain;
  top: calc(50% - 16px);
  left: 0;
}
@media (max-width: 768px) {
  .btn_entry a span::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
  }
}

/*=============================================*/
/*  recruit_entry   */
/*=============================================*/
.p_recruit_entry .fv_block {
  height: 530px;
}
.p_recruit_entry .fv_block .fv_txt {
  width: 60%;
}
@media (orientation: landscape) and (max-height: 500px) {
  .p_recruit_entry .fv_block .fv_txt {
    width: 50%;
  }
}
.p_recruit_entry .fv_block .fv_img {
  height: 100%;
}
.p_recruit_entry .fv_block .fv_img img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (max-width: 480px) {
  .p_recruit_entry .fv_block .fv_img img {
    -o-object-position: 40% bottom;
       object-position: 40% bottom;
  }
}

.recruit_entry h1 {
  position: relative;
  margin: -210px auto 0;
  padding: 25px 132px;
  color: #FFF;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #002C64;
  border: 1px solid #FFF;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .recruit_entry h1 {
    margin: -100px auto 0;
    padding: 5px 10vw;
    font-size: 2.8rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  padding: 10px;
  width: 100%;
  font-size: 1.8rem;
  background: #FFF;
  border: 1px solid #707070;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 1.5rem;
  }
}

input.short {
  width: 110px;
}
input + input {
  margin-top: 7px;
}

textarea {
  min-height: 260px;
}

.err {
  color: #f00;
  font-weight: 500;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

/*radio */
label.radio01 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

label.radio01::before {
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

label.radio01::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #002C64;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

input[type=radio]:checked + label.radio01::after {
  opacity: 1;
}

/*checkbox */
label.checkbox01 {
  position: relative;
  padding-left: 6px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
label.checkbox01 a {
  color: #002C64;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
label.checkbox01 a:hover {
  text-decoration: none;
}

label.checkbox01::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border: 1px solid #707070;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

label.checkbox01::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(../img/common/ico-check.svg) no-repeat center center/contain;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

input[type=checkbox]:checked + label.checkbox01::after {
  opacity: 1;
}

/* form_block */
.form_block {
  margin-bottom: 240px;
  padding: 80px 60px;
  max-width: 800px;
  background: #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 768px) {
  .form_block {
    margin-bottom: 120px;
    padding: 40px 30px;
    gap: 40px 0;
  }
}
.form_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .form_block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form_block dl.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_block dl.row dt {
  margin-top: 10px;
}
.form_block dl dt {
  color: #002C64;
  width: 164px;
}
@media (max-width: 768px) {
  .form_block dl dt {
    width: 100%;
  }
}
.form_block dl dd {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_block dl dd span {
  display: inline-block;
}
.form_block dl dd span + span {
  margin-left: 64px;
}
@media (max-width: 768px) {
  .form_block dl dd span + span {
    margin-left: 30px;
  }
}
.form_block .privacy_area {
  text-align: center;
}
.form_block .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}
@media (max-width: 768px) {
  .form_block .btn_area {
    gap: 0 30px;
  }
}
.form_block .btn_area.confirm .btn {
  width: 48% !important;
}
.form_block .btn_area a.btn_home,
.form_block .btn_area .btn {
  position: relative;
  width: 260px;
  height: 60px;
  line-height: 1;
  background: #002C64;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .form_block .btn_area a.btn_home,
  .form_block .btn_area .btn {
    height: 50px;
  }
}
.form_block .btn_area a.btn_home:hover,
.form_block .btn_area .btn:hover {
  opacity: 0.7;
}
.form_block .btn_area a.btn_home input,
.form_block .btn_area .btn input {
  width: 100%;
  color: #FFF;
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_block .btn_area a.btn_home input,
  .form_block .btn_area .btn input {
    font-size: 2rem;
  }
}
.form_block .btn_area a.btn_home.btn_submit::before,
.form_block .btn_area .btn.btn_submit::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/recruit/ico-mail.svg) no-repeat 0 0/contain;
  top: calc(50% - 14px);
  left: 24px;
}
@media (max-width: 768px) {
  .form_block .btn_area a.btn_home.btn_submit::before,
  .form_block .btn_area .btn.btn_submit::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 8px);
    left: 20%;
  }
}
@media (max-width: 480px) {
  .form_block .btn_area a.btn_home.btn_submit::before,
  .form_block .btn_area .btn.btn_submit::before {
    left: 12px;
  }
}
.form_block .btn_area a.btn_home.btn_submit .submit,
.form_block .btn_area .btn.btn_submit .submit {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .form_block .btn_area a.btn_home.btn_submit .submit,
  .form_block .btn_area .btn.btn_submit .submit {
    font-size: 2rem;
  }
}
.form_block .btn_area a.btn_home.btn_back,
.form_block .btn_area .btn.btn_back {
  width: 100%;
  color: #FFF;
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_block .btn_area a.btn_home.btn_back,
  .form_block .btn_area .btn.btn_back {
    font-size: 2rem;
  }
}
.form_block .btn_area a.btn_home.btn_back,
.form_block .btn_area .btn.btn_back {
  background: #707070;
}
.form_block .btn_area a.btn_home a.btn_home,
.form_block .btn_area .btn a.btn_home {
  width: 100%;
  color: #FFF;
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_block .btn_area a.btn_home a.btn_home,
  .form_block .btn_area .btn a.btn_home {
    font-size: 2rem;
  }
}
.form_block.thanks .btn_area .btn {
  color: #FFF;
}

/*=============================================*/
/*  modal */
/*=============================================*/
.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
  width: 90%;
  max-width: 1000px;
  max-height: 90svh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .modal_box {
    max-height: 80svh;
  }
}

.modal_close {
  position: absolute;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: url(../img/common/btn_close.png) no-repeat 0 0/contain;
  display: block;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.modal_bg {
  z-index: 6666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/*privacybox */
.privacybox .ttl {
  height: 54px;
  color: #FFF;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  background: #002C64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .privacybox .ttl {
    font-size: 2rem;
  }
}
.privacybox .inbox {
  padding: 44px 60px;
  text-align: left;
}
@media (max-width: 768px) {
  .privacybox .inbox {
    padding: 20px;
  }
}
.privacybox .inbox p {
  color: #404040;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .privacybox .inbox p {
    font-size: 1.6rem;
  }
}
.privacybox .inbox dl {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .privacybox .inbox dl {
    margin-top: 1em;
  }
}
.privacybox .inbox dl dt {
  color: #002C64;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .privacybox .inbox dl dt {
    font-size: 2rem;
  }
}
.privacybox .inbox dl dd {
  color: #404040;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .privacybox .inbox dl dd {
    font-size: 1.6rem;
  }
}

/*=============================================*/
/*  form */
/*=============================================*/
.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

/* radio */
.wpcf7-radio.flex {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 0;
}
.wpcf7-radio.flex .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #002C64;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* acceptance */
.wpcf7-acceptance .form-acceptance {
  text-align: center;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(../img/common/ico-check.svg) no-repeat center center/contain;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* submit */
.wpcf7-submit {
  margin: 0 auto;
  display: inline-block;
}

/* スピナーはレイアウトから外す */
.submit--container .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

/* 送信中だけ表示 */
.wpcf7-form.submitting .submit--container .wpcf7-spinner {
  display: block;
}

.wpcf7-submit:not(:disabled):hover {
  opacity: 0.7;
}