@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.head {
  top: 0;
  width: 100%;
  z-index: 11;
  position: fixed;
}

.nav-unshown {
  display: none;
}

.smenu {
  position: fixed;
  width: 100%;
  padding: 25px 40px;
  box-sizing: border-box;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .smenu {
    padding: 0;
  }
}

.scrs #nav-content a {
  color: #000;
}
.scrs #nav-content .rec_btn {
  color: white;
}

#nav-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#nav-content a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-left: 30px;
  transition: all 0.3s ease;
}
#nav-content a:hover {
  color: #000;
}
#nav-content .rec_btn {
  margin-left: 40px;
  padding: 17px 36px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#nav-content .rec_btn:hover {
  background: #333;
  color: white;
}
#nav-content .ent {
  background: #E6B615 !important;
}
#nav-content .ser {
  margin-left: 20px;
  background: #0097DB !important;
}

@media all and (max-width: 1024px) {
  .logo {
    padding: 10px 0;
    margin-left: 20px;
    box-sizing: border-box;
  }
}
.logo img {
  height: 70px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .logo img {
    height: 37px;
  }
}

.mv {
  position: relative;
}
.mv .img img {
  width: 100%;
}
.mv .page_ttl {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 0;
  width: 432px;
  height: 417px;
  background: linear-gradient(-205deg, #007CFF 0%, #043B74 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .mv .page_ttl {
    width: 222px;
    height: 215px;
  }
}
@media all and (max-width: 1024px) {
  .mv .page_ttl {
    width: 170px;
    height: 190px;
  }
}
.mv .pgt_in {
  width: 100%;
  text-align: center;
}
.mv h1 {
  display: inline-block;
}
@media all and (max-width: 750px) {
  .mv h1 {
    margin-top: 50px;
  }
}
.mv h1 img {
  height: 12.3rem;
  width: auto;
}
@media all and (max-width: 1024px) {
  .mv h1 img {
    height: 6.3rem;
  }
}
@media all and (max-width: 1024px) {
  .mv h1 img {
    height: 6rem;
  }
}
.mv .tx {
  display: inline-block;
}
@media all and (max-width: 750px) {
  .mv .tx {
    margin-top: -10px;
  }
}
.mv .tx img {
  height: 8rem;
  width: auto;
}
@media all and (max-width: 1024px) {
  .mv .tx img {
    height: 4.3rem;
  }
}

.inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .inner {
    width: 87.5%;
  }
}

