@charset "UTF-8";

/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    min-width: 0px;
  }
}

/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  キーフレーム
------------------------------------*/
@-webkit-keyframes loop {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(70px);
  }
}

@keyframes loop {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(70px);
  }
}

/*----------------------------------
  loading
------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005bac;
  position: fixed;
  z-index: 9999999;
}

@media (max-width: 768px) {
  #animation_logo {
    width: 260px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mv_bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv_bg video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.main_copy {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.25em;
  top: 45vh;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 413px;
}

.left_textbox {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: calc(25 / 12);
  text-align: center;
  color: #fff;
  top: 45vh;
  left: 50px;
  transform: translateY(-50%);
  min-height: 370px;
}

.scroll_textbox {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: calc(25 / 13);
  color: #fff;
  bottom: 270px;
  right: 67px;
}

.scroll_textbox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #fff;
  left: calc(50% - 1px);
  top: 76px;
}

.scroll_textbox::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url(../../../img/ico_ball.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(50% - 4px);
  top: 76px;
  -webkit-animation: loop 2s 0.5s cubic-bezier(0.1, 0.49, 0.9, 0.53) infinite;
  animation: loop 2s 0.5s cubic-bezier(0.1, 0.49, 0.9, 0.53) infinite;
}

.cta_top {
  display: block;
  position: absolute;
  box-sizing: content-box;
  padding: 28px 15px;
  left: 340px;
  bottom: 24px;
  width: 255px;
  height: auto;
  background-color: #005bac;
  color: #fff;
  outline: 1px solid white;
  outline-offset: -4px;
  transition: 0.3s;
}

.cta_top::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  background-image: url(../../../img/ico_arrow1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 227px;
  top: 110px;
  transition: 0.3s;
  display: none;
}

.cta_top:hover {
  outline-offset: -10px;
  background-color: #151515;
}

.cta_top:hover::after {
  left: 230px;
}

.cta_top p {
  color: inherit;
}

.cta_top .cta_top_text1 {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 26px;
  text-align: center;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.cta_top .cta_top_text1::after {
  content: "";
  position: absolute;
  background-image: url(../../../img/ico_topcta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  bottom: 3px;
  right: -1px;
  display: none;
}

.cta_top .cta_top_text3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #005bac;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.4rem;
  text-align: center;
  margin: 16px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 4px 8px;
  position: relative;
}

.cta_top .cta_top_text2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}

.cta_top1 {
  left: 20px;
  height: 104px;
  padding: 15px;
}

.cta_top2 {
  left: 320px;
  height: 104px;
  padding: 15px;
}

.cta_top3 {
  left: 620px;
  height: 104px;
  padding: 15px;
}

.cta_top4 {
  left: 920px;
  height: 104px;
  padding: 15px;
}


/*大学卒採用用*/
.cta_top1 .cta_top_text1 {
  margin-top: 18px;
}

.cta_top1::after {
  display: block;
}

.cta_top1 .cta_top_text2 {
  margin-top: 22px;
}

/*経験者通年枠採用用*/
/* .cta_top2 .cta_top_text1 {
  margin-top: 18px;
} */

.cta_top2::after {
  display: block;
}

.cta_top2 .cta_top_text2 {
  margin-top: 22px;
}

/*ここまで*/


@media (max-width: 768px) {
  .mv {
    width: 100%;
    height: 140vh;
    position: relative;
  }

  .mv_bg {
    width: 100%;
    height: 120vh;
    overflow: hidden;
  }

  .mv_bg video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .main_copy {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.9;
    letter-spacing: 0.25em;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 350px;
  }

  .left_textbox {
    display: none;
  }

  .scroll_textbox {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    line-height: calc(25 / 13);
    color: #fff;
    bottom: 500px;
    right: 30px;
  }

  .scroll_textbox::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #fff;
    left: calc(50% - 1px);
    top: 56px;
  }

  .scroll_textbox::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-image: url(../../../img/ico_ball.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(50% - 4px);
    top: 56px;
    -webkit-animation: loop 2s 0.5s cubic-bezier(0.1, 0.49, 0.9, 0.53) infinite;
    animation: loop 2s 0.5s cubic-bezier(0.1, 0.49, 0.9, 0.53) infinite;
  }

  .cta_top {
    position: absolute;
    box-sizing: border-box;
    padding: 0 0 16px 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
    outline: 0px solid white;
    outline-offset: -4px;
    transition: 0.3s;
    text-align: center;
  }

  .cta_top::after {
    display: none;
  }

  .cta_top p {
    color: inherit;
  }

  .cta_top .cta_top_text1 {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
  }

  .cta_top .cta_top_text1::after {
    right: -13px;
    bottom: 0;
  }

  .cta_top .cta_top_text3 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.4rem;
    text-align: center;
    margin: 10px 14px 0 42px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    padding: 0;
    position: relative;
  }

  .cta_top .cta_top_text2 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    position: relative;
  }

  .cta_top .cta_top_text2::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    background-image: url(../../../img/ico_arrow1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 163px;
    top: 3px;
    transition: 0.3s;
  }

  .cta_top1 {
    bottom: 0px;
  }

  .cta_top2 {

    bottom: 290px;
  }

  .cta_top3 {

    bottom: 181px;
  }

  .cta_top4 {

    bottom: 74px;
  }
}

