@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Author: COMLAB
*/
.u-inner {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.u-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.hp_fontPrata {
  font-family: "Prata", serif !important;
}

.hp_fontMincyo {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.hp_fontGothic {
  font-family: "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

/* Helvetica Neue */
@font-face {
  font-family: "Helvetica Neue";
  src: url("./font/HelveticaNeueMedium.ttf") format("truetype"), url("./font/HelveticaNeueMedium.woff") format("woff"), url("./font/HelveticaNeueMedium.svg") format("svg");
  font-family: 500;
}
/* Helvetica Neue Condensed Black */
@font-face {
  font-family: "Helvetica Neue Condensed Black";
  src: url("./font/HelveticaNeueCondensedBlack.ttf") format("truetype"), url("./font/HelveticaNeueCondensedBlack.woff") format("woff"), url("./font/HelveticaNeueCondensedBlack.svg") format("svg");
  font-family: 900;
}
/* Noto Sans JP */
@font-face {
  font-family: "Noto Sans JP";
  src: url("./font/NotoSansJP-Regular.otf") format("opentype"), url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./font/NotoSansJP-Medium.otf") format("opentype"), url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./font/NotoSansJP-Bold.otf") format("opentype"), url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.svg") format("svg");
  font-weight: 700;
}
/* base
  ========================================================================== */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*ベース設定*/
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*word-wrap: break-word;
   overflow-wrap: break-word;*/
  word-break: break-all;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input {
  padding-left: 1em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#notfound #content {
  padding: 200px 0;
  text-align: center;
}

.notfound-wrapper {
  line-height: 2;
}

.slick-slide {
  outline: none;
}

li {
  list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
  position: relative;
  top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.on-sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .on-sp {
    display: inline;
  }
}

.on-pc {
  display: inline;
}
@media screen and (max-width: 840px) {
  .on-pc {
    display: none;
  }
}

/* common
  ========================================================================== */
/* dp */
.u-dp__ib {
  display: inline-block;
}

/* animation */
@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/* #splash */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 999;
  top: 0;
}

#splash-logo {
  width: 178px;
  height: 61px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.splashbg {
  display: none;
}
.is-appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #2C5773;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* section__title */
@media screen and (max-width: 840px) {
  .p-top-section__title {
    padding-left: 1.2em;
  }
}
.p-top-section__title > .__en {
  display: block;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-top-section__title > .__en {
    font-size: 40px;
    line-height: 1.15;
  }
}
.p-top-section__title > .__en::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #2c5773;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: -24px;
}
@media screen and (max-width: 840px) {
  .p-top-section__title > .__en::before {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #2c5773;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: -21px;
  }
}
.p-top-section__title > .__jp {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #2c5773;
  display: block;
}
@media screen and (max-width: 840px) {
  .p-top-section__title > .__jp {
    font-size: 12px;
  }
}
.p-top-section__title.--white {
  color: #fff;
}
.p-top-section__title.--white > .__jp {
  color: #fff;
}

/* page-hero */
.p-page-hero {
  width: 100%;
  height: 400px;
  background-color: #2c5773;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-page-hero {
    height: 300px;
  }
}
.p-page-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-hero__inner {
  width: 1120px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .p-page-hero__inner {
    width: 90%;
  }
}

.p-page-hero__title > .__en {
  display: block;
  font-size: 65px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  font-family: "Helvetica Neue", serif !important;
  color: #2C5773;
}
@media screen and (max-width: 840px) {
  .p-page-hero__title > .__en {
    font-size: 45px;
  }
}
.p-page-hero__title > .__jp {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  color: #2C5773;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .p-page-hero__title > .__jp {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 4px;
  }
}

.p-parts_hero__img {
  opacity: 0;
  -webkit-animation: fadein 0.3s ease-out forwards;
          animation: fadein 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-page-hero__text {
  display: inline-block;
  position: absolute;
  top: 51.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
}
@media screen and (max-width: 1000px) {
  .p-page-hero__text {
    right: 8.3%;
  }
}
@media screen and (max-width: 840px) {
  .p-page-hero__text {
    display: inline-block;
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6.6%;
  }
}
@media screen and (max-width: 540px) {
  .p-page-hero__text {
    right: 5%;
  }
}
@media screen and (max-width: 1600px) {
  #archive .p-page-hero__text, #single .p-page-hero__text {
    right: 5.5%;
  }
}
@media screen and (max-width: 1000px) {
  #archive .p-page-hero__text, #single .p-page-hero__text {
    right: 5.3%;
  }
}
@media screen and (max-width: 840px) {
  #archive .p-page-hero__text, #single .p-page-hero__text {
    right: 5.1%;
  }
}
@media screen and (max-width: 540px) {
  #archive .p-page-hero__text, #single .p-page-hero__text {
    right: 5%;
  }
}

/* header
  ========================================================================== */
.l-header {
  width: 100%;
  height: 81px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  -webkit-transition: background-color 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: 61px;
  }
}
.l-header.is-show {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.is-appear .l-header {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.is-not_loading .l-header {
  opacity: 1;
}
body:not(#index) .l-header {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

/* .l-header__inner */
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  padding-right: 27px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* .l-header__logo */
.l-header__logo {
  width: 114px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .l-header__logo {
    width: 82px;
    height: 28px;
  }
}
#index .l-header__logo .l-header__logo-link:before {
  opacity: 1;
}
#index .l-header__logo .l-header__logo-link img {
  opacity: 0;
}
#index .is-show .l-header__logo .l-header__logo-link:before {
  opacity: 0;
}
#index .is-show .l-header__logo .l-header__logo-link img {
  opacity: 1;
}
#index.js-humburgerOpen .is-show .l-header__logo .l-header__logo-link:before, .js-humburgerOpen .l-header__logo .l-header__logo-link:before {
  opacity: 1;
}
#index.js-humburgerOpen .is-show .l-header__logo .l-header__logo-link img, .js-humburgerOpen .l-header__logo .l-header__logo-link img {
  opacity: 0;
}

.l-header__logo-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-header__logo-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/common/logo.svg) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none;
}

/* .l-header__nav */
.l-header__nav {
  width: calc(100% - 113px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__item {
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  margin-right: 0.9em;
}
.l-header__item:last-child {
  margin-right: 0;
}

.l-header__item-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 1.2em;
  height: 100%;
  color: #fff;
  -webkit-transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
}
body:not(#index) .l-header__item-link {
  color: #2C5773;
}
.is-show .l-header__item-link {
  color: #2C5773;
  -webkit-transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
}

.l-header__contact {
  width: 148px;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  -webkit-transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
}

.l-header__contact-link {
  padding: 0 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
}
body:not(#index) .l-header__contact-link {
  color: #2C5773;
}
.is-show .l-header__contact-link {
  color: #2C5773;
}
.l-header__contact-link::before {
  display: block;
  content: "";
  min-width: 18px;
  min-height: 18px;
  margin-right: 7px;
  border-radius: 100%;
  background: url(img/common/icon-common_circle__wt.svg) no-repeat center/contain;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.is-show .l-header__contact-link::before {
  background-image: url(img/common/icon-common_circle__bl.svg);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
body:not(#index) .l-header__contact-link::before {
  background-image: url(img/common/icon-common_circle__bl.svg);
  color: #2C5773;
}

/* .l-header-fixed__nav */
.l-header-fixed__nav {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header-fixed__nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2C5773;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.l-header-fixed__list {
  padding-top: 61px;
}

.l-header-fixed__item {
  border-top: 1px solid #fff;
}
.l-header-fixed__item:last-child {
  border-bottom: 1px solid #fff;
}

.l-header-fixed__item__link {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  color: #fff;
  position: relative;
}
.l-header-fixed__item__link:hover {
  opacity: 1;
}
.l-header-fixed__item__link:hover::after {
  right: -10px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
.l-header-fixed__item__link::after {
  display: block;
  content: "";
  width: 17px;
  height: 5px;
  /*background-image: url(img/common/nav-arrow.svg);
  background-size: cover;*/
  background: url(img/common/nav-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}

.l-header-fixed__item__link-text.__en {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
}
.l-header-fixed__item__link-text.__jp {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.35;
  margin-left: 1.4em;
}

.l-header-fixed__tel {
  color: #fff;
}

.l-header-fixed__tel__inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 23px;
  padding-left: 1em;
}

.l-header-fixed__tel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
}

.l-header-fixed__tel__text {
  width: 100%;
  color: #fff;
}
.l-header-fixed__tel__text > .__en {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  position: relative;
}
.l-header-fixed__tel__text > .__en::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: -15px;
}
.l-header-fixed__tel__text > .__jp {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.35;
  margin-left: 8px;
}

.l-header-fixed__tel-link {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.35;
}

.l-header-fixed__tel-time {
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.35;
  margin-left: 10px;
  margin-top: 5px;
}

.l-header-fixed__contact {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.l-header-fixed__contact-link {
  display: block;
  color: #fff;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 1em;
  position: relative;
}
.l-header-fixed__contact-link:hover {
  opacity: 1;
}
.l-header-fixed__contact-link:hover::after {
  right: -10px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
.l-header-fixed__contact-link::after {
  display: block;
  content: "";
  width: 26px;
  height: 17px;
  /*background-image: url(img/common/button-arrow.svg);
  background-size: cover;*/
  background: url(img/common/button-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
.l-header-fixed__contact-link > .__en {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  position: relative;
}
.l-header-fixed__contact-link > .__en::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: -15px;
}
.l-header-fixed__contact-link > .__jp {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.35;
  margin-left: 0.7em;
}

.l-header-fixed__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-fixed__sns__icon {
  width: 18px;
  height: 18px;
}

.l-header-fixed__sns-link {
  padding: 0.7em;
}
.l-header-fixed__sns-link > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* header-hamburger */
.l-header-hamburger {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header-hamburger {
    display: block;
    width: 61px;
    height: 61px;
    position: fixed;
    pointer-events: all;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 100;
  }
}

.l-header-hamburger__wrapper {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8px;
  padding-left: 3px;
}

.l-header-hamburger__circle {
  position: relative;
}
.l-header-hamburger__circle:before {
  display: block;
  content: "";
  min-width: 22px;
  min-height: 22px;
  margin-bottom: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(img/common/icon-common_circle__wt.svg) no-repeat center/contain;
}
body:not(#index):not(.js-humburgerOpen) .l-header-hamburger__circle:before, .is-show .l-header-hamburger__circle:before {
  background-image: url(img/common/icon-common_circle__bl.svg);
}

.l-header-hamburger__text::before {
  display: block;
  content: "Menu";
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: #fff;
  font-weight: 400;
  font-family: "Helvetica Neue", serif !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:not(#index):not(.js-humburgerOpen) .l-header-hamburger__text::before, .is-show .l-header-hamburger__text::before {
  -webkit-transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  color: #2C5773;
}

.js-humburgerOpen .l-header-fixed__nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-humburgerOpen .l-header-hamburger__circle::before {
  background: url(img/common/icon-common_circle__line.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.js-humburgerOpen .l-header-hamburger__text::before {
  content: "Close";
}
.js-humburgerOpen .is-show .l-header-hamburger__text::before {
  -webkit-transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.35s ease-in-out, opacity 0.25s ease-in-out;
  color: #fff;
}

/* footer
  ========================================================================== */
.l-footer {
  background-color: #2C5773;
  color: #fff;
  opacity: 0;
}
.is-appear .l-footer {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.is-not_loading .l-footer {
  opacity: 1;
}

/* .l-footer__grid */
.l-footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0px 25% 0px auto 0px 200px;
  grid-template-columns: 25% 25% auto 200px;
  -ms-grid-rows: 209px 0px 271px 0px 72px 0px 81px;
  grid-template-rows: 209px 271px 72px 81px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.l-footer__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-footer__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-footer__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.l-footer__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.l-footer__grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.l-footer__grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.l-footer__grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.l-footer__grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.l-footer__grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.l-footer__grid > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.l-footer__grid > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.l-footer__grid > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.l-footer__grid > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.l-footer__grid > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.l-footer__grid > *:nth-child(15) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.l-footer__grid > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
@media screen and (max-width: 1000px) {
  .l-footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 0px auto 0px 34%;
    grid-template-columns: 50% auto 34%;
    -ms-grid-rows: 187px 0px 77px 0px 99px 0px 51px;
    grid-template-rows: 187px 77px 99px 51px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .l-footer__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .l-footer__grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer__grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-footer__grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .l-footer__grid > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-footer__grid > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .l-footer__grid > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .l-footer__grid > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .l-footer__grid > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .l-footer__grid > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
}

.l-footer__grid__item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}

.l-footer__grid__item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/2/5;
}

.l-footer__grid__item3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/4/2;
}

.l-footer__grid__item4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 2/2/3/5;
}

.l-footer__grid__item5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 3/2/4/4;
}

.l-footer__grid__item6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 3/4/4/5;
}

.l-footer__grid__item7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 4/1/5/5;
}

@media screen and (max-width: 1000px) {
  .l-footer__grid__item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .l-footer__grid__item2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
  }
  .l-footer__grid__item5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/3/4;
  }
  /*.l-footer__grid__item3 {
  	grid-area: 3 / 1 / 4 / 3;
  }*/
  .l-footer__grid__item3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3/1/4/4;
  }
  /*.l-footer__grid__item6 {
  	grid-area: 3 / 3 / 4 / 4;
  }*/
  .l-footer__grid__item6 {
    display: none !important;
  }
  .l-footer__grid__item7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 4/1/5/4;
  }
}
/* .l-footer__tel */
.l-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10%;
  padding-left: 23%;
  padding-right: 18%;
  padding-bottom: 60px;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 1421px) {
  .l-footer__tel {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1420px) {
  .l-footer__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__tel {
    display: block;
    padding-top: 44px;
    padding-left: 18%;
    padding-right: 2%;
    padding-bottom: 40px;
  }
}

.l-footer__tel__title > .__en {
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-footer__tel__title > .__en {
    font-size: 30px;
  }
}
.l-footer__tel__title > .__en::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #d0dde5;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: -26px;
}
@media screen and (max-width: 1000px) {
  .l-footer__tel__title > .__en::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: -19px;
  }
}
.l-footer__tel__title > .__jp {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .l-footer__tel__title > .__jp {
    font-size: 12px;
    font-weight: bold;
  }
}

.l-footer__tel__main {
  margin-left: 26px;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .l-footer__tel__main {
    margin-left: 0;
    margin-top: 13px;
  }
}

