@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 840px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
}
body.is_fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  body {
    min-width: inherit;
    font-size: 1.1428571429vw;
    line-height: 1.63;
  }
}
@media screen and (max-width: 840px) {
  body {
    font-size: 4.1025641026vw;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  letter-spacing: 0.1rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

main {
  display: block;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a {
  color: #222;
  text-decoration: none;
  outline: none;
}

input,
button,
textarea,
select {
  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;
}

body {
  background: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 840px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 840px) {
  .sp {
    display: block !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tac,
.tac * {
  text-align: center;
}

.en {
  font-family: "Lato", sans-serif;
}

.wrap {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .wrap {
    width: 87.1794871795vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main {
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 840px) {
  main {
    margin-top: 20.5128205128vw;
  }
}

/* フェードイン */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.fadeup.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25rem;
  height: 6.5rem;
  padding: 0 2.9rem 0 3.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 3.2rem;
}
@media screen and (max-width: 1400px) {
  .btn a {
    width: 17.8571428571vw;
    height: 4.6428571429vw;
    padding: 0 2.0714285714vw 0 2.5vw;
    font-size: 1.1428571429vw;
    border-radius: 2.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a {
    width: 64.1025641026vw;
    height: 16.6666666667vw;
    padding: 0 7.4358974359vw 0 8.9743589744vw;
    font-size: 4.1025641026vw;
    border-radius: 8.2051282051vw;
  }
}
.btn a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.3rem;
}
@media screen and (max-width: 1400px) {
  .btn a .arrow {
    width: 0.9285714286vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a .arrow {
    width: 3.3333333333vw;
  }
}
.btn._bl a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#09417E), to(#09417E));
  background: linear-gradient(180deg, #09417E 0%, #09417E 100%);
}
.btn._bl a .arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn._bl a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
  background: linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
  opacity: 1;
}
.btn._w a {
  color: #09417E;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.btn._w a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
  background: linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
  opacity: 1;
}
.btn._w a:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#recruitment {
  position: relative;
  padding: 15rem 0 13rem;
  background: url(../img/index/bg_recruitment.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  #recruitment {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment {
    padding: 17.9487179487vw 0;
  }
}
#recruitment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(259.54deg, rgba(12, 98, 231, 0.87) 0%, rgba(9, 65, 126, 0.87) 100%);
}
#recruitment .wrap {
  position: relative;
}
#recruitment .title_area {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 1400px) {
  #recruitment .title_area {
    margin-bottom: 4.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .title_area {
    margin-bottom: 10.2564102564vw;
  }
}
#recruitment .title_area .en {
  margin-bottom: 2rem;
  font-size: 7rem;
  text-align: left;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #recruitment .title_area .en {
    margin-bottom: 1.4285714286vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .title_area .en {
    margin-bottom: 2.5641025641vw;
    font-size: 11.5384615385vw;
  }
}
#recruitment .title_area .title02 {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #recruitment .title_area .title02 {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .title_area .title02 {
    font-size: 4.6153846154vw;
  }
}
#recruitment .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #recruitment .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .flex .title_area {
    gap: 10.2564102564vw;
  }
}
#recruitment .flex .title_area .en,
#recruitment .flex .title_area .title02 {
  color: #fff;
}
@media screen and (max-width: 840px) {
  #recruitment .flex .title_area .en,
  #recruitment .flex .title_area .title02 {
    text-align: center;
  }
}
#recruitment .flex .txt {
  max-width: 76.2rem;
  width: 54.4285714286%;
}
@media screen and (max-width: 840px) {
  #recruitment .flex .txt {
    width: 100%;
  }
}
#recruitment .flex .txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 1400px) {
  #recruitment .flex .txt p {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .flex .txt p {
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
#recruitment .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1400px) {
  #recruitment .btn_area {
    margin-top: 5.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.3333333333vw;
    margin-top: 10.2564102564vw;
  }
}
#recruitment .btn_area p {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 1400px) {
  #recruitment .btn_area p {
    width: calc((100% - 2.8571428571vw) / 2);
  }
}
@media screen and (max-width: 840px) {
  #recruitment .btn_area p {
    width: 100%;
  }
}
#recruitment .btn_area p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  height: 20rem;
  font-size: 3.3rem;
  color: #09417E;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #recruitment .btn_area p a {
    gap: 1.7142857143vw;
    height: 14.2857142857vw;
    font-size: 2.3571428571vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .btn_area p a {
    gap: 4.1025641026vw;
    height: 33.3333333333vw;
    font-size: 6.6666666667vw;
    border-radius: 1.2820512821vw;
  }
}
#recruitment .btn_area p a span {
  font-size: 2rem;
}
@media screen and (max-width: 1400px) {
  #recruitment .btn_area p a span {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #recruitment .btn_area p a span {
    font-size: 4.358974359vw;
  }
}
#recruitment .btn_area p a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
  background: linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
  opacity: 1;
}

