@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 393px) {
  html {
    font-size: calc(100vw * 10 / 393);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #111;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

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

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p, dd {
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 960px) {
  main {
    overflow: hidden;
  }
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn input, .c_btn a {
  background: #111 url(../img/arw-r.svg) no-repeat calc(100% - 2rem) center/2rem;
  border-radius: 3em;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 26rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: opacity .3s;
}

.c_btn input:hover, .c_btn a:hover {
  opacity: .7;
}

.c_ttl {
  color: #666;
  line-height: 1;
  margin-bottom: 2rem;
}

@media screen and (max-width: 960px) {
  .c_ttl {
    font-size: 1.4rem;
  }
}

.c_ttl small {
  display: block;
}

.c_ttl i {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  color: #111;
  font-weight: bold;
  margin-top: .3em;
}

@media screen and (max-width: 960px) {
  .c_ttl i {
    font-size: 3.2rem;
    margin-top: .5em;
  }
}

.evt_ttl.show span * {
  transform: none;
}

.evt_ttl span {
  overflow: hidden;
  display: block;
}

.evt_ttl span * {
  transform: translateY(100%);
  transition: transform .5s .5s;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .u_inner {
    width: 140rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 961px) {
  .is_sp {
    display: none;
  }
  .is_tab {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .is_pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is_pctab {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 60;
}

body.open #header {
  position: fixed;
  z-index: 67;
}

.abs_header {
  color: #fff;
  transform: translateY(-100%);
}

.abs_header .h_logo img {
  opacity: 0;
}

.abs_header .h_logo a {
  background: url(../img/h-logo.svg) no-repeat center top/contain;
}

body.load .abs_header {
  transition: transform .8s;
  transform: none;
  transition-delay: 2.5;
}

.c_header {
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}

@media screen and (max-width: 960px) {
  .c_header {
    height: 6rem;
    padding: 0 1.5rem;
  }
}

.fixed_header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  background: #fff;
  border-bottom: solid 1px #F2F2F2;
}

body:has(.abs_header) .fixed_header {
  transform: translateY(-100%);
  transition: transform .8s;
}

header.fixed .fixed_header {
  transform: none;
}

@media screen and (max-width: 960px) {
  .fixed_header .fixed_mail {
    display: none;
  }
  body:has(.abs_header) .fixed_header nav {
    display: none;
  }
}

.h_logo {
  position: relative;
  z-index: 2;
}

.h_logo img {
  display: block;
  width: 24.6rem;
}

@media screen and (max-width: 960px) {
  .h_logo img {
    width: 16.4rem;
  }
}

@media screen and (max-width: 960px) {
  body.open .h_logo img {
    opacity: 0;
  }
  body.open .h_logo a {
    background: url(../img/h-logo.svg) no-repeat center top/contain;
  }
}

.fixed_mail a {
  background: #DF792A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 3.7rem;
  padding: 0 1.44em;
  color: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 960px) {
  .fixed_mail a {
    height: 6rem;
    border-radius: 0;
    font-size: 1.8rem;
    gap: .8em;
  }
  .fixed_mail a:before {
    content: '';
    background: url(../img/h-mail.svg) no-repeat 50%/contain;
    width: 2.3rem;
    height: 2rem;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .fixed_mail {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 3;
  }
}

@media screen and (min-width: 961px) {
  .h_nav {
    display: flex;
    gap: 2em;
  }
  .h_nav i {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .h_nav {
    text-align: center;
    font-size: 1.4rem;
    color: #ccc;
  }
  .h_nav li {
    margin-bottom: 2.4rem;
  }
  .h_nav i {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    margin-top: .1em;
  }
}

@media screen and (min-width: 961px) {
  nav {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 2em;
  }
}

@media screen and (max-width: 960px) {
  .h_menu {
    position: fixed;
    right: 2rem;
    top: 2.6rem;
    width: 4rem;
    height: 1rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 2rem);
    top: calc(50% - 0.05rem);
  }
  .h_menu .icon:before, .h_menu .icon:after {
    width: 4rem;
    height: 0.1rem;
    background: #29241d;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .abs_header .h_menu .icon:before, .abs_header .h_menu .icon:after {
    background: #fff;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: calc(((1rem / 2) - 0.05rem) * -1);
    left: 0;
  }
  .h_menu .icon:after {
    top: calc((1rem / 2 - 0.05rem));
  }
  body.open .h_menu .icon {
    background: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
    background: #fff;
  }
  body.open .h_menu .icon:before {
    transform: rotate(20deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-20deg);
  }
  body.h_w .h_menu .icon, body.h_w .h_menu .icon:before, body.h_w .h_menu .icon:after {
    background: #fff;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #111;
    padding: 15rem 2rem 5rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #111;
  text-align: center;
  padding: 3rem 0;
}

@media screen and (max-width: 960px) {
  body:has(.abs_header) #footer {
    margin-bottom: 6rem;
  }
}

.f_logo img {
  width: 18.8rem;
  filter: brightness(0) invert(1);
}

.f_copy {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.lp_main {
  position: relative;
  background: #111;
  z-index: 4;
}

.lp_main img {
  width: 100%;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  min-height: 60rem;
}

.lp_main figure {
  clip-path: polygon(40% 40%, 60% 40%, 60% 60%, 40% 60%);
}

@media screen and (max-width: 767px) {
  .lp_main figure {
    clip-path: polygon(40% 40%, 65% 40%, 65% 65%, 40% 65%);
  }
}

body.load .lp_main figure {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 1.8s;
  transition-delay: 1s;
}

.lp_main p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: 600;
  padding-bottom: 7rem;
  font-size: 6rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .lp_main p {
    font-size: 2.4rem;
    padding-bottom: 3rem;
  }
}

.lp_main p em {
  display: block;
}

.lp_main p small {
  display: block;
  font-size: 2.6rem;
}

@media screen and (max-width: 960px) {
  .lp_main p small {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}

body.load .lp_main .evt_ttl span * {
  transform: none;
}

.lp_stren {
  background: #F2F2F2;
  padding: 8rem 0 15rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_stren {
    padding: 6rem 0;
  }
}

.lp_stren .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 3.5rem 0 2.5rem;
}

@media screen and (max-width: 960px) {
  .lp_stren .ttl {
    font-size: 2.2rem;
  }
}

.lp_stren .lead {
  max-width: 90rem;
  margin: 0 auto 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_stren .lead {
    text-align: left;
  }
}

.lp_stren .lead b {
  font-weight: 600;
}

.lp_stren ul {
  display: flex;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 960px) {
  .lp_stren ul {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 1280px) {
  .lp_stren ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.lp_stren li {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .lp_stren li {
    width: 42rem;
    height: 48rem;
  }
  .lp_stren li:nth-child(1) {
    width: 100%;
    margin-bottom: -11rem;
  }
}

@media screen and (max-width: 960px) {
  .lp_stren li {
    width: 31rem;
    height: 35.3rem;
  }
  .lp_stren li:nth-child(1) {
    margin-bottom: -8.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_stren li {
    width: 100%;
  }
  .lp_stren li:nth-child(1), .lp_stren li:nth-child(2) {
    margin-bottom: -5rem;
  }
}

@media screen and (min-width: 1281px) {
  .lp_stren li {
    flex: 1;
  }
}

.lp_stren li:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 48rem;
  height: 48rem;
  border: solid 1px #ccc;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .lp_stren li:before {
    width: 35.3rem;
    height: 35.3rem;
  }
}

@media screen and (min-width: 1450px) {
  .lp_stren li:before {
    width: 50rem;
    height: 50rem;
  }
}

.lp_stren dl {
  width: 34rem;
}

@media screen and (max-width: 960px) {
  .lp_stren dl {
    width: 26.3rem;
  }
}

.lp_stren dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: .8em;
}

@media screen and (max-width: 960px) {
  .lp_stren dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  .lp_stren dd {
    font-size: 1.4rem;
  }
}

.lp_stren dd b {
  font-weight: 600;
  line-height: 1.875;
}

.lp_stren .catch {
  font-size: 2.8rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .lp_stren .catch {
    font-size: 2rem;
  }
}

#sustainability {
  margin-top: -18rem;
}

@media screen and (max-width: 960px) {
  #sustainability {
    margin-top: -10rem;
  }
}

.lp_sus {
  position: relative;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .lp_sus {
    padding-bottom: 6rem;
  }
}

.lp_sus .swiper-wrapper {
  transition-timing-function: linear;
}

.lp_sus .icon {
  padding: 0 2rem;
  text-align: center;
  transform: translateY(-50%);
  margin-bottom: 2rem;
}

@media screen and (min-width: 961px) {
  .lp_sus .icon {
    margin-bottom: -7rem;
  }
}

.lp_sus .icon img {
  width: 140rem;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transition: clip-path .8s;
}

.lp_sus .icon.show img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 961px) {
  .lp_sus .left {
    width: 42rem;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .lp_sus .left {
    width: 32rem;
  }
}

@media screen and (min-width: 961px) {
  .lp_sus .side {
    position: sticky;
    left: 0;
    top: 0;
    padding-top: 10rem;
  }
  .lp_sus .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14rem;
  }
  .lp_sus .right {
    width: calc(100% - 42rem);
    padding-top: 10rem;
    padding-left: 6rem;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .lp_sus .right {
    width: calc(100% - 32rem);
  }
}

@media screen and (max-width: 960px) {
  .lp_sus .side {
    border-bottom: solid 1px #ccc;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.lp_sus .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: .9em;
}

@media screen and (max-width: 960px) {
  .lp_sus .ttl br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lp_sus .ttl {
    font-size: 2.2rem;
  }
  .lp_sus .ttl br {
    display: block;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .lp_sus .ttl {
    font-size: 2.6rem;
  }
}

.lp_sus .ttl i {
  display: block;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5em;
}

.lp_sus p {
  line-height: 1.875;
}

.lp_sus .img {
  margin: 2rem 0 6rem;
}

.lp_sus .ttl2 {
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.lp_sus .ttl2 i {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.3em;
}

.lp_sus .ttl2 i:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: solid 1px #111;
  top: .45em;
  margin-left: 1em;
}

.lp_sus .row2 {
  display: grid;
  grid-template-columns: 1fr 16rem;
  gap: 3rem 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .row2 {
    margin-bottom: 4rem;
    grid-template-columns: none;
  }
}

.lp_sus .fig {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .fig {
    gap: 3rem;
  }
}

.lp_sus .fig .a {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .fig .a {
    width: 12rem;
  }
}

.lp_sus .fig .b {
  width: 6rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .fig .b {
    width: 9rem;
  }
}

.lp_sus .ttl3 {
  background: #F5F5F5;
  height: 5.2rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .ttl3 {
    font-size: 1.7rem;
  }
}

.lp_sus .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 5rem;
}

.lp_sus .list img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_sus .list {
    margin-bottom: 7rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.lp_sus .list dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin: .45em 0 .6em;
}

@media screen and (max-width: 960px) {
  .lp_sus .list dt {
    margin: .8em 0 .6em;
    font-size: 1.6rem;
  }
}

.lp_sus .list dt i {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin-bottom: .25em;
}

.lp_sus .list dt small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .list dt small {
    font-size: 1rem;
  }
}

.lp_sus .list dd {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .lp_sus .list dd {
    line-height: 1.833;
  }
}

.lp_sus .slide {
  position: relative;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .slide {
    margin: 2.5rem 0 5rem;
  }
}

.lp_sus .slide figcaption {
  background: #747373;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp_sus .slide figcaption {
    font-size: 1.8rem;
    height: 4.2rem;
  }
}

.lp_sus .pager {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp_sus .pager {
    margin-top: 1.2rem;
  }
}

.lp_sus .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background: #F2F2F2;
}

.lp_sus .swiper-pagination-bullet-active {
  background: #747373;
}

.lp_sus .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.lp_sus .ttl4 {
  color: #666;
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .ttl4 {
    margin-bottom: 3rem;
  }
}

.lp_sus .ttl4 i {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #111;
}

@media screen and (max-width: 767px) {
  .lp_sus .ttl4 i {
    font-size: 2.6rem;
  }
}

.lp_sus .loop li {
  position: relative;
  width: 45rem;
  margin: 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .lp_sus .loop li {
    width: 30rem;
    margin: 0 .5rem;
  }
}

.lp_sus .loop img {
  width: 100%;
}

.lp_sus .loop p {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 3rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .lp_sus .loop p {
    padding: 2rem;
    font-size: 1.6rem;
  }
}

.lp_sus .loop small {
  display: block;
  font-size: .6em;
  line-height: 2;
  font-weight: 400;
  margin-top: .8em;
}

.lp_products {
  background: #F2F2F2;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .lp_products {
    padding: 6rem 0 7rem;
  }
}