.l-footer__tel__link {
  font-size: 24px;
  letter-spacing: 0.055em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .l-footer__tel__link {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}

.l-footer__tel__time {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5px;
  text-indent: -8px;
}
@media screen and (max-width: 1000px) {
  .l-footer__tel__time {
    font-size: 10px;
    margin-top: 0px;
    text-indent: -14px;
    line-height: 1.2;
  }
}

/* .l-footer__contact */
.l-footer__contact {
  padding-top: 10%;
  padding-left: 27%;
  padding-right: 23.3%;
  padding-bottom: 10%;
}
@media screen and (min-width: 1421px) {
  .l-footer__contact {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1420px) {
  .l-footer__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__contact {
    padding-left: 18%;
    padding-right: 19.3%;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact {
    padding-top: 44px;
    padding-left: 18%;
    padding-right: 11%;
    padding-bottom: 40px;
  }
}

.l-footer__contact__link {
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-footer__contact__link {
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link {
    width: 100%;
    height: 100%;
  }
}
.l-footer__contact__link::after {
  display: block;
  content: "";
  width: 49px;
  height: 32px;
  /*background-image: url(img/common/button-arrow.svg);
  background-size: cover;*/
  background: url(img/common/button-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link::after {
    width: 39px;
    height: 25px;
    top: auto;
    bottom: -11px;
  }
}
.l-footer__contact__link:hover {
  opacity: 1;
}
.l-footer__contact__link:hover::after {
  right: -10px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}

.l-footer__contact__link-title {
  display: block;
}
.l-footer__contact__link-title > .__en {
  font-size: 50px;
  display: block;
  letter-spacing: 0.08em;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link-title > .__en {
    font-size: 30px;
  }
}
.l-footer__contact__link-title > .__en::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #d0dde5;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: -26px;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link-title > .__en::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: -19px;
  }
}
.l-footer__contact__link-title > .__jp {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 2px;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__link-title > .__jp {
    font-size: 12px;
    font-weight: bold;
  }
}

/* .l-footer__logo */
.l-footer__logo {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  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;
}
@media screen and (max-width: 1000px) {
  .l-footer__logo {
    border-right: 0;
  }
}

.l-footer__logo__link {
  display: block;
  width: 148px;
  height: 51px;
}
@media screen and (max-width: 1000px) {
  .l-footer__logo__link {
    width: 109px;
    height: 39px;
  }
}
.l-footer__logo__link .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .l-footer__nav */
.l-footer__nav {
  border-top: 1px solid #fff;
  padding: 61px 10% 56px 7.5vw;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42% 0px 37.5% 0px auto;
  grid-template-columns: 42% 37.5% auto;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.l-footer__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-footer__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-footer__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-footer__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.l-footer__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.l-footer__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.l-footer__list > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.l-footer__list > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.l-footer__list > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1300px) {
  .l-footer__list {
    -ms-grid-columns: 35% 35% auto;
    grid-template-columns: 35% 35% auto;
  }
}

.l-footer__nav__grid1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

.l-footer__nav__grid2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

.l-footer__nav__grid3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}

.l-footer__nav__grid4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.l-footer__nav__grid5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.l-footer__nav__grid6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}

.l-footer__nav__grid7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}

.l-footer__nav__grid8 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}

.l-footer__item {
  margin-bottom: 48px;
}
.l-footer__item:last-child {
  margin-bottom: 0;
}
.l-footer__item:nth-last-of-type(2) {
  margin-bottom: 0;
}

.l-footer__link {
  display: inline-block;
}

.l-footer__link__title {
  white-space: nowrap;
}
.l-footer__link__title > .__en {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.25;
  font-family: "Helvetica Neue", serif !important;
}
@media screen and (max-width: 1300px) {
  .l-footer__link__title > .__en {
    font-size: 14px;
  }
}
.l-footer__link__title > .__jp {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 500;
  margin-left: 6px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .l-footer__link__title > .__jp {
    font-size: 11px;
  }
}

.l-footer__address {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7.5vw;
}
@media screen and (max-width: 1000px) {
  .l-footer__address {
    padding-left: 0;
    -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;
  }
}

.l-footer__address__title {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.35;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .l-footer__address__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__address__title {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.l-footer__address__main {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 3.5em;
}
@media screen and (max-width: 1000px) {
  .l-footer__address__main {
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 0;
  }
}

/* .l-footer__sns */
.l-footer__sns {
  border-top: 1px solid #fff;
  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-top: 5px;
}
@media screen and (max-width: 1000px) {
  .l-footer__sns {
    padding-top: 0px;
  }
}

.l-footer__sns__icon {
  width: 22px;
  height: 22px;
}
.l-footer__sns__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer__sns__icon + .l-footer__sns__icon {
  margin-left: 14px;
}

.l-footer__copyright {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.35;
  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;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

/* .p-return */
.p-return {
  width: 1300px;
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 21px;
  opacity: 0;
}
.is-appear .p-return {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.is-not_loading .p-return {
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .p-return {
    width: 95%;
    max-width: 95%;
    padding-bottom: 18px;
  }
}

.p-return__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  text-align: center;
  color: #2C5773;
}
@media screen and (max-width: 840px) {
  .p-return__link {
    font-size: 10px;
  }
}
.p-return__link > .__text {
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 840px) {
  .p-return__link > .__text {
    margin-top: 1px;
  }
}
.p-return__link > img {
  display: block;
  margin-left: -6px;
}

/* main
  ========================================================================== */
.l-main {
  opacity: 0;
}
.is-appear .l-main {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
body.is-not_loading .l-main {
  opacity: 1;
}
body:not(#index) .l-main {
  margin-top: 79px;
}
@media screen and (max-width: 1000px) {
  body:not(#index) .l-main {
    margin-top: 61px;
  }
}
.archive .l-main, .single .l-main {
  background-color: rgba(208, 221, 229, 0.7);
}
#index .l-main {
  overflow-x: hidden;
}

/* top-more */
.p-top-more {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.375;
  color: #2c5773;
  font-family: "Helvetica Neue", serif !important;
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .p-top-more {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

.p-top-more__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 55px;
  height: 32px;
}
@media screen and (max-width: 840px) {
  .p-top-more__link {
    padding-right: 50px;
  }
}
.p-top-more__link::after {
  display: block;
  content: "";
  width: 44px;
  height: 32px;
  background-image: url(img/common/more.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  right: 0;
}
@media screen and (max-width: 840px) {
  .p-top-more__link::after {
    width: 40px;
    height: 29px;
  }
}
.p-top-more__link:hover {
  opacity: 1;
}
.p-top-more__link:hover::after {
  right: -10px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}

/* sidenav */
.p-sidenav_ttl {
  padding-left: 0.6em;
  padding-bottom: 13px;
  border-bottom: 1px solid #2c5773;
}
.p-sidenav_ttl > .__en {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Helvetica Neue", serif !important;
  position: relative;
}
.p-sidenav_ttl > .__en::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2c5773;
  position: absolute;
  top: 3px;
  left: -10px;
}
.p-sidenav_ttl > .__jp {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.35;
  font-weight: bold;
  color: #2c5773;
  margin-left: 14px;
  display: inline-block;
  margin-top: 9px;
}

.p-sidenav__wrapper + .p-sidenav__wrapper {
  margin-top: 72px;
}

.p-sidenav_list {
  margin-top: 6px;
}
.p-sidenav_list li {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  font-weight: 400;
}
.p-sidenav_list a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.p-sidenav__month {
  margin-top: 25px;
  position: relative;
  width: 100%;
  height: 46px;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-sidenav__month:hover {
  opacity: 0.5;
}
.p-sidenav__month select {
  cursor: pointer;
}
.p-sidenav__month::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7.5px 0 7.5px;
  border-color: #2c5773 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.p-sidenav__month__select {
  width: 100%;
  border: 1px solid #2c5773;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 0.95em;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

/*hero
  ========================================================================== */
.p-top-hero {
  width: 100%;
  height: 760px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .p-top-hero {
    height: 590px;
  }
}
.p-top-hero::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 63, 88, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-hero__inner {
  width: 100%;
  height: 100%;
}

.p-top-hero_movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-hero__texts {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  padding-left: 6px;
  top: 49.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .p-top-hero__texts {
    width: 346px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-hero__texts {
    width: 287px;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    padding-left: 0;
  }
}

.p-top-hero__texts__main {
  font-size: 60px;
  letter-spacing: 0.03em;
  line-height: 1.35;
  font-family: "Helvetica Neue Condensed Black", serif !important;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .p-top-hero__texts__main {
    font-size: 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-hero__texts__main {
    font-size: 40px;
    letter-spacing: 0.06em;
  }
}
.p-top-hero__texts__main .on-sp {
  display: none;
}
@media screen and (max-width: 1350px) {
  .p-top-hero__texts__main .on-sp {
    display: inline;
  }
}
.p-top-hero__texts__main > span {
  opacity: 0;
}
.p-top-hero__texts__main.is-appear-text > span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-hero__treatment {
  width: 103.5%;
  position: absolute;
  top: 51.5%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.4;
}
@media screen and (max-width: 540px) {
  .p-top-hero__treatment {
    width: 106%;
    position: absolute;
    top: 52.5%;
    left: 50%;
  }
}
.p-top-hero__treatment img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-hero__sns {
  position: absolute;
  bottom: 30px;
  left: 63px;
  z-index: 3;
}
@media screen and (max-width: 840px) {
  .p-top-hero__sns {
    left: 30px;
  }
}

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

.p-top-hero__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}

.p-top-hero__scroll-text {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", serif !important;
}
@media screen and (max-width: 840px) {
  .p-top-hero__scroll-text {
    font-size: 10px;
  }
}
.p-top-hero__scroll-text::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 840px) {
  .p-top-hero__scroll-text::before {
    top: -18px;
  }
}

/*============================
#top-about
============================*/
.p-top-about {
  background-color: #eaeef2;
  padding-top: 180px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 840px) {
  .p-top-about {
    padding-top: 91px;
  }
}

.p-top-about__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-top-about__inner {
    width: 90%;
    max-width: 640px;
    display: block;
  }
}

.p-top-about__texts {
  width: 50%;
  margin-top: -13px;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1200px) {
  .p-top-about__texts {
    width: 63%;
  }
}
@media screen and (max-width: 840px) {
  .p-top-about__texts {
    width: 100%;
    margin-top: 0;
  }
}

.p-top-about__texts-title {
  font-size: 38px;
  letter-spacing: 0.06em;
  line-height: 1.57;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .p-top-about__texts-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-about__texts-title {
    font-size: 24px;
    margin-top: 84px;
    line-height: 1.4;
  }
}

.p-top-about__texts-text {
  margin-top: 48px;
  margin-bottom: 49px;
}
@media screen and (max-width: 840px) {
  .p-top-about__texts-text {
    margin-top: 33px;
    margin-bottom: 27px;
  }
}
.p-top-about__texts-text p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 840px) {
  .p-top-about__texts-text p {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    font-weight: 400;
  }
}
.p-top-about__texts-text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 840px) {
  .p-top-about__texts-text p + p {
    margin-top: 0.75em;
  }
}

.p-top-about__treatment {
  width: 107.5vw;
  position: absolute;
  bottom: -26.25vw;
  left: 52.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
}
@media screen and (max-width: 540px) {
  .p-top-about__treatment {
    width: 115.5vw;
    position: absolute;
    bottom: -58vw;
    left: 47%;
    z-index: -1;
  }
}
.p-top-about__treatment img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about__trans {
  position: absolute;
  top: 101px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: messageAnimation-2 800s linear infinite;
          animation: messageAnimation-2 800s linear infinite;
  background-image: url(img/top/about-trans.png);
  background-repeat: repeat-x;
  background-size: auto 240px;
  width: 100vw;
  height: 240px;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .p-top-about__trans {
    background-size: auto 120px;
    width: 100vw;
    height: 120px;
    top: 58px;
  }
}

@-webkit-keyframes messageAnimation-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -30000px 0;
  }
}

@keyframes messageAnimation-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -30000px 0;
  }
}
/*============================
#top-reason.p-top-reason
============================*/
.p-top-reason {
  background-color: #eaeef2;
  padding-top: 178px;
}
@media screen and (max-width: 840px) {
  .p-top-reason {
    padding-top: 133px;
  }
}

.p-top-reason__inner {
  width: 1260px;
  margin-left: auto;
  margin-right: 0;
  z-index: 11;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .p-top-reason__inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 1340px) {
  .p-top-reason__inner {
    max-width: 90%;
    margin-right: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-top-reason__inner {
    width: 90%;
    max-width: 640px;
    margin-right: auto;
  }
}

.p-top-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .p-top-reason__content {
    display: block;
  }
}

.p-top-reason__texts {
  width: 50%;
  padding-right: 68px;
  padding-top: 6.35%;
}
@media screen and (max-width: 1340px) {
  .p-top-reason__texts {
    width: 57%;
    padding-right: 38px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-reason__texts {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-top: 51px;
  }
}
.p-top-reason__texts p + p {
  margin-top: 1em;
}
@media screen and (max-width: 840px) {
  .p-top-reason__texts p + p {
    margin-top: 0.75em;
  }
}

.p-top-reason__title {
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.57;
  margin-bottom: 27px;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-top-reason__title {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.46;
    margin-bottom: 27px;
  }
}

.p-top-reason__text {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 46px;
}
@media screen and (max-width: 840px) {
  .p-top-reason__text {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.73;
    margin-bottom: 26px;
  }
}

.p-top-reason__visual {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .p-top-reason__visual {
    width: 100svw;
    margin-left: calc(50% - 50svw);
    margin-top: 30px;
  }
}

.p-top-reason__visual__wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-reason__visual__wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}

/*============================
#top-product
============================*/
.p-top-product {
  background-color: #eaeef2;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-top-product {
    padding-top: 56px;
  }
}

.p-top-product__inner {
  width: 1260px;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 160px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1600px) {
  .p-top-product__inner {
    margin-left: auto;
  }
}
@media screen and (max-width: 1340px) {
  .p-top-product__inner {
    max-width: 90%;
    margin-left: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-top-product__inner {
    width: 90%;
    max-width: 640px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 91px;
  }
}

.p-top-product__visual {
  width: 53.15%;
}
@media screen and (max-width: 1340px) {
  .p-top-product__visual {
    width: 44.15%;
  }
}
@media screen and (max-width: 840px) {
  .p-top-product__visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 58px;
  }
}

.p-top-product__visual__wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-product__visual__wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}

