@charset "UTF-8";
/*
Theme Name: 株式会社ナルサワコンサルタント
*/
/*=======================================
リセット
=========================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  font: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

main {
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

li > a {
  display: block;
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

th {
  font-weight: normal;
}

div:last-child,
p:last-child,
li:last-child,
ul:last-child,
ol:last-child,
figure:last-child,
article:last-child {
  margin-bottom: 0 !important;
}

.blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ----------------------------- フォーム要素リセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'] {
  line-height: normal;
  /*ios placeholderのズレ*/
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

input[type='text'], input[type='email'], input[type='tel'], textarea {
  width: 100%;
}

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

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
  font-size: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

/*=======================================
スクロールバー
=========================================*/
/*=======================================
ワードプレス投稿エリア
=========================================*/
.l-entrybody {
  font-size: 1.4rem;
  line-height: 2;
  color: #2b2b2b;
  word-break: break-all;
}

.l-entrybody h1, .l-entrybody h2, .l-entrybody h3, .l-entrybody h4, .l-entrybody h5, .l-entrybody h6 {
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
}

.l-entrybody iframe {
  max-width: 100%;
}

.l-entrybody blockquote {
  margin: 15px 0 15px 24px;
}

.l-entrybody p {
  margin: 0 0 1.5rem;
}

.l-entrybody > img {
  margin: 0 0 1.5rem;
}

.l-entrybody .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 16px !important;
}

/*▼▼sp▼▼*/
/*▲▲sp▲▲*/
/*=======================================
ユーティリティクラス
=========================================*/
/*
  マージン
---------------------------------*/
/*pc用余白クラス*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-my105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-my110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-my115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-my120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/*sp用余白クラス*/
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .u-mtsp0 {
    margin-top: 0px !important;
  }
  .u-mtsp5 {
    margin-top: 5px !important;
  }
  .u-mtsp10 {
    margin-top: 10px !important;
  }
  .u-mtsp15 {
    margin-top: 15px !important;
  }
  .u-mtsp20 {
    margin-top: 20px !important;
  }
  .u-mtsp25 {
    margin-top: 25px !important;
  }
  .u-mtsp30 {
    margin-top: 30px !important;
  }
  .u-mtsp35 {
    margin-top: 35px !important;
  }
  .u-mtsp40 {
    margin-top: 40px !important;
  }
  .u-mtsp45 {
    margin-top: 45px !important;
  }
  .u-mtsp50 {
    margin-top: 50px !important;
  }
  .u-mtsp55 {
    margin-top: 55px !important;
  }
  .u-mtsp60 {
    margin-top: 60px !important;
  }
  .u-mtsp65 {
    margin-top: 65px !important;
  }
  .u-mtsp70 {
    margin-top: 70px !important;
  }
  .u-mtsp75 {
    margin-top: 75px !important;
  }
  .u-mtsp80 {
    margin-top: 80px !important;
  }
  .u-mtsp85 {
    margin-top: 85px !important;
  }
  .u-mtsp90 {
    margin-top: 90px !important;
  }
  .u-mtsp95 {
    margin-top: 95px !important;
  }
  .u-mtsp100 {
    margin-top: 100px !important;
  }
  .u-mtsp105 {
    margin-top: 105px !important;
  }
  .u-mtsp110 {
    margin-top: 110px !important;
  }
  .u-mtsp115 {
    margin-top: 115px !important;
  }
  .u-mtsp120 {
    margin-top: 120px !important;
  }
  .u-mbsp0 {
    margin-bottom: 0px !important;
  }
  .u-mbsp5 {
    margin-bottom: 5px !important;
  }
  .u-mbsp10 {
    margin-bottom: 10px !important;
  }
  .u-mbsp15 {
    margin-bottom: 15px !important;
  }
  .u-mbsp20 {
    margin-bottom: 20px !important;
  }
  .u-mbsp25 {
    margin-bottom: 25px !important;
  }
  .u-mbsp30 {
    margin-bottom: 30px !important;
  }
  .u-mbsp35 {
    margin-bottom: 35px !important;
  }
  .u-mbsp40 {
    margin-bottom: 40px !important;
  }
  .u-mbsp45 {
    margin-bottom: 45px !important;
  }
  .u-mbsp50 {
    margin-bottom: 50px !important;
  }
  .u-mbsp55 {
    margin-bottom: 55px !important;
  }
  .u-mbsp60 {
    margin-bottom: 60px !important;
  }
  .u-mbsp65 {
    margin-bottom: 65px !important;
  }
  .u-mbsp70 {
    margin-bottom: 70px !important;
  }
  .u-mbsp75 {
    margin-bottom: 75px !important;
  }
  .u-mbsp80 {
    margin-bottom: 80px !important;
  }
  .u-mbsp85 {
    margin-bottom: 85px !important;
  }
  .u-mbsp90 {
    margin-bottom: 90px !important;
  }
  .u-mbsp95 {
    margin-bottom: 95px !important;
  }
  .u-mbsp100 {
    margin-bottom: 100px !important;
  }
  .u-mbsp105 {
    margin-bottom: 105px !important;
  }
  .u-mbsp110 {
    margin-bottom: 110px !important;
  }
  .u-mbsp115 {
    margin-bottom: 115px !important;
  }
  .u-mbsp120 {
    margin-bottom: 120px !important;
  }
  .u-mysp0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mysp5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-mysp10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-mysp15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-mysp20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-mysp25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-mysp30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-mysp35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-mysp40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mysp45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-mysp50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-mysp55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-mysp60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-mysp65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-mysp70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-mysp75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-mysp80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mysp85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-mysp90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-mysp95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-mysp100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-mysp105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-mysp110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-mysp115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-mysp120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

/*▲▲sp▲▲*/
/*
  文字構え
---------------------------------*/
.u-center {
  text-align: center !important;
}

.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-right th, .u-right td {
  text-align: right !important;
}

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

.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1rem;
  margin-left: 1rem;
}

/*  
  フォント
---------------------------------*/
.u-mincho {
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.u-gothic {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.u-italic {
  font-style: italic;
}

/*  
  電話番号
---------------------------------*/
@media (min-width: 768px) {
  .u-tel {
    pointer-events: none;
  }
}

/*pc*/
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #1c1c1c;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: .18em;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.text{
    color: #0B9DD9;
}

img, svg {
  max-width: 100%;
  height: auto;
}

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

/*pc*/
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*▲▲sp▲▲*/
.js-parallax div {
  width: 100% !important;
  min-height: 120%;
}

/*下層ページタイトル*/
.l-page-head {
  padding-top: 154px;
  overflow: hidden;
}

.l-page-head .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
  color: #fff;
  text-align: center;
  background-size: 0;
}

.l-page-head .title::before {
  position: absolute;
  display: block;
  content: '';
  position: fixed;
  top: 135px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 400px;
  background-image: inherit;
  background-size: cover;
  background-position: center;
}

.l-page-head .title::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: 2;
  width: 1px;
  height: 95px;
  background: rgba(255, 255, 255, 0.74);
}

.l-page-head .title__ja {
  position: relative;
  z-index: 3;
  display: block;
  margin-bottom: 7px;
  font-size: 1.8rem;
}

.l-page-head .title__en {
  position: relative;
  z-index: 3;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.is-archive .l-page-head, .is-post .l-page-head, .is-works .l-page-head, .is-single .l-page-head, .is-contact .l-page-head, .is-privacy-policy .l-page-head, .is-search .l-page-head {
  padding-top: 100px;
}

.is-archive .l-page-head .title::before, .is-post .l-page-head .title::before, .is-works .l-page-head .title::before, .is-single .l-page-head .title::before, .is-contact .l-page-head .title::before, .is-privacy-policy .l-page-head .title::before, .is-search .l-page-head .title::before {
  top: 80px;
}

/*パンくず*/
.l-breadcrumb {
  margin-bottom: 75px;
  padding-top: 15px;
  font-size: 1rem;
  color: #7f7f7f;
}

.l-breadcrumb__list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-breadcrumb__item {
  display: inline;
  position: relative;
  margin-right: 25px;
  color: #7f7f7f;
  vertical-align: middle;
}

.l-breadcrumb__item::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -18px;
  width: 6px;
  height: 1px;
  background: #252525;
}

.l-breadcrumb__item:last-child {
  margin-right: 0;
  color: #252525;
  font-weight: bold;
}

.l-breadcrumb__item:last-child::after {
  display: none;
}

.l-breadcrumb__item a {
  display: inline;
}

/*下層ページコンテンツ*/
.l-page {
  background: #fff;
}

.l-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.l-news .title {
  padding: 0 75px 0 0;
  font-size: 2.8rem;
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  color: #8c8c8c;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.l-news .news {
  width: 100%;
  max-width: 900px;
}

.l-news .news__item {
  margin-bottom: 20px;
}

.l-news .news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-news .news__date {
  font-size: 1.3rem;
}

.l-news .news__category {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 110px;
  margin: 0 25px 0 30px;
  padding: 4px 7px;
  font-size: 1.2rem;
  color: #797979;
  text-align: center;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-news .readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 120px;
  padding-bottom: 5px;
  margin-left: 85px;
  border-bottom: 1px solid #5a5a5a;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .l-page-head {
    padding-top: 0 !important;
  }
  .l-page-head .title {
    height: 200px;
  }
  .l-page-head .title:before {
    top: 0 !important;
    height: 200px;
  }
  .l-page-head .title:after {
    height: 50px;
  }
  .l-page-head .title__ja {
    font-size: 1.4rem;
  }
  .l-page-head .title__en {
    font-size: 3.2rem;
  }
  .l-breadcrumb {
    margin-bottom: 30px;
  }
  .l-news {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-news .title {
    padding: 0 20px 0 0;
    font-size: 2.4rem;
  }
  .l-news .news {
    width: calc(100% - 60px);
  }
  .l-news .news__item {
    margin-bottom: 15px;
  }
  .l-news .news__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-news .news__date {
    font-size: 1rem;
  }
  .l-news .news__category {
    width: 100px;
    padding: 0;
    margin: 0 0 0 15px;
    font-size: 1.2rem;
  }
  .l-news .news__title {
    width: 100%;
    margin-top: 5px;
  }
  .l-news .readmore {
    margin: 30px auto 0;
  }
}

/*▲▲sp▲▲*/
/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  -webkit-transition: .2s;
  transition: .2s;
  min-width: 1200px;
}

.l-header nav, .l-header div, .l-header ul, .l-header li, .l-header a {
  height: 100%;
}

.l-header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 70px;
}

.l-header.is-scrolled {
  height: 80px;
  background: #fff;
}

.l-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header .logo img {
  width: 100%;
}

.l-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header .nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header .nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  font-size: 1.7rem;
  letter-spacing: .05em;
  white-space: nowrap;
}

.l-header .nav__link.is-active, .l-header .nav__link:hover {
  color: #0B9DD9;
}

.l-header .nav__link.is-active {
  color: #0B9DD9;
}

.l-header .nav__link.is-active::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0B9DD9;
}

.l-header .nav__link--recruit::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 34px;
  background: #9a9a9a;
}

.l-header .search__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 100%;
}

.l-header .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin-left: 20px;
}

.l-header .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: #fff;
  background: #0B9DD9;
}

.l-header .btn span {
  display: block;
  font-size: .8rem;
}

.l-header .btn:first-child {
  border-right: 1px solid #fff;
}

.l-header .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  height: auto;
  background: #f7fafd;
  overflow: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.42, 0, 0.13, 1.02);
  transition: 0.4s cubic-bezier(0.42, 0, 0.13, 1.02);
}

.l-header .dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          /* justify-content: flex-end; */
          justify-content: flex-start;
  max-width: 1350px;
  padding: 15px 385px 10px 20px;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: .3s ease-in .12s;
  transition: .3s ease-in .12s;
}

.l-header .dropdown__item {
  margin-bottom: 5px;
}

.l-header .dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*padding: 0 20px;*/
  padding: 0 15px;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.l-header .dropdown__link:hover {
  color: #0B9DD9;
}

.l-header .dropdown__search {
  padding: 15px 360px 15px 20px;
}

.l-header .dropdown__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  max-width: 840px;
}

.l-header .dropdown__search input {
  height: 50px;
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #c7c7c7;
  background: #fff;
}

.l-header .dropdown__search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: #0B9DD9;
}

.l-header .dropdown__link.is-active {
  color: #0B9DD9;
}

.l-header .nav__link:hover ~ .dropdown, .l-header .dropdown:hover, .l-header .dropdown[aria-hidden="false"] {
  max-height: 200px;
}

.l-header .nav__link:hover ~ .dropdown .dropdown__list, .l-header .dropdown:hover .dropdown__list, .l-header .dropdown[aria-hidden="false"] .dropdown__list {
  opacity: 1;
}

.l-header .nav__link.is-active ~ .dropdown, .l-header .dropdown[aria-hidden="false"] {
  z-index: -1;
  max-height: inherit;
}

.l-header .nav__link.is-active ~ .dropdown .dropdown__list, .l-header .dropdown[aria-hidden="false"] .dropdown__list {
  opacity: 1;
}

/*l-header*/
body:not(.is-home) .l-header {
  background: #fff;
}

@media (max-width: 1640px) {
  .l-header {
    height: 80px;
  }
  .l-header .inner {
    padding: 0 0 0 15px;
  }
  .l-header .logo {
    max-width: 250px;
  }
  .l-header .nav__link {
    padding: 0 13px;
    font-size: 1.4rem;
  }
  .l-header .nav__link.is-active::after {
    display: none;
  }
  .l-header .search__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
  }
  .l-header .btn-wrap {
    width: 280px;
    margin-left: 15px;
  }
  .l-header .btn {
    font-size: 1.5rem;
  }
  .l-header .dropdown__list {
    padding-right: 295px;
    opacity: 0;
    -webkit-transition: .3s ease-in .15s;
    transition: .3s ease-in .15s;
  }
  .l-header .dropdown__link {
    padding: 0 12px;
  }
  .l-header .dropdown__search {
    padding: 15px 280px 15px 20px;
  }
  .l-header .dropdown__search form {
    max-width: 640px;
  }
  /*l-header*/
}

/*mq1600*/
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .l-header {
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    min-width: 0px;
  }
  .l-header nav, .l-header div, .l-header ul, .l-header li, .l-header a {
    height: auto;
  }
  .l-header .inner {
    position: relative;
    z-index: 99;
    padding: 0;
  }
  .l-header.is-scrolled {
    height: auto;
  }
  .l-header .nav {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  .l-header .nav__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    height: calc(100% - 60px);
    padding: 30px 7.5px;
    background: rgba(255, 255, 255, 0.93);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .l-header .nav__list {
    display: block;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    width: 100%;
  }
  .l-header .nav__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  .l-header .nav__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    border-bottom: 1px solid #599cd7;
  }
  .l-header .nav__link::after {
    display: none;
  }
  .l-header .nav__link--recruit:before {
    display: none;
  }
  .l-header .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 100%;
    margin-left: 0;
    margin-left: auto;
  }
  .l-header .btn {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #fff;
    background: #0B9DD9;
  }
  .l-header .btn span {
    display: block;
    font-size: .8rem;
  }
  .l-header .btn:first-child {
    border-right: 1px solid #fff;
  }
  .l-header .dropdown {
    position: static;
    max-height: 100%;
    background: none;
  }
  .l-header .dropdown__list {
    display: block;
    padding: 0;
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .l-header .dropdown__item {
    margin-bottom: 5px;
  }
  .l-header .dropdown__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    font-size: 1.1rem;
  }
  .l-header .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 7.5px 0;
    padding-top: 15px;
    border-top: 1px solid #c7c7c7;
  }
  .l-header .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header .sns li {
    margin-right: 25px;
  }
  .l-header .sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header .privacylink {
    position: relative;
    padding-left: 20px;
    font-size: 1.1rem;
  }
  .l-header .privacylink::before {
    position: absolute;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    width: 10px;
    height: 1px;
    background: #888888;
  }
  .l-header .search-sp {
    max-width: 100%;
    width: 280px;
    margin-bottom: 30px;
    margin-left: 7.5px;
  }
  .l-header .search-sp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header .search-sp input {
    height: 35px;
    padding: 5px 10px;
    font-size: 1.6rem;
    border: 1px solid #c7c7c7;
    background: #fff;
  }
  .l-header .search-sp button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    background: #0B9DD9;
  }
  .l-header .search-sp button img {
    width: 16px;
  }
  .l-header .nav__inner[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
  }
  /*l-header*/
}

/*▲▲sp▲▲*/
/**/
/*=======================================
spメニュー
=========================================*/
.c-toggler {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 30px;
  height: 32px;
  text-align: center;
}

.c-toggler__border {
  display: block;
  width: 30px;
  height: 16px;
  margin: 0 auto;
}

.c-toggler__border span {
  display: block;
  height: 1px;
  width: 30px;
  background-color: #000;
  margin: 5px auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.c-toggler__border-one {
  margin-top: 0 !important;
}

.c-toggler__border-three {
  margin-bottom: 0 !important;
}

.c-toggler__text-close {
  display: none;
}

.c-toggler[aria-expanded="true"] .c-toggler__border-one {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.c-toggler[aria-expanded="true"] .c-toggler__border-two {
  opacity: 0;
}

.c-toggler[aria-expanded="true"] .c-toggler__border-three {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.c-toggler[aria-expanded="true"] .c-toggler__text-open {
  display: none;
}

.c-toggler[aria-expanded="true"] .c-toggler__text-close {
  display: inline;
}

/*=======================================
ヘッダー（スマホ横）
=========================================*/
/*orientation: landscape*/
/*=======================================
お問合せ
=========================================*/
.l-contact {
  padding-top: 100px;
  background: #fff;
}

.l-contact .inner {
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.l-contact .c-btn1 {
  width: 640px;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  padding-top: 60px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  background: #fdfdfd;
}

.l-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

.l-footer .block {
  max-width: 400px;
  padding-right: 15px;
}

.l-footer .logo {
  display: table;
  margin-bottom: 25px;
}

.l-footer .text {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}

.l-footer .link {
  position: relative;
  display: table;
  padding-left: 15px;
  margin-bottom: 15px;
}

.l-footer .link::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 1px;
  background: #888888;
}

.l-footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer .sns li {
  margin-right: 30px;
}

.l-footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1280px;
  letter-spacing: .05em;
}

.l-footer .sitemap__list {
  padding: 0 2%;
}

.l-footer .sitemap__parent {
  margin-bottom: 15px;
  font-size: 1.7rem;
  white-space: nowrap;
}

.l-footer .sitemap__child {
  margin-bottom: 5px;
}

.l-footer .copy {
  padding: 19px 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background: #888888;
}

@media (max-width: 1640px) {
  .l-footer {
    font-size: 1.2rem;
  }
  .l-footer .sitemap__list {
    padding: 0 1%;
  }
  .l-footer .sitemap__parent {
    font-size: 1.5rem;
  }
}

/*mq1640*/
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .l-contact {
    padding-top: 50px;
  }
  .l-contact .inner {
    padding: 50px 0;
  }
  .l-contact .c-btn1 {
    width: 280px;
  }
  .l-footer {
    padding-top: 50px;
  }
  .l-footer .inner {
    padding-bottom: 50px;
  }
  .l-footer .block {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .l-footer .logo {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .l-footer .logo img {
    max-width: 280px;
  }
  .l-footer .text {
    text-align: center;
    border-bottom: none;
  }
  .l-footer .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer .sns li:last-child {
    margin-right: 0;
  }
  .l-footer .copy {
    letter-spacing: .1em;
  }
}

/*▲▲sp▲▲*/
/*=======================================
ページトップへ
=========================================*/
.l-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}

.l-pagetop .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-pagetop .text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #0B9DD9;
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-writing-mode: tb;
          writing-mode: tb;
  -ms-writing-mode: tb-rl;
}

.l-pagetop .bar {
  width: 1px;
  height: 70px;
  background: #0B9DD9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .l-pagetop {
    right: 10px;
    bottom: 75px;
  }
}

/*▲▲sp▲▲*/
/* ----------------------------- 2. トップページ */
/*=======================================
トップページ
=========================================*/
.l-contents .p-top {
  overflow: hidden;
  margin-bottom: -100px !important;
}

.p-top__kv {
  position: relative;
  z-index: 2;
}

.p-top__kv::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 50px;
  right: 0;
  z-index: 2;
  width: 450px;
  height: 440px;
  background: url(img/top/bg.png) no-repeat center;
  background-size: 100% auto;
}

.p-top__kv[data-scroll="onScreen"] .slider__item:nth-child(1)::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-top__kv[data-scroll="onScreen"] h1, .p-top__kv[data-scroll="onScreen"] .icon {
  opacity: 1;
}

.p-top__kv h1 {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 10;
  padding: 70px 15% 0 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: right;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.42, 0, 0.13, 1.02) 1s;
  transition: 1s cubic-bezier(0.42, 0, 0.13, 1.02) 1s;
}

.p-top__kv .slider {
  width: 100%;
  height: 100%;
}

.p-top__kv .slider__item:nth-child(1) {
  background-image: url(img/top/slider1.jpg);
}

.p-top__kv .slider__item:nth-child(2) {
  background-image: url(img/top/slider2.jpg);
}

.p-top__kv .slider__item:nth-child(3) {
  background-image: url(img/top/slider3.jpg);
}

.p-top__kv .slider__item:nth-child(4) {
  background-image: url(img/top/slider4.jpg);
}

