@charset "UTF-8";
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

img {
  display: block;
}

html {
  font-size: 10px;
}

html.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}

@media (max-width: 1557px) {
  html {
    font-size: 0.7vw;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #061d32;
  background-color: #fafbfd;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: 500;
}

@media (max-width: 900px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

body .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body .background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#splash {
  opacity: 0;
  visibility: hidden;
}

.pc {
  display: block;
}

@media (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

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

a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #061d32;
}

a:hover {
  color: #0278cb;
}

.scroll-stopped {
  -ms-touch-action: none;
      touch-action: none;
  scroll-behavior: smooth;
}

h2.heading_lage {
  font-size: clamp(4.2rem, 6vw, 8.5rem);
  color: #fff;
  line-height: 1;
}

@media (max-width: 900px) {
  h2.heading_lage {
    font-size: 4.2rem;
  }
}

h2.heading_lage.en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

h2.heading_medium {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0278cb;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5%;
  width: 90%;
  max-width: 1382px;
  margin: 0 auto;
}

h2.heading_medium.-related_page {
  width: 80%;
  max-width: 1222px;
}

@media (max-width: 900px) {
  h2.heading_medium.-related_page {
    width: 88%;
    font-size: 2.0rem;
  }
  h2.heading_medium.-related_page .en_txt {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {
  h2.heading_medium {
    font-size: 1.6rem;
    width: 78%;
  }
}

h2.heading_medium::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0278cb;
  position: absolute;
  left: -5px;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 900px) {
  h2.heading_medium::before {
    width: 25px;
    left: -5px;
  }
}

h2.heading_medium:has(.visible)::before {
  -webkit-animation: border_anim 3s linear forwards;
          animation: border_anim 3s linear forwards;
}

h2.heading_medium span.en_txt {
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 0.4rem;
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

h2.heading_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h2.heading_center .en_txt {
  font-size: 12.0rem;
  color: #f2f6f8;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 900px) {
  h2.heading_center .en_txt {
    font-size: 5.3rem;
  }
}

h2.heading_center .en_txt.-white {
  color: #fff;
}

h2.heading_center .ja_txt {
  font-size: 4.6rem;
  font-weight: 700;
  color: #0278cb;
  margin-top: -4.7%;
}

@media (max-width: 900px) {
  h2.heading_center .ja_txt {
    font-size: 2.4rem;
    margin-top: -8.7%;
  }
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

.header_inner {
  padding: 24px 3.13%;
  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;
}

@media (max-width: 900px) {
  .header_inner {
    padding: 18px 5%;
  }
}

.header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.header .header_logo img {
  max-width: 235px;
  width: 100%;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .header .header_logo img {
    max-width: 150px;
    margin-right: 10px;
  }
}

.header .header_logo span {
  color: #0092d7;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .header .header_logo span {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}

.header .navBtn {
  max-width: 180px;
  width: 100%;
  height: 70px;
  background-color: #0278cb;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

@media (max-width: 900px) {
  .header .navBtn {
    max-width: 92px;
    height: 40px;
    border-radius: 20px;
  }
}

.header .navBtn_txt {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
  width: 50px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .header .navBtn_txt {
    font-size: 1.1rem;
    margin-right: 3px;
    width: 38px;
  }
}

.header .navBtn_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20px;
  min-width: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 900px) {
  .header .navBtn_border {
    height: 15px;
    min-width: 20px;
  }
}

.header .navBtn_border span {
  background-color: #fff;
  height: 1.5px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .navBtn_border span:nth-child(1) {
  width: 30px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 900px) {
  .header .navBtn_border span:nth-child(1) {
    width: 20px;
  }
}

.header .navBtn_border span:nth-child(2) {
  width: 25px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 900px) {
  .header .navBtn_border span:nth-child(2) {
    width: 13px;
  }
}

.header .navBtn_border span:nth-child(3) {
  width: 30px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 900px) {
  .header .navBtn_border span:nth-child(3) {
    width: 20px;
  }
}

.header .navBtn:hover span:nth-child(1) {
  width: 25px;
}

@media (max-width: 900px) {
  .header .navBtn:hover span:nth-child(1) {
    width: 20px;
  }
}

.header .navBtn:hover span:nth-child(2) {
  width: 30px;
}

@media (max-width: 900px) {
  .header .navBtn:hover span:nth-child(2) {
    width: 13px;
  }
}

.header .navBtn:hover span:nth-child(3) {
  width: 25px;
}

@media (max-width: 900px) {
  .header .navBtn:hover span:nth-child(3) {
    width: 20px;
  }
}

.header .navBtn.open .navBtn_border {
  height: 15px;
}

.header .navBtn.open .navBtn_border span:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(5px, 5px);
          transform: rotate(30deg) translate(5px, 5px);
  width: 30px;
}

@media (max-width: 900px) {
  .header .navBtn.open .navBtn_border span:nth-child(1) {
    width: 15px;
  }
}

.header .navBtn.open .navBtn_border span:nth-child(2) {
  opacity: 0;
}

.header .navBtn.open .navBtn_border span:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(5px, -5px);
          transform: rotate(-30deg) translate(5px, -5px);
  width: 30px;
}

@media (max-width: 900px) {
  .header .navBtn.open .navBtn_border span:nth-child(3) {
    width: 15px;
  }
}

.header .menuBox {
  background-color: rgba(8, 72, 151, 0.97);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (max-width: 900px) {
  .header .menuBox {
    visibility: visible;
    overflow-y: auto;
  }
}

.header .menuBox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .header .menuBox_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 120px auto 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header .menuBox .menuBox_logo {
  position: absolute;
  padding: 47px 3.13%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .header .menuBox .menuBox_logo {
    padding: 30px 5% 0;
  }
}

.header .menuBox .menuBox_logo img {
  max-width: 235px;
  width: 100%;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .header .menuBox .menuBox_logo img {
    max-width: 150px;
    margin-right: 5px;
  }
}

.header .menuBox .menuBox_logo span {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .header .menuBox .menuBox_logo span {
    font-size: 1.1rem;
  }
}

.header .menuBox .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 5%;
  width: 100%;
}

@media (max-width: 900px) {
  .header .menuBox .navBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .menuBox .navBox_item {
  width: calc(100% / 3 - 10%);
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header .menuBox .navBox_item .nav_list:not(:last-child) {
  margin-bottom: 50px;
}

.header .menuBox .navBox_item .nav_list .parent {
  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;
  color: #fff;
  width: 100%;
  font-size: 2.3rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list .parent {
    font-size: 1.5rem;
    width: 100%;
  }
}

.header .menuBox .navBox_item .nav_list .parent .en_txt {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list .parent .en_txt {
    font-size: 1.1rem;
  }
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list .child {
    display: inline-block;
    margin-right: 6px;
  }
}

.header .menuBox .navBox_item .nav_list .child a {
  color: #fff;
  font-size: 1.7rem;
  padding: 20px 5%;
  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;
  position: relative;
  background-color: #05408a;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list .child a {
    font-size: 1.2rem;
    padding: 12px 2.2vw 12px 3vw;
  }
}

.header .menuBox .navBox_item .nav_list .child a .txt {
  position: relative;
  z-index: 2;
}

.header .menuBox .navBox_item .nav_list .child a::after {
  content: "";
  position: relative;
  width: 13px;
  height: 13px;
  background-image: url(/recruit/common/img/common/nav_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list .child a::after {
    width: 8px;
    height: 8px;
    margin-left: 4vw;
  }
}

.header .menuBox .navBox_item .nav_list .child a:hover::after {
  -webkit-transform: translate(-8px);
          transform: translate(-8px);
}

.header .menuBox .navBox_item .nav_list .child:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .header .menuBox .navBox_item .nav_list .child:not(:last-child) {
    margin-bottom: 6px;
  }
}

@media (max-width: 900px) {
  .header .menuBox .menuEntry {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .header .menuBox .menuEntry_inner {
    width: 80%;
    height: 54px;
    padding: 0 5%;
    overflow: hidden;
    margin: 0 auto;
  }
  .header .menuBox .menuEntry_inner .outlink-item {
    width: 100%;
    height: 100%;
    border-radius: 27px;
    background: -webkit-gradient(linear, left top, right top, from(#fb8d44), to(#fbb444));
    background: linear-gradient(to right, #fb8d44, #fbb444);
    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;
    padding: 0px 10% 0 15%;
  }
  .header .menuBox .menuEntry_inner .outlink-item .txt {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5px;
  }
  .header .menuBox .menuEntry_inner .outlink-item .txt .arrow_outside {
    width: 10px;
    height: 10px;
    position: relative;
    z-index: 1;
  }
  .header .menuBox .menuEntry_inner .outlink-item .txt .arrow_outside_item {
    width: 100%;
    height: auto;
    display: block;
  }
  .header .menuBox .menuEntry_inner .outlink-item .arrow_icon {
    width: 15px;
    height: 10px;
  }
  .header .menuBox .menuEntry_inner .outlink-item .arrow_icon_item {
    width: 100%;
    height: auto;
    display: block;
  }
}

.header .menuBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: slideDown 0.5s ease forwards;
          animation: slideDown 0.5s ease forwards;
}

.header .menuBox.hide {
  -webkit-animation: slideUp 0.5s ease forwards;
          animation: slideUp 0.5s ease forwards;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.sec_entry {
  padding: 0 2%;
  width: 100%;
  aspect-ratio: 1920 / 670;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .sec_entry {
    height: 291px;
  }
}

.sec_entry_inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  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;
}

@media (max-width: 900px) {
  .sec_entry_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .sec_entry .entryBox_copy {
    margin-bottom: 35px;
  }
}

.sec_entry .entryBox_copy .main_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 50vw;
  max-width: 960px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  opacity: 1;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_copy .main_txt {
    height: auto;
    width: 75vw;
  }
}

.sec_entry .entryBox_copy .main_txt_catch_copy_svg {
  max-width: 708px;
  width: 100%;
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_copy .main_txt_catch_copy_svg {
    max-width: 328px;
    margin-bottom: 15px;
  }
}

.sec_entry .entryBox_copy .main_txt_catch_copy_svg .cls-1 {
  fill: #0278cb;
}

.sec_entry .entryBox_copy .main_txt_catch_copy_svg .cls-2 {
  fill: #061d32;
}

.sec_entry .entryBox_copy .sub_txt {
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #061d32;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_copy .sub_txt {
    font-size: 1.15rem;
  }
}

.sec_entry .entryBox_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.sec_entry .entryBox_link_list_item {
  max-width: 438px;
  width: 43.8rem;
  height: 80px;
}

.sec_entry .entryBox_link_list_item:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list_item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3%;
  }
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list_item {
    max-width: 168px;
    height: 50px;
    width: 50%;
  }
}

.sec_entry .entryBox_link_list_item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  color: #0278cb;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 40px;
  border: 1px solid #036eb8;
  padding: 0 20px 0 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list_item a {
    font-size: 1.4rem;
    border-radius: 25px;
    padding: 0 10px 0 20px;
  }
}

.sec_entry .entryBox_link_list_item a .txt {
  position: relative;
  z-index: 2;
}

.sec_entry .entryBox_link_list_item a:hover {
  color: #fff;
  opacity: 1;
}

.sec_entry .entryBox_link_list_item a:hover .arrow_icon {
  -webkit-transform: translate(-8px);
          transform: translate(-8px);
}

.sec_entry .entryBox_link_list_item a:hover .arrow_icon_item.hover {
  opacity: 1 !important;
}

.sec_entry .entryBox_link_list_item a:hover .arrow_icon_item.normal {
  opacity: 0 !important;
}

.sec_entry .entryBox_link_list_item.-entryStyle a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#fb8d44), to(#fbb444));
  background: linear-gradient(to right, #fb8d44, #fbb444);
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list_item.-entryStyle a {
    font-size: 1.6rem;
  }
}

.sec_entry .entryBox_link_list_item.-entryStyle a span.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.sec_entry .entryBox_link_list_item.-entryStyle a span.-flex .arrow_outside {
  width: 14px;
  height: 14px;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list_item.-entryStyle a span.-flex .arrow_outside {
    width: 9px;
    height: 9px;
  }
}

.sec_entry .entryBox_link_list_item.-entryStyle a span.-flex .arrow_outside_item {
  width: 100%;
  display: block;
}

.sec_entry .entryBox_link_list_item.-entryStyle a:hover {
  opacity: 1;
}

.sec_entry .entryBox_link_list_item.-entryStyle a:hover .arrow_icon {
  -webkit-transform: translate(-8px);
          transform: translate(-8px);
}

.sec_entry .entryBox_link_list_item.-entryStyle a:hover .arrow_icon_item.normal {
  opacity: 0 !important;
}

.sec_entry .entryBox_link_list_item.-entryStyle a:hover .arrow_icon_item.hover {
  opacity: 1 !important;
}

.sec_entry .entryBox_link_list_item .arrow_icon {
  width: 19px;
  height: 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 900px) {
  .sec_entry .entryBox_link_list_item .arrow_icon {
    width: 12px;
    height: 8px;
  }
}

.sec_entry .entryBox_link_list_item .arrow_icon_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sec_entry .entryBox_link_list_item .arrow_icon_item.hover {
  opacity: 0;
}

.sec_entry .entryBox_link_list_item .arrow_icon_item.normal {
  opacity: 1;
}

.footer {
  background-color: #004f99;
  padding: 0 3%;
}

.footer_inner {
  max-width: 1200px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 170px;
  padding-top: 60px;
}

@media (max-width: 900px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 75px;
    padding-top: 50px;
  }
}

.footer .footer_logo {
  max-width: 370px;
  width: 39%;
}

@media (max-width: 1060px) {
  .footer .footer_logo {
    width: 17%;
  }
}

@media (max-width: 900px) {
  .footer .footer_logo {
    max-width: 186px;
    width: 100%;
  }
}

.footer .footer_logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .footer .footer_logo .logo {
    margin-bottom: 10px;
  }
}

.footer .footer_logo .logo img {
  max-width: 255px;
  width: 100%;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .footer .footer_logo .logo img {
    max-width: 186px;
  }
}

.footer .footer_logo .logo span {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .footer .footer_logo .logo span {
    font-size: 1.3rem;
  }
}

.footer .footer_logo .cpLink a {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .footer .footer_logo .cpLink a {
    font-size: 1.2rem;
  }
}

.footer .footer_logo .cpLink a:hover {
  opacity: 0.7;
}

.footer .footer_logo .cpLink a .arrow_outside {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.footer .footer_logo .cpLink a .arrow_outside_item {
  width: 100%;
  display: block;
}

@media (max-width: 900px) {
  .footer .footer_logo .cpLink {
    margin-bottom: 35px;
  }
}

.footer .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 900px) {
  .footer .navBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3%;
  }
}

@media (max-width: 900px) {
  .footer .navBox_item {
    width: 100%;
  }
}

.footer .navBox_item:not(:last-child) {
  margin-right: 5%;
}

@media (max-width: 900px) {
  .footer .navBox_item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list {
    border-bottom: 0.5px solid #fff;
  }
  .footer .navBox_item .nav_list.first {
    border-top: 0.5px solid #fff;
  }
}

.footer .navBox_item .nav_list .nav-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list .nav-item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list .nav-item:last-of-type {
    margin-bottom: 0;
  }
}

.footer .navBox_item .nav_list .parent {
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list .parent {
    margin-bottom: 0;
  }
}

