@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&family=Raleway:wght@300;400;500;600;700&display=swap");
html {
  overflow-x: hidden;
}
.f-bar {
  font-family: "Barlow", sans-serif;
}
.f-rale {
  font-family: "Raleway", sans-serif;
}
.f-main {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.f-main2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* BASE */
img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
img.c-svg-img {
  -o-object-fit: contain;
  object-fit: contain;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
a {
  color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  color: currentColor;
  text-decoration: none;
}
/* UTILITIES */
/* EFFECT */
/*下から出現*/
.effect_box_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(20px) rotate(0deg);
  -ms-transform: translateY(20px) rotate(0deg);
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_up.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*その場で出現*/
.effect_box_spot {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_spot.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/*左から出現*/
.effect_box_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-20px) rotate(0deg);
  -ms-transform: translateX(-20px) rotate(0deg);
  transform: translateX(-20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_left.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*右から出現*/
.effect_box_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(20px) rotate(0deg);
  -ms-transform: translateX(20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_right.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/* COMPONENTS */
/* PAGE LOGO */
.c-logo {
  margin-bottom: 0;
}
.c-logo a, .c-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* SECTION */
.c-section-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-textimg .c-section-img {
  width: 50%;
}
.c-section-textimg .c-section-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-section {
    width: 80%;
  }
}
/* SECTION IMAGE */
.c-section-img {
  position: relative;
}
.c-section-img::before, .c-section-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* SECTION INFO */
.c-section-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* SECTION LIST */
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
}
.c-section-list a, .c-section-list img {
  display: block;
  width: 100%;
}
/* SECTION TITLE */
.c-title1 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
.c-title1 .f-rale {
  display: block;
  font-weight: 500;
  font-size: 6.5rem;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.c-title1--center {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-title1 {
    font-size: 1.4rem;
  }
  .c-title1 .f-rale {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
}
/* SECTION PARAGRAPH */
.c-section-p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 29px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .c-section-p {
    font-size: 1.3rem;
    line-height: 22px;
  }
}
/* BTN 1 */
.c-btn1.inf-area3 a {
  padding: 8px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 1.357rem;
  letter-spacing: 0;
}
.c-btn1 .top_bt_ani3 {
  width: 42px;
  margin-left: 30px;
}
.c-btn1 .top_bt_ani3::after {
  height: 8px;
  width: 8px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .c-btn1.inf-area3 a {
    font-size: 0.8rem;
  }
  .c-btn1 .top_bt_ani3 {
    width: 20px;
    margin-left: 10px;
  }
  .c-btn1 .top_bt_ani3::after {
    height: 5px;
    width: 5px;
    top: -2px;
  }
}
/* ICON */
.c-icon1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-icon1::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* LINK */
.c-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1 a {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: currentColor;
}
/* LINK */
.c-link1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-link1 img {
  display: block;
  width: 58%;
  position: relative;
  z-index: 1;
  margin-right: -22px;
}
.c-link1__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 130px;
  background-color: #fff;
  text-align: center;
  padding: 30px 22px 10px;
}
.c-link1 p {
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
}
.c-link1 .f-rale {
  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;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.c-link1 .f-rale .c-icon1 {
  margin-top: 8px;
  margin-left: 12px;
}
/* scroll */
.anchor-scroll {
  cursor: pointer;
}
/* COPY */
.c-copyright {
  font-size: 1.2rem;
  letter-spacing: 0;
}
/*=================================================== */
.p-lp {
  width: 100%;
  position: relative;
  background-color: #ededed;
  overflow-x: hidden;
}
/* HEADER */
header#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: transparent;
  color: #fff;
}
header#header.view {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* CONTAINER  */
.header__container {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 58px 80px 20px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
header.view .header__container {
  padding-top: 20px;
}
/* LOGO */
.header__logo {
  width: 280px;
}
.header__logo .logo-black {
  display: none;
}
header.view .logo-black {
  display: block;
}
header.view .logo-white {
  display: none;
}
/* NAV */
header .header__nav li + li {
  margin-left: 25px;
}
header a.header-nav__btn {
  display: block;
  width: 170px;
  height: 55px;
  line-height: 55px;
  background-color: #b94f00;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
header a.header-nav__btn:hover {
  color: #fff;
}
/* TRIGGER */
.menu-trigger {
  display: none;
}
/* MENU TOGGLE */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 1600px) {
  .header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .header__nav li + li {
    margin-left: 15px;
  }
  header .header__nav a {
    font-size: 1.4rem;
  }
  header a.header-nav__btn {
    width: 135px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 200px;
  }
  header .header__nav a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  header .header__nav {
    display: none;
  }
  .header__container {
    padding: 40px 5% 20px;
  }
  .header__logo {
    width: 280px;
  }
  /* TRIGGER */
  .menu-trigger {
    display: block;
    width: 60px;
    height: 20px;
    cursor: pointer;
    position: relative;
  }
  .menu-trigger span {
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-trigger span:first-child {
    top: 0;
  }
  .menu-trigger span:last-child {
    bottom: 0;
  }
  .menu-trigger.tgl-active span:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
  }
  .menu-trigger.tgl-active span:last-child {
    -webkit-transform: translate(0, -10px) rotate(-45deg);
    -ms-transform: translate(0, -10px) rotate(-45deg);
    transform: translate(0, -10px) rotate(-45deg);
  }
  /* MENU TOGGLE */
  .menu-toggle {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    background-color: #7d7d7d;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    text-align: center;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .menu-toggle::-webkit-scrollbar {
    display: none;
  }
  .menu-toggle.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  .menu-toggle__inner {
    padding: 155px 5% 82px;
  }
  /* TOGGLE NAV */
  .menu-toggle .c-nav1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .menu-toggle .c-nav1 li + li {
    margin-top: 18px;
  }
  .menu-toggle .c-nav1 a {
    font-size: 1.5rem;
    line-height: 30px;
  }
  /* LINK 1 */
  .menu-toggle .c-link1 {
    color: #000;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 164px;
  }
  .menu-toggle .c-link1__inner {
    padding: 10px 20px;
    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;
  }
  .menu-toggle .c-link1 img {
    width: 45.8%;
    margin-right: -8%;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    padding: 30px 9.7% 15px;
  }
  header.view .header__container {
    padding-top: 15px;
  }
  .header__logo {
    width: 160px;
  }
  .menu-trigger {
    width: 24px;
    height: 10px;
  }
  .menu-trigger.tgl-active span:first-child {
    -webkit-transform: translate(0, 4px) rotate(45deg);
    -ms-transform: translate(0, 4px) rotate(45deg);
    transform: translate(0, 4px) rotate(45deg);
  }
  .menu-trigger.tgl-active span:last-child {
    -webkit-transform: translate(0, -5px) rotate(-45deg);
    -ms-transform: translate(0, -5px) rotate(-45deg);
    transform: translate(0, -5px) rotate(-45deg);
  }
  /* MENU TOGGLE */
  .menu-toggle .c-link1 p {
    font-size: 1.3rem;
    line-height: 20px;
  }
  .menu-toggle .c-link1__inner {
    height: auto;
    padding: 26px 20px 20px;
  }
}
@media screen and (max-width: 360px) {
  .menu-toggle .c-link1__inner {
    padding: 10px;
  }
  .menu-toggle .c-link1 p {
    font-size: 1.2rem;
  }
}
/* ========================================================== */
.l-bg--white {
  background-color: #fff;
}
/* MAIN */
.c-mainvisual {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("./../images/page-lp/mainvisual.jpg") no-repeat center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("./../images/page-lp/mainvisual.jpg") no-repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("./../images/page-lp/mainvisual.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.c-mainvisual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 370px;
}
@media screen and (max-width: 991px) {
  .c-mainvisual {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("./../images/page-lp/mainvisual_sp.jpg") no-repeat center;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("./../images/page-lp/mainvisual_sp.jpg") no-repeat center;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("./../images/page-lp/mainvisual_sp.jpg") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  .c-mainvisual {
    height: 50vh;
    min-height: 422px;
  }
  .c-mainvisual__text {
    max-width: 180px;
    top: 56%;
  }
}
/* ========================================================== */
/*HOUSE OF THE YEAR*/
.pg_houseof_block {
  width: 80%;
  max-width: 800px;
  margin: 11rem auto 0rem;
}
@media screen and (max-width: 1200px) {
  .pg_houseof_block {
    margin: 10rem auto 0rem;
  }
}
@media screen and (max-width: 991px) {
  .pg_houseof_block {
    margin: 8rem auto 0rem;
  }
}
@media screen and (max-width: 576px) {
  .pg_houseof_block {
    margin: 6rem auto 0rem;
  }
}
/* ========================================================== */
/* PERFORMANCE */
.l-per {
  width: 95%;
  max-width: 1400px;
  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;
  margin-bottom: 40px;
  padding-top: 144px;
}
.l-per .c-title1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-right: 30px;
  margin-top: 68px;
}
.l-per__heading {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 42px;
}
.l-per__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1200px;
}
.l-per__navs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.l-per__navs li {
  width: 25%;
  -webkit-box-shadow: 1px 0 0 0 rgba(201, 201, 201, 0.95), 0 1px 0 0 rgba(201, 201, 201, 0.95), 1px 1px 0 0 rgba(201, 201, 201, 0.95), /* Just to fix the corner */ 1px 0 0 0 rgba(201, 201, 201, 0.95) inset, 0 1px 0 0 rgba(201, 201, 201, 0.95) inset;
  box-shadow: 1px 0 0 0 rgba(201, 201, 201, 0.95), 0 1px 0 0 rgba(201, 201, 201, 0.95), 1px 1px 0 0 rgba(201, 201, 201, 0.95), /* Just to fix the corner */ 1px 0 0 0 rgba(201, 201, 201, 0.95) inset, 0 1px 0 0 rgba(201, 201, 201, 0.95) inset;
  text-align: center;
  padding: 8px 20px 70px;
  display: flex;
  flex-direction: column;
}
.l-per__navs p {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 35px;
  margin-bottom: 32px;
  flex-grow: 1;
}
.l-per__navs p span.c-text-hig--black {
  color: #000;
  font-size: 3rem;
}
.l-per__navs .l-per__nums {
  margin-bottom: 32px;
}
.l-per__navs .l-per__nums span {
  margin-top: -26px;
}
.l-per__nums {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 10rem;
  letter-spacing: 0;
  color: #ffffff;
}
.l-per__nums span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: normal;
}
.l-per__navs a.anchor-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #7d7d7d;
}
.l-per__navs a.anchor-scroll .c-icon1 {
  width: 50px;
  height: 50px;
  border: 1px solid #7d7d7d;
  background-color: #7d7d7d;
  margin-left: 12px;
}
.l-per__navs a.anchor-scroll:hover .c-icon1 {
  background-color: transparent;
}
.l-per__navs a.anchor-scroll .c-icon1::after {
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-per__navs a.anchor-scroll:hover .c-icon1::after {
  border-color: #7d7d7d;
}
/* LIST  */
.l-per__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-per__list li + li {
  margin-top: 50px;
}
.l-per__list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-section-list_pcbox {
  width: 50%;
}
.l-per__list img {
  width: 100%;
  height: 100%;
}
.l-per__list-info {
  padding-left: 6.6%;
  width: 50%;
}
.l-per__list li:nth-child(even) .l-per__list-info {
  padding-right: 6.6%;
  padding-left: 0;
}
.l-per__list .l-per__nums {
  position: relative;
  line-height: 85px;
  padding-left: 88px;
  margin-bottom: 50px;
}
.l-per__list .l-per__nums span {
  color: #000;
  position: absolute;
  top: 46%;
  left: 0;
}
.l-per__list h3 {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .l-per {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 90px;
  }
  .l-per .c-title1 {
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 55px;
  }
  /* NAVS */
  .l-per__navs li {
    width: 50%;
    padding-bottom: 45px;
  }
  /* LIST */
  .l-per__list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-section-list_spbox {
  display: none;
}
@media screen and (max-width: 576px) {
  .l-per {
    width: 80%;
    padding-top: 52px;
    margin-bottom: 20px;
  }
  .l-per .c-title1 {
    margin-bottom: 45px;
  }
  .l-per__heading {
    font-size: 1.3rem;
    margin-bottom: 26px;
  }
  /* NAVS */
  .l-per__navs {
    margin-bottom: 60px;
  }
  .l-per__navs li {
    padding: 8px 4px 36px;
  }
  .l-per__nums {
    font-size: 5.2rem;
  }
  .l-per__navs .l-per__nums {
    margin-bottom: 15px;
  }
  .l-per__navs .l-per__nums span {
    font-size: 0.88rem;
    margin-top: -10px;
  }
  .l-per__navs p {
    line-height: 20px;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .l-per__navs p span.c-text-hig--black {
    padding: 0;
    font-size: 2rem;
  }
  .l-per__navs p .c-line-break {
    display: none;
  }
  .l-per__navs a.anchor-scroll {
    font-size: 1.1rem;
  }
  .l-per__navs a.anchor-scroll .c-icon1 {
    width: 26px;
    height: 26px;
    margin-left: 6px;
  }
  .l-per__navs a.anchor-scroll .c-icon1::after {
    width: 4px;
    height: 4px;
  }
  /* LIST */
  .l-per__list li, .l-per__list li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-per__list li + li {
    margin-top: 32px;
  }
  .c-section-list_pcbox {
    display: none;
  }
  .l-per__list-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .l-per__list li:nth-child(even) .l-per__list-info {
    padding-left: 0;
    padding-right: 0;
  }
  .l-per__list .l-per__nums {
    font-size: 6.5rem;
    line-height: normal;
    padding-left: 70px;
    margin-bottom: 0px;
  }
  .l-per__list .l-per__nums span {
    font-size: 1.3rem;
    top: 42%;
  }
  .l-per__list h3 {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .c-section-list_spbox {
    display: block;
    width: 100%;
    height: 200px;
    margin: 1rem auto;
  }
}
/* ========================================================== */
/* STYLE */
.l-style {
  padding-top: 134px;
  padding-bottom: 132px;
  position: relative;
}
.l-style__inner {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
.l-style .c-title1 {
  margin-bottom: 30px;
}
.l-style__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-style__row:nth-child(1) {
  margin-bottom: 38px;
}
.l-style__row-left {
  width: 22.8%;
  min-width: 200px;
}
.l-style__row-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#l-style-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  border-bottom: 0;
}
#l-style-tab li + li {
  margin-top: 25px;
}
#l-style-tab a {
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: normal;
  color: gray;
  border: none;
  position: relative;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#l-style-tab a:hover, #l-style-tab .active {
  color: #000;
  opacity: 1;
}
#l-style-tab .active::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}
/* TAB CONTENT */
#l-style-tabcontent {
  width: 100%;
  margin-top: 6px;
}
.l-style__list li {
  width: calc((100% - 58px) / 3);
}
.l-style__list li:nth-child(n + 4) {
  margin-top: 28px;
}
.l-style__list img {
  margin-bottom: 12px;
}
.l-style__list p {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 35px;
}
/* TEXT FLOW */
.l-style__text-flow {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.l-style__text-flow .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: marquee 36s linear infinite;
  animation: marquee 36s linear infinite;
}
.l-style__text-flow .marquee p {
  display: inline-block;
  font-weight: 500;
  font-size: 30rem;
  line-height: 1;
  color: #ededed;
  letter-spacing: 0.03em;
  margin-right: 50px;
  margin-bottom: 0;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 991px) {
  .l-style__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #l-style-tab {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #l-style-tab li + li {
    margin-top: 0;
  }
  #l-style-tab .active::before {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* LIST  */
  .l-style__list li {
    width: calc((100% - 30px) / 3);
  }
  .l-style__list p {
    font-size: 1.6rem;
  }
  /* TEXT FLOW */
  .l-style__text-flow {
    bottom: -38px;
  }
  .l-style__text-flow .marquee p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .l-style {
    padding-top: 72px;
    padding-bottom: 125px;
  }
  .l-style__row:nth-child(1) {
    margin-bottom: 22px;
  }
  #l-style-tab {
    margin-bottom: 22px;
  }
  #l-style-tab a {
    font-size: 1.4rem;
  }
  #l-style-tab .active::before {
    top: -12px;
  }
  .l-style__list li {
    width: calc((100% - 12px) / 2);
  }
  .l-style__list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .l-style__list img {
    margin-bottom: 8px;
  }
  .l-style__list p {
    font-size: 1.3rem;
    line-height: 20px;
  }
  .l-style__text-flow {
    bottom: -26px;
  }
  .l-style__text-flow .marquee p {
    font-size: 12rem;
  }
}
@media screen and (max-width: 400px) {
  .l-style .c-title1 .f-rale {
    font-size: 2.8rem;
  }
}
/* ========================================================== */
/* CONSTRUCTION */
.l-cons {
  width: 95%;
  max-width: 1600px;
  padding-top: 142px;
  margin-bottom: 40px;
}
.l-cons .c-title1 {
  margin-bottom: 95px;
}
.l-cons__slider-wrapper {
  position: relative;
  width: 100%;
}
/* SLIDER */
#slider-cons {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 102px;
}
#slider-cons .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider-cons .slide-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 36px;
  padding-right: 3%;
}
#slider-cons .text-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 36px;
}
#slider-cons .text-nums__big {
  font-size: 8rem;
  position: relative;
}
#slider-cons .text-nums__big::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 88px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 154px;
  background-color: #c9c9c9;
}
#slider-cons .text-nums__small {
  color: #c9c9c9;
  font-size: 4rem;
  margin-top: 100px;
  margin-left: 30px;
}
#slider-cons .text-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}
#slider-cons .text-title span {
  font-size: 2.8rem;
}
#slider-cons .text-content {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}
/* IMGS */
#slider-cons .slide-imgs {
  width: 61.6%;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider-cons .slide-imgs img {
  width: 46%;
}
#slider-cons .slide-imgs__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#slider-cons .slide-imgs__col img {
  width: 100%;
  height: calc((100% - 10px) / 2);
}
#slider-cons .slide-imgs__col img + img {
  margin-top: 10px;
}
/* SLIDER ARROW */
.l-cons__slider-wrapper .c-icon1 {
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
.l-cons__slider-wrapper .c-icon1::after {
  width: 14px;
  height: 14px;
  border-color: #000;
  border-width: 2px;
}
#slider-cons__prev {
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#slider-cons__next {
  right: 0;
}
/* SLIDER DOTS */
#slider-cons .slick-dots {
  bottom: 0;
}
#slider-cons .slick-dots li {
  width: 24px;
  height: 30px;
  margin: 0;
  position: relative;
}
#slider-cons .slick-dots li + li {
  margin-top: 16px;
}
#slider-cons .slick-dots li::before, #slider-cons .slick-dots li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#slider-cons .slick-dots li::before {
  background-color: #bcbcbc;
  z-index: 2;
}
#slider-cons .slick-dots li::after {
  z-index: 1;
  border: 1px solid #000;
}
#slider-cons .slick-dots li:hover:after, #slider-cons .slick-dots li.slick-active::after {
  width: 21px;
  height: 21px;
}
#slider-cons .slick-dots li:hover:before, #slider-cons .slick-dots li.slick-active::before {
  background-color: #000;
}
#slider-cons .slick-dots button {
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-cons__slider-wrapper .c-icon1 {
    width: 65px;
    height: 65px;
  }
  #slider-cons {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 991px) {
  .l-cons {
    width: 90%;
  }
  #slider-cons {
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
  #slider-cons .slide-text {
    padding-top: 0;
  }
  .l-cons__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-cons__slider-wrapper .c-icon1 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  #slider-cons__next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .l-cons {
    width: 80%;
    padding-top: 74px;
    margin-bottom: 20px;
  }
  .l-cons .c-title1 {
    margin-bottom: 46px;
  }
  #slider-cons {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  #slider-cons .slide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #slider-cons__prev {
    left: -90px;
    top: -290px;
  }
  #slider-cons__next {
    right: -90px;
    top: -290px;
  }
  #slider-cons .slide-imgs {
    width: 100%;
  }
  #slider-cons .slide-imgs__col {
    margin-left: 4px;
  }
  #slider-cons .slide-imgs__col img {
    height: calc((100% - 4px) / 2);
  }
  #slider-cons .slide-imgs__col img + img {
    margin-top: 4px;
  }
  /* TEXT */
  #slider-cons .slide-text {
    padding-top: 13px;
    padding-right: 0;
  }
  #slider-cons .text-nums {
    margin-bottom: 14px;
  }
  #slider-cons .text-nums__big {
    font-size: 5.12rem;
  }
  #slider-cons .text-nums__big::after {
    top: 12px;
    left: 70px;
    height: 98px;
  }
  #slider-cons .text-nums__small {
    font-size: 2.56rem;
    margin-top: 64px;
    margin-left: 22px;
  }
  #slider-cons .text-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #slider-cons .text-title span {
    font-size: 2rem;
  }
  #slider-cons .text-content {
    font-size: 1.3rem;
    line-height: 22px;
  }
  .l-cons__slider-wrapper .c-icon1 {
    width: 50px;
    height: 50px;
  }
  .l-cons__slider-wrapper .c-icon1::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
