@charset "UTF-8";
/* style.scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&family=Oswald&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Roboto:ital,wght@1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Holtwood+One+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Oswald:wght@200..700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
div,
ul,
ol,
dl,
dt,
dd,
pre,
figure {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 1;
}

ul,
ul ul,
ol {
  list-style: none;
}

table th,
table td {
  font-family: inherit;
}

body {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  body {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: get-vw(16, desktop);
  }
}

.element-with-vw {
  font-size: 5.3333333333vw;
}

.element-with-rem {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
  }
}
.gradation {
  background-color: hsl(199, 53%, 34%);
  background-image: radial-gradient(at 99% 3%, hsla(359, 100%, 50%, 0.31) 0px, transparent 50%), radial-gradient(at 23% 12%, hsl(17, 100%, 50%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(64, 43%, 69%) 0px, transparent 50%), radial-gradient(at 91% 93%, hsl(226, 0%, 0%) 0px, transparent 50%), radial-gradient(at 99% 56%, hsl(239, 75%, 28%) 0px, transparent 50%), radial-gradient(at 55% 2%, hsl(359, 100%, 50%) 0px, transparent 50%), radial-gradient(at 41% 90%, hsl(239, 75%, 29%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(272, 34%, 73%, 0.4) 0px, transparent 50%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradation-dark,
.gradation-area {
  background-color: hsl(199, 0%, 0%);
  background-image: radial-gradient(at 99% 3%, hsla(358, 0%, 0%, 0.31) 0px, transparent 50%), radial-gradient(at 23% 12%, hsl(31, 27%, 20%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(40, 25%, 54%) 0px, transparent 50%), radial-gradient(at 91% 93%, hsl(0, 0%, 0%) 0px, transparent 50%), radial-gradient(at 99% 56%, hsl(239, 72%, 26%) 0px, transparent 50%), radial-gradient(at 55% 2%, hsl(359, 96%, 36%) 0px, transparent 50%), radial-gradient(at 41% 90%, hsl(239, 69%, 12%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(266, 12%, 35%, 0.4) 0px, transparent 50%);
  background-size: 200% 200%;
  animation: gradationAnim 10s ease infinite;
}

.gradation-dark {
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradationAnim 3s ease infinite;
}

@keyframes gradationAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bg_gry00 {
  background: #404653;
}

.bg_blue00 {
  background: #002662;
}

.bg_blue01 {
  background: #6B9DB7;
}

.bg_blue02 {
  background: #D5E5ED;
}

.bg_blue03 {
  background: #E2EFF7;
}

.bg_blue04 {
  background: #329AE6;
}

.bg_blue09 {
  background: #DFEAF0;
}

.bg_blue10 {
  background: #FAFAFA;
}

.bg_ylw {
  background: #FFF500;
}

.bg_blk {
  background: #000000;
}

.bg_wht {
  background: #FFFFFF;
}

.bg_toilet {
  background: #354EA5;
}

.bg_senmenjo {
  background: #4CB1B9;
}

.bg_bath {
  background: #D15BB1;
}

.bg_kitchen {
  background: #6DB23A;
}

.bg_gas {
  background: #E65454;
}

.bg_kyuutouki {
  background: #E27E27;
}

.bg_range {
  background: #6753A8;
}

@font-face {
  font-family: "fututaLt-B-O";
  src: url(../fonts/FuturaLTProBookOblique.otf);
}
.z-modal {
  z-index: 100;
}

.z-drawer {
  z-index: 50;
}

.z-floating {
  z-index: 40;
}

.z-header {
  z-index: 30;
}

.z-footer {
  z-index: 20;
}

.z-front {
  z-index: 10;
}

.z-kv-since {
  z-index: 2;
}

.z-background {
  z-index: -10;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 14px;
  font-weight: 500;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
html {
  scroll-behavior: smooth;
}

.l-gakuburu:hover {
  animation: gakuburu 0.1s infinite;
}

@keyframes gakuburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.UpMove {
  animation: UpAnime 0.7s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.7s forwards;
}

@keyframes DownAnime {
  from {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anm-marquee {
  animation: scrollSample01 40s linear infinite;
}

.anm-marquee02 {
  animation: scrollSample01 20s linear infinite;
}

@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.js-spring-txt span {
  opacity: 0;
  display: inline-block;
  transform: translateY(30px); /* 初期の垂直位置 - ここを編集して浮き上がる距離を変更 */
  animation: floatUp 0.5s forwards;
}

@keyframes floatUp {
  to {
    opacity: 1;
    transform: translateY(0); /* 最終的な垂直位置 - 通常は変更不要 */
  }
}
.anime_wrap {
  position: relative;
  overflow: hidden;
}

.pattern7::before,
.pattern7::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pattern7::before {
  background: #FFF500;
  z-index: 3;
}

.pattern7::after {
  background: #FFFFFF;
  z-index: 2;
}

.pattern7.show::before {
  animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}

.pattern7 img {
  opacity: 0;
  transform: scale(1.1);
}