.p-top-product__texts {
  width: calc(46.85% - 30px);
  margin-left: 30px;
  padding-top: 36px;
}
@media screen and (max-width: 1340px) {
  .p-top-product__texts {
    width: calc(65.85% - 30px);
  }
}
@media screen and (max-width: 840px) {
  .p-top-product__texts {
    width: 100%;
    margin-left: 0;
  }
}

.p-top-product__head .p-top-section__title {
  padding-left: 64px;
}
@media screen and (max-width: 840px) {
  .p-top-product__head .p-top-section__title {
    padding-left: 1.3em;
  }
}

.p-top-product__texts-text {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 400;
  padding-left: 41px;
  margin-top: 25px;
}
@media screen and (max-width: 840px) {
  .p-top-product__texts-text {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    font-weight: 400;
    padding-left: 0px;
    margin-top: 55px;
  }
}

.p-top-product__list {
  margin-top: 45px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d8dfe6;
}
@media screen and (max-width: 840px) {
  .p-top-product__list {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 57px;
    margin-bottom: 28px;
  }
}

.p-top-product__item {
  border-top: 1px solid #d8dfe6;
}

.p-top-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 7%;
  height: 5.5em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-top-product__link {
    padding: 0 10%;
    height: 4.2em;
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top-product__link:hover {
  opacity: 1;
}
.p-top-product__link:hover::after {
  right: calc(7% - 10px);
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 840px) {
  .p-top-product__link:hover::after {
    right: calc(10% - 10px);
  }
}
.p-top-product__link::after {
  display: block;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  content: "";
  width: 26px;
  height: 7px;
  /*background-image: url(img/common/arrow.svg);
  background-size: cover;*/
  background: url(img/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 47%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .p-top-product__link::after {
    background-image: url(img/common/arrow-sp.svg);
    width: 20px;
    height: 7px;
    top: 50%;
    right: 10%;
  }
}
.p-top-product__link > .__jp {
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-top-product__link > .__jp {
    font-size: 16px;
  }
}
.p-top-product__link > .__en {
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1;
  color: #2c5773;
  margin-left: 18px;
}
@media screen and (max-width: 840px) {
  .p-top-product__link > .__en {
    font-size: 12px;
    margin-left: 0.9em;
  }
}

/*============================
#top-ohters
============================*/
.p-top-others {
  position: relative;
}
.p-top-others::after {
  display: block;
  content: "";
  width: 100%;
  height: 291px;
  background-color: #dee7ed;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top-others__inner {
  width: 1260px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1260px) {
  .p-top-others__inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 840px) {
  .p-top-others__inner {
    width: 90%;
    max-width: 640px;
  }
}

.p-top-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .p-top-others__list {
    display: block;
  }
}

.p-top-others__item {
  width: calc(50% - 3.5px);
  height: 580px;
  padding: 12% 3.7% 8% 7%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 840px) {
  .p-top-others__item {
    width: 100%;
    padding: 12% 5.6% 8% 6.5%;
    height: 374px;
  }
  .p-top-others__item + .p-top-others__item {
    margin-top: 10px;
  }
}
.p-top-others__item:nth-of-type(1) {
  background-image: url(img/top/facility.jpg);
  background-size: cover;
}
.p-top-others__item:nth-of-type(2) {
  background-image: url(img/top/flow.jpg);
  background-size: cover;
}

.p-top-others__text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-top: 55px;
  min-height: 79px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 840px) {
  .p-top-others__text {
    font-size: 14px;
    letter-spacing: -0.024em;
    line-height: 1.75;
    margin-top: 35px;
  }
}

.p-top-others__link {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.375;
  color: #2c5773;
  font-family: "Helvetica Neue", serif !important;
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-top: 58px;
}
@media screen and (max-width: 840px) {
  .p-top-others__link {
    margin-top: 24px;
    letter-spacing: 0.06em;
  }
}
.p-top-others__link > a {
  width: 193px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 55px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 840px) {
  .p-top-others__link > a {
    width: 168px;
    height: 50px;
    font-size: 14px;
    padding-right: 46px;
  }
}
.p-top-others__link > a::after {
  display: block;
  content: "";
  width: 44px;
  height: 32px;
  background-image: url(img/common/more.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}
@media screen and (max-width: 840px) {
  .p-top-others__link > a::after {
    width: 40px;
    height: 29px;
    right: 18px;
  }
}
.p-top-others__link > a:hover {
  opacity: 1;
}
.p-top-others__link > a:hover::after {
  right: 16px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 840px) {
  .p-top-others__link > a:hover::after {
    right: 8px;
  }
}

/*============================
#p-top-news
============================*/
.p-top-news {
  background-color: rgba(208, 221, 229, 0.7);
  padding-top: 160px;
  padding-bottom: 155px;
}
@media screen and (max-width: 840px) {
  .p-top-news {
    padding-top: 93px;
    padding-bottom: 60px;
  }
}

.p-top-news__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 840px) {
  .p-top-news__inner {
    width: 90%;
    max-width: 640px;
  }
}

.p-top-news__list {
  margin-top: 66px;
}
@media screen and (max-width: 1200px) {
  .p-top-news__list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 54px;
  }
}
@media screen and (max-width: 540px) {
  .p-top-news__list {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    margin-top: 42px;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #fff;
}

.p-top-news__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 146px 0px 197px 0px calc(100% - 146px - 197px);
  grid-template-columns: 146px 197px calc(100% - 146px - 197px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: calc(3% + 26px);
}

.p-top-news__link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-top-news__link > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-top-news__link > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (min-width: 1201px) {
  .p-top-news__link {
    height: 91px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-news__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 124px 0px 197px 0px calc(100% - 124px - 197px);
    grid-template-columns: 124px 197px calc(100% - 124px - 197px);
    -ms-grid-rows: auto 1em auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 1em;
    padding: 1.2em calc(3% + 26px) 0.9em 0;
  }
  .p-top-news__link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-news__link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top-news__link > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-top-news__link > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-top-news__link > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-top-news__link > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 840px) {
  .p-top-news__link {
    -ms-grid-columns: 124px calc(100% - 124px);
    grid-template-columns: 124px calc(100% - 124px);
    padding-right: calc(8% + 26px);
  }
}
@media screen and (max-width: 540px) {
  .p-top-news__link {
    padding-left: 5%;
  }
}
.p-top-news__link::after {
  display: block;
  content: "";
  width: 26px;
  height: 7px;
  background-image: url(img/common/arrow.svg);
  background-size: cover;
  position: absolute;
  top: 47%;
  right: 3%;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .p-top-news__link::after {
    background-image: url(img/common/arrow-sp.svg);
    width: 18px;
    height: 7px;
    top: auto;
    bottom: 1.4em;
    right: 4.5%;
    background-size: contain;
  }
}
.p-top-news__link:hover {
  opacity: 1;
}
.p-top-news__link:hover::after {
  right: calc(3% - 10px);
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 840px) {
  .p-top-news__link:hover::after {
    right: calc(4.5% - 10px);
  }
}

.p-top-news__link__day {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 1200px) {
  .p-top-news__link__day {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.p-top-news__link__day > .__day {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-top-news__link__day > .__day {
    font-size: 16px;
    letter-spacing: 0.045em;
  }
}

.p-top-news__link__cat {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 1200px) {
  .p-top-news__link__cat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
.p-top-news__link__cat > .__cat {
  min-width: 109px;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #2c5773;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding: 0 1.75em;
  color: #2c5773;
}
@media screen and (max-width: 840px) {
  .p-top-news__link__cat > .__cat {
    font-size: 12px;
    min-width: 97px;
    height: 28px;
  }
}
.p-top-news__link__cat > .__cat + .__cat {
  margin-top: 10px;
}

.p-top-news__link__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 1200px) {
  .p-top-news__link__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/3/4;
  }
}
.p-top-news__link__title > .__title {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 400;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .p-top-news__link__title > .__title {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-news__link__title > .__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.65;
  }
}
@media screen and (max-width: 840px) {
  .p-top-news__link__title > .__title {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.7;
  }
}

.p-top-news__treatment {
  width: 107vw;
  position: absolute;
  top: -17vw;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 540px) {
  .p-top-news__treatment {
    width: 129vw;
    position: absolute;
    top: -25.5vw;
    left: 58%;
  }
}
.p-top-news__treatment img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================
#top-movie.p-top-movie
============================*/
.p-top-movie {
  margin-bottom: 130px;
  width: 100%;
  height: 507px;
}
@media screen and (max-width: 840px) {
  .p-top-movie {
    height: 300px;
  }
}

.p-top_movie__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-top_movie__inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(44, 87, 115, 0.4);
  z-index: 1;
}

.p-top_movie__content {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
  -o-object-fit: cover;
}

/* ===============================================
# Recruit
=============================================== */
.p-top-recruit {
  margin-top: -200px;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  .p-top-recruit {
    margin-top: -188px;
    margin-bottom: 12px;
  }
}

.p-top-recruit__inner {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 64px;
  padding-left: 95px;
  padding-right: 43px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .p-top-recruit__inner {
    padding-left: 6.7%;
    padding-right: 4.9%;
  }
}
@media screen and (max-width: 840px) {
  .p-top-recruit__inner {
    width: 90%;
    max-width: 640px;
    display: block;
    padding-top: 26px;
    padding-left: 4.75%;
    padding-right: 1.95%;
  }
}

.p-top-recruit__texts {
  width: 42.75%;
  padding-top: 28px;
  margin-right: 56px;
}
@media screen and (max-width: 1200px) {
  .p-top-recruit__texts {
    width: 50.75%;
  }
}
@media screen and (max-width: 840px) {
  .p-top-recruit__texts {
    width: 100%;
    margin-right: 0;
  }
}

.p-top-content__title {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 78px;
}
@media screen and (max-width: 1200px) {
  .p-top-content__title {
    margin-top: 35px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-content__title {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 53px;
  }
}

.p-recruit-more {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.375;
  color: #2c5773;
  font-family: "Helvetica Neue", serif !important;
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-top: 77px;
}
@media screen and (max-width: 1200px) {
  .p-recruit-more {
    margin-top: 35px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit-more {
    margin-top: 26px;
  }
}

.p-recruit-more__link {
  width: 193px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 55px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #d8dfe6;
  margin-right: 12px;
}
@media screen and (max-width: 840px) {
  .p-recruit-more__link {
    width: 168px;
    height: 50px;
    font-size: 14px;
    padding-right: 46px;
    margin-right: 12px;
  }
}
.p-recruit-more__link::after {
  display: block;
  content: "";
  width: 44px;
  height: 32px;
  background-image: url(img/common/more.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  right: 26px;
}
@media screen and (max-width: 840px) {
  .p-recruit-more__link::after {
    width: 40px;
    height: 29px;
    right: 18px;
  }
}
.p-recruit-more__link:hover {
  opacity: 1;
}
.p-recruit-more__link:hover::after {
  right: 16px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 840px) {
  .p-recruit-more__link:hover::after {
    right: 8px;
  }
}

.p-top-recruit__visual {
  width: 51%;
  max-width: 559px;
}
@media screen and (max-width: 840px) {
  .p-top-recruit__visual {
    width: 96%;
    margin-top: 30px;
    max-width: 100%;
  }
}

.p-top-recruit__visual__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-recruit__visual__wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
@media screen and (max-width: 840px) {
  .p-top-recruit__visual__wrapper > img {
    aspect-ratio: 5/3;
  }
}

/* flow
  ========================================================================== */
.p-flow {
  margin-bottom: 47px;
}

/* .p-flow__head */
.p-flow__head {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 841px) {
  .p-flow__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto 1.85em auto;
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "title . sub" "title . text";
    grid-row-gap: 1.85em;
    padding: 5.2em 0 5.6em;
  }
}
@media (max-width: 840px) {
  .p-flow__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.5em 0 4.8em;
  }
}
@media (max-width: 540px) {
  .p-flow__head {
    padding: 3.75em 0 4em;
  }
}
.p-flow__head .p-top-section__title {
  grid-area: title;
}
@media (min-width: 841px) {
  .p-flow__head .p-top-section__title {
    margin-top: 0.4em;
  }
}

.p-flow__head__sub,
.p-flow__head__text {
  width: 100%;
  max-width: 560px;
  -ms-grid-column-align: end;
      justify-self: end;
}

.p-flow__head__sub {
  grid-area: sub;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #2c5773;
  line-height: 1.5;
}
@media (max-width: 840px) {
  .p-flow__head__sub {
    font-size: 22px;
    margin-top: 1.85em;
  }
}
@media (max-width: 540px) {
  .p-flow__head__sub {
    font-size: 20px;
  }
}

.p-flow__head__text {
  grid-area: text;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media (max-width: 840px) {
  .p-flow__head__text {
    margin-top: 1.85em;
  }
}
@media (max-width: 540px) {
  .p-flow__head__text {
    margin-top: 1.5em;
  }
}

/* .p-flow__list */
.p-flow__item:first-of-type {
  padding-top: 2.75em;
}
.p-flow__item:first-of-type .p-flow__item__inner:before {
  top: 2.82em;
}
.p-flow__item:nth-child(odd) {
  position: relative;
  background-color: #eaeef2;
}
.p-flow__item:nth-child(odd) .p-flow__item__inner:after {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #eaeef2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-flow__item:nth-child(even) {
  background-color: #fff;
}
.p-flow__item.is-view:last-of-type .p-flow__item__inner:before {
  height: 2.82em;
}

.p-flow__item__inner {
  width: 1160px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-columns: 90px 1fr 400px 1.72%;
  grid-template-columns: 90px 1fr 400px 1.72%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 2.82em 0;
  position: relative;
}

.p-flow__item__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-flow__item__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-flow__item__inner > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-flow__item__inner > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media screen and (max-width: 1200px) {
  .p-flow__item__inner {
    -ms-grid-columns: 90px 1fr 37.55%;
    grid-template-columns: 90px 1fr 37.55%;
  }
}
@media screen and (max-width: 840px) {
  .p-flow__item__inner {
    width: 90%;
    max-width: 640px;
    -ms-grid-columns: 67px 0px 1fr;
    grid-template-columns: 67px 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-flow__item__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow__item__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-flow__item__inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-flow__item__inner > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.p-flow__item__inner::before {
  display: block;
  content: "";
  width: 1px;
  height: 0;
  background-color: #2C5773;
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 1;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 840px) {
  .p-flow__item__inner::before {
    left: 33px;
  }
}
.is-view .p-flow__item__inner::before {
  height: calc(100% + 2.85em);
}

.p-flow__item__number {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
  border: 1px solid #2c5773;
  border-radius: 50%;
  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;
  color: #2C5773;
  z-index: 2;
  position: relative;
  background: #fff;
}
.p-flow__item:nth-child(odd) .p-flow__item__number {
  background: #eaeef2;
}
@media screen and (max-width: 840px) {
  .p-flow__item__number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    min-width: 67px;
    max-width: 67px;
    min-height: 67px;
    max-height: 67px;
  }
}
.p-flow__item__number > .__en {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 840px) {
  .p-flow__item__number > .__en {
    font-size: 10px;
  }
}
.p-flow__item__number > .__text {
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 3px;
  font-weight: bold;
  font-family: "Helvetica Neue", serif !important;
}
@media screen and (max-width: 840px) {
  .p-flow__item__number > .__text {
    font-size: 22px;
  }
}

.p-flow__item__texts {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  margin-top: 1.95em;
  padding: 0 6%;
}
@media screen and (max-width: 840px) {
  .p-flow__item__texts {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    margin-left: 0;
    margin-top: 0;
    padding-right: 2.655svw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-flow__item-title,
.p-flow__item-text {
  max-width: 510px;
}

.p-flow__item-title {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.625;
  color: #2C5773;
}
@media screen and (max-width: 1200px) {
  .p-flow__item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .p-flow__item-title {
    font-size: 20px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-flow__item-text {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 18px;
}
@media screen and (max-width: 840px) {
  .p-flow__item-text {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.58;
    margin-top: 9px;
    letter-spacing: -0.01em;
  }
}

.p-flow__item__visual {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 840px) {
  .p-flow__item__visual {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    max-width: 94.1%;
    margin: 30px auto 0;
    z-index: 3;
    position: relative;
  }
}

.p-flow__item__visual__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-flow__item__visual__wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* news(archive)
  ========================================================================== */
.p-news {
  padding-top: 90px;
  padding-bottom: 81px;
}
@media screen and (max-width: 840px) {
  .p-news {
    padding-top: 93px;
    padding-bottom: 60px;
  }
}
#single .p-news {
  padding-bottom: 89px;
}
@media screen and (max-width: 840px) {
  #single .p-news {
    padding-bottom: 60px;
  }
}

.p-news__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8.93% 220px;
  grid-template-columns: auto 220px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 8.93%;
  grid-row-gap: 0px;
}

.p-news__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-news__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 840px) {
  .p-news__inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .p-news__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news__inner > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-news__inner > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 840px) {
  .p-news__inner {
    width: 90%;
    max-width: 640px;
  }
}

.p-news__main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 840px) {
  .p-news__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}

.p-news__side {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 840px) {
  .p-news__side {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    margin-top: 160px;
  }
}

.p-news__list {
  margin-top: 2.4em;
}
@media screen and (max-width: 1200px) {
  .p-news__list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-news__list {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-news__list {
    margin-top: 0;
  }
}

.p-news__item {
  border-bottom: 1px solid #2c5773;
}
.p-news__item:first-of-type {
  border-top: 1px solid #2c5773;
}

.p-news__link {
  display: -ms-grid;
  display: grid;
  /*grid-template-columns: 112px 187px auto;*/
  -ms-grid-columns: 5.2em calc(32.32% - 2.6em) calc(67.68% - 2.6em);
  grid-template-columns: 5.2em calc(32.32% - 2.6em) calc(67.68% - 2.6em);
      grid-template-areas: "day cat title";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 1.6em 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 5.7em;
}
@media screen and (max-width: 1200px) {
  .p-news__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5.2em 5% calc(95% - 5.2em);
    grid-template-columns: 5.2em calc(95% - 5.2em);
    -ms-grid-rows: auto 0.9em auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 5%;
    grid-row-gap: 0.9em;
        grid-template-areas: "day cat" "title title";
  }
  .p-news__link > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 840px) {
  .p-news__link {
    grid-row-gap: 0.75em;
    padding: 1.4m 0;
  }
}
@media screen and (max-width: 540px) {
  .p-news__link {
    grid-row-gap: 0.6em;
    padding: 1.2em 0;
  }
}

.p-news__link__day {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: day;
}
.p-news__link__day > .__day {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-news__link__day > .__day {
    font-size: 14px;
    letter-spacing: 0.045em;
  }
}

.p-news__link__cat {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: cat;
}
@media screen and (min-width: 1201px) {
  .p-news__link__cat {
    padding: 0 13.5%;
  }
}
.p-news__link__cat > .__cat {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 109px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #2c5773;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding: 7px 24px;
  color: #2c5773;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .p-news__link__cat > .__cat {
    font-size: 12px;
    min-width: 97px;
  }
}
.p-news__link__cat > .__cat + .__cat {
  margin-top: 10px;
}

.p-news__link__title {
  grid-area: title;
}

.p-news__link > .p-news__link__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}
.p-news__link__title > .__title {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 840px) {
  .p-news__link__title > .__title {
    font-size: 14px;
    letter-spacing: 0em;
  }
}

.p-archive-pagination {
  margin-top: 79px;
}

.nav-links {
  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;
  position: relative;
}
@media screen and (max-width: 540px) {
  .nav-links {
    max-width: 375px;
    padding-bottom: calc(0.5em + 24px);
    margin-left: auto;
    margin-right: auto;
  }
}

.page-numbers {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #2C5773;
  font-family: "Helvetica Neue", serif !important;
  padding: 0.5em 0.6em;
  margin-right: 9px;
}
@media screen and (max-width: 1200px) {
  .page-numbers {
    font-size: 14px;
    padding: 0.5em 0.4em;
  }
}
.page-numbers.current {
  color: #c2d8e0;
}
@media screen and (max-width: 540px) {
  .page-numbers.next, .page-numbers.prev {
    position: absolute;
    bottom: 0;
  }
}
.page-numbers.next > img, .page-numbers.prev > img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  opacity: 1;
}
.page-numbers.next {
  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;
  margin-right: 0;
  font-size: 15px;
  font-weight: bold;
  margin-left: 4.1em;
}
@media screen and (max-width: 1200px) {
  .page-numbers.next {
    font-size: 14px;
    margin-left: 0.7em;
  }
}
@media screen and (max-width: 540px) {
  .page-numbers.next {
    right: 0;
  }
}
.page-numbers.next > span {
  padding-right: 23px;
}
.page-numbers.next:hover > img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.page-numbers.prev {
  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;
  margin-right: 0;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5.2em;
}
@media screen and (max-width: 1200px) {
  .page-numbers.prev {
    font-size: 14px;
    margin-right: 1em;
  }
}
@media screen and (max-width: 540px) {
  .page-numbers.prev {
    left: 0;
  }
}
.page-numbers.prev > span {
  padding-left: 20px;
}
.page-numbers.prev:hover > img {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.page-numbers.dots {
  padding: 0 0.48em;
  margin-right: 10px;
}

/* .p-archive-no-article */
.p-archive-no-article {
  line-height: 1.5;
  background: #fff;
  padding: 1em 5%;
}

.p-archive-no-article__title {
  font-weight: bold;
}

/* news(single)
  ========================================================================== */
.p-article-main__head {
  padding-bottom: 23px;
  border-bottom: 1px solid #d8dfe6;
}

.p-article-main__time {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-right: 29px;
}

.p-article-main__category {
  min-width: 109px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #2c5773;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding: 7px 24px;
  color: #2c5773;
  margin-right: 10px;
}
@media screen and (max-width: 840px) {
  .p-article-main__category {
    font-size: 12px;
    min-width: 97px;
  }
}

.p-article-main__title {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #2C5773;
  line-height: 1.77;
  margin-top: 12px;
}

.p-article-main__content {
  width: 100%;
  max-width: 700px;
  margin-top: 29px;
}

.p-single__main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 840px) {
  .p-single__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}

