@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:wght@400;500;600&family=Shippori+Mincho+B1:wght@400;500;600&family=Sorts+Mill+Goudy&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

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

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* common */
body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2.1;
  color: #464646;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
}

a, button {
  color: #464646;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s, -webkit-box-shadow ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s, -webkit-box-shadow ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s, box-shadow ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s, box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
}
a img, button img {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
a path, button path {
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}

/* common--PC */
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  .sp {
    display: none !important;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1000px) {
  .spHed {
    display: none !important;
  }
}
/* common--SP */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.857vw;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
    height: auto;
  }
  body {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
/* style */
header {
  position: fixed;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 5;
}
header .siteName {
  height: 10rem;
  width: 43rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 5rem;
}
header .siteName span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #51656f;
  display: inline-block;
  padding-top: 3.5rem;
  margin-left: 2.2rem;
}
header .menuArea {
  height: 10rem;
  width: calc(100% - 43rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .menuArea__hmBtn {
  display: none;
}
header .menuArea__main {
  margin-right: 3.2rem;
}
@media screen and (min-width: 1000px) {
  header .menuArea__main {
    display: block !important;
  }
}
header .menuArea__entryBtn {
  display: block;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  text-align: center;
  color: #fff;
  background-color: #ac394a;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
header .menuArea__entryBtn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #74101f;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
@media screen and (min-width: 768px) {
  header .menuArea__entryBtn:hover {
    color: #fff;
  }
  header .menuArea__entryBtn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
header .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 10rem;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #000;
  padding-top: 3.5rem;
}
header .menuList__single {
  height: 100%;
}
header .menuList__single:not(:last-child) {
  margin-right: 3.8rem;
}
header .menuList__single.open .menuList__title {
  color: #293e6d;
}
header .menuList__single.open .menuList__title::before {
  opacity: 1;
}
header .menuList__title {
  color: #000;
  display: block;
  height: 100%;
  position: relative;
}
header .menuList__title::before {
  content: "◆";
  color: #293e6d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%) scale(0.65);
          transform: translateX(-50%) scale(0.65);
  bottom: 1.1rem;
  font-size: 10px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  opacity: 0;
}
header .menuList .moreList {
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  background-color: #293e6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3.5rem calc(10rem + 3rem) 3.8rem;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #fff;
  display: none;
}
header .menuList .moreList li:not(:last-child) {
  margin-right: 3.2rem;
}
header .menuList .moreList li::before {
  content: "・";
  margin-right: 0.5rem;
}
header .menuList .moreList li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  header .menuList .moreList li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1000px) {
  header .siteName {
    width: 22.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .siteName > * {
    min-height: 0%;
  }
  header .siteName img {
    width: 100%;
  }
  header .siteName span {
    font-size: 1rem;
    display: block;
    padding-top: 0;
    margin: 0.7rem 0 0;
  }
  header .menuArea {
    width: calc(100% - 22.6rem);
  }
  header .menuArea__main {
    margin-right: 2.8rem;
  }
  header .menuList__single:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.ipad header .siteName {
  width: auto;
}
.ipad header .menuArea {
  width: auto;
}
.ipad header .menuArea__main {
  margin-right: 2.8rem;
}
.ipad header .menuList__single:not(:last-child) {
  margin-right: 2rem;
}

.contentWrap {
  padding-top: 10rem;
}

footer {
  position: relative;
}
footer .topArea {
  background-color: #444;
}
footer .topArea__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 32.5rem;
  padding-bottom: 1rem;
}
footer .topArea__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
footer .topArea__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .topArea .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
}
footer .topArea .menuList__single:not(:last-child) {
  margin-right: 4.5rem;
}
footer .topArea .menuList__title {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.6;
}
footer .topArea .menuList a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer .topArea .menuList a:hover {
    text-decoration: underline;
  }
}
footer .topArea .menuList .moreList {
  margin-top: 1.3rem;
}
footer .topArea .menuList .moreList li {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  position: relative;
  padding-left: 2rem;
}
footer .topArea .menuList .moreList li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #ababab;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
footer .bottomArea__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}
footer .bottomArea__siteName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .bottomArea__siteName a {
  display: block;
  position: relative;
  left: -2.5rem;
  margin-right: -3.2rem;
}
footer .bottomArea__siteName small {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 3.2;
  color: #4d4d4d;
  padding-bottom: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
}
footer .bottomArea__siteName small a {
  display: inline;
  position: static;
  margin: 0;
}
@media screen and (min-width: 768px) {
  footer .bottomArea__siteName small a:hover {
    opacity: 0.7;
  }
}
footer .bottomArea__menuList {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 2.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .bottomArea__menuList li:not(:last-child) {
  margin-right: 3rem;
}
footer .bottomArea__menuList li a {
  color: #2b2b2b;
}
footer .bottomArea__menuList li a[target=_blank]::after {
  content: "";
  display: block;
  background-image: url("../img/icon_blank_gray.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.134rem 0.945rem;
  width: 1.134rem;
  min-width: 1.134rem;
  height: 0.945rem;
  margin-left: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  footer .bottomArea__menuList li a:hover {
    text-decoration: underline;
  }
}
footer .bottomArea__logo {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5rem;
  top: 45%;
}
footer .pageTop {
  width: 5rem;
  height: 5rem;
  background-color: #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 0;
  z-index: 1;
}
footer .pageTop img {
  width: 1.3rem;
  height: auto;
}

body.modalOpen {
  height: 100%;
  overflow: hidden;
}

.recruitingArea {
  position: relative;
}
.recruitingArea::before {
  content: "";
  display: block;
  background-image: url("../img/recruiting_icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2.4rem 2.4rem;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.2rem;
  z-index: 1;
}
.recruitingArea__topArea {
  position: relative;
  background: url(../../assets/img/recruiting_photo01.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
.ipad .recruitingArea__topArea {
  background: url(../../assets/img/recruiting_photo01.jpg) no-repeat center top;
  background-size: cover;
}

.recruitingArea__topAreaInner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 12.5rem;
  padding-bottom: 17rem;
}
.recruitingArea__title {
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 3.5rem;
}
.recruitingArea__title span {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
.recruitingArea__read {
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.recruitingArea__btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0.5rem;
}
.recruitingArea__btnList li:not(:last-child) {
  margin-right: 5rem;
}
.recruitingArea__btnList li a {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
}
.recruitingArea__btnList li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.recruitingArea__btnList li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 6.5rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.recruitingArea__btnList li a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.recruitingArea__btnList li a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .recruitingArea__btnList li a:hover {
    color: #000;
  }
  .recruitingArea__btnList li a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .recruitingArea__btnList li a:hover span::before {
    background-color: #aaa;
  }
  .recruitingArea__btnList li a:hover span::after {
    width: 5rem;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .recruitingArea__btnList li a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .recruitingArea__btnList li a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}
.recruitingArea__bottomArea {
  background-color: #f6f6f6;
  padding-bottom: 10rem;
}
.recruitingArea__bottomArea .applicationArea {
  height: 22.2rem;
  margin: 0 auto;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 4rem;
  position: relative;
  z-index: 1;
  top: -11rem;
  margin-bottom: -11rem;
}
.recruitingArea__bottomArea .contactArea__inner {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 8.7rem;
}

.applicationArea {
  background-color: #fff;
}
.applicationArea p {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
  color: #ac394a;
  margin-bottom: 2.5rem;
}
.applicationArea .btn {
  text-align: center;
}
.applicationArea .btn a {
  width: 29.5rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  color: #fff;
  background: #ac394a;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
}
.applicationArea .btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #74101f;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.applicationArea .btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 7.4rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.applicationArea .btn a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.applicationArea .btn a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #ac394a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .applicationArea .btn a:hover {
    color: #fff;
  }
  .applicationArea .btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .applicationArea .btn a:hover span::before {
    background-color: #fff;
  }
  .applicationArea .btn a:hover span::after {
    width: 5rem;
    background-color: #74101f;
  }
}
@media screen and (max-width: 767px) {
  .applicationArea .btn a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .applicationArea .btn a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}

.contactArea {
  background-color: #f6f6f6;
}
.contactArea p {
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 1.8rem;
}
.contactArea .btn {
  text-align: center;
}
.contactArea .btn a {
  border: 1px solid #293e6d;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #293e6d;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
}
.contactArea .btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #293e6d;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.contactArea .btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 6.5rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.contactArea .btn a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.contactArea .btn a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .contactArea .btn a:hover {
    color: #fff;
  }
  .contactArea .btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .contactArea .btn a:hover span::before {
    background-color: #fff;
  }
  .contactArea .btn a:hover span::after {
    width: 5rem;
    background-color: #293e6d;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .btn a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .contactArea .btn a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}

.interviewCard:not(.typeSlide) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.interviewCard:not(.typeSlide) .interviewCard__single {
  width: 31%;
  margin-bottom: 9rem;
}
.interviewCard:not(.typeSlide) .interviewCard__single:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
_:-ms-lang(x)::-ms-backdrop, .interviewCard:not(.typeSlide) .interviewCard__single:not(:nth-child(3n)) {
  margin-right: calc(3.5% - 1px);
}

.interviewCard__singleBody {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interviewCard__singleBody:hover img {
    opacity: 1;
  }
  .interviewCard__singleBody:hover .photoArea img {
    width: 110%;
  }
}
.interviewCard .num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ac394a;
  position: absolute;
  top: -3.2rem;
  left: 3rem;
  z-index: 1;
}
.interviewCard .num.new {
  font-size: 3.5rem;
  top: -2rem;
}
.interviewCard .photoArea {
  position: relative;
  overflow: hidden;
  position: relative;
  padding-top: 117.6470588235%;
}
.interviewCard .photoArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width ease 0.5s, opacity ease 0.3s;
  transition: width ease 0.5s, opacity ease 0.3s;
}
.interviewCard .photoArea p {
  width: 100%;
  background: rgba(47, 136, 140, 0.9);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #fff;
  min-height: 14rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem 2.5rem 1rem;
}
.interviewCard .detailsArea {
  padding-top: 2rem;
}
.interviewCard .detailsArea dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.interviewCard .detailsArea dt .name {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #000;
}
.interviewCard .detailsArea dt .profile {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.interviewCard .detailsArea dt .profile span {
  font-weight: 700;
  font-size: 1.5rem;
}
.interviewCard .detailsArea dd {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1rem;
  color: #000;
}
.interviewCard .detailsArea dd span {
  font-weight: 400;
  color: #464646;
}
.interviewCard.typeSlide {
  display: block;
}
.interviewCard.typeSlide::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 46%;
  left: 0;
  background-image: -webkit-linear-gradient(left, #293e6d, #293e6d 3px, transparent 3px, transparent 6px);
  background-image: linear-gradient(to right, #293e6d, #293e6d 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.interviewCard.typeSlide .interviewCard__single {
  padding: 3.2rem 4rem 0 0;
}
.interviewCard.typeSlide .photoArea {
  overflow: hidden;
  position: relative;
  padding-top: 161.7647058824%;
}
.interviewCard.typeSlide .photoArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width ease 0.5s, opacity ease 0.3s;
  transition: width ease 0.5s, opacity ease 0.3s;
}
.interviewCard.typeSlide .photoArea p {
  font-size: 2.4rem;
  line-height: 1.7;
  min-height: 16rem;
  padding: 1.5rem 2.5rem 1rem;
}
.interviewCard.typeSlide .detailsArea {
  padding-top: 1.2rem;
}
.interviewCard.typeSlide .detailsArea dd {
  margin-top: 1.3rem;
}

.slick-arrow {
  position: absolute;
  top: 46%;
  z-index: 1;
  width: 5.6rem;
  height: 5.6rem;
  background: #293e6d url(../img/arrow_white_left.svg) no-repeat left 45% center;
  border-radius: 100%;
  color: transparent;
  font-size: 1rem;
  text-align: center;
}
.slick-arrow.slickPrev {
  left: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arrow.slickNext {
  right: -3rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.bgMove {
  -webkit-transition: background-position 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
  transition: background-position 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
  transition: background-position 0.5s ease-out, opacity 0.5s ease-out, transform 0.5s ease-out !important;
  transition: background-position 0.5s ease-out, opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
  background-size: 100% auto !important;
}

.scrFade {
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
          transform: translate(0, 2rem);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.scrFade.fadeAct {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.contentHead .pnkz {
  background-color: #f6f6f6;
  padding: 0.2rem 0 1rem;
}
.contentHead .pnkz ul {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  white-space: nowrap;
  overflow-x: auto;
}
.contentHead .pnkz ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: inline-block;
  vertical-align: middle;
}
.contentHead .pnkz ul li:not(:last-child) {
  position: relative;
  padding-right: 2.2rem;
  margin-right: 1.3rem;
}
.contentHead .pnkz ul li:not(:last-child)::after {
  content: "";
  display: block;
  background-image: url("../img/icon_pnkz.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.43rem 0.74rem;
  width: 0.43rem;
  min-width: 0.43rem;
  height: 0.74rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contentHead .pnkz ul li a {
  color: #293e6d;
}
@media screen and (min-width: 768px) {
  .contentHead .pnkz ul li a:hover {
    text-decoration: underline;
  }
}
.contentHead .titleArea {
  background: -webkit-gradient(linear, left top, right top, from(#151f38), color-stop(50%, #151f38), color-stop(50%, #33040c), to(#33040c));
  background: -webkit-linear-gradient(left, #151f38 0%, #151f38 50%, #33040c 50%, #33040c 100%);
  background: linear-gradient(90deg, #151f38 0%, #151f38 50%, #33040c 50%, #33040c 100%);
}
.contentHead .titleArea__inner {
  background: url(../img/title_bg.jpg) no-repeat center;
  background-size: auto 100%;
  max-width: 160rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
}
.contentHead .titleArea__inner .title {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 10rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.4em;
}

.naviList {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 2rem 3rem 2rem;
  position: fixed;
  top: 50%;
  right: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  right: -100%;
  -webkit-transition: right ease 0.3s;
  transition: right ease 0.3s;
}
.naviList .naviItem {
  text-align: right;
}
.naviList .naviItem:not(:last-child) {
  margin-bottom: 1rem;
}
.naviList .naviItem.now a {
  font-weight: bold;
}
.naviList .naviItem.now a::before {
  background-color: #151F37;
}
.naviList .naviItem.now a::after {
  width: 4.5rem;
  background-color: #151F37;
}
.naviList .naviItem a {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-bottom: 1.5rem;
  color: #2b2b2b;
}
.naviList .naviItem a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d6d6d6;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.naviList .naviItem a::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0.2rem;
  right: 1.5rem;
  -webkit-transition: background-color ease 0.3s, width ease 0.3s;
  transition: background-color ease 0.3s, width ease 0.3s;
}
.naviList .naviItem a span {
  display: block;
}
@media screen and (min-width: 768px) {
  .naviList .naviItem a:hover {
    font-weight: bold;
  }
  .naviList .naviItem a:hover::before {
    background-color: #151F37;
  }
  .naviList .naviItem a:hover::after {
    width: 4.5rem;
    background-color: #151F37;
  }
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 85%;
  max-width: 85rem;
  max-height: 80vh;
  margin: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
.modal_boxMain {
  width: 100%;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal_boxMain::-webkit-scrollbar {
  display: none;
}
.modal_boxMain .ttl {
  font-weight: 700;
  font-size: 2rem;
}
.modal_boxMain .exampleBox {
  margin-top: 2rem;
}
.modal_boxMain .exampleBox ul li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.modal_boxMain .exampleBox ul li::before {
  content: "・";
}
.modal_close {
  position: absolute;
  top: -2.4rem;
  right: -2.4rem;
  font-size: 2rem;
  cursor: pointer;
  background: #000;
  color: #fff;
  border-radius: 100%;
  line-height: 1;
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .recruitingArea__topAreaInner {
    padding-bottom: 15rem;
  }
  .recruitingArea__btnList li {
    margin-bottom: 2rem;
  }
  .recruitingArea__bottomArea .applicationArea {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .interviewCard:not(.typeSlide) .interviewCard__single {
    width: 48.25%;
  }
  .interviewCard:not(.typeSlide) .interviewCard__single:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .interviewCard:not(.typeSlide) .interviewCard__single:not(:nth-child(2n)) {
    margin-right: 3.5%;
  }
}
.topPage .mvArea {
  height: calc(100vh - 10rem);
}
.topPage .mvArea__inner {
  position: relative;
}
.topPage .mvArea__title {
  position: absolute;
  left: 16%;
  top: 36.5vh;
  z-index: 1;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.4em;
  color: #000;
  line-height: 2.2;
}
.topPage .mvArea .mvSlide__single img {
  height: calc(100vh - 10rem);
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.topPage .mvArea__scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 10rem;
  height: 24.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(19%, transparent), color-stop(19%, #fff), to(#fff));
  background: -webkit-linear-gradient(transparent 0%, transparent 19%, #fff 19%, #fff 100%);
  background: linear-gradient(transparent 0%, transparent 19%, #fff 19%, #fff 100%);
}
.topPage .mvArea__scroll a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.6em;
  line-height: 1;
  color: #000;
  -webkit-transition: padding ease 0.3s;
  transition: padding ease 0.3s;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topPage .mvArea__scroll a:hover {
    padding-top: 2rem;
  }
}
.topPage .mvArea__scroll a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 10rem;
  background: #e1e1e1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topPage .mvArea__scroll a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 10rem;
  background: #ac394a;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.topPage .philosophyArea {
  margin-bottom: 15rem;
  padding-top: 10rem;
  margin-top: -10rem;
}
.topPage .philosophyArea__body {
  position: relative;
  padding: 18.2rem 0 3.7vw;
}
.topPage .philosophyArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  padding-left: 15.5%;
}
.topPage .philosophyArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .topPage .philosophyArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .topPage .philosophyArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .topPage .philosophyArea__title {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .philosophyArea__photoBox {
  position: absolute;
  right: 0;
  top: 10rem;
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: -1;
}
.topPage .philosophyArea__photoBox .photo--01 {
  width: 60%;
}
.topPage .philosophyArea__photoBox .photo--02 {
  width: calc(100% - 10rem);
  height: 66.5%;
  position: absolute;
  top: 24%;
  left: 0;
  z-index: 1;
  background: url(../img/index/philosophy_photo02.jpg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .topPage .philosophyArea__photoBox .photo--02 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .philosophyArea__conWrap {
  padding-top: 8.3rem;
  width: 50%;
  background: url(../img/index/philosophy_photo03.jpg) no-repeat right top 62%;
  background-size: 50% auto;
}
.topPage .philosophyArea__conWrap .readBox {
  padding-left: 31%;
  padding-right: 7%;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .topPage .philosophyArea__conWrap .readBox {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .philosophyArea__conWrap .readBox p {
  letter-spacing: 0.1em;
}
.topPage .philosophyArea__conWrap .readBox p.title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .topPage .philosophyArea__conWrap .readBox p.title {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.topPage .philosophyArea__conWrap .photoBox {
  position: relative;
  padding-top: 68.75%;
}
.topPage .philosophyArea__conWrap .photoBox > div {
  width: 21%;
}
.topPage .philosophyArea__conWrap .photoBox > div.photo--01 {
  position: absolute;
  top: 0;
  left: 10rem;
  height: 72.5%;
  background: url(../img/index/philosophy_photo04.jpg) no-repeat center;
}
.topPage .philosophyArea__conWrap .photoBox > div.photo--02 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 91%;
  background: url(../img/index/philosophy_photo05.jpg) no-repeat center;
}
.topPage .philosophyArea__conWrap .photoBox > div.photo--03 {
  position: absolute;
  bottom: 4.5rem;
  right: 12.5%;
  height: 69%;
  background: url(../img/index/philosophy_photo06.jpg) no-repeat center;
}
.topPage .philosophyArea__textBox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47%;
}
.topPage .philosophyArea__textBox .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.topPage .philosophyArea__textBox .main p {
  color: #000;
}
.topPage .philosophyArea__textBox .main p.title {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  position: relative;
  margin-right: 4rem;
}
.topPage .philosophyArea__textBox .main p.title span {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: -1;
}
.topPage .philosophyArea__textBox .main p.text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 2.1;
  padding-top: 0.3rem;
  width: calc(100% - 26.2rem);
}
.topPage .philosophyArea__textBox .btn {
  margin-top: 3.3rem;
  padding-left: 3.5rem;
}
.topPage .philosophyArea__textBox .btn a {
  border: 1px solid #293e6d;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #293e6d;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
  left: 0;
}
.topPage .philosophyArea__textBox .btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #293e6d;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.topPage .philosophyArea__textBox .btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 6.5rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.topPage .philosophyArea__textBox .btn a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.topPage .philosophyArea__textBox .btn a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .topPage .philosophyArea__textBox .btn a:hover {
    color: #fff;
  }
  .topPage .philosophyArea__textBox .btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .topPage .philosophyArea__textBox .btn a:hover span::before {
    background-color: #fff;
  }
  .topPage .philosophyArea__textBox .btn a:hover span::after {
    width: 5rem;
    background-color: #293e6d;
  }
}
@media screen and (max-width: 767px) {
  .topPage .philosophyArea__textBox .btn a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .topPage .philosophyArea__textBox .btn a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}
.topPage .trainerArea {
  position: relative;
  margin-bottom: 1rem;
}
.topPage .trainerArea__mv {
  padding: 0 10rem;
  position: relative;
  margin-bottom: 9.5rem;
}
.topPage .trainerArea__mv .photo--01 {
  position: absolute;
  right: 0;
  top: 6vw;
  width: 50%;
  z-index: -1;
}
.topPage .trainerArea__mv .photo--02 {
  width: 100%;
  padding-top: 42.8571428571%;
  background: url(../img/index/trainer_photo02.jpg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .topPage .trainerArea__mv .photo--02 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .trainerArea__conWrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.topPage .trainerArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8rem;
}
.topPage .trainerArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .topPage .trainerArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .topPage .trainerArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.topPage .trainerArea__readTitle {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .topPage .trainerArea__readTitle {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.topPage .trainerArea__photoBox {
  position: absolute;
  top: 15.5vw;
  right: 15rem;
  width: 23%;
  padding-top: 37.6166666667%;
}
.topPage .trainerArea__photoBox > div {
  width: 46%;
}
.topPage .trainerArea__photoBox > div.photo--01 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75%;
  background: url(../img/index/trainer_photo03.jpg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .topPage .trainerArea__photoBox > div.photo--01 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .trainerArea__photoBox > div.photo--02 {
  position: absolute;
  top: 0;
  right: 0;
  height: 83%;
  background: url(../img/index/trainer_photo04.jpg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .topPage .trainerArea__photoBox > div.photo--02 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .trainerArea__readText {
  letter-spacing: 0.08em;
}
.topPage .trainerArea__btn {
  text-align: right;
  margin-top: 4.2rem;
}
.topPage .trainerArea__btn a {
  border: 1px solid #293e6d;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #293e6d;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
  left: 0;
}
.topPage .trainerArea__btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #293e6d;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.topPage .trainerArea__btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 6.5rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.topPage .trainerArea__btn a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.topPage .trainerArea__btn a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .topPage .trainerArea__btn a:hover {
    color: #fff;
  }
  .topPage .trainerArea__btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .topPage .trainerArea__btn a:hover span::before {
    background-color: #fff;
  }
  .topPage .trainerArea__btn a:hover span::after {
    width: 5rem;
    background-color: #293e6d;
  }
}
@media screen and (max-width: 767px) {
  .topPage .trainerArea__btn a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .topPage .trainerArea__btn a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}
.topPage .interviewArea {
  background: url(../img/interview_bg01.png) no-repeat 0 0;
  background-size: 26vw auto;
}
.topPage .interviewArea__topArea {
  padding-top: 18rem;
}
.topPage .interviewArea__topAreaInner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.topPage .interviewArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
}
.topPage .interviewArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .topPage .interviewArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .topPage .interviewArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.topPage .interviewArea__read {
  letter-spacing: 0.08em;
  padding: 1.8rem 6.4rem 0 0;
}
.topPage .interviewArea__bottom {
  background: url(../img/interview_bg02.png) no-repeat right bottom 27rem;
  background-size: 22vw auto;
  padding-top: 7rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 768px) {
  .topPage .interviewArea__bottom {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
.topPage .interviewArea__bottomInner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.topPage .interviewArea__btn {
  text-align: right;
  margin-top: 8.7rem;
}
.topPage .interviewArea__btn a {
  border: 1px solid #293e6d;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #293e6d;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
  left: 0;
}
.topPage .interviewArea__btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #293e6d;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.topPage .interviewArea__btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 6.5rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.topPage .interviewArea__btn a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.topPage .interviewArea__btn a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #293e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .topPage .interviewArea__btn a:hover {
    color: #fff;
  }
  .topPage .interviewArea__btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .topPage .interviewArea__btn a:hover span::before {
    background-color: #fff;
  }
  .topPage .interviewArea__btn a:hover span::after {
    width: 5rem;
    background-color: #293e6d;
  }
}
@media screen and (max-width: 767px) {
  .topPage .interviewArea__btn a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .topPage .interviewArea__btn a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 2000px) {
  .topPage .philosophyArea__body {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .topPage .philosophyArea__title {
    padding-left: 5rem;
  }
  .topPage .philosophyArea__photoBox .photo--02 {
    width: calc(100% - 5rem);
  }
  .topPage .philosophyArea__conWrap .readBox {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .topPage .philosophyArea__conWrap .photoBox {
    padding-left: 5rem;
  }
  .topPage .philosophyArea__conWrap .photoBox img.photo--01 {
    left: 5rem;
  }
  .topPage .philosophyArea__textBox {
    padding-right: 5rem;
  }
  .topPage .philosophyArea__textBox .btn {
    padding-left: 0;
  }
  .topPage .trainerArea__mv {
    padding: 0 5rem;
  }
  .topPage .trainerArea__photoBox {
    right: 7.5rem;
  }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .topPage .philosophyArea__conWrap {
    padding-top: 8.3rem;
    width: 100%;
    background-position: right 5rem bottom 8.5rem;
    background-size: 35% auto;
  }
  .topPage .philosophyArea__conWrap .readBox {
    padding: 0;
  }
  .topPage .philosophyArea__conWrap .readBox p {
    background: #fff;
    padding: 2.7rem 5rem;
  }
  .topPage .philosophyArea__conWrap .readBox p.title {
    background: none;
    padding: 0 5rem;
    margin-bottom: 0;
  }
  .topPage .philosophyArea__conWrap .photoBox {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 80%;
    margin: 0 auto;
  }
  .topPage .philosophyArea__conWrap .photoBox img.photo--01 {
    left: 5rem;
  }
  .topPage .philosophyArea__conWrap .photoBox img.photo--03 {
    right: 5rem;
  }
  .topPage .philosophyArea__textBox {
    position: static;
    width: 100%;
    padding-left: 5rem;
    margin-top: 4.5rem;
  }
  .topPage .philosophyArea__textBox .main {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .philosophyArea__textBox .main p.text br {
    display: none;
  }
  .topPage .philosophyArea__textBox .btn {
    text-align: right;
  }
}
.guidelinePage .candidateArea {
  padding-top: 10rem;
  margin-top: -10rem;
}
.guidelinePage .candidateArea__body {
  padding-bottom: 9rem;
}
.guidelinePage .candidateArea__head {
  padding-top: 17.3rem;
  position: relative;
  margin-bottom: 4rem;
}
.guidelinePage .candidateArea__head .inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.guidelinePage .candidateArea__head .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8.5rem;
}
.guidelinePage .candidateArea__head .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .guidelinePage .candidateArea__head .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .guidelinePage .candidateArea__head .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.guidelinePage .candidateArea__head .photo {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 47%;
  height: auto;
  z-index: -1;
}
.guidelinePage .candidateArea__head .read {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
}
@media screen and (max-width: 767px) {
  .guidelinePage .candidateArea__head .read {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.guidelinePage .candidateArea__conWrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.guidelinePage .candidateArea__conWrap .inner {
  padding-top: 10rem;
  padding-right: 5rem;
  background-color: #fff;
}
.guidelinePage .candidateArea__conWrap dl:not(:last-of-type) {
  margin-bottom: 5rem;
}
.guidelinePage .candidateArea__conWrap dl dt {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #000;
  display: inline-block;
  margin-bottom: 1rem;
}
.guidelinePage .candidateArea__conWrap dl dt::after {
  content: "";
  display: block;
  background-image: url("../img/icon_textLine.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.9rem 0.1rem;
  width: 3.9rem;
  min-width: 3.9rem;
  height: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .guidelinePage .candidateArea__conWrap dl dt {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .guidelinePage .candidateArea__conWrap dl dt::after {
    margin-left: 2rem;
  }
}
.guidelinePage .candidateArea__conWrap dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.guidelinePage .candidateArea__conWrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5rem;
}
.guidelinePage .candidateArea__conWrap .flex img {
  width: 42%;
  height: auto;
  margin-top: 0.3rem;
}
.guidelinePage .candidateArea__conWrap .flex__main {
  width: 50%;
}
.guidelinePage .jobdescriptionArea {
  padding-top: 10rem;
  margin-top: -10rem;
}
.guidelinePage .jobdescriptionArea__body {
  background-color: #f6f6f6;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.guidelinePage .jobdescriptionArea__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.guidelinePage .jobdescriptionArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  font-size: 5.8rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
  margin-bottom: 3.3rem;
}
.guidelinePage .jobdescriptionArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .guidelinePage .jobdescriptionArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .guidelinePage .jobdescriptionArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.guidelinePage .jobdescriptionArea__title span {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.8rem;
  z-index: 1;
  color: #000;
}
.guidelinePage .jobdescriptionArea table {
  border-collapse: separate;
  border-spacing: 1px;
}
.guidelinePage .jobdescriptionArea table th, .guidelinePage .jobdescriptionArea table td {
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: top;
  padding: 2rem 3rem;
}
.guidelinePage .jobdescriptionArea table th {
  width: 23.8rem;
  background-color: #7b7b7b;
  font-weight: 500;
  color: #fff;
}
.guidelinePage .jobdescriptionArea table td {
  width: calc(100% - 23.8rem);
  background-color: #fff;
}
.guidelinePage .jobdescriptionArea table td p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.guidelinePage .scheduleArea {
  padding-top: 10rem;
  margin-top: -10rem;
}
.guidelinePage .scheduleArea__body {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 12.3rem;
  padding-bottom: 4.5rem;
}
.guidelinePage .scheduleArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8.2rem;
}
.guidelinePage .scheduleArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .guidelinePage .scheduleArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .guidelinePage .scheduleArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.guidelinePage .scheduleArea .flow {
  padding-bottom: 1rem;
  margin-bottom: 7.5rem;
}
.guidelinePage .scheduleArea .flow__single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 3.5rem 5.7rem;
}
.guidelinePage .scheduleArea .flow__single::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 3.5rem);
  background-color: #ac394a;
  position: absolute;
  top: 4rem;
  left: 1.1rem;
  z-index: 0;
}
.guidelinePage .scheduleArea .flow__single::after {
  content: "";
  display: block;
  background-image: url("../img/schedule_icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2.26rem 2.26rem;
  width: 2.26rem;
  min-width: 2.26rem;
  height: 2.26rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 1;
}
.guidelinePage .scheduleArea .flow__head {
  width: 11.3rem;
  margin-right: 4rem;
}
.guidelinePage .scheduleArea .flow__head .step {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #000;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.5rem;
}
.guidelinePage .scheduleArea .flow__head .step span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0;
  color: #ac394a;
  position: relative;
  top: 0.5rem;
}
.guidelinePage .scheduleArea .flow__head .step span::before {
  content: "";
  display: block;
  height: 1px;
  width: 2rem;
  background-color: #b4b4b4;
  position: absolute;
  bottom: 1.5rem;
  left: -2.8rem;
  z-index: 0;
}
.guidelinePage .scheduleArea .flow__head .period {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  background-color: #7b7b7b;
  padding: 1.8rem 0.5rem;
}
.guidelinePage .scheduleArea .flow__main {
  width: calc(100% - 21rem);
  padding-top: 1.5rem;
}
.guidelinePage .scheduleArea .flow__main .title {
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  color: #000;
  margin-bottom: 0.5rem;
}
.guidelinePage .scheduleArea .flow__main .details p {
  letter-spacing: 0.1em;
}
.guidelinePage .scheduleArea .flow__main .details p strong {
  font-weight: 700;
}
.guidelinePage .scheduleArea .flow__main .details p a {
  color: #293e6d;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .guidelinePage .scheduleArea .flow__main .details p a:hover {
    text-decoration: none;
  }
}
.guidelinePage .scheduleArea .flow__main .details p a[target=_blank]::after {
  content: "";
  display: block;
  background-image: url("../img/icon_blank_blue.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.77rem 1.48rem;
  width: 1.77rem;
  min-width: 1.77rem;
  height: 1.48rem;
  margin-left: 1rem;
  display: inline-block;
}
.guidelinePage .scheduleArea .flow__main .details .btn {
  margin-top: 4rem;
}
.guidelinePage .scheduleArea .flow__main .details .btn a {
  width: 29.5rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  color: #fff;
  background: #ac394a;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  left: -1rem;
  left: 0;
}
.guidelinePage .scheduleArea .flow__main .details .btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #74101f;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.guidelinePage .scheduleArea .flow__main .details .btn a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 7.4rem;
  text-align: center;
  padding: 0 7rem;
  line-height: 1.3;
}
.guidelinePage .scheduleArea .flow__main .details .btn a span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.guidelinePage .scheduleArea .flow__main .details .btn a span::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #ac394a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2rem);
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .guidelinePage .scheduleArea .flow__main .details .btn a:hover {
    color: #fff;
  }
  .guidelinePage .scheduleArea .flow__main .details .btn a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .guidelinePage .scheduleArea .flow__main .details .btn a:hover span::before {
    background-color: #fff;
  }
  .guidelinePage .scheduleArea .flow__main .details .btn a:hover span::after {
    width: 5rem;
    background-color: #74101f;
  }
}
@media screen and (max-width: 767px) {
  .guidelinePage .scheduleArea .flow__main .details .btn a {
    display: block;
    font-size: 1.5rem;
    left: 0;
  }
  .guidelinePage .scheduleArea .flow__main .details .btn a span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }
}
.guidelinePage .scheduleArea__aside {
  border: 1px solid #dedede;
  padding: 3.8rem 5rem 4.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.guidelinePage .scheduleArea__aside p.title {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 1rem;
}
.guidelinePage .scheduleArea__aside .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1.5rem 0;
}
.guidelinePage .scheduleArea__aside .flex ul {
  margin-left: 1.5rem;
}
.guidelinePage .scheduleArea__aside .flex ul li::before {
  content: "・";
}
.guidelinePage .recruitingArea::before {
  content: none;
}
.guidelinePage .applicationArea {
  padding: 0 5rem 10.5rem;
}
.guidelinePage .contactArea {
  padding: 9.5rem 5rem;
}

.trainerPage .trainerArea {
  padding-top: 10rem;
  margin-top: -10rem;
  margin-bottom: 10rem;
}
.trainerPage .trainerArea__body {
  padding-top: 10rem;
}
.trainerPage .trainerArea__head {
  position: relative;
}
.trainerPage .trainerArea__head .inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 7.5rem;
  padding-bottom: 13.5rem;
}
.trainerPage .trainerArea__head .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8.5rem;
}
.trainerPage .trainerArea__head .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .trainerPage .trainerArea__head .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .trainerPage .trainerArea__head .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.trainerPage .trainerArea__head .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  z-index: -1;
}
.trainerPage .trainerArea__head .read {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
}
@media screen and (max-width: 767px) {
  .trainerPage .trainerArea__head .read {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.trainerPage .trainerArea__conWrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.trainerPage .trainerArea .textCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.trainerPage .trainerArea .textCard__single {
  width: 48%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .trainerPage .trainerArea .textCard__single:nth-child(even) {
    margin-top: 8rem;
  }
}
.trainerPage .trainerArea .textCard__details {
  position: relative;
  top: -6rem;
  margin-bottom: -6rem;
}
.trainerPage .trainerArea .textCard__details p {
  letter-spacing: 0.1em;
  color: #464646;
}
.trainerPage .trainerArea .textCard__details p.title {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #000;
  display: inline-block;
  background-color: #fff;
  padding: 2.8rem 1rem 1.8rem 0;
  width: 81%;
}
@media screen and (max-width: 767px) {
  .trainerPage .trainerArea .textCard__details p.title {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.trainerPage .trainerArea__title--sub {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  font-size: 5.8rem;
  line-height: 1.2;
  position: relative;
  color: #f6f6f6;
  margin: 1.8rem 0 3.5rem;
}
.trainerPage .trainerArea__title--sub span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .trainerPage .trainerArea__title--sub {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .trainerPage .trainerArea__title--sub span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.trainerPage .trainerArea__title--sub span {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.8rem;
  z-index: 1;
  color: #000;
}
.trainerPage .trainerArea .case__single {
  background-color: #f6f6f6;
  padding: 4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.trainerPage .trainerArea .case__single:not(:last-child) {
  margin-bottom: 2rem;
}
.trainerPage .trainerArea .case__single:nth-child(1) .case__tag {
  background-color: #672B34;
}
.trainerPage .trainerArea .case__single:nth-child(2) .case__tag {
  background-color: #4D471F;
}
.trainerPage .trainerArea .case__single:nth-child(3) .case__tag {
  background-color: #252F43;
}
.trainerPage .trainerArea .case__tag {
  width: 11.3rem;
  height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #545454;
}
.trainerPage .trainerArea .case__photo {
  width: 28%;
}
.trainerPage .trainerArea .case__details {
  width: 68%;
}
.trainerPage .trainerArea .case__details p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.trainerPage .trainerArea .case__details p.title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  color: #000;
  margin-bottom: 0.8rem;
}
.trainerPage .voiceArea {
  padding-top: 10rem;
  margin-top: -10rem;
  margin-bottom: 12rem;
}
.trainerPage .voiceArea__body {
  background: url(../img/page/voice_photo01.jpg) no-repeat right top;
  background-size: 41% auto;
}
.trainerPage .voiceArea__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 10rem;
}
.trainerPage .voiceArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 9.5rem;
}
.trainerPage .voiceArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .trainerPage .voiceArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .trainerPage .voiceArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.trainerPage .voiceArea__title--sub {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #000;
  display: inline-block;
  margin-bottom: 2.5rem;
}
.trainerPage .voiceArea__title--sub::after {
  content: "";
  display: block;
  background-image: url("../img/icon_textLine.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.9rem 0.1rem;
  width: 3.9rem;
  min-width: 3.9rem;
  height: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .trainerPage .voiceArea__title--sub {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .trainerPage .voiceArea__title--sub::after {
    margin-left: 2rem;
  }
}
.trainerPage .voiceArea__title--sub:not(:first-of-type) {
  margin-top: 4.5rem;
}
.trainerPage .voiceArea dl {
  padding: 1rem 0 0 9.3rem;
  background: url(../img/icon_voice.svg) no-repeat left top 1.5rem;
}
.trainerPage .voiceArea dl:not(:last-child) {
  margin-bottom: 2rem;
}
.trainerPage .voiceArea dl dt {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #000;
  margin-bottom: 1rem;
}
.trainerPage .voiceArea dl dd {
  letter-spacing: 0.1em;
}
.trainerPage .voiceArea dl dd ul li {
  text-indent: -2rem;
  padding-left: 2rem;
}
.trainerPage .voiceArea dl dd ul li::before {
  content: "・";
}
.trainerPage .interviewArea {
  padding-top: 10rem;
  margin-top: -10rem;
}
.trainerPage .interviewArea__body {
  background: url(../img/interview_bg03.png) no-repeat 0 0, url(../img/interview_bg02.png) no-repeat right bottom 18rem;
  background-size: 26vw auto, 22vw auto;
}
.trainerPage .interviewArea__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 18rem;
  padding-bottom: 15rem;
}
.trainerPage .interviewArea__title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8.3rem;
}
.trainerPage .interviewArea__title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .trainerPage .interviewArea__title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .trainerPage .interviewArea__title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.trainerPage .interviewArea__read {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .trainerPage .interviewArea__read {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}

.trainerInterviewPage .interviewArea__head {
  position: relative;
  padding-bottom: 11.5rem;
}
.trainerInterviewPage .interviewArea__head .inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 11.5rem;
}
.trainerInterviewPage .interviewArea__head .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 2rem;
}
.trainerInterviewPage .interviewArea__head .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .trainerInterviewPage .interviewArea__head .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .trainerInterviewPage .interviewArea__head .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.trainerInterviewPage .interviewArea__head .title span {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  color: #6d6d6d;
  background-position: 0 0.3rem;
}
.trainerInterviewPage .interviewArea__head .read {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.9;
  color: #000;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .trainerInterviewPage .interviewArea__head .read {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.trainerInterviewPage .interviewArea__head .photo {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 50%;
  z-index: -1;
}
.trainerInterviewPage .interviewArea__head .profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4rem;
}
.trainerInterviewPage .interviewArea__head .profile dt {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #000;
  margin-right: 3rem;
}
.trainerInterviewPage .interviewArea__head .profile dd {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.trainerInterviewPage .interviewArea__head .profile dd span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  line-height: 37px;
  color: #000;
  padding-left: 1rem;
}
.trainerInterviewPage .interviewArea__head .formerJob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.trainerInterviewPage .interviewArea__head .formerJob dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 10.4rem;
  height: 10.4rem;
  background: -webkit-linear-gradient(135deg, #162038 0%, #293e6c 100%);
  background: linear-gradient(315deg, #162038 0%, #293e6c 100%);
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-right: 3rem;
}
.trainerInterviewPage .interviewArea__head .formerJob dd {
  width: 28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #000;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.trainerInterviewPage .interviewArea__head .formerJob dd.spacing {
  letter-spacing: 0.15em;
}
.trainerInterviewPage .interviewArea__career {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6f6), color-stop(50%, #f6f6f6), color-stop(0, transparent), to(transparent));
  background: -webkit-linear-gradient(left, #f6f6f6 0, #f6f6f6 50%, transparent 0, transparent 100%);
  background: linear-gradient(90deg, #f6f6f6 0, #f6f6f6 50%, transparent 0, transparent 100%);
}
.trainerInterviewPage .interviewArea__career dl {
  background-color: #f6f6f6;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
  padding: 4rem 5rem 24rem 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .trainerInterviewPage .interviewArea__career dl {
    padding-left: 5rem;
    width: calc(100% - 5rem);
    margin: 0;
  }
}
.trainerInterviewPage .interviewArea__career dl dt {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #000;
  display: inline-block;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 17rem;
  margin-right: 4rem;
}
.trainerInterviewPage .interviewArea__career dl dt::after {
  content: "";
  display: block;
  background-image: url("../img/icon_textLine.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.9rem 0.1rem;
  width: 3.9rem;
  min-width: 3.9rem;
  height: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .trainerInterviewPage .interviewArea__career dl dt {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .trainerInterviewPage .interviewArea__career dl dt::after {
    margin-left: 2rem;
  }
}
.trainerInterviewPage .interviewArea__career dl dt::after {
  margin-left: 2.8rem;
}
.trainerInterviewPage .interviewArea__career dl dd {
  width: calc(100% - 21rem);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.trainerInterviewPage .interviewArea .interviewArticle {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  position: relative;
  top: -20rem;
  margin-bottom: -3rem;
  z-index: 1;
}
.trainerInterviewPage .interviewArea .interviewArticle p {
  letter-spacing: 0.1em;
}
.trainerInterviewPage .interviewArea .interviewArticle p:not(:last-of-type) {
  margin-bottom: 4rem;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single01 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(13.5%, transparent), color-stop(0, #fff), to(#fff));
  background: -webkit-linear-gradient(left, transparent 0, transparent 13.5%, #fff 0, #fff 100%);
  background: linear-gradient(90deg, transparent 0, transparent 13.5%, #fff 0, #fff 100%);
  padding-top: 9.5rem;
  margin-bottom: 5rem;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single01:after {
  content: "";
  display: block;
  clear: both;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single01 .interviewArticle__titleBox .num span {
  color: #ac394a;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single01 .photo01 {
  float: left;
  width: 36%;
  margin: 0.5rem 7.5% 4rem 0;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single01 .photo02 {
  margin-top: 11rem;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single02 {
  margin-bottom: 9.5rem;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single02 .interviewArticle__titleBox .num span {
  color: #CEC06C;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single03:after {
  content: "";
  display: block;
  clear: both;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single03 .interviewArticle__titleBox .num span {
  color: #283E6B;
}
.trainerInterviewPage .interviewArea .interviewArticle__single.single03 .photo01 {
  float: right;
  width: 36%;
  margin: 1rem 0 4rem 7.5%;
}
.trainerInterviewPage .interviewArea .interviewArticle__titleBox .num {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #6d6d6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
}
.trainerInterviewPage .interviewArea .interviewArticle__titleBox .num span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  position: relative;
  padding-right: 8.5rem;
  top: -1.3rem;
  margin: 0 2.5rem 0 0;
}
.trainerInterviewPage .interviewArea .interviewArticle__titleBox .num span::after {
  content: "";
  display: block;
  height: 1px;
  width: 6rem;
  background-color: #D5D5D5;
  position: absolute;
  bottom: 2.5rem;
  right: 0;
}
.trainerInterviewPage .interviewArea .interviewArticle__titleBox .title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.18em;
  line-height: 1.9;
  color: #000;
  margin-bottom: 4rem;
}
.trainerInterviewPage .interviewArea__interviewlist {
  background: url(../img/interview_bg02.png) no-repeat right bottom 18rem;
  background-size: 22vw auto;
}
.trainerInterviewPage .interviewArea__interviewlist .inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-bottom: 15rem;
}
.trainerInterviewPage .interviewArea__interviewlist .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  font-size: 5.8rem;
  line-height: 1.2;
  position: relative;
  color: #f6f6f6;
  margin-bottom: 5rem;
}
.trainerInterviewPage .interviewArea__interviewlist .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .trainerInterviewPage .interviewArea__interviewlist .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .trainerInterviewPage .interviewArea__interviewlist .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.trainerInterviewPage .interviewArea__interviewlist .title span {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.8rem;
  z-index: 1;
  color: #000;
}

.philosophyPage .philosophyArea {
  padding-top: 10rem;
  margin-top: -10rem;
  margin-bottom: 10rem;
}
.philosophyPage .philosophyArea__body {
  padding-top: 10rem;
}
.philosophyPage .philosophyArea__head {
  position: relative;
}
.philosophyPage .philosophyArea__head .inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  padding-top: 7.5rem;
  padding-bottom: 13.5rem;
}
.philosophyPage .philosophyArea__head .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8.5rem;
}
.philosophyPage .philosophyArea__head .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .philosophyPage .philosophyArea__head .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .philosophyPage .philosophyArea__head .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.philosophyPage .philosophyArea__head .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  z-index: -1;
}
.philosophyPage .philosophyArea__head .read {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
}
@media screen and (max-width: 767px) {
  .philosophyPage .philosophyArea__head .read {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.philosophyPage .philosophyArea__conWrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  position: relative;
  z-index: 1;
}
.philosophyPage .philosophyArea__conWrap .headText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4.3rem;
}
.philosophyPage .philosophyArea__conWrap .headText img {
  margin-right: 5rem;
}
.philosophyPage .philosophyArea__conWrap .headText p {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  color: #000;
}
.philosophyPage .philosophyArea__conWrap .headText p span {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
}
.philosophyPage .philosophyArea__conWrap .photo {
  position: absolute;
  top: -6rem;
  right: 5rem;
  width: 30%;
  z-index: -1;
}
.philosophyPage .philosophyArea__conWrap .mainText {
  margin-bottom: 9.5rem;
}
.philosophyPage .philosophyArea__conWrap .mainText dl:not(:last-child) {
  margin-bottom: 3.5rem;
}
.philosophyPage .philosophyArea__conWrap .mainText dl.single01 {
  width: 52%;
}
.philosophyPage .philosophyArea__conWrap .mainText dl dt {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #000;
  display: inline-block;
  margin-bottom: 1rem;
}
.philosophyPage .philosophyArea__conWrap .mainText dl dt::after {
  content: "";
  display: block;
  background-image: url("../img/icon_textLine.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.9rem 0.1rem;
  width: 3.9rem;
  min-width: 3.9rem;
  height: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .philosophyPage .philosophyArea__conWrap .mainText dl dt {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .philosophyPage .philosophyArea__conWrap .mainText dl dt::after {
    margin-left: 2rem;
  }
}
.philosophyPage .philosophyArea__conWrap .mainText dl dd {
  letter-spacing: 0.1em;
}
.philosophyPage .otherBox {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  background-color: #f6f6f6;
  padding-top: 3.7rem;
  padding-bottom: 5rem;
}
.philosophyPage .otherBox p {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
}
.philosophyPage .otherBox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.philosophyPage .otherBox ul li:not(:last-child) {
  margin-right: 2.8rem;
}
.philosophyPage .otherBox ul li a {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #293e6d;
  display: inline-block;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1.2rem;
}
.philosophyPage .otherBox ul li a[target=_blank]::after {
  content: "";
  display: block;
  background-image: url("../img/icon_blank_blue.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.77rem 1.48rem;
  width: 1.77rem;
  min-width: 1.77rem;
  height: 1.48rem;
  margin-left: 1.8rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .philosophyPage .otherBox ul li a:hover {
    opacity: 0.7;
  }
}
.philosophyPage .ourbusinessArea {
  padding-top: 10rem;
  margin-top: -10rem;
}
.philosophyPage .ourbusinessArea__body {
  padding-top: 2.5rem;
  padding-bottom: 16.2rem;
}
.philosophyPage .ourbusinessArea__head {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  margin-bottom: 14rem;
}
.philosophyPage .ourbusinessArea__head .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  margin-bottom: 8rem;
}
.philosophyPage .ourbusinessArea__head .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .philosophyPage .ourbusinessArea__head .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .philosophyPage .ourbusinessArea__head .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.philosophyPage .ourbusinessArea__head .photo {
  position: absolute;
  top: 190px;
  right: 5rem;
  width: 23.5%;
  z-index: -1;
}
.philosophyPage .ourbusinessArea__head .read {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  color: #293e6d;
}
@media screen and (max-width: 767px) {
  .philosophyPage .ourbusinessArea__head .read {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
.philosophyPage .ourbusinessArea__conWrap01 {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  margin-bottom: 7rem;
}
.philosophyPage .ourbusinessArea__conWrap01 .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  font-size: 5.8rem;
  line-height: 1.2;
  position: relative;
  color: #f6f6f6;
  margin: 1.8rem 0 3.5rem;
}
.philosophyPage .ourbusinessArea__conWrap01 .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .philosophyPage .ourbusinessArea__conWrap01 .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .philosophyPage .ourbusinessArea__conWrap01 .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.philosophyPage .ourbusinessArea__conWrap01 .title span {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.8rem;
  z-index: 1;
  color: #000;
}
.philosophyPage .ourbusinessArea .businessBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.philosophyPage .ourbusinessArea .businessBox__single {
  width: 48.5%;
  padding: 3rem;
  margin-bottom: 3rem;
}
.philosophyPage .ourbusinessArea .businessBox__single.single01 {
  background-color: #EFF6FB;
}
.philosophyPage .ourbusinessArea .businessBox__single.single02 {
  background-color: #F8F9F5;
}
.philosophyPage .ourbusinessArea .businessBox__single.single03 {
  background-color: #F6F6F6;
}
.philosophyPage .ourbusinessArea .businessBox__single.single04 {
  background-color: #F4F5F9;
}
.philosophyPage .ourbusinessArea .businessBox__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 3.2rem;
}
.philosophyPage .ourbusinessArea .businessBox__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.philosophyPage .ourbusinessArea .businessBox__num .text01 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 1;
  padding-left: 0.4rem;
}
.philosophyPage .ourbusinessArea .businessBox__num .text02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ac394a;
  position: relative;
  z-index: 0;
  left: -1rem;
  bottom: -0.5rem;
}
.philosophyPage .ourbusinessArea .businessBox__num .text02 span {
  color: #fff;
}
.philosophyPage .ourbusinessArea .businessBox__title {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #000;
  margin-left: 1.7rem;
}
.philosophyPage .ourbusinessArea .businessBox__text {
  letter-spacing: 0.1em;
  margin-bottom: 2.3rem;
}
.philosophyPage .ourbusinessArea .businessBox__aside {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  background-color: #fff;
  padding: 2.3rem 3rem;
}
.philosophyPage .ourbusinessArea__conWrap02 {
  background: url(../img/page/ourbusiness_img03.jpg) no-repeat 0 0;
  background-size: 45.5% auto;
  padding-top: 8rem;
}
.philosophyPage .ourbusinessArea__conWrap02Top {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 6rem;
}
.philosophyPage .ourbusinessArea__conWrap02TopLeft {
  width: 50%;
}
.philosophyPage .ourbusinessArea__conWrap02TopLeft .title {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
  font-size: 5.8rem;
  line-height: 1.2;
  position: relative;
  color: #fff;
  margin: 1.8rem 0 3.5rem;
}
.philosophyPage .ourbusinessArea__conWrap02TopLeft .title span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #9f9f9f;
  display: block;
  background: url(../img/icon_titleDot.svg) no-repeat 0 0.8rem;
  padding: 0 0 0 4.2rem;
  margin: -0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .philosophyPage .ourbusinessArea__conWrap02TopLeft .title {
    font-size: 3.3rem;
    line-height: 1.1;
  }
  .philosophyPage .ourbusinessArea__conWrap02TopLeft .title span {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.3em;
    background-position: 0 0.7rem;
    padding: 2.8rem 0 0;
    margin: 0;
  }
}
.philosophyPage .ourbusinessArea__conWrap02TopLeft .title span {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.8rem;
  z-index: 1;
  color: #000;
}
.philosophyPage .ourbusinessArea__conWrap02TopLeft img {
  width: 66%;
}
.philosophyPage .ourbusinessArea .solutionBox {
  width: 50%;
  padding-top: 0.7rem;
}
.philosophyPage .ourbusinessArea .solutionBox__single:not(:last-child) {
  margin-bottom: 5.1rem;
}
.philosophyPage .ourbusinessArea .solutionBox__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.8rem;
}
.philosophyPage .ourbusinessArea .solutionBox__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.philosophyPage .ourbusinessArea .solutionBox__num .text01 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 1;
  padding-left: 0.4rem;
}
.philosophyPage .ourbusinessArea .solutionBox__num .text02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #162038;
  position: relative;
  z-index: 0;
  left: -1rem;
  bottom: -0.5rem;
}
.philosophyPage .ourbusinessArea .solutionBox__num .text02 span {
  color: #f6f6f6;
}
.philosophyPage .ourbusinessArea .solutionBox__title {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #000;
  margin-left: 1.7rem;
}
.philosophyPage .ourbusinessArea .solutionBox__read {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 1rem;
}
.philosophyPage .ourbusinessArea .solutionBox__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #464646;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom .title {
  background: url(../img/icon_textLine.svg) repeat-x left center;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #000;
  margin-bottom: 3rem;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom .title span {
  display: inline-block;
  background-color: #fff;
  padding-right: 2rem;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5rem;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom .flex dl {
  width: 47.5%;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom .flex dl dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 1rem;
}
.philosophyPage .ourbusinessArea__conWrap02Bottom .flex dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 999px) {
  header {
    height: 10rem;
  }
  header .siteName {
    height: 10rem;
    width: 42.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 5rem;
  }
  header .siteName span {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #51656f;
    display: inline-block;
    padding-top: 3.5rem;
    margin-left: 2.2rem;
  }
  header .menuArea {
    height: 10rem;
    width: auto;
  }
  header .menuArea__hmBtn {
    display: block;
    width: 10rem;
    height: 10rem;
    position: relative;
  }
  header .menuArea__hmBtn .box {
    width: 3rem;
    height: 1.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .menuArea__hmBtn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #293e6d;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .menuArea__hmBtn span:nth-child(1) {
    top: 0;
  }
  header .menuArea__hmBtn span:nth-child(2) {
    top: calc(50% - 0.5px);
  }
  header .menuArea__hmBtn span:nth-child(3) {
    bottom: 0;
  }
  header .menuArea__main {
    position: fixed;
    top: 10rem;
    left: 0;
    background-color: #293e6d;
    height: calc(100vh - 10rem);
    width: 100%;
    padding: 2rem 5rem 3rem;
    overflow: scroll;
    display: none;
    margin: 0;
  }
  header .menuArea__entryBtn {
    width: 10rem;
    height: 10rem;
    font-size: 1rem;
    margin-left: 0;
  }
  header .menuList {
    display: block;
    height: auto;
    padding-top: 0;
    letter-spacing: 0.1em;
    color: #fff;
  }
  header .menuList__single {
    border-bottom: 1px solid #5a6f9e;
    padding: 2.2rem 2rem;
    height: auto;
  }
  header .menuList__single:not(:last-child) {
    margin: 0;
  }
  header .menuList__single.singleMore .menuList__title::before {
    content: "";
    display: block;
    width: 0.9rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 1.5rem;
    right: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  header .menuList__single.singleMore .menuList__title::after {
    content: "";
    display: block;
    width: 1px;
    height: 0.9rem;
    background-color: #fff;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 1.1rem;
    right: 0.4rem;
  }
  header .menuList__single.singleMore .menuList__title.accOpen::after {
    content: none;
  }
  header .menuList__title {
    color: #fff;
    height: auto;
  }
  header .menuList .moreList {
    position: static;
    background: none;
    display: block;
    padding: 0;
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-top: 1.5rem;
    display: none;
  }
  header .menuList .moreList li:not(:last-child) {
    margin: 0 0 0.5rem;
  }
  header .menuList .moreList li::before {
    margin-right: 0.2rem;
  }
  .contentWrap {
    padding-top: 7rem;
  }
  body.active {
    height: 100%;
    overflow: hidden;
  }
  body.active header .menuArea__hmBtn span:nth-child(1) {
    top: calc(50% - 0.1rem);
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  body.active header .menuArea__hmBtn span:nth-child(2) {
    opacity: 0 !important;
  }
  body.active header .menuArea__hmBtn span:nth-child(3) {
    bottom: auto;
    top: calc(50% - 0.1rem);
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 7rem;
  }
  header .siteName {
    height: 7rem;
    width: auto;
    display: block;
    padding: 1rem 0 0 2rem;
  }
  header .siteName img {
    max-width: 13.5rem;
  }
  header .siteName span {
    font-size: 1rem;
    display: block;
    padding-top: 0;
    margin-left: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    text-indent: -0.7rem;
  }
  header .menuArea {
    height: 7rem;
    width: auto;
  }
  header .menuArea__hmBtn {
    display: block;
    width: 7rem;
    height: 7rem;
    position: relative;
  }
  header .menuArea__hmBtn .box {
    width: 1.7rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .menuArea__hmBtn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #293e6d;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .menuArea__hmBtn span:nth-child(1) {
    top: 0;
  }
  header .menuArea__hmBtn span:nth-child(2) {
    top: calc(50% - 0.5px);
  }
  header .menuArea__hmBtn span:nth-child(3) {
    bottom: 0;
  }
  header .menuArea__main {
    position: fixed;
    top: 7rem;
    left: 0;
    background-color: #293e6d;
    height: calc(100vh - 7rem);
    width: 100%;
    padding: 1rem 2rem 3rem;
    overflow: scroll;
    display: none;
  }
  header .menuArea__entryBtn {
    width: 7rem;
    height: 7rem;
    font-size: 1rem;
    margin-left: 0;
  }
  header .menuList {
    display: block;
    height: auto;
    padding-top: 0;
    letter-spacing: 0.1em;
    color: #fff;
  }
  header .menuList__single {
    border-bottom: 1px solid #5a6f9e;
    padding: 2.2rem 2rem;
    height: auto;
  }
  header .menuList__single:not(:last-child) {
    margin: 0;
  }
  header .menuList__single.singleMore .menuList__title::before {
    content: "";
    display: block;
    width: 0.9rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 1.5rem;
    right: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  header .menuList__single.singleMore .menuList__title::after {
    content: "";
    display: block;
    width: 1px;
    height: 0.9rem;
    background-color: #fff;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 1.1rem;
    right: 0.4rem;
  }
  header .menuList__single.singleMore .menuList__title.accOpen::after {
    content: none;
  }
  header .menuList__title {
    color: #fff;
    height: auto;
  }
  header .menuList .moreList {
    position: static;
    background: none;
    display: block;
    padding: 0;
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-top: 1.5rem;
    display: none;
  }
  header .menuList .moreList li:not(:last-child) {
    margin: 0 0 0.5rem;
  }
  header .menuList .moreList li::before {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  footer .topArea__inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 7rem 0;
  }
  footer .topArea__main {
    display: block;
  }
  footer .topArea__title {
    margin-bottom: 1.7rem;
  }
  footer .topArea .menuList {
    display: block;
  }
  footer .topArea .menuList__single:not(:last-child) {
    margin: 0 0 2.2rem;
  }
  footer .topArea .menuList__title {
    font-size: 1.4rem;
    line-height: 2.4;
  }
  footer .topArea .menuList .moreList {
    margin-top: 0.3rem;
    padding-left: 0.3rem;
  }
  footer .bottomArea__inner {
    max-width: none;
    width: 89%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding: 2.8rem 0 4rem;
  }
  footer .bottomArea__siteName {
    display: block;
  }
  footer .bottomArea__siteName a {
    left: -2.3rem;
    margin: 0 -2.3rem 0 0;
  }
  footer .bottomArea__siteName a img {
    max-width: 15.7rem;
  }
  footer .bottomArea__siteName small {
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0;
  }
  footer .bottomArea__menuList {
    margin-top: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
    display: block;
  }
  footer .bottomArea__menuList li:not(:last-child) {
    margin: 0;
  }
  footer .bottomArea__menuList li a[target=_blank]::after {
    margin-left: 1rem;
    position: relative;
    top: 0.2rem;
  }
  footer .bottomArea__logo {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 3.3rem 0 0;
    max-width: 10.4rem;
  }
  footer .pageTop {
    width: 11.5vw;
    height: 11.5vw;
  }
  footer .pageTop img {
    max-width: 1.3rem;
  }
  .recruitingArea__topArea {
    background-image: url(../../assets/img/recruiting_photo01SP.jpg);
  }
  .ipad .recruitingArea__topArea {
    background: url(../../assets/img/recruiting_photo01SP.jpg) no-repeat center top;
    background-size: cover;
  }
  .ios .recruitingArea__topArea {
    background: url(../../assets/img/recruiting_photo01SP.jpg) no-repeat center top;
    background-size: cover;
  }
  .recruitingArea__topAreaInner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 8.5rem;
    padding-bottom: 13.5rem;
  }
  .recruitingArea__title {
    margin-bottom: 2.5rem;
  }
  .recruitingArea__title span {
    font-size: 2.6rem;
  }
  .recruitingArea__read {
    margin-bottom: 3.5rem;
  }
  .recruitingArea__btnList {
    display: block;
  }
  .recruitingArea__btnList li:not(:last-child) {
    margin: 0 0 2rem;
  }
  .recruitingArea__bottomArea {
    padding-bottom: 6rem;
  }
  .recruitingArea__bottomArea .applicationArea {
    height: auto;
    max-width: none;
    width: 89%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .recruitingArea__bottomArea .contactArea__inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 5.5rem;
  }
  .applicationArea p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
  .applicationArea .btn a {
    width: 87%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .applicationArea .btn a span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 5.5rem;
    padding: 0 2rem;
  }
  .contactArea p {
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 3.2rem;
  }
  .interviewCard:not(.typeSlide) {
    display: block;
  }
  .interviewCard:not(.typeSlide) .interviewCard__single {
    width: 100%;
    padding-top: 3.2rem;
    margin: 0;
  }
  .interviewCard:not(.typeSlide) .interviewCard__single:not(:nth-child(3)) {
    margin-right: 0;
  }
  .interviewCard:not(.typeSlide) .interviewCard__single:not(:last-child) {
    margin-bottom: 2em;
  }
  .interviewCard .num {
    font-size: 5rem;
    left: auto;
    right: 0;
  }
  .interviewCard .photoArea p {
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 1.8;
    min-height: 12.8rem;
    padding: 1.5rem 1.8rem 1rem;
  }
  .interviewCard .detailsArea dt {
    display: block;
  }
  .interviewCard .detailsArea dt .name {
    font-size: 1.6rem;
    line-height: 2.1;
    margin-bottom: 0.6rem;
  }
  .interviewCard .detailsArea dt .profile {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .interviewCard .detailsArea dd {
    text-indent: -4.5rem;
    padding-left: 4.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .interviewCard .detailsArea dd span {
    font-weight: 400;
    color: #464646;
  }
  .interviewCard.typeSlide::before {
    content: none;
  }
  .interviewCard.typeSlide .interviewCard__single {
    padding: 3.2rem 1rem 0 1rem;
  }
  .slick-arrow {
    top: 43%;
    width: 3rem;
    height: 3rem;
    background-size: 0.4rem auto;
  }
  .slick-arrow.slickPrev {
    left: -1rem;
  }
  .slick-arrow.slickNext {
    right: -1rem;
  }
  .contentHead .pnkz ul {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .contentHead .titleArea {
    background-color: #162038;
  }
  .contentHead .titleArea__inner .title {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .naviList {
    background: none;
    padding: 0;
  }
  .naviList .naviItem.now a::before {
    width: 1.4rem;
    height: 1.4rem;
    right: -0.2rem;
  }
  .naviList .naviItem a::before {
    width: 1rem;
    height: 1rem;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .naviList .naviItem a::after {
    content: none;
  }
  .naviList .naviItem a span {
    display: none;
  }
  .modal_boxMain {
    padding: 3rem 2rem 2rem;
  }
  .modal_boxMain .ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .modal_close {
    top: -1rem;
    right: -1rem;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
  }
  .topPage .mvArea {
    height: calc(100vh - 7rem);
    min-height: 25rem;
  }
  .topPage .mvArea__title {
    left: 11%;
    top: 29vh;
    font-size: 2.1rem;
    letter-spacing: 0.36em;
    line-height: 1.9;
  }
  .topPage .mvArea .mvSlide__single img {
    height: calc(100vh - 7rem);
    min-height: 25rem;
  }
  .topPage .mvArea__scroll {
    bottom: -25px;
    width: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(28%, transparent), color-stop(28%, #fff), to(#fff));
    background: -webkit-linear-gradient(transparent 0%, transparent 28%, #fff 28%, #fff 100%);
    background: linear-gradient(transparent 0%, transparent 28%, #fff 28%, #fff 100%);
    height: 140px;
  }
  .topPage .mvArea__scroll a {
    font-size: 10px;
    letter-spacing: 0.35em;
  }
  .topPage .mvArea__scroll a::before {
    height: 50px;
  }
  .topPage .mvArea__scroll a::after {
    height: 50px;
  }
  .topPage .philosophyArea {
    margin-bottom: 6.5rem;
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .topPage .philosophyArea__body {
    padding: 8.5rem 0 4vw;
  }
  .topPage .philosophyArea__title {
    padding-left: 11.5%;
  }
  .topPage .philosophyArea__photoBox {
    position: relative;
    right: auto;
    top: -3rem;
    width: 100%;
  }
  .topPage .philosophyArea__photoBox .photo--01 {
    width: 50%;
  }
  .topPage .philosophyArea__photoBox .photo--02 {
    width: 77%;
    top: 21%;
    height: 71%;
    left: auto;
    right: 11.5%;
  }
  .topPage .philosophyArea__conWrap {
    width: 100%;
    padding: 0;
    background: url(../img/index/philosophy_photo03SP.jpg) no-repeat left top 3.7rem;
    background-size: 44% auto;
    margin-bottom: 5.2rem;
  }
  .topPage .philosophyArea__conWrap .readBox {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .topPage .philosophyArea__conWrap .readBox p.title {
    margin-bottom: 1.5rem;
  }
  .topPage .philosophyArea__conWrap .photoBox {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    margin-top: 6rem;
    padding-top: 69.6666666667%;
  }
  .topPage .philosophyArea__conWrap .photoBox > div {
    width: 28%;
  }
  .topPage .philosophyArea__conWrap .photoBox > div.photo--01 {
    left: 0;
  }
  .topPage .philosophyArea__conWrap .photoBox > div.photo--03 {
    bottom: 2rem;
    right: 0;
  }
  .topPage .philosophyArea__textBox {
    position: static;
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .topPage .philosophyArea__textBox .main {
    display: block;
  }
  .topPage .philosophyArea__textBox .main p.title {
    font-size: 1.6rem;
    line-height: 2.3;
    margin: 0 0 1rem;
  }
  .topPage .philosophyArea__textBox .main p.title span {
    font-size: 3.2rem;
    top: -0.5rem;
  }
  .topPage .philosophyArea__textBox .main p.text {
    font-size: 1.4rem;
    letter-spacing: 0.11em;
    line-height: 2.1;
    padding-top: 0;
    width: 100%;
  }
  .topPage .philosophyArea__textBox .btn {
    margin-top: 3.7rem;
    padding-left: 0;
  }
  .topPage .trainerArea {
    margin-bottom: 5.5rem;
  }
  .topPage .trainerArea__mv {
    padding: 0;
    margin-bottom: 6.2rem;
  }
  .topPage .trainerArea__mv .photo--02 {
    padding-top: 68.5714285714%;
    background-image: url(../img/index/trainer_photo02SP.jpg);
  }
  .topPage .trainerArea__conWrap {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .topPage .trainerArea__title {
    margin-bottom: 3rem;
  }
  .topPage .trainerArea__readTitle {
    letter-spacing: 0.15em;
  }
  .topPage .trainerArea__photoBox {
    position: relative;
    top: auto;
    right: auto;
    width: 62%;
    padding-top: 101.25%;
    margin: 0 auto 3.3rem;
  }
  .topPage .trainerArea__photoBox > div {
    width: 46%;
  }
  .topPage .trainerArea__btn {
    margin-top: 3.7rem;
  }
  .topPage .interviewArea {
    background: url(../img/interview_bg03.png) no-repeat 0 0;
    background-size: 47vw auto;
  }
  .topPage .interviewArea__topArea {
    padding-top: 10rem;
  }
  .topPage .interviewArea__topAreaInner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  .topPage .interviewArea__read {
    padding: 0;
    margin-top: 3rem;
  }
  .topPage .interviewArea__bottom {
    background: none;
    padding-top: 2rem;
    padding-bottom: 8rem;
    position: relative;
  }
  .topPage .interviewArea__bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 27.5rem;
    left: 0;
    background-image: -webkit-linear-gradient(left, #293e6d, #293e6d 3px, transparent 3px, transparent 6px);
    background-image: linear-gradient(to right, #293e6d, #293e6d 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }
  .topPage .interviewArea__bottomInner {
    max-width: none;
    width: 83%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .topPage .interviewArea__btn {
    margin-top: 3.5rem;
  }
  .guidelinePage .candidateArea {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .guidelinePage .candidateArea__body {
    padding-bottom: 5rem;
  }
  .guidelinePage .candidateArea__head {
    padding-top: 8.5rem;
    margin-bottom: 5rem;
  }
  .guidelinePage .candidateArea__head .inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .guidelinePage .candidateArea__head .title {
    margin-bottom: 0;
  }
  .guidelinePage .candidateArea__head .photo {
    position: static;
    width: 100%;
    margin: 2.5rem 0 2rem;
  }
  .guidelinePage .candidateArea__head .read br {
    display: none;
  }
  .guidelinePage .candidateArea__conWrap {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .guidelinePage .candidateArea__conWrap .inner {
    padding: 0;
  }
  .guidelinePage .candidateArea__conWrap .flex {
    display: block;
    margin-top: 5rem;
  }
  .guidelinePage .candidateArea__conWrap .flex img {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .guidelinePage .candidateArea__conWrap .flex__main {
    width: 100%;
  }
  .guidelinePage .candidateArea__conWrap dl dt::after {
    margin-left: 1.2rem;
  }
  .guidelinePage .jobdescriptionArea {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .guidelinePage .jobdescriptionArea__body {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .guidelinePage .jobdescriptionArea__inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .guidelinePage .jobdescriptionArea__title {
    margin-bottom: 3rem;
  }
  .guidelinePage .jobdescriptionArea__title span {
    padding: 0 0 0 3rem;
    bottom: 0;
  }
  .guidelinePage .jobdescriptionArea table tr, .guidelinePage .jobdescriptionArea table th, .guidelinePage .jobdescriptionArea table td {
    display: block;
    width: 100%;
  }
  .guidelinePage .jobdescriptionArea table th, .guidelinePage .jobdescriptionArea table td {
    padding: 1rem 2rem;
  }
  .guidelinePage .scheduleArea {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .guidelinePage .scheduleArea__body {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .guidelinePage .scheduleArea__title {
    margin-bottom: 3rem;
  }
  .guidelinePage .scheduleArea .flow {
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
  .guidelinePage .scheduleArea .flow__single {
    display: block;
    padding-left: 3rem;
  }
  .guidelinePage .scheduleArea .flow__single::before {
    height: calc(100% - 2.5rem);
    top: 0.5rem;
    left: 0;
  }
  .guidelinePage .scheduleArea .flow__single::after {
    top: 0rem;
    left: -1.1rem;
  }
  .guidelinePage .scheduleArea .flow__head {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .guidelinePage .scheduleArea .flow__head .step {
    width: 10rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
  .guidelinePage .scheduleArea .flow__head .step span {
    font-size: 4rem;
  }
  .guidelinePage .scheduleArea .flow__head .step span::before {
    width: 1.5rem;
    left: -2.2rem;
  }
  .guidelinePage .scheduleArea .flow__head .period {
    width: calc(100% - 12rem);
  }
  .guidelinePage .scheduleArea .flow__main {
    width: 100%;
  }
  .guidelinePage .scheduleArea .flow__main .title {
    line-height: 1.6;
  }
  .guidelinePage .scheduleArea .flow__main .details .btn {
    margin-top: 2rem;
  }
  .guidelinePage .scheduleArea .flow__main .details .btn a {
    width: 87%;
    margin: 0;
    font-size: 1.8rem;
  }
  .guidelinePage .scheduleArea .flow__main .details .btn a span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 5.5rem;
    padding: 0 2rem;
  }
  .guidelinePage .scheduleArea__aside {
    padding: 2rem;
  }
  .guidelinePage .scheduleArea__aside p.title {
    line-height: 1.8;
  }
  .guidelinePage .applicationArea {
    padding: 0 11.5% 6rem;
  }
  .guidelinePage .applicationArea .btn a {
    width: 100%;
  }
  .guidelinePage .contactArea {
    padding: 5rem 11.5% 6rem;
  }
  .trainerPage .trainerArea {
    padding-top: 7rem;
    margin-top: -7rem;
    margin-bottom: 8.5rem;
  }
  .trainerPage .trainerArea__body {
    padding-top: 0;
  }
  .trainerPage .trainerArea__head .inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 8.5rem;
    padding-bottom: 5rem;
  }
  .trainerPage .trainerArea__head .title {
    margin-bottom: 0;
  }
  .trainerPage .trainerArea__head .photo {
    position: static;
    margin: 2.5rem 0 2rem;
    width: 100%;
  }
  .trainerPage .trainerArea__conWrap {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .trainerPage .trainerArea .textCard {
    display: block;
    margin-bottom: 5rem;
  }
  .trainerPage .trainerArea .textCard__single {
    width: 100%;
  }
  .trainerPage .trainerArea .textCard__details {
    top: -3rem;
    margin-bottom: -3rem;
  }
  .trainerPage .trainerArea .textCard__details p.title {
    padding: 1.8rem 1rem 1rem 0;
  }
  .trainerPage .trainerArea__title--sub {
    margin-bottom: 3rem;
  }
  .trainerPage .trainerArea__title--sub span {
    padding: 0 0 0 3rem;
    bottom: 0;
  }
  .trainerPage .trainerArea .case__single {
    display: block;
    padding: 7rem 2rem 2rem;
  }
  .trainerPage .trainerArea .case__tag {
    width: 10rem;
    height: 5rem;
  }
  .trainerPage .trainerArea .case__photo {
    width: 100%;
  }
  .trainerPage .trainerArea .case__details {
    width: 100%;
    margin-top: 1.5rem;
  }
  .trainerPage .trainerArea .case__details p.title {
    line-height: 1.9;
  }
  .trainerPage .voiceArea {
    padding-top: 7rem;
    margin-top: -7rem;
    margin-bottom: 5rem;
  }
  .trainerPage .voiceArea__body {
    background: none;
  }
  .trainerPage .voiceArea__inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 0;
  }
  .trainerPage .voiceArea__title {
    margin-bottom: 3rem;
  }
  .trainerPage .voiceArea__title--sub {
    margin-bottom: 1rem;
  }
  .trainerPage .voiceArea__title--sub:not(:first-of-type) {
    margin-top: 3rem;
  }
  .trainerPage .voiceArea dl {
    padding: 1rem 0 0 6rem;
    background-size: 4rem auto;
  }
  .trainerPage .voiceArea dl dt {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .trainerPage .voiceArea dl dd {
    letter-spacing: 0.1em;
  }
  .trainerPage .interviewArea {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .trainerPage .interviewArea__body {
    background: url(../img/interview_bg03.png) no-repeat 0 0, url(../img/interview_bg02.png) no-repeat right bottom 12rem;
    background-size: 47vw auto, 50% auto;
  }
  .trainerPage .interviewArea__inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .trainerPage .interviewArea__title {
    margin-bottom: 3rem;
  }
  .trainerPage .interviewArea__read {
    margin-bottom: 2rem;
  }
  .trainerInterviewPage .interviewArea__head {
    padding-bottom: 5rem;
  }
  .trainerInterviewPage .interviewArea__head .inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .trainerInterviewPage .interviewArea__head .read {
    font-size: 2.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .trainerInterviewPage .interviewArea__head .photo {
    position: static;
    width: 100%;
    margin: 0 auto 2rem;
  }
  .trainerInterviewPage .interviewArea__head .profile {
    display: block;
    margin-bottom: 2.5rem;
  }
  .trainerInterviewPage .interviewArea__head .profile dt {
    font-size: 2rem;
    margin-right: 0;
  }
  .trainerInterviewPage .interviewArea__head .profile dd span {
    font-size: 2rem;
  }
  .trainerInterviewPage .interviewArea__head .formerJob dt {
    width: 5rem;
    height: auto;
    font-size: 1.5rem;
    margin-right: 2rem;
  }
  .trainerInterviewPage .interviewArea__head .formerJob dd {
    width: calc(100% - 7rem);
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 1rem 0;
  }
  .trainerInterviewPage .interviewArea__career dl {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 1rem;
    display: block;
  }
  .trainerInterviewPage .interviewArea__career dl dt {
    width: 100%;
  }
  .trainerInterviewPage .interviewArea__career dl dd {
    width: 100%;
  }
  .trainerInterviewPage .interviewArea .interviewArticle {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    top: 0;
    margin-bottom: 10rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__single.single01 {
    padding-top: 5rem;
    margin-bottom: 6rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__single.single01 .photo01 {
    float: none;
    width: 100%;
    margin: 3rem auto 2.5rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__single.single01 .photo02 {
    margin-top: 3rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__single.single02 {
    margin-bottom: 6rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__single.single03 .photo01 {
    float: none;
    width: 100%;
    margin: 3rem auto 2.5rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__titleBox .num {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__titleBox .num span {
    font-size: 4rem;
    padding-right: 7.5rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__titleBox .num span::after {
    width: 6rem;
    bottom: 1.8rem;
  }
  .trainerInterviewPage .interviewArea .interviewArticle__titleBox .title {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
    line-height: 1.7;
  }
  .trainerInterviewPage .interviewArea__interviewlist {
    background: url(../img/interview_bg02.png) no-repeat right bottom 12rem;
    background-size: 50% auto;
  }
  .trainerInterviewPage .interviewArea__interviewlist .inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 8rem;
  }
  .trainerInterviewPage .interviewArea__interviewlist .title {
    margin-bottom: 2rem;
  }
  .trainerInterviewPage .interviewArea__interviewlist .title span {
    padding: 0 0 0 3rem;
    bottom: 0;
  }
  .philosophyPage .philosophyArea {
    padding-top: 7rem;
    margin-top: -7rem;
    margin-bottom: 5rem;
  }
  .philosophyPage .philosophyArea__body {
    padding-top: 8.5rem;
  }
  .philosophyPage .philosophyArea__head {
    margin-bottom: 5rem;
  }
  .philosophyPage .philosophyArea__head .inner {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .philosophyPage .philosophyArea__head .title {
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  .philosophyPage .philosophyArea__head .photo {
    position: static;
    width: 100%;
    margin: 2.5rem 0 2rem;
  }
  .philosophyPage .philosophyArea__conWrap {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .philosophyPage .philosophyArea__conWrap .headText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  .philosophyPage .philosophyArea__conWrap .headText img {
    margin: 0 1rem 0 0;
    width: 2.5rem;
  }
  .philosophyPage .philosophyArea__conWrap .headText p {
    width: calc(100% - 3.5rem);
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .philosophyPage .philosophyArea__conWrap .headText p span {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .philosophyPage .philosophyArea__conWrap .photo {
    position: static;
    width: 62%;
    margin: 2rem auto 3rem;
  }
  .philosophyPage .philosophyArea__conWrap .mainText {
    margin-bottom: 5rem;
  }
  .philosophyPage .philosophyArea__conWrap .mainText dl:not(:last-child) {
    margin-bottom: 2rem;
  }
  .philosophyPage .philosophyArea__conWrap .mainText dl.single01 {
    width: 100%;
  }
  .philosophyPage .otherBox {
    padding: 2rem 2rem 3rem;
  }
  .philosophyPage .otherBox ul {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .philosophyPage .otherBox ul li:not(:last-child) {
    margin: 0 0 1rem;
  }
  .philosophyPage .otherBox ul li a {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .philosophyPage .otherBox ul li a[target=_blank]::after {
    content: "";
    display: block;
    background-image: url("../img/icon_blank_blue.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1.2rem 1rem;
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1rem;
    margin-left: 1rem;
    display: inline-block;
  }
  .philosophyPage .ourbusinessArea {
    padding-top: 10rem;
    margin-top: -10rem;
  }
  .philosophyPage .ourbusinessArea__body {
    padding-top: 1rem;
    padding-bottom: 8rem;
  }
  .philosophyPage .ourbusinessArea__head {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  .philosophyPage .ourbusinessArea__head .title {
    margin-bottom: 0;
  }
  .philosophyPage .ourbusinessArea__head .photo {
    position: static;
    width: 60%;
    margin: 3rem auto;
  }
  .philosophyPage .ourbusinessArea__head .read {
    letter-spacing: 0.1em;
  }
  .philosophyPage .ourbusinessArea__conWrap01 {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  .philosophyPage .ourbusinessArea__conWrap01 .title {
    margin: 0 0 3rem;
  }
  .philosophyPage .ourbusinessArea__conWrap01 .title span {
    padding: 0 0 0 3rem;
    bottom: 0;
  }
  .philosophyPage .ourbusinessArea .businessBox {
    display: block;
  }
  .philosophyPage .ourbusinessArea .businessBox__single {
    width: 100%;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 2rem;
  }
  .philosophyPage .ourbusinessArea .businessBox__head {
    display: block;
    margin-bottom: 2rem;
  }
  .philosophyPage .ourbusinessArea .businessBox__title {
    margin: 1.5rem 0 0;
  }
  .philosophyPage .ourbusinessArea .businessBox__text {
    margin-bottom: 1rem;
  }
  .philosophyPage .ourbusinessArea .businessBox__aside {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 1.5rem;
  }
  .philosophyPage .ourbusinessArea__conWrap02 {
    background-size: 76% auto;
    padding-top: 5rem;
  }
  .philosophyPage .ourbusinessArea__conWrap02Top {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 5rem;
  }
  .philosophyPage .ourbusinessArea__conWrap02TopLeft {
    width: 100%;
  }
  .philosophyPage .ourbusinessArea__conWrap02TopLeft .title {
    margin: 0 0 3rem;
  }
  .philosophyPage .ourbusinessArea__conWrap02TopLeft .title span {
    padding: 0 0 0 3rem;
    bottom: 0;
  }
  .philosophyPage .ourbusinessArea__conWrap02TopLeft img {
    width: 62%;
    margin: 2rem auto;
  }
  .philosophyPage .ourbusinessArea .solutionBox {
    width: 100%;
    padding-top: 0;
  }
  .philosophyPage .ourbusinessArea .solutionBox__single:not(:last-child) {
    margin-bottom: 2rem;
  }
  .philosophyPage .ourbusinessArea .solutionBox__head {
    display: block;
    margin-bottom: 2rem;
  }
  .philosophyPage .ourbusinessArea .solutionBox__title {
    margin: 1.5rem 0 0;
  }
  .philosophyPage .ourbusinessArea .solutionBox__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .philosophyPage .ourbusinessArea__conWrap02Bottom {
    max-width: none;
    width: 77%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }
  .philosophyPage .ourbusinessArea__conWrap02Bottom .title {
    font-size: 1.8rem;
    line-height: 1.9;
    margin-bottom: 2rem;
  }
  .philosophyPage .ourbusinessArea__conWrap02Bottom .flex {
    display: block;
  }
  .philosophyPage .ourbusinessArea__conWrap02Bottom .flex dl {
    width: 100%;
  }
  .philosophyPage .ourbusinessArea__conWrap02Bottom .flex dl:not(:last-child) {
    margin-bottom: 2rem;
  }
  .philosophyPage .ourbusinessArea__conWrap02Bottom .flex dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
/* 各スタイル PC */
/* 各スタイル SP */