.pattern7.show img {
  animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  80% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-container {
  width: 100%;
  margin: 0 auto;
}
.l-sec {
  width: 100%;
}
.l-sec__inner {
  max-width: 84.375%;
  margin: 0 auto;
}
.l-sec__inner.wide-inner {
  width: 100%;
  max-width: 100%;
}
.l-sec__inner2 {
  width: 84%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-sec__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-sec__inner.wide-inner {
    width: auto;
  }
  .l-sec__inner2 {
    width: 100%;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}

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

.l-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #002662;
}
.l-header__inner {
  margin: 0 auto;
  position: relative;
}
.l-header__inner:has(.active) {
  padding: 0;
}
.l-header .g-nav__logo {
  max-width: 323px;
  padding: 20px 0;
  color: #FFFFFF;
}
.l-header .g-nav__logo__wrap {
  margin-left: 7.8125%;
  width: 29.9074074074%;
}
.l-header .g-nav__list {
  margin-left: auto;
  margin-right: 7.8125%;
  width: 51.8518518519%;
}
.l-header .g-nav__item {
  width: 16.6666666667%;
  display: inline-block;
}
.l-header .g-nav__item:has(.g-nav__list2):hover .g-nav__list2__wrap {
  display: flex;
}
.l-header .g-nav__link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
}
.l-header .g-nav__link__acc {
  position: relative;
}
.l-header .g-nav__link__acc::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.l-header .g-nav__link__acc:hover::after {
  transform: scale(1.3, 1);
}
.l-header .g-nav__list2 {
  width: 100%;
  justify-content: flex-start;
}
.l-header .g-nav__list2__wrap {
  display: none;
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 25px 3.90625%;
  box-sizing: border-box;
  background: #D5E5ED;
}
.l-header .g-nav__item2 {
  margin-right: 8.3217753121%;
  width: 16%;
  display: inline-block;
  box-sizing: border-box;
}
.l-header .g-nav__item2:last-child {
  margin-right: 0;
}
.l-header .g-nav__link2 {
  margin-left: 8.3217753121%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.l-header .g-nav__link2::before {
  padding-right: 0.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "→";
}
.l-header .g-nav__link2:hover {
  opacity: 1;
  filter: brightness(106%) saturate(116%);
}
.l-header .g-nav__link2--big {
  margin-right: 5%;
  display: block;
  width: 17.5%;
  border-right: 1px solid #000000;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-header .g-nav__logo {
    margin-left: 15px;
    max-width: 100%;
  }
  .l-header .g-nav__logo__wrap {
    width: 50%;
  }
  .l-header .g-nav__info {
    display: none;
  }
  .l-header .g-nav__list {
    display: none;
  }
  .l-header .g-nav__item:has(.g-nav__list2):hover .g-nav__list2 {
    display: none;
    translate: 2s all;
  }
  .l-header .g-nav__list2 {
    display: none;
    overflow: hidden; /* アニメーション中の不意のスクロール防止 */
  }
  .l-header .g-nav__item2 {
    width: 100%;
  }
  .l-header .g-nav__link2--big {
    display: none;
    overflow: hidden; /* アニメーション中の不意のスクロール防止 */
    width: auto;
    height: 5vh;
    font-size: 1.125rem;
  }
  .l-header .active .g-nav__item a[href] {
    position: relative;
  }
  .l-header .active .g-nav__item a[href]::after {
    position: absolute;
    content: "";
    display: inline;
    width: 1rem;
    height: 1rem;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
    background: url(../image/common/icn_link.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
  }
  .l-header .active .g-nav__item a[href]:hover::after {
    right: 1rem;
  }
  .l-header .active.g-nav {
    padding: 0 0;
    height: 100vh;
    background: #FFFFFF;
  }
  .l-header .active .g-nav__logo {
    margin-left: 11.71875%;
    width: 50%;
  }
  .l-header .active .g-nav__logo__wrap {
    width: 100%;
    margin-left: 0;
    background: #002662;
  }
  .l-header .active .g-nav__info {
    display: none;
  }
  .l-header .active .g-nav__info2 {
    display: flex;
    justify-content: center;
  }
  .l-header .active .g-nav__btm {
    background: #FFFFFF;
  }
  .l-header .active .g-nav__list {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    flex-direction: column;
    display: flex;
  }
  .l-header .active .g-nav__item {
    width: 100%;
  }
  .l-header .active .g-nav__item:last-child .g-nav__link {
    border-right: 0;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2) {
    position: relative;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2):hover .g-nav__list2 {
    display: none;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2)::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    content: "+";
    width: 1rem;
    height: 3vh;
    font-size: 2rem;
    color: #002662;
    top: 5px;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2).open .g-nav__link {
    border-bottom: 0;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2).open .g-nav__list2 {
    display: block;
    border-bottom: 1px solid #002662;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2).open .g-nav__list2__wrap {
    display: block;
    background: #f2eff7;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2).open .g-nav__link2--big {
    padding-left: 20px;
    display: block;
    margin-right: 0;
    border-right: none;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2).open .g-nav__item2:last-child {
    padding-bottom: 15px;
  }
  .l-header .active .g-nav__item:has(.g-nav__list2).open::after {
    display: inline;
    content: "一";
    width: 1rem;
    height: 4vh;
    font-size: 1.3rem;
    top: 13px;
    right: 5px;
  }
  .l-header .active .g-nav__item:has(.open) .g-nav__list2__wrap {
    display: block;
  }
  .l-header .active .g-nav__item:has(.open) .g-nav__link2--big {
    display: block;
  }
  .l-header .active .g-nav__link {
    padding-left: 20px;
    color: #002662;
    text-align: left;
    justify-content: flex-start;
    font-size: 18px;
    border-left: 0;
    border-bottom: 1px solid #002662;
    height: 7vh;
  }
  .l-header .active .g-nav__list2 {
    position: relative;
  }
  .l-header .active .g-nav__list2__wrap {
    display: none;
    position: static;
    padding: 0;
    height: auto;
  }
  .l-header .active .g-nav__link2 {
    width: auto;
    height: 5vh;
    padding-left: 40px;
    color: #002662;
    text-align: left;
    justify-content: flex-start;
    font-size: 18px;
  }
  .l-header .active .g-nav__link2::before {
    display: inline;
    content: "-";
    width: 1rem;
    height: 3vh;
  }
}
.l-header {
  /* ハンバーガーメニュー */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
}
.l-header .hamburger {
  position: fixed;
  z-index: 100;
  top: 5px;
  right: 0;
}
.l-header .openbtn1 {
  display: none;
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 75px;
  height: 55px;
  right: 3.51%;
}
.l-header {
  /*ボタン内側*/
}
.l-header .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 23px;
  height: 2px;
  border-radius: 2px;
  background: #6B9DB7;
  width: 45%;
}
.l-header .openbtn1 i {
  font-size: 14px;
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: 25%;
  letter-spacing: 0.16em;
  font-style: normal;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
}
.l-header .openbtn1 i:hover {
  border-bottom: 3px solid #FFF500;
}
.l-header .active.openbtn1 i {
  color: #FFFFFF;
}
.l-header .openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.l-header .openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.l-header .openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.l-header {
  /*activeクラスが付与されると線が回転して×に*/
}
.l-header .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 25px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.l-header .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.l-header .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 25px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.l-header {
  /* //ハンバーガーメニュー */
}
.l-header .g-nav__link-box.active .g-nav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header .openbtn1 {
    display: block;
  }
}