.p-article-main__content figure {
  margin-top: 29px;
  margin-bottom: 2.8em;
}
.p-article-main__content p {
  font-size: 15px;
  line-height: 1.78;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 3em;
}
.p-article-main__content p + p {
  margin-top: 1.8em;
}

.p-single-pagination {
  margin-top: 78px;
}

.p-single-pagination__inner {
  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;
  position: relative;
  width: 479px;
  padding-right: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .p-single-pagination__inner {
    width: 359px;
    padding-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .p-single-pagination__inner {
    width: 329px;
  }
}

.p-single-pagination__prev > a,
.p-single-pagination__next > a {
  opacity: 1;
}
.p-single-pagination__prev > a > img,
.p-single-pagination__next > a > img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.p-single-pagination__prev {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #2C5773;
  font-family: "Helvetica Neue", serif !important;
  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;
  font-weight: bold;
  margin-right: 8.2em;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .p-single-pagination__prev {
    font-size: 14px;
    left: 0px;
    margin-right: 4.2em;
  }
}
@media screen and (max-width: 840px) {
  .p-single-pagination__prev {
    margin-right: 2.2em;
  }
}
.p-single-pagination__prev > a .__text {
  padding-left: 22px;
}
.p-single-pagination__prev > a:hover > img {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.p-single-pagination__next {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #2C5773;
  font-family: "Helvetica Neue", serif !important;
  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;
  margin-right: 0;
  font-size: 15px;
  font-weight: bold;
  margin-left: 8.4em;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .p-single-pagination__next {
    font-size: 14px;
    margin-left: 4.2em;
    right: 0px;
  }
}
@media screen and (max-width: 840px) {
  .p-single-pagination__next {
    margin-left: 2.2em;
  }
}
.p-single-pagination__next > a .__text {
  padding-right: 22px;
}
.p-single-pagination__next > a:hover > img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.p-single-pagination__main {
  font-size: 18px;
  letter-spacing: 0.038em;
  font-weight: bold;
  line-height: 1.66;
  color: #2C5773;
}
@media screen and (max-width: 840px) {
  .p-single-pagination__main {
    font-size: 14px;
  }
}

/* reason
  ========================================================================== */
.p-reason {
  background-color: #eaeef2;
  padding-top: 91px;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .p-reason {
    padding-top: 60px;
  }
}

.p-reason__head {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .p-reason__head {
    width: 90%;
    max-width: 640px;
    margin-bottom: 0;
  }
}

.p-reason__content:nth-of-type(odd) {
  background-color: #fff;
}
.p-reason__content:nth-of-type(even) {
  background-color: #eaeef2;
}

.p-reason__content__wrapper {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .p-reason__content__wrapper {
    width: 90%;
    max-width: 640px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 841px) {
  .p-reason__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.36% 47.32%;
    grid-template-columns: 1fr 47.32%;
    -ms-grid-rows: 0.7fr 0px auto 0px auto 0px 1.3fr;
    grid-template-rows: 0.7fr repeat(2, auto) 1.3fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 5.36%;
    grid-row-gap: 0px;
        grid-template-areas: ". visual" "title visual" "text visual" ". visual";
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid {
        grid-template-areas: "visual ." "visual title" "visual text" "visual .";
  }
  .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-reason__grid > .p-flow__head__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-flow__head__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-reason__grid > .p-news__link__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-news__link__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 840px) {
  .p-reason__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-reason__grid {
    gap: 1.5em 0;
  }
}
.p-reason__grid .p-reason__texts__title {
  grid-area: title;
}
.p-reason__grid .p-reason__texts__text {
  grid-area: text;
  -ms-grid-row-align: start;
      align-self: start;
  padding-top: 7.5%;
}
@media screen and (max-width: 840px) {
  .p-reason__grid .p-reason__texts__text {
    padding-top: 0;
  }
}
.p-reason__grid .p-reason__visual {
  grid-area: visual;
}
.p-reason__texts__title > .__en {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Helvetica Neue", serif !important;
  color: rgba(44, 87, 115, 0.6);
}
@media screen and (max-width: 840px) {
  .p-reason__texts__title > .__en {
    font-size: 16px;
  }
}
.p-reason__texts__title > .__jp {
  display: block;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2px;
  color: #2c5773;
}
@media screen and (max-width: 840px) {
  .p-reason__texts__title > .__jp {
    font-size: 20px;
  }
}

.p-reason__texts__text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.015em;
  line-height: 1.75;
}
@media screen and (max-width: 840px) {
  .p-reason__texts__text {
    font-size: 14px;
  }
}

.p-reason__visual__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-reason__visual__wrapper .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .p-reason__visual__wrapper .__img {
    max-height: 350px;
  }
}

.p-reason__archive {
  margin-bottom: 34px;
  margin-top: 61px;
}

.p-reason__archive__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__inner {
    width: 90%;
    max-width: 840px;
  }
}

.p-reason__archive__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 30px) 60px calc(50% - 30px);
  grid-template-columns: calc(50% - 30px) calc(50% - 30px);
  -ms-grid-rows: auto 60px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.p-reason__archive__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-reason__archive__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-reason__archive__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-reason__archive__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }
  .p-reason__archive__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-reason__archive__box:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.p-reason__archive__box:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.p-reason__archive__box:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
.p-reason__archive__box:nth-of-type(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box:nth-of-type(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
}

.p-reason__archive__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #eaeef2;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-reason__archive__box-title > .__jp {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  font-weight: bold;
  margin-left: 42px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box-title > .__jp {
    font-size: 16px;
  }
}
.p-reason__archive__box-title > .__jp::before {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #94aebf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -33px;
}
.p-reason__archive__box-title > .__en {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #2C5773;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__box-title > .__en {
    font-size: 10px;
    margin-top: 0;
  }
}

.__img {
  width: revert-layer;
  height: revert-layer;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 6.28%;
  padding: 27px 6% 0 8.4%;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__list {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__list {
    padding-left: 8.4%;
    padding-right: 6%;
  }
}

.p-reason__archive__item {
  min-width: 39.66%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 840px) {
  .p-reason__archive__item {
    width: 100%;
  }
}
.p-reason__archive__item::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin-top: 5px;
  background-color: #2C5773;
}

.p-reason__archive__item-title {
  font-size: 15px;
  letter-spacing: 0.015em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 6px;
}

.p-reason__archive__button {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 82px;
}

.p-reason__archive__button__link {
  width: 190px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 55px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #d8dfe6;
  color: #2c5773;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Helvetica Neue", serif !important;
}
@media screen and (max-width: 1250px) {
  .p-reason__archive__button__link {
    width: 168px;
    height: 50px;
    font-size: 14px;
    padding-right: 46px;
  }
}
.p-reason__archive__button__link::after {
  display: block;
  content: "";
  width: 44px;
  height: 32px;
  background-image: url(img/common/more.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  right: 23px;
}
@media screen and (max-width: 840px) {
  .p-reason__archive__button__link::after {
    width: 40px;
    height: 29px;
    right: 18px;
  }
}
.p-reason__archive__button__link:hover {
  opacity: 1;
}
.p-reason__archive__button__link:hover::after {
  right: 16px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 840px) {
  .p-reason__archive__button__link:hover::after {
    right: 8px;
  }
}

/* about
  ========================================================================== */
.p-about-intro {
  background-color: #eaeef2;
  padding-top: 92px;
}
@media screen and (max-width: 840px) {
  .p-about-intro {
    padding-top: 89px;
  }
}

.p-about-intro__inner {
  color: #fff;
  min-height: 496px;
  background: url(img/about/about-intro.jpg) no-repeat center top/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (min-width: 1401px) {
  .p-about-intro__inner {
    padding-left: calc(50% - 700px);
    padding-right: calc(50% - 700px);
  }
}
@media screen and (max-width: 840px) {
  .p-about-intro__inner {
    background-image: url(img/about/about-intro-sp.jpg);
    min-height: 700px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-about-intro__wrapper {
  width: 50%;
  max-width: 90%;
  margin-right: 0;
  padding-left: 3.8%;
  padding-right: 4.3%;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .p-about-intro__wrapper {
    width: 700px;
  }
}
@media screen and (max-width: 840px) {
  .p-about-intro__wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 1em;
  }
}

.p-about-intro__title {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 840px) {
  .p-about-intro__title {
    font-size: 20px;
  }
}

.p-about-intro__text {
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 17px;
}
@media screen and (max-width: 840px) {
  .p-about-intro__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
}

.p-about-intro__name {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 36px;
}
@media screen and (max-width: 840px) {
  .p-about-intro__name {
    margin-top: 30px;
  }
}
.p-about-intro__name .__title {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.66;
  font-weight: bold;
  padding-left: 9px;
}
@media screen and (max-width: 840px) {
  .p-about-intro__name .__title {
    font-size: 12px;
  }
}
.p-about-intro__name .__img {
  width: 239px;
}
@media screen and (max-width: 840px) {
  .p-about-intro__name .__img {
    width: 174px;
  }
}

.p-about-intro__name__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 9px;
}
@media screen and (max-width: 840px) {
  .p-about-intro__name__wrapper {
    padding-right: 0px;
  }
}

.p-about-philosophy {
  background-color: #eaeef2;
  padding-top: 92px;
  padding-bottom: 89px;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy {
    padding-top: 59px;
    padding-bottom: 60px;
  }
}

.p-about-philosophy__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__inner {
    max-width: 640px;
    width: 90%;
  }
}

.p-about-philosophy__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57% 0px 43%;
  grid-template-columns: 57% 43%;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding-bottom: 51px;
  padding-top: 48px;
}

.p-about-philosophy__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-about-philosophy__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-about-philosophy__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-about-philosophy__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1100px) {
  .p-about-philosophy__content {
    -ms-grid-columns: 37% 63%;
    grid-template-columns: 37% 63%;
  }
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 27px 5.64% 39px;
  }
  .p-about-philosophy__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about-philosophy__content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-about-philosophy__content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.p-about-philosophy__content > .p-top-section__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  padding-left: 1.6em;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__content > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    padding-left: 2em;
  }
}

.p-about-philosophy__logo {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__logo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.p-about-philosophy__logo .__img {
  width: 321px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .p-about-philosophy__logo .__img {
    width: 221px;
  }
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__logo .__img {
    width: 228px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-about-philosophy__logo__wrapper {
  width: 100%;
  height: 0;
  padding-top: 68%;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__logo__wrapper {
    height: auto;
    padding-top: 0;
    margin-top: 46px;
    text-align: center;
  }
}

.p-about-philosophy__texts {
  width: 43%;
}
.p-about-philosophy__texts > .p-top-section__title {
  padding-left: 1.6em;
}

.p-about-philosophy__list {
  margin-top: 42px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__list {
    margin-top: 39px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}

.p-about-philosophy__item {
  width: 85.5%;
  max-width: 413px;
  height: 55px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-left: 14%;
  border-radius: 15px;
}
@media screen and (max-width: 1100px) and (min-width: 841px) {
  .p-about-philosophy__item {
    min-width: 453px;
  }
}
@media screen and (min-width: 841px) {
  .p-about-philosophy__item {
    width: 90%;
    min-width: 413px;
  }
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__item {
    width: 100%;
    height: 50px;
    max-width: 100%;
    padding-left: 29px;
    padding-right: 10px;
  }
}
.p-about-philosophy__item + .p-about-philosophy__item {
  margin-top: 10px;
}
.p-about-philosophy__item .__number {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Helvetica Neue", serif !important;
  color: #2C5773;
}
.p-about-philosophy__item .__title {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 400;
  margin-left: 1.1em;
}
@media screen and (max-width: 840px) {
  .p-about-philosophy__item .__title {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.7;
    font-weight: 400;
    margin-left: 1.3em;
  }
}

.p-about-company {
  margin-top: 91px;
}
@media screen and (max-width: 840px) {
  .p-about-company {
    margin-top: 60px;
  }
}

.p-about-company__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 840px) {
  .p-about-company__inner {
    max-width: 640px;
    width: 90%;
  }
}

.p-about-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 71px;
}
@media screen and (max-width: 1000px) {
  .p-about-company__content {
    display: block;
    margin-top: 31px;
  }
}

.p-about-company__visual {
  width: 44%;
  margin-top: 19px;
}
@media screen and (max-width: 1000px) {
  .p-about-company__visual {
    width: 100%;
    margin-top: 0;
  }
}

.p-about-company__visual__wrapper {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-about-company__visual__wrapper {
    height: 475px;
  }
}
.p-about-company__visual__wrapper > .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-company__info {
  width: 58.79%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info {
    width: 100%;
    margin-left: auto;
    margin-top: 37px;
  }
}

.p-about-company__info-title {
  width: 150px;
  padding: 1.05em 0 1.05em 16px;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.33;
  color: #2C5773;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #94aebf;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info-title {
    min-height: auto;
    padding-left: 17px;
    padding-top: 13px;
    padding-bottom: 11px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 840px) {
  .p-about-company__info-title {
    width: 130px;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-about-company__info-title {
    width: 110px;
  }
}

.p-about-company__info-text {
  width: calc(100% - 150px);
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding: 1em 44px;
  border-bottom: 1px solid #eaeef2;
  gap: 0.25em 1.5em;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info-text {
    min-height: auto;
    line-height: 1.65;
    padding: 0.735em 7%;
    font-size: 14px;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .p-about-company__info-text {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 540px) {
  .p-about-company__info-text {
    width: calc(100% - 110px);
  }
}
.p-about-company__info-text.--flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 8.2%;
  padding-top: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info-text.--flex-column {
    padding-left: 7%;
    padding-top: 12px;
    padding-right: 0;
    padding-top: 9px;
  }
}

.p-about-company__info__group {
  position: relative;
  padding-bottom: 10px;
}
.p-about-company__info__group:last-of-type {
  padding-bottom: 4px;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info__group {
    padding-bottom: 6px;
  }
  .p-about-company__info__group:last-of-type {
    padding-bottom: 2px;
  }
}
.p-about-company__info__group:last-child::after {
  display: none;
}
.p-about-company__info__group::after {
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000000;
  margin-top: 19px;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info__group::after {
    margin-top: 14px;
  }
}
.p-about-company__info__group > .__post {
  line-height: 1.46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info__group > .__post {
    line-height: 1.7;
  }
}
.p-about-company__info__group > .__post .__post__address {
  white-space: nowrap;
}
.p-about-company__info__group > .__post .__post__cons {
  width: 100%;
}
.p-about-company__info__group > .__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.2em;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info__group > .__phone {
    margin-top: 0px;
    letter-spacing: 0.02em;
  }
}
.p-about-company__info__group > .__phone > .__tel {
  line-height: 1.33;
  display: inline-block;
  letter-spacing: 0.05em;
}
.p-about-company__info__group > .__phone > .__fax {
  line-height: 1.33;
  display: inline-block;
  letter-spacing: 0.05em;
}

.p-about-company__info__link > .__text {
  text-decoration: underline;
}
.p-about-company__info__link > .__icon {
  display: inline-block;
  margin-left: 0.4em;
}
@media screen and (max-width: 1000px) {
  .p-about-company__info__link > .__icon {
    margin-left: 0.6em;
  }
}

.p-about-access {
  background-color: #eaeef2;
  margin-top: 89px;
  padding-top: 91px;
  padding-bottom: 90px;
}
@media screen and (max-width: 840px) {
  .p-about-access {
    margin-top: 60px;
    padding-top: 63px;
    padding-bottom: 61px;
  }
}

.p-about-access__inner .p-top-section__title {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 840px) {
  .p-about-access__inner .p-top-section__title {
    max-width: 640px;
    width: 90%;
  }
}

.p-about-access__content {
  margin-top: 41px;
}
@media screen and (max-width: 840px) {
  .p-about-access__content {
    margin-top: 44px;
  }
}

.p-about-access__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .p-about-access__head {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .p-about-access__head {
    max-width: 640px;
    width: 90%;
  }
}

.p-about-access__head__title {
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.625;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-about-access__head__title {
    font-size: 20px;
  }
}

.p-about-access__head__text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4em 2em;
  padding-top: 10px;
  margin-right: -0.5em;
}
@media screen and (max-width: 1000px) {
  .p-about-access__head__text {
    font-size: 14px;
    letter-spacing: 0em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-about-access__head__text .__tel {
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-about-access__head__text .__tel {
    letter-spacing: 0.015em;
    white-space: nowrap;
    display: block;
  }
}

.p-about-access__map {
  width: 1120px;
  max-width: 90%;
  margin: 24px auto 0;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-about-access__map {
    max-width: 100%;
    margin-top: 19px;
  }
}
.p-about-access__map a {
  width: 100%;
  height: 430px;
  display: block;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-about-access__map a {
    height: 465px;
  }
}
@media screen and (max-width: 540px) {
  .p-about-access__map a {
    height: 500px;
  }
}
.p-about-access__map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-about-history {
  margin-top: 70px;
}
@media screen and (max-width: 840px) {
  .p-about-history {
    margin-top: 41px;
  }
}

.p-about-history__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .p-about-history__inner {
    max-width: 640px;
    width: 90%;
    display: block;
  }
}

.p-about-history__tittle {
  padding-top: 21px;
}

.p-about-history__list {
  width: 55.267%;
}
@media screen and (max-width: 1200px) {
  .p-about-history__list {
    width: 71%;
  }
}
@media screen and (max-width: 840px) {
  .p-about-history__list {
    width: 100%;
    margin-top: 46px;
  }
}

.p-about-history__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #d0dde5;
}
@media screen and (max-width: 840px) {
  .p-about-history__list__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-about-history__list__item__date {
  width: 164px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #2C5773;
  padding-left: 18px;
  padding-right: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-about-history__list__item__date {
    width: 139px;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.p-about-history__list__item__date::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2C5773;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.p-about-history__list__item__text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  font-weight: 400;
  padding-left: 39px;
  padding-right: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 840px) {
  .p-about-history__list__item__text {
    width: calc(100% - 139px);
    padding-left: 15px;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    line-height: 1.55;
    padding-right: 0;
    font-size: 14px;
    letter-spacing: 0em;
  }
}

.p-about-group {
  margin-top: 168px;
  margin-bottom: 91px;
}
@media screen and (max-width: 840px) {
  .p-about-group {
    margin-top: 92px;
    margin-bottom: 76px;
  }
}
.p-about-group .p-top-section__title {
  display: inline-block;
}

.p-about-group__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-about-group__inner {
    max-width: 640px;
    width: 90%;
    text-align: left;
  }
}

.p-about-group__content {
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46.42% 16.5% 37%;
  grid-template-columns: 46.42% 37%;
  -ms-grid-rows: 91px 0px 65px 0px 98px 0px 76px;
  grid-template-rows: 91px 65px 98px 76px;
  grid-column-gap: 16.5%;
  grid-row-gap: 0px;
  margin-top: 50px;
}

.p-about-group__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-about-group__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-about-group__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-about-group__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-about-group__content > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-about-group__content > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.p-about-group__content > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.p-about-group__content > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1210px) {
  .p-about-group__content {
    grid-column-gap: 10.5%;
    -ms-grid-columns: 46.42% 10.5% 45%;
    grid-template-columns: 46.42% 45%;
  }
}
@media screen and (max-width: 840px) {
  .p-about-group__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 59px;
  }
  .p-about-group__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about-group__content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-about-group__content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-about-group__content > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-about-group__content > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}

.p-about-group__visual {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/5/2;
}
@media screen and (max-width: 840px) {
  .p-about-group__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}

.p-about-group__visual__wrapper {
  position: relative;
}
.p-about-group__visual__wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-group__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.625;
  -ms-grid-row-align: end;
      align-self: end;
  padding-bottom: 11px;
}
@media screen and (max-width: 840px) {
  .p-about-group__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    font-size: 20px;
    padding-top: 25px;
    padding-left: 0.9em;
    padding-right: 0.9em;
    padding-bottom: 5px;
  }
}

.p-about-group__post {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  padding-top: 5px;
}
@media screen and (max-width: 840px) {
  .p-about-group__post {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
.p-about-group__post .__name {
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.33;
}
@media screen and (max-width: 840px) {
  .p-about-group__post .__name {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.p-about-group__post .__text {
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 5px;
}
@media screen and (max-width: 840px) {
  .p-about-group__post .__text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.p-about-group__info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
@media screen and (max-width: 840px) {
  .p-about-group__info {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-top: 16px;
  }
}
.p-about-group__info .__tel {
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.33;
}
@media screen and (max-width: 840px) {
  .p-about-group__info .__tel {
    font-size: 14px;
    letter-spacing: 0;
    letter-spacing: 0.03em;
  }
}
.p-about-group__info .__fax {
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 5px;
}
@media screen and (max-width: 840px) {
  .p-about-group__info .__fax {
    font-size: 14px;
    letter-spacing: 0;
    letter-spacing: 0.03em;
  }
}

.p-about-group__button {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .p-about-group__button {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
    margin-top: 30px;
  }
}

.p-about-group__button__link {
  width: 198px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 22px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #d8dfe6;
  color: #2c5773;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-family: "Helvetica Neue", serif !important;
}
@media screen and (max-width: 840px) {
  .p-about-group__button__link {
    width: 168px;
    height: 50px;
    font-size: 14px;
    padding-right: 26px;
    margin-right: 19px;
  }
}
.p-about-group__button__link::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(img/about/link-b.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
  right: 41px;
}
@media screen and (max-width: 840px) {
  .p-about-group__button__link::after {
    right: 32px;
  }
}

/* product
  ========================================================================== */
/* .p-product_anchor */
.p-product_anchor {
  background: #eaeef2;
}

.p-product_anchor__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.6em 0 6.05em;
}
@media screen and (max-width: 1000px) {
  .p-product_anchor__inner {
    padding: 5.5em 0 5.4em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_anchor__inner {
    max-width: 80%;
    padding: 5.4em 0 5.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-product_anchor__inner {
    padding: 5.3em 0 5em;
  }
}

.p-product_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 0;
}
@media screen and (min-width: 841px) {
  .p-product_anchor__list {
    border-left: 1px solid #2c5773;
  }
}
@media screen and (max-width: 840px) {
  .p-product_anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3em 0;
  }
}

.p-product_anchor__list__box {
  border-right: 1px solid #2c5773;
}
@media screen and (min-width: 841px) {
  .p-product_anchor__list__box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 840px) {
  .p-product_anchor__list__box {
    width: 50%;
  }
  .p-product_anchor__list__box:nth-of-type(even) {
    border-right: none;
  }
}

.p-product_anchor__list__box__link {
  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;
  gap: 0.5em 0;
  font-weight: bold;
  height: 55px;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-product_anchor__list__box__link {
    gap: 0.45em 0;
    height: 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-product_anchor__list__box__link {
    gap: 0.39em 0;
    height: 45px;
  }
}
@media screen and (max-width: 540px) {
  .p-product_anchor__list__box__link {
    gap: 0.33em 0;
    height: 40px;
  }
}
.p-product_anchor__list__box__link .__jp {
  font-size: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-product_anchor__list__box__link .__jp {
    font-size: 17px;
  }
}
@media screen and (max-width: 840px) {
  .p-product_anchor__list__box__link .__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-product_anchor__list__box__link .__jp {
    font-size: 15px;
  }
}
.p-product_anchor__list__box__link .__en {
  font-size: 14px;
  letter-spacing: 0;
  color: #2c5773;
}
@media screen and (max-width: 1000px) {
  .p-product_anchor__list__box__link .__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-product_anchor__list__box__link .__en {
    font-size: 12px;
  }
}
@media screen and (min-width: 841px) {
  .p-product_anchor__list__box__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(./img/product/icon-product_anchor.svg) no-repeat center/contain;
    position: absolute;
    bottom: -46%;
    left: 0;
  }
}

/* .p-product_main */
.p-product_main__box {
  padding: 5.6em 0;
}
@media screen and (max-width: 1000px) {
  .p-product_main__box {
    padding: 4.36em 0 4.39em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__box {
    padding: 3.13em 0 3.17em;
  }
}
@media screen and (max-width: 540px) {
  .p-product_main__box {
    padding: 1.9em 0 1.95em;
  }
}
.p-product_main__box:nth-of-type(odd) {
  background: #eaeef2;
}

.p-product_main__title {
  width: 1260px;
  height: 125px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 128px auto 1fr;
  grid-template-columns: 128px auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: #eaeef2;
  padding: 0 3.55%;
}
.p-product_main__box:nth-of-type(odd) .p-product_main__title {
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .p-product_main__title {
    height: 116px;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    padding: 0 4%;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__title {
    height: 108px;
    padding: 0 4.5%;
  }
}
@media screen and (max-width: 540px) {
  .p-product_main__title {
    height: 100px;
    padding: 0 5%;
  }
}
.p-product_main__title .__icon {
  height: 88px;
  width: 100%;
  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;
}
@media screen and (max-width: 1000px) {
  .p-product_main__title .__icon {
    height: 100%;
  }
}
.p-product_main__title .__icon img {
  width: revert-layer;
  height: revert-layer;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .p-product_main__title .__icon img {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  #ct01 .p-product_main__title .__icon img {
    max-height: 84%;
  }
}
@media screen and (max-width: 840px) {
  #ct01 .p-product_main__title .__icon img {
    max-height: 69%;
  }
}
@media screen and (max-width: 540px) {
  #ct01 .p-product_main__title .__icon img {
    max-height: 54%;
  }
}
@media screen and (max-width: 1000px) {
  #ct02 .p-product_main__title .__icon img {
    max-height: 88%;
  }
}
@media screen and (max-width: 840px) {
  #ct02 .p-product_main__title .__icon img {
    max-height: 76%;
  }
}
@media screen and (max-width: 540px) {
  #ct02 .p-product_main__title .__icon img {
    max-height: 64%;
  }
}
@media screen and (max-width: 1000px) {
  #ct03 .p-product_main__title .__icon img {
    max-height: 88%;
  }
}
@media screen and (max-width: 840px) {
  #ct03 .p-product_main__title .__icon img {
    max-height: 76%;
  }
}
@media screen and (max-width: 540px) {
  #ct03 .p-product_main__title .__icon img {
    max-height: 64%;
  }
}
@media screen and (max-width: 1000px) {
  #ct04 .p-product_main__title .__icon img {
    max-height: 84%;
  }
}
@media screen and (max-width: 840px) {
  #ct04 .p-product_main__title .__icon img {
    max-height: 69%;
  }
}
@media screen and (max-width: 540px) {
  #ct04 .p-product_main__title .__icon img {
    max-height: 54%;
  }
}
.p-product_main__title .__jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  gap: 0 0.55em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-product_main__title .__jp {
    font-size: 21px;
    padding-left: 0.55em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__title .__jp {
    font-size: 18px;
    gap: 0 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-product_main__title .__jp {
    font-size: 16px;
    gap: 0 0.45em;
  }
}
.p-product_main__title .__jp:before {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background: #94aebf;
}
.p-product_main__title .__en {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #2c5773;
  padding-top: 10px;
  margin-left: 0.65em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-product_main__title .__en {
    font-size: 12px;
    padding-top: 7px;
    margin-left: 0.82em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__title .__en {
    font-size: 11px;
    padding-top: 5px;
    margin-left: 1em;
  }
}
@media screen and (max-width: 540px) {
  .p-product_main__title .__en {
    font-size: 10px;
    padding-top: 3px;
    max-width: 10em;
    margin-left: 1.15em;
  }
}

.p-product_main__head {
  width: 1120px;
  max-width: 90%;
  margin: 2.5em auto 0;
}
@media (min-width: 1001px) {
  .p-product_main__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8.93% 42.86%;
    grid-template-columns: 1fr 42.86%;
    -ms-grid-rows: 1fr (auto)[2] 1fr;
    grid-template-rows: 1fr repeat(2, auto) 1fr;
        grid-template-areas: "img ." "img text" "img etc" "img .";
    grid-column-gap: 8.93%;
  }
  .p-product_main__head > .p-flow__head__text {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-product_main__head > .p-reason__texts__text {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1200px) {
  .p-product_main__head {
    -ms-grid-columns: 1fr 5% 45%;
    grid-template-columns: 1fr 45%;
    grid-column-gap: 5%;
  }
}
@media (max-width: 1000px) {
  .p-product_main__head {
    width: 720px;
    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;
    margin-top: 2.29em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__head {
    margin-top: 2.07em;
  }
}
@media screen and (max-width: 540px) {
  .p-product_main__head {
    margin-top: 1.85em;
  }
}
.p-product_main__head .__img {
  grid-area: img;
}
@media (max-width: 1000px) {
  .p-product_main__head .__img {
    max-width: 88.1%;
  }
}
.p-product_main__head .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .p-product_main__head .__img img {
    aspect-ratio: 297/160;
  }
}
.p-product_main__head .__text {
  grid-area: text;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (min-width: 1001px) {
  .p-product_main__head .__text {
    min-height: 5em;
  }
}
@media (max-width: 1000px) {
  .p-product_main__head .__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.57;
    max-width: 88.1%;
    margin-top: 1.9em;
  }
}
.p-product_main__head .__etc {
  position: relative;
  grid-area: etc;
  margin-top: 2.1em;
}
@media (max-width: 1000px) {
  .p-product_main__head .__etc {
    width: 100%;
    margin-top: 1.5em;
  }
}
.p-product_main__head .__etc:before, .p-product_main__head .__etc:after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(44, 87, 115)), color-stop(50%, rgb(44, 87, 115)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to right, rgb(44, 87, 115), rgb(44, 87, 115) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 4px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.p-product_main__head .__etc:before {
  top: 0;
}
.p-product_main__head .__etc:after {
  bottom: 0;
}
.p-product_main__head .__etc .__etc__inner {
  position: relative;
  font-size: 15px;
  line-height: 1.25;
  gap: 0 2em;
  padding: 2.05em 6%;
}
@media (max-width: 1200px) {
  .p-product_main__head .__etc .__etc__inner {
    gap: 0 0.5em;
    padding: 2.05em 3.5%;
  }
}
@media (min-width: 1001px) {
  .p-product_main__head .__etc .__etc__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 1000px) {
  .p-product_main__head .__etc .__etc__inner {
    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;
    padding: 1.15em 2.5%;
    gap: 0.45em 0;
  }
}
.p-product_main__head .__etc .__etc__inner:before, .p-product_main__head .__etc .__etc__inner:after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(44, 87, 115)), color-stop(50%, rgb(44, 87, 115)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to bottom, rgb(44, 87, 115), rgb(44, 87, 115) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 1px 4px;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-product_main__head .__etc .__etc__inner:before {
  left: 0;
}
.p-product_main__head .__etc .__etc__inner:after {
  right: 0;
}
.p-product_main__head .__etc .__etc__inner .__etc__sub {
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #2c5773;
}
.p-product_main__head .__etc .__etc__inner .__etc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em 0;
}
@media (max-width: 840px) {
  .p-product_main__head .__etc .__etc__inner .__etc__list {
    gap: 0.5em 0;
  }
}
@media (max-width: 540px) {
  .p-product_main__head .__etc .__etc__inner .__etc__list {
    gap: 0.25em 0;
  }
}
.p-product_main__detail {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #eaeef2;
  margin-top: 2.5em;
  padding: 2.4em 0 4.3em;
}
@media screen and (max-width: 1000px) {
  .p-product_main__detail {
    margin-top: 2.29em;
    padding: 1.6em 0 2.96em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__detail {
    margin-top: 2.07em;
    padding: 0.8em 0 1.63em;
  }
}
@media screen and (max-width: 540px) {
  .p-product_main__detail {
    margin-top: 1.85em;
    padding: 0 0 0.3em;
  }
}
.p-product_main__box:nth-of-type(odd) .p-product_main__detail {
  background: #fff;
}

.p-product_main__detail__box {
  width: 820px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #a7a7a7;
  padding: 1.65em 0 1.5em;
}
@media screen and (min-width: 1001px) {
  .p-product_main__detail__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9em 7% 1fr 7% 11.9em;
    grid-template-columns: 9em 1fr 11.9em;
    gap: 0 7%;
  }
}
@media screen and (max-width: 1000px) {
  .p-product_main__detail__box {
    max-width: 88.72%;
    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;
  }
  .p-product_main__detail__box:last-of-type {
    border-bottom: 0;
  }
}
.p-product_main__detail__box .__sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5em 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 0.5em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #2c5773;
}
@media screen and (min-width: 1001px) {
  .p-product_main__detail__box .__sub {
    margin-top: 0.15em;
  }
}
.p-product_main__detail__box .__sub:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #2c5773;
  margin-top: 6px;
}
.p-product_main__detail__box .__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.7em 1fr;
  grid-template-columns: auto 1fr;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  gap: 0.025em 0.7em;
}
@media screen and (min-width: 1201px) {
  .p-product_main__detail__box .__info {
    padding-left: 4.5%;
  }
}
@media screen and (max-width: 1000px) {
  .p-product_main__detail__box .__info {
    margin-top: 0.95em;
  }
}
@media screen and (max-width: 840px) {
  .p-product_main__detail__box .__info {
    font-size: 14px;
    letter-spacing: 0;
    gap: 0 1.75em;
  }
}
.p-product_main__detail__box .__info .__info__dt:after {
  content: "：";
  margin-left: 0.25em;
}
@media screen and (min-width: 1001px) {
  .p-product_main__detail__box .__link {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
@media screen and (max-width: 1000px) {
  .p-product_main__detail__box .__link {
    margin-top: 0.95em;
  }
}
.p-product_main__detail__box .__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25em;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #2c5773;
  border-bottom: 1px solid #2c5773;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
}
.p-product_main__detail__box .__link a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./img/product/icon-product_main__pdf.svg) no-repeat center/contain;
}