.lp_products ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_products ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.lp_products .ttl {
  font-size: 2rem;
  font-weight: 600;
  margin: .6em 0 .45em;
}

@media screen and (max-width: 767px) {
  .lp_products .ttl {
    font-size: 1.6rem;
  }
}

.lp_products li p {
  font-size: 1.4rem;
  line-height: 1.57;
}

.lp_case {
  padding: 7rem 0 8.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp_case {
    padding: 6rem 0 7rem;
  }
}

.lp_case .filter {
  display: flex;
  gap: 1rem;
  font-family: "Montserrat", sans-serif;
  margin: 3.5rem 0 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lp_case .filter {
    margin: 3.5rem 0 6rem;
  }
}

.lp_case .filter a {
  background: #F2F2F2;
  padding: .1em 1em;
  border-radius: 1em;
  color: #666;
  font-weight: 400;
  display: block;
}

.lp_case .filter .active {
  background: #111;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .lp_case .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }
}

.lp_case .item + li {
  margin-top: 3rem;
}

@media screen and (max-width: 960px) {
  .lp_case .item + li {
    margin-top: 5.5rem;
  }
}

@media screen and (min-width: 961px) {
  .lp_case .slide {
    width: calc(100% - 30rem);
  }
}

.lp_case .desc {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 961px) {
  .lp_case .desc {
    width: 26rem;
  }
}

