@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
main.recruit {
  display: block;
  margin-top: 140px;
}
main.recruit * {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: normal;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
}
main.recruit a {
  transition: all 0.3s ease-out;
}
main.recruit a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main.recruit img {
  width: 100%;
}
main.recruit .pc {
  display: block;
}
main.recruit .sp {
  display: none;
}

footer {
  padding-top: 0;
}

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out, transform 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

/*Roboto Condensed*/
/*Roboto*/
/*noto-sans*/
@keyframes arrow-move {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.eachTextAnime {
  overflow: hidden;
  display: block;
}

.eachTextAnime span {
  opacity: 0;
  display: inline-block;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.recruit-header {
  background-color: #1aa1ce;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 50px;
  right: 0;
  top: 94px;
  transition: all 0.3s ease-out;
}
.recruit-header--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.recruit-header--inner ul, .recruit-header--inner ol {
  display: flex;
}
.recruit-header--inner ul {
  height: 100%;
}
.recruit-header--inner ul li {
  height: 100%;
  position: relative;
}
.recruit-header--inner ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
}
.recruit-header--inner ul li:nth-of-type(n+2):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  border-left: 2px solid #fff;
  transform: translate(-50%);
  margin-top: -8px;
}
.recruit-header--inner ul li.trigger {
  position: relative;
}
.recruit-header--inner ul li.trigger > a {
  cursor: pointer;
}
.recruit-header--inner ul li.trigger > ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-top: 1px solid #fff;
}
.recruit-header--inner ul li.trigger > ul li {
  border-left: none;
  height: auto;
}
.recruit-header--inner ul li.trigger > ul li:before {
  display: none;
}
.recruit-header--inner ul li.trigger > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  text-align: center;
  background-color: #00a1cf;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
.recruit-header--inner ul li.trigger > ul li:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
.recruit-header--inner ol li {
  position: relative;
}
.recruit-header--inner ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  border-left: 2px solid #fff;
  transform: translate(-50%);
  margin-top: -8px;
}
.recruit-header--inner ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}
.recruit-header.scrolled {
  top: 62px;
}

.recruit-footer {
  width: 100%;
  height: 394px;
  background: url("../../image/msg/recruit/mse/common/bg-footer.jpg") no-repeat center/cover;
  position: relative;
  padding-top: 87px;
}
.recruit-footer--title {
  color: #fff;
  text-align: center;
}
.recruit-footer--title h2 {
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.22em;
  font-size: 45px;
}
.recruit-footer--title .en {
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.22em;
}
.recruit-footer--title .en span {
  font-weight: 100;
  font-style: italic;
}