.p-product-bottom {
  width: 1120px;
  max-width: 90%;
  margin: 4.45em auto 5.65em;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .p-product-bottom {
    margin: 3.45em auto 4.15em;
  }
}
@media screen and (max-width: 840px) {
  .p-product-bottom {
    margin: 2.45em auto 3.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-product-bottom {
    margin: 1.45em auto 2.55em;
  }
}

.p-product-bottom__inner {
  width: 912px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.025em 0;
}
@media screen and (min-width: 1201px) {
  .p-product-bottom__inner {
    -ms-grid-columns: 37.7% 1fr;
    grid-template-columns: 37.7% 1fr;
  }
}
@media screen and (min-width: 1001px) {
  .p-product-bottom__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 37.65% 1fr;
    grid-template-columns: 37.65% 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "title link" "title note";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 82%;
  }
  .p-product-bottom__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-bottom__inner > .p-news__link__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-bottom__inner > .p-reason__texts__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 1000px) {
  .p-product-bottom__inner {
    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;
    max-width: 90%;
    padding: 2.925em 0;
  }
}
@media screen and (max-width: 840px) {
  .p-product-bottom__inner {
    padding: 2.825em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-product-bottom__inner {
    padding: 2.725em 0;
  }
}
.p-product-bottom__inner .p-top-section__title {
  grid-area: title;
}

.p-product-bottom__link {
  grid-area: link;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #2c5773;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25em;
}
@media screen and (max-width: 1000px) {
  .p-product-bottom__link {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 840px) {
  .p-product-bottom__link {
    font-size: 20px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 540px) {
  .p-product-bottom__link {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.p-product-bottom__link:after {
  content: "";
  display: block;
  height: 31px;
  width: auto;
  aspect-ratio: 1/1;
  background: url(./img/product/icon-product_main__pdf.svg) no-repeat center/contain;
}
@media screen and (max-width: 1000px) {
  .p-product-bottom__link:after {
    height: 29px;
  }
}
@media screen and (max-width: 840px) {
  .p-product-bottom__link:after {
    height: 27px;
  }
}
@media screen and (max-width: 540px) {
  .p-product-bottom__link:after {
    height: 25px;
  }
}

.p-product-bottom__note {
  grid-area: note;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media screen and (min-width: 1001px) {
  .p-product-bottom__note {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1000px) {
  .p-product-bottom__note {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 840px) {
  .p-product-bottom__note {
    font-size: 14px;
  }
}

/* recruit
  ========================================================================== */
/* .p-recruit_about */
.p-recruit_about {
  margin-bottom: 27px;
}
@media (max-width: 1000px) {
  .p-recruit_about {
    margin-bottom: 13px;
  }
}
@media (max-width: 540px) {
  .p-recruit_about {
    margin-bottom: 0;
  }
}

.p-recruit_about__head {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 841px) {
  .p-recruit_about__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto 1.85em auto;
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "title . sub" "title . text";
    grid-row-gap: 1.85em;
    padding: 5.2em 0 5.6em;
  }
  .p-recruit_about__head > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_about__head > .p-flow__head__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .p-flow__head__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .p-news__link__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_about__head > .p-reason__texts__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_about__head > .p-reason__texts__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1000px) {
  .p-recruit_about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.5em 0 4.8em;
  }
}
@media (max-width: 540px) {
  .p-recruit_about__head {
    padding: 3.75em 0 4em;
  }
}
.p-recruit_about__head .p-top-section__title {
  grid-area: title;
}
@media (min-width: 841px) {
  .p-recruit_about__head .p-top-section__title {
    margin-top: 0.4em;
  }
}

.p-recruit_about__sub,
.p-recruit_about__text {
  width: 100%;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media screen and (min-width: 1201px) {
  .p-recruit_about__sub,
  .p-recruit_about__text {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
}
@media screen and (min-width: 1001px) {
  .p-recruit_about__sub,
  .p-recruit_about__text {
    max-width: 580px;
  }
}

.p-recruit_about__sub {
  grid-area: sub;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #2c5773;
  line-height: 1.5;
}
@media (max-width: 840px) {
  .p-recruit_about__sub {
    font-size: 22px;
    margin-top: 1.85em;
  }
}
@media (max-width: 540px) {
  .p-recruit_about__sub {
    font-size: 20px;
  }
}

.p-recruit_about__text {
  grid-area: text;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media (max-width: 840px) {
  .p-recruit_about__text {
    margin-top: 1.85em;
  }
}
@media (max-width: 540px) {
  .p-recruit_about__text {
    margin-top: 1.5em;
  }
}
.p-recruit_about__text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 840px) {
  .p-recruit_about__text p + p {
    margin-top: 0.75em;
  }
}

/* .p-recruit_job */
.p-recruit_job {
  background: #eaeef2;
}

.p-recruit_job__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.65em 0;
}
@media (max-width: 1200px) {
  .p-recruit_job__inner {
    padding: 5em 0;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__inner {
    padding: 4.5em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__inner {
    padding: 4em 0;
  }
}
.p-recruit_job__body {
  border-top: 1px solid #2c5773;
  margin-top: 3.75em;
  padding-top: 3.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 75.89%;
  grid-template-columns: 1fr 75.89%;
  gap: 0 1em;
}
@media (max-width: 1200px) {
  .p-recruit_job__body {
    -ms-grid-columns: auto 5% 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 5%;
    margin-top: 3.16em;
    padding-top: 3.1em;
  }
}
@media (max-width: 1080px) {
  .p-recruit_job__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body {
    margin-top: 2.58em;
    padding-top: 2.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body {
    margin-top: 2em;
    padding-top: 2.3em;
  }
}

.p-recruit_job__body__anchor {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1081px) {
  .p-recruit_job__body__anchor {
    position: sticky;
    left: 0;
    top: calc(81px + 3.5em);
    padding-bottom: 3.5em;
  }
}
@media (max-width: 1080px) {
  .p-recruit_job__body__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    gap: 1em 1.4em;
  }
}
@media (max-width: 840px) {
  .p-recruit_job__body__anchor {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 465px;
    -ms-grid-columns: (1fr)[2] auto;
    grid-template-columns: repeat(2, 1fr) auto;
    padding: 0 5%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (max-width: 580px) {
  .p-recruit_job__body__anchor {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
@media (min-width: 1081px) {
  .p-recruit_job__body__anchor .__box + .__box {
    margin-top: 0.95em;
  }
}
.p-recruit_job__body__anchor .__box .__box__link {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left;
  color: #2c5773;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.55em 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 0.55em;
}
@media (max-width: 1080px) {
  .p-recruit_job__body__anchor .__box .__box__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__anchor .__box .__box__link {
    font-size: 15px;
  }
}
.p-recruit_job__body__anchor .__box .__box__link:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #2c5773;
  margin-top: 6px;
}
@media (max-width: 1080px) {
  .p-recruit_job__body__anchor .__box .__box__link:before {
    width: 12px;
    height: 12px;
  }
}

.p-recruit_job__body__list {
  margin-top: 0.25em;
}
@media (max-width: 1080px) {
  .p-recruit_job__body__list {
    margin-top: 3.1em;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list {
    margin-top: 2.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list {
    margin-top: 2.3em;
  }
}

.p-recruit_job__body__list__box {
  background: #fff;
  border-radius: 15px;
  padding: 2.5em 7%;
}
@media (max-width: 1200px) {
  .p-recruit_job__body__list__box {
    padding: 2.25em 6.3%;
  }
}
@media (min-width: 841px) {
  .p-recruit_job__body__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 264px;
    grid-template-columns: 1fr 264px;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
        grid-template-areas: "sub picture" "text picture" "none none";
  }
  .p-recruit_job__body__list__box > .p-flow__head__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box > .p-flow__head__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box > .p-reason__texts__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box > .__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box > .p-recruit_about__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box > .p-recruit_about__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 840px) {
  .p-recruit_job__body__list__box {
    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;
    padding: 2em 5.6%;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box {
    padding: 1.75em 5%;
  }
}
.p-recruit_job__body__list__box + .p-recruit_job__body__list__box {
  margin-top: 2.5em;
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list__box + .p-recruit_job__body__list__box {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box + .p-recruit_job__body__list__box {
    margin-top: 2em;
  }
}
.p-recruit_job__body__list__box .__sub {
  grid-area: sub;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #2c5773;
  font-weight: bold;
  gap: 0 1.25em;
  border-bottom: 1px solid #2c5773;
  margin-bottom: 0.9em;
  padding-bottom: 1.25em;
  width: 100%;
}
@media (max-width: 1200px) {
  .p-recruit_job__body__list__box .__sub {
    gap: 0 1em;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list__box .__sub {
    gap: 0 0.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box .__sub {
    gap: 0 0.5em;
  }
}
.p-recruit_job__body__list__box .__sub .__sub__jp {
  font-size: 24px;
  letter-spacing: 0.06em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.4em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4em;
}
@media (max-width: 1200px) {
  .p-recruit_job__body__list__box .__sub .__sub__jp {
    font-size: 22px;
  }
}
@media (max-width: 840px) {
  .p-recruit_job__body__list__box .__sub .__sub__jp {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .p-recruit_job__body__list__box .__sub .__sub__jp {
    font-size: 18px;
  }
}
.p-recruit_job__body__list__box .__sub .__sub__jp:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background: #2c5773;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .p-recruit_job__body__list__box .__sub .__sub__jp:before {
    height: 14px;
    width: 14px;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list__box .__sub .__sub__jp:before {
    height: 13px;
    width: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box .__sub .__sub__jp:before {
    height: 12px;
    width: 12px;
  }
}
.p-recruit_job__body__list__box .__sub .__sub__en {
  font-size: 20px;
  letter-spacing: 0.06em;
  opacity: 0.5;
  font-family: "Helvetica Neue", serif !important;
}
@media (max-width: 1200px) {
  .p-recruit_job__body__list__box .__sub .__sub__en {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list__box .__sub .__sub__en {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box .__sub .__sub__en {
    font-size: 14px;
  }
}
.p-recruit_job__body__list__box .__picture {
  grid-area: picture;
}
@media (max-width: 840px) {
  .p-recruit_job__body__list__box .__picture {
    max-width: 540px;
  }
}
@media (max-width: 1080px) {
  .p-recruit_job__body__list__box .__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-recruit_job__body__list__box .__text {
  grid-area: text;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 840px) {
  .p-recruit_job__body__list__box .__text {
    width: 100%;
    max-width: 540px;
    margin-top: 1.3em;
    font-size: 14px;
  }
}
.p-recruit_job__body__list__box .__none {
  grid-area: none;
  position: relative;
  padding-top: 1.25em;
  margin-top: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em 0.6em;
  color: #2c5773;
  font-weight: bold;
  width: 100%;
}
.p-recruit_job__body__list__box .__none .__none__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  background: #d0dde5;
  border: 1px solid #2c5773;
  border-radius: 16px;
  height: 32px;
  padding: 0 1.75em;
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list__box .__none .__none__mark {
    font-size: 13px;
    height: 30px;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box .__none .__none__mark {
    font-size: 12px;
    height: 28px;
  }
}
.p-recruit_job__body__list__box .__none .__none__info {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 840px) {
  .p-recruit_job__body__list__box .__none .__none__info {
    font-size: 15px;
    letter-spacing: 0.035em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__body__list__box .__none .__none__info {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
.p-recruit_job__body__list__box .__none:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(44, 87, 115)), color-stop(50%, rgb(44, 87, 115)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to right, rgb(44, 87, 115), rgb(44, 87, 115) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 4px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

/* .p-recruit_benefits */
.p-recruit_benefits__inner {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 841px) {
  .p-recruit_benefits__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 75.89%;
    grid-template-columns: 1fr 75.89%;
    -ms-grid-rows: auto 1.85em auto;
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "title ." ". list";
    grid-row-gap: 1.85em;
    grid-column-gap: 1em;
    padding: 5.3em 0 5.5em;
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__inner > .p-news__link__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__inner > .p-reason__texts__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1200px) {
  .p-recruit_benefits__inner {
        grid-template-areas: "title title" ". list";
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_benefits__inner > .p-news__link__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_benefits__inner > .p-reason__texts__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 1000px) {
  .p-recruit_benefits__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.5em 0 4.8em;
  }
}
@media (max-width: 840px) {
  .p-recruit_benefits__inner {
    padding: 3.75em 0 4em;
    gap: 1.85em 0;
  }
}
.p-recruit_benefits__inner .p-top-section__title {
  grid-area: title;
}
@media (min-width: 841px) {
  .p-recruit_benefits__inner .p-top-section__title {
    margin-top: 0.4em;
  }
}

.p-recruit_benefits__list {
  grid-area: list;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 1fr;
  grid-template-columns: 230px 1fr;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 841px){
  .p-flow__head .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-flow__head__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-flow__head__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-news__link__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-reason__grid .p-reason__texts__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-reason__grid .p-reason__texts__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-product_main__head .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-product-bottom__inner .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-recruit_about__head .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-recruit_about__head > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_about__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .p-recruit_about__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-recruit_about__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .p-recruit_about__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_job__body__list__box .__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-recruit_job__body__list__box > .__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box .__picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-recruit_job__body__list__box .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_about__head > .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-recruit_job__body__list__box > .__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit_job__body__list__box .__none {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_benefits__inner .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-recruit_about__head > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-recruit_benefits__list {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 1200px){
  .p-news__link__day {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news__link__cat {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-news__link > .p-news__link__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-news__link > .p-reason__texts__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-news__link > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-news__link > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-news__link > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (min-width: 841px){
  .p-reason__grid > .p-reason__texts__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-reason__texts__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-reason__grid > .p-reason__texts__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-reason__texts__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-reason__grid .p-reason__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-reason__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-reason__grid > .__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-reason__grid > .p-recruit_about__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-recruit_about__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-reason__grid > .__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .__text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-reason__content:nth-of-type(odd) .p-reason__grid > .p-top-section__title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 1001px){
  .p-product-bottom__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-bottom__link {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-product-bottom__note {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-product-bottom__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-bottom__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media (max-width: 1200px){
  .p-recruit_benefits__inner > .p-top-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-recruit_benefits__inner > .p-recruit_benefits__list {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (min-width: 1001px){
  .p-product_main__head .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-product_main__head > .__text {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-product_main__head .__etc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-product_main__head > .p-recruit_about__text {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-product_main__head > .__text {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1000px) {
  .p-recruit_benefits__list {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .p-recruit_benefits__list {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
.p-recruit_benefits__list .__dt,
.p-recruit_benefits__list .__dd {
  padding-top: 1.05em;
  padding-bottom: 1.05em;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 840px) {
  .p-recruit_benefits__list .__dt,
  .p-recruit_benefits__list .__dd {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.p-recruit_benefits__list .__dt {
  border-bottom: 1px solid #94aebf;
  padding-left: 2.65em;
  padding-right: 1em;
  color: #2c5773;
}
@media (max-width: 840px) {
  .p-recruit_benefits__list .__dt {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.p-recruit_benefits__list .__dd {
  border-bottom: 1px solid #eaeef2;
  padding-left: 9.5%;
  padding-right: 5%;
}
@media (max-width: 840px) {
  .p-recruit_benefits__list .__dd {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* facility
  ========================================================================== */
/* .p-facility_anchor */
.p-facility_anchor {
  background: #eaeef2;
}

.p-facility_anchor__inner {
  width: 1260px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.6em 0 8.5em;
}
@media screen and (max-width: 1000px) {
  .p-facility_anchor__inner {
    padding: 5.5em 0 6.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_anchor__inner {
    max-width: 100%;
    padding: 5.4em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_anchor__inner {
    padding: 5.3em 0 3.8em;
  }
}

/* .p-facility_anchor__list */
.p-facility_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 1em 0;
}
@media screen and (min-width: 1001px) {
  .p-facility_anchor__list {
    border-left: 1px solid #2c5773;
  }
}
@media screen and (max-width: 1000px) {
  .p-facility_anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.65em 0;
  }
}

.p-facility_anchor__list__box {
  border-right: 1px solid #2c5773;
}
@media screen and (min-width: 1001px) {
  .p-facility_anchor__list__box {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1000px) and (min-width: 681px) {
  .p-facility_anchor__list__box {
    width: 25%;
  }
  .p-facility_anchor__list__box:nth-of-type(4n + 4) {
    border-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .p-facility_anchor__list__box {
    width: 33.3333333333%;
  }
  .p-facility_anchor__list__box:nth-of-type(3n + 3) {
    border-right: 0;
  }
}

.p-facility_anchor__list__box__link {
  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;
  gap: 0.5em 0;
  font-weight: bold;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-facility_anchor__list__box__link {
    gap: 0.45em 0;
    height: 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_anchor__list__box__link {
    gap: 0.39em 0;
    height: 45px;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_anchor__list__box__link {
    gap: 0.33em 0;
    height: 40px;
  }
}
.p-facility_anchor__list__box__link .__jp {
  font-size: 18px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .p-facility_anchor__list__box__link .__jp {
    font-size: 17px;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_anchor__list__box__link .__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_anchor__list__box__link .__jp {
    font-size: 15px;
  }
}
.p-facility_anchor__list__box__link .__en {
  font-size: 14px;
  letter-spacing: 0;
  color: #2c5773;
}
@media screen and (max-width: 1200px) {
  .p-facility_anchor__list__box__link .__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_anchor__list__box__link .__en {
    font-size: 12px;
  }
}
@media screen and (min-width: 1001px) {
  .p-facility_anchor__list__box__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(./img/product/icon-product_anchor.svg) no-repeat center/contain;
    position: absolute;
    bottom: -46%;
    left: 0;
  }
}

/* .p-facility_main */
.p-facility_main__inner {
  padding-bottom: 5.65em;
}
@media (max-width: 1200px) {
  .p-facility_main__inner {
    padding-bottom: 4.65em;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_main__inner {
    padding-bottom: 3.65em;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_main__inner {
    padding-bottom: 2.65em;
  }
}

.p-facility_main__box {
  background: #eaeef2;
  padding: 3.15em 0;
}
@media (max-width: 1200px) {
  .p-facility_main__box {
    padding: 3.25em 0;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_main__box {
    padding: 3.35em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_main__box {
    padding: 3.45em 0;
  }
}
.p-facility_main__box:nth-of-type(even) {
  background: #fff;
}

.p-facility_main__box__head {
  width: 1260px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em 1.1em;
  padding: 2.4em 5%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1200px) {
  .p-facility_main__box__head {
    padding: 2.4em 5%;
  }
}
@media screen and (max-width: 840px) {
  .p-facility_main__box__head {
    padding: 2.4em 5%;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_main__box__head {
    padding: 1.1em 5% 1.25em;
  }
}
.p-facility_main__box:nth-of-type(even) .p-facility_main__box__head {
  background: #eaeef2;
}
.p-facility_main__box__head .__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  gap: 0 0.6em;
}
.p-facility_main__box__head .__title .__title__jp {
  font-size: 23px;
  letter-spacing: 0.04em;
}
.p-facility_main__box__head .__title .__title__en {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #2c5773;
}
.p-facility_main__box__head .__note {
  /*display: flex;
  align-items: stretch;*/
  font-size: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.3em 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 1.3em;
  line-height: 1.6;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 840px) {
  .p-facility_main__box__head .__note {
    gap: 0 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-facility_main__box__head .__note {
    gap: 0 0.7em;
  }
}
.p-facility_main__box__head .__note:before {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  background: url(./img/facility/icon-facility_main__dot.svg) no-repeat center/contain;
}

.p-facility_main__box__list {
  width: 1120px;
  max-width: 80%;
  margin: 1.9em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.9em calc((100% - 1008px) / 2);
}
@media (max-width: 1360px) {
  .p-facility_main__box__list {
    gap: 1.69em 2.99%;
  }
}
@media (max-width: 1200px) {
  .p-facility_main__box__list {
    gap: 1.47em 5%;
  }
}
@media (max-width: 840px) {
  .p-facility_main__box__list {
    gap: 1.25em 0;
    width: 540px;
    max-width: 79.73%;
    margin-top: 1.85em;
  }
}
.p-facility_main__box__list .__item {
  width: 336px;
  position: relative;
  padding-bottom: 3.15em;
}
@media (max-width: 1360px) {
  .p-facility_main__box__list .__item {
    width: 31.34%;
  }
}
@media (max-width: 1200px) {
  .p-facility_main__box__list .__item {
    width: 47.5%;
    padding-bottom: 5svw;
  }
}
@media (max-width: 840px) {
  .p-facility_main__box__list .__item {
    width: 100%;
    padding-bottom: 2.8em;
  }
}
@media (min-width: 1201px) {
  .p-facility_main__box__list .__item .__item__img {
    height: 225px;
  }
}
.p-facility_main__box__list .__item .__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-facility_main__box__list .__item .__item__text {
  width: 88.39%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.25;
  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;
  padding: 0.85em 6.9% 1.05em;
  gap: 0.65em 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .p-facility_main__box__list .__item .__item__text {
    padding-bottom: 0.96em;
    gap: 0.55em 0;
  }
}
@media (max-width: 1200px) {
  .p-facility_main__box__list .__item .__item__text {
    padding-top: 0.825em;
    padding-bottom: 0.88em;
    gap: 0.6em 0;
  }
}
@media (max-width: 840px) {
  .p-facility_main__box__list .__item .__item__text {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    gap: 0.5em 0;
  }
}
.p-facility_main__box__list .__item .__item__text .__item__text__name {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 1280px) {
  .p-facility_main__box__list .__item .__item__text .__item__text__name {
    font-size: 15px;
  }
}
.p-facility_main__box__list .__item .__item__text .__item__text__note {
  font-size: 18px;
  letter-spacing: 0.03em;
  width: 100%;
  border-top: 1px solid #94aebf;
  text-align: center;
  padding-top: 0.3em;
}
@media (max-width: 1280px) {
  .p-facility_main__box__list .__item .__item__text .__item__text__note {
    font-size: 17px;
    padding-top: 0.35em;
  }
}
@media (max-width: 840px) {
  .p-facility_main__box__list .__item .__item__text .__item__text__note {
    font-size: 16px;
    padding-top: 0.45em;
  }
}

/* contact
  ========================================================================== */
.p-contact-intro {
  margin-top: 85px;
}
@media screen and (max-width: 840px) {
  .p-contact-intro {
    width: 90%;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-contact-intro__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-contact-intro__text {
    text-align: left;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
  }
}

.p-contact-tel {
  margin-top: 57px;
}
@media screen and (max-width: 840px) {
  .p-contact-tel {
    margin-top: 27px;
  }
}

.p-contact-tel__inner {
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 840px) {
  .p-contact-tel__inner {
    width: 90%;
    max-width: 640px;
  }
}

.p-contact-tel__wrapper {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  height: 150px;
  border: 1px solid #2c5773;
  background-color: #eaeef2;
}
@media screen and (max-width: 840px) {
  .p-contact-tel__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 120px;
  }
}

.p-contact-tel__text {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.55;
  display: block;
}

.p-contact-tel__title {
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 13px;
  display: inline-block;
  margin-left: 2.5em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-contact-tel__title {
    font-size: 28px;
    margin-left: 0.5em;
    margin-top: 3px;
  }
}
.p-contact-tel__title::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2c5773;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -18px;
}
.p-contact-tel__title .__small {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-left: 9px;
}
@media screen and (max-width: 840px) {
  .p-contact-tel__title .__small {
    display: block;
    margin-left: -10px;
    margin-top: 1px;
  }
}
.p-contact-tel__title .__en {
  font-family: "Helvetica Neue", serif !important;
}
@media screen and (max-width: 840px) {
  .p-contact-tel__title .__en {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}

.p-contact-tel__link {
  margin-left: 13px;
}
@media screen and (max-width: 840px) {
  .p-contact-tel__link {
    margin-left: 7px;
  }
}

.p-contact-form {
  width: 900px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 74px;
  margin-bottom: 91px;
}
@media screen and (max-width: 840px) {
  .p-contact-form {
    width: 90%;
    max-width: 640px;
    margin-top: 60px;
    margin-bottom: 64px;
  }
}

.p-contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .p-contact-form__list {
    display: block;
  }
}

.p-contact-form__title {
  width: 308px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-contact-form__title:not(:first-of-type) {
  margin-top: 29.5px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__title:not(:first-of-type) {
    margin-top: 23px;
  }
}
.p-contact-form__title.--upper {
  margin-top: 12px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__title.--upper {
    margin-top: 12px;
  }
}
.p-contact-form__title.--medium {
  margin-top: 25px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__title.--medium {
    margin-top: 23px;
  }
}
.p-contact-form__title::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2c5773;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__title::before {
    top: 9px;
  }
}
.p-contact-form__title.--no-before::before {
  display: none;
}

.p-required__text {
  font-size: 12px;
  background-color: #2C5773;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.45;
  font-weight: bold;
  height: 23px;
  width: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  border-radius: 13px;
}

.p-contact-form__input {
  width: calc(100% - 308px);
}
@media screen and (max-width: 840px) {
  .p-contact-form__input {
    width: 100%;
  }
}
.p-contact-form__input:not(:first-of-type) {
  margin-top: 29.5px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__input:not(:first-of-type) {
    margin-top: 8.5px;
  }
}
.p-contact-form__input.--sample {
  margin-top: 9px;
}
.p-contact-form__input.--sample .p-contact-form__grid {
  grid-column-gap: 8.5%;
}
@media screen and (max-width: 540px) {
  .p-contact-form__input.--sample .p-contact-form__grid {
    padding-top: 5px;
    grid-column-gap: 5%;
    -ms-grid-columns: auto 5% auto;
    grid-template-columns: repeat(2, auto);
  }
}
.p-contact-form__input.--large {
  margin-top: 41px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__input.--large {
    margin-top: 14px;
  }
}
.p-contact-form__input.--privacy {
  margin-top: 92px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__input.--privacy {
    margin-top: 33px;
  }
}
.p-contact-form__input.--privacy a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: underline;
  padding-right: 3px;
}

.mwform-checkbox-field {
  display: inline-block;
  width: 100%;
  min-height: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .mwform-checkbox-field {
    margin-bottom: 8px;
  }
}
.mwform-checkbox-field:nth-last-of-type(2) {
  margin-bottom: 0px;
}
.mwform-checkbox-field:last-of-type {
  margin-bottom: 0;
}
.mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #2C5773;
}
.mwform-checkbox-field label {
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.mwform-checkbox-field label:hover {
  opacity: 0.7;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.mwform-checkbox-field-text {
  padding-left: 25px;
  position: relative;
  min-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.03em;
  font-size: 15px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 840px) {
  .mwform-checkbox-field-text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.mwform-checkbox-field-text::before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #a7a7a7;
}
.mwform-checkbox-field-text::after {
  display: block;
  content: "";
  width: 9px;
  z-index: 1;
  height: 7px;
  background: url(img/contact/icon-contact_checked.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact-form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 6.5% auto 6.5% 1fr;
  grid-template-columns: auto auto 1fr;
  grid-column-gap: 6.5%;
  grid-row-gap: 0px;
  padding-top: 18px;
}
@media screen and (max-width: 1000px) {
  .p-contact-form__grid {
    -ms-grid-columns: 1fr 9% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 9%;
  }
}
@media screen and (max-width: 540px) {
  .p-contact-form__grid {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
.p-contact-form__input input {
  width: 100%;
  height: 55px;
  background-color: #eaeef2;
}
.p-contact-form__input textarea {
  width: 100%;
  height: 195px;
  line-height: 1.5;
  background-color: #eaeef2;
  resize: vertical;
  overflow-y: scroll;
}

.p-contact__link {
  margin-top: 15px;
}
@media screen and (max-width: 840px) {
  .p-contact__link {
    margin-top: 21px;
  }
}
.p-contact__link a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.66;
  font-weight: bold;
  color: #2c5773;
  position: relative;
  padding-right: 41px;
}
.p-contact__link a:before {
  width: 100%;
  content: "";
  height: 1px;
  background-color: #2c5773;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.p-contact__link a:after {
  display: block;
  content: "";
  width: 26px;
  height: 19px;
  background-image: url(img/common/more.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.p-contact__link a:hover {
  opacity: 1;
}
.p-contact__link a:hover:after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.p-contact-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-contact-form__flex .mwform-checkbox-field {
  width: auto;
}

.p-contact__link__text {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #2c5773;
  margin-top: 10px;
}
@media screen and (max-width: 840px) {
  .p-contact__link__text {
    font-size: 13.5px;
    margin-top: 14px;
    line-height: 1.5;
  }
}

.p-contact-form__input__text {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #2c5773;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 840px) {
  .p-contact-form__input__text {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    color: #2c5773;
    margin-top: 13px;
    display: block;
  }
}

.p-contact-form__button {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__button {
    margin-top: 41px;
  }
}
.p-contact-form__button button {
  width: 190px;
  height: 62px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 15px;
  background-color: #2C5773;
  border-radius: 30px;
  border: 1px solid #d8dfe6;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: "Helvetica Neue", serif !important;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 1250px) {
  .p-contact-form__button button {
    width: 168px;
    height: 50px;
    font-size: 14px;
    padding-right: 46px;
  }
}
.p-contact-form__button button:after {
  display: block;
  content: "";
  width: 49px;
  height: 32px;
  background-image: url(img/common/button-arrow.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
@media screen and (max-width: 840px) {
  .p-contact-form__button button:after {
    width: 44px;
    height: 29px;
    right: 38px;
  }
}
.p-contact-form__button button:hover {
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.p-contact-form__button button:hover:after {
  right: 15px;
}
@media screen and (max-width: 840px) {
  .p-contact-form__button button:hover:after {
    right: 28px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.p-mwwp_thanks {
  background-color: #eaeef2;
  border: 1px solid #2C5773;
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 143px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-mwwp_thanks {
    margin-top: 49px;
    margin-bottom: 51px;
  }
}
.p-mwwp_thanks .p-mwwp_thanks__title {
  text-align: center;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #2C5773;
  padding-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-mwwp_thanks .p-mwwp_thanks__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-mwwp_thanks .p-mwwp_thanks__title {
    font-size: 18px;
  }
}
.p-mwwp_thanks .p-mwwp_thanks__txt {
  line-height: 1.571;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-mwwp_thanks .p-mwwp_thanks__txt {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .p-mwwp_thanks .p-mwwp_thanks__txt {
    font-size: 12px;
  }
}
.p-mwwp_thanks .p-mwwp_thanks__txt p + p {
  margin-top: 1em;
}

.mw_wp_form .error {
  margin-top: 10px;
}

/* 404(notfound)
   ========================================================================== */
.p-notfound {
  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;
  height: 400px;
}
@media screen and (max-width: 840px) {
  .p-notfound {
    height: 330px;
  }
}

.p-notfound__text {
  padding-top: 3em;
}

.p-notfound__button {
  padding-top: 3em;
}
.p-notfound__button > a {
  text-decoration: underline;
}