@media screen and (max-width: 960px) {
  .lp_case .desc {
    margin-top: 2rem;
  }
}

.lp_case .data {
  margin-bottom: 4.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .lp_case .data {
    margin-bottom: 2.5rem;
  }
}

.lp_case .data em {
  display: block;
  color: #666;
  font-weight: bold;
  margin-bottom: .8em;
}

.lp_case .data i {
  display: block;
  color: #111;
}

.lp_case .ttl {
  font-weight: 600;
  margin-bottom: .8em;
}

.lp_case .tag {
  font-size: 1.2rem;
  color: #666;
}

.lp_case .swiper-slide {
  overflow: hidden;
}

.lp_case .swiper-slide .wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.lp_case .swiper-slide img {
  aspect-ratio: 1100 / 740;
  width: 100%;
}

.lp_case .swiper-slide-prev {
  opacity: 1 !important;
  z-index: 9 !important;
}

.lp_case .swiper-slide-prev .wrap {
  transform: translateX(10rem);
  transition: transform 1s linear;
}

.lp_case .swiper-slide-next {
  opacity: 1 !important;
  z-index: 9 !important;
}

.lp_case .swiper-slide-next .wrap {
  transform: none;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.lp_case .swiper-slide-next img {
  transform: scale(1.1);
}

.lp_case .swiper-slide-active {
  z-index: 10 !important;
}

.lp_case .swiper-slide-active .wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 1s;
  transform: none;
}

