@charset "UTF-8";
/* normal */
@font-face {
  font-family: "line-seed";
  src: url("../fonts/line_seed/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "line-seed";
  src: url("../fonts/line_seed/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* normal */
@font-face {
  font-family: "futura";
  src: url("../fonts/futura/Futura-Med.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "futura";
  src: url("../fonts/futura/Futura-Bol.otf") format("otf");
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

.page {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page {
    font-size: 5.3vw;
  }
}
.page a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .page a {
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  .page a:hover {
    opacity: 0.6;
  }
}
.page p {
  color: #353E57;
}
.page span, .page small {
  vertical-align: baseline;
}
.page span {
  font-weight: bold;
}
.page small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page small {
    font-size: 4.8vw;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page h2, .page h3 {
  font-size: 25px;
  letter-spacing: 0.15em;
  margin: 0 auto 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page h2, .page h3 {
    font-size: 9.3vw;
    margin: 0 auto 10.7vw;
  }
}

.page .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 19px auto 0;
}
@media screen and (max-width: 768px) {
  .page .slick-dots {
    margin: 5.3vw auto 0;
  }
}
.page .slick-dots li {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D9D9D9;
  margin: 0 5px;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .page .slick-dots li {
    width: 6.9vw;
    height: 6.9vw;
    margin: 0 2.7vw;
  }
}
.page .slick-dots li.slick-active {
  background: red;
}
.page .slick-dots button {
  color: transparent;
}
.page .slick-arrow {
  width: 22px;
  height: auto;
  top: 44%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .page .slick-arrow {
    width: 12.3vw;
  }
}
.page .slick-arrow.slick-disabled {
  display: none !important;
}
.page .slick-arrow.next-arrow {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .page .slick-arrow.next-arrow {
    right: 7.7vw;
  }
}
.page .slick-arrow.prev-arrow {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .page .slick-arrow.prev-arrow {
    left: 7.7vw;
  }
}

.page .c-inner {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .c-inner {
    max-width: 100%;
    width: 89.3vw;
  }
}

.page .humberger {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page .humberger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger {
    display: block;
  }
}
.page .humberger .humberger-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  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-left: auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger-btn {
    width: 8vw;
    height: 13.3vw;
    right: 5.3vw;
  }
}
.page .humberger .humberger-btn__icon {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger-btn__icon {
    width: 8vw;
    height: 4.8vw;
  }
}
.page .humberger .humberger-btn__icon span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  height: 3px;
  background: #00aeff;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger-btn__icon span {
    height: 1.1vw;
  }
}
.page .humberger .humberger-btn__icon span:last-child {
  margin-top: 2.1vw;
}
.page .humberger .humberger__contents {
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__contents {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__inner {
    display: block;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    padding: 16vw 0 9.3vw;
  }
}
.page .humberger .humberger__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__menu_item {
    width: 100%;
    padding-bottom: 8vw;
    margin-bottom: 6.7vw;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__menu_item:first-of-type {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__menu_item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__menu_item a {
    display: inline-block;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.5;
    width: 100%;
    font-size: 4.8vw;
    font-weight: 500;
    padding-left: 7.5vw;
    margin-bottom: 4vw;
  }
}
.page .humberger .humberger__menu_item .link_small {
  padding-left: 5.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .humberger .humberger__menu_item .link_small a {
  font-size: 3.7vw;
  margin-bottom: 4vw;
}
.page .humberger .humberger__menu_item .link_small a:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__list {
    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;
    margin: 16.5vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__list li {
    margin-right: 8vw;
  }
}
.page .humberger .humberger__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .humberger .humberger__list a {
    font-weight: 500;
    font-size: 4.3vw;
  }
}
.page .humberger.is-open .humberger-btn__icon span {
  position: relative;
  margin: 0;
}
.page .humberger.is-open .humberger-btn__icon span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page .humberger.is-open .humberger-btn__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .humberger.is-open .humberger-btn__icon span:nth-child(2) {
    top: -1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .humberger.is-open .humberger__contents {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1500;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page .humberger .big-arrow {
  position: relative;
}
.page .humberger .big-arrow::before {
  content: "";
  background-image: url(../img/link-arrow_hamburger.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6vw;
  height: 3.2vw;
  position: absolute;
  left: 4.4vw;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page .humberger .arrow {
  position: relative;
}
.page .humberger .arrow::before {
  content: "";
  background-image: url(../img/link-arrow_small_hamburger.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1vw;
  height: 2.1vw;
  position: absolute;
  left: 5vw;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page .humberger .new-tab {
  position: relative;
}
.page .humberger .new-tab::after {
  content: "";
  background-image: url(../img/new-tab-icon_hamburger.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  left: 41.3vw;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.page .float {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #517fc4;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .float {
    width: 16vw;
    height: 16vw;
    right: 5.3vw;
    bottom: 5.3vw;
    border: 0.8vw solid #038EC4;
  }
}
.page .float::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #038EC4;
  border-right: 3px solid #038EC4;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .page .float::before {
    height: 2.7vw;
    width: 2.7vw;
  }
}
.page .float:hover {
  background: #038EC4;
  border: none;
}
.page .float:hover::before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.page #float-btn .float_inner {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page #float-btn .hide {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .link-arrow {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .page .link-arrow {
    margin-left: 4vw;
  }
}
.page .link-arrow::before {
  content: "";
  background-image: url(../img/link-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6px;
  height: 9px;
  top: 56%;
  left: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page .link-arrow::before {
    width: 1.6vw;
    height: 2.4vw;
    top: 2.8vw;
    left: -2.7vw;
  }
}
.page .new-tab {
  position: relative;
  display: inline-block;
}
.page .new-tab::after {
  content: "";
  background-image: url(../img/new-tab-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 56%;
  right: -13%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page .new-tab::after {
    width: 3.5vw;
    height: 3.5vw;
    top: 3.4vw;
    right: -5vw;
  }
}
.page .detail-btn {
  color: #0388BE;
  font-family: "line-seed";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  width: 240px;
  background: #fff;
  border: 1px solid #0388BE;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .detail-btn {
    width: 89.3vw;
    padding: 2.1vw 0;
    border: 0.5vw solid #0388BE;
    border-radius: 1.3vw;
    font-size: 4.3vw;
    line-height: 1.7;
  }
}
.page .detail-btn::after {
  content: "";
  background-image: url(../img/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page .detail-btn::after {
    width: 2.7vw;
    height: 4.3vw;
    right: 3.5vw;
  }
}

.page .sortControl {
  width: 100%;
}
.page .sortControl .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 60px;
}
.page .sortControl .btn_list li {
  display: inline-block;
  font-size: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .page .sortControl .btn_list li {
    font-size: 2.7vw;
    margin-right: 2.7vw;
    padding: 2.7vw 2.7vw 0 0;
  }
}
.page .sortControl .btn_list li label {
  display: inline-block;
  padding: 10px;
  border: 1px solid #353E57;
  border-radius: 10px;
  font-weight: bold;
  font-family: "line-seed";
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page .sortControl .btn_list li label {
    font-size: 2.7vw;
    border: 2px solid #353E57;
  }
}
.page .itemlist {
  max-width: 960px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 175px;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .page .itemlist {
    max-width: 100%;
    width: 89.3vw;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    row-gap: 6.7vw;
    margin-bottom: 10.7vw;
  }
}
.page .itemlist .col {
  display: block;
  width: 29.9%;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col {
    width: 41.3vw;
  }
}
.page .itemlist .col .active {
  -webkit-animation: show 0.3s ease 0s;
          animation: show 0.3s ease 0s;
}
.page .itemlist .col_img {
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col_img {
    margin-bottom: 2.7vw;
  }
}
.page .itemlist .col_img_text {
  display: inline-block;
  font-family: "line-seed";
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  color: #0388BE;
  padding: 5px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .itemlist .col_img_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page .itemlist .col_img_text {
    font-size: 3.2vw;
    left: -2.7vw;
    bottom: 3.7vw;
    padding: 1.3vw;
    line-height: 1.2;
    padding: 0.8vw 1.3vw;
  }
}
.page .itemlist .col_img_text_area {
  position: absolute;
  bottom: 24px;
  left: -3.47%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col_img_text_area {
    bottom: 3.5vw;
  }
}
.page .itemlist .col_img_text_area .view--pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col_img_text_area .view--pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .page .itemlist .col_img_text_area .view--sp {
    display: inline-block !important;
  }
}
.page .itemlist .col .join {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col .join {
    font-size: 2.9vw;
  }
}
.page .itemlist .col .job {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col .job {
    font-size: 3.2vw;
  }
}
.page .itemlist .col .job_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.page .itemlist .col .job_tag p {
  display: inline-block;
  padding: 10px;
  border: 1px solid #353E57;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  font-family: "line-seed";
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page .itemlist .col .job_tag p {
    font-size: 2.7vw;
    border: 2px solid #353E57;
    padding: 1.3vw;
  }
}
.page .checking label {
  background-color: #353E57;
  color: #fff;
}
.page input {
  display: none;
}

/* kv
---------------------------*/
.page .header {
  height: 80px;
  padding: 25px 0;
  position: relative;
  z-index: 2000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page .header {
    height: 13.3vw;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 2.1vw 0;
  }
}
.page .header_inner {
  max-width: 960px;
  width: 96%;
  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;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .header_inner {
    display: block;
    max-width: 100%;
    width: 100%;
    padding-left: 2.7vw;
  }
}
.page .header .logo {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .header .logo {
    max-width: 100%;
    width: 73.3vw;
  }
}
.page .header .logo a {
  line-height: 1;
}
.page .header .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .header .nav_item {
  margin-right: 30px;
}
.page .header .nav_item:last-of-type {
  margin-right: 0;
}
.page .header .nav_item a {
  font-size: 14px;
  font-family: "line-seed";
  font-weight: 500;
}
.page .header .nav .active a {
  font-weight: bold;
  color: #0388BE;
  text-decoration: underline;
  text-decoration-color: #0388BE;
  text-underline-offset: 7px;
}
@media screen and (max-width: 768px) {
  .page .header .nav_pc {
    display: none;
  }
}

/* kv
---------------------------*/
.page .footer {
  width: 100%;
  margin: 0 auto;
  background: #000;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .page .footer {
    padding: 4.5vw 0;
    position: relative;
    z-index: 510;
  }
}
.page .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .footer_inner {
    -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;
  }
}
.page .footer_link {
  font-size: 14px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .footer_link {
    font-size: 3.2vw;
    margin-bottom: 2.7vw;
  }
}
.page .footer .copyright {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .footer .copyright {
    font-size: 2.7vw;
  }
}

/* kv
---------------------------*/
.page .kv {
  position: relative;
  height: 250px;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .page .kv {
    height: 45.3vw;
    overflow-y: visible;
  }
}
.page .kv .kv_bg {
  min-width: 1400px;
  height: 250px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1400px) {
  .page .kv .kv_bg {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .page .kv .kv_bg {
    min-width: unset;
    width: 100%;
    height: 45.3vw;
  }
}
.page .kv .pankuzu {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .kv .pankuzu {
    display: none;
  }
}
.page .kv .pankuzu_text {
  font-size: 16px;
  color: #fff;
}
.page .kv .pankuzu_text span {
  font-weight: 300;
}
.page .kv .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .kv .page_title {
    top: 28vw;
  }
}
.page .kv .page_title h1 {
  font-size: 46px;
  font-family: "line-seed";
  font-weight: bold;
  color: #fff;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .kv .page_title h1 {
    font-size: 6.4vw;
  }
}
.page .kv .page_title p {
  font-size: 15px;
  font-family: "line-seed";
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .kv .page_title p {
    font-size: 3.7vw;
  }
}

/* kv
---------------------------*/
.page .pankuzu_bottom {
  padding: 80px 0 55px;
  margin: 0 auto;
  background: #fff;
  max-width: 960px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .page .pankuzu_bottom {
    display: none;
  }
}
.page .pankuzu_bottom .pankuzu_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .pankuzu_bottom p {
  font-weight: bold;
}
.page .pankuzu_bottom a {
  font-weight: bold;
  color: #038FC5;
}

/* top
---------------------------*/
@media screen and (max-width: 768px) {
  .top .kv {
    height: 101.3vw;
    overflow-y: visible;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .kv_bg {
    min-width: unset;
    width: 100%;
    height: 101.3vw;
  }
}
.top .kv .page_title {
  position: absolute;
  top: 50%;
  left: calc((100vw - 960px) / 2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top .kv .page_title {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .page_title {
    max-width: 89.3vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.top .kv .page_title h1 {
  font-size: 50px;
  font-family: "line-seed";
  font-weight: bold;
  color: #fff;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 5px 5px 20px #000;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top .kv .page_title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .page_title h1 {
    font-size: 10.1vw;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-shadow: 5px 5px 20px #000;
  }
}
.top .kv .page_title .small {
  font-size: 38px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .top .kv .page_title .small {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv .page_title .sp-small {
    font-size: 6.4vw;
  }
}
.top .link {
  margin: 75px auto;
}
@media screen and (max-width: 768px) {
  .top .link {
    margin: 10.7vw auto 13.3vw;
  }
}
.top .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 96%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .link_list {
    max-width: 89.3vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .link_item {
  width: 47.9%;
}
@media screen and (max-width: 768px) {
  .top .link_item {
    width: 100%;
    margin-bottom: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top .link_item:last-of-type {
    margin-bottom: 0;
  }
}
.top .link_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top .link_img {
    margin-bottom: 2.7vw;
  }
}
.top .link_title {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top .link_title {
    font-size: 5.3vw;
    margin-bottom: 2.7vw;
  }
}
.top .link_title span {
  font-size: 15px;
  color: #0388BE;
  padding-left: 15px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .top .link_title span {
    font-size: 4vw;
    padding-left: 2.7vw;
  }
}
.top .link_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top .link_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .link_text a {
  font-size: 14px;
  margin-right: 25px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .top .link_text a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.7vw;
    margin-right: 0;
    padding: 2.7vw 0;
    margin-bottom: 0;
    border-bottom: 1px solid #D2D2D2;
  }
}
@media screen and (max-width: 768px) {
  .top .link_text a:first-child {
    padding-top: 2.7vw;
    border-top: 1px solid #D2D2D2;
  }
}
.top .link_text a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top .link_text .link-arrow {
    margin-left: 0;
    padding-left: 4vw;
  }
}
.top .link_text .link-arrow::before {
  top: 52%;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .top .link_text .link-arrow::before {
    top: 5.7vw;
    left: 0;
  }
}
.top .link_text .new-tab {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .top .link_text .new-tab {
    margin-right: 0;
    display: inline-block;
  }
}
.top .link_text .new-tab::after {
  width: 12px;
  height: 12px;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top .link_text .new-tab::after {
    width: 3.5vw;
    height: 3.5vw;
    top: 6.2vw;
    right: unset;
    left: 35vw;
  }
}
.top .interview {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .top .interview {
    padding-top: 0;
  }
}
.top .interview_bg_color {
  position: relative;
  background: #fafcfd;
  width: 100%;
  height: 480px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top .interview_bg_color {
    background: unset;
    height: unset;
    margin-bottom: 26.7vw;
  }
}
.top .interview_bg_color::before {
  content: "";
  background-image: url(../img/interview_bg.png);
  background-size: contain;
  min-width: 1400px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .interview_bg_color::before {
    display: none;
  }
}
.top .interview_inner {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .interview_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.top .interview_sec {
  max-width: 579px;
  width: 96%;
  margin-right: auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .top .interview_sec {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.top .interview_heading {
  width: 579px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .top .interview_heading {
    display: none;
  }
}
.top .interview_title {
  font-size: 29px;
  font-family: "line-seed";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top .interview_title {
    width: 89.3vw;
    font-size: 5.3vw;
    margin: 0 auto 4vw;
    text-align: left;
  }
}
.top .interview_detail {
  max-width: 426px;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .top .interview_detail {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .top .interview_detail {
    max-width: 100%;
    font-size: 3.2vw;
    width: 89.3vw;
    margin: 0 auto 5.3vw;
    text-align: left;
  }
}
.top .interview_bnr {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .interview_bnr {
    display: block;
    width: 100%;
    margin: 0 auto 5.3vw;
  }
}
.top .interview .detail-btn {
  line-height: 1.2;
  background: none !important;
}
@media screen and (max-width: 768px) {
  .top .interview .detail-btn {
    text-align: center;
    margin: 0 auto;
  }
}

/* kv
---------------------------*/
.about .kv {
  position: relative;
  height: 250px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .about .kv {
    height: 32vw;
    margin-top: 13.3vw;
  }
}
.about .kv .kv_bg {
  min-width: 1400px;
  height: 250px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1400px) {
  .about .kv .kv_bg {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .about .kv .kv_bg {
    min-width: unset;
    width: 100%;
    height: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .about .kv .page_title {
    top: 16vw;
  }
}

.page .company_info .company_info_innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px auto 40px;
}
@media screen and (max-width: 768px) {
  .page .company_info .company_info_innr {
    display: block;
    margin: 10.7vw auto 34.7vw;
  }
}
.page .company_info .company_info_innr .company_info_unit {
  width: 31%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .page .company_info .company_info_innr .company_info_unit {
    width: 100%;
    max-width: unset;
  }
}
.page .company_info .company_info_innr .company_info_unit div a {
  vertical-align: bottom;
}
.page .company_info .company_info_innr .company_info_unit p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .company_info .company_info_innr .company_info_unit p {
    font-size: 3.7vw;
    margin-top: 1.1vw;
  }
}
.page .company_info .company_info_innr .company_info_unit:not(:nth-of-type(3n)) {
  margin-right: 3.1%;
}
@media screen and (max-width: 768px) {
  .page .company_info .company_info_innr .company_info_unit:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
.page .company_info .company_info_innr .company_info_unit:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page .company_info .company_info_innr .company_info_unit:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .company_info .company_info_innr .company_info_unit:not(:last-of-type) {
    margin-bottom: 4.3vw;
  }
}
.page .president .kv .pankuzu_text {
  color: #000;
  font-weight: bold;
}
.page .president .kv .pankuzu_text a {
  color: #0388be;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .page .president .kv .page_title {
    top: 56%;
  }
}
.page .president .kv .page_title h1 {
  color: #0388be;
}
.page .president .kv .page_title p {
  color: #000;
}
.page .president .message {
  background-image: url(/assets/img/about/president_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .page .president .message {
    background: url(/assets/img/about/president_bg_sp.png) #F2F9FC;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.page .president .message_inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .president .message_inner {
    padding-bottom: 13.3vw;
    margin-bottom: 34.7vw;
  }
}
.page .president .message_heading {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .president .message_heading {
    background: unset;
    height: unset;
  }
}
.page .president .message_heading .text {
  position: relative;
  z-index: 100;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .page .president .message_heading .text {
    padding: 48vw 0 0;
    margin-bottom: 5.3vw;
    width: 89.3vw;
  }
}
.page .president .message_heading p span {
  display: inline-block;
  background: #0388be;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: "line-seed";
  padding: 5px 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .president .message_heading p span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .president .message_heading p span {
    font-size: 6.9vw;
  }
}
.page .president .message_detail {
  max-width: 960px;
  width: 96%;
  height: 778px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 65px 60px 170px;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .page .president .message_detail {
    height: 720px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page .president .message_detail {
    width: 89.3vw;
    height: unset;
    padding: 6.7vw 5.3vw 9.3vw;
  }
}
.page .president .message_detail .detail_text_top {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: -0.04em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .page .president .message_detail .detail_text_top {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page .president .message_detail .detail_text_top {
    font-size: 4.3vw;
    line-height: 1.8;
    margin-bottom: 9.3vw;
  }
}
.page .president .message_detail .detail_text_bottom {
  text-align: right;
}
.page .president .message_detail .detail_text_bottom .job {
  font-size: 14px;
  font-family: "line-seed";
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .president .message_detail .detail_text_bottom .job {
    font-size: 3.2vw;
    margin-bottom: 2.7vw;
  }
}
.page .president .message_detail .detail_text_bottom .name {
  font-size: 30px;
  font-family: "line-seed";
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .president .message_detail .detail_text_bottom .name {
    font-size: 5.3vw;
  }
}
.page .outline .c-inner .outline_table {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .outline_table {
    margin: 10.1vw auto 0;
  }
}
.page .outline .c-inner .outline_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .outline_table dl {
    display: block;
    font-size: 3.7vw;
  }
}
.page .outline .c-inner .outline_table dl dt {
  width: 17.7%;
  max-width: 170px;
  padding: 22px 0 22px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(3, 136, 190, 0.05);
  font-family: "line-seed";
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .outline_table dl dt {
    width: 100%;
    max-width: unset;
    padding: 2.7vw 0 2.4vw 2.1vw;
  }
}
.page .outline .c-inner .outline_table dl dt .view--1000 {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page .outline .c-inner .outline_table dl dt .view--1000 {
    display: block;
  }
}
.page .outline .c-inner .outline_table dl dd {
  padding: 22px 0 22px 28px;
  width: 82.3%;
  max-width: 790px;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .outline_table dl dd {
    width: 100%;
    max-width: unset;
    padding: 3.7vw 0 3.7vw 2.1vw;
  }
}
.page .outline .c-inner .outline_table dl:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.page .outline .c-inner .access {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access {
    margin-top: 12.3vw;
    margin-bottom: 34.7vw;
  }
}
.page .outline .c-inner .access .access_map_ttl {
  font-family: "line-seed";
  text-align: center;
  margin: 40px 0 68px;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access .access_map_ttl {
    margin: 8vw 0 7.2vw;
  }
}
.page .outline .c-inner .access .access_map_ttl span {
  display: block;
  font-weight: bold;
}
.page .outline .c-inner .access .access_map_ttl .big {
  font-size: 43px;
  color: #0388be;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access .access_map_ttl .big {
    font-size: 6.4vw;
  }
}
.page .outline .c-inner .access .access_map_ttl .small {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access .access_map_ttl .small {
    font-size: 3.2vw;
  }
}
.page .outline .c-inner .access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access dl {
    display: block;
  }
}
.page .outline .c-inner .access dl dt {
  margin-right: 78px;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access dl dt {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access dl dd p {
    font-size: 3.7vw;
    margin-top: 2.9vw;
    margin-left: 0;
  }
}
.page .outline .c-inner .access .tokyo_office {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access .tokyo_office {
    margin-top: 7.5vw;
    padding-top: 7.5vw;
  }
}
.page .outline .c-inner .access .map {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .page .outline .c-inner .access .map {
    margin-top: 4.8vw;
  }
}
.page .outline .c-inner .access .map iframe {
  width: 100%;
}
.page .history .c-inner .history_innr {
  margin: 90px auto 40px;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr {
    margin: 3.7vw auto 34.7vw;
  }
}
.page .history .c-inner .history_innr dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl {
    display: block;
    padding: 6.1vw 0 5.9vw;
  }
}
.page .history .c-inner .history_innr dl dt {
  width: 120px;
  margin-right: 77px;
  line-height: 1.2;
  color: rgba(3, 136, 190, 0.5);
  padding: 32px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl dt {
    width: unset;
    padding: 0 0 2.7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
}
.page .history .c-inner .history_innr dl dt span {
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl dt span {
    display: inline;
    font-size: 4.3vw;
    vertical-align: middle;
  }
}
.page .history .c-inner .history_innr dl dt .big {
  font-size: 50px;
  font-family: "line-seed";
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl dt .big {
    font-size: 8vw;
  }
}
.page .history .c-inner .history_innr dl dt .small {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl dt .small {
    margin-top: 1.6vw;
  }
}
.page .history .c-inner .history_innr dl .dt_medium {
  width: 130px;
  margin-right: 67px;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl .dt_medium {
    width: unset;
    margin-right: 0;
  }
}
.page .history .c-inner .history_innr dl .dt_long {
  margin-right: 54px;
  width: 143px;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl .dt_long {
    width: unset;
    margin-right: 0;
  }
}
.page .history .c-inner .history_innr dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .page .history .c-inner .history_innr dl dd {
    font-size: 3.7vw;
    padding: 0;
  }
}
.page .history .c-inner .history_innr dl dd .blue {
  color: #0388be;
}
.page .history .c-inner .history_innr dl .flex_column {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .group .c-inner {
  margin: 90px auto 20px;
}
@media screen and (max-width: 768px) {
  .page .group .c-inner {
    margin: 10.7vw auto 33.6vw;
  }
}
.page .group .c-inner p {
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page .group .c-inner p {
    font-size: 3.2vw;
    margin-top: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .business {
    margin-bottom: 34.7vw;
  }
}
.page .business section h2 {
  font-size: 34px;
  font-family: "line-seed";
  color: #0388be;
  letter-spacing: -0.03em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .business section h2 {
    font-size: 5.3vw;
    margin-bottom: 3.2vw;
    letter-spacing: 0;
  }
}
.page .business section h3 {
  font-size: 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page .business section h3 {
    font-size: 4.3vw;
    margin-bottom: 3.7vw;
  }
}
.page .business section p {
  font-size: 14px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .page .business section p {
    font-size: 3.7vw;
    letter-spacing: 0;
  }
}
.page .business .content01 {
  width: 96%;
  max-width: 960px;
  margin: 84px auto 0;
}
@media screen and (max-width: 768px) {
  .page .business .content01 {
    max-width: 100%;
    width: 89.3vw;
    margin-top: 10.7vw;
  }
}
.page .business .content01 .circle_wrap {
  width: 93.1%;
  max-width: 893px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/about/business_cont01_bg_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap {
    width: 100%;
    max-width: 720px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap {
    display: block;
    background: none;
    width: 100%;
    margin: 0 auto;
    padding: 6.4vw 0 0;
  }
}
.page .business .content01 .circle_wrap .circle {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle {
    padding: 42px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle .circle_ttl_wrap {
    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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_ttl {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_ttl {
    font-size: 4.8vw;
  }
}
.page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_sub_ttl {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  font-family: "line-seed";
  color: #0388be;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_sub_ttl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_sub_ttl {
    font-size: 3.2vw;
    margin-top: 0;
    margin-left: 2.1vw;
  }
}
.page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_sub_ttl span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle .circle_ttl_wrap .circle_sub_ttl span {
    font-size: 3.2vw;
  }
}
.page .business .content01 .circle_wrap .circle .circle_txt {
  margin: 8px auto 0;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle .circle_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle .circle_txt {
    margin: 0;
  }
}
.page .business .content01 .circle_wrap .circle01 {
  width: 52.64%;
  padding: 38px 0 74px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle01 {
    padding: 41px 0;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle01 {
    width: 100%;
    padding: 0;
  }
}
.page .business .content01 .circle_wrap .circle01 .circle01_figure_pc {
  width: 21.1%;
  max-width: 97px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle01 .circle01_figure_pc {
    width: 11%;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle01 .circle01_figure_pc {
    display: none;
  }
}
.page .business .content01 .circle_wrap .circle01 .circle_txt {
  width: 61.7%;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle01 .circle_txt {
    width: 100%;
    max-width: unset;
  }
}
.page .business .content01 .circle_wrap .circle02 {
  margin-left: 51px;
  padding-top: 38px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle02 {
    margin-left: 14px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle02 {
    margin-left: 0;
    margin-top: 6.4vw;
    padding-top: 0;
  }
}
.page .business .content01 .circle_wrap .circle02 .circle02_figure_pc {
  width: 99px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content01 .circle_wrap .circle02 .circle02_figure_pc {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle02 .circle02_figure_pc {
    display: none;
  }
}
.page .business .content01 .circle_wrap .circle02 .circle_txt {
  width: 276px;
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle02 .circle_txt {
    width: 100%;
  }
}
.page .business .content01 .circle_wrap .circle_figure_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .business .content01 .circle_wrap .circle_figure_sp {
    display: block;
    margin-top: 3.7vw;
  }
}
.page .business .content02 {
  width: 96%;
  max-width: 960px;
  margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
  .page .business .content02 {
    width: 89.3vw;
    max-width: 100%;
    margin: 9.6vw auto 0;
  }
}
.page .business .content02 .business_cont02_01 {
  margin: 40px auto 68px;
}
@media screen and (max-width: 768px) {
  .page .business .content02 .business_cont02_01 {
    margin: 6.4vw auto 9.6vw;
  }
}
.page .business .content02 .cont02_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .business .content02 .cont02_bottom {
    display: block;
    margin-top: 4.8vw;
  }
}
.page .business .content02 .cont02_bottom dl {
  border: 1px solid #0388be;
  border-radius: 6px;
  width: 43.75%;
  max-width: 420px;
  text-align: center;
  padding: 28px 0 30px;
}
@media screen and (max-width: 768px) {
  .page .business .content02 .cont02_bottom dl {
    display: block;
    margin-top: 4.8vw;
    padding: 6.4vw 0 10.7vw;
    width: 100%;
    max-width: unset;
  }
}
.page .business .content02 .cont02_bottom dl dt {
  font-size: 25px;
  font-weight: bold;
  color: #0388be;
  border-bottom: 2px solid #0388be;
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .page .business .content02 .cont02_bottom dl dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content02 .cont02_bottom dl dt {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
}
.page .business .content02 .cont02_bottom dl dd {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  width: 311px;
  margin: auto;
  font-weight: bold;
  color: #353e57;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .page .business .content02 .cont02_bottom dl dd {
    width: 73.8%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content02 .cont02_bottom dl dd {
    width: 74.7vw;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 900px) {
  .page .business .content02 .cont02_bottom dl dd .only--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .page .business .content02 .cont02_bottom dl dd .none_tb {
    display: none;
  }
}
.page .business .content02 .cont02_bottom dl dd:not(:last-of-type) {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .page .business .content02 .cont02_bottom dl:last-of-type {
    margin-top: 20.3vw;
    padding: 8vw 0;
  }
}
.page .business .content02 .cont02_bottom .business_cont02_02 {
  width: 141px;
  position: absolute;
  top: 24%;
  left: 42.5%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page .business .content02 .cont02_bottom .business_cont02_02 {
    width: 15%;
    left: 42%;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content02 .cont02_bottom .business_cont02_02 {
    width: 34.7vw;
    top: 60.3vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.page .business .content03 {
  background: #f5f6f6;
  padding: 57px 0 36px;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page .business .content03 {
    margin-top: 13.3vw;
    padding: 10.1vw 0 18.7vw;
  }
}
.page .business .content03 h2 {
  text-align: center;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .page .business .content03 h2 {
    font-size: 4.8vw;
  }
}
.page .business .content03 .cont03_innr {
  width: 96%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .page .business .content03 .cont03_innr {
    margin: 6.4vw auto 0;
    width: 100%;
  }
}
.page .business .content03 .cont03_innr .business_unit {
  width: 30%;
  max-width: 290px;
  color: #353e57;
}
@media screen and (max-width: 768px) {
  .page .business .content03 .cont03_innr .business_unit {
    width: 78.7vw;
    max-width: unset;
    margin: auto;
  }
}
.page .business .content03 .cont03_innr .business_unit .business_unit_ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 16px;
  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;
  text-align: center;
  min-height: 60px;
  font-family: "line-seed";
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .page .business .content03 .cont03_innr .business_unit .business_unit_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page .business .content03 .cont03_innr .business_unit .business_unit_ttl {
    font-size: 4.3vw;
    margin-top: 4.8vw;
    min-height: unset;
  }
}
.page .business .content03 .cont03_innr .business_unit .business_unit_txt {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .business .content03 .cont03_innr .business_unit .business_unit_txt {
    margin-top: 4.3vw;
  }
}
.page .business .content03 .cont03_innr .business_unit:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .page .business .content03 .cont03_innr .business_unit:not(:nth-of-type(3n)) {
    margin: auto;
  }
}
.page .business .content03 .cont03_innr .business_unit:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page .business .content03 .cont03_innr .business_unit:not(:first-of-type) {
    margin-top: 9.6vw;
  }
}

/* recruit
---------------------------*/
.recruit .kv {
  position: relative;
  height: 250px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .recruit .kv {
    height: 32vw;
    margin-top: 13.3vw;
  }
}
.recruit .kv .kv_bg {
  min-width: 1400px;
  height: 250px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .recruit .kv .kv_bg {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .recruit .kv .kv_bg {
    min-width: unset;
    width: 100%;
    height: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .kv .page_title {
    top: 16vw;
  }
}
.recruit .link {
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit .link {
    padding: 10.7vw 0 26.7vw;
  }
}
.recruit .link_list {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 768px) {
  .recruit .link_list {
    -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;
    max-width: 89.3vw;
    width: 100%;
  }
}
.recruit .link_item {
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .recruit .link_item {
    width: 89.3vw;
    margin-right: 0;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .recruit .link_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .recruit .link_item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .link_item:first-of-type {
    margin-top: 0;
  }
}
.recruit .link_item .text {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit .link_item .text {
    font-size: 3.7vw;
    margin-top: 2.1vw;
  }
}
.recruit .link_item .text .view--pc {
  display: inline-block !important;
}
@media screen and (min-width: 769px) {
  .recruit .link_item .two_line::before {
    top: 27%;
  }
}
.recruit .link_img {
  display: block;
}

/* people
---------------------------*/
.people .kv {
  position: relative;
  height: 250px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .people .kv {
    height: 32vw;
    margin-top: 13.3vw;
  }
}
.people .kv .kv_bg {
  min-width: 1400px;
  height: 250px;
  position: absolute;
  right: unset !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  .people .kv .kv_bg {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .people .kv .kv_bg {
    min-width: unset;
    width: 100%;
    height: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .people .kv .page_title {
    top: 16vw;
  }
}
.people .heading {
  padding: 80px 0 70px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .people .heading {
    font-size: 3.7vw;
    padding: 10.7vw 0 8vw;
  }
}
.people .cross_talk {
  background-color: #F2F9FC;
}
@media screen and (max-width: 768px) {
  .people .cross_talk {
    margin-bottom: 32vw;
  }
}
.people .cross_talk .mv {
  position: relative;
  height: 260px;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .mv {
    height: 29.3vw;
  }
}
.people .cross_talk .mv .mv_bg {
  min-width: 1400px;
  height: 260px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  .people .cross_talk .mv .mv_bg {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .people .cross_talk .mv .mv_bg {
    min-width: unset;
    width: 100%;
    height: 29.3vw;
  }
}
.people .cross_talk .title {
  max-width: 960px;
  width: 96%;
  margin: 80px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .title {
    max-width: 100%;
    width: 89.3vw;
    margin: 6.7vw auto 10.7vw;
  }
}
.people .cross_talk .title_top {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .title_top {
    margin-bottom: 5.3vw;
  }
}
.people .cross_talk .title_top h3 {
  font-size: 43px;
  margin-bottom: 20px;
  color: #0388BE;
  font-family: "line-seed";
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .title_top h3 {
    font-size: 6.4vw;
    margin-bottom: 2.7vw;
  }
}
.people .cross_talk .title_top p {
  font-size: 17px;
  font-family: "line-seed";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .title_top p {
    font-size: 3.2vw;
  }
}
.people .cross_talk .title_bottom {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .title_bottom {
    font-size: 3.7vw;
  }
}
.people .cross_talk .info {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info {
    max-width: 100%;
    width: 89.3vw;
    padding-bottom: 10.7vw;
  }
}
.people .cross_talk .info_section {
  max-width: 1180px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info_section {
    max-width: 100%;
    width: 89.3vw;
  }
}
.people .cross_talk .info_section_text {
  max-width: 380px;
  width: 35%;
  margin-right: 8.3%;
  margin-top: 15px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .people .cross_talk .info_section_text {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info_section_text {
    max-width: 100%;
    width: 89.3vw;
    margin: 8vw auto 0;
  }
}
.people .cross_talk .info_section .sec_title {
  width: 176px;
  margin-bottom: 35px;
  line-height: 1;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .people .cross_talk .info_section .sec_title {
    width: 140px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info_section .sec_title {
    width: 33.6vw;
    margin-bottom: 4vw;
  }
}
.people .cross_talk .info_section .genre {
  font-size: min(2.7vw, 34px);
  font-family: "line-seed";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 35px;
  line-height: 1.3;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .people .cross_talk .info_section .genre {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info_section .genre {
    font-size: 5.3vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}
.people .cross_talk .info_section .detail {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .people .cross_talk .info_section .detail {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info_section .detail {
    font-size: 3.7vw;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .people .cross_talk .info_section .detail-btn {
    font-size: 14px;
  }
}
.people .cross_talk .info_section_img {
  max-width: 700px;
  width: 64.3%;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info_section_img {
    max-width: 100%;
    width: 89.3vw;
  }
}
.people .cross_talk .info .section_right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info .section_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 10.7vw;
  }
}
.people .cross_talk .info .section_left {
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info .section_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto;
  }
}
.people .cross_talk .info .section_left .info_section_text {
  margin-left: 10.3%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info .section_left .info_section_text {
    margin: 8vw auto 0;
  }
}
.people .cross_talk .info .sec_01, .people .cross_talk .info .sec_02 {
  position: relative;
}
.people .cross_talk .info .sec_01::before, .people .cross_talk .info .sec_02::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .people .cross_talk .info .sec_01::before, .people .cross_talk .info .sec_02::before {
    width: 21.3vw;
    height: 21.3vw;
  }
}
.people .cross_talk .info .detail-btn {
  line-height: 1.2;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .people .cross_talk .info .detail-btn {
    width: 200px;
  }
}

/* interview
---------------------------*/
.p1 .kv .kv_bg {
  background-image: url(../../assets/img/recruit/people/p1/kv_pc.png);
}
@media screen and (max-width: 768px) {
  .p1 .kv .kv_bg {
    background-image: url(../../assets/img/recruit/people/p1/kv_sp.png);
  }
}

.p2 .kv .kv_bg {
  background-image: url(../../assets/img/recruit/people/p2/kv_pc.png);
}
@media screen and (max-width: 768px) {
  .p2 .kv .kv_bg {
    background-image: url(../../assets/img/recruit/people/p2/kv_sp.png);
  }
}

.p3 .kv .kv_bg {
  background-image: url(../../assets/img/recruit/people/p3/kv_pc.png);
}
@media screen and (max-width: 768px) {
  .p3 .kv .kv_bg {
    background-image: url(../../assets/img/recruit/people/p3/kv_sp.png);
  }
}

.p4 .kv .kv_bg {
  background-image: url(../../assets/img/recruit/people/p4/kv_pc.png);
}
@media screen and (max-width: 768px) {
  .p4 .kv .kv_bg {
    background-image: url(../../assets/img/recruit/people/p4/kv_sp.png);
  }
}

.p5 .kv .kv_bg {
  background-image: url(../../assets/img/recruit/people/p5/kv_pc.png);
}
@media screen and (max-width: 768px) {
  .p5 .kv .kv_bg {
    background-image: url(../../assets/img/recruit/people/p5/kv_sp.png);
  }
}

.p6 .kv .kv_bg {
  background-image: url(../../assets/img/recruit/people/p6/kv_pc.png);
}
@media screen and (max-width: 768px) {
  .p6 .kv .kv_bg {
    background-image: url(../../assets/img/recruit/people/p6/kv_sp.png);
  }
}

.interview p {
  color: #353E57;
}
.interview .kv {
  position: relative;
  height: 500px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .interview .kv {
    height: 120vw;
    margin-top: 0;
  }
}
.interview .kv .kv_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 1400px;
  height: 500px;
  right: unset !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .interview .kv .kv_bg {
    min-width: unset;
    width: 100%;
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .interview .kv .kv_bg {
    min-width: unset;
    width: 100vw;
    height: 120vw;
  }
}
.interview .kv .pankuzu {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .interview .kv .pankuzu {
    display: none;
  }
}
.interview .kv .pankuzu_text {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.interview .kv_title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: left;
  max-width: 960px;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .interview .kv_title {
    top: unset;
    bottom: 5.3vw;
    left: 5.3vw;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
.interview .kv_title .top {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "line-seed";
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 15px;
  color: #0388BE;
}
@media screen and (max-width: 768px) {
  .interview .kv_title .top {
    font-size: 3.2vw;
    margin-left: 4.8vw;
    color: #0388BE;
  }
}
.interview .kv_title .top::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #0388BE;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .interview .kv_title .top::before {
    width: 3.2vw;
    left: -4.8vw;
  }
}
.interview .kv_title .middle {
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .interview .kv_title .middle {
    margin-bottom: 2.1vw;
  }
}
.interview .kv_title .middle p {
  font-size: 40px;
  font-family: "line-seed";
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview .kv_title .middle p {
    font-size: 6.4vw;
    margin-bottom: 1.3vw;
  }
}
.interview .kv_title .middle p:last-child {
  margin-bottom: 0;
}
.interview .kv_title .middle p span {
  display: inline-block;
  background-color: #0388BE;
  padding: 20px;
  line-height: 1;
  font-family: "line-seed";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .interview .kv_title .middle p span {
    padding: 2.7vw;
    line-height: 1.2;
  }
}
.interview .kv_title .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview .kv_title .bottom_left {
  font-size: 16px;
  font-family: "line-seed";
  font-weight: 500;
  background: #353E57;
  padding: 13px 17px;
  height: 40px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .kv_title .bottom_left {
    font-size: 2.9vw;
    height: unset;
    line-height: 1.3;
    padding: 2.1vw 4.3vw;
  }
}
.interview .kv_title .bottom_right {
  font-size: 20px;
  font-family: "line-seed";
  font-weight: bold;
  color: #353E57;
  background: #fff;
  padding: 11px 18px;
  height: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .kv_title .bottom_right {
    font-size: 3.5vw;
    height: unset;
    line-height: 1.3;
    padding: 1.9vw 3.2vw 1.6vw;
  }
}
.interview .motivation {
  margin: 75px auto 90px;
}
@media screen and (max-width: 768px) {
  .interview .motivation {
    width: 78.7vw;
    margin: 10.7vw auto 9.3vw;
  }
}
.interview .motivation .question {
  font-size: 16px;
  font-family: "futura";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .motivation .question {
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
}
.interview .motivation .heading {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .motivation .heading {
    font-size: 4.8vw;
    margin-bottom: 6.7vw;
  }
}
.interview .motivation .image {
  max-width: 960px;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .interview .motivation .image {
    max-width: 100%;
    width: 78.7vw;
    margin-bottom: 5.3vw;
  }
}
.interview .motivation .text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview .motivation .text {
    font-size: 3.7vw;
  }
}
.interview .motivation_bnr {
  max-width: 1400px;
  margin: 40px auto 0;
  width: 96%;
  display: block;
}
.interview .detail {
  max-width: 1400px;
  width: 96%;
  margin: 130px auto 0;
}
@media screen and (max-width: 768px) {
  .interview .detail {
    max-width: 100%;
    width: 100vw;
    margin-top: 13.3vw;
  }
}
.interview .detail_section {
  max-width: 1180px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .interview .detail_section {
    max-width: 100%;
    width: 100vw;
    margin-bottom: 13.3vw;
  }
}
.interview .detail_section_text {
  max-width: 390px;
  width: 36%;
  margin-right: 7.3%;
  margin-top: 15px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .detail_section_text {
    width: 36%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .interview .detail_section_text {
    max-width: 100%;
    width: 78.7vw;
    margin: 8vw auto 0;
  }
}
.interview .detail_section .sec_title {
  font-size: 16px;
  font-family: "futura";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .detail_section .sec_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .interview .detail_section .sec_title {
    font-size: 3.7vw;
    margin-bottom: 4vw;
    line-height: 1;
  }
}
.interview .detail_section .sec_middle {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .detail_section .sec_middle {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .interview .detail_section .sec_middle {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
}
.interview .detail_section .sec_bottom {
  font-size: 14px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .interview .detail_section .sec_bottom {
    font-size: 3.7vw;
  }
}
.interview .detail_section .sec_bottom span {
  font-weight: bold;
}
.interview .detail_section_img {
  max-width: 700px;
  width: 61.3%;
}
@media screen and (max-width: 768px) {
  .interview .detail_section_img {
    max-width: 100%;
    width: 89.3vw;
  }
}
.interview .detail .section_right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .interview .detail .section_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .interview .detail .section_right .detail_section_img {
    margin-left: auto;
  }
}
.interview .detail .section_left {
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .interview .detail .section_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.interview .detail .section_left .detail_section_text {
  margin-left: 7.3%;
  margin-right: 0;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .detail .section_left .detail_section_text {
    width: 34%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .interview .detail .section_left .detail_section_text {
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .interview .detail .section_left .detail_section_img {
    margin-right: auto;
  }
}
.interview .vision {
  background: #F2F9FC;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .interview .vision {
    padding: 10.7vw 0 13.3vw;
  }
}
@media screen and (max-width: 768px) {
  .interview .vision .c-inner {
    width: 78.7vw;
  }
}
.interview .vision .question {
  font-size: 16px;
  font-family: "line-seed";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .interview .vision .question {
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
}
.interview .vision .heading {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview .vision .heading {
    font-size: 4.8vw;
    margin-bottom: 5.3vw;
  }
}
.interview .vision .text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview .vision .text {
    font-size: 3.7vw;
  }
}
.interview .appeal {
  margin: 75px auto 90px;
}
@media screen and (max-width: 768px) {
  .interview .appeal {
    width: 78.7vw;
    margin: 26.7vw auto 9.3vw;
  }
}
.interview .appeal .question {
  font-size: 16px;
  font-family: "futura";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .appeal .question {
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
}
.interview .appeal .heading {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .appeal .heading {
    font-size: 4.8vw;
    margin-bottom: 6.7vw;
  }
}
.interview .appeal .image {
  max-width: 960px;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .interview .appeal .image {
    max-width: 100%;
    width: 78.7vw;
    margin-bottom: 5.3vw;
  }
}
.interview .appeal .text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview .appeal .text {
    font-size: 3.7vw;
  }
}
.interview .appeal_bnr {
  position: relative;
  height: 345px;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .interview .appeal_bnr {
    height: unset;
    overflow: visible;
  }
}
.interview .appeal_bnr_bg {
  min-width: 1400px;
  height: 345px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  .interview .appeal_bnr_bg {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .interview .appeal_bnr_bg {
    min-width: unset;
    max-width: 100vw;
    width: 100vw;
    height: unset;
    position: relative;
    display: block;
  }
}
.interview .personal {
  padding: 60px;
  max-width: 960px;
  width: 96%;
  background: #F2F9FC;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .personal {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .interview .personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.7vw 5.3vw 8vw;
    width: 86.7vw;
    margin-bottom: 13.3vw;
  }
}
.interview .personal .question {
  font-size: 16px;
  font-family: "futura";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .interview .personal .question {
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
}
.interview .personal .heading {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview .personal .heading {
    font-size: 4.8vw;
    margin-bottom: 6.7vw;
  }
}
.interview .personal .text {
  font-size: 14px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .interview .personal .text {
    font-size: 3.7vw;
  }
}
.interview .personal .img_area {
  width: 47.56%;
}
@media screen and (max-width: 768px) {
  .interview .personal .img_area {
    width: 73.3vw;
  }
}
.interview .schedule {
  max-width: 960px;
  width: 100%;
  padding: 50px 68px 60px;
  background: #F2F9FC;
  margin: 0 auto 125px;
}
@media screen and (max-width: 768px) {
  .interview .schedule {
    padding: 8vw 4.8vw;
    margin-bottom: 8vw;
  }
}
.interview .schedule_title {
  max-width: 820px;
  width: 100%;
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  text-align: left;
  margin: 0 auto 35px;
  color: #0388BE;
}
@media screen and (max-width: 768px) {
  .interview .schedule_title {
    max-width: 100%;
    width: 89.3vw;
    font-size: 5.3vw;
    margin-bottom: 2.7vw;
  }
}
.interview .schedule .sec {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 15px;
  padding: 24px 30px;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec {
    padding: 5.3vw 4vw;
    margin-bottom: 8vw;
    max-width: 100%;
    width: 89.3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.interview .schedule .sec:after {
  content: "";
  background-image: url(../../assets/img/recruit/people/p1/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 55px;
  bottom: -60px;
  width: 3px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec:after {
    width: 0.5vw;
    height: 8vw;
    bottom: -8vw;
    left: 13.3vw;
  }
}
.interview .schedule .sec_final {
  margin-bottom: 0;
}
.interview .schedule .sec_final::after {
  content: none;
}
.interview .schedule .sec_time {
  width: 12.19%;
  font-size: 20px;
  color: #0388BE;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec_time {
    font-size: 4.3vw;
    width: 16vw;
  }
}
.interview .schedule .sec_detail {
  width: 50.78%;
  margin-right: 4%;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec_detail {
    font-size: 3.7vw;
    width: 62.7vw;
    margin-right: 0;
    margin-bottom: 5.3vw;
  }
}
.interview .schedule .sec_detail span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec_detail span {
    font-size: 4.3vw;
    width: 62.7vw;
    margin-bottom: 1.3vw;
  }
}
.interview .schedule .sec_detail_noimage {
  width: 75%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec_detail_noimage {
    font-size: 3.7vw;
    width: 62.7vw;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.interview .schedule .sec_image {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .interview .schedule .sec_image {
    width: 100%;
  }
}
.interview .schedule .line {
  max-width: 704px;
  width: 96%;
  margin: 10px auto;
}
.interview .schedule .line img {
  width: 2px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .interview .schedule .line img {
    height: 8vw;
  }
}
.interview .other {
  background: #309eca;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .interview .other {
    padding: 6.7vw 0 8vw;
    margin-bottom: 32vw;
  }
}
.interview .other_title {
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: "line-seed";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .interview .other_title {
    font-size: 5.3vw;
    margin-bottom: 5.3vw;
  }
}
.interview .other_list {
  max-width: 960px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interview .other_list {
    max-width: 100%;
    width: 89.3vw;
  }
}
.interview .other_list .col {
  display: block;
  width: 288px;
  margin: 0 22.5px;
}
@media screen and (max-width: 768px) {
  .interview .other_list .col {
    width: 42.7vw;
    margin: 0 2.7vw;
  }
}
.interview .other_list .col_img {
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .interview .other_list .col_img {
    margin-bottom: 2.7vw;
  }
}
.interview .other_list .col_img_text {
  display: inline-block;
  font-size: 20px;
  font-family: "line-seed";
  font-weight: bold;
  background-color: #fff;
  color: #0388BE;
  padding: 5px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .other_list .col_img_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .interview .other_list .col_img_text {
    font-size: 2.9vw;
    left: -2.7vw;
    bottom: 3.7vw;
    padding: 0.8vw;
    padding: 0.8vw 1.3vw;
  }
}
.interview .other_list .col_img_text_area {
  position: absolute;
  bottom: 24px;
  left: -3.47%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .interview .other_list .col_img_text_area {
    bottom: 3.5vw;
  }
}
.interview .other_list .col .join {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview .other_list .col .join {
    font-size: 2.9vw;
  }
}
.interview .other_list .col .job {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview .other_list .col .job {
    font-size: 3.2vw;
  }
}
.interview .other_list .col .job_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  color: #fff;
}
.interview .other_list .col .job_tag p {
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview .other_list .col .job_tag p {
    font-size: 2.7vw;
    letter-spacing: -0.03em;
    padding: 1.6vw;
    border: 2px solid #fff;
  }
}
.interview .other .slick-arrow {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  cursor: pointer;
  top: 37%;
  z-index: 10;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .interview .other .slick-arrow {
    width: 40px;
    height: 40px;
    top: 29%;
  }
}
@media screen and (max-width: 768px) {
  .interview .other .slick-arrow {
    width: 8vw;
    height: 8vw;
    top: 25%;
  }
}
.interview .other .prev-arrow {
  left: 0;
}
@media screen and (max-width: 768px) {
  .interview .other .prev-arrow {
    left: -2%;
  }
}
.interview .other .next-arrow {
  right: 0;
}
@media screen and (max-width: 768px) {
  .interview .other .next-arrow {
    right: -2%;
  }
}

/* session
---------------------------*/
.session .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.session .pankuzu_text {
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.session .pankuzu_text p {
  color: #fff;
}
.session .pankuzu_bottom .pankuzu_text p {
  color: #000;
}
.session .kv_bg {
  right: unset !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.session .heading {
  text-align: center;
  padding: 60px 0 80px;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .session .heading {
    max-width: 89.3vw;
    width: 100%;
  }
}
.session .heading_top {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .session .heading_top {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
}
.session .heading_bottom {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .session .heading_bottom {
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: left;
  }
}
.session .member {
  background: #F2F9FC;
  padding: 50px 0;
}
.session .member_title {
  width: 226px;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .session .member_title {
    width: 52.8vw;
    margin-bottom: 5.3vw;
  }
}
.session .member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .session .member_list {
    max-width: 89.3vw;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.session .member_item {
  width: 22.65%;
  margin-right: 3.1%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .session .member_item {
    width: 42.7vw;
    margin-right: 3.7vw;
    margin-top: 5.3vw;
  }
}
.session .member_item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .session .member_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .session .member_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.session .member_item .job {
  font-size: 12px;
  font-weight: 600;
  margin: 17px auto 15px;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .session .member_item .job {
    font-size: 2.9vw;
    letter-spacing: -0.05em;
    margin-bottom: 1.3vw;
  }
}
.session .member_item .job br {
  display: none;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .session .member_item .job br {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .session .member_item .job br {
    display: inline;
  }
}
.session .member_item .initial {
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .session .member_item .initial {
    font-size: 4.3vw;
    letter-spacing: -0.05em;
    margin-bottom: 1.3vw;
  }
}
.session .member_item .join {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .session .member_item .join {
    font-size: 3.2vw;
  }
}
.session .theme_sec {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px solid #D4D4D4;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .session .theme_sec {
    max-width: 89.3vw;
    width: 100%;
    padding: 10.7vw 0;
  }
}
.session .theme_sec_last {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .session .theme_sec_last {
    margin-bottom: 32vw;
  }
}
.session .theme_title {
  font-size: 16px;
  font-family: "futura";
  font-weight: bold;
  color: #0388BE;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .session .theme_title {
    font-size: 3.7vw;
    margin-bottom: 5.3vw;
    line-height: 1;
  }
}
.session .theme_heading {
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .session .theme_heading {
    font-size: 5.3vw;
  }
}
.session .theme_bnr {
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .session .theme_bnr {
    margin-bottom: 10.7vw;
  }
}
.session .theme_question {
  font-size: 25px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .session .theme_question {
    font-size: 4.8vw;
    margin-bottom: 5.3vw;
  }
}
.session .theme_comment_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .session .theme_comment_item {
    margin-bottom: 12vw;
  }
}
.session .theme_comment_item:last-of-type {
  margin-bottom: 0;
}
.session .theme_comment_item .icon {
  width: 10.4%;
}
@media screen and (max-width: 768px) {
  .session .theme_comment_item .icon {
    width: 13.3vw;
  }
}
.session .theme_comment_item .comment {
  width: 86.4%;
}
@media screen and (max-width: 768px) {
  .session .theme_comment_item .comment {
    width: 70.1vw;
    font-size: 3.7vw;
    line-height: 1.7;
  }
}
.session .theme_comment_item .comment p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .session .theme_comment_item .comment p {
    font-size: 3.7vw;
    line-height: 1.7;
  }
}
.session .other {
  background: #309eca;
  padding: 60px 0;
}
.session .other_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .session .other_inner {
    max-width: 89.3vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.session .other_img {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .session .other_img {
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
.session .other_text {
  width: 41%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .session .other_text {
    width: 100%;
  }
}
.session .other_text::before {
  content: "";
  background-image: url(../../assets/img/recruit/people/session1/other_num.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 207px;
  height: 156px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .session .other_text::before {
    width: 30.7vw;
    height: 22.9vw;
    top: -1.1vw;
    right: 1.3vw;
    bottom: unset;
  }
}
.session .other_text_num {
  width: 180px;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .session .other_text_num {
    width: 38.4vw;
    margin-bottom: 4vw;
  }
}
.session .other_text_title {
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  margin-bottom: 35px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .session .other_text_title {
    font-size: 5.3vw;
    margin-bottom: 4vw;
  }
}
.session .other_text_bottom {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .session .other_text_bottom {
    font-size: 3.7vw;
    line-height: 1.7;
    margin-bottom: 5.3vw;
  }
}
.session .other_text .detail-btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 13px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .session .other_text .detail-btn {
    padding: 2.1vw 0;
  }
}
.session .other_text .detail-btn::after {
  background-image: url(../../assets/img/recruit/people/session1/btn_arrow.png);
}

/* kv
---------------------------*/
.training .kv_bg {
  right: unset !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .training .kv_bg {
    height: 32vw !important;
    margin-top: 13.3vw;
  }
}
.training .top {
  padding: 85px 0 100px;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .training .top {
    max-width: 100%;
    width: 89.3vw;
    padding: 10.7vw 0 8vw;
  }
}
.training .top_heading {
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  line-height: 1.5;
  color: #0388BE;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .training .top_heading {
    font-size: 5.1vw;
    letter-spacing: -0.05em;
    margin-bottom: 5.3vw;
  }
}
.training .top_detail {
  max-width: 960px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .training .top_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.training .top_detail .text {
  font-size: 14px;
  line-height: 1.8;
  width: 53%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .training .top_detail .text {
    width: 100%;
    font-size: 3.7vw;
  }
}
.training .top_detail .graph {
  width: 44.8%;
}
@media screen and (max-width: 768px) {
  .training .top_detail .graph {
    width: 100%;
    margin-top: 5.3vw;
  }
}
.training .detail {
  background: #F2F9FC;
}
@media screen and (max-width: 768px) {
  .training .detail {
    margin-bottom: 32vw;
  }
}
.training .detail_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .training .detail_inner {
    max-width: 100%;
    width: 100%;
    padding: 13.3vw 0;
  }
}
.training .detail_sec {
  position: relative;
  max-width: 960px;
  width: 96%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .training .detail_sec {
    max-width: 100%;
    width: 89.3vw;
    margin-bottom: 6.7vw;
  }
}
.training .detail_sec::before {
  content: "";
  display: block;
  padding-top: 34%; /* 1:1 */
}
@media screen and (max-width: 768px) {
  .training .detail_sec::before {
    content: none;
  }
}
.training .detail_sec .mv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 500px;
  width: 52%;
}
@media screen and (max-width: 768px) {
  .training .detail_sec .mv {
    position: initial;
    max-width: 89.3vw;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 2.7vw;
  }
}
.training .detail_sec .sec_genre {
  background: #0388BE;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 20px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .training .detail_sec .sec_genre {
    line-height: 1.2;
    font-size: 3.5vw;
    padding: 1.3vw 2.7vw;
    margin-bottom: 2.1vw;
  }
}
.training .detail_sec .sec_genre span {
  font-size: 16px;
  font-family: "line-seed";
  vertical-align: baseline;
  padding-left: 8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .training .detail_sec .sec_genre span {
    line-height: 1.2;
    font-size: 2.7vw;
    letter-spacing: 0.05em;
  }
}
.training .detail .sec_01 {
  margin-left: auto;
}
.training .detail .sec_01 .mv {
  right: 0;
}
.training .detail .sec_01 .sec_text {
  width: 53.6%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01 .sec_text {
    max-width: 89.3vw;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    position: initial;
  }
}
.training .detail .sec_01 .sec_heading {
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .training .detail .sec_01 .sec_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01 .sec_heading {
    font-size: 5.3vw;
  }
}
.training .detail .sec_01 .sec_heading span {
  display: inline-block;
  background: #fff;
  color: #0388BE;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01 .sec_heading span {
    padding: 1.3vw 2.7vw;
  }
}
.training .detail .sec_01 .sec_bottom {
  margin-top: 45px;
  max-width: 420px;
  width: 81%;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01 .sec_bottom {
    margin-top: 5.3vw;
    font-size: 3.7vw;
    max-width: 89.3vw;
    width: 100%;
  }
}
.training .detail .sec_01_detail {
  max-width: 960px;
  width: 96%;
  margin: 0 auto 100px;
  background: #fff;
  padding: 45px 50px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01_detail {
    max-width: 89.3vw;
    width: 100%;
    margin-bottom: 13.3vw;
    padding: 6.7vw 4vw;
  }
}
.training .detail .sec_01_detail .title {
  font-size: 29px;
  font-family: "line-seed";
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #0388BE;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01_detail .title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.training .detail .sec_01_detail .explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01_detail .explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.3vw;
  }
}
.training .detail .sec_01_detail .explanation_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66;
  width: 45.3%;
  padding: 30px 40px;
  border: 1px solid #0388BE;
  border-radius: 5px;
  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 screen and (max-width: 990px) and (min-width: 769px) {
  .training .detail .sec_01_detail .explanation_text {
    font-size: 15px;
    padding: 30px 18px;
  }
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01_detail .explanation_text {
    width: 100%;
    font-size: 4vw;
    padding: 4vw 6.7vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 1.3vw;
  }
}
.training .detail .sec_01_detail .explanation_icon {
  width: 4.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_01_detail .explanation_icon {
    width: 5.3vw;
    margin: 2.7vw auto;
  }
}
.training .detail .sec_02 {
  margin-bottom: 106px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02 {
    margin-bottom: 6.7vw;
  }
}
.training .detail .sec_02 .mv {
  left: 0;
}
.training .detail .sec_02 .sec_text {
  width: 43.7%;
  position: absolute;
  top: 61%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02 .sec_text {
    max-width: 89.3vw;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    position: initial;
  }
}
.training .detail .sec_02 .sec_heading {
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .training .detail .sec_02 .sec_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02 .sec_heading {
    font-size: 5.3vw;
  }
}
.training .detail .sec_02 .sec_heading span {
  display: inline-block;
  background: #fff;
  color: #0388BE;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02 .sec_heading span {
    padding: 1.3vw 2.7vw;
  }
}
.training .detail .sec_02 .sec_bottom {
  margin-top: 25px;
  max-width: 420px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02 .sec_bottom {
    margin-top: 5.3vw;
    font-size: 3.7vw;
    max-width: 89.3vw;
    width: 100%;
  }
}
.training .detail .sec_02_detail {
  max-width: 960px;
  width: 96%;
  margin: 0 auto 100px;
  background: #fff;
  padding: 45px 50px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail {
    max-width: 89.3vw;
    width: 100%;
    margin-bottom: 13.3vw;
    padding: 6.7vw 4vw;
  }
}
.training .detail .sec_02_detail .title {
  font-size: 29px;
  font-family: "line-seed";
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #0388BE;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .title {
    font-size: 4.8vw;
    margin-bottom: 5.3vw;
  }
}
.training .detail .sec_02_detail .title_bottom {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .title_bottom {
    font-size: 3.7vw;
    margin-bottom: 5.3vw;
    text-align: left;
    letter-spacing: -0.05em;
  }
}
.training .detail .sec_02_detail .step {
  margin: 0 auto 50px;
}
.training .detail .sec_02_detail .step_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .step_top {
    margin-bottom: 4vw;
  }
}
.training .detail .sec_02_detail .step_top_first {
  background: #0388BE;
  border: 1px solid #0388BE;
  color: #fff;
  padding: 7px 18px 4px 17px;
  line-height: 1;
  font-family: "line-seed";
  font-weight: bold;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .step_top_first {
    font-size: 3.7vw;
    padding: 1.9vw 4.3vw 1.3vw 3.5vw;
  }
}
.training .detail .sec_02_detail .step_top_last {
  border: 1px solid #0388BE;
  color: #0388BE;
  padding: 7px 14px 4px 10px;
  line-height: 1;
  font-family: "line-seed";
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .step_top_last {
    font-size: 3.2vw;
    padding: 1.9vw 2.9vw 1.3vw 2.1vw;
  }
}
.training .detail .sec_02_detail .step_detail {
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .step_detail {
    margin-bottom: 4vw;
  }
}
.training .detail .sec_02_detail .step_detail_top {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .step_detail_top {
    font-size: 3.7vw;
    margin-bottom: 2.1vw;
  }
}
.training .detail .sec_02_detail .step_detail_bottom {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_02_detail .step_detail_bottom {
    font-size: 3.7vw;
    letter-spacing: -0.05em;
  }
}
.training .detail .sec_02_detail .mgb0 {
  margin-bottom: 0;
}
.training .detail .sec_03 {
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03 {
    margin-bottom: 6.7vw;
  }
}
.training .detail .sec_03 .mv {
  right: 0;
}
.training .detail .sec_03 .sec_text {
  width: 55.8%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03 .sec_text {
    max-width: 89.3vw;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    position: initial;
  }
}
.training .detail .sec_03 .sec_heading {
  font-size: 34px;
  font-family: "line-seed";
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .training .detail .sec_03 .sec_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03 .sec_heading {
    font-size: 5.3vw;
  }
}
.training .detail .sec_03 .sec_heading span {
  display: inline-block;
  background: #fff;
  color: #0388BE;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03 .sec_heading span {
    padding: 1.3vw 2.7vw;
  }
}
.training .detail .sec_03 .sec_bottom {
  margin-top: 45px;
  max-width: 420px;
  width: 81%;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03 .sec_bottom {
    margin-top: 5.3vw;
    font-size: 3.7vw;
    max-width: 89.3vw;
    width: 100%;
  }
}
.training .detail .sec_03_detail {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 40px 45px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .training .detail .sec_03_detail {
    padding: 50px 25px 45px;
  }
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail {
    max-width: 89.3vw;
    width: 100%;
    padding: 6.7vw 4vw;
  }
}
.training .detail .sec_03_detail .title {
  font-size: 29px;
  font-family: "line-seed";
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #0388BE;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .title {
    font-size: 4.8vw;
    margin-bottom: 5.3vw;
  }
}
.training .detail .sec_03_detail .title_bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .title_bottom {
    text-align: left;
    font-size: 3.7vw;
    line-height: 1.6;
    margin-bottom: 6.7vw;
    letter-spacing: -0.06em;
  }
}
.training .detail .sec_03_detail .about_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;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .about_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.training .detail .sec_03_detail .about_item {
  width: 47.7%;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .about_item {
    width: 100%;
    margin-top: 5.3vw;
  }
}
@media screen and (min-width: 769px) {
  .training .detail .sec_03_detail .about_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .about_item:first-of-type {
    margin-top: 0;
  }
}
.training .detail .sec_03_detail .about_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .about_img {
    margin-bottom: 3.2vw;
  }
}
.training .detail .sec_03_detail .about_text_top {
  font-size: 20px;
  font-weight: bold;
  font-family: "line-seed";
  margin-bottom: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .about_text_top {
    font-size: 4.3vw;
    margin-bottom: 1.3vw;
  }
}
.training .detail .sec_03_detail .about_text_bottom {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .training .detail .sec_03_detail .about_text_bottom {
    font-size: 3.7vw;
  }
}

/* number
---------------------------*/
.number .kv .kv_bg {
  right: unset !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .number .kv .page_title {
    top: 30vw;
  }
}
.number .kv .page_title h1 {
  line-height: 1.3;
}
.number .top {
  max-width: 950px;
  padding: 65px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .number .top {
    max-width: 89.3vw;
    padding: 9.3vw 0;
  }
}
.number .top .text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .number .top .text {
    font-size: 3.7vw;
    line-height: 1.7;
  }
}
.number .info {
  background: #F2F9FC;
  padding: 100px 0 170px;
}
@media screen and (max-width: 768px) {
  .number .info {
    padding: 5.3vw 0 8vw;
    margin-bottom: 32vw;
  }
}
.number .info_list {
  max-width: 950px;
  margin: 0 auto;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 3.1%;
     -moz-column-gap: 3.1%;
          column-gap: 3.1%;
}
@media screen and (max-width: 768px) {
  .number .info_list {
    max-width: 89.3vw;
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4.8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.number .info_item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .number .info_item {
    width: 89.3vw;
  }
}
@media screen and (min-width: 769px) {
  .number .info .big {
    width: 100%;
  }
}
.number .info .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .number .info .fadein {
    -webkit-transform: translate(0, 13.3vw);
            transform: translate(0, 13.3vw);
  }
}
.number .info .fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* terms
---------------------------*/
.page_detail {
  font-size: 14px;
  margin: 90px auto 70px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .page_detail {
    font-size: 3.7vw;
    margin: 8vw auto 13.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page .terms .page_title {
    top: 31vw !important;
  }
}
.page .terms_sec {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .page .terms_sec {
    margin-bottom: 10.7vw;
  }
}
.page .terms_sec_title {
  color: #0388BE;
  font-size: 34px;
  font-family: "line-seed";
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D4D4D4;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .terms_sec_title {
    font-size: 5.3vw;
    padding-bottom: 2.1vw;
    margin-bottom: 4.3vw;
  }
}
.page .terms_sec_text {
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .page .terms_sec_text {
    font-size: 3.7vw;
    letter-spacing: 0.01em;
  }
}
.page .terms_sec_text .blue {
  color: #0388BE;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .terms_sec .indent_text {
    text-indent: -6.9vw;
    padding-left: 6.9vw;
  }
}
.page .terms_sec_new-tab {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #000;
  line-height: 2;
  width: 115px;
}
@media screen and (max-width: 768px) {
  .page .terms_sec_new-tab {
    width: 33.3vw;
  }
}
.page .terms_sec_new-tab span {
  position: relative;
  font-weight: 300;
}
.page .terms_sec_new-tab span::after {
  content: "";
  background-image: url(/assets/img/terms/new-tab_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  right: -25px;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .page .terms_sec_new-tab span::after {
    width: 5.3vw;
    height: 4.3vw;
    right: -7.5vw;
  }
}

.recruit .link_item .link_note {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .recruit .link_item .link_note {
    font-size: 2.8vw !important;
  }
}

.training .detail .sec_02 {
  margin-bottom: 150px !important;
}

.people .cross_talk .info_section .sec_title {
  width: 133px !important;
}

.page .footer_link,
.page .footer .copyright {
  font-size: 11px !important;
}

.page .kv .pankuzu_text {
  font-size: 10px !important;
}

.page .pankuzu_bottom .pankuzu_text {
  font-size: 10px !important;
}

.recruit .link_item .text {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .recruit .link_item .text {
    font-size: 3.7vw !important;
  }
}

.top .link_item .link_note {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .top .link_item .link_note {
    font-size: 2.8vw !important;
    margin-top: 0.5em;
  }
}