.view-more a {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  letter-spacing: 0.12em;
  font-size: 18px;
  padding-right: 44px;
}
.view-more a:before, .view-more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease-out;
}
.view-more a:before {
  width: 35px;
  border-bottom: 1px solid #000;
  margin-top: 3px;
}
.view-more a:after {
  margin-right: 2px;
  height: 8px;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.view-more a:hover {
  text-decoration: none;
}
.view-more a:hover:before, .view-more a:hover:after {
  right: -10px;
}
.view-more.white a {
  color: #fff;
}
.view-more.white a:before, .view-more.white a:after {
  border-color: #fff;
}
.view-more.black a {
  color: #000;
}
.view-more.black a:before, .view-more.black a:after {
  border-color: #000;
}
.view-more.nolink {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  letter-spacing: 0.12em;
  font-size: 18px;
  padding-right: 44px;
}
.view-more.nolink:before, .view-more.nolink:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease-out;
}
.view-more.nolink:before {
  width: 35px;
  border-bottom: 1px solid #000;
  margin-top: 3px;
}
.view-more.nolink:after {
  margin-right: 2px;
  height: 8px;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.view-more.nolink.white {
  color: #fff;
}
.view-more.nolink.white:before, .view-more.nolink.white:after {
  border-color: #fff;
}
.view-more.nolink.black {
  color: #000;
}
.view-more.nolink.black:before, .view-more.nolink.black:after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  main.recruit {
    margin-top: calc(66px + 13.333vw);
  }
  main.recruit .pc {
    display: none;
  }
  main.recruit .sp {
    display: block;
  }
  .recruit-header::-webkit-scrollbar {
    display: none;
  }
  .recruit-header {
    width: 100%;
    height: 13.3333333333vw;
    border-radius: 0;
    top: 66px;
    overflow-x: scroll;
    background-color: transparent;
    scrollbar-width: none;
  }
  .recruit-header.acc {
    height: 64vw;
  }
  .recruit-header:after {
    content: "";
    display: block;
    position: fixed;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 0;
    top: 66px;
    z-index: 2;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  .recruit-header--inner {
    width: 213.3333333333vw;
    position: relative;
    height: 13.3333333333vw;
    background-color: #1aa1ce;
  }
  .recruit-header--inner:before, .recruit-header--inner:after {
    content: "";
    display: block;
    position: fixed;
    top: calc(66px + 6.5vw);
    transform: translateY(-50%);
    right: 2.5%;
    transition: all 0.3s ease-out;
    z-index: 3;
  }
  .recruit-header--inner:before {
    width: 6.6666666667vw;
    margin-top: 0.5333333333vw;
    border-bottom: 1px solid #000;
  }
  .recruit-header--inner:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
  .recruit-header--inner ul li a {
    padding: 0 2.6666666667vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .recruit-header--inner ul li.trigger > ul {
    border-top: none;
    height: auto;
    top: 100%;
  }
  .recruit-header--inner ul li.trigger > ul li a {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 2.6666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: -0.04em;
    color: #fff;
    background-color: #1aa1ce;
  }
  .recruit-header--inner ol li a {
    padding: 0 2.6666666667vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .recruit-header.scrolled {
    top: 66px;
  }
  .recruit-header.active:after {
    opacity: 0;
    pointer-events: none;
  }
  .recruit-header.active .recruit-header--inner:before, .recruit-header.active .recruit-header--inner:after {
    opacity: 0;
    pointer-events: none;
  }
  .recruit-footer {
    height: 53.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .recruit-footer--title h2 {
    letter-spacing: 0.06em;
    font-size: 7.4666666667vw;
  }
  .recruit-footer--title .en {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .recruit-footer--title .en span {
    letter-spacing: 0.08em;
  }
  .view-more a {
    letter-spacing: 0.06em;
    font-size: 4vw;
    padding-right: 8vw;
  }
  .view-more a:before {
    width: 6.6666666667vw;
    margin-top: 0.5333333333vw;
  }
  .view-more a:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
  }
  .view-more a:hover:before, .view-more a:hover:after {
    right: 0;
  }
  .view-more.nolink {
    letter-spacing: 0.06em;
    font-size: 4vw;
    padding-right: 8vw;
  }
  .view-more.nolink:before {
    width: 6.6666666667vw;
    margin-top: 0.5333333333vw;
  }
  .view-more.nolink:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
  }
}
@keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.top .main {
  position: relative;
  width: 100%;
  height: 51.2445095168vw;
}
.top .main:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
}
.top .main--slideshow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.top .main--slideshow li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top .main--video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.top .main--title {
  color: #fff;
  position: absolute;
  left: 4.6852122987vw;
  bottom: 4.6852122987vw;
  z-index: 3;
}
.top .main--title h1 {
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.22em;
  font-size: 45px;
}
.top .main--title .en {
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.22em;
}
.top .main--title .en span {
  font-style: italic;
  font-weight: 100;
}
.top .main--scroll {
  position: absolute;
  z-index: 2;
  right: 3.6603221083vw;
  bottom: 0;
}
.top .main--scroll span {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}
.top .main--scroll .bar {
  position: relative;
  height: 60px;
  margin-top: 8px;
  overflow: hidden;
}
.top .main--scroll .bar:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px solid #fff;
  animation: arrow-move 2.2s 0.5s ease-in-out infinite;
}
.top .news {
  background-color: #f0f0f0;
  padding: 100px 0;
}
.top .news--inner {
  max-width: 900px;
  margin: 0 auto;
}
.top .news--inner--block {
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
}
.top .news--inner--block .en {
  max-width: 120px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.12em;
  font-size: 20px;
}
.top .news--inner--block dl {
  display: flex;
  padding-left: 25px;
}
.top .news--inner--block dl dt, .top .news--inner--block dl dd {
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
}
.top .news--inner--block dl dt {
  margin-right: 1em;
}
.top .about {
  width: 100%;
  height: 600px;
  position: relative;
  background: url("../../image/msg/recruit/mse/top/img-top-01.jpg") no-repeat center/cover;
}
.top .about--inner {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 170px;
  color: #fff;
}
.top .about--inner--title h2, .top .about--inner--title .en {
  line-height: 1;
  font-weight: bold;
}
.top .about--inner--title h2 {
  letter-spacing: 0.16em;
  font-size: 36px;
}
.top .about--inner--title .en {
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.top .about--inner p {
  margin-top: 40px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
}
.top .about--inner .view-more {
  margin-top: 45px;
}
.top .about--inner--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.top .about--inner--btns li {
  max-width: 420px;
  width: 100%;
  height: 77px;
}
.top .about--inner--btns li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 0 42px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 24px;
  position: relative;
}
.top .about--inner--btns li a:before, .top .about--inner--btns li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-out;
}
.top .about--inner--btns li a:before {
  width: 55px;
  right: 33px;
  transform: translateY(-50%);
  border-top: 1px solid #000;
}
.top .about--inner--btns li a:after {
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -3px;
  right: 35px;
}
.top .about--inner--btns li a:hover {
  opacity: 1;
}
.top .about--inner--btns li a:hover:before {
  right: 23px;
}
.top .about--inner--btns li a:hover:after {
  right: 25px;
}
.top .interview {
  padding: 150px 0 240px;
}
.top .interview--lead {
  max-width: 900px;
  margin: 0 auto;
}
.top .interview--lead--title h2, .top .interview--lead--title .en {
  font-weight: bold;
  line-height: 1;
}
.top .interview--lead--title h2 {
  letter-spacing: 0.16em;
  font-size: 36px;
}
.top .interview--lead--title .en {
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.top .interview--lead p {
  margin-top: 40px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.top .interview--lead .view-more {
  margin-top: 45px;
}
.top .interview--lead .view-more a {
  color: #000;
}
.top .interview--persons {
  margin-top: 95px;
}
.top .interview--persons--block {
  height: 600px;
}
.top .interview--persons--block a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-out;
}
.top .interview--persons--block a:before {
  content: "";
  display: block;
  position: absolute;
  width: 361px;
  height: 550px;
  left: 0;
  top: 0;
  background-color: rgba(29, 28, 85, 0.8);
  z-index: 1;
  border-radius: 0 0 10px 0;
}
.top .interview--persons--block a .title {
  position: absolute;
  z-index: 2;
  left: 7.3206442167vw;
  top: 50%;
  transform: translateY(-50%);
}
.top .interview--persons--block a .title h3 span {
  display: block;
}
.top .interview--persons--block a .title h3 span em {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-style: normal;
  color: #000;
  padding: 15px;
  font-size: 24px;
}
.top .interview--persons--block a .title h3 span:nth-of-type(n+2) {
  margin-top: 13px;
}
.top .interview--persons--block a .title .sections, .top .interview--persons--block a .title .name {
  color: #fff;
}
.top .interview--persons--block a .title .sections {
  margin-top: 45px;
}
.top .interview--persons--block a .title .sections p {
  font-weight: bold;
  line-height: 1.8;
  font-size: 14px;
}
.top .interview--persons--block a .title .sections p:nth-of-type(n+2) {
  margin-top: 20px;
}
.top .interview--persons--block a .title .name {
  margin-top: 43px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
}
.top .interview--persons--block a:hover {
  opacity: 0.7;
}
.top .interview--persons--block.b01 a {
  background: url("../../image/msg/recruit/mse/top/img-top-02-01.jpg") no-repeat center/cover;
}
.top .interview--persons--block.b02 a {
  background: url("../../image/msg/recruit/mse/top/img-top-02-02.jpg") no-repeat center/cover;
}
.top .interview--persons--block.b03 a {
  background: url("../../image/msg/recruit/mse/top/img-top-02-03.jpg") no-repeat center/cover;
}
.top .interview--persons--block.b04 a {
  background: url("../../image/msg/recruit/mse/top/img-top-02-04.jpg") no-repeat center/cover;
}
.top .interview--persons--block.b05 a {
  background: url("../../image/msg/recruit/mse/top/img-top-02-05.jpg") no-repeat center/cover;
}
.top .interview--persons--block.b06 a {
  background: url("../../image/msg/recruit/mse/top/img-top-02-07.jpg") no-repeat center/cover;
}
.top .interview--session {
  margin-top: 95px;
}
.top .interview--session--block {
  max-width: 1000px;
  margin: 0 auto;
}
.top .interview--session--block a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.top .interview--session--block--wrap {
  position: absolute;
  z-index: 2;
  width: 652px;
  bottom: -86px;
  left: 50%;
  transform: translateX(-50%);
}
.top .interview--session--block--wrap--title {
  text-align: center;
}
.top .interview--session--block--wrap--title .en, .top .interview--session--block--wrap--title h3 {
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
.top .interview--session--block--wrap--title .en {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.top .interview--session--block--wrap--title h3 {
  margin-top: 10px;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  font-size: 24px;
}
.top .interview--session--block--wrap--title.white .en, .top .interview--session--block--wrap--title.white h3 {
  color: #fff;
}
.top .interview--session--block--wrap--profile {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.top .interview--session--block--wrap--profile--box {
  padding: 6px 0;
}
.top .interview--session--block--wrap--profile--box .section, .top .interview--session--block--wrap--profile--box .name {
  font-weight: bold;
  color: #000;
}
.top .interview--session--block--wrap--profile--box .section {
  line-height: 1.8;
  font-size: 14px;
}
.top .interview--session--block--wrap--profile--box .name {
  margin-top: 20px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 24px;
}
.top .interview--session--block--wrap--profile--box:nth-of-type(1) {
  text-align: right;
  padding-right: 45px;
  border-right: 1px solid #cdcdcd;
}
.top .interview--session--block--wrap--profile--box:nth-of-type(2) {
  padding-left: 45px;
}
.top .interview--session--block--wrap.six {
  width: 780px;
  bottom: -210px;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--title {
  position: relative;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1;
  filter: blur(135px);
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--title .en, .top .interview--session--block--wrap.six .interview--session--block--wrap--title h3 {
  position: relative;
  z-index: 2;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--profile {
  flex-wrap: wrap;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 25px;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(1) {
  padding-right: 25px;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(2) {
  padding-left: 25px;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(2), .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(5) {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(n+4) {
  margin-top: 20px;
}
.top .interview--session.session02 {
  margin-top: 0;
  background-color: #00a1cf;
  padding: 95px 0 186px;
}
.top .interview--session.session02 .interview--session--block a .interview--session--block--image {
  position: relative;
}
.top .interview--session.session02 .interview--session--block a .interview--session--block--image:before {
  content: "";
  display: block;
  position: absolute;
  max-width: 916px;
  width: 100%;
  height: 123px;
  background-color: rgba(0, 161, 207, 0.95);
  bottom: 122px;
  left: 50%;
  transform: translateX(-50%);
}
.top .interview--session.session02 .interview--session--block a .interview--session--block--wrap {
  bottom: -118px;
}
.top .interview--session.session02 .interview--session--block a .interview--session--block--wrap--title .en, .top .interview--session.session02 .interview--session--block a .interview--session--block--wrap--title h3 {
  color: #fff;
}
.top .interview--session.session02 .interview--session--block a .interview--session--block--wrap--profile {
  margin-top: 55px;
}
.top .interview--session.session02.session-mt {
  margin-top: 310px;
}
.top .other {
  background-color: #f0f0f0;
  padding: 250px 0 155px;
}
.top .other--block {
  background-color: #fff;
  max-width: 1236px;
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.top .other--block--image {
  overflow: hidden;
  max-width: 633px;
  position: relative;
  top: -80px;
}
.top .other--block--texts {
  width: 100%;
  max-width: 450px;
}
.top .other--block--texts .title h2, .top .other--block--texts .title .en {
  font-weight: bold;
  line-height: 1.2;
}
.top .other--block--texts .title h2 {
  letter-spacing: 0.16em;
  font-size: 36px;
}
.top .other--block--texts .title .en {
  margin-top: 10px;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.top .other--block--texts p {
  margin-top: 45px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
}
.top .other--block--texts .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .other--block--texts .btns li {
  max-width: 200px;
  width: 100%;
  height: 50px;
}
.top .other--block--texts .btns li a {
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.top .other--block--texts .btns li a.arrow:before, .top .other--block--texts .btns li a.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease-out;
}
.top .other--block--texts .btns li a.arrow:before {
  width: 35px;
  border-bottom: 1px solid #000;
  margin-top: 3px;
}
.top .other--block--texts .btns li a.arrow:after {
  margin-right: 2px;
  height: 8px;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.top .other--block--texts .btns li a.arrow:hover {
  text-decoration: none;
}
.top .other--block--texts .btns li a.arrow:hover:before, .top .other--block--texts .btns li a.arrow:hover:after {
  right: 20px;
}
.top .other--block--texts .btns li a.outer {
  box-shadow: none;
  background-color: #00a1cf;
  color: #fff;
}
.top .other--block--texts .btns li a.outer:before, .top .other--block--texts .btns li a.outer:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  z-index: 2;
}
.top .other--block--texts .btns li a.outer:before {
  border: 1px solid #fff;
}
.top .other--block--texts .btns li a.outer:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -3px;
  margin-right: -3px;
}
.top .other--block:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  margin: 0 0 0 auto;
  flex-direction: row-reverse;
}
.top .other--block:nth-of-type(1) .other--block--image {
  border-radius: 10px 0 0 10px;
}
.top .other--block:nth-of-type(1) .other--block--texts {
  margin-right: 50px;
}
.top .other--block:nth-of-type(2) {
  margin-top: 250px;
  border-radius: 0 10px 10px 0;
}
.top .other--block:nth-of-type(2) .other--block--image {
  border-radius: 0 10px 10px 0;
}
.top .other--block:nth-of-type(2) .other--block--texts {
  margin-left: 50px;
}
.top .other--block:nth-of-type(2) .other--block--texts .btns {
  flex-wrap: wrap;
}
.top .other--block:nth-of-type(2) .other--block--texts .btns li:nth-of-type(3) {
  max-width: 100%;
  margin-top: 25px;
}
.top .other--block:nth-of-type(2) .other--block--texts .btns li:nth-of-type(3) a {
  padding-left: 65px;
}
.top .contact {
  padding: 150px 0;
}
.top .contact--btn {
  max-width: 450px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
.top .contact--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.top .contact--btn a:before, .top .contact--btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease-out;
}
.top .contact--btn a:before {
  width: 35px;
  border-bottom: 1px solid #000;
  margin-top: 3px;
}
.top .contact--btn a:after {
  margin-right: 2px;
  height: 8px;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.top .contact--btn a:hover {
  text-decoration: none;
}
.top .contact--btn a:hover:before, .top .contact--btn a:hover:after {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .top .other--block:nth-of-type(1) .other--block--texts {
    margin-right: 2.5%;
    padding-left: 2.5%;
  }
  .top .other--block:nth-of-type(2) .other--block--texts {
    margin-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .top .main {
    height: 50vh;
  }
  .top .main--slideshow .slick-list {
    height: 100%;
  }
  .top .main--slideshow .slick-list .slick-track {
    height: 100%;
  }
  .top .main--slideshow .slick-list .slick-track li img {
    display: none;
  }
  .top .main--slideshow .slick-list .slick-track li.s01 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide01.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s02 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide02.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s03 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide03.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s04 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide04.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s05 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide05.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s06 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide06.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s07 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide07.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s08 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide08.jpg") no-repeat center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s09 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide09.jpg") no-repeat left center/cover;
  }
  .top .main--slideshow .slick-list .slick-track li.s10 {
    background: url("../../image/msg/recruit/mse/top/img-top-slide10.jpg") no-repeat left center/cover;
  }
  .top .main--video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top .main--title {
    left: 5%;
    bottom: 8vw;
  }
  .top .main--title h1 {
    letter-spacing: 0.08em;
    font-size: 7.4666666667vw;
  }
  .top .main--title .en {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
  .top .main--title .en span {
    letter-spacing: 0.08em;
  }
  .top .main--scroll {
    display: none;
  }
  .top .news {
    padding: 13.3333333333vw 0;
  }
  .top .news--inner {
    max-width: 90%;
  }
  .top .news--inner--block {
    border-bottom: none;
    display: block;
  }
  .top .news--inner--block .en {
    margin: 0 auto;
    max-width: 50%;
    height: 6.6666666667vw;
    letter-spacing: 0.06em;
    font-size: 4.2666666667vw;
  }
  .top .news--inner--block dl {
    margin-top: 4vw;
    padding-left: 0;
    justify-content: center;
  }
  .top .news--inner--block dl dt, .top .news--inner--block dl dd {
    font-size: 3.2vw;
  }
  .top .news--inner--block dl dt {
    width: 20%;
    margin-right: 0;
  }
  .top .news--inner--block dl dd {
    width: 80%;
    padding-left: 1em;
  }
  .top .about {
    height: 133.3333333333vw;
  }
  .top .about--inner {
    max-width: 90%;
    padding-top: 0;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .top .about--inner--title h2 {
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .top .about--inner--title .en {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
  .top .about--inner p {
    margin-top: 5.3333333333vw;
    font-size: 3.6vw;
    letter-spacing: -0.02em;
  }
  .top .about--inner .view-more {
    margin-top: 6.6666666667vw;
  }
  .top .about--inner--btns {
    margin-top: 30px;
    display: block;
  }
  .top .about--inner--btns li {
    max-width: 100%;
    height: 13.3333333333vw;
  }
  .top .about--inner--btns li a {
    padding: 0 5%;
    font-size: 4.2666666667vw;
  }
  .top .about--inner--btns li a:before, .top .about--inner--btns li a:after {
    right: 5%;
  }
  .top .about--inner--btns li a:before {
    width: 5.3333333333vw;
    margin-top: -0.2666666667vw;
  }
  .top .about--inner--btns li a:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
  }
  .top .about--inner--btns li a:hover:before {
    right: 8.8vw;
  }
  .top .about--inner--btns li a:hover:after {
    right: 9.3333333333vw;
  }
  .top .about--inner--btns li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .top .interview {
    padding: 20vw 0 42.6666666667vw;
  }
  .top .interview--lead {
    max-width: 90%;
  }
  .top .interview--lead--title h2 {
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .top .interview--lead--title .en {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
  .top .interview--lead p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .top .interview--lead .view-more {
    margin-top: 6.6666666667vw;
  }
  .top .interview--persons {
    margin-top: 13.3333333333vw;
  }
  .top .interview--persons--block {
    height: auto;
  }
  .top .interview--persons--block a {
    padding-top: 53.3333333333vw;
  }
  .top .interview--persons--block a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 53.3333333333vw;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .top .interview--persons--block a:before {
    display: none;
    background-color: rgba(29, 28, 85, 0.8);
  }
  .top .interview--persons--block a .title {
    position: static;
    transform: none;
    background-color: rgba(29, 28, 85, 0.9);
    padding: 5.3333333333vw 5%;
  }
  .top .interview--persons--block a .title h3 {
    position: absolute;
    left: 2.5%;
    top: 6.6666666667vw;
    z-index: 5;
  }
  .top .interview--persons--block a .title h3 span em {
    letter-spacing: 0.04em;
    padding: 2.1333333333vw;
    font-size: 4vw;
  }
  .top .interview--persons--block a .title h3 span:nth-of-type(n+2) {
    margin-top: 2.1333333333vw;
  }
  .top .interview--persons--block a .title .sections {
    margin-top: 0;
  }
  .top .interview--persons--block a .title .sections p {
    font-size: 3.4666666667vw;
  }
  .top .interview--persons--block a .title .sections p br {
    display: none;
  }
  .top .interview--persons--block a .title .sections p:nth-of-type(n+2) {
    margin-top: 2.6666666667vw;
  }
  .top .interview--persons--block a .title .name {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
  .top .interview--persons--block a:hover {
    opacity: 1;
  }
  .top .interview--persons--block.b01 a {
    background: none;
  }
  .top .interview--persons--block.b01 a:after {
    background: url("../../image/msg/recruit/mse/top/img-top-02-01.jpg") no-repeat center/cover;
  }
  .top .interview--persons--block.b02 a {
    background: none;
  }
  .top .interview--persons--block.b02 a:after {
    background: url("../../image/msg/recruit/mse/top/img-top-02-02.jpg") no-repeat center/cover;
  }
  .top .interview--persons--block.b03 a {
    background: none;
  }
  .top .interview--persons--block.b03 a:after {
    background: url("../../image/msg/recruit/mse/top/img-top-02-03.jpg") no-repeat center/cover;
  }
  .top .interview--persons--block.b04 a {
    background: none;
  }
  .top .interview--persons--block.b04 a:after {
    background: url("../../image/msg/recruit/mse/top/img-top-02-04.jpg") no-repeat center/cover;
  }
  .top .interview--persons--block.b05 a {
    background: none;
  }
  .top .interview--persons--block.b05 a:after {
    background: url("../../image/msg/recruit/mse/top/img-top-02-05.jpg") no-repeat center/cover;
  }
  .top .interview--persons--block.b06 a {
    background: none;
  }
  .top .interview--persons--block.b06 a:after {
    background: url("../../image/msg/recruit/mse/top/img-top-02-07.jpg") no-repeat center/cover;
  }
  .top .interview--session {
    margin-top: 16vw;
  }
  .top .interview--session--block {
    max-width: 100%;
  }
  .top .interview--session--block--wrap {
    width: 100%;
    transform: none;
    left: 0;
    bottom: auto;
    margin-top: -18.6666666667vw;
  }
  .top .interview--session--block--wrap--title .en {
    letter-spacing: 0.04em;
    font-size: 3.4666666667vw;
  }
  .top .interview--session--block--wrap--title h3 {
    margin-top: 2.1333333333vw;
    letter-spacing: 0.06em;
    font-size: 4.8vw;
  }
  .top .interview--session--block--wrap--profile {
    margin: 2.6666666667vw auto 0;
    width: 90%;
    padding: 5.3333333333vw 5%;
  }
  .top .interview--session--block--wrap--profile--box {
    padding: 0.8vw 0;
  }
  .top .interview--session--block--wrap--profile--box .section {
    line-height: 1.6;
    font-size: 3.4666666667vw;
  }
  .top .interview--session--block--wrap--profile--box .name {
    margin-top: 2.6666666667vw;
    letter-spacing: 0.04em;
    font-size: 4.8vw;
  }
  .top .interview--session--block--wrap--profile--box:nth-of-type(1) {
    padding-right: 5%;
  }
  .top .interview--session--block--wrap--profile--box:nth-of-type(2) {
    padding-left: 5%;
  }
  .top .interview--session--block--wrap.six {
    width: 100%;
    bottom: auto;
  }
  .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box {
    width: 50%;
    text-align: center;
    padding: 0 2.5%;
  }
  .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(1) {
    padding-right: 2.5%;
    border-right: none;
  }
  .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(2) {
    padding-left: 2.5%;
  }
  .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(2), .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(5) {
    border-left: none;
    border-right: none;
  }
  .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(even) {
    border-left: 1px solid #cdcdcd;
  }
  .top .interview--session--block--wrap.six .interview--session--block--wrap--profile--box:nth-of-type(n+4) {
    margin-top: 5.3333333333vw;
  }
  .top .interview--session.session02 {
    padding: 13.3333333333vw 0 56vw;
  }
  .top .interview--session.session02 .interview--session--block a .interview--session--block--image:before {
    max-width: 90%;
    height: 21.3333333333vw;
    bottom: 6.6666666667vw;
  }
  .top .interview--session.session02 .interview--session--block a .interview--session--block--wrap {
    margin-top: -26.6666666667vw;
    bottom: auto;
  }
  .top .interview--session.session02 .interview--session--block a .interview--session--block--wrap--profile {
    margin-top: 6.6666666667vw;
    padding: 5.3333333333vw 2.5%;
  }
  .top .interview--session.session02.session-mt {
    margin-top: 120vw;
  }
  .top .other {
    padding: 16vw 0;
  }
  .top .other--block {
    max-width: 90%;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 10px !important;
  }
  .top .other--block--image {
    max-width: 100%;
    top: auto;
  }
  .top .other--block--texts {
    max-width: 100%;
    padding: 5.3333333333vw 5% !important;
    margin: 0 !important;
  }
  .top .other--block--texts .title h2 {
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .top .other--block--texts .title .en {
    margin-top: 2.1333333333vw;
    letter-spacing: 0.06em;
    font-size: 3.7333333333vw;
  }
  .top .other--block--texts p {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .top .other--block--texts .btns {
    margin-top: 5.3333333333vw;
  }
  .top .other--block--texts .btns li {
    max-width: 48%;
    height: 9.3333333333vw;
  }
  .top .other--block--texts .btns li a {
    padding: 0 10%;
    border-radius: 20px;
    font-size: 3.7333333333vw;
  }
  .top .other--block--texts .btns li a.arrow:before, .top .other--block--texts .btns li a.arrow:after {
    right: 5%;
  }
  .top .other--block--texts .btns li a.arrow:before {
    width: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
  .top .other--block--texts .btns li a.arrow:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
  }
  .top .other--block--texts .btns li a.arrow:hover {
    text-decoration: none;
  }
  .top .other--block--texts .btns li a.arrow:hover:before, .top .other--block--texts .btns li a.arrow:hover:after {
    right: 5%;
  }
  .top .other--block--texts .btns li a.outer:before, .top .other--block--texts .btns li a.outer:after {
    width: 2.4vw;
    height: 3.2vw;
    right: 15%;
  }
  .top .other--block--texts .btns li a.outer:after {
    margin-top: -0.8vw;
    margin-right: -0.8vw;
  }
  .top .other--block:nth-of-type(1) {
    border-radius: 0;
    margin: 0 auto;
  }
  .top .other--block:nth-of-type(1) .other--block--image {
    border-radius: 0;
  }
  .top .other--block:nth-of-type(2) {
    margin: 16vw auto 0;
    border-radius: 0;
  }
  .top .other--block:nth-of-type(2) .other--block--image {
    border-radius: 0;
  }
  .top .other--block:nth-of-type(2) .other--block--texts .btns li:nth-of-type(3) {
    margin-top: 4vw;
  }
  .top .other--block:nth-of-type(2) .other--block--texts .btns li:nth-of-type(3) a {
    font-size: 3.6vw;
    padding-left: 5%;
    line-height: 1.4;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .top .other--block:nth-of-type(2) .other--block--texts .btns li:nth-of-type(3) a:before, .top .other--block:nth-of-type(2) .other--block--texts .btns li:nth-of-type(3) a:after {
    right: 3%;
  }
  .top .contact {
    padding: 16vw 0;
  }
  .top .contact--btn {
    max-width: 70%;
    height: 9.3333333333vw;
  }
  .top .contact--btn a {
    padding: 0 10%;
    border-radius: 20px;
    font-size: 3.7333333333vw;
  }
  .top .contact--btn a:before, .top .contact--btn a:after {
    right: 5%;
  }
  .top .contact--btn a:before {
    width: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
  .top .contact--btn a:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
  }
  .top .contact--btn a:hover {
    text-decoration: none;
  }
  .top .contact--btn a:hover:before, .top .contact--btn a:hover:after {
    right: 5%;
  }
}
.about .main {
  width: 100%;
  height: 565px;
  position: relative;
  background: url("../../image/msg/recruit/mse/about/bg-about-main.jpg") no-repeat center/cover;
}
.about .main--title {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.4450951684vw;
}
.about .main--title h1, .about .main--title .en {
  font-weight: bold;
  line-height: 1.2;
}
.about .main--title h1 {
  font-size: 36px;
  letter-spacing: 0.16em;
}
.about .main--title .en {
  margin-top: 18px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.about .lead {
  padding-top: 60px;
}
.about .lead p {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: -0.02em;
  font-size: 16px;
}
.about .contents {
  margin-top: 145px;
  padding-bottom: 185px;
}
.about .contents--block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 511px;
}
.about .contents--block--image {
  overflow: hidden;
  position: relative;
  top: -60px;
  width: 100%;
  min-width: 648px;
  max-width: 648px;
}
.about .contents--block--image img {
  max-width: none;
}
.about .contents--block--texts {
  width: 100%;
  max-width: 420px;
}
.about .contents--block--texts .title {
  position: relative;
  padding-bottom: 25px;
}
.about .contents--block--texts .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #000;
}
.about .contents--block--texts .title .icon.icon01 {
  width: 62px;
}
.about .contents--block--texts .title .icon.icon02 {
  width: 48px;
}
.about .contents--block--texts .title .icon.icon03 {
  width: 44px;
}
.about .contents--block--texts .title .icon.icon04 {
  width: 68px;
}
.about .contents--block--texts .title h2 {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
}
.about .contents--block--texts p {
  margin-top: 20px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}
.about .contents--block--texts .view-more {
  margin-top: 45px;
}
.about .contents--block--texts .view-more a {
  font-weight: bold;
}
.about .contents--block:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.about .contents--block:nth-of-type(odd) .contents--block--image {
  border-radius: 0 10px 10px 0;
}
.about .contents--block:nth-of-type(odd) .contents--block--texts {
  margin-left: 60px;
  margin-right: 2.5%;
}
.about .contents--block:nth-of-type(even) {
  background-color: #00a1cf;
  flex-direction: row-reverse;
}
.about .contents--block:nth-of-type(even) .contents--block--image {
  border-radius: 10px 0 0 10px;
}
.about .contents--block:nth-of-type(even) .contents--block--texts {
  color: #fff;
  margin-right: 60px;
  margin-left: 2.5%;
}
.about .contents--block:nth-of-type(even) .contents--block--texts .title:after {
  border-color: #fff;
}
.about .contents--block:nth-of-type(n+2) {
  margin-top: 177px;
}

@media screen and (max-width: 767px) {
  .about .main {
    height: 80vw;
  }
  .about .main--title {
    left: 5%;
  }
  .about .main--title h1 {
    font-size: 6.4vw;
    letter-spacing: 0.08em;
  }
  .about .main--title .en {
    margin-top: 2.6666666667vw;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
  }
  .about .lead {
    padding-top: 8vw;
  }
  .about .lead p {
    max-width: 90%;
    letter-spacing: 0;
    font-size: 3.7333333333vw;
  }
  .about .contents {
    margin-top: 18.6666666667vw;
    padding-bottom: 24vw;
  }
  .about .contents--block {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  .about .contents--block--image {
    top: auto;
    min-width: 100%;
    max-width: 100%;
  }
  .about .contents--block--texts {
    width: 100%;
    max-width: 100%;
    padding: 6.6666666667vw 5% 10.6666666667vw;
  }
  .about .contents--block--texts .title {
    padding-bottom: 4vw;
    display: flex;
    align-items: center;
  }
  .about .contents--block--texts .title:after {
    width: 4vw;
  }
  .about .contents--block--texts .title .icon {
    margin-right: 4vw;
  }
  .about .contents--block--texts .title .icon.icon01 {
    width: 16.5333333333vw;
  }
  .about .contents--block--texts .title .icon.icon02 {
    width: 12.8vw;
  }
  .about .contents--block--texts .title .icon.icon03 {
    width: 11.7333333333vw;
  }
  .about .contents--block--texts .title .icon.icon04 {
    width: 18.1333333333vw;
  }
  .about .contents--block--texts .title h2 {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .about .contents--block--texts p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .about .contents--block--texts .view-more {
    margin-top: 6.6666666667vw;
  }
  .about .contents--block:nth-of-type(odd) .contents--block--image {
    border-radius: 0;
  }
  .about .contents--block:nth-of-type(odd) .contents--block--texts {
    margin-left: 0;
    margin-right: 0;
  }
  .about .contents--block:nth-of-type(even) .contents--block--image {
    border-radius: 0;
  }
  .about .contents--block:nth-of-type(even) .contents--block--texts {
    margin-right: 0;
    margin-left: 0;
  }
  .about .contents--block:nth-of-type(n+2) {
    margin-top: 22.6666666667vw;
  }
}
.job_people .anchor_link {
  display: flex;
  justify-content: space-between;
}
.job_people .anchor_link li {
  width: 160px;
  height: 76px;
}
.job_people .anchor_link li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  border-radius: 10px;
  border: 1px solid #00a1cf;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.job_people .anchor_link li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
}
.job_people .anchor_link.upper {
  margin-top: 40px;
}
.job_people .anchor_link.upper li a:after {
  border-color: #00a1cf transparent transparent transparent;
  border-width: 15px 15px 0px 15px;
  bottom: -15px;
}
.job_people .anchor_link.under {
  margin-top: 85px;
}
.job_people .anchor_link.under li a:after {
  border-color: transparent transparent #00a1cf transparent;
  border-width: 0px 15px 15px 15px;
  top: -15px;
}
.job_people .main {
  padding-top: 125px;
}
.job_people .main--inner {
  max-width: 900px;
  margin: 0 auto;
}
.job_people .main--inner--title h1, .job_people .main--inner--title .en {
  font-weight: bold;
  line-height: 1.2;
}
.job_people .main--inner--title h1 {
  letter-spacing: 0.16em;
  font-size: 36px;
}
.job_people .main--inner--title .en {
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.job_people .main--inner p {
  margin-top: 35px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.job_people .contents {
  margin-top: 75px;
}
.job_people .contents--block--mainbg {
  width: 100%;
  position: relative;
  height: 500px;
}
.job_people .contents--block--mainbg .job {
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 13.17715959vw;
  min-width: 325px;
  height: 77px;
  border-radius: 10px 10px 0 0;
  padding: 0 50px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
}
.job_people .contents--block--container {
  padding: 40px 0 120px;
}
.job_people .contents--block--container--inner {
  max-width: 900px;
  margin: 0 auto;
}
.job_people .contents--block--container--inner--box .lead {
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
}
.job_people .contents--block--container--inner--box .title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 24px;
  padding-bottom: 25px;
}
.job_people .contents--block--container--inner--box .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  border-top: 1px solid #000;
}
.job_people .contents--block--container--inner--box dl {
  margin-top: 25px;
}
.job_people .contents--block--container--inner--box dl dt, .job_people .contents--block--container--inner--box dl dd {
  line-height: 2;
  font-size: 16px;
}
.job_people .contents--block--container--inner--box dl dt {
  font-weight: bold;
  color: #00a1cf;
}
.job_people .contents--block--container--inner--box dl:nth-of-type(n+2) {
  margin-top: 35px;
}
.job_people .contents--block--container--inner--box .persons {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.job_people .contents--block--container--inner--box .persons--box {
  width: 100%;
  max-width: 400px;
}
.job_people .contents--block--container--inner--box .persons--box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.job_people .contents--block--container--inner--box .persons--box a .image {
  width: 200px;
  margin-right: 20px;
}
.job_people .contents--block--container--inner--box .persons--box a .texts {
  color: #000;
}
.job_people .contents--block--container--inner--box .persons--box a .texts .section {
  white-space: nowrap;
  line-height: 1.8;
  font-size: 14px;
}
.job_people .contents--block--container--inner--box .persons--box a .texts .name {
  margin-top: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 20px;
}
.job_people .contents--block--container--inner--box .persons--box a .texts .view-more {
  margin-top: 30px;
  font-weight: bold;
}
.job_people .contents--block--container--inner--box .persons--box a:hover .texts .view-more:before, .job_people .contents--block--container--inner--box .persons--box a:hover .texts .view-more:after {
  right: -10px;
}
.job_people .contents--block--container--inner--box:nth-of-type(n+2) {
  border-top: 4px solid #000;
  margin-top: 40px;
  padding-top: 40px;
}
.job_people .contents--block:nth-of-type(odd) .contents--block--mainbg .job {
  background-color: #fff;
}
.job_people .contents--block:nth-of-type(odd) .contents--block--container {
  background-color: #fff;
}
.job_people .contents--block:nth-of-type(odd) .contents--block--container--inner--box:nth-of-type(n+2) {
  border-color: #f0f0f0;
}
.job_people .contents--block:nth-of-type(even) .contents--block--mainbg .job {
  background-color: #f0f0f0;
}
.job_people .contents--block:nth-of-type(even) .contents--block--container {
  background-color: #f0f0f0;
}
.job_people .contents--block:nth-of-type(even) .contents--block--container--inner--box:nth-of-type(n+2) {
  border-color: #fff;
}
.job_people .contents--block.b01 .contents--block--mainbg {
  background: url("../../image/msg/recruit/mse/job_people/index/bg-interview-index-image01.jpg") no-repeat center/cover;
}
.job_people .contents--block.b02 .contents--block--mainbg {
  background: url("../../image/msg/recruit/mse/job_people/index/bg-interview-index-image02.jpg") no-repeat center/cover;
}
.job_people .contents--block.b03 .contents--block--mainbg {
  background: url("../../image/msg/recruit/mse/job_people/index/bg-interview-index-image03.jpg") no-repeat center/cover;
}
.job_people .contents--block.b04 .contents--block--mainbg {
  background: url("../../image/msg/recruit/mse/job_people/index/bg-interview-index-image04.jpg") no-repeat center/cover;
}
.job_people .contents--block.b05 {
  padding-bottom: 100px;
}
.job_people .contents--block.b05 .contents--block--mainbg {
  background: url("../../image/msg/recruit/mse/job_people/index/bg-interview-index-image05.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .job_people .anchor_link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .job_people .anchor_link li {
    width: 30%;
    height: 50px;
  }
  .job_people .anchor_link li a {
    font-size: 4vw;
  }
  .job_people .anchor_link li:nth-of-type(2) {
    margin: 0 2.6666666667vw;
  }
  .job_people .anchor_link li:nth-of-type(n+4) {
    margin-top: 8vw;
  }
  .job_people .anchor_link li:last-child {
    margin-left: 2.6666666667vw;
  }
  .job_people .anchor_link.upper {
    margin-top: 5.3333333333vw;
  }
  .job_people .anchor_link.upper li a:after {
    border-width: 4vw 4vw 0px 4vw;
    bottom: -4vw;
  }
  .job_people .anchor_link.under {
    margin-top: 10.6666666667vw;
  }
  .job_people .anchor_link.under li a:after {
    border-width: 0px 4vw 4vw 4vw;
    top: -4vw;
  }
  .job_people .main {
    padding-top: 16vw;
  }
  .job_people .main--inner {
    max-width: 90%;
  }
  .job_people .main--inner--title h1 {
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .job_people .main--inner--title .en {
    margin-top: 2.1333333333vw;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
  }
  .job_people .main--inner p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .job_people .contents {
    margin-top: 9.3333333333vw;
  }
  .job_people .contents--block--mainbg {
    height: 66.6666666667vw;
  }
  .job_people .contents--block--mainbg .job {
    left: 5%;
    min-width: 42.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 10px 10px 0 0;
    padding: 0 5%;
    font-size: 5.3333333333vw;
  }
  .job_people .contents--block--container {
    padding: 5.3333333333vw 0 16vw;
  }
  .job_people .contents--block--container--inner {
    max-width: 90%;
  }
  .job_people .contents--block--container--inner--box .lead {
    font-size: 3.7333333333vw;
  }
  .job_people .contents--block--container--inner--box .title {
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
    padding-bottom: 4vw;
  }
  .job_people .contents--block--container--inner--box .title:after {
    width: 4vw;
  }
  .job_people .contents--block--container--inner--box dl {
    margin-top: 4vw;
  }
  .job_people .contents--block--container--inner--box dl dt, .job_people .contents--block--container--inner--box dl dd {
    line-height: 1.8;
    font-size: 3.7333333333vw;
  }
  .job_people .contents--block--container--inner--box dl dd {
    margin-left: 1em;
    text-indent: -1em;
  }
  .job_people .contents--block--container--inner--box dl:nth-of-type(n+2) {
    margin-top: 6.6666666667vw;
  }
  .job_people .contents--block--container--inner--box .persons {
    margin-top: 4vw;
  }
  .job_people .contents--block--container--inner--box .persons--box {
    max-width: 48%;
  }
  .job_people .contents--block--container--inner--box .persons--box a {
    display: block;
  }
  .job_people .contents--block--container--inner--box .persons--box a .image {
    width: 100%;
    margin-right: 0;
  }
  .job_people .contents--block--container--inner--box .persons--box a .texts {
    margin-top: 4vw;
  }
  .job_people .contents--block--container--inner--box .persons--box a .texts .section {
    font-size: 3.2vw;
  }
  .job_people .contents--block--container--inner--box .persons--box a .texts .name {
    margin-top: 2.6666666667vw;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
  }
  .job_people .contents--block--container--inner--box .persons--box a .texts .view-more {
    margin-top: 4vw;
  }
  .job_people .contents--block--container--inner--box .persons--box a:hover .texts .view-more:before, .job_people .contents--block--container--inner--box .persons--box a:hover .texts .view-more:after {
    right: 0;
  }
  .job_people .contents--block--container--inner--box:nth-of-type(n+2) {
    border-top: 2px solid #000;
    margin-top: 8vw;
    padding-top: 8vw;
  }
  .job_people .contents--block.b05 {
    padding-bottom: 13.3333333333vw;
  }
}
.people .main {
  position: relative;
}
.people .main--title, .people .main--profile {
  position: absolute;
  z-index: 2;
}
.people .main--title {
  top: 21.5226939971vw;
  left: 7.1010248902vw;
}
.people .main--title p span {
  display: inline-block;
  padding: 12px 15px;
  background-color: #fff;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 28px;
}
.people .main--title p:nth-of-type(n+2) {
  margin-top: 13px;
}
.people .main--profile {
  background-color: #fff;
  width: 400px;
  bottom: -1px;
  left: 16.9838945827vw;
  border-radius: 10px 10px 0 0;
  padding: 29px 0 0 33px;
}
.people .main--profile .section {
  line-height: 1.8;
  font-size: 14px;
}
.people .main--profile .name {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.people .main--profile .name dt, .people .main--profile .name dd {
  line-height: 1;
  font-weight: bold;
}
.people .main--profile .name dt {
  font-size: 20px;
  margin-right: 15px;
}
.people .main--profile .name dd {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.people .profile {
  padding: 50px 0 0 48px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.people .profile .en {
  position: absolute;
  line-height: 1;
  letter-spacing: 0.22em;
  font-family: "Roboto Condensed", sans-serif;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  top: 58px;
}
.people .profile p {
  line-height: 2;
  font-size: 14px;
}
.people .contents {
  margin-top: 100px;
}
.people .contents--block--inner {
  max-width: 900px;
  margin: 0 auto;
}
.people .contents--block--inner .title {
  padding-bottom: 25px;
  line-height: 1.2;
  position: relative;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 24px;
}
.people .contents--block--inner .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  border-top: 1px solid #000;
}
.people .contents--block--inner p {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 16px;
}
.people .contents--block--inner--half {
  display: flex;
  justify-content: space-between;
}
.people .contents--block--inner--half--box {
  width: 46.6%;
}
.people .contents--block--inner--schedule h3 {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 23px;
  max-width: 900px;
  margin: 0 auto;
}
.people .contents--block--inner--schedule--wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 50px;
}
.people .contents--block--inner--schedule--wrap:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #fff;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 1;
}
.people .contents--block--inner--schedule--wrap dl {
  position: relative;
  z-index: 2;
}
.people .contents--block--inner--schedule--wrap dl dt, .people .contents--block--inner--schedule--wrap dl dd {
  color: #fff;
  position: relative;
}
.people .contents--block--inner--schedule--wrap dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.people .contents--block--inner--schedule--wrap dl dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 7px;
  bottom: -20px;
}
.people .contents--block--inner--schedule--wrap dl dd {
  margin-top: 30px;
  padding-left: 22px;
  font-size: 12px;
}
.people .contents--block--inner--schedule--wrap dl dd:before, .people .contents--block--inner--schedule--wrap dl dd:after {
  content: "";
  display: block;
  position: absolute;
}
.people .contents--block--inner--schedule--wrap dl dd:before {
  height: 23px;
  border-left: 1px dashed #fff;
  left: 11px;
  top: -12px;
}
.people .contents--block--inner--schedule--wrap dl dd:after {
  width: 8px;
  border-top: 1px dashed #fff;
  left: 11px;
  top: 11px;
}
.people .contents--block.b01 .contents--block--inner--half {
  margin-top: 85px;
}
.people .contents--block.b02 {
  margin-top: 90px;
  background-color: #f0f0f0;
  padding: 90px 0 0;
}
.people .contents--block.b02 .contents--block--fullimage {
  margin-top: 90px;
}
.people .contents--block.b03 {
  background-color: #1d1c55;
  padding: 100px 0;
}
.people .contents--block.b03 .contents--block--inner {
  max-width: 1000px;
}
.people .contents--block.b04 {
  padding: 100px 0;
}
.people .contents--block.b05 {
  background-color: #00a1cf;
}
.people .contents--block.b05 .contents--block--inner {
  padding: 100px 0;
}
.people .contents--block.b05 .contents--block--inner .title {
  color: #fff;
}
.people .contents--block.b05 .contents--block--inner .title:after {
  border-color: #fff;
}
.people .contents--block.b05 .contents--block--inner p {
  color: #fff;
}
.people .under-link {
  padding: 150px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .people .main {
    height: 80vw;
    position: relative;
    z-index: 5;
  }
  .people .main--title {
    top: 15%;
    left: 5%;
  }
  .people .main--title p span {
    padding: 1.6vw 2.1333333333vw;
    letter-spacing: 0;
    font-size: 4.5333333333vw;
  }
  .people .main--title p:nth-of-type(n+2) {
    margin-top: 2.1333333333vw;
  }
  .people .main--profile {
    display: inline-block;
    width: auto;
    left: 5%;
    padding: 2.6666666667vw 4vw 0.5333333333vw;
    bottom: 0;
  }
  .people .main--profile .section {
    font-size: 3.2vw;
  }
  .people .main--profile .name {
    margin-top: 2.1333333333vw;
  }
  .people .main--profile .name dt {
    font-size: 4.2666666667vw;
    margin-right: 2.6666666667vw;
  }
  .people .main--profile .name dd {
    margin-top: 0.5333333333vw;
    font-size: 3.2vw;
  }
  .people .main--bg {
    transform: scale(1.45);
    transform-origin: top center;
  }
  .people .profile {
    padding: 6.6666666667vw 0 0 10%;
    max-width: 90%;
  }
  .people .profile .en {
    letter-spacing: 0.12em;
    font-size: 3.7333333333vw;
    top: 8vw;
  }
  .people .profile p {
    line-height: 1.6;
    font-size: 3.7333333333vw;
  }
  .people .contents {
    margin-top: 13.3333333333vw;
  }
  .people .contents--block--inner {
    max-width: 90%;
  }
  .people .contents--block--inner .title {
    padding-bottom: 4vw;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
  }
  .people .contents--block--inner .title:after {
    width: 4vw;
  }
  .people .contents--block--inner p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .people .contents--block--inner--half {
    display: block;
  }
  .people .contents--block--inner--half--box {
    width: 100%;
  }
  .people .contents--block--inner--half--box:nth-of-type(n+2) {
    margin-top: 8vw;
  }
  .people .contents--block--inner--schedule h3 {
    letter-spacing: 0.04em;
    font-size: 4.8vw;
    max-width: 100%;
  }
  .people .contents--block--inner--schedule--wrap {
    margin-top: 6.6666666667vw;
    padding: 0;
    display: block;
  }
  .people .contents--block--inner--schedule--wrap:before {
    border-top: none;
    border-left: 1px solid #fff;
    width: auto;
    height: 100%;
    top: 0;
    left: 1.0666666667vw;
  }
  .people .contents--block--inner--schedule--wrap dl {
    padding: 4vw 0;
  }
  .people .contents--block--inner--schedule--wrap dl dt, .people .contents--block--inner--schedule--wrap dl dd {
    padding-left: 6.6666666667vw;
  }
  .people .contents--block--inner--schedule--wrap dl dt {
    font-size: 4.2666666667vw;
  }
  .people .contents--block--inner--schedule--wrap dl dt:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: 0;
    top: 1.3333333333vw;
    bottom: auto;
  }
  .people .contents--block--inner--schedule--wrap dl dd {
    margin-top: 5.3333333333vw;
    padding-left: 16vw;
    font-size: 3.7333333333vw;
  }
  .people .contents--block--inner--schedule--wrap dl dd br {
    display: none;
  }
  .people .contents--block--inner--schedule--wrap dl dd:before {
    height: 6.6666666667vw;
    left: 10.6666666667vw;
    top: -4vw;
  }
  .people .contents--block--inner--schedule--wrap dl dd:after {
    width: 4vw;
    left: 10.6666666667vw;
    top: 2.6666666667vw;
  }
  .people .contents--block--inner--schedule--wrap dl:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .people .contents--block.b01 .contents--block--inner--half {
    margin-top: 12vw;
  }
  .people .contents--block.b02 {
    margin-top: 12vw;
    padding: 12vw 0 0;
  }
  .people .contents--block.b02 .contents--block--fullimage {
    margin-top: 12vw;
  }
  .people .contents--block.b03 {
    padding: 13.3333333333vw 0;
  }
  .people .contents--block.b03 .contents--block--inner {
    max-width: 90%;
  }
  .people .contents--block.b04 {
    padding: 13.3333333333vw 0;
  }
  .people .contents--block.b05 {
    background-color: #00a1cf;
  }
  .people .contents--block.b05 .contents--block--inner {
    padding: 13.3333333333vw 0;
  }
  .people .under-link {
    padding: 20vw 0;
  }
}
.crosstalk .main {
  position: relative;
  overflow: hidden;
}
.crosstalk .main--title {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.crosstalk .main--title .en, .crosstalk .main--title h1 {
  line-height: 1;
  white-space: nowrap;
}
.crosstalk .main--title .en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.crosstalk .main--title h1 {
  letter-spacing: 0.1em;
  margin-top: 15px;
  font-size: 45px;
  font-feature-settings: "palt";
}
.crosstalk .main--title.white {
  width: 65.8857979502vw;
}
.crosstalk .main--title.white .shadow {
  position: relative;
}
.crosstalk .main--title.white .shadow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1;
  filter: blur(135px);
}
.crosstalk .main--title.white .en, .crosstalk .main--title.white h1 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.crosstalk .head {
  padding-top: 45px;
}
.crosstalk .head--inner {
  max-width: 900px;
  margin: 0 auto;
}
.crosstalk .head--inner--block > p {
  font-weight: 500;
  font-size: 16px;
}
.crosstalk .head--inner--block:nth-of-type(2) {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 4px solid #f0f0f0;
}
.crosstalk .head--inner--block--profile {
  position: relative;
}
.crosstalk .head--inner--block--profile .en {
  position: absolute;
  line-height: 1;
  letter-spacing: 0.22em;
  font-family: "Roboto Condensed", sans-serif;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  top: 0;
}
.crosstalk .head--inner--block--profile--wrap {
  max-width: 866px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.crosstalk .head--inner--block--profile--wrap .box {
  display: flex;
}
.crosstalk .head--inner--block--profile--wrap .box .image {
  width: 100%;
  max-width: 112px;
  margin-right: 23px;
}
.crosstalk .head--inner--block--profile--wrap .box .texts {
  width: 100%;
  max-width: 260px;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name {
  display: flex;
  align-items: center;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt, .crosstalk .head--inner--block--profile--wrap .box .texts .name dd {
  line-height: 1;
  font-weight: bold;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt {
  letter-spacing: 0.08em;
  font-size: 25px;
  margin-right: 15px;
  /*crosstalk_03*/
  /*crosstalk_04*/
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_yk {
  color: #00a1cf !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_kh {
  color: #00b86a !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_em {
  color: #0005cd !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_kk {
  color: #cd00b9 !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_ym {
  color: #ffa000 !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_nk {
  color: #ff1900 !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_mw {
  color: #bb7e00 !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dt.name_kn {
  color: #5d8dff !important;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .name dd {
  margin-top: 3px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.crosstalk .head--inner--block--profile--wrap .box .texts .section {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 14px;
}
.crosstalk .head--inner--block--profile--wrap .box .texts p {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 14px;
}
.crosstalk .head--inner--block--profile--wrap .box:nth-of-type(1) .texts .name dt {
  color: #00a1cf;
}
.crosstalk .head--inner--block--profile--wrap .box:nth-of-type(2) .texts .name dt {
  color: #00b86a;
}
.crosstalk .head--inner--block--profile--wrap .box:nth-of-type(n+3) {
  margin-top: 55px !important;
}
.crosstalk .contents {
  margin-top: 105px;
  padding-bottom: 345px;
}
.crosstalk .contents--block {
  position: relative;
}
.crosstalk .contents--block--image {
  max-width: 1040px;
  width: 100%;
  overflow: hidden;
}
.crosstalk .contents--block--texts {
  margin-top: 118px;
}
.crosstalk .contents--block--texts h2 {
  max-width: 1040px;
  width: 100%;
  line-height: 1;
  font-size: 30px;
  padding: 8px 16px;
}
.crosstalk .contents--block--texts--wrap {
  position: relative;
  width: 100%;
  max-width: 1040px;
}
.crosstalk .contents--block--texts--wrap dl {
  display: flex;
  max-width: 810px;
}
.crosstalk .contents--block--texts--wrap dl dt, .crosstalk .contents--block--texts--wrap dl dd {
  font-size: 16px;
  width: 100%;
}
.crosstalk .contents--block--texts--wrap dl dt {
  font-weight: bold;
  max-width: 85px;
  white-space: nowrap;
  /*crosstalk_03*/
  /*crosstalk_04*/
}
.crosstalk .contents--block--texts--wrap dl dt.name01 {
  color: #00a1cf;
}
.crosstalk .contents--block--texts--wrap dl dt.name02 {
  color: #00b86a;
}
.crosstalk .contents--block--texts--wrap dl dt.name_yk {
  color: #00a1cf;
}
.crosstalk .contents--block--texts--wrap dl dt.name_kh {
  color: #00b86a;
}
.crosstalk .contents--block--texts--wrap dl dt.name_em {
  color: #0005cd;
}
.crosstalk .contents--block--texts--wrap dl dt.name_kk {
  color: #cd00b9;
}
.crosstalk .contents--block--texts--wrap dl dt.name_ym {
  color: #ffa000;
}
.crosstalk .contents--block--texts--wrap dl dt.name_nk {
  color: #ff1900;
}
.crosstalk .contents--block--texts--wrap dl dt.name_mw {
  color: #bb7e00;
}
.crosstalk .contents--block--texts--wrap dl dt.name_kn {
  color: #5d8dff;
}
.crosstalk .contents--block--texts--wrap dl dd {
  font-weight: 500;
  max-width: 725px;
}
.crosstalk .contents--block--texts--wrap dl:nth-of-type(n+2) {
  margin-top: 35px !important;
}
.crosstalk .contents--block--fullimage {
  margin-top: 110px;
}
.crosstalk .contents--block:nth-of-type(odd):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 250px);
  top: 250px;
  left: 0;
  background-color: #f0f0f0;
  z-index: -1;
}
.crosstalk .contents--block:nth-of-type(odd) .contents--block--image {
  margin: 0 0 0 auto;
  border-radius: 10px 0 0 10px;
}
.crosstalk .contents--block:nth-of-type(odd) .contents--block--texts h2 {
  margin: 0 0 0 auto;
  background-color: #fff;
}
.crosstalk .contents--block:nth-of-type(odd) .contents--block--texts--wrap {
  margin: 35px 0 0 auto;
}
.crosstalk .contents--block:nth-of-type(even) .contents--block--image {
  border-radius: 0 10px 10px 0;
}
.crosstalk .contents--block:nth-of-type(even) .contents--block--texts h2 {
  background-color: #f0f0f0;
}
.crosstalk .contents--block:nth-of-type(even) .contents--block--texts h2 span {
  display: block;
  width: 100%;
  max-width: 810px;
  margin: 0 0 0 auto;
}
.crosstalk .contents--block:nth-of-type(even) .contents--block--texts--wrap {
  margin: 35px 0 0 0;
}
.crosstalk .contents--block:nth-of-type(even) .contents--block--texts--wrap dl {
  margin: 0 0 0 auto;
}
.crosstalk .contents--block:nth-of-type(n+2) {
  margin-top: 95px;
}

.c02 .main--title {
  width: 87.701317716vw;
  left: auto;
  right: 0;
  transform: none;
  bottom: 9.1508052709vw;
  background-color: rgba(0, 161, 207, 0.95);
  padding: 1.0980966325vw 0 1.0980966325vw 5.1244509517vw;
}
.c02 .main--title .en, .c02 .main--title h1 {
  color: #fff;
}
.c02 .main--title h1 {
  line-height: 1.4;
  margin-left: 0;
  letter-spacing: 0.08em;
}
.c02 .main small {
  display: block;
  text-align: right;
  position: absolute;
  width: 100%;
  color: #fff;
  padding-right: 2.196193265vw;
  font-size: 0.878477306vw;
  right: 0;
  bottom: 6.9546120059vw;
}
.c02 .head--inner--block--profile--wrap .box:nth-of-type(1) .texts .name dt {
  color: #bb7e00;
}
.c02 .head--inner--block--profile--wrap .box:nth-of-type(2) .texts .name dt {
  color: #5d8dff;
}
.c02 .contents--block--texts--wrap dl dt.name01 {
  color: #5d8dff;
}
.c02 .contents--block--texts--wrap dl dt.name02 {
  color: #bb7e00;
}
@media screen and (max-width: 767px) {
  .crosstalk .main {
    overflow: hidden;
    height: 85.3333333333vw;
  }
  .crosstalk .main--title {
    bottom: 3.2vw;
  }
  .crosstalk .main--title .en {
    letter-spacing: 0.04em;
    font-size: 3.4666666667vw;
  }
  .crosstalk .main--title h1 {
    margin-top: 1.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.4;
    text-indent: -0.5em;
    margin-left: 0.5em;
    position: relative;
    left: -0.5em;
  }
  .crosstalk .main--title.white {
    width: 90%;
  }
  .crosstalk .main--title.white .shadow:before {
    filter: blur(90px);
  }
  .crosstalk .main--title.white h1 {
    text-indent: inherit;
    left: 0;
    margin-left: 0;
  }
  .crosstalk .main--bg {
    transform: scale(1.45);
    transform-origin: top center;
  }
  .crosstalk .head {
    padding-top: 6.6666666667vw;
  }
  .crosstalk .head--inner {
    max-width: 90%;
  }
  .crosstalk .head--inner--block > p {
    font-size: 3.7333333333vw;
  }
  .crosstalk .head--inner--block:nth-of-type(2) {
    margin-top: 9.3333333333vw;
    padding-top: 9.3333333333vw;
    border-top: 2px solid #f0f0f0;
  }
  .crosstalk .head--inner--block--profile .en {
    letter-spacing: 0.12em;
    font-size: 3.7333333333vw;
  }
  .crosstalk .head--inner--block--profile--wrap {
    max-width: 90%;
    margin: 0 0 0 auto;
    display: block;
  }
  .crosstalk .head--inner--block--profile--wrap .box {
    display: flex;
    justify-content: space-between;
  }
  .crosstalk .head--inner--block--profile--wrap .box .image {
    max-width: 40%;
    margin-right: 0;
  }
  .crosstalk .head--inner--block--profile--wrap .box .texts {
    max-width: 55%;
  }
  .crosstalk .head--inner--block--profile--wrap .box .texts .name {
    display: block;
  }
  .crosstalk .head--inner--block--profile--wrap .box .texts .name dt {
    letter-spacing: 0.04em;
    font-size: 4.8vw;
  }
  .crosstalk .head--inner--block--profile--wrap .box .texts .name dd {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .crosstalk .head--inner--block--profile--wrap .box .texts .section {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .crosstalk .head--inner--block--profile--wrap .box .texts p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
  .crosstalk .head--inner--block--profile--wrap .box:nth-of-type(2) {
    margin-top: 9.3333333333vw;
  }
  .crosstalk .contents {
    margin-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  .crosstalk .contents--block--image {
    max-width: 100%;
    border-radius: 0 !important;
  }
  .crosstalk .contents--block--texts {
    margin-top: 0;
    padding: 8vw 0 16vw;
  }
  .crosstalk .contents--block--texts h2 {
    max-width: 100%;
    font-size: 4.8vw;
    line-height: 1.4;
    padding: 4vw 5%;
    text-align: center;
  }
  .crosstalk .contents--block--texts--wrap {
    max-width: 90%;
    margin: 5.3333333333vw auto 0 !important;
  }
  .crosstalk .contents--block--texts--wrap dl {
    max-width: 100%;
  }
  .crosstalk .contents--block--texts--wrap dl dt, .crosstalk .contents--block--texts--wrap dl dd {
    font-size: 3.7333333333vw;
  }
  .crosstalk .contents--block--texts--wrap dl dt {
    max-width: 18%;
  }
  .crosstalk .contents--block--texts--wrap dl dd {
    max-width: 78%;
  }
  .crosstalk .contents--block--texts--wrap dl:nth-of-type(n+2) {
    margin-top: 5.3333333333vw !important;
  }
  .crosstalk .contents--block--fullimage {
    margin-top: 0;
  }
  .crosstalk .contents--block:nth-of-type(odd):before {
    display: none;
  }
  .crosstalk .contents--block:nth-of-type(odd) .contents--block--texts {
    background-color: #f0f0f0;
  }
  .crosstalk .contents--block:nth-of-type(odd) .contents--block--texts h2 {
    margin: 0;
  }
  .crosstalk .contents--block:nth-of-type(even) .contents--block--texts h2 span {
    max-width: 100%;
    margin: 0;
  }
  .crosstalk .contents--block:nth-of-type(even) .contents--block--texts--wrap dl {
    margin: 0;
  }
  .crosstalk .contents--block:nth-of-type(n+2) {
    margin-top: 0;
  }
  .c02 .main--title {
    bottom: 13.3333333333vw;
    width: 90%;
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
  }
  .c02 .main--title h1 {
    text-indent: 0;
  }
  .c02 .main small {
    padding-right: 2.6666666667vw;
    font-size: 3.2vw;
    bottom: 2.6666666667vw;
    z-index: 3;
  }
  .c02 .main--bg {
    transform: scale(1.45);
    transform-origin: top right;
  }
  .c02 .head--inner--block--profile--wrap .box:nth-of-type(1) .texts .name dt {
    color: #bb7e00;
  }
  .c02 .head--inner--block--profile--wrap .box:nth-of-type(2) .texts .name dt {
    color: #5d8dff;
  }
  .c02 .contents--block--texts--wrap dl dt.name01 {
    color: #5d8dff;
  }
  .c02 .contents--block--texts--wrap dl dt.name02 {
    color: #bb7e00;
  }
  .c04 .main--bg {
    transform-origin: top left;
  }
}
.privacy .contents {
  padding: 160px 0 90px;
}
.privacy .contents--inner {
  max-width: 900px;
  margin: 0 auto;
}
.privacy .contents--inner h1 {
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.16em;
  font-size: 36px;
}
.privacy .contents--inner--wrap {
  margin-top: 50px;
}
.privacy .contents--inner--wrap dl dt, .privacy .contents--inner--wrap dl dd {
  font-size: 16px;
  line-height: 1.8;
}
.privacy .contents--inner--wrap dl dt {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.privacy .contents--inner--wrap dl dd {
  margin-left: 1.5em;
}
.privacy .contents--inner--wrap dl dd a {
  color: #000;
}
.privacy .contents--inner--wrap dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
.privacy .contents--inner--wrap dl:nth-of-type(n+2) {
  margin-top: 30px;
}
.privacy .contact {
  padding: 0 0 160px 0;
}
.privacy .contact--btn {
  max-width: 450px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
.privacy .contact--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.privacy .contact--btn a:before, .privacy .contact--btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease-out;
}
.privacy .contact--btn a:before {
  width: 35px;
  border-bottom: 1px solid #000;
  margin-top: 3px;
}
.privacy .contact--btn a:after {
  margin-right: 2px;
  height: 8px;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.privacy .contact--btn a:hover {
  text-decoration: none;
}
.privacy .contact--btn a:hover:before, .privacy .contact--btn a:hover:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .privacy .contents {
    padding: 21.3333333333vw 0 12vw;
  }
  .privacy .contents--inner {
    max-width: 90%;
  }
  .privacy .contents--inner h1 {
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-size: 6.4vw;
  }
  .privacy .contents--inner--wrap {
    margin-top: 6.6666666667vw;
  }
  .privacy .contents--inner--wrap dl dt, .privacy .contents--inner--wrap dl dd {
    font-size: 3.7333333333vw;
  }
  .privacy .contents--inner--wrap dl:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .privacy .contact {
    padding: 0 0 16vw 0;
  }
  .privacy .contact--btn {
    max-width: 70%;
    height: 9.3333333333vw;
  }
  .privacy .contact--btn a {
    padding: 0 10%;
    border-radius: 20px;
    font-size: 3.7333333333vw;
  }
  .privacy .contact--btn a:before, .privacy .contact--btn a:after {
    right: 5%;
  }
  .privacy .contact--btn a:before {
    width: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
  .privacy .contact--btn a:after {
    margin-right: 0.5333333333vw;
    height: 1.6vw;
  }
  .privacy .contact--btn a:hover {
    text-decoration: none;
  }
  .privacy .contact--btn a:hover:before, .privacy .contact--btn a:hover:after {
    right: 5%;
  }
}
.support .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support .main--title {
  text-align: center;
  width: 100%;
  max-width: 603px;
}
.support .main--title--inner {
  display: inline-block;
  text-align: left;
}
.support .main--title--inner h1, .support .main--title--inner .en {
  line-height: 1;
  font-weight: bold;
}
.support .main--title--inner h1 {
  letter-spacing: 0.16em;
  font-size: 36px;
}
.support .main--title--inner .en {
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.support .main--image {
  width: 100%;
  max-width: 763px;
}
.support .contents {
  padding-bottom: 160px;
}
.support .contents--block {
  position: relative;
}
.support .contents--block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  background-color: #f0f0f0;
  left: 0;
}
.support .contents--block--inner {
  max-width: 900px;
  margin: 0 auto;
}
.support .contents--block--inner--head h2 {
  position: relative;
  padding-bottom: 26px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
}
.support .contents--block--inner--head h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  border-bottom: 1px solid #000;
}
.support .contents--block--inner--head p {
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.support .contents--block--inner--figure {
  margin-top: 45px;
}
.support .contents--block--inner--information h3 {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #00a1cf;
}
.support .contents--block--inner--information p {
  margin-top: 20px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}
.support .contents--block--inner--information p span {
  font-weight: bold;
}
.support .contents--block--inner--information--box--wrap .box h4 {
  line-height: 1.2;
  font-weight: bold;
  color: #1d1c55;
  font-size: 16px;
}
.support .contents--block#education {
  padding-top: 80px;
}
.support .contents--block#education:before {
  height: 532px;
  top: -90px;
}
.support .contents--block#education .contents--block--inner--information {
  margin-top: 80px;
}
.support .contents--block#education .contents--block--inner--information--box--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support .contents--block#education .contents--block--inner--information--box--title small {
  line-height: 1.2;
  font-size: 12px;
}
.support .contents--block#education .contents--block--inner--information--box--wrap {
  margin-top: 35px;
}
.support .contents--block#education .contents--block--inner--information--box--wrap .box:nth-of-type(n+2) {
  margin-top: 40px;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex .box {
  margin-top: 0;
  width: 50%;
  padding: 30px 0;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(odd) {
  padding-right: 40px;
  border-right: 1px solid #d9d9d9;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(even) {
  padding-left: 40px;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(n+3) {
  border-top: 1px solid #d9d9d9;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(-n+2) {
  padding-top: 8px;
}
.support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(n+7) {
  padding-bottom: 8px;
}
.support .contents--block#education .contents--block--inner--information--box:nth-of-type(n+2) {
  margin-top: 85px;
}
.support .contents--block#welfare {
  margin-top: 195px;
}
.support .contents--block#welfare:before {
  height: 381px;
  top: -120px;
}
.support .contents--block#welfare .contents--block--inner--information {
  margin-top: 50px;
}
.support .contents--block#welfare .contents--block--inner--information--box--wrap {
  display: flex;
  justify-content: space-between;
}
.support .contents--block#welfare .contents--block--inner--information--box--wrap .image {
  width: 100%;
  max-width: 335px;
}
.support .contents--block#welfare .contents--block--inner--information--box--wrap .texts {
  width: 100%;
  max-width: 515px;
}
.support .contents--block#welfare .contents--block--inner--information--box:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
  margin-top: 35px;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .support .main--title {
    max-width: 40%;
  }
  .support .main--title--inner h1 {
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .support .main--title--inner .en {
    margin-top: 2.1333333333vw;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
  }
  .support .main--image {
    max-width: 60%;
  }
  .support .contents {
    padding-bottom: 21.3333333333vw;
  }
  .support .contents--block--inner {
    max-width: 90%;
  }
  .support .contents--block--inner--head h2 {
    padding-bottom: 4vw;
    font-size: 4.8vw;
  }
  .support .contents--block--inner--head h2:after {
    width: 4vw;
  }
  .support .contents--block--inner--head p {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
  .support .contents--block--inner--figure {
    margin-top: 10.6666666667vw;
  }
  .support .contents--block--inner--figure .sp {
    font-size: 3.2vw;
    text-align: right;
  }
  .support .contents--block--inner--figure figure {
    overflow-x: scroll;
    margin-top: 1.3333333333vw;
  }
  .support .contents--block--inner--figure figure img {
    display: block;
    width: 700px;
    max-width: none;
  }
  .support .contents--block--inner--information h3 {
    padding-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
  .support .contents--block--inner--information p {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
  .support .contents--block--inner--information p span {
    font-weight: bold;
  }
  .support .contents--block--inner--information--box--wrap .box h4 {
    font-size: 3.7333333333vw;
  }
  .support .contents--block#education {
    padding-top: 5.3333333333vw;
  }
  .support .contents--block#education:before {
    height: 72vw;
    top: -8vw;
  }
  .support .contents--block#education .contents--block--inner--information {
    margin-top: 10.6666666667vw;
  }
  .support .contents--block#education .contents--block--inner--information--box--title {
    display: block;
  }
  .support .contents--block#education .contents--block--inner--information--box--title small {
    display: block;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap {
    margin-top: 6.6666666667vw;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap .box:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex {
    margin-top: 4vw;
    display: block;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box {
    width: 100%;
    padding: 4vw 0;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(odd) {
    padding-right: 0;
    border-right: none;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(even) {
    padding-left: 0;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(n+2), .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(n+3) {
    border-top: 1px solid #d9d9d9;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(-n+2) {
    padding-top: 4vw;
  }
  .support .contents--block#education .contents--block--inner--information--box--wrap.flex .box:nth-of-type(n+7) {
    padding-bottom: 4vw;
  }
  .support .contents--block#education .contents--block--inner--information--box:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
  .support .contents--block#welfare {
    margin-top: 26.6666666667vw;
  }
  .support .contents--block#welfare:before {
    height: 53.3333333333vw;
    top: -16vw;
  }
  .support .contents--block#welfare .contents--block--inner--information {
    margin-top: 6.6666666667vw;
  }
  .support .contents--block#welfare .contents--block--inner--information--box--wrap {
    display: block;
  }
  .support .contents--block#welfare .contents--block--inner--information--box--wrap .image {
    max-width: 100%;
  }
  .support .contents--block#welfare .contents--block--inner--information--box--wrap .texts {
    max-width: 100%;
    margin-top: 5.3333333333vw;
  }
  .support .contents--block#welfare .contents--block--inner--information--box:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.data .main {
  width: 100%;
  height: 565px;
  position: relative;
  background: url("../../image/msg/recruit/mse/data/img-data-main.jpg") no-repeat center/cover;
}
.data .main--title {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.4450951684vw;
}
.data .main--title h1, .data .main--title .en {
  font-weight: bold;
  line-height: 1.2;
}
.data .main--title h1 {
  font-size: 36px;
  letter-spacing: 0.16em;
}
.data .main--title .en {
  margin-top: 18px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.data .lead {
  padding-top: 60px;
}
.data .lead p {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: -0.02em;
  font-size: 16px;
}
.data .contents {
  margin-top: 60px;
  padding-bottom: 180px;
}
.data .contents--inner {
  max-width: 900px;
  margin: 0 auto;
}
.data .contents--inner--block--wrap {
  display: flex;
  flex-wrap: wrap;
}
.data .contents--inner--block--wrap--box {
  width: 50%;
  position: relative;
}
.data .contents--inner--block--wrap--box .ttl {
  position: absolute;
  top: 25px;
  left: 0;
}
.data .contents--inner--block--wrap--box .ttl span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 25px;
}
.data .contents--inner--block--wrap--box .ttl span:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  border-top: 1px solid #000;
  left: 0;
  bottom: 0;
}
.data .contents--inner--block--wrap--box figure img {
  width: 100%;
}
.data .contents--inner--block--wrap--box p {
  max-width: 414px;
  width: 100%;
  position: absolute;
  font-weight: 500;
  line-height: 1.8;
  font-size: 16px;
  left: 0;
  bottom: 25px;
}
.data .contents--inner--block--wrap--box.full {
  width: 100%;
}
.data .contents--inner--block--wrap--box.even {
  border-left: 1px solid #d9d9d9;
}
.data .contents--inner--block--wrap--box.even .ttl {
  left: 30px;
}
.data .contents--inner--block--wrap:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 20px;
}
.data .contents--inner--block:nth-of-type(3) {
  margin-top: 30px;
}
.data .contents--inner--block:nth-of-type(n+4) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #00a1cf;
}
.data .contents--inner--title {
  margin-top: 40px;
  width: 100%;
  height: 48px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.data .contents--inner--title p {
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .data .main {
    height: 80vw;
  }
  .data .main--title {
    left: 5%;
  }
  .data .main--title h1 {
    font-size: 6.4vw;
    letter-spacing: 0.08em;
  }
  .data .main--title .en {
    margin-top: 2.6666666667vw;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
  }
  .data .lead {
    padding-top: 8vw;
  }
  .data .lead p {
    max-width: 90%;
    letter-spacing: 0;
    font-size: 3.7333333333vw;
  }
  .data .contents {
    margin-top: 8vw;
    padding-bottom: 24vw;
  }
  .data .contents--inner {
    max-width: 90%;
  }
  .data .contents--inner--block--wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .data .contents--inner--block--wrap--box {
    width: 50%;
    position: relative;
  }
  .data .contents--inner--block--wrap--box .ttl {
    top: 0;
  }
  .data .contents--inner--block--wrap--box .ttl span {
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
  }
  .data .contents--inner--block--wrap--box .ttl span:after {
    width: 4vw;
  }
  .data .contents--inner--block--wrap--box p {
    position: static;
    max-width: 90%;
    line-height: 1.4;
    font-size: 3.2vw;
    margin-top: -6.6666666667vw;
  }
  .data .contents--inner--block--wrap--box.even .ttl {
    left: 4vw;
  }
  .data .contents--inner--block--wrap--box.spttl {
    margin-top: 2.6666666667vw;
  }
  .data .contents--inner--block--wrap--box.spttl .ttl {
    top: -2.6666666667vw;
  }
  .data .contents--inner--block--wrap:nth-of-type(n+2) {
    margin-top: 4vw;
    padding-top: 4vw;
  }
  .data .contents--inner--block:nth-of-type(3) {
    margin-top: 6.6666666667vw;
  }
  .data .contents--inner--block:nth-of-type(n+4) {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .data .contents--inner--title {
    margin-top: 6.6666666667vw;
    height: 10.6666666667vw;
  }
  .data .contents--inner--title p {
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */