@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form, figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th, td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

input, textarea, select {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

img,
video {
  max-width: 100%;
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 751px) {
  :root {
    font-size: 7.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #141414;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.26rem;
    line-height: 1.6923076923;
  }
}

#wrap {
  overflow: hidden;
}

.wrap {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: unset;
  }
}
html:not(.mobile) .hov {
  transition: opacity 0.3s;
}
@supports (filter: brightness(100%)) {
  html:not(.mobile) .hov {
    transition-property: filter;
  }
}
html:not(.mobile) .hov:hover {
  opacity: 0.8;
}
@supports (filter: brightness(100%)) {
  html:not(.mobile) .hov:hover {
    filter: brightness(110%);
    opacity: 1;
  }
}

.gHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 0.82rem;
  padding: 0 0 0 0.24rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader {
    height: 1rem;
    padding: 0 0 0 0.4rem;
    position: static;
  }
}
.gHeader .branding {
  width: 3.92rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    width: 4.8rem;
  }
}
.gHeader .branding a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gHeader .branding img {
  width: 2.86rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding img {
    width: 3.36rem;
  }
}
.gHeader .branding span {
  color: #189bf0;
  font-family: "Roboto", sans-serif;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .branding span {
    font-size: 0.27rem;
  }
}
.gHeader .cv {
  display: flex;
  width: 9rem;
  border-top: 1px solid #189bf0;
  border-bottom: 1px solid #189bf0;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .gHeader .cv {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9000;
    background: #fff;
    transition: transform 0.4s;
  }
  body.hideCv .gHeader .cv {
    transform: translate3d(0, 100%, 0);
  }
}
.gHeader .cv li {
  box-sizing: border-box;
  width: 2rem;
  border-left: 1px solid #189bf0;
}
@media screen and (max-width: 750px) {
  .gHeader .cv li {
    width: 50%;
  }
  .gHeader .cv li:first-child {
    display: none;
  }
}
.gHeader .cv a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  height: 100%;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  padding: 0.14rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .gHeader .cv a {
    padding: 10px 0;
    font-size: 0.36rem;
    line-height: 0.38rem;
  }
}
.gHeader .cv .entry2, .gHeader .cv .entry3 {
  font-size: 0.2rem;
}
.gHeader .cv .entry2 {
  background: #f06c18;
  color: #fff;
}
.gHeader .cv .entry3 {
  background: #6dd434;
  color: #fff;
}
.gHeader .cv .contact,
.gHeader .cv .internship {
  color: #189bf0;
}
.gHeader .cv .internship {
  font-size: 0.22rem;
}
@media screen and (max-width: 750px) {
  .gHeader .cv .internship {
    font-size: 0.22rem;
  }
}
.gHeader .cv .entry {
  background: #189bf0;
  color: #fff;
}