#main_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 37.5rem;
}
@media screen and (max-width: 1400px) {
  #main_title_area {
    height: 26.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area {
    height: 51.2820512821vw;
  }
}
#main_title_area .en {
  margin-bottom: 3rem;
  font-size: 7rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #main_title_area .en {
    margin-bottom: 2.1428571429vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .en {
    margin-bottom: 3.0769230769vw;
    font-size: 9.2307692308vw;
  }
}
#main_title_area .mainn_title {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #main_title_area .mainn_title {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #main_title_area .mainn_title {
    font-size: 4.6153846154vw;
  }
}

.title_area {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1400px) {
  .title_area {
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area {
    margin-bottom: 10.2564102564vw;
  }
}
.title_area .title02 {
  margin-bottom: 2.7rem;
  font-size: 4.3rem;
  color: #09417E;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .title_area .title02 {
    margin-bottom: 1.9285714286vw;
    font-size: 3.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .title02 {
    margin-bottom: 6.4102564103vw;
    font-size: 8.4615384615vw;
  }
}
.title_area .en {
  font-size: 1.5rem;
  color: #09417E;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1400px) {
  .title_area .en {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .en {
    font-size: 2.8205128205vw;
  }
}

.bottom_btn_area {
  padding: 4.5rem 0 13rem;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area {
    padding: 3.2142857143vw 0 9.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area {
    padding: 6.4102564103vw 0 15.3846153846vw;
  }
}
.bottom_btn_area .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area .flex {
    gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.0769230769vw;
  }
}
.bottom_btn_area .flex .btn_l {
  width: 43.5rem;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area .flex .btn_l {
    width: 31.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area .flex .btn_l {
    width: 87.1794871795vw;
  }
}
.bottom_btn_area .flex .btn_l a {
  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;
  gap: 3.5rem;
  padding: 3rem 3.5rem;
  background: #fff;
  border: 0.1rem solid #09417E;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area .flex .btn_l a {
    gap: 2.5vw;
    padding: 2.1428571429vw 2.5vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area .flex .btn_l a {
    gap: 7.6923076923vw;
    padding: 5.1282051282vw;
    border-radius: 0.7692307692vw;
  }
}
.bottom_btn_area .flex .btn_l a figure {
  max-width: 14rem;
  width: 38.3561643836%;
}
@media screen and (max-width: 840px) {
  .bottom_btn_area .flex .btn_l a figure {
    width: 27.6923076923vw;
  }
}
.bottom_btn_area .flex .btn_l a .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bottom_btn_area .flex .btn_l a .in .en {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3125;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area .flex .btn_l a .in .en {
    margin-bottom: 1.2857142857vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area .flex .btn_l a .in .en {
    margin-bottom: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
}
.bottom_btn_area .flex .btn_l a .in p {
  font-size: 2.5rem;
  color: #09417E;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area .flex .btn_l a .in p {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area .flex .btn_l a .in p {
    font-size: 5.1282051282vw;
  }
}

/* -----------------
footer
-------------------- */
.floating {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 18rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1400px) {
  .floating {
    bottom: 1.4285714286vw;
    right: 1.4285714286vw;
    width: 12.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .floating {
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
    width: 24.1025641026vw;
  }
}
.floating a {
  display: block;
}
.floating.is-show {
  opacity: 1;
  visibility: unset;
}

#footer {
  padding: 7rem 0 2.6rem;
  background: #122941;
}
@media screen and (max-width: 1400px) {
  #footer {
    padding: 5vw 0 1.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #footer {
    padding: 12.8205128205vw 0 6.4102564103vw;
  }
}
#footer .wrap {
  width: 95%;
}
@media screen and (max-width: 840px) {
  #footer .wrap {
    width: 89.7435897436vw;
  }
}
#footer .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 840px) {
  #footer .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.2564102564vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info {
    width: 100%;
  }
}
#footer .flex .footer_info .logo {
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info .logo {
    margin-bottom: 3.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info .logo {
    margin-bottom: 7.1794871795vw;
  }
}
#footer .flex .footer_info .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info .logo a {
    gap: 2.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info .logo a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.1282051282vw;
  }
}
#footer .flex .footer_info .logo a img {
  width: 25.7rem;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info .logo a img {
    width: 18.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info .logo a img {
    width: 65.8974358974vw;
  }
}
#footer .flex .footer_info .logo a p {
  margin-top: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info .logo a p {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info .logo a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.8461538462vw;
    width: 100%;
    margin-top: 0;
  }
}
#footer .flex .footer_info .logo a p .en {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info .logo a p .en {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info .logo a p .en {
    font-size: 3.3333333333vw;
  }
}
#footer .flex .footer_info .logo a p .ja {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info .logo a p .ja {
    margin-top: 0.2142857143vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info .logo a p .ja {
    margin-top: 0;
    font-size: 3.8461538462vw;
  }
}
#footer .flex .footer_info p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.714285;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_info p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_info p {
    font-size: 3.5897435897vw;
  }
}
#footer .flex .footer_info p a {
  color: #fff;
}
#footer .flex .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav {
    gap: 6.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10.2564102564vw 0;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in {
    width: 42.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in:nth-of-type(3) {
    width: 100%;
  }
}
#footer .flex .footer_nav .in .title02 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .in .title02 {
    margin-bottom: 1.4285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in .title02 {
    padding-bottom: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    border-bottom: 0.1rem solid #fff;
  }
}
#footer .flex .footer_nav .in ul li + li {
  margin-top: 1.2rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .in ul li + li {
    margin-top: 0.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in ul li + li {
    margin-top: 3.3333333333vw;
  }
}
#footer .flex .footer_nav .in ul li a {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .in ul li a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in ul li a {
    font-size: 3.8461538462vw;
  }
}
#footer .flex .footer_nav .in ul .blank a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .in ul .blank a {
    gap: 0.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in ul .blank a {
    gap: 3.0769230769vw;
  }
}
#footer .flex .footer_nav .in ul .blank a img {
  width: 1.2rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .in ul .blank a img {
    width: 0.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .in ul .blank a img {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .footer_contact {
    width: 100%;
  }
}
#footer .flex .footer_nav .footer_contact .title02 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact .title02 {
    margin-bottom: 1.4285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .footer_contact .title02 {
    padding-bottom: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    border-bottom: 0.1rem solid #fff;
  }
}
#footer .flex .footer_nav .footer_contact p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .footer_contact p {
    font-size: 3.5897435897vw;
  }
}
#footer .flex .footer_nav .footer_contact .tel {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact .tel {
    margin-bottom: 0.8571428571vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .footer_contact .tel {
    margin-bottom: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}
