@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: block;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
  overflow: hidden;
}

@media screen and (max-width: 1220px) and (min-width: 751px) {
  .container {
    min-width: 0;
  }
}
.wrapper {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1100px) and (min-width: 751px) {
  .wrapper {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  html {
    overflow: hidden;
    height: 100%;
  }

  body {
    overflow: auto;
    height: 100%;
  }
}
/*Ie 10/11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.is-parallax {
    overflow: hidden;
    height: 100%;
  }
  html.is-parallax body {
    overflow: auto;
    height: 100%;
  }
}
/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
header.header-top .header-inner:after {
  display: none;
}
header.header-top.is-dark .logo-img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
header.header-top.is-dark .logo-black {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
header .header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
}
header .header-inner:after {
  content: "";
  display: block;
  width: 618px;
  height: 188px;
  background: url("../img/common/bg_logo.png") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
header .header-logo {
  padding: 5px 0 0 38px;
  position: relative;
  z-index: 11;
}
header .logo-link {
  display: inline-block;
  width: 263px;
  height: 33.5px;
  position: relative;
}
header .logo-img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo-black {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
header .list-btn {
  display: flex;
  margin-left: auto;
}
header .item-btn {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
}
header .item-btn.is-active .list-links {
  opacity: 1;
  visibility: visible;
}
header .item-btn .list-links {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header .item-btn .list-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 3px;
  background: #808080;
  padding: 11px 5px 9px;
  color: #fff;
}
header .item-btn.is-coming-soon {
  position: relative;
  pointer-events: none;
}
header .item-btn.is-coming-soon:before {
  content: "COMING SOON";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 102;
  line-height: 1.5;
  font-size: 13px;
  padding: 5px 15px 0;
}
header .item-btn.is-coming-soon .link-btn {
  pointer-events: none;
}
header .item-btn.is-coming-soon .header-link {
  pointer-events: none;
}
header .link-btn {
  display: block;
  width: 120px;
  height: 120px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  position: relative;
  padding-top: 20px;
  background-image: url("../img/common/ico_arrow_down.svg");
  background-position: center bottom 10px;
  background-size: 17px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .link-btn .link-year {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 16px;
}
header .link-btn .link-text {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
header .btn-menu {
  cursor: pointer;
  background-color: #fff url("../img/common/ico_menu.png") center/60px auto no-repeat;
  transition: all 0.3s;
  position: relative;
}
header .btn-menu.is-active {
  background-color: #fff url("../img/common/ico_close.png") center/57.5px auto no-repeat;
}
header .btn-menu.is-active:before, header .btn-menu.is-active:after {
  top: 51%;
  transform: translate(-50%, -50%) rotate(20deg);
  transition: all 0.3s ease-in-out;
}
header .btn-menu.is-active:after {
  transform: translate(-50%, -50%) rotate(-20deg);
  box-shadow: 0 -6px 0 0px transparent;
}
header .btn-menu.is-active + .link-external {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
header .btn-menu:before, header .btn-menu:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #74AAF5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 54px;
  transition: all 0.3s ease-in-out;
}
header .btn-menu:after {
  top: 66px;
  box-shadow: 0 -6px 0 0px #74AAF5;
}
header .bg-gray {
  background-color: #808080;
}
header .bg-blue {
  background-color: #74AAF5;
}
header .bg-blue + .list-links a {
  background-color: #74AAF5;
}
header .link-external {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 390px;
  z-index: 21;
  transition: all 0.3s;
}
header .menu {
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
header .menu .wrapper {
  transform: translateY(-60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
header .menu .menu-inner {
  margin-top: 130px;
  padding-top: 32px;
  height: calc(100vh - 110px);
  overflow: auto;
}
.iPad header .menu .menu-inner {
  height: calc(100vh - 230px);
}
header .menu .link-external {
  display: none;
}
header .menu .list-items {
  margin-top: 0;
}

@media screen and (max-width: 1100px) and (min-width: 751px) {
  header .header-logo {
    padding: 0 0 0 20px;
  }
  header .logo-link {
    width: 200px;
    height: 25px;
  }
  header .link-external {
    top: 150px;
    right: 30px;
  }
  header .link-btn {
    width: 90px;
  }
  header .menu .menu-inner {
    margin-top: 170px;
  }
  header .header-inner:after {
    width: 450px;
    height: 138px;
  }
}
@media print, (min-width: 768px) {
  header .menu .menu-inner {
    padding-bottom: 32px;
  }
  header .link-btn .header-link {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  header.is-active .list-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  header.is-active .header-inner:after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  header .header-inner:after {
    width: 263px;
    height: 80px;
    background: url("../img/common/sp/bg_logo.png") center/266px auto no-repeat;
  }
  header .header-logo {
    padding: 10px 0 0 12px;
  }
  header .logo-link {
    width: 152.5px;
    height: 19.42px;
  }
  header .link-btn {
    width: 65px;
    height: 40px;
    background-position: center bottom 55px;
    background-size: 12px auto;
  }
  header .link-btn .header-link {
    padding-top: 1px;
  }
  header .link-btn .link-year {
    font-size: 13px;
    margin-bottom: 0;
  }
  header .link-btn .link-text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  header .item-btn .list-links {
    top: auto;
    bottom: 100%;
  }
  header .item-btn .list-links a {
    margin-top: 0;
    margin-bottom: 3px;
    padding: 12px 5px 10px;
  }
  header .list-btn {
    width: 100%;
    transition: all 0.3s;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  header .list-btn .item-btn {
    width: 40.25%;
  }
  header .list-btn .item-btn.is-coming-soon:before {
    padding: 8px 40px 0;
    font-size: 12px;
    pointer-events: none;
    line-height: 1.75;
  }
  header .list-btn .link-btn {
    width: 100%;
    height: 72px;
    font-size: 12px;
    z-index: 101;
    padding-top: 29px;
  }
  header .list-btn .header-link {
    font-size: 12px;
  }
  header .btn-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 19.5%;
    height: 72px;
  }
  header .btn-menu.is-active {
    background-size: 27px auto;
  }
  header .btn-menu.is-active:before {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  header .btn-menu.is-active:after {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  header .btn-menu:before, header .btn-menu:after {
    width: 30px;
    top: 32px;
  }
  header .btn-menu:after {
    top: 40px;
    box-shadow: 0 -4px 0 0 #74AAF5;
  }
  header .menu {
    height: 100%;
  }
  header .menu .menu-inner {
    margin-top: 40px;
    padding-top: 0.47rem;
    padding-bottom: 0;
    height: calc(100% - 50px);
  }
  header .link-external {
    display: none;
  }
}
footer .menu {
  min-height: 0 !important;
}
footer .copyright {
  padding: 24px 0 18px;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  color: #666666;
  background: #fff;
  letter-spacing: 0.15em;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 72px;
  }
  footer .menu {
    display: none;
  }
  footer .copyright {
    padding: 0.32rem 0;
    font-size: 0.14rem;
    color: #fff;
    background: #74AAF5;
  }
}
.menu {
  width: 100%;
  background: #5E9DF4;
  padding-top: 50px;
}
.menu.is-show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.menu.is-show .wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}
.menu .list-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
  padding-bottom: 12px;
}
.menu .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 260px;
  margin-right: 20px;
  margin-bottom: 27px;
}
.menu .item:nth-child(3n + 3) {
  margin-right: 0;
}
.menu .item.is-big {
  width: 490px;
  margin-right: 30px;
}
.menu .item.is-big .sub-item:first-child .list-link {
  padding-left: 5px;
}
.menu .item.is-big .sub-item:first-child .item-link {
  margin-bottom: 25px;
}
.menu .item.is-big .sub-item:first-child .link {
  font-size: 17px;
}
.menu .item.is-big .sub-item:first-child .link span {
  letter-spacing: 0;
  margin-left: 5px;
}
.menu .item-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 3px;
  line-height: 1.5;
  text-align: center;
  color: #b8d4fa;
  background: #2068d2;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.menu .item-sub-title {
  display: inline-block;
  width: 125px;
  padding-left: 7px;
  font-size: 14.5px;
  color: #fff;
  letter-spacing: 0.45em;
  font-weight: 600;
  vertical-align: text-top;
}
.menu .item-sub-title + .list-link {
  display: inline-block;
  width: calc(100% - 130px);
  padding-left: 0;
  vertical-align: text-top;
}
.menu .list-sub-items {
  display: block;
  width: 100%;
}
.menu .sub-item {
  min-height: 260px;
}
.menu .list-link {
  padding-left: 20px;
}
.menu .item-link {
  margin-bottom: 14.5px;
  font-weight: 600;
}
.menu .item-link:last-child {
  margin-bottom: 0 !important;
}
.menu .item-link.is-hidden {
  display: none;
}
.menu .link {
  display: inline-block;
  color: #fff;
  font-size: 14.5px;
  letter-spacing: 0.2em;
  white-space: nowrap;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.menu .link span:not(.line) {
  font-size: 20px;
}
.menu .link .line {
  color: #2068d2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu .link.has-line {
  position: relative;
  padding-left: 16px;
}
.menu .has-space {
  letter-spacing: 0.5em;
}
.menu .has-label {
  position: relative;
}
.menu .has-label .label {
  padding-left: 10px;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #2068d2;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.menu .is-special .item-link {
  margin-bottom: 16.5px;
}
.menu .is-blank {
  position: relative;
  padding-left: 24px;
}
.menu .is-blank:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/common/ico_link.png") center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu .attention {
  color: white;
  padding-bottom: 1em;
}

@media print, (min-width: 768px) {
  .menu .link:not(.has-line):hover {
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;
  }
  .menu .link.has-line:hover {
    padding-left: 21px;
    transition: all 0.3s;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu .sub-item:first-child {
    height: 260px;
  }
  .menu .is-blank:before {
    top: 35%;
  }
  .menu .item-title {
    padding-top: 8px;
  }
}
@media (max-width: 1060px) and (min-width: 800px) {
  .hidden-tb {
    display: none !important;
  }

  .menu .item:not(.is-big) {
    margin-right: 0;
  }
  .menu .link {
    font-size: 13.5px;
  }
  .menu .sub-item {
    min-height: auto;
    margin-bottom: 30px;
  }
  .menu .sub-item:last-child {
    margin-bottom: 0;
  }
  .menu .attention {
    width: 777px;
    margin: 0 auto;
  }

  header .menu .menu-inner {
    padding-bottom: 60px;
  }

  .menu .is-big .sub-item:first-child {
    margin-bottom: 45px;
  }
}
@media (min-width: 1061px) {
  .visible-tb {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .visible-tb {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .menu .item {
    width: 100%;
    margin: 0;
  }
  .menu .item.is-big {
    width: 100%;
    margin-right: 0;
  }
  .menu .item.is-big .sub-item:first-child {
    margin-bottom: 0.52rem;
  }
  .menu .item.is-big .sub-item:first-child .list-link {
    padding-left: 0.05rem;
  }
  .menu .item.is-big .sub-item:first-child .item-link {
    margin-bottom: 0.3rem;
  }
  .menu .item.is-big .sub-item:first-child .link {
    font-size: 0.22rem;
    white-space: nowrap;
  }
  .menu .item.is-big .sub-item:first-child .link span:not(.line) {
    letter-spacing: 0;
    margin-left: 0.05rem;
  }
  .menu .item:nth-child(2) .list-sub-items {
    display: flex;
    justify-content: space-between;
  }
  .menu .item:nth-child(2) .sub-item {
    width: 3.08rem;
  }
  .menu .item:nth-child(2) .item-title {
    margin-bottom: 0.48rem;
  }
  .menu .item:nth-child(3) .item-title {
    margin-bottom: 0.45rem;
  }
  .menu .item:nth-child(3) .list-link {
    column-count: 2;
    column-gap: 0.52rem;
  }
  .menu .item:nth-child(3) .item-link:first-child .link {
    white-space: nowrap;
  }
  .menu .item-title {
    font-size: 0.24rem;
    padding: 1px 5px;
    margin-bottom: 0.35rem;
  }
  .menu .item-sub-title {
    width: 100%;
    padding-left: 0.1rem;
    margin-bottom: 0.2rem;
    font-size: 0.23rem;
    letter-spacing: 0.25em;
  }
  .menu .item-sub-title + .list-link {
    width: 100%;
    padding-left: 0.1rem;
  }
  .menu .item-sub-title + .list-link .item-link:not(:first-child) {
    padding-left: 0.12rem;
  }
  .menu .sub-item {
    min-height: auto;
    margin-bottom: 0.44rem;
  }
  .menu .list-link {
    padding-left: 0.1rem;
  }
  .menu .item-link {
    margin-bottom: 0.16rem;
  }
  .menu .link {
    font-size: 0.23rem;
    white-space: normal;
  }
  .menu .link span:not(.line) {
    font-size: 0.28rem;
  }
  .menu .link .line {
    position: static;
  }
  .menu .link.has-line {
    padding-left: 0;
  }
  .menu .is-special .item-link {
    margin-bottom: 0.22rem;
  }
  .menu .is-blank {
    padding-left: 0.32rem;
  }
  .menu .is-blank:before {
    width: 0.185rem;
    height: 0.185rem;
    left: 0.06rem;
  }
  .menu .has-label {
    letter-spacing: 0.25em;
  }
  .menu .has-label .label {
    font-size: 0.23rem;
    color: #fff;
    padding-left: 0.14rem;
    letter-spacing: 0.25em;
  }
}
.wow {
  visibility: hidden;
}
.wow.fade-out {
  visibility: visible !important;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fade-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  z-index: 9;
}
.overlay.is-right {
  left: 0;
  right: auto;
}

.link-external {
  text-align: right;
}
.link-external a {
  display: inline-block;
  padding-right: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
.link-external a:after {
  content: "";
  display: block;
  width: 16.5px;
  height: 16.5px;
  background: url("../img/common/ico_link.png") center/cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-title {
  padding: 8px 0 4px;
  font-size: 32px;
  color: #111A38;
  border: 1px solid #111A38;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.text-scroll {
  display: block;
  position: absolute;
  bottom: 78px;
  padding-left: 104px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  z-index: 21;
}
.text-scroll .is-text {
  display: block;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.3em;
}
.text-scroll .is-line {
  content: "";
  height: 1px;
  width: 76px;
  left: 0;
  bottom: 55%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.text-scroll .is-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: scrollMd 2s infinite;
  animation: scrollMd 2s infinite;
}
.text-scroll.is-black .is-text {
  color: #000;
}
.text-scroll.is-black .is-line:after {
  background: #000;
}

.has-corner-bg {
  position: relative;
}
.has-corner-bg:after {
  content: "";
  display: block;
  width: 656px;
  height: 196px;
  background: url(../img/stories_01/bg_overlay.png) center/100% auto no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link-external a {
    padding-top: 1px;
  }
  .link-external a::after {
    top: 35%;
  }

  .section-title {
    padding: 14px 0 0;
  }

  .text-scroll .is-line {
    bottom: 60%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .link-external {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 0.1rem 0 0.04rem;
    font-size: 0.28rem;
  }

  .text-scroll {
    display: block;
    position: absolute;
    bottom: 1.66rem;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    z-index: 21;
  }

  .has-corner-bg:after {
    width: 5.2rem;
    height: 1.58rem;
  }
}
.page-title {
  color: #111A38;
  text-align: center;
}
.page-title .en {
  display: block;
  font-weight: 500;
  font-size: 55px;
  letter-spacing: 0.2em;
}
.page-title .jp {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.35em;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .page-title .en {
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
  }
  .page-title .jp {
    font-size: 0.31rem;
  }
}
.section-interview {
  padding: 100px 0 70px;
  background: #F2F2F2;
}
.section-interview .note {
  margin: 0 auto;
  text-align: right;
  position: relative;
}
.section-interview .note p {
  color: #111A38;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.section-interview .section-inner {
  width: 1000px;
  margin: 0 auto;
}
.section-interview .list-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.section-interview .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 14px;
  background: #fff;
  position: relative;
}
.section-interview .item.is-hidden {
  display: none;
}
.section-interview .item:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #111A38 url("../img/common/ico_arrow_next.png") center/8px auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.section-interview .item:nth-child(2n + 2) {
  margin-right: 0;
}
.section-interview .item.is-active {
  opacity: 0.7;
  pointer-events: none;
}
.section-interview .link {
  display: flex;
  align-items: center;
  padding: 10px;
}
.section-interview .img-box {
  width: 96px;
}
.section-interview .item-content {
  flex: 1;
  padding-left: 10px;
  padding-top: 12px;
}
.section-interview .item-title {
  font-size: 19px;
  font-weight: bold;
  color: #111A38;
}
.section-interview .text {
  margin-top: 8px;
  font-size: 14px;
  color: #111A38;
  font-weight: 500;
}
.section-interview .text span {
  font-weight: 600;
}

.section-interview.is-work-style .list-items {
  margin-top: 32px;
}
@media print, (min-width: 768px) {
  .section-interview.is-work-style .list-items {
    justify-content: space-between;
  }
}
.section-interview.is-work-style .item {
  width: 49.5%;
  margin-right: 0;
}
.section-interview.is-work-style .item:nth-child(2) .item-content {
  letter-spacing: 0.3em;
}
.section-interview.is-work-style .item:before {
  width: 32.5px;
  height: 32.5px;
}
.section-interview.is-work-style .link {
  display: block;
  padding: 0;
}
.section-interview.is-work-style .img-box {
  width: 100%;
  position: relative;
}
.section-interview.is-work-style .img-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.section-interview.is-work-style .item-content {
  padding: 25px 20px;
  letter-spacing: 0;
}
.section-interview.is-work-style .item-title {
  font-size: 21px;
}

@media print, (min-width: 768px) {
  .section-interview .note {
    max-width: 1500px;
    top: calc(-50px + 0.5em);
  }
  .section-interview .note p {
    line-height: 1.95;
    font-size: 14.5px;
  }

  .section-interview:not(.is-work-stype) .item:last-child .item-title {
    letter-spacing: -0.075em;
    margin-right: -10px;
  }

  .section-interview.is-work-style .item.is-active, .section-interview.is-work-style .item:hover {
    opacity: 1;
  }
  .section-interview.is-work-style .item.is-active .img-box:after, .section-interview.is-work-style .item:hover .img-box:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-interview .section-inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-interview {
    padding: 0.88rem 0 0.84rem;
  }
  .section-interview .note {
    top: calc(-0.44rem + 0.1rem);
  }
  .section-interview .note p {
    line-height: 2;
    font-size: 0.23rem;
  }
  .section-interview .section-inner {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section-interview .list-items {
    display: block;
    margin-top: 0.34rem;
  }
  .section-interview .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.16rem;
  }
  .section-interview .item:before {
    width: 0.32rem;
    height: 0.32rem;
    background-size: 0.08rem auto;
  }
  .section-interview .link {
    padding: 0.16rem;
  }
  .section-interview .item-content {
    padding-left: 0.16rem;
    padding-top: 0.12rem;
  }
  .section-interview .img-box {
    width: 1.24rem;
  }
  .section-interview .item-title {
    font-size: 0.22rem;
  }
  .section-interview .text {
    margin-top: 0.08rem;
    font-size: 0.18rem;
  }

  .section-interview.is-work-style {
    padding-top: 0.68rem;
    padding-bottom: 0.96rem;
  }
  .section-interview.is-work-style .section-title {
    color: #fff;
    background: #152448;
    font-weight: 500;
  }
  .section-interview.is-work-style .list-items {
    margin-top: 0.32rem;
  }
  .section-interview.is-work-style .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.26rem;
  }
  .section-interview.is-work-style .item:before {
    display: none;
  }
  .section-interview.is-work-style .item-content {
    padding: 0.26rem 0.4rem 0.18rem;
  }
  .section-interview.is-work-style .item-title {
    font-size: 0.26rem;
    text-align: center;
  }
}
.section-about-us {
  background: #EFEFEF;
  padding: 69px 0 52px;
}
.section-about-us .section-inner {
  width: 1000px;
  margin: 0 auto;
}
.section-about-us .section-title {
  background: #152448;
  color: #fff;
}
.section-about-us .list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}
.section-about-us .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 16px;
  position: relative;
}
.section-about-us .item:nth-child(2n + 2), .section-about-us .item:last-child {
  margin-right: 0;
}
.section-about-us .item:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #111A38 url(../img/common/ico_arrow_next.png) center/8px auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-about-us .item.is-active {
  pointer-events: none;
  opacity: 0.7;
}
.section-about-us .link {
  display: block;
  padding: 26px 20px 24px;
  letter-spacing: 0.28em;
  text-align: center;
  font-size: 22px;
  color: #152448;
  font-weight: bold;
  border: 1px solid #152448;
  background: #fff;
}

@media screen and (max-width: 1350px) and (min-width: 751px) {
  .section-about-us .section-inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-about-us .link {
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-us {
    padding: 0.7rem 0.5rem 0.32rem;
  }
  .section-about-us .section-inner {
    width: 100%;
  }
  .section-about-us .section-title {
    font-size: 0.28rem;
    padding: 0.1rem 0 0.06rem;
  }
  .section-about-us .list-items {
    display: block;
    margin-top: 0.45rem;
  }
  .section-about-us .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.19rem;
  }
  .section-about-us .item:before {
    width: 0.25rem;
    height: 0.25rem;
    background-size: 0.06rem auto;
  }
  .section-about-us .link {
    letter-spacing: 0.2em;
    font-size: 0.26rem;
    padding: 0.24rem 0.2rem 0.19rem;
  }
}
/* PAGES
 * ----------------------------------------------- */
.section-top-keyvisual {
  height: 100vh;
  position: relative;
}
.section-top-keyvisual .title {
  width: 100%;
  max-width: 1500px;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.section-top-keyvisual .list-items,
.section-top-keyvisual .slick-list {
  height: 100%;
}
.section-top-keyvisual .item-slick {
  height: 100vh !important;
}
.section-top-keyvisual .slick-slide:nth-child(1) .item-slick {
  background: url("../img/top/bg_keyvisual_01.jpg") center/cover no-repeat;
}
.section-top-keyvisual .slick-slide:nth-child(2) .item-slick {
  background: url("../img/top/bg_keyvisual_02.jpg") center/cover no-repeat;
}
.section-top-keyvisual .slick-slide:nth-child(3) .item-slick {
  background: url("../img/top/bg_keyvisual_03.jpg") center/cover no-repeat;
}

.section-top-content {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 18px;
  position: relative;
}
.section-top-content .bg-text {
  width: 1358px;
  max-width: 100%;
  position: relative;
  z-index: 11;
}
.section-top-content .bg-img {
  width: 43.9333%;
  max-width: 659px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-top-content .content {
  width: 38.6666%;
  max-width: 560px;
  margin: 90px 0 0 calc(50% - 470px);
  padding-bottom: 65px;
  position: relative;
}
.section-top-content .title {
  padding: 30px 0 0 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-size: 28px;
  color: #74AAF5;
  background: url("../img/top/bg_title.png") top left/190px auto no-repeat;
}
.section-top-content .description {
  margin-top: 46px;
}
.section-top-content .text {
  margin-bottom: 36px;
  font-size: 16px;
  color: #74AAF5;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 600;
}

@-moz-keyframes scroll {
  0% {
    right: calc(100% + .1rem);
    width: 0;
  }
  50% {
    right: calc(100% + .1rem);
    width: 1.25rem;
  }
  100% {
    right: calc(100% + 1.35rem);
    width: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    right: calc(100% + .1rem);
    width: 0;
  }
  50% {
    right: calc(100% + .1rem);
    width: 1.25rem;
  }
  100% {
    right: calc(100% + 1.35rem);
    width: 0;
  }
}
@keyframes scroll {
  0% {
    right: calc(100% + .1rem);
    width: 0;
  }
  50% {
    right: calc(100% + .1rem);
    width: 1.25rem;
  }
  100% {
    right: calc(100% + 1.35rem);
    width: 0;
  }
}
@-moz-keyframes scrollMd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  25%, 75% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollMd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  25%, 75% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scrollMd {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  25%, 75% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-top-content .content {
    margin-left: 20px;
  }
  .section-top-content .bg-img {
    bottom: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-keyvisual {
    height: calc(100vh - 35px);
  }
  .section-top-keyvisual .title {
    top: 45.5%;
  }
  .section-top-keyvisual .slick-slide:nth-child(1) .item-slick {
    background-image: url("../img/top/sp/bg_keyvisual_01.jpg");
  }
  .section-top-keyvisual .slick-slide:nth-child(2) .item-slick {
    background-image: url("../img/top/sp/bg_keyvisual_02.jpg");
  }
  .section-top-keyvisual .slick-slide:nth-child(3) .item-slick {
    background-image: url("../img/top/sp/bg_keyvisual_03.jpg");
  }
  .section-top-keyvisual .slick-slide:nth-child(4) .item-slick {
    background-image: url("../img/top/sp/bg_keyvisual_04.jpg");
  }
  .section-top-keyvisual .slick-slide:nth-child(5) .item-slick {
    background-image: url("../img/top/sp/bg_keyvisual_05.jpg");
  }
  .section-top-keyvisual .text-scroll {
    display: block;
    position: absolute;
    bottom: 1.06rem;
    left: 50%;
    padding-left: 1.36rem;
  }
  .section-top-keyvisual .text-scroll .is-text {
    font-size: 0.175rem;
  }
  .section-top-keyvisual .text-scroll .is-line {
    display: block;
    width: 1.25rem;
    height: 1px;
    bottom: 50%;
    left: 0;
  }
  .section-top-keyvisual .text-scroll .is-line:after {
    border-top: 1px solid #fff;
    background: #fff;
    animation: scrollMd 2s infinite;
  }

  .section-top-content {
    padding-top: 0.94rem;
  }
  .section-top-content .bg-text {
    width: 91.5%;
    position: relative;
  }
  .section-top-content .bg-img {
    width: 78%;
    position: static;
    margin: -5px 0 0 auto;
  }
  .section-top-content .bg-img .img-sm {
    width: 71.5%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section-top-content .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.8rem 0 7.66rem 0.32rem;
  }
  .section-top-content .title {
    font-size: 0.22rem;
    background-size: 1.9rem auto;
    padding: 0.4rem 0 0 0.2rem;
  }
  .section-top-content .description {
    margin-top: 0.48rem;
    padding: 0 0 0 0.16rem;
  }
  .section-top-content .text {
    margin-bottom: 0.46rem;
    font-size: 0.24rem;
    letter-spacing: 0.05em;
    line-height: 1.95;
  }
}
.section-stories-banner {
  position: relative;
  background: transparent;
  overflow: hidden;
}
.section-stories-banner:after {
  content: "";
  display: block;
  width: 641px;
  height: 192px;
  background: url("../img/stories_01/bg_overlay.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-stories-banner .background {
  width: 100%;
  height: 100%;
  background: url("../img/stories_01/background.jpg") center/cover no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.iPad .section-stories-banner .background {
  background-attachment: scroll !important;
  height: 100vh;
  pointer-events: none;
}
.section-stories-banner .section-inner {
  position: relative;
  padding-bottom: 200px;
}
.section-stories-banner .title {
  width: 114px;
  margin: 0 auto;
  padding: 160px 0 138px;
  font-size: 95px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
.section-stories-banner .content {
  max-width: 1190px;
  margin: 0 auto;
  color: #fff;
}
.section-stories-banner .category {
  display: block;
  width: 321px;
}
.section-stories-banner .sub-title {
  margin-top: 40px;
  font-size: 68px;
  font-weight: bold;
}
.section-stories-banner .intro {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
.section-stories-banner .text {
  margin: 40px 0;
  line-height: 2.25;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-weight: bold;
}
.section-stories-banner .list-staff {
  top: 100%;
  width: 100%;
}
.section-stories-banner .list-staff .item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  font-weight: 600;
}
.section-stories-banner .list-staff .item:first-child {
  width: 100%;
  margin-top: 0;
}
.section-stories-banner .list-staff .img-box {
  width: 328px;
}
.section-stories-banner .list-staff .description {
  flex: 1;
  padding-left: 36px;
}
.section-stories-banner .list-staff .description .text {
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.9;
}
.section-stories-banner .list-staff .position {
  font-size: 12.5px;
  line-height: 1.6;
  padding: 5px 0;
  letter-spacing: 0.15em;
}
.section-stories-banner .list-staff .name {
  line-height: 1.6;
}
.section-stories-banner .list-staff .jp {
  letter-spacing: 0.25em;
  font-size: 22.5px;
}
.section-stories-banner .list-staff .en {
  margin-left: 15px;
  font-size: 13px;
}
.section-stories-banner.is-second-page {
  padding-bottom: 0;
}
.section-stories-banner.is-second-page .title {
  padding: 193px 0 105px;
}
.section-stories-banner.is-second-page .sub-title {
  margin-right: -60px;
}
.section-stories-banner.is-second-page .background {
  background-image: url("../img/stories_02/background.jpg");
}
.section-stories-banner.is-second-page .list-staff {
  margin-top: 60px;
  padding-left: 8px;
  position: static;
}
.section-stories-banner.is-second-page .list-staff .item:first-child {
  position: static;
}
.section-stories-banner.is-last-page {
  padding-bottom: 0;
}
.section-stories-banner.is-last-page .title {
  padding: 193px 0 105px;
}
.section-stories-banner.is-last-page .background {
  background-image: url("../img/stories_03/background.jpg");
}
.section-stories-banner.is-last-page .list-staff {
  margin-top: 21px;
  padding-left: 0;
  position: static;
}
.section-stories-banner.is-last-page .list-staff .item:first-child {
  position: static;
}
.section-stories-banner.is-last-page .list-staff .description {
  padding-top: 24px;
}

.iPad .in .js-fixed-bg {
  position: fixed !important;
}
.iPad .out-bot .js-fixed-bg {
  top: auto !important;
  bottom: 0 !important;
}

.section-stories-content {
  position: relative;
  overflow: hidden;
}
.section-stories-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -101;
}
.section-stories-content .content-inner {
  position: relative;
  background: url("../img/stories_01/bg_content_01.jpg") center/cover no-repeat;
  background-attachment: fixed;
}
.iPad .section-stories-content .content-inner {
  background: none !important;
}
.iPad .section-stories-content .js-fixed-bg {
  width: 100%;
  height: 100vh;
  background: url("../img/stories_01/bg_content_01.jpg") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.section-stories-content .content {
  width: 45.5%;
  min-width: 682.5px;
  margin-left: auto;
  padding: 0 55px 125px 200px;
  background: rgba(17, 26, 56, 0.63);
  color: #fff;
  position: relative;
  z-index: 11;
}
.section-stories-content .title {
  position: absolute;
}
.section-stories-content .label {
  display: block;
  padding: 55px 0 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 13px;
}
.section-stories-content .text {
  margin-top: 108px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2.8;
  text-align: justify;
}
.section-stories-content.is-first .title {
  width: 91px;
  top: 196px;
  left: 44px;
}
.section-stories-content.is-second .content-inner {
  background-image: url("../img/stories_01/bg_content_02.jpg");
}
.iPad .section-stories-content.is-second .js-fixed-bg {
  background-image: url("../img/stories_01/bg_content_02.jpg");
}
.section-stories-content.is-second .title {
  width: 94px;
  right: 45px;
  top: 188px;
}
.section-stories-content.is-last .content-inner {
  background-image: url("../img/stories_01/bg_content_03.jpg");
}
.iPad .section-stories-content.is-last .js-fixed-bg {
  background-image: url("../img/stories_01/bg_content_03.jpg");
}
.section-stories-content.is-last .title {
  width: 96px;
  top: 115px;
  left: 38px;
}
.section-stories-content.is-second-page.is-first {
  padding-bottom: 0;
}
.section-stories-content.is-second-page.is-first .content-inner {
  background-image: url("../img/stories_02/bg_content_01.jpg");
}
.iPad .section-stories-content.is-second-page.is-first .js-fixed-bg {
  background-image: url("../img/stories_02/bg_content_01.jpg");
}
.section-stories-content.is-second-page.is-first .title {
  width: 92px;
  top: 163px;
  left: 44px;
}
.section-stories-content.is-second-page.is-second .content-inner {
  background-image: url("../img/stories_02/bg_content_02.jpg");
}
.iPad .section-stories-content.is-second-page.is-second .js-fixed-bg {
  background-image: url("../img/stories_02/bg_content_02.jpg");
}
.section-stories-content.is-second-page.is-second .title {
  width: 92px;
  right: 45px;
  top: 189px;
}
.section-stories-content.is-second-page.is-last .content-inner {
  background-image: url("../img/stories_02/bg_content_03.jpg");
}
.iPad .section-stories-content.is-second-page.is-last .js-fixed-bg {
  background-image: url("../img/stories_02/bg_content_03.jpg");
}
.section-stories-content.is-second-page.is-last .title {
  width: 96px;
  top: 115px;
  left: 38px;
}
.section-stories-content.is-last-page.is-first {
  padding-bottom: 0;
}
.section-stories-content.is-last-page.is-first .content-inner {
  background-image: url("../img/stories_03/bg_content_01.jpg");
}
.iPad .section-stories-content.is-last-page.is-first .js-fixed-bg {
  background-image: url("../img/stories_03/bg_content_01.jpg");
}
.section-stories-content.is-last-page.is-first .description {
  padding-top: 119px;
}
.section-stories-content.is-last-page.is-first .title {
  width: 93px;
  right: 49px;
  top: 117px;
  left: auto;
}
.section-stories-content.is-last-page.is-second .content-inner {
  background-image: url("../img/stories_03/bg_content_02.jpg");
}
.iPad .section-stories-content.is-last-page.is-second .js-fixed-bg {
  background-image: url("../img/stories_03/bg_content_02.jpg");
}
.section-stories-content.is-last-page.is-second .title {
  width: 91.5px;
  top: 190px;
  left: 48px;
  right: auto;
}
.section-stories-content.is-last-page.is-last .content-inner {
  background-image: url("../img/stories_03/bg_content_03.jpg");
}
.iPad .section-stories-content.is-last-page.is-last .js-fixed-bg {
  background-image: url("../img/stories_03/bg_content_03.jpg");
}
.section-stories-content.is-last-page.is-last .title {
  width: 96.5px;
  top: 111px;
  left: auto;
  right: 41px;
}

.order {
  display: block;
  position: relative;
  height: 47px;
  background: url("../img/stories_01/bg_order.png") top left/144px auto no-repeat;
}
.order span {
  font-size: 45px;
  position: absolute;
  top: -16px;
  left: 60px;
  color: #fff;
}

.section-stories-intro {
  padding-top: 100px;
  background: #F2F2F2;
}
.section-stories-intro .note {
  position: absolute;
}
.section-stories-intro .note p {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: justify;
}
.section-stories-intro .section-inner {
  width: 1000px;
  margin: 0 auto;
}
.section-stories-intro .list-items {
  margin-top: 28px;
}
.section-stories-intro .link {
  display: block;
  min-height: 273px;
  position: relative;
  background: url(../img/stories_01/img_intro_01.jpg) center/cover no-repeat;
}
.section-stories-intro .link:after {
  content: "";
  display: block;
  width: 11px;
  height: 20.5px;
  position: absolute;
  right: 26px;
  top: 47%;
  background: url("../img/common/ico_arrow_next.png") center/cover no-repeat;
}
.section-stories-intro .link.is-first-page {
  background-image: url(../img/stories_01/img_intro_01.jpg);
}
.section-stories-intro .link.is-second-page {
  background-image: url(../img/stories_01/img_intro_02.jpg);
}
.section-stories-intro .link.is-second-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section-stories-intro .link.is-last-page {
  background-image: url(../img/stories_01/img_intro_03.jpg);
}
.section-stories-intro .link.is-last-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section-stories-intro .item-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.section-stories-intro .label {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  width: 50px;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  line-height: 1.5;
}
.section-stories-intro .item-title {
  font-size: 45px;
  font-weight: bold;
  padding: 6px 0 0 35%;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.section-stories-intro .item-sub-title {
  font-size: 21px;
  padding-left: 35%;
  font-weight: 600;
  margin-top: 10px;
}

@media print, (min-width: 768px) {
  .section-stories-content.bg-black:after {
    background: #000;
  }

  .section-stories-content.is-left .content {
    margin-right: auto;
    margin-left: 0;
    padding: 0 200px 125px 55px;
  }
  .section-stories-content.is-left .label {
    padding-top: 40px;
  }
  .section-stories-content.is-left .text {
    margin-top: 88px;
  }

  .section-stories-banner.is-last-page .background {
    background-position: 50% 13%;
  }

  .section-stories-intro .note {
    right: calc(55px - 0.5em);
  }
  .section-stories-intro .note p {
    top: calc(-50px - 1.4em);
    font-size: 14.5px;
    line-height: 2.8;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-stories-banner .content {
    width: 100%;
    padding: 0 30px;
  }
  .section-stories-banner .list-staff .item {
    padding-right: 60px;
  }
  .section-stories-banner.is-second-page .sub-title {
    margin-right: 0;
  }
  .section-stories-banner.is-second-page .list-staff .item {
    padding-right: 20px;
  }
  .section-stories-banner.is-second-page .list-staff .img-box {
    width: 250px;
  }
  .section-stories-banner.is-last-page .sub-title {
    margin-right: 0;
  }
  .section-stories-banner.is-last-page .list-staff .description {
    padding-top: 0;
  }
  .section-stories-banner.is-last-page .list-staff .item {
    padding-right: 0;
  }
  .section-stories-banner.is-last-page .list-staff .img-box {
    width: 250px;
  }

  .section-stories-content .text-scroll {
    left: calc((100% - 682.5px) / 2);
  }

  .section-stories-content.is-left .text-scroll {
    left: auto;
    right: calc((100% - 682.5px) / 2);
    transform: translateX(50%) rotate(-90deg);
  }

  .section-stories-intro .section-inner {
    width: 100%;
    padding: 0 30px;
  }
  .section-stories-intro .label {
    left: 8%;
    font-size: 38px;
  }
  .section-stories-intro .item-title {
    padding-left: 25%;
    padding-top: 0;
    font-size: 38px;
  }
  .section-stories-intro .item-sub-title {
    padding-left: 25%;
    margin: 5px 0 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-stories-banner {
    padding-bottom: 0.6rem;
  }
  .section-stories-banner:after {
    width: 5.23rem;
    height: 1.57rem;
    background-image: url("../img/stories_01/sp/bg_overlay.png");
    z-index: 21;
  }
  .section-stories-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url("../img/stories_01/sp/bg_blue.png") center top/cover no-repeat;
    height: calc(100% - 11.5rem);
    z-index: 1;
  }
  .section-stories-banner .background {
    height: auto;
    min-height: 14.6rem;
    background-attachment: scroll;
  }
  .section-stories-banner .section-inner {
    min-height: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 11;
  }
  .section-stories-banner .title {
    width: 1rem;
    text-align: center;
    padding: 1.2rem 0 1.04rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .section-stories-banner .content {
    width: 100%;
    padding-left: 0.2rem;
  }
  .section-stories-banner .category {
    width: 2.74rem;
    margin-left: 0.24rem;
  }
  .section-stories-banner .sub-title {
    margin-top: 0;
    font-size: 0.45rem;
    line-height: 1.9;
    white-space: nowrap;
  }
  .section-stories-banner .intro {
    font-size: 0.26rem;
    padding-left: 0.24rem;
    letter-spacing: 0.2em;
  }
  .section-stories-banner .text {
    font-size: 0.23rem;
    margin-top: 0.54rem;
    line-height: 2;
    padding: 0 1rem 0 0.24rem;
  }
  .section-stories-banner .list-staff {
    position: static;
    padding-left: 0.24rem;
    margin-top: 0.42rem;
  }
  .section-stories-banner .list-staff .item {
    display: block;
    margin-bottom: 0.6rem;
  }
  .section-stories-banner .list-staff .item:first-child {
    position: static;
  }
  .section-stories-banner .list-staff .img-box {
    width: 4rem;
  }
  .section-stories-banner .list-staff .description {
    padding-left: 0;
  }
  .section-stories-banner .list-staff .description .text {
    font-size: 0.2rem;
    padding: 0 0.32rem 0 0;
    margin-top: 0.16rem;
    text-align: justify;
  }
  .section-stories-banner .list-staff .position {
    font-size: 0.19rem;
    padding: 0.1rem 0 0 0.04rem;
    line-height: 1.7;
  }
  .section-stories-banner .list-staff .name {
    padding-left: 0.04rem;
  }
  .section-stories-banner .list-staff .jp {
    font-size: 0.23rem;
  }
  .section-stories-banner .list-staff .en {
    font-size: 0.2rem;
  }
  .section-stories-banner.is-second-page .title {
    padding: 1.14rem 0 1.09rem;
  }
  .section-stories-banner.is-second-page .sub-title {
    padding-left: 0.2rem;
    line-height: 1.25;
    margin: 0.12rem 0 0.1rem 0;
  }
  .section-stories-banner.is-second-page .text {
    margin-top: 0.42rem;
    padding-right: 0.24rem;
    letter-spacing: 0.01em;
  }
  .section-stories-banner.is-second-page .section-inner {
    min-height: auto;
  }
  .section-stories-banner.is-second-page .background {
    min-height: 14.6rem;
  }
  .section-stories-banner.is-second-page .list-staff {
    margin-top: 1.32rem;
    padding-left: 0.28rem;
    padding-bottom: 0.66rem;
    position: static;
  }
  .section-stories-banner.is-second-page .list-staff .item:first-child {
    position: static;
  }
  .section-stories-banner.is-last-page .title {
    padding: 1.14rem 0 1.09rem;
  }
  .section-stories-banner.is-last-page .sub-title {
    padding-left: 0.2rem;
    line-height: 1.25;
    margin: 0.12rem 0 0.1rem 0;
  }
  .section-stories-banner.is-last-page .text {
    margin: 0.42rem 0 0;
    padding-right: 0.24rem;
    letter-spacing: 0.01em;
  }
  .section-stories-banner.is-last-page .section-inner {
    min-height: auto;
  }
  .section-stories-banner.is-last-page .background {
    min-height: 14.6rem;
  }
  .section-stories-banner.is-last-page .list-staff {
    margin-top: 0.36rem;
    padding-left: 0.28rem;
    padding-bottom: 0.75rem;
    position: static;
  }
  .section-stories-banner.is-last-page .list-staff .description {
    padding-top: 0;
  }
  .section-stories-banner.is-last-page .list-staff .item:first-child {
    position: static;
  }

  .section-stories-content {
    min-height: 0;
    padding-bottom: 0;
  }
  .section-stories-content .content-inner {
    background: none !important;
  }
  .section-stories-content .img-box {
    position: static;
    min-height: 5.42rem;
    background: url("../img/stories_01/bg_content_01.jpg") center/cover no-repeat;
  }
  .section-stories-content .content {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0 0 0.7rem 1.66rem;
    background: rgba(17, 26, 56, 0.75);
  }
  .section-stories-content .content:after {
    display: none;
  }
  .section-stories-content .label {
    font-size: 0.22rem;
    padding: 0.52rem 0 0.32rem;
  }
  .section-stories-content .text {
    margin-top: 0.84rem;
    padding-right: 0.44rem;
    font-size: 0.23rem;
    line-height: 2;
  }
  .section-stories-content.is-first .title {
    width: 0.44rem;
    top: -1.88rem;
    left: 0.74rem;
  }
  .section-stories-content.is-second .img-box {
    background-image: url(../img/stories_01/bg_content_02.jpg);
  }
  .section-stories-content.is-second .title {
    width: 0.4rem;
    right: auto;
    left: 0.74rem;
    top: -1.88rem;
  }
  .section-stories-content.is-last .img-box {
    background-image: url(../img/stories_01/bg_content_03.jpg);
  }
  .section-stories-content.is-last .title {
    width: 0.395rem;
    left: 0.74rem;
    top: -1.9rem;
  }
  .section-stories-content.is-second-page .content {
    min-height: 0 !important;
  }
  .section-stories-content.is-second-page .img-box {
    min-height: 5.42rem !important;
  }
  .section-stories-content.is-second-page.is-first .img-box {
    background-image: url(../img/stories_02/bg_content_01.jpg);
  }
  .section-stories-content.is-second-page.is-first .title {
    width: 0.45rem;
    top: -1.88rem;
    left: 0.74rem;
  }
  .section-stories-content.is-second-page.is-second .img-box {
    background-image: url(../img/stories_02/bg_content_02.jpg);
  }
  .section-stories-content.is-second-page.is-second .title {
    width: 0.395rem;
    right: auto;
    left: 0.74rem;
    top: -1.88rem;
  }
  .section-stories-content.is-second-page.is-last .img-box {
    background-image: url(../img/stories_02/bg_content_03.jpg);
  }
  .section-stories-content.is-second-page.is-last .title {
    width: 0.385rem;
    left: 0.74rem;
    top: -1.9rem;
  }
  .section-stories-content.is-last-page .content {
    min-height: 0 !important;
  }
  .section-stories-content.is-last-page .img-box {
    min-height: 5.42rem !important;
  }
  .section-stories-content.is-last-page.is-first .img-box {
    background-image: url("../img/stories_03/bg_content_01.jpg");
  }
  .section-stories-content.is-last-page.is-first .description {
    padding-top: 0;
  }
  .section-stories-content.is-last-page.is-first .title {
    width: 0.45rem;
    top: -1.88rem;
    left: 0.74rem;
  }
  .section-stories-content.is-last-page.is-second .img-box {
    background-image: url("../img/stories_03/bg_content_02.jpg");
  }
  .section-stories-content.is-last-page.is-second .title {
    width: 0.395rem;
    right: auto;
    left: 0.74rem;
    top: -1.88rem;
  }
  .section-stories-content.is-last-page.is-last .img-box {
    background-image: url("../img/stories_03/bg_content_03.jpg");
  }
  .section-stories-content.is-last-page.is-last .title {
    width: 0.395rem;
    left: 0.74rem;
    top: -1.9rem;
  }

  .order {
    height: 0.78rem;
    background-size: 2.4rem auto;
  }
  .order span {
    font-size: 0.745rem;
    top: -0.24rem;
    left: 0.92rem;
  }

  .section-stories-intro {
    padding-top: 0.94rem;
  }
  .section-stories-intro .note {
    right: 0.44rem;
  }
  .section-stories-intro .note p {
    top: calc(-0.47rem - 0.2rem);
    font-size: 0.23rem;
    line-height: 2;
  }
  .section-stories-intro .section-inner {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section-stories-intro .list-items {
    margin-top: 0.36rem;
  }
  .section-stories-intro .link {
    min-height: 1.77rem;
  }
  .section-stories-intro .link:after {
    width: 0.08rem;
    height: 0.14rem;
    right: 0.2rem;
  }
  .section-stories-intro .label {
    font-size: 0.31rem;
    width: 0.5rem;
    left: 10%;
  }
  .section-stories-intro .item-title {
    font-size: 0.31rem;
    padding: 0 0 0 23%;
  }
  .section-stories-intro .item-sub-title {
    font-size: 0.22rem;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 23%;
  }
}
.section-business-banner {
  padding: 150px 0 33px;
}
.section-business-banner .text {
  margin: 68px 0 72px;
  text-align: center;
  font-size: 14.5px;
  color: #111A38;
  font-weight: 600;
  line-height: 2.8;
  letter-spacing: 0.2em;
}
.section-business-banner .video-block .img {
  width: 508px;
  margin: 0 auto;
  cursor: pointer;
}
.section-business-banner .video-block .text {
  margin: 9px 0 0 0;
}

.section-business-intro {
  position: relative;
}
.section-business-intro .background {
  min-height: 1095px;
  background: url("../img/business/bg_content.jpg") center/cover no-repeat;
  max-width: 1500px;
  margin: 0 auto;
}
.section-business-intro .text-scroll {
  bottom: 31.4%;
}
.section-business-intro .title {
  padding-top: 25px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-business-intro .list-items .item {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 11;
}
.section-business-intro .list-items .item:nth-child(2) {
  top: 63.5%;
  transform: translateX(-463px);
}
.section-business-intro .list-items .item:nth-child(3) {
  top: 63.5%;
  transform: translateX(203px);
}
.section-business-intro .list-items .link {
  display: flex;
  width: 250px;
  height: 250px;
  padding-bottom: 36px;
  line-height: 1.6;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
  transition: all 0.3s;
}
.section-business-intro .list-items .link:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #111A38;
  position: absolute;
  left: 50%;
  bottom: 64px;
  transform: translateX(-50%);
}
.section-business-intro .list-items .link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 73px;
  transform: translateX(-50%);
  z-index: 1;
}
.section-business-intro .list-items .item-title {
  display: block;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #111A38;
}
.section-business-intro .list-items .item-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.section-business-content {
  padding: 46px 0 52px;
}
.section-business-content .section-inner {
  width: 1320px;
  margin: 0 auto;
}
.section-business-content .title {
  width: 100%;
  padding: 17px 0 13px;
  text-align: center;
  background: #111A38;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.section-business-content .list-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.section-business-content .item {
  width: 321px;
  margin-right: 12px;
}
.section-business-content .item:nth-child(4n + 4) {
  margin-right: 0;
}
.section-business-content .link {
  display: block;
}
.section-business-content .item-title {
  margin-top: 30px;
  line-height: 1.5;
  text-align: center;
  color: #111A38;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.48em;
}
.section-business-content .item-title.is-long {
  letter-spacing: 0.23em;
}
.section-business-content .text {
  padding: 14px 14px 14px 18px;
  line-height: 1.9;
  font-size: 14.5px;
  font-weight: 500;
  color: #111A38;
  letter-spacing: 0.2em;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .section-business-content .link img {
    width: 100%;
  }
}
.section-business-detail {
  padding-bottom: 84px;
  margin-bottom: 16px;
  background: url("../img/business/bg_railway.jpg") center/cover no-repeat;
  background-attachment: fixed;
}
.section-business-detail .section-inner {
  width: 1132px;
  padding-top: 90px;
  margin: 0 auto;
  position: relative;
}
.section-business-detail .type {
  width: 100%;
  position: absolute;
  left: -74px;
  top: 38px;
}
.section-business-detail .type .label {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.section-business-detail .type .order {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.section-business-detail .title {
  display: flex;
  font-size: 141.5px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
}
.section-business-detail .title .jp {
  line-height: 1.65;
  position: relative;
}
.section-business-detail .title .jp:before, .section-business-detail .title .jp:after {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 101%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.section-business-detail .title .jp:after {
  transform: translateY(-50%) rotate(-45deg);
}
.section-business-detail .title .en {
  font-size: 167.5px;
  margin-left: 96px;
  letter-spacing: 0;
}
.section-business-detail .sub-title {
  margin-top: 4px;
  padding-left: 16px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
.section-business-detail .intro {
  margin: 14px 0 0 16px;
  font-size: 14.5px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2.6;
  font-weight: 600;
}
.section-business-detail .content-block {
  margin-top: 152px;
}
.section-business-detail .content-title {
  display: block;
  padding: 26px 0 22px;
  font-weight: bold;
  text-align: center;
  background: rgba(17, 26, 56, 0.96);
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.4em;
}
.section-business-detail .list-items {
  display: flex;
  padding: 52px 48px 32px 48px;
  background: rgba(255, 255, 255, 0.83);
}
.section-business-detail .item {
  width: 490px;
  margin-right: 54px;
  color: #111A38;
}
.section-business-detail .item:nth-child(2n + 2) {
  margin-right: 0;
}
.section-business-detail .item-title {
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.section-business-detail .text {
  margin-top: 12px;
  font-size: 14.5px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  font-weight: 600;
}
.section-business-detail.is-life {
  padding-bottom: 124px;
  margin-bottom: 0;
  background: url("../img/business/bg_life.jpg") right bottom/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .section-business-detail.is-life {
    background: url("../img/business/bg_life.jpg") center right 20%/cover no-repeat;
  }
}
.section-business-epilogue {
  padding: 222px 0 100px;
  background: url("../img/business/bg_epilogue.jpg") center/cover no-repeat;
  color: #111A38;
  position: relative;
}
.section-business-epilogue .background-corner {
  content: "";
  display: block;
  width: 344px;
  height: 103px;
  background: url("../img/business/img_content.png") center/cover no-repeat;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.section-business-epilogue .background-corner.stuck {
  position: absolute;
}
.section-business-epilogue .section-inner {
  width: 1100px;
  margin: 0 auto;
}
.section-business-epilogue .list-items {
  display: flex;
}
.section-business-epilogue .item {
  width: 48.3%;
  margin-right: 3.4%;
  background: rgba(255, 255, 255, 0.83);
}
.section-business-epilogue .item:nth-child(2n + 2) {
  margin-right: 0;
}
.section-business-epilogue .item-title {
  padding: 26px 0 24px;
  text-align: center;
  color: #fff;
  background: rgba(17, 26, 56, 0.96);
}
.section-business-epilogue .item-title,
.section-business-epilogue .sub-item-title {
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.section-business-epilogue .list-sub-items {
  padding: 50px 40px 4px 46px;
}
.section-business-epilogue .sub-item {
  margin-bottom: 47px;
}
.section-business-epilogue .text {
  margin-top: 13px;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-align: justify;
  line-height: 2.1;
}

@media print, (min-width: 768px) {
  .section-business-intro .link:hover .item-title:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-business-banner .text {
    padding: 0 30px;
  }

  .section-business-intro .list-items .item {
    top: 10%;
    z-index: 11;
  }
  .section-business-intro .list-items .item:nth-child(2) {
    top: 70%;
    transform: translateX(-200%);
  }
  .section-business-intro .list-items .item:nth-child(3) {
    top: 70%;
    transform: translateX(100%);
  }
  .section-business-intro .list-items .link {
    width: 150px;
    height: 150px;
  }
  .section-business-intro .list-items .link:before {
    width: 20px;
    height: 20px;
    bottom: 20px;
  }
  .section-business-intro .list-items .link:after {
    bottom: 27px;
    border-top-width: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .section-business-intro .list-items .item-title {
    font-size: 15px;
  }

  .section-business-detail .type {
    left: 30px;
  }
  .section-business-detail .section-inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-business-epilogue .section-inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-business-epilogue .list-items {
    display: block;
  }
  .section-business-epilogue .list-items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.lightbox .wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
.lightbox .window {
  background: transparent;
  margin: auto;
  min-width: 850px;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .close {
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 12;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.lightbox .close span {
  display: block;
  background: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 25px;
  right: 0;
}
.lightbox .close .bar1 {
  transform: rotate(45deg);
}
.lightbox .close .bar2 {
  transform: rotate(135deg);
}
.lightbox .close:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.lightbox .lightbox-content {
  max-height: 70vmin;
}
.lightbox .embed-container {
  background: transparent;
}

@media screen and (max-width: 1350px) and (min-width: 751px) {
  .section-business-content .section-inner {
    width: 100%;
    padding: 0 50px;
  }
  .section-business-content .list-items {
    justify-content: center;
  }

  .lightbox .window {
    min-width: 632;
  }
  .lightbox .close {
    width: 30px;
    height: 30px;
    top: -50px;
  }
  .lightbox .close span {
    width: 30px;
    height: 1px;
    top: 20px;
  }
  .lightbox .embed-container {
    padding-bottom: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .section-business-banner {
    padding: 2.28rem 0.44rem 0.38rem;
  }
  .section-business-banner .text {
    margin: 1.12rem 0 0.3rem;
    font-size: 0.23rem;
    line-height: 2;
    text-align: left;
  }
  .section-business-banner .video-block .img {
    width: 100%;
  }
  .section-business-banner .video-block .text {
    margin: 0.26rem 0 0 0;
    text-align: center;
  }

  .section-business-intro .background {
    min-height: 12.105rem;
    background: url("../img/business/sp/bg_content.jpg") center/cover no-repeat;
  }
  .section-business-intro .title {
    padding-top: 0;
    font-size: 0.355rem;
    top: 46%;
  }
  .section-business-intro .list-items .item {
    top: 0.44rem;
  }
  .section-business-intro .list-items .item:nth-child(2) {
    top: 71.2%;
    transform: translateX(-2.76rem);
  }
  .section-business-intro .list-items .item:nth-child(3) {
    top: 71.2%;
    transform: translateX(0.82rem);
  }
  .section-business-intro .list-items .link {
    width: 1.9rem;
    height: 1.9rem;
    padding-bottom: 0.24rem;
    line-height: 1.4;
  }
  .section-business-intro .list-items .link:before {
    width: 0.375rem;
    height: 0.375rem;
    bottom: 0.3rem;
  }
  .section-business-intro .list-items .link:after {
    border-top-width: 0.08rem;
    border-left-width: 0.08rem;
    border-right-width: 0.08rem;
    bottom: 0.42rem;
  }
  .section-business-intro .list-items .item-title {
    font-size: 0.23rem;
    letter-spacing: -0.1em;
  }

  .section-business-content {
    padding: 0.56rem 0 0.36rem;
  }
  .section-business-content .section-inner {
    width: 100%;
  }
  .section-business-content .title {
    font-size: 0.34rem;
    padding: 0.24rem 0 0.2rem;
    letter-spacing: 0.4em;
  }
  .section-business-content .list-items {
    display: block;
    margin-top: 0.4rem;
    padding: 0 0.48rem;
  }
  .section-business-content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .section-business-content .item-title {
    margin-top: 0.24rem;
    margin-bottom: 0.08rem;
    font-size: 0.4rem;
  }
  .section-business-content .text {
    padding: 0;
    font-size: 0.23rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }

  .section-business-detail {
    padding-bottom: 0.8rem;
    margin-bottom: 0;
    background-attachment: unset;
  }
  .section-business-detail .section-inner {
    width: 100%;
    padding-top: 1.8rem;
  }
  .section-business-detail .type {
    left: 0.32rem;
    top: 0.36rem;
  }
  .section-business-detail .type .label {
    font-size: 0.22rem;
    letter-spacing: 0.15em;
  }
  .section-business-detail .type .order {
    margin-top: 0.36rem;
  }
  .section-business-detail .title {
    padding-left: 0.48rem;
  }
  .section-business-detail .title .jp {
    font-size: 1.34rem;
  }
  .section-business-detail .title .jp:before, .section-business-detail .title .jp:after {
    width: 0.8rem;
    height: 2px;
    left: 91%;
    top: 52%;
  }
  .section-business-detail .title .en {
    font-size: 1.585rem;
    margin-left: 0.6rem;
  }
  .section-business-detail .sub-title {
    margin-top: 0.38rem;
    padding-left: 0.5rem;
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .section-business-detail .intro {
    margin-top: 0.16rem;
    padding-left: 0.24rem;
    font-size: 0.23rem;
    letter-spacing: 0.13em;
    line-height: 2.2;
  }
  .section-business-detail .content-block {
    margin-top: 0.74rem;
    padding: 0 0.5rem;
  }
  .section-business-detail .content-title {
    font-size: 0.34rem;
    padding: 0.22rem 0;
  }
  .section-business-detail .list-items {
    display: block;
    padding: 0.66rem 0 0.4rem;
  }
  .section-business-detail .item {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.48rem;
  }
  .section-business-detail .item:last-child {
    margin-bottom: 0;
  }
  .section-business-detail .item-title {
    font-size: 0.4rem;
    letter-spacing: 0.175em;
  }
  .section-business-detail .text {
    margin-top: 0;
    text-align: justify;
    padding: 0.1rem 0.4rem 0;
    line-height: 2;
    font-size: 0.23rem;
    letter-spacing: 0.15em;
  }
  .section-business-detail.is-life {
    padding-bottom: 1.34rem;
  }

  .section-business-epilogue {
    padding: 0 0 0.8rem;
    background: transparent;
    position: relative;
  }
  .section-business-epilogue .background-corner {
    width: 3.4rem;
    height: 1.02rem;
  }
  .section-business-epilogue .background-corner:not(.stuck) {
    bottom: 72px;
  }
  .section-business-epilogue:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #CBCBCB;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .section-business-epilogue .section-inner {
    width: 100%;
    margin: 0 auto;
  }
  .section-business-epilogue .list-items {
    display: block;
    padding: 0 0.5rem;
    margin-top: -0.6rem;
    background: transparent url("../img/business/sp/bg_epilogue.jpg") 50% 60%/100% auto no-repeat;
  }
  .section-business-epilogue .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.52rem;
  }
  .section-business-epilogue .item:last-child {
    margin-bottom: 0;
  }
  .section-business-epilogue .item-title {
    font-size: 0.34rem;
    padding: 0.22rem 0;
    letter-spacing: 0.15em;
  }
  .section-business-epilogue .sub-item-title {
    font-size: 0.4rem;
    letter-spacing: 0.175em;
    font-weight: 600;
    text-align: center;
  }
  .section-business-epilogue .list-sub-items {
    padding: 0.68rem 0.44rem 0.84rem;
  }
  .section-business-epilogue .sub-item {
    margin-bottom: 0.36rem;
  }
  .section-business-epilogue .text {
    margin-top: 0.06rem;
    font-size: 0.23rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }

  .lightbox .window {
    min-width: 6.6rem;
  }
  .lightbox .close {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.7rem;
  }
  .lightbox .close span {
    width: 0.5rem;
    height: 1px;
    top: 0.25rem;
  }
  .lightbox .embed-container {
    width: 6.6rem;
    padding-bottom: 3.85rem;
  }
}
.section-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 150px 0 4px;
  overflow: hidden;
  position: relative;
}
.section-people .background-corner {
  display: block;
  width: 344px;
  height: 103px;
  background: url("../img/business/img_content.png") center/100% auto no-repeat;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-people .background-corner.stuck {
  position: absolute;
}
.section-people .page-title {
  display: block;
  width: 100%;
}
.section-people .page-title .jp {
  letter-spacing: 0.075em;
}
.section-people .list-people {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 68px -6px 65px;
  padding: 0 4px;
  justify-content: center;
}
.section-people .list-people .item-people {
  width: 372px;
  margin: 0 2px 60px;
}
.section-people .list-people .avatar {
  position: relative;
}
.section-people .list-people .img,
.section-people .list-people .label {
  opacity: 1;
  transition: all 0.3s;
}
.section-people .list-people .label {
  min-width: 190px;
  padding: 8px 12px;
  font-size: 14.5px;
  letter-spacing: 0.2em;
  background: #111A38;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-people .list-people .link-people {
  display: block;
  width: 100%;
}
.section-people .list-people .item-content {
  font-weight: 500;
  text-align: center;
  color: #111A38;
  opacity: 1;
  transition: all 0.3s;
}
.section-people .list-people .item-title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  margin: 18px 0 12px;
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.section-people .list-people .name {
  font-size: 18px;
  letter-spacing: 0.45em;
  font-weight: 500;
  line-height: 1.2;
}
.section-people .list-people .join {
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 1.5;
}

.section-people-detail {
  background: #F2F2F2;
  margin-bottom: 14px;
}
.section-people-detail .section-inner {
  position: relative;
  height: 100vh;
}
.section-people-detail .section-inner:after {
  content: "";
  display: block;
  width: 618px;
  height: 188px;
  background: url("../img/business/img_content.png") center/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-people-detail .background {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
}
.section-people-detail .is-top {
  top: 0;
  background: url("../img/people_01/banner_top.jpg") center/cover no-repeat;
}
.section-people-detail .is-bottom {
  bottom: 0;
  background: url("../img/people_01/banner_bottom.jpg") 50% 10%/cover no-repeat;
}
.section-people-detail .content {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -183px);
}
.section-people-detail .content-inner {
  padding-bottom: 24px;
  background: #fff;
}
.section-people-detail .title {
  text-align: center;
}
.section-people-detail .title .en {
  display: block;
  padding: 24px 0 18px;
  width: 100%;
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.3rem;
  color: #4D4D4D;
}
.section-people-detail .title .jp {
  font-size: 41px;
  color: #111A38;
  font-weight: 600;
}
.section-people-detail .detail {
  display: flex;
  margin-top: 22px;
  align-items: center;
  color: #111A38;
}
.section-people-detail .detail .label {
  width: 50%;
  padding-right: 60px;
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.section-people-detail .detail .description {
  flex: 1;
  padding-left: 48px;
  border-left: 1px solid #333333;
  font-weight: 500;
}
.section-people-detail .detail .name .jp {
  display: block;
  width: 100%;
  margin-top: 2px;
  line-height: 1.7;
  font-size: 21px;
  letter-spacing: 0.45em;
}
.section-people-detail .detail .name .en {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.section-people-detail .detail .join {
  margin: 14px 0 8px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.section-people-detail .profile-block {
  display: flex;
  padding: 40px 0 45px;
  width: 840px;
  margin: 0 auto;
}
.section-people-detail .profile-block .avatar {
  width: 213px;
  height: 213px;
  border-radius: 50%;
}
.section-people-detail .profile-block .profile-content {
  flex: 1;
  padding: 20px 0 0 58px;
  color: #111A38;
}
.section-people-detail .profile-block .profile-title {
  font-size: 40px;
  letter-spacing: 0.4rem;
}
.section-people-detail .profile-block .text {
  font-size: 14.5px;
  line-height: 2.2;
  font-weight: 600;
}

.section-people-detail.is-sato .is-top {
  background-image: url("../img/people_02/banner_top.jpg");
}
.section-people-detail.is-sato .is-bottom {
  background-image: url("../img/people_02/banner_bottom.jpg");
}

.section-people-detail.is-yamaura .is-top {
  background-image: url("../img/people_03/banner_top.jpg");
}
.section-people-detail.is-yamaura .is-bottom {
  background-image: url("../img/people_03/banner_bottom.jpg");
}

.section-people-detail.is-minamida .is-top {
  background-image: url("../img/people_04/banner_top.jpg");
}
.section-people-detail.is-minamida .is-bottom {
  background-image: url("../img/people_04/banner_bottom.jpg");
}

.section-people-detail.is-hashimoto .is-top {
  background-image: url("../img/people_05/banner_top.jpg");
}
.section-people-detail.is-hashimoto .is-bottom {
  background-image: url("../img/people_05/banner_bottom.jpg");
}
.section-people-detail.is-hashimoto .detail .label {
  letter-spacing: 0.1em;
}

.section-people-detail.is-ebihara .is-top {
  background-image: url("../img/people_06/banner_top.jpg");
}
.section-people-detail.is-ebihara .is-bottom {
  background-image: url("../img/people_06/banner_bottom.jpg");
}

.section-people-question {
  padding-top: 66px;
}
.section-people-question .section-inner {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}
.section-people-question .img-box {
  position: relative;
}
.section-people-question .label {
  margin-bottom: 16px;
  color: #111A38;
  background: url("../img/people_01/bg_question.png") left top/103px auto no-repeat;
  position: relative;
  min-height: 34px;
}
.section-people-question .label span {
  font-size: 40px;
  letter-spacing: 0.25em;
  position: absolute;
  top: -18px;
  left: 12px;
}
.section-people-question .content {
  flex: 1;
  position: relative;
}
.section-people-question .description {
  width: 523px;
  margin-left: auto;
  padding-right: 35px;
  padding-top: 74px;
  text-align: justify;
}
.section-people-question .title {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #111A38;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.8;
}
.section-people-question .text {
  line-height: 1.95;
  font-size: 14.5px;
  letter-spacing: 0.2em;
  color: #111A38;
  font-weight: 600;
}
.section-people-question.is-center {
  padding-top: 73px;
}
.section-people-question.is-center .section-inner {
  position: relative;
}
.section-people-question.is-center .img-box {
  width: 100%;
  position: relative;
}
.section-people-question.is-center .img-box:after {
  content: "";
  display: block;
  width: 859px;
  height: 202px;
  background: url("../img/people_01/bg_content.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-people-question.is-center .content {
  position: absolute;
  width: 495px;
  background: #fff;
  top: 32.6%;
  left: 7.4%;
  z-index: 9;
}
.section-people-question.is-center .description {
  width: 100%;
  padding: 53px 5px 58px 35px;
}
.section-people-question.is-center .title {
  letter-spacing: 0;
}
.section-people-question.is-center .text {
  padding-right: 30px;
  letter-spacing: 0.03em;
  text-indent: 0;
}

.section-people-social {
  padding: 48px 0 56px;
  color: #111A38;
}
.section-people-social .section-inner {
  width: 760px;
  margin: 0 auto;
}
.section-people-social .title {
  font-size: 40px;
  letter-spacing: 0.09em;
  font-weight: normal;
}
.section-people-social .list-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.section-people-social .list-items .item {
  width: 46%;
  margin-right: 8%;
}
.section-people-social .list-items .item:nth-child(2n + 2) {
  margin-right: 0;
}
.section-people-social .item-title {
  padding: 15px 20px 0 25px;
  font-size: 14.5px;
  line-height: 1.95;
  font-weight: 600;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-people .list-people .link-people:hover img,
  .section-people .list-people .link-people:hover .label,
  .section-people .list-people .link-people:hover .item-content {
    opacity: 0.7;
    transition: all 0.3s;
  }
  .section-people .list-people .item-people:nth-child(4n + 1) .avatar:before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    background: #F2F2F2;
    position: absolute;
    left: -500%;
    top: 0;
    z-index: -11;
    pointer-events: none;
  }

  .section-people-question .img-box {
    order: 1;
  }
  .section-people-question.is-right .img-box {
    order: 0;
  }
  .section-people-question.is-right .description {
    padding: 134px 0 0 37px;
    margin-right: auto;
    margin-left: 0;
  }
  .section-people-question.is-special .description {
    padding-top: 150px;
  }

  .section-people-detail.is-sato .profile-block .text {
    margin-top: 8px;
  }
  .section-people-detail.is-sato ~ .section-people-question.is-right .description {
    padding-top: 82px;
  }
  .section-people-detail.is-sato ~ .section-people-question.is-last .description {
    padding-top: 150px;
  }
  .section-people-detail.is-sato ~ .section-people-question.is-center .content {
    width: 445px;
    top: 30.9%;
    left: 11.2%;
  }

  .section-people-detail.is-yamaura ~ .section-people-question.is-right .description {
    padding-top: 114px;
  }
  .section-people-detail.is-yamaura ~ .section-people-question.is-right .title {
    letter-spacing: 0;
  }
  .section-people-detail.is-yamaura ~ .section-people-question.is-last .description {
    padding-top: 91px;
  }
  .section-people-detail.is-yamaura ~ .section-people-question.is-center {
    padding-top: 161px;
  }
  .section-people-detail.is-yamaura ~ .section-people-question.is-center .content {
    width: 412px;
    top: 28.8%;
    left: 5.6%;
  }

  .section-people-detail.is-minamida ~ .section-people-question.is-center {
    padding-top: 118px;
  }
  .section-people-detail.is-minamida ~ .section-people-question.is-center .content {
    width: 445px;
    top: 38%;
    left: 6.7%;
  }
  .section-people-detail.is-minamida ~ .section-people-question.is-center .text {
    letter-spacing: 0.1em;
  }

  .section-people-detail.is-hashimoto .detail .label {
    letter-spacing: 0.1em;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-first .description {
    width: 535px;
    margin-left: auto;
    padding-right: 46px;
    padding-top: 192px;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-right {
    padding-top: 132px;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-right .description {
    width: 558px;
    padding: 74px 0 0 72px;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-last {
    padding-top: 100px;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-last .description {
    padding-top: 134px;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-center {
    padding-top: 192px;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-center .content {
    width: 505px;
    top: 8.1%;
    right: 4.6%;
    left: auto;
  }
  .section-people-detail.is-hashimoto ~ .section-people-question.is-center .description {
    padding: 53px 15px 58px 40px;
  }

  .section-people-detail.is-ebihara .content {
    width: 1100px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-first .description {
    width: 536px;
    margin-left: auto;
    padding-right: 48px;
    padding-top: 190px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-right {
    padding-top: 132px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-right .description {
    padding-top: 73px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-right .title {
    margin-bottom: 62px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-last .description {
    padding-top: 54px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-center {
    padding-top: 192px;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-center .content {
    width: 660px;
    top: 14%;
    right: 10%;
    left: auto;
  }
  .section-people-detail.is-ebihara ~ .section-people-question.is-center .text {
    padding-right: 40px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-people .list-people .item-title {
    height: 66px;
  }
}
@media (min-width: 1150px) and (max-width: 1560px) {
  .section-people .list-people .item-people:nth-child(4n + 1) .avatar:before {
    display: none;
  }
  .section-people .list-people .item-people:nth-child(3n + 1) .avatar:before {
    display: block;
  }
}
@media (min-width: 751px) and (max-width: 1149px) {
  .section-people .list-people .item-people:nth-child(4n + 1) .avatar:before {
    display: none;
  }
  .section-people .list-people .item-people:nth-child(2n + 1) .avatar:before {
    display: block;
  }
}
@media screen and (max-width: 1350px) and (min-width: 751px) {
  .section-people-detail .content {
    width: 90% !important;
  }
  .section-people-detail .title .jp {
    display: block;
    font-size: 30px;
  }
  .section-people-detail .title .en {
    font-size: 26px;
  }
  .section-people-detail .profile-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-people-question .section-inner {
    flex-wrap: wrap;
  }
  .section-people-question .img-box {
    width: 100%;
  }
  .section-people-question .img-box img {
    margin: 0 auto;
  }
  .section-people-question .content {
    order: 1;
    flex: none;
    width: 100%;
  }
  .section-people-question .description {
    width: 100% !important;
    padding-left: 35px;
    padding-top: 35px;
  }
  .section-people-question.is-right .description {
    padding: 35px 35px 0 !important;
  }
  .section-people-question.is-center .content {
    position: static !important;
    width: 100% !important;
  }

  .section-people-social .section-inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-people {
    padding: 2.26rem 0 0.04rem;
  }
  .section-people .background-corner {
    width: 3.4rem;
    height: 1.02rem;
  }
  .section-people .background-corner:not(.stuck) {
    bottom: 72px;
  }
  .section-people .page-title .en {
    letter-spacing: 0.2em;
  }
  .section-people .list-people {
    margin-top: 1.22rem;
    padding: 0;
  }
  .section-people .list-people .item-people {
    width: calc(50% - .05rem);
    margin: 0 0.1rem 0.36rem 0;
  }
  .section-people .list-people .item-people:nth-child(2n + 2) {
    margin-right: 0;
  }
  .section-people .list-people .item-people:first-child .avatar:before, .section-people .list-people .item-people:nth-last-child(2) .avatar:before {
    display: none;
  }
  .section-people .list-people .label {
    font-size: 0.18rem;
    min-width: 0;
    width: 2.5rem;
    padding: 0.16rem 0.2rem;
  }
  .section-people .list-people .label.is-long, .section-people .list-people .label.is-long-md {
    text-align: left;
    width: 2.64rem;
    padding: 0.12rem 0.1rem 0.12rem 0.3rem;
    line-height: 1.5;
  }
  .section-people .list-people .label.is-long-md {
    width: auto;
  }
  .section-people .list-people .item-title {
    min-height: 0.72rem;
    margin: 0.14rem 0 0.18rem;
    font-size: 0.24rem;
    letter-spacing: 0.05em;
  }
  .section-people .list-people .name {
    font-size: 0.21rem;
    line-height: 1.4;
  }
  .section-people .list-people .join {
    margin-top: 0;
    font-size: 0.18rem;
    line-height: 1.7;
  }

  .section-people-detail {
    margin-bottom: 0;
  }
  .section-people-detail .background.is-top {
    height: 60%;
  }
  .section-people-detail .background.is-bottom {
    height: 40%;
  }
  .section-people-detail .section-inner {
    height: 100%;
  }
  .section-people-detail .section-inner:after {
    width: 5.23rem;
    height: 1.56rem;
  }
  .section-people-detail .content {
    width: 6.8rem;
    transform: translate(-50%, -60%);
  }
  .section-people-detail .content-inner {
    padding-bottom: 0.16rem;
  }
  .section-people-detail .title .en {
    font-size: 14px;
    padding: 15px 0 8px;
    letter-spacing: 0.15em;
  }
  .section-people-detail .title .jp {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
  .section-people-detail .detail {
    margin-top: 15px;
  }
  .section-people-detail .detail .label {
    font-size: 11px;
    padding-right: 30px;
  }
  .section-people-detail .detail .description {
    padding-left: 20px;
  }
  .section-people-detail .detail .name .jp {
    font-size: 12px;
    margin-top: 2px;
  }
  .section-people-detail .detail .name .en {
    display: block;
    margin-top: 0;
    line-height: 1.2;
    font-size: 10px;
  }
  .section-people-detail .detail .join {
    font-size: 10px;
    margin: 7px 0;
  }
  .section-people-detail .profile-block {
    width: 100%;
    padding: 0.42rem 0.44rem 0.72rem 0.48rem;
  }
  .section-people-detail .profile-block .avatar {
    width: 1.47rem;
    height: 1.47rem;
  }
  .section-people-detail .profile-block .profile-content {
    padding: 0.06rem 0 0 0.18rem;
  }
  .section-people-detail .profile-block .profile-title {
    font-size: 0.28rem;
    letter-spacing: 0.2em;
  }
  .section-people-detail .profile-block .text {
    margin-top: 0.1rem;
    text-align: justify;
    font-size: 0.23rem;
    letter-spacing: 0.14em;
    line-height: 2;
  }

  .section-people-detail.is-sato .detail .label {
    padding-right: 0.4rem;
  }

  .section-people-detail.is-yamaura .detail .label {
    letter-spacing: 0;
    padding-right: 0.2rem;
  }

  .section-people-detail.is-hashimoto .detail .label {
    letter-spacing: -0.05em;
    padding-right: 0;
    text-align: center;
  }

  .section-people-question {
    padding-top: 0;
  }
  .section-people-question .section-inner {
    display: block;
    width: 100%;
  }
  .section-people-question .img-box {
    width: 100%;
  }
  .section-people-question .content {
    order: 1;
    width: 100%;
  }
  .section-people-question .description {
    width: 100%;
    padding: 0.38rem 0.4rem 0.46rem 0.48rem;
  }
  .section-people-question .label {
    margin-bottom: 0;
    background-size: 2.34rem auto;
    min-height: 0.8rem;
  }
  .section-people-question .label span {
    font-size: 0.68rem;
    top: 0;
    left: 0.24rem;
    line-height: 1.5;
  }
  .section-people-question .title {
    margin: 0.16rem 0 0.2rem;
    font-size: 0.34rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .section-people-question .text {
    line-height: 2;
    font-size: 0.23rem;
    letter-spacing: 0.14em;
  }
  .section-people-question.is-center {
    padding-top: 0;
  }
  .section-people-question.is-center .img-box:after {
    width: 5.61rem;
    height: 1.32rem;
  }
  .section-people-question.is-center .content {
    position: static;
    width: 100%;
  }
  .section-people-question.is-center .description {
    padding: 0.14rem 0.24rem 0 0.44rem;
  }
  .section-people-question.is-center .text {
    margin-top: -0.1rem;
    padding-left: 0.04rem;
    padding-right: 0.2rem;
    font-size: 0.23rem;
  }

  .section-people-social {
    padding: 0.56rem 0.48rem 0.44rem;
  }
  .section-people-social .section-inner {
    width: 100%;
    margin: 0 auto;
  }
  .section-people-social .title {
    padding-left: 0.1rem;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
  }
  .section-people-social .list-items {
    margin-top: 0.24rem;
  }
  .section-people-social .item-title {
    padding: 0.1rem 0;
    font-size: 0.22rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
.section-human {
  padding: 200px 0 36px;
}
.section-human .page-title .en {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
.section-human .page-title .jp {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.section-human .intro {
  margin-top: 45px;
  line-height: 2.8;
  font-size: 14.5px;
  letter-spacing: 0.15em;
  color: #111A38;
  text-align: center;
  font-weight: 600;
}
.section-human .img-box {
  width: 926px;
  margin: 18px auto;
}
.section-human .img-box img {
  padding-left: 238px;
}
.section-human .img-box .text {
  margin-top: 20px;
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 600;
  text-align: center;
}

.section-human-training {
  margin-bottom: 85px;
}
.section-human-training .section-inner {
  width: 1000px;
  margin: 0 auto;
}
.section-human-training .section-title {
  padding: 27px 10px;
  font-size: 32px;
  border: 2px solid #74AAF5;
  color: #74AAF5;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0;
}
.section-human-training .text {
  margin: 29px 0 40px;
  font-size: 14.5px;
  line-height: 2.1;
  font-weight: 600;
  color: #111A38;
  text-align: center;
}
.section-human-training .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.section-human-training .block-content .text {
  text-align: left;
  margin: 20px 0 10px;
  line-height: 2;
}
.section-human-training .block-title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #74AAF5;
  border-bottom: 1px solid #74AAF5;
  line-height: 2;
  letter-spacing: 0.2em;
}
.section-human-training .content {
  flex: 1;
  padding-right: 24px;
}
.section-human-training .list-img {
  display: flex;
}
.section-human-training .item-img {
  width: 49%;
  margin-right: 2%;
}
.section-human-training .item-img:nth-child(2n + 2) {
  margin-right: 0;
}
.section-human-training .examples {
  width: 260px;
  margin-top: 23px;
  background: #F1F6FE;
}
.section-human-training .title-examples {
  margin-top: 22px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6em;
  color: #5987BB;
}
.section-human-training .list-examples {
  margin: 18px auto;
  padding-left: 27%;
}
.section-human-training .item-examples {
  margin-bottom: 8.5px;
  font-size: 14.5px;
  letter-spacing: 0.2em;
  color: #4D4D4D;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
.section-human-training .item-examples:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ACCCF9;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.section-human-training .img-box {
  width: 354px;
  margin-top: 33px;
}
.section-human-training .is-manner,
.section-human-training .is-operations {
  margin-bottom: 56px;
}
.section-human-training .is-manner .examples,
.section-human-training .is-operations .examples {
  width: 510px;
  margin-top: 43px;
  padding: 16px 0 4px 60px;
}
.section-human-training .is-manner .title-examples,
.section-human-training .is-operations .title-examples {
  text-align: left;
  margin-top: 0;
  color: #74AAF5;
}
.section-human-training .is-manner .list-examples,
.section-human-training .is-operations .list-examples {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  padding-left: 17px;
  padding-right: 40px;
}
.section-human-training .is-manner .item-examples,
.section-human-training .is-operations .item-examples {
  margin: 3px 36px 3px 0;
  letter-spacing: 0.05em;
  color: #111A38;
}
.section-human-training .is-operations .examples {
  margin-top: 16px;
}

.section-human-training.is-annual {
  margin-bottom: -5px;
}
.section-human-training.is-annual .training-steps {
  width: 800px;
  margin: 0 auto 53px;
}
.section-human-training.is-annual .training-steps .img {
  margin: 15px 0 12px;
}
.section-human-training.is-annual .training-steps .training-content {
  position: relative;
}
.section-human-training.is-annual .training-steps .list-steps {
  display: flex;
}
.section-human-training.is-annual .training-steps .item-step {
  width: 25%;
  background: #E3EEFD;
  padding: 16px 10px 102px;
}
.section-human-training.is-annual .training-steps .item-step:nth-child(2) {
  background: #D5E5FC;
  width: 24%;
}
.section-human-training.is-annual .training-steps .item-step:nth-child(3) {
  background: #C0D9FA;
}
.section-human-training.is-annual .training-steps .item-step:nth-child(4) {
  width: 26%;
  background: #B3D0F9;
}
.section-human-training.is-annual .training-steps .item-title {
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 17px;
  font-weight: bold;
}
.section-human-training.is-annual .training-steps .item-title:first-of-type {
  margin-top: 0;
}
.section-human-training.is-annual .training-steps .list-items {
  margin-top: 6px;
  margin-bottom: 16px;
}
.section-human-training.is-annual .training-steps .item {
  margin-bottom: 3px;
  padding-left: 16px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
.section-human-training.is-annual .training-steps .item.is-long {
  letter-spacing: 0;
}
.section-human-training.is-annual .training-steps .item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #80A2CA;
  position: absolute;
  top: 4px;
  left: 2px;
}
.section-human-training.is-annual .training-steps .note {
  padding-right: 12px;
  font-size: 14px;
  text-align: right;
  color: #1A1A1A;
  line-height: 1.5;
  font-weight: 600;
}
.section-human-training.is-annual .training-steps .list-skill {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.section-human-training.is-annual .training-steps .list-skill .item-skill {
  display: block;
  margin-bottom: 5px;
  padding: 9px 0;
  width: 100%;
  background: #004696;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.07em;
  font-weight: 600;
}
.section-human-training.is-annual .training-title {
  display: inline-block;
  min-width: 234px;
  padding: 6px 17px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
  color: #004696;
  border: 1px solid #004696;
}
.section-human-training.is-annual .block-content {
  margin-bottom: 53px;
}
.section-human-training.is-annual .img-box {
  margin-top: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-human-training .item-examples {
    padding-top: 5px;
  }
  .section-human-training .section-title {
    padding: 32px 10px 22px;
  }
  .section-human-training.is-annual .training-title {
    padding: 8px 17px 4px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 751px) {
  .section-human .img-box {
    width: 100%;
    padding-right: 30px;
  }

  .section-human-training .section-inner {
    width: 100%;
    padding: 0 30px;
  }

  .section-human-training .is-manner .examples,
  .section-human-training .is-operations .examples,
  .section-human-training .img-box {
    margin-left: auto;
    margin-right: auto;
  }

  .section-human-training.is-annual .training-steps {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-human {
    padding: 2.44rem 0 0.82rem;
  }
  .section-human .page-title .en {
    font-size: 0.515rem;
    letter-spacing: 0;
  }
  .section-human .page-title .jp {
    font-size: 0.21rem;
    letter-spacing: 0.2em;
  }
  .section-human .intro {
    margin-top: 0.5rem;
    padding: 0 0.4rem 0 0.48rem;
    font-size: 0.23rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .section-human .img-box {
    width: 100%;
  }
  .section-human .img-box img {
    width: 100%;
    padding: 0.45rem 0.3rem 0 0.2rem;
  }

  .section-human-training {
    padding: 0 0.2rem;
    margin-bottom: 1.08rem;
  }
  .section-human-training .section-inner {
    width: 100%;
  }
  .section-human-training .section-title {
    font-size: 0.34rem;
    padding: 0.06rem 0.05rem;
    border-width: 1px;
  }
  .section-human-training .text {
    width: 100%;
    font-size: 0.23rem;
    margin: 0.36rem 0 0.44rem;
    line-height: 2;
  }
  .section-human-training .block-title {
    font-size: 0.34rem;
    line-height: 1.5;
    padding-left: 0.28rem;
  }
  .section-human-training .content {
    padding-right: 0;
  }
  .section-human-training .block-content {
    width: 100%;
    display: block;
    margin-bottom: 0.9rem;
  }
  .section-human-training .block-content .text {
    font-size: 0.23rem;
    padding: 0.26rem 0.36rem 0.2rem 0.28rem;
    margin: 0;
    line-height: 1.7;
    text-align: justify;
  }
  .section-human-training .examples {
    width: 100%;
    margin-top: 0.4rem;
  }
  .section-human-training .title-examples {
    font-size: 0.34rem;
    padding-top: 0.28rem;
    margin-top: 0;
    letter-spacing: 0.3em;
  }
  .section-human-training .list-examples {
    margin: 0.34rem auto 0;
    padding: 0 0.74rem 0.48rem 0.72rem;
    column-count: 2;
  }
  .section-human-training .item-examples {
    width: 100%;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.06rem;
    padding-left: 0.3rem;
  }
  .section-human-training .item-examples:before {
    width: 0.15rem;
    height: 0.15rem;
    left: 0;
    z-index: 11;
  }
  .section-human-training .list-img {
    width: 100%;
  }
  .section-human-training .item-img {
    width: 50%;
    margin-right: 0;
  }
  .section-human-training .is-manner,
  .section-human-training .is-operations {
    margin-bottom: 0.76rem;
  }
  .section-human-training .is-manner .examples,
  .section-human-training .is-operations .examples {
    width: 100%;
    margin-top: 0.18rem;
    padding: 0.02rem 0 0 0;
  }
  .section-human-training .is-manner .title-examples,
  .section-human-training .is-operations .title-examples {
    margin-top: 0;
    text-align: center;
  }
  .section-human-training .is-manner .list-examples,
  .section-human-training .is-operations .list-examples {
    display: flex;
    flex-wrap: wrap;
    margin: 0.22rem auto 0;
    padding-left: 0.58rem;
    padding-right: 0;
    column-count: auto;
  }
  .section-human-training .is-manner .item-examples,
  .section-human-training .is-operations .item-examples {
    width: auto;
    margin: 0.04rem 0.28rem 0.04rem 0;
    letter-spacing: 0.2em;
  }
  .section-human-training .is-manner .img-box,
  .section-human-training .is-operations .img-box {
    width: 100%;
    padding: 0.22rem 0 0.26rem;
    margin: 0 auto;
    background: #F1F6FE;
  }
  .section-human-training .is-manner .img-box img,
  .section-human-training .is-operations .img-box img {
    width: 63%;
    margin: 0 auto;
  }

  .section-human-training.is-annual {
    margin-bottom: 0.8rem;
  }
  .section-human-training.is-annual .text {
    margin-top: 0.46rem;
    margin-bottom: 0.48rem;
  }
  .section-human-training.is-annual .text.is-inline {
    margin-left: -0.05rem;
    margin-right: -0.05rem;
    width: auto;
  }
  .section-human-training.is-annual .training-steps {
    width: 100%;
    margin: 0 auto 0.68rem;
    text-align: center;
  }
  .section-human-training.is-annual .training-steps .img {
    margin: 0.24rem 0.34rem 0.24rem 0.26rem;
  }
  .section-human-training.is-annual .training-title {
    font-size: 0.26rem;
    min-width: 4.32rem;
    padding: 0.18rem 0.2rem;
  }
  .section-human-training.is-annual .block-content {
    margin-bottom: 0.4rem;
  }
  .section-human-training.is-annual .block-content .text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-human-training.is-annual .img-box {
    margin-top: 0.56rem;
    width: 100%;
  }
  .section-human-training.is-annual .img-box img {
    width: 64%;
    margin: 0 auto;
  }
}
.section-career-banner {
  min-height: 100vh;
  background: url("../img/career_stories/background.jpg") center/cover no-repeat;
  position: relative;
}
.section-career-banner .page-title {
  width: 610px;
  padding: 27px 0 30px;
  background: #fff;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-career-banner .page-title .en {
  font-size: 45px;
  letter-spacing: 0;
  font-weight: 600;
}
.section-career-banner .page-title .jp {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: 0.2em;
}

.section-career-content {
  padding-top: 16px;
  margin-bottom: 60px;
}
.section-career-content .content {
  width: 50.5%;
}
.section-career-content .content:last-child {
  width: 49.5%;
}
.section-career-content .content-heading {
  display: flex;
}
.section-career-content .content-heading .is-right {
  width: 49.5%;
  padding-right: 0;
}
.section-career-content .content-heading .is-right .profile {
  width: 100%;
}
.section-career-content .content-heading .is-right .profile .label {
  width: 63.5%;
}
.section-career-content .block-heading {
  width: 50.5%;
  padding-right: 15px;
}
.section-career-content .img-box {
  position: relative;
}
.section-career-content .employment-time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  padding-top: 14px;
  color: #fff;
  background: #841E50;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section-career-content .employment-time span {
  font-size: 66px;
  margin-top: -10px;
  letter-spacing: 0.1em;
}
.section-career-content .employment-time.bg-blue {
  background: #111A38;
}
.section-career-content .profile {
  display: flex;
  width: 70%;
  margin-top: 35px;
  margin-left: auto;
  align-items: center;
  color: #111A38;
}
.section-career-content .profile .label {
  width: 50%;
  padding-right: 64px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section-career-content .profile .description {
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid #333333;
  font-weight: 500;
}
.section-career-content .profile .name .jp {
  display: block;
  width: 100%;
  margin-top: 2px;
  line-height: 1.7;
  font-size: 22.5px;
  letter-spacing: 0.45em;
}
.section-career-content .profile .name .en {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.section-career-content .profile .join {
  margin: 14px 0 8px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.section-career-content .content-body {
  display: flex;
  margin-top: 75px;
}
.section-career-content .content-body .is-left {
  width: 50.5%;
}
.section-career-content .content-body .is-right {
  width: 49.5%;
}
.section-career-content .content-body .is-right .list-items {
  padding-left: 10px;
}
.section-career-content .content-body .is-right .item {
  background: #f2f2f2;
}
.section-career-content .content-body .is-right .year {
  background: #111A38;
}
.section-career-content .list-items {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.section-career-content .item {
  background: #F1E7EB;
  padding: 39px 38px 20px 235px;
  margin-bottom: 18px;
  position: relative;
}
.section-career-content .item:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-right: 2px dashed #231815;
  position: absolute;
  left: 132px;
  top: 30px;
}
.section-career-content .item:last-child:after {
  display: none;
}
.section-career-content .year {
  display: block;
  padding-top: 20px;
  text-align: center;
  width: 123.5px;
  height: 123.5px;
  border-radius: 50%;
  background: #841E50;
  color: #fff;
  font-size: 51px;
  line-height: 1.1;
  position: absolute;
  top: -7px;
  left: 70px;
  z-index: 11;
}
.section-career-content .year span {
  display: block;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}
.section-career-content .year.is-now {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  padding-top: 4px;
  letter-spacing: 0.2em;
  text-indent: 0.1em;
}
.section-career-content .item-title {
  font-size: 22px;
  color: #111A38;
  font-weight: bold;
  line-height: 1.9;
  margin-right: -6px;
}
.section-career-content .item-text {
  font-size: 14.5px;
  color: #111A38;
  font-weight: 600;
  text-align: justify;
  margin-top: 13px;
  line-height: 2.2;
}
.section-career-content .img {
  margin: 25px 0 12px;
  width: 90%;
}
.section-career-content .img img {
  width: 100%;
}

@media screen and (max-width: 1350px) and (min-width: 751px) {
  .section-career-content .employment-time {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
  .section-career-content .employment-time span {
    font-size: 33px;
  }
  .section-career-content .content-heading .is-right .profile .label {
    width: 50%;
  }
  .section-career-content .profile {
    margin: 30px 0 0;
    width: 100%;
  }
  .section-career-content .profile .label {
    padding: 0 10px;
    text-align: center;
  }
  .section-career-content .item-title {
    white-space: unset;
  }
  .section-career-content .item {
    padding-right: 5%;
    padding-left: 25%;
  }
  .section-career-content .item:after {
    left: 12.5%;
  }
  .section-career-content .year {
    width: 70px;
    height: 70px;
    padding-top: 6px;
    left: 12.5%;
    transform: translateX(-50%);
    font-size: 35px;
  }
  .section-career-content .year span {
    font-size: 16px;
    letter-spacing: 0;
    text-indent: 0;
  }
  .section-career-content .year.is-now {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-career-banner {
    min-height: 100%;
    background-image: url("../img/career_stories/sp/background.jpg");
  }
  .section-career-banner .page-title {
    width: 81%;
    margin: 0 auto;
    padding: 0.32rem 0 0.28rem;
    top: 63.5%;
  }
  .section-career-banner .page-title .en {
    font-size: 0.45rem;
    letter-spacing: 0;
  }
  .section-career-banner .page-title .jp {
    font-size: 0.2rem;
    letter-spacing: 0.25em;
    margin-top: 0.08rem;
  }

  .section-career-content {
    padding-top: 0.32rem;
    margin-bottom: 0;
  }
  .section-career-content .block-smooth-scroll {
    margin-bottom: 0.48rem;
  }
  .section-career-content .block-smooth-scroll .list-links {
    display: flex;
    padding-top: 0.16rem;
    justify-content: center;
  }
  .section-career-content .block-smooth-scroll .employment-time {
    position: relative;
    margin: 0 0.09rem;
  }
  .section-career-content .block-smooth-scroll .employment-time:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%);
    position: absolute;
    bottom: 10px;
    left: 50%;
  }
  .section-career-content .employment-time {
    width: 2rem;
    height: 2rem;
    font-size: 0.27rem;
  }
  .section-career-content .employment-time span {
    font-size: 0.875rem;
  }
  .section-career-content .content-heading {
    display: block;
    margin-top: 0;
    padding: 0.46rem 0.5rem;
    background: #E6E6E6;
  }
  .section-career-content .block-heading {
    width: 100%;
    padding-right: 0;
  }
  .section-career-content .profile {
    width: 100%;
    margin: 0;
    padding: 0.32rem 0 0.26rem;
    background: #fff;
  }
  .section-career-content .profile .label {
    width: 49.5%;
    font-size: 0.22rem;
    text-align: center;
    padding: 0;
  }
  .section-career-content .profile .description {
    padding-left: 0.28rem;
  }
  .section-career-content .profile .name .jp {
    font-size: 0.22rem;
    letter-spacing: 0.2em;
  }
  .section-career-content .profile .name .en {
    font-size: 0.2rem;
    letter-spacing: 0.15em;
  }
  .section-career-content .profile .join {
    font-size: 0.18rem;
    margin: 0.08rem 0 0.04rem;
  }
  .section-career-content .content-body {
    display: block;
    margin-top: 0;
  }
  .section-career-content .content-body .profile .label {
    text-align: left;
    padding-left: 0.36rem;
    line-height: 1.4;
    padding-top: 0.08rem;
  }
  .section-career-content .content-body .is-left,
  .section-career-content .content-body .is-right {
    width: 100%;
  }
  .section-career-content .content-body .is-left .list-items,
  .section-career-content .content-body .is-right .list-items {
    padding-left: 0;
  }
  .section-career-content .content-body .list-items {
    display: block;
  }
  .section-career-content .content-body .item {
    padding: 0.62rem 0.52rem 0.76rem 1.72rem;
    margin-bottom: 0.2rem;
  }
  .section-career-content .content-body .item:last-child {
    margin-bottom: 0;
  }
  .section-career-content .content-body .item:after {
    left: 0.84rem;
    top: 0.3rem;
    border-width: 1px;
  }
  .section-career-content .content-body .year {
    width: 1.22rem;
    height: 1.22rem;
    padding-top: 0.14rem;
    font-size: 0.57rem;
    top: -0.2rem;
    left: 0.22rem;
  }
  .section-career-content .content-body .year span {
    font-size: 0.19rem;
    letter-spacing: 0.3em;
  }
  .section-career-content .content-body .year.is-now {
    font-size: 0.26rem;
    padding-top: 0;
  }
  .section-career-content .content-body .item-title {
    white-space: unset;
    line-height: 1.4;
    font-size: 0.37rem;
    margin-right: 0;
  }
  .section-career-content .content-body .item-text {
    margin-top: 0.28rem;
    font-size: 0.23rem;
    line-height: 1.95;
    letter-spacing: 0.15em;
  }
  .section-career-content .content-body .img {
    width: auto;
    margin: 0.46rem 0 0 -0.24rem;
  }
}
.section-welfare-banner {
  padding: 200px 0 36px;
}
.section-welfare-banner .page-title .en {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
.section-welfare-banner .page-title .jp {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.section-welfare-banner .text {
  margin: 37px 0 16px;
  font-size: 14.5px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.1;
  color: #111A38;
  font-weight: 600;
}

.section-welfare {
  margin-bottom: 36px;
}
.section-welfare .section-inner {
  width: 1000px;
  margin: 0 auto;
}
.section-welfare .section-title {
  padding: 27px 10px;
  font-size: 32px;
  color: #74AAF5;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0;
  border: 2px solid #74AAF5;
}
.section-welfare .intro {
  margin: 28px 0 30px;
  font-size: 14.5px;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.1;
  color: #111A38;
  font-weight: 600;
}
.section-welfare .btn {
  text-align: center;
  margin-bottom: 73px;
}
.section-welfare .btn a {
  display: block;
  width: 445px;
  padding: 23px 10px 19px;
  line-height: 1.6;
  color: #fff;
  margin: 0 auto;
  background: #5987BB;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
}
.section-welfare .btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
.section-welfare .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-welfare .block-content {
  margin-bottom: 46px;
  width: 100%;
}
.section-welfare .block-content.is-small {
  display: inline-block;
  vertical-align: text-top;
  width: 46%;
}
.section-welfare .block-content.is-small .text {
  margin-top: 14px;
}
.section-welfare .block-content.is-small .sub-text + .text {
  margin-top: 0;
}
.section-welfare .block-content.has-img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.section-welfare .block-content.has-img .text {
  width: calc(100% - 192px);
}
.section-welfare .block-content.has-img .img-box {
  width: 192px;
  padding-top: 24px;
}
.section-welfare .block-content.has-img + .has-img {
  margin-top: -30px;
}
.section-welfare .block-title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #74AAF5;
  border-bottom: 1px solid #74AAF5;
  line-height: 2;
  letter-spacing: 0.2em;
}
.section-welfare .sub-title {
  margin: 34px 0 23px;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #111A38;
  font-weight: 700;
}
.section-welfare .sub-title span {
  color: #ED1C24;
}
.section-welfare .text {
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #111A38;
  font-weight: 600;
}
.section-welfare .sub-text {
  margin: 8px 0 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #111A38;
  font-weight: 600;
}
.section-welfare .list-items {
  margin-top: 36px;
}
.section-welfare .list-items .item {
  margin-bottom: 31px;
}
.section-welfare .item-title {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
  font-weight: 600;
}
.section-welfare .item-table {
  width: 100%;
}
.section-welfare .item-table tbody {
  border: 1px solid #5987BB;
}
.section-welfare .item-table tr {
  border-bottom: 1px solid #5987BB;
}
.section-welfare .item-table th {
  width: 209px;
  padding: 12px 10px;
  font-size: 22px;
  color: #fff;
  background: #99B5D5;
  text-align: center;
  border-right: 1px solid #5987BB;
  font-weight: 600;
}
.section-welfare .item-table th span {
  font-size: 19px;
}
.section-welfare .item-table td {
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #5987BB;
  font-weight: 600;
}
.section-welfare .item-table td:last-child {
  border-right: none;
}
.section-welfare .item-table.color-gray tbody,
.section-welfare .item-table.color-gray tr,
.section-welfare .item-table.color-gray th,
.section-welfare .item-table.color-gray td {
  border-color: #111A38;
}
.section-welfare .item-table.color-gray th {
  background: #A0A3AF;
}
.section-welfare .description {
  flex: 1;
  padding-right: 40px;
  margin-bottom: 58px;
}
.section-welfare .description + .img-box {
  width: 502px;
}
.section-welfare .description .block-content {
  margin-bottom: 32px;
}
.section-welfare .detail {
  margin: 20px 0 54px;
  padding: 14px 31px 6px;
  background: #F1F6FE;
}
.section-welfare .detail-title {
  font-size: 15.5px;
  color: #5987BB;
  font-weight: 600;
}
.section-welfare .list-detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
}
.section-welfare .detail-item {
  padding-left: 14px;
  margin: 0 16px 9px 0;
  color: #111A38;
  font-size: 15px;
  position: relative;
  font-weight: 500;
}
.section-welfare .detail-item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ACCCF9;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}
.section-welfare.is-symtem .intro {
  margin-bottom: 69px;
}
.section-welfare.is-symtem .btn {
  margin-bottom: 41px;
}
.section-welfare.is-childcare .intro {
  margin-bottom: 72px;
}
.section-welfare.is-childcare .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 65px;
}
.section-welfare.is-childcare .block-content.is-small {
  width: 50%;
  margin-bottom: 34px;
}
.section-welfare.is-childcare .block-content.is-small:first-child {
  padding-right: 50px;
}
.section-welfare.is-childcare .sub-title {
  margin: 22px 0 0;
}
.section-welfare.is-childcare .sub-title + .text {
  margin-top: 3px;
}
.section-welfare.is-provide {
  margin-bottom: 80px;
}
.section-welfare.is-provide .intro {
  margin-bottom: 54px;
}
.section-welfare.is-last {
  padding-bottom: 60px;
}
.section-welfare.is-last .img {
  margin: 32px 0 36px;
}
.section-welfare.is-last .detail {
  margin-bottom: 40px;
  padding: 10px 10px 10px 43px;
}
.section-welfare.is-last .detail .detail-item {
  margin: 0 10.5px 9px 0;
}
.section-welfare.is-last .item-wrapper {
  display: flex;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-welfare .section-title {
    padding: 32px 10px 22px;
  }
  .section-welfare .btn a {
    padding: 25px 10px 17px;
  }
  .section-welfare .detail-item::before {
    top: 35%;
  }
  .section-welfare .item-table th {
    padding: 16px 10px 8px;
  }
  .section-welfare .item-table td {
    padding-top: 6px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-welfare .section-inner {
    width: 100%;
    padding: 0 30px;
  }
  .section-welfare .description + .img-box {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .section-welfare-banner {
    padding: 1.8rem 0 0;
  }
  .section-welfare-banner .page-title .en {
    font-size: 0.49rem;
    line-height: 1.8;
  }
  .section-welfare-banner .page-title .jp {
    font-size: 0.21rem;
  }
  .section-welfare-banner .text {
    font-size: 0.23rem;
    text-align: left;
    margin: 0.46rem 0.46rem 0.56rem;
    line-height: 2;
  }

  .section-welfare {
    margin-bottom: 0.52rem;
  }
  .section-welfare .section-inner {
    width: 100%;
    padding: 0 0.25rem;
  }
  .section-welfare .section-title {
    padding: 0.07rem 0.1rem;
    letter-spacing: 0.2em;
    font-size: 0.34rem;
    border-width: 1px;
  }
  .section-welfare .intro {
    margin: 0.34rem 0 0.5rem;
    font-size: 0.23rem;
    line-height: 2;
  }
  .section-welfare .btn {
    margin-bottom: 0.79rem;
  }
  .section-welfare .btn a {
    width: 4.45rem;
    padding: 0.22rem 0.1rem 0.18rem;
    font-size: 0.27rem;
    line-height: 1.5;
  }
  .section-welfare .btn a:after {
    width: 0.1rem;
    height: 0.1rem;
    right: 0.4rem;
  }
  .section-welfare .block-content {
    padding: 0 0.24rem;
    margin-bottom: 0.42rem;
  }
  .section-welfare .block-content.is-small {
    width: 100%;
  }
  .section-welfare .block-content.is-small .text {
    margin-top: 0.22rem;
  }
  .section-welfare .block-content.has-img {
    display: block;
  }
  .section-welfare .block-content.has-img .text {
    width: 100%;
  }
  .section-welfare .block-content.has-img .img-box {
    width: 57%;
    padding-top: 0.37rem;
    margin: 0 auto;
  }
  .section-welfare .block-content.has-img + .has-img {
    margin: 0.6rem 0 0.93rem;
  }
  .section-welfare .block-title {
    width: auto;
    margin: 0 -0.24rem;
    padding-left: 0.24rem;
    font-size: 0.34rem;
    line-height: 1.7;
  }
  .section-welfare .sub-title {
    margin: 0.34rem 0 0;
    font-size: 0.31rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .section-welfare .sub-title + .text {
    margin-top: 0.03rem;
  }
  .section-welfare .text {
    font-size: 0.23rem;
    line-height: 1.7;
    margin-top: 0.23rem;
  }
  .section-welfare .sub-text {
    font-size: 0.2rem;
    margin: 0.12rem 0 0.16rem;
  }
  .section-welfare .list-items {
    margin: 0.59rem 0 0.54rem;
  }
  .section-welfare .list-items .item {
    margin-bottom: 0.24rem;
  }
  .section-welfare .item-title {
    font-size: 0.23rem;
    margin-bottom: 0.08rem;
  }
  .section-welfare .item-table th {
    width: 1.52rem;
    font-size: 0.21rem;
    line-height: 1.2;
    padding: 0.07rem 0;
  }
  .section-welfare .item-table th span {
    font-size: 0.19rem;
  }
  .section-welfare .item-table td {
    font-size: 0.3rem;
  }
  .section-welfare .description {
    padding-right: 0;
    margin-bottom: 0.22rem;
  }
  .section-welfare .description + .img-box {
    width: auto;
    margin: 0 -0.24rem 0.6rem;
  }
  .section-welfare .description .block-content {
    margin-bottom: 0.4rem;
  }
  .section-welfare .detail {
    width: auto;
    margin: 0.38rem -0.24rem 0.53rem;
    padding: 0.33rem 0.2rem 0.42rem 0.38rem;
  }
  .section-welfare .detail-title {
    font-size: 0.34rem;
  }
  .section-welfare .list-detail {
    margin-top: 0.15rem;
  }
  .section-welfare .detail-item {
    font-size: 0.24rem;
    text-indent: 0.26rem;
    padding-left: 0;
    margin-bottom: -0.02rem;
    line-height: 1.8;
  }
  .section-welfare .detail-item:before {
    width: 0.16rem;
    height: 0.16rem;
    top: 0.14rem;
    transform: none;
  }
  .section-welfare.is-symtem .intro {
    margin: 0.29rem 0 0.34rem;
  }
  .section-welfare.is-symtem .btn {
    margin-bottom: 0.7rem;
  }
  .section-welfare.is-childcare .intro {
    margin-bottom: 0.95rem;
  }
  .section-welfare.is-childcare .content {
    margin-bottom: 0.52rem;
  }
  .section-welfare.is-childcare .sub-title {
    margin-top: 0.34rem;
  }
  .section-welfare.is-childcare .block-content.is-small {
    padding: 0 0.24rem;
    width: 100%;
    margin-bottom: 0.58rem;
  }
  .section-welfare.is-childcare .block-content.is-small:first-child {
    padding-right: 0.24rem;
  }
  .section-welfare.is-provide {
    margin-bottom: 0.8rem;
  }
  .section-welfare.is-provide .section-title {
    line-height: 1.2;
    padding: 0.34rem 0.1rem;
  }
  .section-welfare.is-provide .intro {
    margin-bottom: 0.59rem;
  }
  .section-welfare.is-last {
    padding-bottom: 0;
  }
  .section-welfare.is-last .section-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .section-welfare.is-last .section-title {
    width: 100%;
  }
  .section-welfare.is-last .detail {
    width: 100%;
    margin: 0.37rem 0 0;
    padding: 0.2rem 0.2rem 0.45rem 0.36rem;
    order: 1;
  }
  .section-welfare.is-last .detail .detail-item {
    margin: 0 0.18rem 0.02rem 0;
  }
  .section-welfare.is-last .list-detail {
    display: block;
  }
  .section-welfare.is-last .img {
    order: 2;
    margin: 0 0 0.22rem;
  }
  .section-welfare.is-last .intro {
    width: 100%;
    margin-bottom: 0.14rem;
  }
}
.section-women-banner {
  background: url("../img/women/background.jpg") center/cover no-repeat;
  min-height: 100vh;
  position: relative;
}
.section-women-banner.is-employee {
  background-image: url("../img/young_employees/background.jpg");
}
.section-women-banner.is-employee .page-title {
  color: #5D9CF3;
  top: 52.5%;
}
.section-women-banner .page-title {
  min-width: 610px;
  background: #fff;
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
  color: #C384A3;
}
.section-women-banner .page-title .jp {
  display: block;
  padding-top: 30px;
  line-height: 1.5;
  font-size: 45px;
  letter-spacing: 0.5em;
}
.section-women-banner .page-title .en {
  font-size: 20px;
  padding-bottom: 28px;
  letter-spacing: 0.2em;
}

.section-women-content {
  margin-bottom: 85px;
}
.section-women-content.is-employee .item-women .jp {
  color: #5D9CF3;
}
.section-women-content .intro-block {
  background: #F2F2F2;
  padding: 32px 0 18px;
}
.section-women-content .list-women {
  display: flex;
  justify-content: center;
}
.section-women-content .item-women {
  color: #152448;
  width: 265px;
  font-weight: 600;
}
.section-women-content .item-women .description {
  padding: 15px 0 15px 40px;
}
.section-women-content .item-women .img {
  padding: 0 23px;
}
.section-women-content .item-women .label {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.section-women-content .item-women .jp {
  display: block;
  line-height: 1.5;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 0.5em;
  font-size: 22.5px;
  color: #C384A3;
}
.section-women-content .item-women .en {
  display: block;
  line-height: 1.7;
  margin-bottom: 10px;
  font-size: 13px;
}
.section-women-content .item-women .join {
  font-size: 14.5px;
}
.section-women-content .content-block {
  width: 1100px;
  margin: 0 auto;
  padding-top: 105px;
}
.section-women-content .content-block + .content-block {
  padding-top: 93px;
}
.section-women-content .content-block .block-title {
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  color: #111A38;
  font-weight: 600;
  position: relative;
}
.section-women-content .content-block .block-title:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #111A38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-women-content .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 83px;
}
.section-women-content .content-inner {
  width: 50%;
  padding-right: 18px;
}
.section-women-content .content-inner.is-right {
  padding: 0 0 0 20px;
}
.section-women-content .content-inner .list-items {
  margin-top: 64px;
}
.section-women-content .content-inner .item {
  display: flex;
  margin-bottom: 2px;
}
.section-women-content .content-inner .avatar {
  width: 71px;
}
.section-women-content .content-inner .profile {
  display: flex;
}
.section-women-content .content-inner .name,
.section-women-content .content-inner .text {
  font-size: 14.5px;
  font-weight: 600;
  color: #111A38;
  letter-spacing: 0.2em;
  padding-top: 28px;
  line-height: 1.9;
}
.section-women-content .content-inner .name {
  width: 68px;
  text-align: left;
  padding-left: 10px;
}
.section-women-content .content-inner .text {
  flex: 1;
  text-align: justify;
}
.section-women-content .content-inner .color-pink {
  color: #C384A3;
}
.section-women-content .content-inner .color-blue {
  color: #5D9CF3;
}
.section-women-content .list-imgs {
  display: flex;
  align-items: flex-start;
}
.section-women-content .list-imgs .item-img {
  width: 49.6%;
  margin-right: 0.8%;
}
.section-women-content .list-imgs .item-img:nth-child(2n + 2) {
  margin-right: 0;
}
.section-women-content .list-imgs img {
  width: 100%;
}

.section-women-epilogue {
  margin-bottom: 50px;
}
.section-women-epilogue.is-employees .section-inner {
  background: #74AAF5;
}
.section-women-epilogue .section-inner {
  max-width: 1500px;
  margin: 0 auto;
  background: #C384A3;
}
.section-women-epilogue .text {
  width: 700px;
  padding: 20px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 751px) {
  .section-women-banner .page-title {
    top: 60%;
  }

  .section-women-content .content-block {
    width: 100%;
  }
  .section-women-content .content-wrapper {
    display: block;
  }
  .section-women-content .content-inner {
    width: 100%;
    padding: 0 30px;
  }
  .section-women-content .content-inner.is-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-women-content .content-inner.is-right .list-items {
    margin-top: 0;
  }

  .section-women-epilogue .section-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-women-banner {
    background-image: url("../img/women/sp/background.jpg");
    min-height: 0;
  }
  .section-women-banner.is-employee {
    background-image: url("../img/young_employees/sp/background.jpg");
  }
  .section-women-banner.is-employee .page-title {
    top: 55%;
  }
  .section-women-banner .page-title {
    top: 55%;
    min-width: 6.1rem;
  }
  .section-women-banner .page-title .jp {
    padding-top: 0.28rem;
    font-size: 0.45rem;
  }
  .section-women-banner .page-title .en {
    font-size: 0.2rem;
    padding-bottom: 0.28rem;
  }

  .section-women-content {
    margin-bottom: 0.28rem;
  }
  .section-women-content .intro-block {
    padding: 0.53rem 0.5rem 0.15rem;
  }
  .section-women-content .list-women {
    display: block;
  }
  .section-women-content .item-women {
    display: flex;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .section-women-content .item-women:last-child {
    margin-bottom: 40px;
  }
  .section-women-content .item-women .img {
    width: 1.47rem;
    padding: 0;
  }
  .section-women-content .item-women .description {
    flex: 1;
    padding: 0.28rem 0 0.16rem 0.48rem;
  }
  .section-women-content .item-women .label {
    font-size: 0.19rem;
    letter-spacing: 0.15em;
  }
  .section-women-content .item-women .name {
    display: flex;
    align-items: flex-end;
    margin: 0.05rem 0 0.15rem;
  }
  .section-women-content .item-women .jp {
    margin-top: 0;
    font-size: 0.23rem;
  }
  .section-women-content .item-women .en {
    margin-bottom: 0;
    padding-left: 0.26rem;
    font-size: 0.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .section-women-content .item-women .join {
    font-size: 0.2rem;
  }
  .section-women-content .content-block {
    width: 100%;
    padding-top: 0.98rem;
  }
  .section-women-content .content-block + .content-block {
    padding-top: 1rem;
  }
  .section-women-content .content-block .block-title {
    font-size: 0.34rem;
    line-height: 1.5;
    padding-bottom: 0.15rem;
  }
  .section-women-content .content-block .block-title:after {
    width: 0.56rem;
  }
  .section-women-content .content-wrapper {
    display: block;
    margin-bottom: 0.47rem;
  }
  .section-women-content .content-inner {
    width: 100%;
    padding: 0 0.4rem;
  }
  .section-women-content .content-inner.is-right {
    padding: 0 0.4rem;
  }
  .section-women-content .content-inner .list-items {
    margin-top: 0.5rem;
  }
  .section-women-content .content-inner .item {
    margin-bottom: 0.43rem;
  }
  .section-women-content .content-inner .profile {
    display: block;
    padding-top: 0.1rem;
  }
  .section-women-content .content-inner .avatar {
    width: 0.9rem;
  }
  .section-women-content .content-inner .name {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 0.26rem;
    line-height: 2.2;
  }
  .section-women-content .content-inner .text {
    font-size: 0.23rem;
    line-height: 1.95;
    padding: 0 0 0 0.16rem;
  }
  .section-women-content .list-imgs {
    display: block;
  }
  .section-women-content .list-imgs .item-img {
    width: 100%;
    margin-right: 0;
  }

  .section-women-epilogue {
    margin-bottom: 0;
  }
  .section-women-epilogue .section-inner {
    max-width: 100%;
  }
  .section-women-epilogue .text {
    width: 100%;
    padding: 0.5rem;
    font-size: 0.23rem;
    line-height: 1.95;
  }
}
.section-question-banner {
  min-height: 100vh;
  background: url("../img/questionnaire/background.jpg") center/cover no-repeat;
  position: relative;
}
.section-question-banner .page-title {
  min-width: 520px;
  padding: 25px 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-question-banner .page-title .jp {
  font-size: 38px;
  letter-spacing: 0.1em;
}
.section-question-banner .page-title .en {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.1;
}

.section-question-content .lead-txt {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  color: #74AAF5;
  margin-bottom: 1.5em;
}
.section-question-content .section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
.section-question-content .item-title {
  border: 2px solid #74AAF5;
  text-align: center;
}
.section-question-content .item-title span {
  display: inline-block;
  width: auto;
  padding: 35px 0 25px 185px;
  font-weight: 600;
  margin: 0 auto;
  color: #74AAF5;
  font-size: 32px;
  position: relative;
  line-height: 1.8;
}
.section-question-content .item-title span:before {
  content: "";
  display: block;
  width: 82px;
  height: 41px;
  background: url("../img/questionnaire/ico_question_01.png") center/100% auto no-repeat;
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.section-question-content .item-question:nth-child(2) .item-title span:before {
  width: 92px;
  background-image: url("../img/questionnaire/ico_question_02.png");
}
.section-question-content .item-question:nth-child(3) .item-title span:before {
  width: 92px;
  background-image: url("../img/questionnaire/ico_question_03.png");
}
.section-question-content .item-question:nth-child(4) .item-title span:before {
  width: 92px;
  background-image: url("../img/questionnaire/ico_question_04.png");
}
.section-question-content .item-question:nth-child(5) .item-title span:before {
  width: 91px;
  background-image: url("../img/questionnaire/ico_question_05.png");
}
.section-question-content .item-question:nth-child(6) .item-title span {
  padding-left: 150px;
  padding-right: 10px;
}
.section-question-content .item-question:nth-child(6) .item-title span:before {
  width: 92px;
  background-image: url("../img/questionnaire/ico_question_06.png");
}
.section-question-content .item-question:nth-child(7) .item-title span:before {
  width: 95px;
  background-image: url("../img/questionnaire/ico_question_07.png");
}
.section-question-content .item-content {
  display: flex;
  align-items: center;
  padding: 28px 0 53px 48px;
}
.section-question-content .item-content.is-block {
  display: block;
}
.section-question-content .item-content.is-block .img {
  margin: 0 auto;
}
.section-question-content .img {
  width: 442px;
}
.section-question-content .description {
  width: 365px;
  margin: 0 auto;
  padding: 21px 15px 0 30px;
}
.section-question-content .description.is-big {
  width: 510px;
  padding: 21px 15px 0 44px;
}
.section-question-content .description .item {
  display: flex;
  color: #74AAF5;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
}
.section-question-content .description .item:nth-child(2) .name:before {
  background: #636363;
}
.section-question-content .description .item:nth-child(3) .name:before {
  background: #808080;
}
.section-question-content .description .item:nth-child(4) .name:before {
  background: #9f9f9f;
}
.section-question-content .description .item:nth-child(5) .name:before {
  background: #B2B2B2;
}
.section-question-content .description .item:nth-child(6) .name:before {
  background: #CCCCCC;
}
.section-question-content .description .item:nth-child(7) .name:before {
  background: #E5E5E5;
}
.section-question-content .description .name {
  font-size: 25px;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 10px;
  position: relative;
}
.section-question-content .description .name:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #3D3D3D;
  position: absolute;
  left: 0;
  top: 25px;
  transform: translateY(-50%);
}
.section-question-content .description .number {
  display: flex;
  align-items: center;
  font-size: 51px;
  font-weight: bold;
}
.section-question-content .description .number span {
  display: inline-block;
  padding-top: 13px;
  font-size: 24px;
}
.section-question-content .detail-wrapper {
  background: #E5EFFD;
  margin: 17px 98px 72px 134px;
  padding: 16px 16px 16px 28px;
  position: relative;
}
.section-question-content .detail-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #E5EFFD;
  position: absolute;
  bottom: 100%;
  left: 26%;
}
.section-question-content .detail-title {
  padding: 11px 0;
  letter-spacing: 0.2em;
  font-size: 20px;
  font-weight: 600;
  color: #74AAF5;
  background: #fff;
  text-align: center;
}
.section-question-content .item-detail {
  padding-bottom: 8px;
}
.section-question-content .item-detail .list-items {
  margin-top: 20px;
}
.section-question-content .item-detail .item {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding-left: 118px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #74AAF5;
  position: relative;
}
.section-question-content .item-detail .item:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 63.5px;
  height: 63.5px;
  background: #74AAF5 url("../img/questionnaire/ico_women.png") center/33px auto no-repeat;
  position: absolute;
  top: 4px;
  left: 31px;
}
.section-question-content .item-detail .item.is-men:before {
  background-image: url("../img/questionnaire/ico_men.png");
  background-size: 37.5px auto;
}
.section-question-content .block-content {
  border: 2px solid #74aaf5;
  color: #74aaf5;
}
.section-question-content .title-content {
  font-weight: 600;
  text-align: center;
}
.section-question-content .list-messages {
  font-weight: 500;
}
.section-question-content .list-messages li:not(:last-child) {
  background: url("../img/questionnaire/img_border.png") left bottom/100% 2.5px repeat-x;
}
@media print, (min-width: 768px) {
  .section-question-content .block-content {
    margin: 100px 0 120px;
    padding: 50px 80px;
  }
  .section-question-content .title-content {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .section-question-content .list-messages {
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 500;
    font-size: 18px;
  }
  .section-question-content .list-messages li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url("../img/questionnaire/img_border.png") left bottom/100% 2.5px repeat-x;
  }
}
@media only screen and (max-width: 767px) {
  .section-question-content .block-content {
    max-width: 6.1rem;
    margin: 0.8rem auto 1rem;
    padding: 0.5rem 0.4rem;
  }
  .section-question-content .title-content {
    font-size: 0.4rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .section-question-content .list-messages {
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 0.23rem;
    text-align: justify;
  }
  .section-question-content .list-messages li:not(:last-child) {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    background-image: url(../img/questionnaire/sp/img_border.png);
    background-size: 100% 0.02rem;
  }
}

.section-question-note {
  padding: 67px 0 72px;
  background: #E5EFFD;
}
.section-question-note .section-inner {
  width: 1000px;
  margin: 0 auto;
  border: 2px solid #6699CC;
  background: #fff;
}
.section-question-note .intro {
  padding: 44px 0 36px;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #74AAF5;
  background: url("../img/questionnaire/img_border.png") left bottom/100% 2.5px repeat-x;
}
.section-question-note .title {
  margin: 28px auto;
  width: 326px;
}
.section-question-note .sub-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #74AAF5;
  line-height: 1.6;
}
.section-question-note .text {
  width: 80%;
  margin: 34px auto 47px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 18px;
  color: #74AAF5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-question-content .detail-title {
    padding: 15px 0 7px;
  }
  .section-question-content .item-detail .item {
    height: 74px;
  }
  .section-question-content .description .name:before {
    top: 21px;
  }
  .section-question-content .description .number {
    transform: translateY(5px);
  }
  .section-question-content .description .number span {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 751px) {
  .section-question-content .section-inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-question-content .img {
    max-width: 40%;
  }
  .section-question-content .description .name {
    font-size: 20px;
  }
  .section-question-content .description .name:before {
    width: 20px;
    height: 20px;
    top: 23px;
  }
  .section-question-content .description .number {
    font-size: 40px;
  }
  .section-question-content .description .number span {
    font-size: 20px;
  }
  .section-question-content .detail-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-question-note {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-question-note .section-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-question-banner {
    min-height: 0;
    background-image: url("../img/questionnaire/sp/background.jpg");
  }
  .section-question-banner .page-title {
    min-width: 6.1rem;
    padding: 0.33rem 0 0.31rem;
    top: 21%;
  }
  .section-question-banner .page-title .jp {
    font-size: 0.49rem;
  }
  .section-question-banner .page-title .en {
    margin-top: 0.08rem;
    font-size: 0.21rem;
  }

  .section-question-content .lead-txt {
    font-size: 0.4rem;
    padding: 0 15px;
  }
  .section-question-content .section-inner {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0.48rem;
  }
  .section-question-content .item-title {
    max-width: 6.1rem;
    padding-top: 0.37rem;
    margin: 0 auto;
  }
  .section-question-content .item-title span {
    display: block;
    width: 100%;
    padding: 0.59rem 0.1rem 0.27rem;
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .section-question-content .item-title span:before {
    width: 0.82rem;
    height: 0.41rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .section-question-content .item-question:nth-child(2) .item-title span:before,
  .section-question-content .item-question:nth-child(3) .item-title span:before,
  .section-question-content .item-question:nth-child(4) .item-title span:before {
    width: 0.92rem;
  }
  .section-question-content .item-question:nth-child(5) .item-title span:before {
    width: 0.91rem;
  }
  .section-question-content .item-question:nth-child(6) .item-title span {
    padding: 0.59rem 0.1rem 0.27rem;
    letter-spacing: -0.05em;
  }
  .section-question-content .item-question:nth-child(6) .item-title span:before {
    width: 0.92rem;
  }
  .section-question-content .item-question:nth-child(7) .item-title span {
    letter-spacing: -0.05em;
  }
  .section-question-content .item-question:nth-child(7) .item-title span:before {
    width: 0.95rem;
  }
  .section-question-content .item-content {
    display: block;
    padding: 0.27rem 0 0;
  }
  .section-question-content .img {
    width: 4.42rem;
    margin: 0 auto;
  }
  .section-question-content .description {
    width: 3.08rem;
    margin: 0 auto;
    padding: 0.13rem 0 0.52rem;
  }
  .section-question-content .description.is-big {
    width: 4.5rem;
    padding: 0.13rem 0 0.52rem;
  }
  .section-question-content .description .name {
    font-size: 0.25rem;
    padding-left: 0.4rem;
    padding-top: 0.1rem;
  }
  .section-question-content .description .name:before {
    width: 0.24rem;
    height: 0.24rem;
    top: 0.25rem;
  }
  .section-question-content .description .number {
    font-size: 0.51rem;
  }
  .section-question-content .description .number span {
    padding-top: 0.13rem;
    font-size: 0.24rem;
  }
  .section-question-content .detail-wrapper {
    width: auto;
    margin: 0 0.25rem 0.56rem;
    padding: 0.3rem 0.25rem 16px 0.25rem;
  }
  .section-question-content .detail-wrapper:before {
    border-left-width: 0.36rem;
    border-right-width: 0.36rem;
    border-bottom-width: 0.46rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-question-content .detail-title {
    font-size: 0.26rem;
    padding: 0.2rem 0 0.16rem;
    letter-spacing: 0.1em;
  }
  .section-question-content .item-detail {
    padding-bottom: 0;
  }
  .section-question-content .item-detail .list-items {
    margin-top: 0.41rem;
  }
  .section-question-content .item-detail .item {
    min-height: 0.72rem;
    padding-left: 0.98rem;
    margin-bottom: 0.41rem;
    font-size: 0.23rem;
    line-height: 1.6;
    letter-spacing: 0.13em;
  }
  .section-question-content .item-detail .item:before {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.36rem auto;
    top: 0.04rem;
    left: 0.09rem;
    background-position: 50% 40%;
  }
  .section-question-content .item-detail .item.is-men:before {
    background-size: 0.41rem auto;
  }
  .section-question-content .item-detail .item:last-child {
    margin-bottom: 0.3rem;
  }

  .section-question-note {
    padding: 0.41rem 0.48rem 0.52rem;
    background: #E5EFFD;
  }
  .section-question-note .section-inner {
    width: 100%;
    border-width: 0.02rem;
  }
  .section-question-note .intro {
    font-size: 0.4rem;
    padding: 0.57rem 0 0.44rem;
    letter-spacing: -0.05em;
    background-image: url("../img/questionnaire/sp/img_border.png");
    background-size: 100% 0.02rem;
  }
  .section-question-note .title {
    width: 3.26rem;
    margin: 0.35rem auto 0.24rem;
  }
  .section-question-note .sub-title {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .section-question-note .text {
    width: 85%;
    margin: 0.27rem auto 0.38rem;
    line-height: 1.6;
    font-size: 0.23rem;
  }
}
.section-recruit-banner {
  padding: 210px 0 100px;
}
.section-recruit-banner .section-inner {
  width: 1100px;
  margin: 0 auto;
}
.section-recruit-banner .page-title .jp {
  font-size: 45px;
  letter-spacing: 0.05em;
}
.section-recruit-banner .page-title .en {
  font-size: 20px;
  margin-top: 9px;
}
.section-recruit-banner .message-block {
  margin-top: 53px;
  position: relative;
}
.section-recruit-banner .content {
  padding: 100px 0 0 55px;
  color: #111A38;
  position: absolute;
  top: 0;
  left: 0;
}
.section-recruit-banner .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
}
.section-recruit-banner .text {
  margin-top: 20px;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.15em;
}
.section-recruit-banner .name {
  font-weight: 600;
}
.section-recruit-banner .name .jp {
  display: block;
  margin: 11px 0 5px;
  font-size: 23.5px;
  letter-spacing: 0.4em;
}
.section-recruit-banner .name .en {
  font-size: 13px;
  letter-spacing: 0.07em;
}
.section-recruit-banner + .section-recruit-content {
  margin-bottom: 88px;
}
.section-recruit-banner + .section-recruit-content .title {
  margin-bottom: 22px;
}

.section-recruit-content {
  margin-bottom: 60px;
}
.section-recruit-content .section-inner {
  width: 1100px;
  margin: 0 auto;
}
.section-recruit-content .title {
  font-size: 36px;
  color: #74AAF5;
  line-height: 1.63;
  margin-bottom: 12px;
  font-weight: 600;
}
.section-recruit-content .text {
  font-size: 14.5px;
  color: #111A38;
  font-weight: 600;
  line-height: 2.1;
}
.section-recruit-content .text + .text {
  margin-top: 30px;
}
.section-recruit-content .maxim {
  background: #E3EEFD;
  text-align: center;
  margin: 27px 0 24px;
  padding: 28px 10px;
  color: #111A38;
}
.section-recruit-content .maxim .description {
  font-size: 25px;
  font-weight: 600;
  color: #111A38;
  line-height: 1.9;
}
.section-recruit-content .maxim .list-items {
  margin-top: 38px;
}
.section-recruit-content .maxim .item {
  margin-bottom: 40px;
}
.section-recruit-content .maxim .item:last-child {
  margin-bottom: 24px;
}
.section-recruit-content .maxim .item-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.section-recruit-content .maxim .item-text {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 500;
}

.section-recruit-desire {
  margin-top: 60px;
  padding-bottom: 133px;
}
.section-recruit-desire .section-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 56px 30px 68px;
  background: #EFEFEF;
}
.section-recruit-desire .text {
  margin-top: 17px;
  font-size: 14.5px;
  font-weight: 600;
  color: #111A38;
  line-height: 1.9;
  line-height: 2.1;
}

@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-recruit-banner .section-inner {
    width: 100%;
  }
  .section-recruit-banner .section-inner .content {
    position: static;
    padding-top: 30px;
  }

  .section-recruit-content .section-inner {
    width: 100%;
    padding: 0 30px;
  }

  .section-recruit-desire .section-inner {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .section-recruit-banner .section-inner .content {
    position: absolute;
  }
}
@media print, (min-width: 768px) {
  .section-recruit-desire .text,
  .section-recruit-desire .title {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-recruit-banner {
    padding: 1.95rem 0 0.75rem;
  }
  .section-recruit-banner .section-inner {
    width: 100%;
  }
  .section-recruit-banner .page-title .jp {
    font-size: 0.49rem;
    letter-spacing: 0;
  }
  .section-recruit-banner .page-title .en {
    font-size: 0.21rem;
    margin-top: 0.2rem;
    letter-spacing: 0.2em;
  }
  .section-recruit-banner .message-block {
    margin-top: 0.62rem;
  }
  .section-recruit-banner .content {
    position: static;
    padding: 0.28rem 0 0 0.55rem;
    width: 100%;
  }
  .section-recruit-banner .title {
    font-size: 0.4rem;
    line-height: 1.45;
  }
  .section-recruit-banner .text {
    width: 100%;
    font-size: 0.235rem;
  }
  .section-recruit-banner .name .jp {
    font-size: 0.325rem;
    margin: 0.24rem 0 0.03rem;
    letter-spacing: 0.45em;
  }
  .section-recruit-banner .name .en {
    font-size: 0.22rem;
    letter-spacing: 0.1em;
  }
  .section-recruit-banner + .section-recruit-content {
    margin-bottom: 1.24rem;
  }
  .section-recruit-banner + .section-recruit-content .title {
    margin-bottom: 0.14rem;
  }

  .section-recruit-content {
    margin-bottom: 1.06rem;
  }
  .section-recruit-content:nth-last-of-type(0) {
    margin-bottom: 80px;
  }
  .section-recruit-content .section-inner {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section-recruit-content .title {
    font-size: 0.4rem;
    line-height: 1.8;
  }
  .section-recruit-content .text {
    font-size: 0.23rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .section-recruit-content .text + .text {
    margin-top: 0.3rem;
  }
  .section-recruit-content .maxim {
    margin: 0.27rem 0 0.26rem;
    padding: 0 0.1rem 0.54rem;
  }
  .section-recruit-content .maxim .description {
    padding-top: 0.68rem;
    font-size: 0.33rem;
    line-height: 1.7;
  }
  .section-recruit-content .maxim .list-items {
    margin-top: 0;
    padding-top: 0.51rem;
  }
  .section-recruit-content .maxim .item {
    margin-bottom: 0.55rem;
  }
  .section-recruit-content .maxim .item:last-child {
    margin-bottom: 0.08rem;
  }
  .section-recruit-content .maxim .item-title {
    font-size: 0.39rem;
    line-height: 1.5;
  }
  .section-recruit-content .maxim .item-text {
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .section-recruit-desire {
    margin-top: -0.24rem;
    padding-bottom: 0.22rem;
  }
  .section-recruit-desire .section-inner {
    width: 100%;
    padding: 0;
  }
  .section-recruit-desire .text {
    font-size: 0.23rem;
    padding: 0.47rem 0.5rem 0.57rem;
    line-height: 1.7;
    margin-top: 0;
  }
}
.section-apply {
  padding: 210px 0 130px;
}
.section-apply .section-inner {
  width: 990px;
  margin: 0 auto;
}
.section-apply .page-title .jp {
  font-size: 45px;
  letter-spacing: 0.05em;
}
.section-apply .page-title .en {
  font-size: 20px;
  margin-top: 9px;
}
.section-apply .table-wrapper {
  margin-top: 96px;
}
.section-apply .table-apply {
  width: 100%;
}
.section-apply .table-apply tbody {
  border-top: 1px solid #74AAF5;
}
.section-apply .table-apply tr {
  border-bottom: 1px solid #74AAF5;
}
.section-apply .table-apply th {
  width: 440px;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  vertical-align: text-top;
  padding: 30px 0 29px 32px;
  letter-spacing: 0.25em;
}
.section-apply .table-apply td {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 22px 32px;
  font-size: 14.5px;
  color: #333333;
  font-weight: 600;
  vertical-align: text-top;
  line-height: 2.7;
  letter-spacing: 0.15em;
}
.section-apply .table-apply td span {
  display: inline-block;
  margin-left: auto;
}
.section-apply .table-apply td .text {
  line-height: 3;
}
.section-apply .table-apply td .text {
  width: 100%;
}
.section-apply .table-apply td .sub-text {
  display: block;
  margin-right: -24px;
  text-align: right;
}
.section-apply .table-apply td .sub-text-centered {
  display: block;
}
.section-apply .table-apply td.long-text {
  letter-spacing: 0;
}
.section-apply .table-apply td .note {
  width: 100%;
  line-height: 2.1;
  padding: 9px 0 0 5px;
  letter-spacing: 0;
}

@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-apply .section-inner {
    width: 100%;
    padding: 0 30px;
  }
  .section-apply .table-apply th {
    width: 220px;
  }
}
@media print, (min-width: 768px) {
  .section-apply .table-apply td .sub-text-centered {
    margin-left: 38.5%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-apply .table-apply tr {
    display: flex;
    align-items: flex-start;
  }
  .section-apply .table-apply td {
    padding-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .section-apply {
    padding: 1.95rem 0 0.65rem;
  }
  .section-apply .section-inner {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section-apply .page-title .jp {
    font-size: 0.49rem;
    letter-spacing: 0;
  }
  .section-apply .page-title .en {
    font-size: 0.21rem;
    margin-top: 0.2rem;
    letter-spacing: 0.2em;
  }
  .section-apply .table-wrapper {
    margin-top: 0.96rem;
  }
  .section-apply .table-apply th {
    width: 2.3rem;
    padding: 0.28rem 0 0.29rem;
    font-size: 0.22rem;
  }
  .section-apply .table-apply td {
    font-size: 0.22rem;
    padding: 0.23rem 0;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .section-apply .table-apply td span {
    letter-spacing: 0;
  }
  .section-apply .table-apply td .text {
    line-height: 1.9;
  }
  .section-apply .table-apply td .sub-text {
    margin-right: 0;
  }
  .section-apply .table-apply td .note {
    padding: 0.09rem 0 0;
    line-height: 1.35;
  }
}
.section-schedule {
  padding: 210px 0 110px;
}
.section-schedule .section-inner {
  width: 850px;
  margin: 0 auto;
}
.section-schedule .page-title .jp {
  font-size: 45px;
  letter-spacing: 0.05em;
}
.section-schedule .page-title .en {
  font-size: 20px;
  margin-top: 9px;
}
.section-schedule .intro {
  margin: 47px 0 101px;
  font-size: 14.5px;
  text-align: center;
  color: #111A38;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.section-schedule .list-schedule {
  padding-bottom: 15px;
}
.section-schedule .item-schedule {
  margin-bottom: 67px;
  text-align: center;
  border: 1px solid #80A2CA;
  position: relative;
}
.section-schedule .item-schedule:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #B3B3B3;
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
}
.section-schedule .item-schedule:nth-child(2) {
  border-color: #5987BB;
}
.section-schedule .item-schedule:nth-child(2) .title {
  background: #5987BB;
}
.section-schedule .item-schedule:nth-child(3) {
  border-color: #336BAB;
}
.section-schedule .item-schedule:nth-child(3) .title {
  background: #336BAB;
}
.section-schedule .item-schedule:nth-child(4) {
  border-color: #004696;
}
.section-schedule .item-schedule:nth-child(4) .title {
  background: #004696;
}
.section-schedule .item-schedule:nth-child(4) .text {
  margin: 23px 0 33px;
  letter-spacing: 0.05em;
}
.section-schedule .item-schedule:nth-child(4):after {
  display: none;
}
.section-schedule .title {
  text-align: center;
  padding: 18px 0 17px;
  letter-spacing: 0.25em;
  padding-bottom: 17px;
  background: #80A2CA;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.section-schedule .text {
  margin: 18px 0 20px;
  font-size: 14.5px;
  color: #111A38;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 2.1;
}
.section-schedule .list-items {
  margin-top: 2px;
}
.section-schedule .item:first-child {
  padding-bottom: 35px;
  border-bottom: 1px solid #5987BB;
}
.section-schedule .item-title {
  padding-top: 22px;
  letter-spacing: 0.2em;
  font-size: 22px;
  color: #5987BB;
  font-weight: 600;
}
.section-schedule .item-text {
  margin-top: 7px;
  line-height: 1.9;
  letter-spacing: 0.15em;
  font-size: 16px;
  color: #111A38;
  font-weight: 600;
}
.section-schedule .item-text.is-small {
  font-size: 15px;
}
.section-schedule .list-sub-items {
  padding-bottom: 28px;
}
.section-schedule .sub-item {
  margin-top: 36px;
}
.section-schedule .sub-item-title {
  font-size: 18px;
  color: #161F3C;
  font-weight: 600;
  letter-spacing: 0.25em;
}
.section-schedule .sub-text {
  font-size: 16px;
  font-weight: 600;
  color: #161F3C;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
.section-schedule .list-screening {
  text-align: left;
  width: 500px;
  margin-left: 185px;
  padding-top: 28px;
}
.section-schedule .list-screening .item-screening {
  display: flex;
  margin-bottom: 46px;
  position: relative;
}
.section-schedule .list-screening .item-screening:last-child {
  margin-bottom: 33px;
}
.section-schedule .list-screening .item-screening:last-child:after {
  display: none;
}
.section-schedule .list-screening .item-screening:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #99BBF7;
  position: absolute;
  top: calc(100% + 14px);
  left: 47.6%;
  transform: translateX(-50%);
}
.section-schedule .list-screening .name,
.section-schedule .list-screening .value {
  font-size: 22px;
  color: #336BAB;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.section-schedule .list-screening .name {
  width: 155px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.note-cmn {
  padding: 48px 25px;
  text-align: left;
  background: #E3EEFD;
}
.note-cmn .title-note {
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 21px;
  color: #74AAF5;
}
.note-cmn .text {
  margin: 10px 0 6px;
  letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-schedule .title {
    padding: 22px 0 13px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-schedule .section-inner {
    width: 100%;
    padding: 0 30px;
  }
  .section-schedule .list-screening {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule {
    padding: 1.95rem 0 0.65rem;
  }
  .section-schedule .section-inner {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section-schedule .page-title .jp {
    font-size: 0.49rem;
    letter-spacing: 0;
  }
  .section-schedule .page-title .en {
    font-size: 0.21rem;
    margin-top: 0.2rem;
    letter-spacing: 0.2em;
  }
  .section-schedule .intro {
    font-size: 0.23rem;
    margin: 0.51rem 0 0.46rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .section-schedule .list-schedule {
    padding-bottom: 0.22rem;
  }
  .section-schedule .item-schedule {
    margin-bottom: 0.67rem;
  }
  .section-schedule .item-schedule:after {
    border-left-width: 0.18rem;
    border-right-width: 0.18rem;
    border-top-width: 0.18rem;
    top: calc(100% + .24rem);
  }
  .section-schedule .item-schedule:nth-child(4) {
    margin-bottom: 0;
  }
  .section-schedule .item-schedule:nth-child(4) .text {
    text-align: justify;
    margin: 0;
    padding: 0.35rem 0.15rem 0.4rem;
    line-height: 1.68;
  }
  .section-schedule .title {
    font-size: 0.28rem;
    padding: 0.12rem 0 0.1rem;
    line-height: 1.5;
  }
  .section-schedule .text {
    line-height: 1.7;
    margin: 0.36rem 0 0.44rem;
    font-size: 0.23rem;
  }
  .section-schedule .list-items {
    margin-top: 0;
  }
  .section-schedule .item:first-child {
    padding-bottom: 0.38rem;
  }
  .section-schedule .item:first-child .item-title {
    padding-top: 0.68rem;
  }
  .section-schedule .item-title {
    padding-top: 0.8rem;
    font-size: 0.28rem;
  }
  .section-schedule .item-text {
    padding: 0 0.24rem;
    margin-top: 0.25rem;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 0.15em;
    font-size: 0.23rem;
  }
  .section-schedule .item-text.is-small {
    font-size: 0.22rem;
  }
  .section-schedule .list-sub-items {
    text-align: left;
    padding-top: 0.04rem;
    padding-bottom: 0.95rem;
  }
  .section-schedule .sub-item {
    margin-top: 0.38rem;
    padding: 0 0.24rem;
  }
  .section-schedule .sub-item-title {
    font-size: 0.26rem;
  }
  .section-schedule .sub-text {
    line-height: 1.7;
    margin-top: 0.13rem;
    letter-spacing: 0.05em;
    font-size: 0.23rem;
  }
  .section-schedule .list-screening {
    width: 100%;
    margin-left: 0.24rem;
    padding: 0.52rem 0 0.2rem;
  }
  .section-schedule .list-screening .item-screening {
    display: flex;
    margin-bottom: 0.62rem;
  }
  .section-schedule .list-screening .item-screening:last-child {
    margin-bottom: 0.33rem;
  }
  .section-schedule .list-screening .item-screening:after {
    border-left-width: 0.18rem;
    border-right-width: 0.18rem;
    border-top-width: 0.18rem;
    top: calc(100% + .22rem);
    left: 43%;
  }
  .section-schedule .list-screening .name,
  .section-schedule .list-screening .value {
    font-size: 0.28rem;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .section-schedule .list-screening .name {
    width: 1.85rem;
    letter-spacing: 0.2em;
  }

  .is-android .section-schedule .item-text span,
  .is-android .section-schedule .item-title span {
    font-weight: 400;
  }

  .note-cmn {
    padding: 0.68rem 0.25rem 0.27rem;
  }
  .note-cmn .title-note {
    font-size: 0.28rem;
    letter-spacing: 0.25em;
  }
  .note-cmn .text {
    text-align: left;
    margin: 0;
    padding: 0.24rem 0;
    line-height: 1.68;
  }
}
.section-handicapped {
  padding: 210px 0 130px;
}
.section-handicapped .section-inner {
  width: 990px;
  margin: 0 auto;
}
.section-handicapped .page-title .jp {
  font-size: 45px;
  letter-spacing: 0.05em;
}
.section-handicapped .page-title .en {
  font-size: 20px;
  margin-top: 9px;
}
.section-handicapped .list-content {
  margin-top: 100px;
}
.section-handicapped .item-content {
  margin-bottom: 115px;
}
.section-handicapped .item-content:last-child {
  margin-bottom: 49px;
}
.section-handicapped .content-title {
  font-size: 38px;
  color: #74AAF5;
  font-weight: 600;
}
.section-handicapped .text {
  margin-top: 21px;
  font-size: 14.5px;
  color: #111A38;
  font-weight: 600;
  line-height: 2.1;
}
.section-handicapped .img-navi {
  padding: 52px 30px 0;
}
.section-handicapped .img-navi img {
  margin: 0 auto;
}
.section-handicapped .img-sana {
  padding: 17px 30px 0;
}
.section-handicapped .img-sana img {
  margin: 0 auto;
}
.section-handicapped .table-handicapped {
  width: 100%;
  margin-top: 23px;
}
.section-handicapped .table-handicapped tbody {
  border-top: 1px solid #74AAF5;
}
.section-handicapped .table-handicapped tr {
  border-bottom: 1px solid #74AAF5;
}
.section-handicapped .table-handicapped th {
  width: 470px;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  vertical-align: text-top;
  padding: 30px 0 29px;
  letter-spacing: 0.2em;
}
.section-handicapped .table-handicapped td {
  padding: 20px 0 22px 30px;
  font-size: 14.5px;
  color: #333333;
  font-weight: 600;
  vertical-align: text-top;
  line-height: 2.8;
  letter-spacing: 0.05em;
}
.section-handicapped .table-handicapped td span {
  display: inline-block;
  margin-left: auto;
}
.section-handicapped .table-handicapped .item {
  text-indent: 10px;
  position: relative;
  line-height: 3;
}
.section-handicapped .table-handicapped .item:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  left: -3px;
  top: 17px;
}
.section-handicapped .table-handicapped .note {
  display: block;
  text-align: right;
  padding-right: 16px;
}
.section-handicapped .table-handicapped .link {
  display: block;
  color: #74AAF5;
  font-size: 20px;
  line-height: 2;
}
.section-handicapped .note-cmn {
  max-width: 850px;
  margin: 0 auto;
  padding: 48px 48px 44px 62px;
}
.section-handicapped .note-cmn .text {
  margin-top: 12px;
}

@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-handicapped .section-inner {
    width: 100%;
    padding: 0 30px;
  }
  .section-handicapped .table-handicapped th {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .section-handicapped {
    padding: 1.95rem 0 0.75rem;
  }
  .section-handicapped .section-inner {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section-handicapped .page-title .jp {
    font-size: 0.49rem;
    letter-spacing: 0;
  }
  .section-handicapped .page-title .en {
    font-size: 0.21rem;
    margin-top: 0.2rem;
    letter-spacing: 0.2em;
  }
  .section-handicapped .list-content {
    margin-top: 0.5rem;
  }
  .section-handicapped .item-content {
    margin-bottom: 1.3rem;
  }
  .section-handicapped .item-content:last-child {
    margin-bottom: 0.6rem;
  }
  .section-handicapped .content-title {
    font-size: 0.38rem;
  }
  .section-handicapped .text {
    font-size: 0.23rem;
    line-height: 1.67;
  }
  .section-handicapped .img-navi {
    margin: 0.33rem 0 0 0;
    padding: 0;
  }
  .section-handicapped .img-sana {
    margin: 0.15rem 0 0;
    padding: 0;
  }
  .section-handicapped .table-handicapped {
    margin-top: 0.05rem;
  }
  .section-handicapped .table-handicapped th {
    width: 2rem;
    padding: 0.43rem 0 0.29rem;
    letter-spacing: 0.15em;
    font-size: 0.28rem;
  }
  .section-handicapped .table-handicapped td {
    font-size: 0.22rem;
    line-height: 1.9;
    padding: 0.2rem 0 0.43rem 0.3rem;
  }
  .section-handicapped .table-handicapped .item {
    line-height: 1.9;
    text-indent: 0.15rem;
  }
  .section-handicapped .table-handicapped .item:before {
    width: 0.15rem;
    height: 0.15rem;
    left: -0.15rem;
    top: 0.13rem;
  }
  .section-handicapped .table-handicapped .note {
    text-align: left;
    text-indent: -0.12rem;
    padding-bottom: 0.28rem;
  }
  .section-handicapped .table-handicapped .link {
    font-size: 0.28rem;
  }
  .section-handicapped .note-cmn {
    padding: 0.67rem 0.22rem 0.28rem;
  }
  .section-handicapped .note-cmn .text {
    margin-top: 0;
  }
}
.section-faq {
  padding: 210px 0 53px;
}
.section-faq .section-inner {
  width: 850px;
  margin: 0 auto;
}
.section-faq .page-title .jp {
  font-size: 45px;
  letter-spacing: 0.05em;
}
.section-faq .page-title .en {
  font-size: 20px;
  margin-top: 9px;
}
.section-faq .intro {
  margin-top: 48px;
  font-size: 14.5px;
  color: #111A38;
  text-align: center;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.section-faq .list-faq {
  margin-top: 95px;
}
.section-faq .item-faq {
  margin-bottom: 80px;
}
.section-faq .item-title {
  padding: 15px 0;
  letter-spacing: 0.25em;
  font-size: 26px;
  background: #74AAF5;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.section-faq .accordion {
  font-weight: 600;
  margin-top: 20px;
  border-top: 1px solid #74AAF5;
}
.section-faq .parent {
  border-bottom: 1px solid #74AAF5;
}
.section-faq .label {
  font-size: 18px;
  color: #152448;
  padding: 31px 60px 32px 87px;
  position: relative;
}
.section-faq .label:before {
  content: "Q";
  font-size: 43px;
  color: #74AAF5;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.section-faq .label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30.5px;
  background: url("../img/common/ico_faq_open.png") center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.section-faq .child {
  font-size: 14.5px;
  color: #111A38;
  background: #E3EEFD;
  padding: 33px 30px 33px 85px;
  line-height: 1.8;
  position: relative;
}
.section-faq .child:before {
  content: "A";
  font-size: 43px;
  color: #E60012;
  position: absolute;
  top: 20px;
  left: 25px;
}
.section-faq .accordion,
.section-faq .accordion ul {
  list-style: none;
}
.section-faq .parent.opened .label:after {
  background-image: url("../img/common/ico_faq_close.png");
}
.section-faq .accordion .child {
  display: none;
}
.section-faq .accordion .child a {
  display: inline-block;
  line-height: 1.4;
  color: #74AAF5;
  border-bottom: 1px solid;
}
.section-faq .accordion .child a:before {
  content: ">";
  display: inline-block;
  margin-right: 4px;
}
.section-faq .accordion .child a:hover {
  border-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-faq .label {
    cursor: pointer;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-faq .item-title {
    padding: 18px 0 12px;
  }
  .section-faq .label {
    padding-top: 36px;
  }
  .section-faq .label::before {
    top: 55%;
  }
  .section-faq .child:before {
    top: 25px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .section-faq .section-inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq {
    padding: 1.95rem 0 0.65rem;
  }
  .section-faq .section-inner {
    width: 100%;
    padding: 0 0.24rem;
  }
  .section-faq .page-title .jp {
    font-size: 0.49rem;
    letter-spacing: 0;
  }
  .section-faq .page-title .en {
    font-size: 0.21rem;
    margin-top: 0.2rem;
    letter-spacing: 0.2em;
  }
  .section-faq .list-faq {
    margin-top: 0.75rem;
  }
  .section-faq .item-faq {
    margin-bottom: 80px;
  }
  .section-faq .item-title {
    padding: 0.12rem 0;
    font-size: 0.26rem;
  }
  .section-faq .label,
  .section-faq .child {
    font-size: 0.23rem;
  }
  .section-faq .label:before,
  .section-faq .child:before {
    font-size: 0.43rem;
    left: 0.3rem;
    transform: none;
    top: 0.12rem;
  }
  .section-faq .label {
    padding: 0.3rem 0.7rem 0.25rem 0.96rem;
    letter-spacing: 0.15em;
    line-height: 1.7;
  }
  .section-faq .label:after {
    right: 0.27rem;
    width: 0.3rem;
    height: 0.35rem;
  }
  .section-faq .child {
    padding: 0.32rem 0.26rem 0.38rem 0.9rem;
    line-height: 1.69;
    text-align: justify;
  }
  .section-faq .child:before {
    top: 0.23rem;
    left: 0.32rem;
  }
}
.title-common {
  border-bottom: 2px solid #74aaf5;
}

@media print, (min-width: 768px) {
  .title-common {
    padding-bottom: 15px;
    padding-left: 7px;
  }

  .wrapper-career {
    max-width: 1060px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-common {
    padding-bottom: 0.15rem;
  }

  .wrapper-career {
    padding-left: 0.47rem;
    padding-right: 0.47rem;
  }
}
.section-career-keyvisual .keyvisual-title {
  color: #111A38;
  text-align: center;
  font-weight: 600;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-career-keyvisual .keyvisual-title .jp {
  line-height: 1;
}
.section-career-keyvisual .keyvisual-title .en {
  font-weight: 500;
  line-height: 1.7;
  display: block;
  letter-spacing: 0.25em;
}

@media print, (min-width: 768px) {
  .section-career-keyvisual {
    min-height: 114vh;
    background: url("../img/career/keyvisual_bg.jpg") center/cover no-repeat;
  }
  .is-mac .section-career-keyvisual {
    min-height: 110vh;
  }
  .section-career-keyvisual .keyvisual-title {
    min-width: 526px;
    padding: 47px 0;
  }
  .section-career-keyvisual .keyvisual-title .jp {
    font-size: 47px;
  }
  .section-career-keyvisual .keyvisual-title .en {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-career-keyvisual {
    min-height: 8.4rem;
    background: url("../img/career/keyvisual_bg.jpg") center left -3.3rem/cover no-repeat;
  }
  .is-firefox .section-career-keyvisual {
    min-height: 7.6rem;
  }
  .section-career-keyvisual .keyvisual-title {
    min-width: 5.26rem;
    padding: 0.3rem 0;
  }
  .section-career-keyvisual .keyvisual-title .jp {
    font-size: 0.49rem;
  }
  .section-career-keyvisual .keyvisual-title .en {
    font-size: 0.21rem;
    margin-top: 0.19rem;
  }
}
.section-career-description {
  font-weight: 600;
  letter-spacing: 0.08em;
}
.section-career-description .description-list {
  letter-spacing: 0.06em;
}
.is-mac .section-career-description .description-list {
  letter-spacing: 0.09em;
}
.section-career-description .description-list .is-link {
  color: #74aaf5;
  text-decoration: underline;
}
.section-career-description .description-list .is-link:hover {
  text-decoration: none;
}
.section-career-description .list-method li:before {
  content: "";
  background: #000;
  display: inline-block;
  position: relative;
}

@media print, (min-width: 768px) {
  .section-career-description {
    padding: 86px 0 100px;
    font-size: 14.5px;
  }
  .section-career-description .description-introduce {
    margin-bottom: 33px;
    line-height: 2;
  }
  .section-career-description .title-common {
    margin: 78px 0 39px;
  }
  .section-career-description .description-list {
    padding-left: 6px;
    line-height: 1.7;
  }
  .section-career-description .description-list .list-content {
    margin-bottom: 23px;
  }
  .section-career-description .list-method {
    margin: 1px 0 27px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .section-career-description .list-method li {
    margin-bottom: 2px;
  }
  .section-career-description .list-method li::before {
    width: 13px;
    height: 13px;
    margin-right: 3px;
    bottom: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .section-career-description {
    font-size: 0.22rem;
    padding: 0.86rem 0 0.68rem;
  }
  .section-career-description .description-introduce {
    margin-bottom: 0.29rem;
    line-height: 1.8;
  }
  .section-career-description .title-common {
    margin: 0.68rem 0 0.32rem;
  }
  .section-career-description .title-common img {
    width: 3.89rem;
    height: 0.42rem;
  }
  .section-career-description .description-list {
    line-height: 1.8;
  }
  .section-career-description .description-list .list-content {
    margin-bottom: 0.42rem;
  }
  .section-career-description .list-method {
    margin-bottom: 0.43rem;
    padding-left: 0.03rem;
  }
  .is-iphone.is-safari .section-career-description .list-method {
    letter-spacing: 0.05em;
  }
  .section-career-description .list-method li {
    margin-bottom: 0.02rem;
  }
  .section-career-description .list-method li::before {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.06rem;
    bottom: -0.02rem;
  }
}
.section-career-requirements .requirements-table th {
  vertical-align: top;
}
.section-career-requirements .requirements-table th, .section-career-requirements .requirements-table td {
  font-weight: 600;
}
.section-career-requirements .requirements-table tr {
  color: #333;
  border-bottom: 1px solid #74aaf5;
}
.section-career-requirements .requirements-table tr:last-child {
  border: none;
}
.section-career-requirements .item-square li:before {
  content: "";
  background: #000;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .section-career-requirements {
    padding-bottom: 39px;
  }
  .section-career-requirements .requirements-table {
    letter-spacing: 0.11em;
    line-height: 1.7;
  }
  .section-career-requirements .requirements-table th {
    width: 243px;
    font-size: 22px;
    line-height: 2;
    padding: 35px 8px;
    letter-spacing: 0.25em;
  }
  .section-career-requirements .requirements-table td {
    padding: 43px 0 43px 8px;
    font-size: 14.5px;
    letter-spacing: 0.15em;
  }
  .section-career-requirements .table-item > li:not(:last-child) {
    margin-bottom: 23px;
  }
  .section-career-requirements .item-square {
    padding-left: 6px;
  }
  .section-career-requirements .item-square li:not(:last-child) {
    margin-bottom: 25px;
  }
  .section-career-requirements .item-square li:before {
    width: 13px;
    height: 13px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .section-career-requirements {
    padding-bottom: 0.12rem;
  }
  .section-career-requirements .title-common img {
    width: 1.8rem;
    height: 0.42rem;
  }
  .section-career-requirements .requirements-table {
    line-height: 1.8;
  }
  .section-career-requirements .requirements-table th {
    width: 1.66rem;
    font-size: 0.22rem;
    line-height: 1.6;
    letter-spacing: 0.25em;
    padding: 0.35rem 0 0.35rem 0.07rem;
  }
  .section-career-requirements .requirements-table td {
    font-size: 0.22rem;
    padding: 0.39rem 0 0.35rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .is-iphone.is-safari .section-career-requirements .requirements-table td {
    letter-spacing: 0.025em;
  }
  .section-career-requirements .table-item > li:not(:last-child) {
    margin-bottom: 0.31rem;
  }
  .section-career-requirements .item-text,
  .section-career-requirements .item-content {
    font-size: 0.22rem;
  }
  .section-career-requirements .item-list {
    margin-top: -0.07rem;
    letter-spacing: 0;
  }
  .section-career-requirements .item-list li {
    margin-top: -0.04rem;
  }
  .section-career-requirements .item-square {
    padding-left: 0.06rem;
  }
  .is-android .section-career-requirements .item-square {
    letter-spacing: 0.06em;
  }
  .section-career-requirements .item-square li:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .section-career-requirements .item-square li:before {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
  }
}
.section-career-process {
  font-weight: 600;
}
.section-career-process .process-list .process-title {
  color: #0071bc;
}
.section-career-process .process-list .process-title.is-white {
  color: #fff;
}
.section-career-process .process-list li {
  position: relative;
}
.section-career-process .process-list li:nth-child(1) {
  background: #d5e5fc;
}
.section-career-process .process-list li:nth-child(2) {
  background: #b9d4fa;
}
.section-career-process .process-list li:nth-child(3) {
  background: #9ec3f8;
}
.section-career-process .process-list li:nth-child(4) {
  background: #0071bc;
  color: #fff;
}
.section-career-process .process-list li::after {
  content: "";
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-career-process {
    padding-bottom: 30px;
  }
  .section-career-process .title-common {
    padding-bottom: 31px;
    margin-bottom: 41px;
  }
  .section-career-process .process-list li {
    display: flex;
    align-items: center;
    padding: 27px 50px;
    margin-bottom: 62px;
    min-height: 139px;
  }
  .section-career-process .process-list li::after {
    bottom: -45px;
    left: 46%;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 26px solid #74aaf5;
  }
  .section-career-process .process-list li:last-child {
    padding: 50px;
  }
  .section-career-process .process-list li:last-child::after {
    border: none;
  }
  .section-career-process .process-title {
    width: 205px;
    font-size: 35px;
    padding-top: 4px;
  }
  .section-career-process .process-content {
    width: calc(100% - 205px);
    font-size: 14.5px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .iPad .section-career-process .process-content {
    letter-spacing: 0.034em;
  }
}
@media only screen and (max-width: 767px) {
  .section-career-process {
    padding-bottom: 0.26rem;
  }
  .section-career-process .title-common {
    margin-bottom: 0.5rem;
  }
  .section-career-process .title-common img {
    height: 0.42rem;
    width: 2.44rem;
  }
  .section-career-process .process-list li {
    margin-bottom: 0.72rem;
  }
  .section-career-process .process-list li::after {
    bottom: -0.55rem;
    left: 3.04rem;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.37rem solid #74aaf5;
  }
  .section-career-process .process-list li:nth-child(1) {
    padding: 0.24rem 0.4rem 0.42rem;
  }
  .section-career-process .process-list li:nth-child(2), .section-career-process .process-list li:nth-child(3) {
    padding: 0.18rem 0.4rem 0.23rem;
  }
  .section-career-process .process-list li:last-child {
    padding: 0.36rem 0.45rem 0.3rem;
    margin-bottom: 0.47rem;
  }
  .section-career-process .process-list li:last-child::after {
    border: none;
    border-bottom: 1px solid #74aaf5;
    width: 100%;
    left: 0;
    bottom: -0.46rem;
  }
  .section-career-process .process-title {
    text-align: center;
    font-size: 0.35rem;
  }
  .section-career-process .process-title {
    margin-bottom: 0.38rem;
  }
  .section-career-process .process-title.is-white {
    margin-bottom: 0.24rem;
  }
  .section-career-process .process-content {
    font-size: 0.22rem;
    line-height: 1.8;
  }
}
.section-career-contact {
  font-weight: 600;
}
.section-career-contact .contact-inner {
  border: 1px solid #74aaf5;
}
.section-career-contact .title-common {
  border: none;
}
.section-career-contact .contact-information img {
  margin: 0 auto;
}
.section-career-contact .contact-description,
.section-career-contact .contact-text {
  letter-spacing: 0.06em;
}
.section-career-contact .contact-description .is-safari,
.section-career-contact .contact-text .is-safari {
  letter-spacing: 0.07em;
}
.section-career-contact .contact-handle {
  background: #e3eefd;
  position: relative;
}
.section-career-contact .contact-handle::after {
  content: "";
  border-bottom: 1px solid #74aaf5;
  position: absolute;
  display: inline-block;
}
.section-career-contact .contact-title {
  color: #74aaf5;
}
.section-career-contact .contact-table th,
.section-career-contact .contact-table td {
  text-align: center;
  font-weight: 600;
}
.section-career-contact .contact-table th:last-child,
.section-career-contact .contact-table td:last-child {
  border: none;
}
.section-career-contact .contact-table th {
  background: #74aaf5;
  color: #fff;
  letter-spacing: 0.12em;
}
.section-career-contact .contact-table td {
  background: #fff;
}
.section-career-contact .table-body tr,
.section-career-contact .table-header tr {
  border: 1px solid #74aaf5;
}
.section-career-contact .publication-date {
  text-align: right;
  letter-spacing: 0.02em;
}

@media print, (min-width: 768px) {
  .section-career-contact {
    font-size: 14.5px;
    padding-bottom: 104px;
  }
  .section-career-contact .contact-inner {
    padding: 46px 33px 48px;
    margin-bottom: 70px;
  }
  .section-career-contact .contact-inner .contac-description {
    padding-left: 12px;
  }
  .section-career-contact .title-common {
    margin-bottom: 24px;
    padding-left: 0;
  }
  .section-career-contact .contact-description {
    margin-bottom: 69px;
    padding-left: 6px;
    line-height: 1.7;
  }
  .section-career-contact .contact-handle {
    max-width: 847px;
  }
  .section-career-contact .contact-handle {
    padding: 48px 57px 50px;
    margin: 0 auto 178px;
  }
  .section-career-contact .contact-handle .contact-title {
    margin-bottom: 13px;
  }
  .section-career-contact .contact-handle::after {
    left: -75px;
    bottom: -100px;
    width: 1000px;
  }
  .section-career-contact .contact-text {
    line-height: 2;
  }
  .section-career-contact .contact-ratio .contact-title {
    margin-bottom: 35px;
    padding-left: 9px;
  }
  .section-career-contact .contact-title {
    font-size: 23px;
    letter-spacing: 0.17em;
  }
  .section-career-contact .contact-table {
    margin: 0 auto 12px;
  }
  .section-career-contact .contact-table th,
  .section-career-contact .contact-table td {
    border-right: 2px solid #e3eefd;
  }
  .section-career-contact .contact-table th {
    font-size: 17px;
    width: 176px;
    padding: 7px;
  }
  .section-career-contact .contact-table th:first-child {
    width: 206px;
  }
  .section-career-contact .contact-table td {
    font-size: 18px;
    padding: 29px 5px;
  }
  .section-career-contact .table-body tr,
  .section-career-contact .table-header tr {
    border-top: none;
  }
  .section-career-contact .table-header tr {
    border-bottom: none;
  }
  .section-career-contact .item-ratio {
    font-size: 30px;
  }
  .section-career-contact .item-ratio span {
    font-size: 15px;
  }
  .section-career-contact .publication-date {
    font-size: 13px;
    margin: 0 auto;
    max-width: 732px;
  }
}
@media only screen and (max-width: 767px) {
  .section-career-contact {
    font-size: 0.22rem;
    padding-bottom: 1.04rem;
  }
  .section-career-contact .contact-inner {
    padding: 0.55rem 0.43rem 0.44rem;
    margin-bottom: 0.66rem;
  }
  .section-career-contact .contact-inner:not(.contact-ratio) .title-common {
    width: 3.1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-career-contact .title-common {
    margin-bottom: 0.28rem;
  }
  .section-career-contact .title-common img {
    width: 100%;
    height: auto;
  }
  .section-career-contact .contact-information img {
    width: 5.66rem;
    height: 1.77rem;
  }
  .section-career-contact .contact-description {
    margin-bottom: 0.79rem;
    line-height: 2;
  }
  .section-career-contact .contact-text {
    line-height: 1.7;
  }
  .section-career-contact .contact-handle {
    padding: 0.65rem 0.57rem 0.7rem;
  }
  .section-career-contact .contact-handle {
    margin: 0 auto 0.79rem;
  }
  .section-career-contact .contact-handle .contact-title {
    margin-bottom: 0.23rem;
  }
  .section-career-contact .contact-handle::after {
    left: 0;
    bottom: -0.43rem;
    width: 100%;
  }
  .section-career-contact .contact-ratio {
    margin: 0 auto;
  }
  .section-career-contact .contact-ratio .title-common {
    width: 5rem;
  }
  .section-career-contact .contact-title {
    font-size: 0.28rem;
    letter-spacing: 0.28em;
  }
  .section-career-contact .contact-table {
    font-size: 0.3rem;
    margin-bottom: 0.12rem;
    display: flex;
    letter-spacing: 0.1em;
  }
  .section-career-contact .contact-table th,
  .section-career-contact .contact-table td {
    border-bottom: 0.02rem solid #e3eefd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.61rem;
  }
  .section-career-contact .contact-table th {
    font-size: 0.3rem;
    width: 100%;
    padding: 0.07rem;
  }
  .section-career-contact .contact-table tr {
    display: flex;
    flex-direction: column;
  }
  .section-career-contact .table-header th:first-child,
  .section-career-contact .table-body td:first-child {
    height: 1.29rem;
  }
  .section-career-contact .table-header {
    width: 2.22rem;
  }
  .section-career-contact .table-header tr {
    border-left: none;
    border-right: none;
  }
  .section-career-contact .table-body {
    width: calc(100% - 2.22rem);
  }
  .section-career-contact .table-body tr {
    border-left: none;
  }
  .section-career-contact .table-body td {
    padding: 0 0.1rem;
  }
  .section-career-contact .item-ratio {
    font-size: 0.38rem;
  }
  .section-career-contact .item-ratio span {
    font-size: 0.23rem;
  }
}
.section-coming-soon .text {
  background-color: #d5e5fc;
  color: #0071bc;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.25em;
}

@media print, (min-width: 768px) {
  .section-coming-soon {
    padding: 86px 0 100px;
  }
  .section-coming-soon .text {
    font-size: 22px;
    padding: 27px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-coming-soon {
    padding: 0.86rem 0 0.68rem;
  }
  .section-coming-soon .text {
    font-size: 0.22rem;
    padding: 0.35rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
