@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton+SC&family=Noto+Sans+JP:wght@100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&family=Syne:wght@400..800&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #494645;
  background-color: #fff;
  min-width: 1050px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    min-width: initial;
    width: 100vw;
    overflow-x: hidden;
  }
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.js-scroll-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.js-scroll-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-scroll-fade-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.js-scroll-fade-left.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-scroll-fade-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.js-scroll-fade-right.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-mv-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-mv-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.p-skiplink__nav a {
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.p-skiplink__nav a:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.c-entrybtn {
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.c-entrybtn:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-linkbtn-blue {
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.c-linkbtn-blue:hover {
  background-color: #0e9be0;
}

.p-working__timetable__tabitemwrap,
.p-benefits__model__tabitemwrap {
  position: relative;
}

.p-working__timetable__tabitem,
.p-benefits__model__tabitem {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-working__timetable__tabitem.__active,
.p-benefits__model__tabitem.__active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.p-qa__answer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
  overflow: hidden;
}
.p-qa__answer > * {
  overflow: hidden;
}

.p-qa__item.__open .p-qa__answer {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.l-fixbtn__gotop,
.l-fixbtn__entry {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-fixbtn__gotop.is-visible,
.l-fixbtn__entry.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-fixbtn__gotop a,
.l-fixbtn__entry a {
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.l-fixbtn__gotop a:hover,
.l-fixbtn__entry a:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.p-movie__player {
  position: relative;
}
.p-movie__player__thumb {
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-movie__player__thumb:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.p-movie__player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 21.3333333333vw;
  }
}

.js-scroll-bounce.is-visible {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.l-header {
  width: 100%;
  padding-right: 240px;
  position: relative;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-right: 0;
    padding: 0;
  }
}
.l-header__inner {
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 2.6666666667vw;
    height: 16vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__innerwrap {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .l-header__innerwrap {
    width: 100%;
  }
}
.l-header__logo {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    margin-right: 2.6666666667vw;
    width: 8vw;
  }
}
.l-header__logo {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    line-height: 1.25;
    font-size: 3.7333333333vw;
  }
}
.l-header__entrybtn {
  width: 240px;
  height: 140px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-header__entrybtn {
    display: none !important;
  }
}
.l-header__spmenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__spmenu {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 16vw;
    width: 17.0666666667vw;
  }
}

.l-globalnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-globalnavi {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-globalnavi.__spopen {
    max-height: calc(100vh - 16vw);
  }
}
.l-globalnavi ul {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .l-globalnavi ul {
    margin: 0;
    display: block;
    width: 100%;
    font-size: 3.2vw;
  }
}
.l-globalnavi ul li a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-globalnavi ul li a::after {
    position: absolute;
    width: 0;
    height: 1px;
    background: #494645;
    left: 0;
    bottom: -5px;
    content: "";
  }
  .l-globalnavi ul li a:hover {
    opacity: 1;
  }
  .l-globalnavi ul li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-globalnavi ul li {
    line-height: 1;
  }
  .l-globalnavi ul li a {
    display: block;
    padding: 1em 1em;
    background: #fff;
    position: relative;
  }
  .l-globalnavi ul li + li {
    border-top: 1px solid #bfe0ff;
  }
}

.l-footer {
  background: #0e172a;
  padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8vw 2.6666666667vw;
  }
}
.l-footer__inner {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer__informationwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #bfe0ff;
  font-weight: 400;
}
.l-footer__schoolinfo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__schoolinfo {
    font-size: 3.2vw;
  }
}
.l-footer__schoolinfo__name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__schoolinfo__name {
    font-size: 4.2666666667vw;
  }
}
.l-footer__schoolinfo__address {
  margin: 1em 0 0;
}
.l-footer__schoolinfo__telfax {
  margin: 0.1em 0 0;
}
.l-footer__schoolinfo__homepage {
  margin: 0.1em 0 0;
}
.l-footer__schoolinfo__homepage a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__gotop {
    display: none;
  }
}
.l-footer__gotop a {
  color: #fff;
}
.l-footer__copyright {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin: 1.3333333333vw 0 0;
    text-align: center;
  }
}
.l-footer__copyright small {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright small {
    font-size: 2.6666666667vw;
  }
}