.main {
  padding: 0.82rem 0 0;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0;
  }
}
.main .pageTitle {
  position: relative;
}
.main .pageTitle .image img {
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .main .pageTitle .image img {
    height: 5.24rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  @media screen and (max-width: 750px) {
    .main .pageTitle .image img {
      height: auto;
    }
  }
}
.main .pageTitle .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .pageTitle .text.bule {
  color: #189bf0;
}
.main .pageTitle .text.white {
  color: #fff;
}
.main .pageTitle .text .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .pageTitle .text .title {
    font-size: 1.2rem;
  }
}
.main .pageTitle .text p {
  margin: 0.22rem 0 0;
  padding: 0 0 0.12rem;
  font-size: 0.32rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageTitle .text p {
    margin: 0.23rem 0 0;
    padding: 0 0 0.17rem;
  }
}
.main .pageTitle .text p.white {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .pageTitle .text.spSmall .title {
    font-size: 0.9rem;
  }
  .main .pageTitle .text.spSmall p {
    margin: 0.27rem 0 0;
    padding: 0 0 0.13rem;
  }
}
.main .article .title,
.main .section .title {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .article .title,
  .main .section .title {
    font-size: 0.32rem;
  }
}
.main .article .title::before,
.main .section .title::before {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 1px;
  margin: 0 0.16rem 0 0;
  background: #189bf0;
  vertical-align: middle;
}
.main .article p,
.main .section p {
  line-height: 1.8;
}
.main .article p::before, .main .article p::after,
.main .section p::before,
.main .section p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .article p::before,
.main .section p::before {
  margin-bottom: -0.4em;
}
.main .article p::after,
.main .section p::after {
  margin-top: -0.4em;
}
@media screen and (max-width: 750px) {
  .main .article p,
  .main .section p {
    line-height: 1.6923076923;
  }
  .main .article p::before, .main .article p::after,
  .main .section p::before,
  .main .section p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .article p::before,
  .main .section p::before {
    margin-bottom: -0.3461538462em;
  }
  .main .article p::after,
  .main .section p::after {
    margin-top: -0.3461538462em;
  }
}
.main .article .image,
.main .section .image {
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
.main .btn--detail {
  display: block;
  background: #189bf0 url(../imgs/arrow01.svg) no-repeat;
  background-size: 0.08rem auto;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
@media screen and (max-width: 750px) {
  .main .btn--detail {
    background-size: 0.13rem auto;
    font-size: 0.28rem;
  }
}
body.home .main .mainVisual {
  position: relative;
}
body.home .main .mainVisual .text {
  width: 100%;
  position: absolute;
  top: calc(50% - 2.38rem);
  left: 0;
}
@media screen and (max-width: 750px) {
  body.home .main .mainVisual .text {
    top: calc(50% - 0.92rem);
  }
}
body.home .main .mainVisual .text .title {
  padding: 0 0 0 calc(0.36rem - 0.06em);
  color: #189bf0;
  font-family: "Roboto", sans-serif;
  font-size: 1.52rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.56rem;
}
@media screen and (max-width: 750px) {
  body.home .main .mainVisual .text .title {
    padding: 0 0 0 0.4;
    font-size: 1.41rem;
    line-height: 1.3rem;
  }
}
body.home .main .mainVisual .text .catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 1.42rem;
  margin: 0.24rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .mainVisual .text .catch {
    height: 1.72rem;
    margin: 0.6rem 0 0;
  }
}
body.home .main .mainVisual .text .catch .line {
  padding: 0 0.16rem;
  background: #fff;
  font-size: 0.34rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.64rem;
}
@media screen and (max-width: 750px) {
  body.home .main .mainVisual .text .catch .line {
    padding: 0 0.28rem 0 0.4rem;
    font-size: 0.4rem;
    line-height: 0.78rem;
  }
}
body.home .main .mainVisual .text .catch .line span {
  display: inline-block;
  color: #189bf0;
  font-size: 0.38rem;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  body.home .main .mainVisual .text .catch .line span {
    font-size: 0.44rem;
  }
}
body.home .main .section .title--en {
  color: #189bf0;
  font-family: "Roboto", sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  body.home .main .section .title--en {
    font-size: 1.1rem;
  }
}
body.home .main .section .title--en--2tone {
  height: 1em;
}
body.home .main .section .title--en--2tone .line {
  height: 0.5em;
  overflow: hidden;
}
body.home .main .section .title--en--2tone .line--02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
body.home .main .section .title--en--2tone .line--02 div {
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.home .main .section .catch {
  font-size: 0.36rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
body.home .main .message {
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .message {
    margin: 1.68rem 0 0;
  }
}
body.home .main .message .wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .message .wrap {
    padding-bottom: 2.3rem;
  }
}
body.home .main .message .text {
  box-sizing: border-box;
  width: 4.88rem;
  height: 7.1rem;
  margin: 0 0 0 calc(100% - 4.88rem);
  padding: 0.7rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .message .text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
body.home .main .message .text .catch {
  line-height: 1.3636363636;
  font-size: 0.55rem;
}
body.home .main .message .text .catch::before, body.home .main .message .text .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.home .main .message .text .catch::before {
  margin-bottom: -0.1818181818em;
}
body.home .main .message .text .catch::after {
  margin-top: -0.1818181818em;
}
@media screen and (max-width: 750px) {
  body.home .main .message .text .catch {
    line-height: 1.4666666667;
    font-size: 0.75rem;
  }
  body.home .main .message .text .catch::before, body.home .main .message .text .catch::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.home .main .message .text .catch::before {
    margin-bottom: -0.2333333333em;
  }
  body.home .main .message .text .catch::after {
    margin-top: -0.2333333333em;
  }
}
body.home .main .message .text p {
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .message .text p {
    padding: 0.9rem 0 0;
  }
}
body.home .main .message .text .btn--detail {
  width: 3.18rem;
  margin: 0.32rem 0 0;
  background-position: calc(100% - 0.62rem) 50%;
  border-radius: 0.38rem;
  line-height: 0.76rem;
}
@media screen and (max-width: 750px) {
  body.home .main .message .text .btn--detail {
    width: 5rem;
    margin: 0.6rem auto 0;
    background-position: calc(100% - 1rem) 50%;
    border-radius: 0.6rem;
    line-height: 1.2rem;
  }
}
body.home .main .message .image {
  position: absolute;
}
body.home .main .message .image--01 {
  width: 5.5rem;
  top: 0;
  left: -2rem;
}
@media screen and (max-width: 750px) {
  body.home .main .message .image--01 {
    position: static;
    margin: 0.76rem 0 0 -0.4rem;
  }
}
body.home .main .message .image--02 {
  width: 4.4rem;
  bottom: 0;
  left: 0.18rem;
}
@media screen and (max-width: 750px) {
  body.home .main .message .image--02 {
    left: 2.44rem;
  }
}
body.home .main .interview {
  margin: 1.92rem 0 0;
  padding: 0 0 1.16rem;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.home .main .interview {
    margin: 2.7rem 0 0;
    padding: 0 0 2rem;
  }
}
body.home .main .interview .headline {
  padding: 0.68rem 0 0;
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .headline {
    padding: 0.98rem 0 0;
  }
}
body.home .main .interview .headline .title--en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home .main .interview .headline .title::before {
  display: block;
  width: 1px;
  height: 0.78rem;
  margin: 0 auto 0.16rem;
  background: currentColor;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .headline .title::before {
    margin: 0 auto 0.28rem;
  }
}
body.home .main .interview .headline p {
  padding: 0.48rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .headline p {
    padding: 1rem 0 0;
  }
}
body.home .main .interview .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.48rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .list {
    display: block;
    margin: 1.2rem 0 0;
  }
}
body.home .main .interview .list .item {
  display: block;
  width: 4.7rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  body.home .main .interview .list .item:nth-child(n+3) {
    margin: 0.52rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .interview .list .item {
    width: auto;
    margin: 1.06rem 0 0;
  }
}
body.home .main .interview .list .item .image {
  border-radius: 50%;
  overflow: hidden;
}
body.home .main .interview .list .item .image img {
  transition: transform 0.4s;
}
body.home .main .interview .list .item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 0.12rem;
  left: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .list .item .text {
    bottom: -0.22rem;
    left: 0;
  }
}
body.home .main .interview .list .item .text .year {
  padding: 0 0.12rem;
  background: #189bf0;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .list .item .text .year {
    padding: 0 0.18rem;
    font-size: 0.26rem;
    line-height: 0.58rem;
  }
}
body.home .main .interview .list .item .text .name {
  margin: 0.08rem 0 0;
  padding: 0 0.12rem;
  background: #fff;
  color: #189bf0;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .list .item .text .name {
    margin: 0.12rem 0 0;
    padding: 0 0.18rem;
    font-size: 0.3rem;
    line-height: 0.58rem;
  }
}
body.home .main .interview .list .item .text .dept {
  margin: 0.08rem 0 0;
  padding: 0 0.12rem;
  background: #fff;
  color: #189bf0;
  font-size: 0.22rem;
  line-height: 0.44rem;
}
@media screen and (max-width: 750px) {
  body.home .main .interview .list .item .text .dept {
    margin: 0.12rem 0 0;
    padding: 0 0.18rem;
    font-size: 0.3rem;
    line-height: 0.76rem;
  }
}
html:not(.mobile) body.home .main .interview .list .item:hover .image img {
  transform: scale(1.1);
}
body.home .main .about {
  margin: 1.62rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .about {
    margin: 2.34rem 0 0;
  }
}
body.home .main .about .headline {
  padding: 0.96rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .about .headline {
    padding: 0.8rem 0 0 0.46rem;
  }
}
body.home .main .about .headline .title--en {
  position: absolute;
  top: 0;
  left: -1.28rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  body.home .main .about .headline .title--en {
    left: 0;
  }
}
body.home .main .about .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item {
    display: block;
  }
}
body.home .main .about .item .text {
  width: 4.36rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text {
    width: auto;
    margin: 0.6rem 0 0;
    text-align: center;
  }
}
body.home .main .about .item .text .label {
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text .label {
    font-size: 0.42rem;
  }
}
body.home .main .about .item .text p {
  padding: 0.4rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text p {
    white-space: normal;
  }
}
body.home .main .about .item .text .btn--detail {
  width: 3.18rem;
  margin: 0.32rem 0 0;
  background-position: calc(100% - 0.62rem) 50%;
  border-radius: 0.38rem;
  line-height: 0.76rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text .btn--detail {
    width: 5rem;
    margin: 0.6rem auto 0;
    background-position: calc(100% - 1rem) 50%;
    border-radius: 0.6rem;
    line-height: 1.2rem;
  }
}
body.home .main .about .item .image {
  width: 6.98rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .image {
    width: auto;
  }
}
body.home .main .about .item--01 {
  margin: 0.76rem 0 0 -2rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--01 {
    margin: 0.92rem 0 0;
  }
}
body.home .main .about .item--01 .image {
  margin: 0 0.68rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--01 .image {
    width: auto;
    margin: 0;
  }
}
body.home .main .about .item--02 {
  flex-direction: row-reverse;
  margin: 1rem -2rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--02 {
    margin: 1.2rem 0 0;
  }
}
body.home .main .about .item--02 .image {
  margin: 0 0 0 0.68rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--02 .image {
    margin: 0 -0.4rem 0 0;
  }
}
body.home .main .topMessage {
  margin: 1.54rem 0 0;
  padding: 0 0 1.98rem;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage {
    margin: 2.72rem 0 0;
    padding: 0 0 2.22rem;
  }
}
body.home .main .topMessage .image--01 img {
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  body.home .main .topMessage .image--01 img {
    height: 3.9rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  @media screen and (max-width: 750px) {
    body.home .main .topMessage .image--01 img {
      height: auto;
    }
  }
}
body.home .main .topMessage .panel {
  box-sizing: border-box;
  width: 12.4rem;
  margin: 1.9rem auto 0;
  padding: 0.75rem 1.2rem 0.9rem;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel {
    width: auto;
    margin: 2.1rem 0.4rem 0;
    padding: 1.04rem 0.4rem 1.4rem;
  }
}
body.home .main .topMessage .panel .title--en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home .main .topMessage .panel .title {
  text-align: center;
}
body.home .main .topMessage .panel .title::before {
  display: block;
  width: 1px;
  height: 0.78rem;
  margin: 0 auto 0.16rem;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .title::before {
    margin: 0 auto 0.28rem;
  }
}
body.home .main .topMessage .panel .block .image {
  width: 3.45rem;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block .image {
    width: auto;
  }
}
body.home .main .topMessage .panel .block .text .sttl {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block .text .sttl {
    font-size: 0.36rem;
  }
}
body.home .main .topMessage .panel .block--01 {
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--01 {
    margin: 1.04rem 0 0;
  }
}
body.home .main .topMessage .panel .block--01 .image {
  margin: 0 auto;
}
body.home .main .topMessage .panel .block--01 .text {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--01 .text {
    margin: 0.6rem 0 0;
  }
}
body.home .main .topMessage .panel .block--01 .text p {
  padding: 0.36rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--01 .text p {
    padding: 0.54rem 0 0;
  }
}
body.home .main .topMessage .panel .block--01 .text .signature {
  margin: 0.18rem 0 0;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--01 .text .signature {
    margin: 0.6rem 0 0;
  }
}
body.home .main .topMessage .panel .block--01 .text .signature .name {
  margin: 0.1rem 0 0;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--01 .text .signature .name {
    margin: 0.2rem 0 0;
    font-size: 0.32rem;
  }
}
body.home .main .topMessage .panel .block--02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 1.08rem 0.9rem 0;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--02 {
    display: block;
    margin: 1.04rem 0 0;
  }
}
body.home .main .topMessage .panel .block--02 .text {
  width: 4.15rem;
  padding: 0.88rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--02 .text {
    width: auto;
    margin: 0.6rem 0 0;
    padding: 0;
  }
}
body.home .main .topMessage .panel .block--02 .text p {
  padding: 0.54rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--02 .text p {
    padding: 0.6rem 0 0;
  }
}
body.home .main .topMessage .panel .block--02 .text .btn--detail {
  width: 3.18rem;
  margin: 0.4rem auto 0;
  background-position: calc(100% - 0.62rem) 50%;
  line-height: 0.76rem;
  border-radius: 0.38rem;
}
@media screen and (max-width: 750px) {
  body.home .main .topMessage .panel .block--02 .text .btn--detail {
    width: 5rem;
    margin: 0.6rem auto 0;
    background-position: calc(100% - 1rem) 50%;
    border-radius: 0.6rem;
    line-height: 1.2rem;
  }
}
body.home .main .system {
  padding: 0 0 1.06rem;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.home .main .system {
    padding: 0 0 1.84rem;
  }
}
body.home .main .system .headline {
  padding: 0.82rem 0 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.home .main .system .headline {
    padding: 0.76rem 0 0;
  }
}
body.home .main .system .headline .title--en {
  position: absolute;
  top: 0;
  left: -1.28rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  body.home .main .system .headline .title--en {
    left: 0;
  }
}
body.home .main .system .headline .title::before {
  background: currentColor;
}
@media screen and (max-width: 750px) {
  body.home .main .system .headline .title {
    padding: 0 0 0 0.98rem;
  }
}
body.home .main .system .headline p {
  padding: 0.68rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .system .headline p {
    padding: 0.98rem 0 0;
  }
}
body.home .main .system .list {
  display: flex;
  justify-content: space-between;
  width: 12.24rem;
  margin: 0.64rem auto 0;
}
@media screen and (max-width: 750px) {
  body.home .main .system .list {
    display: block;
    width: auto;
    margin: 1.28rem 0 0;
    padding: 0 0.4rem;
  }
}
body.home .main .system .list .item {
  width: 3.68rem;
  padding: 0 0 0.5rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
@media screen and (max-width: 750px) {
  body.home .main .system .list .item {
    display: block;
    width: auto;
    margin: 0.98rem 0 0;
    padding: 0 0 0.76rem;
  }
}
body.home .main .system .list .item .image {
  overflow: hidden;
}
body.home .main .system .list .item .image img {
  transform: scale(1.01);
  transition: transform 0.4s;
}
body.home .main .system .list .item .label {
  margin: 0.32rem 0 0;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.home .main .system .list .item .label {
    margin: 0.56rem 0 0;
    font-size: 0.46rem;
  }
}
body.home .main .system .list .item .btn--detail {
  width: 2.5rem;
  margin: 0.3rem auto 0;
  background-position: calc(100% - 0.28rem) 50%;
  border-radius: 0.3rem;
  line-height: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .system .list .item .btn--detail {
    width: 5rem;
    margin: 0.66rem auto 0;
    background-position: calc(100% - 1rem) 50%;
    border-radius: 0.6rem;
    line-height: 1.2rem;
  }
}
html:not(.mobile) body.home .main .system .list .item:hover .image img {
  transform: scale(1.1);
}
body.mission .main .pageTitle {
  color: #189bf0;
}
body.mission .main .article {
  padding: 1.25rem 0 1.2rem;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.mission .main .article {
    padding: 1.8rem 0;
  }
}
body.mission .main .article .lead {
  color: #fff;
  text-align: center;
}
body.mission .main .article .lead .catch {
  line-height: 1.5714285714;
  font-size: 0.28rem;
  font-weight: 700;
}
body.mission .main .article .lead .catch::before, body.mission .main .article .lead .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.mission .main .article .lead .catch::before {
  margin-bottom: -0.2857142857em;
}
body.mission .main .article .lead .catch::after {
  margin-top: -0.2857142857em;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .lead .catch {
    line-height: 1.475;
    font-size: 0.4rem;
  }
  body.mission .main .article .lead .catch::before, body.mission .main .article .lead .catch::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.mission .main .article .lead .catch::before {
    margin-bottom: -0.2375em;
  }
  body.mission .main .article .lead .catch::after {
    margin-top: -0.2375em;
  }
}
body.mission .main .article .lead p {
  line-height: 1.5238095238;
  padding: 0.94rem 0 0;
  font-size: 0.21rem;
}
body.mission .main .article .lead p::before, body.mission .main .article .lead p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.mission .main .article .lead p::before {
  margin-bottom: -0.2619047619em;
}
body.mission .main .article .lead p::after {
  margin-top: -0.2619047619em;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .lead p {
    line-height: 1.6;
    margin: 0 -0.4rem;
    padding: 1.2rem 0 0;
    font-size: 0.3rem;
  }
  body.mission .main .article .lead p::before, body.mission .main .article .lead p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.mission .main .article .lead p::before {
    margin-bottom: -0.3em;
  }
  body.mission .main .article .lead p::after {
    margin-top: -0.3em;
  }
}
body.mission .main .article .item {
  position: relative;
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item {
    padding: 4.3rem 0 0;
  }
}
body.mission .main .article .item .image {
  width: 5rem;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item .image {
    width: 6.7rem;
  }
}
body.mission .main .article .item .text {
  box-sizing: border-box;
  width: 5.68rem;
  padding: 0.6rem 0.8rem 0.8rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item .text {
    width: auto;
    padding: 0.85rem 0.4rem;
  }
}
body.mission .main .article .item .text .label {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item .text .label {
    font-size: 0.4rem;
  }
}
body.mission .main .article .item .text .label::after {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 1px;
  background: #189bf0;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item .text .label::after {
    width: 1.1rem;
  }
}
body.mission .main .article .item .text p {
  line-height: 1.8;
  padding: 0.6rem 0 0;
}
body.mission .main .article .item .text p::before, body.mission .main .article .item .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.mission .main .article .item .text p::before {
  margin-bottom: -0.4em;
}
body.mission .main .article .item .text p::after {
  margin-top: -0.4em;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item .text p {
    line-height: 1.6923076923;
    padding: 0.4rem 0 0;
  }
  body.mission .main .article .item .text p::before, body.mission .main .article .item .text p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.mission .main .article .item .text p::before {
    margin-bottom: -0.3461538462em;
  }
  body.mission .main .article .item .text p::after {
    margin-top: -0.3461538462em;
  }
}
body.mission .main .article .item--01 .image, body.mission .main .article .item--03 .image {
  left: 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item--01 .image, body.mission .main .article .item--03 .image {
    left: -0.4rem;
  }
}
body.mission .main .article .item--01 .text, body.mission .main .article .item--03 .text {
  margin: 0 0 0 calc(100% - 5.68rem);
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item--01 .text, body.mission .main .article .item--03 .text {
    margin: 0;
  }
}
body.mission .main .article .item--01 {
  margin: 0.95rem 0 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item--01 {
    margin: 1.25rem 0 0;
  }
}
body.mission .main .article .item--02, body.mission .main .article .item--03 {
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item--02, body.mission .main .article .item--03 {
    margin: 1.2rem 0 0;
  }
}
body.mission .main .article .item--02 .image {
  right: 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .item--02 .image {
    right: -0.4rem;
  }
}
body.mission .main .article .conclusion {
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .conclusion {
    margin: 1.2rem 0 0;
  }
}
body.mission .main .article .conclusion p {
  line-height: 1.5238095238;
  color: #fff;
  text-align: center;
  font-size: 0.21rem;
}
body.mission .main .article .conclusion p::before, body.mission .main .article .conclusion p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.mission .main .article .conclusion p::before {
  margin-bottom: -0.2619047619em;
}
body.mission .main .article .conclusion p::after {
  margin-top: -0.2619047619em;
}
@media screen and (max-width: 750px) {
  body.mission .main .article .conclusion p {
    line-height: 1.6;
    font-size: 0.3rem;
  }
  body.mission .main .article .conclusion p::before, body.mission .main .article .conclusion p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.mission .main .article .conclusion p::before {
    margin-bottom: -0.3em;
  }
  body.mission .main .article .conclusion p::after {
    margin-top: -0.3em;
  }
}
body.interview .main .pageTitle {
  color: #189bf0;
}
body.interview .main .article {
  padding: 0.9rem 0 1.16rem;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.interview .main .article {
    padding: 1.8rem 0 2rem;
  }
}
body.interview .main .article .headline {
  color: #fff;
  text-align: center;
}
body.interview .main .article .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.48rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview .main .article .list {
    display: block;
    margin: 1.2rem 0 0;
  }
}
body.interview .main .article .list .item {
  display: block;
  width: 4.7rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  body.interview .main .article .list .item:nth-child(n+3) {
    margin: 0.52rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  body.interview .main .article .list .item {
    width: auto;
    margin: 1.06rem 0 0;
  }
}
body.interview .main .article .list .item .image {
  border-radius: 50%;
  overflow: hidden;
}
body.interview .main .article .list .item .image img {
  transition: transform 0.4s;
}
body.interview .main .article .list .item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 0.12rem;
  left: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.interview .main .article .list .item .text {
    bottom: -0.22rem;
    left: 0;
  }
}
body.interview .main .article .list .item .text .year {
  padding: 0 0.12rem;
  background: #189bf0;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.interview .main .article .list .item .text .year {
    padding: 0 0.18rem;
    font-size: 0.26rem;
    line-height: 0.58rem;
  }
}
body.interview .main .article .list .item .text .name {
  margin: 0.08rem 0 0;
  padding: 0 0.12rem;
  background: #fff;
  color: #189bf0;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
@media screen and (max-width: 750px) {
  body.interview .main .article .list .item .text .name {
    margin: 0.12rem 0 0;
    padding: 0 0.18rem;
    font-size: 0.3rem;
    line-height: 0.58rem;
  }
}
body.interview .main .article .list .item .text .dept {
  margin: 0.08rem 0 0;
  padding: 0 0.12rem;
  background: #fff;
  color: #189bf0;
  font-size: 0.22rem;
  line-height: 0.44rem;
}
@media screen and (max-width: 750px) {
  body.interview .main .article .list .item .text .dept {
    margin: 0.12rem 0 0;
    padding: 0 0.18rem;
    font-size: 0.3rem;
    line-height: 0.76rem;
  }
}
html:not(.mobile) body.interview .main .article .list .item:hover .image img {
  transform: scale(1.1);
}
body.interviewDetail .main .pageTitle .image img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
body.interviewDetail .main .pageTitle .text {
  width: 6.2rem;
  top: auto;
  right: 0;
  bottom: 0.66rem;
  left: auto;
  transform: none;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .pageTitle .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    bottom: 0.26rem;
  }
}
body.interviewDetail .main .pageTitle .text .catch .line {
  padding: 0 0 0 0.4rem;
  background: #fff;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.62rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .pageTitle .text .catch .line {
    padding: 0 0.26rem 0 0.34rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}