.searchs {
  max-width: 1050px;
  margin: -56px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: white;
  padding: 35px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px) {
  .searchs {
    margin: 0 auto;
  }
}
.searchs .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  width: 100px;
  min-width: 100px;
}
@media all and (max-width: 1024px) {
  .searchs .ttl {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .searchs .ttl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1024px) {
  .searchs {
    border-radius: 0;
    display: block;
    padding: 20px 30px;
  }
}
@media all and (max-width: 750px) {
  .searchs {
    padding: 20px 15px;
  }
}

.bixes {
  width: 80%;
}
@media all and (max-width: 1024px) {
  .bixes {
    width: 100%;
  }
}

.form_wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.form_wraps .bx {
  margin-left: 20px;
  width: 50%;
}
@media all and (max-width: 750px) {
  .form_wraps .bx {
    margin-left: 0;
    margin-bottom: 10px;
    width: 32%;
  }
}
.form_wraps input, .form_wraps select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_wraps select {
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  background: url("{{ "arw1.svg" | asset_img_url }}") center right 10px no-repeat, white;
  background-size: 10px auto;
}
@media all and (max-width: 750px) {
  .form_wraps select {
    padding: 7px 27px 7px 7px;
  }
}
.form_wraps input[type=submit] {
  display: block;
  cursor: pointer;
  background: #004EA8;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 7px;
  box-sizing: border-box;
  width: 97px;
  text-align: center;
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .form_wraps input[type=submit] {
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
}
.form_wraps input[type=submit]:hover {
  background: #689FDE;
}
@media all and (max-width: 750px) {
  .form_wraps {
    flex-wrap: wrap;
  }
  .form_wraps .sub {
    width: 100%;
  }
}

.message {
  margin-top: 150px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .message {
    margin-top: 40px;
  }
}
@media all and (max-width: 750px) {
  .message {
    margin-top: 60px;
  }
}
.message .ttl {
  margin-top: 70px;
}
@media all and (max-width: 750px) {
  .message .ttl {
    margin-top: 40px;
  }
}
.message .ttl img {
  height: 100px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .message .ttl img {
    height: 65px;
    margin-left: 40px;
  }
}
@media all and (max-width: 750px) {
  .message .ttl img {
    margin-left: 0px;
    height: 60px;
  }
}
.message .txt {
  margin-top: 50px;
}
@media all and (max-width: 750px) {
  .message .txt {
    margin-top: 30px;
  }
}
.message .cont {
  width: 46%;
}
@media all and (max-width: 1024px) {
  .message .cont {
    width: 100%;
  }
}
.message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.message .inner:before {
  width: 100%;
  height: 100%;
}
.message:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 120%;
  top: -10%;
  right: 0;
  z-index: -1;
  background: url("{{ "msg_bg.jpg" | asset_img_url }}") center center/cover;
}
@media all and (max-width: 1024px) {
  .message:before {
    content: none;
  }
}
@media all and (max-width: 1024px) {
  .message .img {
    margin-top: 40px;
    width: 93.75%;
    margin-left: 6.25%;
    height: 45vw;
    background: url("{{ "msg_bg.jpg" | asset_img_url }}") top 27% center/cover;
  }
}
@media all and (max-width: 750px) {
  .message .img {
    margin-top: 30px;
    height: 75vw;
  }
}
@media all and (max-width: 1024px) {
  .message .msg_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media all and (max-width: 750px) {
  .message .msg_ttl {
    display: block;
  }
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
}
.number .num img {
  height: 116px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .number .num img {
    height: 80px;
  }
}
@media all and (max-width: 750px) {
  .number .num img {
    height: 50px;
  }
}
.number .mini {
  margin-left: 10px;
}
.number .mini img {
  width: auto;
  height: 10px;
}
@media all and (max-width: 750px) {
  .number .mini img {
    height: 10px;
  }
}

.jobtype {
  margin-top: 120px;
  position: relative;
}
@media all and (max-width: 750px) {
  .jobtype {
    margin-top: 80px;
  }
}
.jobtype:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  top: -10%;
  right: 0;
  z-index: -1;
  background: url("{{ "job_bg.jpg" | asset_img_url }}") center center/cover;
}
.jobtype .ttl_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
}
.jobtype .ttl_bx h2 {
  font-size: 4.8rem;
  margin-left: 50px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #042250;
  line-height: 1.1;
}
@media all and (max-width: 1024px) {
  .jobtype .ttl_bx h2 {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 750px) {
  .jobtype .ttl_bx h2 {
    font-size: 3rem;
    margin-left: 20px;
  }
}

.job_top {
  position: relative;
  margin-top: 70px;
}
@media all and (max-width: 750px) {
  .job_top {
    margin-top: 50px;
  }
}
.job_top .img {
  position: absolute;
  width: 42%;
}
.job_top .img img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.job_top .img1 {
  left: 0;
  top: 0;
}
.job_top .img1 img {
  left: -42%;
  transform: rotate(-3deg);
}
@media all and (max-width: 1024px) {
  .job_top .img1 img {
    left: -62%;
  }
}
.job_top .img2 {
  right: 0;
  top: -70px;
}
@media all and (max-width: 1024px) {
  .job_top .img2 {
    top: 13%;
  }
}
@media all and (max-width: 750px) {
  .job_top .img2 {
    top: 0;
  }
}
.job_top .img2 img {
  right: -42%;
  transform: rotate(3deg);
}
@media all and (max-width: 1024px) {
  .job_top .img2 img {
    right: -62%;
  }
}
.job_top .cont {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 70px;
  box-sizing: border-box;
  width: 35%;
}
@media all and (max-width: 1024px) {
  .job_top .cont {
    width: 51%;
    z-index: 2;
    position: relative;
    padding-top: 0;
  }
}
@media all and (max-width: 750px) {
  .job_top .cont {
    width: 87.5%;
    padding-top: 40px;
  }
}
.job_top .sub {
  color: white;
  font-weight: bold;
  background: #033A84;
  border-radius: 3px;
  width: 125px;
  margin: 0 auto;
  text-align: center;
  padding: 3px 10px;
  box-sizing: border-box;
  position: relative;
}
.job_top .sub:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.5px;
  border: 5px solid transparent;
  border-top: 25px solid #033A84;
}
@media all and (max-width: 750px) {
  .job_top .sub {
    width: 70px;
    font-size: 1.2rem;
  }
}
.job_top h3 {
  margin-top: 80px;
  text-align: center;
  display: block;
}
@media all and (max-width: 1024px) {
  .job_top h3 {
    margin-top: 60px;
  }
}
@media all and (max-width: 1024px) {
  .job_top h3 {
    margin-top: 50px;
  }
}
.job_top h3 img {
  display: inline-block;
  width: auto;
  height: 43px;
}
@media all and (max-width: 1024px) {
  .job_top h3 img {
    height: 36px;
  }
}
@media all and (max-width: 750px) {
  .job_top h3 img {
    height: 24px;
  }
}
.job_top .txt {
  margin-top: 50px;
}
@media all and (max-width: 750px) {
  .job_top .txt {
    margin-top: 30px;
  }
}
@media all and (max-width: 750px) {
  .job_top .txt {
    margin-top: 80px;
    font-size: 1.4rem;
  }
}
.job_top .btn_2c {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .job_top .btn_2c {
    margin-top: 20px;
  }
}
.job_top .btn_2c a {
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  width: 46%;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .job_top .btn_2c a {
    font-size: 1.2rem;
  }
}
.job_top .btn_2c a:hover {
  opacity: 0.1;
}
.job_top .btn_2c a img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.job_top .btn_2c a .name {
  margin-top: 20px;
}
@media all and (max-width: 750px) {
  .job_top .btn_2c a .name {
    margin-top: 10px;
  }
}