#footer .flex .footer_nav .footer_contact .tel a {
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact .tel a {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .footer_contact .tel a {
    font-size: 6.4102564103vw;
  }
}
#footer .flex .footer_nav .footer_contact .en {
  margin-top: 1.7rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact .en {
    margin-top: 1.2142857143vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .flex .footer_nav .footer_contact .en {
    margin-top: 3.3333333333vw;
    font-size: 4.358974359vw;
  }
}
#footer .flex .footer_nav .footer_contact .en span {
  font-size: 2.5rem;
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact .en span {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 1400px) {
  #footer .flex .footer_nav .footer_contact .en span {
    font-size: 5.641025641vw;
  }
}
#footer .footer_bottom {
  padding-top: 2.5rem;
  margin-top: 7rem;
  border-top: 0.1rem solid #4C5864;
}
@media screen and (max-width: 1400px) {
  #footer .footer_bottom {
    padding-top: 1.7857142857vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .footer_bottom {
    padding-top: 6.4102564103vw;
    margin-top: 10.2564102564vw;
  }
}
#footer .footer_bottom .copy {
  font-size: 1.2rem;
  color: #728598;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #footer .footer_bottom .copy {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #footer .footer_bottom .copy {
    font-size: 2.5641025641vw;
  }
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
#header #header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  padding: 0 2rem 0 3rem;
}
@media screen and (max-width: 1920px) {
  #header #header_top {
    height: 5.2083333333vw;
    padding: 0 1.0416666667vw 0 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #header #header_top {
    height: 20.5128205128vw;
    padding: 0 0 0 2.0512820513vw;
  }
}
#header #header_top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1920px) {
  #header #header_top .logo a {
    gap: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #header #header_top .logo a {
    gap: 2.5641025641vw;
  }
}
#header #header_top .logo a img {
  width: 22.2rem;
  vertical-align: middle;
}
@media screen and (max-width: 1920px) {
  #header #header_top .logo a img {
    width: 11.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #header #header_top .logo a img {
    width: 42.8205128205vw;
  }
}
#header #header_top .logo a img + img {
  width: 13.4rem;
}
@media screen and (max-width: 1920px) {
  #header #header_top .logo a img + img {
    width: 6.9791666667vw;
  }
}
@media screen and (max-width: 840px) {
  #header #header_top .logo a img + img {
    width: 30.2564102564vw;
  }
}
#header #header_top .nav_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1920px) {
  #header #header_top .nav_area ul {
    gap: 2.0833333333vw;
  }
}
#header #header_top .nav_area ul li a {
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 1920px) {
  #header #header_top .nav_area ul li a {
    font-size: 0.8333333333vw;
  }
}
#header #header_top .nav_area ul li.btn_entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C62E7), to(#09417E));
  background: linear-gradient(180deg, #0C62E7 0%, #09417E 100%);
  border-radius: 0.5rem;
}
@media screen and (max-width: 1920px) {
  #header #header_top .nav_area ul li.btn_entry a {
    width: 10.4166666667vw;
    height: 3.125vw;
    font-size: 1.0416666667vw;
    border-radius: 0.2604166667vw;
  }
}
#header #header_top .nav_area ul li.btn_entry a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
  background: linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
  opacity: 1;
}
@media screen and (max-width: 840px) {
  #header #header_top .btn_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 17.9487179487vw;
    height: 20.5128205128vw;
    background: #09417E;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media screen and (max-width: 840px) {
  #header #header_top .btn_menu .toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 7.6923076923vw;
    height: 5.641025641vw;
  }
}
@media screen and (max-width: 840px) {
  #header #header_top .btn_menu .toggle span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.2rem;
    margin: auto;
    background-color: #fff;
    border-radius: 0.1rem;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
#header #header_top .btn_menu .toggle span:nth-of-type(1) {
  top: 0;
}
#header #header_top .btn_menu .toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header #header_top .btn_menu .toggle span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (max-width: 840px) {
  #header #header_top .btn_menu .toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.5384615385vw) rotate(140deg);
            transform: translateY(1.5384615385vw) rotate(140deg);
  }
}
#header #header_top .btn_menu .toggle.active span:nth-of-type(2) {
  opacity: 0;
}
@media screen and (max-width: 840px) {
  #header #header_top .btn_menu .toggle.active span:nth-of-type(3) {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(1.5384615385vw) rotate(-140deg);
            transform: translateY(1.5384615385vw) rotate(-140deg);
  }
}