.l-footer__inner {
  background: #6B9DB7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-footer__block {
  margin-bottom: 10px;
  justify-content: center;
}
.l-footer__logo {
  margin-bottom: 10px;
  margin-right: 3rem;
}
.l-footer__info {
  margin-bottom: 10px;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
}
.l-footer__add {
  margin-right: 1rem;
}
.l-footer__tel__link {
  color: #FFFFFF;
}
.l-footer__separator {
  padding: 0 0.5rem;
}
.l-footer__copy-right {
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 20px;
    margin-right: 0;
    width: 65%;
  }
  .l-footer__info {
    justify-content: center;
  }
  .l-footer__add {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .l-footer__tel {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .l-footer__separator {
    display: none;
  }
  .l-footer__fax {
    width: 100%;
    text-align: center;
  }
}

.c-kv {
  position: relative;
}
.c-kv__txt-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-kv__ttl {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.c-kv + .l-sec {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .c-kv {
    height: 20vh;
  }
  .c-kv__img img {
    height: 20vh;
    object-fit: cover;
  }
}

.c-big-link-area {
  position: relative;
  cursor: none;
}
.c-big-link-area__link {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 73px;
  font-family: "Roboto", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  line-height: 1.3;
  font-weight: 100;
  cursor: url(../image/common/big-link-area-cursor.webp) 60 60, auto;
}
.c-big-link-area__link:hover {
  opacity: 1;
}
.c-big-link-area__link__acc {
  display: block;
  position: relative;
}
.c-big-link-area__link__acc::after {
  position: absolute;
  left: 0;
  content: "";
  max-width: 100%;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: 50% 50%; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.c-big-link-area__link__acc:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.c-big-link-area__link__txt-move {
  display: block;
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  /*
  影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 0 0 #FFFFFF, 0 1.5em 0 #FFFFFF; /* 2つの影の位置を上方向に1.5emずつずらす */
  transition: text-shadow 0.3s;
}
.c-big-link-area__link__txt-move:hover {
  text-shadow: 0 -1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-big-link-area__link {
    font-size: 53px;
  }
}

.c-blog__list__item {
  border-top: 1px solid #6B9DB7;
}
.c-blog__list__item:last-child {
  border-bottom: 1px solid #6B9DB7;
}
.c-blog__list__link {
  padding: 30px 0;
  background: #FFFFFF;
}
.c-blog__list__link a {
  color: #FFFFFF;
}
.c-blog__list__link:hover {
  background: #f4f4f4;
}
.c-blog__list__img-box {
  width: 26%;
}
.c-blog__list__txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 74%;
  padding-left: 7.8%;
}
.c-blog__list__info {
  margin-bottom: 16px;
}
.c-blog__list__info__type {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 14px;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Roboto Mono", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.c-blog__list__info__date {
  display: inline-block;
  font-size: 15px;
}
.c-blog__list__title {
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  padding-right: 15%;
}
@media screen and (max-width: 768px) {
  .c-blog__list__link {
    flex-direction: column;
  }
  .c-blog__list__img-box {
    margin-bottom: 30px;
    width: 100%;
  }
  .c-blog__list__txt-box {
    width: 100%;
    padding-left: 0;
  }
  .c-blog__list__info {
    margin-bottom: 27px;
  }
  .c-blog__list__title {
    padding-right: 0;
  }
  .c-blog .arrow__wrap {
    display: none;
  }
}

.c-btn {
  width: fit-content;
}
.c-btn__link {
  width: 380px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6B9DB7;
  border: 1px solid #6B9DB7;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
}
.c-btn--arrow {
  position: relative;
}
.c-btn--arrow::after {
  position: absolute;
  content: "";
  display: inline;
  width: 1rem;
  height: 1rem;
  top: 18px;
  right: 2.6rem;
  background: url(../image/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.c-btn--arrow:hover::after {
  right: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
  }
  .c-btn__link {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
  }
  .c-btn--arrow .c-btn__link::after {
    top: 10px;
    right: 4%;
  }
}

.c-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.0833333333%;
}
.c-card__link {
  display: flex;
  flex-direction: column;
  aspect-ratio: 380/395;
  transition: 0.3s;
}
.c-card__link:hover {
  box-shadow: 10px 10px 0px 0px rgb(255, 245, 0);
}
.c-card__img {
  margin-bottom: 26px;
  aspect-ratio: 370/250;
  object-fit: cover;
}
.c-card__info-box {
  margin-bottom: 12.5px;
}
.c-card__tag {
  display: inline-block;
  margin-right: 17px;
  padding: 2px 26px;
  font-size: 14px;
  font-weight: 900;
  background: #FFF500;
}
.c-card__date {
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 15px;
}
.c-card__name {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-card__list {
    grid-template-columns: 1fr;
  }
  .c-card__item {
    margin-bottom: 50px;
  }
  .c-card__link {
    aspect-ratio: auto;
  }
  .c-card__img {
    margin-bottom: 18px;
    width: 100%;
    height: fit-content;
  }
  .c-card__info-box {
    margin-bottom: 9.6px;
  }
  .c-card__name {
    font-size: 16px;
  }
}

.c-checkered__txt-box {
  border: 1px solid #202020;
}

.c-block__img {
  margin-bottom: 20px;
}
.c-block__ttl {
  margin-bottom: 50px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #002662;
}
.c-block__txt {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
.c-block__dl {
  margin-bottom: 10px;
  width: 100%;
}
.c-block__dt {
  width: 32.1153846154%;
}
.c-block__dd {
  width: 32.1153846154%;
}
@media screen and (max-width: 768px) {
  .c-block__ttl {
    text-align: left;
  }
  .c-block__dt {
    width: 50%;
  }
  .c-block__dd {
    width: 50%;
  }
}

.c-block--with-img {
  justify-content: space-between;
}
.c-block--with-img .c-block__img-box {
  width: 48.1481481481%;
}
.c-block--with-img .c-block__txt-box {
  width: 48.1481481481%;
}
@media screen and (max-width: 768px) {
  .c-block--with-img .c-block__img-box {
    width: 100%;
  }
  .c-block--with-img .c-block__txt-box {
    width: 100%;
  }
}

.c-block--column2 {
  justify-content: space-between;
}
.c-block--column2 .c-block__box {
  width: 48.1481481481%;
}
.c-block--column2 .c-block__box2__ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-indent: -1em;
  padding-left: 1em;
}
.c-block--column2 .c-block__box2__ttl span {
  color: #6B9DB7;
}
@media screen and (max-width: 768px) {
  .c-block--column2 .c-block__box {
    margin-bottom: 30px;
    width: 100%;
  }
}

.c-block--column3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.3888888889%;
  row-gap: 38px;
}
.c-block--column3 .c-block__img {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-block--column3 {
    grid-template-columns: 1fr 1fr;
  }
}

.page a:has(.arrow) {
  position: relative;
}
.page a:has(.arrow):hover {
  opacity: 1;
}
.page a:has(.arrow):hover .arrow {
  background-color: #FFFFFF;
}
.page a:has(.arrow):hover .arrow__wrap {
  background: #6B9DB7;
}
.page a:has(.arrow):hover .arrow::before, .page a:has(.arrow):hover .arrow::after {
  background-color: #FFFFFF;
}
.page .arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: 18px 0;
  border-radius: 9999px;
  background-color: #6B9DB7;
}
.page .arrow__wrap {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  border: solid 1px #6B9DB7;
  border-radius: 50%;
  padding: 0 10px;
  background: #FFFFFF;
}
.page .arrow::before,
.page .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #6B9DB7;
  transform-origin: calc(100% - 1px) 50%;
}
.page .arrow::before {
  transform: rotate(45deg);
}
.page .arrow::after {
  transform: rotate(-45deg);
}
.c-list__item {
  border-bottom: 1px dotted #A8A8A8;
  justify-content: space-between;
}
.c-list__cont {
  box-sizing: border-box;
  width: 80%;
  padding-left: 10px;
}

