@charset "UTF-8";
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
.page_cont {
  width: 100%;
}

#page-about .page_head:before {
  background-image: url("../img/page-about-bg.jpg");
}

#page-interview .page_head:before {
  background-image: url("../img/page-interview-bg.jpg");
}

#page-environment .page_head:before {
  background-image: url("../img/page-environment-bg.jpg");
}

#page-works .page_head:before {
  background-image: url("../img/page-works-bg.jpg");
}

#page-recruit .page_head:before {
  background-image: url("../img/page-recruit-bg.jpg");
}

#page-interview .page_head:before {
  background-size: contain !important;
}
@media screen and (max-width: 760px ) {
  #page-interview .page_head:before {
    width: 70%;
  }
}

.page_head {
  width: 100%;
  padding-right: 40%;
  position: relative;
}
.page_head:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/page-bg.jpg") no-repeat right center #fff;
  background-size: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page_head h1 {
  font-size: 200%;
  font-weight: 900;
  padding: 2.5em 3%;
  color: #fff;
  background: #1D9EE7;
  background: -webkit-gradient(linear, left top, right top, from(#1D9EE7), to(#1BD4B8));
  background: linear-gradient(to right, #1D9EE7, #1BD4B8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
.page_head h1 span {
  display: block;
  letter-spacing: 1px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.page_head h1 span.text-sub {
  padding-left: 1em;
  position: relative;
}
.page_head h1 span.text-sub:before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}
@media screen and (max-width: 760px ) {
  .page_head h1 { /*SP*/
    padding: 1.5em 3%;
  }
}
.page_head aside {
  font-weight: bold;
  padding: 3.5em 3%;
  max-width: 80%;
  line-height: 2;
}
@media screen and (max-width: 760px ) {
  .page_head { /*SP*/
    padding-right: 0;
  }
  .page_head:before {
    width: 50%;
    height: 14em;
  }
  .page_head h1 {
    padding-right: 50%;
    min-height: 7em;
  }
  .page_head aside {
    max-width: 100%;
    padding: 1.5em 3%;
  }
}

.page_body {
  min-height: 600px;
  padding: 3em 0 0;
}
.page_body > * {
  max-width: 1280px;
  margin: 0 auto;
}
.page_body > *.full {
  max-width: inherit;
  max-width: initial;
}
@media screen and (max-width: 760px ) {
  .page_body > *.full { /*SP*/
    padding-left: 3%;
    padding-right: 3%;
  }
}
.page_body > section, .page_body > article {
  padding: 5em 0;
  margin: 3em auto;
  position: relative;
}
.page_body > section.pd_box, .page_body > article.pd_box {
  padding: 5em 3%;
}
.page_body > section:last-child, .page_body > article:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px ) {
  .page_body > section, .page_body > article { /*SP*/
    padding: 5em 0;
    margin: 3em auto 0;
  }
  .page_body > section.pd_box, .page_body > article.pd_box {
    padding: 5em 1%;
  }
}
.page_body h2 {
  font-size: 250%;
  font-weight: 900;
  text-align: center;
  padding: 2.5em 5% 1.5em;
}
@media screen and (max-width: 760px ) {
  .page_body h2 {
    font-size: 200%;
  }
}
.page_body h2 span.sub {
  display: block;
  font-size: 50%;
  padding: 0.5em 0;
}
.page_body h2 + section, .page_body h2 + article {
  margin-top: 1em;
  padding-top: 3.5em;
  position: relative;
}
.page_body h2 + section:before, .page_body h2 + article:before {
  display: inline-block;
  width: 1px;
  height: 5em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  top: -2.5em;
  content: "";
  background: #009375;
  background: -webkit-gradient(linear, left top, left bottom, from(#009375), to(#0079bf));
  background: linear-gradient(to bottom, #009375, #0079bf);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  border-radius: 10px;
}
.page_body h3 {
  font-size: 150%;
  background: #138DD3;
  background: -webkit-gradient(linear, left top, right top, from(#138DD3), to(#20C1A5));
  background: linear-gradient(to right, #138DD3, #20C1A5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #fff;
  padding: 1em 1.5em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page_body h3:not(:first-child) {
  margin-top: 3em;
}
@media screen and (max-width: 760px ) {
  .page_body h3 {
    font-size: 120%;
  }
}
.page_body h3:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotateZ(145deg);
  -ms-transform: translateY(-50%) scale(1) rotateZ(145deg);
  transform: translateY(-50%) scale(1) rotateZ(145deg);
  left: 50%;
  content: "";
  width: 100%;
  height: 300%;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  z-index: -1;
}
.page_body h3:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotateZ(-135deg);
  -ms-transform: translateY(-50%) scale(1) rotateZ(-135deg);
  transform: translateY(-50%) scale(1) rotateZ(-135deg);
  left: 50%;
  content: "";
  width: 100%;
  height: 300%;
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  z-index: -1;
}
.page_body h4 {
  font-size: 140%;
  padding: 0.5em 0;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: 3px solid #eaeaea;
}
.page_body h4:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 760px ) {
  .page_body h4 {
    font-size: 110%;
  }
}
.page_body h4:after {
  display: inline-block;
  width: 3em;
  height: 3px;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #40A9E6;
  background: -webkit-gradient(linear, left top, right top, from(#40A9E6), to(#1bbb97));
  background: linear-gradient(to right, #40A9E6, #1bbb97);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
.page_body h5, .page_body .point {
  font-size: 110%;
  color: #009786;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eaeaea;
}
.page_body h5:not(:first-child), .page_body .point:not(:first-child) {
  margin-top: 1.5em;
}
.page_body p:not(:first-child), .page_body ul:not(:first-child), .page_body ol:not(:first-child), .page_body table:not(:first-child) {
  margin-top: 2em;
}
.page_body p:not([class]), .page_body ul:not([class]), .page_body ol:not([class]), .page_body table:not([class]) {
  margin-bottom: 1.5em;
}
.page_body p:not([class]) > a, .page_body ul:not([class]) > a, .page_body ol:not([class]) > a, .page_body table:not([class]) > a {
  font-weight: bold;
  color: #2bc994;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  line-height: 1.2;
  z-index: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}
.page_body p:not([class]) > a:before, .page_body ul:not([class]) > a:before, .page_body ol:not([class]) > a:before, .page_body table:not([class]) > a:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #2bc994;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 0;
}
.page_body p:not([class]) > a:hover:before, .page_body ul:not([class]) > a:hover:before, .page_body ol:not([class]) > a:hover:before, .page_body table:not([class]) > a:hover:before {
  width: 0;
}
.page_body p:not([class]) > a + a, .page_body ul:not([class]) > a + a, .page_body ol:not([class]) > a + a, .page_body table:not([class]) > a + a {
  margin-left: 1em;
}
@media screen and (max-width: 760px ) {
  .page_body p:not([class]) > a, .page_body ul:not([class]) > a, .page_body ol:not([class]) > a, .page_body table:not([class]) > a { /*SP*/
    padding: 0;
    text-decoration: underline;
  }
  .page_body p:not([class]) > a:hover, .page_body ul:not([class]) > a:hover, .page_body ol:not([class]) > a:hover, .page_body table:not([class]) > a:hover {
    text-decoration: none;
  }
  .page_body p:not([class]) > a:before, .page_body ul:not([class]) > a:before, .page_body ol:not([class]) > a:before, .page_body table:not([class]) > a:before {
    display: none;
  }
}
.page_body p + h2, .page_body p + h3, .page_body p + h4, .page_body p + h5, .page_body ul + h2, .page_body ul + h3, .page_body ul + h4, .page_body ul + h5, .page_body ol + h2, .page_body ol + h3, .page_body ol + h4, .page_body ol + h5, .page_body table + h2, .page_body table + h3, .page_body table + h4, .page_body table + h5 {
  margin-top: 1em !important;
}
.page_body p:not([class]) {
  line-height: 2;
}
.page_body table {
  table-layout: fixed;
  max-width: 100%;
  background: #0575e6;
  background: linear-gradient(135deg, #0575e6, #13E087);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  padding: 3px;
}
.page_body table th, .page_body table td {
  vertical-align: middle;
  padding: 1em 1.5em;
}
.page_body table th {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.page_body table th + th {
  border-left: 1px solid #fff;
}
.page_body table td {
  background: #fff;
  min-width: 120px;
  border-bottom: 1px solid #c1c1c1;
}
.page_body table td + td {
  border-left: 1px dotted #c1c1c1;
}
.page_body ul:not([class]) {
  padding-left: 1em;
}
.page_body ul:not([class]) li {
  padding-left: 1.5em;
  position: relative;
}
.page_body ul:not([class]) li:not(:last-child) {
  margin-bottom: 1.5em;
}
.page_body ul:not([class]) li:before {
  display: inline-block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #FFBD3F;
  border-radius: 100%;
  position: absolute;
  top: 0.35em;
  left: 0;
}
.page_body ol:not([class]) {
  list-style-type: none;
  counter-reset: numlist;
  padding-left: 1rem;
}
.page_body ol:not([class]):not(:first-child) {
  margin-top: 1.5em;
}
.page_body ol:not([class]) > li {
  padding-left: 1.5em;
  position: relative;
  margin-top: 1em;
}
.page_body ol:not([class]) > li:before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  font-weight: bold;
  color: #FFBD3F;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-white {
  background: #fff;
  padding: 3em 3%;
}
.bg-white:not(:first-child) {
  margin-top: 2em;
}

.bg-gray {
  background: #eef5f3;
}

.bg-yellow {
  background: #fffbf1;
}

.bg-cross {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(45deg, rgba(200, 200, 200, 0.1) 0px, rgba(200, 200, 200, 0.1) 10px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 30px), repeating-linear-gradient(135deg, rgba(200, 200, 200, 0.1) 0px, rgba(200, 200, 200, 0.1) 10px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 30px);
}

.bg-dot {
  background-size: 25px 25px;
  background-position: 0 0, 0px 0px;
  background-image: radial-gradient(#D6EBEB 2px, transparent 2px), radial-gradient(#D6EBEB 2px, #fff 2px);
}

.note {
  padding: 1.5em 5%;
  border-radius: 5px;
}

.massage {
  padding: 3em 5%;
  font-size: 110%;
}
.massage p {
  margin-bottom: 2.5em;
}
.massage span.accent {
  display: inline-block;
  line-height: 2;
  font-size: 110%;
  margin: 0 2px;
  padding: 0 2px;
  position: relative;
  z-index: 5;
}
.massage span.accent:before {
  display: inline-block;
  width: 100%;
  height: 0.8em;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  content: "";
  background: #FFF3D3;
  z-index: -1;
}

.ank-list {
  width: 100%;
  background: #393939;
  padding: 2.5em 5%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
.ank-list:before {
  font-size: 200%;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 0.5em;
  left: 1%;
  content: "Contents";
  font-family: "Anton", serif;
  z-index: 1;
}
.ank-list li {
  padding: 5px 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 760px ) {
  .ank-list li {
    padding: 5px;
  }
}
.ank-list li a {
  display: inline-block;
  font-size: 120%;
  padding: 0.5em 2em;
  text-decoration: none;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
.ank-list li a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 5px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ank-list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 5px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ank-list li a:hover {
  background: #fff;
  color: #333;
}
.ank-list li a:hover:before, .ank-list li a:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.inq_btn {
  text-align: center;
  margin: 1.5rem auto;
}
.inq_btn a {
  font-size: 140%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  min-width: 25%;
  text-decoration: none;
  border-radius: 10px;
  background: #02b8b3;
  padding: 1.5em 2em;
  -webkit-filter: drop-shadow(0 10px 8px rgba(92, 112, 222, 0.3));
  -moz-filter: drop-shadow(0 10px 8px rgba(92, 112, 222, 0.3));
  -ms-filter: drop-shadow(0 10px 8px rgba(92, 112, 222, 0.3));
  filter: drop-shadow(0 10px 8px rgba(92, 112, 222, 0.3));
  margin-bottom: 10px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .inq_btn a {
    -webkit-box-shadow: 0 10px 8px 0 rgba(92, 112, 222, 0.3);
            box-shadow: 0 10px 8px 0 rgba(92, 112, 222, 0.3);
  }
}
.inq_btn a:before, .inq_btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inq_btn a:before {
  border-top: 2px solid #02b8b3;
  border-left: 2px solid #02b8b3;
  border-radius: 5px 0 0 0;
  top: 0;
  left: 0;
}
.inq_btn a:after {
  border-right: 2px solid #02b8b3;
  border-bottom: 2px solid #02b8b3;
  border-radius: 0 0 5px 0;
  right: 0;
  bottom: 0;
}
.inq_btn a:hover {
  background: #fff;
  color: #02b8b3;
}
.inq_btn a:hover:before, .inq_btn a:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.interview-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 2em;
}
.interview-box aside {
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.interview-box aside.right {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media screen and (max-width: 760px ) {
  .interview-box aside { /*SP*/
    padding: 0 2% 1em;
  }
}
.interview-box .talk {
  padding: 0 2%;
}
.interview-box .talk dl .honbu {
  padding: 1em;
}
@media screen and (max-width: 760px ) {
  .interview-box .talk {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
    padding: 0 5% 1em;
  }
}
.interview-box .talk-box dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 2em;
}
.interview-box .talk-box dl dt {
  font-size: 90%;
  font-weight: bold;
  width: 5em;
  text-align: center;
}
.interview-box .talk-box dl dd {
  border-top: 2px dotted #dedede;
  width: calc(100% - 5em);
  padding-left: 3%;
}
.interview-box .talk-box dl dd p {
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .interview-box { /*SP*/ }
  .interview-box aside, .interview-box .talk {
    width: 100%;
    position: relative;
  }
}

.faq-box {
  background: #FFDF88;
  padding: 1em 1.5em;
  padding-left: 3.5em;
  position: relative;
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.faq-box:before {
  line-height: 1;
  display: inline-block;
  content: "Q";
  background: #333;
  color: #fff;
  padding: 5px 8px 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 1em;
  border-radius: 3px;
}
.faq-box dt {
  width: 30%;
  font-weight: bold;
  border-right: 1px solid #333;
}
.faq-box dd {
  width: 70%;
  padding-left: 1em;
}

@-webkit-keyframes pulseDot {
  0% {
    outline: 0px solid rgba(187, 241, 110, 0);
  }
  20% {
    outline: 5px solid rgba(187, 241, 110, 0.75);
  }
  50% {
    outline: 10px solid rgba(187, 241, 110, 0);
  }
  100% {
    outline: 10px solid rgba(187, 241, 110, 0);
  }
}
@keyframes pulseDot {
  0% {
    outline: 0px solid rgba(187, 241, 110, 0);
  }
  20% {
    outline: 5px solid rgba(187, 241, 110, 0.75);
  }
  50% {
    outline: 10px solid rgba(187, 241, 110, 0);
  }
  100% {
    outline: 10px solid rgba(187, 241, 110, 0);
  }
}
.schedule-box {
  margin-top: 1.5em;
  border-radius: 10px;
}
.schedule-box dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-bottom: 2em;
  position: relative;
}
.schedule-box dl:before, .schedule-box dl:after {
  display: block;
  z-index: 1;
  width: 1px;
  height: 50%;
  content: "";
  background: #dedede;
  position: absolute;
  left: 6em;
}
.schedule-box dl:before {
  top: 0;
}
.schedule-box dl:after {
  bottom: 0;
}
.schedule-box dl dt {
  text-align: right;
  width: 6em;
  padding: 0 1em;
  color: #3cae6a;
  font-weight: bold;
  position: relative;
}
.schedule-box dl dt span {
  display: inline-block;
  min-width: 5em;
  padding-right: 1em;
}
.schedule-box dl dt:before {
  background: #3cae6a;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 0.75em;
  right: -0.25em;
  z-index: 5;
  -webkit-animation: pulseDot 1.5s ease 0s infinite normal forwards;
          animation: pulseDot 1.5s ease 0s infinite normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.schedule-box dl dd {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1.5em;
  position: relative;
}
.schedule-box dl dd .todo {
  display: inline-block;
  line-height: 1.5;
  padding: 5px 15px;
  color: #fff;
  background: #3cae6a;
  border-radius: 5px;
  margin-bottom: 5px;
}
.schedule-box dl dd .todo:before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #3cae6a 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  position: absolute;
  left: 1.25em;
  top: 0.75em;
  -webkit-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}
.schedule-box dl dd .todo-detail {
  font-size: 80%;
  font-weight: normal;
  color: #333;
}

_::-webkit-full-page-media, _:future, :root .schedule_box dt:before {
  -webkit-animation: none;
          animation: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .schedule_box dt:before {
    -webkit-animation: none;
            animation: none;
  }
}
.date-slide {
  max-width: 100%;
  overflow-x: hidden;
}
.date-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date-slide .slick-slide {
  height: auto !important;
}
.date-slide li.slick-slide {
  padding: 1em;
  background: #fff;
  font-size: 110%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.date-slide li.slick-slide .point {
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  color: #333;
  padding: 1em 1em 2em;
  position: relative;
}
.date-slide li.slick-slide .point .sub {
  font-size: 75%;
  display: block;
  font-weight: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 0.75em;
}
.date-slide li.slick-slide:hover {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (-ms-high-contrast: none) {
  .date-slide li.slick-slide:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.date-slide li.slick-slide:hover dd {
  opacity: 1 !important;
}
.date-slide li.slick-slide dl dt {
  width: 100%;
  text-align: center;
}
.date-slide li.slick-slide dl dt img {
  display: inline-block;
}
.date-slide li.slick-slide dl dd span {
  display: inline-block;
}
.date-slide li.slick-slide dl dd .countup, .date-slide li.slick-slide dl dd .sub {
  color: #ff7800;
  font-weight: bold;
  font-size: 120%;
}
.date-slide li.slick-slide dl dd .countup {
  font-size: 400%;
  color: #FF4545;
}
.date-slide li.slick-slide dl dd .countup.small {
  font-size: 280%;
}
@media screen and (max-width: 760px ) {
  .date-slide li.slick-slide dl dd { /*SP*/ }
  .date-slide li.slick-slide dl dd span {
    font-size: 150%;
  }
}

.numbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-size: 80%;
}
.numbox > li {
  width: 48%;
  line-height: 1.2;
  margin: 0 auto 1em;
}
.numbox > li span {
  margin-right: 1px;
}
.numbox.box3 > li {
  max-width: 30%;
}