/*----------------------------------
  story
------------------------------------*/
.story {
  width: 100%;
}

.story_lead {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #151515;
  line-height: 3.2;
  letter-spacing: 0.4em;
  width: 385px;
  min-width: 385px;
  min-height: 395px;
  padding: 120px 0;
  margin: 0 auto;
}

.story_main {
  background: linear-gradient(#fff 0%,
      #edf7ff 25.62%,
      #fff 52.3%,
      #eff5ff 100%);
  padding-top: 65px;
}

.story_item {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(30px);
}

.story_item .story_pic {
  width: calc(610 / 1366 * 100vw);
  min-width: 610px;
  max-width: 700px;
}

.story_textbox {
  width: 450px;
  margin-left: 45px;
}

.story_textbox h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
  text-align: justify;
}

.story_textbox p {
  margin-top: 23px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.story_item1 {
  margin-right: auto;
}

.story_item1 .story_textbox {
  margin-top: 150px;
}

.story_item2 {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 10.2%;
  margin-top: 74px;
}

.story_item2 .story_pic {
  width: calc(486 / 1366 * 100vw);
  min-width: 486px;
  max-width: 560px;
  margin-left: 45px;
}

.story_item2 .story_textbox {
  margin-top: 80px;
}

.story_item3 {
  margin: 104px auto 0;
  transform: translateX(calc(3.7%));
}

.story_item3 .story_textbox {
  margin-top: 74px;
}

.story_item4 {
  margin-top: 140px;
  justify-content: flex-end;
  margin-left: auto;
}

.story_item4 .story_textbox {
  margin-left: auto;
  margin-top: 80px;
  width: 317px;
}

.story_item4 .story_textbox h3 {
  font-size: 3rem;
}

.story_item4 .story_scrollpic {
  width: calc(836 / 1366 * 100vw);
  min-width: 836px;
}

.story_item4 .scroll1 {
  display: none;
}

.story_item4 .scroll1 li {
  width: 350px;
  margin-right: 3px;
}

.story_lead2 {
  margin: 250px auto 0;
  padding-bottom: 278px;
}

.story_lead2 p {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #151515;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

.story_lead2 .story_lead2_text2,
.story_lead2 .story_lead2_text3 {
  margin-top: 36px;
}

@media (max-width: 768px) {
  .story {
    width: 100%;
  }

  .story_lead {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #151515;
    line-height: 2.8;
    letter-spacing: 0.4em;
    min-width: 0;
    min-height: 315px;
    padding: 80px 0 40px;
    margin: 0 auto;
    width: 269px;
  }

  .story_main {
    background: linear-gradient(#fff 0%,
        #edf7ff 25.62%,
        #fff 52.3%,
        #eff5ff 100%);
    padding: 30px 30px;
  }

  .story_item {
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .story_item .story_pic {
    width: 100%;
    min-width: 0;
    max-width: 700px;
  }

  .story_textbox {
    width: 100%;
    margin-left: 0;
  }

  .story_textbox h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.9;
    text-align: justify;
  }

  .story_textbox p {
    margin-top: 16px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.92;
    text-align: justify;
  }

  .story_item1 {
    margin-right: auto;
  }

  .story_item1 .story_textbox {
    margin-top: 30px;
  }

  .story_item2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
    margin-top: 80px;
  }

  .story_item2 .story_pic {
    width: 100%;
    min-width: 0;
    max-width: 560px;
    margin-left: 0;
  }

  .story_item2 .story_textbox {
    margin-top: 30px;
  }

  .story_item3 {
    margin: 50px auto 0;
    transform: translateX(0);
  }

  .story_item3 .story_textbox {
    margin-top: 30px;
  }

  .story_item4 {
    margin-top: 80px;
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin-left: 0;
    width: 100%;
    overflow-x: hidden;
  }

  .story_item4 .story_textbox {
    margin-left: auto;
    margin-top: 0px;
    width: 100%;
  }

  .story_item4 .story_textbox h3 {
    font-size: 2rem;
    margin-top: 30px;
  }

  .story_item4 .story_scrollpic {
    width: 100%;
    min-width: 0;
  }

  .story_item4 .scroll1 li {
    width: 260px;
    margin-right: 3px;
  }

  .story_lead2 {
    margin: 150px auto 0;
    padding-bottom: 100px;
  }

  .story_lead2 p {
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 1.4rem;
    color: #151515;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
  }

  .story_lead2 .story_lead2_text2,
  .story_lead2 .story_lead2_text3 {
    margin-top: 36px;
  }
}

/*----------------------------------
  about
------------------------------------*/
.about {
  width: 100%;
}

.about h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
  padding-top: 157px;
}

.about .h2_ruby {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
  margin-top: 20px;
}

.about .about_lead {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
  text-align: center;
  margin-top: 57px;
}

.about_main {
  margin-top: 80px;
}

.about_item {
  position: relative;
  opacity: 0;
}

.about_item .about_num {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 6rem;
  letter-spacing: 0.1em;
}

.about_item .about_num i {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-style: normal;
}

.about_item h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
  text-align: justify;
}

