@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;
}

/* ZenKakuGothicNew */
@font-face {
  font-family: "zenkakugothic";
  src: url("./fonts/ZenKakuGothicNew-Regular.ttf") format("truetype"), url("./fonts/ZenKakuGothicNew-Regular.woff") format("woff"), url("./fonts/ZenKakuGothicNew-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "zenkakugothic";
  src: url("./fonts/ZenKakuGothicNew-Medium.ttf") format("truetype"), url("./fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("./fonts/ZenKakuGothicNew-Medium.svg") format("svg");
  font-weight: 500;
}
/* Montserrat */
@font-face {
  font-family: "montserrat";
  src: url("./fonts/Montserrat-Regular.ttf") format("truetype"), url("./fonts/Montserrat-Regular.woff") format("woff"), url("./fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "montserrat";
  src: url("./fonts/Montserrat-Bold.ttf") format("truetype"), url("./fonts/Montserrat-Bold.woff") format("woff"), url("./fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
}
/* SourceHanSans */
@font-face {
  font-family: "hansans";
  src: url("./fonts/SourceHanSans-Regular.ttf") format("truetype"), url("./fonts/SourceHanSans-Regular.woff") format("woff"), url("./fonts/SourceHanSans-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "hansans";
  src: url("./fonts/SourceHanSans-Bold.ttf") format("truetype"), url("./fonts/SourceHanSans-Bold.woff") format("woff"), url("./fonts/SourceHanSans-Bold.svg") format("svg");
  font-weight: 700;
}
/* AntroVectra */
@font-face {
  font-family: "antro";
  src: url("./fonts/Antro_Vectra.ttf") format("truetype"), url("./fonts/Antro_Vectra.woff") format("woff"), url("./fonts/Antro_Vectra.svg") format("svg");
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*ベース設定*/
body {
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  color: #222;
  font-family: "zenkakugothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  opacity: 0;
}
html.is-show:not(.is-nonShow) body {
  -webkit-animation: fadeIn 0.5s ease 0.1s 1 forwards;
          animation: fadeIn 0.5s ease 0.1s 1 forwards;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 14px;
    line-height: 1.458;
    letter-spacing: 0.0375em;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 12px;
    line-height: 1.416;
    letter-spacing: 0.025em;
  }
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 0.95em 1.45em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 840px) {
  textarea {
    padding: 1.15em 1.45em;
  }
}

input {
  padding-left: 1.45em;
  letter-spacing: 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothic", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 840px) {
  input {
    letter-spacing: 0.025em;
  }
}

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

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

textarea:placeholder,
input:placeholder {
  color: rgba(34, 34, 34, 0.6);
}

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);
}

/* common
  ========================================================================== */
/* font */
.u-font__en {
  font-family: "montserrat", "hansans", sans-serif !important;
}
.u-font__antro {
  font-family: "antro", serif !important;
}

/* color */
.u-color__b {
  color: #b5c2d9;
  font-style: normal;
}

/* br */
.u-br__wbr {
  display: inline-block;
}

/* width */
.u-width__max, .u-width__wide, .u-width__mid, .u-width__min {
  margin: 0 auto;
  max-width: 90%;
}
.u-width__max {
  max-width: 100%;
  width: 1400px;
}
.u-width__wide {
  width: 1260px;
}
.u-width__mid {
  width: 1120px;
}
.u-width__min {
  width: 800px;
}

/* link */
.u-link__arrow {
  background: #222;
  border: 1px solid #222;
  color: #fff;
  font-family: "montserrat", "hansans", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  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;
  height: 50px;
  min-width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.1em;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
@media screen and (max-width: 840px) {
  .u-link__arrow {
    font-size: 13px;
    height: 47px;
    min-width: 190px;
    padding: 0 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .u-link__arrow {
    font-size: 12px;
    height: 45px;
    min-width: 180px;
    padding: 0 1.3em;
  }
}
.u-link__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.1em;
  margin: auto 0;
  width: 23px;
  height: 7px;
  background: url(./img/common/icon-arrow__wt.svg) no-repeat center/contain;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 840px) {
  .u-link__arrow:after {
    width: 22px;
    height: 7px;
    bottom: 2px;
  }
}
@media screen and (max-width: 540px) {
  .u-link__arrow:after {
    width: 21px;
    height: 6px;
    bottom: 3px;
  }
}
.u-link__arrow:hover {
  opacity: 1;
  background: #fff;
  color: #222;
}
.u-link__arrow:hover:after {
  background-image: url(./img/common/icon-arrow__bk.svg);
}

/* section */
.p-section__title {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section__title__en {
  font-family: "montserrat", "hansans", sans-serif !important;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-section__title__en {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .p-section__title__en {
    font-size: 22px;
  }
}
.p-section__title__jp {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.5em;
  letter-spacing: 0;
  padding-bottom: 1.95em;
}
@media screen and (max-width: 840px) {
  .p-section__title__jp {
    font-size: 14px;
    padding-bottom: 1.925em;
    margin-top: 0.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-section__title__jp {
    font-size: 12px;
    padding-bottom: 1.9em;
    margin-top: 0.6em;
  }
}
.p-section__brackets__title {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.95em;
  font-family: "montserrat", "hansans", sans-serif !important;
}
@media screen and (max-width: 840px) {
  .p-section__brackets__title {
    font-size: 26px;
    padding: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .p-section__brackets__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .p-section__brackets__title {
    font-size: 18px;
    padding: 0.65em;
  }
}
.p-section__brackets__title:before, .p-section__brackets__title:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(./img/common/icon-brackets.svg) no-repeat center/contain;
  position: absolute;
}
@media screen and (max-width: 840px) {
  .p-section__brackets__title:before, .p-section__brackets__title:after {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 540px) {
  .p-section__brackets__title:before, .p-section__brackets__title:after {
    width: 16px;
    height: 16px;
  }
}
.p-section__brackets__title:before {
  top: 0;
  left: 0;
}
.p-section__brackets__title:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-section__brackets__title__border {
  border: 1px solid rgba(211, 217, 228, 0.4);
  min-height: 90px;
  padding: 0.675em 1.1em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .p-section__brackets__title__border {
    padding: 0.34em 0.7em;
    height: 49px;
    min-height: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-section__brackets__title__border {
    padding: 0 0.3em;
    height: 38px;
  }
}
.p-section__table {
  width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 73.33%;
  grid-template-columns: 1fr 73.33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-section__table > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-section__table > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 840px) {
  .p-section__table {
    -ms-grid-columns: 1fr 72.9%;
    grid-template-columns: 1fr 72.9%;
  }
}
@media screen and (max-width: 540px) {
  .p-section__table {
    -ms-grid-columns: 1fr 72.4%;
    grid-template-columns: 1fr 72.4%;
  }
}
.p-section__table .__name,
.p-section__table .__note {
  min-height: 56px;
  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: 840px) {
  .p-section__table .__name,
  .p-section__table .__note {
    min-height: 48px;
  }
}
@media screen and (max-width: 540px) {
  .p-section__table .__name,
  .p-section__table .__note {
    min-height: 40px;
  }
}
.p-section__table .__name:not(:first-of-type),
.p-section__table .__note:not(:first-of-type) {
  margin-top: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-section__table .__name:not(:first-of-type),
  .p-section__table .__note:not(:first-of-type) {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-section__table .__name:not(:first-of-type),
  .p-section__table .__note:not(:first-of-type) {
    margin-top: 0.65em;
  }
}
.p-section__table .__name {
  background: #d3d9e4;
  font-weight: 500;
  text-align: center;
  padding: 0 5%;
}
@media screen and (max-width: 1040px) {
  .p-section__table .__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 840px) {
  .p-section__table .__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-section__table .__name {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
.p-section__table .__name i {
  font-style: normal;
}
.p-section__table .__note {
  background: rgba(34, 34, 34, 0.03);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 2% 1em 6%;
}
@media screen and (max-width: 840px) {
  .p-section__table .__note {
    padding: 0.925em 5% 0.925em 6%;
  }
}
@media screen and (max-width: 540px) {
  .p-section__table .__note {
    padding: 0.85em 8% 0.85em 6%;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-section__table .__note i {
  font-style: normal;
}
@media screen and (min-width: 541px) {
  .p-section__table .__note i + i:before {
    content: "/";
    padding: 0 0.3em;
  }
}

/* dec */
.u-dec__uline:after {
  content: "";
  display: block;
  height: 2px;
  width: 64px;
  background: -webkit-gradient(linear, left top, right top, color-stop(37.5%, rgb(211, 217, 228)), color-stop(37.51%, rgba(211, 217, 228, 0.4)));
  background: linear-gradient(to right, rgb(211, 217, 228) 37.5%, rgba(211, 217, 228, 0.4) 37.51%);
}
@media screen and (max-width: 840px) {
  .u-dec__uline:after {
    width: 52px;
  }
}
@media screen and (max-width: 540px) {
  .u-dec__uline:after {
    width: 48px;
  }
}

/* js(js-scrlTarget) */
.js-scrlTarget {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.js-scrlTarget.u-scrl_slide__bottom {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
.js-scrlTarget.u-scrl_slide__left {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
.js-scrlTarget.u-scrl_slide__bottom.js-scrlTargetFire, .js-scrlTarget.u-scrl_slide__left.js-scrlTargetFire {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/* header
  ========================================================================== */
/* .p-header */
.p-header {
  height: 140px;
  position: relative;
  z-index: 100;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
@media screen and (max-width: 1240px) {
  .p-header {
    height: 100px;
  }
}
@media screen and (max-width: 1040px) {
  .p-header {
    height: 80px;
  }
}
html.is-show .p-header {
  opacity: 1;
}

/* .p-header__wrapper */
.p-header__wrapper {
  height: 100%;
  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;
}

/* .p-header_logo */
.p-header_logo {
  height: 100%;
}

.p-header_logo__link {
  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;
  height: 100%;
  width: 216px;
}
@media screen and (max-width: 1240px) {
  .p-header_logo__link {
    width: 165px;
  }
}
@media screen and (max-width: 1040px) {
  .p-header_logo__link {
    width: 114px;
  }
}
.p-header_logo__link img {
  width: 127px;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .p-header_logo__link img {
    width: 91px;
  }
}
@media screen and (max-width: 1040px) {
  .p-header_logo__link img {
    width: 74px;
  }
}

/* .p-header_nav */
.p-header_nav {
  height: 100%;
}

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

.p-header_nav__list__item {
  height: 100%;
  position: relative;
}
.p-header_nav__list__item.__humburger {
  display: none;
}
@media screen and (max-width: 1240px) {
  .p-header_nav__list__item {
    display: none;
  }
  .p-header_nav__list__item.__contact, .p-header_nav__list__item.__humburger {
    display: block;
  }
  .p-header_nav__list__item.__humburger {
    width: 100px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    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;
    position: relative;
  }
}
@media screen and (max-width: 1240px) and (max-width: 1040px) {
  .p-header_nav__list__item.__humburger {
    width: 64px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header_nav__list__item.__humburger:hover {
    opacity: 0.6;
  }
  .p-header_nav__list__item.__humburger .__text {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    position: relative;
    width: 100%;
    height: 1em;
    text-align: center;
    font-style: normal;
  }
}
@media screen and (max-width: 1240px) and (max-width: 1040px) {
  .p-header_nav__list__item.__humburger .__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header_nav__list__item.__humburger .__text:before {
    content: "MENU";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-header_nav__list__item.__humburger .__humburger__wrapper {
    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;
    position: relative;
    margin-top: 0.725em;
    margin-bottom: 0.1em;
  }
  .p-header_nav__list__item.__humburger .__humburger__wrapper i {
    height: 1px;
    width: 24px;
    background: #222;
    -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s;
    transition: opacity 0.5s, background 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (max-width: 1240px) and (max-width: 840px) {
  .p-header_nav__list__item.__humburger .__humburger__wrapper i {
    width: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header_nav__list__item.__humburger .__humburger__wrapper i + i {
    margin-top: 0.45em;
  }
}

.p-header_nav__list__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 1em;
  font-style: normal;
  -webkit-transition: opacity 0.5s, padding 0.25s;
  transition: opacity 0.5s, padding 0.25s;
  cursor: pointer;
}
@media screen and (max-width: 1340px) and (min-width: 1241px) {
  .p-header_nav__list__link {
    padding: 0 0.75em;
  }
}
.p-header_nav__list__link:hover {
  opacity: 0.6;
}
.p-header_nav__list__link .__en,
.p-header_nav__list__link .__jp {
  letter-spacing: 0;
}
.p-header_nav__list__link .__en {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
  .p-header_nav__list__link .__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 1040px) {
  .p-header_nav__list__link .__en {
    font-size: 10px;
  }
}
.p-header_nav__list__link .__jp {
  font-size: 10px;
  margin-top: 0.2em;
}
.__recruit .p-header_nav__list__link {
  padding-right: 2em;
}
.__contact .p-header_nav__list__link {
  color: #fff;
  background: #222;
  width: 140px;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  .__contact .p-header_nav__list__link {
    width: 100px;
  }
  .__contact .p-header_nav__list__link .__jp {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .__contact .p-header_nav__list__link {
    width: 64px;
  }
}

.p-header_nav__list__childe {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #000;
  left: 50%;
  top: 100%;
  -webkit-transform: translateY(-35px) translateX(-50%);
          transform: translateY(-35px) translateX(-50%);
  display: none;
}

.p-header_nav__list__childe__item {
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.p-header_nav__list__childe__item a {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
  padding: 8px 27px;
}
.p-header_nav__list__childe__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 1px;
  width: 90%;
  background: #222;
}
.p-header_nav__list__childe__item:last-of-type:after {
  display: none;
}
.p-header_nav__list__childe__item:last-of-type a {
  padding-bottom: 0.8em;
}

/* parts
  ========================================================================== */
/* p-parts_hero */
.p-parts_hero {
  margin-bottom: 10em;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero {
    margin-bottom: 9.44em;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero {
    margin-bottom: 8.87em;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero {
    margin-bottom: 8.3em;
  }
}

.p-parts_hero__wrapper {
  height: 440px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero__wrapper {
    height: 360px;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero__wrapper {
    height: 280px;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero__wrapper {
    height: 200px;
  }
}

.p-parts_hero__title__wrapper {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 5.75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero__title__wrapper {
    left: 5.25%;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero__title__wrapper {
    left: 5.5%;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero__title__wrapper {
    left: 5%;
  }
}
.p-parts_hero__title__wrapper .__jp {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.38;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero__title__wrapper .__jp {
    font-size: 25px;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero__title__wrapper .__jp {
    font-size: 23px;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero__title__wrapper .__jp {
    font-size: 20px;
  }
}
.p-parts_hero__title__wrapper .__jp:after {
  margin-top: 0.6em;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero__title__wrapper .__jp:after {
    margin-top: 0.67em;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero__title__wrapper .__jp:after {
    margin-top: 0.74em;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero__title__wrapper .__jp:after {
    margin-top: 0.8em;
  }
}
.p-parts_hero__title__wrapper .__en {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero__title__wrapper .__en {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero__title__wrapper .__en {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero__title__wrapper .__en {
    font-size: 14px;
    margin-top: 1.1em;
  }
}

.p-parts_hero__img {
  display: block;
  width: 68.57%;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .p-parts_hero__img {
    width: 69.45%;
  }
}
@media screen and (max-width: 840px) {
  .p-parts_hero__img {
    width: 70.33%;
  }
}
@media screen and (max-width: 540px) {
  .p-parts_hero__img {
    width: 71.2%;
  }
}
.p-parts_hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* aside
  ========================================================================== */
/* .p-fixed */
aside.p-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 100px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
html.is-show .js-oneScroll aside.p-fixed, html.is-show .js-humburgerOpen aside.p-fixed {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1040px) {
  aside.p-fixed {
    height: 64px;
  }
}

.p-fixed__wrapper {
  height: 100%;
  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;
  position: relative;
  z-index: 2000;
}

.p-fixed_logo {
  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;
  height: 100%;
  padding: 0 1.5em;
}
@media screen and (max-width: 1040px) {
  .p-fixed_logo:before {
    content: "";
    width: 65px;
    height: 100%;
    background: url(./img/common/logo-header.png) no-repeat center/contain;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .js-humburgerOpen .p-fixed_logo:before {
    background-image: url(./img/common/logo-header__menuon.png);
  }
}
.p-fixed_logo img {
  width: 260px;
  height: 47px;
}
@media screen and (max-width: 1040px) {
  .p-fixed_logo img {
    display: none;
  }
}

.p-fixed_nav {
  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;
  height: 100%;
}

.p-fixed_nav__box {
  height: 100%;
  width: 100px;
  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;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1040px) {
  .p-fixed_nav__box {
    width: 64px;
  }
  .p-fixed_nav__box.__contact {
    display: none;
  }
}
.js-humburgerOpen .p-fixed_nav__box.__contact {
  opacity: 0;
  pointer-events: none;
}

.p-fixed_nav__box__link {
  height: 100%;
  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;
  background: #222;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
}

.p-fixed_nav__box.c-humburger {
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-fixed_nav__box.c-humburger:hover {
  opacity: 0.6;
}
.p-fixed_nav__box.c-humburger .__text {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  width: 100%;
  height: 1em;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 1040px) {
  .p-fixed_nav__box.c-humburger .__text {
    font-size: 10px;
  }
}
.p-fixed_nav__box.c-humburger .__text:before, .p-fixed_nav__box.c-humburger .__text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-fixed_nav__box.c-humburger .__text:before {
  content: "MENU";
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .__text:before {
  opacity: 0;
}
.p-fixed_nav__box.c-humburger .__text:after {
  content: "CLOSE";
  opacity: 0;
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .__text:after {
  opacity: 1;
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .__text {
  color: #fff;
}
.p-fixed_nav__box.c-humburger .c-humburger__wrapper {
  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;
  position: relative;
  margin-top: 0.725em;
  margin-bottom: 0.1em;
}
.p-fixed_nav__box.c-humburger .c-humburger__wrapper i {
  height: 1px;
  width: 24px;
  background: #222;
  -webkit-transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background 0.5s, transform 0.5s;
  transition: opacity 0.5s, background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 840px) {
  .p-fixed_nav__box.c-humburger .c-humburger__wrapper i {
    width: 20px;
  }
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .c-humburger__wrapper i {
  background: #fff;
}
.p-fixed_nav__box.c-humburger .c-humburger__wrapper i + i {
  margin-top: 0.45em;
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .c-humburger__wrapper i.__top {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
  width: 118%;
}
@media screen and (max-width: 840px) {
  .js-humburgerOpen .p-fixed_nav__box.c-humburger .c-humburger__wrapper i.__top {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .c-humburger__wrapper i.__middle {
  opacity: 0;
}
.js-humburgerOpen .p-fixed_nav__box.c-humburger .c-humburger__wrapper i.__bottom {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
  width: 118%;
}
@media screen and (max-width: 840px) {
  .js-humburgerOpen .p-fixed_nav__box.c-humburger .c-humburger__wrapper i.__bottom {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}

/* .p-fixed_menu */
.p-fixed_menu {
  background: rgba(34, 34, 34, 0.98);
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25.714% 1fr;
  grid-template-columns: 25.714% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-fixed_menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-fixed_menu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu {
    -ms-grid-columns: 318px 1fr;
    grid-template-columns: 318px 1fr;
  }
}
@media screen and (max-width: 1040px) {
  .p-fixed_menu {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  .p-fixed_menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-fixed_menu > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.js-humburgerOpen .p-fixed_menu {
  opacity: 1;
  pointer-events: auto;
}
.p-fixed_menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/common/bg-fixed_menu__pc.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1041px) {
  .p-fixed_menu:after {
    -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: 1040px) {
  .p-fixed_menu:after {
    background-image: url(./img/common/bg-fixed_menu__sp.jpg);
    height: calc(90vh - 619px);
    min-height: 250px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu:after {
    height: 20vh;
    min-height: 140px;
  }
}

.p-fixed_menu__wrapper {
  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 (min-width: 1041px) {
  .p-fixed_menu__wrapper {
    -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: 1040px) {
  .p-fixed_menu__wrapper {
    height: 100%;
    overflow: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: calc(64px + 7.6vh);
    padding-bottom: 45px;
  }
  .p-fixed_menu__wrapper::-webkit-scrollbar {
    width: 2px;
  }
  .p-fixed_menu__wrapper::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
  }
  .p-fixed_menu__wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.p-fixed_menu__nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-humburgerOpen .p-fixed_menu__nav {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-fixed_menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 411px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 865px;
  color: #fff;
}
@media screen and (min-width: 1241px) {
  .p-fixed_menu__nav__list {
    margin-top: 0.9%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list {
    min-width: 600px;
    height: 460px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 641px) {
  .p-fixed_menu__nav__list {
    height: 409px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    min-width: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fixed_menu__nav__list__item.__non-link {
  pointer-events: none;
}
.p-fixed_menu__nav__list__item:nth-of-type(2) {
  margin-top: 46px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(2) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(3) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(3) {
    margin-top: 23px;
    margin-bottom: 0;
  }
}
.p-fixed_menu__nav__list__item:nth-of-type(4) {
  margin-top: 35px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(4) {
    margin-top: 22px;
  }
}
.p-fixed_menu__nav__list__item:nth-of-type(5) {
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(5) {
    margin-top: 19px;
  }
}
.p-fixed_menu__nav__list__item:nth-of-type(6) {
  margin-top: 27px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(6) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(6) {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(7) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(7) {
    margin-top: 19px;
  }
}
.p-fixed_menu__nav__list__item:nth-of-type(8) {
  margin-top: 28px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(8) {
    margin-top: 28px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1040px) {
  .p-fixed_menu__nav__list__item:nth-of-type(8) {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(8) {
    margin-top: 19px;
    margin-bottom: 0;
  }
}
.p-fixed_menu__nav__list__item:nth-of-type(9) {
  margin-top: 27px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(9) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(9) {
    margin-top: 19px;
  }
}
.p-fixed_menu__nav__list__item:nth-of-type(10) {
  margin-top: 27px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:nth-of-type(10) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:nth-of-type(10) {
    margin-top: 19px;
  }
}
.p-fixed_menu__nav__list__item:last-of-type {
  margin-top: 27px;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item:last-of-type {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item:last-of-type {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1241px) {
  .p-fixed_menu__nav__list__item:nth-of-type(1) {
    margin-left: 0;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(2) {
    margin-left: 0;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(3) {
    margin-left: 101px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(4) {
    margin-left: 101px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(5) {
    margin-left: 101px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(6) {
    margin-left: 101px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(7) {
    margin-left: 80px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(8) {
    margin-left: 80px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(9) {
    margin-left: 80px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(10) {
    margin-left: 80px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(11) {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 641px) {
  .p-fixed_menu__nav__list__item:nth-of-type(4) {
    margin-left: 60px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(5) {
    margin-left: 60px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(6) {
    margin-left: 60px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(7) {
    margin-left: 60px;
  }
  .p-fixed_menu__nav__list__item:nth-of-type(8) {
    margin-left: 60px;
  }
}
.p-fixed_menu__nav__list__item > a {
  font-size: 20px;
  letter-spacing: 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-fixed_menu__nav__list__item > a.__non-link {
  pointer-events: none;
}
.p-fixed_menu__nav__list__item > a .__jp {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item > a .__jp {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item > a .__jp {
    font-size: 10px;
  }
}
.p-fixed_menu__nav__list__item > a .__en {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.1em;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item > a .__en {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item > a .__en {
    font-size: 18px;
  }
}
.p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe {
  margin-top: 1.1em;
}
@media screen and (max-width: 1040px) {
  .p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe {
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe .__item {
    margin-right: 1.25em;
  }
}
.p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe .__item > a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0.125em 0;
  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;
}
@media screen and (max-width: 1240px) {
  .p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe .__item > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1040px) {
  .p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe .__item > a {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe .__item > a {
    padding: 0.25em 0;
  }
}
.p-fixed_menu__nav__list__item .p-fixed_menu__nav__list__childe .__item > a:before {
  content: "";
  display: block;
  height: 1px;
  width: 8px;
  background: #fff;
  margin-right: 0.5em;
}
.p-fixed_menu__nav__list__item .__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 -8px;
  max-width: 340px;
}
@media screen and (max-width: 1040px) {
  .p-fixed_menu__nav__list__item .__other {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .p-fixed_menu__nav__list__item .__other {
    font-size: 10px;
  }
}
.p-fixed_menu__nav__list__item .__other .__box a {
  padding: 0.15em 8px;
  display: block;
}

/* main
  ========================================================================== */
/* p-main */
/* footer
  ========================================================================== */
/* .p-ftlink */
.p-ftlink {
  margin-top: 10em;
}
@media screen and (max-width: 840px) {
  body#index .p-ftlink {
    margin-top: 9.15em;
  }
  .p-ftlink {
    margin-top: 10.825em;
  }
}
@media screen and (max-width: 540px) {
  body#index .p-ftlink {
    margin-top: 8.3em;
  }
  .p-ftlink {
    margin-top: 11.65em;
  }
}

/* .p-ftlink__list */
@media screen and (min-width: 841px) {
  .p-ftlink__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(39.56% - 2.6666666667px) 4px calc(30.22% - 2.6666666667px) 4px calc(30.22% - 2.6666666667px);
    grid-template-columns: calc(39.56% - 2.6666666667px) repeat(2, calc(30.22% - 2.6666666667px));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 4px;
  }
  .p-ftlink__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-ftlink__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-ftlink__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 840px) {
  .p-ftlink__list {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-ftlink__list__item {
  width: 100%;
}
@media screen and (max-width: 840px) {
  .p-ftlink__list__item + .p-ftlink__list__item {
    margin-top: 4px;
  }
}
.p-ftlink__list__item a {
  width: 100%;
  height: 100%;
  min-height: 300px;
  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;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  padding: 0 5.5%;
}
.p-ftlink__list__item a.__non-link {
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .p-ftlink__list__item a {
    min-height: 140px;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item a {
    min-height: 120px;
  }
}
.p-ftlink__list__item.__contact a {
  background: rgba(34, 34, 34, 0.9);
}
@media screen and (max-width: 840px) {
  .p-ftlink__list__item.__contact a {
    min-height: 180px;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item.__contact a {
    min-height: 160px;
  }
}

.p-ftlink__list__item__title {
  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;
}
.p-ftlink__list__item__title .__en {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .p-ftlink__list__item__title .__en {
    font-size: 28px;
  }
}
@media screen and (max-width: 1040px) {
  .p-ftlink__list__item__title .__en {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item__title .__en {
    font-size: 18px;
  }
}
.p-ftlink__list__item__title .__jp {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 1240px) {
  .p-ftlink__list__item__title .__jp {
    font-size: 15px;
    margin-top: 0.45em;
  }
}
@media screen and (max-width: 1040px) {
  .p-ftlink__list__item__title .__jp {
    font-size: 13px;
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item__title .__jp {
    font-size: 12px;
    margin-top: 0.35em;
  }
}

.p-ftlink__list__item__text {
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 1240px) {
  .p-ftlink__list__item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1040px) {
  .p-ftlink__list__item__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 841px) {
  .p-ftlink__list__item__text {
    max-width: 20em;
  }
}
@media screen and (max-width: 840px) {
  .p-ftlink__list__item__text {
    text-align: left;
    margin-top: 1.4em;
  }
  .p-ftlink__list__item__text br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item__text {
    font-size: 12px;
    margin-top: 1.3em;
    letter-spacing: 0.025em;
  }
}

.p-ftlink__list__item__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-ftlink__list__item__sub {
    font-size: 21.5px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 1040px) {
  .p-ftlink__list__item__sub {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.p-ftlink__list__item__time {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 1240px) {
  .p-ftlink__list__item__time {
    font-size: 13.5px;
    margin-top: 0.66em;
  }
}
@media screen and (max-width: 1040px) {
  .p-ftlink__list__item__time {
    font-size: 13px;
    margin-top: 0.53em;
  }
}
@media screen and (max-width: 540px) {
  .p-ftlink__list__item__time {
    font-size: 12px;
    letter-spacing: 0.025em;
    margin-top: 0.4em;
  }
}

/* .p-footer */
.p-footer {
  margin-top: 12.45em;
}
@media screen and (max-width: 840px) {
  .p-footer {
    margin-top: 12em;
  }
}
@media screen and (max-width: 540px) {
  .p-footer {
    margin-top: 11.6em;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid rgba(211, 217, 228, 0.4);
  padding-top: 3.05em;
  padding-bottom: 2.3em;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-footer__wrapper {
    display: block;
    padding-bottom: 1.8em;
  }
}
@media screen and (max-width: 720px) {
  .p-footer__wrapper {
    padding-top: 2.9em;
    padding-bottom: 1.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__wrapper {
    padding-top: 2.8em;
    padding-bottom: 1em;
  }
}
.p-footer__wrapper:before {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  background: #d3d9e4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 720px) {
  .p-footer__wrapper:before {
    width: 48px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__wrapper:before {
    width: 40px;
  }
}

/* .p-footer_nav */
.p-footer_nav {
  width: 666px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1040px) {
  .p-footer_nav {
    width: 100%;
  }
}

.p-footer_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 247px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1040px) {
  .p-footer_nav__list {
    height: 220px;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .p-footer_nav__list {
    height: 217px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_nav__list {
    height: 243px;
  }
}

.p-footer_nav__list__item {
  margin-top: 27px;
  min-width: 129px;
}
@media screen and (min-width: 1041px) {
  .p-footer_nav__list__item {
    margin-left: 27px;
  }
}
@media screen and (max-width: 1040px) {
  .p-footer_nav__list__item {
    margin-top: 22px;
  }
}
@media screen and (min-width: 721px) {
  .p-footer_nav__list__item:nth-of-type(8) {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 720px) {
  .p-footer_nav__list__item {
    margin-top: 17px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_nav__list__item {
    margin-top: 12px;
  }
  .p-footer_nav__list__item:nth-of-type(-n + 3) {
    max-width: 141px;
  }
}
@media screen and (max-width: 420px) {
  .p-footer_nav__list__item:nth-of-type(-n + 3) {
    margin-right: calc(100% - 282px);
  }
  .p-footer_nav__list__item:nth-of-type(n + 4) {
    max-width: 141px;
  }
}
.p-footer_nav__list__item > a {
  font-size: 20px;
  letter-spacing: 0;
  display: block;
}
.p-footer_nav__list__item > a.__non-link {
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  .p-footer_nav__list__item > a {
    font-size: 19px;
  }
}
@media screen and (max-width: 720px) {
  .p-footer_nav__list__item > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_nav__list__item > a {
    font-size: 16px;
  }
}

.p-footer_nav__list__childe {
  margin-top: 0.2em;
}
@media screen and (max-width: 540px) {
  .p-footer_nav__list__childe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -0.2em;
  }
}

@media screen and (max-width: 540px) {
  .p-footer_nav__list__childe__item:not(:last-of-type) {
    margin-right: 0.9em;
  }
}
.p-footer_nav__list__childe__item > a {
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  padding: 0.125em 0;
  color: rgba(34, 34, 34, 0.6);
}
@media screen and (max-width: 1240px) {
  .p-footer_nav__list__childe__item > a {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 720px) {
  .p-footer_nav__list__childe__item > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_nav__list__childe__item > a {
    font-size: 10px;
    padding: 0.43em 0;
  }
}

/* .p-footer_info */
.p-footer_info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 0.2em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1040px) {
  .p-footer_info {
    margin-top: 3.7em;
  }
}

.p-footer_info__address {
  font-size: 14px;
  line-height: 1.428;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 720px) {
  .p-footer_info__address {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_info__address {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
.p-footer_info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 720px) {
  .p-footer_info__sns {
    margin-top: 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_info__sns {
    margin-top: 0.8em;
  }
}

.p-footer_info__sns__link a {
  display: block;
  padding: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 720px) {
  .p-footer_info__sns__link a {
    padding: 0.5em 0.46em;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_info__sns__link a {
    padding: 0.5em 0.42em;
  }
}
.p-footer_info__sns__link a img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 720px) {
  .p-footer_info__sns__link a img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_info__sns__link a img {
    width: 18px;
    height: 18px;
  }
}
.p-footer_info__sns__link:first-of-type a {
  padding-left: 0;
}

/* .p-footer_logo */
.p-footer_logo {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.p-footer_logo__link {
  display: block;
  padding: 0.05em 0 0.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1040px) {
  .p-footer_logo__link {
    margin-top: 2.75em;
  }
}
.p-footer_logo__link img {
  width: 460px;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .p-footer_logo__link img {
    width: 424px;
  }
}
@media screen and (max-width: 1040px) {
  .p-footer_logo__link img {
    width: 387px;
  }
}
@media screen and (max-width: 720px) {
  .p-footer_logo__link img {
    width: 314px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_logo__link img {
    width: 241px;
  }
}

/* .p-footer_copy */
.p-footer_copy {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  font-size: 12px;
  padding: 0 0.25em;
  letter-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .p-footer_copy {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 1040px) {
  .p-footer_copy {
    display: block;
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 720px) {
  .p-footer_copy {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-footer_copy {
    font-size: 10px;
  }
}

/* index
  ========================================================================== */
/* .p-index_kv */
.p-index_kv__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.71% 84.29%;
  grid-template-columns: 15.71% 84.29%;
  -ms-grid-rows: center;
  grid-template-rows: center;
  height: 660px;
}
.p-index_kv__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-index_kv__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 840px) {
  .p-index_kv__wrapper {
    -ms-grid-columns: 12.9% 87.1%;
    grid-template-columns: 12.9% 87.1%;
    height: 555px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__wrapper {
    -ms-grid-columns: 10% 90%;
    grid-template-columns: 10% 90%;
    height: 446px;
  }
}

.p-index_kv__scroll {
  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;
  padding: 2em 0.9em 0 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
html.is-show .p-index_kv__scroll {
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .p-index_kv__scroll {
    padding: 1em 0.45em 0 0;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__scroll {
    padding: 0;
  }
}
.p-index_kv__scroll .p-index_kv__scroll__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 840px) {
  .p-index_kv__scroll .p-index_kv__scroll__text {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__scroll .p-index_kv__scroll__text {
    font-size: 10px;
  }
}
.p-index_kv__scroll .p-index_kv__scroll__bar {
  height: 80px;
  width: 4px;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .p-index_kv__scroll .p-index_kv__scroll__bar {
    height: 76px;
    width: 3px;
    margin-top: 1.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__scroll .p-index_kv__scroll__bar {
    height: 72px;
    margin-top: 1.3em;
  }
}
.p-index_kv__scroll .p-index_kv__scroll__bar:before, .p-index_kv__scroll .p-index_kv__scroll__bar:after {
  content: "";
  display: block;
}
.p-index_kv__scroll .p-index_kv__scroll__bar:before {
  width: 2px;
  height: 100%;
  background: #222;
  margin: auto;
}
@media screen and (max-width: 840px) {
  .p-index_kv__scroll .p-index_kv__scroll__bar:before {
    width: 1px;
  }
}
.p-index_kv__scroll .p-index_kv__scroll__bar:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
  width: 100%;
  background: #222;
  -webkit-animation: scrollMark 1.5s infinite forwards;
          animation: scrollMark 1.5s infinite forwards;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes scrollMark {
  0% {
    bottom: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollMark {
  0% {
    bottom: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.p-index_kv__list {
  position: relative;
}
.p-index_kv__list:before {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: "笑顔あふれる日々を、これからも一緒に。";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0.7em;
  color: #000;
  right: 50vw;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  white-space: pre;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 10;
  margin: auto 0;
  font-family: "montserrat", "hansans", sans-serif !important;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  pointer-events: none;
  font-weight: 700;
  height: 1em;
}
@media screen and (max-width: 840px) {
  .p-index_kv__list:before {
    content: "笑顔あふれる日々を、\aこれからも一緒に。";
    text-align: center;
    font-size: 21px;
    bottom: 1.45em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__list:before {
    font-size: 16px;
    bottom: 1.8em;
  }
}
.p-index_kv__list.__non-load:before {
  -webkit-transition: all 0s;
  transition: all 0s;
}
html.is-fade.is-loading .p-index_kv__list:before {
  opacity: 1;
}
html.is-show .p-index_kv__list:before {
  right: calc(100% - 1em);
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 840px) {
  html.is-show .p-index_kv__list:before {
    right: calc(100% - 0.75em);
  }
}
@media screen and (max-width: 540px) {
  html.is-show .p-index_kv__list:before {
    right: calc(100% - 0.5em);
  }
}
.p-index_kv__list:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: width 1s;
  transition: width 1s;
}
html.is-view .p-index_kv__list:after {
  width: 0;
}
html.is-show .p-index_kv__list:after {
  display: none;
}
.p-index_kv__list .p-index_kv__list__box {
  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;
  height: 100%;
}
.p-index_kv__list .p-index_kv__list__box:not(:first-of-type) {
  display: none;
}
.p-index_kv__list .p-index_kv__list__box .__img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-index_kv__list .p-index_kv__list__box .__img img {
  width: 100%;
  height: 100%;
  max-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .p-index_kv__list .p-index_kv__list__box .__img img {
    max-height: 555px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__list .p-index_kv__list__box .__img img {
    max-height: 449px;
  }
}
.p-index_kv__list .slick-list {
  height: 100%;
}
.p-index_kv__list .slick-list .slick-track {
  height: 100%;
}
.p-index_kv__list .slick-list .slick-track .p-index_kv__list__box {
  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;
  height: 100%;
}
.p-index_kv__list .slick-dots {
  right: 2.8em;
  bottom: 1.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
.p-index_kv__list .slick-dots[data-max="01"] {
  display: none;
}
@media screen and (max-width: 840px) {
  .p-index_kv__list .slick-dots {
    right: 2.75em;
    bottom: 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__list .slick-dots {
    right: 2.7em;
    bottom: 0.7em;
  }
}
.p-index_kv__list .slick-dots:before, .p-index_kv__list .slick-dots:after {
  content: "01";
  position: absolute;
  font-family: "montserrat", "hansans", sans-serif !important;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 700;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .p-index_kv__list .slick-dots:before, .p-index_kv__list .slick-dots:after {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__list .slick-dots:before, .p-index_kv__list .slick-dots:after {
    font-size: 10px;
    top: 1px;
  }
}
.p-index_kv__list .slick-dots:before {
  left: -0.3em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.p-index_kv__list .slick-dots:after {
  right: -0.3em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  content: attr(data-max);
}
.p-index_kv__list .slick-dots li {
  width: 40px;
  height: auto;
  margin: 0 4px;
}
@media screen and (max-width: 840px) {
  .p-index_kv__list .slick-dots li {
    width: 28px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__list .slick-dots li {
    width: 16px;
    margin: 0 2px;
  }
}
.p-index_kv__list .slick-dots li button {
  width: 100%;
  height: 12px;
  padding: 1em 0;
}
.p-index_kv__list .slick-dots li button:before, .p-index_kv__list .slick-dots li button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 2px;
  width: 100%;
}
.p-index_kv__list .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 1;
}
.p-index_kv__list .slick-dots li button:after {
  width: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.p-index_kv__list .slick-dots li.slick-active button:after {
  width: 100%;
}

/* p-index_news */
.p-index_news {
  margin-top: 10.25em;
}
@media screen and (max-width: 840px) {
  .p-index_news {
    margin-top: 9.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_news {
    margin-top: 8.7em;
  }
}

.p-index_news__list {
  margin-top: 0.9em;
}
@media screen and (max-width: 1040px) {
  .p-index_news__list {
    margin-top: 1.05em;
  }
}
@media screen and (max-width: 640px) {
  .p-index_news__list {
    margin-top: 1.2em;
  }
}
.p-index_news__list .p-index_news__list__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2] 1fr;
  grid-template-columns: repeat(2, auto) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.5em 6% 1.5em 11%;
}
.p-index_news__list .p-index_news__list__link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-index_news__list .p-index_news__list__link > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-index_news__list .p-index_news__list__link > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1040px) {
  .p-index_news__list .p-index_news__list__link {
    padding: 1.425em 5.5%;
  }
}
@media screen and (max-width: 640px) {
  .p-index_news__list .p-index_news__list__link {
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    padding: 1.35em 5.5%;
  }
}
.p-index_news__list .p-index_news__list__link:hover {
  opacity: 1;
}
.p-index_news__list .p-index_news__list__link:hover .__time,
.p-index_news__list .p-index_news__list__link:hover .__cat,
.p-index_news__list .p-index_news__list__link:hover .__name {
  opacity: 0.6;
}
.p-index_news__list .p-index_news__list__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d3d9e4;
}
.p-index_news__list .p-index_news__list__link .__time,
.p-index_news__list .p-index_news__list__link .__cat,
.p-index_news__list .p-index_news__list__link .__name {
  font-weight: 500;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-index_news__list .p-index_news__list__link .__time {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0;
  padding-right: 2.15em;
}
@media screen and (max-width: 1040px) {
  .p-index_news__list .p-index_news__list__link .__time {
    padding-right: 1.75em;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .p-index_news__list .p-index_news__list__link .__time {
    font-size: 12px;
    padding-right: 1.35em;
    -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-index_news__list .p-index_news__list__link .__cat {
  min-width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-index_news__list .p-index_news__list__link .__cat {
    min-width: 74px;
  }
}
@media screen and (max-width: 640px) {
  .p-index_news__list .p-index_news__list__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-index_news__list .p-index_news__list__link .__cat i {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  letter-spacing: 0;
  height: 26px;
  border: 1px solid #222;
  font-style: normal;
  padding: 0 1.25em;
}
@media screen and (max-width: 1040px) {
  .p-index_news__list .p-index_news__list__link .__cat i {
    font-size: 11px;
    height: 23px;
    padding: 0 1.375em;
  }
}
@media screen and (max-width: 640px) {
  .p-index_news__list .p-index_news__list__link .__cat i {
    font-size: 10px;
    height: 20px;
    padding: 0 1.5em;
  }
}
.p-index_news__list .p-index_news__list__link .__name {
  font-weight: 500;
  padding-left: 1.95em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-index_news__list .p-index_news__list__link .__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .p-index_news__list .p-index_news__list__link .__name {
    font-size: 12px;
    padding-left: 0;
    margin-top: 0.3em;
    -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-index_news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.35em;
}

/* .p-index_building */
.p-index_building {
  margin-top: 10em;
}
@media screen and (max-width: 840px) {
  .p-index_building {
    margin-top: 9.15em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_building {
    margin-top: 8.3em;
  }
}
@media screen and (min-width: 841px) {
  .p-index_building .p-section__brackets__title__border {
    padding: 0.5em 1.1em;
  }
}

/* .p-index_concept */
.p-index_concept {
  margin-top: 6.2em;
}
@media screen and (max-width: 1040px) {
  .p-index_concept {
    margin-top: 5.875em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_concept {
    margin-top: 5.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_concept {
    margin-top: 5.55em;
  }
}

@media screen and (min-width: 1041px) {
  .p-index_concept__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45.71% 4.29% 1fr;
    grid-template-columns: 45.71% 1fr;
    -ms-grid-rows: (auto)[3] 1fr;
    grid-template-rows: repeat(3, auto) 1fr;
    grid-column-gap: 4.29%;
    min-height: 500px;
  }
  .p-index_concept__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-index_concept__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-index_concept__wrapper > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-index_concept__wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-index_concept__wrapper > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-index_concept__wrapper > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-index_concept__wrapper > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-index_concept__wrapper > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1040px) {
  .p-index_concept__wrapper {
    width: 740px;
  }
}

.p-index_concept__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;
}
@media screen and (min-width: 1041px) {
  .p-index_concept__title {
    margin-top: 0.25em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-index_concept__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/5/3;
  display: block;
}
@media screen and (max-width: 1040px) {
  .p-index_concept__img {
    margin-top: 3.2em;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-index_concept__img {
    margin-top: 2.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_concept__img {
    margin-top: 2.6em;
  }
}
.p-index_concept__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_concept__sub {
  -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-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.4em;
}
@media screen and (max-width: 840px) {
  .p-index_concept__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_concept__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.p-index_concept__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  margin-top: 1.1em;
}
@media screen and (max-width: 840px) {
  .p-index_concept__text {
    margin-top: 1em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_concept__text {
    margin-top: 0.9em;
  }
}

.p-index_concept__link {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
  margin-top: 3.5em;
}
@media screen and (max-width: 1040px) {
  .p-index_concept__link {
    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;
  }
}
@media screen and (max-width: 840px) {
  .p-index_concept__link {
    margin-top: 3.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_concept__link {
    margin-top: 3.95em;
  }
}

/* .p-index_comp */
.p-index_comp {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-index_comp {
    margin-top: 6.15em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_comp {
    margin-top: 6.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_comp {
    margin-top: 6.05em;
  }
}

@media screen and (min-width: 1041px) {
  .p-index_comp__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.29% 45.71%;
    grid-template-columns: 1fr 45.71%;
    -ms-grid-rows: (auto)[3] 1fr;
    grid-template-rows: repeat(3, auto) 1fr;
    grid-column-gap: 4.29%;
    height: 500px;
  }
  .p-index_comp__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-index_comp__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-index_comp__wrapper > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-index_comp__wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-index_comp__wrapper > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-index_comp__wrapper > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-index_comp__wrapper > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-index_comp__wrapper > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1040px) {
  .p-index_comp__wrapper {
    width: 740px;
  }
}

.p-index_comp__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;
}
@media screen and (min-width: 1041px) {
  .p-index_comp__title {
    margin-top: 0.25em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-index_comp__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/5/2;
  display: block;
}
@media screen and (max-width: 1040px) {
  .p-index_comp__img {
    margin-top: 3.2em;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-index_comp__img {
    margin-top: 2.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_comp__img {
    margin-top: 2.6em;
  }
}
.p-index_comp__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_comp__sub {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.4em;
}
@media screen and (max-width: 840px) {
  .p-index_comp__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_comp__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.p-index_comp__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
  margin-top: 1.2em;
}
@media screen and (max-width: 840px) {
  .p-index_comp__text {
    margin-top: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_comp__text {
    margin-top: 1em;
  }
}

.p-index_comp__link {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
  justify-self: flex-end;
  margin-top: 3.5em;
}
@media screen and (max-width: 1040px) {
  .p-index_comp__link {
    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;
  }
}
@media screen and (max-width: 840px) {
  .p-index_comp__link {
    margin-top: 3.425em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_comp__link {
    margin-top: 3.35em;
  }
}

/* .p-index_detail */
.p-index_detail {
  margin-top: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-index_detail {
    margin-top: 5.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail {
    margin-top: 5.3em;
  }
}

.p-index_detail__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 320px;
  grid-template-rows: 320px;
}

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

.p-index_detail__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .p-index_detail__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-index_detail__list > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.p-index_detail__list__box.__feature a:after {
  background-image: url(./img/index/bg-index_detail01.jpg);
}
.p-index_detail__list__box.__spec a:after {
  background-image: url(./img/index/bg-index_detail02.jpg);
}
.p-index_detail__list__box a {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  height: 100%;
  padding: 4.2em 0;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list__box a {
    padding: 3.2em 0 3.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail__list__box a {
    padding: 2.2em 0 2.65em;
    min-height: 180px;
  }
}
.p-index_detail__list__box a:before, .p-index_detail__list__box a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-index_detail__list__box a:before {
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5;
}
.p-index_detail__list__box a:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.p-index_detail__list__box a:hover:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index_detail__list__box a .__en,
.p-index_detail__list__box a .__jp,
.p-index_detail__list__box a .__about,
.p-index_detail__list__box a .__text {
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-index_detail__list__box a .__en,
.p-index_detail__list__box a .__text {
  font-family: "montserrat", "hansans", sans-serif !important;
}
.p-index_detail__list__box a .__en {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list__box a .__en {
    font-size: 23px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail__list__box a .__en {
    font-size: 18px;
  }
}
.p-index_detail__list__box a .__jp {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.45em;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list__box a .__jp {
    font-size: 14px;
    margin-top: 0.425em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail__list__box a .__jp {
    font-size: 12px;
    margin-top: 0.4em;
  }
}
.p-index_detail__list__box a .__about {
  max-width: 28.75em;
  width: 90%;
  margin-top: 1.5em;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list__box a .__about {
    font-size: 14px;
    margin-top: 1.375em;
    max-width: 40em;
    width: 88.5%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail__list__box a .__about {
    font-size: 12px;
    margin-top: 1.25em;
  }
}
.p-index_detail__list__box a .__text {
  position: absolute;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
  right: 4%;
  bottom: 5.7%;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list__box a .__text {
    font-size: 12px;
    right: 3.125%;
    bottom: 5.35%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail__list__box a .__text {
    font-size: 10px;
    right: 2.25%;
    bottom: 5%;
  }
}
.p-index_detail__list__box a .__text:after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  margin-left: 1em;
  background: url(./img/common/icon-arrow__wt.svg) no-repeat center/contain;
}
@media screen and (max-width: 840px) {
  .p-index_detail__list__box a .__text:after {
    width: 18px;
    margin-left: 0.85em;
    margin-bottom: 0.125em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_detail__list__box a .__text:after {
    width: 14px;
    height: 4px;
    margin-left: 0.7em;
    margin-bottom: 0.25em;
  }
}
.p-index_detail__list__box a:hover {
  opacity: 1;
}
.p-index_detail__list__box a:hover .__en,
.p-index_detail__list__box a:hover .__jp,
.p-index_detail__list__box a:hover .__about,
.p-index_detail__list__box a:hover .__text {
  opacity: 0.6;
}
.p-index_detail__list__box a:hover:before {
  opacity: 0.15;
}
.p-index_detail__list__box a:hover:after {
  opacity: 0.6;
}

/* .p-index_service */
.p-index_service {
  margin-top: 10.25em;
}
@media screen and (max-width: 840px) {
  .p-index_service {
    margin-top: 9.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service {
    margin-top: 8.55em;
  }
}

.p-index_service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2.45em;
}
@media screen and (max-width: 840px) {
  .p-index_service__list {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list {
    margin-top: 2.6em;
  }
}

.p-index_service__list__box {
  width: 33.3333333333%;
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box {
    width: 100%;
  }
}
.p-index_service__list__box.__order a:after {
  background-image: url(./img/index/bg-index_service01__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box.__order a:after {
    background-image: url(./img/index/bg-index_service01__sp.jpg);
  }
}
.p-index_service__list__box.__renovation a:after {
  background-image: url(./img/index/bg-index_service02__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box.__renovation a:after {
    background-image: url(./img/index/bg-index_service02__sp.jpg);
  }
}
.p-index_service__list__box.__trailer a:after {
  background-image: url(./img/index/bg-index_service03__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box.__trailer a:after {
    background-image: url(./img/index/bg-index_service03__sp.jpg);
  }
}
.p-index_service__list__box.__online a:after {
  background-image: url(./img/index/bg-index_service04__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box.__online a:after {
    background-image: url(./img/index/bg-index_service04__sp.jpg);
  }
}
.p-index_service__list__box.__wide {
  width: 100%;
}
.p-index_service__list__box.__wide a {
  min-height: 320px;
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box.__wide a {
    min-height: 250px;
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box.__wide a {
    min-height: 180px;
    padding-bottom: 0.4em;
  }
}
.p-index_service__list__box.__wide a .__text {
  right: 3.5%;
  bottom: 8%;
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box.__wide a .__text {
    right: 2.9%;
    bottom: 6.5%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box.__wide a .__text {
    right: 2.25%;
    bottom: 5%;
  }
}
.p-index_service__list__box a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 260px;
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box a {
    min-height: 200px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box a {
    min-height: 140px;
  }
}
.p-index_service__list__box a:before, .p-index_service__list__box a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-index_service__list__box a:before {
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5;
}
.p-index_service__list__box a:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.p-index_service__list__box a:hover:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index_service__list__box a .__en,
.p-index_service__list__box a .__jp,
.p-index_service__list__box a .__about,
.p-index_service__list__box a .__text {
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-index_service__list__box a .__en,
.p-index_service__list__box a .__text {
  font-family: "montserrat", "hansans", sans-serif !important;
}
.p-index_service__list__box a .__en {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 0.9;
}
@media screen and (max-width: 1040px) {
  .p-index_service__list__box a .__en {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box a .__en {
    font-size: 23px;
    line-height: 0.84;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box a .__en {
    font-size: 18px;
    line-height: 0.778;
  }
}
.p-index_service__list__box a .__jp {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1040px) {
  .p-index_service__list__box a .__jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box a .__jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box a .__jp {
    font-size: 12px;
  }
}
.p-index_service__list__box a .__about {
  width: 48.25em;
  max-width: 90%;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-index_service__list__box a .__about {
    font-size: 14px;
    margin-top: 1.375em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box a .__about {
    max-width: 40em;
    width: 88.5%;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box a .__about {
    font-size: 12px;
    margin-top: 1.25em;
  }
}
.p-index_service__list__box a .__text {
  position: absolute;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
  right: 4%;
  bottom: 7%;
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box a .__text {
    font-size: 12px;
    right: 3.125%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box a .__text {
    font-size: 10px;
    right: 2.25%;
  }
}
.p-index_service__list__box a .__text:after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  margin-left: 1em;
  background: url(./img/common/icon-arrow__wt.svg) no-repeat center/contain;
}
@media screen and (max-width: 840px) {
  .p-index_service__list__box a .__text:after {
    width: 18px;
    margin-left: 0.85em;
    margin-bottom: 0.125em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_service__list__box a .__text:after {
    width: 14px;
    height: 4px;
    margin-left: 0.7em;
    margin-bottom: 0.25em;
  }
}
.p-index_service__list__box a:hover {
  opacity: 1;
}
.p-index_service__list__box a:hover .__en,
.p-index_service__list__box a:hover .__jp,
.p-index_service__list__box a:hover .__about,
.p-index_service__list__box a:hover .__text {
  opacity: 0.6;
}
.p-index_service__list__box a:hover:before {
  opacity: 0.15;
}
.p-index_service__list__box a:hover:after {
  opacity: 0.6;
}
.p-index_service__list__box.__soon a {
  pointer-events: none;
}
.p-index_service__list__box.__soon a .__text:after {
  display: none;
}

/* .p-index_lineup */
.p-index_lineup {
  background: rgba(34, 34, 34, 0.03);
  margin-top: 5.6em;
}
@media screen and (max-width: 840px) {
  .p-index_lineup {
    margin-top: 5.3em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup {
    margin-top: 5em;
  }
}

.p-index_lineup__wrapper {
  padding-top: 5.9em;
}
@media screen and (max-width: 840px) {
  .p-index_lineup__wrapper {
    padding-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__wrapper {
    padding-top: 5.25em;
  }
}

.p-index_lineup__about {
  text-align: center;
  margin-top: 2.4em;
}
@media screen and (max-width: 840px) {
  .p-index_lineup__about {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .p-index_lineup__about {
    text-align: left;
  }
  .p-index_lineup__about br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__about {
    margin-top: 2.6em;
  }
}

.p-index_lineup__box {
  margin-top: 1em;
}
@media screen and (min-width: 1041px) {
  .p-index_lineup__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[3] 1fr;
    grid-template-rows: repeat(3, auto) 1fr;
    grid-column-gap: 4.29%;
    min-height: 400px;
  }
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box {
    width: 740px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index_lineup__box:first-of-type {
  margin-top: 3em;
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box:first-of-type {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box:first-of-type {
    margin-top: 2em;
  }
}
.p-index_lineup__box + .p-index_lineup__box {
  margin-top: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box + .p-index_lineup__box {
    margin-top: 5.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box + .p-index_lineup__box {
    margin-top: 5.25em;
  }
}
.p-index_lineup__box:nth-of-type(odd) {
  -ms-grid-columns: 53.57% auto 1fr;
  grid-template-columns: 53.57% auto 1fr;
}
.p-index_lineup__box:nth-of-type(even) {
  -ms-grid-columns: auto 1fr 53.57%;
  grid-template-columns: auto 1fr 53.57%;
}

.p-index_lineup__box:nth-of-type(odd) .p-index_lineup__box__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/5/2;
}
.p-index_lineup__box:nth-of-type(even) .p-index_lineup__box__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/5/4;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__img {
    width: 100%;
  }
}
.p-index_lineup__box__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-index_lineup__box:nth-of-type(odd) .p-index_lineup__box__name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1/2/2/4;
}
.p-index_lineup__box:nth-of-type(even) .p-index_lineup__box__name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
.p-index_lineup__box__name {
  font-weight: 400;
  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;
  line-height: 1.15;
  padding-bottom: 1.15em;
  border-bottom: 2px solid rgba(211, 217, 228, 0.4);
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__name {
    width: 100%;
    margin-top: 1.45em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__name {
    margin-top: 1.25em;
    padding-bottom: 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__name {
    margin-top: 1.05em;
    padding-bottom: 0.65em;
  }
}
.p-index_lineup__box__name .__jp {
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__name .__jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__name .__jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__name .__jp {
    font-size: 26px;
  }
}
.p-index_lineup__box__name .__en {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-left: 0.65em;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__name .__en {
    font-size: 18px;
    margin-left: 0.6em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__name .__en {
    font-size: 17px;
    margin-left: 0.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__name .__en {
    font-size: 14px;
    margin-left: 0.5em;
  }
}
.p-index_lineup__box__name:after {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: #d3d9e4;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__name:after {
    width: 52px;
  }
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__name:after {
    width: 48px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__name:after {
    width: 40px;
  }
}

.p-index_lineup__box:nth-of-type(odd) .p-index_lineup__box__sub {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
}
.p-index_lineup__box:nth-of-type(even) .p-index_lineup__box__sub {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
.p-index_lineup__box__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.4em;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__sub {
    font-size: 22px;
    width: 100%;
  }
  .p-index_lineup__box__sub br {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__sub {
    font-size: 20px;
    margin-top: 1.35em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-top: 1.3em;
  }
}

.p-index_lineup__box:nth-of-type(odd) .p-index_lineup__box__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 3/2/4/4;
}
.p-index_lineup__box:nth-of-type(even) .p-index_lineup__box__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
}
.p-index_lineup__box__text {
  margin-top: 1.1em;
}
@media screen and (max-width: 1040px) {
  .p-index_lineup__box__text {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__text {
    margin-top: 1.05em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__text {
    margin-top: 1em;
    min-height: 7em;
  }
}

.p-index_lineup__box:nth-of-type(odd) .p-index_lineup__box__icon {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}
.p-index_lineup__box:nth-of-type(even) .p-index_lineup__box__icon {
  -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-index_lineup__box__icon {
  position: relative;
}
.__dice .p-index_lineup__box__icon {
  padding: 0.9em 0 0 0.95em;
}
@media screen and (max-width: 540px) {
  .__dice .p-index_lineup__box__icon {
    padding: 0 0 0 0.95em;
    margin-top: -1em;
  }
}
.__sumika .p-index_lineup__box__icon {
  padding: 0.7em 0 0 0.8em;
}
@media screen and (max-width: 540px) {
  .__sumika .p-index_lineup__box__icon {
    padding: 0 0 0 0.8em;
    margin-top: -1.1em;
  }
}
.p-index_lineup__box__icon:after {
  font-family: "antro", serif !important;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0.1em;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  position: absolute;
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__icon:after {
    font-size: 38px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__icon:after {
    font-size: 32px;
  }
}
.p-index_lineup__box__icon:after {
  opacity: 0.15;
}
.__dice .p-index_lineup__box__icon:after {
  content: "dice";
  bottom: -0.15em;
  right: -0.325em;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
@media screen and (max-width: 1040px) {
  .__dice .p-index_lineup__box__icon:after {
    bottom: -0.95em;
    right: -0.55em;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.__sumika .p-index_lineup__box__icon:after {
  content: "sumika";
  bottom: -0.35em;
  right: -0.775em;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
@media screen and (max-width: 1040px) {
  .__sumika .p-index_lineup__box__icon:after {
    bottom: -0.8em;
    right: -0.9em;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.p-index_lineup__box__icon img {
  height: auto;
  opacity: 0.1;
}
.__dice .p-index_lineup__box__icon img {
  width: 121px;
}
@media screen and (max-width: 840px) {
  .__dice .p-index_lineup__box__icon img {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
  .__dice .p-index_lineup__box__icon img {
    width: 98px;
  }
}
.__sumika .p-index_lineup__box__icon img {
  width: 129px;
}
@media screen and (max-width: 840px) {
  .__sumika .p-index_lineup__box__icon img {
    width: 117px;
  }
}
@media screen and (max-width: 540px) {
  .__sumika .p-index_lineup__box__icon img {
    width: 104px;
  }
}

.p-index_lineup__box:nth-of-type(odd) .p-index_lineup__box__link {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 4/3/5/4;
}
.p-index_lineup__box:nth-of-type(even) .p-index_lineup__box__link {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}
.p-index_lineup__box__link {
  margin-top: 3.45em;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 840px) {
  .p-index_lineup__box__link {
    margin-top: 3.375em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_lineup__box__link {
    margin-top: 3.3em;
  }
}

/* .p-index_works */
.p-index_works {
  background: rgba(34, 34, 34, 0.03);
  padding-top: 10.25em;
  padding-bottom: 6.25em;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .p-index_works {
    padding-top: 9.3em;
    padding-bottom: 6.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works {
    padding-top: 8.4em;
    padding-bottom: 5.9em;
  }
}

.p-index_works__wrapper {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-index_works__wrapper {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-index_works__list {
  margin: 2.5em -20px 0 calc(50% - 580px);
}
@media screen and (max-width: 1260px) {
  .p-index_works__list {
    max-width: calc(90% + 40px);
    margin: 2.5em auto 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-index_works__list {
    max-width: 100%;
    margin: 2.55em auto 0;
  }
}
.p-index_works__list .p-index_works__list__box .__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1em auto;
  grid-template-rows: repeat(2, auto);
  grid-row-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index_works__list .p-index_works__list__box .__img > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-index_works__list .p-index_works__list__box .__img > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-index_works__list .p-index_works__list__box .__img > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-index_works__list .p-index_works__list__box .__img > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media screen and (max-width: 1040px) {
  .p-index_works__list .p-index_works__list__box .__img {
    grid-row-gap: 1.1em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_works__list .p-index_works__list__box .__img {
    grid-row-gap: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works__list .p-index_works__list__box .__img {
    grid-row-gap: 1.3em;
  }
}
.p-index_works__list .p-index_works__list__box .__img img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  width: 100%;
  height: auto;
  aspect-ratio: 347/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_works__list .p-index_works__list__box .__cat {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 0 0.575em;
  letter-spacing: 0;
  height: 32px;
  text-align: center;
  background: #d3d9e4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  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: 1260px) {
  .p-index_works__list .p-index_works__list__box .__cat {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 840px) {
  .p-index_works__list .p-index_works__list__box .__cat {
    font-size: 12px;
    height: 29px;
  }
}
.p-index_works__list .p-index_works__list__box .__name {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-left: 0.875em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1260px) {
  .p-index_works__list .p-index_works__list__box .__name {
    font-size: 14.5px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_works__list .p-index_works__list__box .__name {
    font-size: 14px;
    padding-left: 0.65em;
  }
}
.p-index_works__list .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1040px) {
  .p-index_works__list .slick-list {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
  }
}
.p-index_works__list .slick-list .slick-track .p-index_works__list__box {
  padding: 0 20px;
  max-width: 433px;
}
@media screen and (max-width: 1240px) {
  .p-index_works__list .slick-list .slick-track .p-index_works__list__box {
    max-width: 560px;
  }
}
.p-index_works__list .slick-dots {
  position: static;
  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;
  margin-top: 4.2em;
  padding-left: 20px;
  width: calc(100% - 315px);
  max-width: 965px;
}
@media screen and (max-width: 1260px) {
  .p-index_works__list .slick-dots {
    width: calc(100% - 255px);
    margin-top: 4.1em;
  }
}
@media screen and (max-width: 1040px) {
  .p-index_works__list .slick-dots {
    width: calc(100% - 166px);
    margin-top: 4em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_works__list .slick-dots {
    width: calc(100% - 151px);
    margin-top: 3.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works__list .slick-dots {
    width: calc(100% - 130px);
  }
}
.p-index_works__list .slick-dots li {
  width: 100%;
  height: auto;
  margin: 0;
}
.p-index_works__list .slick-dots li:first-of-type {
  width: 570%;
}
.p-index_works__list .slick-dots li:first-of-type button:after {
  width: 100%;
}
.p-index_works__list .slick-dots li button {
  width: 100%;
  height: 12px;
  padding: 1em 0;
}
.p-index_works__list .slick-dots li button:before, .p-index_works__list .slick-dots li button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .p-index_works__list .slick-dots li button:before, .p-index_works__list .slick-dots li button:after {
    height: 1px;
  }
}
.p-index_works__list .slick-dots li button:before {
  background: rgba(112, 112, 112, 0.6);
  z-index: 1;
  opacity: 1;
}
.p-index_works__list .slick-dots li button:after {
  width: 0;
  background: #222;
  z-index: 2;
  height: 4px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media screen and (max-width: 540px) {
  .p-index_works__list .slick-dots li button:after {
    height: 3px;
  }
}
.p-index_works__list .slick-dots li.slick-active button:after, .p-index_works__list .slick-dots li.is-active button:after {
  width: 100%;
}

.p-index_works__list__arrow {
  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;
  position: absolute;
  width: 112px;
  height: 48px;
  right: 0;
  left: 1120px;
  bottom: -17px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .p-index_works__list__arrow {
    left: 80%;
  }
}
@media screen and (max-width: 1040px) {
  .p-index_works__list__arrow {
    left: auto;
    right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 840px) {
  .p-index_works__list__arrow {
    width: 95px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works__list__arrow {
    width: 88px;
  }
}
.p-index_works__list__arrow .slick-arrow {
  height: 48px;
  width: 48px;
  background: #fff;
  border-radius: 100%;
  position: static;
  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: 840px) {
  .p-index_works__list__arrow .slick-arrow {
    height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works__list__arrow .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.p-index_works__list__arrow .slick-arrow:before {
  display: none;
}
.p-index_works__list__arrow .slick-arrow img {
  width: 10px;
  height: 14px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 840px) {
  .p-index_works__list__arrow .slick-arrow img {
    width: 9px;
    height: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works__list__arrow .slick-arrow img {
    width: 7px;
    height: 12px;
  }
}
.p-index_works__list__arrow .slick-arrow.slick-prev {
  -webkit-transform: none;
          transform: none;
}
.p-index_works__list__arrow .slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-index_works__list__arrow .slick-arrow:hover img {
  opacity: 0.6;
}

.p-index_works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.05em;
}
@media screen and (max-width: 1040px) {
  .p-index_works__link {
    margin-top: 3.55em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_works__link {
    margin-top: 4em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_works__link {
    margin-top: 4.45em;
  }
}

/* .p-index_link */
.p-index_link {
  margin-top: 10em;
}
@media screen and (max-width: 840px) {
  .p-index_link {
    margin-top: 7.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_link {
    margin-top: 5.35em;
  }
}

.p-index_link__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 260px;
  grid-template-rows: 260px;
}

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

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

.p-index_link__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 840px) {
  .p-index_link__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .p-index_link__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-index_link__list > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-index_link__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-index_link__list__box.__flow a:after {
  background-image: url(./img/index/bg-index_link01__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box.__flow a:after {
    background-image: url(./img/index/bg-index_link01__sp.jpg);
  }
}
.p-index_link__list__box.__faq a:after {
  background-image: url(./img/index/bg-index_link02__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box.__faq a:after {
    background-image: url(./img/index/bg-index_link02__sp.jpg);
  }
}
.p-index_link__list__box.__recruit a:after {
  background-image: url(./img/index/bg-index_link03__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box.__recruit a:after {
    background-image: url(./img/index/bg-index_link03__sp.jpg);
  }
}
.p-index_link__list__box a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box a {
    height: 180px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_link__list__box a {
    height: 140px;
  }
}
.p-index_link__list__box a:before, .p-index_link__list__box a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-index_link__list__box a:before {
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5;
}
.p-index_link__list__box a:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.p-index_link__list__box a:hover:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index_link__list__box a .__en,
.p-index_link__list__box a .__jp,
.p-index_link__list__box a .__text {
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-index_link__list__box a .__en,
.p-index_link__list__box a .__text {
  font-family: "montserrat", "hansans", sans-serif !important;
}
.p-index_link__list__box a .__en {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box a .__en {
    font-size: 25px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_link__list__box a .__en {
    font-size: 18px;
  }
}
.p-index_link__list__box a .__jp {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.45em;
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box a .__jp {
    font-size: 14px;
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_link__list__box a .__jp {
    font-size: 12px;
    margin-top: 0.35em;
  }
}
.p-index_link__list__box a .__text {
  position: absolute;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
  right: 4%;
  bottom: 7%;
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box a .__text {
    font-size: 12px;
    right: 3.125%;
    bottom: 6.75%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_link__list__box a .__text {
    font-size: 10px;
    right: 2.25%;
    bottom: 6.5%;
  }
}
.p-index_link__list__box a .__text:after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  margin-left: 1em;
  background: url(./img/common/icon-arrow__wt.svg) no-repeat center/contain;
}
@media screen and (max-width: 840px) {
  .p-index_link__list__box a .__text:after {
    width: 18px;
    margin-left: 0.85em;
    margin-bottom: 0.125em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_link__list__box a .__text:after {
    width: 14px;
    height: 4px;
    margin-left: 0.7em;
    margin-bottom: 0.25em;
  }
}
.p-index_link__list__box a:hover {
  opacity: 1;
}
.p-index_link__list__box a:hover .__en,
.p-index_link__list__box a:hover .__jp,
.p-index_link__list__box a:hover .__text {
  opacity: 0.6;
}
.p-index_link__list__box a:hover:before {
  opacity: 0.15;
}
.p-index_link__list__box a:hover:after {
  opacity: 0.6;
}

/* works(list)
  ========================================================================== */
/* .p-works_anchor */
.p-works_anchor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-works_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% + 40px);
  margin: -12px -20px;
}
@media screen and (max-width: 840px) {
  .p-works_anchor__list {
    margin: -8px -12px;
    width: calc(100% + 24px);
  }
}
@media screen and (max-width: 540px) {
  .p-works_anchor__list {
    margin: -4px -4px;
    width: calc(100% + 8px);
  }
}

.p-works_anchor__link__box {
  max-width: 100%;
  margin: 12px 20px;
}
@media screen and (max-width: 840px) {
  .p-works_anchor__link__box {
    margin: 8px 12px;
  }
}
@media screen and (max-width: 540px) {
  .p-works_anchor__link__box {
    margin: 4px 4px;
  }
}
.p-works_anchor__link__box .__link {
  padding: 0 2em;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #d3d9e4;
  height: 40px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 840px) {
  .p-works_anchor__link__box .__link {
    height: 36px;
    font-size: 14px;
    padding: 0 1.675em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_anchor__link__box .__link {
    height: 32px;
    font-size: 12px;
    padding: 0 1.35em;
  }
}
.p-works_anchor__link__box .__link:hover {
  opacity: 1;
  background: #222;
  color: #fff;
}

/* p-works_list */
.p-works_list__wrapper {
  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;
  margin-top: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-works_list__wrapper {
    margin-top: 5.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_list__wrapper {
    margin-top: 5.4em;
  }
}

@media screen and (min-width: 1041px) {
  .p-works_list__box {
    width: 30.95%;
  }
  .p-works_list__box:not(:nth-of-type(3n + 1)) {
    margin-left: 3.575%;
  }
  .p-works_list__box:nth-of-type(n + 4) {
    margin-top: 5em;
  }
}
@media screen and (max-width: 1040px) and (min-width: 541px) {
  .p-works_list__box {
    width: 48%;
  }
  .p-works_list__box:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-works_list__box:nth-of-type(n + 3) {
    margin-top: 4.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_list__box {
    width: 100%;
  }
  .p-works_list__box + .p-works_list__box {
    margin-top: 3.35em;
  }
}
.p-works_list__box__img {
  display: block;
}
.p-works_list__box__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 347/260;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works_list__box__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  max-width: 100%;
  margin-top: 1em;
}

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

.p-works_list__box__info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 1040px) {
  .p-works_list__box__info {
    height: 30px;
    margin-top: 1.1em;
  }
}
@media screen and (max-width: 840px) {
  .p-works_list__box__info {
    height: 27px;
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_list__box__info {
    height: 24px;
    margin-top: 1.3em;
  }
}
.p-works_list__box__info .__cat {
  font-size: 14px;
  background: #d3d9e4;
  height: 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;
  letter-spacing: 0;
  padding: 0 0.6em;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-works_list__box__info .__cat {
    font-size: 13px;
    padding: 0 0.68em;
  }
}
@media screen and (max-width: 840px) {
  .p-works_list__box__info .__cat {
    font-size: 12px;
    padding: 0 0.76em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_list__box__info .__cat {
    font-size: 10px;
    padding: 0 0.85em;
  }
}
.p-works_list__box__info .__name {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-left: 0.875em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-works_list__box__info .__name {
    font-size: 17px;
    padding-left: 1em;
  }
}
@media screen and (max-width: 840px) {
  .p-works_list__box__info .__name {
    font-size: 16px;
    padding-left: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_list__box__info .__name {
    font-size: 14px;
    letter-spacing: 0.025em;
    padding-left: 1.2em;
  }
}

/* works(single)
  ========================================================================== */
/* .p-works_single */
.p-works_single {
  padding-top: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-works_single {
    padding-top: 5.78em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single {
    padding-top: 5.3em;
  }
}

.p-works_single__wrapper {
  overflow: hidden;
}

/* .p-works_single__info */
.p-works_single__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  max-width: 100%;
}
.p-works_single__info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-works_single__info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 840px) {
  .p-works_single__info {
    height: 36px;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__info {
    height: 32px;
  }
}
.p-works_single__info .__cat {
  font-weight: 500;
  color: #fff;
  background: #222;
  height: 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;
  padding: 0 1em;
  min-width: 5em;
}
@media screen and (max-width: 840px) {
  .p-works_single__info .__cat {
    min-width: 4.35em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__info .__cat {
    min-width: 3.7em;
  }
}
.p-works_single__info .__name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 1.3em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .p-works_single__info .__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__info .__name {
    font-size: 16px;
  }
}

/* .p-works_single__gallery */
.p-works_single__gallery {
  border-bottom: 2px solid rgba(211, 217, 228, 0.4);
  position: relative;
  padding-bottom: 4.45em;
  margin-top: 2.5em;
}
@media screen and (max-width: 840px) {
  .p-works_single__gallery {
    margin-top: 2.25em;
    padding-bottom: 3.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__gallery {
    margin-top: 2em;
    padding-bottom: 2.9em;
  }
}
.p-works_single__gallery:after {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: #d3d9e4;
}
@media screen and (max-width: 940px) {
  .p-works_single__gallery:after {
    width: 53px;
  }
}
@media screen and (max-width: 840px) {
  .p-works_single__gallery:after {
    width: 50px;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__gallery:after {
    width: 48px;
  }
}

.p-works_single__gallery__slide .__slide_item {
  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;
  width: 100%;
  height: auto;
  aspect-ratio: 28/15;
}
.p-works_single__gallery__slide .__slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works_single__gallery__slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 10;
  width: 50px;
  height: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 840px) {
  .p-works_single__gallery__slide .slick-arrow {
    width: 30px;
    height: 50px;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__gallery__slide .slick-arrow {
    display: none;
  }
}
.p-works_single__gallery__slide .slick-arrow:before {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .p-works_single__gallery__slide .slick-arrow:before {
    width: 15px;
    height: 15px;
  }
}
.p-works_single__gallery__slide .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.p-works_single__gallery__slide .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 35%;
}
.p-works_single__gallery__slide .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-works_single__gallery__slide .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 35%;
}
.p-works_single__gallery__slide:hover .slick-arrow {
  opacity: 1;
  pointer-events: auto;
}
.p-works_single__gallery__slide:hover .slick-arrow.slick-prev, .p-works_single__gallery__slide:hover .slick-arrow.slick-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-works_single__gallery__slide:hover .slick-arrow:hover {
  opacity: 0.6;
}

.p-works_single__gallery__thum {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
@media screen and (max-width: 840px) {
  .p-works_single__gallery__thum {
    margin-top: 0.95em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__gallery__thum {
    margin-top: 0.4em;
  }
}
.p-works_single__gallery__thum .__thumbnail_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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-transition: 0.5s opacity linear;
  transition: 0.5s opacity linear;
}
@media screen and (min-width: 841px) {
  .p-works_single__gallery__thum .__thumbnail_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 13.6737142857%;
            flex: 0 1 13.6737142857%;
    height: 80px;
    margin-bottom: 8px;
  }
  .p-works_single__gallery__thum .__thumbnail_item:not(:nth-of-type(7n + 1)) {
    margin-left: 0.714%;
  }
}
@media screen and (max-width: 840px) {
  .p-works_single__gallery__thum .__thumbnail_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.6666666667%;
            flex: 0 1 15.6666666667%;
    height: 68px;
    margin-bottom: 6px;
  }
  .p-works_single__gallery__thum .__thumbnail_item:not(:nth-of-type(6n + 1)) {
    margin-left: 1.2%;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__gallery__thum .__thumbnail_item {
    height: 55px;
    margin-bottom: 4px;
  }
}
.p-works_single__gallery__thum .__thumbnail_item:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-works_single__gallery__thum .__thumbnail_item img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works_single__gallery__thum .__thumbnail_item.thumbnail-current {
  opacity: 0.6;
}

/* .p-works_single__content */
.p-works_single__content {
  padding-bottom: 0.35em;
}

.p-works_single__content__item {
  margin-top: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item {
    margin-top: 4.9em;
  }
}
.p-works_single__content__item:first-of-type {
  margin-top: 5em;
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item:first-of-type {
    margin-top: 4.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item:first-of-type {
    margin-top: 3.2em;
  }
}
@media screen and (min-width: 1041px) {
  .p-works_single__content__item.__left, .p-works_single__content__item.__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    -ms-grid-rows: 360px;
    grid-template-rows: 360px;
    grid-column-gap: 3.571%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1040px) {
  .p-works_single__content__item.__left, .p-works_single__content__item.__right {
    width: 740px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-works_single__content__item.__left .__img, .p-works_single__content__item.__right .__img {
  height: 100%;
}
.p-works_single__content__item.__left .__img img, .p-works_single__content__item.__right .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item.__left .__info, .p-works_single__content__item.__right .__info {
    margin-top: 1.1em;
  }
}
.p-works_single__content__item.__left .__info .__name, .p-works_single__content__item.__right .__info .__name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.425em;
}
@media screen and (max-width: 1040px) {
  .p-works_single__content__item.__left .__info .__name, .p-works_single__content__item.__right .__info .__name {
    font-size: 22px;
    margin-top: 1.38em;
  }
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item.__left .__info .__name, .p-works_single__content__item.__right .__info .__name {
    font-size: 20px;
    margin-top: 1.34em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item.__left .__info .__name, .p-works_single__content__item.__right .__info .__name {
    font-size: 16px;
    margin-top: 1.3em;
    letter-spacing: 0.025em;
    line-height: 1.44;
  }
}
.p-works_single__content__item.__left .__info .__name:after, .p-works_single__content__item.__right .__info .__name:after {
  margin-top: 0.65em;
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item.__left .__info .__name:after, .p-works_single__content__item.__right .__info .__name:after {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item.__left .__info .__name:after, .p-works_single__content__item.__right .__info .__name:after {
    margin-top: 0.75em;
  }
}
.p-works_single__content__item.__left .__info .__text, .p-works_single__content__item.__right .__info .__text {
  margin-top: 1.95em;
  padding-bottom: 0.4em;
}
.p-works_single__content__item.__left {
  -ms-grid-columns: 55.357% 1fr;
  grid-template-columns: 55.357% 1fr;
}
.p-works_single__content__item.__left .__img {
  -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-works_single__content__item.__left .__info {
  -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-works_single__content__item.__right {
  -ms-grid-columns: 1fr 55.357%;
  grid-template-columns: 1fr 55.357%;
}
.p-works_single__content__item.__right .__img {
  -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-works_single__content__item.__right .__info {
  -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-works_single__content__item.__left + .p-works_single__content__item.__center, .p-works_single__content__item.__right + .p-works_single__content__item.__center {
  margin-top: 10em;
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item.__left + .p-works_single__content__item.__center, .p-works_single__content__item.__right + .p-works_single__content__item.__center {
    margin-top: 7.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item.__left + .p-works_single__content__item.__center, .p-works_single__content__item.__right + .p-works_single__content__item.__center {
    margin-top: 4.9em;
  }
}
.p-works_single__content__item.__center {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.p-works_single__content__item.__center .__img {
  overflow: hidden;
  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 (min-width: 1041px) {
  .p-works_single__content__item.__center .__img {
    max-width: 55.357%;
    max-height: 460px;
  }
}
@media screen and (max-width: 1040px) {
  .p-works_single__content__item.__center .__img {
    max-height: 430px;
  }
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item.__center .__img {
    max-height: 400px;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item.__center .__img {
    max-height: 370px;
  }
}
.p-works_single__content__item.__center .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works_single__content__item.__center .__text {
  margin-top: 3em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 840px) {
  .p-works_single__content__item.__center .__text {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-works_single__content__item.__center .__text {
    margin-top: 2em;
  }
}
.p-works_single__content__item.__center .__text:first-child:last-child {
  margin-top: 0;
}
.p-works_single__content__item.__comp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2%;
}
.p-works_single__content__item.__comp .__figure {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
      grid-template-areas: "img" "caption";
}
.p-works_single__content__item.__comp .__figure:not(:has(.__figure__img)):not(:has(.__figure__caption)) {
  display: none;
}
.p-works_single__content__item.__comp .__figure .__figure__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 31/27;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: img;
}
.p-works_single__content__item.__comp .__figure .__figure__caption {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  margin-top: 1em;
  grid-area: caption;
}

/* concept
  ========================================================================== */
/* .p-concept_about */
.p-concept_about__wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 141px;
  opacity: 0.3;
  position: relative;
  top: -1.6em;
  right: -1.8em;
  background: url(./img/concept/icon-concept_about.svg) no-repeat center/contain;
}
@media screen and (max-width: 840px) {
  .p-concept_about__wrapper:after {
    height: 97px;
    top: -1.85em;
    right: -1.45em;
  }
}
@media screen and (max-width: 630px) {
  .p-concept_about__wrapper:after {
    height: 69px;
    top: -2.1em;
    right: -1.1em;
  }
}

.p-concept_about__sub {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.235;
}
@media screen and (max-width: 840px) {
  .p-concept_about__sub {
    font-size: 26px;
    letter-spacing: 0.075em;
    line-height: 1.34;
  }
}
@media screen and (max-width: 630px) {
  .p-concept_about__sub {
    line-height: 1.444;
    font-size: 18px;
    letter-spacing: 0.09em;
  }
}
.p-concept_about__sub:after {
  margin: 0.9em auto 0;
}
@media screen and (max-width: 840px) {
  .p-concept_about__sub:after {
    margin-top: 1em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_about__sub:after {
    margin-top: 1.15em;
  }
}

.p-concept_about__text {
  margin-top: 2.45em;
}
@media screen and (min-width: 701px) {
  .p-concept_about__text {
    text-align: center;
  }
}
.p-concept_about__text p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 700px) {
  .p-concept_about__text p br {
    display: none;
  }
  .p-concept_about__text p {
    letter-spacing: 0.025em;
  }
}

/* .p-concept_custom */
.p-concept_custom {
  background: rgba(34, 34, 34, 0.03);
  margin-top: 3.7em;
  padding-top: 5.45em;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-concept_custom {
    margin-top: 3.95em;
    padding-top: 5.15em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom {
    margin-top: 4.2em;
    padding-top: 4.85em;
    padding-bottom: 5.8em;
  }
}

.p-concept_custom__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.p-concept_custom__sub:after {
  margin: 1em auto 0;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__sub:after {
    margin-top: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__sub:after {
    margin-top: 1.2em;
  }
}

.p-concept_custom__about {
  margin-top: 2.45em;
}
@media screen and (min-width: 721px) {
  .p-concept_custom__about {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .p-concept_custom__about br {
    display: none;
  }
}

.p-concept_custom__tile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 2% 49%;
  grid-template-columns: repeat(2, 49%);
  -ms-grid-rows: auto 1.5em auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 2%;
  grid-row-gap: 1.5em;
  margin-top: 5em;
}

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

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

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

.p-concept_custom__tile > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile {
    margin-top: 4.5em;
    grid-row-gap: 1em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile {
    margin-top: 4em;
    grid-row-gap: 0.6em;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box {
  background: rgba(211, 217, 228, 0.4);
  border-radius: 16px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.15em;
  padding-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box {
    padding-top: 2em;
    padding-bottom: 2.1em;
    border-radius: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box {
    padding-top: 1.85em;
    padding-bottom: 2.7em;
    border-radius: 12px;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box:before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background: #fff;
  border: 8px solid #f8f8f8;
  position: absolute;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:before {
    width: 76px;
    height: 76px;
    border: 7px solid #f8f8f8;
  }
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:before {
    width: 64px;
    height: 64px;
    border: 5px solid #f8f8f8;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:before {
    width: 40px;
    height: 40px;
    border: 3px solid #f8f8f8;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__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-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(1):before {
  display: none;
}
.p-concept_custom__tile .p-concept_custom__tile__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;
}
.p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(2):before {
  top: 0;
  bottom: 0;
  left: 32px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: url(./img/concept/icon-x.svg);
  background-size: 18px;
}
@media screen and (max-width: 1040px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(2):before {
    background-size: 15px;
    left: 29px;
  }
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(2):before {
    background-size: 12px;
    left: 26px;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(2):before {
    background-size: 9px;
    left: 17px;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  background: rgba(181, 194, 217, 0.4);
  padding-top: 3.55em;
  padding-bottom: 4em;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) {
    padding-top: 3em;
    padding-bottom: 2.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) {
    padding-top: 2.4em;
    padding-bottom: 0.5em;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3):before {
  left: 0;
  right: 0;
  top: 32px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-image: url(./img/concept/icon-equal.svg);
  background-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3):before {
    background-size: 11px;
    top: 29px;
  }
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3):before {
    background-size: 9px;
    top: 26px;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3):before {
    background-size: 7px;
    top: 17px;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__title,
.p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__text,
.p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__note {
  width: 700px;
}
@media screen and (max-width: 1040px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__title,
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__text,
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__note {
    max-width: 80.5%;
  }
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__title,
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__text,
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__note {
    max-width: 71%;
  }
}
@media screen and (max-width: 640px) {
  .p-concept_custom__tile .p-concept_custom__tile__box:nth-of-type(3) .__text {
    width: auto;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box .__title,
.p-concept_custom__tile .p-concept_custom__tile__box .__text,
.p-concept_custom__tile .p-concept_custom__tile__box .__note {
  width: 360px;
  max-width: 90%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__title,
  .p-concept_custom__tile .p-concept_custom__tile__box .__text,
  .p-concept_custom__tile .p-concept_custom__tile__box .__note {
    max-width: 75%;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box .__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__title {
    font-size: 14px;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box .__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 34px;
  background: #222;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__title:after {
    width: 29px;
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__title:after {
    width: 24px;
    margin-top: 0.9em;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box .__text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.444;
  margin-top: 1.1em;
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__text {
    font-size: 14px;
    margin-top: 1.35em;
  }
}
@media screen and (max-width: 640px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__text {
    text-align: left;
    width: auto;
  }
  .p-concept_custom__tile .p-concept_custom__tile__box .__text br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__text {
    font-size: 10px;
    margin-top: 1.6em;
    letter-spacing: 0.025em;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box .__note {
  margin-top: 1.5em;
  height: 6.5em;
  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: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__note {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.45em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__note {
    margin-top: 1.4em;
  }
}
.p-concept_custom__tile .p-concept_custom__tile__box .__note .__note_inner {
  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;
  background: #fff;
  border-radius: 18px;
  padding: 1em 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__note .__note_inner {
    text-align: left;
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .p-concept_custom__tile .p-concept_custom__tile__box .__note .__note_inner br {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__note .__note_inner {
    font-size: 13px;
    border-radius: 15px;
    padding: 0.95em 0.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_custom__tile .p-concept_custom__tile__box .__note .__note_inner {
    font-size: 10px;
    line-height: 1.4;
    border-radius: 12px;
    padding: 0.9em 0.8em;
  }
}

/* .p-concept_detail */
.p-concept_detail {
  margin-top: 6.25em;
}
@media screen and (max-width: 840px) {
  .p-concept_detail {
    margin-top: 6.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_detail {
    margin-top: 5.95em;
  }
}

.p-concept_detail__list__box {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-concept_detail__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    min-height: 330px;
  }
  .p-concept_detail__list__box + .p-concept_detail__list__box {
    margin-top: 6.25em;
  }
  .p-concept_detail__list__box:nth-of-type(odd) {
    -ms-grid-columns: 53.57% 4.29% 1fr;
    grid-template-columns: 53.57% 4.29% 1fr;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1135px) {
  .p-concept_detail__list__box:nth-of-type(odd) {
    -ms-grid-columns: 1fr 4.29% 430px;
    grid-template-columns: 1fr 4.29% 430px;
  }
}
@media screen and (min-width: 1041px) {
  .p-concept_detail__list__box:nth-of-type(odd) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }
  .p-concept_detail__list__box:nth-of-type(odd) .__sub {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .p-concept_detail__list__box:nth-of-type(odd) .__text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
  .p-concept_detail__list__box:nth-of-type(odd) .__link {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
  .p-concept_detail__list__box:nth-of-type(even) {
    -ms-grid-columns: 1fr 4.29% 53.57%;
    grid-template-columns: 1fr 4.29% 53.57%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1135px) {
  .p-concept_detail__list__box:nth-of-type(even) {
    -ms-grid-columns: 430px 4.29% 1fr;
    grid-template-columns: 430px 4.29% 1fr;
  }
}
@media screen and (min-width: 1041px) {
  .p-concept_detail__list__box:nth-of-type(even) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/4/4;
  }
  .p-concept_detail__list__box:nth-of-type(even) .__sub {
    -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-concept_detail__list__box:nth-of-type(even) .__text {
    -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-concept_detail__list__box:nth-of-type(even) .__link {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 1040px) {
  .p-concept_detail__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-concept_detail__list__box + .p-concept_detail__list__box {
    margin-top: 5.3em;
  }
}
.p-concept_detail__list__box .__img {
  height: 330px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-concept_detail__list__box .__img {
    height: auto;
  }
}
.p-concept_detail__list__box .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-concept_detail__list__box .__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: -0.2em;
}
@media screen and (max-width: 1040px) {
  .p-concept_detail__list__box .__sub {
    font-size: 22px;
    margin-top: 1.38em;
  }
}
@media screen and (max-width: 840px) {
  .p-concept_detail__list__box .__sub {
    font-size: 20px;
    margin-top: 1.34em;
  }
}
@media screen and (max-width: 540px) {
  .p-concept_detail__list__box .__sub {
    font-size: 16px;
    margin-top: 1.3em;
    letter-spacing: 0.025em;
  }
}
.p-concept_detail__list__box .__text {
  margin-top: 1.05em;
}
.p-concept_detail__list__box .__link {
  font-style: normal;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-top: 3.5em;
}
@media screen and (max-width: 1040px) {
  .p-concept_detail__list__box .__link {
    margin-left: auto;
    margin-top: 3.3em;
  }
}

/* feature
  ========================================================================== */
/* common */
.p-feature_common__text {
  text-align: center;
  margin-top: 2.4em;
}
@media screen and (max-width: 740px) {
  .p-feature_common__text {
    text-align: left;
    margin-top: 2.5em;
  }
  .p-feature_common__text br.__pc-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-feature_common__text {
    margin-top: 2.6em;
  }
}

.p-feature_common__list {
  margin-top: 5em;
}
@media screen and (max-width: 840px) {
  .p-feature_common__list {
    margin-top: 5.35em;
  }
}

.p-feature_common__list__box {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-feature_common__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    min-height: 360px;
  }
  .p-feature_common__list__box + .p-feature_common__list__box {
    margin-top: 6.25em;
  }
  .p-feature_design .p-feature_common__list__box:nth-of-type(odd), .p-feature_construction .p-feature_common__list__box:nth-of-type(even), .p-feature_quality .p-feature_common__list__box:nth-of-type(odd) {
    -ms-grid-columns: 1fr 4.29% 51.79%;
    grid-template-columns: 1fr 4.29% 51.79%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-feature_design .p-feature_common__list__box:nth-of-type(odd), .p-feature_construction .p-feature_common__list__box:nth-of-type(even), .p-feature_quality .p-feature_common__list__box:nth-of-type(odd) {
    -ms-grid-columns: 475px 4.29% 1fr;
    grid-template-columns: 475px 4.29% 1fr;
  }
}
@media screen and (min-width: 1041px) {
  .p-feature_design .p-feature_common__list__box:nth-of-type(odd) .__img, .p-feature_construction .p-feature_common__list__box:nth-of-type(even) .__img, .p-feature_quality .p-feature_common__list__box:nth-of-type(odd) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/4/4;
  }
  .p-feature_design .p-feature_common__list__box:nth-of-type(odd) .__point, .p-feature_construction .p-feature_common__list__box:nth-of-type(even) .__point, .p-feature_quality .p-feature_common__list__box:nth-of-type(odd) .__point {
    -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-feature_design .p-feature_common__list__box:nth-of-type(odd) .__sub, .p-feature_construction .p-feature_common__list__box:nth-of-type(even) .__sub, .p-feature_quality .p-feature_common__list__box:nth-of-type(odd) .__sub {
    -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-feature_design .p-feature_common__list__box:nth-of-type(odd) .__text, .p-feature_construction .p-feature_common__list__box:nth-of-type(even) .__text, .p-feature_quality .p-feature_common__list__box:nth-of-type(odd) .__text {
    -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-feature_design .p-feature_common__list__box:nth-of-type(even), .p-feature_construction .p-feature_common__list__box:nth-of-type(odd), .p-feature_quality .p-feature_common__list__box:nth-of-type(even) {
    -ms-grid-columns: 51.79% 4.29% 1fr;
    grid-template-columns: 51.79% 4.29% 1fr;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-feature_design .p-feature_common__list__box:nth-of-type(even), .p-feature_construction .p-feature_common__list__box:nth-of-type(odd), .p-feature_quality .p-feature_common__list__box:nth-of-type(even) {
    -ms-grid-columns: 1fr 4.29% 475px;
    grid-template-columns: 1fr 4.29% 475px;
  }
}
@media screen and (min-width: 1041px) {
  .p-feature_design .p-feature_common__list__box:nth-of-type(even) .__img, .p-feature_construction .p-feature_common__list__box:nth-of-type(odd) .__img, .p-feature_quality .p-feature_common__list__box:nth-of-type(even) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }
  .p-feature_design .p-feature_common__list__box:nth-of-type(even) .__point, .p-feature_construction .p-feature_common__list__box:nth-of-type(odd) .__point, .p-feature_quality .p-feature_common__list__box:nth-of-type(even) .__point {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .p-feature_design .p-feature_common__list__box:nth-of-type(even) .__sub, .p-feature_construction .p-feature_common__list__box:nth-of-type(odd) .__sub, .p-feature_quality .p-feature_common__list__box:nth-of-type(even) .__sub {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
  .p-feature_design .p-feature_common__list__box:nth-of-type(even) .__text, .p-feature_construction .p-feature_common__list__box:nth-of-type(odd) .__text, .p-feature_quality .p-feature_common__list__box:nth-of-type(even) .__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
}
@media screen and (max-width: 1040px) {
  .p-feature_common__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-feature_common__list__box + .p-feature_common__list__box {
    margin-top: 5.3em;
  }
}
.p-feature_common__list__box .__img {
  width: 100%;
}
.p-feature_common__list__box .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-feature_quality .p-feature_common__list__box .__img {
  border: 1px solid #b5c2d9;
}
@media screen and (max-width: 1040px) {
  .p-feature_quality .p-feature_common__list__box .__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-feature_common__list__box .__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.275em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-feature_common__list__box .__point {
    margin-top: 0.7em;
  }
}
.p-feature_common__list__box .__point .__point_name {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d3d9e4;
}
@media screen and (max-width: 1040px) {
  .p-feature_common__list__box .__point .__point_name {
    font-size: 13.5px;
    padding-bottom: 0.45em;
    margin-right: 0.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-feature_common__list__box .__point .__point_name {
    font-size: 13px;
    padding-bottom: 0.4em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-feature_common__list__box .__point .__point_name {
    font-size: 12px;
    padding-bottom: 0.35em;
    margin-right: 0.6em;
  }
}
.p-feature_common__list__box .__point .__point_no {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-bottom: -0.08em;
  margin-left: 0.125em;
}
@media screen and (max-width: 1040px) {
  .p-feature_common__list__box .__point .__point_no {
    font-size: 45px;
    margin-left: 0.08em;
  }
}
@media screen and (max-width: 840px) {
  .p-feature_common__list__box .__point .__point_no {
    font-size: 42px;
    margin-left: 0.04em;
  }
}
@media screen and (max-width: 540px) {
  .p-feature_common__list__box .__point .__point_no {
    font-size: 36px;
    margin-left: 0;
  }
}
.p-feature_common__list__box .__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.425em;
}
@media screen and (max-width: 1040px) {
  .p-feature_common__list__box .__sub {
    font-size: 22px;
    margin-top: 1.38em;
  }
}
@media screen and (max-width: 840px) {
  .p-feature_common__list__box .__sub {
    font-size: 20px;
    margin-top: 1.34em;
  }
}
@media screen and (max-width: 540px) {
  .p-feature_common__list__box .__sub {
    font-size: 16px;
    margin-top: 1.3em;
    letter-spacing: 0.025em;
  }
}
.p-feature_common__list__box .__text {
  margin-top: 1.05em;
}

/* .p-feature_design */
.p-feature_design {
  padding-top: 0.25em;
}

/* .p-feature_construction */
.p-feature_construction {
  background: rgba(34, 34, 34, 0.03);
  padding: 5.9em 0 6.25em;
  margin-top: 5.65em;
}
@media screen and (max-width: 1040px) {
  .p-feature_construction {
    padding: 5.7em 0 6.1em;
    margin-top: 5.4em;
  }
}
@media screen and (max-width: 840px) {
  .p-feature_construction {
    padding: 5.5em 0 5.95em;
    margin-top: 5.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-feature_construction {
    padding: 5.3em 0 5.8em;
    margin-top: 5em;
  }
}

/* .p-feature_quality */
.p-feature_quality {
  margin-top: 6.5em;
}
@media screen and (max-width: 1040px) {
  .p-feature_quality {
    margin-top: 6.36em;
  }
}
@media screen and (max-width: 840px) {
  .p-feature_quality {
    margin-top: 6.23em;
  }
}
@media screen and (max-width: 540px) {
  .p-feature_quality {
    margin-top: 6.1em;
  }
}

/* spec
  ========================================================================== */
/* common */
.p-spec_common__title {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.1em;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-spec_common__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_common__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_common__title {
    font-size: 22px;
  }
}
.p-spec_common__title:after {
  margin-top: 0.625em;
}
@media screen and (max-width: 1040px) {
  .p-spec_common__title:after {
    margin-top: 0.68em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_common__title:after {
    margin-top: 0.74em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_common__title:after {
    margin-top: 0.8em;
  }
}

.p-spec_common__about {
  text-align: center;
  margin-top: 2.55em;
}
@media screen and (max-width: 940px) {
  .p-spec_common__about {
    text-align: left;
  }
  .p-spec_common__about br {
    display: none;
  }
}

.p-spec_common__list__box {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-spec_common__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.57% 53.57%;
    grid-template-columns: 1fr 53.57%;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    grid-column-gap: 3.57%;
  }
  .p-spec_common__list__box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-spec_common__list__box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-spec_common__list__box > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-spec_common__list__box > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-spec_common__list__box > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-spec_common__list__box > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .__inversion .p-spec_common__list__box {
    -ms-grid-columns: 53.57% 4.25% 1fr;
    grid-template-columns: 53.57% 1fr;
    grid-column-gap: 4.25%;
  }
  .p-spec_common__list__box + .p-spec_common__list__box {
    margin-top: 6.25em;
  }
}
@media screen and (max-width: 1040px) {
  .p-spec_common__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-spec_common__list__box + .p-spec_common__list__box {
    margin-top: 5.3em;
  }
}
.p-spec_common__list__box .__img {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/4/3;
}
@media screen and (min-width: 1041px) {
  .p-spec_common__list__box .__img {
    height: 330px;
  }
}
.__inversion .p-spec_common__list__box .__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/4/2;
}
.p-spec_common__list__box .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spec_common__list__box .__title {
  font-weight: 400;
  font-size: 24px;
  height: 42px;
  padding-left: 0.65em;
  letter-spacing: 0.1em;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  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;
  border-left: 8px solid rgba(181, 194, 217, 0.4);
}
.__inversion .p-spec_common__list__box .__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;
}
@media screen and (max-width: 1040px) {
  .p-spec_common__list__box .__title {
    font-size: 22px;
    height: 39px;
    padding-left: 0.73em;
    margin-top: 0.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_common__list__box .__title {
    font-size: 20px;
    height: 36px;
    border-left: 8px solid rgba(181, 194, 217, 0.4);
    padding-left: 0.81em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_common__list__box .__title {
    font-size: 18px;
    height: 34px;
    border-left: 4px solid rgba(181, 194, 217, 0.4);
    padding-left: 0.9em;
  }
}
.p-spec_common__list__box .__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  -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: 1.1em;
}
.__inversion .p-spec_common__list__box .__sub {
  -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: 1040px) {
  .p-spec_common__list__box .__sub {
    font-size: 21px;
    margin-top: 1em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_common__list__box .__sub {
    font-size: 18px;
    margin-top: 0.87em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_common__list__box .__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-top: 0.75em;
  }
}
.p-spec_common__list__box .__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  margin-top: 1.05em;
}
.__inversion .p-spec_common__list__box .__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}

/* .p-spec_anchor */
.p-spec_anchor__wrapper {
  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: 680px) {
  .p-spec_anchor__wrapper {
    max-width: 77.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-spec_anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-spec_anchor__link {
    margin: -12px -24px;
  }
}
@media screen and (max-width: 1040px) {
  .p-spec_anchor__link {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .p-spec_anchor__link {
    display: block;
  }
}

.p-spec_anchor__link__box {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-spec_anchor__link__box {
    margin: 12px 24px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 681px) {
  .p-spec_anchor__link__box {
    width: 32%;
  }
  .p-spec_anchor__link__box:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
  .p-spec_anchor__link__box:nth-of-type(n + 4) {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 680px) {
  .p-spec_anchor__link__box:not(:first-of-type) {
    margin-top: 0.65em;
  }
}
.p-spec_anchor__link__box .__link {
  padding: 0 calc(2em + 17px) 0 2em;
  border: 1px solid #222;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1041px) {
  .p-spec_anchor__link__box .__link {
    height: 50px;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1040px) {
  .p-spec_anchor__link__box .__link {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    line-height: 1;
    padding-right: 2em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_anchor__link__box .__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .p-spec_anchor__link__box .__link {
    font-size: 14px;
  }
}
.p-spec_anchor__link__box .__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
@media screen and (max-width: 1040px) {
  .p-spec_anchor__link__box .__link:after {
    right: 1.2em;
  }
}
.p-spec_anchor__link__box .__link:hover {
  opacity: 1;
  background: #222;
  color: #fff;
}
.p-spec_anchor__link__box .__link:hover:after {
  border-color: #fff;
}

/* p-spec_earthquake */
.p-spec_earthquake {
  margin-top: 5.8em;
}
@media screen and (max-width: 1040px) {
  .p-spec_earthquake {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_earthquake {
    margin-top: 5.3em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_earthquake {
    margin-top: 5em;
  }
}

.p-spec_earthquake__list {
  margin-top: 5em;
}
@media screen and (max-width: 1040px) {
  .p-spec_earthquake__list {
    margin-top: 4.24em;
  }
  .p-spec_earthquake__list .p-spec_common__list__box .__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_earthquake__list {
    margin-top: 3.47em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_earthquake__list {
    margin-top: 2.7em;
  }
}

/* .p-spec_heat */
.p-spec_heat {
  margin-top: 9.5em;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat {
    margin-top: 8.95em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat {
    margin-top: 8.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat {
    margin-top: 7.8em;
  }
}

.p-spec_heat__list {
  margin-top: 6.15em;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__list {
    margin-top: 5.85em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat__list {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__list {
    margin-top: 5.3em;
  }
}

.p-spec_heat__ua {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.79% 68.18%;
  grid-template-columns: 1fr 68.18%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 3.79%;
  background: rgba(34, 34, 34, 0.03);
  padding: 3em 2.8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
}

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

.p-spec_heat__ua > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__ua {
    -ms-grid-columns: 230px 1fr;
    grid-template-columns: 230px 1fr;
    margin-top: 2.9em;
    padding: 2.9em 2.8%;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat__ua {
    display: block;
    padding: 2.8em 5.6%;
    margin-top: 2.83em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__ua {
    margin-top: 2.75em;
    padding: 2.7em 5.6%;
  }
}

.p-spec_heat__ua__point {
  background: #fff;
  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;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 841px) {
  .p-spec_heat__ua__point {
    padding: 2.15em 0 3em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat__ua__point {
    height: 168px;
  }
}
.p-spec_heat__ua__point .__detail {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__ua__point .__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__ua__point .__detail {
    font-size: 12px;
  }
}
.p-spec_heat__ua__point .__name {
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-top: 0.46em;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__ua__point .__name {
    font-size: 42px;
    margin-top: 0.44em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat__ua__point .__name {
    font-size: 37px;
    margin-top: 0.42em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__ua__point .__name {
    font-size: 32px;
    margin-top: 0.4em;
  }
}
.p-spec_heat__ua__point .__num {
  font-size: 64px;
  letter-spacing: 0.05em;
  margin-top: 0.19em;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__ua__point .__num {
    font-size: 59px;
    margin-top: 0.184em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat__ua__point .__num {
    font-size: 53px;
    margin-top: 0.177em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__ua__point .__num {
    font-size: 48px;
    margin-top: 0.17em;
  }
}

.p-spec_heat__ua__info table.__table {
  border: 1px solid #222;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .p-spec_heat__ua__info table.__table {
    margin-top: 1.9em;
  }
}
.p-spec_heat__ua__info table.__table tbody tr th,
.p-spec_heat__ua__info table.__table tbody tr td {
  text-align: center;
  height: 56px;
  vertical-align: middle;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__ua__info table.__table tbody tr th,
  .p-spec_heat__ua__info table.__table tbody tr td {
    font-size: 14px;
    height: 48px;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_heat__ua__info table.__table tbody tr th,
  .p-spec_heat__ua__info table.__table tbody tr td {
    font-size: 12px;
    height: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__ua__info table.__table tbody tr th,
  .p-spec_heat__ua__info table.__table tbody tr td {
    font-size: 10px;
    height: 32px;
  }
}
.p-spec_heat__ua__info table.__table tbody tr th {
  width: 20%;
  background: #222;
  color: #fff;
  font-weight: 500;
}
.p-spec_heat__ua__info table.__table tbody tr:not(:first-of-type) th {
  border-top: 1px solid #fff;
}
.p-spec_heat__ua__info table.__table tbody tr td {
  width: 10%;
  background: #fff;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.p-spec_heat__ua__info .__caution {
  font-size: 14px;
  margin-top: 0.55em;
  display: block;
}
@media screen and (max-width: 1040px) {
  .p-spec_heat__ua__info .__caution {
    font-size: 12px;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_heat__ua__info .__caution {
    font-size: 10px;
    margin-top: 0.45em;
    letter-spacing: 0.025em;
  }
}

/* .p-spec_durability */
.p-spec_durability {
  margin-top: 9.55em;
}
@media screen and (max-width: 1040px) {
  .p-spec_durability {
    margin-top: 9em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_durability {
    margin-top: 8.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_durability {
    margin-top: 8em;
  }
}

.p-spec_durability__list {
  margin-top: 3em;
}
@media screen and (max-width: 1040px) {
  .p-spec_durability__list {
    margin-top: 2.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-spec_durability__list {
    margin-top: 2.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-spec_durability__list {
    margin-top: 2.7em;
  }
}

/* lineup
  ========================================================================== */
/* .p-lineup_about */
@media screen and (max-width: 1040px) {
  .p-lineup_about__wrapper {
    width: 700px;
  }
}

.p-lineup_about__sub {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.235;
}
@media screen and (max-width: 840px) {
  .p-lineup_about__sub {
    font-size: 26px;
    letter-spacing: 0.075em;
    line-height: 1.34;
  }
}
@media screen and (max-width: 630px) {
  .p-lineup_about__sub {
    line-height: 1.444;
    font-size: 18px;
    letter-spacing: 0.09em;
  }
}
.p-lineup_about__sub:after {
  margin: 0.75em auto 0;
}
@media screen and (max-width: 840px) {
  .p-lineup_about__sub:after {
    margin-top: 0.875em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_about__sub:after {
    margin-top: 1em;
  }
}

.p-lineup_about__text {
  margin-top: 2.45em;
}
@media screen and (min-width: 1041px) {
  .p-lineup_about__text {
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_about__text {
    margin-top: 2.55em;
  }
  .p-lineup_about__img + .p-lineup_about__text {
    margin-top: 2.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_about__text {
    margin-top: 2.65em;
  }
  .p-lineup_about__img + .p-lineup_about__text {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1041px) {
  .p-lineup_about__text p + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 1040px) {
  .p-lineup_about__text p br:not(.__important) {
    display: none;
  }
  .p-lineup_about__text p {
    letter-spacing: 0.025em;
  }
}

.p-lineup_about__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.25% 3.5% 48.25%;
  grid-template-columns: repeat(2, 48.25%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 3.5%;
  margin-top: 3.15em;
}

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

.p-lineup_about__img > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1040px) {
  .p-lineup_about__img {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.75em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_about__img {
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_about__img {
    margin-top: 2em;
  }
}
.p-lineup_about__img .p-lineup_about__img__box {
  height: 320px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-lineup_about__img .p-lineup_about__img__box {
    height: auto;
  }
}
@media screen and (max-width: 1040px) {
  .p-lineup_about__img .p-lineup_about__img__box + .p-lineup_about__img__box {
    margin-top: 1.3em;
  }
}
.p-lineup_about__img .p-lineup_about__img__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-lineup_brackets */
.p-lineup_brackets {
  margin-top: 10em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_brackets {
    margin-top: 8.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_brackets {
    margin-top: 6.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_brackets {
    margin-top: 5.4em;
  }
}
.p-lineup_brackets .p-section__brackets__title__border {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-lineup_brackets .p-section__brackets__title__border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_brackets .p-section__brackets__title__border {
    min-height: 64px;
    line-height: 1.444;
  }
}

/* .p-lineup_point */
.p-lineup_point {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point {
    margin-top: 5.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_point {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_point {
    margin-top: 5.3em;
  }
}

.p-lineup_point__list__box {
  max-width: 100%;
}
.p-lineup_point__list__box + .p-lineup_point__list__box {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__list__box + .p-lineup_point__list__box {
    margin-top: 5.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_point__list__box + .p-lineup_point__list__box {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_point__list__box + .p-lineup_point__list__box {
    margin-top: 5.3em;
  }
}
@media screen and (min-width: 1041px) {
  .p-lineup_point__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
  }
  .p-lineup_point__list__box + .p-feature_common__list__box {
    margin-top: 6.25em;
  }
  .p-lineup_point__list__box:nth-of-type(odd) {
    -ms-grid-columns: 1fr 7.14% 50%;
    grid-template-columns: 1fr 7.14% 50%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-lineup_point__list__box:nth-of-type(odd) {
    -ms-grid-columns: 475px 7.14% 1fr;
    grid-template-columns: 475px 7.14% 1fr;
  }
}
@media screen and (min-width: 1041px) {
  .p-lineup_point__list__box:nth-of-type(odd) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/4/4;
  }
  .p-lineup_point__list__box:nth-of-type(odd) .__num {
    -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-lineup_point__list__box:nth-of-type(odd) .__name {
    -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-lineup_point__list__box:nth-of-type(odd) .__text {
    -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-lineup_point__list__box:nth-of-type(even) {
    -ms-grid-columns: 50% 7.14% 1fr;
    grid-template-columns: 50% 7.14% 1fr;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-lineup_point__list__box:nth-of-type(even) {
    -ms-grid-columns: 1fr 7.14% 475px;
    grid-template-columns: 1fr 7.14% 475px;
  }
}
@media screen and (min-width: 1041px) {
  .p-lineup_point__list__box:nth-of-type(even) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }
  .p-lineup_point__list__box:nth-of-type(even) .__sub {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .p-lineup_point__list__box:nth-of-type(even) .__name {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
  .p-lineup_point__list__box:nth-of-type(even) .__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-lineup_point__list__box + .p-feature_common__list__box {
    margin-top: 5.3em;
  }
}
.p-lineup_point__list__box .__img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__list__box .__img {
    height: auto;
  }
}
.p-lineup_point__list__box .__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.275em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__list__box .__sub {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_point__list__box .__sub {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_point__list__box .__sub {
    margin-top: 0.5em;
  }
}
.p-lineup_point__list__box .__sub .__sub_point {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d3d9e4;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__list__box .__sub .__sub_point {
    font-size: 13.5px;
    padding-bottom: 0.45em;
    margin-right: 0.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_point__list__box .__sub .__sub_point {
    font-size: 13px;
    padding-bottom: 0.4em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_point__list__box .__sub .__sub_point {
    font-size: 12px;
    padding-bottom: 0.35em;
    margin-right: 0.6em;
  }
}
.p-lineup_point__list__box .__sub .__sub_no {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-bottom: -0.08em;
  margin-left: 0.125em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__list__box .__sub .__sub_no {
    font-size: 45px;
    margin-left: 0.08em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_point__list__box .__sub .__sub_no {
    font-size: 42px;
    margin-left: 0.04em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_point__list__box .__sub .__sub_no {
    font-size: 36px;
    margin-left: 0;
  }
}
.p-lineup_point__list__box .__name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.425em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_point__list__box .__name {
    font-size: 22px;
    margin-top: 1.38em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_point__list__box .__name {
    font-size: 20px;
    margin-top: 1.34em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_point__list__box .__name {
    font-size: 16px;
    margin-top: 1.3em;
    letter-spacing: 0.025em;
    line-height: 1.44;
  }
}
.p-lineup_point__list__box .__text {
  margin-top: 1.05em;
}

/* .p-lineup_equipment */
.p-lineup_equipment {
  margin-top: 10.2em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_equipment {
    margin-top: 9.65em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_equipment {
    margin-top: 9.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_equipment {
    margin-top: 8.55em;
  }
}

.p-lineup_equipment__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;
  margin-top: 2.45em;
}

.p-lineup_equipment__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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 1041px) {
  .p-lineup_equipment__list__box {
    width: 30.95%;
  }
  .p-lineup_equipment__list__box:not(:nth-of-type(3n + 1)) {
    margin-left: 3.575%;
  }
  .p-lineup_equipment__list__box:nth-of-type(n + 4) {
    margin-top: 8.8%;
  }
}
@media screen and (max-width: 1040px) and (min-width: 541px) {
  .p-lineup_equipment__list__box {
    width: 48%;
  }
  .p-lineup_equipment__list__box:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-lineup_equipment__list__box:nth-of-type(n + 3) {
    margin-top: 6%;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_equipment__list__box {
    width: 100%;
  }
  .p-lineup_equipment__list__box + .p-lineup_equipment__list__box {
    margin-top: 3.45em;
  }
}
@media screen and (max-width: 540px) and (max-width: 840px) {
  .p-lineup_equipment__list__box + .p-lineup_equipment__list__box {
    margin-top: 3.35em;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .p-lineup_equipment__list__box + .p-lineup_equipment__list__box {
    margin-top: 3.25em;
  }
}
.p-lineup_equipment__list__box .__img {
  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;
}
.p-lineup_equipment__list__box .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup_equipment__list__box .__img figcaption {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 0.775em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_equipment__list__box .__img figcaption {
    font-size: 21px;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_equipment__list__box .__img figcaption {
    font-size: 19px;
    margin-top: 0.825em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_equipment__list__box .__img figcaption {
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-top: 0.85em;
  }
}
.p-lineup_equipment__list__box .__name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  margin-top: 0.55em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_equipment__list__box .__name {
    font-size: 16px;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_equipment__list__box .__name {
    font-size: 14px;
    margin-top: 0.45em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_equipment__list__box .__name {
    font-size: 12px;
    margin-top: 0.4em;
    letter-spacing: 0.025em;
  }
}
.p-lineup_equipment__list__box .__note {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 0.55em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_equipment__list__box .__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_equipment__list__box .__note {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_equipment__list__box .__note {
    font-size: 10px;
    letter-spacing: 0.025em;
    margin-top: 0.5em;
  }
}

/* .p-lineup_price */
.p-lineup_price {
  background: rgba(34, 34, 34, 0.03);
  padding-top: 5.9em;
  padding-bottom: 7.5em;
  margin-top: 5.5em;
}
@media screen and (max-width: 840px) {
  .p-lineup_price {
    padding-top: 5.6em;
    padding-bottom: 7.9em;
    margin-top: 5.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price {
    padding-top: 5.3em;
    padding-bottom: 8.35em;
    margin-top: 5em;
  }
}

.p-lineup_price__wrapper {
  background: #fff;
  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;
  margin-top: 2.45em;
  padding: 2.1em 0 2em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_price__wrapper {
    padding: 2.04em 0 1.86em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_price__wrapper {
    padding: 1.97em 0 1.73em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price__wrapper {
    padding: 1.9em 0 1.6em;
  }
}

.p-lineup_price__inner {
  position: relative;
}
.p-lineup_price__inner .__num,
.p-lineup_price__inner .__unit,
.p-lineup_price__inner .__tax {
  position: relative;
  z-index: 2;
}
.p-lineup_price__inner .__num {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.1em;
  margin-right: -0.05em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_price__inner .__num {
    font-size: 39px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_price__inner .__num {
    font-size: 33px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price__inner .__num {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}
.p-lineup_price__inner .__unit {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-right: -0.35em;
  top: -0.05em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_price__inner .__unit {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_price__inner .__unit {
    font-size: 18px;
    margin-right: -0.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price__inner .__unit {
    font-size: 14px;
    margin-right: -0.45em;
  }
}
.p-lineup_price__inner .__tax {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  top: -0.15em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_price__inner .__tax {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_price__inner .__tax {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price__inner .__tax {
    font-size: 10px;
  }
}
.p-lineup_price__inner:after {
  content: "";
  display: block;
  width: 105%;
  height: 16px;
  position: absolute;
  background: #d3d9e4;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  .p-lineup_price__inner:after {
    height: 14px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_price__inner:after {
    height: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price__inner:after {
    height: 8px;
  }
}

.p-lineup_price__caution {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 0.55em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_price__caution {
    font-size: 20px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_price__caution {
    font-size: 17px;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_price__caution {
    font-size: 14px;
  }
}

/* .p-lineup_works */
.p-lineup_works {
  margin-top: 6.55em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_works {
    margin-top: 6.4em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_works {
    margin-top: 6.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_works {
    margin-top: 6.1em;
  }
}

.p-lineup_works__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;
  margin-top: 2.45em;
}
@media screen and (max-width: 840px) {
  .p-lineup_works__list {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_works__list {
    margin-top: 2.55em;
  }
}

@media screen and (min-width: 1041px) {
  .p-lineup_works__list__box {
    width: 30.95%;
  }
  .p-lineup_works__list__box:not(:nth-of-type(3n + 1)) {
    margin-left: 3.575%;
  }
  .p-lineup_works__list__box:nth-of-type(n + 4) {
    margin-top: 4.9em;
  }
}
@media screen and (max-width: 1040px) and (min-width: 541px) {
  .p-lineup_works__list__box {
    width: 48%;
  }
  .p-lineup_works__list__box:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-lineup_works__list__box:nth-of-type(n + 3) {
    margin-top: 6%;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_works__list__box {
    width: 100%;
  }
  .p-lineup_works__list__box + .p-lineup_works__list__box {
    margin-top: 3.45em;
  }
}
@media screen and (max-width: 540px) and (max-width: 840px) {
  .p-lineup_works__list__box + .p-lineup_works__list__box {
    margin-top: 3.35em;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .p-lineup_works__list__box + .p-lineup_works__list__box {
    margin-top: 3.25em;
  }
}
.p-lineup_works__list__box .__link {
  display: block;
}
.p-lineup_works__list__box .__link .__img {
  width: 100%;
  height: auto;
  aspect-ratio: 347/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup_works__list__box .__link .__name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.9em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_works__list__box .__link .__name {
    font-size: 17px;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_works__list__box .__link .__name {
    font-size: 16px;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_works__list__box .__link .__name {
    font-size: 14px;
    margin-top: 0.7em;
  }
}

.p-lineup_works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.2em;
}
@media screen and (max-width: 1040px) {
  .p-lineup_works__link {
    margin-top: 5.2em;
  }
}
@media screen and (max-width: 840px) {
  .p-lineup_works__link {
    margin-top: 4.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-lineup_works__link {
    margin-top: 3.2em;
  }
}

/* flow
   ========================================================================== */
/* .p-flow_content */
@media screen and (min-width: 941px) {
  .p-flow_content__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 7.14% 1fr;
    grid-template-columns: 400px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 7.14%;
  }
  .p-flow_content__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow_content__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 941px) and (max-width: 1200px) {
  .p-flow_content__wrapper {
    -ms-grid-columns: 37.05% 7.41% 1fr;
    grid-template-columns: 37.05% 1fr;
    grid-column-gap: 7.41%;
  }
}

.p-flow_content__img {
  position: relative;
}
.p-flow_content__img .__inner {
  display: block;
  position: sticky;
  left: 0;
  top: 130px;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__img .__inner {
    top: 94px;
  }
}
@media screen and (max-width: 940px) {
  .p-flow_content__img .__inner {
    display: none;
  }
}
.p-flow_content__img .__inner img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-flow_content__img .__inner img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step04 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step04 img:nth-of-type(2) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step05 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step05 img:nth-of-type(2) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step06 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step06 img:nth-of-type(2) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step07 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step07 img:nth-of-type(3) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step08 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step08 img:nth-of-type(3) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step09 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step09 img:nth-of-type(3) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step10 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step10 img:nth-of-type(4) {
  opacity: 1;
}
.p-flow_content__img .__inner#pos-step11 img:nth-of-type(1) {
  opacity: 0;
}
.p-flow_content__img .__inner#pos-step11 img:nth-of-type(4) {
  opacity: 1;
}

@media screen and (min-width: 941px) {
  .p-flow_content__list .p-flow_content__list__box[id*=step]:not(#step01) {
    padding-top: 3em;
  }
}
@media screen and (max-width: 940px) {
  .p-flow_content__list .p-flow_content__list__box + .p-flow_content__list__box {
    margin-top: 3.7em;
  }
}
@media screen and (min-width: 941px) {
  .p-flow_content__list .p-flow_content__list__box.__img {
    display: none;
  }
}
.p-flow_content__list .p-flow_content__list__box.__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box.__img img {
    max-height: 380px;
  }
}
.p-flow_content__list .p-flow_content__list__box .__info {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 0.3em;
}
@media screen and (max-width: 940px) {
  .p-flow_content__list .p-flow_content__list__box .__info {
    padding-top: 0;
  }
}
.p-flow_content__list .p-flow_content__list__box .__info .__info_step {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin-right: 0.6em;
  border-bottom: 2px solid #d3d9e4;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_step {
    font-size: 13.5px;
    padding-bottom: 0.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_step {
    font-size: 13px;
    padding-bottom: 0.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_step {
    font-size: 12px;
    padding-bottom: 0.35em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__info .__info_no {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-bottom: -0.075em;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_no {
    font-size: 45px;
  }
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_no {
    font-size: 42px;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_no {
    font-size: 36px;
  }
}
.p-flow_content__list .p-flow_content__list__box .__info .__info_term {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-left: 0.75em;
  margin-bottom: 0.15em;
  color: rgba(34, 34, 34, 0.6);
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_term {
    font-size: 22px;
    margin-left: 0.575em;
  }
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_term {
    font-size: 20px;
    margin-left: 0.65em;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__info .__info_term {
    font-size: 16px;
    margin-left: 0.8em;
    letter-spacing: 0.025em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__sub {
  display: block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 1.45em;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box .__sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__sub {
    font-size: 17px;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__sub {
    font-size: 16px;
    margin-top: 1.4em;
    letter-spacing: 0.025em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__text {
  margin-top: 1.1em;
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__text {
    margin-top: 1em;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__text {
    margin-top: 0.9em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__text p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 940px) {
  .p-flow_content__list .p-flow_content__list__box .__text p + p {
    margin-top: 0.6em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__text p + p {
  margin-top: 0.7em;
}
.p-flow_content__list .p-flow_content__list__box .__caution {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 0.55em;
  margin-top: 0.6em;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box .__caution {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__caution {
    font-size: 12px;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__caution {
    font-size: 10px;
    letter-spacing: 0.025em;
    margin-top: 0.9em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__caution:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.p-flow_content__list .p-flow_content__list__box .__price {
  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-weight: 500;
  height: 32px;
  font-style: normal;
  background: #d3d9e4;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (max-width: 1040px) {
  .p-flow_content__list .p-flow_content__list__box .__price {
    height: 30px;
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 840px) {
  .p-flow_content__list .p-flow_content__list__box .__price {
    height: 27px;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-flow_content__list .p-flow_content__list__box .__price {
    height: 24px;
    margin-top: 2em;
  }
}
.p-flow_content__list .p-flow_content__list__box .__price.__border {
  border: 1px solid #222;
  background: #fff;
}

/* faq
  ========================================================================== */
/* .p-faq_anchor */
.p-faq_anchor__wrapper {
  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: 540px) {
  .p-faq_anchor__wrapper {
    max-width: 77.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-faq_anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-faq_anchor__link {
    margin: -12px -24px;
  }
}
@media screen and (max-width: 1040px) {
  .p-faq_anchor__link {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_anchor__link {
    display: block;
  }
}

.p-faq_anchor__link__box {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-faq_anchor__link__box {
    margin: 12px 24px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 841px) {
  .p-faq_anchor__link__box {
    width: 32%;
  }
  .p-faq_anchor__link__box:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
  .p-faq_anchor__link__box:nth-of-type(n + 4) {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 840px) and (min-width: 541px) {
  .p-faq_anchor__link__box {
    width: 48%;
  }
  .p-faq_anchor__link__box:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-faq_anchor__link__box:nth-of-type(n + 3) {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_anchor__link__box:not(:first-of-type) {
    margin-top: 0.65em;
  }
}
.p-faq_anchor__link__box .__link {
  padding: 0 calc(2em + 17px) 0 2em;
  border: 1px solid #222;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1041px) {
  .p-faq_anchor__link__box .__link {
    height: 50px;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1040px) {
  .p-faq_anchor__link__box .__link {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    line-height: 1;
    padding-right: 2em;
  }
}
@media screen and (max-width: 840px) {
  .p-faq_anchor__link__box .__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_anchor__link__box .__link {
    font-size: 14px;
  }
}
.p-faq_anchor__link__box .__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
@media screen and (max-width: 1040px) {
  .p-faq_anchor__link__box .__link:after {
    right: 1.2em;
  }
}
.p-faq_anchor__link__box .__link:hover {
  opacity: 1;
  background: #222;
  color: #fff;
}
.p-faq_anchor__link__box .__link:hover:after {
  border-color: #fff;
}

/* .p-faq_content */
.p-faq_content {
  margin-top: 6.5em;
}
@media screen and (max-width: 840px) {
  .p-faq_content {
    margin-top: 6em;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content {
    margin-top: 5.55em;
  }
}

.p-faq_content__box + .p-faq_content__box {
  margin-top: 6.5em;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box + .p-faq_content__box {
    margin-top: 7.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box + .p-faq_content__box {
    margin-top: 8.6em;
  }
}

.p-faq_content__box__cat {
  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;
}
.p-faq_content__box__cat .__en {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__cat .__en {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__cat .__en {
    font-size: 22px;
  }
}
.p-faq_content__box__cat .__jp {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__cat .__jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__cat .__jp {
    font-size: 12px;
  }
}

.p-faq_content__box__list {
  margin-top: 3em;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list {
    margin-top: 2.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list {
    margin-top: 2.6em;
  }
}
.p-faq_content__box__list .__q,
.p-faq_content__box__list .__a {
  position: relative;
  background: #d3d9e4;
  padding-left: 104px;
  padding-right: 100px;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__q,
  .p-faq_content__box__list .__a {
    padding-left: 79px;
    padding-right: 74px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q,
  .p-faq_content__box__list .__a {
    padding-left: 53px;
    padding-right: 47px;
  }
}
.p-faq_content__box__list .__q .__mark,
.p-faq_content__box__list .__a .__mark {
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 400;
  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;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  border-radius: 100%;
  background: #fff;
  margin: auto 0;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__q .__mark,
  .p-faq_content__box__list .__a .__mark {
    width: 44px;
    height: 44px;
    font-size: 22px;
    left: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q .__mark,
  .p-faq_content__box__list .__a .__mark {
    width: 32px;
    height: 32px;
    font-size: 16px;
    left: 8px;
  }
}
.p-faq_content__box__list .__q .__icon,
.p-faq_content__box__list .__a .__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__q .__icon,
  .p-faq_content__box__list .__a .__icon {
    width: 16px;
    height: 16px;
    right: 26px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q .__icon,
  .p-faq_content__box__list .__a .__icon {
    width: 12px;
    height: 12px;
    right: 12px;
  }
}
.p-faq_content__box__list .__q .__icon:before, .p-faq_content__box__list .__q .__icon:after,
.p-faq_content__box__list .__a .__icon:before,
.p-faq_content__box__list .__a .__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-faq_content__box__list .__q .__icon:before,
.p-faq_content__box__list .__a .__icon:before {
  height: 2px;
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q .__icon:before,
  .p-faq_content__box__list .__a .__icon:before {
    height: 1px;
  }
}
.p-faq_content__box__list .__q .__icon:after,
.p-faq_content__box__list .__a .__icon:after {
  width: 2px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q .__icon:after,
  .p-faq_content__box__list .__a .__icon:after {
    width: 1px;
  }
}
.p-faq_content__box__list .__q {
  min-height: 88px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  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;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__q {
    min-height: 68px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q {
    min-height: 47px;
  }
}
.p-faq_content__box__list .__q:hover {
  opacity: 0.6;
}
.p-faq_content__box__list .__q:not(:first-of-type) {
  margin-top: 2.5em;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__q:not(:first-of-type) {
    margin-top: 1.875em;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q:not(:first-of-type) {
    margin-top: 1.25em;
  }
}
.p-faq_content__box__list .__q span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.7em 0;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__q span {
    font-size: 16px;
    line-height: 1.459;
    padding: 0.975em 0;
  }
  .p-faq_content__box__list .__q span br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__q span {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.417;
    padding: 1.25em 0;
  }
}
.p-faq_content__box__list .__q.is-open .__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.p-faq_content__box__list .__a {
  display: none;
  background: rgba(34, 34, 34, 0.03);
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__a {
    padding-right: 63px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__a {
    padding-right: 26px;
  }
}
.p-faq_content__box__list .__a .__a__wrapper {
  opacity: 0;
  min-height: 88px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__a .__a__wrapper {
    min-height: 86px;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__a .__a__wrapper {
    min-height: 83px;
  }
}
.p-faq_content__box__list .__a .__a__wrapper p {
  padding: 2em 0;
}
@media screen and (max-width: 840px) {
  .p-faq_content__box__list .__a .__a__wrapper p {
    padding: 1.7em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-faq_content__box__list .__a .__a__wrapper p {
    padding: 1.4em 0;
  }
}
.p-faq_content__box__list .__a.is-open .__a__wrapper {
  opacity: 1;
}

/* company
   ========================================================================== */
/* .p-company_greeting */
.p-company_greeting {
  padding-top: 0.25em;
}

@media screen and (min-width: 1041px) {
  .p-company_greeting__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.29% 42.86%;
    grid-template-columns: 1fr 42.86%;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    grid-column-gap: 4.29%;
    min-height: 480px;
    margin-top: 2.4em;
  }
  .p-company_greeting__main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-company_greeting__main > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-company_greeting__main > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-company_greeting__main > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-company_greeting__main > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-company_greeting__main > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1040px) {
  .p-company_greeting__main {
    width: 740px;
    max-width: 100%;
    margin: 2.6em auto 0;
  }
}

.p-company_greeting__main__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/4/3;
}
.p-company_greeting__main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company_greeting__main__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;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: -0.15em;
}
@media screen and (max-width: 1040px) {
  .p-company_greeting__main__title {
    font-size: 22px;
    margin-top: 1.4em;
  }
}
@media screen and (max-width: 840px) {
  .p-company_greeting__main__title {
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 1.469;
  }
}
@media screen and (max-width: 540px) {
  .p-company_greeting__main__title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.438;
  }
}

.p-company_greeting__main__note {
  margin-top: 1.6em;
  -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: 1040px) {
  .p-company_greeting__main__note {
    margin-top: 1.4em;
  }
}
@media screen and (max-width: 840px) {
  .p-company_greeting__main__note {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_greeting__main__note {
    margin-top: 1em;
  }
}

.p-company_greeting__main__signature {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2.25em 0.25em 0 auto;
}
@media screen and (min-width: 1041px) {
  .p-company_greeting__main__signature {
    -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: 1040px) {
  .p-company_greeting__main__signature {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    margin-top: 1.7em;
  }
}
.p-company_greeting__main__signature .__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  .p-company_greeting__main__signature .__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  .p-company_greeting__main__signature .__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-company_greeting__main__signature .__title {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
.p-company_greeting__main__signature .__name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1041px) {
  .p-company_greeting__main__signature .__name {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 1040px) {
  .p-company_greeting__main__signature .__name {
    margin-left: 1em;
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .p-company_greeting__main__signature .__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-company_greeting__main__signature .__name {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* .p-company_member */
.p-company_member {
  margin-top: 10.25em;
}
@media screen and (max-width: 840px) {
  .p-company_member {
    margin-top: 9.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_member {
    margin-top: 8.25em;
  }
}

.p-company_member__about {
  text-align: center;
  letter-spacing: 0;
  margin-top: 2.45em;
}
@media screen and (max-width: 680px) {
  .p-company_member__about {
    text-align: left;
  }
  .p-company_member__about br.__pc-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-company_member__about {
    letter-spacing: 0.025em;
    margin-top: 2.6em;
  }
}

.p-company_member__img {
  margin-top: 3.5em;
  display: block;
}
@media screen and (max-width: 840px) {
  .p-company_member__img {
    margin-top: 3em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_member__img {
    margin-top: 2.65em;
  }
}
.p-company_member__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 840px) {
  .p-company_member__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 841px) {
  .p-company_member__leader {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 3.55% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 3.55%;
    margin-top: 6.25em;
  }
  .p-company_member__leader > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-company_member__leader > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 840px) {
  .p-company_member__leader {
    width: 740px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.3em;
  }
}
.p-company_member__leader .p-company_member__leader__img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .p-company_member__leader .p-company_member__leader__img img {
    height: auto;
  }
}
.p-company_member__leader .p-company_member__leader__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company_member__leader .p-company_member__leader__info .__text {
  margin-top: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-company_member__leader .p-company_member__leader__info .__text {
    margin-top: 1.35em;
  }
}
.p-company_member__leader .p-company_member__leader__info .__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3.25em;
  margin-left: auto;
}
@media screen and (min-width: 841px) {
  .p-company_member__leader .p-company_member__leader__info .__signature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 840px) {
  .p-company_member__leader .p-company_member__leader__info .__signature {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 1.7em;
  }
}
.p-company_member__leader .p-company_member__leader__info .__signature .__signature_title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 840px) {
  .p-company_member__leader .p-company_member__leader__info .__signature .__signature_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-company_member__leader .p-company_member__leader__info .__signature .__signature_title {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
.p-company_member__leader .p-company_member__leader__info .__signature .__signature_name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 841px) {
  .p-company_member__leader .p-company_member__leader__info .__signature .__signature_name {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 840px) {
  .p-company_member__leader .p-company_member__leader__info .__signature .__signature_name {
    font-size: 20px;
    margin-left: 1em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_member__leader .p-company_member__leader__info .__signature .__signature_name {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* .p-company_overview */
.p-company_overview {
  margin-top: 10.3em;
}
@media screen and (max-width: 840px) {
  .p-company_overview {
    margin-top: 9.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_overview {
    margin-top: 8.2em;
  }
}

.p-company_overview__list {
  margin-top: 2.4em;
}
@media screen and (max-width: 840px) {
  .p-company_overview__list {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_overview__list {
    margin-top: 2.6em;
  }
}

/* .p-company_history */
.p-company_history {
  background: rgba(34, 34, 34, 0.03);
  padding: 5.85em 0 6.9em;
  margin-top: 5.6em;
}
@media screen and (max-width: 840px) {
  .p-company_history {
    margin-top: 5.3em;
    padding: 5.55em 0 7.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_history {
    margin-top: 5em;
    padding: 5.25em 0 7.5em;
  }
}

.p-company_history__list {
  background: #fff;
  margin-top: 2.4em;
  padding: 3.35em 0 3.8em;
  position: relative;
}
@media screen and (min-width: 841px) {
  .p-company_history__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46% 54%;
    grid-template-columns: 46% 54%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-company_history__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-company_history__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 840px) {
  .p-company_history__list {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4.05em 5% 4em 15%;
    margin-top: 2.5em;
  }
}
.p-company_history__list:before {
  content: "";
  display: block;
  position: absolute;
  top: -2%;
  bottom: 0;
  margin: auto 0;
  background: #d3d9e4;
  width: 4px;
  height: 78%;
  left: 46%;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .p-company_history__list:before {
    width: 3px;
    left: 15%;
  }
}
@media screen and (max-width: 540px) {
  .p-company_history__list:before {
    width: 2px;
  }
}
.p-company_history__list .__name,
.p-company_history__list .__note {
  position: relative;
  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;
}
@media screen and (min-width: 841px) {
  .p-company_history__list .__name,
  .p-company_history__list .__note {
    min-height: 56px;
  }
}
@media screen and (max-width: 840px) {
  .p-company_history__list .__name,
  .p-company_history__list .__note {
    padding-left: 11%;
  }
}
.p-company_history__list .__name {
  -ms-grid-column-align: end;
      justify-self: end;
  z-index: 2;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 841px) {
  .p-company_history__list .__name {
    padding-right: 16.1%;
    min-width: 6em;
    min-width: calc(6em + 16.1%);
  }
}
@media screen and (max-width: 840px) {
  .p-company_history__list .__name {
    font-size: 16px;
    line-height: 1.3;
  }
  .p-company_history__list .__name:not(:first-of-type) {
    margin-top: 1.35em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_history__list .__name {
    font-size: 12px;
    line-height: 1.15;
    letter-spacing: 0.025em;
  }
}
.p-company_history__list .__name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #d3d9e4;
  border-radius: 100%;
}
@media screen and (min-width: 841px) {
  .p-company_history__list .__name:after {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 840px) {
  .p-company_history__list .__name:after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-company_history__list .__name:after {
    width: 12px;
    height: 12px;
  }
}
.p-company_history__list .__note {
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 841px) {
  .p-company_history__list .__note {
    padding-left: 14.6%;
  }
}

/* .p-company_access */
.p-company_access {
  margin-top: 7.15em;
}
@media screen and (max-width: 840px) {
  .p-company_access {
    margin-top: 7.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_access {
    margin-top: 7.8em;
  }
}

@media screen and (min-width: 841px) {
  .p-company_access__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 51.78%;
    grid-template-columns: 1fr 51.78%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 2.4em;
  }
  .p-company_access__info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-company_access__info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 841px) and (max-width: 1040px) {
  .p-company_access__info {
    -ms-grid-columns: auto 5% 1fr;
    grid-template-columns: auto 5% 1fr;
  }
}
@media screen and (max-width: 840px) {
  .p-company_access__info {
    margin-top: 2.55em;
  }
}
.p-company_access__info .p-company_access__info__img {
  -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 (min-width: 841px) {
  .p-company_access__info .p-company_access__info__img {
    height: 320px;
  }
}
@media screen and (max-width: 1040px) {
  .p-company_access__info .p-company_access__info__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
}
.p-company_access__info .p-company_access__info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company_access__info .p-company_access__info__detail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-company_access__info .p-company_access__info__detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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-company_access__info .p-company_access__info__detail {
    margin-top: 1.35em;
  }
}
.p-company_access__info .p-company_access__info__detail .__name,
.p-company_access__info .p-company_access__info__detail .__detail,
.p-company_access__info .p-company_access__info__detail .__link {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-company_access__info .p-company_access__info__detail .__name,
  .p-company_access__info .p-company_access__info__detail .__detail,
  .p-company_access__info .p-company_access__info__detail .__link {
    width: 362px;
  }
}
.p-company_access__info .p-company_access__info__detail .__name {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.125em;
}
@media screen and (max-width: 840px) {
  .p-company_access__info .p-company_access__info__detail .__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 540px) {
  .p-company_access__info .p-company_access__info__detail .__name {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.p-company_access__info .p-company_access__info__detail .__name:after {
  margin-top: 0.875em;
}
@media screen and (max-width: 840px) {
  .p-company_access__info .p-company_access__info__detail .__name:after {
    margin-top: 0.95em;
  }
}
.p-company_access__info .p-company_access__info__detail .__detail {
  margin-top: 1.95em;
}
.p-company_access__info .p-company_access__info__detail .__link {
  margin-top: 3.5em;
}
@media screen and (max-width: 840px) {
  .p-company_access__info .p-company_access__info__detail .__link {
    width: 100%;
    margin-top: 3.3em;
  }
  .p-company_access__info .p-company_access__info__detail .__link .u-link__arrow {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company_access__map {
  height: 420px;
  margin-top: 3.5em;
}
@media screen and (max-width: 840px) {
  .p-company_access__map {
    height: 330px;
    margin-top: 3.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-company_access__map {
    height: 240px;
    margin-top: 4em;
  }
}
.p-company_access__map iframe {
  width: 100%;
  height: 100%;
}

/* open_house
   ========================================================================== */
/* .p-order_house_about */
@media screen and (max-width: 1040px) {
  .p-order_house_about__wrapper {
    width: 700px;
  }
}

.p-order_house_about__sub {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.235;
}
@media screen and (max-width: 840px) {
  .p-order_house_about__sub {
    font-size: 26px;
    letter-spacing: 0.075em;
    line-height: 1.34;
  }
}
@media screen and (max-width: 630px) {
  .p-order_house_about__sub {
    line-height: 1.444;
    font-size: 18px;
    letter-spacing: 0.09em;
  }
}
.p-order_house_about__sub:after {
  margin: 0.75em auto 0;
}
@media screen and (max-width: 840px) {
  .p-order_house_about__sub:after {
    margin-top: 0.875em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_about__sub:after {
    margin-top: 1em;
  }
}

.p-order_house_about__text {
  margin-top: 2.45em;
}
.p-order_house_about__list + .p-order_house_about__text {
  margin-top: 2em;
}
@media screen and (min-width: 1041px) {
  .p-order_house_about__text {
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_about__text {
    margin-top: 2.55em;
  }
  .p-order_house_about__list + .p-order_house_about__text {
    margin-top: 2em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_about__text {
    margin-top: 2.65em;
  }
  .p-order_house_about__list + .p-order_house_about__text {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1041px) {
  .p-order_house_about__text p + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 1040px) {
  .p-order_house_about__text p br {
    display: none;
  }
  .p-order_house_about__text p {
    letter-spacing: 0.025em;
  }
}

.p-order_house_about__list {
  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;
  border: 1px solid #b5c2d9;
  border-radius: 40px;
  max-width: 760px;
  margin: 2em auto 0;
  padding: 2.45em 2%;
}
@media screen and (max-width: 1040px) {
  .p-order_house_about__list {
    border-radius: 36px;
    padding: 2.3em 2%;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_about__list {
    border-radius: 33px;
    padding: 2.1em 2%;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_about__list {
    border-radius: 30px;
    padding: 1.9em 2%;
  }
}
.p-order_house_about__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-order_house_about__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 500;
}
.p-order_house_about__list li:before {
  content: "・";
}

/* .p-order_house_slide */
.p-order_house_slide {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_slide {
    margin-top: 5.95em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_slide {
    margin-top: 5.65em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_slide {
    margin-top: 5.35em;
  }
}

.p-order_house_slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-width: 100%;
}

.p-order_house_slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: ohsLoop infinite linear 120s both;
          animation: ohsLoop infinite linear 120s both;
}
@media screen and (max-width: 1040px) {
  .p-order_house_slide__list {
    -webkit-animation: ohsLoop infinite linear 100s both;
            animation: ohsLoop infinite linear 100s both;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_slide__list {
    -webkit-animation: ohsLoop infinite linear 80s both;
            animation: ohsLoop infinite linear 80s both;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_slide__list {
    -webkit-animation: ohsLoop infinite linear 60s both;
            animation: ohsLoop infinite linear 60s both;
  }
}

.p-order_house_slide__list__box {
  width: calc(25vw + 2px);
  margin-left: -1px;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .p-order_house_slide__list__box {
    height: 198px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_slide__list__box {
    height: 146px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_slide__list__box {
    height: 94px;
  }
}
.p-order_house_slide__list__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes ohsLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ohsLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* .p-order_house_spec */
.p-order_house_spec {
  margin-top: 9.8em;
}
@media screen and (max-width: 940px) {
  .p-order_house_spec {
    margin-top: 9.4em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_spec {
    margin-top: 9em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec {
    margin-top: 8.6em;
  }
}

@media screen and (min-width: 941px) {
  .p-order_house_spec__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[3] 1fr;
    grid-template-rows: repeat(3, auto) 1fr;
    -ms-grid-columns: auto 3.9% 1fr 3.9% 50%;
    grid-template-columns: auto 1fr 50%;
    grid-column-gap: 3.9%;
  }
  .p-order_house_spec__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-order_house_spec__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-order_house_spec__wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-order_house_spec__wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-order_house_spec__wrapper > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-order_house_spec__wrapper > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .p-order_house_spec__wrapper > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-order_house_spec__wrapper > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-order_house_spec__wrapper > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .p-order_house_spec__wrapper > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-order_house_spec__wrapper > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .p-order_house_spec__wrapper > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_spec__wrapper {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-order_house_spec__box__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/5/4;
  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;
  width: 100%;
}
@media screen and (min-width: 941px) {
  .p-order_house_spec__box__img {
    height: 400px;
  }
}
.p-order_house_spec__box__img img {
  height: 388px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 940px) {
  .p-order_house_spec__box__img img {
    height: 330px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_spec__box__img img {
    height: 272px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec__box__img img {
    height: 214px;
  }
}

.p-order_house_spec__box__name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 940px) {
  .p-order_house_spec__box__name {
    width: 100%;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_spec__box__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec__box__name {
    font-size: 16px;
    line-height: 1.438;
    letter-spacing: 0.025em;
  }
}
.p-order_house_spec__box__name:after {
  margin-top: 1.125em;
}
@media screen and (max-width: 840px) {
  .p-order_house_spec__box__name:after {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec__box__name:after {
    margin-top: 1.3em;
  }
}

.p-order_house_spec__box__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
  margin-top: 1.45em;
}
@media screen and (max-width: 940px) {
  .p-order_house_spec__box__text {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_spec__box__text {
    margin-top: 1.35em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec__box__text {
    margin-top: 1.25em;
    min-height: 7em;
  }
}

.p-order_house_spec__box__link {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
  margin-top: 3.5em;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 940px) {
  .p-order_house_spec__box__link {
    margin-left: auto;
    margin-top: 3.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_spec__box__link {
    margin-top: 3.4em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec__box__link {
    margin-top: 3.35em;
  }
}
.p-order_house_spec__box__link .u-link__arrow {
  min-width: 220px;
}
@media screen and (max-width: 840px) {
  .p-order_house_spec__box__link .u-link__arrow {
    min-width: 210px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_spec__box__link .u-link__arrow {
    min-width: 200px;
  }
}

/* .p-order_house_lineup */
.p-order_house_lineup {
  margin-top: 10.45em;
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup {
    margin-top: 9.8em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup {
    margin-top: 9.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup {
    margin-top: 8.55em;
  }
}

.p-order_house_lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.4em;
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list {
    margin-top: 2.6em;
  }
}

.p-order_house_lineup__list__box {
  max-width: 100%;
}
@media screen and (min-width: 941px) {
  .p-order_house_lineup__list__box {
    width: 48.21%;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-bottom: 6.55em;
  }
  .p-order_house_lineup__list__box:nth-of-type(even) {
    margin-left: 3.57%;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-order_house_lineup__list__box + .p-order_house_lineup__list__box {
    margin-top: 5.3em;
  }
}
.p-order_house_lineup__list__box .__img {
  width: 100%;
}
.p-order_house_lineup__list__box .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-order_house_lineup__list__box .__name {
  font-weight: 400;
  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;
  line-height: 1.15;
  margin-top: 1em;
  padding-bottom: 1.15em;
  border-bottom: 2px solid rgba(211, 217, 228, 0.4);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__name {
    padding-bottom: 0.95em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__name {
    padding-bottom: 0.85em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__name {
    padding-bottom: 0.75em;
  }
}
.p-order_house_lineup__list__box .__name .__jp {
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__name .__jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__name .__jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__name .__jp {
    font-size: 26px;
  }
}
.p-order_house_lineup__list__box .__name .__en {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-left: 0.65em;
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__name .__en {
    font-size: 18px;
    margin-left: 0.6em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__name .__en {
    font-size: 17px;
    margin-left: 0.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__name .__en {
    font-size: 14px;
    margin-left: 0.5em;
  }
}
.p-order_house_lineup__list__box .__name:after {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: #d3d9e4;
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__name:after {
    width: 52px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__name:after {
    width: 48px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__name:after {
    width: 40px;
  }
}
.p-order_house_lineup__list__box .__sub {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.1em;
}
@media screen and (max-width: 1240px) and (min-width: 941px) {
  .p-order_house_lineup__list__box .__sub {
    min-height: 3em;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__sub {
    font-size: 22px;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__sub {
    font-size: 20px;
    margin-top: 1.35em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__sub {
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-top: 1.3em;
  }
}
@media screen and (min-width: 1241px) {
  .p-order_house_lineup__list__box.__sumika .__sub {
    white-space: nowrap;
  }
}
.p-order_house_lineup__list__box .__text {
  margin-top: 1.1em;
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__text {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__text {
    margin-top: 1.05em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__text {
    margin-top: 1em;
    min-height: 7em;
  }
}
@media screen and (min-width: 941px) {
  .p-order_house_lineup__list__box .__link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_lineup__list__box .__link {
    margin-top: 3em;
    margin-left: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_lineup__list__box .__link {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_lineup__list__box .__link {
    margin-top: 2em;
  }
}
/* .p-order_house_support */
.p-order_house_support {
  margin-top: 10.25em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_support {
    margin-top: 9.7em;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_support {
    margin-top: 9.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_support {
    margin-top: 8.55em;
  }
}

@media screen and (max-width: 540px) {
  .p-order_house_support__title .p-section__title__en {
    letter-spacing: 0.075em;
  }
}

.p-order_house_support__about {
  margin-top: 2.4em;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 860px) {
  .p-order_house_support__about {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_support__about {
    margin-top: 2.6em;
  }
}
.p-order_house_support__about p {
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-order_house_support__about p {
    text-align: left;
  }
  .p-order_house_support__about p br {
    display: none;
  }
}
.p-order_house_support__about .__note {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 0.55em;
  position: relative;
  margin-top: 0.6em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_support__about .__note {
    font-size: 12px;
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_support__about .__note {
    font-size: 10px;
    letter-spacing: 0.025em;
    margin-top: 0.9em;
  }
}
.p-order_house_support__about .__note:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

.p-order_house_support__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;
  margin-top: 2.9em;
}
@media screen and (max-width: 940px) {
  .p-order_house_support__list {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.775em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_support__list {
    margin-top: 2.65em;
  }
}

.p-order_house_support__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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 941px) {
  .p-order_house_support__list__box {
    width: 30.95%;
  }
  .p-order_house_support__list__box:not(:nth-of-type(3n + 1)) {
    margin-left: 3.575%;
  }
  .p-order_house_support__list__box:nth-of-type(n + 4) {
    margin-top: 8.8%;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_support__list__box {
    width: 100%;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 940px) {
  .p-order_house_support__list__box + .p-order_house_support__list__box {
    margin-top: 3.35em;
  }
}
.p-order_house_support__list__box .__img {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 940px) {
  .p-order_house_support__list__box .__img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-order_house_support__list__box .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-order_house_support__list__box .__img figcaption {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 0.9em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_support__list__box .__img figcaption {
    font-size: 21px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_support__list__box .__img figcaption {
    font-size: 19px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_support__list__box .__img figcaption {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.p-order_house_support__list__box .__note {
  margin-top: 0.75em;
  text-align: left;
  max-width: 95.5%;
}
@media screen and (max-width: 1040px) {
  .p-order_house_support__list__box .__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_support__list__box .__note {
    font-size: 12px;
    letter-spacing: 0.025em;
    margin-top: 0.5em;
  }
}

/* .p-order_house_works */
.p-order_house_works {
  margin-top: 10em;
}
@media screen and (max-width: 940px) {
  .p-order_house_works {
    margin-top: 9.15em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works {
    margin-top: 8.3em;
  }
}

.p-order_house_works__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-order_house_works__box {
  width: 33.3333333333%;
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box {
    width: 100%;
  }
}
.p-order_house_works__box.__works a:after {
  background-image: url(./img/order_house/img-order_house_works__pc.jpg);
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box.__works a:after {
    background-image: url(./img/order_house/img-order_house_works__pc.jpg);
  }
}
.p-order_house_works__box.__wide {
  width: 100%;
}
.p-order_house_works__box.__wide a {
  min-height: 320px;
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box.__wide a {
    min-height: 250px;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box.__wide a {
    min-height: 180px;
    padding-bottom: 1.6em;
  }
}
.p-order_house_works__box.__wide a .__text {
  right: 3.5%;
  bottom: 8%;
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box.__wide a .__text {
    right: 2.9%;
    bottom: 6.5%;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box.__wide a .__text {
    right: 2.25%;
    bottom: 5%;
  }
}
.p-order_house_works__box a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 260px;
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box a {
    min-height: 200px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box a {
    min-height: 140px;
  }
}
.p-order_house_works__box a:before, .p-order_house_works__box a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-order_house_works__box a:before {
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5;
}
.p-order_house_works__box a:after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.p-order_house_works__box a:hover:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-order_house_works__box a .__en,
.p-order_house_works__box a .__jp,
.p-order_house_works__box a .__about,
.p-order_house_works__box a .__text {
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-order_house_works__box a .__en,
.p-order_house_works__box a .__text {
  font-family: "montserrat", "hansans", sans-serif !important;
}
.p-order_house_works__box a .__en {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 0.9;
}
@media screen and (max-width: 1040px) {
  .p-order_house_works__box a .__en {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box a .__en {
    font-size: 23px;
    line-height: 0.84;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box a .__en {
    font-size: 18px;
    line-height: 0.778;
  }
}
.p-order_house_works__box a .__jp {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_works__box a .__jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box a .__jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box a .__jp {
    font-size: 12px;
  }
}
.p-order_house_works__box a .__about {
  width: 48.25em;
  max-width: 90%;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-order_house_works__box a .__about {
    font-size: 14px;
    margin-top: 1.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box a .__about {
    max-width: 40em;
    width: 88.5%;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box a .__about {
    font-size: 12px;
    margin-top: 1.4em;
  }
}
.p-order_house_works__box a .__text {
  position: absolute;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
  right: 4%;
  bottom: 7%;
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box a .__text {
    font-size: 12px;
    right: 3.125%;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box a .__text {
    font-size: 10px;
    right: 2.25%;
  }
}
.p-order_house_works__box a .__text:after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  margin-left: 1em;
  background: url(./img/common/icon-arrow__wt.svg) no-repeat center/contain;
}
@media screen and (max-width: 840px) {
  .p-order_house_works__box a .__text:after {
    width: 18px;
    margin-left: 0.85em;
    margin-bottom: 0.125em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_works__box a .__text:after {
    width: 14px;
    height: 4px;
    margin-left: 0.7em;
    margin-bottom: 0.25em;
  }
}
.p-order_house_works__box a:hover {
  opacity: 1;
}
.p-order_house_works__box a:hover .__en,
.p-order_house_works__box a:hover .__jp,
.p-order_house_works__box a:hover .__about,
.p-order_house_works__box a:hover .__text {
  opacity: 0.6;
}
.p-order_house_works__box a:hover:before {
  opacity: 0.15;
}
.p-order_house_works__box a:hover:after {
  opacity: 0.6;
}

/* .p-order_house_cost */
.p-order_house_cost {
  margin-top: 10.25em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_cost {
    margin-top: 9.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_cost {
    margin-top: 9.15em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_cost {
    margin-top: 8.6em;
  }
}

.p-order_house_cost__sub {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 1040px) {
  .p-order_house_cost__sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_cost__sub {
    font-size: 20px;
    letter-spacing: 0.075em;
    margin-top: 1.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_cost__sub {
    font-size: 18px;
    line-height: 1.444;
    letter-spacing: 0.1em;
    margin-top: 1.6em;
  }
}

table.p-order_house_cost__table {
  width: 100%;
  max-width: 980px;
  margin: 4.5em auto 0;
  border-right: 4px solid #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table {
    border-width: 3px;
    margin: 3.75em auto 0;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table {
    border-width: 2px;
    margin: 2.95em auto 0;
  }
}
table.p-order_house_cost__table tbody tr th,
table.p-order_house_cost__table tbody tr td {
  border-top: 4px solid #f0f0f0;
  border-left: 4px solid #f0f0f0;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr th,
  table.p-order_house_cost__table tbody tr td {
    font-size: 20px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr th,
  table.p-order_house_cost__table tbody tr td {
    font-size: 16px;
    border-width: 3px;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr th,
  table.p-order_house_cost__table tbody tr td {
    font-size: 12px;
    border-width: 2px;
  }
}
table.p-order_house_cost__table tbody tr th {
  background: #d3d9e4;
  height: 91px;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr th {
    height: 74px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr th {
    height: 57px;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr th {
    height: 39px;
  }
}
table.p-order_house_cost__table tbody tr th:nth-of-type(1) {
  width: 24.27%;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(1) {
    width: 23.96%;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(1) {
    width: 23.65%;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(1) {
    width: 23.34%;
  }
}
table.p-order_house_cost__table tbody tr th:nth-of-type(2) {
  width: 34.85%;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(2) {
    width: 32.62%;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(2) {
    width: 30.4%;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(2) {
    width: 28.18%;
  }
}
table.p-order_house_cost__table tbody tr th:nth-of-type(3) {
  width: 40.87%;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(3) {
    width: 43.41%;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(3) {
    width: 45.95%;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr th:nth-of-type(3) {
    width: 48.48%;
  }
}
table.p-order_house_cost__table tbody tr td {
  height: 142px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr td {
    height: 124px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr td {
    height: 106px;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr td {
    height: 88px;
  }
}
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price {
  padding: 0.5em 0 0;
}
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner {
  position: relative;
  line-height: 1;
}
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__num,
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__unit,
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__tax {
  position: relative;
  z-index: 2;
}
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__num {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__num {
    font-size: 36px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__num {
    font-size: 28px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__num {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__unit {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-right: -0.55em;
  top: -0.1em;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__unit {
    font-size: 20px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__unit {
    font-size: 16px;
    margin-right: -0.4em;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__unit {
    font-size: 12px;
    margin-right: -0.45em;
  }
}
table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__tax {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  top: -0.25em;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__tax {
    font-size: 14px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__tax {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr td.p-order_house_cost__price .p-order_house_cost__price__inner .__tax {
    font-size: 10px;
  }
}
table.p-order_house_cost__table tbody tr td .p-order_house_cost__price__caution {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.25em;
}
@media screen and (max-width: 1040px) {
  table.p-order_house_cost__table tbody tr td .p-order_house_cost__price__caution {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  table.p-order_house_cost__table tbody tr td .p-order_house_cost__price__caution {
    font-size: 15px;
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 540px) {
  table.p-order_house_cost__table tbody tr td .p-order_house_cost__price__caution {
    font-size: 12px;
    margin-top: 0.35em;
  }
}

.p-order_house_cost__caution {
  width: 100%;
  max-width: 980px;
  margin: 0.95em auto 0;
}
@media screen and (max-width: 1040px) {
  .p-order_house_cost__caution {
    font-size: 14px;
  }
}
@media screen and (max-width: 840px) {
  .p-order_house_cost__caution {
    font-size: 12px;
    margin-top: 0.85em;
  }
}
@media screen and (max-width: 540px) {
  .p-order_house_cost__caution {
    font-size: 10px;
    margin-top: 0.75em;
  }
}

/* reform
   ========================================================================== */
/* common */
.p-reform_common__text {
  text-align: center;
  margin-top: 2.4em;
}
@media screen and (max-width: 980px) {
  .p-reform_common__text {
    text-align: left;
  }
  .p-reform_common__text br {
    display: none;
  }
}

/* .p-reform_anchor */
.p-reform_anchor__wrapper {
  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: 680px) {
  .p-reform_anchor__wrapper {
    max-width: 77.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-reform_anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-reform_anchor__link {
    margin: -12px -24px;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_anchor__link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .p-reform_anchor__link {
    display: block;
  }
}

.p-reform_anchor__link__box {
  max-width: 100%;
}
@media screen and (min-width: 1041px) {
  .p-reform_anchor__link__box {
    margin: 12px 24px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 681px) {
  .p-reform_anchor__link__box {
    width: 32%;
  }
  .p-reform_anchor__link__box:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
  .p-reform_anchor__link__box:nth-of-type(n + 4) {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 680px) {
  .p-reform_anchor__link__box:not(:first-of-type) {
    margin-top: 0.65em;
  }
}
.p-reform_anchor__link__box .__link {
  padding: 0 calc(2em + 17px) 0 2em;
  border: 1px solid #222;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1041px) {
  .p-reform_anchor__link__box .__link {
    height: 50px;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_anchor__link__box .__link {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    line-height: 1;
    padding-right: 2em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_anchor__link__box .__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .p-reform_anchor__link__box .__link {
    font-size: 14px;
  }
}
.p-reform_anchor__link__box .__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
@media screen and (max-width: 1040px) {
  .p-reform_anchor__link__box .__link:after {
    right: 1.2em;
  }
}
.p-reform_anchor__link__box .__link:hover {
  opacity: 1;
  background: #222;
  color: #fff;
}
.p-reform_anchor__link__box .__link:hover:after {
  border-color: #fff;
}

/* .p-reform_anchor */
.p-reform_renovation__about {
  margin-top: 6.5em;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__about {
    margin-top: 6.2em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__about {
    margin-top: 5.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__about {
    margin-top: 5.55em;
  }
}

/* p-reform_renovation__brackets */
.p-reform_renovation__brackets {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__brackets {
    margin-top: 5.95em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__brackets {
    margin-top: 5.65em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__brackets {
    margin-top: 5.35em;
  }
}
.p-reform_renovation__brackets .p-section__brackets__title__border {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__brackets .p-section__brackets__title__border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__brackets .p-section__brackets__title__border {
    min-height: 64px;
    line-height: 1.444;
  }
}

/* .p-reform_renovation__point */
.p-reform_renovation__point {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point {
    margin-top: 5.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__point {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__point {
    margin-top: 5.3em;
  }
}

.p-reform_renovation__point__list__box {
  max-width: 100%;
}
.p-reform_renovation__point__list__box + .p-reform_renovation__point__list__box {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__list__box + .p-reform_renovation__point__list__box {
    margin-top: 5.9em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__point__list__box + .p-reform_renovation__point__list__box {
    margin-top: 5.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__point__list__box + .p-reform_renovation__point__list__box {
    margin-top: 5.3em;
  }
}
@media screen and (min-width: 1041px) {
  .p-reform_renovation__point__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
  }
  .p-reform_renovation__point__list__box + .p-feature_common__list__box {
    margin-top: 6.25em;
  }
  .p-reform_renovation__point__list__box:nth-of-type(even) {
    -ms-grid-columns: 1fr 3.57% 53.57%;
    grid-template-columns: 1fr 3.57% 53.57%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-reform_renovation__point__list__box:nth-of-type(even) {
    -ms-grid-columns: 475px 3.57% 1fr;
    grid-template-columns: 475px 3.57% 1fr;
  }
}
@media screen and (min-width: 1041px) {
  .p-reform_renovation__point__list__box:nth-of-type(even) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/4/4;
  }
  .p-reform_renovation__point__list__box:nth-of-type(even) .__num {
    -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-reform_renovation__point__list__box:nth-of-type(even) .__name {
    -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-reform_renovation__point__list__box:nth-of-type(even) .__text {
    -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-reform_renovation__point__list__box:nth-of-type(odd) {
    -ms-grid-columns: 53.57% 3.57% 1fr;
    grid-template-columns: 53.57% 3.57% 1fr;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-reform_renovation__point__list__box:nth-of-type(odd) {
    -ms-grid-columns: 1fr 3.57% 475px;
    grid-template-columns: 1fr 3.57% 475px;
  }
}
@media screen and (min-width: 1041px) {
  .p-reform_renovation__point__list__box:nth-of-type(odd) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }
  .p-reform_renovation__point__list__box:nth-of-type(odd) .__sub {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .p-reform_renovation__point__list__box:nth-of-type(odd) .__name {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
  .p-reform_renovation__point__list__box:nth-of-type(odd) .__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-reform_renovation__point__list__box + .p-feature_common__list__box {
    margin-top: 5.3em;
  }
}
.p-reform_renovation__point__list__box .__img {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__list__box .__img {
    height: auto;
  }
}
.p-reform_renovation__point__list__box .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-reform_renovation__point__list__box .__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.275em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__list__box .__sub {
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__point__list__box .__sub {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__point__list__box .__sub {
    margin-top: 0.5em;
  }
}
.p-reform_renovation__point__list__box .__sub .__sub_point {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d3d9e4;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__list__box .__sub .__sub_point {
    font-size: 13.5px;
    padding-bottom: 0.45em;
    margin-right: 0.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__point__list__box .__sub .__sub_point {
    font-size: 13px;
    padding-bottom: 0.4em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__point__list__box .__sub .__sub_point {
    font-size: 12px;
    padding-bottom: 0.35em;
    margin-right: 0.6em;
  }
}
.p-reform_renovation__point__list__box .__sub .__sub_no {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-bottom: -0.08em;
  margin-left: 0.125em;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__list__box .__sub .__sub_no {
    font-size: 45px;
    margin-left: 0.08em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__point__list__box .__sub .__sub_no {
    font-size: 42px;
    margin-left: 0.04em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__point__list__box .__sub .__sub_no {
    font-size: 36px;
    margin-left: 0;
  }
}
.p-reform_renovation__point__list__box .__name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.425em;
}
@media screen and (max-width: 1040px) {
  .p-reform_renovation__point__list__box .__name {
    font-size: 22px;
    margin-top: 1.38em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_renovation__point__list__box .__name {
    font-size: 20px;
    margin-top: 1.34em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_renovation__point__list__box .__name {
    font-size: 16px;
    margin-top: 1.3em;
    letter-spacing: 0.025em;
    line-height: 1.44;
  }
}
.p-reform_renovation__point__list__box .__text {
  margin-top: 1.05em;
}

/* .p-reform_works */
.p-reform_works {
  margin-top: 10.25em;
}
@media screen and (max-width: 1040px) {
  .p-reform_works {
    margin-top: 9.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_works {
    margin-top: 9.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_works {
    margin-top: 8.55em;
  }
}

.p-reform_works__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;
  margin-top: 2.45em;
}
@media screen and (max-width: 840px) {
  .p-reform_works__list {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_works__list {
    margin-top: 2.55em;
  }
}

@media screen and (min-width: 1041px) {
  .p-reform_works__list__box {
    width: 30.95%;
  }
  .p-reform_works__list__box:not(:nth-of-type(3n + 1)) {
    margin-left: 3.575%;
  }
  .p-reform_works__list__box:nth-of-type(n + 4) {
    margin-top: 4.9em;
  }
}
@media screen and (max-width: 1040px) and (min-width: 541px) {
  .p-reform_works__list__box {
    width: 48%;
  }
  .p-reform_works__list__box:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-reform_works__list__box:nth-of-type(n + 3) {
    margin-top: 6%;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_works__list__box {
    width: 100%;
  }
  .p-reform_works__list__box + .p-reform_works__list__box {
    margin-top: 3.45em;
  }
}
@media screen and (max-width: 540px) and (max-width: 840px) {
  .p-reform_works__list__box + .p-reform_works__list__box {
    margin-top: 3.35em;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .p-reform_works__list__box + .p-reform_works__list__box {
    margin-top: 3.25em;
  }
}
.p-reform_works__list__box .__link {
  display: block;
}
.p-reform_works__list__box .__link .__img {
  height: auto;
  width: 100%;
  aspect-ratio: 347/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-reform_works__list__box .__link .__name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.9em;
}
@media screen and (max-width: 1040px) {
  .p-reform_works__list__box .__link .__name {
    font-size: 17px;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_works__list__box .__link .__name {
    font-size: 16px;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_works__list__box .__link .__name {
    font-size: 14px;
    margin-top: 0.7em;
  }
}

.p-reform_works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.2em;
}
@media screen and (max-width: 1040px) {
  .p-reform_works__link {
    margin-top: 5.2em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_works__link {
    margin-top: 4.2em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_works__link {
    margin-top: 3.2em;
  }
}

/* .p-reform_reform__about */
.p-reform_reform__about {
  margin-top: 10.25em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__about {
    margin-top: 9.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__about {
    margin-top: 9.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__about {
    margin-top: 8.55em;
  }
}

/* .p-reform_reform__brackets */
.p-reform_reform__brackets {
  margin-top: 4em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__brackets {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__brackets {
    margin-top: 5em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__brackets {
    margin-top: 5.5em;
  }
}
.p-reform_reform__brackets .p-section__brackets__title__border {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-reform_reform__brackets .p-section__brackets__title__border {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__brackets .p-section__brackets__title__border {
    min-height: 34px;
    line-height: 1.444;
  }
}

/* .p-reform_reform__case */
.p-reform_reform__case {
  margin-top: 6.25em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case {
    margin-top: 6em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__case {
    margin-top: 5.7em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__case {
    margin-top: 5.45em;
  }
}

@media screen and (max-width: 1040px) {
  .p-reform_reform__case__wrapper {
    width: 700px;
  }
}

.p-reform_reform__case__title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  background: rgba(34, 34, 34, 0.03);
  line-height: 1;
  padding: 0.35em 0;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case__title {
    font-size: 25px;
    padding: 0.45em 0;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__case__title {
    font-size: 21px;
    padding: 0.55em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__case__title {
    font-size: 17px;
    padding: 0.65em 0;
    letter-spacing: 0.025em;
  }
}

.p-reform_reform__case__name {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__case__name {
    font-size: 19px;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__case__name {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.p-reform_reform__case__name:first-of-type {
  margin-top: 1.75em;
}
.p-reform_reform__case__name:not(:first-of-type) {
  margin-top: 1.5em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case__name:not(:first-of-type) {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__case__name:not(:first-of-type) {
    margin-top: 2em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__case__name:not(:first-of-type) {
    margin-top: 2.3em;
  }
}

.p-reform_reform__case__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.57% 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 3.57%;
  margin-top: 1.55em;
  position: relative;
}

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

.p-reform_reform__case__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto 2.6em auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0;
    grid-row-gap: 2.6em;
    margin-top: 1.18em;
  }
  .p-reform_reform__case__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-reform_reform__case__list > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__case__list {
    margin-top: 1.36em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__case__list {
    margin-top: 1em;
  }
}
.p-reform_reform__case__list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  border-color: transparent transparent transparent #d3d9e4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case__list:after {
    border-width: 16px 20px 0 20px;
    border-color: #d3d9e4 transparent transparent transparent;
  }
}
.p-reform_reform__case__list li {
  position: relative;
}
.p-reform_reform__case__list li:before {
  display: block;
  position: absolute;
  left: 3%;
  bottom: 4%;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__case__list li:before {
    font-size: 20px;
    left: 2.8%;
    bottom: 3.5%;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__case__list li:before {
    font-size: 19px;
    left: 2.65%;
    bottom: 3%;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__case__list li:before {
    font-size: 18px;
    left: 2.5%;
    bottom: 2.5%;
  }
}
.p-reform_reform__case__list li.__before:before {
  content: "BEFORE";
}
.p-reform_reform__case__list li.__after:before {
  content: "AFTER";
}
.p-reform_reform__case__list li .__img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1041px) {
  .p-reform_reform__case__list li .__img {
    height: 300px;
  }
}
.p-reform_reform__case__list li .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-reform_reform__problem */
.p-reform_reform__problem {
  margin-top: 6.1em;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem {
    margin-top: 5.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem {
    margin-top: 4.9em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem {
    margin-top: 4.35em;
  }
}

.p-reform_reform__problem__title {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 42px;
  text-align: center;
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__title {
    font-size: 18px;
  }
}
.p-reform_reform__problem__title .__inner {
  position: relative;
  z-index: 2;
}
.p-reform_reform__problem__title:after {
  content: "";
  display: block;
  height: 16px;
  width: 107%;
  background: #d3d9e4;
  position: absolute;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.1em;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__title:after {
    height: 14px;
    bottom: 0.08em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem__title:after {
    height: 11px;
    bottom: 0.26em;
    width: 106%;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__title:after {
    height: 8px;
    bottom: 0.45em;
    width: 105%;
  }
}

.p-reform_reform__problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5.4em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .p-reform_reform__problem__list {
    width: 940px;
    margin-top: 4.8em;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__list {
    width: 640px;
    margin-top: 4.2em;
  }
}
@media screen and (max-width: 700px) {
  .p-reform_reform__problem__list {
    width: 520px;
    margin-top: 3.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__list {
    width: 350px;
    margin-top: 3em;
  }
}
.p-reform_reform__problem__list li {
  width: 33.3333333333%;
  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;
  position: relative;
  text-align: center;
  height: 136px;
  padding-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .p-reform_reform__problem__list li {
    font-size: 14px;
    height: 120px;
    padding-bottom: 21px;
    line-height: 1.65;
  }
}
@media screen and (min-width: 1041px) {
  .p-reform_reform__problem__list li:nth-of-type(3n):after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-reform_reform__problem__list li:nth-of-type(n + 4) {
    margin-top: 3.35em;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__list li {
    width: 50%;
  }
  .p-reform_reform__problem__list li:nth-of-type(even):after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-reform_reform__problem__list li:nth-of-type(n + 3) {
    margin-top: 3em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem__list li {
    font-size: 12px;
    line-height: 1.6;
  }
  .p-reform_reform__problem__list li:nth-of-type(n + 3) {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 700px) {
  .p-reform_reform__problem__list li {
    height: 95px;
    padding-bottom: 17px;
  }
  .p-reform_reform__problem__list li:nth-of-type(n + 3) {
    margin-top: 2em;
  }
}
@media screen and (min-width: 541px) {
  .p-reform_reform__problem__list li .__sp-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__list li {
    font-size: 10px;
    letter-spacing: 0.025em;
    height: 66px;
    padding-bottom: 12px;
    width: 162px;
    line-height: 1.5;
  }
  .p-reform_reform__problem__list li:nth-of-type(n + 3) {
    margin-top: 1.5em;
  }
  .p-reform_reform__problem__list li:nth-of-type(even) {
    margin-left: calc(100% - 324px);
  }
}
.p-reform_reform__problem__list li.__min {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__list li.__min {
    line-height: 1.3;
  }
}
.p-reform_reform__problem__list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/reform/icon-bubble.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1041px) {
  .p-reform_reform__problem__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3em;
  }
  .p-reform_reform__problem__info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-reform_reform__problem__info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__info {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem__info {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__info {
    margin-top: 1em;
  }
}
.p-reform_reform__problem__info .__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  -ms-grid-column-align: start;
      justify-self: start;
}
@media screen and (min-width: 1041px) {
  .p-reform_reform__problem__info .__img {
    padding-left: 8.4%;
  }
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__info .__img {
    display: block;
    text-align: center;
  }
}
.p-reform_reform__problem__info .__img img {
  height: 335px;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__info .__img img {
    height: 280px;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem__info .__img img {
    height: 225px;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__info .__img img {
    height: 170px;
  }
}
.p-reform_reform__problem__info .__text {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-reform_reform__problem__info .__text {
    font-size: 22px;
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 840px) {
  .p-reform_reform__problem__info .__text {
    font-size: 19px;
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-reform_reform__problem__info .__text {
    font-size: 16px;
    line-height: 1.444;
    letter-spacing: 0.025em;
    margin-top: 1.4em;
  }
}

/* recruit
   ========================================================================== */
/* .p-recruit_message */
.p-recruit_message {
  padding-top: 0.25em;
}

.p-recruit_message__wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 126px;
  opacity: 0.3;
  position: relative;
  top: 0.2em;
  left: -1.85em;
  background: url(./img/recruit/icon-recruit_message.svg) no-repeat center/contain;
}
@media screen and (max-width: 840px) {
  .p-recruit_message__wrapper:after {
    height: 97px;
    top: -0.1em;
    left: -1.6em;
  }
}
@media screen and (max-width: 630px) {
  .p-recruit_message__wrapper:after {
    height: 68px;
    top: -0.4em;
    left: -1.35em;
  }
}

.p-recruit_message__sub {
  font-size: 24px;
  font-weight: 700;
  margin-top: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-recruit_message__sub {
    font-size: 21px;
    margin-top: 1.55em;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 630px) {
  .p-recruit_message__sub {
    line-height: 1.444;
    margin-top: 1.6em;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.p-recruit_message__text {
  letter-spacing: 0;
  margin-top: 1.55em;
}
@media screen and (min-width: 631px) {
  .p-recruit_message__text {
    text-align: center;
  }
}
@media screen and (min-width: 631px) {
  .p-recruit_message__text p + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 630px) {
  .p-recruit_message__text p br {
    display: none;
  }
  .p-recruit_message__text p {
    letter-spacing: 0.025em;
  }
}

/* .p-recruit_job */
.p-recruit_job {
  margin-top: 4.85em;
}
@media screen and (max-width: 840px) {
  .p-recruit_job {
    margin-top: 7.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job {
    margin-top: 9.65em;
  }
}

@media screen and (max-width: 1040px) {
  .p-recruit_job__wrapper {
    width: 740px;
  }
}

.p-recruit_job__list {
  margin-top: 2.45em;
}
@media screen and (max-width: 840px) {
  .p-recruit_job__list {
    margin-top: 2.6em;
  }
}

@media screen and (min-width: 1041px) {
  .p-recruit_job__list__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2] 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    min-height: 360px;
  }
  .p-recruit_job__list__box + .p-recruit_job__list__box {
    margin-top: 6.25em;
  }
  .p-recruit_job__list__box:nth-of-type(odd) {
    -ms-grid-columns: 53.57% 3.57% 42.86%;
    grid-template-columns: 53.57% 3.57% 42.86%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-recruit_job__list__box:nth-of-type(odd) {
    -ms-grid-columns: 1fr 3.57% 460px;
    grid-template-columns: 1fr 3.57% 460px;
  }
}
@media screen and (min-width: 1041px) {
  .p-recruit_job__list__box:nth-of-type(odd) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }
  .p-recruit_job__list__box:nth-of-type(odd) .__sub {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .p-recruit_job__list__box:nth-of-type(odd) .__name {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
  .p-recruit_job__list__box:nth-of-type(odd) .__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
  .p-recruit_job__list__box:nth-of-type(even) {
    -ms-grid-columns: 42.86% 3.57% 53.57%;
    grid-template-columns: 42.86% 3.57% 53.57%;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .p-recruit_job__list__box:nth-of-type(even) {
    -ms-grid-columns: 460px 3.57% 1fr;
    grid-template-columns: 460px 3.57% 1fr;
  }
}
@media screen and (min-width: 1041px) {
  .p-recruit_job__list__box:nth-of-type(even) .__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/4/4;
  }
  .p-recruit_job__list__box:nth-of-type(even) .__sub {
    -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-recruit_job__list__box:nth-of-type(even) .__name {
    -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-recruit_job__list__box:nth-of-type(even) .__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 1040px) {
  .p-recruit_job__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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-recruit_job__list__box + .p-recruit_job__list__box {
    margin-top: 5.3em;
  }
}
.p-recruit_job__list__box .__img {
  height: 100%;
  width: 100%;
}
.p-recruit_job__list__box .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit_job__list__box .__sub {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.3em;
}
@media screen and (max-width: 1040px) {
  .p-recruit_job__list__box .__sub {
    margin-top: 0.5em;
  }
}
.p-recruit_job__list__box .__sub .__sub_jpb {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin-right: 0.4em;
  border-bottom: 2px solid #d3d9e4;
}
@media screen and (max-width: 1040px) {
  .p-recruit_job__list__box .__sub .__sub_jpb {
    font-size: 13.5px;
    padding-bottom: 0.45em;
    margin-right: 0.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__list__box .__sub .__sub_jpb {
    font-size: 13px;
    padding-bottom: 0.4em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__list__box .__sub .__sub_jpb {
    font-size: 12px;
    padding-bottom: 0.35em;
    margin-right: 0.6em;
  }
}
.p-recruit_job__list__box .__sub .__sub_no {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-bottom: -0.075em;
}
@media screen and (max-width: 1040px) {
  .p-recruit_job__list__box .__sub .__sub_no {
    font-size: 45px;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__list__box .__sub .__sub_no {
    font-size: 42px;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__list__box .__sub .__sub_no {
    font-size: 36px;
  }
}
.p-recruit_job__list__box .__sub .__sub_name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-left: 0.5em;
}
@media screen and (max-width: 1040px) {
  .p-recruit_job__list__box .__sub .__sub_name {
    font-size: 22px;
    margin-left: 0.575em;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__list__box .__sub .__sub_name {
    font-size: 20px;
    margin-left: 0.65em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__list__box .__sub .__sub_name {
    font-size: 16px;
    margin-left: 0.8em;
    letter-spacing: 0.025em;
  }
}
.p-recruit_job__list__box .__name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 1.4em;
}
@media screen and (max-width: 1040px) {
  .p-recruit_job__list__box .__name {
    font-size: 18.5px;
    margin-top: 1.45em;
  }
}
@media screen and (max-width: 840px) {
  .p-recruit_job__list__box .__name {
    font-size: 17px;
    margin-top: 1.55em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_job__list__box .__name {
    font-size: 14px;
    letter-spacing: 0.025em;
    margin-top: 1.7em;
  }
}
.p-recruit_job__list__box .__text {
  margin-top: 1.1em;
}
@media screen and (max-width: 540px) {
  .p-recruit_job__list__box .__text {
    margin-top: 1.05em;
  }
}

/* .p-recruit_overview */
.p-recruit_overview {
  margin-top: 10.25em;
}
@media screen and (max-width: 840px) {
  .p-recruit_overview {
    margin-top: 9.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_overview {
    margin-top: 8.6em;
  }
}

.p-recruit_overview__list {
  margin-top: 2.4em;
}
@media screen and (max-width: 840px) {
  .p-recruit_overview__list {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-recruit_overview__list {
    margin-top: 2.6em;
  }
}

/* contact
   ========================================================================== */
/* p-contact_about */
@media screen and (min-width: 841px) {
  .p-contact_about .p-section__brackets__title {
    font-size: 30px;
    padding: 1.15em;
    line-height: 1.333;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_about .p-section__brackets__title {
    line-height: 1.444;
  }
}
.p-contact_about .p-section__brackets__title__border {
  max-width: 30em;
  padding: 0.6em 0.3em;
  min-height: 121px;
}
@media screen and (max-width: 840px) {
  .p-contact_about .p-section__brackets__title__border {
    min-height: 104px;
    padding: 0.45em 0.3em;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_about .p-section__brackets__title__border {
    min-height: 87px;
    padding: 0.3em;
  }
}

.p-contact_about__info {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  .p-contact_about__info {
    text-align: left;
  }
  .p-contact_about__info br.__pc-only {
    display: none;
  }
}

/* .p-contact_line */
.p-contact_line {
  background: rgba(34, 34, 34, 0.8);
  width: 960px;
  margin-top: 6.2em;
  padding: 2.35em 0 3em;
}
@media screen and (max-width: 840px) {
  .p-contact_line {
    margin-top: 5.8em;
    padding: 2.45em 0 2.8em;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_line {
    margin-top: 5.35em;
    padding: 2.55em 0 2.65em;
  }
}

.p-contact_line__wrapper {
  display: -ms-grid;
  display: grid;
  width: 794px;
  max-width: 88.5%;
  -ms-grid-columns: auto 8% 1fr;
  grid-template-columns: auto 8% 1fr;
  -ms-grid-rows: (auto)[2] 1fr;
  grid-template-rows: repeat(2, auto) 1fr;
  color: #fff;
}

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

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

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

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

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

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

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

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

.p-contact_line__wrapper > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 840px) {
  .p-contact_line__wrapper {
    -ms-grid-columns: auto 6.6% 1fr;
    grid-template-columns: auto 6.6% 1fr;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_line__wrapper {
    -ms-grid-columns: auto 5.25% 1fr;
    grid-template-columns: auto 5.25% 1fr;
  }
}

.p-contact_line__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.825em;
}
@media screen and (max-width: 840px) {
  .p-contact_line__title {
    font-size: 21px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_line__title {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}

.p-contact_line__qr {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/4/2;
  -ms-grid-row-align: center;
      align-self: center;
  width: 110px;
  height: 110px;
  background: #fff;
  padding: 0.55em;
}
@media screen and (max-width: 840px) {
  .p-contact_line__qr {
    width: 87px;
    height: 87px;
    padding: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_line__qr {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    width: 64px;
    height: 64px;
    padding: 0.45em;
  }
}
.p-contact_line__text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 540px) {
  .p-contact_line__text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
}
.p-contact_line__text a {
  text-decoration: underline;
}

.p-contact_line__caution {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 0.55em;
  margin-left: 0.4em;
  margin-top: 1.2em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-contact_line__caution {
    font-size: 12px;
    margin-top: 0.95em;
  }
}
@media screen and (max-width: 540px) {
  .p-contact_line__caution {
    font-size: 10px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3/1/4/4;
    margin-left: 0.2em;
    letter-spacing: 0.025em;
    margin-top: 0.7em;
  }
}
.p-contact_line__caution:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

/* p-mwwp_form */
.p-mwwp_form {
  margin-top: 10.25em;
  width: 960px;
}
@media screen and (max-width: 540px) {
  .p-mwwp_form {
    margin-top: 8.6em;
  }
}

.mw_wp_form {
  margin-top: 2.4em;
}
@media screen and (max-width: 840px) {
  .mw_wp_form {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form {
    margin-top: 2.55em;
  }
}
.mw_wp_form .p-mwwp_form_note {
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_note {
    letter-spacing: 0.025em;
  }
}
.mw_wp_form .p-mwwp_form_note p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, rgba(253, 237, 200, 0.5)));
  background: linear-gradient(transparent 40%, rgba(253, 237, 200, 0.5) 0%);
  padding: 0 4px 3px;
}
.mw_wp_form .p-mwwp_form_list {
  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;
  margin-top: 42px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list {
    margin-top: 45px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list {
    margin-top: 48px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__title {
  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;
  width: 26.6%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 841px) {
  .mw_wp_form .p-mwwp_form_list > .__title {
    min-height: 80px;
  }
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__title {
    width: 100%;
    letter-spacing: 0.025em;
  }
  .mw_wp_form .p-mwwp_form_list > .__title:empty {
    display: none;
  }
  .mw_wp_form .p-mwwp_form_list > .__title:not(:first-of-type) {
    margin-top: 24px;
  }
  .mw_wp_form .p-mwwp_form_list > .__title.__your-name {
    margin-top: 19px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__title.__require:after {
  content: "*";
  color: #ce1212;
  margin-left: 0.25em;
}
.mw_wp_form .p-mwwp_form_list > .__title.__your-what {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 9px;
}
.mw_wp_form .p-mwwp_form_list > .__title.__your-free {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.mw_wp_form .p-mwwp_form_list > .__title.__your-privacy {
  min-height: 0;
}
.mw_wp_form .p-mwwp_form_list > .__title.__your-privacy a {
  border-bottom: 1px solid #222;
  line-height: 1;
}
.mw_wp_form .p-mwwp_form_list > .__detail {
  width: 73.4%;
  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: 10px 0;
}
@media screen and (min-width: 841px) {
  .mw_wp_form .p-mwwp_form_list > .__detail {
    min-height: 60px;
  }
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1041px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 16px;
    padding: 13px 0;
  }
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1040px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what {
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px 0;
  }
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what .mwform-checkbox-field {
    padding: 8px 0;
  }
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what {
    margin-left: -16px;
    margin-right: -16px;
    padding: 2px 0;
    max-width: 680px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-what .mwform-checkbox-field label {
  font-weight: 500;
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-what .error {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what .error {
    margin-left: 16px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-what .error {
    margin-left: 12px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field {
  letter-spacing: 0;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 0;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text {
  color: rgb(34, 34, 34);
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  background: #222;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
@media screen and (min-width: 1041px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field:nth-of-type(3n + 1) .mwform-checkbox-field-text {
    margin-right: 0;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text {
  padding-left: 39px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  margin-right: 40px;
}
@media screen and (max-width: 1040px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text {
    margin: 0 20px;
  }
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 31px;
    margin: 0 16px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 23px;
    letter-spacing: 0.025em;
    margin: 0 12px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text {
  color: rgba(34, 34, 34, 0.6);
  -webkit-transition: color 0.5s, opacity 0.5s;
  transition: color 0.5s, opacity 0.5s;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:hover {
  opacity: 0.6;
  cursor: pointer;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:before, .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:before {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #222;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:before {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:before {
    width: 18px;
    height: 18px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:after {
  top: 50%;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 12px;
  height: 9px;
  background: url(./img/contact/icon-contact_checked.svg) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:after {
    left: 10px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail .mwform-checkbox-field .mwform-checkbox-field-text:after {
    left: 9px;
  }
}
@media screen and (min-width: 841px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-free {
    padding: 12px 0;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy {
  border-top: 0;
  padding: 0;
  position: relative;
  letter-spacing: 0;
  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;
  min-height: 32px;
  margin-top: 27px;
  color: rgba(34, 34, 34, 0.6);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.025em;
    margin-top: 21px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy {
    margin-top: 16px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy.is-active {
  color: rgb(34, 34, 34);
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy a {
  text-decoration: underline;
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field {
  margin-bottom: 0;
  margin-right: 0;
  min-width: 0;
  width: auto;
  padding-right: 0.6em;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field {
    padding-right: 0.4em;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text {
  margin-left: 0;
  margin-right: 0;
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text:before {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text:before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text:before {
    width: 20px;
    height: 20px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text:after {
  left: 16px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text:after {
    left: 13px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .mwform-checkbox-field .mwform-checkbox-field-text:after {
    left: 10px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail.__your-privacy .error {
  position: absolute;
  bottom: -0.5em;
  margin-top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.mw_wp_form .p-mwwp_form_list > .__detail .error {
  display: block;
  margin-top: 10px;
}
.mw_wp_form .p-mwwp_form_list > .__detail input[type=text],
.mw_wp_form .p-mwwp_form_list > .__detail input[type=tel],
.mw_wp_form .p-mwwp_form_list > .__detail input[type=email] {
  width: 100%;
  font-size: 16px;
  height: 56px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  font-style: normal;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail input[type=text],
  .mw_wp_form .p-mwwp_form_list > .__detail input[type=tel],
  .mw_wp_form .p-mwwp_form_list > .__detail input[type=email] {
    height: 52px;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail input[type=text],
  .mw_wp_form .p-mwwp_form_list > .__detail input[type=tel],
  .mw_wp_form .p-mwwp_form_list > .__detail input[type=email] {
    height: 48px;
    font-size: 12px;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail textarea[name=your-free] {
  height: 240px;
  width: 100%;
  resize: none;
  letter-spacing: 0;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-mwwp_form_list > .__detail textarea[name=your-free] {
    height: 210px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-mwwp_form_list > .__detail textarea[name=your-free] {
    height: 180px;
    letter-spacing: 0.025em;
  }
}
.mw_wp_form .p-mwwp_form_list > .__detail input[type=text],
.mw_wp_form .p-mwwp_form_list > .__detail input[type=tel],
.mw_wp_form .p-mwwp_form_list > .__detail input[type=email],
.mw_wp_form .p-mwwp_form_list > .__detail textarea[name=your-free] {
  background: #ffffff;
  border: 1px solid #222;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.mw_wp_form .p-mwwp_form_list > .__detail input[type=text]:focus,
.mw_wp_form .p-mwwp_form_list > .__detail input[type=tel]:focus,
.mw_wp_form .p-mwwp_form_list > .__detail input[type=email]:focus,
.mw_wp_form .p-mwwp_form_list > .__detail textarea[name=your-free]:focus {
  border-color: #707070;
}
.mw_wp_form .__link {
  width: 400px;
  max-width: 100%;
  height: 70px;
  letter-spacing: 0.15em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-size: 20px;
  padding-right: 0em;
  background: transparent;
  -webkit-transition: opacity 0.25s, color 0.25s, background 0.25s;
  transition: opacity 0.25s, color 0.25s, background 0.25s;
}
.mw_wp_form .__link:after {
  pointer-events: none;
}
.mw_wp_form .__link .p-submit_box__button {
  padding-right: 1em;
}
.mw_wp_form .p-submit_box {
  position: relative;
  width: 280px;
  height: 72px;
  margin: 57px auto 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.5s, color 0.5s, background 0.5s;
  transition: opacity 0.5s, color 0.5s, background 0.5s;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-submit_box {
    width: 240px;
    margin-top: 47px;
    height: 59px;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-submit_box {
    width: 220px;
    margin-top: 36px;
    height: 45px;
  }
}
.mw_wp_form .p-submit_box.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.mw_wp_form .p-submit_box > input {
  padding-left: 0;
  letter-spacing: 0.1em;
  font-family: "montserrat", "hansans", sans-serif !important;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-submit_box > input {
    padding: 0 1.4em;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-submit_box > input {
    padding: 0 1.25em;
  }
}
.mw_wp_form .p-submit_box:after {
  right: 1.6em;
}
@media screen and (max-width: 840px) {
  .mw_wp_form .p-submit_box:after {
    right: 1.4em;
  }
}
@media screen and (max-width: 540px) {
  .mw_wp_form .p-submit_box:after {
    right: 1.15em;
  }
}

.p-mwwp_thanks .p-mwwp_thanks__txt {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
.p-mwwp_thanks .p-mwwp_thanks__txt p + p {
  margin-top: 1em;
}

.p-contact_form__tel {
  width: 90%;
  max-width: 980px;
  margin-top: 100px;
}
.p-contact_form__tel a {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #73150d;
  width: 560px;
  max-width: 100%;
  line-height: 1;
  padding: 35px 0 39px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact_form__tel a .__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, rgba(253, 237, 200, 0.5)));
  background: linear-gradient(transparent 40%, rgba(253, 237, 200, 0.5) 0%);
  padding: 0 4px 3px;
}
.p-contact_form__tel a .__num {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #73150d;
  margin-top: 25px;
}
.p-contact_form__tel a .__time {
  color: #73150d;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

/* news
  ========================================================================== */
/* #archive,#single */
@media screen and (min-width: 1141px) {
  #archive .p-section__title,
  #single .p-section__title {
    letter-spacing: 0;
    left: 0.03em;
  }
}

/* .p-single_main */
@media screen and (min-width: 841px) {
  .p-single_main__wrapper {
    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;
  }
}

.p-single_posts {
  width: 836px;
  max-width: calc(100% - 204px);
}
@media screen and (max-width: 840px) {
  .p-single_posts {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts {
    margin: 0 auto;
  }
  #archive .p-single_posts {
    width: 420px;
  }
}

.p-single_posts__wrapper {
  border-bottom: 1px solid rgba(34, 34, 34, 0.6);
  padding: 1.975em 0;
}
@media screen and (max-width: 840px) {
  .p-single_posts__wrapper {
    padding: 1.95em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__wrapper {
    padding: 1.9em 0;
  }
}
.p-single_posts__wrapper:first-of-type {
  padding-top: 0;
}
.p-single_posts__wrapper > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 4.8% 1fr;
  grid-template-columns: 340px 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 4.8%;
  position: relative;
}
.p-single_posts__wrapper > a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-single_posts__wrapper > a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-single_posts__wrapper > a > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-single_posts__wrapper > a > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.p-single_posts__wrapper > a:hover {
  opacity: 1;
}
.p-single_posts__wrapper > a:hover > *:not(.p-single_posts__img) {
  opacity: 0.6;
}
.p-single_posts__wrapper > a:hover > .p-single_posts__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1040px) {
  .p-single_posts__wrapper > a {
    -ms-grid-columns: 46.45% 4.78% 1fr;
    grid-template-columns: 46.45% 1fr;
    grid-column-gap: 4.78%;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__wrapper > a {
    display: block;
  }
}

.p-single_posts__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  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;
  -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-single_posts__img {
    height: 200px;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__img {
    min-height: 180px;
    height: 100%;
    aspect-ratio: 337/180;
  }
}
.p-single_posts__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-single_posts__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

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

.p-single_posts__info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#archive .p-single_posts__info {
  margin-top: 2em;
}
@media screen and (max-width: 840px) {
  #archive .p-single_posts__info {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 540px) {
  #archive .p-single_posts__info {
    margin-top: 1.35em;
  }
}
#single .p-single_posts__info {
  margin-top: 1.05em;
}
@media screen and (max-width: 840px) {
  #single .p-single_posts__info {
    margin-top: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  #single .p-single_posts__info {
    margin-top: 1.2em;
  }
}
.p-single_posts__info .__time {
  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;
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 840px) {
  .p-single_posts__info .__time {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__info .__time {
    font-size: 14px;
  }
}
.p-single_posts__info .__cat {
  border: 1px solid #222;
  font-weight: 400;
  min-width: 88px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  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;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 1.075em;
}
@media screen and (max-width: 840px) {
  .p-single_posts__info .__cat {
    font-size: 13px;
    height: 26px;
    min-width: 84px;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__info .__cat {
    font-size: 12px;
    height: 24px;
    min-width: 80px;
  }
}
#archive .p-single_posts__info .__cat {
  margin-left: 0.55em;
}
@media screen and (max-width: 840px) {
  #archive .p-single_posts__info .__cat {
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 540px) {
  #archive .p-single_posts__info .__cat {
    margin-left: 0.95em;
  }
}
#single .p-single_posts__info .__cat {
  margin-left: 0.35em;
}
@media screen and (max-width: 840px) {
  #single .p-single_posts__info .__cat {
    margin-left: 0.625em;
  }
}
@media screen and (max-width: 540px) {
  #single .p-single_posts__info .__cat {
    margin-left: 0.9em;
  }
}

.p-single_posts__ttl {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#archive .p-single_posts__ttl {
  font-size: 20px;
  margin-top: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  #archive .p-single_posts__ttl {
    font-size: 18px;
    margin-top: 1.05em;
  }
}
@media screen and (max-width: 840px) {
  #archive .p-single_posts__ttl {
    font-size: 16px;
    margin-top: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  #archive .p-single_posts__ttl {
    font-size: 14px;
    margin-top: 1.15em;
    letter-spacing: 0.025em;
  }
}
#single .p-single_posts__ttl {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  #single .p-single_posts__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  #single .p-single_posts__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  #single .p-single_posts__ttl {
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 1.333;
  }
}

#archive .p-single_posts__ttl__inner {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-single_posts__link {
  position: absolute;
  right: 1.95%;
  bottom: 0;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  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;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 840px) {
  .p-single_posts__link {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__link {
    font-size: 12px;
    position: static;
    padding-right: 5%;
    margin-top: 2.25em;
  }
}
.p-single_posts__link:after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  margin-left: 1em;
  margin-bottom: 0.2em;
  background: url(./img/common/icon-arrow__bk.svg) no-repeat center/contain;
}
@media screen and (max-width: 540px) {
  .p-single_posts__link:after {
    width: 20px;
    height: 6px;
    margin-left: 0.7em;
  }
}

.p-single_posts__main {
  margin-top: 1.2em;
}

.p-single_posts__main__text {
  line-height: 1.85;
}

.p-single_posts__content {
  margin-top: 42px;
  letter-spacing: 0.117em;
  line-height: 2.05;
}

.p-single_posts__link a {
  color: #fff;
  background: #db9999;
  position: relative;
  width: 250px;
  max-width: 49.5%;
  height: 43px;
  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;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 0 1em;
}
.p-single_posts__link a:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* p-article */
.p-article {
  width: 100%;
  margin-top: -0.3em;
}
@media screen and (max-width: 840px) {
  .p-article {
    margin-top: -0.1em;
  }
}

.p-article_content {
  position: relative;
  margin-top: 1.975em;
  padding-top: 2.45em;
  border-top: 1px solid rgba(34, 34, 34, 0.6);
}

.p-article_content__wrapper {
  max-width: 100%;
  width: 791px;
}

/* .p-acv_pager */
.p-acv_pager {
  width: 100%;
}
#archive .p-acv_pager, #taxonomy .p-acv_pager {
  margin-top: 5.5em;
}
@media screen and (max-width: 840px) {
  #archive .p-acv_pager, #taxonomy .p-acv_pager {
    margin-top: 5em;
  }
}
@media screen and (max-width: 540px) {
  #archive .p-acv_pager, #taxonomy .p-acv_pager {
    margin-top: 4.4em;
  }
}
#single .p-acv_pager {
  margin-top: 6.25em;
}
@media screen and (max-width: 840px) {
  #single .p-acv_pager {
    margin-top: 5.75em;
  }
}
@media screen and (max-width: 540px) {
  #single .p-acv_pager {
    margin-top: 5.25em;
  }
}

.p-acv_pager .screen-reader-text {
  display: none;
}
.p-acv_pager .nav-links {
  width: 100%;
  position: relative;
  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: 540px) {
  #single .p-acv_pager .nav-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 45px 35px 45px;
    grid-template-rows: repeat(2, 45px);
    grid-row-gap: 35px;
  }
  #single .p-acv_pager .nav-links > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #single .p-acv_pager .nav-links > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #single .p-acv_pager .nav-links > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #single .p-acv_pager .nav-links > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.p-acv_pager .nav-links .page-numbers {
  font-size: 14px;
  padding: 1em 0.54em;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  opacity: 0.6;
}
@media screen and (max-width: 840px) {
  .p-acv_pager .nav-links .page-numbers {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}
@media screen and (max-width: 540px) {
  .p-acv_pager .nav-links .page-numbers {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 0.675em;
    padding-right: 0.675em;
  }
}
.p-acv_pager .nav-links .page-numbers:hover {
  opacity: 1;
}
.p-acv_pager .nav-links .page-numbers.is-first_page, .p-acv_pager .nav-links .page-numbers.is-last_page {
  display: none;
}
.p-acv_pager .nav-links .page-numbers.current {
  opacity: 1;
  position: relative;
}
.p-acv_pager .nav-links .page-numbers.current:after {
  content: "";
  height: 1px;
  width: 1.15em;
  background: #222;
  position: absolute;
  top: 0;
  bottom: -1.9em;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 840px) {
  .p-acv_pager .nav-links .page-numbers.current:after {
    width: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-acv_pager .nav-links .page-numbers.current:after {
    width: 1em;
  }
}
.p-acv_pager .nav-links .page-numbers.all {
  padding: 0;
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .p-acv_pager .nav-links .page-numbers.all {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-acv_pager .nav-links .page-numbers.prev, .p-acv_pager .nav-links .page-numbers.next {
  font-family: "montserrat", "hansans", sans-serif !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4em;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-acv_pager .nav-links .page-numbers.prev:hover, .p-acv_pager .nav-links .page-numbers.next:hover {
  opacity: 0.6;
}
.p-acv_pager .nav-links .page-numbers.prev:before, .p-acv_pager .nav-links .page-numbers.prev:after, .p-acv_pager .nav-links .page-numbers.next:before, .p-acv_pager .nav-links .page-numbers.next:after {
  display: block;
  height: 1px;
  width: 14px;
  background: #222;
}
@media screen and (max-width: 840px) {
  .p-acv_pager .nav-links .page-numbers.prev:before, .p-acv_pager .nav-links .page-numbers.prev:after, .p-acv_pager .nav-links .page-numbers.next:before, .p-acv_pager .nav-links .page-numbers.next:after {
    width: 11px;
  }
}
@media screen and (max-width: 540px) {
  .p-acv_pager .nav-links .page-numbers.prev:before, .p-acv_pager .nav-links .page-numbers.prev:after, .p-acv_pager .nav-links .page-numbers.next:before, .p-acv_pager .nav-links .page-numbers.next:after {
    width: 8px;
  }
}
.p-acv_pager .nav-links .page-numbers.prev {
  left: 0;
  padding-left: 0;
}
@media screen and (max-width: 540px) {
  #single .p-acv_pager .nav-links .page-numbers.prev {
    -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-acv_pager .nav-links .page-numbers.prev:before {
  content: "";
  margin-right: 0.55em;
}
.p-acv_pager .nav-links .page-numbers.next {
  right: 0;
  padding-right: 0;
}
@media screen and (max-width: 540px) {
  #single .p-acv_pager .nav-links .page-numbers.next {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.p-acv_pager .nav-links .page-numbers.next:after {
  content: "";
  margin-left: 0.55em;
}

/* .p-sidenav */
.p-sidenav {
  width: 144px;
  padding-top: 0.1em;
}
@media screen and (max-width: 840px) {
  .p-sidenav {
    width: 100%;
    margin-top: 7.7em;
  }
  #single .p-sidenav {
    margin-top: 7.2em;
  }
}

.p-sidenav__wrapper + .p-sidenav__wrapper {
  margin-top: 3.9em;
}
@media screen and (max-width: 840px) {
  .p-sidenav__wrapper + .p-sidenav__wrapper {
    margin-top: 3.65em;
  }
}
@media screen and (max-width: 540px) {
  .p-sidenav__wrapper + .p-sidenav__wrapper {
    margin-top: 3.4em;
  }
}

.p-sidenav_ttl {
  border-bottom: 2px solid rgba(211, 217, 228, 0.4);
  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;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 0.85em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-sidenav_ttl {
    font-size: 18px;
    padding-bottom: 0.925em;
  }
}
@media screen and (max-width: 540px) {
  .p-sidenav_ttl {
    font-size: 16px;
    padding-bottom: 1em;
  }
}
.p-sidenav_ttl:after {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background: #d3d9e4;
  bottom: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 840px) {
  .p-sidenav_ttl:after {
    width: 32px;
  }
}
@media screen and (max-width: 540px) {
  .p-sidenav_ttl:after {
    width: 40px;
  }
}

.p-sidenav_list {
  margin-top: 0.7em;
}
@media screen and (max-width: 840px) {
  .p-sidenav_list {
    margin-top: 0.625em;
  }
}
@media screen and (max-width: 540px) {
  .p-sidenav_list {
    font-size: 14px;
    margin-top: 0.55em;
  }
}
.p-sidenav_list li a {
  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;
  letter-spacing: 0;
  position: relative;
  padding: 0.25em 0;
  opacity: 0.6;
}
@media screen and (max-width: 840px) {
  .p-sidenav_list li a {
    padding: 0.42em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-sidenav_list li a {
    padding: 0.58em 0;
  }
}
.p-sidenav_list li a:hover {
  opacity: 1;
}
#archive .p-sidenav_list li.is-active a {
  opacity: 1;
}
#archive .p-sidenav_list li.is-active {
  pointer-events: none;
}
.__archive .p-sidenav_list {
  margin-top: 32px;
}
.__archive .p-sidenav_list li a {
  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;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  letter-spacing: 0.1em;
  line-height: 1.95;
}

.p-archive-list {
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.6em;
}
@media screen and (max-width: 840px) {
  .p-archive-list {
    padding-top: 0.375em;
  }
}
@media screen and (max-width: 540px) {
  .p-archive-list {
    padding-top: 0.15em;
  }
}

.p-archive-list__year {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-archive-list__year:not(.is-active):hover, .p-archive-list__year.is-active {
  opacity: 1;
}
.p-archive-list__year .js-click_area {
  display: block;
  margin-top: 0.2em;
  padding: 0.4em 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-archive-list__year .js-click_area {
    margin-top: 0.49em;
  }
}
@media screen and (max-width: 540px) {
  .p-archive-list__year .js-click_area {
    font-size: 14px;
    margin-top: 0.78em;
  }
}
.p-archive-list__year .js-click_area .__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  margin: auto 0;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 840px) {
  .p-archive-list__year .js-click_area .__icon {
    left: 127px;
    width: 9px;
    height: 9px;
  }
}
.p-archive-list__year .js-click_area .__icon:before, .p-archive-list__year .js-click_area .__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-archive-list__year .js-click_area .__icon:before {
  height: 1px;
}
.p-archive-list__year .js-click_area .__icon:after {
  width: 1px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-archive-list__year.is-active .js-click_area .__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-archive-list__year.is-active .js-click_area:hover {
  opacity: 0.6;
}

.p-archive-list__month__list {
  font-size: 14px;
  display: none;
}
.p-archive-list__month__list li a {
  display: block;
  padding: 0.36em 0;
}
@media screen and (max-width: 840px) {
  .p-archive-list__month__list li a {
    padding: 0.43em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-archive-list__month__list li a {
    padding: 0.5em 0;
  }
}

/* 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 .p-notfound__text {
  padding-top: 3em;
}
.p-notfound .p-notfound__button {
  padding-top: 3em;
}
.p-notfound .p-notfound__button a {
  text-decoration: underline;
}