.footer .navBox_item .nav_list .parent a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  pointer-events: none;
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list .parent a {
    font-size: 1.4rem;
    padding: 15px 3%;
    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;
    position: relative;
    pointer-events: all;
  }
  .footer .navBox_item .nav_list .parent a .arrow_icon {
    width: 10px;
    height: 12px;
    display: block;
    position: relative;
  }
  .footer .navBox_item .nav_list .parent a .arrow_icon_item {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .footer .navBox_item .nav_list .parent a .arrow_icon_item.down {
    opacity: 1;
  }
  .footer .navBox_item .nav_list .parent a .arrow_icon_item.up {
    opacity: 0;
  }
  .footer .navBox_item .nav_list .parent a .arrow_icon.show .arrow_icon_item.down {
    opacity: 0;
  }
  .footer .navBox_item .nav_list .parent a .arrow_icon.show .arrow_icon_item.up {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list .parent_sp a {
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  .footer .navBox_item .nav_list .child {
    overflow: hidden;
    max-height: 0;
    padding-left: 8%;
    -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .footer .navBox_item .nav_list .child.show {
    padding: 0 0 5px 8%;
  }
  .footer .navBox_item .nav_list .child.show:last-of-type {
    margin-bottom: 15px;
  }
}

.footer .navBox_item .nav_list .child a {
  color: #fff;
  opacity: 0.7;
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .navBox_item .nav_list .child a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.6rem;
}

.footer .copyright_box {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  padding: 20px 3%;
  line-height: 1;
}

@media (max-width: 900px) {
  .footer .copyright_box {
    font-size: 1.0rem;
  }
}

.fixed_entry {
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 228px;
  height: 56px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 10;
}

@media (max-width: 900px) {
  .fixed_entry {
    width: 175px;
    height: 50px;
    bottom: 25px;
  }
}

.fixed_entry.shrink {
  width: 120px;
}

@media (max-width: 900px) {
  .fixed_entry.shrink {
    width: 90px;
  }
}

.fixed_entry:hover {
  width: calc(228px + 16px);
}

.fixed_entry a {
  border-radius: 28px 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2% 0 13%;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#fb8d44), to(#fbb444));
  background: linear-gradient(to right, #fb8d44, #fbb444);
}

@media (max-width: 900px) {
  .fixed_entry a {
    border-radius: 25px 0 0 25px;
  }
}

.fixed_entry a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}

.fixed_entry a .txt {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .fixed_entry a .txt {
    font-size: 1.6rem;
  }
}

.fixed_entry a:hover {
  opacity: 1;
}

.fixed_entry a .arrow_outside {
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 1;
}

.fixed_entry a .arrow_outside_item {
  width: 100%;
  display: block;
}

/* 下層 ページタイトル・パンくず */
.page_mv {
  position: relative;
  width: 100%;
  margin-bottom: 84px;
}

@media (max-width: 900px) {
  .page_mv {
    margin-bottom: 15px;
  }
}

.page_mv_img {
  margin-top: 0;
  position: relative;
  z-index: -1;
}

@media (max-width: 900px) {
  .page_mv_img {
    margin-top: 0;
  }
}

.page_mv_img figure img {
  width: 100%;
}

.pageInfo {
  width: 80%;
  max-width: 1222px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: -6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 900px) {
  .pageInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 90%;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.pageInfo.no_mv {
  position: relative;
  top: initial;
  left: initial;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pageInfo.mgb {
  margin-bottom: 84px;
}

@media (max-width: 900px) {
  .pageInfo.mgb {
    margin-bottom: 15px;
  }
}

.pageInfo_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pageInfo_ttl h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .pageInfo_ttl h2 {
    margin-bottom: 10px;
  }
}

.pageInfo_ttl h2 span {
  font-size: 5.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  letter-spacing: 0.09em;
}

@media (max-width: 900px) {
  .pageInfo_ttl h2 span {
    font-size: 3.0rem;
    padding: 0 10px;
  }
}

.pageInfo_ttl h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0278cb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pageInfo_ttl .en_txt {
  font-size: 2.3rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1.2;
  padding: 0 10px;
}

@media (max-width: 900px) {
  .pageInfo_ttl .en_txt {
    font-size: 1.3rem;
    padding: 3px 8px;
  }
}

.pageInfo_ttl .en_txt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0278cb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 900px) {
  .pageInfo_breadcrumb {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.pageInfo_breadcrumb .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pageInfo_breadcrumb .breadcrumb_list_item {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .pageInfo_breadcrumb .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}

.pageInfo_breadcrumb .breadcrumb_list_item:not(:last-child)::after {
  content: "";
  height: 1px;
  width: 16px;
  background-color: #0278cb;
  margin: 0 12px;
  position: relative;
  display: block;
}

@media (max-width: 900px) {
  .pageInfo_breadcrumb .breadcrumb_list_item:not(:last-child)::after {
    width: 12px;
    margin: 0 5px;
  }
}

.pageInfo_breadcrumb .breadcrumb_list_item a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pageInfo_breadcrumb .breadcrumb_list_item a:hover {
  color: #0083df;
}

/* 下層 ページ内リンク */
.page_linkBtn {
  width: 90%;
  max-width: 1382px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page_linkBtn_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background-color: #134884;
  height: 47px;
}

@media (max-width: 900px) {
  .page_linkBtn_list {
    width: 100%;
    height: 37px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page_linkBtn_list .list-item {
  position: relative;
}

.page_linkBtn_list .list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #e0e6ee;
  display: block;
  opacity: 0.3;
}

@media (max-width: 900px) {
  .page_linkBtn_list .list-item:not(:last-child)::after {
    height: 70%;
  }
}

.page_linkBtn_list .list-item a {
  color: #fff;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0 25px;
}

@media (max-width: 900px) {
  .page_linkBtn_list .list-item a {
    font-size: 1.3rem;
    padding: 0 3.2vw;
  }
}

.page_linkBtn_list .list-item a:hover {
  opacity: 0.7;
}

.page_linkBtn_list .list-item a img {
  margin-left: 10px;
}

@media (max-width: 900px) {
  .page_linkBtn_list .list-item a img {
    margin-left: 7px;
    width: 8px;
    height: auto;
  }
}

/* 下層 関連ページ */
.related_page {
  background-color: #fff;
  padding: 100px 0;
}

@media (max-width: 900px) {
  .related_page {
    padding: 50px 0;
  }
}

.related_page_inner {
  width: 80%;
  max-width: 1222px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .related_page_inner {
    width: 88%;
  }
}

.related_page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .related_page_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 23px 10px;
  }
}

.related_page_list_item {
  width: calc(100% / 3 - 30px);
}

@media (max-width: 900px) {
  .related_page_list_item {
    width: calc(100% / 2 - 5px);
  }
}

.related_page_list_item:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 900px) {
  .related_page_list_item:not(:last-child) {
    margin-right: 0;
  }
}

.related_page_list_item:hover figure {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.related_page_list_item:hover figure img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.related_page_list_item figure {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
}

@media (max-width: 900px) {
  .related_page_list_item figure {
    margin-bottom: 5px;
  }
}

.related_page_list_item figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.related_page_list_item .item_info .cat {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #7ec949;
  border-radius: 11px;
  display: inline-block;
  padding: 4px 10px 3px;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .related_page_list_item .item_info .cat {
    font-size: 1.0rem;
    padding: 4px 8px 3px;
  }
}

.related_page_list_item .item_info .ttl {
  font-size: 2.3rem;
  font-weight: 700;
  color: #061d32;
}

@media (max-width: 900px) {
  .related_page_list_item .item_info .ttl {
    font-size: 1.4rem;
  }
}

/* animation */
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navfade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .3s ease-out, transform .5s ease-out;
  transition: opacity .3s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
}

.navfade-up.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.line-animation {
  position: relative;
}

.line-animation::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 2s ease;
  transition: width 2s ease;
}

.line-animation.visible::after {
  width: 100%;
}

.hover_rotate {
  position: relative;
  overflow: hidden;
}

.hover_rotate .initial {
  display: block;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.hover_rotate .hover_rotate_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.hover_rotate:hover .initial {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.hover_rotate:hover .hover_rotate_item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.hover_mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hover_mask .mask {
  --left: -12%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: var(--left);
  pointer-events: none;
}

.hover_mask .mask span {
  --hover-in: 300ms;
  --hover-out: 900ms;
  --delay: 0ms;
  --opacity-delay: 150ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: opacity var(--hover-out) ease-in-out-cubic var(--opacity-delay), -webkit-transform var(--hover-out) ease-in-out-cubic;
  transition: opacity var(--hover-out) ease-in-out-cubic var(--opacity-delay), -webkit-transform var(--hover-out) ease-in-out-cubic;
  transition: transform var(--hover-out) ease-in-out-cubic, opacity var(--hover-out) ease-in-out-cubic var(--opacity-delay);
  transition: transform var(--hover-out) ease-in-out-cubic, opacity var(--hover-out) ease-in-out-cubic var(--opacity-delay), -webkit-transform var(--hover-out) ease-in-out-cubic;
}

.hover_mask .mask .bg-blue-040 {
  background-color: #0083df;
  opacity: 0;
}

.hover_mask .mask .bg-blue-050 {
  background: -webkit-gradient(linear, left top, right top, from(#ff761b), to(#ffb516));
  background: linear-gradient(to right, #ff761b, #ffb516);
}

.hover_mask .mask .bg-blue-060 {
  background-color: #036eb8;
}

.hover_mask:hover .mask .bg-blue-040 {
  opacity: 1;
  -webkit-transition-duration: var(--hover-in);
          transition-duration: var(--hover-in);
  -webkit-transition-delay: var(--delay), var(--opacity-delay);
          transition-delay: var(--delay), var(--opacity-delay);
}

.hover_mask:hover .mask span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition-duration: var(--hover-in);
          transition-duration: var(--hover-in);
  -webkit-transition-delay: var(--delay), var(--opacity-delay);
          transition-delay: var(--delay), var(--opacity-delay);
}

.hover_mask:not(:hover) .mask .bg-blue-040 {
  opacity: 0;
  /* hover 解除時に bg-blue-040 のみ非表示 */
  -webkit-transition-duration: var(--hover-out);
          transition-duration: var(--hover-out);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hover_mask:not(:hover) .mask span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  -webkit-transition-duration: var(--hover-out);
          transition-duration: var(--hover-out);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.ani_text_mask, .ani_text_mask_slow {
  display: block;
  overflow: hidden;
  position: relative;
}

.ani_text_mask .line {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-clip-path 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out, -webkit-clip-path 0.6s ease-out;
}

.ani_text_mask_slow .line {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: opacity 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: clip-path 2s ease-out, opacity 2s ease-out;
  transition: clip-path 2s ease-out, opacity 2s ease-out, -webkit-clip-path 2s ease-out;
}

.ani_text_mask.vertical .line {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  /* 縦方向のマスク */
}

.ani_text_mask_slow.vertical .line {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  /* 縦方向のマスク */
}

.ani_text_mask.visible .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

.ani_text_mask_slow.visible .line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* 共通アニメーションクラス */
.fade-in_2 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.05, 0.2, 1), -webkit-transform 1s cubic-bezier(0.6, 0.05, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.6, 0.05, 0.2, 1), -webkit-transform 1s cubic-bezier(0.6, 0.05, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.6, 0.05, 0.2, 1), transform 1s cubic-bezier(0.6, 0.05, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.6, 0.05, 0.2, 1), transform 1s cubic-bezier(0.6, 0.05, 0.2, 1), -webkit-transform 1s cubic-bezier(0.6, 0.05, 0.2, 1);
  -webkit-transition-delay: var(--transition-delay, 0s);
          transition-delay: var(--transition-delay, 0s);
}

.fade-in_2.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.zoom-in {
  opacity: 0;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: var(--transition-delay, 0s);
          transition-delay: var(--transition-delay, 0s);
}

.zoom-in.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.zoom-in-img {
  opacity: 0;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: var(--transition-delay, 0s);
          transition-delay: var(--transition-delay, 0s);
}

.zoom-in-img.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.zoom-in-img-r {
  opacity: 0;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: var(--transition-delay, 0s);
          transition-delay: var(--transition-delay, 0s);
}

.zoom-in-img-r.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*--------------------------------------------------
  common
--------------------------------------------------*/
#splash {
  width: 100vw;
  height: 100vh;
  background-color: #0073d5;
  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;
  z-index: 9999;
  position: fixed;
  top: 0;
}

#splash .main {
  padding-bottom: 40px;
}

#splash .main .content-fadeout {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (max-width: 780px) {
  #splash .main {
    padding-bottom: 80px;
  }
}

#splash .copy {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #73b0e5;
  text-align: center;
  font-size: 19px;
  line-height: 42px;
  height: 42px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  margin-top: -14px;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 780px) {
  #splash .copy {
    font-size: 12.4px;
    line-height: 32px;
    height: 32px;
  }
}

#splash .copy::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  clip: rect(0, 0, 42px, 0);
  -webkit-animation: splashCopy 2.4s ease forwards;
          animation: splashCopy 2.4s ease forwards;
}

@media screen and (max-width: 780px) {
  #splash .copy::after {
    line-height: 32px;
    height: 32px;
  }
}

@-webkit-keyframes splashCopy {
  0% {
    clip: rect(0, 0, 42px, 0);
  }
  100% {
    clip: rect(0, 410px, 42px, 0);
  }
}

@keyframes splashCopy {
  0% {
    clip: rect(0, 0, 42px, 0);
  }
  100% {
    clip: rect(0, 410px, 42px, 0);
  }
}

#splash #lottie-splash {
  width: 166px;
  height: auto;
  padding-left: 36px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  #splash #lottie-splash {
    width: 144px;
    padding-left: 30px;
  }
}

#splash .fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes rollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

#splash.rollup {
  -webkit-animation: rollUp 0.5s forwards;
          animation: rollUp 0.5s forwards;
}

body.top {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

body.top .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.top .background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.top .change-bg {
  background-color: #fafbfd;
}

body.top.no-scroll {
  overflow: hidden;
}

.MV {
  height: 100vh;
  width: 100%;
  padding: 0 2%;
  position: relative;
}

.MV_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  width: 84.6%;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .MV_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 92.6%;
  }
}

.MV .fixed {
  height: 100%;
  width: 55vw;
  max-width: 960px;
  position: relative;
}

@media (max-width: 900px) {
  .MV .fixed {
    height: 40%;
    width: 80vw;
  }
}

.MV .MV_catch_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 55vw;
  max-width: 960px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: fixed;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

@media (max-width: 900px) {
  .MV .MV_catch_copy {
    height: auto;
    width: 84vw;
    position: relative;
  }
}

.MV .MV_catch_copy.fade-out {
  -webkit-animation: mask-out 0.6s forwards;
          animation: mask-out 0.6s forwards;
  z-index: -9999;
}

.MV .MV_catch_copy_sub {
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #061d32;
}

@media (max-width: 900px) {
  .MV .MV_catch_copy_sub {
    font-size: 1.3rem;
  }
}

.MV .scroll-indicator {
  position: fixed;
  bottom: 0;
  left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.MV .scroll-indicator.fade-out {
  opacity: 0;
  z-index: -9999;
}

.MV .scroll-indicator .dot {
  width: 10px;
  height: 10px;
  background-color: #98aece;
  border-radius: 50%;
  -webkit-animation: moveDot 2.5s infinite;
          animation: moveDot 2.5s infinite;
}

@media (max-width: 900px) {
  .MV .scroll-indicator .dot {
    width: 8px;
    height: 8px;
  }
}

.MV .scroll-indicator .dotted-line {
  width: 2px;
  height: 140px;
  background: repeating-linear-gradient(to bottom, #061d32, #061d32 2px, transparent 2px, transparent 8px);
}

@media (max-width: 900px) {
  .MV .scroll-indicator .dotted-line {
    height: 60px;
  }
}

.MV .scroll-indicator .scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.4rem;
  color: #061d32;
  margin-bottom: -3px;
  padding-left: 3px;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

@media (max-width: 900px) {
  .MV .scroll-indicator .scroll-text {
    font-size: 1.1rem;
  }
}

@-webkit-keyframes moveDot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes moveDot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  @-webkit-keyframes moveDot {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    80% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 1;
    }
    90% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0;
    }
  }
  @keyframes moveDot {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    80% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 1;
    }
    90% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0;
    }
  }
}

.MV .fixed-right {
  width: 46.5%;
  aspect-ratio: 582 / 854;
  max-width: 700px;
  position: relative;
  padding-top: 2%;
}

@media (max-width: 900px) {
  .MV .fixed-right {
    width: 75vw;
    max-width: 370px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20%;
  }
}

.MV .MV_slide {
  width: 34%;
  aspect-ratio: 582 / 854;
  max-width: 700px;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
          clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}

@media (max-width: 900px) {
  .MV .MV_slide {
    width: 74vw;
    position: relative;
  }
}

.MV .MV_slide.initial-shape {
  -webkit-animation: clip-animation 1.4s ease forwards;
          animation: clip-animation 1.4s ease forwards;
}

.MV .MV_slide.initial-shape .swiper-slide img.zoomUp {
  -webkit-animation: zoomup-animation 1.5s forwards !important;
          animation: zoomup-animation 1.5s forwards !important;
}

.MV .MV_slide.fade-up-out {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
  z-index: -9999;
}

.MV .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.MV .swiper-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.MV .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
  transition: opacity 1s ease, -webkit-transform 1.5s ease;
  transition: opacity 1s ease, transform 1.5s ease;
  transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.MV .swiper-slide.swiper-slide-active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.MV .swiper-slide img.initial-active {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes clip-animation {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
  }
}

@keyframes clip-animation {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
  }
}

@-webkit-keyframes zoomup-animation {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomup-animation {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomup {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomup {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mask-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
}

@keyframes mask-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
}

.sec_message_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 10%;
  padding: 40% 0 200px 0;
  max-width: 78%;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sec_message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
    padding: 50vh 0 150px 0;
    gap: 35px 10%;
  }
}

.sec_message .sec_left {
  padding-left: 8%;
}

@media (max-width: 900px) {
  .sec_message .sec_left {
    padding-left: 0;
  }
}

.sec_message .sec_right .text {
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 2.3rem);
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .sec_message .sec_right .text {
    font-size: 1.5rem;
  }
}

.sec_message .sec_right .text:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .sec_message .sec_right .text:not(:last-child) {
    margin-bottom: 25px;
  }
}

.sec_message .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
  transition: clip-path 0.8s ease-out, opacity 0.8s ease-out;
  transition: clip-path 0.8s ease-out, opacity 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
}

