.jpFont {
  font-family: 'Noto Sans JP', sans-serif
}
.enFont, .topNews .inner h1 span, .topAbout .inner .txtBox h1 span, .topWork .inner .txtBox h1 span, .interview .inner h1 span, .topTW h1 span, .topRecruit .inner .txtBox .ttl h1 span, .topRequirement .inner .txtBox h1 span, .entryArea .inner h1, .ttl__basic span {
  font-family: 'Marcellus', serif
}
.enFont02, .interview .inner ul.list li .profTxt h2 span {
  font-family: 'Poppins', sans-serif
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
address, em {
  font-style: normal
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: normal;
  text-align: left
}
legend {
  display: none
}
img, fieldset {
  border: 0
}
li {
  list-style-type: none
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0
}
html {
  overflow-y: scroll
}
body, button, input, select, textarea {
  font-family: 'Noto Sans JP', sans-serif
}
button, input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  appearance: none
}
object, embed {
  vertical-align: top
}
img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden
}
a {
  color: #E88585;
  text-decoration: underline
}
a:hover {
  text-decoration: none
}
a > img {
  transition: opacity .3s ease-out
}
a > img:hover {
  opacity: .6
}
#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0
}
#loader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.loaderIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid #ccc;
  border-right: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid #004F8A;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.5s infinite linear;
  animation: load8 1.5s infinite linear
}
.loaderIcon::after {
  border-radius: 50%;
  width: 30px;
  height: 30px
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
* {
  box-sizing: border-box;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
html {
  font-size: 62.5%
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #393634;
  text-align: justify;
  z-index: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
header {
  background: #fff;
  padding: 0 30px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: bacground .3s, padding .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
header.scroll {
  background: rgba(255, 255, 255, 0.9)
}
header.scroll .headerL .logo .logoSvg {
  fill: #0F3675
}
header.scroll .headerL .logo .pink {
  fill: #D6007F
}
header.scroll .headerL .logo .svgTxt {
  color: #004F8A !important;
  border: 1px solid #004F8A !important
}
header .headerL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10000;
  margin-right: 20px
}
header .headerL .logo {
  text-decoration: none;
  transition-duration: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  position: relative
}
header .headerL .logo img {
  transition-duration: .3s;
  margin-right: 20px
}
header .headerL .logo .txt {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004F8A;
  padding: 5px 10px 6px;
  line-height: 1;
  border: 1px solid #004F8A
}
header .headerL .logo:hover {
  opacity: .6
}
header .headerR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .headerR ul.bntArea {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  z-index: 100000
}
header .headerR ul.bntArea li {
  min-width: 190px;
  height: 56px
}
header .headerR ul.bntArea li:not(:last-child) {
  margin-right: 10px
}
header .headerR ul.bntArea li a {
  font-size: 1.6rem;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px 10px 30px;
  flex-direction: column;
  text-align: center
}
header .headerR ul.bntArea li a span {
  font-size: 1.2rem
}
header .headerR ul.bntArea li a::before {
  right: 10px
}
header .headerR ul.bntArea li a::after {
  right: 12px
}
.hamburger {
  width: 56px;
  min-width: 56px;
  height: 56px;
  z-index: 10000;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  background: #004F8A;
  display: inline-block;
  border-radius: 100px
}
.hamburger:hover {
  opacity: .6
}
.hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  right: 24px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.hamburger .line {
  position: absolute;
  right: 16px;
  top: 18px;
  height: 20px;
  width: 24px
}
.hamburger .line span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  right: 24px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.hamburger .line span:nth-child(1) {
  top: 0;
  right: 0
}
.hamburger .line span:nth-child(2) {
  top: 9px;
  right: 0
}
.hamburger .line span:nth-child(3) {
  bottom: 0;
  right: 0
}
.hamburger.active span:nth-child(1) {
  top: 10px;
  left: calc(50% - 12px);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}
nav.globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 5vh 10vw;
  transition: all 0.6s;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../img/menu_bg.jpg") no-repeat top center/cover
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  nav.globalMenu nav.globalMenu {
    background-image: url("../img/menu_bg@2x.jpg")
  }
}
nav.globalMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial
}
nav.globalMenu ul.menu {
  padding: 0;
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
nav.globalMenu ul.menu > li {
  padding: 0;
  margin: 0
}
nav.globalMenu ul.menu > li li {
  margin-bottom: 40px
}
nav.globalMenu ul.menu > li li.ac span {
  color: #E88585
}
nav.globalMenu ul.menu > li li a {
  font-size: 1.7rem;
  display: inline-block;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  color: #393634
}
nav.globalMenu ul.menu > li li a:hover {
  opacity: .6
}
nav.globalMenu ul.menu > li li .outLink {
  color: #004F8A
}
nav.globalMenu ul.menu > li .btnBox {
  width: 100%
}
nav.globalMenu ul.menu > li .btnBox a {
  color: #fff;
  padding: 12px 60px 12px 30px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.3
}
nav.globalMenu ul.menu > li .btnBox a span {
  font-size: 1.4rem
}
nav.globalMenu ul.menu > li:not(:nth-child(5n)) {
  margin-right: 30px
}
nav.globalMenu ul.menu a {
  text-decoration: none;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}
nav.globalMenu ul.menu .subMenu {
  margin-top: 5px
}
nav.globalMenu ul.menu .subMenu li {
  margin: 0
}
nav.globalMenu ul.menu .subMenu li a {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  line-height: 1.4
}
nav.globalMenu ul.menu .subMenu li a::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #393634;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0
}
nav.globalMenu ul.menu .subMenu li a span {
  font-size: 1.2rem;
  color: #393634;
  border: none
}
nav.globalMenu ul.menu .subMenu li:not(:first-child) {
  margin-top: 5px !important
}
nav.globalMenu ul.menu .subMenu li.ac a {
  color: #E88585
}
nav.globalMenu ul.menu .subMenu li.ac a span {
  color: #E88585
}
.fixBtn {
  display: none
}
.pagetop {
  background: #004F8A;
  border-radius: 8px;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  border: 1px solid #fff
}
.pagetop a {
  display: inline-block;
  transition: .3s;
  width: 52px;
  height: 52px
}
.pagetop a:hover {
  opacity: .6
}
.pagetop a span {
  display: block;
  position: absolute;
  top: 24%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 9px solid transparent;
  border-bottom: 15px solid #fff;
  left: calc(50% - 8px)
}
footer {
  padding: 80px 0 0
}
footer .inner {
  max-width: calc(1440px + 10vw)
}
footer .inner .footerT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}
footer .inner .footerT .txtBox {
  padding-right: 2vw
}
footer .inner .footerT .txtBox address {
  font-size: 1.4rem;
  margin-bottom: 40px
}
footer .inner .footerT .txtBox .logo {
  width: 300px
}
footer .inner .footerT .txtBox .infoSns li:not(:last-child) {
  margin-bottom: 5px
}
footer .inner .footerT .txtBox .infoSns li a {
  color: #004F8A !important;
  text-decoration: none;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  padding-left: 5px;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 28px;
  letter-spacing: 0.03em
}
footer .inner .footerT .txtBox .infoSns li a:hover {
  opacity: .6
}
footer .inner .footerT .txtBox .infoSns__line a {
  background: url("../img/i_line.svg") no-repeat center left
}
footer .inner .footerT .txtBox .infoSns__x a {
  background: url("../img/i_x.svg") no-repeat center left
}
footer .inner .footerT .txtBox .infoSns__insta a {
  background: url("../img/i_insta.svg") no-repeat center left
}
footer .inner .footerT .txtBox .infoSns__youtube a {
  background: url("../img/i_youtube.svg") no-repeat center left
}
footer .inner .footerT .txtBox .infoSns__plazaSD a {
  background: url("../img/i_logo.svg") no-repeat center left
}
footer .inner .footerT .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  border-left: 1px solid #D9D9E0;
  padding-left: 3vw
}
footer .inner .footerT .menu > ul {
  width: 33%;
  margin-bottom: 0
}
footer .inner .footerT .menu > ul > li {
  margin-bottom: 40px
}
footer .inner .footerT .menu > ul > li > a {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #393634;
  transition: .3s
}
footer .inner .footerT .menu > ul > li > a:hover {
  opacity: .6
}
footer .inner .footerT .menu > ul > li .readMore {
  color: #fff;
  padding: 12px 45px 12px 45px;
  border-radius: 50px;
  width: 100%
}
footer .inner .footerT .menu > ul > li .readMore span {
  font-size: 1.4rem
}
footer .footerB {
  background: #004F8A;
  padding: 20px 0
}
footer .footerB .inner {
  max-width: calc(1440px + 10vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
footer .footerB .inner .copy {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2
}
footer .footerB .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 0 0
}
footer .footerB .inner ul li:first-child {
  margin-right: 1vw
}
footer .footerB .inner ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}
footer .footerB .inner ul li a:hover {
  opacity: .6
}
@media screen and (max-width: 1400px) {
  header .headerR ul.bntArea {
    display: none
  }
  nav.globalMenu {
    padding: 5vh 5vw
  }
  nav.globalMenu ul.menu > li {
    width: 24%
  }
  footer {
    padding-bottom: 80px
  }
  .fixBtn {
    display: block;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    box-shadow: 0px -5px 17px 0px rgba(159, 159, 159, 0.1)
  }
  .fixBtn ul.btnX3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .fixBtn ul.btnX3 li {
    width: 30%;
    margin-right: 1vw
  }
  .fixBtn ul.btnX3 li a {
    padding: 10px;
    width: 100%;
    line-height: 1.4;
    font-size: 1.4rem
  }
  .fixBtn ul.btnX3 li a br {
    display: none
  }
  .pagetop {
    bottom: 140px
  }
}
@media screen and (max-width: 834px) {
  html {
    min-width: inherit;
    height: -webkit-fill-available
  }
  header {
    padding: 10px 20px;
    height: 80px
  }
  header .headerL .logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
  }
  header .headerL .logo img {
    width: 70%;
    margin: 0 20px 5px 0
  }
  header .headerL .logo .txt {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    padding: 5px 5px 6px
  }
  header .headerR ul.bntArea {
    display: none
  }
  .hamburger {
    min-width: 50px
  }
  .hamburger p {
    display: none
  }
  .hamburger .line {
    right: 16px;
    top: 17px
  }
  .hamburger .line span:nth-child(1) {
    top: 0;
    right: 0
  }
  .hamburger .line span:nth-child(2) {
    top: 9px;
    right: 0
  }
  .hamburger .line span:nth-child(3) {
    bottom: 0;
    right: 0
  }
  .hamburger.active span:nth-child(1) {
    top: 9px;
    left: calc(50% - 12px)
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 9px
  }
  nav.globalMenu ul.menu {
    height: auto;
    padding: 0;
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0
  }
  nav.globalMenu ul.menu > li {
    padding: 0;
    margin: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  nav.globalMenu ul.menu > li li {
    margin-bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc
  }
  nav.globalMenu ul.menu > li li a {
    font-size: 1.4rem
  }
  nav.globalMenu ul.menu > li .btnBox {
    display: none
  }
  nav.globalMenu ul.menu > li:not(:nth-child(5n)) {
    margin-right: 0 !important
  }
  nav.globalMenu ul.menu .subMenu {
    width: 100%;
    height: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    visibility: visible !important;
    opacity: 1 !important;
    position: static;
    box-shadow: none;
    transform: none;
    margin-top: 0 !important
  }
  nav.globalMenu ul.menu .subMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  nav.globalMenu ul.menu .subMenu ul li {
    text-align: left;
    border-top: none;
    padding: 0;
    width: 100%
  }
  nav.globalMenu ul.menu .subMenu ul li:not(:first-child) {
    margin-top: 0 !important
  }
  nav.globalMenu ul.menu .subMenu ul li:not(:last-of-type) {
    border-bottom: none;
    margin-top: 5px !important
  }
  nav.globalMenu ul.menu .subMenu ul li a {
    font-size: 1.2rem !important;
    height: auto;
    text-decoration: none;
    transition-duration: .3s
  }
  nav.globalMenu ul.menu .subMenu ul li a::before {
    top: 8px !important
  }
  nav.globalMenu ul.menu ul > li.hasChild {
    position: relative
  }
  nav.globalMenu ul.menu ul > li.hasChild:hover {
    box-shadow: none
  }
  nav.globalMenu ul.menu ul > li.hasChild:hover .subMenu {
    visibility: hidden;
    opacity: 0
  }
  nav.globalMenu ul.menu ul > li.hasChild .nav__arrow {
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0
  }
  nav.globalMenu ul.menu ul > li.hasChild .nav__arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #393634;
    border-top: 1px solid #393634;
    display: inline-block;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition-duration: .3s
  }
  nav.globalMenu ul.menu ul > li.hasChild .nav__arrow.ac::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  nav.globalMenu ul.menu ul > li.hasChild .nav__arrow.ac ~ .subMenu {
    height: auto;
    padding: 0 0 0 0;
    border-left: 0
  }
  .fixBtn {
    padding: 10px 0
  }
  .fixBtn ul.btnX3 li {
    width: 30%;
    margin-right: 1vw
  }
  .fixBtn ul.btnX3 li a {
    font-size: 1.1rem;
    min-width: auto !important;
    padding: 10px;
    width: 100% !important;
    line-height: 1.2
  }
  .fixBtn ul.btnX3 li a::before {
    content: none
  }
  .fixBtn ul.btnX3 li a::after {
    content: none
  }
  .fixBtn ul.btnX3 li a br {
    display: block
  }
  .pagetop {
    bottom: 80px
  }
  .pagetop a {
    width: 42px;
    height: 42px
  }
  .pagetop a span {
    left: calc(50% - 8px)
  }
  footer {
    padding: 30px 0 70px
  }
  footer .inner {
    max-width: 90vw
  }
  footer .inner .footerT {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
  footer .inner .footerT .txtBox {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
    width: 100%
  }
  footer .inner .footerT .txtBox .logo {
    text-align: center;
    width: 100%;
    margin-bottom: 10px
  }
  footer .inner .footerT .txtBox .logo img {
    width: 70%
  }
  footer .inner .footerT .txtBox address {
    margin-bottom: 15px;
    text-align: center
  }
  footer .inner .footerT .txtBox .infoSns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  footer .inner .footerT .txtBox .infoSns ul li:not(:last-child) {
    margin-bottom: 10px;
    width: 50%
  }
  footer .inner .footerT .txtBox .infoSns ul li:nth-child(odd) {
    border-right: 1px solid #ccc
  }
  footer .inner .footerT .txtBox .infoSns ul li:last-child {
    width: 100%;
    border: none !important
  }
  footer .inner .footerT .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-left: none;
    padding-left: 0
  }
  footer .inner .footerT .menu > ul {
    width: 100%;
    margin-bottom: 0;
    text-align: center
  }
  footer .inner .footerT .menu > ul > li {
    margin-bottom: 10px
  }
  footer .inner .footerT .menu > ul > li .subMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  footer .inner .footerT .menu > ul > li .subMenu ul li {
    width: 48%
  }
  footer .inner .footerT .menu > ul > li .readMore {
    font-size: 1.4rem
  }
  footer .inner .footerT .menu > ul > li .readMore span {
    font-size: 1.4rem
  }
  footer .footerB {
    padding: 10px 0
  }
  footer .footerB .inner {
    max-width: 90vw;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  footer .footerB .inner .copy {
    font-size: 1.2rem
  }
  footer .footerB .inner ul li:first-child {
    margin-right: 5vw
  }
}
p:not(:last-child), ul:not(:last-child), ol:not(:last-child), figure:not(:last-child), table:not(:last-child) {
  margin-bottom: 30px
}
.inner {
  max-width: calc(1200px + 10vw);
  width: 100%;
  padding: 0 5vw;
  margin: auto
}
.inner__s {
  max-width: calc(960px + 10vw);
  width: 100%;
  padding: 0 5vw;
  margin: auto
}
.pcBr {
  display: block
}
.spBr {
  display: none
}
.x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.x2 > * {
  width: calc((100% - 20px) / 2)
}
.x2 > *:not(:nth-child(even)) {
  margin-right: 20px
}
.x2 > *:nth-child(n+3) {
  margin-top: 20px
}
@media screen and (max-width: 834px) {
  .x2 > * {
    width: 100%
  }
  .x2 > *:nth-child(n) {
    margin-right: 0
  }
  .x2 > *:nth-child(n+2) {
    margin-top: 20px
  }
}
.x2 figure img {
  width: 100%
}
.x3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.x3 > * {
  width: calc((100% - 40px) / 3)
}
.x3 > *:not(:nth-child(3n)) {
  margin-right: 20px
}
.x3 > *:nth-child(n+4) {
  margin-top: 40px
}
@media screen and (max-width: 834px) {
  .x3 > * {
    width: calc((100% - 20px) / 2)
  }
  .x3 > *:nth-child(n) {
    margin-right: 0
  }
  .x3 > *:nth-child(odd) {
    margin-right: 20px
  }
  .x3 > *:nth-child(n+3) {
    margin-top: 30px
  }
}
@media screen and (max-width: 600px) {
  .x3 > * {
    width: 100%
  }
  .x3 > *:nth-child(n) {
    margin-right: 0
  }
  .x3 > *:nth-child(n+2) {
    margin-top: 30px
  }
}
.x3 figure img {
  width: 100%
}
.alignL {
  text-align: left !important
}
.alignC {
  text-align: center !important
}
.alignR {
  text-align: right !important
}
.fs__14 {
  font-size: 1.4rem !important
}
.fs__18 {
  font-size: 1.8rem !important
}
.fs__large {
  font-size: 2rem !important;
  line-height: 2.4 !important
}
.mt__0 {
  margin-top: 0 !important
}
.mb__0 {
  margin-bottom: 0 !important
}
.mb__10 {
  margin-bottom: 10px !important
}
.mb__20 {
  margin-bottom: 20px !important
}
.mb__40 {
  margin-bottom: 40px !important
}
.mb__60 {
  margin-bottom: 60px !important
}
.ml__0 {
  margin-left: 0 !important
}
.pt__0 {
  padding-top: 0 !important
}
.pb__0 {
  padding-bottom: 0 !important
}
.pb__10 {
  padding-bottom: 10px !important
}
.pb__20 {
  padding-bottom: 20px !important
}
ol {
  padding-left: 20px
}
ol > li {
  list-style-type: disc
}
ol > li:not(:last-child) {
  margin-bottom: 10px
}
ol.decimal {
  padding-left: 20px
}
ol.decimal > li {
  list-style-type: decimal
}
.outLink::after {
  content: "";
  background: url("../img/i_outlink.svg") no-repeat right;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px
}
.outLinkWhite::after {
  content: "";
  background: url("../img/i_outlink_white.svg") no-repeat right;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px
}
.outLinkPink::after {
  content: "";
  background: url("../img/i_outlink_pink.svg") no-repeat right;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px
}
.btnBox a.blueBtn {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 50px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #004F8A;
  text-align: center
}
.btnBox a.blueBtn:hover {
  opacity: .6
}
.btnBox a.blueBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.btnBox a.blueBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 7px solid #004F8A
}
.btnBox a.pinkBtn {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 50px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #E88585;
  text-align: center
}
.btnBox a.pinkBtn:hover {
  opacity: .6
}
.btnBox a.pinkBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.btnBox a.pinkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 7px solid #E88585
}
.btnBox a.orBtn {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 50px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #EEA57B;
  text-align: center
}
.btnBox a.orBtn:hover {
  opacity: .6
}
.btnBox a.orBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.btnBox a.orBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 7px solid #EEA57B
}
.btnBox a.grBtn {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 50px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #73b76b;
  text-align: center
}
.btnBox a.grBtn:hover {
  opacity: .6
}
.btnBox a.grBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.btnBox a.grBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 7px solid #79af73
}
.btnBox a.ylBtn {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 50px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #F1C46D;
  text-align: center
}
.btnBox a.ylBtn:hover {
  opacity: .6
}
.btnBox a.ylBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.btnBox a.ylBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 7px solid #F1C46D
}
.btnBox a.subBlueBtn {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 50px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #73ACD6;
  text-align: center
}
.btnBox a.subBlueBtn:hover {
  opacity: .6
}
.btnBox a.subBlueBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.btnBox a.subBlueBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 7px solid #73ACD6
}
.btnBox a.btnoutLink {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 12px 30px 12px 30px;
  border-radius: 60px;
  color: #fff;
  background: #004F8A;
  text-align: center;
  margin-right: 10px;
}
.btnBox a.btnoutLink:hover {
  opacity: .6
}
.btnBox a.btnoutLink::after {
  content: "";
  background: url("../img/i_outlink_white.svg") no-repeat right;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px
}
.table__basic {
  width: 100%
}
.table__basic > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.table__basic > dl > dt, .table__basic > dl > dd {
  padding: 20px 0;
  border-bottom: 1px solid #004F8A
}
.table__basic > dl > dt {
  color: #004F8A;
  font-size: 1.8rem;
  font-weight: 700;
  width: 25%;
  border-bottom: 1px solid #E88585
}
.table__basic > dl > dd {
  width: 75%
}
.table__basic > dl .nest dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.table__basic > dl .nest dl > dt, .table__basic > dl .nest dl > dd {
  padding: 10px 10px
}
.table__basic > dl .nest dl > dt {
  width: 10%
}
.table__basic > dl .nest dl > dd {
  width: 90%
}
.table__basic > dl .nest dl:not(:last-of-type) {
  border-bottom: 1px dotted #a6adb9
}
.table__basic dl:last-child dt, .table__basic dl:last-child dd {
  border-bottom: none
}
.tableScroll table {
  width: 100%;
  border-top: 1px solid #a6adb9;
  border-right: 1px solid #a6adb9
}
.tableScroll table th {
  border-left: 1px solid #a6adb9;
  border-bottom: 1px solid #a6adb9;
  padding: 10px;
  background: #eff6fa;
  font-size: 1.4rem;
  font-weight: 700
}
.tableScroll table td {
  border-left: 1px solid #a6adb9;
  border-bottom: 1px solid #a6adb9;
  padding: 10px;
  font-size: 1.4rem
}
.floatBox figure {
  float: right;
  margin: 0 0 30px 40px;
  width: 48%
}
.floatBox figure img {
  width: 100%;
  border-radius: 10px
}
.cf::after {
  content: "";
  display: block;
  clear: both
}
.bgBox01 {
  background: url(../img/bg01.png) no-repeat top;
  background-size: cover;
  padding: 30px;
  border-radius: 10px;
  text-align: center
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bgBox01 .bgBox01 {
    background-image: url("../img/bg01@2x.png")
  }
}
.bgBox01 span.call {
  font-size: 3rem
}
.mv {
  height: calc(100vh - 90px);
  margin-top: 90px;
  overflow: hidden;
  position: sticky;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 1
}
.mv__bg {
  width: 100%;
  height: 100%;
  position: relative
}
.mv__bg * {
  width: 100%
}
.mv__bg img {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 120px);
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;"
}
.mv__bg .btnWrap {
  position: relative;
  height: calc(100vh - 120px)
}
.mv__bg .btnWrap .btnBox {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: auto;
  height: auto;
  display: inline-block
}
.mv__bg .btnWrap .btnBox a {
  width: auto;
  height: auto
}
.mv__catch {
  top: 20%;
  left: 0;
  position: absolute
}
.mv__catch p span {
  color: #004F8A;
  font-weight: 700;
  background: #fff;
  padding: 0 20px;
  display: inline-block
}
.mv__catch p.main {
  font-size: 4rem
}
.mv__catch p.sub {
  font-size: 2.8rem
}
.topbgBlue {
  position: relative;
  z-index: 1000;
  padding-top: 60px
}
.topbgBlue::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 30%;
  height: 90%;
  background: linear-gradient(180deg, #eff6fa 30.5%, #f2fbf8 97.5%);
  display: inline-block
}
.overlay {
  color: #004F8A;
  background: url("../img/overlay_bg.png") no-repeat center top/cover;
  padding: calc(100vh + 90px) 0 150px;
  position: relative;
  z-index: 1
}
.topBg {
  background: #fff;
  position: relative;
  z-index: 1
}
#topLead {
  overflow: hidden;
  position: relative;
  z-index: 1000
}
#topLead .inner p.ttl {
  font-size: 2.8rem
}
#topLead .inner p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 3px;
  text-align: center;
  opacity: 1 !important
}
.topNews {
  max-width: calc(1200px + 10vw);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(115, 172, 214, 0.08);
  box-shadow: 0px 0px 18px 0px rgba(115, 172, 214, 0.08);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 100px
}
.topNews .inner {
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.topNews .inner h1 {
  font-size: 3rem;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 700
}
.topNews .inner h1 span {
  font-size: 1.6rem;
  display: block;
  color: #B65BCD;
  letter-spacing: 0.08em;
  display: block;
  font-weight: 400;
  margin-bottom: 5px
}
.topNews .inner .newsList {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}
.topNews .inner .newsList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
  padding: 25px 0;
  text-align: left
}
.topNews .inner .newsList dl:last-child {
  border-bottom: none
}
.topNews .inner .newsList dl dt {
  font-size: 1.6rem;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%
}
.topNews .inner .newsList dl dd {
  font-size: 1.6rem;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  font-weight: 700
}
.topAbout .inner {
  padding: 0;
  margin: 0;
  max-width: calc(1800px + 6vw);
  padding-right: 6vw;
  padding-bottom: 100px
}
.topAbout .inner .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.topAbout .inner .imgBox figure.img01 {
  margin-right: 4vw
}
.topAbout .inner .imgBox figure.img01 img {
  border-radius: 0 10px 10px 0
}
.topAbout .inner .imgBox figure.img02 img {
  border-radius: 10px
}
.topAbout .inner .txtBox {
  padding: 60px;
  width: 50vw;
  background: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-top: -160px;
  position: relative;
  z-index: 1
}
.topAbout .inner .txtBox h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topAbout .inner .txtBox h1 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #E88585;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: block
}
.topAbout .inner .txtBox h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topAbout .inner .txtBox p {
  margin-bottom: 50px
}
.topAbout .inner .txtBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.topAbout .inner .txtBox .btnBox li {
  margin-bottom: 20px
}
.topAbout .inner .txtBox .btnBox li:first-child {
  margin-right: 1vw
}
.topAbout .inner .txtBox .btnBox li a {
  min-width: 284px
}
.topWork .inner {
  padding: 0;
  margin: 0;
  max-width: calc(1800px + 10vw);
  padding-left: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px
}
.topWork .inner .txtBox {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
  margin-right: 5%
}
.topWork .inner .imgBox {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%
}
.topWork .inner .imgBox figure img {
  width: 100%;
  border-radius: 10px 0 0 10px
}
.topWork .inner .txtBox {
  padding: 40px;
  width: 50vw;
  border-radius: 10px;
  margin-left: auto;
  position: relative;
  z-index: 1
}
.topWork .inner .txtBox h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topWork .inner .txtBox h1 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #EEA57B;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px
}
.topWork .inner .txtBox h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topWork .inner .txtBox p {
  margin-bottom: 50px
}
.topWork .inner .txtBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.topWork .inner .txtBox .btnBox li {
  margin-bottom: 20px
}
.topWork .inner .txtBox .btnBox li:first-child {
  margin-right: 1vw
}
.topWork .inner .txtBox .btnBox li a {
  min-width: 284px
}
.interview {
  background: url("../img/interview_bg.jpg") no-repeat top center/cover;
  margin-bottom: 100px
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .interview .interview {
    background-image: url("../img/interview_bg@2x.jpg")
  }
}
.interview .inner {
  text-align: center
}
.interview .inner h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.interview .inner h1 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #E88585;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px
}
.interview .inner ul.list.onebox {
  justify-content: center !important
}
.interview .inner ul.list.onebox::after {
  content: none
}
.interview .inner ul.list.threeBox {
  width: 80%;
  margin: 0 auto;
  flex-wrap: nowrap
}
.interview .inner ul.list.threeBox::after {
  content: none
}
.interview .inner ul.list.threeBox li {
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-bottom: 0;
  margin-right: 20px
}
.interview .inner ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.interview .inner ul.list li {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  max-width: 24%;
  margin-bottom: 50px
}
.interview .inner ul.list li:last-child {
  margin-bottom: 0
}
.interview .inner ul.list li .imgTxt {
  position: relative;
  text-align: left
}
.interview .inner ul.list li .imgTxt figure {
  margin-bottom: 20px
}
.interview .inner ul.list li .imgTxt figure img {
  border-radius: 10px;
  width: 100%
}
.interview .inner ul.list li .imgTxt .catchBox {
  position: absolute;
  bottom: 5%;
  left: 5%
}
.interview .inner ul.list li .imgTxt .catchBox .job {
  font-size: 1.2rem;
  background: #E57777;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 8px
}
.interview .inner ul.list li .imgTxt .catchBox .job.color02 {
  background: #EF8E70
}
.interview .inner ul.list li .imgTxt .catchBox .job.color03 {
  background: #ECA882
}
.interview .inner ul.list li .imgTxt .catchBox .job.color04 {
  background: #FAC371
}
.interview .inner ul.list li .imgTxt .catchBox .job.color05 {
  background: #73b76b
}
.interview .inner ul.list li .imgTxt .catchBox .job.color06 {
  background: #93C245
}
.interview .inner ul.list li .imgTxt .catchBox .job.color07 {
  background: #73ACD6
}
.interview .inner ul.list li .imgTxt .catchBox .job.color08 {
  background: #B65BCD
}
.interview .inner ul.list li .imgTxt .catchBox .catch {
  margin-bottom: 8px;
  margin-right: 15px
}
.interview .inner ul.list li .imgTxt .catchBox .catch span {
  font-size: 1.3rem;
  font-weight: 700;
  background: #fff;
  padding: 5px;
  display: inline-block
}
.interview .inner ul.list li .imgTxt .catchBox .catch span:not(:last-of-type) {
  margin-bottom: 4px
}
.interview .inner ul.list li .profTxt {
  text-align: left
}
.interview .inner ul.list li .profTxt h2 {
  font-weight: 700;
  margin-bottom: 10px
}
.interview .inner ul.list li .profTxt h2 span {
  display: block
}
.interview .inner ul.list li .profTxt .btnBox a {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #E57777;
  padding-right: 30px
}
.interview .inner ul.list li .profTxt .btnBox a:hover {
  opacity: .6
}
.interview .inner ul.list li .profTxt .btnBox a::before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #E57777
}
.interview .inner ul.list li .profTxt .btnBox a::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  right: 3px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff
}
.interview .inner ul.list li .profTxt .btnBox a span::after {
  content: "";
  display: inline-block;
  background: #E57777;
  height: 1px;
  width: calc(100% + 30px);
  position: relative;
  top: -10px;
  left: 0
}
.interview .inner ul.list li .profTxt .btnBox a.color02 {
  color: #EF8E70
}
.interview .inner ul.list li .profTxt .btnBox a.color02::before {
  background: #EF8E70
}
.interview .inner ul.list li .profTxt .btnBox a.color02 span::after {
  background: #EF8E70
}
.interview .inner ul.list li .profTxt .btnBox a.color03 {
  color: #ECA882
}
.interview .inner ul.list li .profTxt .btnBox a.color03::before {
  background: #ECA882
}
.interview .inner ul.list li .profTxt .btnBox a.color03 span::after {
  background: #ECA882
}
.interview .inner ul.list li .profTxt .btnBox a.color04 {
  color: #FAC371
}
.interview .inner ul.list li .profTxt .btnBox a.color04::before {
  background: #FAC371
}
.interview .inner ul.list li .profTxt .btnBox a.color04 span::after {
  background: #FAC371
}
.interview .inner ul.list li .profTxt .btnBox a.color05 {
  color: #73b76b
}
.interview .inner ul.list li .profTxt .btnBox a.color05::before {
  background: #73b76b
}
.interview .inner ul.list li .profTxt .btnBox a.color05 span::after {
  background: #73b76b
}
.interview .inner ul.list li .profTxt .btnBox a.color06 {
  color: #93C245
}
.interview .inner ul.list li .profTxt .btnBox a.color06::before {
  background: #93C245
}
.interview .inner ul.list li .profTxt .btnBox a.color06 span::after {
  background: #93C245
}
.interview .inner ul.list li .profTxt .btnBox a.color07 {
  color: #73ACD6
}
.interview .inner ul.list li .profTxt .btnBox a.color07::before {
  background: #73ACD6
}
.interview .inner ul.list li .profTxt .btnBox a.color07 span::after {
  background: #73ACD6
}
.interview .inner ul.list li .profTxt .btnBox a.color08 {
  color: #B65BCD
}
.interview .inner ul.list li .profTxt .btnBox a.color08::before {
  background: #B65BCD
}
.interview .inner ul.list li .profTxt .btnBox a.color08 span::after {
  background: #B65BCD
}
.interview.otherWrap ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.interview.otherWrap ul.list li {
  margin-right: 20px
}
.topTW {
  position: relative;
  text-align: center;
  padding-bottom: 160px;
/*  background: url("../img/training_welfare_bg.jpg") no-repeat top center/cover*/
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .topTW .topTW {
    background-image: url("../img/training_welfare_bg@2x.jpg")
  }
}
.topTW .imgBg {
  position: absolute;
  right: 0;
  z-index: -1
}
.topTW .imgBg img {
  border-radius: 10px 0 0 10px
}
.topTW h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topTW h1 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #79af73;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px
}
.topTW .inner {
  text-align: center;
  max-width: calc(1400px + 10vw);
  padding: 0 5vw 0 0;
  margin: 0 0 auto 0
}
.topTW .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 10px 10px 0;
  background: #fff;
  margin-top: 100px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(115, 172, 214, 0.08);
  box-shadow: 0px 0px 18px 0px rgba(115, 172, 214, 0.08)
}
.topTW .inner .box .imgBox {
  width: 60%
}
.topTW .inner .box .imgBox figure img {
  width: 100%
}
.topTW .inner .box .txtBox {
  width: 45vw;
  padding: 60px 80px 60px 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.topTW .inner .box .txtBox h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topTW .inner .box .txtBox .btnBox {
  margin-right: 50px
}
.topRecruit .inner {
  max-width: calc(1800px + 10vw);
  padding-bottom: 100px
}
.topRecruit .inner .imgBox {
  margin-bottom: 60px
}
.topRecruit .inner .imgBox figure img {
  border-radius: 10px;
  width: 100%
}
.topRecruit .inner .txtBox {
  max-width: calc(960px + 10vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto
}
.topRecruit .inner .txtBox .ttl {
  width: 50vw;
  text-align: left
}
.topRecruit .inner .txtBox .ttl h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topRecruit .inner .txtBox .ttl h1 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #EEA57B;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px
}
.topRecruit .inner .txtBox .txt {
  width: 50vw;
  text-align: left
}
.topRecruit .inner .txtBox .txt h2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topRequirement .inner {
  max-width: calc(960px + 10vw);
  padding-bottom: 100px
}
.topRequirement .inner .txtBox {
  background: #FFF6F1;
  border-radius: 10px;
  padding: 60px;
  text-align: center
}
.topRequirement .inner .txtBox h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #004F8A;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px
}
.topRequirement .inner .txtBox h1 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #EEA57B;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px
}
.topRequirement .inner .txtBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.topRequirement .inner .txtBox ul li {
  -ms-flex-preferred-size: calc((100% - 60px) / 3);
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3)
}
.topRequirement .inner .txtBox ul li a {
  width: 100%;
  padding: 12px 20px
}
.entryArea {
  position: relative;
  padding: 50px 0 70px;
  background: url("../img/entry_bg.jpg") no-repeat top center/cover
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .entryArea .entryArea {
    background-image: url("../img/entry_bg@2x.jpg")
  }
}
.entryArea .inner {
  text-align: center
}
.entryArea .inner h1 {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #004F8A;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px
}
.entryArea .inner h2 {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #004F8A
}
.entryArea .inner ul.btnArea01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.entryArea .inner ul.btnArea01 li a {
  font-size: 2.6rem;
  padding: 15px 100px
}
.entryArea .inner ul.btnArea01 li a span {
  font-size: 1.8rem
}
.entryArea .inner ul.btnArea02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.entryArea .inner ul.btnArea02 li:first-child {
  margin-right: 1vw
}
.entryArea .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.entryArea .inner ul li a {
  font-size: 1.8rem;
  line-height: 1.2;
  border-radius: 50px;
  padding: 20px 80px 20px 70px
}
.entryArea .inner ul li a span {
  font-size: 1.4rem
}
.cont__box {
  padding: 100px 0 100px
}
.cont__box + .cont__box {
  padding-top: 0
}
.cont__box + .cont__box.bg03 {
  padding-top: 100px
}
.firstbox {
  padding-top: 60px
}
.pageHead {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
  margin-top: 90px
}
.pageHead__bg {
  width: 100%;
  height: 100%;
  position: relative
}
.pageHead__bg * {
  width: 100%;
  height: 100%
}
.pageHead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;"
}
.pageHead .positionR img {
  object-position: right
}
.pageHead__title {
  line-height: 1.4;
  position: absolute;
  top: -20px;
  left: 5vw;
  right: 0;
  bottom: 0;
  z-index: 10;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.pageHead__title h1 span.en {
  font-size: 3rem;
  font-weight: 400;
  display: block;
  color: #004F8A;
  font-family: 'Marcellus', serif;
  margin-top: -40px
}
.pageHead__title h1 span.jp {
  font-size: 4.6rem;
  font-weight: 700;
  margin-top: 15px;
  display: block;
  color: #004F8A
}
.pankuzu {
  position: relative;
  top: 0;
  padding: 20px 0
}
.pankuzu .inner {
  max-width: inherit
}
.pankuzu li {
  font-size: 1.6rem;
  display: inline-block
}
.pankuzu li:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 10px;
  display: inline-block;
  border-top: 1px solid #004F8A;
  border-right: 1px solid #004F8A;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.pankuzu li a {
  color: #004F8A;
  text-decoration: underline
}
.pankuzu li a:hover {
  text-decoration: none
}
.ttl__basic {
  font-size: 4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6
}
.ttl__basic span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #E88585;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 10px
}
.ttl__small {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 50px 0 20px;
  line-height: 1.6
}
.ttl__smallsolid {
  font-size: 2.6rem;
  color: #004F8A;
  border-bottom: 1px solid #004F8A;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 20px;
  margin: 50px 0 40px
}
.ttl__bg {
  font-size: 2.6rem;
  padding: 20px;
  font-weight: 700;
  color: #004F8A;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/bg02.png) no-repeat top;
  background-size: cover;
  margin: 50px 0 20px;
  line-height: 1.6
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .ttl__bg {
    background-image: url("../img/bg02@2x.png")
  }
}
.ttl__smallsolid + .ttl__small {
  margin-top: 0
}
.blueTtl {
  color: #004F8A
}
.pinkTtl {
  color: #E88585 !important
}
.pinkTtl.opacityTxt {
  color: rgba(232, 133, 133, 0.1) !important
}
.subblueTtl {
  color: #73ACD6 !important
}
.subblueTtl.opacityTxt {
  color: rgba(115, 172, 214, 0.1) !important
}
.grTtl {
  color: #73b76b !important
}
.grTtl.opacityTxt {
  color: rgba(113, 174, 107, 0.1) !important
}
.orTtl {
  color: #EEA57B !important
}
.orTtl.opacityTxt {
  color: rgba(238, 165, 123, 0.1) !important
}
.largeTxt {
  font-size: 18rem;
  position: absolute;
  right: 0;
  z-index: -1
}
.top60 {
  top: -60px
}
.radius10 img {
  border-radius: 10px
}
.radiusR10 img {
  border-radius: 0 10px 10px 0
}
.bg01 {
  background: url(../img/bg01.png) no-repeat top;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative
}
.bg01 .imgBox {
  margin-bottom: 80px
}
.bg01 .interview {
  background: none
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bg01 {
    background-image: url("../img/bg01@2x.png")
  }
}
.bg02 {
  background: url(../img/bg02.png) no-repeat top;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative
}
.bg02 .imgBox {
  margin-bottom: 80px
}
.bg02 .interview {
  background: none
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bg02 {
    background-image: url("../img/bg02@2x.png")
  }
}
.bg03 {
  background: url(../img/bg03.png) no-repeat top;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative
}
.bg03 .imgBox {
  margin-bottom: 80px
}
.bg03 .interview {
  background: none
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bg03 {
    background-image: url("../img/bg03@2x.png")
  }
}
.leadBox {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px
}
.whiteBox {
  background: #fff;
  max-width: 90vw;
  width: 100%;
  margin: 0 auto 100px;
  border-radius: 10px
}
.whiteBox .inner {
  max-width: inherit;
  margin: 0 auto;
  padding: 40px
}
.whiteBox .inner img {
  width: 100%
}
.thoughtArea .ttl__basic {
  margin-bottom: 30px
}
.thoughtArea .ttl__small {
  font-size: 2.6rem;
  margin: 0 0 20px
}
.thoughtArea p {
  font-size: 1.8rem;
  line-height: 2.8
}
.introArea > .imgArea {
  width: 79vw
}
.introArea > .imgArea figure {
  width: 100%;
  height: 100%
}
.introArea > .imgArea figure img {
  border-radius: 0 10px 10px 0
}
.introArea > .txtArea {
  width: 55vw;
  background: #fff;
  padding: 60px;
  margin: -40px 0 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 10px 0 0 10px
}
.introArea > .txtArea .ttl__basic {
  margin-top: 20px
}
.introArea > .txtArea img {
  width: 40vw
}
.introArea > .imgArea.evenBox {
  width: 79vw;
  margin-left: auto
}
.introArea > .imgArea.evenBox figure {
  width: 100%;
  height: 100%
}
.introArea > .imgArea.evenBox figure img {
  border-radius: 10px 0 0 10px
}
.introArea > .txtArea.evenBox {
  margin: -40px auto 0 0;
  border-radius: 0 10px 10px 0
}
.recruitArea .introArea > .imgArea {
  width: 60vw;
  height: 500px
}
.recruitArea .introArea > .txtArea {
  width: 55vw;
  padding: 60px;
  margin: -270px 0 80px auto
}
.recruitArea .introArea > .imgArea.evenBox {
  width: 60vw;
  height: 500px
}
.recruitArea .introArea > .txtArea.evenBox {
  margin: -270px auto 80px 0
}
.recruitArea .ttl__basic {
  margin-bottom: 40px
}
.flowArea {
  margin-bottom: 40px
}
.flowArea .flow > li {
  position: relative;
  background: #FDF1ED;
  border-radius: 10px
}
.flowArea .flow > li:not(:last-child) {
  margin-bottom: 40px
}
.flowArea .flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #ccc;
  position: absolute;
  top: -40px;
  left: calc(10% + 20px - 2px);
  z-index: 10
}
.flowArea .flow > li:not(:last-child) dl::before, .flowArea .flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.flowArea .flow > li:not(:last-child) dl::before {
  border-width: 20px
}
.flowArea .flow > li:not(:last-child) dl::after {
  border-width: 19px;
  border-top-color: #fff
}
.flowArea .flow > li dl {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.flowArea .flow > li dl dt {
  font-size: 2.0rem;
  font-weight: 600;
  color: #EEA57B;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  margin-right: 2vw;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1
}
.flowArea .flow > li dl dt .icon {
  font-size: 1.4rem;
  color: #fff;
  background: #EEA57B;
  font-family: 'Marcellus', serif;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 5px
}
.movieWrap {
  text-align: center;
  margin: 60px 0 0
}
.movieWrap iframe {
  border-radius: 10px;
  width: 854px;
  height: 480px
}
.chronicleBox {
  position: relative;
  text-align: center;
  margin-bottom: 40px
}
.chronicleBox .ttl {
  position: absolute;
  right: 8vw;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 700;
  font-size: 2rem;
  color: #fff
}
.historyImg figure img {
  border-radius: 10px
}
.past {
  margin-bottom: 60px;
  position: relative
}
.past__box::before {
  content: "";
  width: 4px;
  background: #004F8A;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 0;
  transition-duration: 1.2s
}
.past__box::before {
  height: 100%
}
.past__box {
  padding-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-duration: 1.2s
}
.past__item {
  width: calc(50% - 1px);
  gap: 20px 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10
}
.past__item-sub {
  width: 100%;
  padding-left: 3vw;
  position: relative;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.past__item-sub-ttl {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6
}
.past__item-sub .bigTxt {
  font-size: 3rem
}
.past__item-sub-date {
  color: #004F8A;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  min-width: 110px;
  margin: 0 30px 0 0 !important
}
.past__item-sub a.outLinkPink::after {
  content: "";
  background: url("../img/i_outlink_pink.svg") no-repeat right;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 4px
}
.past__item-sub::after {
  content: "";
  background: #004F8A;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  transition-duration: 1.2s
}
.past__item-sub.show::after {
  width: calc(100% + 3vw)
}
.past__item-sub::before {
  content: "";
  background: #004F8A;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  bottom: -8px;
  display: inline-block
}
.anime__svg {
  opacity: 0
}
.anchorBox {
  background: #73acd6;
  background: linear-gradient(180deg, rgba(115, 172, 214, 0.12) 0%, rgba(115, 214, 178, 0.14) 67%);
  padding: 40px;
  text-align: center
}
.anchorBox h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #004F8A;
  border-bottom: 1px solid #004F8A;
  padding-bottom: 15px
}
.anchorBox p {
  font-size: 2rem;
  line-height: 2
}
.anchorBox .anchorBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.anchorBox .anchorBtn li:not(last-child) {
  margin-right: 20px
}
.anchorBox .anchorBtn li:not(last-child) a.pinkBtn::after {
  top: 27px;
  right: 25px;
  border: 5px solid transparent;
  border-top: 8px solid #E88585
}
.anchorBox .anchorBtn li:not(last-child) a.subBlueBtn::after {
  top: 27px;
  right: 25px;
  border: 5px solid transparent;
  border-top: 8px solid #73ACD6
}

p.conceptBox{
  margin-bottom: 70px;
}
p.conceptBox a.conceptMV{
  padding-left: 120px;
  padding-right: 120px;
}

.anchorBox .anchorBtn li:not(last-child) a.orBtn::after {
  top: 27px;
  right: 25px;
  border: 5px solid transparent;
  border-top: 8px solid #EEA57B
}
.anchorBox .anchorBtn li:not(last-child) a.grBtn::after {
  top: 27px;
  right: 25px;
  border: 5px solid transparent;
  border-top: 8px solid #73b76b
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flexBox > div {
  width: 48%
}
.flexBox > div h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  border-bottom: 1px solid #EF8E70;
  padding-bottom: 15px
}
.flexBox > div img {
  width: 100%;
  border-radius: 10px
}
.flexBox > div dl dt {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-weight: 700
}
.flexBox > div dl dd {
  margin-bottom: 40px
}
.flexBox.orBox > div h3 {
  color: #EF8E70;
  border-bottom: 1px solid #E49060
}
.flexBox.orBox > div dl dt {
  color: #EF8E70;
  background: #FDF1ED
}
.flexBox.orBox02 > div h3 {
  color: #E49060;
  border-bottom: 1px solid #E49060
}
.flexBox.orBox02 > div dl dt {
  color: #E49060;
  background: #FCF4F0
}
.flexBox.pinkBox > div h3 {
  color: #E88585;
  border-bottom: 1px solid #E88585
}
.flexBox.pinkBox > div dl dt {
  color: #E88585;
  background: #FBEEEE
}
.flexBox.subblueBox > div h3 {
  color: #73ACD6;
  border-bottom: 1px solid #73ACD6
}
.flexBox.subblueBox > div dl dt {
  color: #73ACD6;
  background: #EEF5FA
}
.flexBox.purpleBox > div h3 {
  color: #B65BCD;
  border-bottom: 1px solid #B65BCD
}
.flexBox.purpleBox > div dl dt {
  color: #B65BCD;
  background: #F6EBF9
}
.flexBox.grBox > div h3 {
  color: #73b76b;
  border-bottom: 1px solid #73b76b
}
.flexBox.grBox > div dl dt {
  color: #73b76b;
  background: #F2F7E8
}
.personHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 610px;
  margin-top: 90px;
  background: url(../img/bg04.png) no-repeat top;
  background-size: cover
}
.personHead__wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.personHead__wrap .txt {
  line-height: 1.6;
  text-align: left;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.personHead__wrap .txt .catch {
  margin-top: 60px
}
.personHead__wrap .txt .catch span {
  font-size: 3rem;
  font-weight: 700;
  background: #fff;
  padding: 10px 20px;
  display: inline-block
}
.personHead__wrap .txt .catch span:first-child {
  margin-bottom: 10px
}
.personHead__wrap .txt span {
  display: block
}
.personHead__wrap .txt .job {
  font-size: 1.8rem;
  color: #fff !important;
  display: inline-block;
  padding: 2px 10px
}
.personHead__wrap .txt h1 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px
}
.personHead__wrap .txt h1 span {
  font-size: 1.6rem
}
.personHead__wrap .txt .color01Box .job {
  background: #E57777
}
.personHead__wrap .txt .color02Box .job {
  background: #EF8E70
}
.personHead__wrap .txt .color03Box .job {
  background: #ECA882
}
.personHead__wrap .txt .color04Box .job {
  background: #FAC371
}
.personHead__wrap .txt .color05Box .job {
  background: #73b76b
}
.personHead__wrap .txt .color06Box .job {
  background: #93C245
}
.personHead__wrap .txt .color07Box .job {
  background: #73ACD6
}
.personHead__wrap .txt .color08Box .job {
  background: #B65BCD
}
.personHead__img {
  width: 75%;
  height: 100%;
  z-index: 1
}
.personHead__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: top
}
.personArea .personWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px
}
.personArea .personWrap .imgBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  margin-right: 3vw
}
.personArea .personWrap .imgBox img {
  border-radius: 10px
}
.personArea .personWrap .txtBox h2 {
  font-size: 2.6rem;
  text-align: left
}
.personArea .personWrap .txtBox h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 50px 0 30px;
  letter-spacing: 0.1em;
  color: #E88585;
  position: relative
}
.personArea .personWrap .txtBox h3 span.txtQ {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 12rem;
  font-family: 'Marcellus', serif;
  color: rgba(232, 133, 133, 0.2);
  line-height: 1
}
.personArea .personWrap.evenWrap .imgBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 3vw
}
.personArea .leadBox {
  margin-top: 80px !important;
  margin: 0 auto;
  background: url(../img/bg04.png) no-repeat top;
  background-size: cover;
  padding: 60px;
  border-radius: 10px
}
.personArea .leadBox h3 {
  font-size: 2rem;
  margin: 0 0 30px 0
}
.scheduleBox .txtBox > div {
  padding: 30px 40px 70px 40px;
  background: url(../img/bg02.png) no-repeat top;
  background-size: cover;
  border-radius: 10px
}
.scheduleBox .txtBox > div h3 {
  font-size: 3rem !important;
  margin-bottom: 20px
}
.scheduleBox .txtBox > div .intFlow li {
  position: relative;
  border-radius: 10px
}
.scheduleBox .txtBox > div .intFlow li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 84px;
  display: inline-block;
  background: #004F8A;
  width: 2px;
  height: 120%
}
.scheduleBox .txtBox > div .intFlow li:not(:last-child) {
  padding-bottom: 40px
}
.scheduleBox .txtBox > div .intFlow li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.scheduleBox .txtBox > div .intFlow li dl dt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 120px;
  text-align: left
}
.scheduleBox .txtBox > div .intFlow li dl dt::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 78px;
  display: inline-block;
  background: #004F8A;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1
}
.scheduleBox .txtBox > div .intFlow li dl dd {
  font-size: 2rem
}
.galleryBox li figure img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc
}
.privateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D6D6D6;
  padding: 40px;
  border-radius: 10px
}
.privateWrap .imgBox {
  margin-right: 5vw
}
.privateWrap .txtBox h3 {
  font-size: 2.6rem;
  margin-bottom: 20px
}
.privateWrap .txtBox ol li {
  font-size: 2rem
}
.privateWrap .txtBox ol li:not(:last-child) {
  margin-bottom: 10px
}
.x3bgBox > li {
  background: url(../img/bg01.png) no-repeat top;
  background-size: cover;
  padding: 30px;
  border-radius: 10px
}
.x3bgBox > li .ttl__small {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 15px
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .x3bgBox > li {
    background-image: url("../img/bg01@2x.png")
  }
}
.bgList {
  padding: 40px;
  margin-bottom: 40px
}
.x1x2Box {
  margin-bottom: 60px
}
.x1x2Box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.x1x2Box ul > li {
  background: url(../img/bg02.png) no-repeat top;
  background-size: cover;
  padding: 30px;
  border-radius: 10px
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .x1x2Box ul > li > li {
    background-image: url("../img/bg02@2x.png")
  }
}
.x1x2Box ul > li p {
  margin: 0 0 20px 0
}
.x1x2Box ul > li:first-child {
  width: 20%
}
.x1x2Box ul > li:first-child p {
  margin-bottom: 0
}
.x1x2Box ul > li:last-child {
  width: 78%
}
.x1x2Box ul > li:last-child p {
  margin-bottom: 0
}
.anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}
.anchorList > li {
  width: 48%
}
.anchorList > li a {
  font-size: 2.2rem;
  color: #fff;
  padding: 20px 20px 20px 20px;
  text-align: center;
  background: #004F8A;
  transition: opacity .3s;
  font-weight: 700;
  border-radius: 1000px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  width: 100%;
  position: relative
}
.anchorList > li a:hover {
  opacity: .6
}
.anchorList > li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff
}
.anchorList > li a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 26px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-top: 7px solid #004F8A
}
.recruitBgbox {
  background: url(../img/bg02.png) no-repeat top;
  background-size: cover;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 60px
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .recruitBgbox .recruitBgbox {
    background-image: url("../img/bg02@2x.png")
  }
}
.subNewsbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px
}
.subNewsbox dl:not(:first-child) {
  border-top: 1px solid #004F8A
}
.subNewsbox dl dt {
  max-width: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  min-width: 170px
}
.subNewsbox dl dt span {
  margin-left: 30px
}
.subNewsbox dl dd {
  max-width: 78%;
  -ms-flex-preferred-size: 78%;
  flex-basis: 78%
}
.subNewsbox dl dd a {
  text-decoration: none;
  color: #004F8A;
  transition: opacity .3s
}
.subNewsbox dl dd a:hover {
  opacity: .6
}
.subNewsbox dl dd .ttl {
  font-size: 1.8rem;
  font-weight: 700
}
.blogWrap .imgBox {
  margin-bottom: 20px
}
.blogWrap .imgBox figure img {
  border-radius: 10px
}
.blogWrap .txtBox dl {
  margin-bottom: 30px
}
.blogWrap .txtBox dl dd {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004F8A
}
.blogWrap .txtBox .btnBox {
  text-align: center
}
.detailsWrap .mainBox h2 {
  margin-top: 0;
  font-size: 3.6rem;
  padding: 24px;
  background: #eff5fa;
  line-height: 1.4;
  border-radius: 0 0 10px 10px
}
.detailsWrap .mainBox .radius10 {
  margin-bottom: 0
}
.detailsWrap .mainBox .radius10 img {
  border-radius: 10px 10px 0 0
}
.detailsWrap .blogTxtarea figure {
  float: right;
  margin: 0 0 30px 40px;
  width: 48%
}
.detailsWrap .blogTxtarea figure img {
  width: 100%;
  border-radius: 10px
}
.accordion {
  position: relative;
  width: 100%;
  outline: 0
}
.accordion .accordionTtl {
  font-size: 1.8rem;
  color: #004F8A;
  display: block;
  position: relative;
  margin: 0;
  padding: 30px 50px 30px 55px;
  border-bottom: 1px solid #004F8A;
  cursor: pointer;
  z-index: 10;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 700
}
.accordion .accordionTtl:hover {
  opacity: .6
}
.accordion .accordionTtl::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 6px solid transparent;
  border-bottom: 10px solid #004F8A;
  right: 20px
}
.accordion .accordionTtl.open::after {
  border-top: 10px solid #004F8A;
  border-bottom: none
}
.accordion .accordionBox {
  display: none;
  padding: 0 50px 0 55px;
  border-bottom: 1px solid #a7c0c0;
  position: relative;
  background: #eff6fa
}
.accordion .accordionBox p {
  padding: 30px 0
}
.accordion .accordionBox p + p {
  padding-top: 0;
  font-size: 1.6rem
}
.accordion .accordionTtl span.qaIcon, .accordion .accordionBox span.qaIcon {
  font-family: 'Marcellus', serif;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700
}
.accordion .accordionTtl span.qaIcon {
  color: #E88585
}
.accordion .accordionBox span.qaIcon {
  color: #73ACD6
}
.sitemapList {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.sitemapList__box {
  width: calc((100% - 80px) / 2);
  background: #FFF6F1;
  padding: 35px
}
.sitemapList__box p.hasChild {
  margin-bottom: 15px
}
.sitemapList__box a {
  text-decoration: none;
  transition: opacity .3s;
  font-size: 2.2rem;
  margin-right: 10px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.4
}
.sitemapList__box a:hover {
  opacity: .6
}
.sitemapList__box a span {
  font-size: 1.6rem;
  color: #ccc !important;
  margin-left: 10px
}
.sitemapList__box ul {
  padding-left: 20px;
  border-left: 1px solid #D9D9E0
}
.sitemapList__box ul li:not(:last-child) {
  margin-bottom: 10px
}
.sitemapList__box ul li a {
  font-size: 1.6rem
}
.sitemapList__box ul li a span.small {
  font-size: 1.2rem;
  color: #E88585 !important;
  margin: 0 0 0 0
}
@media screen and (max-width: 1400px) {
  .mv__bg * {
    height: calc(100vh - 160px)
  }
  .mv__bg img {
    min-height: auto
  }
  .mv__bg .btnWrap {
    position: relative
  }
  .mv__bg .btnWrap .btnBox {
    position: relative;
    left: 30px;
    bottom: 130px;
    width: auto;
    height: auto;
    text-align: center
  }
  .mv__bg .btnWrap .btnBox a {
    font-size: 1.4rem;
    width: auto;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 12px 50px 12px 30px
  }
  .mv__bg .btnWrap .btnBox a::before {
    right: 10px;
    margin-top: -10px
  }
  .mv__bg .btnWrap .btnBox a::after {
    right: 12px;
    margin-top: -4px
  }
  .introArea > .imgArea {
    width: 100vw
  }
  .introArea > .txtArea {
    width: 90vw
  }
  .introArea > .imgArea.evenBox {
    width: 100vw
  }
  .introArea > .txtArea.evenBox {
    width: 90vw
  }
  .recruitArea .introArea > .imgArea {
    width: 100vw;
    height: 400px
  }
  .recruitArea .introArea > .txtArea {
    width: 90vw;
    margin: -20px 0 80px auto
  }
  .recruitArea .introArea > .txtArea .ttl__basic {
    margin-bottom: 40px
  }
  .recruitArea .introArea > .imgArea.evenBox {
    width: 100vw;
    height: 400px
  }
  .recruitArea .introArea > .txtArea.evenBox {
    margin: -80px auto 80px 0
  }
}
@media screen and (max-width: 1200px) {
  .interview .inner ul.list.threeBox {
    width: 100%
  }
  .interview .inner ul.list.threeBox li {
    flex-basis: 100%;
    max-width: 100%
  }
  .interview .inner ul.list::after {
    content: "";
    display: inline-block;
    width: 32%
  }
  .interview .inner ul.list li {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    max-width: 32%;
    margin-bottom: 40px
  }
}
@media screen and (max-width: 834px) {
  p:not(:last-child), ul:not(:last-child), ol:not(:last-child), figure:not(:last-child), table:not(:last-child) {
    margin-bottom: 20px
  }
  .inner {
    max-width: 90vw;
    padding: 0
  }
  .pcBr {
    display: none
  }
  .spBr {
    display: block
  }
  .fs__large {
    font-size: 1.8rem !important;
    line-height: 1.6 !important
  }
  .btnBox a {
    width: 80%
  }
  .btnBox a.blueBtn {
    min-width: 200px;
    padding: 12px 20px 12px 20px
  }
  .btnBox a.pinkBtn {
    min-width: 200px;
    padding: 12px 20px 12px 20px
  }
  .btnBox a.orBtn {
    min-width: 200px;
    padding: 12px 20px 12px 20px
  }
  .btnBox a.grBtn {
    min-width: 200px;
    padding: 12px 20px 12px 20px
  }
  .btnBox a.ylBtn {
    min-width: 200px;
    padding: 12px 30px 12px 20px
  }
  .btnBox a.subBlueBtn {
    min-width: 200px;
    padding: 12px 20px 12px 20px
  }
  .btnBox a.btnoutLink {
    min-width: 200px;
    padding: 12px 20px 12px 20px;
    width: 100%;
    margin-bottom:10px;
  }
  .table__basic {
    width: 100%
  }
  .table__basic > dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .table__basic > dl > dt, .table__basic > dl > dd {
    padding: 10px 15px;
    border: none
  }
  .table__basic > dl > dt {
    width: 100%;
    color: #004F8A;
    background: #eff6fa
  }
  .table__basic > dl > dd {
    width: 100%
  }
  .table__basic > dl .nest dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .table__basic > dl .nest dl > dt {
    width: 100%;
    padding: 10px 10px 5px 10px
  }
  .table__basic > dl .nest dl > dd {
    width: 100%;
    padding: 0 10px 10px 10px
  }
  .table__basic > dl .nest dl:not(:last-of-type) {
    border-bottom: 1px dotted #a7c0c0
  }
  .tableScroll {
    overflow: auto;
    white-space: nowrap
  }
  .tableScroll table th {
    padding: 10px;
    padding: 5px
  }
  .tableScroll table td {
    padding: 5px
  }
  .tableScroll::-webkit-scrollbar {
    height: 5px
  }
  .tableScroll::-webkit-scrollbar-track {
    background: #F1F1F1
  }
  .tableScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC
  }
  .floatBox figure {
    float: none;
    margin: 0 0 20px 0;
    width: 100%
  }
  .mv {
    height: auto;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
  }
  .mv__bg * {
    width: 100%;
    height: auto
  }
  .mv__bg img {
    min-height: auto
  }
  .mv__bg .btnWrap {
    position: relative;
    text-align: center;
    height: auto
  }
  .mv__bg .btnWrap .btnBox {
    position: static;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    width: calc(100% - 40px)
  }
  .mv__bg .btnWrap .btnBox a {
    font-size: 1.4rem;
    padding: 12px 30px 12px 20px
  }
  .mv__catch {
    top: 0;
    left: 0;
    position: static;
    padding: 15px 20px 20px
  }
  .mv__catch p span {
    color: #004F8A;
    font-weight: 700;
    background: #fff;
    padding: 0;
    display: inline-block
  }
  .mv__catch p.main {
    font-size: 2.2rem;
    margin-bottom: 5px
  }
  .mv__catch p.sub {
    font-size: 1.8rem;
    margin-bottom: 0
  }
  .topbgBlue {
    padding-top: 30px
  }
  .topbgBlue::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 50%;
    height: 90%;
    background: linear-gradient(180deg, #eff6fa 30.5%, #f2fbf8 97.5%);
    display: inline-block
  }
  .overlay {
    padding: 0;
    opacity: 1 !important
  }
  #topLead {
    padding: 40px 0;
    position: relative;
    z-index: 1
  }
  #topLead .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #topLead .inner p.ttl {
    font-size: 2.2rem;
    text-align: center
  }
  #topLead .inner p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left
  }
  .topNews {
    max-width: 100vw;
    margin: 0 0 0;
    border-radius: 0;
    text-align: center;
    left: 0;
    transform: none;
    margin-bottom: 30px
  }
  .topNews .inner {
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .topNews .inner .ttl {
    width: 100%
  }
  .topNews .inner .ttl h1 {
    font-size: 2.6rem
  }
  .topNews .inner .ttl h1 span {
    margin-bottom: 5px
  }
  .topNews .inner .newsList {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .topNews .inner .newsList dl {
    padding: 15px 0
  }
  .topNews .inner .newsList dl dt {
    font-size: 1.6rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .topNews .inner .newsList dl dd {
    font-size: 1.6rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .topAbout .inner {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    padding-right: 0;
    padding-bottom: 30px
  }
  .topAbout .inner .imgBox {
    flex-direction: column
  }
  .topAbout .inner .imgBox figure.img01 {
    margin-bottom: 0;
    margin-right: 0
  }
  .topAbout .inner .imgBox figure.img01 img {
    border-radius: 0
  }
  .topAbout .inner .imgBox figure.img02 {
    width: 100%
  }
  .topAbout .inner .imgBox figure.img02 img {
    border-radius: 0;
    width: 100%
  }
  .topAbout .inner .txtBox {
    padding: 20px;
    width: 100vw;
    border-radius: 0
  }
  .topAbout .inner .txtBox h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    text-align: center
  }
  .topAbout .inner .txtBox h1 span {
    font-size: 1.8rem;
    margin-bottom: 5px
  }
  .topAbout .inner .txtBox h2 {
    font-size: 2rem;
    margin-bottom: 20px
  }
  .topAbout .inner .txtBox p {
    margin-bottom: 30px
  }
  .topAbout .inner .txtBox .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }
  .topAbout .inner .txtBox .btnBox li {
    width: 100%;
    margin-bottom: 0
  }
  .topAbout .inner .txtBox .btnBox li:first-child {
    margin-right: 0;
    margin-bottom: 20px
  }
  .topAbout .inner .txtBox .btnBox li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 20px
  }
  
  .topAbout .inner .txtBox .btnBox li a {
    min-width: 80%
  }
  .topWork .inner {
    padding: 0 5vw;
    margin: 0;
    max-width: 100vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 50px
  }
  .topWork .inner .txtBox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0
  }
  .topWork .inner .imgBox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px
  }
  .topWork .inner .imgBox figure img {
    width: 100%;
    border-radius: 10px
  }
  .topWork .inner .txtBox {
    padding: 0;
    width: 100vw;
    border-radius: 0
  }
  .topWork .inner .txtBox h1 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px
  }
  .topWork .inner .txtBox h1 span {
    font-size: 1.6rem;
    margin-bottom: 5px
  }
  .topWork .inner .txtBox h2 {
    font-size: 2rem;
    margin-bottom: 20px
  }
  .topWork .inner .txtBox p {
    margin-bottom: 30px
  }
  .topWork .inner .txtBox .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
  }
  .topWork .inner .txtBox .btnBox li {
    margin-bottom: 20px;
    width: 100%
  }
  .topWork .inner .txtBox .btnBox li:first-child {
    margin-right: 0
  }
  .topWork .inner .txtBox .btnBox li a {
    min-width: 100%
  }
  .interview {
    margin-bottom: 40px;
    padding-bottom: 20px;
    overflow: hidden
  }
  .interview .inner h1 {
    font-size: 2.6rem;
    margin-bottom: 20px
  }
  .interview .inner h1 span {
    font-size: 1.6rem;
    margin-bottom: 5px
  }
  .interview .inner ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .interview .inner ul.list li {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    max-width: 220px;
    width: 220px;
    margin: 0 10px
  }
  .interview .inner ul.list li .imgTxt figure {
    margin-bottom: 5px
  }
  .interview .inner ul.list li .imgTxt figure img {
    object-fit: cover;
    height: 240px;
    width: 100%;
    object-position: center -20px
  }
  .interview .inner ul.list li .imgTxt .catchBox {
    position: static;
    left: 0;
    bottom: 0
  }
  .interview .inner ul.list li .imgTxt .catchBox .job {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 5px 10px
  }
  .interview .inner ul.list li .imgTxt .catchBox .catch {
    margin-bottom: 5px
  }
  .interview .inner ul.list li .imgTxt .catchBox .catch span {
    font-size: 1.3rem;
    line-height: 1.3
  }
  .interview .inner ul.list li .profTxt p {
    margin-bottom: 10px
  }
  .interview .inner ul.list li .profTxt h2 {
    margin-bottom: 0
  }
  .interview .inner ul.list li .profTxt h2 span {
    font-size: 1.2rem
  }
  .interview .inner ul.list.threeBox li {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    max-width: 220px;
    width: 220px;
    margin: 0 10px
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important
  }
  .slidertop {
    margin-bottom: 60px
  }
  .slidertop .slick-slide img {
    max-width: 574px
  }
  .slidertop .slick-arrow {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    z-index: 10;
    transition: .3s;
    transform: none !important
  }
  .slidertop .slick-arrow::before {
    content: none
  }
  .slidertop .slick-prev {
    top: 23%;
    left: -5px;
    width: 60px;
    height: 60px;
    background: url(../img/arrow_bg_blue_pre.svg) no-repeat center center/contain
  }
  .slidertop .slick-next {
    top: 23%;
    right: -5px;
    width: 60px;
    height: 60px;
    background: url(../img/arrow_bg_blue.svg) no-repeat center center/contain;
    transition: none
  }
  .slidertop .slick-prev:hover, .slidertop .slick-prev:focus {
    width: 60px;
    height: 60px;
    background: url("../img/arrow_white_bg_pre.svg") no-repeat center center/contain;
    transform: none !important
  }
  .slidertop .slick-prev:focus {
    pointer-events: none
  }
  .slidertop .slick-next:hover, .slidertop .slick-next:focus {
    width: 60px;
    height: 60px;
    background: url("../img/arrow_white_bg.svg") no-repeat center center/contain;
    transform: none !important
  }
  .slidertop .slick-dots {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .slidertop .slick-dots li {
    margin: 0 5px !important;
    min-width: auto !important;
    max-width: auto !important;
    width: auto !important
  }
  .slidersub .slick-dots {
    bottom: -10px
  }
  .interview.indexList .inner ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .interview.indexList .inner ul.list li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
    width: 48%;
    margin: 0
  }
  .interview.indexList .inner ul.list li .imgTxt figure {
    margin-bottom: 15px
  }
  .interview.indexList .inner ul.list li .imgTxt figure img {
    object-fit: cover;
    height: 420px;
    width: 100%
  }
  .interview.indexList .inner ul.list li .imgTxt .catchBox {
    position: static;
    left: 0;
    bottom: 0
  }
  .interview.indexList .inner ul.list li .imgTxt .catchBox .job {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 5px 10px
  }
  .interview.indexList .inner ul.list li .imgTxt .catchBox .catch {
    margin-bottom: 5px
  }
  .interview.indexList .inner ul.list li .imgTxt .catchBox .catch span {
    font-size: 1.6rem;
    line-height: 1.4
  }
  .interview.indexList .inner ul.list li .profTxt p {
    margin-bottom: 10px
  }
  .interview.indexList .inner ul.list li .profTxt h2 {
    font-size: 1.8rem;
    margin-bottom: 0
  }
  .interview.indexList .inner ul.list li .profTxt h2 span {
    font-size: 1.3rem
  }
  .interview.indexList .inner ul.list li .profTxt .btnBox a {
    width: 100%
  }
  .topTW {
    padding-bottom: 50px
  }
  .topTW .imgBg {
    position: absolute;
    right: 0;
    z-index: -1
  }
  .topTW .imgBg img {
    border-radius: 0
  }
  .topTW h1 {
    font-size: 2.6rem;
    margin-bottom: 20px
  }
  .topTW h1 span {
    font-size: 1.6rem;
    margin-bottom: 5px
  }
  .topTW .inner {
    max-width: 100vw;
    padding: 20px 5vw 0 5vw
  }
  .topTW .inner .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-top: 0
  }
  .topTW .inner .box .imgBox {
    width: 100vw
  }
  .topTW .inner .box .imgBox figure img {
    width: 100%;
    border-radius: 10px 10px 0 0
  }
  .topTW .inner .box .txtBox {
    width: 100vw;
    padding: 20px
  }
  .topTW .inner .box .txtBox h2 {
    font-size: 2rem;
    margin-bottom: 20px
  }
  .topTW .inner .box .txtBox .btnBox {
    margin-right: 0;
    text-align: center
  }
  .topRecruit .inner {
    max-width: 90vw;
    padding-bottom: 50px
  }
  .topRecruit .inner .imgBox {
    margin-bottom: 20px
  }
  .topRecruit .inner .imgBox figure img {
    border-radius: 10px;
    width: 100%
  }
  .topRecruit .inner .txtBox {
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto
  }
  .topRecruit .inner .txtBox .ttl {
    width: 100vw
  }
  .topRecruit .inner .txtBox .ttl h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    text-align: center
  }
  .topRecruit .inner .txtBox .ttl h1 span {
    font-size: 1.6rem;
    margin-bottom: 5px
  }
  .topRecruit .inner .txtBox .txt {
    width: 100vw;
    text-align: left
  }
  .topRecruit .inner .txtBox .txt h2 {
    font-size: 2rem;
    margin-bottom: 20px
  }
  .topRecruit .inner .txtBox .txt .btnBox {
    text-align: center
  }
  .topRequirement .inner {
    max-width: 90vw;
    padding-bottom: 50px
  }
  .topRequirement .inner .txtBox {
    background: #FFF6F1;
    border-radius: 10px;
    padding: 20px;
    text-align: center
  }
  .topRequirement .inner .txtBox h1 {
    font-size: 2.6rem;
    margin-bottom: 20px
  }
  .topRequirement .inner .txtBox h1 span {
    font-size: 1.6rem;
    margin-bottom: 10px
  }
  .topRequirement .inner .txtBox ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .topRequirement .inner .txtBox ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
  .topRequirement .inner .txtBox ul li:not(:last-child) {
    margin-bottom: 10px
  }
  .topRequirement .inner .txtBox ul li a {
    width: 100%
  }
  .entryArea {
    padding: 30px 0
  }
  .entryArea .inner {
    text-align: center
  }
  .entryArea .inner h1 {
    margin-bottom: 5px
  }
  .entryArea .inner h2 {
    font-size: 2rem;
    margin-bottom: 20px
  }
  .entryArea .inner ul.btnArea01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
  }
  .entryArea .inner ul.btnArea01 li {
    width: 100%
  }
  .entryArea .inner ul.btnArea01 li a {
    font-size: 1.8rem;
    width: 100%;
    padding: 15px 20px
  }
  .entryArea .inner ul.btnArea01 li a span {
    font-size: 1.8rem
  }
  .entryArea .inner ul.btnArea02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
  }
  .entryArea .inner ul.btnArea02 li {
    width: 100%
  }
  .entryArea .inner ul.btnArea02 li:first-child {
    margin-right: 0;
    margin-bottom: 10px
  }
  .entryArea .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .entryArea .inner ul li a {
    font-size: 1.8rem;
    width: 100%;
    padding: 15px 20px
  }
  .entryArea .inner ul li a span {
    font-size: 1.4rem
  }
  .cont__box {
    padding: 40px 0 40px
  }
  .cont__box + .cont__box {
    padding-top: 0
  }
  .cont__box + .cont__box.bg03 {
    padding-top: 40px
  }
  .firstbox {
    padding-top: 20px
  }
  .pageHead {
    width: 100%;
    height: 180px;
    margin-top: 80px
  }
  .pageHead__bg img.positionL {
    object-position: left
  }
  .pageHead__title {
    width: 90vw;
    top: -15px
  }
  .pageHead__title h1 span.en {
    font-size: 1.8rem;
    margin-top: -10px
  }
  .pageHead__title h1 span.jp {
    margin-top: 5px;
    font-size: 2.6rem
  }
  .pankuzu {
    padding: 0;
    top: 100%;
    left: 0;
    bottom: inherit
  }
  .pankuzu ul {
    padding: 10px 5vw;
    overflow-x: scroll
  }
  .pankuzu ul li {
    font-size: 1.4rem;
    display: table-cell;
    white-space: nowrap
  }
  .pankuzu ul li:not(:last-of-type)::after {
    position: relative;
    top: -5px
  }
  .ttl__basic {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.4
  }
  .ttl__basic span {
    font-size: 1.6rem;
    margin-bottom: 15px
  }
  .ttl__small {
    font-size: 2rem;
    margin: 20px 0 20px
  }
  .ttl__bg {
    font-size: 2.2rem;
    padding: 15px;
    margin: 30px 0 15px;
    text-align: left
  }
  .ttl__smallsolid {
    font-size: 2rem;
    padding-bottom: 10px;
    margin: 40px 0 20px
  }
  .bg01 {
    padding: 60px 0;
    margin-bottom: 60px
  }
  .bg01 .imgBox {
    margin-bottom: 60px
  }
  .bg02 {
    padding: 60px 0;
    margin-bottom: 60px
  }
  .bg02 .imgBox {
    margin-bottom: 60px
  }
  .bg03 {
    padding: 60px 0;
    margin-bottom: 60px
  }
  .bg03 .imgBox {
    margin-bottom: 60px
  }
  .largeTxt {
    font-size: 7rem
  }
  .top60 {
    top: -30px
  }
  .thoughtArea .ttl__small {
    font-size: 2.2rem;
    margin-top: 20px;
    line-height: 1.6
  }
  .thoughtArea p {
    font-size: 1.6rem;
    line-height: 2.4
  }
  .introArea > .imgArea {
    height: 400px
  }
  .introArea > .imgArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 0 !important
  }
  .introArea > .txtArea {
    width: 100%;
    padding: 20px 5vw 0 20px;
    margin-top: 0;
    border-radius: 0 !important
  }
  .introArea > .txtArea .ttl__basic {
    margin: 10px 0 10px
  }
  .introArea > .txtArea img {
    width: 80vw;
    margin-bottom: 0
  }
  .introArea .txtArea + .imgArea {
    margin-top: 40px
  }
  .introArea > .imgArea.evenBox {
    height: 400px;
    margin-top: 30px
  }
  .introArea > .txtArea.evenBox {
    padding: 20px 20px 0 5vw;
    width: 100%
  }
  .recruitArea .introArea > .imgArea {
    height: 260px !important
  }
  .recruitArea .introArea > .txtArea {
    width: 95vw;
    padding: 20px 5vw 0 20px;
    margin: -80px 0 80px auto;
    border-radius: 10px 0 0 0 !important
  }
  .recruitArea .introArea > .txtArea .ttl__basic {
    margin-bottom: 20px
  }
  .recruitArea .introArea > .txtArea.evenBox {
    padding: 20px 20px 0 5vw;
    margin: -80px auto 80px 0;
    border-radius: 0 10px 0 0 !important
  }
  .movieWrap {
    margin: 20px 0 0
  }
  .movieWrap iframe {
    border-radius: 10px;
    width: 100%;
    height: 28vh
  }
  .chronicleBox {
    position: relative;
    text-align: center;
    margin-bottom: 20px
  }
  .chronicleBox .ttl {
    text-align: center;
    right: inherit;
    font-size: 1.6rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 90%
  }
  .historyImg .x3 li {
    width: 48% !important
  }
  .historyImg .x3 li:nth-child(odd) {
    margin-right: 4%
  }
  .historyImg .x3 > *:nth-child(n+2) {
    margin-top: 0
  }
  .historyImg .x3 > *:nth-child(n+3) {
    margin-top: 30px
  }
  .past {
    margin-bottom: 30px
  }
  .past__box {
    padding-bottom: 20px
  }
  .past__item-sub {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5vw
  }
  .past__item-sub-ttl {
    font-size: 1.6rem
  }
  .past__item-sub .bigTxt {
    font-size: 1.8rem
  }
  .past__item-sub-date {
    font-size: 2rem;
    min-width: 90px;
    margin: 0 !important
  }
  .past__item-sub.show::after {
    width: 100%
  }
  .anchorBox {
    padding: 20px;
    text-align: center
  }
  .anchorBox h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    padding-bottom: 10px
  }
  .anchorBox p {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left
  }
  .anchorBox .anchorBtn li {
    width: 100%
  }
  .anchorBox .anchorBtn li a {
    width: 100%
  }
  .anchorBox .anchorBtn li:not(last-child) {
    margin: 0 0 10px 0
  }
  .radiusR10 img {
    border-radius: 0
  }
  .bg01 {
    padding: 30px 0;
    margin-bottom: 50px;
    position: relative
  }
  .bg01 .imgBox {
    margin-bottom: 10px
  }
  .bg02 {
    padding: 30px 0;
    margin-bottom: 50px;
    position: relative
  }
  .bg02 .imgBox {
    margin-bottom: 10px
  }
  .bg03 {
    padding: 30px 0;
    margin-bottom: 50px;
    position: relative
  }
  .bg03 .imgBox {
    margin-bottom: 10px
  }
  .leadBox {
    margin-bottom: 30px;
    text-align: left
  }
  .whiteBox {
    margin: 0 auto 50px
  }
  .whiteBox .inner {
    padding: 20px
  }
  .flexBox {
    margin-top: 30px
  }
  .flexBox > div {
    width: 100%
  }
  .flexBox > div h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    padding-bottom: 10px
  }
  .flexBox > div dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 5px 15px
  }
  .flexBox > div dl dd {
    margin-bottom: 20px
  }
  .flexBox.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .personHead {
    flex-direction: column-reverse;
    height: 100%;
    margin-top: 80px
  }
  .personHead__wrap {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 90%;
    margin-top: -40px
  }
  .personHead__wrap .txt {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .personHead__wrap .txt .catch {
    margin-top: 10px
  }
  .personHead__wrap .txt .catch span {
    font-size: 1.8rem
  }
  .personHead__wrap .txt .job {
    font-size: 1.8rem;
    color: #fff !important;
    display: inline-block;
    adding: 5px 15px
  }
  .personHead__wrap .txt h1 {
    font-size: 2rem;
    margin-bottom: 10px
  }
  .personHead__wrap .txt h1 span {
    font-size: 1.4rem
  }
  .personHead__img {
    width: 100%
  }
  ul.list.onebox {
    max-width: 80%;
    margin: 0 auto
  }
  .personArea .personWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
  }
  .personArea .personWrap .imgBox {
    flex-basis: 100%;
    margin: 0 0 30px 0
  }
  .personArea .personWrap .txtBox h2 {
    font-size: 2rem
  }
  .personArea .personWrap .txtBox h3 {
    font-size: 1.8rem;
    margin: 40px 0 20px
  }
  .personArea .personWrap .txtBox h3 span.txtQ {
    font-size: 1rem
  }
  .personArea .personWrap.evenWrap {
    flex-direction: column-reverse
  }
  .personArea .personWrap.evenWrap .imgBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 30px 0
  }
  .personArea .leadBox {
    margin-top: 40px !important;
    padding: 20px
  }
  .personArea .leadBox h3 {
    font-size: 1.8rem;
    margin-bottom: 20px
  }
  .scheduleBox .txtBox > div {
    padding: 20px 20px 50px 20px
  }
  .scheduleBox .txtBox > div h3 {
    font-size: 1.8rem !important
  }
  .scheduleBox .txtBox > div .intFlow li {
    border-radius: 10px
  }
  .scheduleBox .txtBox > div .intFlow li:not(:last-child) {
    padding-bottom: 20px
  }
  .scheduleBox .txtBox > div .intFlow li::after {
    left: 0
  }
  .scheduleBox .txtBox > div .intFlow li dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px
  }
  .scheduleBox .txtBox > div .intFlow li dl dt {
    line-height: 1.4;
    width: 100%
  }
  .scheduleBox .txtBox > div .intFlow li dl dt::before {
    left: -7px
  }
  .scheduleBox .txtBox > div .intFlow li dl dd {
    font-size: 1.8rem;
    width: 100%
  }
  .privateWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
  }
  .privateWrap .imgBox {
    margin: 0 auto 20px
  }
  .privateWrap .txtBox h3 {
    font-size: 1.8rem
  }
  .privateWrap .txtBox ol li {
    font-size: 1.6rem
  }
  .privateWrap .txtBox ol li:not(:last-child) {
    margin-bottom: 5px
  }
  .x3bgBox > li {
    padding: 20px
  }
  .x3bgBox > li .ttl__small {
    font-size: 1.8rem
  }
  .bgList {
    padding: 20px
  }
  .x1x2Box {
    margin-bottom: 30px
  }
  .x1x2Box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .x1x2Box ul > li {
    padding: 20px
  }
  .x1x2Box ul > li p {
    margin: 0 0 20px 0
  }
  .x1x2Box ul > li:first-child {
    width: 100%;
    margin-bottom: 20px
  }
  .x1x2Box ul > li:last-child {
    width: 100%
  }
  .anchorList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
  .anchorList > li {
    width: 100%
  }
  .anchorList > li:not(:last-child) {
    margin-bottom: 20px
  }
  .anchorList > li a {
    font-size: 1.6rem
  }
  .flowArea {
    margin-bottom: 30px
  }
  .flowArea .flow > li:not(:first-child)::before {
    left: calc(50% - 2px)
  }
  .flowArea .flow > li dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .flowArea .flow > li dl dt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 10px 0
  }
  .flowArea .flow > li dl dd {
    text-align: center;
    width: 100%
  }
  .recruitBgbox {
    padding: 20px;
    margin-bottom: 30px
  }
  .subNewsbox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 15px
  }
  .subNewsbox dl dt {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: auto
  }
  .subNewsbox dl dt span {
    margin-left: 30px
  }
  .subNewsbox dl dd {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
  .subNewsbox dl dd .ttl {
    margin-bottom: 10px
  }
  .detailsWrap .mainBox h2 {
    margin-top: 0;
    font-size: 2.2rem;
    padding: 16px;
    background: #eff5fa;
    line-height: 1.4;
    border-radius: 0 0 10px 10px
  }
  .detailsWrap .mainBox .radius10 {
    margin-bottom: 0
  }
  .detailsWrap .mainBox .radius10 img {
    border-radius: 10px 10px 0 0
  }
  .detailsWrap .blogTxtarea figure {
    float: none;
    margin: 0 0 20px 0;
    width: 100%
  }
  .accordion .accordionTtl {
    font-size: 1.6rem;
    padding: 15px 40px 15px 45px
  }
  .accordion .accordionTtl::after {
    right: 15px
  }
  .accordion .accordionBox {
    padding: 0 40px 0 45px
  }
  .accordion .accordionTtl span.qaIcon, .accordion .accordionBox span.qaIcon {
    left: 10px
  }
  .sitemapList {
    gap: 20px
  }
  .sitemapList__box {
    width: 100%;
    padding: 25px;
    min-height: auto
  }
  .sitemapList__box a {
    font-size: 2rem
  }
}
@media screen and (max-width: 600px) {
  .spScroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px
  }
  .spScroll figure {
    width: 740px;
    margin-bottom: 0 !important
  }
  .spScroll figure img {
    width: 100%
  }
  .spScroll figure::-webkit-scrollbar {
    height: 4px
  }
  .spScroll figure::-webkit-scrollbar-track {
    background: #eee
  }
  .spScroll figure::-webkit-scrollbar-thumb {
    background: #666;
    border: none;
    transition: .3s
  }
  .spScroll figure::-webkit-scrollbar-thumb:hover {
    background: #999
  }
  .scroll-hint-icon-wrap {
    top: -20px !important
  }
  .interview.indexList .inner ul.list li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0
  }
  .interview.indexList .inner ul.list li:not(:last-child) {
    margin-bottom: 20px
  }
  
  p.conceptBox a.conceptMV{
    padding-left: 0;
    padding-right: 0;
  }

}