<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A-&gt;Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A-&gt;Z)、
    ファイル名のアルファベット降順(A-&gt;Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   text align
--------------------------------------------- */
.txt-al-center {
  text-align: center !important;
}
.txt-al-left {
  text-align: left !important;
}
.txt-al-right {
  text-align: right !important;
}
@media screen and (min-width: 897px) {
  .txt-al-pc-center {
    text-align: center !important;
  }
  .txt-al-pc-left {
    text-align: left !important;
  }
  .txt-al-pc-right {
    text-align: right !important;
  }
}
/*  background-color
--------------------------------------------- */
.bg-white {
  background-color: #fff !important;
}
.bg-blue-1 {
  background-color: #f4fdfe !important;
}
.bg-blue-2 {
  background-color: #e9fafd !important;
}
/*  font family
--------------------------------------------- */
.ff-root {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
.ff-tsukuardgothic {
  font-family: fot-tsukuardgothic-std, sans-serif !important;
}
/*  font color
--------------------------------------------- */
.fc-white {
  color: #fff !important;
}
.fc-black-1 {
  color: #333333 !important;
}
.fc-orange-1 {
  color: #ffba00 !important;
}
.fc-red-1 {
  color: #e5002d !important;
}
.fc-green-1 {
  color: #aacc03 !important;
}
.fc-blue-1 {
  color: #58b3e0 !important;
}
/*  font-wight
--------------------------------------------- */
.fw-bold {
  font-weight: bold !important;
}
/*  position
--------------------------------------------- */
.pos-r {
  position: relative;
}
/*  banner (サービスページ)
--------------------------------------------- */
.banner {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (min-width: 897px) {
  .banner img {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .banner img:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 896px) {
  .banner {
    margin-bottom: 20vw;
  }
  .banner img {
    width: 95%;
    height: auto;
  }
}
/*  c-bg-imgs
--------------------------------------------- */
.c-bg-imgs--top-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_01.png) center 0 no-repeat;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1921px) {
  .c-bg-imgs--top-1 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--top-1 {
    height: 100.26667vw;
    background-image: url(../img/top/bg_01_sp.png);
    background-size: 100% auto;
  }
}
.c-bg-imgs--top-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_02.png) center 100% no-repeat;
}
@media screen and (min-width: 1921px) {
  .c-bg-imgs--top-2 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--top-2 {
    top: auto;
    bottom: 0;
    height: 87.11111vw;
    background-image: url(../img/top/bg_02_sp.png);
    background-size: 100% auto;
  }
}
.c-bg-imgs--about {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background: #e9fafd url(../img/about/bg_01_fixed.png) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--about {
    top: 67px;
    height: calc(100% - 67px);
  }
}
.c-bg-imgs__img {
  position: absolute;
}
.c-bg-imgs--philosophy-page .c-bg-imgs__img {
  top: 0;
}
.c-bg-imgs--philosophy-page .c-bg-imgs__img--01 {
  right: 0;
  width: 516px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--philosophy-page .c-bg-imgs__img--01 {
    width: 29vw;
  }
}
.c-bg-imgs--philosophy-page .c-bg-imgs__img--02 {
  top: -40px;
  left: 0;
  width: 336px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--philosophy-page .c-bg-imgs__img--02 {
    width: 18vw;
  }
}
.c-bg-imgs--partner-page .c-bg-imgs__img--01 {
  top: 0;
  left: 0;
  width: 318px;
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--partner-page .c-bg-imgs__img--01 {
    width: 22.6vw;
  }
}
.c-bg-imgs--partner-page .c-bg-imgs__img--02 {
  top: 335px;
  right: 0;
  width: 293px;
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--partner-page .c-bg-imgs__img--02 {
    top: 81vw;
    width: 32vw;
  }
}
.c-bg-imgs--service-page .c-bg-imgs__img {
  top: 0;
}
.c-bg-imgs--service-page .c-bg-imgs__img--01 {
  left: 0;
  width: 348px;
}
@media screen and (max-width: 1200px) {
  .c-bg-imgs--service-page .c-bg-imgs__img--01 {
    width: 300px;
  }
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--service-page .c-bg-imgs__img--01 {
    display: none;
  }
}
.c-bg-imgs--service-page .c-bg-imgs__img--02 {
  right: 0;
  width: 713px;
}
@media screen and (max-width: 1200px) {
  .c-bg-imgs--service-page .c-bg-imgs__img--02 {
    width: 500px;
  }
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--service-page .c-bg-imgs__img--02 {
    width: 50vw;
  }
}
.c-bg-imgs--recruit-top .c-bg-imgs__img--01 {
  top: 0;
  left: 0;
  width: 348px;
}
@media screen and (max-width: 896px) {
  .c-bg-imgs--recruit-top .c-bg-imgs__img--01 {
    width: 22vw;
  }
}
.c-bg-imgs--recruit-top .c-bg-imgs__img--02 {
  right: 0;
  bottom: 0;
  width: 100%;
}
.c-bg-imgs__img img {
  width: 100%;
}
/*  c-bg-ttl
--------------------------------------------- */
@font-face {
  font-family: "karakaze_plus";
  src: url("../fonts/karakaze_plus20231215.woff2") format("woff2"), url("../fonts/karakaze_plus20231215.woff") format("woff");
  font-display: swap;
}
.c-bg-ttl {
  font-family: "karakaze_plus";
  font-size: 4.26667rem;
  font-weight: 600;
  text-align: center;
  background: url("../img/common/ttl_bg.png") no-repeat center center;
  margin-bottom: 33px;
}
@media screen and (max-width: 896px) {
  .c-bg-ttl {
    margin-top: 0;
    margin-bottom: 12vw;
    padding-top: 0;
    width: 100%;
    font-size: 1.8rem;
    background: url("../img/common/ttl_bg.png") no-repeat center bottom;
    background-size: contain;
  }
}
.c-bg-ttl--service-main {
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url(../img/service/ttl_01.png);
}
@media screen and (max-width: 896px) {
  .c-bg-ttl--service-main {
    margin-top: 4vw;
  }
}
.c-bg-ttl--top-service {
  background-image: url(../img/top/ttl_service.png);
}
@media screen and (max-width: 896px) {
  .c-bg-ttl--top-service {
    margin-bottom: 5.33333vw;
    padding-top: 7.64444vw;
    width: 75.2vw;
    background-image: url(../img/top/ttl_service_sp.png);
  }
}
.c-bg-ttl--top-partner {
  padding-top: 76px;
  background-image: url(../img/top/ttl_partner.png);
}
@media screen and (max-width: 896px) {
  .c-bg-ttl--top-partner {
    padding-top: 7.11111vw;
    width: 73.68889vw;
    background-image: url(../img/top/ttl_partner_sp.png);
  }
}
.c-bg-ttl--top-recruit {
  padding-top: 81px;
  background-image: url(../img/top/ttl_recruit.png);
}
@media screen and (max-width: 896px) {
  .c-bg-ttl--top-recruit {
    padding-top: 7.64444vw;
    width: 73.68889vw;
    background-image: url(../img/top/ttl_recruit_sp.png);
  }
}
.c-bg-ttl--top-interview {
  padding-top: 79px;
  background-image: url(../img/top/ttl_interview.png);
}
@media screen and (max-width: 896px) {
  .c-bg-ttl--top-interview {
    padding-top: 7.55556vw;
    width: 76.35556vw;
    background-image: url(../img/top/ttl_interview_sp.png);
  }
}
.c-col-btns--philosophy-page {
  margin: 100px 0 0;
}
@media screen and (max-width: 896px) {
  .c-col-btns--philosophy-page {
    margin: 30px 0 0;
  }
}
/*  c-btn-1
--------------------------------------------- */
.c-btn-1 {
  margin-right: auto;
  margin-left: auto;
  width: 480px;
}
@media screen and (max-width: 896px) {
  .c-btn-1 {
    width: 76.44444vw;
  }
}
.c-btn-1--right {
  margin-right: 0;
}
.c-btn-1--left {
  margin-left: 0;
}
@media screen and (max-width: 896px) {
  .c-btn-1--sp-center {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-btn-1__link {
  display: block;
  padding: 32px 0;
  background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(21, 83, 171, 0.5);
  -webkit-box-shadow: 7px 7px 4px #b6cdee;
  box-shadow: 0px 0px 7px 0px rgba(21, 83, 171, 0.5);
  box-shadow: 7px 7px 4px #b6cdee;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .ie11 .c-btn-1__link {
    padding-top: 36px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 896px) {
  .c-btn-1__link {
    padding-top: 4.88889vw;
    padding-bottom: 4.88889vw;
    -webkit-box-shadow: 1.6vw 1.6vw 0.35556vw #b6cdee;
    box-shadow: 1.6vw 1.6vw 0.35556vw #b6cdee;
  }
}
.c-btn-1__txt {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.71429rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  -webkit-transition: padding-right 0.5s;
  transition: padding-right 0.5s;
}
@media screen and (min-width: 897px) {
  .c-btn-1__link:hover .c-btn-1__txt {
    padding-right: 58px;
  }
  .c-btn-1__link .c-btn-1__txt::after {
    position: absolute;
    top: 50%;
    right: 0.4em;
    display: inline-block;
    width: 41px;
    height: 12px;
    background: url(../img/common/img_arrow_3.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s, right 0.3s;
    transition: opacity 0.3s, right 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .windows .c-btn-1__link .c-btn-1__txt::after {
    top: calc(50% + 2px);
  }
  .windows.ie11 .c-btn-1__link .c-btn-1__txt::after {
    top: calc(50% - 5px);
  }
  .c-btn-1__link:hover .c-btn-1__txt::after {
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 896px) {
  .c-btn-1__txt {
    font-size: 1rem;
  }
}
/*  c-btn-2
--------------------------------------------- */
.c-btn-2 {
  margin-right: auto;
  margin-left: auto;
  width: 400px;
}
@media screen and (max-width: 896px) {
  .c-btn-2 {
    width: 100%;
  }
}
.c-btn-2__link {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 10px;
  background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(21, 83, 171, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(21, 83, 171, 0.5);
  text-align: center;
}
@media screen and (min-width: 897px) {
  .c-btn-2__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-btn-2__link:hover {
    opacity: 0.8;
  }
  .ie11 .c-btn-2__link {
    padding-top: 26px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 896px) {
  .c-btn-2__link {
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-radius: 2vw;
  }
}
.c-btn-2__txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.71429rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 896px) {
  .c-btn-2__txt {
    font-size: 1.2rem;
  }
}
/*  c-btn-3
--------------------------------------------- */
.c-btn-3 {
  width: 500px;
}
@media screen and (max-width: 896px) {
  .c-btn-3 {
    width: 100%;
  }
}
.c-btn-3__link {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 10px;
  background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .c-btn-3__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .ie11 .c-btn-3__link {
    padding-top: 31px;
    padding-bottom: 21px;
  }
  .c-btn-3__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 896px) {
  .c-btn-3__link {
    padding-top: 6vw;
    padding-bottom: 6vw;
    border-radius: 2vw;
  }
}
.c-btn-3__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.28571rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .c-btn-3__txt {
    font-size: 1rem;
  }
}
.c-btn-3__txt .large {
  letter-spacing: 0.18em;
  font-weight: bold;
  font-size: 3.42857rem;
}
@media screen and (max-width: 896px) {
  .c-btn-3__txt .large {
    font-size: 2rem;
  }
}
.windows .c-btn-3__txt .large {
  position: relative;
  top: -0.05em;
}
.windows.ie11 .c-btn-3__txt .large {
  top: 0.1em;
}
.c-btn-3__txt .small {
  position: relative;
  top: 0.3em;
}
@media screen and (max-width: 896px) {
  .android .c-btn-3__txt .small {
    top: 0.2em;
  }
}
/*  c-btn-4
--------------------------------------------- */
.c-btn-4 {
  width: 500px;
}
@media screen and (max-width: 896px) {
  .c-btn-4 {
    width: 100%;
  }
}
.c-btn-4--small {
  width: 320px;
}
@media screen and (max-width: 896px) {
  .c-btn-4--small {
    width: 100%;
  }
}
.c-btn-4__link {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 10px;
  background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(21, 83, 171, 0.5);
  -webkit-box-shadow: none;
  box-shadow: 0px 0px 7px 0px rgba(21, 83, 171, 0.5);
  box-shadow: none;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .c-btn-4__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-btn-4__link:hover {
    opacity: 0.8;
  }
  .ie11 .c-btn-4__link {
    padding-top: 27px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 896px) {
  .c-btn-4__link {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.c-btn-4--white .c-btn-4__link {
  padding-top: 19px;
  padding-bottom: 19px;
  border: 3px solid #3853a6;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  .c-btn-4--white .c-btn-4__link:hover {
    background-color: #3853a6;
    opacity: 1;
  }
  .ie11 .c-btn-4--white .c-btn-4__link {
    padding-top: 25px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 896px) {
  .c-btn-4--white .c-btn-4__link {
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
    border-width: 0.6vw;
  }
}
.c-btn-4__txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.71429rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 896px) {
  .c-btn-4__txt {
    font-size: 1.2rem;
  }
}
.c-btn-4--white .c-btn-4__txt {
  color: #3853a6;
}
.c-btn-4--white .c-btn-4__link:hover .c-btn-4__txt {
  color: #fff;
}
/*  c-card-1
--------------------------------------------- */
@media screen and (max-width: 896px) {
  .c-card-1 {
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
  }
}
.c-card-1--top-page {
  margin-bottom: 115px;
}
@media screen and (max-width: 896px) {
  .c-card-1--top-page {
    margin-bottom: 40vw;
  }
}
.c-card-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.c-card-1__item {
  width: 30%;
}
@media screen and (max-width: 896px) {
  .c-card-1__item {
    margin-bottom: 6.93333vw;
    width: 100%;
  }
  .c-card-1__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-card-1__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 897px) {
  .c-card-1__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-card-1__link:hover {
    opacity: 0.8;
  }
}
.c-card-1__img img {
  width: 100%;
}
.c-card-1__txt-wrap {
  padding: 8px 15px 75px;
}
#komado_rss .c-card-1__img {
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .c-card-1__txt-wrap {
    padding: 2.04444vw 3.82222vw 19.55556vw;
  }
}
.c-card-1__ttl {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.14286rem;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .c-card-1__ttl {
    font-size: 1rem;
    line-height: 2;
  }
}
.c-card-1__arrow {
  position: absolute;
  bottom: 14px;
  left: 15px;
  display: block;
  width: 100%;
  color: #3853a6;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media screen and (max-width: 896px) {
  .c-card-1__arrow {
    bottom: 4.26667vw;
    left: 4vw;
    font-size: 3.73333vw;
  }
}
.c-card-1__arrow::before {
  display: inline-block;
  margin-right: 12px;
  width: 41px;
  height: 11px;
  background: url(../img/common/icon_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 896px) {
  .c-card-1__arrow::before {
    margin-right: 3.37778vw;
    width: 11.2vw;
    height: 2.93333vw;
  }
}
/*  c-cassette-1 (rectuit Top, 詳細ページ)
--------------------------------------------- */
.c-cassette-1 {
  background-color: #e2f0d9;
}
.c-cassette-1--recruit-detail {
  margin-bottom: 130px;
}
@media screen and (max-width: 896px) {
  .c-cassette-1--recruit-detail {
    margin-bottom: 28vw;
  }
}
.c-cassette-1--recruit-top {
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .c-cassette-1--recruit-top {
    margin-bottom: 20vw;
  }
}
.c-cassette-1--service-page {
  margin-bottom: 150px;
}
@media screen and (max-width: 896px) {
  .c-cassette-1--service-page {
    margin-bottom: 24vw;
  }
}
.c-cassette-1__container {
  position: relative;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1000px;
}
@media screen and (max-width: 896px) {
  .c-cassette-1__container {
    padding-right: 4.44444%;
    padding-left: 4.44444%;
    max-width: initial;
    max-width: none;
  }
}
.c-cassette-1__ttl {
  position: relative;
  top: -30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 829px;
  font-family: "karakaze_plus";
  font-size: 4.26667rem;
  font-weight: 600;
  text-align: center;
  background: url("../img/common/ttl_bg.png") no-repeat center center;
}
@media screen and (max-width: 896px) {
  .c-cassette-1__ttl {
    top: -6vw;
    margin-bottom: 1vw;
    width: 100%;
    font-size: 1.8rem;
    background: url(../img/common/ttl_bg.png) no-repeat center bottom;
    background-size: contain;
  }
}
.c-cassette-1--service-page .c-cassette-1__ttl {
  top: -32px;
  margin-bottom: 0;
}
@media screen and (min-width: 897px) {
  .c-cassette-1--service-page .c-cassette-1__ttl {
    margin-top: -10px;
  }
}
@media screen and (max-width: 896px) {
  .c-cassette-1--service-page .c-cassette-1__ttl {
    top: -6vw;
    margin-bottom: 2vw;
    font-size: 1.8rem;
    background: url(../img/common/ttl_bg.png) no-repeat center bottom;
    background-size: contain;
  }
}
.c-cassette-1__txt {
  margin-bottom: 25px;
  width: 500px;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.2em;
  font-size: 1.14286rem;
  line-height: 1.95;
}
@media screen and (max-width: 896px) {
  .c-cassette-1__txt {
    margin-bottom: 0;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}
@media screen and (min-width: 897px) {
  .c-cassette-1--service-page .c-cassette-1__txt {
    margin-bottom: 0;
    width: 545px;
  }
}
@media screen and (max-width: 896px) {
  .c-cassette-1--service-page .c-cassette-1__txt {
    letter-spacing: 0;
  }
}
.c-cassette-1__img {
  position: absolute;
  top: 45px;
  right: 0;
  width: 471px;
}
@media screen and (max-width: 896px) {
  .c-cassette-1__img {
    position: static;
    margin-right: auto;
    margin-bottom: 6vw;
    margin-left: auto;
    width: 80%;
  }
}
@media screen and (min-width: 897px) {
  .c-cassette-1--service-page .c-cassette-1__img {
    top: auto;
    bottom: -75px;
  }
}
.c-cassette-1__img img {
  width: 100%;
}
.c-cassette-1 .c-btn-3 {
  position: relative;
  bottom: -34px;
}
@media screen and (max-width: 896px) {
  .c-cassette-1 .c-btn-3 {
    bottom: -10vw;
    width: 100%;
  }
}
.c-cassette-1 .c-btn-3__txt .large {
  letter-spacing: 0.1em;
}
/*  c-col-btns (Service, Rectuit詳細ページ)
--------------------------------------------- */
.c-col-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .c-col-btns {
    display: block;
  }
  .c-col-btns .c-btn-4 {
    margin-bottom: 5vw;
  }
  .c-col-btns .c-btn-4:last-of-type {
    margin-bottom: 0;
  }
}
.c-col-btns--recruit-detail {
  margin-bottom: 130px;
}
@media screen and (max-width: 896px) {
  .c-col-btns--recruit-detail {
    margin-bottom: 22vw;
  }
}
.c-col-btns--service-page {
  margin-bottom: 85px;
}
@media screen and (max-width: 896px) {
  .c-col-btns--service-page {
    margin-bottom: 20vw;
  }
}
.c-col-btns--service-page .c-btn-4 {
  width: 400px;
}
@media screen and (max-width: 896px) {
  .c-col-btns--service-page .c-btn-4 {
    width: 100%;
  }
}
.c-col-btns--service-page .c-btn-4:first-of-type {
  margin-right: 60px;
}
/*  c-container
--------------------------------------------- */
.c-container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1000px;
}
@media screen and (max-width: 896px) {
  .c-container {
    padding-right: 4.44444%;
    padding-left: 4.44444%;
    max-width: initial;
    max-width: none;
  }
}
@media screen and (min-width: 897px) {
  .c-container--pc-small {
    max-width: 954px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 897px) {
  .c-container-pc {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 897px) and (max-width: 896px) {
  .c-container-pc {
    padding-right: 4.44444%;
    padding-left: 4.44444%;
    max-width: initial;
    max-width: none;
  }
}
/* c-main
--------------------------------------------- */
.c-col-container {
  display: flex;
  justify-content: space-between;
}
.c-main {
  max-width: 720px;
}
.c-main .phil-cassette__inner {
  position: relative;
  z-index: 1;
  padding: 35px 40px 50px;
  background-color: #fff;
}
.c-main .phil-cassette .wysiwyg h2 {
  font-size: 1.42857rem;
}
.c-aside {
  max-width: 200px;
}
.c-aside h3 {
  font-size: 1.14286rem;
  font-weight: bold;
  border-left: 5px solid #8dbdc9;
  padding-left: 8px;
  margin: 3em 0 1em;
}
.c-aside li {
  padding: 1em 0;
  border-bottom: 1px dashed #8dbdc9;
}
.c-aside li a {
  color: #3856a6;
}
@media screen and (max-width: 896px) {
  .c-col-container {
    display: block;
  }
  .c-main .phil-cassette__inner {
    padding: 8% 5%;
  }
}
/*  c-fixed-nav
--------------------------------------------- */
.c-fixed-nav {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 10;
  width: 240px;
  -webkit-box-shadow: 25px 0 59px rgba(56, 83, 166, 0.15);
  box-shadow: 25px 0 59px rgba(56, 83, 166, 0.15);
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 896px) {
  .c-fixed-nav {
    display: none;
  }
}
.c-fixed-nav__item:nth-of-type(n + 2) {
  border-top: 1px solid #c5d3e7;
}
.c-fixed-nav__link {
  display: block;
  padding: 20px 0.5em 20px 20px;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 897px) {
  .c-fixed-nav__link:hover {
    background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
  }
}
.c-fixed-nav__ttl {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.2em;
  font-size: 1rem;
}
.c-fixed-nav__txt {
  display: block;
  font-size: 0.78571rem;
}
.c-fixed-nav__ttl,
.c-fixed-nav__txt {
  visibility: hidden;
}
.wf-fot-tsukuardgothic-std-n4-active.wf-fot-tsukuardgothic-std-n7-active.wf-karakazeplus-n4-active .c-fixed-nav__ttl,
.wf-fot-tsukuardgothic-std-n4-active.wf-fot-tsukuardgothic-std-n7-active.wf-karakazeplus-n4-active .c-fixed-nav__txt {
  visibility: visible;
}
/*  c-lead-1
--------------------------------------------- */
.c-lead-1 {
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.42857rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 2.5;
}
@media screen and (max-width: 896px) {
  .c-lead-1 {
    font-size: 1rem;
    line-height: 1.8;
  }
}
/*  c-links-1
--------------------------------------------- */
.c-links-1 {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-bottom: 94px;
  margin-left: auto;
  margin-top: 64px;
  width: 954px;
}
@media screen and (max-width: 896px) {
  .c-links-1 {
    margin-bottom: 12vw;
    width: 100%;
  }
}
.c-links-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.c-links-1__list.member__list {
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 896px) {
  .c-links-1__list {
    display: block;
  }
}
@media screen and (min-width: 897px) {
  .c-links-1__item:nth-of-type(1) {
    width: 214px;
  }
  .c-links-1__item:nth-of-type(2) {
    width: 243px;
  }
  .c-links-1__item:nth-of-type(3) {
    width: 248px;
  }
  .c-links-1__item:nth-of-type(4) {
    width: 218px;
  }
  .c-links-1__list.member__list .c-links-1__item {
    width: 200px;
  }
}
@media screen and (max-width: 896px) {
  .c-links-1__item {
    margin-bottom: 4vw;
  }
  .c-links-1__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-links-1__link {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #3853a6;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 8px;
}
@media screen and (min-width: 897px) {
  .c-links-1__link:hover {
    background-color: #3853a6;
    color: #fff;
  }
  .mac.chrome .c-links-1__link,
  .mac.safari .c-links-1__link {
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 896px) {
  .c-links-1__link {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
/*  c-news-box
--------------------------------------------- */
.c-news-box {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.c-news-box--recruit-top {
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .c-news-box--recruit-top {
    margin-bottom: 20vw;
  }
}
.c-news-box--toppage {
  margin-bottom: 120px;
}
.c-news-box__box {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  padding: 32px 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  font-size: 1.28571rem;
}
.c-news-box__box ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted rgba(56, 83, 166, 0.15);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.c-news-box__box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 897px) {
  .ie11 .c-news-box__box {
    padding-top: 14px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 896px) {
  .c-news-box--toppage {
    margin-bottom: 40px;
  }
  .c-news-box__box {
    padding: 4% 1em;
    -webkit-box-shadow: 0 2.66667vw 4.26667vw rgba(56, 83, 166, 0.15);
    box-shadow: 0 2.66667vw 4.26667vw rgba(56, 83, 166, 0.15);
    font-size: 1rem;
  }
}
.c-news-box__date {
  width: 155px;
  color: #777777;
}
@media screen and (max-width: 896px) {
  .c-news-box__date {
    margin-bottom: 1vw;
    width: 100%;
    font-size: 0.9em;
  }
}
.c-news-box__txt {
  max-width: calc(100% - 155px);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
a.c-news-box__txt {
  color: #3853a6;
}
@media screen and (min-width: 897px) {
  a.c-news-box__txt:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 896px) {
  .c-news-box__txt {
    max-width: initial;
    max-width: none;
  }
}
.c-news-box .c-news-btn {
  position: absolute;
  top: -11px;
  right: -6px;
}
@media screen and (max-width: 896px) {
  .c-news-box .c-news-btn {
    top: -4vw;
    right: -2vw;
  }
}
/*  c-news-btn
--------------------------------------------- */
.c-news-btn {
  position: relative;
  display: block;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 128px;
  background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .c-news-btn {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-news-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 896px) {
  .c-news-btn {
    padding-top: 0.7vw;
    padding-bottom: 1.3vw;
    width: 35vw;
  }
}
.c-news-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 27px;
  height: 11px;
  background: url(../img/common/icon_arrow_2.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .c-news-btn::before {
    width: 7vw;
    height: 2.7vw;
    background-size: cover;
  }
}
.c-news-btn__txt {
  padding-left: 1.9em;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (min-width: 897px) {
  .ie11 .c-news-btn__txt {
    position: relative;
    top: 0.15em;
  }
}
@media screen and (max-width: 896px) {
  .c-news-btn__txt {
    font-size: 0.9rem;
  }
}
/*  c-float-img
--------------------------------------------- */
.c-float-img {
  position: absolute;
}
.c-float-img--top-1 {
  top: 7px;
  right: -308px;
  width: 300px;
}
@media screen and (max-width: 896px) {
  .c-float-img--top-1 {
    top: -20.71111vw;
    right: 0.88889vw;
    width: 26.84444vw;
  }
}
.c-float-img--top-2 {
  top: -184px;
  left: -463px;
  width: 573px;
}
@media screen and (max-width: 896px) {
  .c-float-img--top-2 {
    top: -27.91111vw;
    left: 0;
    width: 33.68889vw;
  }
}
.c-float-img img {
  width: 100%;
}
/*  c-intro
--------------------------------------------- */
.c-intro {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  padding-top: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.c-intro--recruit-top {
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  .c-intro {
    margin-bottom: 10vw;
    padding-top: 6vw;
  }
}
@media screen and (min-width: 897px) {
  .c-intro--partner {
    padding-top: 35px;
  }
}
@media screen and (max-width: 896px) {
  .c-intro--recruit-top {
    margin-bottom: 8vw;
  }
}
.c-intro__ttl {
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  padding-top: 80px;
  width: 829px;
  height: 0;
  background-image: url(../img/philosophy/ttl_intro.png);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  .c-intro__ttl {
    margin-bottom: 6vw;
    padding-top: 9.7%;
    width: 100%;
  }
}
.c-intro--partner .c-intro__ttl {
  padding-top: 76px;
  background-image: url(../img/partner/ttl_intro.png);
}
@media screen and (max-width: 896px) {
  .c-intro--partner .c-intro__ttl {
    padding-top: 9.8%;
  }
}
.c-intro--recruit-top .c-intro__ttl {
  padding-top: 81px;
  background-image: url(../img/recruit/ttl_intro.png);
}
@media screen and (max-width: 896px) {
  .c-intro--recruit-top .c-intro__ttl {
    margin-bottom: 11vw;
    padding-top: 9.1vw;
  }
}
.c-intro__body {
  margin-right: auto;
  margin-left: auto;
  width: 760px;
}
@media screen and (max-width: 896px) {
  .c-intro__body {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  .c-intro--recruit-top .c-intro__body {
    width: 710px;
  }
}
.c-intro__lead {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.42857rem;
  line-height: 2.4;
}
@media screen and (max-width: 896px) {
  .c-intro__lead {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-intro--partner .c-intro__lead,
.c-intro--service .c-intro__lead {
  text-align: center;
}
.c-intro__txt {
  display: block;
  margin-top: 13px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.14286rem;
}
@media screen and (max-width: 896px) {
  .c-intro__txt {
    margin-top: 5vw;
    font-size: 0.9rem;
  }
}
/*  c-section
--------------------------------------------- */
.c-section--top-service {
  margin-bottom: 195px;
}
@media screen and (max-width: 896px) {
  .c-section--top-service {
    margin-bottom: 32.71111vw;
  }
}
/*  c-slider-1
--------------------------------------------- */
.c-slider-1__slides {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.c-slider-1__slides.slick-initialized {
  opacity: 1;
}
.c-slider-1__slide {
  outline: none;
}
@media screen and (max-width: 896px) {
  .c-slider-1__slide img {
    height: 23.11111vw;
  }
}
/*  c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
  color: #8dbdc9;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 3.42857rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 896px) {
  .c-ttl-1 {
    font-size: 1.8rem;
  }
}
.c-ttl-1--type1 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .c-ttl-1--type1 {
    letter-spacing: -0.04em;
  }
}
/*  c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
  text-align: center;
}
.c-ttl-2__txt {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.7em;
  padding-left: 0.7em;
  min-width: 173px;
  background: url(../img/common/bg_ttl_01.png) center 5px no-repeat;
  background-size: 100% 43px;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 1.71429rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .c-ttl-2__txt {
    min-width: 52vw;
    background-position: center 1vw;
    background-size: 100% 11.46667vw;
    font-size: 1.2rem;
  }
}
/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   About
--------------------------------------------- */
/*  about-intro
--------------------------------------------- */
.about-intro {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 896px) {
  .about-intro {
    margin-bottom: 8.88889vw;
    padding-top: 20vw;
  }
}
.about-intro__img {
  position: absolute;
  top: -10px;
  left: -125px;
}
@media screen and (max-width: 896px) {
  .about-intro__img {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.about-intro__img img {
  width: 100%;
}
.about-intro__lead {
  margin-left: auto;
  width: 433px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.71429rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .about-intro__lead {
    width: 75%;
    font-size: 1.1rem;
  }
}
/*  about-cassete
--------------------------------------------- */
/* .about-cassete-wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .about-cassete-wrap {
    padding-bottom: 15vw;
  }
} */
.about-cassete {
  margin-bottom: 100px;
  padding: 25px 60px 55px 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 896px) {
  .about-cassete {
    margin-bottom: 10vw;
    padding: 8% 7.11111%;
  }
}
.about-cassete:last-of-type {
  margin-bottom: 0;
}
.about-cassete__ttl {
  margin-bottom: 26px;
  color: #8dbdc9;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 3.42857rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 896px) {
  .about-cassete__ttl {
    margin-bottom: 5vw;
    font-size: 1.6rem;
  }
}
.about-cassete__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.about-cassete__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 896px) {
  .about-cassete__item {
    margin-bottom: 5vw;
    padding-top: 5vw;
    width: 100%;
    border-top: 1px solid #8dbdc9;
    letter-spacing: 0.1em;
  }
  .about-cassete__item:last-of-type {
    margin-bottom: 0;
  }
}
.about-cassete__item:first-of-type {
  padding-right: 55px;
  width: 420px;
}
@media screen and (max-width: 896px) {
  .about-cassete__item:first-of-type {
    padding-right: 0;
    width: 100%;
  }
}
.about-cassete__item:first-of-type::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8dbdc9;
  content: "";
}
@media screen and (max-width: 896px) {
  .about-cassete__item:first-of-type::before {
    display: none;
  }
}
.about-cassete__item-ttl {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1.28571rem;
}
@media screen and (max-width: 896px) {
  .about-cassete__item-ttl {
    margin-bottom: 3vw;
    font-size: 1.2rem;
  }
}
.about-cassete__item-txt {
  font-size: 1.14286rem;
  line-height: 2.2;
}
@media screen and (max-width: 896px) {
  .about-cassete__item-txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.about-cassete__item-copy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 2.2em;
  padding: 0 0.4em 1em;
}
.about-cassete__item-copy.bddot {
  border-bottom: dotted 5px #f8e05a;
}
.about-cassete__item-copy p + p {
  margin-top: 1em;
}
.about-cassete__item-copy p a {
  margin-left: 0;
}
.about-cassete__item-copy p a + a {
  margin-left: 1em;
}
@media screen and (max-width: 896px) {
  .about-cassete__item-copy {
    line-height: 1.8;
  }
  .about-cassete__item-copy p a + a {
    margin-left: 0;
  }
}
.about-cassete__tbl {
  width: 100%;
  table-layout: fixed;
}
.about-cassete__tbl tr {
  border-top: 1px solid #8dbdc9;
}
.about-cassete__tbl tr:first-of-type {
  border: none;
}
.about-cassete__tbl th,
.about-cassete__tbl td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: top;
  font-size: 1.14286rem;
}
@media screen and (min-width: 897px) {
  .windows .about-cassete__tbl th,
  .windows .about-cassete__tbl td {
    padding-top: 25px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 896px) {
  .about-cassete__tbl th,
  .about-cassete__tbl td {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    font-size: 1rem;
  }
}
.about-cassete__tbl th {
  padding-right: 1em;
  padding-left: 10px;
  width: 260px;
  font-weight: bold;
}
#member04 .about-cassete__tbl th {
  width: 160px;
}
@media screen and (max-width: 896px) {
  .about-cassete__tbl th {
    padding-right: 0;
    padding-bottom: 0.8em;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .about-cassete__tbl td {
    padding-top: 0;
  }
}
.about-cassete__tbl-btn {
  display: inline-block;
  margin-left: 20px;
  padding: 0 8px;
  border-radius: 5px;
  background-color: #3853a6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.14286rem;
}
@media screen and (min-width: 897px) {
  .about-cassete__tbl-btn {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .about-cassete__tbl-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 896px) {
  .about-cassete__tbl-btn {
    display: block;
    margin-top: 1em;
    margin-left: 0;
    width: 80%;
    border-radius: 1.5vw;
    font-size: 1rem;
  }
}
.about-cassete__txt-item {
  margin-bottom: 16px;
}
@media screen and (max-width: 896px) {
  .about-cassete__txt-item {
    margin-bottom: 1em;
  }
}
.about-cassete__txt-item:last-of-type {
  margin-bottom: 0;
}
.about-cassete__item a {
  color: #3853a6;
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-decoration: none;
}
.about-cassete__item a:hover {
  color: #3853a6;
  text-decoration: underline;
}
.about-cassete__body + h2 {
  margin-top: 1em;
}
/* ---------------------------------------------
*   Recruit TOP
--------------------------------------------- */
/*  recruit-intro
--------------------------------------------- */
.recruit-intro {
  position: relative;
  margin-bottom: 50px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 896px) {
  .recruit-intro {
    margin-bottom: 10vw;
  }
}
.recruit-intro__img {
  position: absolute;
  right: -118px;
  bottom: 120px;
  width: 378px;
}
@media screen and (max-width: 896px) {
  .recruit-intro__img {
    top: 17vw;
    right: 0;
    bottom: auto;
    width: 30%;
  }
}
.recruit-intro__img img {
  width: 100%;
}
.recruit-intro__list {
}
.recruit-intro__item {
  width: 240px;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .recruit-intro__item {
    margin-right: 0;
    margin-bottom: 5vw;
    width: 100%;
  }
}
.recruit-intro__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .recruit-intro__item:last-of-type {
    margin-bottom: 0;
  }
}
.recruit-intro__link {
  font-weight: bold;
  font-size: 1.71429rem;
  color: #3853a6;
  width: 115%;
  height: 9px;
  background: url(../img/common/bg_nav_text.png) left center no-repeat;
  background-size: 100% 16px;
}
/*@media screen and (min-width: 897px) {
    .ie11 .recruit-intro__link {
        padding-top: 26px;
        padding-bottom: 18px;
    }
}*/
@media screen and (max-width: 896px) {
  .recruit-intro__link {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 1.1rem;
  }
}
.recruit-intro__link-txt {
  position: relative;
  display: inline-block;
}
/*  recruit-env
--------------------------------------------- */
.recruit-env-wrap {
  margin-top: 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 896px) {
  .recruit-env-wrap {
    margin-top: 8vw;
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 896px) {
  .recruit-env {
    margin-bottom: 12vw;
  }
  .recruit-env:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 897px) {
  .recruit-env--01 {
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 897px) {
  .recruit-env--02 {
    margin-bottom: 42px;
  }
}
.recruit-env__img {
  margin-right: auto;
  margin-left: auto;
}
.recruit-env--01 .recruit-env__img {
  margin-bottom: 11px;
  width: 232px;
}
@media screen and (max-width: 896px) {
  .recruit-env--01 .recruit-env__img {
    margin-bottom: 2vw;
    width: 70%;
  }
}
.recruit-env--02 .recruit-env__img {
  margin-bottom: -17px;
  width: 279px;
}
@media screen and (max-width: 896px) {
  .recruit-env--02 .recruit-env__img {
    margin-bottom: -4vw;
    width: 65%;
  }
}
.recruit-env--03 .recruit-env__img {
  margin-bottom: 22px;
  width: 275px;
}
@media screen and (max-width: 896px) {
  .recruit-env--03 .recruit-env__img {
    margin-bottom: 4vw;
    width: 70%;
  }
}
.recruit-env__img img {
  width: 100%;
}
.recruit-env__ttl {
  margin-bottom: 34px;
  text-align: center;
  font-weight: bold;
  font-size: 1.28571rem;
  border-bottom: 1px dashed #7c9dd6;
  padding-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .recruit-env__ttl {
    margin-bottom: 6vw;
    font-size: 1.2rem;
  }
}
.recruit-env__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit-env__item {
  margin-right: 56px;
  width: 296px;
}
@media screen and (max-width: 896px) {
  .recruit-env__item {
    margin-right: 0;
    margin-bottom: 10vw;
    width: 100%;
  }
  .recruit-env__item:last-of-type {
    margin-bottom: 0;
  }
}
.recruit-env__thumb {
  margin-bottom: 20px;
}
.recruit-env__thumb img {
  width: 100%;
}
.recruit-env__item:nth-of-type(3n) {
  margin-right: 0;
}
.recruit-env__item-ttl {
  position: relative;
  left: 50%;
  display: block;
  margin-bottom: 20px;
  width: 375px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.07143rem;
  line-height: 1.3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  .recruit-env__item-ttl {
    position: static;
    margin-bottom: 3vw;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.recruit-env__txt {
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1.4;
}
/*  recruit-job
--------------------------------------------- */
.recruit-job {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 896px) {
  .recruit-job {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.recruit-job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit-job__item {
  padding-bottom: 32px;
  width: 49.95%;
}
.recruit-job__item:nth-child(odd) {
  border-right: 1px solid #d7dfeb;
}
@media screen and (max-width: 896px) {
  .recruit-job__item {
    margin-bottom: 7vw;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2.66667vw 4.26667vw rgba(56, 83, 166, 0.15);
    box-shadow: 0 2.66667vw 4.26667vw rgba(56, 83, 166, 0.15);
  }
  .recruit-job__item:last-of-type {
    margin-bottom: 0;
  }
}
.recruit-job__item:nth-of-type(n + 3) {
  border-top: 1px solid #d7dfeb;
}
@media screen and (max-width: 896px) {
  .recruit-job__item:nth-of-type(n + 3) {
    border: none;
  }
}
.recruit-job__item-ttl {
  display: block;
  padding-top: 27px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.28571rem;
}
@media screen and (min-width: 897px) {
  .ie11 .recruit-job__item-ttl {
    padding-top: 31px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 896px) {
  .recruit-job__item-ttl {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    font-size: 1.1rem;
  }
}
.recruit-job__img img {
  width: 100%;
}
.recruit-job__item-body {
  padding-top: 20px;
  padding-right: 44px;
  padding-left: 33px;
}
@media screen and (max-width: 896px) {
  .recruit-job__item-body {
    padding: 5% 5% 0;
  }
}
.recruit-job__sub-item {
  margin-bottom: 43px;
  font-size: 1.07143rem;
}
@media screen and (max-width: 896px) {
  .recruit-job__sub-item {
    margin-bottom: 9vw;
    font-size: 1rem;
  }
}
.recruit-job__sub-item:last-of-type {
  margin-bottom: 0;
}
.recruit-job__sub-item-ttl {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #3853a6;
}
@media screen and (max-width: 896px) {
  .recruit-job__sub-item-ttl {
    margin-bottom: 2.6vw;
  }
}
.recruit-job__sub-item-txt {
  letter-spacing: 3px;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .recruit-job__sub-item-txt {
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
}
.recruit-job__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .recruit-job__btn-list {
    margin-top: 4vw;
  }
}
.recruit-job__btn {
  display: block;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 160px;
  border-radius: 5px;
  background: #5a4095 url(../img/common/bg_gradation.png) 0 0 no-repeat;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.14286rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.recruit-job__btn-none {
  pointer-events: none;
  background-color: rgb(159, 159, 159);
  display: block;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.14286rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 897px) {
  .ie11 .recruit-job__btn {
    padding-top: 11px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 896px) {
  .recruit-job__btn {
    margin-top: 2vw;
    margin-left: 3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 40%;
    border-radius: 2vw;
    font-size: 1rem;
  }
  .recruit-job__btn-none {
    margin-top: 2vw;
    margin-left: 3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 80%;
    border-radius: 2vw;
    font-size: 0.9rem;
  }
}
.recruit-job__btn:first-child {
  margin-left: 0;
}
@media screen and (min-width: 897px) {
  .recruit-job__btn:hover {
    opacity: 0.8;
  }
}
/* ---------------------------------------------
*   Recruit 下層
--------------------------------------------- */
/*  recruit-detail
--------------------------------------------- */
.recruit-detail {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .recruit-detail {
    margin-bottom: 12vw;
  }
}
.recruit-detail--application {
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .recruit-detail--application {
    margin-bottom: 12vw;
  }
}
.recruit-detail__ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 896px) {
  .recruit-detail__ttl {
    margin-bottom: 5vw;
  }
}
.recruit-detail--step .recruit-detail__ttl {
  margin-bottom: 6px;
}
@media screen and (max-width: 896px) {
  .recruit-detail--step .recruit-detail__ttl {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 897px) {
  .ie11 .recruit-detail--application .recruit-detail__ttl {
    position: relative;
    top: 10px;
  }
}
/*  recruit-step
--------------------------------------------- */
.recruit-step__item {
  position: relative;
  margin-bottom: 45px;
  padding: 12px 10px;
  border: 1px solid #3853a6;
  background-color: #fff;
  counter-increment: number;
  letter-spacing: 3px;
  font-size: 1.14286rem;
}
@media screen and (min-width: 897px) {
  .mac.safari .recruit-step__item {
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 896px) {
  .recruit-step__item {
    margin-bottom: 10vw;
    padding: 0.5em 1em;
    font-size: 1rem;
  }
}
.recruit-step__item:last-of-type {
  margin-bottom: 0;
}
.recruit-step__item::before {
  content: "STEP" counter(number) ":";
}
@media screen and (max-width: 896px) {
  .recruit-step__item::before {
    display: block;
  }
}
.recruit-step__item::after {
  position: absolute;
  bottom: -35px;
  left: 10px;
  content: "↓";
  font-size: 1.14286rem;
}
@media screen and (max-width: 896px) {
  .recruit-step__item::after {
    bottom: -2em;
    font-size: 1rem;
  }
}
.recruit-step__item:last-of-type::after {
  display: none;
}
/*  recruit-app
--------------------------------------------- */
.recruit-app .wysiwyg {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 896px) {
  .recruit-app .wysiwyg {
    letter-spacing: 0.1em;
  }
}
.recruit-app .wysiwyg *:first-child {
  margin-top: 0 !important;
}
.recruit-app .wysiwyg h3 {
  margin-top: 42px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.28571rem;
}
@media screen and (max-width: 896px) {
  .recruit-app .wysiwyg h3 {
    margin-top: 1.5em;
    margin-bottom: 0.1em;
    font-size: 1.1rem;
  }
}
.recruit-app .wysiwyg h3 + p {
  margin-top: 0;
}
.recruit-app .wysiwyg p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .recruit-app .wysiwyg p {
    line-height: 1.5;
  }
}
.recruit-app .wysiwyg *:last-child {
  margin-bottom: 0 !important;
}
.recruit-app .wysiwyg ul {
  list-style: disc inside;
}
.recruit-app .wysiwyg strong {
  font-weight: bold;
}
/*  recruit-interview
--------------------------------------------- */
.recruit-interview__txt {
  font-size: 1.07143rem;
}
/* ---------------------------------------------
*   News
--------------------------------------------- */
/*  news-selector
--------------------------------------------- */
.news-selector {
  margin-bottom: 57px;
}
@media screen and (max-width: 896px) {
  .news-selector {
    margin-bottom: 10.66667vw;
  }
}
.news-selector__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .news-selector__list {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.news-selector__item {
  position: relative;
  margin-right: 50px;
  letter-spacing: 2px;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .news-selector__item {
    margin-right: 0;
    width: 33%;
    text-align: center;
  }
  .news-selector__item:nth-of-type(n + 4) {
    margin-top: 6%;
  }
}
.news-selector__item:last-of-type {
  margin-right: 0;
}
.news-selector__item.current {
  font-weight: bold;
}
.news-selector__item-txt {
  position: relative;
}
.news-selector__item.current .news-selector__item-txt::before,
.news-selector__item:hover .news-selector__item-txt::before {
  position: absolute;
  bottom: -11px;
  left: -1px;
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #f8e05a;
  content: "";
}
@media screen and (max-width: 896px) {
  .news-selector__item.current .news-selector__item-txt::before,
  .news-selector__item:hover .news-selector__item-txt::before {
    bottom: -3vw;
  }
}
/*  news-list
--------------------------------------------- */
.news-list-wrap {
  padding-bottom: 130px;
}
@media screen and (max-width: 896px) {
  .news-list-wrap {
    padding-bottom: 17.77778vw;
  }
}
.news-list {
  padding: 45px 35px 50px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
}
@media screen and (max-width: 896px) {
  .news-list {
    padding: 7% 5%;
  }
}
.news-list__item {
  margin-bottom: 32px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 896px) {
  .news-list__item {
    margin-bottom: 14%;
    letter-spacing: 0.1em;
  }
}
.news-list__item:last-of-type {
  margin-bottom: 0;
}
.news-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list__head {
  position: relative;
  width: 150px;
}
@media screen and (max-width: 896px) {
  .news-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-bottom: 7%;
    width: 100%;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
}
.news-list__head::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3px;
  height: 96%;
  background-color: #8dbdc9;
  content: "";
}
@media screen and (max-width: 896px) {
  .news-list__head::after {
    display: none;
  }
}
.news-list__date {
  display: block;
  margin-bottom: 14px;
  padding-left: 5px;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 896px) {
  .news-list__date {
    margin-right: 4%;
    margin-bottom: 0;
    font-size: 3.55556vw;
  }
}
.news-list__label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0.5em;
  width: 120px;
  border: 1px solid #3853a6;
  color: #3853a6;
  text-align: center;
  font-size: 0.85714rem;
}
@media screen and (max-width: 896px) {
  .news-list__label {
    padding-top: 2%;
    padding-bottom: 2%;
    width: 55%;
    letter-spacing: 0.1em;
  }
}
.news-list__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 28px;
  width: calc(100% - 150px);
}
@media screen and (max-width: 896px) {
  .news-list__body {
    padding-left: 0;
    width: 100%;
  }
}
.news-list__ttl {
  display: inline-block;
  margin-top: -0.2em;
  margin-bottom: 17px;
  word-break: break-all;
  font-weight: bold;
  font-size: 1.14286rem;
}
@media screen and (max-width: 896px) {
  .news-list__ttl {
    font-size: 1.1rem;
  }
}
.news-list__ttl[href] {
  color: #3853a6;
}
@media screen and (min-width: 897px) {
  .news-list__ttl[href]:hover {
    text-decoration: underline;
  }
}
.news-list__txt {
  word-break: break-all;
  font-size: 1rem;
  line-height: 1.8;
}
.news-list__txt-link {
  border-bottom: 1px dashed #333333;
}
.news-list__txt-link::after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 3px;
  width: 9px;
  height: 8px;
  background: url(../img/common/icon_blank.gif) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  .news-list__txt-link::after {
    top: -0.1em;
    margin-left: 1vw;
    width: 3.2vw;
    height: 2.84444vw;
  }
}
.news-list__txt-link:hover {
  border-bottom-color: transparent;
}
/* ---------------------------------------------
*   Partner
--------------------------------------------- */
/*  partner-section
--------------------------------------------- */
.partner-section {
  padding-bottom: 40px;
}
.partner-section--interview .c-ttl-1 {
  letter-spacing: 0;
}
@media screen and (max-width: 896px) {
  .partner-section--interview .c-ttl-1 {
    margin-bottom: 4vw;
    padding-left: 0.7em;
    letter-spacing: 0.1em;
  }
}
.partner-section--result {
  margin-top: 107px;
  padding-bottom: 75px;
}
@media screen and (max-width: 896px) {
  .partner-section--result {
    margin-top: 25vw;
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 897px) {
  .partner-section--result .c-ttl-1 {
    letter-spacing: 0.17em;
  }
}
@media screen and (min-width: 897px) {
  .partner-section .c-ttl-1 {
    margin-bottom: 3px;
    margin-bottom: 20px;
  }
  .ie11 .partner-section .c-ttl-1 {
    position: relative;
    top: 0.2em;
  }
}
/*  partner-field
--------------------------------------------- */
.partner-field {
  position: relative;
  z-index: 1;
  background-color: #e2f0d9;
}
.partner-field__container {
  position: relative;
}
.partner-field__ttl {
  position: relative;
  top: -37px;
  overflow: hidden;
  padding-top: 70px;
  width: 336px;
  height: 0;
  background: url(../img/partner/logo_field.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 896px) {
  .partner-field__ttl {
    top: -7.6vw;
    padding-top: 14.7%;
    width: 70%;
  }
}
.partner-field__txt {
  width: 630px;
  letter-spacing: 3.2px;
  font-size: 1.14286rem;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .partner-field__txt {
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.partner-field__img {
  position: absolute;
  top: -52px;
  right: -46px;
  width: 396px;
}
@media screen and (max-width: 896px) {
  .partner-field__img {
    position: static;
    margin-right: auto;
    margin-bottom: 4vw;
    margin-left: auto;
    width: 80%;
  }
}
.partner-field__img img {
  width: 100%;
}
.partner-field .c-btn-3 {
  position: relative;
  top: 37px;
}
@media screen and (max-width: 896px) {
  .partner-field .c-btn-3 {
    top: 10vw;
  }
}
/*  partner-results
--------------------------------------------- */
.partner-results {
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #8dbdc9;
  border-bottom: 1px solid #8dbdc9;
}
@media screen and (max-width: 896px) {
  .partner-results {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}
.partner-results__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .partner-results__list {
    display: block;
  }
}
.partner-results__item {
  width: 50%;
}
@media screen and (min-width: 897px) {
  .partner-results__item:nth-of-type(n + 3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 896px) {
  .partner-results__item {
    margin-bottom: 7vw;
    width: 100%;
  }
  .partner-results__item:last-of-type {
    margin-bottom: 0;
  }
}
.partner-results__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.partner-results__label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 80px;
  border: 1px solid #333333;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 897px) {
  .ie11 .partner-results__label {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 896px) {
  .partner-results__label {
    padding-top: 2.1vw;
    padding-bottom: 1.9vw;
    width: 25%;
    font-size: 0.9rem;
  }
}
.partner-results__ttl {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  width: calc(100% - 80px);
  font-weight: bold;
  font-size: 1.14286rem;
}
@media screen and (min-width: 897px) {
  .ie11 .partner-results__ttl {
    padding-top: 2px;
  }
}
@media screen and (max-width: 896px) {
  .partner-results__ttl {
    padding-left: 1em;
    width: 75%;
    font-size: 1rem;
  }
}
.partner-results__body {
  padding-top: 20px;
}
@media screen and (max-width: 896px) {
  .partner-results__body {
    padding-top: 4vw;
  }
}
.partner-results__txt {
  letter-spacing: 3px;
  font-size: 1.14286rem;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .partner-results__txt {
    word-break: break-all;
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}
/*  partner-contact
--------------------------------------------- */
.partner-contact {
  margin-bottom: 70px;
}
@media screen and (max-width: 896px) {
  .partner-contact {
    margin-bottom: 15vw;
  }
}
.partner-contact__txt {
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.42857rem;
}
@media screen and (max-width: 896px) {
  .partner-contact__txt {
    margin-bottom: 7vw;
    font-size: 1rem;
    line-height: 1.8;
  }
}
/* ---------------------------------------------
*   Philosophy
--------------------------------------------- */
/*  phil-cassette
--------------------------------------------- */
.phil-cassette-wrap {
  overflow-x: hidden;
  padding-bottom: 140px;
}
@media screen and (max-width: 896px) {
  .phil-cassette-wrap {
    padding-bottom: 20vw;
  }
}
.phil-cassette {
  position: relative;
  margin-bottom: 105px;
  -webkit-box-shadow: 0 15px 24px rgba(24, 54, 134, 0.15);
  box-shadow: 0 15px 24px rgba(24, 54, 134, 0.15);
}
@media screen and (max-width: 896px) {
  .phil-cassette {
    margin-bottom: 13vw;
    -webkit-box-shadow: 0 2.66667vw 4.26667vw rgba(24, 54, 134, 0.15);
    box-shadow: 0 2.66667vw 4.26667vw rgba(24, 54, 134, 0.15);
  }
}
.phil-cassette:last-of-type {
  margin-bottom: 0;
}
.phil-cassette::after {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8dbdc9;
  content: "";
  opacity: 0.2;
}
@media screen and (max-width: 896px) {
  .phil-cassette::after {
    top: 2.66667vw;
    left: 2.66667vw;
  }
}
.phil-cassette__inner {
  position: relative;
  z-index: 1;
  padding: 35px 80px 70px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .phil-cassette__inner {
    padding: 8% 5%;
  }
}
.phil-cassette__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8em;
}
.phil-cassette__date {
  color: #8dbdc9;
  letter-spacing: 0.18em;
  font-weight: bold;
  font-size: 1rem;
}
.author {
  color: #777;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.author strong {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media screen and (max-width: 896px) {
  .phil-cassette__date {
    margin-bottom: 2vw;
    font-size: 0.8rem;
  }
  .author {
    font-size: 0.8rem;
  }
}
.phil-cassette .wysiwyg {
  letter-spacing: 0.2em;
}
.phil-cassette .wysiwyg h2 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.71429rem;
}
@media screen and (max-width: 896px) {
  .phil-cassette .wysiwyg h2 {
    margin-bottom: 3vw;
    font-size: 1.3rem;
  }
}
.phil-cassette .wysiwyg p {
  margin-bottom: 28px;
  font-size: 1.14286rem;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .phil-cassette .wysiwyg p {
    margin-bottom: 5vw;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.phil-cassette .wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.phil-cassette .wysiwyg *:last-child {
  margin-bottom: 0 !important;
}
/* ---------------------------------------------
*   Philosophy内 - 山根さんinterview
--------------------------------------------- */
/*  山根さんインタビュー導線バナー
--------------------------------------------- */
.phil-banner {
  width: 80%;
  margin: 0 auto;
  margin-top: 48px;
  position: relative;
}
.phil-banner img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 8px 8px 6px rgba(141, 189, 201, 0.4);
}
.phil-banner img:hover {
  opacity: 0.8;
}
.phil-banner ::before {
  content: "更新";
  position: absolute;
  background-color: #fff;
  border-radius: 50vh;
  top: -18.5px;
  left: -39px;
  z-index: 2;
  font-weight: bold;
  font-size: 17px;
  color: #3853a6;
  border: #3853a6 2px solid;
  padding: 6px 16px;
}
@media screen and (max-width: 896px) {
  .phil-banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
    position: relative;
  }
  .phil-banner img {
    border-radius: 4px;
    box-shadow: 4px 4px 2px rgba(141, 189, 201, 0.2);
  }
  .phil-banner ::before {
    top: -26px;
    left: 8px;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 6px;
    z-index: -1;
  }
}
/*  interview-intro
--------------------------------------------- */
.interview-intro_title {
  color: #32478b;
}
.interview-intro_title p {
  position: relative;
  font-size: 1.42857rem;
  font-weight: 600;
}
.interview-intro_title p::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #32478b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.interview-intro_title h2 {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 896px) {
  .interview-intro_title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 660px) {
  .interview-intro_title h2 {
    font-size: 48px;
  }
}
.interview-intro_lead {
  position: relative;
}
.interview-intro_lead img {
  width: 100%;
}
.interview-intro_lead h3 {
  position: absolute;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 1.71429rem;
  right: -20%;
  bottom: -60px;
  background-color: #fff;
  padding: 24px 20px;
  box-shadow: 12px 12px 10px #ddeef3;
}
@media screen and (max-width: 1420px) {
  .interview-intro_lead img {
    width: 100%;
    font-size: 1rem;
  }
  .interview-intro_lead h3 {
    right: -1%;
  }
}
@media screen and (max-width: 896px) {
  .interview-intro_lead h3 {
    font-size: 24px;
    right: -6%;
  }
}
@media screen and (max-width: 660px) {
  .interview-intro_lead h3 {
    font-size: 20px;
    width: 82%;
    padding: 16px;
    right: -8%;
  }
}
.interview-toc h4 {
  color: #32478b;
  font-family: plantin, sans-serif;
  font-size: 2rem;
}
.interview-toc {
  margin-top: 64px;
}
.interview-toc ul {
  color: #505050;
  background-color: #fff;
  border: #e8e8e8 1px solid;
  padding: 8px 40px;
}
.interview-toc li {
  padding: 16px 0;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  .interview-toc li {
    font-size: 16px;
  }
}
.interview-toc li a:hover {
  color: #3853a6;
}
.interview-toc li:not(:last-of-type) {
  background-image: linear-gradient(to right, #739fe1 1px, transparent 1px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.interview-heading {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 112px;
  margin-bottom: 80px;
}
.interview-heading_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  margin: auto;
  width: 220px;
  z-index: -5;
}
@media screen and (max-width: 896px) {
  .interview-heading {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 660px) {
  .interview-heading_bg {
    top: 8px;
  }
}
/* .interview-heading_num{
    width: 56px;
} */
.num1 {
  width: 56px;
}
.num2 {
  width: 110px;
}
.num3 {
  width: 84px;
}
.num4 {
  width: 116px;
}
.num5 {
  width: 86px;
}
.num6 {
  width: 96px;
}
.interview-heading p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #32478b;
  margin-top: 16px;
}
@media screen and (max-width: 896px) {
  .interview-heading p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 660px) {
  .interview-heading p {
    font-size: 30px;
  }
}
.interview-lead {
  color: #32478b;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-size: 1.6rem;
  margin-top: 32px;
  margin-bottom: 48px;
  display: inline-block;
  position: relative;
  /* overflow: hidden; */
  padding: 16px 24px;
  background-color: #fff;
  text-align: justify;
  box-shadow: 12px 12px 10px #ddeef3;
}
@media screen and (max-width: 896px) {
  .interview-lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 660px) {
  .interview-lead {
    font-size: 18px;
  }
}
.interview-lead::before {
  content: "";
  width: 136px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #8092c6;
  position: absolute;
  left: -120px;
}
.interview-lead p {
  display: inline;
}
/*  interview-本文
--------------------------------------------- */
.interview-text_flex {
  display: flex;
  width: 80%;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: 32px;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .interview-text_flex {
    font-size: 16px;
    width: 90%;
  }
}
.interview-text_flex.yamane {
  font-weight: bold;
}
.interview-text_flex p:first-of-type {
  min-width: 37px;
  margin-right: 16px;
  text-align: end;
}
.interview-text_flex p:nth-of-type(2) {
  text-align: justify;
}
.interview-text_flex br {
  display: block;
  content: "";
  margin-bottom: 12px;
}
.interview-text_flex.yamane br {
  margin-bottom: 16px;
}
/*  interview-画像
--------------------------------------------- */
.interview-img img {
  width: 70%;
  margin: 24px 0;
}
@media screen and (max-width: 896px) {
  .interview-img img {
    width: 100%;
    margin: 24px 0;
  }
}
.interview-linkBox {
  width: 80%;
  border: 1px solid #99c6cb;
  padding: 16px 8px;
  margin-inline: auto;
  margin-bottom: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
}
.interview-linkBox a {
  color: #32478b;
  text-decoration: underline;
}
@media screen and (max-width: 896px) {
  .interview-linkBox {
    width: 100%;
    box-sizing: border-box;
  }
}
.interview-philosophy {
  padding-top: 70px;
  border-top: 1px solid #8092c6;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 896px) {
  .interview-philosophy {
    margin-bottom: 15vw;
  }
}
.interview-philosophy__txt {
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.42857rem;
}
@media screen and (max-width: 896px) {
  .interview-philosophy__txt {
    margin-bottom: 7vw;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.interview-footer {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 112px;
  margin-bottom: 70px;
}
@media screen and (max-width: 896px) {
  .interview-footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.interview-footer p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #32478b;
  margin-top: 16px;
}
@media screen and (max-width: 896px) {
  .interview-footer p {
    font-size: 1.25rem;
  }
}
.interview-philosophy .box {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border: 3px solid #333;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  width: 120px;
  margin: 0 auto 1.6em;
  text-align: center;
}
.interview-philosophy .box:before {
  position: absolute;
  top: 100%;
  left: 50px;
  transform: skew(-25deg);
  height: 25px;
  width: 15px;
  border-right: 3px solid #333;
  background-color: #fff;
  content: "";
}
.interview-philosophy .box p {
  line-height: 1.5;
}
/* 目次 */
.interview-intro.index ul {
  max-width: 760px;
  margin: 0 auto;
}
.interview-intro.index li a {
  display: block;
  padding: 40px 0;
  position: relative;
}
.interview-intro.index li a span {
  display: inline-block;
  position: relative;
  background: url("../img/common/icon_arrow.png") left bottom no-repeat;
  background-size: 60px auto;
  padding-left: 72px;
}
.interview-intro.index li a:hover span::after {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 9px;
  background: url(../img/common/bg_nav_text.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.interview-intro.index p::after {
  width: 100%;
}
.interview-intro.index p::after {
  width: 100%;
}
.interview-intro.index + .interview-philosophy {
  max-width: 760px;
  margin: 70px auto;
}
.back-interview-index {
  text-align: center;
}
.back-interview-index img {
  max-width: 160px;
  height: auto;
}
/* ---------------------------------------------
*   Top Page
--------------------------------------------- */
/*  top-logo
--------------------------------------------- */
.top-logo {
  margin: 0 auto 0;
  width: 1000px;
}
@media screen and (max-width: 896px) {
  .top-logo {
    margin-top: -15.64444vw;
    width: 90vw;
  }
}
/*  top-nav
--------------------------------------------- */
.top-nav {
  margin-bottom: 78px;
}
@media screen and (max-width: 896px) {
  .top-nav {
    display: none;
  }
}
.top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: center;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-nav__item {
  margin-right: 55px;
}
@media screen and (max-width: 1160px) {
  .top-nav__item {
    margin-right: 45px;
  }
}
.top-nav__item:last-of-type {
  margin-right: 0;
}
.top-nav__link {
  position: relative;
  z-index: 1;
  color: #3853a6;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.14286rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (min-width: 897px) {
  .ie11 .top-nav__link {
    position: relative;
    top: 0.3em;
  }
}
.top-nav__item.current .top-nav__link::after,
.top-nav__link:hover::after {
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  z-index: -1;
  display: block;
  width: 115%;
  height: 9px;
  background: url(../img/common/bg_nav_text.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ie11 .top-nav__item.current .top-nav__link::after,
.ie11 .top-nav__link:hover::after {
  bottom: 0.4em;
}
/*  top-phil
--------------------------------------------- */
.top-phil {
  margin-bottom: 105px;
}
@media screen and (max-width: 896px) {
  .top-phil {
    margin-bottom: 26.22222vw;
  }
}
.top-phil__ttl {
  overflow: hidden;
  padding-top: 367px;
  width: 800px;
  height: 0;
  background: url(../img/top/ttl_philosophy.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 896px) {
  .top-phil__ttl {
    margin-bottom: 4vw;
    padding-top: 33.3vw;
    width: 100%;
    background-image: url(../img/top/ttl_philosophy_sp.png);
  }
}
.top-phil__body {
  padding-left: 77px;
}
@media screen and (max-width: 896px) {
  .top-phil__body {
    padding-left: 0;
  }
}
.top-phil__box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -22px;
  margin-bottom: 20px;
  padding: 75px 30px 76px 70px;
  width: 840px;
}
@media screen and (max-width: 896px) {
  .top-phil__box {
    margin: 0 auto 16.17778vw;
    padding: 0;
    width: 77.33333vw;
  }
}
.top-phil__box::before,
.top-phil__box::after {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 72px;
  height: 34px;
  content: "";
}
@media screen and (max-width: 896px) {
  .top-phil__box::before,
  .top-phil__box::after {
    width: 12.71111vw;
    height: 6.04444vw;
  }
}
.top-phil__box::before {
  bottom: 0;
  left: 0;
  border-bottom: 9px solid #333333;
  border-left: 9px solid #333333;
}
@media screen and (max-width: 896px) {
  .top-phil__box::before {
    bottom: -8.44444vw;
    left: -3.55556vw;
    border-width: 1.68889vw;
  }
}
.top-phil__box::after {
  top: 0;
  right: 0;
  border-top: 9px solid #333333;
  border-right: 9px solid #333333;
}
@media screen and (max-width: 896px) {
  .top-phil__box::after {
    top: -8.44444vw;
    right: -3.55556vw;
    border-width: 1.68889vw;
  }
}
.top-phil__txt {
  margin-bottom: 45px;
  font-size: 1.28571rem;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .top-phil__txt {
    margin-bottom: 7.55556vw;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.top-phil__txt:last-of-type {
  margin-bottom: 0;
}
/*  top-service
--------------------------------------------- */
.top-service {
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.top-service__lead {
  margin-left: auto;
  width: 448px;
  letter-spacing: 0.05em;
  font-size: 1.42857rem;
  line-height: 2.4;
}
@media screen and (max-width: 896px) {
  .top-service__lead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 13.92222vw;
    width: 100%;
    letter-spacing: 0em;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-pack: justify;
  margin-top: -73px;
  margin-bottom: 120px;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .top-service__list {
    margin-top: 27.11111vw;
    margin-bottom: 8.17778vw;
  }
}
.top-service__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 315px;
  width: 485px;
  height: 485px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .top-service__item {
    padding: 18.4vw 3.55556% 4.08889vw;
    width: 50%;
    height: auto;
    border-radius: 0;
  }
}
.top-service__item--learno {
  background-color: #84b965;
}
.top-service__item--pholly {
  background-color: #73aacc;
}
@media screen and (min-width: 897px) {
  .top-service__item--pholly {
    position: relative;
    top: 228px;
    padding-top: 340px;
  }
}
.top-service__img {
  position: absolute;
}
.top-service__item--learno .top-service__img {
  top: -77px;
  right: 90px;
  width: 532px;
}
@media screen and (max-width: 896px) {
  .top-service__item--learno .top-service__img {
    top: -19.28889vw;
    right: 4.17778vw;
    width: 51.68vw;
  }
}
.top-service__item--pholly .top-service__img {
  top: -107px;
  left: 152px;
  width: 280px;
}
@media screen and (max-width: 896px) {
  .top-service__item--pholly .top-service__img {
    top: -27.11111vw;
    left: 15.2vw;
    width: 26.96667vw;
  }
}
.top-service__img img {
  width: 100%;
}
.top-service__txt {
  margin-bottom: 3px;
  font-size: 1.28571rem;
}
@media screen and (max-width: 896px) {
  .top-service__txt {
    margin-bottom: 4vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.top-service__ttl {
  font-size: 1.71429rem;
}
@media screen and (max-width: 896px) {
  .top-service__ttl {
    padding-left: 0.88889vw;
    text-align: left;
    letter-spacing: 0.01em;
    font-size: 4.26667vw;
    line-height: 1.1;
  }
  .top-service__item--pholly .top-service__ttl {
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 897px) {
  .top-service .c-btn-1 {
    margin-left: 10px;
  }
}
/*  top-partner
--------------------------------------------- */
.top-partner .c-bg-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .top-partner .c-bg-ttl {
    margin-bottom: 4.62222vw;
  }
}
.top-partner .c-lead-1 {
  margin-bottom: 30px;
  padding-left: 138px;
}
@media screen and (max-width: 896px) {
  .top-partner .c-lead-1 {
    margin-right: auto;
    margin-bottom: 6.48889vw;
    margin-left: auto;
    padding-left: 0;
    width: 80vw;
    letter-spacing: 0.08em;
    font-weight: normal;
    line-height: 1.6;
  }
}
/*  top-recruit
--------------------------------------------- */
.top-recruit .c-bg-ttl {
  margin-bottom: 33px;
}
@media screen and (max-width: 896px) {
  .top-recruit .c-bg-ttl {
    margin-bottom: 6.04444vw;
  }
}
.top-recruit .c-lead-1 {
  margin-bottom: 37px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .top-recruit .c-lead-1 {
    margin-bottom: 7.02222vw;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.6;
  }
}
.top-recruit .c-btn-1 {
  margin-top: 46px;
}
@media screen and (max-width: 896px) {
  .top-recruit .c-btn-1 {
    margin-top: 7.02222vw;
  }
}
/*  top-interview
--------------------------------------------- */
.top-interview .c-bg-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 896px) {
  .top-interview .c-bg-ttl {
    margin-bottom: 6.84444vw;
  }
}
/* ---------------------------------------------
*   Service
--------------------------------------------- */
/*  service-cassette
--------------------------------------------- */
.service-cassette-wrap {
  margin-bottom: 110px;
}
@media screen and (max-width: 896px) {
  .service-cassette-wrap {
    margin-bottom: 20vw;
  }
}
.service-cassette {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 66px;
  padding-left: 280px;
  width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
}
@media screen and (max-width: 896px) {
  .service-cassette {
    margin-bottom: 20vw;
    padding: 7% 5% 12%;
    width: 100%;
  }
}
.service-cassette:last-of-type {
  margin-bottom: 0;
}
.service-cassette:nth-of-type(2n) {
  margin-right: auto;
  margin-left: 0;
}
.service-cassette .c-btn-1 {
  position: absolute;
}
@media screen and (min-width: 897px) {
  .service-cassette .c-btn-1 {
    right: -20px;
    bottom: -66px;
    margin-right: 0;
    margin-left: 0;
    width: 400px;
  }
}
@media screen and (max-width: 896px) {
  .service-cassette .c-btn-1 {
    bottom: -7.2vw;
    left: 50%;
  }
  .service-cassette .c-btn-1.js-fadein-right {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .service-cassette .c-btn-1.js-fadein-left {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media screen and (min-width: 897px) {
  .service-cassette .c-btn-1__link {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ie11 .service-cassette .c-btn-1__link {
    padding-top: 26px;
    padding-bottom: 18px;
  }
}
.service-cassette--learnO {
  margin-bottom: 130px;
}
@media screen and (max-width: 896px) {
  .service-cassette--learnO {
    margin-bottom: 20vw;
  }
}
@media screen and (min-width: 897px) {
  .service-cassette--pholly {
    margin-bottom: 105px;
    padding-bottom: 77px;
    padding-left: 59px;
  }
}
@media screen and (min-width: 897px) {
  .service-cassette--pholly .c-btn-1 {
    right: auto;
    bottom: -41px;
    left: -20px;
  }
}
@media screen and (max-width: 896px) {
  .service-cassette--pholly .c-btn-1 {
    right: 50%;
    left: auto;
  }
}
@media screen and (min-width: 897px) {
  .service-cassette--limited {
    position: relative;
    margin-bottom: 116px;
  }
}
@media screen and (min-width: 897px) {
  .service-cassette--limited .c-btn-1 {
    right: -20px;
    bottom: -51px;
  }
}
@media screen and (min-width: 897px) {
  .service-cassette--caiwani {
    margin-bottom: 105px;
    padding-bottom: 77px;
    padding-left: 59px;
  }
}
@media screen and (min-width: 897px) {
  .service-cassette--caiwani .c-btn-1 {
    right: auto;
    bottom: -41px;
    left: -20px;
  }
}
@media screen and (max-width: 896px) {
  .service-cassette--caiwani .c-btn-1 {
    right: 50%;
    left: auto;
  }
}
.service-cassette__ttl {
  margin-bottom: 27px;
  font-weight: bold;
  font-style: italic;
  font-size: 2.14286rem;
}
@media screen and (max-width: 896px) {
  .service-cassette__ttl {
    font-size: 1.2rem;
  }
}
.service-cassette--learnO .service-cassette__ttl {
  color: #5dac81;
  letter-spacing: 0.1em;
  padding-top: 2em;
  margin-bottom: 16px;
}
.service-cassette--pholly .service-cassette__ttl {
  color: #466999;
  letter-spacing: 0.08em;
  padding-top: 1em;
}
.service-cassette--limited .service-cassette__ttl {
  color: #3277b3;
  letter-spacing: 0.04em;
}
.service-cassette--caiwani .service-cassette__ttl {
  color: #365c31;
  letter-spacing: 0.08em;
}
.service-cassette--caiwani .service-cassette__logo p {
  display: unset;
  position: relative;
  top: 4px;
  margin-left: 8px;
  font-size: 16px;
}
.service-cassette--caiwani .service-cassette__logo p a {
  text-decoration: underline;
}
.service-learno10th {
  position: absolute;
  top: -54px;
  right: -14px;
}
.service-learno10th img {
  width: 172px;
}
.service-pholly-anniversary {
  position: absolute;
  top: -50px;
  left: -20px;
}
.service-pholly-anniversary img {
  width: 160px;
}
@media screen and (max-width: 896px) {
  .service-cassette--limited .service-cassette__ttl {
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 896px) {
  .service-cassette__logo {
    margin-bottom: 8vw;
    height: 9vw;
    text-align: center;
  }
  .service-cassette--caiwani .service-cassette__logo img {
    display: block;
    margin: 0 auto;
  }
  .service-cassette--caiwani .service-cassette__logo p {
    position: static;
    top: 0;
    margin-left: 0;
  }
  .service-learno10th,
  .service-pholly-anniversary {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .service-learno10th img,
  .service-pholly-anniversary img {
    width: 320px;
  }
  .service-learno10th {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .service-learno10th img {
    width: 30vw;
    height: auto;
  }
}
@media screen and (max-width: 896px) {
  .service-cassette__logo img,
  .service-pholly-anniversary {
    height: 100%;
  }
}
@media screen and (max-width: 560px) {
  .service-pholly-anniversary img {
    width: 240px;
  }
}
.service-cassette__img {
  position: absolute;
}
@media screen and (max-width: 896px) {
  .service-cassette__img {
    position: static;
    margin-right: auto;
    margin-bottom: 6vw;
    margin-left: auto;
  }
}
.service-cassette--learnO .service-cassette__img {
  top: 0;
  left: -175px;
  width: 442px;
}
@media screen and (max-width: 896px) {
  .service-cassette--learnO .service-cassette__img {
    width: 60%;
  }
}
.service-cassette--pholly .service-cassette__img {
  top: 104px;
  right: -176px;
  width: 442px;
}
@media screen and (max-width: 896px) {
  .service-cassette--pholly .service-cassette__img {
    width: 60%;
  }
}
.service-cassette--limited .service-cassette__img {
  top: 30px;
  left: -175px;
  width: 380px;
}
@media screen and (max-width: 896px) {
  .service-cassette--limited .service-cassette__img {
    width: 60%;
  }
}
.service-cassette--caiwani .service-cassette__img {
  top: 66px;
  right: -172px;
  width: 488px;
}
@media screen and (max-width: 896px) {
  .service-cassette--caiwani .service-cassette__img {
    width: 60%;
  }
}
.service-cassette__img img {
  width: 100%;
}
/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}
.mgt-pc--5 {
  margin-top: 5px !important;
}
.mgt-pc--10 {
  margin-top: 10px !important;
}
.mgt-pc--15 {
  margin-top: 15px !important;
}
.mgt-pc--20 {
  margin-top: 20px !important;
}
.mgt-pc--25 {
  margin-top: 25px !important;
}
.mgt-pc--30 {
  margin-top: 30px !important;
}
.mgt-pc--35 {
  margin-top: 35px !important;
}
.mgt-pc--40 {
  margin-top: 40px !important;
}
.mgt-pc--45 {
  margin-top: 45px !important;
}
.mgt-pc--50 {
  margin-top: 50px !important;
}
.mgt-pc--55 {
  margin-top: 55px !important;
}
.mgt-pc--60 {
  margin-top: 60px !important;
}
.mgt-pc--65 {
  margin-top: 65px !important;
}
.mgt-pc--70 {
  margin-top: 70px !important;
}
.mgt-pc--75 {
  margin-top: 75px !important;
}
.mgt-pc--80 {
  margin-top: 80px !important;
}
.mgt-pc--85 {
  margin-top: 85px !important;
}
.mgt-pc--90 {
  margin-top: 90px !important;
}
.mgt-pc--95 {
  margin-top: 95px !important;
}
.mgt-pc--100 {
  margin-top: 100px !important;
}
.mgt-pc--105 {
  margin-top: 105px !important;
}
.mgt-pc--110 {
  margin-top: 110px !important;
}
.mgt-pc--115 {
  margin-top: 115px !important;
}
.mgt-pc--120 {
  margin-top: 120px !important;
}
.mgt-pc--125 {
  margin-top: 125px !important;
}
.mgt-pc--130 {
  margin-top: 130px !important;
}
.mgt-pc--135 {
  margin-top: 135px !important;
}
.mgt-pc--140 {
  margin-top: 140px !important;
}
.mgt-pc--145 {
  margin-top: 145px !important;
}
.mgt-pc--150 {
  margin-top: 150px !important;
}
.mgt-pc--155 {
  margin-top: 155px !important;
}
.mgt-pc--160 {
  margin-top: 160px !important;
}
.mgt-pc--165 {
  margin-top: 165px !important;
}
.mgt-pc--170 {
  margin-top: 170px !important;
}
.mgt-pc--175 {
  margin-top: 175px !important;
}
.mgt-pc--180 {
  margin-top: 180px !important;
}
.mgt-pc--185 {
  margin-top: 185px !important;
}
.mgt-pc--190 {
  margin-top: 190px !important;
}
.mgt-pc--195 {
  margin-top: 195px !important;
}
.mgt-pc--200 {
  margin-top: 200px !important;
}
.mgt-pc--205 {
  margin-top: 205px !important;
}
.mgt-pc--210 {
  margin-top: 210px !important;
}
.mgt-pc--215 {
  margin-top: 215px !important;
}
.mgt-pc--220 {
  margin-top: 220px !important;
}
.mgt-pc--225 {
  margin-top: 225px !important;
}
.mgt-pc--230 {
  margin-top: 230px !important;
}
.mgt-pc--235 {
  margin-top: 235px !important;
}
.mgt-pc--240 {
  margin-top: 240px !important;
}
.mgt-pc--245 {
  margin-top: 245px !important;
}
.mgt-pc--250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 896px) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 0.44444vw !important;
  }
  .mgt-sp--10 {
    margin-top: 0.88889vw !important;
  }
  .mgt-sp--15 {
    margin-top: 1.33333vw !important;
  }
  .mgt-sp--20 {
    margin-top: 1.77778vw !important;
  }
  .mgt-sp--25 {
    margin-top: 2.22222vw !important;
  }
  .mgt-sp--30 {
    margin-top: 2.66667vw !important;
  }
  .mgt-sp--35 {
    margin-top: 3.11111vw !important;
  }
  .mgt-sp--40 {
    margin-top: 3.55556vw !important;
  }
  .mgt-sp--45 {
    margin-top: 4vw !important;
  }
  .mgt-sp--50 {
    margin-top: 4.44444vw !important;
  }
  .mgt-sp--55 {
    margin-top: 4.88889vw !important;
  }
  .mgt-sp--60 {
    margin-top: 5.33333vw !important;
  }
  .mgt-sp--65 {
    margin-top: 5.77778vw !important;
  }
  .mgt-sp--70 {
    margin-top: 6.22222vw !important;
  }
  .mgt-sp--75 {
    margin-top: 6.66667vw !important;
  }
  .mgt-sp--80 {
    margin-top: 7.11111vw !important;
  }
  .mgt-sp--85 {
    margin-top: 7.55556vw !important;
  }
  .mgt-sp--90 {
    margin-top: 8vw !important;
  }
  .mgt-sp--95 {
    margin-top: 8.44444vw !important;
  }
  .mgt-sp--100 {
    margin-top: 8.88889vw !important;
  }
  .mgt-sp--105 {
    margin-top: 9.33333vw !important;
  }
  .mgt-sp--110 {
    margin-top: 9.77778vw !important;
  }
  .mgt-sp--115 {
    margin-top: 10.22222vw !important;
  }
  .mgt-sp--120 {
    margin-top: 10.66667vw !important;
  }
  .mgt-sp--125 {
    margin-top: 11.11111vw !important;
  }
  .mgt-sp--130 {
    margin-top: 11.55556vw !important;
  }
  .mgt-sp--135 {
    margin-top: 12vw !important;
  }
  .mgt-sp--140 {
    margin-top: 12.44444vw !important;
  }
  .mgt-sp--145 {
    margin-top: 12.88889vw !important;
  }
  .mgt-sp--150 {
    margin-top: 13.33333vw !important;
  }
  .mgt-sp--155 {
    margin-top: 13.77778vw !important;
  }
  .mgt-sp--160 {
    margin-top: 14.22222vw !important;
  }
  .mgt-sp--165 {
    margin-top: 14.66667vw !important;
  }
  .mgt-sp--170 {
    margin-top: 15.11111vw !important;
  }
  .mgt-sp--175 {
    margin-top: 15.55556vw !important;
  }
  .mgt-sp--180 {
    margin-top: 16vw !important;
  }
  .mgt-sp--185 {
    margin-top: 16.44444vw !important;
  }
  .mgt-sp--190 {
    margin-top: 16.88889vw !important;
  }
  .mgt-sp--195 {
    margin-top: 17.33333vw !important;
  }
  .mgt-sp--200 {
    margin-top: 17.77778vw !important;
  }
  .mgt-sp--205 {
    margin-top: 18.22222vw !important;
  }
  .mgt-sp--210 {
    margin-top: 18.66667vw !important;
  }
  .mgt-sp--215 {
    margin-top: 19.11111vw !important;
  }
  .mgt-sp--220 {
    margin-top: 19.55556vw !important;
  }
  .mgt-sp--225 {
    margin-top: 20vw !important;
  }
  .mgt-sp--230 {
    margin-top: 20.44444vw !important;
  }
  .mgt-sp--235 {
    margin-top: 20.88889vw !important;
  }
  .mgt-sp--240 {
    margin-top: 21.33333vw !important;
  }
  .mgt-sp--245 {
    margin-top: 21.77778vw !important;
  }
  .mgt-sp--250 {
    margin-top: 22.22222vw !important;
  }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}
.mgb-pc--5 {
  margin-bottom: 5px !important;
}
.mgb-pc--10 {
  margin-bottom: 10px !important;
}
.mgb-pc--15 {
  margin-bottom: 15px !important;
}
.mgb-pc--20 {
  margin-bottom: 20px !important;
}
.mgb-pc--25 {
  margin-bottom: 25px !important;
}
.mgb-pc--30 {
  margin-bottom: 30px !important;
}
.mgb-pc--35 {
  margin-bottom: 35px !important;
}
.mgb-pc--40 {
  margin-bottom: 40px !important;
}
.mgb-pc--45 {
  margin-bottom: 45px !important;
}
.mgb-pc--50 {
  margin-bottom: 50px !important;
}
.mgb-pc--55 {
  margin-bottom: 55px !important;
}
.mgb-pc--60 {
  margin-bottom: 60px !important;
}
.mgb-pc--65 {
  margin-bottom: 65px !important;
}
.mgb-pc--70 {
  margin-bottom: 70px !important;
}
.mgb-pc--75 {
  margin-bottom: 75px !important;
}
.mgb-pc--80 {
  margin-bottom: 80px !important;
}
.mgb-pc--85 {
  margin-bottom: 85px !important;
}
.mgb-pc--90 {
  margin-bottom: 90px !important;
}
.mgb-pc--95 {
  margin-bottom: 95px !important;
}
.mgb-pc--100 {
  margin-bottom: 100px !important;
}
.mgb-pc--105 {
  margin-bottom: 105px !important;
}
.mgb-pc--110 {
  margin-bottom: 110px !important;
}
.mgb-pc--115 {
  margin-bottom: 115px !important;
}
.mgb-pc--120 {
  margin-bottom: 120px !important;
}
.mgb-pc--125 {
  margin-bottom: 125px !important;
}
.mgb-pc--130 {
  margin-bottom: 130px !important;
}
.mgb-pc--135 {
  margin-bottom: 135px !important;
}
.mgb-pc--140 {
  margin-bottom: 140px !important;
}
.mgb-pc--145 {
  margin-bottom: 145px !important;
}
.mgb-pc--150 {
  margin-bottom: 150px !important;
}
.mgb-pc--155 {
  margin-bottom: 155px !important;
}
.mgb-pc--160 {
  margin-bottom: 160px !important;
}
.mgb-pc--165 {
  margin-bottom: 165px !important;
}
.mgb-pc--170 {
  margin-bottom: 170px !important;
}
.mgb-pc--175 {
  margin-bottom: 175px !important;
}
.mgb-pc--180 {
  margin-bottom: 180px !important;
}
.mgb-pc--185 {
  margin-bottom: 185px !important;
}
.mgb-pc--190 {
  margin-bottom: 190px !important;
}
.mgb-pc--195 {
  margin-bottom: 195px !important;
}
.mgb-pc--200 {
  margin-bottom: 200px !important;
}
.mgb-pc--205 {
  margin-bottom: 205px !important;
}
.mgb-pc--210 {
  margin-bottom: 210px !important;
}
.mgb-pc--215 {
  margin-bottom: 215px !important;
}
.mgb-pc--220 {
  margin-bottom: 220px !important;
}
.mgb-pc--225 {
  margin-bottom: 225px !important;
}
.mgb-pc--230 {
  margin-bottom: 230px !important;
}
.mgb-pc--235 {
  margin-bottom: 235px !important;
}
.mgb-pc--240 {
  margin-bottom: 240px !important;
}
.mgb-pc--245 {
  margin-bottom: 245px !important;
}
.mgb-pc--250 {
  margin-bottom: 250px !important;
}
@media screen and (max-width: 896px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 0.44444vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 0.88889vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 1.33333vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 1.77778vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 2.22222vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 2.66667vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 3.11111vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 3.55556vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 4vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 4.44444vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 4.88889vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 5.33333vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 5.77778vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 6.22222vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 6.66667vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 7.11111vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 7.55556vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 8vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 8.44444vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 8.88889vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 9.33333vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 9.77778vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 10.22222vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 10.66667vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 11.11111vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 11.55556vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 12vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 12.44444vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 12.88889vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 13.33333vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 13.77778vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 14.22222vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 14.66667vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 15.11111vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 15.55556vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 16vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 16.44444vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 16.88889vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 17.33333vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 17.77778vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 18.22222vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 18.66667vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 19.11111vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 19.55556vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 20vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 20.44444vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 20.88889vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 21.33333vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 21.77778vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 22.22222vw !important;
  }
}
/* ---------------------------------------------
*   padding-top
--------------------------------------------- */
.pdt-pc--0 {
  padding-top: 0 !important;
}
.pdt-pc--5 {
  padding-top: 5px !important;
}
.pdt-pc--10 {
  padding-top: 10px !important;
}
.pdt-pc--15 {
  padding-top: 15px !important;
}
.pdt-pc--20 {
  padding-top: 20px !important;
}
.pdt-pc--25 {
  padding-top: 25px !important;
}
.pdt-pc--30 {
  padding-top: 30px !important;
}
.pdt-pc--35 {
  padding-top: 35px !important;
}
.pdt-pc--40 {
  padding-top: 40px !important;
}
.pdt-pc--45 {
  padding-top: 45px !important;
}
.pdt-pc--50 {
  padding-top: 50px !important;
}
.pdt-pc--55 {
  padding-top: 55px !important;
}
.pdt-pc--60 {
  padding-top: 60px !important;
}
.pdt-pc--65 {
  padding-top: 65px !important;
}
.pdt-pc--70 {
  padding-top: 70px !important;
}
.pdt-pc--75 {
  padding-top: 75px !important;
}
.pdt-pc--80 {
  padding-top: 80px !important;
}
.pdt-pc--85 {
  padding-top: 85px !important;
}
.pdt-pc--90 {
  padding-top: 90px !important;
}
.pdt-pc--95 {
  padding-top: 95px !important;
}
.pdt-pc--100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 896px) {
  .pdt-sp--0 {
    padding-top: 0 !important;
  }
  .pdt-sp--5 {
    padding-top: 0.44444vw !important;
  }
  .pdt-sp--10 {
    padding-top: 0.88889vw !important;
  }
  .pdt-sp--15 {
    padding-top: 1.33333vw !important;
  }
  .pdt-sp--20 {
    padding-top: 1.77778vw !important;
  }
  .pdt-sp--25 {
    padding-top: 2.22222vw !important;
  }
  .pdt-sp--30 {
    padding-top: 2.66667vw !important;
  }
  .pdt-sp--35 {
    padding-top: 3.11111vw !important;
  }
  .pdt-sp--40 {
    padding-top: 3.55556vw !important;
  }
  .pdt-sp--45 {
    padding-top: 4vw !important;
  }
  .pdt-sp--50 {
    padding-top: 4.44444vw !important;
  }
  .pdt-sp--55 {
    padding-top: 4.88889vw !important;
  }
  .pdt-sp--60 {
    padding-top: 5.33333vw !important;
  }
  .pdt-sp--65 {
    padding-top: 5.77778vw !important;
  }
  .pdt-sp--70 {
    padding-top: 6.22222vw !important;
  }
  .pdt-sp--75 {
    padding-top: 6.66667vw !important;
  }
  .pdt-sp--80 {
    padding-top: 7.11111vw !important;
  }
  .pdt-sp--85 {
    padding-top: 7.55556vw !important;
  }
  .pdt-sp--90 {
    padding-top: 8vw !important;
  }
  .pdt-sp--95 {
    padding-top: 8.44444vw !important;
  }
  .pdt-sp--100 {
    padding-top: 8.88889vw !important;
  }
}
/* ---------------------------------------------
*   padding-bottom
--------------------------------------------- */
.pdb-pc--0 {
  padding-bottom: 0 !important;
}
.pdb-pc--5 {
  padding-bottom: 5px !important;
}
.pdb-pc--10 {
  padding-bottom: 10px !important;
}
.pdb-pc--15 {
  padding-bottom: 15px !important;
}
.pdb-pc--20 {
  padding-bottom: 20px !important;
}
.pdb-pc--25 {
  padding-bottom: 25px !important;
}
.pdb-pc--30 {
  padding-bottom: 30px !important;
}
.pdb-pc--35 {
  padding-bottom: 35px !important;
}
.pdb-pc--40 {
  padding-bottom: 40px !important;
}
.pdb-pc--45 {
  padding-bottom: 45px !important;
}
.pdb-pc--50 {
  padding-bottom: 50px !important;
}
.pdb-pc--55 {
  padding-bottom: 55px !important;
}
.pdb-pc--60 {
  padding-bottom: 60px !important;
}
.pdb-pc--65 {
  padding-bottom: 65px !important;
}
.pdb-pc--70 {
  padding-bottom: 70px !important;
}
.pdb-pc--75 {
  padding-bottom: 75px !important;
}
.pdb-pc--80 {
  padding-bottom: 80px !important;
}
.pdb-pc--85 {
  padding-bottom: 85px !important;
}
.pdb-pc--90 {
  padding-bottom: 90px !important;
}
.pdb-pc--95 {
  padding-bottom: 95px !important;
}
.pdb-pc--100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 896px) {
  .pdb-sp--0 {
    padding-bottom: 0 !important;
  }
  .pdb-sp--5 {
    padding-bottom: 0.44444vw !important;
  }
  .pdb-sp--10 {
    padding-bottom: 0.88889vw !important;
  }
  .pdb-sp--15 {
    padding-bottom: 1.33333vw !important;
  }
  .pdb-sp--20 {
    padding-bottom: 1.77778vw !important;
  }
  .pdb-sp--25 {
    padding-bottom: 2.22222vw !important;
  }
  .pdb-sp--30 {
    padding-bottom: 2.66667vw !important;
  }
  .pdb-sp--35 {
    padding-bottom: 3.11111vw !important;
  }
  .pdb-sp--40 {
    padding-bottom: 3.55556vw !important;
  }
  .pdb-sp--45 {
    padding-bottom: 4vw !important;
  }
  .pdb-sp--50 {
    padding-bottom: 4.44444vw !important;
  }
  .pdb-sp--55 {
    padding-bottom: 4.88889vw !important;
  }
  .pdb-sp--60 {
    padding-bottom: 5.33333vw !important;
  }
  .pdb-sp--65 {
    padding-bottom: 5.77778vw !important;
  }
  .pdb-sp--70 {
    padding-bottom: 6.22222vw !important;
  }
  .pdb-sp--75 {
    padding-bottom: 6.66667vw !important;
  }
  .pdb-sp--80 {
    padding-bottom: 7.11111vw !important;
  }
  .pdb-sp--85 {
    padding-bottom: 7.55556vw !important;
  }
  .pdb-sp--90 {
    padding-bottom: 8vw !important;
  }
  .pdb-sp--95 {
    padding-bottom: 8.44444vw !important;
  }
  .pdb-sp--100 {
    padding-bottom: 8.88889vw !important;
  }
}
@media screen and (min-width: 897px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .sp-hide {
    display: none !important;
  }
}
/* Pagination STYLES */
.pagination {
  padding: 80px 0 0;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  padding: 10px 18px;
  color: #3853a6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.pagination li a.is-active {
  background-color: #3853a6;
  border-radius: 100%;
  color: #fff;
}
/*  contact
--------------------------------------------- */
.contact-wrap {
  padding-bottom: 130px;
  margin-bottom: 100px;
  padding: 50px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
}
.contact-wrap .c-btn-2 + .partner-contact__txt {
  margin-top: 85px;
}
.contact-wrap .c-col-btns--service-page {
  margin-bottom: 35px;
}
@media screen and (max-width: 896px) {
  .contact-wrap {
    padding-bottom: 17.77778vw;
  }
}
/*  privacy policy
--------------------------------------------- */
.policy-wrap {
  padding-bottom: 130px;
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .policy-wrap {
    padding-bottom: 17.77778vw;
  }
}
.policy-wrap {
  padding: 50px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
  box-shadow: 0 15px 24px rgba(56, 83, 166, 0.15);
}
.policy-wrap h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.07143rem;
  margin: 0 0 10px;
}
.policy-wrap h4 {
  font-weight: bold;
  margin: 0 0 10px;
}
.policy-wrap p {
  margin: 0 0 10px;
}
.policy-wrap hr {
  margin: 50px 0 20px;
  border-top: 1px solid #8093c6;
}
.policy-wrap .signature {
  text-align: right;
}
.policy-wrap .policy-contact {
  border: 1px dotted #8093c6;
  padding: 10px;
}
/* load animation */
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2001;
}
@-moz-keyframes dots-loader {
  0% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  8.33% {
    -moz-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  16.67% {
    -moz-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  25% {
    -moz-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  33.33% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
  }
  41.67% {
    -moz-box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  50% {
    -moz-box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  58.33% {
    -moz-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  66.67% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  75% {
    -moz-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  83.33% {
    -moz-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
  }
  91.67% {
    -moz-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  100% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
}
@-webkit-keyframes dots-loader {
  0% {
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  8.33% {
    -webkit-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  16.67% {
    -webkit-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  25% {
    -webkit-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  33.33% {
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
  }
  41.67% {
    -webkit-box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  50% {
    -webkit-box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  58.33% {
    -webkit-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  66.67% {
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  75% {
    -webkit-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  83.33% {
    -webkit-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
  }
  91.67% {
    -webkit-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  100% {
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
}
@keyframes dots-loader {
  0% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  8.33% {
    -moz-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  16.67% {
    -moz-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px 14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  25% {
    -moz-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  33.33% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb -14px -14px 0 7px;
  }
  41.67% {
    -moz-box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    -webkit-box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  50% {
    -moz-box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    -webkit-box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  58.33% {
    -moz-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b -14px 14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  66.67% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b -14px -14px 0 7px, #9aba1c -14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  75% {
    -moz-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    -webkit-box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
    box-shadow: #f3d324 14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px -14px 0 7px, #92cbeb 14px -14px 0 7px;
  }
  83.33% {
    -moz-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
    box-shadow: #f3d324 14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb 14px 14px 0 7px;
  }
  91.67% {
    -moz-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px 14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
  100% {
    -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
    box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  }
}
/* :not(:required) hides this rule from IE9 and below */
.dots-loader:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 100%;
  -moz-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  -webkit-box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  box-shadow: #f3d324 -14px -14px 0 7px, #d0182b 14px -14px 0 7px, #9aba1c 14px 14px 0 7px, #92cbeb -14px 14px 0 7px;
  -moz-animation: dots-loader 5s infinite ease-in-out;
  -webkit-animation: dots-loader 5s infinite ease-in-out;
  animation: dots-loader 5s infinite ease-in-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.list-bnr {
  display: flex;
  width: 320px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
}
.list-bnr li {
  width: 47%;
}
.bnr {
  width: 320px;
}
.bnr img {
  width: 100%;
  height: auto;
}
/*  ISMS P-mark BCP グッドデザイン
--------------------------------------------- */
.pmark-isms {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
.pmark-wrap,
.bcp-wrap {
  padding: 0.8em 1.2em;
}
.footer-container .pmark-wrap,
.footer-container .bcp-wrap {
  border: 1px solid rgba(233, 242, 188, 0.9);
  border-right: 0;
}
.isms-wrap {
  border: 1px solid #dedede;
  padding: 0.8em 1.2em;
}
.footer-container .isms-wrap {
  border-color: rgba(77, 113, 0, 0.35);
}
.bg-mark-learno {
  background-color: white;
  border: 4px solid #a2d08c;
  border-radius: 8px;
  width: 64px;
  height: 80px;
  padding: 9px;
}
.gd-wrap img {
  width: 70px;
}
.bcp-wrap img {
  width: 70px;
}
.pmark-wrap img {
  width: 70px;
}
.isms-wrap img {
  width: 56px;
}
.isms-wrap img:first-child {
  margin-right: 1em;
  width: 50px;
}
.bizps-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(233, 242, 188, 0.9);
  padding: 0 20px;
}
.bizps-wrap img {
  width: 120px;
}
@media screen and (max-width: 896px) {
  .pmark-isms {
    flex-wrap: wrap;
  }
  .isms-wrap {
    padding-bottom: 17.77778vw;
  }
  .bcp-wrap img,
  .pmark-wrap img,
  .isms-wrap img,
  .gd-wrap img {
    width: 50px;
  }
  .isms-wrap {
    padding: 0.2em;
  }
}
/* ---------------------------------------------
*   カテゴリースタイル
--------------------------------------------- */
.btn-sm {
  padding: 0.8em 1.2em;
  background: #3856a620;
  border-radius: 0.8em;
  font-weight: 600;
  box-shadow: inset 5px 5px 5px #3856a610, inset -5px -5px 5px #3856a610;
}
.btn-sm:hover {
  background: #3856a635;
}
/*  Category List
--------------------------------------------- */
.category_list li {
  display: inline-block;
  border-bottom: none;
}
.phil-cassette__category {
  font-weight: 600;
  text-align: right;
  margin-top: 0.8em;
}
.phil-cassette__category a {
  color: #3856a6;
}
/*  採用ページに追加
--------------------------------------------- */
.hr-online_interview {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
}
img.image-online {
  max-width: 130px;
  margin-top: 60px;
}
img.image-wave {
  max-width: 750px;
}
img.image-megaphone {
  max-width: 120px;
  margin-top: 20px;
}
h2.megaphone {
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #3853a6;
}
h2.megaphone:before,
h2.megaphone:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #3853a6;
}
h2.megaphone:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
h2.megaphone:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.c-txt-online_interview {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2em;
}
.c-txt-online_interview + .c-btn-1 {
  margin-bottom: 4em;
  text-align: center;
}
.c-txt-online_interview + .c-btn-1 p {
  margin-top: 1.6em;
  text-align: left;
}
.c-txt-online_interview strong {
  font-weight: 600;
}
.marker {
  background: linear-gradient(transparent 50%, #f9e059 50%);
}
img.image-online_interview {
  max-width: 320px;
  width: 100%;
}
.box-online_interview {
  background: white;
  padding: 2em;
  border-radius: 2em;
  margin-bottom: 4em;
}
.box-online_interview .c-txt-online_interview + .c-btn-1 {
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  .box-online_interview {
    padding: 2em 0;
  }
  .hr-online_interview {
    flex-wrap: wrap-reverse;
  }
  img.image-megaphone {
    max-width: 75px;
    margin-top: 0;
    margin-left: auto;
  }
  img.image-online {
    max-width: 80px;
    margin-top: 0;
    margin-right: auto;
  }
  img.image-wave {
    max-width: 100%;
  }
  h2.megaphone {
    font-size: 22px;
  }
  .c-txt-online_interview {
    letter-spacing: 0.1em;
    font-size: 1rem;
    margin-top: 1em;
  }
  .box-online_interview .c-txt-online_interview {
    margin-top: 0;
    padding: 0 0.8em;
  }
  .c-txt-online_interview + .c-btn-1 p {
    font-size: 0.875rem;
  }
}
.bnr-interview-mirai {
  display: block;
  width: 1000px;
  height: 140px;
  background-image: url(../img/recruit/bnr-interview-mirai.png);
  background-size: 100% auto;
  transition: linear;
  margin-bottom: 2.4em;
}
.bnr-interview-mirai:hover {
  background-image: url(../img/recruit/bnr-interview-mirai_hover.png);
  background-size: 100% auto;
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .bnr-interview-mirai {
    width: 360px;
    height: 190px;
    background-image: url(../img/recruit/bnr-interview-mirai_smp.png);
    background-repeat: no-repeat;
    margin: 0 auto 4em;
  }
  .bnr-interview-mirai:hover {
    background-image: url(../img/recruit/bnr-interview-mirai_smp.png);
    opacity: 0.8;
  }
}
.bnr-100views {
  display: block;
  width: 1000px;
  max-width: 99%;
  aspect-ratio: 125/31;
  height: auto;
  background-image: url(../img/recruit/bnr-100views.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 0.5s;
  margin: 4.8em auto;
  box-shadow: 0 12px 20px rgba(56, 83, 166, 0.15);
}
.bnr-100views:hover {
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .bnr-100views {
    width: 100%;
    margin: 2em auto 4em;
    box-shadow: 0 2vw 4vw rgba(56, 83, 166, 0.15);
  }
}
@media screen and (max-width: 640px) {
  .bnr-100views {
    background-image: url(../img/recruit/bnr-100views_smp.jpg);
    aspect-ratio: 5/4;
    background-repeat: no-repeat;
  }
}
.bnr-lantern {
  display: block;
  width: 640px;
  background-image: url(../img/recruit/bnr-lanternver2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  aspect-ratio: 4 /1;
  transition: linear;
  margin: 1.6em auto 2.4em;
  box-shadow: 0px 4px 2px -1px rgba(24, 54, 134, 0.2), 0px 2px 2px 0px rgba(24, 54, 134, 0.14), 0px 2px 6px 0px rgba(24, 54, 134, 0.16);
}
.bnr-lantern:hover {
  background-image: url(../img/recruit/bnr-lanternver2_hover.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  aspect-ratio: 4 /1;
  box-shadow: 0px 2px 1px -1px rgba(255, 197, 36, 0.2), 0px 1px 1px 0px rgba(255, 197, 36, 0.14), 0px 1px 3px 0px rgba(255, 197, 36, 0.16);
}
@media screen and (max-width: 896px) {
  .bnr-lantern {
    width: 100%;
  }
}
/*  よくある質問　作業中
--------------------------------------------- */
.about-cassete__item_background {
  background-color: #f8df5a;
}
.about-cassete__item-txt_border {
  border: solid 1px #9ec6d2;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.6;
}
/*  パートナーシップ構築宣言
--------------------------------------------- */
.box-declaration {
  font-family: "irohamaru", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  border-radius: 200px;
  border: 3px solid #74a0e1;
  background: linear-gradient(108deg, rgba(249, 224, 89, 0.1) 6.91%, rgba(253, 60, 11, 0.1) 35.24%, rgba(171, 204, 3, 0.1) 63.57%, rgba(150, 184, 233, 0.15) 92.76%);
  padding: 4em 8em;
  margin: 6em 0 4em;
}
.box-declaration p + p {
  margin-top: 1.6em;
}
.box-declaration a {
  color: #3853a6;
  text-decoration: underline;
}
.logo-biz-partnership {
  width: 400px;
  height: 160px;
  border-radius: 80px;
  background: white;
  border: 4px double #74a0e1;
  margin: -9em auto 2em;
}
.logo-biz-partnership h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.logo-biz-partnership img {
  width: 240px;
}
@media screen and (max-width: 896px) {
  .box-declaration {
    font-size: 1rem;
    border-radius: 40px;
    padding: 1.6em;
    margin: 3em 0 1.6em;
  }
  .logo-biz-partnership {
    width: 100%;
    margin: -4.5em auto 2em;
  }
  .logo-biz-partnership img {
    width: 200px;
  }
}
.list-style-disc {
  list-style: disc inside;
}
.list-style-circle {
  list-style: circle inside;
}
.list-style-disc &gt; li &gt; .list-style-circle {
  padding-left: 1.6em;
}
.list-style-circle a {
  color: #3853a6;
  text-decoration: underline;
}
</pre></body></html>