.sec_message .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 50s linear infinite !important;
          animation: slide 50s linear infinite !important;
}

@media (max-width: 900px) {
  .sec_message .slider-wrapper {
    -webkit-animation: slide 30s linear infinite !important;
            animation: slide 30s linear infinite !important;
  }
}

.sec_message .slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 427px;
          flex: 0 0 427px;
  height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 227 / 160;
}

@media (max-width: 900px) {
  .sec_message .slider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 244px;
            flex: 0 0 244px;
    height: 214px;
  }
}

.sec_message .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 無限スライド */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec_cando {
  position: relative;
  padding-top: 15%;
}

@media (max-width: 900px) {
  .sec_cando {
    padding-top: 15%;
  }
}

.sec_cando::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec_cando_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.sec_cando_inner .parallax_en {
  height: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

@media (max-width: 900px) {
  .sec_cando_inner .parallax_en {
    position: absolute;
  }
}

.sec_cando_inner .parallax_en .luxy-el {
  position: absolute;
  top: 33%;
  left: -20px;
  z-index: -1;
}

@media (max-width: 900px) {
  .sec_cando_inner .parallax_en .luxy-el {
    top: 300px;
  }
}

.sec_cando_inner .parallax_en_txt {
  color: #fff;
  font-size: 18.0rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
  height: 100%;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .sec_cando_inner .parallax_en_txt {
    font-size: 30vw;
  }
}

.sec_cando .group.style1 {
  margin-top: 40px;
  position: relative;
}

.sec_cando .group.style1::after {
  content: "";
  width: 28.6%;
  height: 0;
  background-color: #dae2e8;
  position: absolute;
  left: 0;
  top: 7%;
  z-index: -2;
  -webkit-transition: height 0.8s ease-in-out;
  transition: height 0.8s ease-in-out;
}

@media (max-width: 900px) {
  .sec_cando .group.style1::after {
    width: 214px;
    top: 1.5%;
  }
}

.sec_cando .group.style1.animate::after {
  height: 52%;
}

@media (max-width: 900px) {
  .sec_cando .group.style1.animate::after {
    height: 25%;
  }
}

.sec_cando .group.style1 .introBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 auto 70px;
  width: 90%;
  max-width: 1382px;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.sec_cando .group.style1 .introBox .ttl {
  color: #0278cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-right: 10%;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .ttl {
    margin-bottom: 38px;
    margin-right: 0;
    margin-left: auto;
    width: 97%;
  }
}

.sec_cando .group.style1 .introBox .ttl .num {
  margin-right: 20px;
  padding-top: 50px;
  line-height: 1;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .ttl .num {
    margin-right: 10px;
    padding-top: 15px;
  }
}

.sec_cando .group.style1 .introBox .ttl .num img {
  width: 30px;
  height: auto;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .ttl .num img {
    width: 18px;
  }
}

.sec_cando .group.style1 .introBox .ttl .txt {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .ttl .txt {
    font-size: 2.6rem;
  }
}

.sec_cando .group.style1 .introBox .desc {
  width: 100%;
  padding-right: 5%;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .desc {
    padding-right: 9%;
    padding-left: 18%;
    margin-left: auto;
  }
}

.sec_cando .group.style1 .introBox .desc .sub_ttl {
  color: #061d32;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .desc .sub_ttl {
    font-size: 1.6rem;
  }
}

.sec_cando .group.style1 .introBox .desc .summary {
  font-size: 1.6rem;
  color: #061d32;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .introBox .desc .summary {
    font-size: 1.4rem;
  }
}

.sec_cando .group.style1 .cando_box {
  margin-left: 5%;
  margin-right: 0;
  position: relative;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box {
    margin-left: 9%;
  }
}

.sec_cando .group.style1 .cando_box_inner {
  padding: 5% 0;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box_inner {
    padding: 14% 0;
  }
}

.sec_cando .group.style1 .cando_box .w-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.sec_cando .group.style1 .cando_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 68%;
  }
}

.sec_cando .group.style1 .cando_box .list_item {
  width: calc(100% / 3);
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item {
    width: 100%;
  }
}

.sec_cando .group.style1 .cando_box .list_item:not(:last-child) {
  margin-right: 3.8%;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.sec_cando .group.style1 .cando_box .list_item a:hover .topBox {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style1 .cando_box .list_item a:hover .topBox img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style1 .cando_box .list_item .topBox {
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  overflow: hidden;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item .topBox {
    margin-bottom: 10px;
  }
}

.sec_cando .group.style1 .cando_box .list_item .topBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style1 .cando_box .list_item .bottomBox .boxTtl {
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item .bottomBox .boxTtl {
    margin-bottom: 10px;
  }
}

.sec_cando .group.style1 .cando_box .list_item .bottomBox .boxTtl .sub_txt {
  line-height: 1;
  color: #fff;
  background-color: #7ec949;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 11px;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item .bottomBox .boxTtl .sub_txt {
    padding: 3px 10px;
    font-size: 1.1rem;
    border-radius: 9px;
  }
}

.sec_cando .group.style1 .cando_box .list_item .bottomBox .boxTtl .main_txt {
  color: #061d32;
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item .bottomBox .boxTtl .main_txt {
    font-size: 1.6rem;
  }
}

.sec_cando .group.style1 .cando_box .list_item .bottomBox .desc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #061d32;
}

@media (max-width: 900px) {
  .sec_cando .group.style1 .cando_box .list_item .bottomBox .desc {
    font-size: 1.3rem;
  }
}

.sec_cando .group.style2 {
  padding-top: 135px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0 auto;
  max-width: 1600px;
  width: 81%;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 {
    padding: 40px 9% 0;
    width: 100%;
  }
}

.sec_cando .group.style2 .introBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7%;
}

.sec_cando .group.style2 .introBox .ttl {
  color: #0278cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.sec_cando .group.style2 .introBox .ttl .num {
  margin-right: 30px;
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .introBox .ttl .num {
    margin-right: 5px;
    padding-bottom: 5px;
  }
}

.sec_cando .group.style2 .introBox .ttl .num img {
  width: 38px;
  height: auto;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .introBox .ttl .num img {
    width: 25px;
  }
}

.sec_cando .group.style2 .introBox .ttl .txt {
  font-size: 6.8rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .introBox .ttl .txt {
    font-size: 2.6rem;
  }
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap {
    padding-top: 80px;
  }
}

.sec_cando .group.style2 .wrap .desc {
  margin-bottom: 60px;
}

.sec_cando .group.style2 .wrap .desc .sub_ttl {
  color: #061d32;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .desc .sub_ttl {
    font-size: 1.6rem;
  }
}

.sec_cando .group.style2 .wrap .desc .summary {
  font-size: 1.6rem;
  color: #061d32;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .desc .summary {
    font-size: 1.4rem;
  }
}

.sec_cando .group.style2 .wrap .cando_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec_cando .group.style2 .wrap .cando_box .list_item {
  width: calc(100% / 2);
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list_item {
    width: 100%;
  }
}

.sec_cando .group.style2 .wrap .cando_box .list_item:not(:last-child) {
  margin-right: 10%;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list_item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list_item:last-of-type {
    margin-left: 22vw;
  }
  .sec_cando .group.style2 .wrap .cando_box .list_item:last-of-type .desc {
    margin-bottom: 0 !important;
  }
}

.sec_cando .group.style2 .wrap .cando_box .list_item a:hover .topBox {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style2 .wrap .cando_box .list_item a:hover .topBox img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style2 .wrap .cando_box .list_item .topBox {
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  overflow: hidden;
}

.sec_cando .group.style2 .wrap .cando_box .list_item .topBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .boxTtl {
  margin-bottom: 15px;
}

.sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .boxTtl .sub_txt {
  line-height: 1;
  color: #fff;
  background-color: #7ec949;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 11px;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .boxTtl .sub_txt {
    padding: 3px 10px;
    font-size: 1.1rem;
    border-radius: 9px;
  }
}

.sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .boxTtl .main_txt {
  color: #061d32;
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .boxTtl .main_txt {
    font-size: 1.4rem;
  }
}

.sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .desc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #061d32;
}

@media (max-width: 900px) {
  .sec_cando .group.style2 .wrap .cando_box .list_item .bottomBox .desc {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.sec_cando .group.style3 {
  margin-top: 130px;
  background-color: #2485cb;
  background-image: url(/recruit/common/img/top/sec_cando_style3_bgimg.png);
  background-size: 60%;
  background-repeat: no-repeat;
  padding: 75px 5%;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 {
    padding: 75px 0%;
    background-size: 110%;
    background-position: 0 30px;
  }
}

.sec_cando .group.style3 .group_inner {
  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;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .group_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.sec_cando .group.style3 .introBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin-right: 4.6%;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox {
    width: 100%;
    margin: 0;
  }
}

.sec_cando .group.style3 .introBox .ttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .ttl {
    padding-left: 9%;
    margin-left: -6%;
  }
}

.sec_cando .group.style3 .introBox .ttl .num {
  font-size: 1.8rem;
  margin-right: 20px;
  padding-top: 30px;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .ttl .num {
    margin-right: 6px;
    padding-top: 12px;
  }
}

.sec_cando .group.style3 .introBox .ttl .num img {
  width: 41px;
  height: auto;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .ttl .num img {
    width: 27px;
  }
}

.sec_cando .group.style3 .introBox .ttl .txt {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .ttl .txt {
    font-size: 2.6rem;
  }
}

.sec_cando .group.style3 .introBox .desc {
  padding-left: 7%;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .desc {
    padding-left: 0;
    width: 77%;
    margin: 0 auto 30px;
  }
}

.sec_cando .group.style3 .introBox .desc .sub_ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .desc .sub_ttl {
    font-size: 1.6rem;
  }
}

.sec_cando .group.style3 .introBox .desc .summary {
  font-size: 1.6rem;
  color: #fff;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .introBox .desc .summary {
    font-size: 1.4rem;
  }
}

.sec_cando .group.style3 .cando_box {
  width: 50%;
  max-width: 600px;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .cando_box {
    width: 77%;
  }
}

.sec_cando .group.style3 .cando_box a {
  position: relative;
  display: block;
  height: 100%;
}

.sec_cando .group.style3 .cando_box a:hover figure {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style3 .cando_box a:hover figure img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style3 .cando_box figure {
  width: 100%;
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.46s cubic-bezier(0.25, 0.1, 0.22, 1);
  overflow: hidden;
}

.sec_cando .group.style3 .cando_box figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
  transition: transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1), -webkit-transform 0.54s cubic-bezier(0.25, 0.1, 0.22, 1);
}

.sec_cando .group.style3 .cando_box .bottomBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2485cb;
}

.sec_cando .group.style3 .cando_box .bottomBox .boxTtl {
  color: #fff;
  padding: 15px 5% 5px 0;
  white-space: nowrap;
  min-width: 225px;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .cando_box .bottomBox .boxTtl {
    min-width: 120px;
    padding: 12px 5% 5px 0;
  }
}

.sec_cando .group.style3 .cando_box .bottomBox .boxTtl .sub_txt {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #7ec949;
  padding: 5px 10px;
  border-radius: 11px;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .cando_box .bottomBox .boxTtl .sub_txt {
    padding: 3px 10px;
    border-radius: 9px;
    font-size: 1.1rem;
  }
}

.sec_cando .group.style3 .cando_box .bottomBox .boxTtl .main_txt {
  font-size: 3.0rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}

@media (max-width: 900px) {
  .sec_cando .group.style3 .cando_box .bottomBox .boxTtl .main_txt {
    font-size: 1.6rem;
  }
}

.sec_interview {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
  background-color: #fafbfd;
}