@media screen and (max-width: 840px) {
  #gnav {
    position: relative;
    position: fixed;
    top: 20.5128205128vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 20.5128205128vw);
    padding: 5.1282051282vw 0 30%;
    background: #E7EBF3;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    z-index: 110;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
#gnav.on {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 840px) {
  #gnav .wrap {
    width: 89.7435897436vw;
  }
}
@media screen and (max-width: 840px) {
  #gnav .w_box {
    padding: 5.1282051282vw 3.8461538462vw;
    margin-bottom: 6.4102564103vw;
    background: #fff;
    border-radius: 1.2820512821vw;
  }
}
@media screen and (max-width: 840px) {
  #gnav .w_box .title02 {
    padding-bottom: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    color: #09417E;
    border-bottom: 0.1rem solid #DBDBDB;
  }
}
#gnav .w_box ul + .title02 {
  margin-top: 8.9743589744vw;
}
#gnav .w_box + ul {
  margin: 0 5.1282051282vw;
}
@media screen and (max-width: 840px) {
  #gnav ul li {
    font-size: 3.8461538462vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) {
  #gnav ul li + li {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #gnav .btn_entry {
    margin-top: 10.2564102564vw;
  }
}
@media screen and (max-width: 840px) {
  #gnav .btn_entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 87.1794871795vw;
    height: 17.9487179487vw;
    color: #fff;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#F19F24), to(#F15A24));
    background: linear-gradient(180deg, #F19F24 0%, #F15A24 100%);
    border-radius: 1.2820512821vw;
  }
}
@media screen and (max-width: 840px) {
  #gnav .btn_entry a .en {
    font-size: 5.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #gnav .btn_entry a .ja {
    font-size: 3.8461538462vw;
  }
}