.l-fixbtn__gotop {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-fixbtn__gotop {
    right: 1.3333333333vw;
    bottom: 16vw;
  }
}
.l-fixbtn__gotop a {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff;
  color: #0b66c3;
  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: 1.8rem;
  font-weight: 600;
  border: 1px solid #0b66c3;
}
@media screen and (max-width: 767px) {
  .l-fixbtn__gotop a {
    font-size: 4.8vw;
  }
}

.l-fixbtn__entry {
  position: fixed;
  z-index: 501;
  right: 20px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-fixbtn__entry {
    right: 0;
    bottom: 32vw;
    padding: 0;
    line-height: 1;
  }
}
.l-fixbtn__entry a {
  background: #0b66c3;
  padding: 1em 1em;
  border-radius: 2em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-fixbtn__entry a {
    display: block;
    line-height: 1.5;
    padding: 1em 0.5em;
    border-radius: 0;
    font-size: 3.2vw;
    font-weight: 400;
    text-align: right;
  }
}

.l-main {
  position: relative;
  z-index: 2;
}

.l-container {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
  }
}

.l-bgimg {
  background: url(../img/bgimg01.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.l-bgimg.__imb01 {
  background-image: url(../img/bgimg01.jpg);
}
.l-bgimg.__imb02 {
  background-image: url(../img/bgimg02.jpg);
}
.l-bgimg.__imb03 {
  background-image: url(../img/bgimg03.jpg);
}

.c-entrybtn {
  background: #80ab71;
  color: #ffffff;
  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;
}
.c-entrybtn span {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-entrybtn span {
    font-size: 9.6vw;
  }
}

.c-togglebtn {
  background: #80ab71;
}
.c-togglebtn span {
  width: 40%;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(0, -2.6666666667vw);
          transform: translate(0, -2.6666666667vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-togglebtn span:nth-child(2) {
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
}
.c-togglebtn span:nth-child(3) {
  -webkit-transform: translate(0, 2.6666666667vw);
          transform: translate(0, 2.6666666667vw);
}
.c-togglebtn.__open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0, 0);
          transform: rotate(45deg) translate(0, 0);
}
.c-togglebtn.__open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(5.3333333333vw, -1px);
          transform: translate(5.3333333333vw, -1px);
}
.c-togglebtn.__open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
}

.c-linkbtn-blue {
  margin: 5px 0 0;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 10px;
  background: #1ab8fb;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-linkbtn-blue {
    width: 100%;
    margin: 2.6666666667vw 0 0;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
    text-align: center;
  }
}

.c-section-title {
  font-size: 3.6rem;
  color: #545251;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 7.4666666667vw;
  }
}

.c-section-entitle {
  font-family: "STIX Two Text", serif;
  font-weight: 700;
  font-size: 7.6rem;
  color: #57528b;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-section-entitle {
    font-size: 6.4vw;
    letter-spacing: 0.1rem;
  }
}