.about_item .about_text {
  margin-top: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.about_item1 {
  width: 480px;
  margin-right: 50%;
  margin-left: auto;
}

.about_item1 .about_pic {
  width: 100%;
}

.about_item1 .about_num {
  position: absolute;
  top: 82px;
  left: -74px;
}

.about_item1 h3 {
  margin-top: 16px;
}

.about_item2 {
  width: 400px;
  margin-top: -222px;
  margin-left: 59%;
  display: flex;
  flex-direction: column;
}

.about_item2 .about_pic {
  width: 100%;
  order: 3;
  margin-top: 18px;
}

.about_item2 .about_num {
  position: absolute;
  top: 242px;
  left: -74px;
}

.about_item2 h3 {
  margin-top: 16px;
  order: 1;
}

.about_item2 .about_text {
  order: 2;
}

.about_item3 {
  width: 633px;
  margin-right: 54%;
  margin-left: auto;
  margin-top: -400px;
}

.about_item3 .about_pic {
  width: 100%;
}

.about_item3 .about_num {
  margin-top: -24px;
  margin-left: 120px;
}

.about_item3 h3 {
  margin-top: 16px;
  margin-left: 120px;
}

.about_item3 .about_text {
  width: 480px;
  margin-left: 120px;
}

.about_movie {
  width: 90%;
  max-width: 1300px;
  margin: 157px auto 30px;
}

@media (max-width: 768px) {
  .about {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 90px;
  }

  .about h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-align: center;
    padding-top: 100px;
  }

  .about .h2_ruby {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
    text-align: center;
    margin-top: 15px;
  }

  .about .about_lead {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.87;
    text-align: justify;
    margin-top: 57px;
    width: 100%;
  }

  .about_main {
    margin-top: 80px;
  }

  .about_item {
    position: relative;
  }

  .about_item .about_num {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 6rem;
    letter-spacing: 0.1em;
    margin-top: -30px;
  }

  .about_item .about_num i {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-style: normal;
  }

  .about_item h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.9;
    text-align: justify;
  }

  .about_item .about_text {
    margin-top: 15px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.92;
    text-align: justify;
  }

  .about_item1 {
    width: 100%;
    margin-right: 50%;
    margin-left: auto;
  }

  .about_item1 .about_pic {
    width: 100%;
  }

  .about_item1 .about_num {
    position: static;
  }

  .about_item1 h3 {
    margin-top: 24px;
  }

  .about_item2 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .about_item2 .about_pic {
    width: 100%;
    order: 1;
    margin-top: 18px;
  }

  .about_item2 .about_num {
    position: static;
    order: 2;
  }

  .about_item2 h3 {
    margin-top: 24px;
    order: 3;
  }

  .about_item2 .about_text {
    order: 4;
  }

  .about_item3 {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
  }

  .about_item3 .about_pic {
    width: 100%;
  }

  .about_item3 .about_num {
    margin-left: 0;
  }

  .about_item3 h3 {
    margin-top: 24px;
    margin-left: 0;
  }

  .about_item3 .about_text {
    width: 100%;
    margin-left: 0;
  }

  .about_movie {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 30px;
  }
}

