@charset "UTF-8";
@import "reset.css";
/*
ゴシック
　NotoSansJP
明朝
　NotoSerifJP
英文字
　Arial,Roboto
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "myicon";
  src: url("../fonts/icomoon-svgbg-m.eot?ugin9n");
  src: url("../fonts/icomoon-svgbg-m.eot?ugin9n#iefix") format("embedded-opentype"), url("../fonts/icomoon-svgbg-m.ttf?ugin9n") format("truetype"), url("../fonts/icomoon-svgbg-m.woff?ugin9n") format("woff"), url("../fonts/icomoon-svgbg-m.svg?ugin9n#icomoon-svgbg-m") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  font-size: 6.25%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  color: #333333;
  line-height: 1;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, "游ゴシック", YuGothic, sans-serif;
  font-size: 16px;
  font-size: 16rem;
  min-width: 1200px;
}
@media screen and (max-width: 599px) {
  body {
    min-width: auto;
    min-width: initial;
    width: 100%;
    font-size: 3.116vw;
  }
}

main,
aside {
  position: relative;
  z-index: 2;
  display: block;
}

h1, h2, h3, h4.h5 {
  font-weight: 400;
}

strong {
  font-weight: 400;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  a[href*="tel:"] {
    display: inline;
    cursor: pointer;
  }
}

@media screen and (max-width: 599px) {
  img {
    width: 100%;
  }
}

.ff--mincho {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.fs--18 {
  font-size: 18px;
}
.fs--20 {
  font-size: 20px;
}
.fs--22 {
  font-size: 22px;
}
.fs--30 {
  font-size: 30px;
}
.fs--32 {
  font-size: 32px;
}
.fs--35 {
  font-size: 35px;
}
.fs--40 {
  font-size: 40px;
}
.fs--55 {
  font-size: 55px;
}

.fw--bold {
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .isHide--PC {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .isHide--SP {
    display: none !important;
  }
}

.txt--c {
  text-align: center;
}
.txt--l {
  text-align: left;
}
.txt--r {
  text-align: right;
}

.mt--00 {
  margin-top: 0 !important;
}
@media screen and (min-width: 600px) {
  .mt--00--PC {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .mt--00--SP {
    margin-top: 0 !important;
  }
}

.mb--00 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 600px) {
  .mb--00--PC {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .mb--00--SP {
    margin-bottom: 0 !important;
  }
}
.mb--1_5 {
  margin-bottom: 1.5em;
}

.imageBox {
  line-height: 0;
}

.imageBox--full img {
  width: 100%;
}

.arr--r {
  width: 1em;
  height: 1em;
  padding: 0 0 0 0.5em;
}
.arr--r::before {
  font-style: normal;
  content: "→";
}

.icn--arr {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}
.icn--arr::before, .icn--arr::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0.6em;
  height: 2px;
  background: #333333;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.icn--arr::before {
  -webkit-transform: translate(0, -50%) rotate(25deg);
          transform: translate(0, -50%) rotate(25deg);
}
.icn--arr::after {
  -webkit-transform: translate(0, -50%) rotate(-25deg);
          transform: translate(0, -50%) rotate(-25deg);
}
.icn--otherwin {
  display: inline-block;
  width: 2em;
  height: 1em;
  position: relative;
}
.icn--otherwin::before, .icn--otherwin::after {
  position: absolute;
  right: 0;
  top: 0.1em;
  content: "";
  width: 1em;
  height: 0.6em;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.icn--otherwin::after {
  top: 0.3em;
  right: 0.2em;
  background: transparent;
}
.icn--uparr {
  display: inline-block;
  width: 1em;
  height: 0.25em;
  position: relative;
  -webkit-transform: rotate(-90deg) translate(-0.6em, 0);
          transform: rotate(-90deg) translate(-0.6em, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open .icn--uparr {
  -webkit-transform: rotate(90deg) translate(0.2em, 0);
          transform: rotate(90deg) translate(0.2em, 0);
}
.icn--uparr::before, .icn--uparr::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0.6em;
  height: 2px;
  background: #ffffff;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.icn--uparr::before {
  -webkit-transform: translate(0, -50%) rotate(25deg);
          transform: translate(0, -50%) rotate(25deg);
}
.icn--uparr::after {
  -webkit-transform: translate(0, -50%) rotate(-25deg);
          transform: translate(0, -50%) rotate(-25deg);
}

.readmoreBtn {
  display: inline-block;
  line-height: 1;
  text-align: left;
  width: 440px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1D2081;
  position: relative;
  border-radius: 0 15px 0 0;
  font-size: 20px;
  font-size: 20rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .readmoreBtn {
    width: 100%;
    padding: 5.194vw 3.896vw;
    border-radius: 0 1.948vw 0 0;
    font-size: 4.675vw;
  }
}
.readmoreBtn .icn--arr {
  float: right;
}
.readmoreBtn .icn--arr::before, .readmoreBtn .icn--arr::after {
  background: #ffffff;
}
@media screen and (min-width: 600px) {
  .readmoreBtn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .readmoreBtn .icn--arr::before, .readmoreBtn .icn--arr::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .readmoreBtn:hover {
    opacity: 0.7;
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
}
.readmoreBtn.readmoreBtn--white {
  color: #1D2081;
  background: #ffffff;
}
.readmoreBtn.readmoreBtn--white .icn--arr {
  float: right;
}
.readmoreBtn.readmoreBtn--white .icn--arr::before, .readmoreBtn.readmoreBtn--white .icn--arr::after {
  background: #1D2081;
}
@media screen and (min-width: 600px) {
  .readmoreBtn.readmoreBtn--white:hover {
    opacity: 1;
    background: #1D2081;
    color: #ffffff;
  }
  .readmoreBtn.readmoreBtn--white:hover .icn--arr::before, .readmoreBtn.readmoreBtn--white:hover .icn--arr::after {
    background: #ffffff;
  }
}
.readmoreBtn.readmoreBtn--orange {
  border: 1px solid #FC481C;
  color: #FC481C;
  background: #ffffff;
}
.readmoreBtn.readmoreBtn--orange .icn--arr {
  float: right;
}
.readmoreBtn.readmoreBtn--orange .icn--arr::before, .readmoreBtn.readmoreBtn--orange .icn--arr::after {
  background: #FC481C;
}
@media screen and (min-width: 600px) {
  .readmoreBtn.readmoreBtn--orange:hover {
    opacity: 1;
    background: #FC481C;
    color: #ffffff;
  }
  .readmoreBtn.readmoreBtn--orange:hover .icn--arr::before, .readmoreBtn.readmoreBtn--orange:hover .icn--arr::after {
    background: #ffffff;
  }
}
.readmoreBtn.readmoreBtn--black {
  border: 1px solid #333333;
  color: #333333;
  background: #ffffff;
}
.readmoreBtn.readmoreBtn--black .icn--arr {
  float: right;
}
.readmoreBtn.readmoreBtn--black .icn--arr::before, .readmoreBtn.readmoreBtn--black .icn--arr::after {
  background: #333333;
}
@media screen and (min-width: 600px) {
  .readmoreBtn.readmoreBtn--black:hover {
    opacity: 1;
    background: #333333;
    color: #ffffff;
  }
  .readmoreBtn.readmoreBtn--black:hover .icn--arr::before, .readmoreBtn.readmoreBtn--black:hover .icn--arr::after {
    background: #ffffff;
  }
}
.readmoreBtn.readmoreBtn--blue {
  border: 1px solid #1D2081;
  color: #1D2081;
  background: #ffffff;
}
.readmoreBtn.readmoreBtn--blue .icn--arr {
  float: right;
}
.readmoreBtn.readmoreBtn--blue .icn--arr::before, .readmoreBtn.readmoreBtn--blue .icn--arr::after {
  background: #1D2081;
}
@media screen and (min-width: 600px) {
  .readmoreBtn.readmoreBtn--blue:hover {
    opacity: 1;
    background: #1D2081;
    color: #ffffff;
  }
  .readmoreBtn.readmoreBtn--blue:hover .icn--arr::before, .readmoreBtn.readmoreBtn--blue:hover .icn--arr::after {
    background: #ffffff;
  }
}
.readmoreBtn.readmoreBtn--fndblue {
  color: #ffffff;
  border: 1px solid #1D2081;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
}
.readmoreBtn.readmoreBtn--fndblue .icn--arr {
  float: right;
}
.readmoreBtn.readmoreBtn--fndblue .icn--arr::before, .readmoreBtn.readmoreBtn--fndblue .icn--arr::after {
  background: #ffffff;
}
@media screen and (min-width: 600px) {
  .readmoreBtn.readmoreBtn--fndblue:hover {
    opacity: 0.7;
  }
}
.readmoreBtn.readmoreBtn--fndorange {
  color: #ffffff;
  border: 1px solid #FC481C;
  background: #FC481C;
}
.readmoreBtn.readmoreBtn--fndorange .icn--arr {
  float: right;
}
.readmoreBtn.readmoreBtn--fndorange .icn--arr::before, .readmoreBtn.readmoreBtn--fndorange .icn--arr::after {
  background: #ffffff;
}
@media screen and (min-width: 600px) {
  .readmoreBtn.readmoreBtn--fndorange:hover {
    opacity: 0.7;
  }
}

.js-fade {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}
.js-fade.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-fade.fade-zoom {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}
.js-fade.fade-zoom.fadeIn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-fade.fade-left {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.js-fade.fade-left.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-fade.fade-right {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.js-fade.fade-right.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-fade.fade-top {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.js-fade.fade-top.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.siteHeader {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
}
.siteHeader .headerWrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .siteHeader .headerWrap {
    position: relative;
  }
}
.siteHeader .siteName {
  width: 200px;
  margin: 0 auto 0 25px;
}
@media screen and (min-width: 1300px) {
  .siteHeader .siteName {
    width: 250px;
  }
}
@media screen and (min-width: 1500px) {
  .siteHeader .siteName {
    margin: 0 auto 0 50px;
  }
}
@media screen and (min-width: 1700px) {
  .siteHeader .siteName {
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .siteName {
    margin: 0 auto 0 4.545vw;
    width: 45.454vw;
  }
}
.siteHeader .siteName img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .siteHeader .siteName {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteHeader .siteName:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 51;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
    background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  }
  .openSPmenu .siteHeader .globalNav {
    max-height: 1500px;
  }
}
.siteHeader .globalNav .global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav .global {
    display: block;
  }
}
.siteHeader .globalNav .global > li {
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 14rem;
}
@media screen and (min-width: 1300px) {
  .siteHeader .globalNav .global > li {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .siteHeader .globalNav .global > li {
    margin: 0 25px 0 0;
    font-size: 16px;
    font-size: 16rem;
  }
}
@media screen and (min-width: 1700px) {
  .siteHeader .globalNav .global > li {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav .global > li {
    margin: 0;
  }
  .siteHeader .globalNav .global > li + li {
    border-top: 1px solid #ffffff;
  }
}
@media screen and (min-width: 600px) {
  .siteHeader .globalNav .global > li.insub a::after {
    content: "";
  }
}
@media screen and (min-width: 600px) {
  .siteHeader .globalNav .global > li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteHeader .globalNav .global > li a::before, .siteHeader .globalNav .global > li a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteHeader .globalNav .global > li a:hover::before, .siteHeader .globalNav .global > li a:hover::after {
    background: #FC481C;
  }
}
.siteHeader .globalNav a {
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: relative;
}
.siteHeader .globalNav a::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #1A67DB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.siteHeader .globalNav a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1A67DB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1300px) {
  .siteHeader .globalNav a {
    height: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .siteHeader .globalNav a {
    height: 124px;
  }
}
@media screen and (min-width: 600px) {
  .siteHeader .globalNav a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav a {
    display: block;
    padding: 5.194vw 5.194vw;
    color: #ffffff;
    text-align: left;
    position: relative;
    height: auto;
  }
  .siteHeader .globalNav a::before, .siteHeader .globalNav a::after {
    position: absolute;
    left: auto;
    right: 3.896vw;
    top: 50%;
    content: "";
    width: 0.6em;
    height: 1px;
    background: #ffffff;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  .siteHeader .globalNav a::before {
    -webkit-transform: translate(0, -50%) rotate(25deg);
            transform: translate(0, -50%) rotate(25deg);
  }
  .siteHeader .globalNav a::after {
    -webkit-transform: translate(0, -50%) rotate(-25deg);
            transform: translate(0, -50%) rotate(-25deg);
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav a.notAnch::before, .siteHeader .globalNav a.notAnch::after {
    content: none;
  }
}
.siteHeader .globalNav .sub {
  position: absolute;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  top: 100%;
  width: 190px;
  margin-left: -95px;
  max-height: 0;
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav .sub {
    max-height: auto;
    max-height: initial;
    position: relative;
    overflow: visible;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 0;
  }
}
.siteHeader .globalNav .sub li {
  height: 80px;
}
@media screen and (min-width: 1300px) {
  .siteHeader .globalNav .sub li {
    height: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .siteHeader .globalNav .sub li {
    height: 124px;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav .sub li {
    height: auto;
    padding: 0;
    border-top: 1px solid #ffffff;
  }
}
.siteHeader .globalNav .sub li + li {
  position: relative;
}
.siteHeader .globalNav .sub li + li::before {
  content: "";
  width: 115px;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-57px, 0);
          transform: translate(-57px, 0);
  position: absolute;
  background: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav .sub li + li {
    margin-left: 0;
  }
  .siteHeader .globalNav .sub li + li::before {
    content: none;
  }
}
.siteHeader .globalNav .sub li a {
  color: #ffffff;
  background: #FC481C;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .siteHeader .globalNav .sub li a::before, .siteHeader .globalNav .sub li a::after {
    content: none !important;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .globalNav .sub li a {
    background: rgba(255, 255, 255, 0.2);
    padding: 5.194vw 5.194vw 5.194vw 10.389vw;
  }
  .siteHeader .globalNav .sub li a::before {
    content: "";
    padding-right: 0;
  }
}
.siteHeader .globalNav .insub {
  position: relative;
}
@media screen and (min-width: 600px) {
  .siteHeader .globalNav .insub:hover .sub {
    max-height: 500px;
  }
  .siteHeader .globalNav .insub:hover .sub a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .siteHeader .globalNav .insub .sub a:hover {
    opacity: 1;
    background: #fd8162;
  }
}
.siteHeader .gmenuBtn {
  display: none;
}
@media screen and (max-width: 599px) {
  .siteHeader .gmenuBtn {
    display: block;
    height: 16.883vw;
    width: 23.376vw;
  }
  .siteHeader .gmenuBtn a {
    display: block;
    height: 16.883vw;
    width: 23.376vw;
    position: relative;
  }
  .siteHeader .gmenuBtn a span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 3px;
    width: 9.61vw;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
    background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
    right: 4.545vw;
    top: 7.532vw;
  }
  .siteHeader .gmenuBtn a span + span {
    width: 6.753vw;
    top: 9.61vw;
  }
  .closeSPmenu .siteHeader .gmenuBtn a span {
    -webkit-animation: menu-bar-up-active 0.75s forwards;
            animation: menu-bar-up-active 0.75s forwards;
  }
  .closeSPmenu .siteHeader .gmenuBtn a span + span {
    -webkit-animation: menu-bar-down-acitve 0.75s forwards;
            animation: menu-bar-down-acitve 0.75s forwards;
  }
  .openSPmenu .siteHeader .gmenuBtn a span {
    -webkit-animation: menu-bar-up 0.75s forwards;
            animation: menu-bar-up 0.75s forwards;
  }
  .openSPmenu .siteHeader .gmenuBtn a span + span {
    -webkit-animation: menu-bar-down 0.75s forwards;
            animation: menu-bar-down 0.75s forwards;
  }
  .siteHeader .gmenuBtn a::after {
    content: "MENU";
    font-size: 2.077vw;
    position: absolute;
    left: 1.298vw;
    top: 7.792vw;
  }
}
.siteHeader .entryBtn._registration a {
  background: #000099;
  font-size: 18px;
  font-size: 18rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .siteHeader .entryBtn._registration a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteHeader .entryBtn._registration a:hover {
    background: #0000cc;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .entryBtn._registration a {
    margin-right: 25.974vw;
    font-size: 3.896vw;
    line-height: 1.25;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .entryBtn {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 50;
  }
}
.siteHeader .entryBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 125px;
  height: 80px;
  background: #FC481C;
  color: #ffffff;
  font-size: 14px;
  font-size: 14rem;
}
@media screen and (min-width: 1300px) {
  .siteHeader .entryBtn a {
    width: 150px;
    height: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .siteHeader .entryBtn a {
    width: 185px;
    height: 124px;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .entryBtn a {
    width: 23.376vw;
    font-size: 2.597vw;
    height: 16.103vw;
    line-height: 1;
  }
}
.siteHeader .entryBtn a span {
  font-family: "arial", sans-serif;
  font-size: 20px;
  font-size: 20rem;
  letter-spacing: 5px;
  font-weight: 700;
  padding: 0 0 8px;
}
@media screen and (min-width: 1700px) {
  .siteHeader .entryBtn a span {
    font-size: 26px;
    font-size: 26rem;
  }
}
@media screen and (max-width: 599px) {
  .siteHeader .entryBtn a span {
    letter-spacing: 0.649vw;
    font-size: 4.285vw;
    padding: 0 0 1.298vw;
  }
}
@media screen and (min-width: 600px) {
  .siteHeader .entryBtn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteHeader .entryBtn a:hover {
    background: #fd714e;
  }
}

.siteAside {
  overflow: hidden;
}
.siteAside .contentsWrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .siteAside .contentsWrap {
    width: 87.012vw;
  }
}
.siteAside .bnrLink {
  padding: 140px 0 90px;
  margin: 0;
  background: #E4E5E9;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink {
    padding: 16.883vw 0 12.987vw;
  }
}
.siteAside .bnrLink .title {
  position: relative;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  color: #ffffff;
}
.siteAside .bnrLink .title span:nth-child(1) {
  font-size: 37px;
  font-size: 37rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink .title span:nth-child(1) {
    font-size: 7.532vw;
  }
}
.siteAside .bnrLink .title span:nth-child(2) {
  font-size: 123px;
  font-size: 123rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink .title span:nth-child(2) {
    font-size: 9.35vw;
    margin-top: -2.598vw;
  }
}
.siteAside .bnrLink.jobinfo {
  background: url(../img/common/foot/aside_jobinfo.jpg) center center no-repeat;
  background-size: cover;
}
.page--joblist .siteAside .bnrLink.jobinfo {
  display: none;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.jobinfo {
    background-image: url(../img/common/foot/aside_jobinfo_sp.jpg);
    background-position: left center;
  }
}
.siteAside .bnrLink.jobinfo .linkBox {
  margin: 80px auto 0;
  width: 600px;
  border-top: 1px solid #ffffff;
  padding: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.jobinfo .linkBox {
    margin: 4.545vw auto 0;
    width: 57.792vw;
    padding: 5.844vw 0 0;
  }
}
.siteAside .bnrLink.jobinfo .linkBox a {
  display: inline-block;
  line-height: 1;
  text-align: left;
  width: 440px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  position: relative;
  border-radius: 0 15px 0 0;
  font-size: 20px;
  font-size: 20rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.jobinfo .linkBox a {
    width: 100%;
    padding: 3.246vw 3.896vw;
    border-radius: 0 1.948vw 0 0;
    font-size: 2.597vw;
  }
}
.siteAside .bnrLink.jobinfo .linkBox a .icn--arr {
  float: right;
}
.siteAside .bnrLink.jobinfo .linkBox a .icn--arr::before, .siteAside .bnrLink.jobinfo .linkBox a .icn--arr::after {
  background: #1D2081;
}
@media screen and (min-width: 600px) {
  .siteAside .bnrLink.jobinfo .linkBox a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteAside .bnrLink.jobinfo .linkBox a .icn--arr::before, .siteAside .bnrLink.jobinfo .linkBox a .icn--arr::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteAside .bnrLink.jobinfo .linkBox a:hover {
    background: #1D2081;
    color: #ffffff;
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  .siteAside .bnrLink.jobinfo .linkBox a:hover .icn--arr::before, .siteAside .bnrLink.jobinfo .linkBox a:hover .icn--arr::after {
    background: #ffffff;
  }
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.entry {
    background: url(../img/common/foot/aside_entry_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
  }
  .siteAside .bnrLink.entry .contentsWrap {
    width: 100%;
  }
}
.siteAside .bnrLink.entry a {
  display: block;
  margin: 0 auto;
  width: 600px;
  padding: 0 0 100px;
  border-bottom: 1px solid #1D2081;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.entry a {
    width: 100%;
    padding: 27.272vw 0 29.87vw;
    border-bottom: none;
    position: relative;
  }
  .siteAside .bnrLink.entry a::after {
    content: "";
    width: 57.792vw;
    height: 1px;
    background: #1D2081;
    bottom: 19.48vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
  }
}
.siteAside .bnrLink.entry a .title {
  display: block;
}
.siteAside .bnrLink.entry a .title span:nth-child(1) {
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.entry a .title span:nth-child(1) {
    font-size: 4.805vw;
  }
}
.siteAside .bnrLink.entry a .title span:nth-child(2) {
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  .siteAside .bnrLink.entry a .title span:nth-child(2) {
    margin-top: -1.299vw;
    color: #ffffff;
    font-size: 15.974vw;
  }
}
@media screen and (min-width: 600px) {
  .siteAside .bnrLink.entry a .title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteAside .bnrLink.entry a span:nth-child(1) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteAside .bnrLink.entry a span:nth-child(2) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteAside .bnrLink.entry a:hover .title {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  .siteAside .bnrLink.entry a:hover span:nth-child(1) {
    color: rgba(255, 255, 255, 0);
  }
  .siteAside .bnrLink.entry a:hover span:nth-child(2) {
    color: rgb(29, 32, 129);
  }
}

.siteFooter .footerContetns .contentsWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 75px 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap {
    width: 87.012vw;
    padding: 8.441vw 0 10.389vw;
  }
}
.siteFooter .footerContetns .contentsWrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .left {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.siteFooter .footerContetns .contentsWrap .right {
  -ms-flex-preferred-size: 490px;
      flex-basis: 490px;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .right {
    display: none;
  }
}
.siteFooter .footerContetns .contentsWrap .siteName {
  width: 225px;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .siteName {
    width: 47.402vw;
    margin: 0 auto;
  }
}
.siteFooter .footerContetns .contentsWrap .siteName img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .siteFooter .footerContetns .contentsWrap .siteName {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteFooter .footerContetns .contentsWrap .siteName:hover {
    opacity: 0.7;
  }
}
.siteFooter .footerContetns .contentsWrap .entryBtn {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .entryBtn {
    margin: 3.896vw auto 0;
    width: 68.831vw;
  }
}
.siteFooter .footerContetns .contentsWrap .entryBtn a {
  display: block;
  width: 290px;
  padding: 20px;
  line-height: 1;
  background: #FC481C;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-size: 21rem;
  font-weight: bold;
  font-family: "arial", sans-serif;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .siteFooter .footerContetns .contentsWrap .entryBtn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteFooter .footerContetns .contentsWrap .entryBtn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .entryBtn a {
    width: auto;
    padding: 5.194vw 1.298vw 4.545vw;
    font-size: 4.675vw;
  }
}
.siteFooter .footerContetns .contentsWrap .contactBtn {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .contactBtn {
    margin: 1.298vw auto 0;
    width: 68.831vw;
  }
}
.siteFooter .footerContetns .contentsWrap .contactBtn a {
  display: block;
  padding: 20px;
  width: 290px;
  line-height: 1;
  border: 1px solid #1D2081;
  color: #1D2081;
  text-align: center;
  font-size: 18px;
  font-size: 18rem;
  font-weight: 300;
  font-family: "arial", sans-serif;
  letter-spacing: 4px;
}
.siteFooter .footerContetns .contentsWrap .contactBtn a .icn--arr {
  float: right;
}
.siteFooter .footerContetns .contentsWrap .contactBtn a .icn--arr::before, .siteFooter .footerContetns .contentsWrap .contactBtn a .icn--arr::after {
  height: 1px;
  background: #1D2081;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerContetns .contentsWrap .contactBtn a {
    width: auto;
    padding: 5.194vw 3.246vw 4.545vw 7.142vw;
    font-size: 4.155vw;
  }
}
@media screen and (min-width: 600px) {
  .siteFooter .footerContetns .contentsWrap .contactBtn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteFooter .footerContetns .contentsWrap .contactBtn a .icn--arr {
    float: right;
  }
  .siteFooter .footerContetns .contentsWrap .contactBtn a .icn--arr::before, .siteFooter .footerContetns .contentsWrap .contactBtn a .icn--arr::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteFooter .footerContetns .contentsWrap .contactBtn a:hover {
    background: #1D2081;
    color: #fff;
  }
  .siteFooter .footerContetns .contentsWrap .contactBtn a:hover .icn--arr {
    float: right;
  }
  .siteFooter .footerContetns .contentsWrap .contactBtn a:hover .icn--arr::before, .siteFooter .footerContetns .contentsWrap .contactBtn a:hover .icn--arr::after {
    background: #fff;
  }
}
.siteFooter .footerContetns .contentsWrap .sitemapNav ul {
  margin: 50px 0 0;
  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;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav ul::after {
  content: "";
  width: 24%;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav > ul > li > a {
  border-bottom: 1px solid #1D2081;
  padding: 0 0 10px;
  position: relative;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.siteFooter .footerContetns .contentsWrap .sitemapNav > ul > li > a.notAnch::after {
  content: none;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin: 0 0 30px;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li a {
  display: block;
  font-size: 16px;
  font-size: 16rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .siteFooter .footerContetns .contentsWrap .sitemapNav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteFooter .footerContetns .contentsWrap .sitemapNav li a:hover {
    opacity: 0.7;
  }
  .siteFooter .footerContetns .contentsWrap .sitemapNav li a.notAnch {
    cursor: default;
  }
  .siteFooter .footerContetns .contentsWrap .sitemapNav li a.notAnch:hover {
    opacity: 1;
  }
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li .sub {
  margin: 5px 10px;
  display: block;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li .sub::after {
  content: none;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li .sub li {
  margin: 10px 0 0;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li .sub a {
  font-size: 14px;
  font-size: 14rem;
  color: #1D2081;
  font-weight: 300;
}
.siteFooter .footerContetns .contentsWrap .sitemapNav li .sub a::before {
  content: "-";
  padding-right: 0.25em;
}
.siteFooter .footerBottom {
  background: #1D2081;
  line-height: 1;
  padding: 30px 0 25px;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerBottom {
    padding: 3.896vw 0 3.246vw;
  }
}
.siteFooter .footerBottom .contentsWrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerBottom .contentsWrap {
    width: 87.012vw;
  }
}
.siteFooter .footerBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerBottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.987vw;
  }
}
.siteFooter .footerBottom ul li + li {
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerBottom ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
.siteFooter .footerBottom ul li + li::before {
  content: "";
  height: 90%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 5%;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .siteFooter .footerBottom ul li:nth-child(1) {
    -ms-flex-wrap: 100%;
        flex-wrap: 100%;
    margin-bottom: 3.896vw;
  }
  .siteFooter .footerBottom ul li:nth-child(2)::before {
    content: none;
  }
  .siteFooter .footerBottom ul li:nth-child(3) {
    margin-left: 5.844vw;
    padding-left: 5.844vw;
  }
}
.siteFooter .footerBottom ul a {
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .siteFooter .footerBottom ul a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .siteFooter .footerBottom ul a:hover {
    opacity: 0.7;
  }
}

.fixGotop {
  position: fixed;
  z-index: 5001;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixGotop.showed {
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .fixGotop {
    right: 3.896vw;
    bottom: 3.896vw;
  }
}
.fixGotop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  position: relative;
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  .fixGotop a {
    width: 15.584vw;
    height: 15.584vw;
    border-radius: 1.298vw;
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .fixGotop a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fixGotop a:hover {
    opacity: 1;
  }
}
.fixGotop a::before, .fixGotop a::after {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: translate(4px, -50%) rotate(45deg);
          transform: translate(4px, -50%) rotate(45deg);
}
.fixGotop a::after {
  margin-right: -7px;
  -webkit-transform: translate(-4px, -50%) rotate(-45deg);
          transform: translate(-4px, -50%) rotate(-45deg);
}

.mainContents {
  padding: 0;
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .mainContents {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .mainContents {
    padding-top: 124px;
  }
}
@media screen and (max-width: 599px) {
  .mainContents {
    padding-top: 33.766vw;
  }
}
.mainContents .contentsWrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .mainContents .contentsWrap {
    width: 87.012vw;
  }
}
.mainContents .keyVisual {
  margin: 0 0 85px;
  padding: 50px 0 85px;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .mainContents .keyVisual {
    padding: 130px 0 165px;
    margin: 0 0 150px;
  }
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual {
    margin: 0 0 16.883vw;
    padding: 3.896vw 0 71.428vw;
  }
}
.mainContents .keyVisual::before, .mainContents .keyVisual::after {
  content: "";
  width: 455px;
  height: 506px;
  -webkit-transform: translate(-250px, 0);
          transform: translate(-250px, 0);
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 0;
  background: url(../img/message/main-l.png) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1500px) {
  .mainContents .keyVisual::before, .mainContents .keyVisual::after {
    width: 625px;
    height: 695px;
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual::before, .mainContents .keyVisual::after {
    top: 39.74vw;
    width: 48.831vw;
    height: 84.155vw;
    -webkit-transform: translate(-1.039vw, 0);
            transform: translate(-1.039vw, 0);
    background-image: url(../img/message/main-l-sp.png);
  }
}
.mainContents .keyVisual::after {
  right: auto;
  left: 50%;
  background-image: url(../img/message/main-r.png);
  -webkit-transform: translate(250px, 0);
          transform: translate(250px, 0);
}
@media screen and (min-width: 1500px) {
  .mainContents .keyVisual::after {
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
  }
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual::after {
    -webkit-transform: translate(1.038vw, 0);
            transform: translate(1.038vw, 0);
    background-image: url(../img/message/main-r-sp.png);
  }
}
.mainContents .keyVisual .kvBox {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 660px;
  height: 400px;
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual .kvBox {
    width: 85.714vw;
    height: 48.701vw;
  }
}
.mainContents .keyVisual .kvBox .h2title {
  width: 500px;
  padding: 60px 30px 20px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #1D2081;
  font-size: 25px;
  font-size: 25rem;
  text-align: right;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual .kvBox .h2title {
    width: 64.935vw;
    padding: 6.493vw 3.246vw 2.597vw;
    margin: 0 auto 6.493vw;
    font-size: 3.896vw;
  }
}
.mainContents .keyVisual .kvBox .h2title span {
  float: left;
  font-size: 19px;
  font-size: 19rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #1D2081;
  margin-top: 6px;
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual .kvBox .h2title span {
    font-size: 3.376vw;
    margin-top: 0.779vw;
  }
}
.mainContents .keyVisual .kvBox .h1title {
  line-height: 1.5;
  font-size: 50px;
  font-size: 50rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.mainContents .keyVisual .kvBox .h1title strong {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .mainContents .keyVisual .kvBox .h1title {
    font-size: 6.623vw;
    padding: 0 3.896vw 3.896vw;
  }
}
.page--message .mainContents .keyVisual::before {
  background-image: url(../img/message/main-l.png);
}
.page--message .mainContents .keyVisual::after {
  background-image: url(../img/message/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--message .mainContents .keyVisual::before {
    background-image: url(../img/message/main-l-sp.png);
  }
  .page--message .mainContents .keyVisual::after {
    background-image: url(../img/message/main-r-sp.png);
  }
}
.page--message .mainContents .keyVisual .h2title {
  margin: 0 auto 60px;
}
@media screen and (max-width: 599px) {
  .page--message .mainContents .keyVisual .h2title {
    margin: 0 auto 6.493vw;
  }
}
.page--joblist .mainContents .keyVisual::before {
  background-image: url(../img/joblist/main-l.png);
}
.page--joblist .mainContents .keyVisual::after {
  background-image: url(../img/joblist/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--joblist .mainContents .keyVisual::before {
    background-image: url(../img/joblist/main-l-sp.png);
  }
  .page--joblist .mainContents .keyVisual::after {
    background-image: url(../img/joblist/main-r-sp.png);
  }
}
.page--joblist .mainContents .keyVisual .h2title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .page--joblist .mainContents .keyVisual .h2title {
    margin: 0 auto 1.298vw;
  }
}
.page--faq .mainContents .keyVisual::before {
  background-image: url(../img/faq/main-l.png);
}
.page--faq .mainContents .keyVisual::after {
  background-image: url(../img/faq/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--faq .mainContents .keyVisual::before {
    background-image: url(../img/faq/main-l-sp.png);
  }
  .page--faq .mainContents .keyVisual::after {
    background-image: url(../img/faq/main-r-sp.png);
  }
}
.page--faq .mainContents .keyVisual .h2title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .page--faq .mainContents .keyVisual .h2title {
    margin: 0 auto 1.298vw;
  }
}
.page--rejoin .mainContents .keyVisual::before {
  background-image: url(../img/rejoin/main-l.png);
}
.page--rejoin .mainContents .keyVisual::after {
  background-image: url(../img/rejoin/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--rejoin .mainContents .keyVisual::before {
    background-image: url(../img/rejoin/main-l-sp.png);
  }
  .page--rejoin .mainContents .keyVisual::after {
    background-image: url(../img/rejoin/main-r-sp.png);
  }
}
.page--rejoin .mainContents .keyVisual .h2title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .mainContents .keyVisual .h2title {
    margin: 0 auto 1.298vw;
  }
}
.page--crosstalk .mainContents .keyVisual::before {
  background-image: url(../img/crosstalk/main-l.png);
}
.page--crosstalk .mainContents .keyVisual::after {
  background-image: url(../img/crosstalk/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--crosstalk .mainContents .keyVisual::before {
    background-image: url(../img/crosstalk/main-l-sp.png);
  }
  .page--crosstalk .mainContents .keyVisual::after {
    background-image: url(../img/crosstalk/main-r-sp.png);
  }
}
.page--crosstalk .mainContents .keyVisual .h2title {
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .mainContents .keyVisual .h2title {
    margin: 0 auto 0vw;
  }
}
.page--crosstalk .mainContents .keyVisual .h1title {
  font-size: 45px;
  font-size: 45rem;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .mainContents .keyVisual .h1title {
    padding: 2.597vw 3.896vw 0;
    font-size: 5.194vw;
  }
}
.page--interviewindex .mainContents .keyVisual::before {
  background-image: url(../img/interview-top/main-l.png);
}
.page--interviewindex .mainContents .keyVisual::after {
  background-image: url(../img/interview-top/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--interviewindex .mainContents .keyVisual::before {
    background-image: url(../img/interview-top/main-l-sp.png);
  }
  .page--interviewindex .mainContents .keyVisual::after {
    background-image: url(../img/interview-top/main-r-sp.png);
  }
}
.page--interviewindex .mainContents .keyVisual .h2title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .mainContents .keyVisual .h2title {
    margin: 0 auto 1.298vw;
  }
}
.page--training .mainContents .keyVisual::before {
  background-image: url(../img/training/main-l.png);
}
.page--training .mainContents .keyVisual::after {
  background-image: url(../img/training/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--training .mainContents .keyVisual::before {
    background-image: url(../img/training/main-l-sp.png);
  }
  .page--training .mainContents .keyVisual::after {
    background-image: url(../img/training/main-r-sp.png);
  }
}
.page--training .mainContents .keyVisual .h2title {
  margin: 0 auto 30px;
}
@media screen and (max-width: 599px) {
  .page--training .mainContents .keyVisual .h2title {
    margin: 0 auto 2.597vw;
  }
}
.page--benefit .mainContents .keyVisual::before {
  background-image: url(../img/benefit/main-l.png);
}
.page--benefit .mainContents .keyVisual::after {
  background-image: url(../img/benefit/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--benefit .mainContents .keyVisual::before {
    background-image: url(../img/benefit/main-l-sp.png);
  }
  .page--benefit .mainContents .keyVisual::after {
    background-image: url(../img/benefit/main-r-sp.png);
  }
}
.page--benefit .mainContents .keyVisual .h2title {
  margin: 0 auto 30px;
}
@media screen and (max-width: 599px) {
  .page--benefit .mainContents .keyVisual .h2title {
    margin: 0 auto 2.597vw;
  }
}
.page--questionnaire .mainContents .keyVisual::before {
  background-image: url(../img/questionnaire/main-l.png);
}
.page--questionnaire .mainContents .keyVisual::after {
  background-image: url(../img/questionnaire/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--questionnaire .mainContents .keyVisual::before {
    background-image: url(../img/questionnaire/main-l-sp.png);
  }
  .page--questionnaire .mainContents .keyVisual::after {
    background-image: url(../img/questionnaire/main-r-sp.png);
  }
}
.page--questionnaire .mainContents .keyVisual .h2title {
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .mainContents .keyVisual .h2title {
    margin: 0 auto 1.298vw;
  }
}
.page--about .mainContents .keyVisual::before {
  background-image: url(../img/about/main-l.png);
}
.page--about .mainContents .keyVisual::after {
  background-image: url(../img/about/main-r.png);
}
@media screen and (max-width: 599px) {
  .page--about .mainContents .keyVisual::before {
    background-image: url(../img/about/main-l-sp.png);
  }
  .page--about .mainContents .keyVisual::after {
    background-image: url(../img/about/main-r-sp.png);
  }
}
.page--about .mainContents .keyVisual .h2title {
  margin: 0 auto 60px;
}
@media screen and (max-width: 599px) {
  .page--about .mainContents .keyVisual .h2title {
    margin: 0 auto 7.792vw;
  }
}

.page--rejoin {
  line-height: 1.66;
}
.page--rejoin .contentsWrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--rejoin .contentsWrap {
    width: 88%;
  }
}
.page--rejoin h2.h2-style1 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 185px;
  margin-bottom: 95px;
}
@media screen and (max-width: 599px) {
  .page--rejoin h2.h2-style1 {
    width: 100%;
    height: 19.48vw;
    margin-bottom: 3em;
  }
}
.page--rejoin h2.h2-style1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px; /*下線の上下位置調整*/
  display: inline-block;
  width: 545px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #E4E5E9; /*下線の色*/
}
@media screen and (max-width: 599px) {
  .page--rejoin h2.h2-style1:after {
    font-size: 5.194vw;
    width: 80%;
  }
}
.page--rejoin h2.h2-style1 .box-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--rejoin h2.h2-style1 .box-txt {
  position: absolute;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 46px;
  width: 100%;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--rejoin h2.h2-style1 .box-txt:first-letter {
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--rejoin h2.h2-style1 .box-txt {
    top: 1.5%;
    font-size: 5.194vw;
  }
}
.page--rejoin p.txt--c.ff--mincho.fs--35 {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .page--rejoin p.txt--c.ff--mincho.fs--35 {
    text-align: left;
    font-size: 4.675vw;
  }
}
.page--rejoin p.txt--c.fs--20 {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .page--rejoin p.txt--c.fs--20 {
    text-align: left;
    font-size: 3.896vw;
    margin-bottom: 2.5em;
  }
}
.page--rejoin .box-1 {
  margin: 0 auto 200px;
  padding: 115px 2em;
  border: 3px solid #1D2085;
  border-radius: 16px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 {
    margin-bottom: 4em;
    padding: 1.5em;
  }
}
.page--rejoin .box-1 .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page--rejoin .box-1 .box-img .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .item {
    margin-bottom: 1em;
    width: 100%;
  }
}
.page--rejoin .box-1 .box-img .item .box-logo {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .item .box-logo {
    width: 100%;
    margin-bottom: 1em;
  }
  .page--rejoin .box-1 .box-img .item .box-logo .scsk {
    width: 17.662vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .item .box-icon {
    width: 23.896vw;
  }
}
.page--rejoin .box-1 .box-img .item .wish-rejoin {
  font-size: 40px;
  color: #FB481C;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .item .wish-rejoin {
    font-size: 4.805vw;
  }
}
.page--rejoin .box-1 .box-img .arrow {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1D2085;
  margin: 2.75em 1.5em 0 0.5em;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow {
    margin: 3.896vw 0;
    width: 35.064vw;
    /*display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-size: sv(37);*/
  }
}
.page--rejoin .box-1 .box-img .arrow .arrow-left,
.page--rejoin .box-1 .box-img .arrow .arrow-right {
  position: relative;
  width: 248px;
  height: 24px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow .arrow-left,
  .page--rejoin .box-1 .box-img .arrow .arrow-right {
    display: none;
    /*writing-mode: vertical-rl;
    width: sv(105);
    height: sv(300);*/
  }
}
.page--rejoin .box-1 .box-img .arrow .isHide--SP {
  width: 30.129vw;
}
.page--rejoin .box-1 .box-img .arrow .arrow-left {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow .arrow-left {
    /*margin-bottom: 0;
    margin-right: 4em;*/
  }
}
.page--rejoin .box-1 .box-img .arrow .arrow-left:before {
  content: "";
  width: 100%;
  height: 5px;
  display: inline-block;
  background-color: #bcbcbc;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow .arrow-left:before {
    /*width: 5px;
    height: 110%;
    bottom: -10px;
    left: 90px;*/
  }
}
.page--rejoin .box-1 .box-img .arrow .arrow-left:after {
  content: "";
  position: absolute;
  bottom: -67px;
  right: -20px;
  border-left: 20px solid #bcbcbc;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow .arrow-left:after {
    /*bottom: 185px;
    right: -48px;
    border-bottom: 20px solid #bcbcbc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;*/
  }
}
.page--rejoin .box-1 .box-img .arrow .arrow-right:before {
  content: "";
  width: 100%;
  height: 5px;
  display: inline-block;
  background-color: #bcbcbc;
  position: absolute;
  top: -20px;
  left: 20px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow .arrow-right:before {
    /*width: 5px;
    height: 110%;
    top: -10px;
    left: 0px;*/
  }
}
.page--rejoin .box-1 .box-img .arrow .arrow-right:after {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  border-right: 20px solid #bcbcbc;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-img .arrow .arrow-right:after {
    /*top: 185px;
    left: -18px;
    border-top: 20px solid #bcbcbc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;*/
  }
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-1 .box-text .fs--20 {
    font-size: 3.896vw;
  }
}
.page--rejoin .box-2 {
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4em;
  }
}
.page--rejoin .box-2 .box-voice {
  width: 32%;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-2 .box-voice {
    width: 100%;
  }
}
.page--rejoin .box-2 .box-voice .voice1, .page--rejoin .box-2 .box-voice .voice2, .page--rejoin .box-2 .box-voice .voice3 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  min-height: 235px;
  padding: 1.5em;
  font-size: 20px;
  margin-bottom: 3em;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-2 .box-voice .voice1, .page--rejoin .box-2 .box-voice .voice2, .page--rejoin .box-2 .box-voice .voice3 {
    min-height: inherit;
    margin-bottom: 2em;
    font-size: 3.896vw;
  }
}
.page--rejoin .box-2 .box-voice .voice1:before, .page--rejoin .box-2 .box-voice .voice1:after, .page--rejoin .box-2 .box-voice .voice2:before, .page--rejoin .box-2 .box-voice .voice2:after, .page--rejoin .box-2 .box-voice .voice3:before, .page--rejoin .box-2 .box-voice .voice3:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page--rejoin .box-2 .box-voice .voice1:before, .page--rejoin .box-2 .box-voice .voice2:before, .page--rejoin .box-2 .box-voice .voice3:before {
  border: solid 13px transparent;
}
.page--rejoin .box-2 .box-voice .voice1:after, .page--rejoin .box-2 .box-voice .voice2:after, .page--rejoin .box-2 .box-voice .voice3:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.page--rejoin .box-2 .box-voice .voice1 {
  border: 3px solid #FB43B9;
}
.page--rejoin .box-2 .box-voice .voice1:before {
  border-top: 13px solid #FB43B9;
}
.page--rejoin .box-2 .box-voice .voice2 {
  border: 3px solid #30C1E3;
}
.page--rejoin .box-2 .box-voice .voice2:before {
  border-top: 13px solid #30C1E3;
}
.page--rejoin .box-2 .box-voice .voice3 {
  border: 3px solid #2CD9B8;
}
.page--rejoin .box-2 .box-voice .voice3:before {
  border-top: 13px solid #2CD9B8;
}
.page--rejoin .box-2 .box-voice .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-2 .box-voice .box-img {
    width: 28.571vw;
    margin: 0 auto 2em;
  }
}
.page--rejoin .box-3 {
  position: relative;
  width: 100%;
  height: 680px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-3 {
    height: auto;
    margin-bottom: 2em;
  }
}
.page--rejoin .box-3 .ff--mincho {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-3 .ff--mincho.fs--32 {
    font-size: 5.454vw;
  }
  .page--rejoin .box-3 .ff--mincho.fs--32 span {
    color: #1D2081;
  }
  .page--rejoin .box-3 .ff--mincho.fs--55 {
    font-size: 6.493vw;
  }
}
.page--rejoin .box-3 .box3-1 {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-3 .box3-1 {
    position: relative;
    top: auto;
    left: auto;
  }
}
.page--rejoin .box-3 .linkBtn {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 0;
  width: 330px;
}
.page--rejoin .box-3 .linkBtn .readmoreBtn {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-3 .linkBtn {
    top: auto;
    left: auto;
    position: relative;
    margin: 2em 0 0;
    width: 75.324vw;
  }
}
.page--rejoin .box-3 .box3-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-3 .box3-2 {
    margin-top: -1.25em;
    top: auto;
    left: auto;
    position: relative;
  }
  .page--rejoin .box-3 .box3-2 .box-img {
    width: 75.324vw;
    margin-bottom: 2em;
  }
}
.page--rejoin .box-4 p, .page--rejoin .box-4 ul {
  margin-bottom: 3em;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-4 p, .page--rejoin .box-4 ul {
    font-size: 3.116vw;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-4 p.fs--20 {
    font-size: 3.896vw;
  }
}
.page--rejoin .box-4 p.caution {
  margin-bottom: 0;
}
.page--rejoin .box-4 li {
  padding-left: 1em;
  text-indent: -1em;
}
.page--rejoin .box-4 p:last-child {
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .page--rejoin .box-4 p:last-child {
    margin-bottom: 4em;
  }
}

.page--joblist {
  line-height: 1.66;
}
.page--joblist .keyVisual + .block {
  position: relative;
  z-index: 99;
  margin-top: -7.5em;
}
@media screen and (min-width: 1500px) {
  .page--joblist .keyVisual + .block {
    margin-top: -15.5em;
  }
}
@media screen and (max-width: 599px) {
  .page--joblist .keyVisual + .block {
    margin-top: 0;
  }
}
.page--joblist .contentsWrap {
  width: 1164px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 599px) {
  .page--joblist .contentsWrap {
    width: 88%;
  }
}
@media screen and (max-width: 599px) {
  .page--joblist .keyVisual .contentsWrap {
    margin-bottom: 0;
  }
}
.page--joblist .keyVisual .contentsWrap .h1title {
  margin: 60px 0 0;
}
@media screen and (max-width: 599px) {
  .page--joblist .keyVisual .contentsWrap .h1title {
    margin: 10.389vw 0 0;
  }
}
.page--joblist .box-joblist {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #E6E7EB;
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--joblist .box-joblist {
    background: rgb(255, 255, 255);
    border: none;
    padding: 0;
    font-size: 2.987vw;
  }
}
.page--joblist .box-joblist a {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .page--joblist .box-joblist a:hover {
    text-decoration: none;
  }
}
.page--joblist .box-joblist .cautionlist .item {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.page--joblist .box-joblist .cautionlist .item::before {
  content: "※";
}
.page--joblist .box-joblist h3 {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 599px) {
  .page--joblist .box-joblist h3 {
    font-size: 5.194vw;
    padding-bottom: 0.5em;
  }
}
.page--joblist .box-joblist .item {
  margin-bottom: 4em;
}
.page--joblist .box-joblist .item.w-100 {
  width: 100%;
}
.page--joblist .box-joblist .item.w-50 {
  width: 47%;
}
@media screen and (max-width: 599px) {
  .page--joblist .box-joblist .item.w-50 {
    width: 100%;
  }
}
.page--joblist .box-joblist .item .fs--22 {
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--joblist .box-joblist .item .fs--22 {
    font-size: 3.896vw;
  }
}
.page--joblist .box-joblist .item ul li {
  position: relative;
  margin-left: 2em;
  margin-bottom: 1em;
}
.page--joblist .box-joblist .item ul li:before {
  position: absolute;
  top: 13px;
  left: -2em;
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #FF6700;
}
.page--joblist .box-joblist .item ul.ul-process li {
  margin-bottom: 2em;
}
.page--joblist .box-joblist .item ul.ul-process li:before {
  top: 20px;
}

.page--faq {
  line-height: 1.66;
}
.page--faq .keyVisual + .block {
  position: relative;
  z-index: 99;
  margin-top: -10em;
}
@media screen and (min-width: 1500px) {
  .page--faq .keyVisual + .block {
    margin-top: -18em;
  }
}
@media screen and (max-width: 599px) {
  .page--faq .keyVisual + .block {
    margin-top: 0;
  }
}
.page--faq .contentsWrap {
  width: 1164px;
  margin: 0 auto 6em;
}
@media screen and (max-width: 599px) {
  .page--faq .contentsWrap {
    width: 88%;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 599px) {
  .page--faq .keyVisual .contentsWrap {
    margin-bottom: 0;
  }
}
.page--faq .keyVisual .contentsWrap .h1title {
  margin: 60px 0 0;
}
@media screen and (max-width: 599px) {
  .page--faq .keyVisual .contentsWrap .h1title {
    margin: 10.389vw 0 0;
  }
}
.page--faq .box-select {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--faq .box-select {
    width: 100%;
  }
}
.page--faq .box-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--faq .box-select ul li {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .page--faq .box-select ul li {
    margin-bottom: 0;
  }
}
.page--faq .box-select ul li a {
  position: relative;
  display: block;
  width: 305px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#1D2081), to(#1a67db));
  background: linear-gradient(90deg, #1D2081 0%, #1a67db 100%);
  border-radius: 46px;
  line-height: 1.25;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .page--faq .box-select ul li a {
    width: 28.571vw;
    height: 19.48vw;
    font-size: 3.376vw;
    border-radius: 3.896vw;
    padding-bottom: 1em;
  }
}
.page--faq .box-select ul li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .page--faq .box-select ul li a:after {
    border: solid 2px #fff;
    border-right: 0;
    border-top: 0;
    top: inherit;
    bottom: 1em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 45%;
  }
}
.page--faq .box-faq {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #E6E7EB;
  padding: 0 4em;
  margin: 4em 0;
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq {
    background: rgb(255, 255, 255);
    border: none;
    padding: 0;
    margin: 0;
  }
}
.page--faq .box-faq h3 {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 33px;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid #1D2081;
  text-align: center;
}
.page--faq .box-faq h3:first-letter {
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq h3 {
    font-size: 5.584vw;
    padding-bottom: 0.5em;
  }
}
.page--faq .box-faq .faq-qa {
  border-bottom: 1px solid #1D2081;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.page--faq .box-faq .faq-qa .faq-q {
  position: relative;
  padding: 0 8em 0 90px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq .faq-qa .faq-q {
    padding-left: 14.285vw;
    padding-right: 4em;
    font-size: 3.376vw;
  }
}
.page--faq .box-faq .faq-qa .faq-q:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url(../img/faq/icon-q.png) center center no-repeat;
  background-size: auto;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq .faq-qa .faq-q:before {
    left: 1em;
    width: 7.272vw;
    height: 7.272vw;
  }
}
.page--faq .box-faq .faq-qa .faq-q:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  right: 2em;
  border: solid 2px #FC481C;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq .faq-qa .faq-q:after {
    width: 2.597vw;
    height: 2.597vw;
    right: 1.5em;
    top: 25%;
  }
}
.page--faq .box-faq .faq-qa .faq-a {
  display: none;
  position: relative;
  padding: 3em 8em 1em 90px;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq .faq-qa .faq-a {
    padding-left: 14.285vw;
    padding-right: 3em;
    font-size: 2.857vw;
  }
}
.page--faq .box-faq .faq-qa .faq-a a {
  font-weight: 700;
  text-decoration: underline;
}
.page--faq .box-faq .faq-qa .faq-a a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.page--faq .box-faq .faq-qa .faq-a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2em;
  top: 3em;
  width: 44px;
  height: 44px;
  background: url(../img/faq/icon-a.png) center center no-repeat;
  background-size: auto;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--faq .box-faq .faq-qa .faq-a:before {
    top: 3em;
    left: 1em;
    width: 7.272vw;
    height: 7.272vw;
  }
}
.page--faq .box-faq .faq-qa.open .faq-q:after {
  top: 45%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page--faq .box-faq .faq-qa.open .faq-a {
  display: block;
}

.page--message .catchText {
  margin: 0 0 80px;
  text-align: center;
  font-size: 32px;
  font-size: 32rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--message .catchText {
    font-size: 5.194vw;
    line-height: 1.825;
    margin: 0 6.493vw 14.285vw;
    text-align: left;
  }
}
.page--message .catchText span {
  position: relative;
  z-index: 3;
}
.page--message .catchText::after {
  content: "MESSAGE";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -150px);
          transform: translate(-50%, -150px);
  font-size: 243px;
  font-size: 243rem;
  color: rgba(228, 229, 233, 0.3);
}
@media screen and (max-width: 599px) {
  .page--message .catchText::after {
    font-size: 19.22vw;
    -webkit-transform: translate(-50%, -6.494vw);
            transform: translate(-50%, -6.494vw);
  }
}
.page--message .grayWrap {
  background: #E4E5E9;
  padding: 90px 0 120px;
}
@media screen and (max-width: 599px) {
  .page--message .grayWrap {
    padding: 0 0 12.987vw;
  }
}
.page--message .contentsWrap {
  width: 1150px;
}
@media screen and (max-width: 599px) {
  .page--message .contentsWrap {
    width: 87.012vw;
  }
}
@media screen and (max-width: 599px) {
  .page--message .message1 {
    margin-top: -10.39vw;
  }
}
.page--message .image2 {
  margin-top: -20px;
  margin-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .page--message .image2 {
    margin-top: -5.195vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .page--message .message2 {
    margin-top: -10.39vw;
  }
}
.page--message .messageBox {
  padding: 60px 80px;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--message .messageBox {
    padding: 10.389vw 5.194vw;
  }
}
.page--message .messageBox::after {
  content: "";
  width: 1920px;
  height: 100%;
  left: 100%;
  top: 0;
  background: #ffffff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .page--message .messageBox::after {
    content: none;
  }
}
.page--message .messageBox.messageBox--switch::after {
  left: auto;
  right: 100%;
}
.page--message .messageBox p {
  font-size: 19px;
  font-size: 19rem;
  font-weight: 300;
  line-height: 1.66;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .page--message .messageBox p {
    font-size: 3.116vw;
  }
}
.page--message .messageBox p:last-child {
  margin-bottom: 0;
}
.page--message .messageBox .large {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  font-size: 24rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--message .messageBox .large {
    font-size: 4.285vw;
  }
}
.page--message .signText {
  text-align: right;
  margin: 20px 80px 0 0;
  font-size: 25px;
  font-size: 25rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--message .signText {
    margin: 3.896vw 0 0;
    font-size: 4.285vw;
  }
}
.page--crosstalk .wakimoto .firsttxt:first-letter {
  color: #EAB81C;
}
.page--crosstalk .sato .firsttxt:first-letter {
  color: #1CD3B4;
}
.page--crosstalk .katsuta .firsttxt:first-letter {
  color: #1B71EF;
}
.page--crosstalk .ooya .firsttxt:first-letter {
  color: #F48CC7;
}
.page--crosstalk .catchText {
  font-size: 41px;
  font-size: 41rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .catchText {
    font-size: 6.363vw;
  }
}
.page--crosstalk .catchText::after {
  content: "ROUNDTABLE";
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -200px);
          transform: translate(-50%, -200px);
  font-size: 134px;
  font-size: 134rem;
  color: rgba(228, 229, 233, 0.3);
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .catchText::after {
    font-size: 15.584vw;
    top: 0;
    -webkit-transform: translate(-50%, -10.39vw);
            transform: translate(-50%, -10.39vw);
  }
}
.page--crosstalk .catchText span {
  position: relative;
  z-index: 2;
}
.page--crosstalk .catchText:first-letter {
  color: #1D2081;
}
.page--crosstalk .image01 {
  margin-top: -20px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .image01 {
    margin-top: -2.598vw;
  }
}
.page--crosstalk .talkmember {
  margin: 80px 0;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember {
    margin: 12.987vw 0 19.48vw;
  }
}
.page--crosstalk .talkmember .title {
  text-align: center;
}
.page--crosstalk .talkmember .title span {
  padding: 3px 10px;
  background: #FC481C;
  color: #ffffff;
  font-size: 14px;
  font-size: 14rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember .title span {
    font-size: 2.597vw;
    padding: 0.519vw 1.298vw;
  }
}
.page--crosstalk .talkmember ul {
  margin: 40px 0 0;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul {
    margin: 5.194vw auto 0;
    width: 85.714vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page--crosstalk .talkmember ul li {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul li {
    -ms-flex-preferred-size: 35.714vw;
        flex-basis: 35.714vw;
    margin-bottom: 12.987vw;
  }
}
.page--crosstalk .talkmember ul li img {
  width: 100%;
}
.page--crosstalk .talkmember ul li:nth-child(2n+1) {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul li:nth-child(2n+1) {
    margin-top: 4.545vw;
  }
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul li:nth-child(n+3) {
    margin-bottom: 0vw;
  }
}
.page--crosstalk .talkmember ul .name {
  font-size: 37px;
  font-size: 37rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul .name {
    font-size: 6.623vw;
  }
}
.page--crosstalk .talkmember ul .thumb {
  line-height: 0;
  margin-top: -15px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul .thumb {
    margin-top: -1.299vw;
  }
}
.page--crosstalk .talkmember ul .post {
  margin-top: 5px;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul .post {
    font-size: 2.727vw;
    line-height: 1.4;
    margin-top: 1.298vw;
  }
}
.page--crosstalk .talkmember ul .profile {
  margin: 5px 0 0;
  padding: 10px 0 0;
  font-size: 12px;
  font-size: 12rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talkmember ul .profile {
    margin: 1.298vw 0 0;
    padding: 1.948vw 0 0;
    font-size: 2.467vw;
  }
}
.page--crosstalk .talkmember ul .wakimoto .profile {
  border-top: 1px solid #EAB81C;
}
.page--crosstalk .talkmember ul .sato .profile {
  border-top: 1px solid #1CD3B4;
}
.page--crosstalk .talkmember ul .katsuta .profile {
  border-top: 1px solid #1B71EF;
}
.page--crosstalk .talkmember ul .ooya .profile {
  border-top: 1px solid #F48CC7;
}
.page--crosstalk .talksection {
  margin: 90px 0 0;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection {
    margin: 18.181vw 0 0;
  }
}
.page--crosstalk .talksection .topic {
  background: #F1F2F6;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .topic {
    height: auto;
    padding-bottom: 75.064vw;
    position: relative;
  }
  .page--crosstalk .talksection .topic:after {
    content: "";
    width: 100%;
    height: 68.051vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/crosstalk/crosstalk_01-sp.png) right bottom no-repeat;
    background-size: 100% auto;
    z-index: 3;
  }
}
.page--crosstalk .talksection .topic .contentsWrap {
  position: relative;
}
.page--crosstalk .talksection .topic .contentsWrap::after {
  content: "";
  background: url(../img/crosstalk/crosstalk_01-pc.png) left top no-repeat;
  width: 723px;
  height: 547px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .topic .contentsWrap::after {
    background: none;
    content: none;
  }
}
.page--crosstalk .talksection .topic .count {
  font-size: 146px;
  font-size: 146rem;
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 90px;
  left: -50px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .topic .count {
    font-size: 29.48vw;
    top: 9.09vw;
    left: -2.598vw;
  }
}
.page--crosstalk .talksection .topic h2 {
  position: relative;
  z-index: 2;
  padding: 145px 0 0;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 45px;
  font-size: 45rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .topic h2 {
    font-size: 6.753vw;
    padding: 25.974vw 0 0 5.194vw;
  }
}
.page--crosstalk .talksection .topic .textBox {
  position: relative;
  z-index: 2;
  width: 450px;
  margin: 15px 0 0;
  padding: 0 0 15px;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .topic .textBox {
    font-size: 3.376vw;
    line-height: 1.33;
    padding: 3.246vw 0 1.948vw 0;
    margin: 0 0 0 5.194vw;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page--crosstalk .talksection .topic .textBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: #FC481C;
}
.page--crosstalk .talksection .talk {
  margin: 115px 0 0;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk {
    margin: 0;
    position: relative;
  }
  .page--crosstalk .talksection .talk:after {
    content: "";
    background: url(../img/crosstalk/crosstalk_02-sp.png) left center no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 63.246vw;
    height: 88.051vw;
  }
}
.page--crosstalk .talksection .talk .contentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 0 0 315px;
  height: 445px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/crosstalk/crosstalk_02-pc.png) left top no-repeat;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk .contentsWrap {
    display: block;
    padding: 16.233vw 0 106.493vw;
    height: auto;
    background: none;
    position: relative;
  }
  .page--crosstalk .talksection .talk .contentsWrap::before {
    content: "";
    left: -2px;
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 2px;
    background: #F1F2F6;
    z-index: -1;
  }
}
.page--crosstalk .talksection .talk dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--crosstalk .talksection .talk dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl {
    display: block;
  }
  .page--crosstalk .talksection .talk dl + dl {
    margin-top: 15.584vw;
  }
}
.page--crosstalk .talksection .talk dl dt {
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 600;
  letter-spacing: 5px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt {
    font-size: 5.324vw;
    letter-spacing: 0.649vw;
    position: relative;
  }
  .page--crosstalk .talksection .talk dl dt::after {
    content: "";
    width: 16.233vw;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3.247vw;
    background: #EAB81C;
  }
}
.page--crosstalk .talksection .talk dl dt.wakimoto:first-letter {
  color: #EAB81C;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.wakimoto::after {
    background: #EAB81C;
  }
}
.page--crosstalk .talksection .talk dl dt.wakimoto + dd {
  border-left: 2px solid #EAB81C;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.wakimoto + dd {
    border: none;
  }
}
.page--crosstalk .talksection .talk dl dt.sato:first-letter {
  color: #1CD3B4;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.sato::after {
    background: #1CD3B4;
  }
}
.page--crosstalk .talksection .talk dl dt.sato + dd {
  border-left: 2px solid #1CD3B4;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.sato + dd {
    border: none;
  }
}
.page--crosstalk .talksection .talk dl dt.katsuta:first-letter {
  color: #1B71EF;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.katsuta::after {
    background: #1B71EF;
  }
}
.page--crosstalk .talksection .talk dl dt.katsuta + dd {
  border-left: 2px solid #1B71EF;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.katsuta + dd {
    border: none;
  }
}
.page--crosstalk .talksection .talk dl dt.ooya:first-letter {
  color: #F48CC7;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.ooya::after {
    background: #F48CC7;
  }
}
.page--crosstalk .talksection .talk dl dt.ooya + dd {
  border-left: 2px solid #F48CC7;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dt.ooya + dd {
    border: none;
  }
}
.page--crosstalk .talksection .talk dl dd {
  padding: 0 0 0 10px;
  line-height: 1.38;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection .talk dl dd {
    font-size: 3.376vw;
    padding: 7.792vw 0 0;
  }
}
.page--crosstalk .talksection.talksection01 .topic {
  height: 493px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection01 .topic {
    height: auto;
  }
  .page--crosstalk .talksection.talksection01 .topic:after {
    background-image: url(../img/crosstalk/crosstalk_01-sp.png);
  }
}
.page--crosstalk .talksection.talksection01 .topic .contentsWrap::after {
  background-image: url(../img/crosstalk/crosstalk_01-pc.png);
  width: 723px;
  height: 547px;
}
.page--crosstalk .talksection.talksection01 .topic .textBox {
  width: 460px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection01 .topic .textBox {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection01 .talk:after {
    background-image: url(../img/crosstalk/crosstalk_02-sp.png);
    bottom: 0;
    left: 0;
    width: 63.246vw;
    height: 88.051vw;
  }
}
.page--crosstalk .talksection.talksection01 .talk .contentsWrap {
  height: 450px;
  background-image: url(../img/crosstalk/crosstalk_02-pc.png);
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection01 .talk .contentsWrap {
    display: block;
    padding-bottom: 106.493vw;
    height: auto;
    background: none;
  }
}
.page--crosstalk .talksection.talksection02 .topic {
  height: 493px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection02 .topic {
    height: auto;
  }
  .page--crosstalk .talksection.talksection02 .topic:after {
    height: 65.714vw;
    background-image: url(../img/crosstalk/crosstalk_03-sp.png);
  }
}
.page--crosstalk .talksection.talksection02 .topic .contentsWrap::after {
  background-image: url(../img/crosstalk/crosstalk_03-pc.png);
  width: 747px;
  height: 539px;
}
.page--crosstalk .talksection.talksection02 .topic .textBox {
  width: 620px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection02 .topic .textBox {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection02 .talk:after {
    background-image: url(../img/crosstalk/crosstalk_04-sp.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68.701vw;
  }
}
.page--crosstalk .talksection.talksection02 .talk .contentsWrap {
  height: auto;
  background-image: url(../img/crosstalk/crosstalk_04-pc.png);
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection02 .talk .contentsWrap {
    display: block;
    padding-bottom: 87.012vw;
    height: auto;
    background: none;
  }
}
.page--crosstalk .talksection.talksection03 .topic {
  height: 493px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection03 .topic {
    height: auto;
  }
  .page--crosstalk .talksection.talksection03 .topic:after {
    height: 78.571vw;
    bottom: -8.052vw;
    background-image: url(../img/crosstalk/crosstalk_05-sp.png);
  }
}
.page--crosstalk .talksection.talksection03 .topic .contentsWrap::after {
  background-image: url(../img/crosstalk/crosstalk_05-pc.png);
  width: 717px;
  height: 493px;
}
.page--crosstalk .talksection.talksection03 .topic .textBox {
  width: 490px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection03 .topic .textBox {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection03 .talk:after {
    background-image: url(../img/crosstalk/crosstalk_06-sp.png);
    bottom: 0;
    left: 2.597vw;
    width: 72.077vw;
    height: 62.857vw;
  }
}
.page--crosstalk .talksection.talksection03 .talk .contentsWrap {
  height: auto;
  background-image: url(../img/crosstalk/crosstalk_06-pc.png);
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection03 .talk .contentsWrap {
    display: block;
    padding-bottom: 74.025vw;
    height: auto;
    background: none;
  }
}
.page--crosstalk .talksection.talksection04 .topic {
  height: 493px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection04 .topic {
    height: auto;
  }
  .page--crosstalk .talksection.talksection04 .topic:after {
    height: 75.714vw;
    bottom: -6.494vw;
    background-image: url(../img/crosstalk/crosstalk_07-sp.png);
  }
}
.page--crosstalk .talksection.talksection04 .topic .contentsWrap::after {
  background-image: url(../img/crosstalk/crosstalk_07-pc.png);
  width: 709px;
  height: 539px;
}
.page--crosstalk .talksection.talksection04 .topic .textBox {
  width: 380px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection04 .topic .textBox {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection04 .talk:after {
    background-image: url(../img/crosstalk/crosstalk_08-sp.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 61.298vw;
  }
}
.page--crosstalk .talksection.talksection04 .talk .contentsWrap {
  height: auto;
  background-image: url(../img/crosstalk/crosstalk_08-pc.png);
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection04 .talk .contentsWrap {
    display: block;
    padding-bottom: 74.025vw;
    height: auto;
    background: none;
  }
}
.page--crosstalk .talksection.talksection05 .topic {
  height: 493px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection05 .topic {
    height: auto;
  }
  .page--crosstalk .talksection.talksection05 .topic:after {
    height: 70.129vw;
    bottom: -5.715vw;
    background-image: url(../img/crosstalk/crosstalk_09-sp.png);
  }
}
.page--crosstalk .talksection.talksection05 .topic .contentsWrap::after {
  background-image: url(../img/crosstalk/crosstalk_09-pc.png);
  width: 888px;
  height: 493px;
}
.page--crosstalk .talksection.talksection05 .topic .textBox {
  width: 550px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection05 .topic .textBox {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection05 .talk:after {
    background-image: url(../img/crosstalk/crosstalk_10-sp.png);
    bottom: 19.48vw;
    left: 27.532vw;
    width: 60.779vw;
    height: 84.675vw;
  }
}
.page--crosstalk .talksection.talksection05 .talk .contentsWrap {
  height: 494px;
  background-image: url(../img/crosstalk/crosstalk_10-pc.png);
}
@media screen and (max-width: 599px) {
  .page--crosstalk .talksection.talksection05 .talk .contentsWrap {
    display: block;
    padding-bottom: 119.48vw;
    height: auto;
    background: none;
  }
}
.page--crosstalk .messagesection {
  margin: 90px 0 0;
  background: #F1F2F6;
  padding: 145px 0 100px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection {
    margin: 0;
    padding: 19.48vw 0 12.987vw;
  }
}
.page--crosstalk .messagesection .titleBox {
  text-align: center;
  position: relative;
  padding: 0 0 25px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .titleBox {
    padding: 0 0 3.246vw;
  }
}
.page--crosstalk .messagesection .titleBox::after {
  width: 440px;
  height: 2px;
  position: absolute;
  background: #ffffff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .titleBox::after {
    width: 100%;
  }
}
.page--crosstalk .messagesection .titleBox .title {
  font-size: 41px;
  font-size: 41rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .titleBox .title {
    font-size: 7.402vw;
  }
}
.page--crosstalk .messagesection .titleBox .title span {
  position: relative;
  z-index: 2;
}
.page--crosstalk .messagesection .titleBox .title::after {
  content: "MESSAGE";
  position: absolute;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  z-index: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -85px);
          transform: translate(-50%, -85px);
  font-size: 86px;
  font-size: 86rem;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .titleBox .title::after {
    font-size: 14.805vw;
    -webkit-transform: translate(-50%, -12.988vw);
            transform: translate(-50%, -12.988vw);
  }
}
.page--crosstalk .messagesection .titleBox .title:first-letter {
  color: #1D2081;
}
.page--crosstalk .messagesection .titleBox .text {
  margin: 20px 0 0;
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
  line-height: 1.28;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .titleBox .text {
    margin: 2.597vw 0 0;
    font-size: 3.376vw;
  }
}
.page--crosstalk .messagesection .talk dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  padding: 310px 0 0;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl {
    margin: 10.389vw auto 0;
    padding: 43.506vw 0 0 3.896vw;
    display: block;
  }
}
.page--crosstalk .messagesection .talk dl + dl {
  margin-top: 70px;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl + dl {
    margin-top: 12.987vw;
  }
}
.page--crosstalk .messagesection .talk dt {
  font-size: 77px;
  font-size: 77rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  -ms-flex-preferred-size: 315px;
      flex-basis: 315px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  padding: 0 70px 0 0;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dt {
    font-size: 14.285vw;
    text-align: left;
    padding: 0;
    -webkit-transform: translate(0, 1.298vw);
            transform: translate(0, 1.298vw);
  }
}
.page--crosstalk .messagesection .talk dt::first-letter {
  color: #1CD3B4;
}
.page--crosstalk .messagesection .talk dd {
  font-size: 17px;
  font-size: 17rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.6;
  padding: 10px 40px;
  border-left: 1px solid #1CD3B4;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dd {
    font-size: 3.376vw;
    line-height: 1.46;
    margin: 5.194vw 0 0;
    padding: 3.896vw 0 0 6.493vw;
    position: relative;
  }
  .page--crosstalk .messagesection .talk dd::before {
    content: "";
    width: 29.22vw;
    height: 2px;
    position: absolute;
    left: 6.493vw;
    top: 0;
    background: #EAB81C;
  }
}
.page--crosstalk .messagesection .talk dl.sato {
  background: url(../img/crosstalk/crosstalk_sato-row-pc.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.sato {
    background-image: url(../img/crosstalk/crosstalk_sato-row-sp.png);
  }
}
.page--crosstalk .messagesection .talk dl.sato dt::first-letter {
  color: #1CD3B4;
}
.page--crosstalk .messagesection .talk dl.sato dd {
  border-left: 1px solid #1CD3B4;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.sato dd {
    border: none;
  }
  .page--crosstalk .messagesection .talk dl.sato dd::before {
    background: #1CD3B4;
  }
}
.page--crosstalk .messagesection .talk dl.ooya {
  background: url(../img/crosstalk/crosstalk_ooya-row-pc.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.ooya {
    background-image: url(../img/crosstalk/crosstalk_ooya-row-sp.png);
  }
}
.page--crosstalk .messagesection .talk dl.ooya dt::first-letter {
  color: #F48CC7;
}
.page--crosstalk .messagesection .talk dl.ooya dd {
  border-left: 1px solid #F48CC7;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.ooya dd {
    border: none;
  }
  .page--crosstalk .messagesection .talk dl.ooya dd::before {
    background: #F48CC7;
  }
}
.page--crosstalk .messagesection .talk dl.katsuta {
  background: url(../img/crosstalk/crosstalk_katsuta-row-pc.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.katsuta {
    background-image: url(../img/crosstalk/crosstalk_katsuta-row-sp.png);
  }
}
.page--crosstalk .messagesection .talk dl.katsuta dt::first-letter {
  color: #1B71EF;
}
.page--crosstalk .messagesection .talk dl.katsuta dd {
  border-left: 1px solid #1B71EF;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.katsuta dd {
    border: none;
  }
  .page--crosstalk .messagesection .talk dl.katsuta dd::before {
    background: #1B71EF;
  }
}
.page--crosstalk .messagesection .talk dl.wakimoto {
  background: url(../img/crosstalk/crosstalk_wakimoto-row-pc.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.wakimoto {
    background-image: url(../img/crosstalk/crosstalk_wakimoto-row-sp.png);
  }
}
.page--crosstalk .messagesection .talk dl.wakimoto dt::first-letter {
  color: #EAB81C;
}
.page--crosstalk .messagesection .talk dl.wakimoto dd {
  border-left: 1px solid #EAB81C;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .messagesection .talk dl.wakimoto dd {
    border: none;
  }
  .page--crosstalk .messagesection .talk dl.wakimoto dd::before {
    background: #EAB81C;
  }
}
.page--crosstalk .bottomImage {
  margin: 80px 0 0;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .bottomImage {
    margin: 14.285vw 0 0;
  }
  .page--crosstalk .bottomImage .contentsWrap {
    width: 100%;
    margin: 0;
  }
}
.page--crosstalk .bottomImage img {
  width: 100%;
}
.page--crosstalk .bottomImage .textBox {
  margin: 10px 0 0;
  text-align: right;
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--crosstalk .bottomImage .textBox {
    margin: 2.597vw 0 0;
    font-size: 3.376vw;
  }
}
.page--crosstalk .bottomImage .textBox .contentsWrap {
  width: 100%;
  margin: 0;
}
.page--interviewindex .interviewList {
  margin: 100px 0 0;
  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;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList {
    margin: 16.233vw 0 0;
    display: block;
  }
}
.page--interviewindex .interviewList > li {
  -ms-flex-preferred-size: 425px;
      flex-basis: 425px;
}
.page--interviewindex .interviewList > li.hori {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
}
.page--interviewindex .interviewList > li a {
  display: block;
}
@media screen and (min-width: 600px) {
  .page--interviewindex .interviewList > li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--interviewindex .interviewList > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li a {
    display: inline-block;
  }
}
.page--interviewindex .interviewList > li .catch {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-size: 30rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li .catch {
    font-size: 5.454vw;
  }
}
.page--interviewindex .interviewList > li .catch strong {
  font-weight: 700;
  color: #1D2081;
}
.page--interviewindex .interviewList > li .imageWrap {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li .imageWrap {
    margin-top: -2.598vw;
  }
}
.page--interviewindex .interviewList > li .imageWrap .imageBox {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.page--interviewindex .interviewList > li .imageWrap .tag {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 15px 20px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li .imageWrap .tag {
    padding: 0 0 3.896vw 5.194vw;
    width: auto;
  }
}
.page--interviewindex .interviewList > li .imageWrap .tag li {
  line-height: 1;
  display: inline-block;
  margin: 5px 10px 0 0;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 16px;
  font-size: 16rem;
  font-weight: 500;
  background: #FC481C;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li .imageWrap .tag li {
    margin: 1.948vw 1.298vw 0 0;
    padding: 1.038vw 1.948vw;
    border-radius: 2.597vw;
    font-size: 3.376vw;
  }
}
.page--interviewindex .interviewList > li .imageWrap .tag li:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
}
.page--interviewindex .interviewList > li.vtcl .imageWrap .tag li:nth-child(1) {
  margin-right: 150px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li.vtcl .imageWrap .tag li:nth-child(1) {
    margin-right: 12.987vw;
  }
}
.page--interviewindex .interviewList > li.vtcl .imageWrap .tag li:nth-child(1).mrd {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li.vtcl .imageWrap .tag li:nth-child(1).mrd {
    margin-right: 1.298vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li.vtcl .imageWrap .tag li:nth-child(2) {
    margin: 1.948vw 1.298vw 0 0;
    font-size: 2.857vw;
  }
}
.page--interviewindex .interviewList > li .name {
  font-size: 30px;
  font-size: 30rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 15px 0 0 15px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li .name {
    font-size: 5.454vw;
    margin: 3.246vw 0 0;
  }
}
.page--interviewindex .interviewList > li .branch {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 300;
  margin: 10px 0 0 15px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li .branch {
    font-size: 3.636vw;
    margin: 1.948vw 0 0;
  }
}
.page--interviewindex .interviewList > li:nth-child(1) .imageWrap {
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(1) .imageWrap {
    padding-left: 2.597vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(1) .name,
  .page--interviewindex .interviewList > li:nth-child(1) .branch {
    margin-left: 2.597vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(2) {
  margin: 65px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(2) {
    margin: 16.883vw 0 0 auto;
    width: 77.922vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(2) .imageWrap {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(2) .imageWrap {
    width: 56.493vw;
    margin-left: auto;
    padding-right: 2.597vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(2) .imageWrap .tag {
  margin-left: 80px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(2) .imageWrap .tag {
    width: 56.493vw;
    margin-left: 0;
  }
  .page--interviewindex .interviewList > li:nth-child(2) .imageWrap .tag li {
    margin: 0.649vw 1.298vw 0 0;
  }
}
.page--interviewindex .interviewList > li:nth-child(2) .name,
.page--interviewindex .interviewList > li:nth-child(2) .branch {
  margin-left: 100px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(2) .name,
  .page--interviewindex .interviewList > li:nth-child(2) .branch {
    margin-left: 19.48vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(3) {
  margin: -15px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(3) {
    margin: 16.233vw 0 0;
  }
  .page--interviewindex .interviewList > li:nth-child(3) .imageWrap {
    width: 56.493vw;
  }
  .page--interviewindex .interviewList > li:nth-child(3) .name,
  .page--interviewindex .interviewList > li:nth-child(3) .branch {
    margin-left: 6.493vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(4) {
  margin: 145px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(4) {
    margin: 16.233vw 0 0 3.246vw;
  }
  .page--interviewindex .interviewList > li:nth-child(4) .catch {
    margin-left: -3.247vw;
  }
  .page--interviewindex .interviewList > li:nth-child(4) .name,
  .page--interviewindex .interviewList > li:nth-child(4) .branch {
    margin-left: 6.493vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(4) .imageWrap {
  text-align: right;
  padding-right: 0;
}
.page--interviewindex .interviewList > li:nth-child(4) .imageWrap .tag {
  text-align: left;
}
.page--interviewindex .interviewList > li:nth-child(5) {
  margin: 85px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(5) {
    margin: 16.233vw 3.246vw 0 0;
  }
  .page--interviewindex .interviewList > li:nth-child(5) .name,
  .page--interviewindex .interviewList > li:nth-child(5) .branch {
    margin-left: 6.493vw;
  }
  .page--interviewindex .interviewList > li:nth-child(5) .imageWrap {
    margin-right: 6.493vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(6) {
  margin: 150px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(6) {
    margin: 16.883vw 0 0 auto;
    width: 77.922vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(6) .imageWrap {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(6) .imageWrap {
    width: 56.493vw;
    margin-left: auto;
    padding-right: 2.597vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(6) .imageWrap .tag {
  margin-left: 60px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(6) .imageWrap .tag {
    width: 56.493vw;
    margin-left: 0;
  }
  .page--interviewindex .interviewList > li:nth-child(6) .imageWrap .tag li {
    margin: 0.649vw 1.298vw 0 0;
  }
}
.page--interviewindex .interviewList > li:nth-child(6) .catch {
  margin-left: 60px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(6) .catch {
    margin-left: -6.494vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(6) .name,
.page--interviewindex .interviewList > li:nth-child(6) .branch {
  margin-left: 75px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(6) .name,
  .page--interviewindex .interviewList > li:nth-child(6) .branch {
    margin-left: 19.48vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(7) {
  margin: -15px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(7) {
    margin: 16.233vw 0 0;
  }
  .page--interviewindex .interviewList > li:nth-child(7) .imageWrap {
    width: 56.493vw;
  }
  .page--interviewindex .interviewList > li:nth-child(7) .name,
  .page--interviewindex .interviewList > li:nth-child(7) .branch {
    margin-left: 6.493vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(8) {
  margin: 145px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .interviewList > li:nth-child(8) {
    margin: 16.233vw 0 0 3.246vw;
  }
  .page--interviewindex .interviewList > li:nth-child(8) .catch {
    margin-left: -3.247vw;
  }
  .page--interviewindex .interviewList > li:nth-child(8) .name,
  .page--interviewindex .interviewList > li:nth-child(8) .branch {
    margin-left: 6.493vw;
  }
}
.page--interviewindex .interviewList > li:nth-child(8) .imageWrap {
  text-align: right;
  padding-right: 0;
}
.page--interviewindex .interviewList > li:nth-child(8) .imageWrap .tag {
  text-align: left;
}
.page--interviewindex .contentsWrap {
  position: relative;
}
.page--interviewindex .grayWrap {
  margin: 110px 0 0;
  padding: 120px 0;
  background: #F1F2F6;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap {
    margin: 12.987vw 0 0;
    padding: 15.584vw 0;
  }
}
.page--interviewindex .grayWrap .bdrTitle {
  display: inline-block;
  font-size: 52px;
  font-size: 52rem;
  color: #1D2081;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap .bdrTitle {
    font-size: 10.389vw;
    padding-bottom: 3.246vw;
  }
}
.page--interviewindex .grayWrap .bdrTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
}
.page--interviewindex .grayWrap .bdrTitle strong {
  font-weight: 900;
}
.page--interviewindex .grayWrap .bdrTitle span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 18rem;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap .bdrTitle span {
    font-size: 3.506vw;
    padding-left: 2.597vw;
  }
}
.page--interviewindex .grayWrap .imageBox {
  text-align: center;
  margin: 60px 0 60px;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap .imageBox {
    margin: 10.389vw 0;
  }
}
.page--interviewindex .grayWrap .btnLink {
  position: absolute;
  right: 0;
  top: -10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap .btnLink {
    position: relative;
    right: auto;
    top: auto;
  }
}
.page--interviewindex .grayWrap .btnLink a {
  border-radius: 0 30px 0 0;
  display: inline-block;
  padding: 25px 75px;
  background: #FC481C;
  color: #ffffff;
  font-size: 24px;
  font-size: 24rem;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap .btnLink a {
    border-radius: 0 3.896vw 0 0;
    padding: 3.896vw 1.298vw;
    width: 70.129vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4.675vw;
  }
}
.page--interviewindex .grayWrap .btnLink a span {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-size: 16rem;
}
@media screen and (max-width: 599px) {
  .page--interviewindex .grayWrap .btnLink a span {
    margin-bottom: 2.597vw;
    font-size: 2.857vw;
  }
}
@media screen and (min-width: 600px) {
  .page--interviewindex .grayWrap .btnLink a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--interviewindex .grayWrap .btnLink a:hover {
    opacity: 0.7;
  }
}
.page--interview .intervieKeyVisual {
  position: relative;
  z-index: 3;
  padding: 175px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual {
    padding: 0;
  }
}
.page--interview .intervieKeyVisual .contentsWrap {
  width: 1080px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .contentsWrap {
    width: 87.012vw;
  }
}
.page--interview .intervieKeyVisual .contentsWrap::after {
  content: "";
  width: 1461px;
  height: 694px;
  position: absolute;
  z-index: -1;
  top: -175px;
  left: 80px;
  background: url(../img/interview-people/interview-01_01-pc.png) left top no-repeat;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .contentsWrap::after {
    width: 90.129vw;
    height: 79.74vw;
    top: 37.662vw;
    left: auto;
    right: -6.494vw;
    background-image: url(../img/interview-people/interview-01_01-sp.png);
    background-size: cover;
  }
}
.page--interview .intervieKeyVisual .titleBox {
  display: inline-block;
  overflow: hidden;
}
.page--interview .intervieKeyVisual .titleBox .h2title {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 37px;
  font-size: 37rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .titleBox .h2title {
    font-size: 4.675vw;
  }
}
.page--interview .intervieKeyVisual .titleBox .number {
  margin: 15px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-size: 19rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .titleBox .number {
    margin: 1.298vw 0 0;
    font-size: 2.077vw;
  }
}
.page--interview .intervieKeyVisual .titleBox .number span {
  display: inline-block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, "游ゴシック", YuGothic, sans-serif;
  position: relative;
  padding-right: 1em;
  padding-left: 1em;
}
.page--interview .intervieKeyVisual .titleBox .number span::after {
  content: "";
  height: 1px;
  width: 500px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 100%;
}
.page--interview .intervieKeyVisual .catchText {
  margin: 90px 0 0;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 46px;
  font-size: 46rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .catchText {
    margin: 7.792vw 0 0;
    font-size: 5.714vw;
  }
}
.page--interview .intervieKeyVisual .catchText strong {
  font-weight: 900;
}
.page--interview .intervieKeyVisual .titleBox,
.page--interview .intervieKeyVisual .catchText {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}
@media screen and (min-width: 1300px) {
  .page--interview .intervieKeyVisual .titleBox,
  .page--interview .intervieKeyVisual .catchText {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}
@media screen and (min-width: 1500px) {
  .page--interview .intervieKeyVisual .titleBox,
  .page--interview .intervieKeyVisual .catchText {
    -webkit-transform: translate(-160px, 0);
            transform: translate(-160px, 0);
  }
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .titleBox,
  .page--interview .intervieKeyVisual .catchText {
    -webkit-transform: translate(3.246vw, 0);
            transform: translate(3.246vw, 0);
  }
}
.page--interview .intervieKeyVisual .nameBox {
  margin: 60px 0 0;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox {
    margin: 64.935vw 0 0;
  }
}
.page--interview .intervieKeyVisual .nameBox .whiteBox {
  width: 385px;
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox .whiteBox {
    width: 51.948vw;
    padding: 2.597vw 3.896vw;
  }
}
.page--interview .intervieKeyVisual .nameBox .whiteBox--wide {
  width: 445px;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox .whiteBox--wide {
    width: 59.74vw;
  }
}
.page--interview .intervieKeyVisual .nameBox .whiteBox .join {
  text-align: right;
  font-size: 17px;
  font-size: 17rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox .whiteBox .join {
    font-size: 2.467vw;
  }
}
.page--interview .intervieKeyVisual .nameBox .whiteBox .post {
  margin: 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  text-align: center;
  font-size: 17px;
  font-size: 17rem;
  font-weight: 300;
  padding: 10px 5px;
  border-radius: 2em;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox .whiteBox .post {
    margin: 1.298vw 0 0;
    font-size: 2.467vw;
    padding: 1.298vw 0.649vw;
  }
}
.page--interview .intervieKeyVisual .nameBox .whiteBox .name {
  margin: 15px 0 0;
  text-align: center;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 52px;
  font-size: 52rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox .whiteBox .name {
    margin: 1.948vw 0 0;
    font-size: 7.792vw;
  }
}
.page--interview .intervieKeyVisual .nameBox .whiteBox .branch {
  margin: 10px 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 300;
  line-height: 1.25;
}
.page--interview .intervieKeyVisual .nameBox .whiteBox .branch.branch-stxt {
  font-size: 17px;
  font-size: 17rem;
}
@media screen and (max-width: 599px) {
  .page--interview .intervieKeyVisual .nameBox .whiteBox .branch {
    margin: 2.597vw 0 0;
    font-size: 3.116vw;
  }
  .page--interview .intervieKeyVisual .nameBox .whiteBox .branch.branch-stxt {
    font-size: 2.597vw;
  }
}
.page--interview .interviewBtnLink {
  width: 380px;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewBtnLink {
    width: 100%;
  }
}
.page--interview .interviewBtnLink a {
  display: block;
  padding: 20px 60px;
  color: #FC481C;
  border: 1px solid #FC481C;
  border-radius: 10px;
  position: relative;
  line-height: 1.25;
}
.page--interview .interviewBtnLink a .row1 {
  display: inline-block;
  padding: 0.625em 0;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewBtnLink a {
    padding: 2.597vw 7.792vw 2.597vw 6.493vw;
    border-radius: 1.298vw;
    font-size: 3.896vw;
    line-height: 1.5;
  }
}
.page--interview .interviewBtnLink a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .page--interview .interviewBtnLink a::after {
    right: 2.597vw;
  }
}
@media screen and (min-width: 600px) {
  .page--interview .interviewBtnLink a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--interview .interviewBtnLink a:hover {
    color: #ffffff;
    background: #FC481C;
  }
  .page--interview .interviewBtnLink a:hover::after {
    color: #ffffff;
  }
}
.page--interview .interviewsection {
  position: relative;
  z-index: 1;
}
.page--interview .interviewsection .grayWrap {
  background: #F1F2F6;
}
.page--interview .interviewsection .contentsWrap {
  width: 1080px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .contentsWrap {
    width: 87.012vw;
  }
}
.page--interview .interviewsection .secTitle {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 37px;
  font-size: 37rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 0 0 25px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .secTitle {
    font-size: 5.974vw;
    padding: 0 0 3.246vw;
    border: none;
  }
  .page--interview .interviewsection .secTitle::after {
    content: "";
    height: 1px;
    width: 51.948vw;
    position: absolute;
    background: #ffffff;
    left: 0;
    bottom: 0;
  }
}
.page--interview .interviewsection .secTitle span {
  position: relative;
  z-index: 2;
}
.page--interview .interviewsection .secTitle::before {
  content: "INTERVIEW Ⅰ";
  position: absolute;
  z-index: 1;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 63px;
  font-size: 63rem;
  font-weight: 700;
  color: #ffffff;
  left: 0;
  top: -35px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .secTitle::before {
    font-size: 10.389vw;
    top: -4.546vw;
  }
}
.page--interview .interviewsection .secTitle strong {
  font-weight: 700;
  color: #1D2081;
}
.page--interview .interviewsection .messageBox {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 25px;
  font-size: 25rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .messageBox {
    font-size: 3.896vw;
    line-height: 1.4;
    padding: 5.194vw 6.493vw;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(-6.494vw, 0);
            transform: translate(-6.494vw, 0);
  }
}
.page--interview .interviewsection .textBox {
  font-weight: 300;
  line-height: 1.625;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .textBox {
    font-size: 3.376vw;
  }
}
.page--interview .interviewsection .textBox p + p {
  margin-top: 1em;
}
.page--interview .interviewsection .textBox p.interviewdate {
  margin-top: 1em;
  font-size: 14px;
  font-size: 14rem;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .textBox p.interviewdate {
    font-size: 2.857vw;
  }
}
.page--interview .interviewsection .imageBox {
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection .imageBox {
    position: relative;
  }
}
.page--interview .interviewsection01 {
  margin-top: -150px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection01 {
    margin-top: -23.377vw;
  }
}
.page--interview .interviewsection01 .grayWrap {
  padding: 200px 0 100px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection01 .grayWrap {
    padding: 32.467vw 0 19.48vw;
  }
}
.page--interview .interviewsection01 .secTitle,
.page--interview .interviewsection01 .textBox {
  width: 485px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection01 .secTitle,
  .page--interview .interviewsection01 .textBox {
    width: auto;
  }
}
.page--interview .interviewsection01 .textBox {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection01 .textBox {
    margin-top: 3.896vw;
  }
}
.page--interview .interviewsection01 .imageBox {
  right: 0;
  top: 25px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection01 .imageBox {
    position: absolute;
    right: 0;
    top: 112.987vw;
  }
}
.page--interview .interviewsection02 {
  margin-top: 135px;
  min-height: 575px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection02 {
    margin-top: 60.389vw;
    min-height: auto;
    min-height: initial;
    z-index: 2;
    position: relative;
  }
}
.page--interview .interviewsection02 .secTitle {
  width: 485px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection02 .secTitle {
    width: auto;
  }
}
.page--interview .interviewsection02 .textBox {
  width: 600px;
  margin: 55px 0 0 auto;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection02 .textBox {
    width: auto;
    margin: 3.896vw 0 0;
  }
}
.page--interview .interviewsection02 .secTitle {
  border-bottom: 1px solid #F1F2F6;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection02 .secTitle {
    padding: 0 0 3.246vw;
    border: none;
  }
  .page--interview .interviewsection02 .secTitle::after {
    background: #F1F2F6;
  }
}
.page--interview .interviewsection02 .secTitle::before {
  content: "INTERVIEW Ⅱ";
  color: #F1F2F6;
}
.page--interview .interviewsection02 .imageBox {
  right: auto;
  left: 0;
  top: 160px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection02 .imageBox {
    margin: 7.792vw 0 0;
    left: auto;
    top: auto;
  }
}
.page--interview .interviewsection03 {
  margin-top: 155px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 {
    margin-top: -7.793vw;
    z-index: 1;
    position: relative;
  }
}
.page--interview .interviewsection03 .grayWrap {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 .grayWrap {
    padding: 24.025vw 0 16.233vw;
  }
}
.page--interview .interviewsection03 .secTitle {
  width: 485px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 .secTitle {
    width: auto;
  }
}
.page--interview .interviewsection03 .textBox,
.page--interview .interviewsection03 .messageBox {
  width: 650px;
  margin: 25px 0 0 auto;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 .textBox,
  .page--interview .interviewsection03 .messageBox {
    width: auto;
    margin: 7.142vw 0 0;
  }
}
.page--interview .interviewsection03 .messageBox {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 .messageBox {
    margin-top: -12.988vw;
    position: relative;
    z-index: 6;
  }
}
.page--interview .interviewsection03 .secTitle {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 .secTitle {
    border: none;
  }
}
.page--interview .interviewsection03 .secTitle::before {
  content: "INTERVIEW Ⅲ";
  color: #ffffff;
}
.page--interview .interviewsection03 .imageBox {
  right: auto;
  left: 0;
  top: 145px;
}
@media screen and (max-width: 599px) {
  .page--interview .interviewsection03 .imageBox {
    left: auto;
    top: auto;
    margin: 5.844vw 0 0;
  }
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi {
    background: url(../img/interview-people/interview-02_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.page--interview .nextNavi .contentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap {
    display: block;
  }
}
.page--interview .nextNavi .contentsWrap .next {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 74px;
  font-size: 74rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .next {
    font-size: 9.61vw;
  }
}
.page--interview .nextNavi .contentsWrap .next::first-letter {
  color: #FC481C;
}
.page--interview .nextNavi .contentsWrap .next .icn--arr {
  top: 0.1em;
}
.page--interview .nextNavi .contentsWrap .right {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .right {
    margin: 7.792vw 0 0;
  }
}
.page--interview .nextNavi .contentsWrap .right .count {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
  font-size: 17rem;
  font-weight: 700;
  color: #FC481C;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .right .count {
    font-size: 2.857vw;
  }
}
.page--interview .nextNavi .contentsWrap .right .name {
  margin: 20px 0 0;
  font-size: 40px;
  font-size: 40rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .right .name {
    margin: 3.896vw 0 0;
    font-size: 8.311vw;
  }
}
.page--interview .nextNavi .contentsWrap .right .job {
  margin: 20px 0 0;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .right .job {
    margin: 3.896vw 0 0;
    font-size: 3.636vw;
  }
}
.page--interview .nextNavi .contentsWrap .right .post {
  margin: 0;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .right .post {
    margin: 0;
    font-size: 3.636vw;
  }
}
.page--interview .nextNavi .contentsWrap .right .catch {
  margin: 25px 0 0;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 25px;
  font-size: 25rem;
  font-weight: 500;
  line-height: 1.24;
  padding: 20px 0;
  border-top: 1px solid #FC481C;
  border-bottom: 1px solid #FC481C;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi .contentsWrap .right .catch {
    display: inline-block;
    margin: 5.194vw 0 0;
    padding: 2.597vw 0;
    font-size: 3.636vw;
  }
}
.page--interview .nextNavi a {
  display: block;
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .page--interview .nextNavi a {
    padding: 10.389vw 0 5.194vw;
  }
}
@media screen and (min-width: 600px) {
  .page--interview .nextNavi a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--interview .nextNavi a:hover {
    background: #fadcd4;
  }
}
.page--interview.page--interview01 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-01_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview01 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-01_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview01 .interviewsection01 .imageBox {
    top: 138.961vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview01 .nextNavi {
    background: url(../img/interview-people/interview-06_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview02 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-02_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview02 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-02_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview02 .nextNavi {
    background: url(../img/interview-people/interview-04_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview03 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-03_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview03 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-03_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview03 .interviewsection01 .imageBox {
    top: 125.974vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview03 .nextNavi {
    background: url(../img/interview-people/interview-05_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview04 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-04_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview04 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-04_01-sp.png);
  }
}
.page--interview.page--interview04 .intervieKeyVisual .nameBox .whiteBox {
  width: 435px;
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview04 .intervieKeyVisual .nameBox .whiteBox {
    width: 58.441vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview04 .interviewsection01 .imageBox {
    top: 132.467vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview04 .nextNavi {
    background: url(../img/interview-people/interview-11_opacity-sp.png) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview05 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-05_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview05 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-05_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview05 .interviewsection01 .imageBox {
    top: 118.181vw;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview05 .nextNavi {
    background: url(../img/interview-people/interview-02_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview06 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-06_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview06 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-06_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview06 .interviewsection01 .imageBox {
    top: 107%;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview06 .nextNavi {
    background: url(../img/interview-people/interview-03_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview11 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-11_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview11 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-11_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview11 .interviewsection01 .imageBox {
    top: 107%;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview11 .nextNavi {
    background: url(../img/interview-people/interview-14_opacity-sp.png) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview12 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-12_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview12 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-12_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview12 .interviewsection01 .imageBox {
    top: 107%;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview12 .nextNavi {
    background: url(../img/interview-people/interview-13_opacity-sp.png) center center no-repeat;
    background-size: cover;
  }
}
.page--interview.page--interview13 .intervieKeyVisual .contentsWrap::after {
  background-image: url(../img/interview-people/interview-13_01-pc.png);
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview13 .intervieKeyVisual .contentsWrap::after {
    background-image: url(../img/interview-people/interview-13_01-sp.png);
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview13 .interviewsection01 .imageBox {
    top: 107%;
  }
}
@media screen and (max-width: 599px) {
  .page--interview.page--interview13 .nextNavi {
    background: url(../img/interview-people/interview-01_opacity-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.page--training .catchBox {
  width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--training .catchBox {
    width: 87.012vw;
  }
}
.page--training .catchBox .catchText {
  text-align: center;
  font-size: 30px;
  font-size: 30rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--training .catchBox .catchText {
    text-align: left;
    font-size: 5.454vw;
  }
}
.page--training .catchBox .catchText + .textBox {
  font-size: 15px;
  font-size: 15rem;
  margin: 20px 0 0;
  line-height: 1.66;
}
@media screen and (max-width: 599px) {
  .page--training .catchBox .catchText + .textBox {
    text-align: left;
    font-size: 3.506vw;
    margin: 2.597vw 0 0;
  }
}
.page--training .threepoint {
  margin: 75px 0 0;
}
@media screen and (max-width: 599px) {
  .page--training .threepoint {
    margin: 16.233vw 0 0;
  }
}
.page--training .threepoint .grayWrap {
  background: #E6E7EB;
}
.page--training .threepoint .pointList {
  padding: 125px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--training .threepoint .pointList {
    padding: 21.428vw 0 24.025vw;
    display: block;
  }
}
.page--training .threepoint .pointList li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  max-width: 320px;
  background: rgb(255, 255, 255);
  border-radius: 0px 38px 0px 0px;
  padding: 50px 30px 0;
  min-height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .threepoint .pointList li {
    max-width: auto;
    max-width: initial;
    border-radius: 0px 4.935vw 0px 0px;
    padding: 14.935vw 6.493vw 12.987vw;
    min-height: auto;
    min-height: initial;
  }
  .page--training .threepoint .pointList li + li {
    margin-top: 14.285vw;
  }
}
.page--training .threepoint .pointList li::after {
  font-family: "myicon";
  content: "\e902";
  color: #ff6700;
  font-size: 30px;
  font-size: 30rem;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 599px) {
  .page--training .threepoint .pointList li::after {
    font-size: 7.792vw;
    width: 7.792vw;
    height: 7.792vw;
    top: -3.897vw;
  }
}
.page--training .threepoint .pointList li .point {
  text-align: center;
  font-size: 18px;
  font-size: 18rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FC481C;
}
@media screen and (max-width: 599px) {
  .page--training .threepoint .pointList li .point {
    font-size: 4.805vw;
  }
}
.page--training .threepoint .pointList li .title {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 33px;
  font-size: 33rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--training .threepoint .pointList li .title {
    height: 31.818vw;
    font-size: 8.961vw;
  }
}
.page--training .threepoint .pointList li .title span:first-letter {
  color: #1D2081;
}
.page--training .threepoint .pointList li .text {
  font-size: 15px;
  font-size: 15rem;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .page--training .threepoint .pointList li .text {
    font-size: 4.025vw;
  }
}
.page--training .trainingsection {
  margin: 200px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection {
    margin: 35.714vw 0 0;
  }
}
.page--training .trainingsection::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #E6E7EB;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection::after {
    height: 25.974vw;
  }
}
.page--training .trainingsection .contentsWrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contentsWrap {
    margin: 0 auto;
    width: 81.818vw;
  }
}
.page--training .trainingsection .contentsWrap::before, .page--training .trainingsection .contentsWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  padding: 60px;
  background: #ffffff;
  border: 1px solid #E6E7EB;
  left: -60px;
  bottom: -60px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contentsWrap::before, .page--training .trainingsection .contentsWrap::after {
    padding: 10.389vw 5.194vw;
    left: -5.195vw;
    bottom: -10.39vw;
  }
}
.page--training .trainingsection .contentsWrap::before {
  content: none;
  width: 1920px;
  border-left: none;
  border-right: none;
  left: auto;
  right: auto;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contentsWrap::before {
    width: 100%;
  }
}
.page--training .trainingsection .contentsWrap .contHead,
.page--training .trainingsection .contentsWrap .contBody {
  position: relative;
  z-index: 3;
}
.page--training .trainingsection .contHead {
  padding: 0 0 35px;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contHead {
    padding: 0 0 9.09vw;
    margin: 0 0 7.792vw;
  }
}
.page--training .trainingsection .contHead::after {
  font-family: "myicon";
  content: "\e901";
  color: #ff6700;
  font-size: 10px;
  font-size: 10rem;
  width: 35px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contHead::after {
    font-size: 2.597vw;
    width: 9.09vw;
    height: 2.597vw;
  }
}
.page--training .trainingsection .contHead .cnt {
  font-size: 14px;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contHead .cnt {
    font-size: 3.636vw;
  }
}
.page--training .trainingsection .contHead .cnt span {
  display: inline-block;
  background: #ff6700;
  color: #ffffff;
  padding: 5px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contHead .cnt span {
    padding: 1.298vw;
  }
}
.page--training .trainingsection .contHead .h2Title {
  margin: 25px 0 0;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  font-size: 30rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contHead .h2Title {
    margin: 3.896vw 0 0;
    font-size: 5.974vw;
  }
}
.page--training .trainingsection .contHead .btmText {
  margin: 10px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contHead .btmText {
    margin: 1.948vw 0 0;
    font-size: 3.116vw;
  }
}
.page--training .trainingsection .contBody .flex {
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contBody .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page--training .trainingsection .contBody .flex > .left {
  width: 625px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contBody .flex > .left {
    width: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 7.792vw 0 0;
  }
}
.page--training .trainingsection .contBody .flex > .right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .contBody .flex > .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.page--training .trainingsection .textBox {
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection .textBox {
    font-size: 3.506vw;
  }
}
.page--training .trainingsection01::after {
  height: 592px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01::after {
    height: 310.519vw;
    bottom: -23.377vw;
  }
}
.page--training .trainingsection01 .contentsWrap::after {
  border-radius: 38px 0 0 0;
  border-right: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .contentsWrap::after {
    border-radius: 4.935vw 0 0 0;
  }
}
.page--training .trainingsection01 .contentsWrap::before {
  content: "";
  right: auto;
  left: 100%;
}
.page--training .trainingsection01 .growthBox {
  margin: 25px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox {
    margin: 9.09vw 0 0;
    display: block;
  }
}
.page--training .trainingsection01 .growthBox .growthItem {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  max-width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page--training .trainingsection01 .growthBox .growthItem + .growthItem {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem {
    max-width: auto;
    max-width: initial;
    border: 1px solid #ff6700;
    padding: 3.896vw 2.597vw;
  }
  .page--training .trainingsection01 .growthBox .growthItem + .growthItem {
    margin-left: 0;
    border-top: none;
    position: relative;
    border-bottom: none;
  }
  .page--training .trainingsection01 .growthBox .growthItem + .growthItem::before, .page--training .trainingsection01 .growthBox .growthItem + .growthItem::after {
    content: "";
    width: 51.6%;
    height: 10.389vw;
    position: absolute;
    z-index: 2;
    border-bottom: 1px solid #ff6700;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .page--training .trainingsection01 .growthBox .growthItem + .growthItem::after {
    left: auto;
    right: 0;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.page--training .trainingsection01 .growthBox .growthItem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem dl {
    display: block;
  }
}
.page--training .trainingsection01 .growthBox .growthItem dl dt {
  background: #333333;
  color: #ffffff;
  font-size: 26px;
  font-size: 26rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem dl dt {
    display: inline-block;
    font-size: 4.545vw;
    padding: 2.597vw;
  }
}
.page--training .trainingsection01 .growthBox .growthItem dl dd {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem dl dd {
    margin: 3.896vw 0 0;
  }
}
.page--training .trainingsection01 .growthBox .growthItem dl dd ul {
  font-size: 14px;
  font-size: 14rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem dl dd ul {
    font-size: 3.116vw;
  }
}
.page--training .trainingsection01 .growthBox .growthItem dl dd ul li + li {
  margin: 5px 0 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem dl dd ul li + li {
    margin: 1.298vw 0 0;
  }
}
.page--training .trainingsection01 .growthBox .growthItem dl dd ul li::before {
  content: "・";
}
.page--training .trainingsection01 .growthBox .growthItem .textBox {
  padding: 40px 25px 80px;
  border: 1px solid #333333;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem .textBox {
    margin: 3.896vw 0 0;
    padding: 6.493vw 3.896vw;
    border: 1px solid #333333;
  }
}
.page--training .trainingsection01 .growthBox .growthItem .textBox::before, .page--training .trainingsection01 .growthBox .growthItem .textBox::after {
  content: "";
  width: 51.6%;
  height: 40px;
  position: absolute;
  z-index: 2;
  border-bottom: 1px solid #333333;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem .textBox::before, .page--training .trainingsection01 .growthBox .growthItem .textBox::after {
    content: none;
  }
}
.page--training .trainingsection01 .growthBox .growthItem .textBox::after {
  left: auto;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.page--training .trainingsection01 .growthBox .growthItem .textBox .ttl {
  font-size: 29px;
  font-size: 29rem;
  font-weight: 500;
  color: #ff6700;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem .textBox .ttl {
    font-size: 4.805vw;
  }
}
.page--training .trainingsection01 .growthBox .growthItem .textBox .en {
  margin: 0;
  font-size: 16px;
  font-size: 16rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem .textBox .en {
    font-size: 2.597vw;
  }
}
.page--training .trainingsection01 .growthBox .growthItem .textBox .txt {
  padding: 25px 0 0;
  margin: 10px 0 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem .textBox .txt {
    padding: 5.194vw 0 0;
    margin: 2.597vw 0 0;
  }
}
.page--training .trainingsection01 .growthBox .growthItem .textBox .txt::before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 10px;
  font-size: 10rem;
  color: #ff6700;
  font-family: "myicon";
  content: "\e900";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .growthItem .textBox .txt::before {
    font-size: 1.558vw;
  }
}
.page--training .trainingsection01 .growthBox .evalist {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 180px;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .evalist {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    height: auto;
    margin: 19.48vw 0 0;
    background: #333333;
    padding: 2.597vw 2.597vw 15.584vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .page--training .trainingsection01 .growthBox .evalist::before, .page--training .trainingsection01 .growthBox .evalist::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12.987vw 48.701vw;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page--training .trainingsection01 .growthBox .evalist::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 12.987vw 0 0 48.701vw;
    border-color: transparent transparent transparent #ffffff;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.page--training .trainingsection01 .growthBox .evalist li {
  text-align: center;
  background: #333333;
  color: #ffffff;
  font-size: 22px;
  font-size: 22rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  padding: 10px 5px;
  border-radius: 2em;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthBox .evalist li {
    border: 1px solid #ffffff;
    -ms-flex-preferred-size: 35.714vw;
        flex-basis: 35.714vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.298vw;
    font-size: 5.194vw;
  }
  .page--training .trainingsection01 .growthBox .evalist li:nth-child(n+3) {
    margin: 2.597vw 0 0;
  }
}
.page--training .trainingsection01 .growthResult {
  text-align: center;
  border-radius: 30px;
  margin: 90px auto 0;
  width: 615px;
  background: #ff6700;
  padding: 10px;
  font-size: 38px;
  font-size: 38rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .growthResult {
    display: block;
    font-size: 7.142vw;
    border-radius: 7.792vw;
    margin: 5.194vw auto 0;
    padding: 2.597vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page--training .trainingsection01 .btnLink {
  width: 380px;
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .btnLink {
    width: 100%;
  }
}
.page--training .trainingsection01 .btnLink a {
  display: block;
  padding: 20px 60px;
  color: #FC481C;
  border: 1px solid #FC481C;
  border-radius: 10px;
  position: relative;
  line-height: 1.25;
}
.page--training .trainingsection01 .btnLink a .row1 {
  display: inline-block;
  padding: 0.625em 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .btnLink a {
    padding: 2.597vw 7.792vw 2.597vw 6.493vw;
    border-radius: 1.298vw;
    font-size: 3.896vw;
    line-height: 1.5;
  }
}
.page--training .trainingsection01 .btnLink a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .btnLink a::after {
    right: 2.597vw;
  }
}
@media screen and (min-width: 600px) {
  .page--training .trainingsection01 .btnLink a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--training .trainingsection01 .btnLink a:hover {
    color: #ffffff;
    background: #FC481C;
  }
  .page--training .trainingsection01 .btnLink a:hover::after {
    color: #ffffff;
  }
}
.page--training .trainingsection01 .btnLinkcation {
  text-align: center;
  font-size: 12px;
  font-size: 12rem;
  font-weight: 300;
  margin: 10px 0 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection01 .btnLinkcation {
    font-size: 3.896vw;
    margin: 2.597vw 0 0;
  }
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02 {
    margin-top: 46.753vw;
  }
}
.page--training .trainingsection02 .contHead::after {
  color: #FEB117;
}
.page--training .trainingsection02 .contHead .cnt span {
  background: #FEB117;
}
.page--training .trainingsection02::after {
  height: 364px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02::after {
    height: 207.792vw;
    bottom: -20.78vw;
  }
}
.page--training .trainingsection02 .contentsWrap::after {
  border-radius: 0 38px 0 0;
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02 .contentsWrap::after {
    border-radius: 0 4.935vw 0 0;
  }
}
.page--training .trainingsection02 .contentsWrap::before {
  content: "";
  right: 100%;
  left: auto;
}
.page--training .trainingsection02 .persBox {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02 .persBox {
    margin: 10.389vw 0 0;
    display: block;
  }
}
.page--training .trainingsection02 .persBox .left,
.page--training .trainingsection02 .persBox .right {
  -ms-flex-preferred-size: 305px;
      flex-basis: 305px;
  border: 1px solid #333333;
  border-top: none;
}
.page--training .trainingsection02 .persBox .left ul,
.page--training .trainingsection02 .persBox .right ul {
  margin: 15px 30px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02 .persBox .left ul,
  .page--training .trainingsection02 .persBox .right ul {
    margin: 3.896vw 6.493vw;
  }
}
.page--training .trainingsection02 .persBox .left ul li,
.page--training .trainingsection02 .persBox .right ul li {
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
.page--training .trainingsection02 .persBox .left ul li::before,
.page--training .trainingsection02 .persBox .right ul li::before {
  content: "・";
  color: #FEB117;
}
.page--training .trainingsection02 .persBox .left ul li + li,
.page--training .trainingsection02 .persBox .right ul li + li {
  margin: 5px 0 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02 .persBox .right {
    margin: 2.597vw 0 0;
  }
}
.page--training .trainingsection02 .persBox .title {
  background: #333333;
  color: #ffffff;
  font-size: 26px;
  font-size: 26rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection02 .persBox .title {
    font-size: 4.675vw;
  }
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection03 {
    margin: 42.857vw 0 0;
  }
}
.page--training .trainingsection03::after {
  height: 269px;
  bottom: -100px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection03::after {
    height: 146.753vw;
    bottom: -20.78vw;
  }
}
.page--training .trainingsection03 .contentsWrap::after {
  border-radius: 38px 0 0 0;
  border-right: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection03 .contentsWrap::after {
    border-radius: 4.935vw 0 0 0;
  }
}
.page--training .trainingsection03 .contentsWrap::before {
  content: "";
  left: 100%;
}
.page--training .trainingsection03 .contHead::after {
  color: #FD43BB;
}
.page--training .trainingsection03 .contHead .cnt span {
  background: #FD43BB;
}
.page--training .trainingsection03 .contBody .textBox {
  padding: 0 0 20px 120px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection03 .contBody .textBox {
    padding: 0 0 41.558vw;
  }
}
.page--training .trainingsection03 .contBody .textBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 81px;
  height: 117px;
  background: url(../img/training/img03_icn.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection03 .contBody .textBox::before {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 25.194vw;
    height: 36.493vw;
  }
}
.page--training .trainingsection04 {
  margin-top: 220px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection04 {
    margin: 42.857vw 0 0;
  }
}
.page--training .trainingsection04::after {
  height: 395px;
  bottom: -110px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection04::after {
    height: 182.207vw;
    bottom: -20.78vw;
  }
}
.page--training .trainingsection04 .contentsWrap::after {
  border-radius: 0 38px 0 0;
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection04 .contentsWrap::after {
    border-radius: 0 4.935vw 0 0;
  }
}
.page--training .trainingsection04 .contentsWrap::before {
  content: "";
  right: 100%;
  left: auto;
}
.page--training .trainingsection04 .contHead::after {
  color: #30C3E5;
}
.page--training .trainingsection04 .contHead .cnt span {
  background: #30C3E5;
}
.page--training .trainingsection04 .contBody .univlist {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection04 .contBody .univlist {
    margin: 7.792vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page--training .trainingsection04 .contBody .univlist li {
  -ms-flex-preferred-size: 116px;
      flex-basis: 116px;
  height: 164px;
  max-width: 116px;
  padding: 105px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-size: 15rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.26;
  color: #ffffff;
  background: url(../img/training/univicn01.png) center 20px no-repeat #333333;
  background-size: 74px 74px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection04 .contBody .univlist li {
    max-width: auto;
    max-width: initial;
    margin: 0 0.649vw 1.298vw;
    -ms-flex-preferred-size: 25.714vw;
        flex-basis: 25.714vw;
    height: 31.168vw;
    padding: 20.779vw 1.298vw 0;
    font-size: 3.116vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 14.025vw 14.025vw;
  }
}
.page--training .trainingsection04 .contBody .univlist li:nth-child(1) {
  background-image: url(../img/training/univicn01.png);
}
.page--training .trainingsection04 .contBody .univlist li:nth-child(2) {
  background-image: url(../img/training/univicn02.png);
}
.page--training .trainingsection04 .contBody .univlist li:nth-child(3) {
  background-image: url(../img/training/univicn03.png);
}
.page--training .trainingsection04 .contBody .univlist li:nth-child(4) {
  background-image: url(../img/training/univicn04.png);
}
.page--training .trainingsection04 .contBody .univlist li:nth-child(5) {
  background-image: url(../img/training/univicn05.png);
}
.page--training .trainingsection05 {
  margin: 215px 0 0;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection05 {
    margin: 42.857vw 0 0;
  }
}
.page--training .trainingsection05::after {
  height: 330px;
  bottom: -150px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection05::after {
    height: 164.935vw;
    bottom: -20.78vw;
  }
}
.page--training .trainingsection05 .contentsWrap::after {
  border-radius: 38px 0 0 0;
  border-right: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection05 .contentsWrap::after {
    border-radius: 4.935vw 0 0 0;
  }
}
.page--training .trainingsection05 .contentsWrap::before {
  content: "";
  left: 100%;
}
.page--training .trainingsection05 .contHead::after {
  color: #2CDBBA;
}
.page--training .trainingsection05 .contHead .cnt span {
  background: #2CDBBA;
}
.page--training .trainingsection05 .contBody .textBox {
  padding: 0 0 0 120px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection05 .contBody .textBox {
    padding: 0 0 46.753vw;
  }
}
.page--training .trainingsection05 .contBody .textBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 89px;
  height: 93px;
  background: url(../img/training/img05_icn.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection05 .contBody .textBox::before {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 38.181vw;
    height: 39.87vw;
  }
}
.page--training .trainingsection06 {
  margin-top: 335px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection06 {
    margin: 42.857vw 0 0;
  }
}
.page--training .trainingsection06::after {
  height: 275px;
  bottom: -125px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection06::after {
    height: 145.454vw;
    bottom: -20.78vw;
  }
}
.page--training .trainingsection06 .contentsWrap::after {
  border-radius: 0 38px 0 0;
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection06 .contentsWrap::after {
    border-radius: 0 4.935vw 0 0;
  }
}
.page--training .trainingsection06 .contentsWrap::before {
  content: "";
  right: 100%;
}
.page--training .trainingsection06 .contHead::after {
  color: #89E223;
}
.page--training .trainingsection06 .contHead .cnt span {
  background: #89E223;
}
.page--training .trainingsection06 .contBody .textBox {
  padding: 0 0 60px 120px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection06 .contBody .textBox {
    padding: 0 0 46.753vw;
  }
}
.page--training .trainingsection06 .contBody .textBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 89px;
  height: 72px;
  background: url(../img/training/img06_icn.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection06 .contBody .textBox::before {
    left: 49%;
    bottom: 1.298vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 40.129vw;
    height: 32.597vw;
  }
}
.page--training .trainingsection07 {
  margin: 300px 0 280px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection07 {
    margin: 42.857vw 0 42.857vw;
  }
}
.page--training .trainingsection07::after {
  height: 300px;
  bottom: -150px;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection07::after {
    height: 158.441vw;
    bottom: -20.78vw;
  }
}
.page--training .trainingsection07 .contentsWrap::after {
  border-radius: 38px 0 0 0;
  border-right: none;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection07 .contentsWrap::after {
    border-radius: 4.935vw 0 0 0;
  }
}
.page--training .trainingsection07 .contentsWrap::before {
  content: "";
  left: 100%;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection07 .contHead .h2Title {
    white-space: nowrap;
  }
}
.page--training .trainingsection07 .contHead::after {
  color: #2585EF;
}
.page--training .trainingsection07 .contHead .cnt span {
  background: #2585EF;
}
.page--training .trainingsection07 .contBody .textBox {
  padding: 0 0 10px 120px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection07 .contBody .textBox {
    padding: 0 0 46.753vw;
  }
}
.page--training .trainingsection07 .contBody .textBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 94px;
  height: 107px;
  background: url(../img/training/img07_icn.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--training .trainingsection07 .contBody .textBox::before {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 32.857vw;
    height: 37.142vw;
  }
}
.page--benefit .fixBenefitNav,
.page--benefit .anchNavWrap {
  width: 1000px;
  margin: -120px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1500px) {
  .page--benefit .fixBenefitNav,
  .page--benefit .anchNavWrap {
    margin: -200px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .fixBenefitNav,
  .page--benefit .anchNavWrap {
    width: 87.012vw;
    margin: -10.39vw auto 0;
  }
}
.page--benefit .fixBenefitNav .anchNav,
.page--benefit .anchNavWrap .anchNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--benefit .fixBenefitNav .anchNav,
  .page--benefit .anchNavWrap .anchNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page--benefit .fixBenefitNav .anchNav li,
.page--benefit .anchNavWrap .anchNav li {
  -ms-flex-preferred-size: 115px;
      flex-basis: 115px;
}
@media screen and (max-width: 599px) {
  .page--benefit .fixBenefitNav .anchNav li,
  .page--benefit .anchNavWrap .anchNav li {
    -ms-flex-preferred-size: 19.48vw;
        flex-basis: 19.48vw;
  }
  .page--benefit .fixBenefitNav .anchNav li:nth-child(n+5),
  .page--benefit .anchNavWrap .anchNav li:nth-child(n+5) {
    margin-top: 3.896vw;
  }
}
.page--benefit .fixBenefitNav .anchNav li img,
.page--benefit .anchNavWrap .anchNav li img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page--benefit .fixBenefitNav .anchNav li a,
  .page--benefit .anchNavWrap .anchNav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .page--benefit .fixBenefitNav .anchNav li a:hover,
  .page--benefit .anchNavWrap .anchNav li a:hover {
    -webkit-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
  }
}
.page--benefit .anchNavWrap .anchNav {
  opacity: 0;
  visibility: hidden;
}
.page--benefit .anchNavWrap .anchNav.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .page--benefit .anchNavWrap .anchNav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .anchNavWrap .anchNav {
    visibility: visible;
    opacity: 1;
  }
}
.page--benefit .fixBenefitNav {
  width: 1000px;
  margin: 0 auto;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.page--benefit .fixBenefitNav.view {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .page--benefit .fixBenefitNav {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .fixBenefitNav {
    display: none !important;
    width: 87.012vw;
    margin: 0 auto;
  }
}
.page--benefit .grayWrap {
  background: #E6E7EB;
}
.page--benefit .catchBox {
  width: 820px;
  margin: 80px auto 0;
}
@media screen and (max-width: 599px) {
  .page--benefit .catchBox {
    margin: 10.389vw auto 0;
    width: 87.012vw;
  }
}
.page--benefit .catchBox .catchText {
  text-align: center;
  font-size: 30px;
  font-size: 30rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--benefit .catchBox .catchText {
    text-align: left;
    font-size: 5.454vw;
  }
}
.page--benefit .catchBox .catchText + .textBox {
  font-size: 15px;
  font-size: 15rem;
  margin: 20px 0 0;
  line-height: 1.66;
}
@media screen and (max-width: 599px) {
  .page--benefit .catchBox .catchText + .textBox {
    text-align: left;
    font-size: 3.506vw;
    margin: 2.597vw 0 0;
  }
}
.page--benefit .benefitsection {
  margin: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection {
    margin: 14.285vw 0;
  }
}
.page--benefit .benefitsection .grayWrap {
  padding: 90px 0;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .grayWrap {
    padding: 15.584vw 0;
  }
}
.page--benefit .benefitsection .borderBox {
  padding: 40px;
  border-radius: 0 38px 0 0;
  border: 2px solid #333333;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .borderBox {
    padding: 5.194vw 3.246vw;
    border-radius: 0 4.935vw 0 0;
  }
}
.page--benefit .benefitsection .titleBox {
  width: 490px;
  height: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: url(../img/benefit/bene01.png) left center no-repeat;
  background-size: auto 95px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .titleBox {
    width: auto;
    height: 20.129vw;
    padding: 0 0 0 23.376vw;
    background-size: auto 20.129vw;
  }
}
.page--benefit .benefitsection .titleBox .h2title {
  font-size: 29px;
  font-size: 29rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .titleBox .h2title {
    font-size: 6.233vw;
  }
}
.page--benefit .benefitsection .titleBox .h2title span {
  display: block;
}
.page--benefit .benefitsection .titleBox .h2title span::first-letter {
  color: #ff6700;
}
.page--benefit .benefitsection .titleBox .text {
  margin: 15px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .titleBox .text {
    margin: 1.298vw 0 0;
    font-size: 3.246vw;
  }
}
.page--benefit .benefitsection .imageBox {
  position: absolute;
  width: 405px;
  right: 40px;
  top: 40px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .imageBox {
    margin: 10.389vw 0 0;
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
}
.page--benefit .benefitsection .imageBox img {
  width: 100%;
}
.page--benefit .benefitsection .textBox {
  margin: 30px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
  width: 490px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .textBox {
    margin: 7.792vw 0 0;
    width: auto;
    font-size: 3.506vw;
  }
}
.page--benefit .benefitsection .moreBtn {
  margin: 30px 0 0;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .moreBtn {
    margin: 7.792vw 0 0;
  }
}
.page--benefit .benefitsection .moreBtn a {
  display: inline-block;
  width: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1;
  color: #ffffff;
  border-radius: 0 16px 0 0;
  background: #333333;
  font-size: 16px;
  font-size: 16rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .moreBtn a {
    width: 48.701vw;
    padding: 3.896vw 5.194vw;
    border-radius: 0 2.077vw 0 0;
    font-size: 4.155vw;
  }
}
.page--benefit .benefitsection .moreBtn a .icn--uparr {
  float: right;
}
.page--benefit .benefitsection .toggleBox {
  display: none;
  margin: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .toggleBox {
    margin: 20.779vw 0 0;
  }
}
.page--benefit .benefitsection .toggleBox::before {
  font-family: "myicon";
  content: "\e901";
  color: #ff6700;
  font-size: 10px;
  font-size: 10rem;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: -40px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .toggleBox::before {
    font-size: 2.077vw;
    top: -11.689vw;
  }
}
.page--benefit .benefitsection .toggleBox .textBox {
  font-size: 23px;
  font-size: 23rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .toggleBox .textBox {
    font-size: 3.766vw;
  }
}
.page--benefit .benefitsection .toggleBox .textBox span {
  font-size: 3.766vw;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .toggleBox .textBox span {
    font-size: 6.363vw;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .item + .item .checkList {
    margin: 0;
    display: block;
  }
  .page--benefit .benefitsection .item + .item .checkList li:nth-child(1) {
    border-top: none;
  }
  .page--benefit .benefitsection .item + .item .checkList li:nth-child(1).bton {
    border-top: 1px solid #333333;
  }
}
.page--benefit .benefitsection .checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .checkList {
    margin: 5.194vw 0 0;
    display: block;
  }
}
.page--benefit .benefitsection .checkList li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
  line-height: 1.6;
  border: 1px solid #333333;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .checkList li {
    font-size: 3.506vw;
    height: 25.974vw;
  }
}
.page--benefit .benefitsection .checkList li:nth-child(2n) {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .checkList li:nth-child(2n) {
    border: 1px solid #333333;
    border-top: none;
  }
}
.page--benefit .benefitsection .checkList li::before {
  font-family: "myicon";
  content: "\e902";
  color: #ff6700;
  font-size: 30px;
  font-size: 30rem;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.5em;
  top: -20px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .checkList li::before {
    font-size: 4.935vw;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .checkList li::before {
    top: -2.598vw;
  }
}
.page--benefit .benefitsection .col3list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list {
    margin: 5.194vw 0 0;
    display: block;
  }
}
.page--benefit .benefitsection .col3list li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #333333;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li {
    padding: 3.896vw 2.597vw;
  }
}
.page--benefit .benefitsection .col3list li .abc {
  color: #FD43BB;
  font-size: 42px;
  font-size: 42rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li .abc {
    font-size: 10.389vw;
  }
}
.page--benefit .benefitsection .col3list li .title {
  font-size: 23px;
  font-size: 23rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 5px 0 0;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li .title {
    margin: 1.298vw 0 0;
    font-size: 5.844vw;
  }
}
.page--benefit .benefitsection .col3list li .text {
  margin: 10px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li .text {
    margin: 2.597vw 0 0;
    font-size: 3.896vw;
  }
}
.page--benefit .benefitsection .col3list li:nth-child(2) {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li:nth-child(2) {
    border: 1px solid #333333;
  }
}
.page--benefit .benefitsection .col3list li:nth-child(3) {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li:nth-child(3) {
    border: 1px solid #333333;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .col3list li:nth-child(n+2) {
    border-top: none;
  }
}
.page--benefit .benefitsection .bdrcol2list,
.page--benefit .benefitsection .bdrcol3list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list,
  .page--benefit .benefitsection .bdrcol3list {
    margin: 5.194vw 0 0;
    display: block;
  }
}
.page--benefit .benefitsection .bdrcol2list li,
.page--benefit .benefitsection .bdrcol3list li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #333333;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li,
  .page--benefit .benefitsection .bdrcol3list li {
    margin: 0;
    max-width: auto;
    max-width: initial;
  }
}
.page--benefit .benefitsection .bdrcol2list li .title,
.page--benefit .benefitsection .bdrcol3list li .title {
  font-size: 23px;
  font-size: 23rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 5px 0 0;
  position: relative;
  padding: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li .title,
  .page--benefit .benefitsection .bdrcol3list li .title {
    font-size: 5.844vw;
    margin: 1.298vw 0 0;
    padding: 0 0 5.194vw;
  }
}
.page--benefit .benefitsection .bdrcol2list li .title::after,
.page--benefit .benefitsection .bdrcol3list li .title::after {
  content: "";
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #FC481C;
  position: absolute;
}
.page--benefit .benefitsection .bdrcol2list li .text,
.page--benefit .benefitsection .bdrcol3list li .text {
  margin: 10px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li .text,
  .page--benefit .benefitsection .bdrcol3list li .text {
    font-size: 3.506vw;
  }
}
.page--benefit .benefitsection .bdrcol3list li:nth-child(3n) {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol3list li:nth-child(3n) {
    border: 1px solid #333333;
  }
}
.page--benefit .benefitsection .bdrcol3list li:nth-child(3n-1) {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol3list li:nth-child(3n-1) {
    border: 1px solid #333333;
  }
}
.page--benefit .benefitsection .bdrcol3list li:nth-child(n+4) {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol3list li:nth-child(n+4) {
    border: 1px solid #333333;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol3list li:nth-child(n+2) {
    border-top: none;
  }
}
.page--benefit .benefitsection .bdrcol2list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li {
    max-width: auto;
    max-width: initial;
  }
}
.page--benefit .benefitsection .bdrcol2list li:nth-child(2n) {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li:nth-child(2n) {
    border: 1px solid #333333;
  }
}
.page--benefit .benefitsection .bdrcol2list li:nth-child(n+3) {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li:nth-child(n+3) {
    border: 1px solid #333333;
  }
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .bdrcol2list li:nth-child(n+2) {
    border-top: none;
  }
}
.page--benefit .benefitsection .caition {
  margin: 15px 0 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection .caition {
    margin: 2.597vw 0 0;
    font-size: 3.116vw;
  }
}
.page--benefit .benefitsection01 .titleBox {
  background-image: url(../img/benefit/bene01.png);
}
.page--benefit .benefitsection01 .textBox.textBox01 {
  width: 560px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection01 .textBox.textBox01 {
    width: auto;
  }
}
.page--benefit .benefitsection01 .imageBox {
  width: 305px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page--benefit .benefitsection01 .imageBox img {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection01 .imageBox {
    width: auto;
    padding: 0 5.194vw;
  }
  .page--benefit .benefitsection01 .imageBox img {
    width: 60%;
  }
}
.page--benefit .benefitsection02 .titleBox {
  background-image: url(../img/benefit/bene02.png);
}
.page--benefit .benefitsection02 .titleBox .h2title span::first-letter {
  color: #FEB117;
}
.page--benefit .benefitsection02 .textBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection02 .textBox {
    margin-bottom: 0;
  }
}
.page--benefit .benefitsection02 .textBox strong {
  color: #FEB117;
  font-size: 23px;
  font-size: 23rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection02 .textBox strong {
    margin-bottom: 0;
    font-size: 4.545vw;
  }
}
.page--benefit .benefitsection02 .imageBox {
  top: 110px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection02 .imageBox {
    top: auto;
  }
}
.page--benefit .benefitsection03 .moreBtn {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection03 .moreBtn {
    margin-top: 3.896vw;
  }
}
.page--benefit .benefitsection03 .titleBox {
  background-image: url(../img/benefit/bene03.png);
}
.page--benefit .benefitsection03 .titleBox .h2title span::first-letter {
  color: #FD43BB;
}
.page--benefit .benefitsection03 .toggleBox::before {
  color: #FD43BB;
}
.page--benefit .benefitsection04 .moreBtn {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection04 .moreBtn {
    margin-top: 3.896vw;
  }
}
.page--benefit .benefitsection04 .titleBox {
  background-image: url(../img/benefit/bene04.png);
}
.page--benefit .benefitsection04 .titleBox .h2title span::first-letter {
  color: #30C3E5;
}
.page--benefit .benefitsection04 .textBox strong {
  color: #30C3E5;
}
.page--benefit .benefitsection04 .toggleBox::before {
  color: #30C3E5;
}
.page--benefit .benefitsection04 .checkList li::before {
  color: #30C3E5;
}
.page--benefit .benefitsection05 .moreBtn {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection05 .moreBtn {
    margin-top: 3.896vw;
  }
}
.page--benefit .benefitsection05 .titleBox {
  background-image: url(../img/benefit/bene05.png);
}
.page--benefit .benefitsection05 .titleBox .h2title span::first-letter {
  color: #2CDBBA;
}
.page--benefit .benefitsection05 .toggleBox::before {
  color: #2CDBBA;
}
.page--benefit .benefitsection05 .bdrcol3list li .title::after {
  background: #2CDBBA;
}
.page--benefit .benefitsection06 .moreBtn {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection06 .moreBtn {
    margin-top: 3.896vw;
  }
}
.page--benefit .benefitsection06 .titleBox {
  background-image: url(../img/benefit/bene06.png);
}
.page--benefit .benefitsection06 .titleBox .h2title span::first-letter {
  color: #89E223;
}
.page--benefit .benefitsection06 .toggleBox::before {
  color: #89E223;
}
.page--benefit .benefitsection06 .bdrcol3list li .title::after {
  background: #89E223;
}
.page--benefit .benefitsection07 .titleBox {
  background-image: url(../img/benefit/bene07.png);
}
.page--benefit .benefitsection07 .titleBox .h2title span::first-letter {
  color: #2585EF;
}
.page--benefit .benefitsection07 .textBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .page--benefit .benefitsection07 .textBox {
    margin-bottom: 0;
  }
}
.page--benefit .benefitsection08 .titleBox {
  background-image: url(../img/benefit/bene08.png);
}
.page--benefit .benefitsection08 .titleBox .h2title span::first-letter {
  color: #762BED;
}
.page--benefit .benefitsection08 .toggleBox::before {
  color: #762BED;
}
.page--benefit .benefitsection08 .bdrcol2list li .title::after {
  background: #762BED;
}

@media screen and (max-width: 599px) {
  .page--questionnaire .mainContents .keyVisual .kvBox .h2title {
    width: 71.428vw;
  }
}
.page--questionnaire .caution::before {
  content: "※";
}
.page--questionnaire .navblock {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
@media screen and (min-width: 1500px) {
  .page--questionnaire .navblock {
    margin-top: -260px;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .navblock {
    margin-top: -12.988vw;
  }
}
.page--questionnaire .navblock .caution {
  text-align: center;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .navblock .caution {
    font-size: 3.506vw;
  }
}
.page--questionnaire .navblock .spSelect {
  position: relative;
  margin: 12.987vw 0 0;
}
.page--questionnaire .navblock .label {
  border-top: 2px solid #ff6700;
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 5.194vw 1.298vw;
  font-size: 3.896vw;
  font-weight: 300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  top: 0;
  left: 0;
  background: #ffffff;
  pointer-events: none;
}
.page--questionnaire .navblock .label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.948vw;
  height: 1.948vw;
  top: 40%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  right: 1em;
  border: solid 2px #ff6700;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .page--questionnaire .navblock .ancSelect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    outline: 0;
    border: none;
    text-align: center;
    font-size: 3.896vw;
    font-weight: 300;
    padding: 5.194vw 1.298vw;
    cursor: pointer;
  }
  .page--questionnaire .navblock .ancSelect option {
    text-align: center;
  }
}
.page--questionnaire .navblock .quesAnchNav {
  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;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  margin: 15px auto 0;
  width: 1050px;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .navblock .quesAnchNav {
    margin: 3.896vw 0 0;
  }
}
.page--questionnaire .navblock .quesAnchNav li {
  -ms-flex-preferred-size: 185px;
      flex-basis: 185px;
  margin: 0 7px;
}
.page--questionnaire .navblock .quesAnchNav li:nth-child(n+6) {
  margin-top: 40px;
}
.page--questionnaire .navblock .quesAnchNav li a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 13rem;
  font-weight: 300;
  border-top: 2px solid #ff6700;
  padding: 25px 5px 20px;
  line-height: 1.5;
  height: 40px;
  position: relative;
}
.page--questionnaire .navblock .quesAnchNav li a .row2 {
  display: inline-block;
  margin-top: -0.75em;
}
.page--questionnaire .navblock .quesAnchNav li a::before, .page--questionnaire .navblock .quesAnchNav li a::after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 2px;
  background: #ff6700;
  position: absolute;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  margin-left: 1px;
}
.page--questionnaire .navblock .quesAnchNav li a::after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  margin-left: -1px;
}
@media screen and (min-width: 600px) {
  .page--questionnaire .navblock .quesAnchNav li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--questionnaire .navblock .quesAnchNav li a:hover {
    opacity: 0.7;
  }
}
.page--questionnaire .horirow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .horirow {
    display: block;
  }
}
.page--questionnaire .quessection {
  margin: 80px 0 0;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection {
    display: block;
    margin: 12.987vw 0 0;
  }
}
.page--questionnaire .quessection.quessection-m2p {
  padding-top: 80px;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection.quessection-m2p {
    margin-top: 0;
    padding-top: 12.987vw;
  }
}
.page--questionnaire .quessection .graphBox {
  border: 1px solid #333333;
  border-radius: 0px 52px 0px 0px;
  background: #fff;
  padding: 55px 50px;
  -webkit-box-shadow: 8px 5px 9px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 8px 5px 9px -10px rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 675px;
}
.page--questionnaire .quessection .graphBox-row1, .page--questionnaire .quessection .graphBox-row2 {
  padding: 55px 50px 30px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox-row1, .page--questionnaire .quessection .graphBox-row2 {
    padding: 6.493vw 3.896vw;
  }
}
.page--questionnaire .quessection .graphBox-row2 {
  min-height: 650px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox-row2 {
    min-height: auto;
    min-height: initial;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox {
    border-radius: 0 6.753vw 0 0;
    padding: 6.493vw 3.896vw;
    min-height: auto;
    min-height: initial;
  }
}
.page--questionnaire .quessection .graphBox .titleBox {
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .titleBox {
    padding: 0 0 5.194vw;
    margin: 0 0 5.194vw;
  }
}
.page--questionnaire .quessection .graphBox .titleBox::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ff6700;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .titleBox::after {
    width: 7.792vw;
  }
}
.page--questionnaire .quessection .graphBox .titleBox .title {
  font-size: 25px;
  font-size: 25rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .titleBox .title {
    line-height: 1.25;
    font-size: 5.324vw;
  }
}
.page--questionnaire .quessection .graphBox .titleBox .caution {
  margin: 5px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .titleBox .caution {
    margin: 1.298vw 0 0;
    font-size: 3.246vw;
  }
}
.page--questionnaire .quessection .graphBox .graphImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.page--questionnaire .quessection .graphBox .graphImg-full {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphImg-full {
    width: 73.506vw;
    height: 73.506vw;
  }
}
.page--questionnaire .quessection .graphBox .graphImg-full > div {
  width: 380px;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphImg-full > div {
    width: 73.506vw;
    height: 73.506vw;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphImg .graphImg-01 {
    width: 60.519vw;
    height: 60.519vw;
    margin-top: 6.493vw;
    margin-left: 6.493vw;
  }
}
.page--questionnaire .quessection .graphBox .graphImg .graphImg-04 {
  width: 430px;
  height: 430px;
  margin-top: -25px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphImg .graphImg-04 {
    width: 73.506vw;
    height: 73.506vw;
    margin-top: 0vw;
    margin-left: 0vw;
  }
}
.page--questionnaire .quessection .graphBox .graphImg .graphImg-07 {
  width: 420px;
  height: 420px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphImg .graphImg-07 {
    width: 80.519vw;
    height: 80.519vw;
    margin-top: 3.506vw;
    margin-left: -3.507vw;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphImg {
    display: block;
  }
}
.page--questionnaire .quessection .graphBox .graphImg p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page--questionnaire .quessection .graphBox .graphImg .circlemask {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.page--questionnaire .quessection .graphBox .graphText {
  margin: 20px 0 0;
  padding: 20px 0 0;
  position: relative;
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphText {
    margin: 5.194vw 0 0;
    padding: 5.194vw 0 0;
    font-size: 3.766vw;
  }
}
.page--questionnaire .quessection .graphBox .graphText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: #ff6700;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphText::before {
    width: 1.558vw;
    height: 1.558vw;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphText .caution {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.page--questionnaire .quessection .graphBox .dotList li {
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.25;
  padding-left: 1em;
  text-indent: -1em;
}
.page--questionnaire .quessection .graphBox .dotList li::before {
  content: "・";
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .dotList li {
    margin: 1.298vw 0 0;
    font-size: 3.766vw;
  }
}
.page--questionnaire .quessection .graphBox .graphList {
  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;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.page--questionnaire .quessection .graphBox .graphList li {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  margin: 0 5px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphList li {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphList li:nth-child(n+4) {
    margin-top: 6.493vw;
  }
}
.page--questionnaire .quessection .graphBox .graphList li:nth-child(n+6) {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphList li:nth-child(n+6) {
    margin-top: 6.493vw;
  }
}
.page--questionnaire .quessection .graphBox .graphList li .imageBox {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphList li .imageBox {
    width: 100%;
  }
}
.page--questionnaire .quessection .graphBox .graphList li .imageBox img {
  width: 100%;
}
.page--questionnaire .quessection .graphBox .graphList li .textBox {
  margin: 10px 0 0;
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection .graphBox .graphList li .textBox {
    margin: 2.597vw 0 0;
    font-size: 2.337vw;
  }
}
.page--questionnaire .quessection01 .horirow .col,
.page--questionnaire .quessection02 .horirow .col {
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  max-width: 480px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection01 .horirow .col,
  .page--questionnaire .quessection02 .horirow .col {
    max-width: auto;
    max-width: initial;
  }
  .page--questionnaire .quessection01 .horirow .col + .col,
  .page--questionnaire .quessection02 .horirow .col + .col {
    margin: 12.987vw 0 0;
  }
}
.page--questionnaire .quessection01 .graphImg,
.page--questionnaire .quessection02 .graphImg {
  width: 380px;
  height: 320px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection01 .graphImg,
  .page--questionnaire .quessection02 .graphImg {
    width: auto;
    height: auto;
  }
}
.page--questionnaire .quessection06,
.page--questionnaire .quessection08 {
  margin-top: 100px;
}
.page--questionnaire .quessection09 {
  margin-bottom: 100px;
}
.page--questionnaire .blueWrap {
  padding: 80px 0 100px;
  background: #F0F1F5;
}
.page--questionnaire .realVoice .title {
  font-size: 15px;
  font-size: 15rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .title {
    font-size: 3.636vw;
  }
}
.page--questionnaire .realVoice .voiceList {
  margin: 20px 0 0;
  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;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList {
    margin: 5.194vw 0 0;
    display: block;
  }
}
.page--questionnaire .realVoice .voiceList .listitem {
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  max-width: 290px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px 150px;
  -webkit-box-shadow: 8px 5px 9px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 8px 5px 9px -10px rgba(0, 0, 0, 0.6);
  position: relative;
  border: 1px solid #34869E;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem {
    max-width: auto;
    max-width: initial;
    padding: 10.389vw 7.792vw 7.792vw;
    min-height: 97.402vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem:nth-child(n+2) {
    margin: 5.194vw 0 0;
  }
}
.page--questionnaire .realVoice .voiceList .listitem:nth-child(n+4) {
  margin: 20px 0 0;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem:nth-child(n+4) {
    margin: 5.194vw 0 0;
  }
}
.page--questionnaire .realVoice .voiceList .listitem .textBox {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem .textBox {
    font-size: 3.506vw;
  }
}
.page--questionnaire .realVoice .voiceList .listitem .profilepos {
  position: absolute;
  bottom: 25px;
  left: 40px;
  width: 210px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem .profilepos {
    bottom: 10.389vw;
    left: 0;
    width: 100%;
    padding: 0 7.792vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page--questionnaire .realVoice .voiceList .listitem .profilepos .profile {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 110px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 14rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem .profilepos .profile {
    padding: 0 0 0 29.87vw;
    font-size: 3.246vw;
    height: auto;
    min-height: 100px;
  }
}
.page--questionnaire .realVoice .voiceList .listitem .profilepos .profile::before {
  background-color: #34869E;
}
.page--questionnaire .realVoice .voiceList .listitem .profilepos .profile .score span {
  display: inline-block;
  background: #34869E;
  padding: 4px 5px;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem .profilepos .profile .score span {
    padding: 0.519vw 0.779vw;
  }
}
.page--questionnaire .realVoice .voiceList .listitem .profilepos .profile .year {
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .listitem .profilepos .profile .year {
    margin-top: 1.298vw;
  }
}
.page--questionnaire .realVoice .voiceList .listitem .profilepos .profile .job {
  line-height: 1.25;
}
.page--questionnaire .realVoice .voiceList .listitem.score2 {
  border: 1px solid #81B7B9;
}
.page--questionnaire .realVoice .voiceList .listitem.score2 .profilepos .profile::before {
  background-color: #81B7B9;
}
.page--questionnaire .realVoice .voiceList .listitem.score2 .profilepos .profile .score span {
  background: #81B7B9;
}
.page--questionnaire .realVoice .voiceList .listitem.score4 {
  border: 1px solid #E4B472;
}
.page--questionnaire .realVoice .voiceList .listitem.score4 .profilepos .profile::before {
  background-color: #E4B472;
}
.page--questionnaire .realVoice .voiceList .listitem.score4 .profilepos .profile .score span {
  background: #E4B472;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .slick-dots {
    width: 77.922vw;
    bottom: 3.896vw;
  }
}
.page--questionnaire .realVoice .voiceList .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.page--questionnaire .realVoice .voiceList .slick-dots li button:before {
  color: #FE481C;
}
.page--questionnaire .realVoice .voiceList .slick-prev, .page--questionnaire .realVoice .voiceList .slick-next {
  top: auto;
  bottom: 5px;
  left: 85px;
  z-index: 20;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .slick-prev, .page--questionnaire .realVoice .voiceList .slick-next {
    bottom: 0vw;
    left: 16.883vw;
  }
}
.page--questionnaire .realVoice .voiceList .slick-prev:before, .page--questionnaire .realVoice .voiceList .slick-next:before {
  color: #FE481C;
  content: "<";
}
.page--questionnaire .realVoice .voiceList .slick-next {
  left: auto;
  right: 75px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .realVoice .voiceList .slick-next {
    right: 14.285vw;
  }
}
.page--questionnaire .realVoice .voiceList .slick-next:before {
  content: ">";
}
.page--questionnaire .bdrTitle {
  text-align: center;
  position: relative;
  font-size: 24px;
  font-size: 24rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 0 0 25px;
  position: relative;
  margin: 0 0 35px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .bdrTitle {
    font-size: 5.194vw;
    padding: 0 0 5.194vw;
    margin: 0 0 9.09vw;
    line-height: 1.3;
  }
}
.page--questionnaire .bdrTitle::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.page--questionnaire .slideritem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page--questionnaire .slideritem .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 290px;
  padding: 175px 30px 40px;
  border: 1px solid #1D2081;
  border-radius: 0 52px 0 0;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item {
    width: 77.922vw;
    padding: 45.454vw 9.09vw 9.09vw;
    border-radius: 0 6.493vw 0 0;
  }
}
.page--questionnaire .slideritem .item::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 4px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item::before {
    left: 9.09vw;
    top: 0;
    width: 2px;
    height: 10.389vw;
  }
}
.page--questionnaire .slideritem .item .profilepos {
  position: absolute;
  top: 40px;
  left: 35px;
  width: 215px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item .profilepos {
    top: 10.389vw;
    left: 9.09vw;
    width: 59.74vw;
  }
}
.page--questionnaire .slideritem .item .profilepos .profile {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 120px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 14rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item .profilepos .profile {
    font-size: 3.246vw;
  }
}
.page--questionnaire .slideritem .item .profilepos .profile .year {
  line-height: 1.5;
}
.page--questionnaire .slideritem .item .profilepos .profile .job {
  margin-top: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item .profilepos .profile .job {
    margin-top: 1.298vw;
  }
}
.page--questionnaire .slideritem .item .textScrollwrap {
  height: 180px;
  overflow-y: auto;
}
.page--questionnaire .slideritem .item .textScrollwrap .textBox {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item .textScrollwrap .textBox {
    font-size: 3.246vw;
  }
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slideritem .item .textScrollwrap {
    height: 38.961vw;
  }
}
.page--questionnaire .slideritem .item .textScrollwrap .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.page--questionnaire .slideritem .item .textScrollwrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1D2081;
}
.page--questionnaire .slideritem .item .textScrollwrap .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #F0F1F5;
}
.page--questionnaire .slickslider--layout02 {
  width: 906px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slickslider--layout02 {
    width: auto;
    padding: 0;
  }
}
.page--questionnaire .slickslider--layout02:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(28.98%, rgba(19, 19, 19, 0.29)), color-stop(87.2%, rgba(66, 66, 66, 0.88)), color-stop(99.05%, rgb(77, 77, 77)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.29) 28.98%, rgba(66, 66, 66, 0.88) 87.2%, rgb(77, 77, 77) 99.05%);
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slickslider--layout02:after {
    width: 87.012vw;
    right: auto;
    left: 87.012vw;
    width: 15.584vw;
  }
}
.page--questionnaire .slickslider--layout02 .slick-list {
  overflow: initial;
}
.page--questionnaire .slickslider--layout02 .slick-prev, .page--questionnaire .slickslider--layout02 .slick-next {
  z-index: 10;
}
.page--questionnaire .slickslider--layout02 .slick-prev,
.page--questionnaire .slickslider--layout02 .slick-next {
  right: 0;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 5px;
  -webkit-transform: translate(-17px, 0);
          transform: translate(-17px, 0);
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slickslider--layout02 .slick-prev,
  .page--questionnaire .slickslider--layout02 .slick-next {
    width: 9.09vw;
    height: 9.09vw;
    right: -6.494vw;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page--questionnaire .slickslider--layout02 .slick-prev:before,
.page--questionnaire .slickslider--layout02 .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: #1D2081;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slickslider--layout02 .slick-prev:before,
  .page--questionnaire .slickslider--layout02 .slick-next:before {
    width: 9.09vw;
    height: 9.09vw;
  }
}
.page--questionnaire .slickslider--layout02 .slick-prev::after,
.page--questionnaire .slickslider--layout02 .slick-next::after {
  content: ">";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slickslider--layout02 .slick-prev::after,
  .page--questionnaire .slickslider--layout02 .slick-next::after {
    font-size: 9.09vw;
    margin-top: -0.26vw;
  }
}
.page--questionnaire .slickslider--layout02 .slick-prev.slick-disabled::after,
.page--questionnaire .slickslider--layout02 .slick-next.slick-disabled::after {
  opacity: 0.25;
}
.page--questionnaire .slickslider--layout02 .slick-prev {
  left: 0;
  right: auto;
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
@media screen and (max-width: 599px) {
  .page--questionnaire .slickslider--layout02 .slick-prev {
    -webkit-transform: translate(-100vw, -50%);
            transform: translate(-100vw, -50%);
  }
}
.page--questionnaire .slickslider--layout02 .slick-prev::after {
  content: "<";
}
.page--questionnaire .quessection07 .bdrTitle::before {
  background: #ff6700;
}
.page--questionnaire .quessection07 .horirow {
  width: 906px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow {
    width: auto;
  }
}
.page--questionnaire .quessection07 .horirow .col {
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  width: 290px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.page--questionnaire .quessection07 .horirow .col .colTitle {
  text-align: center;
  position: relative;
  font-size: 21px;
  font-size: 21rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-top: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow .col .colTitle {
    font-size: 4.935vw;
    padding-top: 3.246vw;
    margin-bottom: 4.545vw;
  }
}
.page--questionnaire .quessection07 .horirow .col .colTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  width: 5px;
  height: 5px;
  background: #FE481C;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow .col .colTitle::before {
    margin-left: -0.52vw;
    width: 1.298vw;
    height: 1.298vw;
  }
}
.page--questionnaire .quessection07 .horirow .col .slideritem .item {
  border-color: #FE481C;
}
.page--questionnaire .quessection07 .horirow .col .slideritem .item::before {
  background: #FE481C;
}
.page--questionnaire .quessection07 .horirow .col .slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow .col .slick-dots {
    width: 77.922vw;
    bottom: 7.142vw;
  }
}
.page--questionnaire .quessection07 .horirow .col .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.page--questionnaire .quessection07 .horirow .col .slick-dots li button:before {
  color: #FE481C;
}
.page--questionnaire .quessection07 .horirow .col .slick-prev, .page--questionnaire .quessection07 .horirow .col .slick-next {
  top: auto;
  bottom: 5px;
  left: 85px;
  z-index: 20;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow .col .slick-prev, .page--questionnaire .quessection07 .horirow .col .slick-next {
    bottom: 2.597vw;
    left: 29.87vw;
  }
}
.page--questionnaire .quessection07 .horirow .col .slick-prev:before, .page--questionnaire .quessection07 .horirow .col .slick-next:before {
  color: #FE481C;
  content: "<";
}
.page--questionnaire .quessection07 .horirow .col .slick-next {
  left: auto;
  right: 75px;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection07 .horirow .col .slick-next {
    right: 27.272vw;
  }
}
.page--questionnaire .quessection07 .horirow .col .slick-next:before {
  content: ">";
}
.page--questionnaire .quessection07 .horirow .col:nth-child(2) .colTitle::before {
  background: #FEB117;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(2) .slideritem .item {
  border-color: #FEB117;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(2) .slideritem .item::before {
  background: #FEB117;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(2) .slick-dots li button:before {
  color: #FEB117;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(2) .slick-prev:before, .page--questionnaire .quessection07 .horirow .col:nth-child(2) .slick-next:before {
  color: #FEB117;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(3) .colTitle::before {
  background: #FD43BB;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(3) .slideritem .item {
  border-color: #FD43BB;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(3) .slideritem .item::before {
  background: #FD43BB;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(3) .slick-dots li button:before {
  color: #FD43BB;
}
.page--questionnaire .quessection07 .horirow .col:nth-child(3) .slick-prev:before, .page--questionnaire .quessection07 .horirow .col:nth-child(3) .slick-next:before {
  color: #FD43BB;
}
@media screen and (max-width: 599px) {
  .page--questionnaire .quessection06 .contentsWrap,
  .page--questionnaire .quessection07 .contentsWrap,
  .page--questionnaire .quessection08 .contentsWrap,
  .page--questionnaire .quessection09 .contentsWrap {
    margin: 0;
    width: auto;
  }
  .page--questionnaire .quessection06 .slickslider--col1,
  .page--questionnaire .quessection06 .slickslider--layout02,
  .page--questionnaire .quessection07 .slickslider--col1,
  .page--questionnaire .quessection07 .slickslider--layout02,
  .page--questionnaire .quessection08 .slickslider--col1,
  .page--questionnaire .quessection08 .slickslider--layout02,
  .page--questionnaire .quessection09 .slickslider--col1,
  .page--questionnaire .quessection09 .slickslider--layout02 {
    padding: 0 9.09vw;
  }
  .page--questionnaire .quessection06 .slickslider--col1,
  .page--questionnaire .quessection07 .slickslider--col1,
  .page--questionnaire .quessection08 .slickslider--col1,
  .page--questionnaire .quessection09 .slickslider--col1 {
    margin-left: 2.597vw;
  }
}
.page--questionnaire .profile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #F0F1F5;
  background-image: url(../img/questionnaire/faceimgs.png);
  background-size: 890%;
  background-position: 39.5% 46%;
}
.page--questionnaire .profile.man01::before, .page--questionnaire .profile.man07::before, .page--questionnaire .profile.man13::before {
  background-size: 890%;
  background-position: 59% 45%;
}
.page--questionnaire .profile.man02::before, .page--questionnaire .profile.man08::before, .page--questionnaire .profile.man14::before {
  background-size: 890%;
  background-position: 79% 45%;
}
.page--questionnaire .profile.man03::before, .page--questionnaire .profile.man09::before, .page--questionnaire .profile.man15::before {
  background-size: 890%;
  background-position: 99% 45%;
}
.page--questionnaire .profile.man04::before, .page--questionnaire .profile.man10::before, .page--questionnaire .profile.man16::before {
  background-size: 890%;
  background-position: 39.5% 70%;
}
.page--questionnaire .profile.man05::before, .page--questionnaire .profile.man11::before, .page--questionnaire .profile.man17::before {
  background-size: 890%;
  background-position: 20.7% 70%;
}
.page--questionnaire .profile.man06::before, .page--questionnaire .profile.man12::before, .page--questionnaire .profile.man18::before {
  background-size: 890%;
  background-position: 1.1% 70%;
}
.page--questionnaire .profile.woman01::before, .page--questionnaire .profile.woman07::before, .page--questionnaire .profile.woman13::before {
  background-size: 890%;
  background-position: 39.5% 45%;
}
.page--questionnaire .profile.woman02::before, .page--questionnaire .profile.woman08::before, .page--questionnaire .profile.woman14::before {
  background-size: 890%;
  background-position: 20.7% 45%;
}
.page--questionnaire .profile.woman03::before, .page--questionnaire .profile.woman09::before, .page--questionnaire .profile.woman15::before {
  background-size: 890%;
  background-position: 1.1% 46%;
}
.page--questionnaire .profile.woman04::before, .page--questionnaire .profile.woman10::before, .page--questionnaire .profile.woman16::before {
  background-size: 890%;
  background-position: 59% 71%;
}
.page--questionnaire .profile.woman05::before, .page--questionnaire .profile.woman11::before, .page--questionnaire .profile.woman17::before {
  background-size: 890%;
  background-position: 79% 72%;
}
.page--questionnaire .profile.woman06::before, .page--questionnaire .profile.woman12::before, .page--questionnaire .profile.woman18::before {
  background-size: 890%;
  background-position: 99% 70%;
}
.page--about .keyVisual {
  margin: 0;
}
@media screen and (min-width: 1500px) {
  .page--about .keyVisual {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .page--about .keyVisual {
    margin: 0;
  }
}
.page--about .aboutsection .contentsWrap {
  position: relative;
  z-index: 10;
  width: 1150px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 150px 90px;
}
.page--about .aboutsection .contentsWrap--nomp {
  padding: 0;
}
.page--about .aboutsection .contentsWrap--nomp .nomp {
  margin: 0 auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .contentsWrap {
    width: 84.415vw;
    margin: 0 auto;
    padding: 0 7.792vw 11.688vw;
    -webkit-box-shadow: 5px 5px 9px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 9px 5px rgba(0, 0, 0, 0.3);
  }
  .page--about .aboutsection .contentsWrap--nomp {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page--about .aboutsection .contentsWrap--nomp .nomp {
    margin: 0 auto !important;
    padding: 0 !important;
  }
}
.page--about .aboutsection .titleBox {
  padding: 105px 0 0;
  text-align: center;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  background: url(../img/about/icn-tri-btm.png) center top no-repeat;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .titleBox {
    padding: 11.688vw 0 0;
    background-size: 5.194vw auto;
  }
}
.page--about .aboutsection .titleBox .en {
  font-size: 14px;
  font-size: 14rem;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .titleBox .en {
    font-size: 3.896vw;
  }
}
.page--about .aboutsection .titleBox .title {
  margin: 10px 0 0;
  font-size: 70px;
  font-size: 70rem;
  padding: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .titleBox .title {
    font-size: 9.22vw;
    margin: 3.896vw 0 0;
    padding: 0 0 3.896vw;
  }
}
.page--about .aboutsection .titleBox .title::after {
  content: "";
  height: 1px;
  width: 245px;
  background: #1D2081;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .titleBox .title::after {
    width: 31.168vw;
  }
}
.page--about .aboutsection .titleBox .title:first-letter {
  color: #1D2081;
}
.page--about .aboutsection .titleBox .leadText {
  margin: 50px 0 0;
  line-height: 1.5;
  font-size: 30px;
  font-size: 30rem;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .titleBox .leadText {
    font-size: 4.675vw;
    margin: 3.896vw 0 0;
  }
}
.page--about .aboutsection .btmText {
  margin: 60px 0 100px;
  font-weight: 300;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .btmText {
    margin: 7.792vw 0 7.792vw;
    font-size: 3.376vw;
    text-align: left;
  }
}
.page--about .aboutsection .btmText.dotMark::before {
  content: "";
  width: 70px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../img/about/dotmark.png) center center no-repeat;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .btmText.dotMark::before {
    width: 9.09vw;
    height: 1.298vw;
    top: -4.546vw;
    background-size: contain;
  }
}
.page--about .aboutsection .row {
  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;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row {
    display: block;
  }
}
.page--about .aboutsection .row .col {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
}
.page--about .aboutsection .row .col .colTitle {
  font-size: 39px;
  font-size: 39rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.23;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col .colTitle {
    display: block;
    font-size: 5.324vw;
    background: #ffffff;
    margin: 0 9.09vw 0 3.896vw;
    position: relative;
    padding: 0;
    line-height: 1.3;
  }
  .page--about .aboutsection .row .col .colTitle.spcenter {
    text-align: center;
  }
}
.page--about .aboutsection .row .col .colTitle .stxt {
  font-size: 40px;
  font-size: 40rem;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col .colTitle .stxt {
    font-size: 5.194vw;
  }
}
.page--about .aboutsection .row .col .colTitle span {
  display: inline-block;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col .colTitle span {
    display: inline;
  }
}
.page--about .aboutsection .row .col .borderBox {
  margin-top: -20px;
  padding: 50px 20px 20px;
  border: 1px solid #1D2081;
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col .borderBox {
    margin-top: -2.598vw;
    padding: 6.493vw 2.597vw 5.194vw;
    border-radius: 0 6.493vw 0 0;
  }
}
.page--about .aboutsection .row .col.pointcol {
  margin: 50px 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol {
    margin: 12.987vw 0 0;
  }
}
.page--about .aboutsection .row .col.pointcol .pointTitle {
  font-size: 26px;
  font-size: 26rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .pointTitle {
    font-size: 3.896vw;
  }
}
.page--about .aboutsection .row .col.pointcol .pointTitle span {
  padding: 25px 50px 25px 0;
  background: url(../img/about/icn-att.png) right center no-repeat;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .pointTitle span {
    padding: 2.597vw 6.493vw 2.597vw 0;
    background-size: auto 80%;
  }
}
.page--about .aboutsection .row .col.pointcol .textBox {
  margin: 40px 0 0;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .textBox {
    margin: 5.194vw 0 0;
    font-size: 3.376vw;
    text-align: left;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLink {
  width: 380px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLink {
    width: 100%;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLink a {
  display: block;
  padding: 20px 60px;
  color: #FC481C;
  border: 1px solid #FC481C;
  border-radius: 10px;
  position: relative;
  line-height: 1.25;
}
.page--about .aboutsection .row .col.pointcol .btnLink a .row1 {
  display: inline-block;
  padding: 0.625em 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLink a {
    padding: 2.597vw 7.792vw 2.597vw 6.493vw;
    border-radius: 1.298vw;
    font-size: 3.896vw;
    line-height: 1.5;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLink a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLink a::after {
    right: 2.597vw;
  }
}
@media screen and (min-width: 600px) {
  .page--about .aboutsection .row .col.pointcol .btnLink a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--about .aboutsection .row .col.pointcol .btnLink a:hover {
    color: #ffffff;
    background: #FC481C;
  }
  .page--about .aboutsection .row .col.pointcol .btnLink a:hover::after {
    color: #ffffff;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLinkcation {
  text-align: center;
  font-size: 12px;
  font-size: 12rem;
  font-weight: 300;
  margin: 10px 0 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLinkcation {
    font-size: 3.896vw;
    margin: 2.597vw 0 0;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLink,
.page--about .aboutsection .row .col.pointcol .btnLinks {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLink,
  .page--about .aboutsection .row .col.pointcol .btnLinks {
    margin-top: 7.792vw;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLink .btnLink,
.page--about .aboutsection .row .col.pointcol .btnLinks .btnLink {
  margin-top: 0;
  width: auto;
}
.page--about .aboutsection .row .col.pointcol .btnLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLinks {
    display: block;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLinks .btnLink {
  margin: 0;
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
}
.page--about .aboutsection .row .col.pointcol .btnLinks .btnLink a {
  padding: 20px 20px 20px 10px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLinks .btnLink a {
    padding: 2.597vw 7.792vw 2.597vw 6.493vw;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLinks .btnLink a::after {
  right: 10px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLinks .btnLink a::after {
    right: 2.597vw;
  }
}
.page--about .aboutsection .row .col.pointcol .btnLinks .btnLink + .btnLink {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .row .col.pointcol .btnLinks .btnLink + .btnLink {
    margin-left: 0;
    margin-top: 7.792vw;
  }
}
.page--about .aboutsection .imageBox .caption {
  margin: 5px 0 0;
  line-height: 1.5;
  font-size: 10px;
  font-size: 10rem;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection .imageBox .caption {
    font-size: 2.337vw;
  }
}
.page--about .aboutsection .imageBox .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page--about .aboutsection#s00 {
  margin-top: 30px;
}
.page--about .aboutsection#s00 .contentsWrap {
  background: transparent;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection#s00 {
    margin-top: 9.74vw;
  }
}
.page--about .aboutsection01 {
  margin: 110px auto 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 {
    margin: 18.181vw auto 0;
  }
}
.page--about .aboutsection01 .bgImgbox01 {
  position: absolute;
  width: 1920px;
  height: 700px;
  background: url(../img/about/cutimg01.png) top center no-repeat;
  left: 50%;
  top: -90px;
  margin-left: -960px;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .bgImgbox01 {
    background: url(../img/about/cutimg01_sp.png) top center no-repeat;
    width: 100%;
    height: 82.597vw;
    background-size: cover;
    letter-spacing: 0;
    top: -12.988vw;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection01 .bgImgbox02 {
  position: absolute;
  width: 1920px;
  height: 1800px;
  background: url(../img/about/sbg02.png) top center no-repeat;
  left: 50%;
  top: 100px;
  margin-left: -960px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .bgImgbox02 {
    width: 100%;
    height: 1800px;
    top: 12.987vw;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection01 .row .col1 .ttl {
  font-size: 20px;
  font-size: 20rem;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col1 .ttl {
    font-size: 3.506vw;
    margin-left: 5.194vw;
    margin-right: 5.194vw;
  }
}
.page--about .aboutsection01 .row .col1 .num {
  font-size: 25px;
  font-size: 25rem;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col1 .num {
    font-size: 4.415vw;
    margin-left: 5.194vw;
    margin-right: 5.194vw;
  }
}
.page--about .aboutsection01 .row .col1 .num strong {
  font-size: 50px;
  font-size: 50rem;
  font-weight: 900;
  color: #ff6700;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col1 .num strong {
    font-size: 8.831vw;
    letter-spacing: 5rem;
  }
}
.page--about .aboutsection01 .row .col1 .stxt {
  font-size: 14px;
  font-size: 14rem;
  padding-left: 4.5em;
  margin: 5px 0 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col1 .stxt {
    margin: 2.597vw 0 0;
    margin-left: 5.194vw;
    margin-right: 5.194vw;
    font-size: 2.467vw;
    padding-left: 7em;
  }
}
.page--about .aboutsection01 .row .col1 .imageBox {
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col1 .imageBox {
    margin: 6.493vw 0 0;
  }
}
.page--about .aboutsection01 .row .col1 .imageBox img {
  max-width: 100%;
}
.page--about .aboutsection01 .row .col2 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col2 {
    margin-top: 5.194vw;
  }
}
.page--about .aboutsection01 .row .col2 .imageBox {
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col2 .imageBox {
    margin: 2.597vw 2.597vw 0;
  }
}
.page--about .aboutsection01 .row .col2 .imageBox img {
  max-width: 100%;
}
.page--about .aboutsection01 .row .col3 {
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 {
    margin-top: 5.194vw;
  }
}
.page--about .aboutsection01 .row .col3 .imageBox {
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .imageBox {
    margin-top: 2.597vw;
  }
}
.page--about .aboutsection01 .row .col3 .imageBox img {
  max-width: 100%;
}
.page--about .aboutsection01 .row .col3 .horirow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow {
    display: block;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .textBox {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.page--about .aboutsection01 .row .col3 .horirow .textBox .text01 {
  padding: 140px 0 0;
  font-size: 15px;
  font-size: 15rem;
  background: url(../img/about/img03.png) center top no-repeat;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow .textBox .text01 {
    padding: 23.376vw 0 0;
    font-size: 3.376vw;
    background-size: 28.571vw auto;
    text-align: center;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .textBox .text02 {
  text-align: center;
  margin: 20px 0 0;
  font-size: 15px;
  font-size: 15rem;
  font-weight: 500;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow .textBox .text02 {
    padding: 1.298vw 0 0;
    font-size: 3.636vw;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .textBox .text03 {
  text-align: center;
  margin: 5px 0 0;
  font-size: 22px;
  font-size: 22rem;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow .textBox .text03 {
    margin: 2.597vw 0 0;
    font-size: 5.584vw;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .textBox .text03 strong {
  font-size: 38px;
  font-size: 38rem;
  font-weight: 900;
  color: #ff6700;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow .textBox .text03 strong {
    font-size: 9.35vw;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .textBox .text04 {
  text-align: center;
  font-size: 12px;
  font-size: 12rem;
  margin: 5px 0 0;
  padding-left: 5em;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow .textBox .text04 {
    margin: 1.298vw 0 0;
    font-size: 2.987vw;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .imageBox {
  margin: 0 0 0 65px;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection01 .row .col3 .horirow .imageBox {
    margin: 3.896vw 2.597vw 0;
  }
}
.page--about .aboutsection01 .row .col3 .horirow .imageBox img {
  max-width: 100%;
}
.page--about .aboutsection02 {
  margin: 370px auto 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 {
    margin: 61.038vw auto 0;
  }
}
.page--about .aboutsection02 .bgImgbox03 {
  position: absolute;
  width: 1920px;
  height: 700px;
  background: url(../img/about/cutimg02.png) top center no-repeat;
  left: 50%;
  top: -400px;
  margin-left: -960px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .bgImgbox03 {
    background: url(../img/about/cutimg02_sp.png) top center no-repeat;
    width: 100%;
    height: 82.597vw;
    background-size: cover;
    letter-spacing: 0;
    top: -59.741vw;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection02 .bgImgbox04 {
  position: absolute;
  width: 1920px;
  height: 2800px;
  background: url(../img/about/sbg02.png) top center no-repeat;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .bgImgbox04 {
    width: 100%;
    height: 2800px;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection02 .row .col1 {
  -ms-flex-preferred-size: 820px;
      flex-basis: 820px;
  margin: 0 auto 0;
}
.page--about .aboutsection02 .row .col1 .horirow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col1 .horirow {
    display: block;
  }
}
.page--about .aboutsection02 .row .col1 .horirow .textBox {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}
.page--about .aboutsection02 .row .col1 .horirow .textBox .text01,
.page--about .aboutsection02 .row .col1 .horirow .textBox .text03 {
  font-size: 20px;
  font-size: 20rem;
  color: #1D2081;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  background: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col1 .horirow .textBox .text01,
  .page--about .aboutsection02 .row .col1 .horirow .textBox .text03 {
    font-size: 4.675vw;
    padding: 1.298vw 1.298vw;
  }
}
.page--about .aboutsection02 .row .col1 .horirow .textBox .text02,
.page--about .aboutsection02 .row .col1 .horirow .textBox .text04 {
  text-align: center;
  margin: 20px 0 30px;
  font-size: 23px;
  font-size: 23rem;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col1 .horirow .textBox .text02,
  .page--about .aboutsection02 .row .col1 .horirow .textBox .text04 {
    margin: 2.597vw 0 3.896vw;
    font-size: 4.675vw;
  }
}
.page--about .aboutsection02 .row .col1 .horirow .textBox .text02 strong,
.page--about .aboutsection02 .row .col1 .horirow .textBox .text04 strong {
  font-size: 60px;
  font-size: 60rem;
  font-weight: 900;
  color: #ff6700;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col1 .horirow .textBox .text02 strong,
  .page--about .aboutsection02 .row .col1 .horirow .textBox .text04 strong {
    font-size: 10.129vw;
  }
}
.page--about .aboutsection02 .row .col1 .horirow .textBox .text02 .stxt,
.page--about .aboutsection02 .row .col1 .horirow .textBox .text04 .stxt {
  line-height: 1.5;
}
.page--about .aboutsection02 .row .col1 .horirow .imageBox {
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col1 .horirow .imageBox {
    margin: 3.896vw 2.597vw 0;
  }
}
.page--about .aboutsection02 .row .col1 .horirow .imageBox img {
  max-width: 100%;
}
.page--about .aboutsection02 .row .col2 {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col2 {
    margin-top: 7.792vw;
  }
}
.page--about .aboutsection02 .row .col2 .text01 {
  text-align: center;
  font-size: 25px;
  font-size: 25rem;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col2 .text01 {
    font-size: 5.064vw;
    line-height: 1.25;
  }
}
.page--about .aboutsection02 .row .col2 .text01 strong {
  font-size: 50px;
  font-size: 50rem;
  font-weight: 900;
  color: #ff6700;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col2 .text01 strong {
    font-size: 10.129vw;
  }
}
.page--about .aboutsection02 .row .col2 .text01 .stxt {
  line-height: 1.5;
}
.page--about .aboutsection02 .row .col2 .imageBox {
  margin: 20px 0 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col2 .imageBox {
    margin: 5.194vw 0;
  }
}
.page--about .aboutsection02 .row .col2 .imageBox img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col2 .imageBox img {
    max-width: 25%;
  }
}
.page--about .aboutsection02 .row .col3 {
  margin: 150px 0 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col3 {
    margin: 7.792vw 0 0;
  }
}
.page--about .aboutsection02 .row .col3 .text01 {
  text-align: center;
  font-size: 25px;
  font-size: 25rem;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col3 .text01 {
    font-size: 5.064vw;
    line-height: 1.25;
  }
}
.page--about .aboutsection02 .row .col3 .text01 strong {
  font-size: 50px;
  font-size: 50rem;
  font-weight: 900;
  color: #ff6700;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col3 .text01 strong {
    font-size: 10.129vw;
  }
}
.page--about .aboutsection02 .row .col3 .text01 .stxt {
  line-height: 1.5;
}
.page--about .aboutsection02 .row .col3 .imageBox {
  margin: 20px 0 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col3 .imageBox {
    margin: 5.194vw 0;
  }
}
.page--about .aboutsection02 .row .col3 .imageBox img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection02 .row .col3 .imageBox img {
    max-width: 80%;
  }
}
.page--about .aboutsection03 {
  margin: 470px auto 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 {
    margin: 61.038vw auto 0;
  }
}
.page--about .aboutsection03 .titleBar {
  margin: 0 auto 90px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .titleBar {
    margin: 0 auto 11.688vw;
  }
}
.page--about .aboutsection03 .titleBar span {
  display: inline-block;
  font-size: 30px;
  font-size: 30rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 3;
  position: relative;
  padding: 10px 50px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .titleBar span {
    font-size: 4.155vw;
    padding: 2.597vw 10.389vw;
    margin: 7.792vw auto 2.597vw;
  }
}
.page--about .aboutsection03 .titleBar span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1D2081;
  z-index: -1;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  left: 0;
  top: 0;
}
.page--about .aboutsection03 .bgImgbox05 {
  position: absolute;
  width: 1920px;
  height: 700px;
  background: url(../img/about/cutimg03.png) top center no-repeat;
  left: 50%;
  top: -520px;
  margin-left: -960px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .bgImgbox05 {
    background: url(../img/about/cutimg03_sp.png) top center no-repeat;
    width: 100%;
    height: 82.597vw;
    background-size: cover;
    letter-spacing: 0;
    top: -59.741vw;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection03 .bgImgbox06 {
  position: absolute;
  width: 1920px;
  height: 2800px;
  background: url(../img/about/sbg03.png) top center no-repeat;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .bgImgbox06 {
    width: 100%;
    height: 2800px;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row {
    display: block;
  }
}
.page--about .aboutsection03 .row .col1,
.page--about .aboutsection03 .row .col2,
.page--about .aboutsection03 .row .col3,
.page--about .aboutsection03 .row .col4 {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  margin: 0 auto 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row .col1,
  .page--about .aboutsection03 .row .col2,
  .page--about .aboutsection03 .row .col3,
  .page--about .aboutsection03 .row .col4 {
    margin: 7.792vw auto 0;
  }
}
.page--about .aboutsection03 .row .col1 .colTitle,
.page--about .aboutsection03 .row .col2 .colTitle,
.page--about .aboutsection03 .row .col3 .colTitle,
.page--about .aboutsection03 .row .col4 .colTitle {
  font-size: 20px;
  font-size: 20rem;
  color: #1D2081;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  background: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row .col1 .colTitle,
  .page--about .aboutsection03 .row .col2 .colTitle,
  .page--about .aboutsection03 .row .col3 .colTitle,
  .page--about .aboutsection03 .row .col4 .colTitle {
    font-size: 4.155vw;
    padding: 1.298vw;
    margin: 0;
  }
}
.page--about .aboutsection03 .row .col1 .textBox,
.page--about .aboutsection03 .row .col2 .textBox,
.page--about .aboutsection03 .row .col3 .textBox,
.page--about .aboutsection03 .row .col4 .textBox {
  margin: 30px 0 0;
  padding: 0 0 0 150px;
  font-size: 17px;
  font-size: 17rem;
  line-height: 1.25;
  min-height: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/about/about_icn01.png) left top no-repeat;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row .col1 .textBox,
  .page--about .aboutsection03 .row .col2 .textBox,
  .page--about .aboutsection03 .row .col3 .textBox,
  .page--about .aboutsection03 .row .col4 .textBox {
    margin: 6.493vw 0 0;
    padding: 0 0 0 32.467vw;
    font-size: 3.376vw;
    background-position: 2.597vw top;
    background-size: 23.376vw auto;
    min-height: 27.272vw;
  }
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row .col2 {
    margin-top: 6.493vw;
  }
}
.page--about .aboutsection03 .row .col2 .textBox {
  background-image: url(../img/about/about_icn02.png);
}
.page--about .aboutsection03 .row .col3 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row .col3 {
    margin-top: 6.493vw;
  }
}
.page--about .aboutsection03 .row .col3 .textBox {
  background-image: url(../img/about/about_icn03.png);
}
.page--about .aboutsection03 .row .col4 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection03 .row .col4 {
    margin-top: 6.493vw;
  }
}
.page--about .aboutsection03 .row .col4 .textBox {
  background-image: url(../img/about/about_icn04.png);
}
.page--about .aboutsection03 .row .col5 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page--about .aboutsection04 {
  margin: 550px auto 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 {
    margin: 61.038vw auto 0;
  }
}
.page--about .aboutsection04 .bgImgbox07 {
  position: absolute;
  width: 1920px;
  height: 700px;
  background: url(../img/about/cutimg04.png) top center no-repeat;
  left: 50%;
  top: -550px;
  margin-left: -960px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 .bgImgbox07 {
    background: url(../img/about/cutimg04_sp.png) top center no-repeat;
    width: 100%;
    height: 82.597vw;
    background-size: cover;
    letter-spacing: 0;
    top: -59.741vw;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection04 .bgImgbox08 {
  position: absolute;
  width: 1920px;
  height: 2800px;
  background: url(../img/about/sbg04.png) top center no-repeat;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 .bgImgbox08 {
    width: 100%;
    height: 2800px;
    left: 0;
    margin-left: 0;
  }
}
.page--about .aboutsection04 .titleText {
  font-size: 50px;
  font-size: 50rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 .titleText {
    font-size: 5.714vw;
    text-align: center;
  }
}
.page--about .aboutsection04 .titleText + .imageBox {
  width: 100%;
  margin: 40px 0 0;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 .titleText + .imageBox {
    margin: 7.792vw 0 0;
  }
}
.page--about .aboutsection04 .btmText {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 .btmText {
    margin-bottom: 9.74vw;
  }
}
.page--about .aboutsection04 .row {
  margin: 40px 0 0;
}
.page--about .aboutsection04 .row.rinen {
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .page--about .aboutsection04 .row.rinen {
    margin-bottom: 11.688vw;
  }
}
.page--about .aboutsection04 .row.rinen .col.rinen {
  margin-top: 0;
}
.page--about .aboutsection04 .row.rinen .col.pointcol .btnLink,
.page--about .aboutsection04 .row.rinen .col.pointcol .btnLinks {
  margin-top: 0;
}
.page--about .aboutsection04 .row .horirow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--about .aboutsection04 .row .horirow .left {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  padding: 10px 20px;
  background: #1D2081;
  color: #ffffff;
  text-align: center;
}
.page--about .aboutsection04 .row .horirow .left .text01 span {
  background: #ffffff;
  color: #1D2081;
  font-size: 11px;
  font-size: 11rem;
  font-weight: 700;
}
.page--about .aboutsection04 .row .horirow .left .text02 {
  font-size: 11px;
  font-size: 11rem;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 10px 0 0;
  border-bottom: 2px solid #ffffff;
}
.page--about .aboutsection04 .row .horirow .left .text02 strong {
  font-size: 15px;
  font-size: 15rem;
  font-weight: 700;
}
.page--about .aboutsection04 .row .horirow .left .text03 {
  font-size: 12px;
  font-size: 12rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.25;
}
.page--about .aboutsection04 .row .horirow .center {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}
.page--about .aboutsection04 .row .horirow .left {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  padding: 10px 20px;
  background: #1D2081;
  color: #ffffff;
  text-align: center;
}
.page--about .aboutsection04 .row .horirow .left .text01 span {
  background: #ffffff;
  color: #1D2081;
  font-size: 11px;
  font-size: 11rem;
  font-weight: 700;
}
.page--about .aboutsection04 .row .horirow .left .text02 {
  font-size: 11px;
  font-size: 11rem;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 10px 0 0;
  border-bottom: 2px solid #ffffff;
}
.page--about .aboutsection04 .row .horirow .left .text02 strong {
  font-size: 15px;
  font-size: 15rem;
  font-weight: 700;
}
.page--about .aboutsection04 .row .horirow .left .text03 {
  font-size: 12px;
  font-size: 12rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.25;
}

.page--top .floatBnr {
  position: fixed;
  bottom: 150px;
  width: 300px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 110;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.page--top .floatBnr a {
  background: #fff;
  line-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--top .floatBnr a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .page--top .floatBnr a:hover {
    opacity: 1;
  }
}
.page--top .floatBnr img {
  width: 100%;
}
.page--top .floatBnr.showed {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 599px) {
  .page--top .floatBnr {
    bottom: 100px;
    width: 50%;
  }
}
.page--top .topVisual {
  padding: 200px 0 55px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .page--top .topVisual {
    padding: 250px 0 145px;
  }
}
@media screen and (min-width: 1500px) {
  .page--top .topVisual {
    padding: 390px 0 165px;
  }
}
@media screen and (max-width: 599px) {
  .page--top .topVisual {
    padding: 42.857vw 0 38.961vw;
  }
}
.page--top .topVisual .flipslider {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  /*
  background: url(../img/top/top_01.png) left top no-repeat;
  background-size: contain;
  width: 1337 * 0.6 * 1px;
  height: 883 * 0.6 * 1px;
  @include mq-min($mq-pc-brk01){
      width: 1337 * 0.8 * 1px;
      height: 883 * 0.8 * 1px;
  }
  @include mq-min($mq-pc-brk02){
      width: 1337px;
      height: 883px;
  }
  @include mq($mq-mb){
      right: 0;
      top: sv(-130);
      background: url(../img/top/top_01-sp.png) right top no-repeat;
      background-size: contain;
      width: sv(770);
      height: sv(510);
  }
  */
}
.page--top .topVisual .flipslider .flipwrap {
  width: 798px;
  height: 528px;
  position: relative;
  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;
}
@media screen and (min-width: 1300px) {
  .page--top .topVisual .flipslider .flipwrap {
    width: 1066px;
    height: 706px;
  }
}
@media screen and (min-width: 1500px) {
  .page--top .topVisual .flipslider .flipwrap {
    width: 1344px;
    height: 884px;
  }
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider .flipwrap {
    width: 100vw;
    height: 65.974vw;
    right: 0;
    top: -16.884vw;
  }
}
.page--top .topVisual .flipslider .flipwrap .fs-flip .swiper {
  width: 262px;
  height: 262px;
}
@media screen and (min-width: 1300px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip .swiper {
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip .swiper {
    width: 438px;
    height: 438px;
  }
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip .swiper {
    width: 32.467vw;
    height: 32.467vw;
  }
}
.page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(n+4) {
  margin-top: 4px;
}
@media screen and (min-width: 1300px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(n+4) {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1500px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(n+4) {
    margin-top: 1.038vw;
  }
}
.page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(5) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(6) {
  visibility: hidden;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider .flipwrap .fs-flip:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.page--top .topVisual .flipslider_sp {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  /*
  width: sv(515);
  height: sv(250);
  right: sv(-15);
  top: auto;
  bottom: 0;
  background: url(../img/top/top_01-2-sp.jpg) left top no-repeat;
  background-size: contain;
  */
  right: 0;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .flipslider_sp {
    display: block;
  }
}
.page--top .topVisual .flipslider_sp .flipwrap {
  width: 66.233vw;
  height: 32.467vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--top .topVisual .flipslider_sp .flipwrap .fs-flip .swiper {
  width: 32.467vw;
  height: 32.467vw;
}
.page--top .topVisual .kvBox {
  width: 600px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  color: #fff;
  border-radius: 0 21px 0 0;
  padding: 60px 60px 70px;
}
@media screen and (min-width: 1300px) {
  .page--top .topVisual .kvBox {
    padding: 80px 80px 80px;
  }
}
@media screen and (min-width: 1500px) {
  .page--top .topVisual .kvBox {
    padding: 90px 120px 100px;
  }
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .kvBox {
    width: auto;
    background: transparent;
    padding: 0;
  }
}
.page--top .topVisual .kvBox .h1title {
  line-height: 1.4;
  font-size: 36px;
  font-size: 36rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .kvBox .h1title {
    width: 84.415vw;
    background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
    background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
    padding: 5.844vw;
    border-radius: 0 3.246vw 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 5.064vw;
  }
}
.page--top .topVisual .kvBox .btmText {
  margin: 20px 0 0;
  font-size: 19px;
  font-size: 19rem;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
.page--top .topVisual .kvBox .btmText span {
  padding: 0.5em 0;
  display: inline-block;
  position: relative;
}
.page--top .topVisual .kvBox .btmText span::after {
  content: "";
  width: 600px;
  height: 1px;
  background: #CAFF29;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 25px;
}
@media screen and (max-width: 599px) {
  .page--top .topVisual .kvBox .btmText {
    margin: 2.597vw 0 0 5.844vw;
    font-size: 2.987vw;
    color: #FF6700;
  }
  .page--top .topVisual .kvBox .btmText span {
    padding: 0 0 1.298vw;
  }
  .page--top .topVisual .kvBox .btmText span::after {
    width: 9.74vw;
    background: #FF6700;
    left: 0;
    top: auto;
    bottom: 0;
    margin-left: 0;
    height: 2px;
  }
}
.page--top .grayWrap {
  background: #E4E5E9;
}
.page--top .h2title {
  text-align: center;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 46rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .page--top .h2title {
    font-size: 6.233vw;
    margin-bottom: 5.844vw;
  }
}
.page--top .h2title::before {
  z-index: 1;
  content: "MESSAGE";
  font-weight: 700;
  font-size: 153px;
  font-size: 153rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(29, 32, 128, 0.05);
}
@media screen and (max-width: 599px) {
  .page--top .h2title::before {
    font-size: 17.792vw;
  }
}
.page--top .h2title::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 1px;
  background: #1D2081;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 599px) {
  .page--top .h2title::after {
    width: 38.961vw;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
    background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
    bottom: -5.845vw;
  }
}
.page--top .h2title span {
  position: relative;
  z-index: 5;
}
.page--top .h2title span strong {
  font-weight: 700;
  color: #1D2081;
}
.page--top .message {
  margin: 125px 0 90px;
  padding: 0 0 90px;
  background: url(../img/top/top_03.png) right bottom no-repeat;
}
@media screen and (max-width: 599px) {
  .page--top .message {
    margin: 18.831vw 0 0;
    padding: 0;
    background: none;
  }
}
.page--top .message .h2title::before {
  content: "MESSAGE";
}
.page--top .message .textBox {
  position: relative;
  margin: 145px 0 0 auto;
  width: 450px;
}
@media screen and (max-width: 599px) {
  .page--top .message .textBox {
    margin: 11.688vw 3.896vw 0 0;
    padding: 55.194vw 0 0;
    width: auto;
  }
}
.page--top .message .textBox::before {
  content: "";
  width: 958px;
  height: 567px;
  position: absolute;
  background: url(../img/top/top_02.png) center center no-repeat;
  background-size: contain;
  right: 100%;
  margin-right: 80px;
  top: -80px;
}
@media screen and (max-width: 599px) {
  .page--top .message .textBox::before {
    top: 0;
    right: auto;
    left: -6.494vw;
    width: 99.35vw;
    height: 60.389vw;
    z-index: -1;
  }
}
.page--top .message .textBox .catch {
  font-weight: 600;
  font-size: 26px;
  font-size: 26rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
  color: #1D2081;
}
@media screen and (max-width: 599px) {
  .page--top .message .textBox .catch {
    padding: 9.74vw 0 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 3.246vw 0 0;
    font-size: 4.805vw;
    line-height: 1.3;
  }
}
.page--top .message .textBox .text {
  margin: 15px 0 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.66;
}
@media screen and (max-width: 599px) {
  .page--top .message .textBox .text {
    margin: 3.896vw 0 0;
    font-size: 3.506vw;
  }
}
.page--top .message .linkBtn {
  margin: 25px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .message .linkBtn {
    margin: 3.896vw 0 0;
  }
}
.page--top .message .linkBtn .readmoreBtn {
  width: 100%;
}
.page--top .feature {
  margin: 200px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .feature {
    margin: 19.48vw 0 0;
  }
}
.page--top .feature .grayWrap {
  padding: 150px 0;
}
@media screen and (max-width: 599px) {
  .page--top .feature .grayWrap {
    padding: 25.974vw 0 20.129vw;
  }
}
.page--top .feature .h2title::before {
  content: "FEATURE";
  color: #ffffff;
}
.page--top .feature .h2title::after {
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--top .feature .contentsWrap {
    position: relative;
  }
  .page--top .feature .contentsWrap::after {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: 58.441vw;
    left: -6.494vw;
    top: 16.883vw;
    background: url(../img/top/top_04-sp.png) center center no-repeat;
    background-size: contain;
  }
}
.page--top .feature .whiteBox {
  width: 940px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 120px 60px 150px;
  background: rgba(255, 255, 255, 0.7);
  margin: 100px 0 0 -120px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--top .feature .whiteBox {
    z-index: 2;
    padding: 9.74vw 6.493vw 8.441vw 6.493vw;
    margin: 60.779vw 0 0 -6.494vw;
    left: -1px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 3.246vw 0 0;
    font-size: 4.805vw;
    line-height: 1.3;
    width: auto;
  }
}
.page--top .feature .whiteBox::after {
  content: "";
  width: 550px;
  height: 300px;
  bottom: -50px;
  margin-left: -250px;
  left: 100%;
  position: absolute;
  background: url(../img/top/top_04.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .page--top .feature .whiteBox::after {
    width: 45.8333333333vw;
    height: 25vw;
    bottom: -5.8333333333vw;
    margin-left: -16.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .page--top .feature .whiteBox::after {
    content: none;
  }
}
.page--top .feature .whiteBox .title {
  line-height: 1.43;
  font-size: 37px;
  font-size: 37rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--top .feature .whiteBox .title {
    font-size: 4.805vw;
  }
}
.page--top .feature .whiteBox .linkWrap {
  margin: 30px 0 0;
  width: 445px;
}
@media screen and (max-width: 599px) {
  .page--top .feature .whiteBox .linkWrap {
    width: 100%;
    margin: 4.545vw 0 0;
  }
}
.page--top .feature .whiteBox .linkWrap .tablink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--top .feature .whiteBox .linkWrap .tablink li {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
@media screen and (max-width: 599px) {
  .page--top .feature .whiteBox .linkWrap .tablink li {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}
.page--top .feature .whiteBox .linkWrap .tablink li span {
  display: block;
  line-height: 1;
  color: #fff;
  background: #FC481C;
  padding: 5px 5px;
  text-align: center;
  border: 1px solid #FC481C;
}
@media screen and (max-width: 599px) {
  .page--top .feature .whiteBox .linkWrap .tablink li span {
    padding: 0.649vw;
    font-size: 2.987vw;
  }
}
.page--top .feature .whiteBox .linkWrap .linkBtn {
  margin: 15px 0 0;
}
.page--top .feature .whiteBox .linkWrap .linkBtn .readmoreBtn {
  width: 100%;
}
.page--top .carreer {
  margin: 150px 0;
}
@media screen and (max-width: 599px) {
  .page--top .carreer {
    margin: 28.571vw 0 0;
  }
}
.page--top .carreer .h2title::before {
  content: "CAREER";
}
.page--top .carreer .interviewList {
  margin: 130px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewList {
    margin: 9.74vw 0 0;
  }
}
.page--top .carreer .interviewList .title {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 31px;
  font-size: 31rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewList .title {
    text-align: center;
    font-size: 4.805vw;
  }
}
.page--top .carreer .interviewSlider {
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider {
    margin: 3.896vw 0 0;
  }
}
.page--top .carreer .interviewSlider::after {
  background: -webkit-gradient(linear, right top, left top, from(rgb(51, 51, 51)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(-90deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0) 100%);
  width: 960px;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 100%;
  top: 0;
  pointer-events: none;
}
.page--top .carreer .interviewSlider .slick-list {
  overflow: visible !important;
}
.page--top .carreer .interviewSlider .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 333px;
  position: relative;
}
.page--top .carreer .interviewSlider .item .slideritem {
  margin: 0 20px 0 0;
  display: block;
  position: relative;
}
.page--top .carreer .interviewSlider .item .slideritem::before {
  content: "";
  height: 50%;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(51, 51, 51)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0) 100%);
  position: absolute;
  z-index: 5;
  bottom: 0;
}
.page--top .carreer .interviewSlider .item img {
  border-radius: 0 20px 0 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item img {
    border-radius: 0 5.194vw 0 0;
  }
}
.page--top .carreer .interviewSlider .item .slideritem {
  display: block;
  position: relative;
}
.page--top .carreer .interviewSlider .item .tag {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 10px;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item .tag {
    left: 5.194vw;
    top: 3.896vw;
  }
}
.page--top .carreer .interviewSlider .item .tag span {
  background: #FC481C;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item .tag span {
    padding: 1.298vw 5.194vw;
    border-radius: 2.597vw;
    font-size: 4.675vw;
  }
}
.page--top .carreer .interviewSlider .item .tag span.blue {
  background: #1D2081;
}
.page--top .carreer .interviewSlider .item .btmTxt {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item .btmTxt {
    padding: 0 5.194vw 6.493vw;
  }
}
.page--top .carreer .interviewSlider .item .btmTxt .job {
  font-size: 15px;
  font-size: 15rem;
  line-height: 1;
  display: inline-block;
  margin: 0 0 15px;
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 14rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item .btmTxt .job {
    margin: 0 0 1.948vw;
    padding: 2.077vw 2.597vw;
    border-radius: 5.194vw;
    font-size: 3.766vw;
  }
}
.page--top .carreer .interviewSlider .item .btmTxt .top {
  font-size: 15px;
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item .btmTxt .top {
    font-size: 3.766vw;
  }
}
.page--top .carreer .interviewSlider .item .btmTxt .dwn {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
}
.page--top .carreer .interviewSlider .item .btmTxt .dwn .stxt {
  font-size: 12px;
  font-size: 12rem;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .interviewSlider .item .btmTxt .dwn {
    margin-top: 3.896vw;
    font-size: 5.194vw;
  }
  .page--top .carreer .interviewSlider .item .btmTxt .dwn .stxt {
    font-size: 3.116vw;
  }
}
.page--top .carreer .sliderCtrol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .sliderCtrol {
    margin: 5.194vw 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page--top .carreer .sliderCtrol .prev,
.page--top .carreer .sliderCtrol .next {
  margin: 10px 20px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .sliderCtrol .prev,
  .page--top .carreer .sliderCtrol .next {
    margin: 1.298vw 2.597vw 0 0;
  }
}
.page--top .carreer .sliderCtrol .prev a,
.page--top .carreer .sliderCtrol .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-size: 40rem;
  font-family: Arial, Helvetica, sans-serif;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 32, 128)), color-stop(99.05%, rgb(26, 103, 206)));
  background: linear-gradient(90deg, rgb(29, 32, 128) 0%, rgb(26, 103, 206) 99.05%);
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .sliderCtrol .prev a,
  .page--top .carreer .sliderCtrol .next a {
    font-size: 5.194vw;
    width: 12.987vw;
    height: 12.987vw;
    border-radius: 3.246vw;
  }
}
@media screen and (min-width: 600px) {
  .page--top .carreer .sliderCtrol .prev a,
  .page--top .carreer .sliderCtrol .next a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--top .carreer .sliderCtrol .prev a:hover,
  .page--top .carreer .sliderCtrol .next a:hover {
    opacity: 0.7;
  }
}
.page--top .carreer .sliderCtrol .prev.disabled a,
.page--top .carreer .sliderCtrol .next.disabled a {
  cursor: default;
  background: #333333;
  opacity: 0.3;
}
@media screen and (min-width: 600px) {
  .page--top .carreer .sliderCtrol .prev.disabled a:hover,
  .page--top .carreer .sliderCtrol .next.disabled a:hover {
    opacity: 0.3;
  }
}
.page--top .carreer .sliderCtrol .linkBtn {
  margin: 0 0 0 60px;
}
@media screen and (max-width: 599px) {
  .page--top .carreer .sliderCtrol .linkBtn {
    margin: 0 0 0 3.246vw;
    width: 100%;
  }
  .page--top .carreer .sliderCtrol .linkBtn a {
    padding-top: 5.194vw;
    padding-bottom: 5.194vw;
  }
}
.page--top .work {
  margin: 150px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .work {
    margin: 29.22vw 0 0;
  }
  .page--top .work .contentsWrap {
    margin: 0;
    width: auto;
  }
}
.page--top .work .h2title::before {
  content: "VOICE";
}
.page--top .work .grayWrap {
  padding: 150px 0;
}
@media screen and (max-width: 599px) {
  .page--top .work .grayWrap {
    padding: 0;
  }
}
.page--top .work .linkBnr {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--top .work .linkBnr {
    display: block;
    margin: 11.688vw 0 0;
  }
}
.page--top .work .linkBnr li {
  -ms-flex-preferred-size: 490px;
      flex-basis: 490px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page--top .work .linkBnr li a {
  display: block;
  height: 405px;
  padding: 180px 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  position: relative;
  background: url(../img/top/top_05.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .work .linkBnr li a {
    height: 75.974vw;
    padding: 37.662vw 7.792vw 6.493vw;
  }
}
.page--top .work .linkBnr li a::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(51, 51, 51)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0) 100%);
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .page--top .work .linkBnr li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--top .work .linkBnr li a:hover {
    opacity: 0.7;
  }
  .page--top .work .linkBnr li a:hover .readmoreBtn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.page--top .work .linkBnr li a .en {
  position: relative;
  z-index: 10;
  font-size: 19px;
  font-size: 19rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--top .work .linkBnr li a .en {
    font-size: 3.246vw;
  }
}
.page--top .work .linkBnr li a .en::before {
  content: "";
  height: 1px;
  width: 250px;
  position: absolute;
  background: #FC481C;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .page--top .work .linkBnr li a .en::before {
    width: 44.155vw;
    height: 2px;
    top: -3.897vw;
  }
}
.page--top .work .linkBnr li a .title {
  position: relative;
  z-index: 10;
  margin: 15px 0 0;
  font-size: 28px;
  font-size: 28rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--top .work .linkBnr li a .title {
    margin: 2.597vw 0 0;
    font-size: 4.805vw;
  }
}
.page--top .work .linkBnr li a .link {
  position: relative;
  z-index: 10;
  margin: 30px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .work .linkBnr li a .link {
    margin: 4.545vw 0 0;
  }
}
.page--top .work .linkBnr li a .link .readmoreBtn {
  width: 100%;
}
.page--top .work .linkBnr li:nth-child(2) a {
  background-image: url(../img/top/top_06.jpg);
}
.page--top .trainingbenefit {
  margin: 150px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit {
    margin: 19.48vw 0 0;
  }
}
.page--top .trainingbenefit .h2title::before {
  content: "SYSTEM";
  color: #ffffff;
}
.page--top .trainingbenefit .h2title::after {
  background: #ffffff;
}
.page--top .trainingbenefit .training {
  position: relative;
}
.page--top .trainingbenefit .benefit {
  margin: 255px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .benefit {
    margin: 90.909vw 0 0;
  }
}
.page--top .trainingbenefit .benefit .h2title {
  margin: 80px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .benefit .h2title {
    margin: 10.389vw 0 0;
  }
}
.page--top .trainingbenefit .benefit .h2title::before {
  content: "BENEFIT";
}
.page--top .trainingbenefit .benefit .linkBtn {
  text-align: center;
}
.page--top .trainingbenefit .grayWrap {
  padding: 150px 0;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .grayWrap {
    padding: 25.974vw 0 20.129vw;
  }
}
.page--top .trainingbenefit .contentsWrap {
  position: relative;
}
.page--top .trainingbenefit .title {
  margin: 100px 0 0;
  font-size: 21px;
  font-size: 21rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .title {
    margin: 14.285vw 0 0;
    font-size: 2.987vw;
  }
}
.page--top .trainingbenefit .title span {
  display: inline-block;
  color: #FC481C;
  margin-right: 120px;
  width: 110px;
  position: relative;
}
.page--top .trainingbenefit .title span.shrot {
  width: 50px;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .title span {
    margin-right: 15.584vw;
    font-size: 3.246vw;
    width: 16.883vw;
  }
  .page--top .trainingbenefit .title span.shrot {
    width: 7.792vw;
  }
}
.page--top .trainingbenefit .title span::after {
  content: "";
  left: 100%;
  top: 50%;
  height: 1px;
  width: 100px;
  background: #FC481C;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .title span::after {
    width: 12.987vw;
  }
}
.page--top .trainingbenefit .training .contentsWrap {
  position: relative;
}
.page--top .trainingbenefit .training .contentsWrap::after {
  content: "";
  left: 100%;
  margin-left: -480px;
  top: 250px;
  height: 440px;
  width: 787px;
  background: url(../img/top/top_07.png) center center no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .training .contentsWrap::after {
    height: 55.844vw;
    width: 100vw;
    margin-left: 0;
    left: -6.494vw;
    top: auto;
    bottom: -70.13vw;
  }
}
.page--top .trainingbenefit .text {
  margin: 65px 0 0;
  width: 445px;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 46px;
  font-size: 46rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .text {
    margin: 10.389vw 0 0;
    font-size: 6.233vw;
    text-align: left;
  }
}
.page--top .trainingbenefit .text span {
  position: relative;
  z-index: 2;
}
.page--top .trainingbenefit .text.backTrainging::after {
  z-index: 1;
  content: "HR";
  font-weight: 700;
  font-size: 153px;
  font-size: 153rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .text.backTrainging::after {
    font-size: 17.272vw;
    right: auto;
    top: 50vw;
  }
}
.page--top .trainingbenefit .linkBtn {
  position: relative;
  z-index: 5;
  margin: 60px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .linkBtn {
    margin: 5.194vw 0 0;
  }
}
.page--top .trainingbenefit .benefitLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 130px 50px 0;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .benefitLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 11.688vw 0 0;
  }
}
.page--top .trainingbenefit .benefitLink li {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
@media screen and (max-width: 599px) {
  .page--top .trainingbenefit .benefitLink li {
    -ms-flex-preferred-size: 19.48vw;
        flex-basis: 19.48vw;
  }
  .page--top .trainingbenefit .benefitLink li:nth-child(n+5) {
    margin-top: 3.896vw;
  }
}
.page--top .trainingbenefit .benefitLink li img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page--top .trainingbenefit .benefitLink li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .page--top .trainingbenefit .benefitLink li a:hover {
    -webkit-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
  }
}
.page--top .rejoin {
  margin: 150px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin {
    margin: 19.48vw 0 0;
  }
  .page--top .rejoin .contentsWrap {
    width: auto;
    margin: 0;
  }
}
.page--top .rejoin .h2title::before {
  content: "RE-JOIN";
  white-space: nowrap;
}
.page--top .rejoin .linkBnr {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr {
    margin: 11.688vw 0 0;
  }
}
.page--top .rejoin .linkBnr li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page--top .rejoin .linkBnr li > a {
  display: block;
  height: 360px;
  padding: 100px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  position: relative;
  background: url(../img/top/top_08.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr li > a {
    height: 59.09vw;
    padding: 15.584vw 5.194vw 6.493vw;
  }
}
.page--top .rejoin .linkBnr li > a::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(51, 51, 51)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0) 100%);
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .page--top .rejoin .linkBnr li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--top .rejoin .linkBnr li > a:hover {
    opacity: 0.7;
  }
  .page--top .rejoin .linkBnr li > a:hover .readmoreBtn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.page--top .rejoin .linkBnr li > a .en {
  position: relative;
  z-index: 10;
  font-size: 19px;
  font-size: 19rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr li > a .en {
    font-size: 2.467vw;
  }
}
.page--top .rejoin .linkBnr li > a .en::before {
  content: "";
  height: 1px;
  width: 250px;
  position: absolute;
  background: #FC481C;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr li > a .en::before {
    width: 44.155vw;
    height: 2px;
    top: -3.897vw;
  }
}
.page--top .rejoin .linkBnr li > a .title {
  position: relative;
  z-index: 10;
  margin: 15px 0 0;
  font-size: 28px;
  font-size: 28rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr li > a .title {
    margin: 2.597vw 0 0;
    font-size: 4.805vw;
    line-height: 1.25;
  }
}
.page--top .rejoin .linkBnr li > a .linkBtn {
  position: relative;
  z-index: 10;
  margin: 40px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr li > a .linkBtn {
    margin: 4.545vw 0 0;
  }
}
.page--top .rejoin .linkBnr li > a .linkBtn .readmoreBtn {
  width: 440px;
}
@media screen and (max-width: 599px) {
  .page--top .rejoin .linkBnr li > a .linkBtn .readmoreBtn {
    width: 76.623vw;
  }
}
.page--top .rejoin .linkBnr li:nth-child(2) a {
  background-image: url(../img/top/top_06.jpg);
}
.page--top .faq {
  margin: 150px 0;
}
.page--top .faq .h2title::before {
  content: "FAQ";
}
@media screen and (max-width: 599px) {
  .page--top .faq {
    margin: 19.48vw 0;
  }
  .page--top .faq .contentsWrap {
    width: auto;
    margin: 0;
  }
}
.page--top .faq .linkBtn {
  margin: 50px 0 0;
}
@media screen and (max-width: 599px) {
  .page--top .faq .linkBtn {
    margin: 3.246vw 6.493vw 0;
  }
}
.page--top .box-faq {
  margin: 120px 100px 0;
}
@media screen and (max-width: 599px) {
  .page--top .box-faq {
    margin: 11.688vw 0 0;
  }
}
.page--top .box-faq .faq-qa {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .page--top .box-faq .faq-qa {
    margin-bottom: 0;
  }
  .page--top .box-faq .faq-qa:first-child {
    border-top: 1px solid #1D2081;
  }
}
.page--top .box-faq .faq-qa .faq-q {
  border: 1px solid #1D2081;
  position: relative;
  padding: 1em 2em 1em 4em;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .page--top .box-faq .faq-qa .faq-q {
    padding-left: 12.987vw;
    padding-right: 15.584vw;
    font-size: 3.376vw;
    border-left: none;
    border-right: none;
    border-top: none;
    line-height: 1.25;
  }
}
.page--top .box-faq .faq-qa .faq-q:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 37px;
  font-size: 37rem;
  color: #1D2081;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  background-size: auto;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .page--top .box-faq .faq-qa .faq-q:before {
    left: 1em;
    width: 7.272vw;
    height: 7.272vw;
    font-size: 5.194vw;
  }
}
.page--top .box-faq .faq-qa .faq-q:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15%;
  right: 2em;
  border: solid 2px #FC481C;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(45%) rotate(45deg);
          transform: translateY(45%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .page--top .box-faq .faq-qa .faq-q:after {
    width: 2.597vw;
    height: 2.597vw;
    right: 1.5em;
    top: 25%;
  }
}
.page--top .box-faq .faq-qa .faq-a {
  display: none;
  position: relative;
  padding: 3em 4em;
  font-size: 15px;
  background: #F2F3F7;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .page--top .box-faq .faq-qa .faq-a {
    padding: 6.493vw;
    padding-left: 12.987vw;
    padding-right: 15.584vw;
    font-size: 3.246vw;
    border-bottom: 1px solid #1D2081;
  }
}
.page--top .box-faq .faq-qa .faq-a a {
  font-weight: 700;
  text-decoration: underline;
}
.page--top .box-faq .faq-qa .faq-a a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.page--top .box-faq .faq-qa.open .faq-q:after {
  top: 45%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page--top .box-faq .faq-qa.open .faq-a {
  display: block;
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img01.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img01.png);
  }
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img01.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img01.png);
  }
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img01.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img01.png);
  }
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img01.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img01.png);
  }
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img01.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img01.png);
  }
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img01.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img01.png);
  }
}
.page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img01.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip01 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img01.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img02.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img02.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img02.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img02.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img02.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img02.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img02.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img02.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img02.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img02.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img02.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img02.png);
  }
}
.page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img02.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip02 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img02.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img03.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img03.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img03.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img03.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img03.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img03.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img03.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img03.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img03.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img03.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img03.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img03.png);
  }
}
.page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img03.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip03 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img03.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img04.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img04.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img04.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img04.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img04.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img04.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img04.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img04.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img04.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img04.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img04.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img04.png);
  }
}
.page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img04.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip04 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img04.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img05.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img05.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img05.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img05.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img05.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img05.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img05.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img05.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img05.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img05.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img05.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img05.png);
  }
}
.page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img05.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip05 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img05.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img07.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img07.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img07.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img07.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img07.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img07.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img07.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img07.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img07.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img07.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img07.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img07.png);
  }
}
.page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img07.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip07 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img07.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide {
  background: url(../img/top/kvslide/01/pc/img08.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide {
    background-image: url(../img/top/kvslide/01/sp/img08.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box01 {
  background-image: url(../img/top/kvslide/01/pc/img08.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box01 {
    background-image: url(../img/top/kvslide/01/sp/img08.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box02 {
  background-image: url(../img/top/kvslide/02/pc/img08.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box02 {
    background-image: url(../img/top/kvslide/02/sp/img08.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box03 {
  background-image: url(../img/top/kvslide/03/pc/img08.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box03 {
    background-image: url(../img/top/kvslide/03/sp/img08.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box04 {
  background-image: url(../img/top/kvslide/04/pc/img08.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box04 {
    background-image: url(../img/top/kvslide/04/sp/img08.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box05 {
  background-image: url(../img/top/kvslide/05/pc/img08.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box05 {
    background-image: url(../img/top/kvslide/05/sp/img08.png);
  }
}
.page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box06 {
  background-image: url(../img/top/kvslide/06/pc/img08.png);
}
@media screen and (max-width: 599px) {
  .page--top .fs-flip08 .swiper .swiper-wrapper .swiper-slide.box06 {
    background-image: url(../img/top/kvslide/06/sp/img08.png);
  }
}

@-webkit-keyframes menu-bar-up {
  0% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
  }
  45% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  55% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0.779vw) rotate(45deg);
            transform: translate(0, 0.779vw) rotate(45deg);
  }
}

@keyframes menu-bar-up {
  0% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
  }
  45% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  55% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0.779vw) rotate(45deg);
            transform: translate(0, 0.779vw) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar-up-active {
  0% {
    -webkit-transform: translate(0, 0.779vw) rotate(45deg);
            transform: translate(0, 0.779vw) rotate(45deg);
  }
  45% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  55% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
  }
}
@keyframes menu-bar-up-active {
  0% {
    -webkit-transform: translate(0, 0.779vw) rotate(45deg);
            transform: translate(0, 0.779vw) rotate(45deg);
  }
  45% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  55% {
    -webkit-transform: translate(0, 0.779vw) rotate(0);
            transform: translate(0, 0.779vw) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
  }
}
@-webkit-keyframes menu-bar-down {
  0% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
    width: 6.753vw;
  }
  45% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 6.753vw;
  }
  55% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 9.61vw;
  }
  100% {
    -webkit-transform: translate(0, -1.299vw) rotate(-45deg);
            transform: translate(0, -1.299vw) rotate(-45deg);
    width: 9.61vw;
  }
}
@keyframes menu-bar-down {
  0% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
    width: 6.753vw;
  }
  45% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 6.753vw;
  }
  55% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 9.61vw;
  }
  100% {
    -webkit-transform: translate(0, -1.299vw) rotate(-45deg);
            transform: translate(0, -1.299vw) rotate(-45deg);
    width: 9.61vw;
  }
}
@-webkit-keyframes menu-bar-down-acitve {
  0% {
    -webkit-transform: translate(0, -1.299vw) rotate(-45deg);
            transform: translate(0, -1.299vw) rotate(-45deg);
    width: 9.61vw;
  }
  45% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 9.61vw;
  }
  55% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 6.753vw;
  }
  100% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
    width: 6.753vw;
  }
}
@keyframes menu-bar-down-acitve {
  0% {
    -webkit-transform: translate(0, -1.299vw) rotate(-45deg);
            transform: translate(0, -1.299vw) rotate(-45deg);
    width: 9.61vw;
  }
  45% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 9.61vw;
  }
  55% {
    -webkit-transform: translate(0, -1.299vw) rotate(0);
            transform: translate(0, -1.299vw) rotate(0);
    width: 6.753vw;
  }
  100% {
    -webkit-transform: translate(0, 0vw) rotate(0);
            transform: translate(0, 0vw) rotate(0);
    width: 6.753vw;
  }
}