.p-top__kv .slider__item:nth-child(5) {
  background-image: url(img/top/slider5.jpg);
}

.p-top__kv .slider__item {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 970px;
  background-size: cover;
  overflow: hidden;
}

.p-top__kv .slider__item:nth-child(1) {
  background-size: 0;
}

.p-top__kv .slider__item:nth-child(1)::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: center right;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1.8s cubic-bezier(0.42, 0, 0.13, 1.02);
  transition: opacity 1s ease-in-out, -webkit-transform 1.8s cubic-bezier(0.42, 0, 0.13, 1.02);
  transition: transform 1.8s cubic-bezier(0.42, 0, 0.13, 1.02), opacity 1s ease-in-out;
  transition: transform 1.8s cubic-bezier(0.42, 0, 0.13, 1.02), opacity 1s ease-in-out, -webkit-transform 1.8s cubic-bezier(0.42, 0, 0.13, 1.02);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.p-top__kv .scroll {
  position: absolute;
  bottom: 50px;
  left: 75px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 140px;
  overflow: hidden;
}

.p-top__kv .scroll__bar {
  position: relative;
  height: 100%;
  width: 1px;
}

.p-top__kv .scroll__bar::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 140px;
  background: #fff;
  -webkit-animation: bar 2.5s ease-in-out infinite;
          animation: bar 2.5s ease-in-out infinite;
}

.p-top__kv .scroll__text {
  padding-left: 15px;
  font-size: .9rem;
  color: #fff;
  white-space: nowrap;
}

.p-top__kv .icon {
  position: absolute;
  bottom: -55px;
  right: 60px;
  z-index: 10;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: 1s ease-in-out 1.5s;
  transition: 1s ease-in-out 1.5s;
}

.p-top__about {
  margin-bottom: 100px;
}

.p-top__about .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 45px;
}

.p-top__about .foot {
  height: 345px;
  background-size: cover;
}

.p-top__about .block {
  width: 50%;
  padding: 100px 0;
}

.p-top__about .image {
  position: relative;
  width: 50%;
}

.p-top__about .image__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -50px auto;
}

.p-top__about h2 {
  margin-bottom: 35px;
  font-weight: bold;
}