/*----------------------------------
  staff
------------------------------------*/
.staff {
  width: 100%;
  padding-top: 87px;
  padding-bottom: 157px;
}

.staff_lock {
  position: relative;
}

.staff_bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 0%,
      #edf7ff 25.62%,
      #fff 52.3%,
      #eff5ff 100%);
  position: absolute;
  z-index: -999;
}

.staff_inner {
  width: 1136px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.staff_titlecontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 167px;
}

.staff_titlecontainer .h2_ruby {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: calc(25 / 13);
}

.staff_titlecontainer h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.9;
  letter-spacing: 0.25em;
}

.staff_titlecontainer .staff_lead {
  width: 167px;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  margin-top: 140px;
}

.staff_main {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.staff_item {
  display: block;
  box-sizing: border-box;
  width: 447px;
  position: relative;
  overflow: hidden;
}

.staff_item .staff_pic {
  width: 100%;
  transition: 0.4s;
}

.staff_item .staff_textcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.staff_item .staff_multiply {
  width: 100%;
  height: 100%;
  background-color: #00123c;
  opacity: 0.4;
}

.staff_item h3 {
  position: absolute;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #fff;
  top: 34%;
  right: 0;
  left: 0;
}

.staff_item .staff_textbottom {
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
}

.staff_item .staff_textbottom p {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
  color: #fff;
}

.staff_item .staff_text2 {
  margin-top: 8px;
}

.staff_item .ico_colon1 {
  position: absolute;
  top: 25%;
  left: 50px;
}

.staff_item .ico_colon2 {
  position: absolute;
  top: 25%;
  right: 50px;
}

.staff_item:hover .staff_pic {
  transform: scale(1.05);
}

.staff_item:hover .staff_textcontainer {
  opacity: 0;
}

@media (max-width: 768px) {
  .staff {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .staff_lock {
    position: relative;
    width: 100%;
    height: 700px;
    overflow-x: hidden;
  }

  .staff_bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff 0%,
        #edf7ff 25.62%,
        #fff 52.3%,
        #eff5ff 100%);
    position: absolute;
    z-index: -999;
    padding-top: 80px;
  }

  .staff_inner {
    width: 1400px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    padding-left: 30px;
    top: 80px;
  }

  .staff_titlecontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 167px;
  }

  .staff_titlecontainer .h2_ruby {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: calc(25 / 13);
  }

  .staff_titlecontainer h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.9;
    letter-spacing: 0.25em;
  }

  .staff_titlecontainer .staff_lead {
    width: 167px;
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    margin-top: 40px;
  }

  .staff_main {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 5px;
    top: 0;
    left: 255px;
    margin-left: 30px;
  }

  .staff_item {
    display: block;
    box-sizing: border-box;
    width: 285px;
    height: 285px;
    position: relative;
    overflow: hidden;
  }

  .staff_item .staff_pic {
    width: 100%;
    transition: 0.4s;
  }

  .staff_item .staff_textcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
  }

  .staff_item .staff_multiply {
    width: 100%;
    height: 100%;
    background-color: #00123c;
    opacity: 0.4;
  }

  .staff_item h3 {
    position: absolute;
    font-family: "Zen Old Mincho";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    color: #fff;
    top: 34%;
    right: 0;
    left: 0;
  }

  .staff_item .staff_textbottom {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
  }

  .staff_item .staff_textbottom p {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.65;
    text-align: center;
    color: #fff;
  }

  .staff_item .staff_text2 {
    margin-top: 2px;
  }

  .staff_item .ico_colon1 {
    position: absolute;
    top: 25%;
    left: 50px;
  }

  .staff_item .ico_colon2 {
    position: absolute;
    top: 25%;
    right: 50px;
  }

  .staff_item:hover .staff_pic {
    transform: scale(1.05);
  }

  .staff_item:hover .staff_textcontainer {
    opacity: 0;
  }
}

/*----------------------------------
  career
------------------------------------*/
.career {
  width: 100%;
  padding-top: 87px;
  padding-bottom: 97px;
}

.career h2 {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.42;
  position: relative;
}

.career h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-left: 16px;
}

.career h2::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background-image: url(../../../img/ico_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -44px;
  top: 16px;
}

.career .career_lead {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin-top: 27px;
}

.career_inner {
  width: 68.3vw;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}