.job_btm {
  position: relative;
  margin-top: 150px;
}
@media all and (max-width: 1024px) {
  .job_btm {
    margin-top: 80px;
  }
}
@media all and (max-width: 750px) {
  .job_btm {
    margin-top: 50px;
  }
}
.job_btm h2 {
  text-align: center;
}
.job_btm h2 img {
  display: inline-block;
  height: 43px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .job_btm h2 img {
    height: 36px;
  }
}
@media all and (max-width: 750px) {
  .job_btm h2 img {
    height: 24px;
  }
}
.job_btm .in {
  max-width: 1200px;
  width: 87.5%;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 30px 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .job_btm .in {
    padding: 30px 40px;
  }
}
@media all and (max-width: 750px) {
  .job_btm .in {
    padding: 20px;
  }
}
.job_btm .sub {
  display: inline-block;
  background: #033A84;
  color: white;
  font-weight: bold;
  padding: 4px 22px;
  box-sizing: border-box;
  border-radius: 4px;
  letter-spacing: 0.2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1024px) {
  .job_btm .sub {
    font-size: 1.2rem;
    padding: 4px 14px;
  }
}

.c3 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 0;
}
@media all and (max-width: 1024px) {
  .c3 {
    gap: 50px 0;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 750px) {
  .c3 {
    margin-top: 20px;
    gap: 30px 0;
  }
}
.c3 a {
  text-decoration: none;
  color: #333;
}
.c3 a img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.c3 a:hover img {
  transform: scale(1.05);
}
.c3 a:hover .ttl {
  background: url("{{ "mid_arw.png" | asset_img_url }}") center left 5px no-repeat;
  background-size: 50px auto;
}
.c3 .img {
  border-radius: 5px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .c3 .img {
    height: 300px;
  }
  .c3 .img img {
    object-fit: cover;
  }
}
@media all and (max-width: 750px) {
  .c3 .img {
    height: 210px;
  }
}
.c3 .ttl {
  text-align: left;
  padding: 40px 10px 40px 70px;
  font-weight: bold;
  background: url("{{ "mid_arw.png" | asset_img_url }}") center left no-repeat;
  background-size: 50px auto;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .c3 .ttl {
    background: url("{{ "mid_arw.png" | asset_img_url }}") center left no-repeat;
    background-size: 30px auto;
    padding: 20px 10px 20px 40px;
  }
}
.c3 .tx {
  text-align: left;
}
@media all and (max-width: 750px) {
  .c3 .tx {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1024px) {
  .c3 .bx1 .img img {
    object-position: center -30vw;
  }
  .c3 .bx3 .img img {
    object-position: center -18vw;
  }
}

.interview {
  margin-top: 110px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .interview {
    margin-top: 80px;
  }
}
.interview .ttl_bx {
  display: inline-block;
}
.interview h2 {
  color: #042250;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .interview h2 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 750px) {
  .interview h2 {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}
.interview .btn_1c a {
  display: block;
  max-width: 450px;
  text-decoration: none;
  width: 90%;
  margin: 60px auto 0 auto;
  background: url("{{ "arw_w.png" | asset_img_url}}") center right 30px no-repeat, #000000;
  background-size: 12px auto;
  border-radius: 100px;
  color: white;
  padding: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.interview .btn_1c a:hover {
  background: url("{{ "arw_w.png" | asset_img_url }}") center right 25px no-repeat, #333;
  background-size: 12px auto;
}
@media all and (max-width: 1024px) {
  .interview .btn_1c a {
    margin: 40px auto 0 auto;
    max-width: 300px;
    padding: 15px;
  }
}
@media all and (max-width: 750px) {
  .interview .btn_1c a {
    font-size: 1.4rem;
  }
}

.int3 {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 750px) {
  .int3 {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.int3 .bx {
  text-decoration: none;
  height: 800px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.int3 .bx:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
}
.int3 .bx:hover:before {
  transform: scale(1.05);
}
@media all and (max-width: 1024px) {
  .int3 .bx {
    height: 500px;
  }
}
@media all and (max-width: 750px) {
  .int3 .bx {
    height: 300px;
  }
}
.int3 .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  color: white;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .int3 .txt {
    padding: 20px;
  }
}
.int3 h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1024px) {
  .int3 h3 {
    font-size: 2rem;
  }
}
.int3 .tx {
  margin-top: 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1024px) {
  .int3 .tx {
    font-size: 1.2rem;
  }
}
.int3 .bx1:before {
  background: url("{{ "int1.jpg" | asset_img_url }}") top center/cover;
}
@media all and (max-width: 750px) {
  .int3 .bx1 {
    background: url("{{ "int1.jpg" | asset_img_url }}")  top -40px center/cover;
  }
}
.int3 .bx2:before {
  background: url("{{ "int2.jpg" | asset_img_url }}") top center/cover;
}
@media all and (max-width: 750px) {
  .int3 .bx2:before {
    background: url("{{ "int2.jpg" | asset_img_url }}") top -40px center/cover;
  }
}
.int3 .bx3:before {
  background: url("{{ "int3.jpg" | asset_img_url }}") top center/cover;
}
@media all and (max-width: 750px) {
  .int3 .bx3:before {
    background: url("{{ "int3.jpg" | asset_img_url }}") top -40px center/cover;
  }
}

.movie {
  margin-top: 80px;
  position: relative;
  padding: 100px 0;
}
@media all and (max-width: 1024px) {
  .movie {
    margin-top: 0;
  }
}
@media all and (max-width: 750px) {
  .movie {
    padding: 50px 0;
  }
}
.movie .inner {
  padding: 5vw;
  box-sizing: border-box;
  background: url("{{ "movie_bg.jpg" | asset_img_url }}") center center/cover;
}
@media all and (max-width: 750px) {
  .movie .inner {
    width: 100%;
    padding: 5vw;
  }
}
.movie .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie .youtube iframe {
  width: 100%;
  height: 100%;
}
.movie .youtube1 {
  width: 53%;
}
@media all and (max-width: 750px) {
  .movie .youtube1 {
    width: 100%;
  }
}
.movie .youtube2 {
  margin-top: 70px;
}
@media all and (max-width: 1024px) {
  .movie .youtube2 {
    margin-top: 30px;
  }
}
@media all and (max-width: 750px) {
  .movie .youtube2 {
    margin-top: 10px;
  }
}

.movie1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 750px) {
  .movie1 {
    display: block;
  }
}
.movie1 h2 img {
  height: 64px;
  width: auto;
}
@media all and (max-width: 750px) {
  .movie1 h2 img {
    height: 40px;
  }
}
.movie1 .sub {
  margin-top: 40px;
}
.movie1 .sub img {
  height: 75px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .movie1 .sub img {
    height: 50px;
  }
}
@media all and (max-width: 1024px) {
  .movie1 .sub img {
    height: 40px;
  }
}
@media all and (max-width: 750px) {
  .movie1 .sub {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.mission {
  position: relative;
}
.mission:before {
  content: "";
  top: 50px;
  right: 0;
  width: 45%;
  height: 115%;
  background-image: url("{{ "n_mission.jpg" | asset_img_url }}") top left/cover !important;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .mission:before {
    content: none;
  }
}
@media all and (max-width: 1024px) {
  .mission .img {
    margin-top: 50px;
    width: 93.75%;
    margin-left: 6.25%;
    height: 350px;
    background-image: url("{{ "n_mission.jpg" | asset_url }}") top 20% left/cover !important;
  }
}
@media all and (max-width: 750px) {
  .mission {
    margin-top: 30px;
  }
  .mission .img {
    height: 250px;
    margin-top: 50px;
  }
}
.mission .cont {
  width: 40%;
}
@media all and (max-width: 1024px) {
  .mission .cont {
    width: 100%;
  }
}
.mission .ttl_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
}
.mission h2 {
  color: #042250;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-left: 40px;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .mission h2 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 750px) {
  .mission h2 {
    font-size: 2rem;
    margin-left: 20px;
  }
}
.mission .txt {
  margin-top: 60px;
}
@media all and (max-width: 750px) {
  .mission .txt {
    margin-top: 20px;
  }
}
.mission .btns {
  margin-top: 40px;
}
@media all and (max-width: 750px) {
  .mission .btns {
    margin-top: 20px;
  }
}
.mission .btnw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.mission .btnw .ttl {
  width: 180px;
  min-width: 180px;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .mission .btnw .ttl {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
.mission .btnw .blk {
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: url("{{ "arw_w.png" | asset_img_url }}") center right 30px no-repeat, #000000;
  background-size: 12px auto;
  border-radius: 100px;
  color: white;
  padding: 12px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.mission .btnw .blk:hover {
  background: url("{{ "arw_w.png" | asset_img_url }}") center right 25px no-repeat, #333;
  background-size: 12px auto;
}
@media all and (max-width: 750px) {
  .mission .btnw .blk {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 750px) {
  .mission .btnw {
    display: block;
    margin-bottom: 20px;
  }
}
.mission .btn2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  width: 100%;
}
.mission .btn2 img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mission .number .num img {
  height: 86px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .mission .number .num img {
    height: 66px;
  }
}
@media all and (max-width: 750px) {
  .mission .number .num img {
    height: 50px;
  }
}

.voice {
  margin-top: 280px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .voice {
    margin-top: 120px;
  }
}
@media all and (max-width: 750px) {
  .voice {
    margin-top: 80px;
  }
}
.voice:before {
  content: "";
  top: 50px;
  left: 0;
  width: 45%;
  height: 115%;
  background: url("{{ "voice_new.jpg" | asset_img_url }}") top left/cover;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .voice:before {
    content: none;
  }
}
.voice:after {
  content: "";
  top: -25%;
  left: 0;
  width: 70%;
  height: 170%;
  background: #FAFAFA;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .voice:after {
    height: 140%;
  }
}
@media all and (max-width: 1024px) {
  .voice .img {
    margin-top: 50px;
    width: 93.75%;
    margin-right: 6.25%;
    height: 350px;
    background: url("{{ "voice.jpg" | asset_img_url }}") top left/cover;
  }
}
@media all and (max-width: 1024px) and (max-width: 750px) {
  .voice .img {
    height: 250px;
    margin-top: 50px;
  }
}
.voice .number .num img {
  height: 86px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .voice .number .num img {
    height: 66px;
  }
}
@media all and (max-width: 750px) {
  .voice .number .num img {
    height: 50px;
  }
}
.voice .cont {
  margin-left: 57%;
  width: 40%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .voice .cont {
    margin-left: 0;
    width: 100%;
  }
}
.voice .ttl_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
}
.voice h2 {
  color: #042250;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-left: 40px;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .voice h2 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 750px) {
  .voice h2 {
    font-size: 2rem;
    margin-left: 20px;
  }
}
.voice .txt {
  margin-top: 60px;
}
@media all and (max-width: 750px) {
  .voice .txt {
    margin-top: 20px;
  }
}
.voice .blk {
  margin-top: 50px;
  max-width: 250px;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: url("{{ "arw_w.png" | asset_img_url }}") center right 30px no-repeat, #000000;
  background-size: 12px auto;
  border-radius: 100px;
  color: white;
  padding: 12px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.voice .blk:hover {
  background: url("{{ "arw_w.png" | asset_img_url }}") center right 25px no-repeat, #333;
  background-size: 12px auto;
}
@media all and (max-width: 750px) {
  .voice .blk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.dec {
  margin-top: 300px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .dec {
    margin-top: 140px;
  }
}
@media all and (max-width: 750px) {
  .dec {
    margin-top: 80px;
  }
}
.dec .number .num img {
  height: 86px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .dec .number .num img {
    height: 66px;
  }
}
@media all and (max-width: 750px) {
  .dec .number .num img {
    height: 50px;
  }
}
.dec .ttl_bx {
  display: inline-block;
}
.dec .ttl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 750px) {
  .dec .ttl_in {
    display: block;
  }
}
.dec h2 {
  text-align: center;
  margin-left: 30px;
  color: #042250;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .dec h2 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 750px) {
  .dec h2 {
    font-size: 2rem;
    margin-left: 0;
    margin-top: 20px;
  }
}

.decs {
  padding: 70px 0 90px 0;
  box-sizing: border-box;
  background: url("{{ "dec_bg.jpg" | asset_img_url }}") center center/cover;
}
@media all and (max-width: 1024px) {
  .decs {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 750px) {
  .decs {
    font-size: 2.2rem;
    padding: 20px 0 20px 0;
  }
}

.dec_in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.faq {
  margin-top: 90px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .faq {
    margin-top: 80px;
  }
}
@media all and (max-width: 750px) {
  .faq .inner {
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .faq .number {
    width: 68px;
    margin: 0 auto;
  }
}
.faq .number .num img {
  height: 86px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .faq .number .num img {
    height: 66px;
  }
}
@media all and (max-width: 750px) {
  .faq .number .num img {
    height: 50px;
  }
}
.faq .ttl_bx {
  display: inline-block;
}
.faq .ttl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 750px) {
  .faq .ttl_in {
    display: block;
    text-align: center;
  }
}
.faq h2 {
  text-align: center;
  margin-left: 30px;
  color: #042250;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .faq h2 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 750px) {
  .faq h2 {
    font-size: 2rem;
    margin-left: 0;
    margin-top: 20px;
  }
}

.faqw {
  margin-top: 80px;
}
@media all and (max-width: 750px) {
  .faqw {
    margin-top: 30px;
  }
}

.faq_bx {
  border-top: 2px dotted #999999;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .faq_bx {
    font-size: 1.4rem;
    border-top: 1px dotted #999999;
  }
}
.faq_bx .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px 40px;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .faq_bx .q {
    padding: 20px 30px 20px 0;
  }
}
@media all and (max-width: 750px) {
  .faq_bx .q {
    padding: 12px 12px 12px 0;
  }
}
.faq_bx .q img {
  width: 12px;
  height: auto;
  transition: all 0.3s ease;
  margin-left: 10px;
}
@media all and (max-width: 750px) {
  .faq_bx .q img {
    min-width: 10px;
    width: 10px;
  }
}
.faq_bx .q.active img {
  transform: rotate(180deg);
}
.faq_bx .a {
  display: none;
  text-align: left;
  background: #F8F8F8;
  padding: 40px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .faq_bx .a {
    padding: 20px;
  }
}

.sns {
  text-align: center;
  margin-top: 90px;
}
@media all and (max-width: 750px) {
  .sns {
    margin-top: 50px;
  }
}
.sns a {
  display: inline-block;
}
.sns a img {
  height: 36px;
  width: auto;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  margin-top: 50px;
  border-top: 6px solid #1E5EC1;
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 750px) {
  footer {
    margin-top: 30px;
  }
}
footer .ft_logo {
  text-align: center;
  margin-top: 20px;
  display: block;
}
@media all and (max-width: 750px) {
  footer .ft_logo {
    margin-top: 30px;
  }
}
footer .ft_logo img {
  display: inline-block;
  height: 100px;
  width: auto;
}
@media all and (max-width: 750px) {
  footer .ft_logo img {
    height: 50px;
  }
}
footer .links {
  max-width: 650px;
  width: 90%;
  margin: 30px auto 0 auto;
  padding-top: 30px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  footer .links {
    margin-top: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
  }
}
footer .links a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
footer .links a:hover {
  opacity: 0.8;
}
@media all and (max-width: 750px) {
  footer .links a {
    font-size: 1.2rem;
    width: 50%;
    text-align: left;
    padding: 5px 0;
    box-sizing: border-box;
  }
}
footer .copyright {
  margin-top: 40px;
  background: #EEEEEE;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  footer .copyright {
    margin-top: 20px;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}
.trigger .up {
  animation: up 1s ease 0.1s 1 normal forwards;
}
.trigger .delay0 {
  animation-delay: 0ms;
}
.trigger .delay1 {
  animation-delay: 100ms;
}
.trigger .delay2 {
  animation-delay: 200ms;
}
.trigger .delay3 {
  animation-delay: 300ms;
}
.trigger .delay4 {
  animation-delay: 400ms;
}
.trigger .delay5 {
  animation-delay: 500ms;
}
.trigger .delay6 {
  animation-delay: 600ms;
}
.trigger .delay7 {
  animation-delay: 700ms;
}
.trigger .delay8 {
  animation-delay: 800ms;
}
.trigger .delay9 {
  animation-delay: 900ms;
}
.trigger .delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .smenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    display: block;
  }
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 57px;
    height: 57px;
    vertical-align: middle;
    padding: 20px 17.5px;
    box-sizing: border-box;
    z-index: 10000;
    position: relative;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px; /*線の太さ*/
    width: 22px; /*長さ*/
    border-radius: 10px;
    background: #333;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding-bottom: 100px;
    z-index: 9999; /*最前面に*/
    width: 80%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%); /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #nav-content .rec_btn {
    display: block;
    margin-left: 0;
  }
  #nav-content .spl {
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    text-decoration: none;
    color: #204060;
    font-weight: bold;
  }
  #nav-content a {
    margin-left: 0;
  }
  #nav-content dt {
    padding: 10px 20px;
    font-size: 14px;
    color: #204060;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    background: url("{{ "h_menu_tri_g.png" | asset_img_url }}") center right 15px no-repeat;
  }
  #nav-content dd {
    display: none;
  }
  #nav-content dd .spl {
    color: #333;
    font-weight: normal;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 13px;
    border-bottom: 1px dotted #d5d5d5;
    position: relative;
  }
  #nav-content dd .spl:before {
    content: "";
    position: absolute;
    background: #666;
    height: 1px;
    width: 12px;
    top: 20px;
    left: 20px;
  }
  #nav-content dd p:last-of-type .spl {
    border-bottom: 1px solid #d5d5d5;
  }
  #nav-content .last {
    margin-bottom: 100px;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  #nav-input:checked ~ #nav-open span {
    transform: rotate(45deg);
    top: 27px;
    background: white;
  }
  #nav-input:checked ~ #nav-open span:before {
    bottom: 0;
    transform: rotate(90deg);
  }
  #nav-input:checked ~ #nav-open span:after {
    bottom: 0;
  }
}
/*--media_end--*/

/*# sourceMappingURL=base.css.map */