.p-top__about h2 .sub {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: rgba(28, 28, 28, 0.6);
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-top__about h2 .main {
  font-size: 3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.p-top__about .text {
  font-size: 1.8rem;
}

.p-top__about .text p {
  margin-bottom: 35px;
}

.p-top__about .c-btn1 {
  margin-left: 0;
}

.p-top__solution {
  margin-bottom: 100px;
}

.p-top__works {
  overflow: hidden;
}

.p-top__works .text {
  margin-bottom: 45px;
  font-size: 2.2rem;
  text-align: center;
}

.p-top__recruit {
  position: relative;
  padding: 30px 0 100px;
  overflow: hidden;
}

.p-top__recruit::before {
  position: absolute;
  display: block;
  content: '';
  top: 200px;
  right: 0;
  width: 14vw;
  height: calc(100% - 200px);
  background: url(img/top/recruit_bg3.jpg) no-repeat top right;
  background-size: cover;
}

.p-top__recruit .icon {
  position: relative;
  display: table;
  top: 85px;
  left: 120px;
  z-index: 2;
}

.p-top__recruit .head {
  height: 245px;
  margin-bottom: 70px;
  background: url(img/top/recruit_bg.jpg) center;
  background-size: cover;
}

.p-top__recruit .link {
  margin-bottom: 100px;
}

.p-top__recruit .link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__recruit .link__image {
  height: 500px;
  background: url(img/top/recruit_bg2.jpg) center;
  background-size: cover;
}

.p-top__recruit .link__block {
  position: relative;
  width: 50%;
  padding: 75px 0 0 90px;
}

.p-top__recruit .link__block::before {
  position: absolute;
  display: block;
  content: '';
  top: -130px;
  width: 1px;
  height: 300px;
  background: #dbdbdb;
}

.p-top__recruit .link__block::after {
  position: absolute;
  display: block;
  content: '';
  top: -130px;
  width: 1px;
  height: 60px;
  background: #fff;
}

.p-top__recruit .link__text {
  font-size: 1.8rem;
}

.p-top__recruit .link__text p {
  margin-bottom: 35px;
}

.p-top__recruit .link__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__recruit .link__btns .c-btn1 {
  margin-right: 30px;
  margin-left: 0;
}

.p-top__recruit .c-title1 {
  padding: 0 0 0 50px;
  text-align: left;
}

.p-top__recruit .c-btn2 {
  margin: -5% 0 0 auto;
}

/*p-top__recruit*/
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .l-contents .p-top {
    overflow: hidden;
    margin-bottom: -50px !important;
  }
  .p-top__kv {
    margin-bottom: 50px;
  }
  .p-top__kv:before {
    width: 200px;
    height: 200px;
  }
  .p-top__kv h1 {
    margin-top: -75px;
    padding: 0 15px 0 0;
    font-size: 2.3rem;
    text-align: left;
    line-height: 1.75;
  }
  .p-top__kv .slider__item:nth-child(1) {
    background-image: url(img/top/slider1_sp.jpg);
  }
  .p-top__kv .slider__item:nth-child(2) {
    background-image: url(img/top/slider2_sp.jpg);
  }
  .p-top__kv .slider__item:nth-child(3) {
    background-image: url(img/top/slider3_sp.jpg);
  }
  .p-top__kv .slider__item:nth-child(4) {
    background-image: url(img/top/slider4_sp.jpg);
  }
  .p-top__kv .slider__item:nth-child(5) {
    background-image: url(img/top/slider5_sp.jpg);
  }
  .p-top__kv .slider__item {
    height: calc(100vh - 60px);
  }
  .p-top__kv .scroll {
    bottom: 30px;
    left: 15px;
  }
  .p-top__kv .scroll__bar {
    height: 140px;
  }
  .p-top__kv .scroll__text {
    padding-left: 10px;
  }
  .p-top__kv .icon {
    bottom: -15px;
    right: 15px;
    width: 200px;
  }
  .p-top__kv .logo {
    position: absolute;
    top: 25px;
    left: 15px;
  }
  .p-top__about {
    margin-bottom: 50px;
    text-align: center;
  }
  .p-top__about .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
  }
  .p-top__about .foot {
    height: 150px;
  }
  .p-top__about .block {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .p-top__about .image {
    width: 100%;
  }
  .p-top__about .image__inner {
    position: static;
    margin: 0;
  }
  .p-top__about h2 {
    margin-bottom: 25px;
  }
  .p-top__about h2 .sub {
    font-size: 1.2rem;
  }
  .p-top__about h2 .main {
    font-size: 2.4rem;
  }
  .p-top__about .text {
    font-size: 1.4rem;
  }
  .p-top__about .text p {
    margin-bottom: 25px;
  }
  .p-top__about .c-btn1 {
    margin-left: auto;
  }
  .p-top__solution {
    margin-bottom: 75px;
  }
  .p-top__works .text {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-top__recruit {
    position: relative;
    padding: 15px 0 50px;
  }
  .p-top__recruit::before {
    top: 235px;
    width: 30px;
    height: calc(100% - 120px);
  }
  .p-top__recruit .icon {
    top: 35px;
    left: 15px;
    width: 300px;
  }
  .p-top__recruit .head {
    height: 120px;
    margin-bottom: 15px;
  }
  .p-top__recruit .link {
    margin-bottom: 50px;
  }
  .p-top__recruit .link-inner {
    display: block;
  }
  .p-top__recruit .link__image {
    height: 200px;
    margin: 0 -15px 30px;
  }
  .p-top__recruit .link__block {
    width: 100%;
    padding: 0;
  }
  .p-top__recruit .link__block::before {
    position: absolute;
    display: block;
    content: '';
    top: -30px;
    width: 1px;
    height: 100px;
    background: #dbdbdb;
  }
  .p-top__recruit .link__block:after {
    display: none;
  }
  .p-top__recruit .link__text {
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .p-top__recruit .link__text p {
    margin-bottom: 20px;
  }
  .p-top__recruit .link__btns .c-btn1:nth-child(2) {
    margin-right: 0;
  }
  .p-top__recruit .c-title1 {
    padding: 0 0 0 30px;
    text-align: left;
  }
  .p-top__recruit .c-btn2 {
    margin: 45px 0 0 auto;
  }
  /*p-top__recruit*/
}

/*▲▲sp▲▲*/
/* ----------------------------- 3. 下層ページ */
/*=======================================
私たちについて
=========================================*/
.p-about-us__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-about-us__img li {
  width: 30.83%;
}

.p-about-us__lead {
  text-align: center;
  overflow: hidden;
  padding: 165px 0 0;
  margin-top: -100px;
  background: url(img/about-us/lead_bg.jpg) center;
  background-size: cover;
}

.p-about-us__lead h2 {
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.p-about-us__lead h2 span {
  display: block;
  margin-bottom: 30px;
}

.p-about-us__lead p {
  margin-bottom: 35px;
  font-size: 1.8rem;
}

.p-about-us__lead .icon {
  position: relative;
  bottom: -20px;
}

.p-about-us__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-about-us__link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*width: 50%;*/
  width: 33.3333%;
  padding: 8.5% 0 7%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*.p-about-us__link li:nth-child(n+3) {
  width: 33.333%;
}*/

.p-about-us__link p {
  font-size: 2.4rem;
  color: #fff;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-about-us__lead {
    padding: 80px 0 0;
    margin-top: -10%;
  }
  .p-about-us__lead h2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .p-about-us__lead h2 span img {
    max-width: 280px;
  }
  .p-about-us__lead p {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .p-about-us__lead .icon {
    bottom: 0;
  }
  .p-about-us__link ul {
    display: block;
  }
  .p-about-us__link li {
    width: 100%;
    padding: 25% 0 22%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .p-about-us__link li:nth-child(n+3) {
    width: 100%;
  }
  .p-about-us__link p {
    font-size: 1.8rem;
  }
}

/*▲▲sp▲▲*/
/*=======================================
私たちについて - 会社概要
=========================================*/
.p-company__basic {
  margin-bottom: 100px;
}

.p-company__basic .bg {
  height: 645px;
  background-size: cover;
  background-position: center;
}

.p-company__basic .title-wrap {
  position: relative;
  margin-top: -80px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

.p-company__basic .title {
  position: relative;
  top: -55px;
  font-size: 2.2rem;
  color: #0B9DD9;
}

.p-company__basic .title span {
  display: block;
  margin-top: 15px;
}

.p-company__basic .content {
  margin-bottom: 45px;
  font-size: 1.8rem;
}

.p-company__basic .content table {
  width: 100%;
}

.p-company__basic .content th {
  padding: 20px 45px 20px 0;
  color: #5b5b5b;
  border-right: 1px solid #d9d9d9;
  text-align: left;
}

.p-company__basic .content th span {
  font-size: 1.4rem;
}

.p-company__basic .content td {
  padding: 20px 0 20px 60px;
}

.p-company__basic .content li {
  margin-bottom: 35px;
}

.p-company__basic .map iframe {
  width: 100%;
}

.p-company__etc {
  margin-bottom: 100px;
}

.p-company__etc .etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.p-company__etc .etc__item {
  width: 30.2%;
}

.p-company__etc .etc__title {
  margin-bottom: 45px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}

.p-company__etc .etc__title .ja {
  font-size: 1.4rem;
}

.p-company__etc .etc__title .en {
  display: block;
  margin-top: 5px;
  font-size: 3.2rem;
  color: #0B9DD9;
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-company__etc .etc__image {
  height: 200px;
  text-align: center;
}

.p-company__etc .bg {
  height: 270px;
}

.p-company__certification {
  margin-bottom: 100px;
}

.p-company__certification ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company__certification li {
  width: 50%;
}

.p-company__certification dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company__certification dt {
  width: 50%;
  padding: 15px 45px 15px 0;
  color: #5b5b5b;
  border-right: 1px solid #d9d9d9;
}

.p-company__certification dd {
  width: 50%;
  padding: 15px 15px 15px 45px;
}

.p-company__member {
  margin-bottom: 100px;
}

.p-company__member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.p-company__member li {
  width: 50%;
  margin-bottom: 15px;
  padding: 0 15px 0 0;
  font-size: 1.8rem;
}

.p-company__licence {
  margin-bottom: 100px;
}

.p-company__licence ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-company__licence li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  margin-bottom: 15px;
  padding: 0 15px 0 0;
  font-size: 1.8rem;
}

.p-company__licence li .num {
  color: #0B9DD9;
}

.p-company__award {
  margin-bottom: 100px;
}

.p-company__thanks {
  margin-bottom: 100px;
}

.p-company__thanks table {
  font-size: 1.4rem;
}

.p-company__thanks th {
  padding: 15px;
  color: #fff;
  vertical-align: middle;
  background: #c8c8c8;
  border: 1px solid #e1e1e1;
}

.p-company__thanks th:nth-child(1) {
  width: 13.5%;
}

.p-company__thanks th:nth-child(2) {
  width: 37.5%;
}

.p-company__thanks th:nth-child(3) {
  width: 32%;
}

.p-company__thanks th:nth-child(4) {
  width: 17%;
}

.p-company__thanks td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
}

.p-company__quality .quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-company__quality .quality__block {
  padding-right: 15px;
}

.p-company__quality .quality__title {
  margin-bottom: 15px;
  font-size: 2.8rem;
  color: #0B9DD9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-company__basic {
    margin-bottom: 50px;
  }
  .p-company__basic .bg {
    height: 250px;
  }
  .p-company__basic .title-wrap {
    margin-top: -60px;
    background-image: linear-gradient(90deg, #fff 0%, #fff 290px, transparent 290px, transparent 100%);
  }
  .p-company__basic .title {
    top: -15px;
    font-size: 1.8rem;
  }
  .p-company__basic .title img {
    max-width: 260px;
  }
  .p-company__basic .title span {
    margin-top: 10px;
  }
  .p-company__basic .content {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-company__basic .content th {
    width: 100px;
    padding: 10px 15px 10px 0;
  }
  .p-company__basic .content th span {
    font-size: 1.2rem;
  }
  .p-company__basic .content td {
    padding: 10px 0 10px 15px;
  }
  .p-company__basic .content li {
    margin-bottom: 35px;
  }
  .p-company__basic .map iframe {
    height: 250px;
  }
  .p-company__etc {
    margin-bottom: 50px;
  }
  .p-company__etc .etc {
    display: block;
    margin-bottom: 30px;
  }
  .p-company__etc .etc__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-company__etc .etc__title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .p-company__etc .etc__title .ja {
    font-size: 1.2rem;
  }
  .p-company__etc .etc__title .en {
    font-size: 2.4rem;
  }
  .p-company__etc .etc__image {
    height: auto;
  }
  .p-company__etc .bg {
    height: 150px;
  }
  .p-company__certification {
    margin-bottom: 50px;
  }
  .p-company__certification ul {
    display: block;
  }
  .p-company__certification li {
    width: 100%;
  }
  .p-company__certification dt {
    width: 50%;
    padding: 10px 15px 10px 0;
    color: #5b5b5b;
    border-right: 1px solid #d9d9d9;
  }
  .p-company__certification dd {
    width: 50%;
    padding: 10px 0 10px 15px;
  }
  .p-company__member {
    margin-bottom: 50px;
  }
  .p-company__member ul {
    display: block;
  }
  .p-company__member li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.4rem;
  }
  .p-company__licence {
    margin-bottom: 50px;
  }
  .p-company__licence ul {
    display: block;
  }
  .p-company__licence li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.4rem;
  }
  .p-company__award {
    margin-bottom: 50px;
  }
  .p-company__thanks {
    margin-bottom: 50px;
  }
  .p-company__thanks .note {
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #0B9DD9;
  }
  .p-company__thanks .table-wrap {
    margin-right: -15px;
    overflow-x: scroll;
  }
  .p-company__thanks .table-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .p-company__thanks .table-wrap::-webkit-scrollbar-track {
    background: #efefef;
  }
  .p-company__thanks .table-wrap::-webkit-scrollbar-thumb {
    background: #0B9DD9;
  }
  .p-company__thanks table {
    width: 600px;
    font-size: 1.2rem;
  }
  .p-company__thanks th {
    padding: 10px 5px;
  }
  .p-company__thanks td {
    padding: 10px;
    vertical-align: inherit;
  }
  .p-company__quality .quality {
    display: block;
  }
  .p-company__quality .quality__block {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .p-company__quality .quality__title {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}

/*▲▲sp▲▲*/
/*=======================================
私たちについて - 支点・営業所
=========================================*/
.p-office__anchor {
  margin-bottom: 60px;
}

.p-office__map {
  margin-bottom: 100px;
}

.p-office__sales {
  margin-bottom: 100px;
}

.p-office__sales .office {
  margin-bottom: 60px;
}

.p-office__sales .office__title {
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-size: 2.4rem;
  color: #0B9DD9;
  border-bottom: 1px solid #0B9DD9;
}

.p-office__sales .office__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-office__sales .office__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 60px;
}

.p-office__sales th {
  padding: 10px 25px 10px 0;
  font-size: 1.3rem;
  color: #0B9DD9;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #d1d1d1;
}

.p-office__sales td {
  padding: 10px 0 10px 25px;
}

.p-office__sales ul {
  margin-top: 10px;
}

.p-office__sales ul li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-office__anchor {
    margin-bottom: 45px;
  }
  .p-office__map {
    margin-bottom: 50px;
  }
  .p-office__sales {
    margin-bottom: 50px;
  }
  .p-office__sales .office {
    margin-bottom: 30px;
  }
  .p-office__sales .office__title {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-office__sales .office__inner {
    display: block;
  }
  .p-office__sales .office__image {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .p-office__sales .office__image img {
    width: 100%;
  }
  .p-office__sales th {
    width: 100px;
    padding: 10px 15px 10px 0;
    font-size: 1.3rem;
  }
  .p-office__sales td {
    padding: 10px 0 10px 25px;
  }
  .p-office__sales ul {
    margin-top: 10px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
私たちについて - 代表ご挨拶
=========================================*/
.p-greeting__kv {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  padding: 90px 0;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  background: url(img/about-us/greeting/kv.jpg) no-repeat center;
  background-size: cover;
}

.p-greeting__kv .block {
  width: 50%;
  padding: 0 0 100px 100px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.73);
}

.p-greeting__kv .title {
  position: relative;
  top: -22px;
  margin-bottom: 75px;
}

.p-greeting__kv .title::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -25px;
  width: calc(100% + 50px);
  height: 1px;
  background: #0B9DD9;
}

.p-greeting__kv .text {
  margin-bottom: 25px;
  font-size: 2.8rem;
}

.p-greeting__kv .name {
  font-size: 3rem;
  line-height: 1.4;
}

.p-greeting__kv .name span {
  font-size: 1.8rem;
}

.p-greeting__contents .block {
  margin-bottom: 75px;
}

.p-greeting__contents h3 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.p-greeting__contents h3::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 1px;
  background: #a6a6a6;
}

.p-greeting__contents p {
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.p-greeting__contents .bg {
  height: 500px;
  margin-bottom: 75px;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-greeting__kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    margin-bottom: 50px;
    padding: 0 0 15px;
    background: url(img/about-us/greeting/kv_sp.jpg) no-repeat center left;
  }
  .p-greeting__kv .block {
    width: calc(100% - 30px);
    margin-top: auto;
    padding: 0 0 30px 15px;
  }
  .p-greeting__kv .title {
    position: relative;
    top: -22px;
    margin-bottom: 15px;
  }
  .p-greeting__kv .title::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -10px;
    width: calc(100% + 30px);
    height: 1px;
    background: #0B9DD9;
  }
  .p-greeting__kv .text {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .p-greeting__kv .name {
    font-size: 2.4rem;
  }
  .p-greeting__kv .name span {
    font-size: 1.4rem;
  }
  .p-greeting__contents .block {
    margin-bottom: 50px;
  }
  .p-greeting__contents h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-greeting__contents h3::before {
    width: 30px;
  }
  .p-greeting__contents p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .p-greeting__contents .bg {
    height: 250px;
    margin-bottom: 50px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
私たちについて - 歴史・沿革
=========================================*/
.p-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-history__sub {
  position: -webkit-sticky;
  position: sticky;
  top: 134px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24%;
  height: calc(100vh - 134px);
  background: url(img/about-us/history/bg.jpg) no-repeat center;
  background-size: cover;
}

.p-history__main {
  width: 100%;
  max-width: 1100px;
  padding: 30px 15px 0 8%;
}

.p-history__main .title {
  margin-bottom: 60px;
  text-align: right;
}

.p-history__main .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 830px;
  margin-bottom: 50px;
}

.p-history__main .history__year {
  padding: 0 60px 0 0;
  font-size: 3.8rem;
}

.p-history__main .history__year span {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}

.p-history__main .history__year span::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 1px;
  background: #0B9DD9;
}

.p-history__main .history__block {
  width: 100%;
  padding: 18px 0 0;
}

.p-history__main .history__block p {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.p-history__main .history__block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.p-history__main .history__block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
  height: 32px;
  margin-right: 45px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #0B9DD9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-history__sub {
    top: 0;
    width: 45px;
    height: 100vh;
  }
  .p-history__main {
    width: calc(100% - 45px);
    padding: 15px 15px 0;
  }
  .p-history__main .title {
    margin-bottom: 30px;
  }
  .p-history__main .title img {
    max-width: 280px;
  }
  .p-history__main .history {
    display: block;
    margin-bottom: 45px;
  }
  .p-history__main .history__year {
    padding: 0;
    font-size: 2.8rem;
  }
  .p-history__main .history__year span {
    display: block;
    padding: 0;
  }
  .p-history__main .history__year span:after {
    width: calc(100% - 85px);
  }
  .p-history__main .history__block {
    width: 100%;
    padding: 10px 0 0;
  }
  .p-history__main .history__block p {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-history__main .history__block dl {
    margin-top: 15px;
    padding: 10px 0;
  }
  .p-history__main .history__block dt {
    width: 85px;
    height: 25px;
    margin-right: 15px;
    font-size: 1.2rem;
  }
}

/*▲▲sp▲▲*/
/*=======================================
私たちについて - 社会貢献活動
=========================================*/
.p-social-activity__contents {
  margin-bottom: 80px;
}


.p-social-activity .c-title2 {
  margin-bottom: 75px;
}

.p-social-activity__contents .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-social-activity__contents .media__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 85px 0 0;
}

.p-social-activity__contents .media__text p {
  margin-bottom: 25px;
}

.p-social-activity__contents .media__note {
  font-size: 1.4rem;
  color: #8b8b8b;
}

/* 210922 */
.p-social-activity__contents__title {
  color: #599cd7;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 14px 10px;
  box-sizing: border-box;
  border: 1px solid currentColor;
  margin-bottom: 50px;
}
.p-social-activity__contents__title2 {
  font-size: 2rem;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 4px solid #599cd7;
  margin-bottom: 50px;
  letter-spacing: 0.18em;
  font-weight: bold;
}
.p-social-activity__lead {
  color: #599cd7;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
.p-social-activity .p-social-activity__lead {
  margin-bottom: 100px !important;
}
.p-social-activity .p-social-activity__contents .p-social-activity__lead {
  margin-bottom: 50px !important;
}
.p-social-activity__contents__image {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
.p-social-activity__contents__image .icon-sdgs {
  width: 22.5%;
  max-width: 200px;
  display: inline-block;
}
.p-social-activity__contents .inner {
  border: 1px solid #e9e9e9;
  padding: 50px 8.3%;
  margin-top: 50px;
  margin-bottom: 50px;
}
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-social-activity__contents {
    margin-bottom: 50px;
  }
  .p-social-activity .c-title2 {
    margin-bottom: 30px;
  }
  .p-social-activity__contents .media {
    display: block;
  }
  .p-social-activity__contents .media__image {
    margin-bottom: 15px;
    padding: 0;
  }
  .p-social-activity__contents .media__image img {
    width: 100%;
  }
  .p-social-activity__contents .media__text p {
    margin-bottom: 15px;
  }
  .p-social-activity__contents .media__note {
    font-size: 1.2rem;
  }


  /* 210922 */
  .p-social-activity__contents__title {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    padding: 14px 10px;
    box-sizing: border-box;
    border: 1px solid currentColor;
    margin-bottom: 20px;
  }
  .p-social-activity__contents__title2 {
    font-size: 1.7rem;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 4px solid #599cd7;
    margin-bottom: 30px;
    letter-spacing: 0.18em;
    font-weight: bold;
  }
  .p-social-activity__lead {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
  }
  .p-social-activity .p-social-activity__lead {
    margin-bottom: 50px !important;
  }
  .p-social-activity .p-social-activity__contents .p-social-activity__lead {
    margin-bottom: 30px !important;
  }
  .p-social-activity__contents__image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .p-social-activity__contents__image .icon-sdgs {
    width: 45%;
    max-width: 200px;
    display: inline-block;
  }
  .p-social-activity__contents__image.-col3 .icon-sdgs {
    width: 30%;
  }
  .p-social-activity__contents .inner {
    border: 1px solid #e9e9e9;
    padding: 30px 15px;
    margin-top: 50px;
  }
  
  .p-social-activity .c-title2__other.-sdgs img {
    max-width: 40%;
  }
}

/*▲▲sp▲▲*/
/*=======================================
技術紹介
=========================================*/
.p-solution__nav {
  margin-bottom: 60px;
}
.p-solution__nav ul {
  display: flex;
  justify-content: center;
}
.p-solution__nav li {
  width: 100%;
  max-width: 325px;
  border: 1px solid #9a9a9a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-solution__nav li + li {
  border-left: 0;
}
.p-solution__nav li a {
  display: block;
  text-align: center;
  padding: 21px 15px;
}
.p-solution__nav li span {
  display: inline-block;
  background: url(img/solution/nav_icon1.png) no-repeat left center;
  padding-left: 21px;
}

.p-solution__lead {
  margin-bottom: 60px;
  padding-bottom: 80px;
  text-align: center;
  border-bottom: 2px solid #0B9DD9;
}

.p-solution__lead .title {
  margin-bottom: 30px;
  font-size: 3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: .25em;
}

.p-solution__lead .title span {
  font-size: 4.8rem;
  color: #0B9DD9;
}

.p-solution__lead p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-solution__contents {
  margin-bottom: 100px;
}

.p-solution__contents .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.p-solution__contents .title {
  position: relative;
  padding: 0 160px 0 0;
  font-size: 3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: .25em;
}

.p-solution__contents .title span {
  font-size: 4.8rem;
  color: #0B9DD9;
}

.p-solution__contents .title::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 90px;
  height: 1px;
  background: #ababab;
}

.p-solution__contents .text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-solution__contents .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-solution__contents .card__item {
  width: 29.1%;
}

.p-solution__contents .card__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 234px;
  height: 234px;
  margin: 0 auto 25px;
  border: 1px solid #0B9DD9;
  border-radius: 50%;
}

.p-solution__contents .card__title {
  font-size: 2.3rem;
  color: #0B9DD9;
  line-height: 1.5;
  text-align: center;
}

.p-solution__contents .card__text {
  font-size: 1.4rem;
}

.p-solution__contents .image {
  padding: 50px 0;
  background: #f8f8f8;
}

.p-solution__link {
  margin-bottom: 100px;
}

.p-solution__works {
  margin-top: 150px;
  margin-bottom: 100px;
}

.is-solution .c-works {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-solution__head {
  margin-bottom: 80px;
}

.p-solution__head .bg {
  height: 630px;
  background-size: cover;
  background-position: center;
}

.p-solution__head .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 135px;
  padding: 0 15px;
  margin: -67px 0 45px;
  font-size: 3rem;
  color: #fff;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  background: #0B9DD9;
}

.p-solution__head .text {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-solution__head .text a {
  text-decoration: underline !important;
}

.p-solution__message {
  /*margin-bottom: 150px;*/
  margin-bottom: 100px;
}

.p-solution__message .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  padding: 30px;
  background: #fafcfe;
}

.p-solution__message .person__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.p-solution__message .person__block {
  padding: 0 30px 0 60px;
}

.p-solution__message .person__position {
  margin-bottom: 5px;
}

.p-solution__message .person__name {
  margin-bottom: 15px;
  font-size: 3rem;
  color: #0B9DD9;
}

.p-solution__message .person__name span {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.p-solution__message .person__text {
  font-size: 1.8rem;
}

.p-solution__message .contents {
  margin-bottom: 70px;
}

.p-solution__message .contents__text {
  margin-bottom: 50px;
  font-size: 1.8rem;
}

.p-solution__message .contents__text + .contents__text {
  margin-top: -15px;
}

.p-solution__message .contents__note {
  margin-top: -25px;
  margin-bottom: 70px;
  font-size: 1.8rem;
  color: #727272;
}

.p-solution__message .media {
  margin-bottom: 50px;
}

.p-solution__message .media__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-solution__message .media__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30%;
  margin-left: 70px;
  text-align: center;
}

.p-solution__message .media__image figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #797979;
}

.p-solution__message .media__image2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.p-solution__message .media__image2 figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #797979;
}

.p-solution__message .media__text p {
  margin-bottom: 30px;
}

.p-solution__message .media__text p .u-bold {
  font-weight: bold;
}

.p-solution__message .media__block.reverse {
  flex-direction: row;
}

.p-solution__message .media__block.reverse .media__image {
  margin-left: 0;
  margin-right: 40px;
}

.p-solution__message .graph {
  margin-bottom: 50px;
  padding: 40px 15px;
  text-align: center;
  background: #fafcfe;
}

.p-solution__message .graph__table {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background: #fff;
}

.p-solution__message .graph__table td {
  height: 55px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c7c7c7;
}

.p-solution__message .graph__formula {
  font-size: 2.4rem;
  color: #0B9DD9;
}

.p-solution__message .graph__num {
  width: 80px;
}

.p-solution__message .graph__note {
  font-size: 1.4rem;
}

.p-solution__society-head {
  margin-bottom: 70px;
  text-align: center;
}

.p-solution__society-head .title {
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #0B9DD9;
  line-height: 1.75;
}

.p-solution__society-head .c-table2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-solution__nav ul {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-solution__nav li {
    max-width: initial;
  }
  .p-solution__nav li + li {
    border-left: 1px solid #9a9a9a;
    border-top: 0;
  }
  .p-solution__nav li a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-solution__lead {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .p-solution__lead .title {
    font-size: 2.4rem;
  }
  .p-solution__lead .title span {
    font-size: 3.2rem;
  }
  .p-solution__lead p {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .p-solution__contents {
    margin-bottom: 50px;
  }
  .p-solution__contents .head {
    display: block;
    margin-bottom: 45px;
    text-align: center;
  }
  .p-solution__contents .title {
    position: relative;
    padding: 0 0 60px 0;
    font-size: 2.4rem;
  }
  .p-solution__contents .title span {
    font-size: 3.2rem;
  }
  .p-solution__contents .title:after {
    right: 0;
    left: 0;
    bottom: -30px;
    margin: auto;
    width: 1px;
    height: 30px;
  }
  .p-solution__contents .text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-solution__contents .card {
    display: block;
  }
  .p-solution__contents .card__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-solution__contents .card__circle {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }
  .p-solution__contents .card__title {
    font-size: 2rem;
  }
  .p-solution__link {
    margin-bottom: 50px;
  }
  .p-solution__works {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .p-solution__head {
    margin-bottom: 50px;
  }
  .p-solution__head .bg {
    height: 250px;
  }
  .p-solution__head .catch {
    height: 100px;
    margin: -50px 0 30px;
    font-size: 2rem;
  }
  .p-solution__head .text {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .p-solution__message {
    margin-bottom: 70px;
  }
  .p-solution__message .person {
    display: block;
    margin-bottom: 45px;
    padding: 15px 15px 30px;
  }
  .p-solution__message .person__image img {
    width: 100%;
  }
  .p-solution__message .person__block {
    padding: 15px 0 0;
  }
  .p-solution__message .person__name {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .p-solution__message .person__name span {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .p-solution__message .person__text {
    font-size: 1.4rem;
  }
  .p-solution__message .contents {
    margin-bottom: 50px;
  }
  .p-solution__message .contents__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .p-solution__message .contents__title span {
    padding: 0 15px 0 0;
  }
  .p-solution__message .contents__text {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-solution__message .contents__note {
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .p-solution__message .media {
    margin-bottom: 30px;
  }
  .p-solution__message .media__block {
    display: block;
  }
  .p-solution__message .media__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .p-solution__message .media__image figcaption {
    font-size: 1.2rem;
  }
  .p-solution__message .media__text p {
    margin-bottom: 15px;
  }
  .p-solution__message .graph {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  .p-solution__message .graph__table td {
    height: 50px;
  }
  .p-solution__message .graph__formula {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-solution__message .graph__num {
    width: 50px;
  }
  .p-solution__message .graph__note {
    font-size: 1.2rem;
  }
  .p-solution__society-head {
    margin-bottom: 50px;
  }
  .p-solution__society-head .title {
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

/*▲▲sp▲▲*/
/*=======================================
採用情報
=========================================*/
.p-recruit__head {
  margin-bottom: 100px;
}

.p-recruit__head .bg {
  height: 620px;
  background-size: cover;
  background-position: center;
}

.p-recruit__head .inner {
  background: rgba(255, 255, 255, 0.9);
  margin-top: -70px;
  text-align: center;
}

.p-recruit__head .icon {
  position: relative;
  top: -35px;
  margin-bottom: 15px;
}

.p-recruit__head .title {
  margin-bottom: 35px;
  font-size: 4.2rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  line-height: 1.8;
  font-weight: bold;
}

.p-recruit__head .text {
  font-size: 1.8rem;
}

.p-recruit__news {
  margin-bottom: 100px;
  padding: 70px 0;
  background: #fdfdfd;
}

.p-recruit__message {
  margin-bottom: 250px;
}

.p-recruit__message .title {
  margin-bottom: 20px;
  text-align: center;
}

.p-recruit__message .text {
  margin-bottom: 45px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.p-recruit__greeting {
  margin-bottom: 100px;
}

.p-recruit__greeting .wrap {
  position: relative;
  width: 70.3%;
}

.p-recruit__greeting .image {
  height: 575px;
}

.p-recruit__greeting .block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -300px;
  width: 590px;
  padding: 0 0 75px 90px;
  background: rgba(255, 255, 255, 0.9);
}

.p-recruit__greeting .title {
  margin-top: -30px;
  margin-bottom: 35px;
}

.p-recruit__greeting .text {
  margin-bottom: 15px;
  font-size: 2.7rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  color: #0B9DD9;
  line-height: 1.7;
}

.p-recruit__greeting .name span {
  margin-left: 25px;
  font-size: 2.4rem;
}

.p-recruit__greeting .c-btn1 {
  width: 100%;
  margin-top: 30px;
  background: transparent;
}




.p-recruit__episode {
  margin-bottom: 100px;
  overflow: hidden; /* 210929 */
}

.p-recruit__episode .wrap {
  position: relative;
  width: 70.3%;
  margin-left: auto;
}

.p-recruit__episode .image {
  height: 575px;
  background-size: cover;
  background-position: center;
}

.p-recruit__episode .block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -300px;
  width: 700px;
  padding: 75px 180px 75px 0;
  background: rgba(255, 255, 255, 0.9);
}

.p-recruit__episode .title {
  margin-bottom: 15px;
}

.p-recruit__episode .text1 {
  margin-bottom: 25px;
  font-size: 2.8rem;
  color: #0B9DD9;
  line-height: 1.7;
}

.p-recruit__episode .c-btn1 {
  width: 100%;
  margin-top: 60px;
  background: transparent;
}

.p-recruit__guideline .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-recruit__guideline .link__item {
  width: calc(50% - .5px);
  padding: 130px 0;
  background-size: cover;
  background-position: center;
}

.p-recruit__guideline .link__title {
  margin-bottom: 45px;
  text-align: center;
  color: #fff;
}

.p-recruit__guideline .link__title .sub {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.p-recruit__guideline .link__title .main {
  display: block;
  font-size: 2.8rem;
  letter-spacing: .25em;
}

.p-recruit__link {
  background-color: #0a9dda;
  color: #fff;
  padding: 90px 0 60px;
  overflow: hidden;
  margin-bottom: 110px;
}

.p-recruit__link__block {
  padding: 0 120px;
}

.p-recruit__link__title {
  margin-bottom: 35px;
}
.p-recruit__link__title__sub {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.p-recruit__link__title__sub .bg-txt {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left:-80px;
  margin:  auto;
  width: 753px;
}
.p-recruit__link__title__main {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
}

.p-recruit__link__title__main .small {
  font-size: 66.7%;
}

.p-recruit__link .box-wrap {
  display: flex;
  justify-content: space-between;
}
.p-recruit__link .left-box {
  width: 50%;
}
.p-recruit__link .right-box {
  width: 45%;
  margin-top: -40px;
}

.p-recruit__link .right-box__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.p-recruit__link .right-box h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-recruit__link .right-box__img1,
.p-recruit__link .right-box__img2 {
  padding-left: 6%;
}

.p-recruit__link .right-box__img1 p,
.p-recruit__link .right-box__img2 p {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.p-recruit__link .right-box__img1 p .small,
.p-recruit__link .right-box__img2 p .small {
  font-size: 75%;
}

.p-recruit__link .right-box .c-btn1 {
  background-color: transparent;
  border-color: #fff;
  margin-right: 0;
}
.p-recruit__link .right-box .c-btn1::before {
  background-color: #fff;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-recruit__head {
    margin-bottom: 50px;
  }
  .p-recruit__head .bg {
    height: 250px;
  }
  .p-recruit__head .inner {
    margin-top: -50px;
    padding: 0 15px;
  }
  .p-recruit__head .icon {
    top: -15px;
    margin-bottom: 0px;
  }
  .p-recruit__head .title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .p-recruit__head .text {
    font-size: 1.6rem;
  }
  .p-recruit__news {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .p-recruit__message {
    margin-bottom: 50px;
  }
  .p-recruit__message .title {
    margin-bottom: 15px;
  }
  .p-recruit__message .text {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .p-recruit__greeting {
    margin-bottom: 50px;
  }
  .p-recruit__greeting .wrap {
    width: 100%;
  }
  .p-recruit__greeting .image {
    height: 250px;
  }
  .p-recruit__greeting .block {
    position: static;
    width: auto;
    padding: 30px 15px;
    margin: -30px 15px 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .p-recruit__greeting .title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .p-recruit__greeting .text {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .p-recruit__greeting .name span {
    margin-left: 25px;
    font-size: 2.4rem;
  }
  .p-recruit__greeting .c-btn1 {
    margin-top: 30px;
  }

  .p-recruit__link {
    padding: 60px 0 40px;
    overflow: hidden;
    margin-bottom: 70px;
  }

  .p-recruit__link__block {
    padding: 0 20px;
  }

  .p-recruit__link__title {
    margin-bottom: 30px;
  }
  .p-recruit__link__title__sub {
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .p-recruit__link__title__sub .bg-txt {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: -30px;
    margin:  auto;
    width: 460px;
  }
  .p-recruit__link__title__main {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    display: block;
  }

  .p-recruit__link__title__main .small {
    font-size: 66.7%;
  }

  .p-recruit__link .box-wrap {
    display: block;
    justify-content: space-between;
  }
  .p-recruit__link .left-box {
    width: auto;
  }
  .p-recruit__link .right-box {
    width: auto;
    margin-top: 40px;
  }

  .p-recruit__link .right-box__wrap {
      display: block;
  }
  .p-recruit__link .right-box h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-recruit__link .right-box__img1,
  .p-recruit__link .right-box__img2 {
    padding-left: 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 15px;
  }

  .p-recruit__link .right-box__img1 p,
  .p-recruit__link .right-box__img2 p {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .p-recruit__link .right-box__img1 p .small,
  .p-recruit__link .right-box__img2 p .small {
    font-size: 75%;
  }

  .p-recruit__link .right-box .c-btn1 {
    margin-right: auto;
    margin-left: auto;
  }
  .p-recruit__link .right-box .c-btn1::before {
  }
  .p-recruit__episode {
    margin-bottom: 50px;
    overflow: hidden; /* 210929 */
  }
  .p-recruit__episode .wrap {
    width: 100%;
  }
  .p-recruit__episode .image {
    height: 250px;
  }
  .p-recruit__episode .block {
    position: static;
    width: auto;
    padding: 30px 15px;
    margin: -30px 15px 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .p-recruit__episode .title {
    margin-bottom: 15px;
  }
  .p-recruit__episode .text1 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .p-recruit__episode .c-btn1 {
    width: 100%;
    margin-top: 30px;
    background: transparent;
  }
  .p-recruit__guideline .link {
    display: block;
  }
  .p-recruit__guideline .link__item {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 1px;
  }
  .p-recruit__guideline .link__title {
    margin-bottom: 30px;
  }
  .p-recruit__guideline .link__title .main {
    font-size: 2.4rem;
  }
}

/*▲▲sp▲▲*/
/*=======================================
採用情報 - 先輩社員メッセージ
=========================================*/
/*先輩社員メッセージ扉*/
.l-contents .p-employee-message__list {
  margin-bottom: -100px !important;
}

.p-employee-message__list {
  position: relative;
  margin: 100px 0 0;
}

.p-employee-message__list::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  width: 14vw;
  height: 100%;
  background: url(img/top/recruit_bg3.jpg) no-repeat top right;
  background-size: cover;
}

/*先輩社員メッセージ社員*/
.p-employee-message__head {
  margin-bottom: 150px;
}

.p-employee-message__head .kv {
  position: relative;
}

.p-employee-message__head .bg {
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-employee-message__head .block {
  position: absolute;
  bottom: -75px;
  left: 100px;
  width: 630px;
  margin: auto 0 0;
}

.p-employee-message__head .title {
  margin-bottom: 15px;
}

.p-employee-message__head .inner {
  padding: 50px 70px 60px;
  color: #fff;
  background: #0B9DD9;
}

.p-employee-message__head .department {
  margin-bottom: 5px;
  font-size: 2.6rem;
}

.p-employee-message__head .history {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.p-employee-message__head .text {
  font-size: 2.4rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  margin-bottom: 20px;
  color: #fff;
}

.p-employee-message__body {
  margin-bottom: 150px;
}

.p-employee-message__body .faq {
  margin-bottom: 70px;
}

.p-employee-message__body .faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
  font-size: 2.4rem;
  color: #0B9DD9;
}


.p-employee-message__body .faq__title-num {
  margin-right: 35px;
}

.p-employee-message__body .faq__text {
  font-size: 1.8rem;
  line-height: 1.85;
}

.p-employee-message__body .faq__text p {
  margin-bottom: 30px;
}

.p-employee-message__body .faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}

.p-employee-message__body .faq-wrap__block {
  width: 48.3%;
}

.p-employee-message__body .faq-wrap__image {
  width: 46.6%;
}

.p-employee-message__body .bg {
  height: 550px;
  margin: 150px 0 65px;
}

.p-employee-message__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  background: #fbfbfb;
}

.p-employee-message__foot .image {
  width: 50%;
  height: 510px;
  background-size: cover;
  background-position: center;
}

.p-employee-message__foot .block {
  width: 50%;
  max-width: 850px;
  padding: 0 15px 0 90px;
}

.p-employee-message__foot .title {
  position: relative;
  margin-bottom: 10px;
  top: -20px;
  font-size: 2.4rem;
  color: #0B9DD9;
}

.p-employee-message__foot .title span {
  display: block;
  margin-bottom: 45px;
}

.p-employee-message__foot .text {
  font-size: 1.8rem;
}

.p-employee-message__foot .text p {
  margin-bottom: 30px;
}

.p-employee-message__slider .c-recruit {
  padding-bottom: 0;
  border-bottom: none;
}

/* 210922 */
.p-employee-message__head { margin-bottom: 175px;}
.p-employee-message__head .block { bottom: -100px;}

.p-employee-message__head .prefecture {}

.p-employee-message__head .prefecture .icon {
  display: inline-block;
  vertical-align: middle;
}
.p-employee-message__head .prefecture__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 20px;
}

.p-employee-message__head .prefecture__name .en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}


/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .l-contents .p-employee-message__list {
    margin-bottom: -50px !important;
  }
  .p-employee-message__list {
    position: relative;
    margin: 0;
    padding-bottom: 50px;
  }
  .p-employee-message__list::before {
    width: 30px;
  }
  .p-employee-message__head {
    margin-bottom: 50px;
  }
  .p-employee-message__head .bg {
    height: 350px;
    margin: 0 -15px -75px;
    background-position: center;
  }
  .p-employee-message__head .block {
    position: static;
    width: 100%;
    margin: 0;
  }
  .p-employee-message__head .title {
    margin-bottom: 10px;
  }
  .p-employee-message__head .inner {
    padding: 15px 15px 30px;
  }
  .p-employee-message__head .department {
    font-size: 2.2rem;
  }
  .p-employee-message__head .history {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .p-employee-message__head .text {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-employee-message__body {
    margin-bottom: 50px;
  }
  .p-employee-message__body .faq {
    margin-bottom: 50px;
  }
  .p-employee-message__body .faq__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .p-employee-message__body .faq__title-num {
    max-width: 50px;
    margin-right: 15px;
  }
  .p-employee-message__body .faq__text {
    font-size: 1.4rem;
  }
  .p-employee-message__body .faq__text p {
    margin-bottom: 15px;
  }
  .p-employee-message__body .faq-wrap {
    display: block;
    margin-bottom: 50px;
  }
  .p-employee-message__body .faq-wrap__block {
    width: 100%;
  }
  .p-employee-message__body .faq-wrap__image {
    width: 100%;
    margin-top: 50px;
  }
  .p-employee-message__body .bg {
    height: 250px;
    margin: 50px 0;
  }
  .p-employee-message__foot {
    display: block;
    margin-bottom: 50px;
  }
  .p-employee-message__foot .image {
    width: 100%;
    height: 250px;
  }
  .p-employee-message__foot .block {
    width: 100%;
    padding: 0 15px 50px;
  }
  .p-employee-message__foot .title {
    margin-bottom: 5px;
    top: -15px;
    font-size: 1.8rem;
  }
  .p-employee-message__foot .title span {
    margin-bottom: 30px;
  }
  .p-employee-message__foot .text {
    font-size: 1.4rem;
  }
  .p-employee-message__foot .text p {
    margin-bottom: 15px;
  }
  .p-employee-message__slider .c-recruit {
    padding-bottom: 0;
    border-bottom: none;
  }

    
  /* 210922 */
  .p-employee-message__head .prefecture {}

  .p-employee-message__head .prefecture .icon {
    display: inline-block;
    vertical-align: middle;
  }
  .p-employee-message__head .prefecture__name {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 15px;
  }

  .p-employee-message__head .prefecture__name .en {
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }


  .p-employee-message__body .bg.-bgl > div {
    background-position: left 13% bottom !important;
  }
  .p-employee-message__body .bg.-bgr > div {
    background-position: right 33% bottom !important;
  }
}

/*▲▲sp▲▲*/
/*=======================================
採用情報 - 採用担当メッセージ
=========================================*/
.p-message__head {
  margin-bottom: 100px;
}

.p-message__head .wrap {
  position: relative;
}

.p-message__head .image {
  width: 70.3%;
  height: 575px;
}

.p-message__head .block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 45.4%;
  padding: 0 0 75px 90px;
  color: #fff;
  background: #0B9DD9;
}

.p-message__head .title {
  margin-top: -20px;
  margin-bottom: 30px;
}

.p-message__head .text {
  margin-bottom: 15px;
  font-size: 3.2rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  line-height: 1.9;
  color: #fff;
}

.p-message__head .name {
  margin-bottom: 50px;
  font-size: 1.8rem;
}

.p-message__head .name span {
  margin-left: 25px;
  font-size: 3.4rem;
}

.p-message__head .c-btn1 {
  width: 100%;
  margin-top: 30px;
  background: transparent;
}

.p-message__body .block {
  margin-bottom: 60px;
}

.p-message__body h3 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.p-message__body h3::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 1px;
  background: #a6a6a6;
}

.p-message__body p {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.p-message__body .bg {
  height: 500px;
  margin: 75px 0;
}

.p-message__body .catch {
  margin-bottom: 60px;
  color: #0B9DD9;
}

.p-message__body .catch__sub {
  margin-bottom: .7em;
  font-size: 1.8rem;
}

.p-message__body .catch__main {
  font-size: 3.2rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .2em;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-message__head {
    margin-bottom: 50px;
  }
  .p-message__head .image {
    width: 100%;
    height: 250px;
  }
  .p-message__head .block {
    position: static;
    width: auto;
    padding: 0 15px 30px;
    margin: -50px 15px 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .p-message__head .inner {
    margin-top: -50px;
    padding: 0 15px;
  }
  .p-message__head .icon {
    top: -15px;
    margin-bottom: 0px;
  }
  .p-message__head .title {
    position: relative;
    top: -15px;
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  .p-message__head .name {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .p-message__head .name span {
    display: block;
    margin-left: 0;
    font-size: 3.2rem;
  }
  .p-message__head .text {
    font-size: 1.6rem;
  }
  .p-message__body .block {
    margin-bottom: 50px;
  }
  .p-message__body h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-message__body h3::before {
    width: 30px;
  }
  .p-message__body p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .p-message__body .bg {
    height: 250px;
    margin-bottom: 50px;
  }
  .p-message__body .catch {
    margin-bottom: 45px;
  }
  .p-message__body .catch__sub {
    font-size: 1.6rem;
  }
  .p-message__body .catch__main {
    font-size: 2.4rem;
    letter-spacing: .1em;
    text-align: justify;
  }
}

/*▲▲sp▲▲*/
/*=======================================
採用情報 - プロジェクトエピソード
=========================================*/
.p-project-episode__head {
  margin-bottom: 80px;
  text-align: center;
}

.p-project-episode__head .text1 {
  margin-bottom: 15px;
  font-size: 3rem;
  color: #0B9DD9;
}

.p-project-episode__head .text2 {
  position: relative;
  margin-bottom: 130px;
  font-size: 2rem;
}

.p-project-episode__head .text2::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -70px;
  width: 1px;
  height: 46px;
  background: #0B9DD9;
}

.p-project-episode__body .block {
  margin-bottom: 50px;
}

.p-project-episode__body .block__title {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  font-size: 3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
}

.p-project-episode__body .block__title::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #0B9DD9;
}

.p-project-episode__body .block__title-inner {
  display: inline-block;
  padding: 0 80px 0 0;
  background: #fff;
}

.p-project-episode__body .block__title-large {
  font-size: 4.2rem;
  color: #0B9DD9;
}

.p-project-episode__body .block__text {
  margin-bottom: 45px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-project-episode__body .block__text + .block__text {
  margin-top: -15px;
}

.p-project-episode__body .block__figure {
  margin-bottom: 50px;
}

.p-project-episode__body .block__figure figcaption {
  position: relative;
  margin-top: 10px;
  padding-left: 80px;
}

.p-project-episode__body .block__figure figcaption::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 1px;
  background: #0B9DD9;
}

.p-project-episode__body .block__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #0B9DD9;
}

.p-project-episode__body .block__title2-num {
  margin-right: 35px;
}

.p-project-episode__body .person {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.p-project-episode__body .person__image {
  width: 62.5%;
  height: 640px;
  background-size: cover;
  background-position: center;
}

.p-project-episode__body .person__block {
  position: absolute;
  top: 160px;
  right: 0;
  width: 44.7%;
  padding: 0 0 110px 100px;
  color: #fff;
  background: #0B9DD9;
}

.p-project-episode__body .person__title {
  position: relative;
  top: -60px;
  margin-bottom: 25px;
}

.p-project-episode__body .person__position {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-size: 2.2rem;
}

.p-project-episode__body .person__position::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.p-project-episode__body .person__name {
  font-size: 3.8rem;
}

.p-project-episode__body .person__name-small {
  display: block;
  font-size: 1.8rem;
}

.p-project-episode__body .person_left {
  padding-top: 60px;
  border-top: 1px solid #d9d9d9;
}

.p-project-episode__body .person_left .person__image {
  margin-left: auto;
}

.p-project-episode__body .person_left .person__block {
  right: inherit;
  top: 230px;
  left: 0;
  padding: 0 100px 110px 0;
}

.p-project-episode__body .person_left .person__inner {
  display: table;
  margin-left: auto;
}

.p-project-episode__body .person_left .person__title {
  text-align: right;
}

.p-project-episode__body .person_left .person__position::after {
  right: 0;
  width: 50vw;
}

.p-project-episode__body .engineer-wrap {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #d9d9d9;
}

.p-project-episode__body .engineer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-project-episode__body .engineer .c-title3 {
  margin-bottom: 30px;
}

.p-project-episode__body .engineer__sub {
  width: 43.75%;
}

.p-project-episode__body .engineer__main {
  width: 50%;
}

.p-project-episode__body .engineer__image {
  margin-bottom: 15px;
}

.p-project-episode__body .engineer__position {
  font-size: 1.8rem;
  color: #0B9DD9;
}

.p-project-episode__body .engineer__name {
  font-size: 3.2rem;
  color: #0B9DD9;
  line-height: 1.4;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-project-episode__head {
    margin-bottom: 50px;
  }
  .p-project-episode__head .text1 {
    font-size: 2.4rem;
  }
  .p-project-episode__head .text2 {
    margin-bottom: 100px;
    font-size: 1.6rem;
  }
  .p-project-episode__body .block {
    margin-bottom: 50px;
  }
  .p-project-episode__body .block__title {
    margin-bottom: 30px;
    padding: 0 45px 0 0;
    font-size: 1.8rem;
  }
  .p-project-episode__body .block__title-inner {
    display: inline-block;
    padding: 0 15px 0 0;
    background: #fff;
  }
  .p-project-episode__body .block__title-large {
    font-size: 2.4rem;
  }
  .p-project-episode__body .block__text {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-project-episode__body .block__text + .block__text {
    margin-top: -15px;
  }
  .p-project-episode__body .block__figure figcaption {
    padding-left: 45px;
    font-size: 1.2rem;
  }
  .p-project-episode__body .block__figure figcaption:before {
    width: 30px;
  }
  .p-project-episode__body .block__title2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .p-project-episode__body .block__title2-num {
    max-width: 50px;
    margin-right: 15px;
  }
  .p-project-episode__body .person {
    margin-bottom: 50px;
  }
  .p-project-episode__body .person__image {
    width: 100%;
    height: 250px;
  }
  .p-project-episode__body .person__block {
    position: static;
    width: auto;
    padding: 15px 15px 30px;
    margin: -50px 15px 0;
  }
  .p-project-episode__body .person__title {
    top: -30px;
    margin-bottom: 0;
  }
  .p-project-episode__body .person__position {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .p-project-episode__body .person__name {
    font-size: 3.2rem;
  }
  .p-project-episode__body .person__name-small {
    font-size: 1.4rem;
  }
  .p-project-episode__body .person_left {
    padding-top: 50px;
  }
  .p-project-episode__body .person_left .person__block {
    padding: 15px 15px 30px;
  }
  .p-project-episode__body .person_left .person__inner {
    display: block;
  }
  .p-project-episode__body .person_left .person__title {
    text-align: left;
  }
  .p-project-episode__body .person_left .person__position::after {
    right: 0;
    left: 0;
    width: 100%;
  }
  .p-project-episode__body .engineer-wrap {
    padding-top: 50px;
    margin-top: 50px;
  }
  .p-project-episode__body .engineer {
    display: block;
  }
  .p-project-episode__body .engineer .c-title3 {
    margin-bottom: 15px;
  }
  .p-project-episode__body .engineer__sub {
    width: auto;
    margin-bottom: 30px;
  }
  .p-project-episode__body .engineer__main {
    width: auto;
  }
  .p-project-episode__body .engineer__image {
    margin-bottom: 15px;
  }
  .p-project-episode__body .engineer__position {
    font-size: 1.6rem;
  }
  .p-project-episode__body .engineer__name {
    font-size: 2.8rem;
  }
}

/*▲▲sp▲▲*/
/*=======================================
採用情報 - 募集要項
=========================================*/
.p-requirement__anchor {
  margin-bottom: 70px;
}

.p-requirement__head {
  margin-bottom: 70px;
}

.p-requirement__head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-requirement__head .image {
  width: 46.8%;
  height: 620px;
  background-size: cover;
  background-position: center;
}

.p-requirement__head .block {
  width: 53.2%;
  padding: 0 15px 0 4.6%;
}

.p-requirement__head .title {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: .25em;
}

.p-requirement__head .text {
  margin-bottom: 35px;
  line-height: 1.9;
}

.p-requirement__head .text ul {
  padding: 5px 0;
  font-size: 1.9rem;
  color: #0B9DD9;
}

.p-requirement__head .text li {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.p-requirement__contents {
  margin-bottom: 70px;
}

.p-requirement__contents .text p {
  margin-bottom: 30px;
}

.p-requirement__contents .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.p-requirement__contents .link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 100px;
  margin: 0 15px;
  color: #0B9DD9;
  border: 1px solid #8b8b8b;
}

.p-requirement__contents .link__item span {
  padding: 0 0 0 35px;
  background: url(img/common/link.svg) no-repeat center left;
  background-size: 15px auto;
}

.p-requirement__contents .image {
  margin-top: 45px;
  margin-bottom: 35px;
}

.p-requirement__certification {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  padding: 60px 80px;
  background: #fafcfe;
}

.p-requirement__certification .title {
  margin-bottom: 30px;
  padding: 0 0 15px;
  font-size: 1.8rem;
  color: #0B9DD9;
  text-align: center;
  border-bottom: 1px solid rgba(139, 139, 139, 0.32);
}

.p-requirement__certification .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.p-requirement__certification .list-wrap li {
  margin-bottom: 5px;
}

.p-requirement__flow {
  margin-bottom: 100px;
}

.p-requirement__flow .c-title2 {
  margin-bottom: 70px;
}

.p-requirement__flow .inner {
  padding: 0 0 100px;
  background: #fafafa;
}

.p-requirement__flow .bg {
  height: 320px;
}

.p-requirement__flow .icon {
  position: relative;
  z-index: 2;
  margin-top: -35px;
  margin-bottom: 120px;
  text-align: center;
}

.p-requirement__flow .icon::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -35px;
  width: 115px;
  height: 1px;
  background: #3d3d3d;
}

.p-requirement__flow .note {
  text-align: center;
  color: #727272;
}

.p-requirement__flow .flow {
  margin-bottom: 45px;
}

.p-requirement__flow .flow__parent, .p-requirement__flow .flow__child {
  position: relative;
}

.p-requirement__flow .flow__parent::after, .p-requirement__flow .flow__child::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -35px;
  width: 15px;
  height: 18px;
  background: url(img/recruit/requirement/arrow.png);
}

.p-requirement__flow .flow__parent:last-child::after, .p-requirement__flow .flow__child:last-child:after {
  display: none;
}

.p-requirement__flow .flow__parent {
  height: 180px;
  margin-bottom: 80px;
  background: #fff;
}

.p-requirement__flow .flow__parent-head {
  position: relative;
  top: -25px;
}

.p-requirement__flow .flow__title {
  text-align: center;
}

.p-requirement__flow .flow__title-num {
  position: relative;
  margin: 0 0 45px;
  font-size: 6rem;
  color: #5d5d5d;
  line-height: 1;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.p-requirement__flow .flow__title-num::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -28px;
  width: 1px;
  height: 24px;
  background: #bebebe;
}

.p-requirement__flow .flow__title-en {
  margin-bottom: 10px;
  font-size: 1rem;
}

.p-requirement__flow .flow__title-ja {
  font-size: 2rem;
}

.p-requirement__flow .flow__title-ja-small {
  font-size: 1.6rem;
}

.p-requirement__flow .flow__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  margin-bottom: 80px;
  background: #fff;
}

.p-requirement__flow .flow__child-head {
  position: relative;
  top: -35px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32.5%;
}

.p-requirement__flow .flow__child-text {
  padding: 0 65px 0 0;
  line-height: 1.85;
}

.p-requirement__guideline {
  margin-bottom: 50px;
}

.p-requirement__guideline .note {
  margin-bottom: 15px;
  color: #0B9DD9;
}

.p-requirement__entry {
  padding: 60px 0;
  background: #fafcfe;
}

.p-requirement__entry .text {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  color: #0B9DD9;
  text-align: center;
  border-bottom: 1px solid rgba(139, 139, 139, 0.32);
}

.p-requirement__entry .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-requirement__entry .link li {
  margin: 0 40px;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-requirement__anchor {
    margin-bottom: 50px;
  }
  .p-requirement__head {
    margin-bottom: 50px;
  }
  .p-requirement__head .inner {
    display: block;
  }
  .p-requirement__head .image {
    width: auto;
    height: 250px;
    background-size: cover;
    background-position: center;
  }
  .p-requirement__head .block {
    width: auto;
    padding: 30px 15px 0;
  }
  .p-requirement__head .title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .p-requirement__head .text {
    margin-bottom: 15px;
  }
  .p-requirement__head .text ul {
    font-size: 1.6rem;
  }
  .p-requirement__contents {
    margin-bottom: 50px;
  }
  .p-requirement__contents .text p {
    margin-bottom: 15px;
  }
  .p-requirement__contents .link {
    display: block;
    margin-top: 25px;
  }
  .p-requirement__contents .link__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 80px;
    padding-left: 25px;
    margin: 10px 0;
  }
  .p-requirement__contents .image {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .p-requirement__certification {
    margin-bottom: 50px;
    padding: 50px 15px;
  }
  .p-requirement__certification .title {
    margin-bottom: 15px;
  }
  .p-requirement__certification .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-requirement__certification .list-wrap ul {
    width: 50%;
    margin-bottom: 10px;
  }
  .p-requirement__flow {
    margin-bottom: 50px;
  }
  .p-requirement__flow .c-title2 {
    margin-bottom: 50px;
  }
  .p-requirement__flow .inner {
    padding: 0 0 50px;
  }
  .p-requirement__flow .bg {
    height: 200px;
  }
  .p-requirement__flow .bg div {
    background-position: left 10% bottom !important;
  }
  .p-requirement__flow .flow {
    margin-bottom: 30px;
  }
  .p-requirement__flow .flow__parent {
    height: auto;
    margin-bottom: 80px;
  }
  .p-requirement__flow .flow__child {
    display: block;
    height: auto;
    padding: 0 15px 30px;
    margin-bottom: 80px;
  }
  .p-requirement__flow .flow__child-head {
    top: -20px;
    width: 100%;
  }
  .p-requirement__flow .flow__child-text {
    padding: 0;
  }
  .p-requirement__entry {
    padding: 30px 0;
  }
  .p-requirement__entry .text {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .p-requirement__entry .link li {
    margin: 0 15px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
採用情報 - 中途採用要項
=========================================*/
.p-mid-career__head {
  margin-bottom: 70px;
}

.p-mid-career__head .bg {
  height: 320px;
}

.p-mid-career__body .text {
  margin-bottom: 50px;
  color: #0B9DD9;
  line-height: 1.9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-mid-career__head {
    margin-bottom: 30px;
  }
  .p-mid-career__head .bg {
    height: 200px;
  }
  .p-mid-career__body .text {
    margin-bottom: 30px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
サポート 
=========================================*/
.p-support__head {
  margin-bottom: 100px;
  text-align: center;
}

.p-support__head .text1 {
  margin-bottom: 35px;
  font-size: 3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
}

.p-support__head .text2 {
  font-size: 1.8rem;
}

.p-support__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-support__link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 8.5% 0 7%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-support__link p {
  font-size: 2.4rem;
  color: #fff;
}

/*サポート共通ブロック*/
.p-support-bg {
  height: 320px;
  margin-bottom: 50px;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-support__head {
    margin-bottom: 50px;
  }
  .p-support__head .text1 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .p-support__head .text2 {
    font-size: 1.6rem;
  }
  .p-support__link ul {
    display: block;
  }
  .p-support__link li {
    width: 100%;
    padding: 25% 0 22%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .p-support__link p {
    font-size: 1.8rem;
  }
  .p-support-bg {
    height: 200px;
    margin-bottom: 30px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
サポート - 社員研修
=========================================*/
.about-employee-training__head {
  margin-bottom: 50px;
}

.about-employee-training__head .text {
  font-size: 2rem;
  color: #0B9DD9;
  text-align: center;
  line-height: 1.75;
}

.about-employee-training__contents {
  margin-bottom: 80px;
}

.about-employee-training__contents .point {
  margin-bottom: 80px;
}

.about-employee-training__contents .point__item {
  margin-bottom: 45px;
}

.about-employee-training__contents .point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.about-employee-training__contents .point__title-num {
  margin-right: 35px;
}

.about-employee-training__contents .image {
  margin-bottom: 70px;
}

.about-employee-training__contents .title {
  margin-bottom: 45px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #0B9DD9;
  text-align: center;
  border-bottom: 1px solid #0B9DD9;
}

.about-employee-training__contents .text {
  margin-bottom: 50px;
}

.about-employee-training__contents .text p {
  margin-bottom: 30px;
}

.about-employee-training__contents .text span {
  color: #0B9DD9;
  font-weight: bold;
}

.about-employee-training__contents .training__item {
  margin-bottom: 60px;
}

.about-employee-training__contents .training__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #0B9DD9;
}

.about-employee-training__contents .training__text {
  margin-bottom: 30px;
}

.about-employee-training__contents .training__image {
  margin-top: 20px;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .about-employee-training__head {
    margin-bottom: 45px;
  }
  .about-employee-training__head .text {
    font-size: 1.6rem;
  }
  .about-employee-training__contents {
    margin-bottom: 50px;
  }
  .about-employee-training__contents .point {
    margin-bottom: 30px;
  }
  .about-employee-training__contents .point__item {
    margin-bottom: 30px;
  }
  .about-employee-training__contents .point__title {
    margin-bottom: 15px;
  }
  .about-employee-training__contents .point__title-num {
    max-width: 50px;
    margin-right: 15px;
  }
  .about-employee-training__contents .image {
    margin-bottom: 50px;
  }
  .about-employee-training__contents .title {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .about-employee-training__contents .text {
    margin-bottom: 30px;
  }
  .about-employee-training__contents .text p {
    margin-bottom: 15px;
  }
  .about-employee-training__contents .training__item {
    margin-bottom: 30px;
  }
  .about-employee-training__contents .training__title {
    font-size: 1.6rem;
  }
  .about-employee-training__contents .training__text {
    margin-bottom: 15px;
  }
  .about-employee-training__contents .training__image {
    margin-top: 15px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
サポート - キャリアサポート体制
=========================================*/
.p-career-support__head {
  margin-bottom: 100px;
  text-align: center;
}

.p-career-support__head .text {
  font-size: 2rem;
  color: #0B9DD9;
}

.p-career-support__head .text p {
  margin-bottom: 30px;
}

.p-career-support__contents {
  margin-bottom: 100px;
}

.p-career-support__contents .text {
  margin-bottom: 30px;
}

.p-career-support__contents .image {
  margin-bottom: 50px;
  text-align: center;
}

.p-career-support__contents table {
  font-size: 1.4rem;
}

.p-career-support__contents thead th {
  height: 50px;
  padding: 0 10px;
  vertical-align: middle;
  color: #fff;
  background: #5CB2E1;
}

.p-career-support__contents thead th.year {
  width: 10.5%;
}

.p-career-support__contents thead th.month {
  width: 11.5%;
}

.p-career-support__contents thead th.contents {
  width: 49.5%;
}

.p-career-support__contents thead th.self {
  width: 28.5%;
}

.p-career-support__contents tbody th {
  vertical-align: middle;
  background: #f6f6f6;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #f6f6f6;
}

.p-career-support__contents td {
  padding: 15px;
  border: 1px solid #d9d9d9;
}

.p-career-support__contents td:first-child {
  text-align: center;
}

.p-career-support__contents th + td {
  text-align: center;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-career-support__head {
    margin-bottom: 50px;
  }
  .p-career-support__head .text {
    font-size: 1.6rem;
  }
  .p-career-support__head .text p {
    margin-bottom: 15px;
  }
  .p-career-support__contents {
    margin-bottom: 50px;
  }
  .p-career-support__contents .text {
    margin-bottom: 15px;
  }
  .p-career-support__contents .image {
    margin-bottom: 30px;
  }
  .p-career-support__contents .note {
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #0B9DD9;
  }
  .p-career-support__contents .table-wrap {
    margin-right: -15px;
    overflow-x: scroll;
  }
  .p-career-support__contents .table-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .p-career-support__contents .table-wrap::-webkit-scrollbar-track {
    background: #efefef;
  }
  .p-career-support__contents .table-wrap::-webkit-scrollbar-thumb {
    background: #0B9DD9;
  }
  .p-career-support__contents table {
    width: 700px;
    font-size: 1.2rem;
  }
  .p-career-support__contents thead th {
    padding: 0 5px;
    line-height: 1.5;
  }
  .p-career-support__contents td {
    padding: 10px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
サポート - インターンシップ
=========================================*/
.p-internship__head {
  margin-bottom: 70px;
}

.p-internship__head .text {
  font-size: 2rem;
  color: #0B9DD9;
  text-align: center;
}

.p-internship__body .text {
  margin-bottom: 45px;
}

.p-internship__body .schedule {
  margin-bottom: 50px;
}

.p-internship__body .schedule__title {
  margin-bottom: 25px;
  color: #0B9DD9;
  text-align: center;
}

.p-internship__body .schedule__text {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #0B9DD9;
  text-align: center;
}

.p-internship__body table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 1.4rem;
}

.p-internship__body tr {
  background: #fdfdfd;
}

.p-internship__body tr:nth-child(2n+1) {
  background: #f7f7f7;
}

.p-internship__body th {
  width: 210px;
  padding: 15px 15px 15px 35px;
  text-align: left;
}

.p-internship__body td {
  padding: 15px 15px 15px 0;
}

.p-internship__body .other {
  margin-top: 70px;
}

.p-internship__body .other__title {
  margin-bottom: 30px;
  color: #0B9DD9;
  text-align: center;
}

.p-internship__body .other__image {
  margin-bottom: 50px;
}

.p-internship__body .other__image figcaption {
  position: relative;
  margin-top: 10px;
  padding-left: 75px;
}

.p-internship__body .other__image figcaption::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 1px;
  background: #0B9DD9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-internship__head {
    margin-bottom: 50px;
  }
  .p-internship__head .text {
    font-size: 1.6rem;
  }
  .p-internship__body .text {
    margin-bottom: 30px;
  }
  .p-internship__body .schedule {
    margin-bottom: 30px;
  }
  .p-internship__body .schedule__title {
    margin-bottom: 15px;
  }
  .p-internship__body .schedule__text {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .p-internship__body table {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .p-internship__body th {
    width: 150px;
    padding: 15px;
    text-align: left;
  }
  .p-internship__body td {
    padding: 15px;
  }
  .p-internship__body .other {
    margin-top: 50px;
  }
  .p-internship__body .other__title {
    margin-bottom: 15px;
  }
  .p-internship__body .other__image {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .p-internship__body .other__image figcaption {
    padding-left: 45px;
  }
  .p-internship__body .other__image figcaption::before {
    width: 30px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
サポート - 福利厚生
=========================================*/
.p-benefits__head {
  margin-bottom: 100px;
}

.p-benefits__head .text {
  font-size: 2rem;
  color: #0B9DD9;
  text-align: center;
}

.p-benefits__body .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-benefits__body .benefits__item {
  width: 45.8%;
  margin-bottom: 50px;
}

.p-benefits__body .benefits__title {
  margin-bottom: 45px;
  padding-bottom: 25px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid #0B9DD9;
}

.p-benefits__body .benefits__title span {
  display: block;
  margin-bottom: 15px;
}

.p-benefits__body .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-benefits__body .media__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  text-align: center;
}

.p-benefits__body .media__text {
  width: 100%;
}

.p-benefits__body .value {
  display: table;
  min-width: 450px;
  margin: 0 auto 15px;
}

.p-benefits__body .value__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #0B9DD9;
  text-align: center;
}

.p-benefits__body .value__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  color: #0B9DD9;
}

.p-benefits__body .value__sub {
  margin-right: 25px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.p-benefits__body .value__main {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: .0em;
  line-height: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.p-benefits__body .value__main-small {
  font-size: 6rem;
}

.p-benefits__body .value__year {
  margin-bottom: 20px;
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  color: #606060;
  background: #e9e9e9;
}

.p-benefits__body .event {
  position: relative;
}

.p-benefits__body .event__item {
  font-size: 2.7rem;
  color: #0B9DD9;
  font-weight: bold;
}

.p-benefits__body .event__item-small {
  font-size: 1.8rem;
}

.p-benefits__body .event__icon {
  position: absolute;
  top: -5px;
  right: 30px;
}

.p-benefits__body .c-btn1 {
  height: 60px;
  margin-top: 25px;
  margin-left: 0;
}


/* 210922 */
.p-benefits__body .media-value {}
.p-benefits__body .media-value .media__icon {
  padding-top: 20px;
  box-sizing: border-box;
  padding-left: 50px;
}

.p-benefits__body .media-value__block {
  margin-bottom: 15px;
  text-align: center;
}


.p-benefits__body .media-value__main {
  font-size: 10rem;
    font-weight: bold;
    letter-spacing: .0em;
    line-height: 1;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

    color: #0B9DD9;
    display: inline-block;
    vertical-align: middle;
}

.p-benefits__body .media-value__main .unit {
  font-size: 50%;
}

.p-benefits__body .textBand {
  background-color: #e9e9e9;
  text-align: center;
  display: block;
  margin-top: 25px;
  padding: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px !important;
}

.p-benefits__body .benefits__item:nth-last-of-type(2) {
  margin-bottom: 0 !important;
}
.p-benefits__body .benefits__item:last-of-type .textBand {
  margin-bottom: 0 !important;
}


.p-benefits__body .media-value__block.ikuji {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.p-benefits__body .ikuji .media-value__box {
  flex: 2.5;
  color: #599cd7;
}
.p-benefits__body .ikuji .media-value__box__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-benefits__body .ikuji .media-value__box__arrow {
  flex: 1;
  padding: 20px;
}
.p-benefits__body .ikuji .media-value__box__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-benefits__body .ikuji .media-value__box .num {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p-benefits__body .media-value__main {
    font-size: 9rem;
  }
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-benefits__head {
    margin-bottom: 50px;
  }
  .p-benefits__head .text {
    font-size: 1.6rem;
  }
  .p-benefits__body .benefits {
    display: block;
  }
  .p-benefits__body .benefits__item {
    width: auto;
  }
  .p-benefits__body .benefits__title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .p-benefits__body .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-benefits__body .media__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 90px;
  }
  .p-benefits__body .media__icon img {
    max-width: 60px;
  }
  .p-benefits__body .value {
    width: 100%;
    min-width: inherit;
  }
  .p-benefits__body .value__title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .p-benefits__body .value__sub {
    margin-right: 20px;
    font-size: 1.4rem;
  }
  .p-benefits__body .value__main {
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: .0em;
    line-height: 1;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .p-benefits__body .value__main-small {
    font-size: 3rem;
  }
  .p-benefits__body .value__year {
    margin-bottom: 15px;
  }
  .p-benefits__body .event {
    position: relative;
  }
  .p-benefits__body .event__item {
    font-size: 1.6rem;
    color: #0B9DD9;
    font-weight: bold;
  }
  .p-benefits__body .event__item-small {
    font-size: 1.2rem;
  }
  .p-benefits__body .event__icon {
    position: absolute;
    top: 0;
    right: 15px;
    opacity: .5;
    z-index: -1;
  }
  .p-benefits__body .c-btn1 {
    width: 200px;
    height: 50px;
    margin-top: 15px;
    margin-left: 0;
  }


  /* 210922 */
  .p-benefits__body .media-value { justify-content: center;}
  .p-benefits__body .media-value .media__icon {
    padding-top: 0;
    box-sizing: border-box;
  }



  .p-benefits__body .media-value__block {
    margin-bottom: 15px;
    text-align: center;
  }

  .p-benefits__body .media-value .media__icon {
    width: 60px;
    padding-left: 0;
  }
  .p-benefits__body .media-value .media__icon img {
    max-width: 40px;
    padding-top: 5px;
  }

  .p-benefits__body .media-value__main {
    font-size: 6rem;
      letter-spacing: .0em;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
  }

  .p-benefits__body .media-value__main .unit {
    font-size: 50%;
  }

  .p-benefits__body .textBand {
    background-color: #e9e9e9;
    text-align: center;
    display: block;
    margin-top: 20px;
    padding: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px !important;
  }
  .p-benefits__body .benefits__item:nth-last-of-type(2) {
    margin-bottom: 40px !important;
  }
  .p-benefits__body .benefits__item:last-of-type .textBand {
    margin-bottom: 0 !important;
  }

  .p-benefits__body .media-value__block.ikuji {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
  }
  .p-benefits__body .ikuji .media-value__box {
    flex: 2.5;
  }
  .p-benefits__body .ikuji .media-value__box__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-benefits__body .ikuji .media-value__box__img {
    padding: 0 8px;
  }

  .p-benefits__body .ikuji .media-value__box__arrow {
    padding: 10px;
    max-width: 60px;
    flex: 1;
  }
  .p-benefits__body .ikuji .media-value__box__title {
    font-size: 1.6rem;
  }

  .p-benefits__body .ikuji .media-value__box .num {
    font-size: 20px;
    font-size: 2rem;

  }

}

/*▲▲sp▲▲*/
/*=======================================
プライバシーポリシー
=========================================*/
.p-privacy-policy__head {
  margin-bottom: 70px;
}

.p-privacy-policy__body {
  margin-bottom: 70px;
}

.p-privacy-policy__body .box {
  margin-bottom: 50px;
}

.p-privacy-policy__body p {
  margin-bottom: 30px;
}

.p-privacy-policy__access {
  padding: 70px 15px;
  text-align: center;
  background: #fafcfe;
}

.p-privacy-policy__access .title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #0B9DD9;
}

/*=======================================
お問い合わせ
=========================================*/
.p-contact {
  padding: 50px 50px 100px;
  border: 50px solid #fcfcfc;
}

.p-contact .p-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 80px;
  font-size: 1.5rem;
  color: #fff;
  background: #ff0000;
}

.p-contact .p-contact-btn span {
  position: relative;
  padding-left: 13px;
}

.p-contact .p-contact-btn span::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-width: 2.5px 0 2.5px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.p-contact .p-contact-btn_back {
  background: #cdcdcd;
}

.p-contact__head {
  margin-bottom: 60px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed;
}

.p-contact__head .title {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
  padding: 8px 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #0B9DD9;
}

.p-contact__head .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__head .nav__item {
  position: relative;
  margin: 0 50px 0 0;
  font-size: 1.8rem;
  line-height: 1;
}

.p-contact__head .nav__item:after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -35px;
  margin: auto;
  content: '╱';
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.p-contact__head .nav__item:last-child {
  margin-right: 0;
}

.p-contact__head .nav__item:last-child::after {
  display: none;
}

.p-contact__head .nav__item::before {
  position: absolute;
  display: block;
  content: '';
  display: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -5px;
  width: 140px;
  height: 8px;
  background: rgba(151, 151, 151, 0.55);
}

.mw_wp_form_input .nav__item:nth-child(1)::before {
  display: block;
}

.mw_wp_form_confirm .nav__item:nth-child(2)::before {
  display: block;
}

.mw_wp_form_complete .nav__item:nth-child(3)::before {
  display: block;
}

.mw_wp_form_confirm .p-contact__form .privacy {
  display: none;
}

.p-contact__form .attention {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #ff0000;
}

.p-contact__form .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  line-height: 1;
}

.p-contact__form .title__icon {
  margin-right: 12px;
}

.p-contact__form .title__char {
  margin-right: 12px;
  font-size: 1.5rem;
}

.p-contact__form .title__char-small {
  font-size: 1.2rem;
}

.p-contact__form .title__badge {
  padding: 4px 5px;
  font-size: 1rem;
  color: #fff;
  background: #ff0000;
}

.p-contact__form .title__badge_any {
  background: #bebebe;
}

.p-contact__form table {
  margin-bottom: 30px;
}

.p-contact__form tr {
  border-bottom: 1px dotted #e6e6e6;
}

.p-contact__form tr:nth-child(1) {
  border-top: 1px dotted #e6e6e6;
}

.p-contact__form th {
  width: 270px;
  padding: 22px 0;
  vertical-align: middle;
}

.p-contact__form td {
  padding: 22px 0;
}

.p-contact__form input:not([type="submit"]) {
  max-width: 310px;
  padding: 4px 10px;
  font-size: 1.6rem;
  border: 1px solid #cbcbcb;
}

.p-contact__form textarea {
  height: 200px;
  padding: 4px 10px;
  font-size: 1.6rem;
  border: 1px solid #cbcbcb;
}

.p-contact__form input[type="email"] {
  max-width: 400px;
}

.p-contact__form .zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.p-contact__form .zip__icon {
  padding: 0 10px 0 0;
}

.p-contact__form .zip__inner {
  width: 180px;
}

.p-contact__form .address input {
  max-width: 620px;
}

.p-contact__form .message {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
}

.p-contact__form .message__title {
  margin-bottom: 20px;
}

.p-contact__form .privacy {
  margin-bottom: 45px;
  font-size: 1.2rem;
}

.p-contact__form .privacy a {
  text-decoration: underline !important;
}

.p-contact__form .privacy__title {
  margin-bottom: 10px;
}

.p-contact__form .privacy__text {
  color: #999;
}

.p-contact__form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__form .error {
  color: #ff0000 !important;
}

.p-contact__thanks {
  text-align: center;
}

.p-contact__thanks .title {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #0B9DD9;
  font-weight: bold;
}

.p-contact__thanks .text {
  margin-bottom: 70px;
  font-size: 1.5rem;
}

.p-contact__thanks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.p-contact__thanks .contact {
  width: 46.5%;
}

.p-contact__thanks .contact__title {
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 1.3rem;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.p-contact__thanks .contact__tel {
  font-size: 3rem;
  color: #0B9DD9;
}

.p-contact__thanks .contact__text {
  font-size: 1.2rem;
}

.p-contact__thanks .p-contact-btn {
  margin: 0 auto;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-contact {
    padding: 30px 15px 30px;
    border: 5px solid #fcfcfc;
  }
  .p-contact .p-contact-btn {
    width: 100%;
    height: 60px;
    font-size: 1.4rem;
  }
  .p-contact .p-contact-btn_back {
    margin-bottom: 10px;
  }
  .p-contact__head {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .p-contact__head .title {
    margin-bottom: 30px;
  }
  .p-contact__head .nav__item {
    position: relative;
    margin: 0 18px 0 0;
    font-size: 1.2rem;
  }
  .p-contact__head .nav__item:after {
    top: -1px;
    right: -16px;
    margin: auto;
    content: '╱';
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .p-contact__head .nav__item:last-child::after {
    display: none;
  }
  .p-contact__head .nav__item::before {
    left: 50%;
    bottom: -2px;
    width: 85px;
    height: 6px;
  }
  .p-contact__form .attention {
    margin-bottom: 10px;
  }
  .p-contact__form .title__char {
    font-size: 1.4rem;
  }
  .p-contact__form .title__badge {
    margin-left: auto;
  }
  .p-contact__form table, .p-contact__form tr, .p-contact__form th, .p-contact__form td, .p-contact__form thead, .p-contact__form tbody {
    display: block;
    width: 100%;
  }
  .p-contact__form table {
    margin-bottom: 20px;
  }
  .p-contact__form th {
    width: 100%;
    padding: 15px 0 0;
  }
  .p-contact__form td {
    padding: 15px 0;
  }
  .p-contact__form input:not([type="submit"]) {
    max-width: 100%;
    padding: 7px 10px;
  }
  .p-contact__form textarea {
    height: 200px;
  }
  .p-contact__form input[type="email"] {
    max-width: 100%;
  }
  .p-contact__form .zip__inner {
    width: 100%;
  }
  .p-contact__form .message {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .p-contact__form .message__title {
    margin-bottom: 15px;
  }
  .p-contact__form .privacy {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .p-contact__form .privacy__title {
    margin-bottom: 10px;
  }
  .p-contact__form .btns {
    display: block;
  }
  .p-contact__thanks .title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .p-contact__thanks .text {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-contact__thanks .block {
    display: block;
    margin-bottom: 30px;
  }
  .p-contact__thanks .contact {
    width: auto;
    margin-bottom: 30px;
  }
  .p-contact__thanks .contact__title {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .p-contact__thanks .contact__tel {
    font-size: 2.8rem;
  }
}

/*▲▲sp▲▲*/
/*sp*/
/* ----------------------------- 4. 更新システム */
/*=======================================
投稿
=========================================*/
.p-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -15px;
}

.p-news__main {
  width: calc(100% - 320px);
}

.p-news__sub {
  width: 290px;
}

.p-news .article {
  margin-bottom: 40px;
  padding: 25px 5.7% 35px;
  border: 1px solid #e5e5e5;
}

.p-news .article--single {
  padding: 0 5.7% 50px;
}

.p-news .article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.p-news .article__entry {
  width: 100%;
}

.p-news .article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 60px;
  font-size: 1.4rem;
  color: #fff;
  background: #cdcdcd;
}

.p-news .article__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
  height: 30px;
  padding: 0 10px;
  font-size: 1.2rem;
  border: 1px solid #dbdbdb;
}

.p-news .article__title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-news .article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.p-news .article__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 450px;
  padding-right: 30px;
}

.p-news .article__text {
  font-size: 1.4rem;
  color: #7f7f7f;
  line-height: 1.8;
}

.p-news .article__foot {
  border-top: 1px dotted #cdcdcd;
}

#infscr-loading img {
  display: none !important;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-news {
    display: block;
    margin-top: 0;
  }
  .p-news__main {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-news__sub {
    width: 100%;
  }
  .p-news .article {
    margin-bottom: 30px;
    padding: 15px 15px 30px;
  }
  .p-news .article--single {
    padding: 0 15px 30px;
  }
  .p-news .article__head {
    margin-bottom: 15px;
  }
  .p-news .article__date {
    width: 110px;
    height: 50px;
    font-size: 1.2rem;
  }
  .p-news .article__category {
    min-width: 100px;
    height: 25px;
  }
  .p-news .article__title {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .p-news .article__body {
    display: block;
  }
  .p-news .article__image {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

/*▲▲sp▲▲*/
/*
  サイドバー
---------------------------------*/
.l-side .block1 {
  margin-bottom: 36px;
}

.l-side .block1 .title {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  color: #727272;
}

.l-side .block1 .title::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 18px;
  height: 1px;
  background: #000;
}

.l-side .block1 li {
  font-size: 1.6rem;
  border-bottom: 1px solid #cccccc;
}

.l-side .block1 li a {
  display: block;
  text-decoration: none;
  background: url(img/news/arrow_right.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.l-side .block1:last-child {
  margin-bottom: 0;
}

.l-side .calendar .month {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 10px;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.l-side .calendar .month span, .l-side .calendar .month p {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  line-height: 100%;
}

.l-side .calendar .month span {
  width: 16px;
}

.l-side .calendar .month p {
  width: calc(100% - 32px);
  font-size: 1.2rem;
}

.l-side .calendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  border-spacing: 1px;
}

.l-side .calendar thead th {
  color: #a98a48;
  background: #e9e9e9;
}

.l-side .calendar th {
  font-weight: normal;
  font-size: 1.2rem;
}

.l-side .calendar td {
  font-size: 1.4rem;
}

.l-side .calendar td.other {
  color: #999;
}

.l-side .calendar td.hasSchedule {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background: #0B9DD9;
}

.l-side .calendar td.hasSchedule a {
  display: block;
  text-decoration: underline !important;
}

.l-side .calendar td.hasSchedule a:hover {
  text-decoration: none;
}

.l-side .calendar th,
.l-side .calendar td {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*l-side*/
/*=======================================
技術紹介
=========================================*/
.p-works__link {
  margin-bottom: 70px;
}

.p-works__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-works__link li {
  width: 25%;
}

.p-works__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background: #c9c9c9;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-works__link .is-active {
  background: #0B9DD9;
}

.p-works__link span {
  position: relative;
  padding: 0 0 0 20px;
}

.p-works__link span::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 10px;
  background: url(img/common/arrow_right.svg) no-repeat;
}

.p-works__contents .article {
  margin-bottom: 60px;
}

.p-works__contents .article__head {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.p-works__contents .article__category {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-works__contents .article__category li {
  padding: 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #fff;
  background: #0B9DD9;
}

.p-works__contents .article__title {
  font-size: 1.8rem;
}

.p-works__contents .article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}

.p-works__contents .article__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 520px;
  margin: 0 60px 0 0;
  text-align: center;
}

.p-works__contents .article__image.is-resize {
  position: relative;
  overflow: hidden;
}

.p-works__contents .article__image.is-resize::before {
  content: '';
  display: block;
  padding-top: 66.03774%;
}

.p-works__contents .article__image.is-resize img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.p-works__contents .article__block {
  width: 100%;
}

.p-works__contents .article__table {
  width: 100%;
  font-size: 1.4rem;
}

.p-works__contents .article__table tr:nth-child(2n+1) {
  background: #f7f7f7;
}

.p-works__contents .article__table tr:nth-child(2n) {
  background: #fdfdfd;
}

.p-works__contents .article__table th {
  width: 180px;
  padding: 15px 15px 15px 30px;
  text-align: left;
  vertical-align: middle;
}

.p-works__contents .article__table td {
  padding: 15px 30px 15px 15px;
}

.p-works__contents .c-btn1 {
  height: 60px;
  margin-left: 0;
  margin-top: 40px;
}

.p-works__contents .back {
  border-top: 1px solid #ededed;
}

.p-works__contents .back .c-btn1 {
  margin-left: auto;
}

.p-works__contents .slider__item.is-resize {
  position: relative;
  overflow: hidden;
}

.p-works__contents .slider__item.is-resize::before {
  content: '';
  display: block;
  padding-top: 66.03774%;
}

.p-works__contents .slider__item.is-resize img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.p-works__contents .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 4px);
  margin: 4px -2px 0;
}

.p-works__contents .slick-dots li {
  position: relative;
  overflow: hidden;
  width: 20%;
  height: auto;
  margin: 0 2px;
}

.p-works__contents .slick-dots li::before {
  content: '';
  display: block;
  padding-top: 66.03774%;
}

.p-works__contents .slick-dots li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.p-works__contents .wp_social_bookmarking_light {
  display: none !important;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-works__link {
    margin-bottom: 50px;
  }
  .p-works__link li {
    width: 50%;
  }
  .p-works__link a {
    height: 60px;
    padding: 0 10px;
    font-size: 1.3rem;
  }
  .p-works__link span {
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
  }
  .p-works__contents .article {
    margin-bottom: 45px;
  }
  .p-works__contents .article__head {
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .p-works__contents .article__category {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-works__contents .article__category li {
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    color: #fff;
    background: #0B9DD9;
  }
  .p-works__contents .article__title {
    font-size: 1.8rem;
  }
  .p-works__contents .article__body {
    display: block;
    margin-bottom: 15px;
  }
  .p-works__contents .article__image {
    width: 100%;
    margin: 0 0 15px;
  }
  .p-works__contents .article__table {
    font-size: 1.4rem;
  }
  .p-works__contents .article__table th {
    width: 120px;
    padding: 15px;
  }
  .p-works__contents .article__table td {
    padding: 15px;
  }
  .p-works__contents .c-btn1 {
    height: 50px;
    margin-left: auto;
    margin-top: 15px;
  }
}

/*▲▲sp▲▲*/
/*=======================================
検索
=========================================*/
.p-search {
  padding: 50px 50px 100px;
  border: 50px solid #fcfcfc;
}

.p-search__body .attention {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.p-search__body .article__item {
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
}

.p-search__body .article__title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #0B9DD9;
}

.p-search__body .article__title::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #0B9DD9;
}

.p-search__body .article__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-search__body .article__text mark {
  font-style: normal;
  font-weight: normal;
}

.p-search__body .article__noentry {
  text-align: center;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .p-search {
    padding: 30px 15px;
    border: 5px solid #fcfcfc;
  }
  .p-search__body .attention {
    margin-bottom: 5px;
  }
  .p-search__body .article__title {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
  .p-search__body .article__text {
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
}

/*▲▲sp▲▲*/
/* ----------------------------- 9. 共通パーツ */
/*=======================================
汎用パーツ
=========================================*/
/*  
  タイトル
---------------------------------*/
/*トップページなど、日本語（小）＋英語*/
.c-title1 {
  margin-bottom: 45px;
  text-align: center;
}

.c-title1__sub {
  display: block;
}

.c-title1__main {
  font-size: 4.8rem;
  color: rgba(28, 28, 28, 0.62);
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

/*下層ページ、英語（小）＋日本語＋ボーダー*/
.c-title2 {
  position: relative;
  z-index: 2;
  text-align: center;
}

.c-title2__sub {
  display: block;
  margin-bottom: 7px;
  font-size: 1.2rem;
  color: rgba(28, 28, 28, 0.62);
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.c-title2__main {
  display: block;
  margin-bottom: 50px;
  padding-bottom: 25px;
  font-size: 2.8rem;
  letter-spacing: .2em;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.c-title2__other {
  position: relative;
  z-index: -1;
  display: block;
  margin-top: -60px;
  margin-bottom: 30px;
  padding: 0 15px;
}

/*青ボーダー*/
.c-title3 {
  margin-bottom: 30px;
  padding: 13px 15px;
  font-size: 1.6rem;
  color: #0B9DD9;
  text-align: center;
  border: 1px solid #0B9DD9;
}

/*水平線付きタイトル*/
.c-title4 {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  font-size: 2.5rem;
  letter-spacing: .2em;
  color: #0B9DD9;
}

.c-title4::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #0B9DD9;
}

.c-title4__inner {
  display: inline-block;
  padding: 0 30px 0 0;
  background: #fff;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-title1 {
    margin-bottom: 30px;
  }
  .c-title1__sub {
    font-size: 1.2rem;
  }
  .c-title1__main {
    font-size: 3.6rem;
  }
  .c-title2__sub {
    font-size: 1rem;
  }
  .c-title2__main {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
  .c-title2__other {
    margin-top: -35px;
    margin-bottom: 15px;
  }
  .c-title3 {
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .c-title4 {
    margin-bottom: 15px;
    padding-right: 30px;
    font-size: 1.8rem;
  }
  .c-title4__inner {
    padding: 0 15px 0 0;
  }
}

/*▲▲sp▲▲*/
/*  
  ボタン
---------------------------------*/
.c-btn1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 325px;
  max-width: 100%;
  margin: 45px auto 0;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #9a9a9a;
}

.c-btn1::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -11px;
  width: 21px;
  height: 1px;
  background: #0B9DD9;
}

.c-btn1-white {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 325px;
  margin: 25px auto 0;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #fff;
}

.c-btn1-white::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -11px;
  width: 21px;
  height: 1px;
  background: #fff;
}

.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 660px;
  height: 80px;
  padding-left: 50px;
  font-family: franklin-gothic-atf, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #0B9DD9;
}

.c-btn2:hover {
  -webkit-animation: btn .2s ease-in-out 0s forwards;
          animation: btn .2s ease-in-out 0s forwards;
}

.c-btn2__inner {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
}

.c-btn2__inner::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  width: 21px;
  height: 1px;
  background: #fff;
}

.c-btn3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 190px;
  margin: 20px auto 0;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #9a9a9a;
}

.c-btn3::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -11px;
  width: 21px;
  height: 1px;
  background: #0B9DD9;
}

.c-btn4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 240px;
  margin: 35px auto 0;
  font-size: 1.2rem;
  color: #fff;
  background: #0B9DD9;
}

.c-btn4__icon {
  position: relative;
  padding-left: 15px;
}

.c-btn4__icon::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 1px;
  background: #fff;
}

.c-btn4__icon::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-btn1 {
    height: 60px;
    width: 280px;
    margin: 30px auto 0;
  }
  .c-btn1-white {
    height: 60px;
    width: 280px;
    margin: 15px auto 0;
  }
  .c-btn2 {
    width: calc(100vw - 30px);
    height: 60px;
    padding-left: 30px;
  }
  .c-btn4 {
    margin-top: 20px;
  }
}

/*▲▲sp▲▲*/
/*  
  テーブル
---------------------------------*/
.c-table1 {
  width: 100%;
}

.c-table1 tr {
  border-bottom: 1px solid #fff;
}

.c-table1 th {
  width: 250px;
  padding: 15px;
  color: #fff;
  background: #c6c6c6;
}

.c-table1 td {
  padding: 15px 15px 15px 50px;
  background: #fbfbfb;
}

.c-table1 p {
  margin: 0 0 15px;
}

.c-table2 {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 50px;
}

.c-table2 tr:nth-child(2n+1) {
  background: #f7f7f7;
}

.c-table2 tr:nth-child(2n) {
  background: #fdfdfd;
}

.c-table2 th {
  width: 180px;
  padding: 15px 15px 15px 30px;
  text-align: left;
  vertical-align: middle;
}

.c-table2 td {
  padding: 15px 30px 15px 15px;
  text-align: left;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-table1 {
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
  .c-table1 th {
    width: 90px;
    padding: 10px 5px;
    vertical-align: middle;
  }
  .c-table1 td {
    padding: 15px;
    background: #fbfbfb;
  }
  .c-table2 {
    font-size: 1.4rem;
  }
  .c-table2 th {
    width: 120px;
    padding: 15px;
  }
  .c-table2 td {
    padding: 15px;
  }
}

/*▲▲sp▲▲*/
/*  
  アンカー
---------------------------------*/
.c-anchor {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}

.c-anchor__link {
  display: table-cell;
  width: 320px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #9a9a9a;
}

.c-anchor__inner {
  position: relative;
  padding-left: 20px;
}

.c-anchor__inner::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 5px;
  background: url(img/common/arrow_down.svg);
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-anchor {
    width: 100%;
  }
  .c-anchor__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
  }
}

/*▲▲sp▲▲*/
/*  
  外部リンク
---------------------------------*/
.c-link {
  display: inline-block;
  width: 80px;
  margin-left: 15px;
  font-size: 1.3rem;
  color: #0B9DD9;
  text-align: center;
  border: 1px solid #0B9DD9;
  border-radius: 5px;
}

.c-link__inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}

.c-link__inner::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 8px;
  background: url(img/common/link.svg);
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-link {
    display: block;
    margin-left: 0;
  }
}

/*▲▲sp▲▲*/
/*  
  センタリング
---------------------------------*/
.c-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c-wrap-sm {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c-wrap-lg {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*  
  iframe
---------------------------------*/
.u-iframe-wrap {
  position: relative;
  width: 100%;
}

.u-iframe-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.u-iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/*  
  u-sticky-left-lg
---------------------------------*/
.u-sticky-left-lg {
  width: calc(50% + ((100vw - 1720px) / 2));
  margin-left: calc((100vw - 1720px) / -2);
}

@media (max-width: 1750px) {
  .u-sticky-left-lg {
    width: calc(50% + 15px);
    margin-left: -15px;
  }
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .u-sticky-left-lg {
    width: auto;
    margin-left: 0;
  }
}

/*▲▲sp▲▲*/
/*  
  SOLUTION
---------------------------------*/
.c-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-solution__item {
  position: relative;
  width: 25%;
  padding-top: 19.79%;
}

.c-solution__link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center bottom;
}

.c-solution__link span {
  display: block;
  font-size: 1.8rem;
}

.c-solution__item--2col {
  width: 50%;
  padding-top: 13.54%;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-solution__item {
    position: relative;
    width: 50%;
    padding-top: 40%;
  }
  .c-solution__link {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .c-solution__link span {
    font-size: 1.2rem;
  }
  .c-solution__item--2col {
    width: 100%;
    padding-top: 34.5%;
  }
}

/*▲▲sp▲▲*/
/**/
/*
  WORKS
---------------------------------*/
.c-works {
  padding: 50px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.c-works .slick-next {
  right: 10px;
  width: 22px;
  height: 42px;
  background: url(img/common/next.png) no-repeat center !important;
  background-size: 100% auto !important;
}

.c-works .slick-next::before {
  display: none;
}

.c-works .slick-prev {
  left: 10px;
  width: 22px;
  height: 42px;
  background: url(img/common/prev.png) no-repeat center !important;
  background-size: 100% auto !important;
}

.c-works .slick-prev::before {
  display: none;
}

.c-works__slider {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 45px;
}

.c-works__item {
  max-width: 560px;
  padding: 0 20px;
}

.c-works__thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.c-works__thumbnail::before {
  content: '';
  display: block;
  padding-top: 66.03774%;
}

.c-works__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.c-works__category {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-works__category li {
  padding: 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #fff;
  background: #0B9DD9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-works {
    padding: 50px 0;
  }
  .c-works .slick-next {
    top: 35%;
    right: 7.5px;
    width: 12px;
    height: 30px;
  }
  .c-works .slick-next::before {
    display: none;
  }
  .c-works .slick-prev {
    top: 35%;
    left: 7.5px;
    width: 12px;
    height: 30px;
  }
  .c-works .slick-prev::before {
    display: none;
  }
  .c-works__slider {
    padding: 0 30px;
  }
  .c-works__item {
    padding: 0;
  }
  .c-works__thumbnail {
    margin-bottom: 10px;
  }
  .c-works__category {
    margin-bottom: 7px;
  }
  .c-works__category li {
    padding: 3px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

/*▲▲sp▲▲*/
/*
  MESSAGE
---------------------------------*/
.c-message {
  position: relative;
  overflow: hidden;
}

.c-message::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  width: 78vw;
  height: 1px;
  background: #d9d9d9;
}

.c-message__block {
  position: relative;
  padding: 45px 0 0 40px;
  margin-bottom: 100px;
}

.c-message__block::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  border-top: 1px solid #96c0e6;
  border-left: 1px solid #96c0e6;
}

.c-message__block::after {
  position: absolute;
  display: block;
  content: '';
  top: 80px;
  left: -15px;
  width: 1px;
  height: 140px;
  background: #d9d9d9;
}

.c-message__title {
  margin-bottom: 30px;
  font-size: 3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.75;
}

.c-message__title span {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.c-message__text {
  font-size: 1.8rem;
}

.c-message-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -8% !important;
}

.c-message-person__item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 8%;
}

.c-message-person__item:nth-child(3n+2) {
  /* margin-top: -9.5%; */
}

.c-message-person__item:nth-child(3n) {
  /* margin-top: -19%; */
  margin-right: 0;
}

.c-message-person__image {
  margin-bottom: 25px;
}

.c-message-person__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #396e9d;
  font-weight: bold;
}

.c-message-person__text {
  font-size: 2.3rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.7;
}

/* 210922 */
.c-message-person__title .year {
  font-size: 77.8%;
}

.paginationContainer{
  padding-bottom: 180px;
}
/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-message:before {
    width: 50vw;
  }
  .c-message__block {
    position: relative;
    padding: 30px 0 0 30px;
    margin-bottom: 30px;
  }
  .c-message__block::before {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 100px;
  }
  .c-message__block::after {
    position: absolute;
    display: block;
    content: '';
    top: 30px;
    left: -8px;
    width: 1px;
    height: 90px;
  }
  .c-message__title {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.75;
  }
  .c-message__title span {
    margin-left: 0;
  }
  .c-message__text {
    font-size: 1.4rem;
  }
  .c-message-person {
    padding: 0 30px;
  }
  .c-message-person__item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .c-message-person__image {
    margin-bottom: 15px;
  }
  .c-message-person__title {
    font-size: 1.4rem;
    color: #396e9d;
    font-weight: bold;
  }
  .c-message-person__text {
    font-size: 1.8rem;
    font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    font-weight: bold;
    line-height: 1.5;
  }
}

/*▲▲sp▲▲*/
/*
  recruit
---------------------------------*/
.c-recruit {
  padding: 70px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.c-recruit__slider .slick-dots {
  position: static;
  margin-top: 50px;
}

.c-recruit__slider .slick-dots li {
  width: 12px;
  height: 12px;
  background: #dbdbdb;
  border-radius: 50%;
}

.c-recruit__slider .slick-dots li.slick-active {
  background: #0B9DD9;
}

.c-recruit__slider .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.c-recruit__slider .slick-dots button:before {
  display: none;
}

.c-recruit__item {
  padding: 0 .14%;
}

.c-recruit__thumbnail {
  margin-bottom: 20px;
}

.c-recruit__name {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #396e9d;
  font-weight: bold;
  line-height: 1.4;
}

.c-recruit__name-small {
  display: inline-block;
  font-size: 1.4rem;
}

.c-recruit__text {
  font-size: 1.6rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-recruit {
    padding: 50px 0;
  }
  .c-recruit__slider .slick-dots {
    margin-top: 30px;
  }
  .c-recruit__slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .c-recruit__item {
    padding: 0 7.5px;
  }
  .c-recruit__thumbnail {
    margin-bottom: 15px;
  }
  .c-recruit__name {
    margin-bottom: 5px;
  }
  .c-recruit__name-small {
    font-size: 1.4rem;
  }
  .c-recruit__text {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

/*▲▲sp▲▲*/
/*
  pagination
---------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
}

.c-pagination a, .c-pagination span:not(.dot) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 7.5px;
  font-size: 1.4rem;
  border: 1px solid #e4e4e4;
}

.c-pagination span.current {
  border-color: #0B9DD9;
}

/*▼▼sp▼▼*/
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 50px;
  }
  .c-pagination a, .c-pagination span:not(.dot) {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    font-size: 1.2rem;
  }
}

/*▲▲sp▲▲*/

/*
  INFOGRAPHICS
---------------------------------*/

.p-infographics {}
.p-infographics__head {
   background: rgba(255, 255, 255, 0.9);
    text-align: center;
    top: 20px;
}
.p-infographics__head .icon {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.p-infographics__head .icon::after {
  content: "";
  display: block;
  width: 115px;
  background-color: #333333;
  height: 1px;
  margin: 30px auto 0;
}

.p-infographics__dataContainer {
  background-color: #fafafa;
  padding: 150px 0 130px;
  margin-top: -70px;
}

.p-infographics__dataContainer__txt {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-family: "游明朝",a-otf-ryumin-pr6n, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: .25em;
  text-align: center;
}

.p-infographics__dataContainer__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-infographics__data {
  background-color: #fff;
  width: 48.34%;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 65px 20px 70px;
}

.p-infographics__data.-col1 {
  width: 100%;
}

.p-infographics__data .title-graph {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.p-infographics__data .title-graph .h {
  font-size: 20px;
  font-size: 2rem;
  color: #03a9f4;
  font-weight: bold;
}

.p-infographics__data .title-graph .sub {
  color: #b3b3b3;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-infographics__data .graph-wrap {
  position: relative;
  text-align: center;
}

.p-infographics__data .graph-wrap .graphText {
  position: absolute;
  font-weight: bold;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 2;
}

.p-infographics__data .graph-wrap .graphText h4 {
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.03em;
}

.p-infographics__data .graph-wrap .graphText .unit {
  font-size: 75%;
}

.p-infographics__data1 .txt1 {
  -webkit-transform: translate(10%, -15%);
  -moz-transform: translate(10%, -15%);
  transform: translate(10%, -15%);
}

.p-infographics__data1 .txt2 {
  -webkit-transform: translate(-100%, -155%);
  -moz-transform: translate(-100%, -155%);
  transform: translate(-100%, -155%);
}

.p-infographics__data .graph-wrap .graphText .img {
  position: absolute;
}

.p-infographics__data .graph-wrap .graphText .img1 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(130%, 50%);
  -moz-transform: translate(130%, 50%);
  transform: translate(130%, 50%);
}

.p-infographics__data .graph-wrap .graphText .img2 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-140%, -80%);
  -moz-transform: translate(-140%, -80%);
  transform: translate(-140%, -80%);
}

.p-infographics__data .graph path {
  fill: #80acf0;
}

.p-infographics__data .graph .arc:nth-of-type(2) path {
  fill: #afd3ed;
  stroke: #afd3ed;
}

.p-infographics__data .graph .-graph3 .arc:nth-of-type(2) path {
  fill: #86c0f1;
  stroke: #86c0f1;
}

.p-infographics__data .graph .-graph3 .arc:nth-of-type(3) path {
  fill: #afd3ed;
  stroke: #afd3ed;
}

.p-infographics__data .graph-wrap .-graph3 .graphText h4 {
  font-size: 28px;
  font-size: 2.8rem;
}

.p-infographics__data1 .graph {
  margin-top: 70px;
}

.p-infographics__data #graphLength .-img {
  content: "";
  display: block;
  float: left;
  width: 33.3%;
  height: 250px;
  position: relative;
}

.p-infographics__data #graphLength .-img .img {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.p-infographics__data #graphLength li {
  text-align: center;
  width: 33.3%;
  float: left;
  background: transparent;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.p-infographics__data #graphLength li .bar {
  position: relative;
  height: 250px;
  width: 95px;
  margin-left: auto;
  margin-right: auto;
}

.p-infographics__data #graphLength li .bar:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #80acf0;
}

.p-infographics__data #graphLength li.man .bar:before {
  height: 76%;
}

.p-infographics__data #graphLength li.woman .bar:before {
  height: 88.8%;
}

.p-infographics__data #graphLength li h4 {
  background-color: #03a9f4;
  color: #fff;
  display: inline-block;
  width: 88px;
  box-sizing: border-box;
  padding: 2px;
  margin-top: 20px;
}

.p-infographics__data #graphLength li p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #03a9f4;
  letter-spacing: 0.03em;
}

.p-infographics__data #graphAge {

}

.p-infographics__data #graphAge .-img {
  display: block;
  float: left;
  width: 25.4%;
  height: 160px;
  position: relative;
}

.p-infographics__data #graphAge .img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-infographics__data #graphAge::before {
  content: "";
}

.p-infographics__data #graphAge li {
  width: 14.5%;
  float: left;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-infographics__data #graphAge li .bar {
  position: relative;
  height: 160px;
  width: 88px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.p-infographics__data #graphAge li .bar::before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 66px auto;
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}

.p-infographics__data #graphAge li.period1 .bar::before { background-image: url(img/infographics/icon_20s.png);}
.p-infographics__data #graphAge li.period2 .bar::before { background-image: url(img/infographics/icon_30s.png); transition-delay: 0.2s;}
.p-infographics__data #graphAge li.period3 .bar::before { background-image: url(img/infographics/icon_40s.png); transition-delay: 0.4s;}
.p-infographics__data #graphAge li.period4 .bar::before { background-image: url(img/infographics/icon_50s.png); transition-delay: 0.6s;}
.p-infographics__data #graphAge li.period5 .bar::before { background-image: url(img/infographics/icon_60s.png); transition-delay: 0.8s;}

.p-infographics__data #graphAge li  .bar.is--animate:before {
  bottom: 0;
}

.p-infographics__data #graphAge li h4 {
  background-color: #03a9f4;
  color: #fff;
  display: inline-block;
  width: 88px;
  box-sizing: border-box;
  padding: 2px;
  margin-top: 20px;
}

.p-infographics__data #graphAge li p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #03a9f4;
  letter-spacing: 0.03em;
}

.p-infographics__data #graphAge li p .unit {
  font-size: 75%;
}

.p-infographics__data #graphSales { position: relative; }

.p-infographics__data #graphSales {}

.p-infographics__data4 .graph {
  position: relative;
  top: 30px;
}

.p-infographics__data4 .txt1 {
  -webkit-transform: translate(40%, -15%);
  -moz-transform: translate(40%, -15%);
  transform: translate(40%, -15%);
}

.p-infographics__data4 .txt2 {
  -webkit-transform: translate(-145%, -55%);
  -moz-transform: translate(-145%, -55%);
  transform: translate(-145%, -55%);
}
.p-infographics__data4 .txt3 {
  -webkit-transform: translate(-105%, -215%);
  -moz-transform: translate(-105%, -215%);
  transform: translate(-105%, -215%);
}


.p-infographics__data4 .graph-wrap .graphText .img1 {
  -webkit-transform: translate(90%, -130%);
    -moz-transform: translate(90%, -130%);
    transform: translate(90%, -130%);
}

.p-infographics__data4 .graph-wrap .graphText .img2 {
  -webkit-transform: translate(-120%, 20%);
    -moz-transform: translate(-120%, 20%);
    transform: translate(-120%, 20%);
}

.p-infographics__data4 .graph-wrap .graphText .img3 {
  -webkit-transform: translate(-80%, -160%);
    -moz-transform: translate(-80%, -160%);
    transform: translate(-80%, -160%);
}

.p-infographics__data4 .graph-wrap .graphText p {
  font-size: 1.4rem;
  white-space: nowrap;
}

.p-infographics__data5 {
  text-align: center;
}

.p-infographics #graphNum {
  font-weight: bold;
  letter-spacing: -2px;
  color: #03a9f4;
  font-size: 150px;
  font-size: 15rem;
  position: relative;
  display: inline-block;
}

.p-infographics #graphNum .unit {
  font-size: 48%;
}

.p-infographics #graphNum::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(img/infographics/icon_dash.png) center no-repeat;
  width: 96px;
  height: 96px;
}

.p-infographics__data6 {}
.p-infographics__data6 .box-container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-infographics__data6 .left-box {
  width: 58%;
  float: left;
  position: relative;
  text-align: left;
}
.p-infographics__data6 .left-box .graph-wrap {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}
.p-infographics__data6 .left-box #graphPlace {

}

.p-infographics__data6 .left-box .img1 {
  text-align: right;
}
.p-infographics__data6 .right-box {
  width: 40%;
  float: left;
  margin-left: 1.9%;
  margin-top: 120px;
}

.p-infographics__data6 .graphText {
  color: #fff;
}
.p-infographics__data6 .graphText p {
    line-height: 1.2;
    font-weight: normal;
}

.p-infographics__data6 .txt1 {
  -webkit-transform: translate(30%, -20%);
  -moz-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
}
.p-infographics__data6 .txt2 {
  -webkit-transform: translate(-105%, -175%);
  -moz-transform: translate(-105%, -175%);
  transform: translate(-105%, -175%);
}
.p-infographics__data6 .btn {
  clear: both;
  padding-top: 60px;
}
.p-infographics__data6 .c-btn1 {
}

@media screen and (max-width:767px){
  .p-infographics {}
  .p-infographics__head {
    background: rgba(255, 255, 255, 0.9);
      text-align: center;
      top: 20px;
  }
  .p-infographics__head .icon {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
  }

  .p-infographics__head .icon::after {
    content: "";
    display: block;
    width: 115px;
    height: 1px;
    margin: 20px auto 0;
  }

  .p-infographics__dataContainer {
    padding: 55px 0 50px;
    margin-top: -40px;
  }

  .p-infographics__dataContainer__txt {
    margin-bottom: 24px;
    font-size: 2.2rem;
    letter-spacing: .25em;
    text-align: center;
    margin-top: 20px;
  }

  .p-infographics__dataContainer__flex {
    display: block;
  }

  .p-infographics__data {
    width: auto;
    box-sizing: border-box;
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .p-infographics__data.-col1 {
    width: 100%;
  }

  .p-infographics__data .title-graph {
    text-align: center;
    margin-bottom: 20px;
  }

  .p-infographics__data .title-graph .h {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-infographics__data .title-graph .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-infographics__data .graph-wrap {
    position: relative;
    text-align: center;
  }

  .p-infographics__data .graph-wrap svg {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .p-infographics__data .graph-wrap .graphText {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    z-index: 2;
  }

  .p-infographics__data .graph-wrap .graphText h4 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }

  .p-infographics__data .graph-wrap .graphText .unit {
    font-size: 75%;
  }

  .p-infographics__data1 .txt1 {
    -webkit-transform: translate(40%, -15%);
    -moz-transform: translate(40%, -15%);
    transform: translate(40%, -15%);
  }

  .p-infographics__data1 .txt2 {
    -webkit-transform: translate(-135%, -155%);
    -moz-transform: translate(-135%, -155%);
    transform: translate(-135%, -155%);
  }

  .p-infographics__data .graph-wrap .graphText .img {
    position: absolute;
    max-width: 50px;
  }

  .p-infographics__data .graph-wrap .graphText .img1 {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(120%, 140%);
    -moz-transform: translate(120%, 140%);
    transform: translate(120%, 140%);
  }

  .p-infographics__data .graph-wrap .graphText .img2 {
    top: 0;
    left: 0;
    -webkit-transform: translate(-120%, -140%);
    -moz-transform: translate(-120%, -140%);
    transform: translate(-120%, -140%);
  }

  .p-infographics__data .graph-wrap .-graph3 .graphText h4 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .p-infographics__data1 .graph {
    margin-top: 40px;
  }

  .p-infographics__data #graphLength {
  }

  .p-infographics__data #graphLength .-img {
    content: "";
    display: block;
    float: none;
    width: 20%;
    height: auto;
    margin: 20px auto 0;
    position: relative;
  }

  .p-infographics__data #graphLength .-img .img {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .p-infographics__data #graphLength li {
    text-align: center;
    width: 33.3%;
    float: none;
    background: transparent;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: inline-block;
  }
  /* .p-infographics__data #graphLength li:last-of-type {
    margin-right: 7%;
  } */

  .p-infographics__data #graphLength li .bar {
    position: relative;
    height: 250px;
    width: 42px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-infographics__data #graphLength li .bar:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .p-infographics__data #graphLength li.man .bar:before {
    height: 76%;
  }

  .p-infographics__data #graphLength li.woman .bar:before {
    height: 88.8%;
  }

  .p-infographics__data #graphLength li h4 {
    display: inline-block;
    max-width: 88px;
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    margin-top: 20px;
  }

  .p-infographics__data #graphLength li p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }

  .p-infographics__data #graphAge {
  }

  .p-infographics__data #graphAge .-img {
    display: block;
    float: none;
    width: 28%;
    height: auto;
    position: relative;
    margin: 20px auto 0;
  }

  .p-infographics__data #graphAge .img {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .p-infographics__data #graphAge::before {
    content: "";
  }

  .p-infographics__data #graphAge li {
    width: calc((100% - 30px) / 5);
    float: none;
    background: transparent;
    box-sizing: border-box;
    display: inline-block;
  }

  .p-infographics__data #graphAge li .bar {
    position: relative;
    height: 120px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .p-infographics__data #graphAge li .bar::before {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 33px auto;
    transition: 1s ease all;
  }

  .p-infographics__data #graphAge li  .bar.is--animate:before {
    bottom: 0;
  }

  .p-infographics__data #graphAge li h4 {
    display: inline-block;
    max-width: 88px;
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    margin-top: 20px;
    letter-spacing: 0;
  }

  .p-infographics__data #graphAge li p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }

  .p-infographics__data #graphAge li p .unit {
    font-size: 75%;
  }

  .p-infographics__data #graphSales { position: relative; margin-top: 40px;}

  .p-infographics__data4 .graph {
    position: relative;
    top: 0;
    padding-top: 10px;
  }
  .p-infographics__data4 .txt1 {
    -webkit-transform: translate(40%, -15%);
    -moz-transform: translate(40%, -15%);
    transform: translate(40%, -15%);
  }

  .p-infographics__data4 .txt2 {
    -webkit-transform: translate(-145%, 0);
    -moz-transform: translate(-145%, 0);
    transform: translate(-145%, 0);
  }
  .p-infographics__data4 .txt3 {
    -webkit-transform: translate(-105%, -215%);
    -moz-transform: translate(-105%, -215%);
    transform: translate(-105%, -215%);
  }
  .p-infographics__data4 .graph-wrap .graphText .img {
    text-align: center;
    width: 90px;
    max-width: none !important;
  }

  .p-infographics__data4 .graph-wrap .graphText .img1 {
    -webkit-transform: translate(90%, -130%);
      -moz-transform: translate(90%, -130%);
      transform: translate(90%, -130%);
  }

  .p-infographics__data4 .graph-wrap .graphText .img1 img {
    width: 44px;
  }
  .p-infographics__data4 .graph-wrap .graphText .img2 {
    -webkit-transform: translate( -78%, 150%);
      -moz-transform: translate( -78%, 150%);
      transform: translate( -78%, 150%);
  }

  .p-infographics__data4 .graph-wrap .graphText .img2 img {
    width: 48px;
  }

  .p-infographics__data4 .graph-wrap .graphText .img3 {
    -webkit-transform: translate(-80%, -160%);
      -moz-transform: translate(-80%, -160%);
      transform: translate(-80%, -160%);
  }
  .p-infographics__data4 .graph-wrap .graphText .img3 img {
    width: 38px;
  }
  .p-infographics__data4 .graph-wrap .graphText p {
    font-size: 1.2rem;
    white-space: normal;
  }

  .p-infographics__data5 {
    text-align: center;
  }

  .p-infographics #graphNum {
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 90px;
    font-size: 9rem;
    position: relative;
    display: inline-block;
  }

  .p-infographics #graphNum .unit {
    font-size: 48%;
  }

  .p-infographics #graphNum::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(img/infographics/icon_dash.png) center no-repeat;
    width: 68px;
    height: 68px;
    background-size: contain;
  }

  .p-infographics__data6 {}
  .p-infographics__data6 .box-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-infographics__data6 .left-box {
    width: auto;
    float: none;
    position: relative;
    text-align: center;
  }
  .p-infographics__data6 .left-box .graph-wrap {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
  .p-infographics__data6 .left-box #graphPlace {

  }

  .p-infographics__data6 .left-box .img1 {
    text-align: center;
  }
  .p-infographics__data6 .right-box {
    width: auto;
    max-width: 90%;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
  }

  .p-infographics__data6 .graphText {
  }
  .p-infographics__data6 .graphText p {
      line-height: 1.2;
      font-weight: normal;
  }
  /* .p-infographics__data6 .left-box .img1 { animation-delay: 1s !important;}
  .p-infographics__data6 .right-box .img2 {animation-delay: 1s !important;} */

  .p-infographics__data6 .txt1 {
    -webkit-transform: translate(30%, -20%);
    -moz-transform: translate(30%, -20%);
    transform: translate(30%, -20%);
  }
  .p-infographics__data6 .txt2 {
    -webkit-transform: translate(-105%, -175%);
    -moz-transform: translate(-105%, -175%);
    transform: translate(-105%, -175%);
  }
  .p-infographics__data6 .btn {
    clear: both;
    padding-top: 0;
  }
  .p-infographics__data6 .c-btn1 {
  }
}