.career_main {
  margin-top: 25px;
  width: 68.3vw;
  min-width: 900px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: translateX(-65px);
}

.career_item {
  width: 250px;
  position: relative;
}

.career_item h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  text-align: center;
  border-bottom: 1px solid #000;
}

.career_item .h3_ruby {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}

.career_item .career_textbox {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.14;
  text-align: justify;
  margin-top: 18px;
}

.career_item .career_arrow {
  position: absolute;
  top: 200px;
}

.career_item1 {
  margin-top: 140px;
}

.career_item1 .career_arrow {
  width: 438px;
  left: -136px;
}

.career_item2 {
  margin-top: 70px;
}

.career_item2 .career_arrow {
  width: 363px;
  left: -58px;
}

.career_item3 {
  margin-top: 0;
}

.career_item3 .career_arrow {
  width: 400px;
  left: -45px;
}

.career_caption {
  width: 560px;
  margin-top: 40px;
  margin-left: auto;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.14;
  text-align: justify;
}

@media (max-width: 768px) {
  .career {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 97px;
  }

  .career h2 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.42;
    position: relative;
    margin-left: 21px;
  }

  .career h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-left: 4px;
    margin-top: 5px;
  }

  .career h2::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    background-image: url(../../../img/ico_arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    top: 14px;
  }

  .career .career_lead {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin-top: 27px;
  }

  .career_inner {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .career_main {
    margin-top: 25px;
    width: 100%;
    min-width: 0;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    transform: translateX(0);
  }

  .career_item {
    width: 250px;
    position: relative;
    margin: 0 auto;
  }

  .career_item h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: "Zen Old Mincho";
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.88;
    text-align: center;
    border-bottom: 1px solid #000;
  }

  .career_item .h3_ruby {
    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 10px;
  }

  .career_item .career_textbox {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.14;
    text-align: justify;
    margin-top: 18px;
  }

  .career_item .career_arrow {
    position: absolute;
    top: 200px;
  }

  .career_item1 {
    margin-top: 40px;
  }

  .career_item1 .career_arrow {
    width: 438px;
    left: -313px;
  }

  .career_item2 {
    margin-top: 100px;
  }

  .career_item2 .career_arrow {
    width: 363px;
    left: -166px;
  }

  .career_item3 {
    margin-top: 100px;
  }

  .career_item3 .career_arrow {
    width: 400px;
    left: -91px;
  }

  .career_caption {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.14;
    text-align: justify;
  }
}

/*----------------------------------
  worklife
------------------------------------*/
.worklife {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 58px;
  background-color: #f2f4f7;
}

.worklife h2 {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.42;
  position: relative;
}

.worklife h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-left: 16px;
}

.worklife h2::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background-image: url(../../../img/ico_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -44px;
  top: 16px;
}

.worklife .worklife_lead {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin-top: 27px;
}

.worklife_inner {
  width: 68.3vw;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}

.worklife_main {
  margin-top: 25px;
  padding-left: 30px;
  width: 900px;
  display: flex;
  justify-content: space-between;
}

.worklife_item {
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 230px;
}

.worklife_item .worklife_text1 {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

.worklife_item .worklife_text2 {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  color: #005bac;
  margin-top: 8px;
}

.worklife_middle {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #333;
  margin-top: 30px;
}

.worklife_bottom {
  width: 100%;
  margin-top: 30px;
}

.worklife_bottom li {
  width: 314px;
  margin-right: 5px;
}

.scroll2 {
  display: none;
}

@media (max-width: 768px) {
  .worklife {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 58px;
    background-color: #f2f4f7;
  }

  .worklife h2 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.42;
    position: relative;
    margin-left: 21px;
  }

  .worklife h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-left: 4px;
    margin-top: 5px;
  }

  .worklife h2::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    background-image: url(../../../img/ico_arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    top: 14px;
  }

  .worklife .worklife_lead {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin-top: 27px;
  }

  .worklife_inner {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .worklife_main {
    margin-top: 25px;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .worklife_item {
    width: 30%;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 230px;
    padding: 0 10px;
  }

  .worklife_item .worklife_text1 {
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: center;
  }

  .worklife_item .worklife_text2 {
    font-family: "Zen Old Mincho";
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    color: #005bac;
    margin-top: 8px;
  }

  .worklife_middle {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: left;
    color: #333;
    margin-top: 30px;
  }

  .worklife_bottom {
    width: 100%;
    margin-top: 30px;
  }

  .worklife_bottom li {
    width: 314px;
    margin-right: 5px;
  }
}

/*----------------------------------
  flow
------------------------------------*/
.flow {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 117px;
}

.flow h2 {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.42;
  position: relative;
}

.flow h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-left: 16px;
}

.flow h2::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background-image: url(../../../img/ico_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -44px;
  top: 16px;
}

.flow .flow_lead {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin-top: 27px;
}

.flow_inner {
  width: 68.3vw;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}

.flow_main {
  margin-top: 60px;
  width: 900px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.flow_centercontainer {
  margin-left: 35px;
  position: relative;
}

.flow_rightcontainer {
  position: relative;
}

.flow_cell {
  margin-top: 10px;
  width: 295px;
  height: 97px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow_cell1 {
  background-image: url(../../../img/bg_flow1.svg);
}

.flow_cell2 {
  background-image: url(../../../img/bg_flow2.svg);
}

.flow_cell3 {
  background-image: url(../../../img/bg_flow3.svg);
}

.flow_cell4 {
  background-image: url(../../../img/bg_flow4.svg);
}

.flow_cell5 {
  background-image: url(../../../img/bg_flow5.svg);
}

.flow_cell6 {
  width: 200px;
  height: 97px;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
  text-align: center;
  color: #151515;
  border-bottom: 1px solid #151515;
}

.flow_cellflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow_cellflex .flow_cellflexitem1 {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  background-color: #f2f4f7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.flow_cellflex .flow_cellflexitem2 {
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
  text-align: center;
  color: #151515;
  width: 150px;
}

.flow_division {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  background-color: #f2f4f7;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .flow {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 117px;
  }

  .flow h2 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.42;
    position: relative;
    margin-left: 21px;
  }

  .flow h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-left: 4px;
    margin-top: 5px;
  }

  .flow h2::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    background-image: url(../../../img/ico_arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    top: 14px;
  }

  .flow .flow_lead {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin-top: 27px;
  }

  .flow_inner {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .flow_main_wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .flow_main {
    margin-top: 40px;
    width: 100%;
    min-width: 690px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .flow_leftcontainer {
    width: 32%;
  }

  .flow_centercontainer {
    width: 32%;
    margin-left: 0;
  }

  .flow_rightcontainer {
    width: 32%;
  }

  .flow_cell {
    margin-top: 10px;
    width: 100%;
    height: 97px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2.14;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    white-space: nowrap;
  }

  .flow_cell1 {
    background-image: url(../../../img/bg_flow1.svg);
  }

  .flow_cell2 {
    background-image: url(../../../img/bg_flow2.svg);
  }

  .flow_cell3 {
    background-image: url(../../../img/bg_flow3.svg);
  }

  .flow_cell4 {
    background-image: url(../../../img/bg_flow4.svg);
  }

  .flow_cell5 {
    background-image: url(../../../img/bg_flow5.svg);
  }

  .flow_cell6 {
    width: 100%;
    height: 97px;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2.14;
    text-align: center;
    color: #151515;
    border-bottom: 1px solid #151515;
  }

  .flow_cellflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .flow_cellflex .flow_cellflexitem1 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    background-color: #f2f4f7;
  }

  .flow_cellflex .flow_cellflexitem2 {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.14;
    text-align: center;
    color: #151515;
    width: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
  }

  .flow_division {
    display: inline-block;
    font-family: "Zen Kaku Gothic Antique";
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    background-color: #f2f4f7;
    top: -28px;
  }

  .flow_division span {
    display: none;
  }

  .flow_division_right {
    top: -20px;
  }
}

/*----------------------------------
  require
------------------------------------*/
.require {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 58px;
  background-color: #f2f4f7;
}

.require h2 {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.42;
  position: relative;
}

.require h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-left: 16px;
}

.require h2::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background-image: url(../../../img/ico_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -44px;
  top: 16px;
}

.require_inner {
  width: 68.3vw;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}

.require_main {
  margin-top: 47px;
}

.require_main table {
  border-collapse: separate;
  border-spacing: 14px 5px;
  margin-left: -14px;
}

.require_main th {
  width: 160px;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  background-color: #fff;
  margin-right: 10px;
}

.require_main td {
  width: 698px;
  font-size: 1.5rem;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #bbc8d5;
}

@media (max-width: 768px) {
  .require {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f2f4f7;
  }

  .require h2 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.42;
    position: relative;
    margin-left: 21px;
  }

  .require h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-left: 4px;
    margin-top: 5px;
  }

  .require h2::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    background-image: url(../../../img/ico_arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    top: 14px;
  }

  .require_inner {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .require_main {
    margin-top: 47px;
  }

  .require_main table {
    border-collapse: separate;
    border-spacing: 0;
    margin-left: 0;
  }

  .require_main tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
  }

  .require_main th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29%;
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    padding: 14px 0;
    background-color: #fff;
    margin-right: 0;
  }

  .require_main td {
    display: block;
    width: 69%;
    font-size: 1.4rem;
    line-height: 1.67;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 14px;
    border-bottom: 1px solid #bbc8d5;
  }
}

/*----------------------------------
  faq
------------------------------------*/
.faq {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 163px;
}

.faq h2 {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.42;
  position: relative;
}

.faq h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-left: 16px;
}

.faq h2::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background-image: url(../../../img/ico_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -44px;
  top: 16px;
}

.faq_inner {
  width: 68.3vw;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq_main {
  margin-top: 47px;
  width: 900px;
}

.faq_item {
  display: block;
  box-sizing: border-box;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 100%;
  margin-top: 2px;
  padding: 30px 0 30px 58px;
  position: relative;
  border-bottom: 1px solid #bbc8d5;
  transition: 0.3s;
}

.faq_item::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 22px;
  background-image: url(../../../img/Q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  top: 30px;
}

.faq_item:hover {
  background-color: #f2f4f7;
  border-bottom: 1px solid transparent;
}

@media (max-width: 768px) {
  .faq {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 163px;
  }

  .faq h2 {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.42;
    position: relative;
    margin-left: 21px;
  }

  .faq h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-left: 4px;
    margin-top: 5px;
  }

  .faq h2::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    background-image: url(../../../img/ico_arrow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    top: 14px;
  }

  .faq_inner {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .faq_main {
    margin-top: 30px;
    width: 100%;
  }

  .faq_item {
    display: block;
    box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
    width: 100%;
    margin-top: 2px;
    padding: 30px 0 30px 43px;
    position: relative;
    border-bottom: 1px solid #bbc8d5;
    transition: 0.3s;
  }

  .faq_item::before {
    content: "";
    position: absolute;
    width: 31px;
    height: 22px;
    background-image: url(../../../img/Q.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 30px;
  }

  .faq_item:hover {
    background-color: #f2f4f7;
    border-bottom: 1px solid transparent;
  }
}

/*----------------------------------
  fixed_nav
------------------------------------*/
.fixed_nav {
  position: fixed;
  z-index: 999;
  top: 117px;
  right: 100px;
  display: none;
  opacity: 0;
}

.fixed_nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-left: auto;
  margin-bottom: 14px;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #84a6d9;
}

.fixed_nav::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #005bac;
  right: -24px;
  top: 7px;
}

.fixed_nav .nav_ball {
  position: absolute;
  width: 7px;
  height: 7px;
  right: -27px;
  top: 7px;
}

@media (max-width: 768px) {
  .fixed_nav {
    display: none;
  }
}

/*----------------------------------
  modal
------------------------------------*/
#modaal-close_old {
  display: none;
}

body .modaal-wrapper {
  z-index: 99999;
}

body .modaal-wrapper .modaal-container {
  max-width: none;
  background: none;
  box-shadow: none;
  width: auto;
}