body.interviewDetail .main .pageTitle .text .catch .line strong {
  color: #189bf0;
  font-weight: inherit;
}
body.interviewDetail .main .pageTitle .text .catch .line + .line {
  margin: 0.1rem 0 0;
}
body.interviewDetail .main .pageTitle .text .profile {
  display: flex;
  align-items: center;
  margin: 0.58rem 0 0;
  text-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5), 0 0 0.8em rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .pageTitle .text .profile {
    margin: 0.2rem 0 0;
    padding: 0 0.4rem 0 0;
    justify-content: flex-end;
  }
}
body.interviewDetail .main .pageTitle .text .profile .name {
  border-right: 1px solid currentColor;
  padding: 0 0.32rem 0 0;
  font-size: 0.34rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 0.46rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .pageTitle .text .profile .name {
    padding: 0 0.2rem 0 0;
    font-size: 0.4rem;
    line-height: 0.44rem;
  }
}
body.interviewDetail .main .pageTitle .text .profile .data {
  margin: -0.03rem 0;
  padding: 0 0 0 0.36rem;
  line-height: 0.26rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .pageTitle .text .profile .data {
    margin: -0.02rem 0;
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
body.interviewDetail .main .article {
  padding: 1.24rem 0 0;
  position: relative;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article {
    padding: 1.8rem 0 0;
  }
}
body.interviewDetail .main .article .title {
  position: absolute;
  top: calc(-1em + 0.26rem);
  left: calc(100% - 1.6rem);
  color: #017ac9;
  font-family: "Roboto", sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .title {
    top: calc(-1em + 0.7rem);
    font-size: 1rem;
  }
}
body.interviewDetail .main .article .title::before {
  content: none;
}
body.interviewDetail .main .article .text .question {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .text .question {
    margin: -0.07rem 0;
    font-size: 0.36rem;
    line-height: 1.3888888889;
    overflow: hidden;
  }
}
body.interviewDetail .main .article .text .question::after {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 1px;
  margin: 0 0 0 0.16rem;
  background: #189bf0;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .text .question::after {
    width: 1.1rem;
    margin: 0 0 0 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .text .question.sp2l::after {
    transform: translate(0, -0.25rem);
  }
}
body.interviewDetail .main .article .text .catch {
  line-height: 1.5714285714;
  padding: 0.58rem 0 0;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
body.interviewDetail .main .article .text .catch::before, body.interviewDetail .main .article .text .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.interviewDetail .main .article .text .catch::before {
  margin-bottom: -0.2857142857em;
}
body.interviewDetail .main .article .text .catch::after {
  margin-top: -0.2857142857em;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .text .catch {
    line-height: 1.4666666667;
    font-size: 0.3rem;
    white-space: normal;
  }
  body.interviewDetail .main .article .text .catch::before, body.interviewDetail .main .article .text .catch::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.interviewDetail .main .article .text .catch::before {
    margin-bottom: -0.2333333333em;
  }
  body.interviewDetail .main .article .text .catch::after {
    margin-top: -0.2333333333em;
  }
}
body.interviewDetail .main .article .text p {
  padding: 0.38rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .text p {
    padding: 0.42rem 0 0;
  }
}
body.interviewDetail .main .article .item {
  position: relative;
}
body.interviewDetail .main .article .item .text {
  box-sizing: border-box;
  width: 6.6rem;
  background: #fff;
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item .text {
    width: 6.7rem;
  }
}
body.interviewDetail .main .article .item--01 .image {
  width: 7.35rem;
  margin: 0 0 0 -2rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item--01 .image {
    width: 6.2rem;
    margin: 0 0 0 -0.4rem;
  }
}
body.interviewDetail .main .article .item--01 .text {
  position: absolute;
  top: 1.5rem;
  right: -0.84rem;
  padding: 0.8rem 0.84rem 0.8rem 0.76rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item--01 .text {
    margin: -0.7rem 0 0;
    position: relative;
    top: 0;
    right: 0;
    padding: 0.9rem 0.34rem 0.8rem 0.36rem;
  }
}
body.interviewDetail .main .article .item--02 {
  margin: 1.66rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item--02 {
    margin: 1.22rem 0 0;
  }
}
body.interviewDetail .main .article .item--02 .image {
  width: 6.2rem;
  margin: 0 -1.55rem 0 5.35rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item--02 .image {
    width: 5.57rem;
    margin: 0 -0.4rem 0 1.53rem;
  }
}
body.interviewDetail .main .article .item--02 .text--01 {
  position: absolute;
  top: 0.84rem;
  left: -0.84rem;
  padding: 0.8rem 0.76rem 0.8rem 0.84rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item--02 .text--01 {
    margin: -0.4rem 0 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 0.9rem 0.34rem 0.8rem 0.36rem;
  }
}
body.interviewDetail .main .article .item--02 .text--02 {
  width: 6.36rem;
  margin: 0.26rem 0 0 2.2rem;
  padding: 0.68rem 0.84rem 0.8rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .item--02 .text--02 {
    width: auto;
    margin: 0.8rem 0 0;
    padding: 0.9rem 0.34rem 0.8rem 0.36rem;
  }
}
body.interviewDetail .main .article .conclusion {
  margin: 1.28rem 0 0;
  border-top: 1.26rem solid #fff;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion {
    margin: 1.85rem 0 0;
    border-top: none;
    padding: 1.8rem 0.4rem 0;
    background: #fff;
  }
}
body.interviewDetail .main .article .conclusion .inner {
  display: flex;
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .inner {
    display: block;
    width: auto;
  }
}
body.interviewDetail .main .article .conclusion .image {
  width: 50%;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .image {
    width: auto;
  }
}
body.interviewDetail .main .article .conclusion .text {
  box-sizing: border-box;
  width: 50%;
  padding: 0.72rem 0.4rem 0 0.8rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .text {
    width: auto;
    background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
    padding: 0.7rem 0.32rem 0.8rem 0.38rem;
  }
}
body.interviewDetail .main .article .conclusion .text .label {
  font-family: "Roboto", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .text .label {
    font-size: 0.8rem;
  }
}
body.interviewDetail .main .article .conclusion .text .question {
  margin: 0.54rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .text .question {
    line-height: 1.5625;
    margin: 0.3rem 0 0;
    padding: 0 0 0 1rem;
    position: relative;
  }
  body.interviewDetail .main .article .conclusion .text .question::before, body.interviewDetail .main .article .conclusion .text .question::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.interviewDetail .main .article .conclusion .text .question::before {
    margin-bottom: -0.28125em;
  }
  body.interviewDetail .main .article .conclusion .text .question::after {
    margin-top: -0.28125em;
  }
}
body.interviewDetail .main .article .conclusion .text .question::before {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 1px;
  margin: 0 0.16rem 0 0;
  background: currentColor;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .text .question::before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
body.interviewDetail .main .article .conclusion .text .question::after {
  content: none;
}
body.interviewDetail .main .article .conclusion .text p {
  line-height: 1.5357142857;
  font-size: 0.28rem;
  font-weight: 700;
}
body.interviewDetail .main .article .conclusion .text p::before, body.interviewDetail .main .article .conclusion .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.interviewDetail .main .article .conclusion .text p::before {
  margin-bottom: -0.2678571429em;
}
body.interviewDetail .main .article .conclusion .text p::after {
  margin-top: -0.2678571429em;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .text p {
    line-height: 1.6923076923;
    font-size: 0.26rem;
    font-weight: 500;
  }
  body.interviewDetail .main .article .conclusion .text p::before, body.interviewDetail .main .article .conclusion .text p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.interviewDetail .main .article .conclusion .text p::before {
    margin-bottom: -0.3461538462em;
  }
  body.interviewDetail .main .article .conclusion .text p::after {
    margin-top: -0.3461538462em;
  }
}
body.interviewDetail .main .article .conclusion .text p.small {
  line-height: 1.8;
  padding-top: 0.46rem;
  width: 5.3rem;
  font-size: 0.15rem;
}
body.interviewDetail .main .article .conclusion .text p.small::before, body.interviewDetail .main .article .conclusion .text p.small::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.interviewDetail .main .article .conclusion .text p.small::before {
  margin-bottom: -0.4em;
}
body.interviewDetail .main .article .conclusion .text p.small::after {
  margin-top: -0.4em;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .conclusion .text p.small {
    line-height: 1.6923076923;
    width: auto;
    font-size: inherit;
  }
  body.interviewDetail .main .article .conclusion .text p.small::before, body.interviewDetail .main .article .conclusion .text p.small::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.interviewDetail .main .article .conclusion .text p.small::before {
    margin-bottom: -0.3461538462em;
  }
  body.interviewDetail .main .article .conclusion .text p.small::after {
    margin-top: -0.3461538462em;
  }
}
body.interviewDetail .main .article .menu {
  display: flex;
  justify-content: center;
  padding: 1.32rem 0 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu {
    display: block;
    padding: 1.2rem 0 0;
  }
}
body.interviewDetail .main .article .menu .item {
  width: 2.6rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu .item {
    display: block;
    width: 4.4rem;
    margin: 0 auto;
  }
}
body.interviewDetail .main .article .menu .item::before,
body.interviewDetail .main .article .menu .item .text {
  position: absolute;
}
html:not(.mobile) body.interviewDetail .main .article .menu .item::before,
html:not(.mobile) body.interviewDetail .main .article .menu .item .text {
  transition: opacity 0.3s;
}
html:not(.mobile) body.interviewDetail .main .article .menu .item:hover::before,
html:not(.mobile) body.interviewDetail .main .article .menu .item:hover .text {
  opacity: 0;
}
body.interviewDetail .main .article .menu .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
body.interviewDetail .main .article .menu .item .image {
  box-shadow: none;
}
body.interviewDetail .main .article .menu .item .text {
  width: 100%;
  top: 0.9rem;
  left: 0;
  background: transparent;
  color: #fff;
  line-height: 1;
  text-align: center;
  box-shadow: none;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu .item .text {
    top: 1.56rem;
  }
}
body.interviewDetail .main .article .menu .item .text .year {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu .item .text .year {
    font-size: 0.28rem;
  }
}
body.interviewDetail .main .article .menu .item .text .name {
  margin: 0.16rem 0 0;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu .item .text .name {
    margin: 0.28rem 0 0;
    font-size: 0.28rem;
  }
}
body.interviewDetail .main .article .menu .item .text .dept {
  margin: 0.08rem 0 0;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu .item .text .dept {
    margin: 0.1rem 0 0;
    font-size: 0.3rem;
  }
}
body.interviewDetail .main .article .menu .item + .item {
  margin: 0 0 0 0.6rem;
}
@media screen and (max-width: 750px) {
  body.interviewDetail .main .article .menu .item + .item {
    margin: 0.6rem auto 0;
  }
}
body.interview01 .main .article .item--02 .text--02 {
  width: 5rem;
  margin: 0.46rem 0 0 2.2rem;
  padding: 0.64rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.interview01 .main .article .item--02 .text--02 {
    width: auto;
    margin: 0.8rem 0 0;
    padding: 0.9rem 0.34rem 0.8rem 0.36rem;
  }
}
body.interview03 .main .pageTitle .text {
  width: 7rem;
}
@media screen and (max-width: 750px) {
  body.interview03 .main .pageTitle .text {
    width: auto;
  }
}
body.interview04 .main .article .item--02 .text--02 {
  position: relative;
}
body.about .main .article {
  padding: 1.1rem 0 1.3rem;
  background: url(../imgs/bg02.png) 50% 0/1rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.about .main .article {
    padding: 1.1rem 0 1.3rem;
  }
}
body.about .main .article .list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  body.about .main .article .list {
    justify-content: space-between;
  }
}
body.about .main .article .list .item {
  width: 3.2rem;
  margin: 0.2rem 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  body.about .main .article .list .item {
    width: 3.24rem;
    margin: 0.2rem 0 0;
  }
}
body.about .main .article .list .item:nth-child(3n+3) {
  margin-right: 0;
}
body.about .main .article .list .item:nth-child(2) {
  overflow: hidden;
}
body.about .main .article .list .item:nth-child(2) img {
  transform: scale(1.11);
  transform-origin: top;
}
body.history .main .article {
  padding: 0.8rem 0 1rem;
  background: url(../imgs/bg02.png) 50% 0/1rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.history .main .article {
    padding: 1.3rem 0;
  }
}
body.history .main .article .wrap {
  width: 12rem;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap {
    width: auto;
  }
}
body.history .main .article .wrap .inner {
  padding: 1rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .inner {
    padding: 0.85rem 0.4rem 0.9rem;
  }
}
body.history .main .article .wrap .ttl {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .ttl {
    font-size: 0.4rem;
  }
}
body.history .main .article .wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem 0 0;
  padding: 0.5rem 0 1.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list {
    display: block;
    margin: 0.8rem 0 0;
    padding: 0;
  }
}
body.history .main .article .wrap .list::before, body.history .main .article .wrap .list::after {
  content: "";
  display: block;
  width: 0.02rem;
  position: absolute;
  left: 0.08rem;
}
body.history .main .article .wrap .list::before {
  top: 0;
  bottom: 0.8rem;
  background: #189bf0;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list::before {
    content: none;
  }
}
body.history .main .article .wrap .list::after {
  height: 0.8rem;
  bottom: 0;
  background: repeating-linear-gradient(#189bf0, #189bf0 0.08rem, #fff 0.08rem, #fff 0.1rem);
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list::after {
    height: 1.4rem;
    margin: 0.32rem auto 0;
    position: static;
    background: repeating-linear-gradient(#189bf0, #189bf0 0.7rem, #fff 0.7rem, #fff 0.78rem, #189bf0 0.78rem, #189bf0 0.94rem, #fff 0.94rem, #fff 1.02rem, #189bf0 1.02rem, #189bf0 1.18rem, #fff 1.18rem, #fff 1.26rem, #189bf0 1.26rem, #189bf0);
  }
}
@media screen and (min-width: 751px) {
  body.history .main .article .wrap .list dt:nth-of-type(n+2),
  body.history .main .article .wrap .list dd:nth-of-type(n+2) {
    margin: 0.4rem 0 0;
  }
}
body.history .main .article .wrap .list dt {
  box-sizing: border-box;
  width: 1.6rem;
  padding: 0 0 0 0.4rem;
  position: relative;
  color: #189bf0;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list dt {
    width: auto;
    padding: 0.8rem 0 0;
    font-size: 0.32rem;
    text-align: center;
  }
  body.history .main .article .wrap .list dt:nth-of-type(n+2) {
    margin: 0.4rem 0 0;
  }
}
body.history .main .article .wrap .list dt::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #189bf0;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list dt::before {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.18rem;
    position: static;
  }
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list dt::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.8rem;
    position: absolute;
    top: 0;
    left: calc(50% - 0.01rem);
    background: #189bf0;
  }
}
body.history .main .article .wrap .list dd {
  width: calc(100% - 1.6rem);
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list dd {
    width: auto;
    margin: 0.26rem 0 0;
  }
}
body.history .main .article .wrap .list dd p {
  line-height: 1.8;
}
body.history .main .article .wrap .list dd p::before, body.history .main .article .wrap .list dd p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.history .main .article .wrap .list dd p::before {
  margin-bottom: -0.4em;
}
body.history .main .article .wrap .list dd p::after {
  margin-top: -0.4em;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list dd p {
    line-height: 1.48;
    font-size: 0.25rem;
  }
  body.history .main .article .wrap .list dd p::before, body.history .main .article .wrap .list dd p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.history .main .article .wrap .list dd p::before {
    margin-bottom: -0.24em;
  }
  body.history .main .article .wrap .list dd p::after {
    margin-top: -0.24em;
  }
}
body.history .main .article .wrap .list dd .image {
  box-shadow: none;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list dd .image {
    margin: 0.4rem auto 0;
  }
}
body.history .main .article .wrap .list .y1956 .image {
  display: flex;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list .y1956 .image {
    display: block;
    width: auto;
  }
}
body.history .main .article .wrap .list .y1956 .image--01 {
  width: 2.08rem;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list .y1956 .image--01 {
    width: 4.15rem;
    margin: 0 auto;
  }
}
body.history .main .article .wrap .list .y1956 .image--02 {
  width: 1.9rem;
  margin: 0 0 0 0.2rem;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list .y1956 .image--02 {
    width: 4.01rem;
    margin: 0.4rem auto 0;
  }
}
body.history .main .article .wrap .list .y1966 .image {
  width: 1.9rem;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list .y1966 .image {
    width: 4.02rem;
  }
}
body.history .main .article .wrap .list .y1996 .image {
  width: 2rem;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list .y1996 .image {
    width: 4.01rem;
  }
}
body.history .main .article .wrap .list .y2004 .image {
  width: 1.9rem;
}
@media screen and (max-width: 750px) {
  body.history .main .article .wrap .list .y2004 .image {
    width: 4rem;
  }
}
body.message .main .article {
  padding: 1.26rem 0;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.message .main .article {
    padding: 1.5rem 0 1.8rem;
  }
}
body.message .main .article .inner {
  margin: 0 -1.1rem;
  padding: 0.84rem 1.1rem 1.24rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner {
    margin: 0;
    padding: 0.8rem 0.7rem 1.6rem;
  }
}
body.message .main .article .inner .lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner .lead {
    display: block;
  }
}
body.message .main .article .inner .lead .text {
  width: 3.9rem;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner .lead .text {
    width: auto;
  }
}
body.message .main .article .inner .lead .image {
  width: 5.4rem;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner .lead .image {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
body.message .main .article .inner .title {
  margin: 0.8rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner .title {
    margin: 1.2rem 0 0;
    font-size: 0.4rem;
  }
}
body.message .main .article .inner .title::before {
  content: none;
}
body.message .main .article .inner .title + p {
  padding: 0.38rem 0 0;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner .title + p {
    padding: 0.7rem 0 0;
  }
}
body.message .main .article .inner .title + p strong {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.7777777778;
}
@media screen and (max-width: 750px) {
  body.message .main .article .inner .title + p strong {
    font-size: 0.32rem;
    line-height: 1.8125;
  }
}
body.training .main .article {
  padding: 1.18rem 0 1.2rem;
  position: relative;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.training .main .article {
    padding: 1.26rem 0 1.8rem;
  }
}
body.training .main .article::before {
  content: "TRAINIG";
  display: block;
  position: absolute;
  top: calc(-1em + 0.26rem);
  left: calc(100% - 1.6rem);
  color: #017ac9;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.34rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 750px) {
  body.training .main .article::before {
    font-size: 2rem;
    top: calc(-1em + 0.32rem);
    left: calc(100% - 2rem);
  }
}
body.training .main .article .item--01 {
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--01 {
    position: relative;
  }
}
body.training .main .article .item--01 .label {
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--01 .label {
    font-size: 0.36rem;
  }
}
body.training .main .article .item--01 .inner {
  margin: 0.54rem 0 0;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--01 .inner {
    margin: 0.64rem -0.4rem 0;
    padding: 0 0.4rem;
    overflow-x: scroll;
  }
}
body.training .main .article .item--01 .image {
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--01 .image {
    width: 18rem;
  }
}
body.training .main .article .item--01 .note {
  line-height: 1.8;
  padding: 0.15rem 0 0;
  font-weight: 400;
  letter-spacing: 0.025em;
}
body.training .main .article .item--01 .note::before, body.training .main .article .item--01 .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.training .main .article .item--01 .note::before {
  margin-bottom: -0.4em;
}
body.training .main .article .item--01 .note::after {
  margin-top: -0.4em;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--01 .note {
    line-height: 1.7307692308;
    padding: 0.4rem 0 0;
  }
  body.training .main .article .item--01 .note::before, body.training .main .article .item--01 .note::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.training .main .article .item--01 .note::before {
    margin-bottom: -0.3653846154em;
  }
  body.training .main .article .item--01 .note::after {
    margin-top: -0.3653846154em;
  }
}
body.training .main .article .item--02, body.training .main .article .item--03 {
  display: flex;
  background: #fff;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02, body.training .main .article .item--03 {
    display: block;
  }
}
body.training .main .article .item--02 .image, body.training .main .article .item--03 .image {
  width: 50%;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 .image, body.training .main .article .item--03 .image {
    width: auto;
  }
}
body.training .main .article .item--02 .text, body.training .main .article .item--03 .text {
  box-sizing: border-box;
  width: 50%;
  padding-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 .text, body.training .main .article .item--03 .text {
    width: auto;
    box-sizing: border-box;
    height: 4.18rem;
  }
}
body.training .main .article .item--02 .text .label, body.training .main .article .item--03 .text .label {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 .text .label, body.training .main .article .item--03 .text .label {
    font-size: 0.46rem;
  }
}
body.training .main .article .item--02 .text .label::before, body.training .main .article .item--03 .text .label::before {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 1px;
  margin: 0 0.2rem 0 0;
  background: #189bf0;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 .text .label::before, body.training .main .article .item--03 .text .label::before {
    width: 0.7rem;
  }
}
body.training .main .article .item--02 .text .list, body.training .main .article .item--03 .text .list {
  line-height: 1.8;
  padding: 0.4rem 0 0;
  font-weight: 400;
  letter-spacing: 0.04em;
}
body.training .main .article .item--02 .text .list::before, body.training .main .article .item--02 .text .list::after, body.training .main .article .item--03 .text .list::before, body.training .main .article .item--03 .text .list::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.training .main .article .item--02 .text .list::before, body.training .main .article .item--03 .text .list::before {
  margin-bottom: -0.4em;
}
body.training .main .article .item--02 .text .list::after, body.training .main .article .item--03 .text .list::after {
  margin-top: -0.4em;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 .text .list, body.training .main .article .item--03 .text .list {
    line-height: 1.7692307692;
    padding: 0.55rem 0 0;
  }
  body.training .main .article .item--02 .text .list::before, body.training .main .article .item--02 .text .list::after, body.training .main .article .item--03 .text .list::before, body.training .main .article .item--03 .text .list::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.training .main .article .item--02 .text .list::before, body.training .main .article .item--03 .text .list::before {
    margin-bottom: -0.3846153846em;
  }
  body.training .main .article .item--02 .text .list::after, body.training .main .article .item--03 .text .list::after {
    margin-top: -0.3846153846em;
  }
}
body.training .main .article .item--02 .text .list li::before, body.training .main .article .item--03 .text .list li::before {
  content: "・";
}
body.training .main .article .item--02 {
  flex-direction: row-reverse;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 {
    margin: 1.46rem 0 0;
  }
}
body.training .main .article .item--02 .text {
  padding-left: 0.7rem;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--02 .text {
    padding: 1.2rem 0.7rem 0;
  }
}
body.training .main .article .item--03 {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--03 {
    margin: 0.5rem 0 0;
  }
}
body.training .main .article .item--03 .text {
  padding-left: 1.15rem;
}
@media screen and (max-width: 750px) {
  body.training .main .article .item--03 .text {
    padding: 0.92rem 0.7rem 0;
  }
}
body.system .main .article {
  padding: 1.26rem 0 1.52rem;
  position: relative;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.system .main .article {
    padding: 1.5rem 0 1.8rem;
  }
}
body.system .main .article::before {
  content: "SYSTEM";
  display: block;
  position: absolute;
  top: calc(-1em + 0.26rem);
  left: calc(100% - 1.6rem);
  color: #017ac9;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.34rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 750px) {
  body.system .main .article::before {
    font-size: 2rem;
    top: calc(-1em + 0.32rem);
    left: calc(100% - 2rem);
  }
}
body.system .main .article .primary .item--01, body.system .main .article .primary .item--02 {
  position: relative;
}
body.system .main .article .primary .item--01 .text, body.system .main .article .primary .item--02 .text {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--01 .text, body.system .main .article .primary .item--02 .text {
    position: relative;
  }
}
body.system .main .article .primary .item--01 .text .label, body.system .main .article .primary .item--02 .text .label {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--01 .text .label, body.system .main .article .primary .item--02 .text .label {
    font-size: 0.36rem;
    overflow: hidden;
  }
}
body.system .main .article .primary .item--01 .text .label::after, body.system .main .article .primary .item--02 .text .label::after {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 1px;
  margin: 0 0 0 0.2rem;
  background: #189bf0;
  vertical-align: middle;
}
body.system .main .article .primary .item--01 .text p, body.system .main .article .primary .item--02 .text p {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--01 .text p, body.system .main .article .primary .item--02 .text p {
    padding: 0.7rem 0 0;
  }
}
body.system .main .article .primary .item--01 .image {
  width: 7.35rem;
  margin: 0 0 0 -2rem;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--01 .image {
    width: 6.58rem;
    margin: 0 0 0 -0.4rem;
  }
}
body.system .main .article .primary .item--01 .text {
  width: 5.6rem;
  padding: 0.82rem 1.06rem 0.86rem 0.74rem;
  right: 0.15rem;
  bottom: 0.28rem;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--01 .text {
    width: auto;
    margin: -0.58rem 0 0;
    padding: 0.82rem 0.78rem 0.96rem;
    right: 0;
    bottom: 0;
  }
}
body.system .main .article .primary .item--02 {
  margin: 0.94rem 0 0;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--02 {
    margin: 1.2rem 0 0;
  }
}
body.system .main .article .primary .item--02 .image {
  width: 6.2rem;
  margin: 0 -1.55rem 0 5.35rem;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--02 .image {
    margin: 0 -0.4rem 0 1.3rem;
  }
}
body.system .main .article .primary .item--02 .text {
  width: 6.6rem;
  padding: 0.86rem 0.76rem 0.84rem 0.84rem;
  left: -0.84rem;
  bottom: -0.4rem;
}
@media screen and (max-width: 750px) {
  body.system .main .article .primary .item--02 .text {
    width: auto;
    margin: -0.4rem 0 0;
    padding: 0.82rem 0.78rem 0.96rem;
    left: 0;
    bottom: 0;
  }
}
body.system .main .article .secondary {
  display: flex;
  justify-content: space-between;
  margin: 2.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary {
    display: block;
    margin: 2.8rem 0 0;
  }
}
body.system .main .article .secondary .item {
  width: 2.08rem;
  padding: 1.58rem 0 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item {
    width: auto;
    margin: 1.4rem 0 0;
  }
}
body.system .main .article .secondary .item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.84rem;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1.1428571429;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item .label {
    display: block;
    height: auto;
    font-size: 0.4rem;
    line-height: 1;
  }
}
body.system .main .article .secondary .item p {
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item p {
    line-height: 1.8461538462;
    padding: 0.5rem 0 0;
  }
  body.system .main .article .secondary .item p::before, body.system .main .article .secondary .item p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.system .main .article .secondary .item p::before {
    margin-bottom: -0.4230769231em;
  }
  body.system .main .article .secondary .item p::after {
    margin-top: -0.4230769231em;
  }
}
body.system .main .article .secondary .item--01 {
  background: url(../imgs/system/system/ico01.svg) 50% 0.09rem/1.23rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item--01 {
    padding: 3.05rem 0 0;
    background-position: 50% 0;
    background-size: 2.21rem auto;
  }
}
body.system .main .article .secondary .item--02 {
  background: url(../imgs/system/system/ico02.svg) 50% 0/0.99rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item--02 {
    padding: 3.08rem 0 0;
    background-position: 50% 0;
    background-size: 1.8rem auto;
  }
}
body.system .main .article .secondary .item--03 {
  background: url(../imgs/system/system/ico03.svg) 50% 0.14rem/1.85rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item--03 {
    padding: 2.68rem 0 0;
    background-position: 50% 0;
    background-size: 3.34rem auto;
  }
}
body.system .main .article .secondary .item--04 {
  background: url(../imgs/system/system/ico04.png) 50% 0/1.01rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.system .main .article .secondary .item--04 {
    padding: 2.9rem 0 0;
    background-position: 50% 0;
    background-size: 1.82rem auto;
  }
}
body.environment .main .article {
  padding: 1.1rem 0;
  background: url(../imgs/bg01.png) 50% 0/0.12rem auto repeat;
}
@media screen and (max-width: 750px) {
  body.environment .main .article {
    padding: 1.5rem 0 1.8rem;
  }
}
body.environment .main .article .sttl {
  background: #fff;
  color: #189bf0;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.environment .main .article .sttl {
    font-size: 0.4rem;
    line-height: 0.9rem;
  }
}
body.environment .main .article .list {
  display: flex;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.environment .main .article .list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.1rem 0 0;
  }
}
body.environment .main .article .list .item {
  width: 2.35rem;
  margin: 0 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  body.environment .main .article .list .item {
    width: 3.22rem;
    margin: 0.38rem 0 0;
  }
}
body.environment .main .article .list .item:last-child {
  margin-right: 0;
}
body.environment .main .article .list .item figcaption {
  padding: 0.2rem 0 0;
  color: #fff;
  font-size: 0.15rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.environment .main .article .list .item figcaption {
    font-size: 0.26rem;
  }
}
body.environment .main .article .list + .sttl {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  body.environment .main .article .list + .sttl {
    margin: 1rem 0 0;
  }
}