.c-box-title {
  color: #fff;
  font-size: 1.9rem;
  padding: 10px 15px;
  background: url(../img/conceptbtn_bgimg.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .c-box-title {
    font-size: 4.8vw;
    padding: 2.6666666667vw 4vw;
  }
}

.p-mv__inner {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 0;
  }
}
.p-mv__bgimg {
  position: relative;
  height: 565px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__bgimg {
    height: 64vw;
  }
}
.p-mv__bgimg::after {
  content: "";
  position: absolute;
  width: calc(50% + 380px);
  height: 100%;
  background: url(../img/mv_bgimg.jpg) right top no-repeat;
  background-size: cover;
  z-index: 1;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__bgimg::after {
    height: 42.6666666667vw;
    top: 21.3333333333vw;
    width: 80%;
  }
}
.p-mv__content {
  position: relative;
  z-index: 2;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 950px;
  margin: 0 auto;
  padding: 0 0 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    width: auto;
    display: block;
    padding: 0 2.6666666667vw 0 0;
  }
}
.p-mv__title {
  font-size: 4.4rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    color: #545251;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
    line-height: 1.22;
    font-weight: 700;
    text-shadow: none;
    font-size: 6.4vw;
    padding: 4vw 0 0;
  }
}
.p-mv__subtitle {
  position: absolute;
  z-index: 20;
  right: calc(50% + 380px);
  top: 70px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  line-height: 1.4;
  color: #545251;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle {
    line-height: 1.2;
    left: 2.6666666667vw;
    right: auto;
    top: auto;
    bottom: 0;
    padding-top: 10.6666666667vw;
    line-height: 1;
  }
}
.p-mv__subtitle h2 {
  position: relative;
  z-index: 1;
}
.p-mv__subtitle h2::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -25px;
  width: 315px;
  height: 325px;
  background: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle h2::after {
    width: 2em;
    background: transparent;
    height: auto;
    padding: 0 0 0 5.3333333333vw;
  }
}
.p-mv__subtitle h2 span {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle h2 span {
    line-height: 1.1;
    font-size: 3.7333333333vw;
    left: 2.1333333333vw;
    top: -2.1333333333vw;
  }
}
.p-mv__subtitle p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 3;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0 25px 80px 0;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle p {
    padding: 4vw 0vw 13.3333333333vw 0;
    letter-spacing: 0.2em;
  }
}
.p-mv__subtitle p::before {
  content: "";
  width: 1px;
  height: 120px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  background: #231815;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle p::before {
    height: 24vw;
    right: -0.5333333333vw;
    bottom: 6.6666666667vw;
  }
}
.p-mv__subtitle p::after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  background: #231815;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle p::after {
    height: 2.6666666667vw;
    right: -0.5333333333vw;
    bottom: 6.6666666667vw;
  }
}
.p-mv__subtitle p span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle p span {
    font-size: 3.2vw;
  }
}

.p-skiplink {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-skiplink {
    padding: 10.6666666667vw 2.6666666667vw 0;
  }
}
.p-skiplink__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-skiplink__nav ul li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-skiplink__nav ul li {
    width: 48%;
  }
}
.p-skiplink__nav ul li a {
  display: block;
  padding: 0 0 10px 30px;
  color: #1c88c3;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 0 rgba(51, 51, 51, 0.15);
          box-shadow: 0 2px 0 rgba(51, 51, 51, 0.15);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-skiplink__nav ul li a {
    -webkit-box-shadow: 0 1px 0 rgba(51, 51, 51, 0.15);
            box-shadow: 0 1px 0 rgba(51, 51, 51, 0.15);
    padding: 0 0 2.6666666667vw 8vw;
    font-size: 3.2vw;
  }
}
.p-skiplink__nav ul li a::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #1c88c3;
  position: absolute;
  right: 30px;
  bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-skiplink__nav ul li a::before {
    width: 13.3333333333vw;
    right: 4vw;
    bottom: 4vw;
  }
}
.p-skiplink__nav ul li a::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #1c88c3;
  position: absolute;
  right: 30px;
  bottom: 22px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (max-width: 767px) {
  .p-skiplink__nav ul li a::after {
    width: 4vw;
    right: 4vw;
    bottom: 4vw;
  }
}