/* ========================================================== */
/* MERIT */
.l-merit {
  max-width: 1300px;
  counter-reset: merit;
  position: relative;
  padding-bottom: 201px;
}
.l-merit__bg {
  width: 100%;
  max-width: 550px;
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
}
.l-merit .c-title1 {
  margin-bottom: 80px;
}
.l-merit__list {
  position: relative;
  z-index: 2;
}
.l-merit__list li {
  width: 50%;
  padding-top: 34px;
  padding-bottom: 44px;
  border-top: 1px solid #c9c9c9;
  letter-spacing: 0.03em;
}
.l-merit__list li:hover {
  cursor: pointer;
}
.l-merit__list li:nth-child(odd) {
  border-right: 1px solid #c9c9c9;
  padding-right: 3.8%;
}
.l-merit__list li:nth-child(even) {
  padding-left: 3.8%;
}
.l-merit__list li:nth-child(n + 6) {
  border-bottom: 1px solid #c9c9c9;
}
.l-merit__list .item-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 50px;
  position: relative;
  padding-left: 66px;
  margin-bottom: 14px;
}
.l-merit__list .item-title::before {
  counter-increment: merit;
  content: "0"counter(merit);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #ededed;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
}
.l-merit__list .item-content {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 28px;
  margin-bottom: 0;
}
.plusmark {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .l-merit__bg {
    width: 50%;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-merit {
    padding-bottom: 202px;
  }
  .l-merit .c-title1 {
    margin-bottom: 45px;
  }
  .l-merit__list li {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 20px;
  }
  .l-merit__list li:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .l-merit__list li:nth-child(even) {
    padding-left: 0;
  }
  .l-merit__list .item-title {
    line-height: 30px;
    font-size: 1.8rem;
    padding-left: 45px;
    margin-bottom: 10px;
    padding-right: 3rem;
  }
  .l-merit__list .item-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.08rem;
  }
  .l-merit__list .item-content {
    font-size: 1.3rem;
    line-height: 22px;
  }
  .l-merit__bg {
    width: 100%;
    max-width: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .plusmark {
    font-size: 2.5rem;
    top: 38%;
  }
}
/* ========================================================== */
/* GRADE */
.l-grade {
  padding-top: 106px;
  /*margin-bottom: 20px;*/
  padding-bottom: 100px;
}
.l-grade__inner {
  max-width: 1080px;
}
.l-grade .c-title1 {
  margin-bottom: 130px;
}
.l-grade p.table-des {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 26px;
}
.l-grade .table-wrapper {
  overflow: auto;
}
.l-grade table {
  width: 100%;
  /* min-width: 1080px; */
  border-collapse: collapse;
  margin-bottom: 0;
}
.l-grade tr {
  border-top: 1px solid rgba(204, 204, 204, 0.66);
  border-bottom: 1px solid rgba(204, 204, 204, 0.66);
}
.l-grade tr:nth-child(odd) td {
  background-color: #ededed;
}
.l-grade td, .l-grade th {
  width: 27%;
  padding: 22px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 24px;
  border-right: 1px solid rgba(204, 204, 204, 0.66);
}
.l-grade th:last-child, .l-grade td:last-child {
  border-right: none;
}
.l-grade table .small-txt {
  font-size: 1.2rem;
  line-height: 22px;
}
.l-grade th {
  color: #fff;
  background-color: #000;
}
.l-grade th:nth-child(1), .l-grade td:nth-child(1) {
  width: 19%;
}
.l-grade td:nth-child(1) {
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .l-grade .c-title1 {
    margin-bottom: 36px;
  }
  .l-grade p.l-grade__p1 {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 19.5px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 576px) {
  .l-grade {
    padding-top: 76px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .l-grade p.table-des {
    font-size: 1.1rem;
    line-height: 20px;
    margin-top: 18px;
  }
  .l-grade th:nth-child(1), .l-grade td:nth-child(1) {
    width: 5.8%;
  }
  .l-grade th:nth-child(1) {
    position: sticky;
    left: 0;
    background-color: #000;
  }
  .l-grade th:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
  .l-grade td:nth-child(1) {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .l-grade td:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
  .l-grade td, .l-grade th {
    padding: 18px 8px;
    font-size: 1.1rem;
    line-height: 19px;
  }
  .l-grade td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-grade table .small-txt {
    font-size: 0.96rem;
  }
}
/* ========================================================== */
/* FOLLOW */
.l-follow {
  max-width: 1150px;
  text-align: center;
  padding-top: 90px;
}
.l-follow .c-title1 {
  margin-bottom: 58px;
}
/* LIST 1 */
.l-follow__list1 {
  max-width: 1080px;
  width: 100%;
  margin-bottom: 25px;
}
.l-follow__list1 li {
  width: calc((100% - 60px) / 4);
  padding-bottom: calc((100% - 60px) / 4);
  border-radius: 50%;
  position: relative;
  background-color: #ededed;
}
.l-follow__list1 li:nth-child(even) {
  background-color: #808080;
  color: #fff;
}
.l-follow__list1 p {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 36px;
  margin: 0;
}
/* p */
.l-follow__des {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-bottom: 40px;
}
/* LIST 2 */
.l-follow__list2 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.l-follow__list2 > li:nth-child(1) {
  border-bottom: 1px solid #aaaaaa;
}
.l-follow__list2 .small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 32px 20px;
}
.l-follow__list2 .small-list--bottom::before, .l-follow__list2 .small-list--top::after {
  content: "";
  width: 20px;
  height: 50%;
  position: absolute;
}
.l-follow__list2 .small-list--top::after {
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  bottom: 0;
  right: 0;
}
.l-follow__list2 .small-list--bottom::before {
  top: 0;
  left: 0;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
.l-follow__list2 .small-list li {
  width: 27%;
  margin-right: calc(-8% / 3);
  height: 91px;
  line-height: 91px;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.l-follow__list2 .small-list--bottom li:first-child {
  -webkit-clip-path: none;
  clip-path: none;
}
.l-follow__list2 .small-list li:first-child {
  margin-right: 0;
}
.l-follow__list2 .small-list--top li:nth-child(4), .l-follow__list2 .small-list--bottom li:nth-last-child(4) {
  background-color: #ededed;
}
.l-follow__list2 .small-list--top li:nth-child(3), .l-follow__list2 .small-list--bottom li:nth-last-child(3) {
  background-color: #bdbdbd;
}
.l-follow__list2 .small-list--top li:nth-child(2), .l-follow__list2 .small-list--bottom li:nth-last-child(2) {
  background-color: #a4a4a4;
}
.l-follow__list2 .small-list--top li:nth-child(1), .l-follow__list2 .small-list--bottom li:nth-last-child(1) {
  background-color: #808080;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .l-follow__list1 p {
    font-size: 1.6rem;
    line-height: 28px;
    padding: 0 5px;
  }
  .l-follow__list2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-follow__list1 {
    max-width: 540px;
  }
  .l-follow__list1 li {
    width: calc((100% - 24px) / 2);
    padding-bottom: calc((100% - 24px) / 2);
  }
  .l-follow__list1 li:nth-child(n + 3) {
    margin-top: 24px;
  }
  .l-follow__list1 li:nth-child(3) {
    background-color: #808080;
    color: #fff;
  }
  .l-follow__list1 li:nth-child(4) {
    background-color: #ededed;
    color: #000;
  }
}
@media screen and (max-width: 576px) {
  .l-follow {
    padding-top: 60px;
  }
  .l-follow .c-title1 {
    margin-bottom: 44px;
  }
  .l-follow__list1 li {
    width: calc((100% - 12px) / 2);
    padding-bottom: calc((100% - 12px) / 2);
  }
  .l-follow__list1 li:nth-child(n + 3) {
    margin-top: 12px;
  }
  .l-follow__list1 p {
    font-size: 1.23rem;
    line-height: 21px;
  }
  .l-follow__des {
    font-size: 1.3rem;
    line-height: 23px;
    margin-bottom: 84px;
  }
  /* LIST 2 */
  .l-follow__list2 > li:nth-child(1) {
    border-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .l-follow__list2 .small-list--top li:nth-child(4), .l-follow__list2 .small-list--bottom li:nth-last-child(1) {
    background-color: #ededed;
    color: #000;
  }
  .l-follow__list2 .small-list--top li:nth-child(3), .l-follow__list2 .small-list--bottom li:nth-last-child(2) {
    background-color: #bdbdbd;
  }
  .l-follow__list2 .small-list--top li:nth-child(2), .l-follow__list2 .small-list--bottom li:nth-last-child(3) {
    background-color: #a4a4a4;
  }
  .l-follow__list2 .small-list--top li:nth-child(1), .l-follow__list2 .small-list--bottom li:nth-last-child(4) {
    background-color: #808080;
    color: #fff;
  }
  .l-follow__list2 .small-list--bottom::before, .l-follow__list2 .small-list--top::after {
    content: unset;
  }
  .l-follow__list2 .small-list {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 0;
  }
  .l-follow__list2 .small-list li {
    width: 100%;
    margin-right: 0;
    height: 65px;
    line-height: 54px;
    margin-bottom: -10px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 84.6%, 56.4% 84.6%, 50% 100%, 43.5% 84.6%, 0% 84.6%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 84.6%, 56.4% 84.6%, 50% 100%, 43.5% 84.6%, 0% 84.6%);
  }
  .l-follow__list2 .small-list--bottom li:first-child {
    height: 55px;
  }
}
/* ========================================================== */
/* AREA */
.l-area {
  position: relative;
  padding-top: 84px;
  padding-bottom: 211px;
  margin-top: 32px;
}
.l-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.6%;
  z-index: 1;
}
.l-area__inner {
  max-width: 1112px;
  position: relative;
  z-index: 2;
}
.l-area .c-title1 {
  margin-bottom: 43px;
}
.l-area p {
  margin-bottom: 70px;
}
.l-area img.staff-img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-bottom: 40px;
}
.l-area__info img {
  display: block;
  width: 226px;
  margin-bottom: 22px;
}
.l-area__info p {
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .l-area__bg {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .l-area {
    padding-top: 0;
    margin-top: 50px;
  }
  .l-area__bg {
    min-width: 800px;
    right: auto;
    left: 215px;
  }
  .l-area p {
    margin-bottom: 30px;
  }
  .l-area img.staff-img {
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .l-area {
    margin-top: 86px;
    padding-bottom: 382px;
  }
  .l-area .c-title1 {
    margin-bottom: 34px;
  }
  .l-area p {
    line-height: 19.5px;
    margin-bottom: 48px;
  }
  .l-area img.staff-img {
    margin-bottom: 30px;
  }
  .l-area__info img {
    width: 180px;
    margin-bottom: 18px;
  }
  .l-area__info p {
    line-height: 22px;
  }
  .l-area__bg {
    min-width: 564px;
    left: 8px;
    bottom: 80px;
  }
}
.l-area .c-section-p {
  width: 62%;
}
@media screen and (max-width: 1200px) {
  .l-area .c-section-p {
    width: 100%;
  }
}
/* ========================================================== */
/* CONTACT */
.l-contact {
  padding-top: 136px;
  padding-bottom: 148px;
}
.l-contact__inner {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-contact__txt {
  width: 30%;
  min-width: 420px;
  margin-right: 8.5%;
}
.l-contact .c-title1 {
  margin-bottom: 48px;
}
.l-contact .c-section-p + .c-section-p {
  margin-top: 32px;
}
.l-contact .c-section-p .cl-red {
  color: #c50000;
  margin-right: 6px;
}
.l-contact__form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 1400px) {
  .l-contact__txt {
    margin-right: 4%;
  }
}
@media screen and (max-width: 991px) {
  .l-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-contact__txt {
    min-width: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  .l-contact__form {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-contact {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .l-contact__txt {
    margin-bottom: 50px;
  }
  .l-contact .c-title1 {
    margin-bottom: 38px;
  }
  .l-contact .c-section-p + .c-section-p {
    margin-top: 22px;
  }
}
/* PAGEUP  */
.pageup {
  bottom: 5%;
  right: 5%;
}
.pageup a {
  border: none;
  background-color: #000;
  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;
}
.pageup img {
  display: block;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .pageup {
    display: none !important;
  }
}
/* FOOTER */
#footer {
  padding-top: 120px;
  padding-bottom: 268px;
  background-color: #000;
  color: #fff;
}
.footer__inner {
  max-width: 1400px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__logo {
  width: 280px;
  margin-bottom: 44px;
}
/* NAV */
.footer__nav {
  margin-top: 4px;
  margin-bottom: 34px;
}
.footer__nav a {
  display: inline-block;
  font-weight: 500;
  font-size: 1.63rem;
  letter-spacing: 0;
}
.footer__nav a + a::before {
  content: "｜";
  display: inline-block;
  margin: 0 12px;
}
/* COPY */
.footer__copy {
  text-align: right;
}
.footer--tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer--pc {
    display: none;
  }
  .footer--tab {
    display: block;
  }
  .footer__inner, .footer__copy {
    text-align: center;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__bottom {
    -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;
  }
  .footer__nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  #footer {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .footer__logo {
    width: 180px;
    margin-bottom: 26px;
  }
  .footer__nav {
    margin-top: 42px;
    margin-bottom: 44px;
  }
  .footer__nav a {
    font-size: 1.3rem;
  }
}
/* FOOTER SIDELINK */
.footer__sidelink {
  max-width: 536px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 300;
}
@media screen and (max-width: 750px) {
  .footer__sidelink {
    max-width: 450px;
  }
  .footer__sidelink .c-link1 p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__sidelink {
    display: none;
  }
}
/* fotter 固定メニュー
----------------------------------------------------------------------------------------------------*/
.footer__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 900;
  }
  .footer__menu .c-link1 p {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .footer__menu .c-link1__inner {
    height: auto;
    padding: 30px 15px 32px;
  }
  .footer__menu .c-link1 img {
    width: 46%;
    margin-right: -5%;
  }
}
@media screen and (max-width: 360px) {
  #footer {
    padding-bottom: 160px;
  }
  .footer__menu .c-link1__inner {
    padding: 20px 15px;
  }
  .footer__menu .c-link1 p {
    font-size: 1.2rem;
  }
}
/* 誘導ボタン */
.goform-container {
  background-color: #ededed;
}
.goform-container.gfc_bc {
  background-color: #fff;
}
.goform {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  text-align: center;
}
.goform a {
  display: block;
  background-color: #b94f00;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .goform-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .goform a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .goform-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .goform a {
    padding: 24px 0;
  }
}
/*20230328_specLP追記*/
.c-section-list a.js-modal-close {
  width: auto !important;
}
/* ========================================================== */
/* mp4-video再生 */
.page_video_block {
  width: 80%;
margin: 11rem auto 0;
  max-width: 1080px;
}
.page_video_block video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
	  .page_video_block {
    margin: 8rem auto 0;
  }
}

@media screen and (max-width: 576px){
		  .page_video_block {
    margin: 6rem auto 0;
  }
}