.lp_case .swiper-slide-active img {
  transform: scale(1);
  transform-origin: right;
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lp_case .org {
  display: none;
}

.lp_case .hide {
  display: none;
}

.lp_case:not(:has(.list .hide)) .more {
  display: none;
}

.lp_case .more {
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 960px) {
  .lp_case .more {
    margin-top: 6rem;
  }
}

.lp_case .more a {
  background: #111 url(../img/arw-d.svg) no-repeat calc(100% - 2rem) center/2rem;
  border-radius: 3em;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 26rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.lp_form {
  background: #F2F2F2;
  padding: 10rem 0 8rem;
  text-align: center;
}

.lp_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F8F8F8 inset;
}

.lp_form input[readonly], .lp_form textarea[readonly], .lp_form select[readonly] {
  border: none !important;
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .lp_form {
    padding: 5rem 0 6rem;
  }
}

@media screen and (min-width: 961px) {
  .lp_form .u_inner {
    width: 100rem;
  }
}

.lp_form .box {
  text-align: left;
  background: #fff;
  padding: 5rem;
  margin-top: 3rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .lp_form .box {
    padding: 3rem 2rem;
  }
}

@media screen and (min-width: 961px) {
  .lp_form .row {
    display: flex;
    gap: 5rem;
  }
  .lp_form .row > * {
    flex: 1;
  }
}

@media screen and (max-width: 960px) {
  .lp_form dl + dl {
    margin-top: 2.5rem;
  }
}

.lp_form dt {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .6em;
  margin-bottom: .8em;
}

.lp_form dt em {
  background: #DF792A;
  color: #fff;
  padding: .3em 1em;
  border-radius: 3em;
  font-size: 1rem;
  font-weight: 400;
}

.lp_form dd {
  font-size: 1.4rem;
  position: relative;
}

.lp_form dd + dt {
  margin-top: 2.5rem;
}

.lp_form dd input[type="text"], .lp_form dd input[type="email"], .lp_form dd input[type="tel"], .lp_form dd textarea, .lp_form dd select {
  width: 100%;
  padding: .7em 1em;
  background: #F8F8F8;
  display: block;
}

.lp_form dd select {
  width: auto;
}

.lp_form dd textarea {
  display: block;
  height: 24.8em;
}

.lp_form .name {
  display: flex;
  gap: 1rem;
}

.lp_form .error {
  color: #CF3B3B;
  font-size: 1.4rem;
  display: block;
  margin-top: .2em;
}

.lp_form .c_btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .lp_form .c_btn {
    margin-top: 2rem;
  }
}

.lp_form .c_btn.b {
  display: none;
}

.lp_form .c_btn .back {
  background-color: rgba(0, 0, 0, 0.36);
}

.lp_form:has(textarea.is_error) .c_btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .lp_form:has(textarea.is_error) .c_btn {
    margin-top: 2rem;
  }
}

.lp_form form:not(.confirm) dd label {
  display: none;
}

.lp_form form.confirm dd input, .lp_form form.confirm dd textarea, .lp_form form.confirm dd select {
  display: none;
}

.lp_form form.confirm .c_btn.a {
  display: none;
}

.lp_form form.confirm .c_btn.b {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  translate: 0 -50%;
}

.thanks_body {
  margin-top: 10rem;
  text-align: center;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .thanks_body {
    margin-top: 6rem;
  }
}

.thanks_body dt {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .thanks_body dt {
    font-size: 2.6rem;
  }
}

.thanks_body dd {
  font-size: 1.4rem;
  line-height: 1.71;
}

.thanks_body .c_btn {
  margin-top: 4rem;
}

/*# sourceMappingURL=style.css.map */