.p-concept {
  margin: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept {
    margin: 10.6666666667vw 0 0;
  }
}
.p-concept__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    display: block;
  }
}
.p-concept__title h2 {
  margin-left: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-concept__title h2 {
    margin-left: 2.6666666667vw;
  }
}
.p-concept__title p {
  width: auto;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .p-concept__title p {
    margin: 5.3333333333vw 5.3333333333vw 0 8vw;
  }
}
.p-concept__grid {
  margin: 115px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-concept__grid {
    display: block;
    margin: 16vw 0 0;
  }
}
.p-concept__item {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept__item {
    width: 90%;
  }
}
.p-concept__item::after {
  content: "";
  position: absolute;
  z-index: 3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  left: 20px;
  top: -90px;
  font-size: 12rem;
  font-family: "Anton SC", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-concept__item::after {
    left: 5.3333333333vw;
    top: -16vw;
    font-size: 21.3333333333vw;
  }
}
.p-concept__item:nth-child(1)::after {
  content: "01";
}
@media screen and (max-width: 767px) {
  .p-concept__item:nth-child(2) {
    margin-top: 16vw;
    margin-left: auto;
  }
}
.p-concept__item:nth-child(2)::after {
  content: "02";
}
@media screen and (max-width: 767px) {
  .p-concept__item:nth-child(3) {
    margin-top: 16vw;
  }
}
.p-concept__item:nth-child(3)::after {
  content: "03";
}
.p-concept__item-img {
  position: relative;
  z-index: 2;
}
.p-concept__item-img img {
  width: 100%;
}
.p-concept__item-content {
  background: url(../img/conceptbtn_bgimg.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 15px 5px 20px;
}
@media screen and (max-width: 767px) {
  .p-concept__item-content {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-concept__item-title {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-concept__item-title {
    font-size: 5.3333333333vw;
  }
}
.p-concept__item-text {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__item-text {
    margin: 2.6666666667vw 0 0;
  }
}

.p-movie {
  margin: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .p-movie {
    margin: 21.3333333333vw 0 0;
  }
}
.p-movie__innerwrap {
  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: 767px) {
  .p-movie__innerwrap {
    display: block;
  }
}
.p-movie__title {
  width: 200px;
  padding: 0 0 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-movie__title {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
.p-movie__title h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-movie__title h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-movie__title h3 {
  margin: 50px 0 0;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-movie__title h3 {
    margin: 0;
    font-size: 6.4vw;
    text-align: center;
  }
}
.p-movie__player {
  position: relative;
  padding-top: 56.25%;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .p-movie__player {
    width: 100%;
  }
}
.p-movie__player__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  border: 15px solid #57528b;
}
.p-movie__player__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-movie__player video,
.p-movie__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-working {
  margin: 130px 0 0;
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .p-working {
    margin: 21.3333333333vw 0 0;
    padding: 0 0 16vw;
    overflow-x: hidden;
  }
}
.p-working__wrap {
  background: url(../img/working_bgimg.png) center top no-repeat;
  background-size: cover;
  padding: 0 50px 40px;
}
@media screen and (max-width: 767px) {
  .p-working__wrap {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-working h3 {
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .p-working h3 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-working__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-working__title {
    display: block;
    margin: 10.6666666667vw 0 0;
  }
}
.p-working__title__bgimg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: 250px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-working__title__bgimg {
    width: 100%;
    height: 66.6666666667vw;
  }
}
.p-working__title__bgimg::after {
  content: "";
  width: 380px;
  height: 250px;
  background: url(../img/working_title_bgimg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-working__title__bgimg::after {
    width: 100%;
    height: 66.6666666667vw;
    left: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
.p-working__title__wrap {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-working__title__wrap {
    margin: 10.6666666667vw 2.6666666667vw 0;
  }
}
.p-working__title__wrap h2 {
  background: #fff;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-working__title__wrap h2 {
    padding: 0;
    background: transparent;
    text-align: left;
  }
}
.p-working__title__wrap p {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p-working__title__wrap p {
    margin: 5.3333333333vw 0 0;
  }
}
.p-working__style {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .p-working__style {
    margin: 10.6666666667vw 0 0;
  }
}
.p-working__style h4 {
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-working__style h4 {
    display: block;
    padding: 2.6666666667vw;
    text-align: center;
    font-size: 4.2666666667vw;
  }
}
.p-working__style__tablewrap {
  margin: 20px 0 0;
  background: #eaebee;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-working__style__tablewrap {
    margin: 2.6666666667vw 0 0;
    padding: 1.3333333333vw;
  }
}
.p-working__style__tablewrap table {
  background: #f1f2f5;
  padding: 10px;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-working__style__tablewrap table {
    padding: 1.3333333333vw;
    border-spacing: 0 1.3333333333vw;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p-working__style__tablewrap table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-working__style__tablewrap table thead {
    margin: 0;
  }
  .p-working__style__tablewrap table thead th {
    background: #f4f6fc;
    width: 50%;
  }
  .p-working__style__tablewrap table thead th:nth-child(1) {
    display: none;
  }
}
.p-working__style__tablewrap th, .p-working__style__tablewrap td {
  padding: 16px 20px;
  border: 1px solid #e5e6ea;
  text-align: left;
  vertical-align: middle;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-working__style__tablewrap th, .p-working__style__tablewrap td {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 0;
    width: 50%;
  }
}
.p-working__style__tablewrap th {
  width: 120px;
  background-color: #f4f6fc;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-working__style__tablewrap th {
    background-color: #f4f6fc;
    width: 100%;
    text-align: center;
  }
}
.p-working__style__tablewrap td {
  width: calc((100% - 120px) / 2);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-working__style__tablewrap td {
    width: 50%;
  }
}
.p-working__timetable {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-working__timetable {
    margin: 10.6666666667vw 0 0;
  }
}
.p-working__timetable__tabswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-working__timetable__tabswitch li {
  width: 50%;
}
.p-working__timetable__tabswitch li a {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  padding: 15px 45px 15px 5px;
  line-height: 1;
  background: #cacacb;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabswitch li a {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    height: 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-working__timetable__tabswitch li a:hover {
    background: url(../img/conceptbtn_bgimg.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-working__timetable__tabswitch li a::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabswitch li a::after {
    content: none;
  }
}
.p-working__timetable__tabswitch li a::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabswitch li a::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabswitch li {
    -webkit-transition: 0.1s;
    transition: 0.1s;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabswitch li.__active {
    width: 55%;
  }
}
.p-working__timetable__tabswitch li.__active a {
  background: url(../img/conceptbtn_bgimg.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabswitch li.__active a {
    font-size: 3.7333333333vw;
  }
}
.p-working__timetable__tabitem {
  padding: 60px 30px;
  background: #fff;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabitem {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-working__timetable__tabitem.__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabitem.__active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-working__timetable__tabitem__teacher {
  width: 260px;
}
.p-working__timetable__tabitem__teacher__image img {
  width: 100%;
}
.p-working__timetable__tabitem__teacher__text {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabitem__teacher {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 16vw 0 0;
  }
  .p-working__timetable__tabitem__teacher__image {
    text-align: center;
  }
  .p-working__timetable__tabitem__teacher__image img {
    width: 80%;
  }
  .p-working__timetable__tabitem__teacher__text {
    margin: 5.3333333333vw 0 0;
  }
}
.p-working__timetable__tabitem__schedule {
  width: 500px;
}
.p-working__timetable__tabitem__schedule img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-working__timetable__tabitem__schedule {
    margin: 5.3333333333vw 0 0;
    width: 100%;
  }
}

.p-insert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-insert {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-insert div {
  width: 25%;
  padding: 17% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-insert div {
    width: 50%;
    padding: 34% 0 0;
  }
}
.p-insert div::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/insert01.jpg) center center no-repeat;
  background-size: cover;
}
.p-insert__inser01 div:nth-child(1)::after {
  background-image: url(../img/insert01.jpg);
}
.p-insert__inser01 div:nth-child(2)::after {
  background-image: url(../img/insert02.jpg);
}
.p-insert__inser01 div:nth-child(3)::after {
  background-image: url(../img/insert03.jpg);
}
.p-insert__inser01 div:nth-child(4)::after {
  background-image: url(../img/insert04.jpg);
}
.p-insert__inser02 div:nth-child(1)::after {
  background-image: url(../img/insert05.jpg);
}
.p-insert__inser02 div:nth-child(2)::after {
  background-image: url(../img/insert06.jpg);
}
.p-insert__inser02 div:nth-child(3)::after {
  background-image: url(../img/insert07.jpg);
}
.p-insert__inser02 div:nth-child(4)::after {
  background-image: url(../img/insert08.jpg);
}

.p-benefits {
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    padding: 0;
  }
}
.p-benefits__wrap {
  background: url(../img/benefits_bgimg.png) center top no-repeat;
  background-size: cover;
  padding: 0 50px 40px;
}
@media screen and (max-width: 767px) {
  .p-benefits__wrap {
    padding: 10.6666666667vw 2.6666666667vw 21.3333333333vw;
  }
}
.p-benefits h3 {
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .p-benefits h3 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-benefits__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-benefits__title {
    display: block;
    margin: 16vw 0 0;
  }
}
.p-benefits__title__bgimg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: 250px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-benefits__title__bgimg {
    width: 100%;
    height: 66.6666666667vw;
  }
}
.p-benefits__title__bgimg::after {
  content: "";
  width: 380px;
  height: 250px;
  background: url(../img/benefits_title_bgimg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-benefits__title__bgimg::after {
    width: 100%;
    height: 66.6666666667vw;
    left: auto;
    right: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
.p-benefits__title__wrap {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-benefits__title__wrap {
    margin: 10.6666666667vw 2.6666666667vw 0;
  }
}
.p-benefits__title__wrap h2 {
  background: #fff;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefits__title__wrap h2 {
    padding: 0;
    background: transparent;
    text-align: left;
  }
}
.p-benefits__title__wrap p {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p-benefits__title__wrap p {
    margin: 5.3333333333vw 0 0;
  }
}
.p-benefits__model {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-benefits__model {
    margin: 10.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabwrap {
    margin: 2.6666666667vw 0 0;
    padding: 1.3333333333vw;
  }
}
.p-benefits__model__tabswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-benefits__model__tabswitch li {
  width: 50%;
}
.p-benefits__model__tabswitch li a {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  padding: 15px 45px 15px 5px;
  line-height: 1;
  background: #cacacb;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabswitch li a {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    height: 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits__model__tabswitch li a:hover {
    background: url(../img/conceptbtn_bgimg.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-benefits__model__tabswitch li a::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabswitch li a::after {
    content: none;
  }
}
.p-benefits__model__tabswitch li a::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabswitch li a::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabswitch li {
    -webkit-transition: 0.1s;
    transition: 0.1s;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabswitch li.__active {
    width: 55%;
  }
}
.p-benefits__model__tabswitch li.__active a {
  background: url(../img/conceptbtn_bgimg.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabswitch li.__active a {
    font-size: 3.7333333333vw;
  }
}
.p-benefits__model__tabitem {
  padding: 60px 30px;
  background: #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__tabitem {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-benefits__model__tabitem.__active {
  display: block;
}
.p-benefits__model__salarystep ul {
  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: 767px) {
  .p-benefits__model__salarystep ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-benefits__model__salarystep ul li {
  font-size: 1.2rem;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li {
    font-size: 3.2vw;
    width: 48%;
  }
  .p-benefits__model__salarystep ul li:nth-child(n+3) {
    margin-top: 10.6666666667vw;
  }
}
.p-benefits__model__salarystep ul li .__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-benefits__model__salarystep ul li .__row .__left {
  width: 44%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-benefits__model__salarystep ul li .__row .__left.__wide {
  width: 100%;
}
.p-benefits__model__salarystep ul li .__row .__left.__caution {
  font-size: 1rem;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row .__left {
    width: 100%;
    font-size: 6.4vw;
    text-align: center;
  }
}
.p-benefits__model__salarystep ul li .__row .__left strong {
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row .__left strong {
    font-size: 9.6vw;
  }
}
.p-benefits__model__salarystep ul li .__row .__left span {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row .__left span {
    font-size: 3.2vw;
  }
}
.p-benefits__model__salarystep ul li .__row:nth-child(1) .__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-benefits__model__salarystep ul li .__row .__right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row .__right {
    width: 100%;
    font-size: 3.2vw;
  }
}
.p-benefits__model__salarystep ul li .__row .__right span {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row .__right span {
    font-size: 3.2vw;
  }
}
.p-benefits__model__salarystep ul li .__row.__row__plus {
  margin: 1em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row.__row__plus {
    margin: 1.75em 0 0;
  }
}
.p-benefits__model__salarystep ul li .__row.__row__plus::before {
  position: absolute;
  content: "＋";
  left: 22%;
  -webkit-transform: translate(-0.5em, 0.75em);
          transform: translate(-0.5em, 0.75em);
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row.__row__plus::before {
    left: 50%;
    -webkit-transform: translate(-0.5em, 0);
            transform: translate(-0.5em, 0);
    font-size: 4.2666666667vw;
  }
}
.p-benefits__model__salarystep ul li .__row.__row__bottom {
  margin: 0.5em 0 0;
}
.p-benefits__model__salarystep ul li .__row.__row__bottom .__left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row.__row__bottom .__left {
    width: 100%;
  }
}
.p-benefits__model__salarystep ul li .__row.__row__bottom .__left span {
  font-size: 1.2rem;
  padding: 0.1em 0.5em;
  background: #b21d23;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row.__row__bottom .__left span {
    font-size: 3.2vw;
  }
}
.p-benefits__model__salarystep ul li .__row.__row__bottom .__right {
  width: 65%;
  text-align: right;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffeb3b));
  background: linear-gradient(transparent 80%, #ffeb3b 80%);
  padding: 0 0.2em;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row.__row__bottom .__right {
    width: 100%;
    text-align: center;
  }
}
.p-benefits__model__salarystep ul li .__row.__row__bottom .__right strong {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__salarystep ul li .__row.__row__bottom .__right strong {
    font-size: 4.8vw;
  }
}
.p-benefits__model__salarystep ul li:nth-child(1) .__row:nth-child(1) {
  color: #086192;
}
.p-benefits__model__salarystep ul li:nth-child(1) .__row:nth-child(1) .__right span {
  background: #086192;
}
.p-benefits__model__salarystep ul li:nth-child(2) .__row:nth-child(1) {
  color: #4eb1d4;
}
.p-benefits__model__salarystep ul li:nth-child(2) .__row:nth-child(1) .__right span {
  background: #4eb1d4;
}
.p-benefits__model__salarystep ul li:nth-child(3) .__row:nth-child(1) {
  color: #63c3cc;
}
.p-benefits__model__salarystep ul li:nth-child(3) .__row:nth-child(1) .__right span {
  background: #63c3cc;
}
.p-benefits__model__salarystep ul li:nth-child(4) .__row:nth-child(1) {
  color: #6b4789;
}
.p-benefits__model__salarystep ul li:nth-child(4) .__row:nth-child(1) .__right span {
  background: #6b4789;
}
.p-benefits__model__lists {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__lists {
    margin: 10.6666666667vw 0 0;
  }
}
.p-benefits__model__lists ul {
  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;
}
.p-benefits__model__lists li {
  width: 32%;
  background: #4b69af;
  padding: 15px 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__lists li {
    width: 48%;
    padding: 4vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-benefits__model__lists li:nth-child(n+4) {
    margin: 20px 0;
    background: #565595;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits__model__lists li:nth-child(n+3) {
    margin: 2.6666666667vw 0 0;
  }
  .p-benefits__model__lists li:nth-child(1), .p-benefits__model__lists li:nth-child(4), .p-benefits__model__lists li:nth-child(5) {
    background: #4b69af;
  }
  .p-benefits__model__lists li:nth-child(2), .p-benefits__model__lists li:nth-child(3), .p-benefits__model__lists li:nth-child(6) {
    background: #565595;
  }
}
.p-benefits__model__lists__bgimg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 65px;
  background: url(../img/icn_house.png) center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__lists__bgimg {
    margin: 0 auto;
    width: 20vw;
    height: 17.3333333333vw;
  }
}
.p-benefits__model__lists__bgimg.__house {
  background-image: url(../img/icn_house.png);
}
.p-benefits__model__lists__bgimg.__dependent {
  background-image: url(../img/icn_dependent.png);
}
.p-benefits__model__lists__bgimg.__homeroom {
  background-image: url(../img/icn_homeroom.png);
}
.p-benefits__model__lists__bgimg.__insurance {
  background-image: url(../img/icn_insurance.png);
}
.p-benefits__model__lists__bgimg.__training {
  background-image: url(../img/icn_training.png);
}
.p-benefits__model__lists__bgimg.__awards {
  background-image: url(../img/icn_awards.png);
}
.p-benefits__model__lists__text {
  width: 100%;
  text-align: center;
}
.p-benefits__model__lists__text h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__lists__text h4 {
    margin: 1.3333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
}
.p-benefits__model__lists__text p {
  margin: 10px 0 0;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .p-benefits__model__lists__text p {
    margin: 2.6666666667vw 0 0;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.p-qa {
  background: #f7f7f8;
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding: 16vw 2.6666666667vw 21.3333333333vw;
  }
}
.p-qa h3 {
  text-align: center;
}
.p-qa__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-qa__title {
    margin: 2.6666666667vw 0 0;
  }
}
.p-qa__category {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-qa__category {
    margin: 5.3333333333vw 0;
  }
}
.p-qa__category h4 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-qa__category h4 {
    font-size: 4.2666666667vw;
  }
}
.p-qa__item {
  padding: 0 10px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e5e6ea;
}
@media screen and (max-width: 767px) {
  .p-qa__item {
    padding: 0 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-qa__item + .p-qa__item {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-qa__item + .p-qa__item {
    margin: 2.6666666667vw 0 0;
  }
}
.p-qa__item.__open .p-qa__question::before {
  content: "▼";
}
.p-qa__item.__open .p-qa__answer {
  max-height: 500px;
  border-top: 1px dotted #e5e6ea;
  padding: 10px 0 10px 1.5em;
}
@media screen and (max-width: 767px) {
  .p-qa__item.__open .p-qa__answer {
    max-height: 5000px;
    padding: 2.6666666667vw 0 2.6666666667vw 1.5em;
  }
}
.p-qa__question {
  cursor: pointer;
  margin: 0;
  padding: 10px 0 10px 3em;
  text-indent: -1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-qa__question {
    padding: 2.6666666667vw 0 2.6666666667vw 3em;
  }
}
.p-qa__question::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "▶";
  position: absolute;
  left: 1.5em;
  top: calc(10px + 1em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-qa__question::before {
    top: calc(2.6666666667vw + 1em);
  }
}
.p-qa__answer {
  padding: 0 0 0 1.5em;
  margin: 0;
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-flow {
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 16vw 2.6666666667vw 21.3333333333vw;
  }
}
.p-flow h2 {
  text-align: center;
}
.p-flow h3 {
  text-align: center;
}
.p-flow__image {
  text-align: center;
  margin: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow__image {
    margin: 5.3333333333vw 0 0;
  }
}
.p-flow__image img {
  width: 800px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__image img {
    width: 100%;
  }
}

.p-session {
  background: url(../img/session_bgimg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-session {
    margin: 0;
    padding: 48vw 2.6666666667vw 10.6666666667vw;
    background-position: center top;
    background-size: 100% auto;
  }
}
.p-session__wrap {
  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: 767px) {
  .p-session__wrap {
    display: block;
    border: 5px solid #c8e4f4;
    padding: 5.3333333333vw 0;
  }
}
.p-session__wrap h2 {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.15em 0.5em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-session__wrap h2 {
    text-align: center;
  }
}
.p-session__list {
  width: 490px;
  padding: 40px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-session__list {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-session__list ul {
  max-height: 540px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-session__list ul {
    max-height: 117.3333333333vw;
  }
}
.p-session__list ul > div + div {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-session__list ul > div + div {
    margin: 4vw 0 0;
  }
}
.p-session__list li {
  line-height: 1.5;
}
.p-session__list .__date {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-session__list .__date {
    font-size: 4.2666666667vw;
  }
}
.p-session__list .__date strong {
  font-weight: 700;
}
.p-session__list .__caution {
  font-size: 1.4rem;
  color: #c0c5d4;
}
@media screen and (max-width: 767px) {
  .p-session__list .__caution {
    font-size: 3.2vw;
  }
}
.p-session__list .__new {
  position: relative;
}
.p-session__list .__new::after {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0.25em, -50%);
          transform: translate(0.25em, -50%);
  content: "NEW";
}
@media screen and (max-width: 767px) {
  .p-session__list .__new::after {
    left: auto;
    right: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.p-session__empty {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-session__empty {
    font-size: 3.7333333333vw;
  }
}

.p-message {
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 10.6666666667vw 0 0;
  }
}
.p-message__wrap {
  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: 767px) {
  .p-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-message__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
.p-message__text p {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-message__text p {
    margin: 5.3333333333vw 2.6666666667vw 0;
  }
}
.p-message__title {
  text-align: center;
  font-size: 3.6rem;
  color: #6bb72d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 6.4vw;
  }
}
.p-message__title span {
  line-height: 1;
  display: block;
  color: #fff;
  padding: 0.25em;
  background: #6bb72d;
}
@media screen and (max-width: 767px) {
  .p-message__title span {
    padding: 0.4em 0.25em;
  }
}
.p-message__bgimg {
  width: 60%;
  height: 315px;
  background: url(../img/message_bgimg.jpg) bottom center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-message__bgimg {
    width: 100%;
    height: 72vw;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}
/*# sourceMappingURL=style.css.map */