.gFooter .cv {
  padding: 1.2rem 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .cv {
    padding: 1.8rem 0.4rem;
  }
}
.gFooter .cv .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .gFooter .cv .wrap {
    display: block;
  }
}
.gFooter .cv .label {
  width: 100%;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .cv .label {
    font-size: 0.32rem;
  }
}
.gFooter .cv .btn--entry,
.gFooter .cv .btn--entry2,
.gFooter .cv .btn--entry3,
.gFooter .cv .btn--internship {
  display: block;
  box-sizing: border-box;
  width: 4.4rem;
  margin: 0.32rem 0.3rem 0;
  border: 1px solid #189bf0;
  font-size: 0.23rem;
  font-weight: 700;
  line-height: calc(0.66rem - 2px);
  text-transform: uppercase;
  box-shadow: 0 0.14rem 0.19rem rgba(51, 51, 51, 0.06);
}
@media screen and (max-width: 750px) {
  .gFooter .cv .btn--entry,
  .gFooter .cv .btn--entry2,
  .gFooter .cv .btn--entry3,
  .gFooter .cv .btn--internship {
    width: auto;
    line-height: calc(1.5rem - 2px);
  }
}
.gFooter .cv .btn--entry {
  background: #189bf0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gFooter .cv .btn--entry {
    margin: 0.4rem 0 0;
    font-size: 0.6rem;
  }
}
.gFooter .cv .btn--entry2 {
  background: #f06c18;
  border: 1px solid #f06c18;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gFooter .cv .btn--entry2 {
    margin: 0.4rem 0 0;
    font-size: 0.4rem;
  }
}
.gFooter .cv .btn--entry3 {
  background: #6dd434;
  border: 1px solid #6dd434;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gFooter .cv .btn--entry3 {
    margin: 0.4rem 0 0;
    font-size: 0.4rem;
  }
}
.gFooter .cv .btn--internship {
  color: #189bf0;
}
@media screen and (max-width: 750px) {
  .gFooter .cv .btn--internship {
    margin: 0.6rem 0 0;
    font-size: 0.55rem;
  }
}
.gFooter .ftBody {
  padding: 0.84rem 0 0.94rem;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody {
    padding: 1.08rem 0 0.28rem;
  }
}
.gFooter .ftBody .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .wrap {
    display: block;
  }
}
.gFooter .ftBody .siteTitle {
  width: 2.16rem;
  margin: 0 0.4rem 0 0;
  padding: 0.06rem 0 0;
  color: #189bf0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .siteTitle {
    width: 4.5rem;
    margin: 0 auto;
    padding: 0;
    font-size: 0.29rem;
  }
}
.gFooter .ftBody .siteTitle img {
  display: block;
  width: 100%;
  margin: 0 0 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .siteTitle img {
    margin: 0 0 0.36rem;
  }
}
.gFooter .ftBody .navigation {
  display: flex;
  justify-content: space-between;
  width: 7.42rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation {
    display: block;
    width: auto;
    margin: 1.3rem 0 0;
    padding: 0 0.4rem;
  }
}
.gFooter .ftBody .navigation .menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .menu {
    display: block;
    font-size: 0.36rem;
    line-height: 1;
  }
}
.gFooter .ftBody .navigation .menu .top {
  order: 1;
}
.gFooter .ftBody .navigation .menu .mission,
.gFooter .ftBody .navigation .menu .message {
  margin: 0 0 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .menu .mission,
  .gFooter .ftBody .navigation .menu .message {
    margin: 0.96rem 0 0;
  }
}
.gFooter .ftBody .navigation .menu .mission {
  order: 2;
}
.gFooter .ftBody .navigation .menu .message {
  order: 3;
}
.gFooter .ftBody .navigation .menu .interview,
.gFooter .ftBody .navigation .menu .about,
.gFooter .ftBody .navigation .menu .system {
  display: flex;
  width: 100%;
  margin: 0.24rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .menu .interview,
  .gFooter .ftBody .navigation .menu .about,
  .gFooter .ftBody .navigation .menu .system {
    display: block;
    width: auto;
    margin: 0.96rem 0 0;
  }
}
.gFooter .ftBody .navigation .menu .interview ul,
.gFooter .ftBody .navigation .menu .about ul,
.gFooter .ftBody .navigation .menu .system ul {
  display: flex;
  font-size: 0.14rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .menu .interview ul,
  .gFooter .ftBody .navigation .menu .about ul,
  .gFooter .ftBody .navigation .menu .system ul {
    display: block;
    margin: 0.56rem 0 0;
    font-size: 0.34rem;
  }
}
.gFooter .ftBody .navigation .menu .interview ul li,
.gFooter .ftBody .navigation .menu .about ul li,
.gFooter .ftBody .navigation .menu .system ul li {
  margin: 0 0 0 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .menu .interview ul li,
  .gFooter .ftBody .navigation .menu .about ul li,
  .gFooter .ftBody .navigation .menu .system ul li {
    margin: 0.48rem 0 0;
  }
}
.gFooter .ftBody .navigation .menu .interview {
  order: 4;
}
.gFooter .ftBody .navigation .menu .about {
  order: 5;
}
.gFooter .ftBody .navigation .menu .system {
  order: 6;
}
.gFooter .ftBody .navigation .menu a {
  display: block;
  border-bottom: 1px solid transparent;
  padding: 0 0 calc(0.06rem - 1px);
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .menu a {
    display: inline;
    border-bottom: none;
    padding: 0;
  }
}
.gFooter .ftBody .navigation .menu a.active, .gFooter .ftBody .navigation .menu a:hover {
  border-bottom-color: currentColor;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .contact {
    margin: 1.56rem 0 0;
  }
}
.gFooter .ftBody .navigation .contact li {
  width: 2.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .contact li {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.gFooter .ftBody .navigation .contact li + li {
  margin: 0.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .contact li + li {
    margin: 0.4rem 0 0;
  }
}
.gFooter .ftBody .navigation .contact a {
  display: block;
  border-radius: 0.3rem;
  font-weight: 400;
  line-height: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .contact a {
    width: 5rem;
    margin: 0 auto;
    background-position: calc(100% - 1rem) 50%;
    background-size: 0.13rem auto;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    font-size: 0.28rem;
    line-height: 1.2rem;
  }
}
.gFooter .ftBody .navigation .contact .btn--contact {
  background-color: #189bf0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .contact .btn--contact {
    background-image: url(../imgs/arrow01.svg);
  }
}
.gFooter .ftBody .navigation .contact .btn--corp {
  background-color: #fff;
  color: #189bf0;
  box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .navigation .contact .btn--corp {
    background-image: url(../imgs/arrow01_b.svg);
  }
}
.gFooter .ftBody .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #535353;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .ftBody .copyright {
    margin: 1.78rem 0 0;
    position: static;
    font-size: 0.22rem;
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */

.nav--global .nav__item a {
  font-size: 13px;
}