@media (max-width: 900px) {
  .sec_interview {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.sec_interview .title_en {
  position: absolute;
  top: 40%;
  z-index: 1;
}

@media (max-width: 900px) {
  .sec_interview .title_en {
    top: 60%;
  }
}

.sec_interview .title_en_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.sec_interview .title_en .text {
  color: #f2f6f8;
  font-size: 37.6rem;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  padding-right: 50px;
}

@media (max-width: 900px) {
  .sec_interview .title_en .text {
    font-size: 11.5rem;
  }
}

.sec_interview_inner {
  padding: 5px 5% 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1600px;
}

@media (max-width: 900px) {
  .sec_interview_inner {
    margin-top: 20px;
  }
}

.sec_interview .introBox {
  margin: 0 auto 20px;
  max-width: 980px;
}

@media (max-width: 900px) {
  .sec_interview .introBox {
    margin: 0 auto 50px;
  }
}

.sec_interview .introBox .ttl {
  font-size: 6.2rem;
  font-weight: 700;
  color: #0278cb;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

@media (max-width: 900px) {
  .sec_interview .introBox .ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}

.sec_interview .introBox .desc {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #061d32;
}

@media (max-width: 900px) {
  .sec_interview .introBox .desc {
    font-size: 1.4rem;
  }
}

.sec_interview .slider-container {
  position: relative;
  height: 900px;
  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;
}

@media (max-width: 900px) {
  .sec_interview .slider-container {
    height: 520px;
  }
}

.sec_interview .slide {
  position: absolute;
  width: 454px;
  height: auto;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease, transform .5s ease-in-out;
  transition: opacity .5s ease, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  top: 100px;
}

@media (max-width: 900px) {
  .sec_interview .slide {
    width: 270px;
    height: auto;
    top: 0;
  }
}

.sec_interview .slide figure {
  padding: 3.5%;
  margin: 0 5%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sec_interview .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.sec_interview .slide p {
  position: relative;
  margin-top: 80px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 900px) {
  .sec_interview .slide p {
    margin-top: 50px;
  }
}

.sec_interview .slide.active p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.sec_interview .slide:not(.active) p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.sec_interview .slide.active {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 10;
}

.sec_interview .slide.next {
  -webkit-transform: translate(-40px, -15px) rotate(-8deg);
          transform: translate(-40px, -15px) rotate(-8deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 6;
  opacity: 1;
}

@media (max-width: 900px) {
  .sec_interview .slide.next {
    -webkit-transform: translate(-20px, -7px) rotate(-6deg);
            transform: translate(-20px, -7px) rotate(-6deg);
  }
}

.sec_interview .slide.prev {
  -webkit-transform: translate(40px, -15px) rotate(8deg);
          transform: translate(40px, -15px) rotate(8deg);
  z-index: 5;
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  opacity: 1;
}

@media (max-width: 900px) {
  .sec_interview .slide.prev {
    -webkit-transform: translate(20px, -7px) rotate(6deg);
            transform: translate(20px, -7px) rotate(6deg);
  }
}

.sec_interview .slide.move-out-right {
  -webkit-transform: translate(10px, 0) rotate(0deg);
          transform: translate(10px, 0) rotate(0deg);
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  opacity: 0;
}

.sec_interview .slide.move-out-right p {
  opacity: 0;
}

.sec_interview .slide.moving-to-prev {
  -webkit-transform: translate(40px, -15px) rotate(0deg);
          transform: translate(40px, -15px) rotate(0deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  opacity: 1;
}

@media (max-width: 900px) {
  .sec_interview .slide.moving-to-prev {
    -webkit-transform: translate(20px, -7px) rotate(0deg);
            transform: translate(20px, -7px) rotate(0deg);
  }
}

.sec_interview .interview_label {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #00bad0;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 5px 3%;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .sec_interview .interview_label {
    font-size: 1.1rem;
    border-radius: 1.5px;
  }
}

.sec_interview .interview_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  color: #061d32 !important;
}

@media (max-width: 900px) {
  .sec_interview .interview_ttl {
    font-size: 1.5rem;
  }
}

.sec_interview .interview_name {
  font-size: 2.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #061d32 !important;
}

@media (max-width: 900px) {
  .sec_interview .interview_name {
    font-size: 1.6rem;
  }
}

.sec_interview .interview_name .interview_year {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 900px) {
  .sec_interview .interview_name .interview_year {
    font-size: 1.1rem;
  }
}

.sec_interview .slide .imgBox {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.sec_interview .slide.move-out-right .imgBox,
.sec_interview .slide.moving-to-prev .imgBox {
  opacity: 0;
}

.sec_interview .pagination {
  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;
  margin-top: 20px;
  position: absolute;
  bottom: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  padding: 0 3%;
  z-index: 10;
}

@media (max-width: 900px) {
  .sec_interview .pagination {
    bottom: 170px;
  }
}

.sec_interview .pagination .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.sec_interview .pagination .dot.active {
  background-color: #333;
}

.sec_interview .button-prev,
.sec_interview .button-next {
  display: none;
  /* デフォルトでは非表示 */
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #0278cb;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 900px) {
  .sec_interview .button-prev,
  .sec_interview .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec_interview .button-prev::before,
.sec_interview .button-next::before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}

.sec_interview .button-prev {
  left: -3%;
}

.sec_interview .button-prev::before {
  border-top: 2px solid #0278cb;
  border-left: 2px solid #0278cb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 2px;
}

.sec_interview .button-next {
  right: -3%;
}

.sec_interview .button-next::before {
  border-top: 2px solid #0278cb;
  border-right: 2px solid #0278cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 2px;
}

.custom-cursor, .custom-cursor_next {
  position: fixed;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease, -webkit-transform .1s ease;
  transition: opacity .3s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, opacity .3s ease;
  transition: transform .1s ease, opacity .3s ease, -webkit-transform .1s ease;
  opacity: 0;
  z-index: 10000;
  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;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: 0.16em;
  text-align: center;
}

@media (max-width: 900px) {
  .custom-cursor, .custom-cursor_next {
    display: none !important;
  }
}

.custom-cursor {
  background: radial-gradient(circle, rgba(2, 120, 203, 0.44) 0%, rgba(2, 120, 203, 0.6) 100%);
}

.custom-cursor_next {
  background: radial-gradient(circle, rgba(105, 190, 45, 0.44) 0%, rgba(105, 190, 45, 0.6) 100%);
}

#customCursor.visible, #customCursorNext.visible {
  opacity: 1;
}

.slide.active .imgBox {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.slide.active:hover .imgBox {
  -webkit-transform: translate(0, -15px) scale(1);
          transform: translate(0, -15px) scale(1);
}

@media (max-width: 900px) {
  .slide.active:hover .imgBox {
    -webkit-transform: initial;
            transform: initial;
  }
}

.slide.active:hover + .slide.next {
  -webkit-transform: translate(-40px, -12px) rotate(-8deg);
          transform: translate(-40px, -12px) rotate(-8deg);
}

@media (max-width: 900px) {
  .slide.active:hover + .slide.next {
    -webkit-transform: initial;
            transform: initial;
  }
}

.slide.next, .slide.prev {
  pointer-events: none;
}

.slider-container:hover .slide.next {
  -webkit-transform: translate(-40px, -55px) rotate(-8deg);
          transform: translate(-40px, -55px) rotate(-8deg);
}

@media (max-width: 900px) {
  .slider-container:hover .slide.next {
    -webkit-transform: initial;
            transform: initial;
  }
}

.group.style3 {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.group.style3.expanded {
  width: 100%;
}

/*--------------------------------------------------
  common
--------------------------------------------------*/
.fadeIn-left {
  opacity: 0;
}

.fadeIn-left.visible {
  -webkit-animation: fadeIn-left 1.8s cubic-bezier(0.25, 0.1, 0, 0.97) forwards;
          animation: fadeIn-left 1.8s cubic-bezier(0.25, 0.1, 0, 0.97) forwards;
}

@-webkit-keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-45px);
            transform: translate(-45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-45px);
            transform: translate(-45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.fadeIn-right {
  opacity: 0;
}

.fadeIn-right.visible {
  -webkit-animation: fadeIn-right 1.8s cubic-bezier(0.25, 0.1, 0, 0.97) forwards;
          animation: fadeIn-right 1.8s cubic-bezier(0.25, 0.1, 0, 0.97) forwards;
}

@-webkit-keyframes fadeIn-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(30%);
            transform: translate(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeIn-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(30%);
            transform: translate(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

#MV #lottie-maincopy {
  max-width: 780px;
}

@media screen and (max-width: 1024px) {
  #MV #lottie-maincopy {
    width: 55vw;
  }
}

@media screen and (max-width: 780px) {
  #MV #lottie-maincopy {
    width: 74vw;
  }
}

#MV .subCopy {
  font-size: 19px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #061d32;
  padding-left: 0.35em;
  margin-top: 16px;
  -webkit-animation-delay: .11s;
          animation-delay: .11s;
}

@media screen and (max-width: 1024px) {
  #MV .subCopy {
    font-size: 1.8vw;
    margin-top: 1.3vw;
  }
}

@media screen and (max-width: 780px) {
  #MV .subCopy {
    font-size: 3vw;
    margin-top: 0.3vw;
  }
}

/* interview */
.interview {
  background-color: #f2f6f8;
  overflow-x: hidden;
}

.interview_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
}

.interview .interview_mv {
  background-color: #f2f6f8;
  padding-left: 5%;
  padding-top: 180px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .interview .interview_mv {
    padding-left: 9%;
    padding-top: 95px;
    overflow: hidden;
  }
}

.interview .interview_mv .group {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.interview .interview_mv .group .bg_enTtl {
  position: absolute;
  bottom: -64px;
  right: 0;
  z-index: -1;
}

@media (max-width: 900px) {
  .interview .interview_mv .group .bg_enTtl {
    bottom: -14px;
  }
}

.interview .interview_mv .group .bg_enTtl .en_txt {
  font-size: clamp(13.6rem, 14.5vw, 23.2rem);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media (max-width: 900px) {
  .interview .interview_mv .group .bg_enTtl .en_txt {
    font-size: 7.4rem;
  }
}

.interview .interview_mv .mv_text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2% 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text {
    padding: 0 5% 15px 2%;
  }
}

.interview .interview_mv .mv_text .mv_copy {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_copy {
    font-size: 1.8rem;
  }
}

.interview .interview_mv .mv_text .mv_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.interview .interview_mv .mv_text .mv_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info_inner {
    margin-bottom: 20px;
  }
}

.interview .interview_mv .mv_text .mv_info_inner .job_label {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #00bad0;
  height: 28px;
  padding: 0 10px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info_inner .job_label {
    height: 18px;
    font-size: 1.1rem;
    border-radius: 1.5px;
    padding: 0 7px;
  }
}

.interview .interview_mv .mv_text .mv_info_inner .name {
  font-size: 3.0rem;
  font-weight: 600;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info_inner .name {
    font-size: 2.0rem;
  }
}

.interview .interview_mv .mv_text .mv_info_inner .year {
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info_inner .year {
    font-size: 1.2rem;
  }
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info .breadcrumb {
    width: 100%;
  }
}

.interview .interview_mv .mv_text .mv_info .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.interview .interview_mv .mv_text .mv_info .breadcrumb_list_item {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}

.interview .interview_mv .mv_text .mv_info .breadcrumb_list_item:not(:last-child)::after {
  content: "";
  height: 1px;
  width: 16px;
  background-color: #0278cb;
  margin: 0 12px;
  position: relative;
  display: block;
}

@media (max-width: 900px) {
  .interview .interview_mv .mv_text .mv_info .breadcrumb_list_item:not(:last-child)::after {
    width: 12px;
    margin: 0 5px;
  }
}

.interview .interview_mv .mv_text .mv_info .breadcrumb_list_item a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.interview .interview_mv .mv_text .mv_info .breadcrumb_list_item a:hover {
  color: #0083df;
}

.interview .interview_mv figure {
  width: 100%;
  overflow: hidden;
}

.interview .interview_mv figure img {
  width: 100%;
}

.interview .interview_article {
  margin-left: 5%;
  background-color: #fff;
  position: relative;
}

@media (max-width: 900px) {
  .interview .interview_article {
    margin-left: 9%;
  }
}

.interview .interview_article_inner {
  margin: 0 auto;
  padding: 115px 0;
}

@media (max-width: 900px) {
  .interview .interview_article_inner {
    padding: 50px 0;
  }
}

.interview .interview_article .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1382px;
  width: 78%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 11% 0 6%;
}

@media (max-width: 900px) {
  .interview .interview_article .block {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}

.interview .interview_article .block_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media (max-width: 900px) {
  .interview .interview_article .block_ttl {
    width: 100%;
    margin-bottom: 45px;
  }
}

.interview .interview_article .block_ttl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 55px;
}

@media (max-width: 900px) {
  .interview .interview_article .block_ttl h3 {
    margin-bottom: 35px;
  }
}

.interview .interview_article .block_ttl h3 span.txt {
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: 15px;
}

@media (max-width: 900px) {
  .interview .interview_article .block_ttl h3 span.txt {
    font-size: 1.8rem;
    margin-left: 5px;
  }
}

@media (max-width: 900px) {
  .interview .interview_article .block_ttl h3 span.num img {
    width: 15px;
    height: auto;
  }
}

.interview .interview_article .block_ttl figure img {
  width: 100%;
}

.interview .interview_article .block_txt {
  width: 50%;
}

@media (max-width: 900px) {
  .interview .interview_article .block_txt {
    width: 95%;
  }
}

.interview .interview_article .block_txt .detail h4 {
  margin-bottom: 25px;
  color: #0278cb;
  font-size: 2.1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .interview .interview_article .block_txt .detail h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.interview .interview_article .block_txt .detail h4 .en {
  font-size: 2.6rem;
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 900px) {
  .interview .interview_article .block_txt .detail h4 .en {
    font-size: 1.7rem;
  }
}

.interview .interview_article .block_txt .detail:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .interview .interview_article .block_txt .detail:not(:last-child) {
    margin-bottom: 30px;
  }
}

.interview .interview_article .block_txt .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 900px) {
  .interview .interview_article .block_txt .txt {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.interview .interview_article .block.sec1 {
  margin-bottom: 110px;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec1 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.interview .interview_article .block.sec1 .block_ttl figure {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  width: 42.5vw;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec1 .block_ttl figure {
    width: 100%;
  }
}

.interview .interview_article .block.sec1 .block_ttl figure img {
  position: absolute;
  aspect-ratio: 4 / 3;
  height: auto;
  left: 0;
  width: 42.5vw;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec1 .block_ttl figure img {
    position: relative;
    width: 100%;
  }
}

.interview .interview_article .block.sec1 .block_txt {
  margin-left: 6.6%;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec1 .block_txt {
    margin-left: 0;
  }
}

.interview .interview_article .block.sec2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 8%;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6%;
  }
}

.interview .interview_article .block.sec2 .block_ttl {
  margin-right: -3%;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec2 .block_ttl {
    margin-right: 0;
  }
}

.interview .interview_article .block.sec2 .block_ttl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec2 .block_ttl h3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec2 .block_ttl h3 span.num img {
    width: 20px;
    height: auto;
    margin-top: 3px;
  }
}

.interview .interview_article .block.sec2 .block_ttl figure {
  width: 39.4vw;
  height: 100%;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec2 .block_ttl figure {
    width: 100%;
  }
}

.interview .interview_article .block.sec2 .block_txt {
  margin-right: 6%;
  padding-top: 100px;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec2 .block_txt {
    margin-right: 0;
    padding-top: 0;
  }
}

.interview .interview_article .block.sec3 .block_ttl {
  width: auto;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec3 .block_ttl {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec3 .block_ttl h3 span.num img {
    width: 20px;
    height: auto;
  }
}

.interview .interview_article .block.sec3 .block_txt {
  width: 61%;
  margin-left: 8%;
}

@media (max-width: 900px) {
  .interview .interview_article .block.sec3 .block_txt {
    margin-left: 0;
    width: 100%;
  }
}

.interview .interview_article .block_insert {
  margin: 140px 0 80px;
  max-height: 850px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .interview .interview_article .block_insert {
    margin: 40px 0 45px;
  }
}

.interview .interview_article .block_insert figure {
  width: 100%;
}

.interview .interview_article .block_insert figure img {
  width: 100%;
}

.interview .interview_challenge {
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  .interview .interview_challenge {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .interview .interview_challenge_fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
  }
}

.interview .interview_challenge .challenge_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_bg {
    background-color: #4e7da8;
  }
}

.interview .interview_challenge .challenge_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(30, 90, 140, 0.7);
  mix-blend-mode: multiply;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_bg::after {
    content: none;
  }
}

.interview .interview_challenge .challenge_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_bg img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.interview .interview_challenge_inner {
  position: relative;
  margin: 0 auto;
  padding: 115px 0 180px;
  max-width: 1382px;
  width: 78%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 900px) {
  .interview .interview_challenge_inner {
    padding: 15% 0 20%;
    width: 90%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
}

.interview .interview_challenge h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .interview .interview_challenge h3 {
    margin-bottom: 45px;
  }
}

.interview .interview_challenge h3 span {
  color: #fff;
}

.interview .interview_challenge h3 span:first-child {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .interview .interview_challenge h3 span:first-child {
    font-size: 2.7rem;
  }
}

.interview .interview_challenge h3 .en {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 900px) {
  .interview .interview_challenge h3 .en {
    font-size: 1.2rem;
  }
}

.interview .interview_challenge .challenge_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}

.interview .interview_challenge .challenge_block .item {
  width: 50%;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block .item {
    width: 100%;
  }
}

.interview .interview_challenge .challenge_block .item:not(:last-child) {
  margin-right: 8%;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.interview .interview_challenge .challenge_block .item h4 {
  color: #48d2ff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block .item h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.interview .interview_challenge .challenge_block .item h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 18px;
  background-color: #48d2ff;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block .item h4::before {
    width: 10px;
    left: -10px;
  }
}

.interview .interview_challenge .challenge_block .item h5 {
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block .item h5 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.interview .interview_challenge .challenge_block .item p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 900px) {
  .interview .interview_challenge .challenge_block .item p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.interview .interview_schedule {
  overflow: hidden;
}

.interview .interview_schedule_inner {
  padding-top: 105px;
  padding-bottom: 120px;
  max-width: 1382px;
  width: 78%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .interview .interview_schedule_inner {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.interview .interview_schedule .schedule_ttl {
  position: relative;
}

.interview .interview_schedule .schedule_ttl h3 {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .interview .interview_schedule .schedule_ttl h3 {
    font-size: 2.0rem;
    padding-bottom: 20px;
  }
}

.interview .interview_schedule .schedule_ttl .en_ttl {
  font-size: 11.6rem;
  color: #fff;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  bottom: -23px;
  left: -50px;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .interview .interview_schedule .schedule_ttl .en_ttl {
    font-size: 6.8rem;
    bottom: -14px;
    left: -27px;
  }
}

.interview .interview_schedule_slide {
  position: relative;
}

.interview .interview_schedule_slide .schedule_slide {
  width: 100vw;
  overflow: hidden;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide {
    overflow: visible;
  }
}

.interview .interview_schedule_slide .schedule_slide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.interview .interview_schedule_slide .schedule_slide_list_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  border-radius: 8px;
  padding: 40px 35px;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide_list_item {
    max-width: 286px;
    min-width: 286px;
    padding: 35px 25px;
    border-radius: 4px;
  }
}

.interview .interview_schedule_slide .schedule_slide_list_item:not(:last-child) {
  margin-right: 1.1%;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide_list_item:not(:last-child) {
    margin-right: 5%;
  }
}

.interview .interview_schedule_slide .schedule_slide_list_item .time {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0278cb;
  line-height: 1;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide_list_item .time {
    font-size: 2.0rem;
  }
}

.interview .interview_schedule_slide .schedule_slide_list_item .year {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0278cb;
  line-height: 1;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide_list_item .year {
    font-size: 1.8rem;
  }
}

.interview .interview_schedule_slide .schedule_slide_list_item .desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide_list_item .desc {
    font-size: 1.6rem;
  }
}

.interview .interview_schedule_slide .schedule_slide_list_item .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .schedule_slide_list_item .txt {
    font-size: 1.3rem;
  }
}

.interview .interview_schedule_slide .navigation {
  position: absolute;
  top: -70px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .navigation {
    top: -50px;
    right: -10px;
  }
}

.interview .interview_schedule_slide .navigation .button-prev_schedule,
.interview .interview_schedule_slide .navigation .button-next_schedule {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #0278cb;
  background-color: #fff;
  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-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .navigation .button-prev_schedule,
  .interview .interview_schedule_slide .navigation .button-next_schedule {
    width: 37px;
    height: 37px;
  }
}

.interview .interview_schedule_slide .navigation .button-prev_schedule::before,
.interview .interview_schedule_slide .navigation .button-next_schedule::before {
  content: "";
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .navigation .button-prev_schedule::before,
  .interview .interview_schedule_slide .navigation .button-next_schedule::before {
    width: 8px;
    height: 8px;
  }
}

.interview .interview_schedule_slide .navigation .button-prev_schedule:hover,
.interview .interview_schedule_slide .navigation .button-next_schedule:hover {
  background-color: #0278cb;
}

.interview .interview_schedule_slide .navigation .button-prev_schedule:hover::before,
.interview .interview_schedule_slide .navigation .button-next_schedule:hover::before {
  border-color: #fff;
}

.interview .interview_schedule_slide .navigation .button-prev_schedule.inactive,
.interview .interview_schedule_slide .navigation .button-next_schedule.inactive {
  opacity: 0.2;
  pointer-events: none;
}

.interview .interview_schedule_slide .navigation .button-prev_schedule {
  margin-right: 13px;
}

@media (max-width: 900px) {
  .interview .interview_schedule_slide .navigation .button-prev_schedule {
    margin-right: 5px;
  }
}

.interview .interview_schedule_slide .navigation .button-prev_schedule::before {
  border-top: 2px solid #0278cb;
  border-left: 2px solid #0278cb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 2px;
}

.interview .interview_schedule_slide .navigation .button-next_schedule::before {
  border-top: 2px solid #0278cb;
  border-right: 2px solid #0278cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 2px;
}

.interview .interview_common {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  /* インタビュー common */
}

.interview .interview_common_inner {
  position: relative;
  padding: 100px 0 110px;
  overflow: hidden;
}

.interview .interview_common .title_en {
  position: absolute;
  top: 10%;
  z-index: 1;
}

@media (max-width: 900px) {
  .interview .interview_common .title_en {
    top: 30%;
  }
}

.interview .interview_common .title_en_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.interview .interview_common .title_en_inner .text {
  color: #f2f6f8;
  font-size: 37.6rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 50px;
}

@media (max-width: 900px) {
  .interview .interview_common .title_en_inner .text {
    font-size: 11.5rem;
  }
}

.interview .interview_common .other_interview {
  max-width: 1230px;
  width: 97%;
  margin: 0 auto;
}

.interview .interview_common .other_interview .member-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.interview .interview_common .other_interview .member-container .member {
  width: calc(100% / 3);
}

.interview .interview_common .other_interview .member-container .member:not(:last-child) {
  margin-right: 60px;
}

.interview .interview_common .other_interview .member-container .member:hover .imgBox::after {
  -webkit-transform: translateY(-15px) rotate(2.94deg);
          transform: translateY(-15px) rotate(2.94deg);
}

.interview .interview_common .other_interview .member-container .member:hover .imgBox figure {
  -webkit-transform: rotate(-5.26deg);
          transform: rotate(-5.26deg);
}

.interview .interview_common .other_interview .member-container .member .imgBox {
  margin-bottom: 30px;
  position: relative;
}

.interview .interview_common .other_interview .member-container .member .imgBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a2b5cd;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 25px rgba(62, 88, 129, 0.15);
          box-shadow: 5px 5px 25px rgba(62, 88, 129, 0.15);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.interview .interview_common .other_interview .member-container .member .imgBox figure {
  padding: 3.5%;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 25px rgba(62, 88, 129, 0.15);
          box-shadow: 5px 5px 25px rgba(62, 88, 129, 0.15);
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.interview .interview_common .other_interview .member-container .member .imgBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.interview .interview_common .other_interview .member-container .member .interview_label {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #00bad0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 3%;
  height: 24px;
  line-height: 1;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .interview .interview_common .other_interview .member-container .member .interview_label {
    font-size: 1.1rem;
    border-radius: 1.5px;
  }
}

.interview .interview_common .other_interview .member-container .member .interview_ttl {
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
}

@media (max-width: 900px) {
  .interview .interview_common .other_interview .member-container .member .interview_ttl {
    font-size: 1.5rem;
  }
}

.interview .interview_common .other_interview .member-container .member .interview_name {
  font-size: 2.3rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 900px) {
  .interview .interview_common .other_interview .member-container .member .interview_name {
    font-size: 1.6rem;
  }
}

.interview .interview_common .other_interview .member-container .member .interview_name .interview_year {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 900px) {
  .interview .interview_common .other_interview .member-container .member .interview_name .interview_year {
    font-size: 1.1rem;
  }
}

.interview .interview_common .sec_interview_common .sec_interview {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
  background-color: #fafbfd;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .title_en {
  position: absolute;
  top: 40%;
  z-index: 1;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .title_en {
    top: 60%;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .title_en_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.interview .interview_common .sec_interview_common .sec_interview .title_en .text {
  color: #f2f6f8;
  font-size: 37.6rem;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  padding-right: 50px;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .title_en .text {
    font-size: 11.5rem;
  }
}

.interview .interview_common .sec_interview_common .sec_interview_inner {
  padding: 5px 5% 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1600px;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview_inner {
    margin-top: 20px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .introBox {
  margin: 0 auto 20px;
  max-width: 980px;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .introBox {
    margin: 0 auto 50px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .introBox .ttl {
  font-size: 6.2rem;
  font-weight: 700;
  color: #0278cb;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .introBox .ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .introBox .desc {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #061d32;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .introBox .desc {
    font-size: 1.4rem;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slider-container {
  position: relative;
  height: 900px;
  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;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .slider-container {
    height: 520px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slide {
  position: absolute;
  width: 454px;
  height: auto;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease, transform .5s ease-in-out;
  transition: opacity .5s ease, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  top: 100px;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .slide {
    width: 270px;
    height: auto;
    top: 0;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slide figure {
  padding: 3.5%;
  margin: 0 5%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.interview .interview_common .sec_interview_common .sec_interview .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.interview .interview_common .sec_interview_common .sec_interview .slide p {
  position: relative;
  margin-top: 80px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .slide p {
    margin-top: 50px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slide.active p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.interview .interview_common .sec_interview_common .sec_interview .slide:not(.active) p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.interview .interview_common .sec_interview_common .sec_interview .slide.active {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 10;
}

.interview .interview_common .sec_interview_common .sec_interview .slide.next {
  -webkit-transform: translate(-40px, -15px) rotate(-8deg);
          transform: translate(-40px, -15px) rotate(-8deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 6;
  opacity: 1;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .slide.next {
    -webkit-transform: translate(-20px, -7px) rotate(-6deg);
            transform: translate(-20px, -7px) rotate(-6deg);
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slide.prev {
  -webkit-transform: translate(40px, -15px) rotate(8deg);
          transform: translate(40px, -15px) rotate(8deg);
  z-index: 5;
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  opacity: 1;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .slide.prev {
    -webkit-transform: translate(20px, -7px) rotate(6deg);
            transform: translate(20px, -7px) rotate(6deg);
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slide.move-out-right {
  -webkit-transform: translate(10px, 0) rotate(0deg);
          transform: translate(10px, 0) rotate(0deg);
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  opacity: 0;
}

.interview .interview_common .sec_interview_common .sec_interview .slide.move-out-right p {
  opacity: 0;
}

.interview .interview_common .sec_interview_common .sec_interview .slide.moving-to-prev {
  -webkit-transform: translate(40px, -15px) rotate(0deg);
          transform: translate(40px, -15px) rotate(0deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  opacity: 1;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .slide.moving-to-prev {
    -webkit-transform: translate(20px, -7px) rotate(0deg);
            transform: translate(20px, -7px) rotate(0deg);
  }
}

.interview .interview_common .sec_interview_common .sec_interview .interview_label {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #00bad0;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 5px 3%;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .interview_label {
    font-size: 1.1rem;
    border-radius: 1.5px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .interview_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .interview_ttl {
    font-size: 1.5rem;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .interview_name {
  font-size: 2.4rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .interview_name {
    font-size: 1.6rem;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .interview_name .interview_year {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .interview_name .interview_year {
    font-size: 1.1rem;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .slide .imgBox {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.interview .interview_common .sec_interview_common .sec_interview .slide.move-out-right .imgBox,
.interview .interview_common .sec_interview_common .sec_interview .slide.moving-to-prev .imgBox {
  opacity: 0;
}

.interview .interview_common .sec_interview_common .sec_interview .pagination {
  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;
  margin-top: 20px;
  position: absolute;
  bottom: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  padding: 0 3%;
  z-index: 10;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .pagination {
    bottom: 170px;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .pagination .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.interview .interview_common .sec_interview_common .sec_interview .pagination .dot.active {
  background-color: #333;
}

.interview .interview_common .sec_interview_common .sec_interview .button-prev,
.interview .interview_common .sec_interview_common .sec_interview .button-next {
  display: none;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #0278cb;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .sec_interview .button-prev,
  .interview .interview_common .sec_interview_common .sec_interview .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 30%;
  }
}

.interview .interview_common .sec_interview_common .sec_interview .button-prev::before,
.interview .interview_common .sec_interview_common .sec_interview .button-next::before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}

.interview .interview_common .sec_interview_common .sec_interview .button-prev {
  left: -3%;
}

.interview .interview_common .sec_interview_common .sec_interview .button-prev::before {
  border-top: 2px solid #0278cb;
  border-left: 2px solid #0278cb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 2px;
}

.interview .interview_common .sec_interview_common .sec_interview .button-next {
  right: -3%;
}

.interview .interview_common .sec_interview_common .sec_interview .button-next::before {
  border-top: 2px solid #0278cb;
  border-right: 2px solid #0278cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 2px;
}

.interview .interview_common .sec_interview_common .custom-cursor, .interview .interview_common .sec_interview_common .custom-cursor_next {
  position: fixed;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease, -webkit-transform .1s ease;
  transition: opacity .3s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, opacity .3s ease;
  transition: transform .1s ease, opacity .3s ease, -webkit-transform .1s ease;
  opacity: 0;
  z-index: 10000;
  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;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: 0.16em;
  text-align: center;
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .custom-cursor, .interview .interview_common .sec_interview_common .custom-cursor_next {
    display: none !important;
  }
}

.interview .interview_common .sec_interview_common .custom-cursor {
  background: radial-gradient(circle, rgba(2, 120, 203, 0.44) 0%, rgba(2, 120, 203, 0.6) 100%);
}

.interview .interview_common .sec_interview_common .custom-cursor_next {
  background: radial-gradient(circle, rgba(105, 190, 45, 0.44) 0%, rgba(105, 190, 45, 0.6) 100%);
}

.interview .interview_common .sec_interview_common #customCursor.visible, .interview .interview_common .sec_interview_common #customCursorNext.visible {
  opacity: 1;
}

.interview .interview_common .sec_interview_common .slide.active .imgBox {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.interview .interview_common .sec_interview_common .slide.active:hover .imgBox {
  -webkit-transform: translate(0, -15px) scale(1);
          transform: translate(0, -15px) scale(1);
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .slide.active:hover .imgBox {
    -webkit-transform: initial;
            transform: initial;
  }
}

.interview .interview_common .sec_interview_common .slide.active:hover + .slide.next {
  -webkit-transform: translate(-40px, -12px) rotate(-8deg);
          transform: translate(-40px, -12px) rotate(-8deg);
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .slide.active:hover + .slide.next {
    -webkit-transform: initial;
            transform: initial;
  }
}

.interview .interview_common .sec_interview_common .slide.next, .interview .interview_common .sec_interview_common .slide.prev {
  pointer-events: none;
}

.interview .interview_common .sec_interview_common .slider-container:hover .slide.next {
  -webkit-transform: translate(-40px, -55px) rotate(-8deg);
          transform: translate(-40px, -55px) rotate(-8deg);
}

@media (max-width: 900px) {
  .interview .interview_common .sec_interview_common .slider-container:hover .slide.next {
    -webkit-transform: initial;
            transform: initial;
  }
}

/* recruitment */
.recruitment {
  background-color: #f2f6f8;
}

.recruitment_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 100px;
}

@media (max-width: 900px) {
  .recruitment_bg {
    padding-top: 85px;
    padding-bottom: 40px;
  }
}

.recruitment_bg .entryBox_link {
  margin: 12px 0;
}

@media (max-width: 900px) {
  .recruitment_bg .entryBox_link {
    margin: 10px 0;
  }
}

.recruitment_bg .entryBox_link a {
  padding-left: 25px;
  border-radius: 23.75px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 100%;
  max-width: 234px;
  background: -webkit-gradient(linear, left top, right top, from(#fb8d44), to(#fbb444));
  background: linear-gradient(to right, #fb8d44, #fbb444);
  overflow: hidden;
  position: relative;
}

@media (max-width: 900px) {
  .recruitment_bg .entryBox_link a {
    height: 41px;
    max-width: 200px;
    font-size: 1.5rem;
    padding-left: 18px;
  }
}

.recruitment_bg .entryBox_link a .txt {
  position: relative;
  z-index: 1;
}

.recruitment_bg .entryBox_link a .txt.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruitment_bg .entryBox_link a .arrow_outside {
  margin-left: 10px;
}

.recruitment_bg .entryBox_link a .arrow_outside_item {
  width: 10px;
  height: auto;
}

.recruitment .block {
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 1382px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .recruitment .block {
    border-radius: 4px;
  }
}

.recruitment .block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .recruitment .block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.recruitment .block_inner {
  width: 88%;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0 120px;
}

@media (max-width: 900px) {
  .recruitment .block_inner {
    padding: 30px 0 40px;
  }
}

.recruitment .block .block_ttl {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.recruitment .block .block_ttl .en_txt {
  font-size: 12.0rem;
  font-weight: 400;
  color: #f2f6f8;
  line-height: 1;
}

@media (max-width: 900px) {
  .recruitment .block .block_ttl .en_txt {
    font-size: 4.5rem;
  }
}

.recruitment .block .block_ttl h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 900px) {
  .recruitment .block .block_ttl h3 {
    bottom: -12px;
    width: 100%;
  }
}

.recruitment .block .block_ttl h3 span {
  font-size: 4.6rem;
  font-weight: 700;
  color: #0278cb;
}

@media (max-width: 900px) {
  .recruitment .block .block_ttl h3 span {
    font-size: 2.3rem;
  }
}

.recruitment .block .block_detail {
  margin-top: 65px;
}

@media (max-width: 900px) {
  .recruitment .block .block_detail {
    margin-top: 35px;
  }
}

.recruitment .block .block_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #c8d1d5;
  padding: 25px 15px;
}

@media (max-width: 900px) {
  .recruitment .block .block_detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}

.recruitment .block .block_detail .detail_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  width: 28%;
}

@media (max-width: 900px) {
  .recruitment .block .block_detail .detail_ttl {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.recruitment .block .block_detail .detail_txt {
  font-size: 1.6rem;
  width: 72%;
}

@media (max-width: 900px) {
  .recruitment .block .block_detail .detail_txt {
    width: 100%;
    font-size: 1.3rem;
  }
}

.recruitment .block .block_detail .detail_txt .note {
  display: block;
  font-size: 1.4rem;
  margin-top: 15px;
}

@media (max-width: 900px) {
  .recruitment .block .block_detail .detail_txt .note {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.recruitment .block .process_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #c8d1d5;
  padding: 30px 0;
  position: relative;
}

@media (max-width: 900px) {
  .recruitment .block .process_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 22px;
  }
}

.recruitment .block .process_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: #c8d1d5;
  height: calc(30px / 2);
  width: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 900px) {
  .recruitment .block .process_item:not(:last-child)::after {
    bottom: -10px;
    height: calc(20px / 2);
    width: 20px;
  }
}

.recruitment .block .process_item .item_ttl {
  width: 20%;
  padding: 15px 80px 15px 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-right: 1px solid #c8d1d5;
}

@media (max-width: 900px) {
  .recruitment .block .process_item .item_ttl {
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.recruitment .block .process_item .item_ttl .en_txt {
  color: #0278cb;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  line-height: 1;
}

@media (max-width: 900px) {
  .recruitment .block .process_item .item_ttl .en_txt {
    margin-bottom: 0;
  }
}

.recruitment .block .process_item .item_ttl .en_txt .txt {
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .recruitment .block .process_item .item_ttl .en_txt .txt {
    font-size: 1.6rem;
  }
}

.recruitment .block .process_item .item_ttl .en_txt .num {
  font-size: 2.2rem;
  margin-left: 5px;
}

@media (max-width: 900px) {
  .recruitment .block .process_item .item_ttl .en_txt .num {
    font-size: 1.8rem;
  }
}

.recruitment .block .process_item .item_ttl .ja_txt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 900px) {
  .recruitment .block .process_item .item_ttl .ja_txt {
    font-size: 1.8rem;
    margin-left: 20px;
  }
}

.recruitment .block .process_item .item_txt {
  width: 80%;
  padding-left: 80px;
  font-size: 1.9rem;
}

@media (max-width: 900px) {
  .recruitment .block .process_item .item_txt {
    width: 100%;
    padding: 0;
    font-size: 1.3rem;
  }
}

.recruitment .block .cat_linkbtn {
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .recruitment .block .cat_linkbtn {
    margin-bottom: 0;
  }
}

.recruitment .block .cat_linkbtn .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .recruitment .block .cat_linkbtn .cat_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
}

.recruitment .block .cat_linkbtn .cat_list_item {
  width: calc(100% / 4 - 12px);
  max-width: 234px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .recruitment .block .cat_linkbtn .cat_list_item {
    width: calc(100% / 2 - 5px);
    height: 34px;
  }
}

.recruitment .block .cat_linkbtn .cat_list_item:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 900px) {
  .recruitment .block .cat_linkbtn .cat_list_item:not(:last-child) {
    margin-right: 0;
  }
}

.recruitment .block .cat_linkbtn .cat_list_item a {
  background-color: #0278cb;
  width: 100%;
  height: 100%;
  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;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
  padding: 0 10px 0 16px;
}

@media (max-width: 900px) {
  .recruitment .block .cat_linkbtn .cat_list_item a {
    border-radius: 1.5px;
    padding: 0 8px 0 12px;
  }
}

.recruitment .block .cat_linkbtn .cat_list_item a:hover {
  background-color: #0e51a5;
}

.recruitment .block .cat_linkbtn .cat_list_item a .txt {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .recruitment .block .cat_linkbtn .cat_list_item a .txt {
    font-size: 1.2rem;
  }
}

.recruitment .block .cat_box {
  padding-top: 75px;
}

@media (max-width: 900px) {
  .recruitment .block .cat_box {
    padding-top: 40px;
  }
}

.recruitment .block .cat_box h4 {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #0278cb;
  color: #0278cb;
  padding-bottom: 12px;
  margin-bottom: 30px;
  line-height: 1;
}

@media (max-width: 900px) {
  .recruitment .block .cat_box h4 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.recruitment .block .cat_box .qa_box .details {
  border-bottom: 1px dotted #c8d1d5;
  list-style: none;
}

.recruitment .block .cat_box .qa_box .details summary {
  list-style-type: none;
  display: list-item;
}

.recruitment .block .cat_box .qa_box .details summary::-webkit-details-marker {
  display: none !important;
}

.recruitment .block .cat_box .qa_box .details .details-summary {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 35px 37px;
  font-weight: 700;
  font-size: 1.9rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .recruitment .block .cat_box .qa_box .details .details-summary {
    font-size: 1.3rem;
    padding: 25px 10px 25px 20px;
  }
}

.recruitment .block .cat_box .qa_box .details .details-summary .btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .recruitment .block .cat_box .qa_box .details .details-summary .btn {
    width: 10px;
    height: 10px;
  }
}

.recruitment .block .cat_box .qa_box .details .details-summary .btn:before, .recruitment .block .cat_box .qa_box .details .details-summary .btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0278cb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recruitment .block .cat_box .qa_box .details .details-summary .btn:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.recruitment .block .cat_box .qa_box .details .details-summary .btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.recruitment .block .cat_box .qa_box .details .is-active .btn:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.recruitment .block .cat_box .qa_box .details .is-active .btn:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.recruitment .block .cat_box .qa_box .details .details-content {
  display: none;
  padding: 0 37px 35px;
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .recruitment .block .cat_box .qa_box .details .details-content {
    font-size: 1.3rem;
    padding: 0 10px 25px 20px;
    margin-top: -10px;
  }
}

.recruitment .block .cat_box .qa_box .details .details-content .link-txt {
  display: block;
  text-decoration: underline;
}

/* system */
.system {
  background-color: #f2f6f8;
}

.system_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 100px;
}

@media (max-width: 900px) {
  .system_bg {
    padding-top: 85px;
    padding-bottom: 40px;
  }
}

.system .block {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.system .block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .system .block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.system .block .block_ttl {
  position: relative;
}

.system .block .block_ttl h3 {
  position: relative;
  line-height: 1.8;
  margin-bottom: 25px;
}

.system .block .block_ttl h3 span.ja_txt {
  font-size: 3.8rem;
  font-weight: 700;
  color: #0278cb;
}

@media (max-width: 900px) {
  .system .block .block_ttl h3 span.ja_txt {
    font-size: 2.2rem;
  }
}

.system .block .block_ttl h3 span.en_txt {
  font-size: 2.0rem;
  padding-left: 10px;
  color: #0278cb;
}

@media (max-width: 900px) {
  .system .block .block_ttl h3 span.en_txt {
    font-size: 1.3rem;
  }
}

.system .block .block_ttl h3::before {
  content: "";
  width: 80px;
  height: 1.5px;
  background-color: rgba(208, 228, 242, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 900px) {
  .system .block .block_ttl h3::before {
    width: 50px;
  }
}

.system .block .block_ttl h3::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #0278cb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.system .block .system_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 2%;
}

.system .block .system_box_list_item {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #cecece;
  padding: 32px 3%;
  margin-bottom: 2%;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item {
    border-radius: 4px;
    padding: 25px 6.5%;
  }
}

.system .block .system_box_list_item.col-3 {
  width: calc(100% / 3 - 1.34%);
}

@media (max-width: 900px) {
  .system .block .system_box_list_item.col-3 {
    width: 100%;
  }
}

.system .block .system_box_list_item.col-2 {
  width: calc(100% / 2 - 1%);
}

@media (max-width: 900px) {
  .system .block .system_box_list_item.col-2 {
    width: 100%;
  }
}

.system .block .system_box_list_item h4 {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0278cb;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.system .block .system_box_list_item h4.mgb40 {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item h4.mgb40 {
    margin-bottom: 15px;
  }
}

.system .block .system_box_list_item h4::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #e3f4fe;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.system .block .system_box_list_item h4 small {
  font-size: 1.8rem;
}

.system .block .system_box_list_item p {
  font-size: 1.6rem;
  text-align: justify;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item p {
    font-size: 1.4rem;
  }
}

.system .block .system_box_list_item p:not(:last-child) {
  margin-bottom: 25px;
}

.system .block .system_box_list_item p .subttl {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 2.0rem;
}

.system .block .system_box_list_item p .subttl.small {
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item p .subttl.small {
    font-size: 1.3rem;
  }
}

.system .block .system_box_list_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.system .block .system_box_list_item dl:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.system .block .system_box_list_item dl dt {
  width: 26%;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item dl dt {
    width: 100%;
  }
}

.system .block .system_box_list_item dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0278cb;
  display: block;
  margin-right: 10px;
}

.system .block .system_box_list_item dl dd {
  width: 74%;
  font-size: 1.5rem;
  text-align: justify;
}

@media (max-width: 900px) {
  .system .block .system_box_list_item dl dd {
    width: 100%;
  }
}

/* job */
.job {
  background-color: #f2f6f8;
}

@media (max-width: 900px) {
  .job .page_mv {
    margin-bottom: 40px;
  }
}

.job_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 160px;
}

@media (max-width: 900px) {
  .job_bg {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}

.job .intro_box {
  font-size: 1.6rem;
  text-align: center;
  max-width: 980px;
  line-height: 2;
  margin: 20px auto 0;
}

@media (max-width: 900px) {
  .job .intro_box {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }
}

.job .feature {
  width: 90%;
  max-width: 1382px;
  margin: 0 auto 94px;
  background-color: #fff;
  padding: 70px 0 100px;
}

@media (max-width: 900px) {
  .job .feature {
    padding: 35px 0 45px;
    margin: 0 auto 45px;
  }
}

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

.job .feature .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

@media (max-width: 900px) {
  .job .feature .feature_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.job .feature .feature_list_item {
  width: calc(100% / 3 - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item {
    width: 100%;
  }
}

.job .feature .feature_list_item:not(:last-child) {
  margin-right: 75px;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.job .feature .feature_list_item.-item1 figure img {
  margin-top: 15px;
  max-width: 217px;
  width: 100%;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item.-item1 figure img {
    margin-top: 0;
    max-width: 200px;
  }
}

.job .feature .feature_list_item.-item2 figure img {
  margin-top: 10px;
  max-width: 188px;
  width: 100%;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item.-item2 figure img {
    margin-top: 0;
    max-width: 180px;
  }
}

.job .feature .feature_list_item.-item3 figure img {
  max-width: 168px;
  width: 100%;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item.-item3 figure img {
    max-width: 165px;
  }
}

.job .feature .feature_list_item figure {
  height: 200px;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item figure {
    height: auto;
    margin-bottom: 25px;
  }
}

.job .feature .feature_list_item .ttl {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item .ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.job .feature .feature_list_item .detail {
  font-size: 1.6rem;
  text-align: justify;
}

@media (max-width: 900px) {
  .job .feature .feature_list_item .detail {
    font-size: 1.3rem;
  }
}

.job .desc {
  position: relative;
}

.job .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 28%;
  aspect-ratio: 430 / 500;
  background-color: #dae2e8;
  z-index: -1;
}

@media (max-width: 900px) {
  .job .desc::before {
    top: 1.5%;
    width: 32%;
    aspect-ratio: 250 / 580;
  }
}

.job .desc .heading_center {
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .job .desc .heading_center {
    margin-bottom: 30px;
  }
}

.job .desc .sec:not(:last-child) .sec_inner {
  padding-bottom: 120px;
  margin-bottom: 70px;
  border-bottom: 1px dotted #bfc6ca;
}

@media (max-width: 900px) {
  .job .desc .sec:not(:last-child) .sec_inner {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

.job .desc .sec_inner {
  width: 90%;
  max-width: 1382px;
  margin: 0 auto;
}

.job .desc .sec_inner h3 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}

@media (max-width: 900px) {
  .job .desc .sec_inner h3 {
    margin: 0 0 15px auto;
  }
}

.job .desc .sec_inner h3 .num {
  position: absolute;
  width: 30px;
  height: auto;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 900px) {
  .job .desc .sec_inner h3 .num {
    width: 18px;
    left: -30px;
    top: 13px;
  }
  .job .desc .sec_inner h3 .num img {
    width: 100%;
  }
}

.job .desc .sec_inner h3 .ja_ttl {
  font-size: 3.2rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .job .desc .sec_inner h3 .ja_ttl {
    font-size: 1.8rem;
  }
}

.job .desc .sec_inner .sec_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 auto;
  }
}

.job .desc .sec_inner .sec_box .box_item {
  width: 50%;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .box_item {
    width: 100%;
  }
}

.job .desc .sec_inner .sec_box .summary {
  padding-right: 8%;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .summary {
    padding-right: 0;
    margin-bottom: 35px;
  }
}

.job .desc .sec_inner .sec_box .summary .txt {
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: justify;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .summary .txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.job .desc .sec_inner .sec_box .summary figure img {
  width: 100%;
}

.job .desc .sec_inner .sec_box .other {
  position: relative;
}

.job .desc .sec_inner .sec_box .other_point, .job .desc .sec_inner .sec_box .other_skill {
  padding-left: 25px;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_point, .job .desc .sec_inner .sec_box .other_skill {
    padding-left: 0;
  }
}

.job .desc .sec_inner .sec_box .other_point > .ttl, .job .desc .sec_inner .sec_box .other_skill > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.job .desc .sec_inner .sec_box .other_point > .ttl img, .job .desc .sec_inner .sec_box .other_skill > .ttl img {
  width: 18px;
  height: auto;
  position: absolute;
  left: 0;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_point > .ttl img, .job .desc .sec_inner .sec_box .other_skill > .ttl img {
    width: 15px;
    left: -20px;
  }
}

.job .desc .sec_inner .sec_box .other_point > .ttl span, .job .desc .sec_inner .sec_box .other_skill > .ttl span {
  font-size: 2.0rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_point > .ttl span, .job .desc .sec_inner .sec_box .other_skill > .ttl span {
    font-size: 1.7rem;
  }
}

.job .desc .sec_inner .sec_box .other_point {
  margin-bottom: 35px;
}

.job .desc .sec_inner .sec_box .other_point .point_list_item {
  font-size: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_point .point_list_item {
    font-size: 1.3rem;
  }
}

.job .desc .sec_inner .sec_box .other_point .point_list_item:not(:last-child) {
  margin-bottom: 5px;
}

.job .desc .sec_inner .sec_box .other_point .point_list_item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #061d32;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -2px;
  position: relative;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_point .point_list_item::before {
    top: inherit;
  }
}

.job .desc .sec_inner .sec_box .other_skill .skill_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_skill .skill_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.job .desc .sec_inner .sec_box .other_skill .skill_item:not(:last-child) {
  border-bottom: 1px dotted #bfc6ca;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_skill .skill_item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

.job .desc .sec_inner .sec_box .other_skill .skill_item .ttl {
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#d3eafa), to(#d0e4fe));
  background: linear-gradient(to right, #d3eafa, #d0e4fe);
  color: #246b9b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 76px;
  width: 156px;
  min-width: 156px;
  padding: 3% 15px;
  margin-right: 7%;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_skill .skill_item .ttl {
    font-size: 1.4rem;
    width: 100%;
    min-width: auto;
    min-height: auto;
    margin-right: 0;
    border-radius: 3px;
    margin-bottom: 15px;
  }
}

.job .desc .sec_inner .sec_box .other_skill .skill_item .txt {
  font-size: 1.5rem;
  text-align: justify;
}

@media (max-width: 900px) {
  .job .desc .sec_inner .sec_box .other_skill .skill_item .txt {
    font-size: 1.3rem;
  }
}

/* development */
.dev {
  background-color: #f2f6f8;
}

.dev_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  .dev_bg {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}

.dev .page_mv {
  margin-bottom: 0;
}

.dev .group1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2485cb), to(#0067b2));
  background: linear-gradient(to bottom, #2485cb, #0067b2);
  padding-bottom: 200px;
  padding-top: 90px;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .dev .group1 {
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 55px;
  }
}

.dev .group1 .inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.dev .group1 .intro_Box {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .dev .group1 .intro_Box {
    width: 100%;
  }
}

.dev .group1 .intro_Box h2 {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .dev .group1 .intro_Box h2 {
    margin-bottom: 20px;
  }
}

.dev .group1 .intro_Box h2 .sub {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .dev .group1 .intro_Box h2 .sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.dev .group1 .intro_Box h2 .main {
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .dev .group1 .intro_Box h2 .main {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.dev .group1 .intro_Box .intro_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .dev .group1 .intro_Box .intro_txt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

.dev .group1 figure {
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .dev .group1 figure {
    margin-bottom: 45px;
  }
}

.dev .group1 figure img {
  width: 100%;
}

.dev .group1 .merit_box {
  margin-bottom: 140px;
}

@media (max-width: 900px) {
  .dev .group1 .merit_box {
    margin-bottom: 50px;
  }
}

.dev .group1 .merit_box .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .dev .group1 .merit_box .ttl {
    font-size: 1.8rem;
  }
}

.dev .group1 .merit_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 48px;
}

@media (max-width: 900px) {
  .dev .group1 .merit_box_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 8px;
  }
}

.dev .group1 .merit_box_list .item {
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% / 4);
  color: #fff;
  text-align: center;
  padding: 40px 1.5%;
}

@media (max-width: 900px) {
  .dev .group1 .merit_box_list .item {
    width: calc(100% / 2 - 4px);
    border-radius: 4px;
    padding: 25px 1.5% 35px;
  }
}

.dev .group1 .merit_box_list .item .num {
  font-size: 2.8rem;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 900px) {
  .dev .group1 .merit_box_list .item .num {
    font-size: 1.75rem;
  }
}

.dev .group1 .merit_box_list .item .txt {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .dev .group1 .merit_box_list .item .txt {
    font-size: 1.0rem;
  }
}

.dev .group1 .flow_box {
  border-radius: 8px;
  background-color: #fff;
  padding: 90px 0 130px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box {
    padding: 36px 0 50px;
  }
}

.dev .group1 .flow_box_inner {
  width: 88%;
  max-width: 960px;
  margin: 0 auto;
}

.dev .group1 .flow_box_inner > .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box_inner > .ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.dev .group1 .flow_box_inner figure {
  margin-bottom: 70px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box_inner figure {
    margin-bottom: 30px;
  }
}

.dev .group1 .flow_box_inner figure img {
  width: 100%;
}

.dev .group1 .flow_box .flow_obverse .flow_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_1 .flow_name {
  background-color: #86d03d;
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_1 .flow_list dl:first-child {
  padding-top: 0;
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_1 .flow_list dl dt .num {
  color: #86d03d;
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_name {
  background-color: #17bd8c;
  margin-top: 60px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_name {
    margin-top: 30px;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_name::before {
  content: "";
  position: absolute;
  top: -35px;
  width: 28px;
  height: 13px;
  background-image: url(/recruit/common/img/about/development/dev_triangle_icon01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_name::before {
    content: none;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_list dl:first-child {
  padding-top: 60px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_list dl:first-child {
    padding-top: 0;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_2 .flow_list dl dt .num {
  color: #17bd8c;
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_name {
  background-color: #218ddc;
  margin-top: 60px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_name {
    margin-top: 30px;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_name::before {
  content: "";
  position: absolute;
  top: -35px;
  width: 28px;
  height: 13px;
  background-image: url(/recruit/common/img/about/development/dev_triangle_icon02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_name::before {
    content: none;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_list dl:first-child {
  padding-top: 60px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_list dl:first-child {
    padding-top: 0;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec.flow_3 .flow_list dl dt .num {
  color: #218ddc;
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_name {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 31px;
  width: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_name {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.5rem;
    margin-right: 0;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 23px;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_list {
  border-left: 1px dotted #061d32;
  width: 100%;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_list {
    border-left: none;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid rgba(6, 29, 50, 0.7);
  margin-left: 50px;
  padding: 30px 0;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 0;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dt {
    width: 100%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dt .num {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-right: 14px;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dt .num {
    font-size: 1.4rem;
    margin-right: 5px;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dt .ttl {
  font-size: 2.1rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dt .ttl {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

.dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dd .txt {
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .dev .group1 .flow_box .flow_obverse .flow_sec .flow_list dl dd .txt {
    font-size: 1.3rem;
    text-align: justify;
    padding-left: 20px;
  }
}

.dev .group2 .inner {
  width: 90%;
  max-width: 1382px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .dev .group2 h2.heading_center .en_txt {
    font-size: 4.7rem;
  }
  .dev .group2 h2.heading_center .ja_txt {
    margin-top: -7.3%;
  }
}

.dev .group2 .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 65px;
}

@media (max-width: 900px) {
  .dev .group2 .sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 35px;
  }
}

.dev .group2 .sec .sec_item {
  width: 50%;
}

@media (max-width: 900px) {
  .dev .group2 .sec .sec_item {
    width: 100%;
  }
}

.dev .group2 .sec .textBox .box {
  padding-right: 11.5%;
  padding-left: 13%;
}

@media (max-width: 900px) {
  .dev .group2 .sec .textBox .box {
    padding: 0;
  }
}

.dev .group2 .sec .textBox .box:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .dev .group2 .sec .textBox .box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.dev .group2 .sec .textBox .box .ttl {
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 900px) {
  .dev .group2 .sec .textBox .box .ttl {
    margin-bottom: 20px;
  }
}

.dev .group2 .sec .textBox .box .ttl .num {
  color: #dfe8ed;
  font-size: 6.0rem;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: -40px;
  left: -25px;
  z-index: -1;
}

@media (max-width: 900px) {
  .dev .group2 .sec .textBox .box .ttl .num {
    font-size: 4.2rem;
    top: -30px;
    left: -10px;
  }
}

.dev .group2 .sec .textBox .box .ttl .ja_ttl {
  font-size: 3.0rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .dev .group2 .sec .textBox .box .ttl .ja_ttl {
    font-size: 2.0rem;
  }
}

.dev .group2 .sec .textBox .box .detail {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .dev .group2 .sec .textBox .box .detail {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.dev .group2 .sec .imgBox {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media (max-width: 900px) {
  .dev .group2 .sec .imgBox {
    position: relative;
    top: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 50px;
  }
}

.dev .group2 .sec .imgBox figure img {
  width: 100%;
  padding-left: 20px;
}

@media (max-width: 900px) {
  .dev .group2 .sec .imgBox figure img {
    padding: 0;
  }
}

.dev .related_page {
  background-color: #f2f6f8;
}

@media (max-width: 900px) {
  .dev .related_page {
    background-color: #fff;
  }
}

/* overseas */
.overseas {
  background-color: #f2f6f8;
}

.overseas_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 120px;
}

@media (max-width: 900px) {
  .overseas_bg {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}

.overseas .page_mv {
  margin-bottom: 0;
}

.overseas .group1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2485cb), to(#0067b2));
  background: linear-gradient(to bottom, #2485cb, #0067b2);
  padding-bottom: 200px;
  padding-top: 90px;
  margin-bottom: 100px;
  position: relative;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

@media (max-width: 900px) {
  .overseas .group1 {
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 55px;
  }
}

.overseas .group1 .bg_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overseas .group1 .bg_movie video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.2;
}

.overseas .group1 .inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.overseas .group1 .intro_Box {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .overseas .group1 .intro_Box {
    width: 100%;
  }
}

.overseas .group1 .intro_Box h2 {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .overseas .group1 .intro_Box h2 {
    margin-bottom: 20px;
  }
}

.overseas .group1 .intro_Box h2 .sub {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .overseas .group1 .intro_Box h2 .sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.overseas .group1 .intro_Box h2 .main {
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .overseas .group1 .intro_Box h2 .main {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

.overseas .group1 .intro_Box .intro_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .overseas .group1 .intro_Box .intro_txt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

.overseas .group1 .tabBox .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_menu {
    margin-bottom: 26px;
  }
}

.overseas .group1 .tabBox .tab_menu .menu_item {
  width: 315px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 3px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_menu .menu_item {
    font-size: 1.4rem;
    width: 50%;
    height: 40px;
    border-radius: 1.5px;
  }
}

.overseas .group1 .tabBox .tab_menu .menu_item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_menu .menu_item:not(:last-child) {
    margin-right: 10px;
  }
}

.overseas .group1 .tabBox .tab_menu .menu_item:hover {
  background-color: #fff;
  color: #0278cb;
}

.overseas .group1 .tabBox .tab_menu .menu_item.-active {
  background-color: #fff;
  color: #0278cb;
}

.overseas .group1 .tabBox .tab_menu .menu_item.-active::before {
  content: "";
  background: #ffffff;
  height: calc(20px / 2);
  width: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overseas .group1 .tabBox .tab_area .tab_contents {
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  padding: 65px 5%;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents {
    border-radius: 4px;
    padding: 15px 0;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents.internal .wrap {
  background-image: url(/recruit/common/img/about/overseas/overseas_map_internal.png);
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents.internal .wrap {
    background-image: none;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents.abroad .wrap {
  background-image: url(/recruit/common/img/about/overseas/overseas_map_abroad.png);
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents.abroad .wrap {
    background-image: none;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overseas .group1 .tabBox .tab_area .tab_contents .wrap figure {
    margin-bottom: 10px;
  }
  .overseas .group1 .tabBox .tab_area .tab_contents .wrap img {
    width: 100%;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area {
  width: 320px;
  margin-right: 40px;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area {
    width: 88%;
    margin: 0 auto;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_name {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area .location_name {
    font-size: 1.6rem;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_name::before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area .location_name::before {
    width: 8px;
    height: 8px;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_name.-office::before {
  background-color: #ff2b58;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_name.-logistics::before {
  background-color: #4bb383;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_name.-factory::before {
  background-color: #447ce3;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_name.-abroad::before {
  background-color: #25a5cf;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list {
  padding-left: 20px;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area .location_list {
    margin-bottom: 36px;
    padding-left: 17px;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area .location_list:not(:last-child) {
    margin-bottom: 36px;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list.-office .num {
  color: #ff2b58;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list.-logistics .num {
  color: #4bb383;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list.-factory .num {
  color: #447ce3;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list.-abroad .num {
  color: #25a5cf;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area .location_list_item {
    font-size: 1.3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list_item:not(:last-child) {
  margin-bottom: 5px;
}

.overseas .group1 .tabBox .tab_area .tab_contents .area .location_list_item .num {
  font-size: 1.8rem;
  margin-right: 10px;
}

@media (max-width: 900px) {
  .overseas .group1 .tabBox .tab_area .tab_contents .area .location_list_item .num {
    font-size: 1.6rem;
    margin-top: -2px;
  }
}

.overseas .group2 .inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .overseas .group2 h2.heading_center .en_txt {
    font-size: 5.3rem;
  }
  .overseas .group2 h2.heading_center .ja_txt {
    margin-top: -7.3%;
  }
}

.overseas .group2 .sec.-sec1 {
  margin-top: 95px;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 {
    margin-top: 26px;
    margin-bottom: 45px;
  }
}

.overseas .group2 .sec.-sec1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.overseas .group2 .sec.-sec1 .box:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.overseas .group2 .sec.-sec1 .box .img {
  width: 20%;
  max-width: 196px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box .img {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .overseas .group2 .sec.-sec1 .box .img .text {
    width: auto;
  }
  .overseas .group2 .sec.-sec1 .box .img .text .ttl {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box .img figure {
    margin-right: 20px;
    width: 35%;
  }
}

.overseas .group2 .sec.-sec1 .box .img figure img {
  width: 100%;
}

.overseas .group2 .sec.-sec1 .box .text {
  margin-left: 8.4%;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box .text {
    margin-left: 0;
  }
}

.overseas .group2 .sec.-sec1 .box .text .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box .text .ttl {
    font-size: 1.7rem;
  }
}

.overseas .group2 .sec.-sec1 .box .text .detail {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec1 .box .text .detail {
    font-size: 1.4rem;
  }
}

.overseas .group2 .sec.-sec2 {
  margin-bottom: 115px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 {
    margin-bottom: 50px;
  }
}

.overseas .group2 .sec.-sec2 .sec_inner {
  border-radius: 8px;
  background-color: #fff;
  padding: 60px 6%;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .sec_inner {
    border-radius: 4px;
    padding: 25px 6% 35px;
  }
}

.overseas .group2 .sec.-sec2 .sec_inner .sec_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #263e8a;
  border-radius: 6px 6px 0 0;
  padding: 7px 0;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .sec_inner .sec_ttl {
    font-size: 1.5rem;
    border-radius: 3px 3px 0 0;
    margin-bottom: 30px;
  }
}

.overseas .group2 .sec.-sec2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item {
  width: 50%;
  padding-bottom: 15px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item {
    width: 100%;
    padding-bottom: 0;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item:not(:last-child) {
  border-right: 1px solid #061d32;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #061d32;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item.graph {
  padding-right: 60px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item.graph {
    padding-right: 0;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item.graph figure img {
  width: 100%;
  max-width: 444px;
}

.overseas .group2 .sec.-sec2 .box .box-item.list {
  padding-left: 60px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item.list {
    padding-left: 0;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item .item_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #263e8a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item .item_ttl {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item .item_ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0278cb;
  border-radius: 50%;
  margin-right: 13px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item .item_ttl::before {
    width: 8px;
    height: 8px;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item .listBox_item {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 5.3%;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item .listBox_item {
    font-size: 1.3rem;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item .listBox_item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item .listBox_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.overseas .group2 .sec.-sec2 .box .box-item .listBox_item::before {
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 13px;
  background-image: url(/recruit/common/img/about/overseas/overseas_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 11px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec2 .box .box-item .listBox_item::before {
    width: 10px;
    height: 8px;
  }
}

.overseas .group2 .sec.-sec3 .sec_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec3 .sec_ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.overseas .group2 .sec.-sec3 .structure_list {
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 50px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec3 .structure_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
    padding: 25px 10%;
  }
}

.overseas .group2 .sec.-sec3 .structure_list:not(:last-child) {
  margin-bottom: 12px;
}

.overseas .group2 .sec.-sec3 .structure_list .list_ttl {
  color: #335b96;
  font-size: 2.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 244px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec3 .structure_list .list_ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-left: -9%;
    width: 100%;
  }
}

.overseas .group2 .sec.-sec3 .structure_list .list_ttl::before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0278cb;
  margin-right: 14px;
  border-radius: 50%;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec3 .structure_list .list_ttl::before {
    margin-right: 6px;
    width: 6px;
    height: 6px;
  }
}

.overseas .group2 .sec.-sec3 .structure_list .list_detail {
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec3 .structure_list .list_detail {
    font-size: 1.3rem;
  }
}

.overseas .group2 .sec.-sec3 .structure_list .list_detail .note {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .overseas .group2 .sec.-sec3 .structure_list .list_detail .note {
    font-size: 1.2rem;
  }
}

/* training */
.training {
  background-color: #f2f6f8;
}

.training_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .training_bg {
    padding-top: 85px;
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .training .page_mv {
    margin-bottom: 40px;
  }
}

.training .box_inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.training .intro_ttl {
  text-align: center;
}

.training .intro_ttl .ja_txt {
  font-size: 5.0rem;
  color: #0278cb;
  font-weight: 700;
}

@media (max-width: 900px) {
  .training .intro_ttl .ja_txt {
    font-size: 2.4rem;
  }
}

.training .intro .desc {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .training .intro .desc {
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 25px;
  }
}

.training .vision_box {
  margin-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 900px) {
  .training .vision_box {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}

.training .vision_box .box_ttl {
  color: #0278cb;
  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;
}

.training .vision_box .box_ttl .main {
  font-size: 3.1rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .training .vision_box .box_ttl .main {
    font-size: 2.0rem;
  }
}

.training .vision_box .box_ttl .sub {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .training .vision_box .box_ttl .sub {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {
  .training .vision_box .box_ttl .note {
    font-size: 1.2rem;
    color: #061d32;
    margin-top: 3px;
  }
}

.training .vision_box .vision_slide {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide {
    margin-top: 10px;
  }
}

.training .vision_box .vision_slide .vision_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide .vision_label {
    margin-bottom: 0;
  }
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet {
  cursor: pointer;
  height: 44px;
  width: calc(100% / 2.8);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide .vision_label .swiper-pagination-bullet {
    font-size: 1.0rem;
    height: 30px;
  }
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: calc(100% / 1.2);
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:nth-child(1) {
  background-color: #4ea7d5;
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:nth-child(2) {
  background-color: #339ad0;
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:nth-child(3) {
  background-color: #1683c2;
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:nth-child(4) {
  background-color: #006ab4;
}

.training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide .vision_label .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
  }
}

.training .vision_box .vision_slide_inner {
  position: relative;
}

.training .vision_box .vision_slide_inner .vision_item {
  background-color: #fff;
  border-radius: 8px;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item {
    border-radius: 4px;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text {
  width: calc(100% / 2);
  padding: 3.3% 3.3% 3.3% 8%;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap .text {
    width: 100%;
    padding: 35px 7% 0;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text .main_txt {
  font-size: 2.3rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 2;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap .text .main_txt {
    font-size: 1.4rem;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text .main_txt::before {
  content: "";
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 7px;
  background-color: #e3f4fe;
  position: absolute;
  z-index: -1;
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text .main_txt .emphasis {
  font-size: 2.8rem;
  color: #0278cb;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap .text .main_txt .emphasis {
    font-size: 1.9rem;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text .list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap .text .list_item {
    font-size: 1.4rem;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text .list_item::before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0278cb;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap .text .list_item::before {
    width: 5px;
    height: 5px;
    margin-right: 7px;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .text .list_item:not(:last-child) {
  margin-bottom: 10px;
}

.training .vision_box .vision_slide_inner .vision_item .wrap .img {
  width: calc(100% / 2);
  padding: 3.3% 8% 3.3% 3.3%;
}

@media (max-width: 900px) {
  .training .vision_box .vision_slide_inner .vision_item .wrap .img {
    width: 100%;
    padding: 20px 7% 40px;
  }
}

.training .vision_box .vision_slide_inner .vision_item .wrap .img figure img {
  width: 100%;
}

.training .vision_box .vision-navigation {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.training .vision_box .vision-navigation .vision-button-next, .training .vision_box .vision-navigation .vision-button-prev {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0278cb;
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .training .vision_box .vision-navigation .vision-button-next, .training .vision_box .vision-navigation .vision-button-prev {
    width: 35px;
    height: 35px;
  }
}

.training .vision_box .vision-navigation .vision-button-next::before, .training .vision_box .vision-navigation .vision-button-prev::before {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .training .vision_box .vision-navigation .vision-button-next::before, .training .vision_box .vision-navigation .vision-button-prev::before {
    width: 6px;
    height: 6px;
  }
}

.training .vision_box .vision-navigation .vision-button-next {
  right: -30px;
}

@media (max-width: 900px) {
  .training .vision_box .vision-navigation .vision-button-next {
    right: -10px;
  }
}

.training .vision_box .vision-navigation .vision-button-next:hover {
  background-color: #0278cb;
}

.training .vision_box .vision-navigation .vision-button-next:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.training .vision_box .vision-navigation .vision-button-next::before {
  border-top: 2px solid #0278cb;
  border-right: 2px solid #0278cb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 2px;
}

.training .vision_box .vision-navigation .vision-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.training .vision_box .vision-navigation .vision-button-prev {
  left: -30px;
}

@media (max-width: 900px) {
  .training .vision_box .vision-navigation .vision-button-prev {
    left: -10px;
  }
}

.training .vision_box .vision-navigation .vision-button-prev:hover {
  background-color: #0278cb;
}

.training .vision_box .vision-navigation .vision-button-prev:hover::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.training .vision_box .vision-navigation .vision-button-prev::before {
  border-top: 2px solid #0278cb;
  border-left: 2px solid #0278cb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 2px;
}

.training .vision_box .vision-navigation .vision-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.training .t_system {
  background-color: #fff;
  padding-top: 100px;
}

@media (max-width: 900px) {
  .training .t_system {
    padding-top: 36px;
  }
}

.training .t_system figure {
  max-width: 793px;
  margin: 55px auto 45px;
}

@media (max-width: 900px) {
  .training .t_system figure {
    margin: 20px auto 35px;
  }
}

.training .t_system figure img {
  width: 100%;
}

@media (max-width: 900px) {
  .training .t_system h2.heading_center .en_txt {
    font-size: 4.6rem;
  }
}

.training .t_system .sec {
  padding-bottom: 90px;
}

@media (max-width: 900px) {
  .training .t_system .sec {
    padding-bottom: 0;
  }
}

.training .t_system .sec:not(:last-child) {
  border-bottom: 1px solid rgba(6, 29, 50, 0.5);
  margin-bottom: 90px;
}

@media (max-width: 900px) {
  .training .t_system .sec:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .training .t_system .sec.group2 {
    padding-bottom: 50px;
  }
}

.training .t_system .sec .sec_ttl {
  color: #0278cb;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  .training .t_system .sec .sec_ttl {
    font-size: 2.0rem;
  }
}

.training .t_system .sec .sec_intro {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 900px) {
  .training .t_system .sec .sec_intro {
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 15px;
  }
}

.training .t_system .sec .training_list {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}

.training .t_system .sec .training_list.-col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list.-col2 {
    gap: 0;
  }
}

.training .t_system .sec .training_list.-col2 .item {
  width: calc(100% / 2 - 12px);
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list.-col2 .item {
    width: 100%;
  }
}

.training .t_system .sec .training_list.-col2 .item:not(:last-child) {
  margin-right: 0;
}

.training .t_system .sec .training_list .item {
  width: calc(100% / 3);
  background-color: #f2f6f8;
  border-radius: 8px;
  padding: 40px 3.5%;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list .item {
    width: 100%;
    border-radius: 4px;
    padding: 30px 6.5%;
  }
}

.training .t_system .sec .training_list .item:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.training .t_system .sec .training_list .item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list .item h4 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.training .t_system .sec .training_list .item h4 .item_name {
  font-size: 2.6rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list .item h4 .item_name {
    font-size: 1.8rem;
  }
}

.training .t_system .sec .training_list .item h4 .item_period {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list .item h4 .item_period {
    font-size: 1.3rem;
  }
}

.training .t_system .sec .training_list .item .detail {
  font-size: 1.6rem;
  margin-top: 26px;
  text-align: justify;
}

@media (max-width: 900px) {
  .training .t_system .sec .training_list .item .detail {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}

.training .t_system .sec .m_system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 55px;
  padding-bottom: 45px;
}

@media (max-width: 900px) {
  .training .t_system .sec .m_system {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    padding-bottom: 50px;
  }
}

.training .t_system .sec .m_system .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 9.5%;
}

@media (max-width: 900px) {
  .training .t_system .sec .m_system .ttl {
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}

.training .t_system .sec .m_system .detail {
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .training .t_system .sec .m_system .detail {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.training .t_system .sec .tab_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}

.training .t_system .sec .tab_ttl .main {
  font-size: 2.6rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .training .t_system .sec .tab_ttl .main {
    font-size: 1.8rem;
  }
}

@media (max-width: 900px) {
  .training .t_system .sec .tab_ttl .note {
    font-size: 1.2rem;
  }
}

.training .t_system .sec .tabBox_inner {
  overflow-x: auto;
  white-space: nowrap;
}

.training .t_system .sec .tabBox .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .training .t_system .sec .tabBox .tab_menu::-webkit-scrollbar {
    display: none;
  }
}

.training .t_system .sec .tabBox .tab_menu_item {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  padding-bottom: 5px;
}

.training .t_system .sec .tabBox .tab_menu_item:not(:last-child) {
  margin-right: 3.3%;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu_item:not(:last-child) {
    margin-right: 5%;
  }
}

.training .t_system .sec .tabBox .tab_menu_item:hover {
  opacity: 0.7;
}

.training .t_system .sec .tabBox .tab_menu_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 6px;
  background-color: #0278cb;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu_item::before {
    height: 3px;
  }
}

.training .t_system .sec .tabBox .tab_menu_item::after {
  content: "";
  position: absolute;
  background: #0278cb;
  height: calc(20px / 2 * tan(45deg));
  width: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu_item::after {
    height: calc(15px / 2 * tan(45deg));
    width: 15px;
  }
}

.training .t_system .sec .tabBox .tab_menu_item span {
  font-size: 2.0rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #a9b5bf;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu_item span {
    font-size: 1.2rem;
  }
}

.training .t_system .sec .tabBox .tab_menu_item.-active::before {
  width: 100%;
}

.training .t_system .sec .tabBox .tab_menu_item.-active::after {
  bottom: -10px;
  opacity: 1;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu_item.-active::after {
    bottom: -7px;
  }
}

.training .t_system .sec .tabBox .tab_menu_item.-active span {
  color: #0278cb;
}

.training .t_system .sec .tabBox .tab_contents {
  display: none;
}

.training .t_system .sec .tabBox .tab_contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_contents .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item {
  width: calc(100% / 2 - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_contents .wrap .box-item {
    width: 100%;
  }
  .training .t_system .sec .tabBox .tab_contents .wrap .box-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item .label {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 0;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_contents .wrap .box-item .label {
    font-size: 1.5rem;
    margin-bottom: 6px;
    padding: 5px 0;
  }
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item.-fresh .label {
  background-color: #54aaca;
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item.-fresh ul li::before {
  background-color: #54aaca;
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item.-young .label {
  background-color: #5fc0b1;
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item.-young ul li::before {
  background-color: #5fc0b1;
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item ul {
  border: 1px solid #5d6e7d;
  background-color: #f2f6f8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  color: #5d6e7d;
  padding: 15px 10px 15px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li {
    font-size: 1.3rem;
    padding: 15px 10px 15px 15px;
  }
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li.border {
  border-bottom: 1px dashed rgba(93, 110, 125, 0.5);
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li.border {
    border-bottom: none;
  }
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(93, 110, 125, 0.5);
}

.training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 13px;
  display: block;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -2px;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_contents .wrap .box-item ul li::before {
    top: inherit;
  }
}

.training .t_system .sec .tabBox .tab_contents.active {
  display: block;
}

@media (max-width: 900px) {
  .training .t_system .sec .tabBox .tab_menu {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .training .t_system .sec .tabBox .tab_menu_item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
  }
  .training .t_system .sec .tabBox .tab_contents {
    display: none;
  }
  .training .t_system .sec .tabBox .tab_contents.active {
    display: block;
  }
  .training .t_system .sec .tabBox .tab_area {
    overflow: hidden;
  }
}

/* business */
.business {
  background-color: #f2f6f8;
}

.business_bg {
  background-color: #f2f6f8;
  position: relative;
  z-index: 1;
  padding-top: 260px;
}

@media (max-width: 900px) {
  .business_bg {
    padding-top: 85px;
  }
}

.business .page_mv {
  margin-bottom: 0;
}

.business .map_change {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
}

@media (max-width: 900px) {
  .business .map_change {
    bottom: -82%;
    width: 150vw;
    left: -44%;
  }
}

.business .map_change img {
  width: 100%;
}

.business .more_btn {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #ffffff 36%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  padding-top: 50px;
}

@media (max-width: 900px) {
  .business .more_btn {
    padding-top: 120px;
  }
}

.business .more_btn:hover {
  opacity: 0.9;
}

.business .more_btn p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0278cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 900px) {
  .business .more_btn p {
    font-size: 1.6rem;
  }
}

.business .more_btn p .icon {
  border-radius: 50%;
  background-color: #0278cb;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .business .more_btn p .icon {
    width: 25px;
    height: 25px;
  }
}

.business .more_btn p .icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .business .more_btn p .icon::before {
    width: 10px;
  }
}

.business .more_btn p .icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .business .more_btn p .icon::after {
    height: 10px;
  }
}

.business .group1 {
  padding-bottom: 200px;
  padding-top: 90px;
}

@media (max-width: 900px) {
  .business .group1 {
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 55px;
    overflow: hidden;
  }
}

.business .group1 .inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

.business .group1 .intro_Box {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 130px;
  position: relative;
}

@media (max-width: 900px) {
  .business .group1 .intro_Box {
    width: 100%;
    margin: 0 auto 80px;
  }
}

.business .group1 .intro_Box h2 {
  color: #0278cb;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .business .group1 .intro_Box h2 {
    margin-bottom: 20px;
  }
}

.business .group1 .intro_Box h2 .sub {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .business .group1 .intro_Box h2 .sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.business .group1 .intro_Box h2 .main {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .business .group1 .intro_Box h2 .main {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

.business .group1 .intro_Box .intro_txt {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 900px) {
  .business .group1 .intro_Box .intro_txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.business .group1 .product_Box {
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .more_btn.-productBtn {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #f2f6f8), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #f2f6f8 36%, rgba(255, 255, 255, 0));
  }
}

.business .group1 .product_Box .box_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .box_ttl {
    font-size: 1.8rem;
  }
}

.business .group1 .product_Box .box_sub_txt {
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .box_sub_txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 15px;
  }
}

.business .group1 .product_Box .product_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .product_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .business .group1 .product_Box .product_list.show_all .product_list_item {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    height: auto;
    padding: 25px 8.5%;
    margin-bottom: 10px;
  }
}

.business .group1 .product_Box .product_list_item {
  width: calc(100% / 3 - 1%);
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 2.5%;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .product_list_item {
    border-radius: 4px;
    padding: 25px 8.5%;
    width: 100%;
    border-radius: 4px;
  }
  .business .group1 .product_Box .product_list_item:nth-child(n+4) {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.business .group1 .product_Box .product_list_item .product_cat {
  color: #335b96;
  font-size: 2.0rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  border-bottom: 1px solid rgba(6, 29, 50, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .product_list_item .product_cat {
    font-size: 1.5rem;
  }
}

.business .group1 .product_Box .product_list_item .child_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.business .group1 .product_Box .product_list_item .child_list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

@media (max-width: 900px) {
  .business .group1 .product_Box .product_list_item .child_list_item {
    font-size: 1.3rem;
  }
}

.business .group1 .product_Box .product_list_item .child_list_item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0278cb;
  margin-right: 10px;
}

.business .group1 .partner_Box .box_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .box_ttl {
    font-size: 1.8rem;
  }
}

.business .group1 .partner_Box .partner_group {
  margin-top: 45px;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 8% 60px;
  position: relative;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group {
    margin-top: 22px;
    padding: 30px 8% 40px;
  }
}

.business .group1 .partner_Box .partner_group .partner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group .partner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business .group1 .partner_Box .partner_group .partner_list_item {
  width: calc(100% / 3 - 3.5%);
  border-bottom: 1px solid rgba(6, 29, 50, 0.1);
  padding-bottom: 5px;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group .partner_list_item {
    width: 100%;
    font-size: 1.3rem;
    height: auto;
    padding-top: 15px;
  }
}

.business .group1 .partner_Box .partner_group .partner_list_item.-note {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group .partner_list_item.-note {
    font-size: 1.2rem;
  }
}

.business .group1 .partner_Box .partner_group .partner_list_item:nth-child(n+13) {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  /* 縦方向の縮小 */
  -webkit-transform-origin: top;
          transform-origin: top;
  /* 上端を基点に拡大縮小 */
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group .partner_list_item:nth-child(n+13) {
    padding-top: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group .partner_list_item:nth-child(n+11) {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    /* 縦方向の縮小 */
    -webkit-transform-origin: top;
            transform-origin: top;
    /* 上端を基点に拡大縮小 */
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.business .group1 .partner_Box .partner_group .partner_list.show_all .partner_list_item {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  /* 元のサイズに戻す */
  opacity: 1;
  height: 60px;
}

.business .group1 .partner_Box .partner_group .partner_list.show_all .partner_list_item.-note {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .business .group1 .partner_Box .partner_group .partner_list.show_all .partner_list_item {
    padding-top: 15px;
    height: auto;
    padding-bottom: 5px;
  }
  .business .group1 .partner_Box .partner_group .partner_list.show_all .partner_list_item.-note {
    margin-top: 10px;
  }
}

.business .group1 .partner_Box .partner_group .wrap {
  position: relative;
}

.business .group2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.business .group2 .story_Box {
  position: relative;
  height: 100vh;
}

@media (max-width: 900px) {
  .business .group2 .story_Box {
    height: auto;
  }
}

.business .group2 .story_Box .section {
  height: 100vh;
  width: 100%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section {
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    padding: 42px 0 60px;
  }
}

.business .group2 .story_Box .section.active {
  opacity: 1;
  z-index: 2;
}

.business .group2 .story_Box .section.-story1 .story_info .story_main img {
  max-height: 40px;
  height: 2.8vw;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story1 .story_info .story_main img {
    max-height: 24px;
    height: 100%;
  }
}

.business .group2 .story_Box .section.-story1 .img img {
  max-height: 450px;
  height: 51vh;
  width: auto !important;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story1 .img img {
    max-height: 100%;
    height: auto;
    width: 100% !important;
  }
}

.business .group2 .story_Box .section.-story1 .fixed_toc {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.business .group2 .story_Box .section.-story1 .fixed_toc.on {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story1 .fixed_toc {
    opacity: 1;
  }
}

.business .group2 .story_Box .section.-story2 .story_info .story_main img {
  max-height: 256px;
  height: 18vw;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story2 .story_info .story_main img {
    max-height: 88px;
    height: 100%;
  }
}

.business .group2 .story_Box .section.-story2 .fixed_toc {
  -webkit-transform: translateX(calc(-50% - 25%));
          transform: translateX(calc(-50% - 25%));
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.business .group2 .story_Box .section.-story2 .fixed_toc.on {
  -webkit-transform: translateX(calc(-50% - 31%));
          transform: translateX(calc(-50% - 31%));
  opacity: 1;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story2 .fixed_toc {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.business .group2 .story_Box .section.-story3 .story_info .story_main img {
  max-height: 175px;
  height: 12.5vw;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story3 .story_info .story_main img {
    max-height: 95px;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story3 .img_box {
    margin-top: 0;
  }
}

.business .group2 .story_Box .section.-story3 .wrap .detail {
  padding-right: 7.5%;
  padding-left: 0;
  padding-top: 0;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story3 .wrap .detail {
    padding-right: 0;
  }
}

.business .group2 .story_Box .section.-story3 .fixed_toc {
  -webkit-transform: translateX(calc(-50% - 55%));
          transform: translateX(calc(-50% - 55%));
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.business .group2 .story_Box .section.-story3 .fixed_toc.on {
  -webkit-transform: translateX(calc(-50% - 61.5%));
          transform: translateX(calc(-50% - 61.5%));
  opacity: 1;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section.-story3 .fixed_toc {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.business .group2 .story_Box .section .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.business .group2 .story_Box .section .bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business .group2 .story_Box .section_inner {
  max-width: 1200px;
  width: 88%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 11.5vw;
  position: relative;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section_inner {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .story_info {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}

.business .group2 .story_Box .section .story_info .story_main {
  margin-bottom: 7.5%;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .story_info .story_main {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.business .group2 .story_Box .section .story_info .story_main img {
  width: auto;
}

.business .group2 .story_Box .section .story_info .story_sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .story_info .story_sub {
    font-size: 1.3rem;
  }
}

.business .group2 .story_Box .section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 76%;
    margin: 0 auto;
  }
}

.business .group2 .story_Box .section .wrap .detail {
  width: 60%;
  font-size: 1.8rem;
  color: #fff;
  padding-left: 7.5%;
  padding-top: 3%;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .wrap .detail {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.business .group2 .story_Box .section .wrap .img {
  width: 40%;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .wrap .img {
    width: 100%;
    margin-top: 30px;
  }
}

.business .group2 .story_Box .section .wrap .img img {
  width: 100%;
}

.business .group2 .story_Box .section .wrap .img .img_box {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.18);
  padding: 10% 5%;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .wrap .img .img_box {
    border-radius: 8px;
  }
}

.business .group2 .story_Box .section .wrap .img .img_box .img_box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
}

@media (max-width: 900px) {
  .business .group2 .story_Box .section .wrap .img .img_box .img_box_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.business .group2 .story_Box .section .wrap .img .img_box .figure_box img {
  width: 100%;
}

.business .group2 .fixed_txt {
  position: absolute;
  top: -105px;
  left: 0;
  z-index: 5;
}

@media (max-width: 900px) {
  .business .group2 .fixed_txt {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 5px;
  }
}

.business .group2 .fixed_txt_ttl {
  font-size: 10.0rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.12;
  line-height: 1;
}

@media (max-width: 900px) {
  .business .group2 .fixed_txt_ttl {
    font-size: 3.5rem;
  }
}

.business .group2 .fixed_toc {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1200px;
  width: 88%;
  z-index: 5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .business .group2 .fixed_toc {
    top: 140px;
    left: 0;
    width: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.business .group2 .fixed_toc .toc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .business .group2 .fixed_toc .toc_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business .group2 .fixed_toc .toc_list_item {
  position: relative;
  opacity: 0.25;
  width: 370px;
  padding-bottom: 35px;
  padding-left: 15px;
  border-left: 2px solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 900px) {
  .business .group2 .fixed_toc .toc_list_item {
    width: auto;
    border-left: none;
    border-top: 1px solid #fff;
    padding-left: 7px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}

.business .group2 .fixed_toc .toc_list_item.active {
  opacity: 1;
}

.business .group2 .fixed_toc .toc_list_item::before {
  content: "";
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: -30px;
  left: -12px;
  width: 30px;
  height: 30px;
}

@media (max-width: 900px) {
  .business .group2 .fixed_toc .toc_list_item::before {
    font-size: 1.0rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 10px;
    height: 10px;
    line-height: 1;
    top: -5px;
    left: inherit;
    right: -12px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}

.business .group2 .fixed_toc .toc_list_item:nth-child(1)::before {
  content: "01";
}

.business .group2 .fixed_toc .toc_list_item:nth-child(2)::before {
  content: "02";
}

.business .group2 .fixed_toc .toc_list_item:nth-child(3)::before {
  content: "03";
}

.business .group2 .fixed_toc .toc_list_item span {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .business .group2 .fixed_toc .toc_list_item span {
    font-size: 1.0rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}
/*# sourceMappingURL=style.css.map */