.c-heading {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em;
}
.c-heading__number {
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #6B9DB7;
}
.c-heading--sub {
  margin-bottom: 37px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.c-heading--sub span {
  color: #6B9DB7;
}
.c-lead {
  margin: 0 auto 50px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3636363636;
  color: #002662;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.c-title {
  margin-bottom: 10px;
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 150px;
  line-height: 0.9533333333;
}
.c-title--sub {
  display: inline;
  vertical-align: middle;
  background: #FFF500;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 60px;
  }
  .c-title__wrap {
    padding: 73px 0 0;
  }
}

.c-txt {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.acc-underline {
  display: inline-block;
  border-bottom: 8px solid transparent;
  transition: 0.3s ease;
}

a:has(.acc-underline):hover .acc-underline {
  display: inline-block;
  border-bottom: 8px solid #FFF500;
}

.acc-shine {
  display: inline;
}

span:has(.acc-shine) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
span:has(.acc-shine)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.3s ease;
}
span:has(.acc-shine)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease;
}

span:has(.acc-shine):hover::before {
  top: 0;
  left: 100%;
}
span:has(.acc-shine):hover::after {
  transform-origin: left bottom;
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .acc-underline {
    border-bottom: none;
  }
  a:has(.acc-underline):hover .acc-underline {
    border-bottom: none;
  }
  span:has(.acc-shine)::before {
    transition: none;
  }
  span:has(.acc-shine)::after {
    transition: none;
  }
  span:has(.acc-shine):hover::after {
    transition: none;
  }
}
.c-construction-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 25px;
}
.c-construction-card__item {
  background: #FFFFFF;
  border: 6px solid #002662;
  border-radius: 10px;
  box-shadow: 4px 6px 0px 0px #002662;
  padding: 30px 30px;
}
.c-construction-card__link {
  flex-direction: row;
}
.c-construction-card__owner {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5;
}
.c-construction-card__owner__dot {
  color: #002662;
}
.c-construction-card__img {
  margin-bottom: 10px;
}
.c-construction-card__ttl {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 40px;
  background: #000;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.7777777778;
}
.c-construction-card__dl {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.c-construction-card__dl:last-child {
  margin-bottom: 0;
}
.c-construction-card__dt {
  padding-right: 1%;
  width: 33%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.c-construction-card__dt::before {
  display: inline;
  content: ":";
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -80%);
}
.c-construction-card__dd {
  padding-left: 2%;
  width: 67%;
  box-sizing: border-box;
}
.c-construction-card__value {
  font-size: 59px;
  font-weight: 700;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  color: #E04242;
}
.c-construction-card__value__unit {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-construction-card__percent {
  display: inline-block;
  font-size: 22px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.c-construction-card__tax {
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.c-construction-card__txt {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media screen and (max-width: 768px) {
  .c-construction-card__list {
    grid-template-columns: 1fr;
  }
}

.c-news-list__item {
  border-bottom: 4px dotted #BCDAED;
}
.c-news-list__item:last-child {
  border-bottom: 0;
}
.c-news-list__link {
  padding-top: 30.5px;
  padding-bottom: 33.5px;
  position: relative;
}
.c-news-list__link::after {
  position: absolute;
  content: "";
  display: inline;
  width: 2rem;
  height: 2.5rem;
  top: 1.4rem;
  right: 2.6rem;
  background: url(../image/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.c-news-list__txt {
  font-weight: 700;
  line-height: 1.5625;
}
.c-news-list__date {
  margin-right: 20px;
}
.c-news-list__category {
  margin-right: 20px;
  background: #99AFBF;
  border-radius: 15px;
  text-align: center;
  max-width: 140px;
  padding: 1px 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-news-list__item:last-child {
    border-bottom: 4px dotted #BCDAED;
  }
  .c-news-list__link::after {
    top: 45%;
    right: 0;
  }
  .c-news-list__category {
    margin-bottom: 5px;
  }
  .c-news-list__title {
    padding-right: 10%;
  }
}

.c-cont-btm .l-sec__inner {
  padding-top: 0;
  padding-bottom: 120px;
  border-radius: 700px 700px 0px 0px/50px 50px 0px 0px;
}
.c-cont-btm .c-heading {
  margin-bottom: 10px;
  max-width: 761px;
}
.c-cont-btm .c-heading__wrap {
  position: relative;
  top: -50px;
}
.c-cont-btm__box {
  padding: 0 9.4444444444%;
}
.c-cont-btm__box__inner {
  border: 10px solid #032C64;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFFFFF;
}
.c-cont-btm__box__inner2 {
  border-radius: 6px;
}
.c-cont-btm__ttl {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 93%;
  font-size: 0;
  position: relative;
}
.c-cont-btm__ttl::before {
  position: absolute;
  top: -100px;
  left: -3%;
  content: "";
  display: inline-block;
  width: 163px;
  height: 230px;
  background: url(../image/tmpl-contact-btm/cont-btm_chairman.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cont-btm__ttl::after {
  position: absolute;
  top: -100px;
  right: -4%;
  content: "";
  display: inline-block;
  width: 157px;
  height: 233px;
  background: url(../image/tmpl-contact-btm/cont-btm_president.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cont-btm__lead {
  margin: 0 auto;
  margin-bottom: 17px;
  font-size: 0;
  max-width: 513px;
}
.c-cont-btm__acccess {
  margin-bottom: 25px;
  justify-content: space-evenly;
}
.c-cont-btm__acccess__tel {
  max-width: 536px;
}
.c-cont-btm__acccess__tel__time {
  text-align: center;
  font-size: 22px;
}
.c-cont-btm .c-btn {
  display: flex;
  align-items: center;
}
.c-cont-btm .c-btn__link {
  padding: 20px 0;
  line-height: 1;
  text-align: center;
}
.c-cont-btm .c-btn__link img {
  width: 80%;
}
.c-cont-btm__address {
  margin-bottom: 40px;
  justify-content: space-evenly;
  align-items: center;
}
.c-cont-btm__address__info {
  margin-bottom: 13px;
}
.c-cont-btm__address__info__ttl {
  margin-bottom: 21px;
}
.c-cont-btm__address__info__info {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.c-cont-btm__address__info__note {
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  color: #002662;
  background: #FFC400;
}
.c-cont-btm__address__map {
  width: 600px;
  height: 450px;
}
.c-cont-btm__address__map iframe {
  width: 600px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .c-cont-btm .l-sec__inner {
    padding-bottom: 0;
  }
  .c-cont-btm .wide-inner {
    padding-bottom: 50px;
  }
  .c-cont-btm .c-heading {
    margin-bottom: -50px;
  }
  .c-cont-btm .c-heading__wrap {
    margin-bottom: 0;
  }
  .c-cont-btm__box {
    padding: 0 0;
  }
  .c-cont-btm__box__inner {
    padding: 20px;
  }
  .c-cont-btm__ttl {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .c-cont-btm__ttl::before {
    display: none;
  }
  .c-cont-btm__ttl::after {
    display: none;
  }
  .c-cont-btm__lead {
    margin-bottom: 3px;
  }
  .c-cont-btm__acccess {
    margin-bottom: 35px;
  }
  .c-cont-btm__acccess__tel__box {
    margin-bottom: 16.5px;
  }
  .c-cont-btm__acccess__tel__time {
    font-size: 16px;
  }
  .c-cont-btm .c-btn {
    width: 100%;
  }
  .c-cont-btm .c-btn__link {
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
  }
  .c-cont-btm .c-btn__link img {
    width: 90%;
  }
  .c-cont-btm__address {
    margin-bottom: 0;
  }
  .c-cont-btm__address__info__info {
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .c-cont-btm__address__info__note {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .c-cont-btm__address__map {
    width: 100%;
    height: auto;
    aspect-ratio: 275/170;
  }
  .c-cont-btm__address__map iframe {
    width: 100%;
    height: 100%;
  }
}

/*モーダルを開くボタン*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .modal-close {
    right: -20px;
  }
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.p-kv .slick-prev, .p-kv .slick-next {
  z-index: 2;
  width: 60px;
  height: 60px;
}
.p-kv .slick-prev {
  left: 8%;
}
.p-kv .slick-prev::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../assets/image/home/kv/slider_prev.svg);
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.p-kv .slick-next {
  right: 8%;
}
.p-kv .slick-next::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../assets/image/home/kv/slider_next.svg);
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-kv .slick-prev, .p-kv .slick-next {
    display: none !important;
  }
}
.lp-kawaii {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.lp-kawaii__sec__inner {
  margin: 0 auto;
  max-width: 1100px;
}
.lp-kawaii__lead {
  padding-top: 150px;
  padding-bottom: 180px;
}
.lp-kawaii__lead__block {
  margin: 0 auto;
  position: relative;
}
.lp-kawaii__lead__block::before {
  position: absolute;
  z-index: 0;
  top: 20%;
  left: calc(50vw - 50%);
  content: "";
  display: block;
  width: 600px;
  height: 700px;
  background-image: url(../img/lead/bg_acc_l.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-kawaii__lead__block::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background-image: url(../img/lead/bg_acc_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-kawaii__lead__ttl {
  margin: 0 auto 60px;
  max-width: 832px;
  position: relative;
}
.lp-kawaii__lead__ttl::after {
  position: absolute;
  z-index: 0;
  top: -120px;
  right: -200px;
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background-image: url(../img/lead/bg_acc_t.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-kawaii__lead__txt {
  margin-bottom: 75px;
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 2.5;
  position: relative;
  z-index: 1;
}
.lp-kawaii__lead__detial {
  margin: 0 auto;
  padding: 35px 0;
  border: 1px solid #000000;
  max-width: 643px;
}
.lp-kawaii__lead__detial__txt {
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 2.5;
}
.lp-kawaii__bg--colorful {
  background: url(../img/bg-colorful.webp);
  background-size: cover;
}
.lp-kawaii__datail {
  margin-bottom: 400px;
  position: relative;
}
.lp-kawaii__datail::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1080px;
  height: 661px;
  background-image: url(../img/datail/bg_car.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-kawaii__datail .lp-kawaii__sec__inner {
  position: relative;
}
.lp-kawaii__datail__ttl {
  margin-bottom: 214px;
  padding-top: 232px;
  max-width: 287px;
  position: relative;
}
.lp-kawaii__datail__ttl__wrap {
  margin: 0 auto;
  max-width: 1100px;
}
.lp-kawaii__datail__ttl::before {
  position: absolute;
  top: 25%;
  left: -125px;
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background-image: url(../img/datail/ttl_acc.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-kawaii__datail__cont__wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 25px;
}
.lp-kawaii__datail__cont:nth-of-type(4) {
  grid-row-start: 2;
}
.lp-kawaii__datail__cont:nth-of-type(5) {
  grid-row-start: 2;
}
.lp-kawaii__datail__cont:nth-of-type(6) {
  grid-row-start: 2;
}
.lp-kawaii__datail__cont:nth-of-type(7) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.lp-kawaii__datail__cont:nth-of-type(8) {
  grid-column-start: 3;
  grid-row-start: 3;
}
.lp-kawaii__datail__big {
  position: absolute;
  z-index: 1;
  bottom: -14%;
  left: -60px;
  max-width: 42%;
}
.lp-kawaii__process__ttl {
  margin: 0 auto 123px;
  max-width: 408px;
  text-align: center;
}
.lp-kawaii__process__block {
  position: relative;
}
.lp-kawaii__process__block__ttl-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
}
.lp-kawaii__process__block .lp-kawaii__sec__inner {
  position: relative;
}
.lp-kawaii__process__block--01 {
  margin-bottom: 122px;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__block__ttl-sub {
  top: -33%;
  z-index: 1;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 25px;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(3) {
  grid-area: 2/1/3/2;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(4) {
  grid-area: 2/2/3/3;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(5) {
  grid-area: 2/3/3/4;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(6) {
  grid-area: 3/1/4/2;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(7) {
  grid-area: 3/2/4/3;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__cont:nth-of-type(8) {
  grid-area: 3/3/4/4;
}
.lp-kawaii__process__block--01 .lp-kawaii__process__big {
  position: absolute;
  z-index: 1;
  top: -123px;
  right: -8%;
  max-width: 44%;
}
.lp-kawaii__process__block--02 {
  margin-bottom: 282px;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 25px;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont:nth-of-type(3) {
  grid-area: 2/1/3/2;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont:nth-of-type(4) {
  grid-area: 2/2/3/3;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont:nth-of-type(5) {
  grid-area: 2/3/3/4;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__cont:nth-of-type(6) {
  grid-area: 3/3/4/4;
}
.lp-kawaii__process__block--02 .lp-kawaii__process__block__ttl-sub {
  position: absolute;
  z-index: 1;
  top: -150px;
  right: calc(100% - 72vw);
  left: auto;
  width: 600px;
  height: 600px;
  transform: translateX(50%);
}
.lp-kawaii__process__block--02 .lp-kawaii__process__big {
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: 10%;
  max-width: 44%;
}
.lp-kawaii__process__block--03 {
  padding-bottom: 216px;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__block__ttl-sub {
  top: -15%;
  left: calc(100% - 85vw);
  z-index: 1;
  transform: translateX(-50%);
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 25px;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(3) {
  grid-area: 1/3/2/4;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(4) {
  grid-area: 2/1/3/2;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(6) {
  grid-area: 2/3/3/4;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(7) {
  grid-area: 3/1/4/2;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__cont:nth-of-type(8) {
  grid-area: 3/2/4/3;
}
.lp-kawaii__process__block--03 .lp-kawaii__process__big {
  position: absolute;
  z-index: 1;
  bottom: -120px;
  left: auto;
  right: -9%;
  max-width: 44%;
}
.lp-kawaii__big-link__link {
  display: block;
  padding: 158px 0 138px;
  background: #FFFFFF;
}
.lp-kawaii__big-link__img {
  margin: 0 auto;
  max-width: 653px;
}
.lp-kawaii__footer__img {
  width: 50%;
}
.lp-kawaii__footer__img.--kawaii {
  position: relative;
  background: url(../img/kawaii_bnr.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-kawaii__footer__img.--kawaii .lp-kawaii__footer__link img {
  width: 34.4070278184%;
}
.lp-kawaii__footer__img.--kawaii::after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/batu.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.lp-kawaii__footer__img.--jet .lp-kawaii__footer__link {
  background: #000000;
}
.lp-kawaii__footer__img.--jet .lp-kawaii__footer__link img {
  width: 43.6310395315%;
}
.lp-kawaii__footer__img__cont {
  margin: 0 auto;
  width: 100%;
}
.lp-kawaii__footer__link {
  display: block;
  margin: 0 auto;
  padding: 110px 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp-kawaii {
    overflow: hidden;
  }
  .lp-kawaii__sec__inner {
    padding: 0 20px;
    max-width: 100%;
  }
  .lp-kawaii__lead {
    padding-top: 200px;
    padding-bottom: 180px;
  }
  .lp-kawaii__lead__block {
    margin: 0 auto;
    position: relative;
  }
  .lp-kawaii__lead__ttl {
    width: 80%;
  }
  .lp-kawaii__lead__ttl::after {
    top: -210px;
    right: -53%;
    width: 350px;
    height: 300px;
  }
  .lp-kawaii__lead__txt {
    padding: 0 20px;
    font-size: 1rem;
  }
  .lp-kawaii__lead__detial {
    padding: 35px 20px;
    max-width: 80%;
  }
  .lp-kawaii__lead__detial__txt {
    font-size: 1rem;
  }
  .lp-kawaii__datail {
    margin-bottom: 100px;
    position: relative;
  }
  .lp-kawaii__datail::after {
    width: 100%;
  }
  .lp-kawaii__datail .lp-kawaii__sec__inner {
    position: relative;
  }
  .lp-kawaii__datail__ttl {
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 260px;
    max-width: 70%;
    position: relative;
    z-index: 1;
  }
  .lp-kawaii__datail__ttl__wrap {
    margin: 0 auto;
    max-width: 1100px;
  }
  .lp-kawaii__datail__ttl::before {
    position: absolute;
    top: 25%;
    left: -125px;
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    background-image: url(../img/datail/ttl_acc.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .lp-kawaii__datail__cont__wrap {
    position: relative;
    z-index: 1;
    display: block;
  }
  .lp-kawaii__datail__big {
    margin-top: 30px;
    position: initial;
    max-width: 100%;
  }
  .lp-kawaii__process__ttl {
    margin: 0 auto 123px;
    max-width: 100%;
    width: 70%;
    text-align: center;
  }
  .lp-kawaii__process__block {
    position: relative;
  }
  .lp-kawaii__process__block__ttl-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
  }
  .lp-kawaii__process__block .lp-kawaii__sec__inner {
    position: relative;
  }
  .lp-kawaii__process__block--01 {
    margin-bottom: 322px;
  }
  .lp-kawaii__process__block--01 .lp-kawaii__process__block__ttl-sub {
    top: -33%;
    left: -25%;
  }
  .lp-kawaii__process__block--01 .lp-kawaii__process__cont__wrap {
    display: block;
  }
  .lp-kawaii__process__block--01 .lp-kawaii__process__big {
    margin-bottom: 30px;
    position: initial;
    max-width: 100%;
  }
  .lp-kawaii__process__block--02 {
    margin-bottom: 182px;
  }
  .lp-kawaii__process__block--02 .lp-kawaii__process__cont__wrap {
    margin-bottom: 30px;
    display: block;
  }
  .lp-kawaii__process__block--02 .lp-kawaii__process__block__ttl-sub {
    top: -352px;
    right: 0;
    width: 500px;
    height: 500px;
    transform: translateX(30%);
  }
  .lp-kawaii__process__block--02 .lp-kawaii__process__big {
    position: initial;
    z-index: 1;
    bottom: -50px;
    left: 10%;
    max-width: 100%;
  }
  .lp-kawaii__process__block--03 {
    padding-bottom: 116px;
  }
  .lp-kawaii__process__block--03 .lp-kawaii__process__block__ttl-sub {
    top: -30%;
    left: calc(100% - 75vw);
  }
  .lp-kawaii__process__block--03 .lp-kawaii__process__cont__wrap {
    margin-bottom: 30px;
    display: block;
  }
  .lp-kawaii__process__block--03 .lp-kawaii__process__big {
    position: initial;
    max-width: 100%;
  }
  .lp-kawaii__big-link__link {
    padding: 100px 0 100px;
  }
  .lp-kawaii__big-link__img {
    width: 80%;
  }
  .lp-kawaii__footer__img {
    width: 100%;
  }
  .lp-kawaii__footer__img.--kawaii .lp-kawaii__footer__link img {
    width: 50%;
  }
  .lp-kawaii__footer__img.--kawaii::after {
    top: 100%;
    left: 50%;
  }
  .lp-kawaii__footer__img.--jet .lp-kawaii__footer__link {
    background: #000000;
  }
  .lp-kawaii__footer__img.--jet .lp-kawaii__footer__link img {
    width: 50%;
  }
  .lp-kawaii__footer__link {
    padding: 120px 0;
  }
  .lp-kawaii .slick-list {
    margin-right: 0 !important;
  }
  .lp-kawaii .slick-prev {
    left: -15px !important;
  }
  .lp-kawaii .slick-next {
    right: -15px !important;
  }
}/*# sourceMappingURL=style.css.map */