body .modaal-wrapper .modal_item_inner {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 2%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

body .modaal-wrapper .modal_item_left {
  width: 49.5%;
  position: relative;
}

body .modaal-wrapper .modal_item_left .ico_colon3 {
  position: absolute;
  top: 5%;
  left: 15px;
}

body .modaal-wrapper .modal_item_left .ico_colon4 {
  position: absolute;
  top: 5%;
  right: 15px;
}

body .modaal-wrapper .modal_item_title {
  text-align: center;
  padding: 60px 0 42px 0;
  border-bottom: 1px solid #bbc8d5;
}

body .modaal-wrapper .modal_item_title h3 {
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 2.1;
  text-align: center;
}

body .modaal-wrapper .modal_item_title .modal_item_lead {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  margin-top: 28px;
  background-color: #f2f4f7;
}

body .modaal-wrapper .modal_item_textbox {
  margin-top: 16px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
  width: 100%;
  padding: 0 3.75%;
}

body .modaal-wrapper .special_item {
  width: 100%;
  padding: 3.75%;
  margin-top: 24px;
  background-color: #f2f4f7;
  display: flex;
  justify-content: space-between;
}

body .modaal-wrapper .special_item_left {
  width: 66%;
}

body .modaal-wrapper .special_item_title {
  display: flex;
  align-items: center;
}

body .modaal-wrapper .special_item_title p {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

body .modaal-wrapper .special_item_title h4 {
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  margin-left: 20px;
}

body .modaal-wrapper .special_item_textbox {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: justify;
  margin-top: 16px;
}

body .modaal-wrapper .special_item_right {
  width: 26%;
}

body .modaal-wrapper .modal_item_right {
  width: 48.5%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

body .modaal-wrapper .modal_item_right img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
}

body .modaal-wrapper .modal_closebtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#staff_modal {
  display: none;
}

.faq_modal_item {
  width: 100%;
}

.faq_modal_item_inner {
  width: 1200px;
  min-width: 1200px;
  padding: 70px 230px 70px 200px;
  position: relative;
  background-color: #fff;
}

.faq_modal_item_inner h3 {
  font-family: "Zen Old Mincho";
  font-weight: bold;
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

.faq_modal_item_inner .faq_modal_item_textcontainer {
  margin-top: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.faq_modal_item_inner::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 55px;
  background-image: url(../../../img/Q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 90px;
  top: 66px;
}

.faq_modal_item_inner .modal_closebtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#faq_modal {
  display: none;
}

@media (max-width: 768px) {
  body .modaal-wrapper .modaal-inner-wrapper {
    padding: 15px;
  }

  body .modaal-wrapper .modaal-content-container {
    padding: 0;
    padding-top: 100px;
  }

  body .modaal-wrapper .modal_item_inner {
    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  body .modaal-wrapper .modal_item_left {
    width: 100%;
    position: relative;
  }

  body .modaal-wrapper .modal_item_left .ico_colon3 {
    position: absolute;
    top: 5%;
    left: 15px;
  }

  body .modaal-wrapper .modal_item_left .ico_colon4 {
    position: absolute;
    top: 5%;
    right: 15px;
  }

  body .modaal-wrapper .modal_item_title {
    text-align: center;
    padding: 60px 0px 24px;
    border-bottom: 1px solid #bbc8d5;
  }

  body .modaal-wrapper .modal_item_title h3 {
    font-family: "Zen Old Mincho";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: center;
  }

  body .modaal-wrapper .modal_item_title .modal_item_lead {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    margin-top: 28px;
    background-color: #f2f4f7;
  }

  body .modaal-wrapper .modal_item_textbox {
    margin-top: 16px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.92;
    text-align: justify;
    width: 100%;
    padding: 0 24px;
  }

  body .modaal-wrapper .special_item {
    width: 100%;
    padding: 24px;
    margin-top: 24px;
    background-color: #f2f4f7;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  body .modaal-wrapper .special_item_left {
    width: 100%;
  }

  body .modaal-wrapper .special_item_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  body .modaal-wrapper .special_item_title p {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-top: 3px;
  }

  body .modaal-wrapper .special_item_title h4 {
    font-family: "Zen Old Mincho";
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.09em;
    margin-left: 0;
    margin-top: 10px;
  }

  body .modaal-wrapper .special_item_textbox {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.9;
    text-align: justify;
    margin-top: 24px;
  }

  body .modaal-wrapper .special_item_right {
    width: 180px;
    margin: 0 auto 20px;
    text-align: center;
  }

  body .modaal-wrapper .modal_item_right {
    width: 100%;
  }

  body .modaal-wrapper .modal_item_right img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: auto;
    position: static;
  }

  body .modaal-wrapper .modal_closebtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
  }

  .modal_closetext {
    font-family: Montserrat;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-align: center;
    color: #005bac;
    cursor: pointer;
    margin-top: 24px;
  }

  #staff_modal {
    display: none;
  }

  .faq_modal_item {
    width: 100%;
  }

  .faq_modal_item_inner {
    width: 100%;
    min-width: 0;
    padding: 50px 25px 30px 20px;
    position: relative;
    background-color: #fff;
  }

  .faq_modal_item_inner h3 {
    font-family: "Zen Old Mincho";
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.7;
    margin-top: 60px;
  }

  .faq_modal_item_inner .faq_modal_item_textcontainer {
    margin-top: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.92;
    text-align: justify;
  }

  .faq_modal_item_inner::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 40px;
    background-image: url(../../../img/Q.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
  }

  .faq_modal_item_inner .modal_closebtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  #faq_modal {
    display: none;
  }
}

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