@media screen and (max-width:320px) {
  .p-infographics__data #graphAge li h4 {font-size: 1.2rem;}
}

@media all and (-ms-high-contrast: none) {
  .p-infographics__data1 .graph-wrap,
  .p-infographics__data4 .graph-wrap,
  .p-infographics__data6 .graph-wrap { width: 300px; height: 300px; margin-left: auto; margin-right: auto;}
}



.js-animate { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animate.is--animate { -webkit-animation: fadeInUp 0.8s 1 ease-in-out; -moz-animation: fadeInUp 0.8s 1 ease-in-out; -ms-animation: fadeInUp 0.8s 1 ease-in-out; -o-animation: fadeInUp 0.8s 1 ease-in-out; animation: fadeInUp 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
.js-animate--delay1 { -webkit-animation-delay: 0.1s !important; -moz-animation-delay: 0.1s !important; -ms-animation-delay: 0.1s !important; -o-animation-delay: 0.1s !important; animation-delay: 0.1s !important; }
.js-animate--delay2 { -webkit-animation-delay: 0.2s !important; -moz-animation-delay: 0.2s !important; -ms-animation-delay: 0.2s !important; -o-animation-delay: 0.2s !important; animation-delay: 0.2s !important; }
.js-animate--delay3 { -webkit-animation-delay: 0.3s !important; -moz-animation-delay: 0.3s !important; -ms-animation-delay: 0.3s !important; -o-animation-delay: 0.3s !important; animation-delay: 0.3s !important; }
.js-animate--delay4 { -webkit-animation-delay: 0.4s !important; -moz-animation-delay: 0.4s !important; -ms-animation-delay: 0.4s !important; -o-animation-delay: 0.4s !important; animation-delay: 0.4s !important; }
.js-animate--delay5 { -webkit-animation-delay: 0.5s !important; -moz-animation-delay: 0.5s !important; -ms-animation-delay: 0.5s !important; -o-animation-delay: 0.5s !important; animation-delay: 0.5s !important; }
.js-animate--delay6 { -webkit-animation-delay: 0.6s !important; -moz-animation-delay: 0.6s !important; -ms-animation-delay: 0.6s !important; -o-animation-delay: 0.6s !important; animation-delay: 0.6s !important; }
.js-animate--delay7 { -webkit-animation-delay: 0.7s !important; -moz-animation-delay: 0.7s !important; -ms-animation-delay: 0.7s !important; -o-animation-delay: 0.7s !important; animation-delay: 0.7s !important; }
.js-animate--delay8 { -webkit-animation-delay: 0.8s !important; -moz-animation-delay: 0.8s !important; -ms-animation-delay: 0.8s !important; -o-animation-delay: 0.8s !important; animation-delay: 0.8s !important; }
.js-animate--delay9 { -webkit-animation-delay: 0.9s !important; -moz-animation-delay: 0.9s !important; -ms-animation-delay: 0.9s !important; -o-animation-delay: 0.9s !important; animation-delay: 0.9s !important; }
.js-animate--delay10 { -webkit-animation-delay: 1s !important; -moz-animation-delay: 1s !important; -ms-animation-delay: 1s !important; -o-animation-delay: 1s !important; animation-delay: 1s !important; }
.js-animate--delay11 { -webkit-animation-delay: 1.1s !important; -moz-animation-delay: 1.1s !important; -ms-animation-delay: 1.1s !important; -o-animation-delay: 1.1s !important; animation-delay: 1.1s !important; }
.js-animate--delay12 { -webkit-animation-delay: 1.2s !important; -moz-animation-delay: 1.2s !important; -ms-animation-delay: 1.2s !important; -o-animation-delay: 1.2s !important; animation-delay: 1.2s !important; }
.js-animate--delay13 { -webkit-animation-delay: 1.3s !important; -moz-animation-delay: 1.3s !important; -ms-animation-delay: 1.3s !important; -o-animation-delay: 1.3s !important; animation-delay: 1.3s !important; }
.js-animate--delay14 { -webkit-animation-delay: 1.4s !important; -moz-animation-delay: 1.4s !important; -ms-animation-delay: 1.4s !important; -o-animation-delay: 1.4s !important; animation-delay: 1.4s !important; }
.js-animate--delay15 { -webkit-animation-delay: 1.5s !important; -moz-animation-delay: 1.5s !important; -ms-animation-delay: 1.5s !important; -o-animation-delay: 1.5s !important; animation-delay: 1.5s !important; }
.js-animate--delay16 { -webkit-animation-delay: 1.6s !important; -moz-animation-delay: 1.6s !important; -ms-animation-delay: 1.6s !important; -o-animation-delay: 1.6s !important; animation-delay: 1.6s !important; }
.js-animate--delay17 { -webkit-animation-delay: 1.7s !important; -moz-animation-delay: 1.7s !important; -ms-animation-delay: 1.7s !important; -o-animation-delay: 1.7s !important; animation-delay: 1.7s !important; }
.js-animate--delay18 { -webkit-animation-delay: 1.8s !important; -moz-animation-delay: 1.8s !important; -ms-animation-delay: 1.8s !important; -o-animation-delay: 1.8s !important; animation-delay: 1.8s !important; }
.js-animate--delay19 { -webkit-animation-delay: 1.9s !important; -moz-animation-delay: 1.9s !important; -ms-animation-delay: 1.9s !important; -o-animation-delay: 1.9s !important; animation-delay: 1.9s !important; }
.js-animate--delay20 { -webkit-animation-delay: 2s !important; -moz-animation-delay: 2s !important; -ms-animation-delay: 2s !important; -o-animation-delay: 2s !important; animation-delay: 2s !important; }
.js-animate--delay21 { -webkit-animation-delay: 2.1s !important; -moz-animation-delay: 2.1s !important; -ms-animation-delay: 2.1s !important; -o-animation-delay: 2.1s !important; animation-delay: 2.1s !important; }
.js-animate--delay22 { -webkit-animation-delay: 2.2s !important; -moz-animation-delay: 2.2s !important; -ms-animation-delay: 2.2s !important; -o-animation-delay: 2.2s !important; animation-delay: 2.2s !important; }
.js-animate--delay23 { -webkit-animation-delay: 2.3s !important; -moz-animation-delay: 2.3s !important; -ms-animation-delay: 2.3s !important; -o-animation-delay: 2.3s !important; animation-delay: 2.3s !important; }
.js-animate--delay24 { -webkit-animation-delay: 2.4s !important; -moz-animation-delay: 2.4s !important; -ms-animation-delay: 2.4s !important; -o-animation-delay: 2.4s !important; animation-delay: 2.4s !important; }
.js-animate--delay25 { -webkit-animation-delay: 2.5s !important; -moz-animation-delay: 2.5s !important; -ms-animation-delay: 2.5s !important; -o-animation-delay: 2.5s !important; animation-delay: 2.5s !important; }
.js-animate--delay26 { -webkit-animation-delay: 2.6s !important; -moz-animation-delay: 2.6s !important; -ms-animation-delay: 2.6s !important; -o-animation-delay: 2.6s !important; animation-delay: 2.6s !important; }
.js-animate--delay27 { -webkit-animation-delay: 2.7s !important; -moz-animation-delay: 2.7s !important; -ms-animation-delay: 2.7s !important; -o-animation-delay: 2.7s !important; animation-delay: 2.7s !important; }
.js-animate--delay28 { -webkit-animation-delay: 2.8s !important; -moz-animation-delay: 2.8s !important; -ms-animation-delay: 2.8s !important; -o-animation-delay: 2.8s !important; animation-delay: 2.8s !important; }
.js-animate--delay29 { -webkit-animation-delay: 2.9s !important; -moz-animation-delay: 2.9s !important; -ms-animation-delay: 2.9s !important; -o-animation-delay: 2.9s !important; animation-delay: 2.9s !important; }
.js-animate--delay30 { -webkit-animation-delay: 3s !important; -moz-animation-delay: 3s !important; -ms-animation-delay: 3s !important; -o-animation-delay: 3s !important; animation-delay: 3s !important; }
.js-animate--delay31 { -webkit-animation-delay: 3.1s !important; -moz-animation-delay: 3.1s !important; -ms-animation-delay: 3.1s !important; -o-animation-delay: 3.1s !important; animation-delay: 3.1s !important; }
.js-animate--delay32 { -webkit-animation-delay: 3.2s !important; -moz-animation-delay: 3.2s !important; -ms-animation-delay: 3.2s !important; -o-animation-delay: 3.2s !important; animation-delay: 3.2s !important; }
.js-animate--delay33 { -webkit-animation-delay: 3.3s !important; -moz-animation-delay: 3.3s !important; -ms-animation-delay: 3.3s !important; -o-animation-delay: 3.3s !important; animation-delay: 3.3s !important; }
.js-animate--delay34 { -webkit-animation-delay: 3.4s !important; -moz-animation-delay: 3.4s !important; -ms-animation-delay: 3.4s !important; -o-animation-delay: 3.4s !important; animation-delay: 3.4s !important; }
.js-animate--delay35 { -webkit-animation-delay: 3.5s !important; -moz-animation-delay: 3.5s !important; -ms-animation-delay: 3.5s !important; -o-animation-delay: 3.5s !important; animation-delay: 3.5s !important; }
.js-animate--delay36 { -webkit-animation-delay: 3.6s !important; -moz-animation-delay: 3.6s !important; -ms-animation-delay: 3.6s !important; -o-animation-delay: 3.6s !important; animation-delay: 3.6s !important; }
.js-animate--delay37 { -webkit-animation-delay: 3.7s !important; -moz-animation-delay: 3.7s !important; -ms-animation-delay: 3.7s !important; -o-animation-delay: 3.7s !important; animation-delay: 3.7s !important; }
.js-animate--delay38 { -webkit-animation-delay: 3.8s !important; -moz-animation-delay: 3.8s !important; -ms-animation-delay: 3.8s !important; -o-animation-delay: 3.8s !important; animation-delay: 3.8s !important; }
.js-animate--delay39 { -webkit-animation-delay: 3.9s !important; -moz-animation-delay: 3.9s !important; -ms-animation-delay: 3.9s !important; -o-animation-delay: 3.9s !important; animation-delay: 3.9s !important; }
.js-animate--delay40 { -webkit-animation-delay: 4s !important; -moz-animation-delay: 4s !important; -ms-animation-delay: 4s !important; -o-animation-delay: 4s !important; animation-delay: 4s !important; }
.js-animate--duration1 { -webkit-animation-duration: 0.1s !important; -moz-animation-duration: 0.1s !important; -ms-animation-duration: 0.1s !important; -o-animation-duration: 0.1s !important; animation-duration: 0.1s !important; }
.js-animate--duration2 { -webkit-animation-duration: 0.2s !important; -moz-animation-duration: 0.2s !important; -ms-animation-duration: 0.2s !important; -o-animation-duration: 0.2s !important; animation-duration: 0.2s !important; }
.js-animate--duration3 { -webkit-animation-duration: 0.3s !important; -moz-animation-duration: 0.3s !important; -ms-animation-duration: 0.3s !important; -o-animation-duration: 0.3s !important; animation-duration: 0.3s !important; }
.js-animate--duration4 { -webkit-animation-duration: 0.4s !important; -moz-animation-duration: 0.4s !important; -ms-animation-duration: 0.4s !important; -o-animation-duration: 0.4s !important; animation-duration: 0.4s !important; }
.js-animate--duration5 { -webkit-animation-duration: 0.5s !important; -moz-animation-duration: 0.5s !important; -ms-animation-duration: 0.5s !important; -o-animation-duration: 0.5s !important; animation-duration: 0.5s !important; }
.js-animate--duration6 { -webkit-animation-duration: 0.6s !important; -moz-animation-duration: 0.6s !important; -ms-animation-duration: 0.6s !important; -o-animation-duration: 0.6s !important; animation-duration: 0.6s !important; }
.js-animate--duration7 { -webkit-animation-duration: 0.7s !important; -moz-animation-duration: 0.7s !important; -ms-animation-duration: 0.7s !important; -o-animation-duration: 0.7s !important; animation-duration: 0.7s !important; }
.js-animate--duration8 { -webkit-animation-duration: 0.8s !important; -moz-animation-duration: 0.8s !important; -ms-animation-duration: 0.8s !important; -o-animation-duration: 0.8s !important; animation-duration: 0.8s !important; }
.js-animate--duration9 { -webkit-animation-duration: 0.9s !important; -moz-animation-duration: 0.9s !important; -ms-animation-duration: 0.9s !important; -o-animation-duration: 0.9s !important; animation-duration: 0.9s !important; }
.js-animate--duration10 { -webkit-animation-duration: 1s !important; -moz-animation-duration: 1s !important; -ms-animation-duration: 1s !important; -o-animation-duration: 1s !important; animation-duration: 1s !important; }
.js-animate--duration11 { -webkit-animation-duration: 1.1s !important; -moz-animation-duration: 1.1s !important; -ms-animation-duration: 1.1s !important; -o-animation-duration: 1.1s !important; animation-duration: 1.1s !important; }
.js-animate--duration12 { -webkit-animation-duration: 1.2s !important; -moz-animation-duration: 1.2s !important; -ms-animation-duration: 1.2s !important; -o-animation-duration: 1.2s !important; animation-duration: 1.2s !important; }
.js-animate--duration13 { -webkit-animation-duration: 1.3s !important; -moz-animation-duration: 1.3s !important; -ms-animation-duration: 1.3s !important; -o-animation-duration: 1.3s !important; animation-duration: 1.3s !important; }
.js-animate--duration14 { -webkit-animation-duration: 1.4s !important; -moz-animation-duration: 1.4s !important; -ms-animation-duration: 1.4s !important; -o-animation-duration: 1.4s !important; animation-duration: 1.4s !important; }
.js-animate--duration15 { -webkit-animation-duration: 1.5s !important; -moz-animation-duration: 1.5s !important; -ms-animation-duration: 1.5s !important; -o-animation-duration: 1.5s !important; animation-duration: 1.5s !important; }
.js-animate--duration16 { -webkit-animation-duration: 1.6s !important; -moz-animation-duration: 1.6s !important; -ms-animation-duration: 1.6s !important; -o-animation-duration: 1.6s !important; animation-duration: 1.6s !important; }
.js-animate--duration17 { -webkit-animation-duration: 1.7s !important; -moz-animation-duration: 1.7s !important; -ms-animation-duration: 1.7s !important; -o-animation-duration: 1.7s !important; animation-duration: 1.7s !important; }
.js-animate--duration18 { -webkit-animation-duration: 1.8s !important; -moz-animation-duration: 1.8s !important; -ms-animation-duration: 1.8s !important; -o-animation-duration: 1.8s !important; animation-duration: 1.8s !important; }
.js-animate--duration19 { -webkit-animation-duration: 1.9s !important; -moz-animation-duration: 1.9s !important; -ms-animation-duration: 1.9s !important; -o-animation-duration: 1.9s !important; animation-duration: 1.9s !important; }
.js-animate--duration20 { -webkit-animation-duration: 2s !important; -moz-animation-duration: 2s !important; -ms-animation-duration: 2s !important; -o-animation-duration: 2s !important; animation-duration: 2s !important; }
.js-animate--duration21 { -webkit-animation-duration: 2.1s !important; -moz-animation-duration: 2.1s !important; -ms-animation-duration: 2.1s !important; -o-animation-duration: 2.1s !important; animation-duration: 2.1s !important; }
.js-animate--duration22 { -webkit-animation-duration: 2.2s !important; -moz-animation-duration: 2.2s !important; -ms-animation-duration: 2.2s !important; -o-animation-duration: 2.2s !important; animation-duration: 2.2s !important; }
.js-animate--duration23 { -webkit-animation-duration: 2.3s !important; -moz-animation-duration: 2.3s !important; -ms-animation-duration: 2.3s !important; -o-animation-duration: 2.3s !important; animation-duration: 2.3s !important; }
.js-animate--duration24 { -webkit-animation-duration: 2.4s !important; -moz-animation-duration: 2.4s !important; -ms-animation-duration: 2.4s !important; -o-animation-duration: 2.4s !important; animation-duration: 2.4s !important; }
.js-animate--duration25 { -webkit-animation-duration: 2.5s !important; -moz-animation-duration: 2.5s !important; -ms-animation-duration: 2.5s !important; -o-animation-duration: 2.5s !important; animation-duration: 2.5s !important; }
.js-animate--duration26 { -webkit-animation-duration: 2.6s !important; -moz-animation-duration: 2.6s !important; -ms-animation-duration: 2.6s !important; -o-animation-duration: 2.6s !important; animation-duration: 2.6s !important; }
.js-animate--duration27 { -webkit-animation-duration: 2.7s !important; -moz-animation-duration: 2.7s !important; -ms-animation-duration: 2.7s !important; -o-animation-duration: 2.7s !important; animation-duration: 2.7s !important; }
.js-animate--duration28 { -webkit-animation-duration: 2.8s !important; -moz-animation-duration: 2.8s !important; -ms-animation-duration: 2.8s !important; -o-animation-duration: 2.8s !important; animation-duration: 2.8s !important; }
.js-animate--duration29 { -webkit-animation-duration: 2.9s !important; -moz-animation-duration: 2.9s !important; -ms-animation-duration: 2.9s !important; -o-animation-duration: 2.9s !important; animation-duration: 2.9s !important; }
.js-animate--duration30 { -webkit-animation-duration: 3s !important; -moz-animation-duration: 3s !important; -ms-animation-duration: 3s !important; -o-animation-duration: 3s !important; animation-duration: 3s !important; }
.js-animate--duration31 { -webkit-animation-duration: 3.1s !important; -moz-animation-duration: 3.1s !important; -ms-animation-duration: 3.1s !important; -o-animation-duration: 3.1s !important; animation-duration: 3.1s !important; }
.js-animate--duration32 { -webkit-animation-duration: 3.2s !important; -moz-animation-duration: 3.2s !important; -ms-animation-duration: 3.2s !important; -o-animation-duration: 3.2s !important; animation-duration: 3.2s !important; }
.js-animate--duration33 { -webkit-animation-duration: 3.3s !important; -moz-animation-duration: 3.3s !important; -ms-animation-duration: 3.3s !important; -o-animation-duration: 3.3s !important; animation-duration: 3.3s !important; }
.js-animate--duration34 { -webkit-animation-duration: 3.4s !important; -moz-animation-duration: 3.4s !important; -ms-animation-duration: 3.4s !important; -o-animation-duration: 3.4s !important; animation-duration: 3.4s !important; }
.js-animate--duration35 { -webkit-animation-duration: 3.5s !important; -moz-animation-duration: 3.5s !important; -ms-animation-duration: 3.5s !important; -o-animation-duration: 3.5s !important; animation-duration: 3.5s !important; }
.js-animate--duration36 { -webkit-animation-duration: 3.6s !important; -moz-animation-duration: 3.6s !important; -ms-animation-duration: 3.6s !important; -o-animation-duration: 3.6s !important; animation-duration: 3.6s !important; }
.js-animate--duration37 { -webkit-animation-duration: 3.7s !important; -moz-animation-duration: 3.7s !important; -ms-animation-duration: 3.7s !important; -o-animation-duration: 3.7s !important; animation-duration: 3.7s !important; }
.js-animate--duration38 { -webkit-animation-duration: 3.8s !important; -moz-animation-duration: 3.8s !important; -ms-animation-duration: 3.8s !important; -o-animation-duration: 3.8s !important; animation-duration: 3.8s !important; }
.js-animate--duration39 { -webkit-animation-duration: 3.9s !important; -moz-animation-duration: 3.9s !important; -ms-animation-duration: 3.9s !important; -o-animation-duration: 3.9s !important; animation-duration: 3.9s !important; }
.js-animate--duration40 { -webkit-animation-duration: 4s !important; -moz-animation-duration: 4s !important; -ms-animation-duration: 4s !important; -o-animation-duration: 4s !important; animation-duration: 4s !important; }

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(-20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(-20px); }
  100% { opacity: 1; -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight { 0% { opacity: 0; -ms-transform: translateX(-20px); }
  100% { opacity: 1; -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight { 0% { opacity: 0; -o-transform: translateX(-20px); }
  100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-animateFadeInRight { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInRight.is--animate { -webkit-animation: fadeInRight 0.8s 1 ease-in-out; -moz-animation: fadeInRight 0.8s 1 ease-in-out; -ms-animation: fadeInRight 0.8s 1 ease-in-out; -o-animation: fadeInRight 0.8s 1 ease-in-out; animation: fadeInRight 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight2 { 0% { opacity: 0; -webkit-transform: translateX(-80%); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight2 { 0% { opacity: 0; -moz-transform: translateX(-80%); }
  100% { opacity: 1; -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight2 { 0% { opacity: 0; -ms-transform: translateX(-80%); }
  100% { opacity: 1; -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight2 { 0% { opacity: 0; -o-transform: translateX(-80%); }
  100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes fadeInRight2 { 0% { opacity: 0; transform: translateX(-80%); }
  100% { opacity: 1; transform: translateX(0); } }
.js-animateFadeInRight2 { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInRight2.is--animate { -webkit-animation: fadeInRight2 0.8s 1 ease-in-out; -moz-animation: fadeInRight2 0.8s 1 ease-in-out; -ms-animation: fadeInRight2 0.8s 1 ease-in-out; -o-animation: fadeInRight2 0.8s 1 ease-in-out; animation: fadeInRight2 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(20px); }
  100% { opacity: 1; -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft { 0% { opacity: 0; -ms-transform: translateX(20px); }
  100% { opacity: 1; -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft { 0% { opacity: 0; -o-transform: translateX(20px); }
  100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-animateFadeInLeft { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInLeft.is--animate { -webkit-animation: fadeInLeft 0.8s 1 ease-in-out; -moz-animation: fadeInLeft 0.8s 1 ease-in-out; -ms-animation: fadeInLeft 0.8s 1 ease-in-out; -o-animation: fadeInLeft 0.8s 1 ease-in-out; animation: fadeInLeft 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft2 { 0% { opacity: 0; -webkit-transform: translateX(80%); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft2 { 0% { opacity: 0; -moz-transform: translateX(80%); }
  100% { opacity: 1; -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft2 { 0% { opacity: 0; -ms-transform: translateX(80%); }
  100% { opacity: 1; -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft2 { 0% { opacity: 0; -o-transform: translateX(80%); }
  100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes fadeInLeft2 { 0% { opacity: 0; transform: translateX(80%); }
  100% { opacity: 1; transform: translateX(0); } }
.js-animateFadeInLeft2 { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInLeft2.is--animate { -webkit-animation: fadeInLeft2 0.8s 1 ease-in-out; -moz-animation: fadeInLeft2 0.8s 1 ease-in-out; -ms-animation: fadeInLeft2 0.8s 1 ease-in-out; -o-animation: fadeInLeft2 0.8s 1 ease-in-out; animation: fadeInLeft2 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(40px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(40px); }
  100% { opacity: 1; -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp { 0% { opacity: 0; -ms-transform: translateY(40px); }
  100% { opacity: 1; -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(40px); }
  100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); } }
.js-animateFadeInUp { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInUp.is--animate { -webkit-animation: fadeInUp 0.8s 1 ease-in-out; -moz-animation: fadeInUp 0.8s 1 ease-in-out; -ms-animation: fadeInUp 0.8s 1 ease-in-out; -o-animation: fadeInUp 0.8s 1 ease-in-out; animation: fadeInUp 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp2 { 0% { opacity: 0; -webkit-transform: translateY(80%); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp2 { 0% { opacity: 0; -moz-transform: translateY(80%); }
  100% { opacity: 1; -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp2 { 0% { opacity: 0; -ms-transform: translateY(80%); }
  100% { opacity: 1; -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp2 { 0% { opacity: 0; -o-transform: translateY(80%); }
  100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInUp2 { 0% { opacity: 0; transform: translateY(80%); }
  100% { opacity: 1; transform: translateY(0); } }
.js-animateFadeInUp2 { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInUp2.is--animate { -webkit-animation: fadeInUp2 0.8s 1 ease-in-out; -moz-animation: fadeInUp2 0.8s 1 ease-in-out; -ms-animation: fadeInUp2 0.8s 1 ease-in-out; -o-animation: fadeInUp2 0.8s 1 ease-in-out; animation: fadeInUp2 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインのみ */
@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-ms-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-o-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.js-animateFadeIn { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeIn.is--animate { -webkit-animation: fadeIn 0.8s 1 ease-in-out; -moz-animation: fadeIn 0.8s 1 ease-in-out; -ms-animation: fadeIn 0.8s 1 ease-in-out; -o-animation: fadeIn 0.8s 1 ease-in-out; animation: fadeIn 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* スケール 0->1 */
@-webkit-keyframes scaleIn { 0% { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); }
  100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } }
@-moz-keyframes scaleIn { 0% { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); }
  100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } }
@-ms-keyframes scaleIn { 0% { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); }
  100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } }
@-o-keyframes scaleIn { 0% { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); }
  100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } }
@keyframes scaleIn { 0% { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); }
  100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } }
.js-animateScaleIn { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateScaleIn.is--animate { -webkit-animation: scaleIn 1s 1 ease-in-out; -moz-animation: scaleIn 1s 1 ease-in-out; -ms-animation: scaleIn 1s 1 ease-in-out; -o-animation: scaleIn 1s 1 ease-in-out; animation: scaleIn 1s 1 ease-in-out; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -ms-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* 縦スケール 0->1 */
@-webkit-keyframes scaleUp { 0% { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: center bottom; }
  100% { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: center bottom; } }
@-moz-keyframes scaleUp { 0% { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); -moz-transform-origin: center bottom; }
  100% { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); transform: scaleY(1); -moz-transform-origin: center bottom; } }
@-ms-keyframes scaleUp { 0% { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); -ms-transform-origin: center bottom; }
  100% { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); transform: scaleY(1); -ms-transform-origin: center bottom; } }
@-o-keyframes scaleUp { 0% { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); -o-transform-origin: center bottom; }
  100% { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); transform: scaleY(1); -o-transform-origin: center bottom; } }
@keyframes scaleUp { 0% { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); transform-origin: center bottom; }
  100% { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); transform: scaleY(1); transform-origin: center bottom; } }
.js-animateScaleUp { -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transform: scaleY(0); transform-origin: center bottom; }
.js-animateScaleUp.is--animate { -webkit-animation: scaleUp 1s 1 ease-in-out; -moz-animation: scaleUp 1s 1 ease-in-out; -ms-animation: scaleUp 1s 1 ease-in-out; -o-animation: scaleUp 1s 1 ease-in-out; animation: scaleUp 1s 1 ease-in-out; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; }