@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSerifJP-VariableFont_wght";
  font-weight: 400;
  src: url("../../font/NotoSerifJP-VariableFont_wght.ttf/woff2/NotoSerifJP-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 400;
  src: url("../../font/BIZ_UDPGothic/woff2/BIZUDPGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  src: url("../../font/BIZ_UDPGothic/woff2/BIZUDPGothic-Bold.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  position: relative;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 5rem 0 5rem;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 4rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 3rem 0 3rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 2.5rem 0 2.5rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #255eab;
}
.bgcolor div h2 {
  color: #eb3f55;
}
.bgcolor div h2 b {
  color: #eb3f55;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
h2 p {
  text-transform: uppercase;
  font-size: clamp(2.2rem, 2.16rem + 0.2vw, 2.4rem);
  line-height: 1.5;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  margin: 0.5rem 0 0 0;
}
h2 p::first-letter {
  color: #255eab;
}
h2 span {
  text-transform: uppercase;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
}
h2 span::first-letter {
  color: #eb3f55;
}

@media screen and (max-width: 768px) {
  h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  h2 p {
    font-size: 1.5rem;
  }
  h2 span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 378px) {
  h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  h2 p {
    font-size: 1.25rem;
  }
  h2 span {
    font-size: 0.75rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/*******  見出し[h3]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 2rem;
  font-weight: 600;
  color: #255eab;
}
h3::first-letter {
  color: #eb3f55;
}

@media screen and (max-width: 768px) {
  h3 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  テキスト部分設定 start*********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.subtext {
  margin: 20px auto;
  text-align: center;
  color: #255eab;
  font-weight: 600;
  letter-spacing: 4px;
}

.accent-text {
  font-size: 1.5rem;
  display: inline-block;
  color: #255eab;
  line-height: 1.8;
}
.accent-text::first-letter {
  color: #eb3f55;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #595757;
  text-emphasis: filled #595757;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.he-instagram a i {
  font-size: 20px;
}
.he-instagram a {
  color: #fff;
  background: linear-gradient(to right, rgb(247, 206, 0), rgb(246, 37, 2) 45%, rgb(182, 47, 82) 75%, rgb(113, 58, 166));
  padding: 2px 10px 0;
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  bottom: 7px;
}
.he-instagram a:hover {
  opacity: 0.5;
}

header {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-right: 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
header .he_logo {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
  width: 270px;
  padding: 5px 0;
  background-color: #fff;
  margin-top: 20px;
}
header .he_logo img {
  max-width: 100%;
  width: 210px;
  padding: 5px 15px;
}
header .he-box {
  position: relative;
}
header .he-box .he_wrap {
  transition: opacity 1s ease-out, transform 1s ease-out;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
header .he-box .he_wrap nav {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
}
header .he-box .he_wrap nav ul {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  color: #255eab;
  align-items: center;
}
header .he-box .he_wrap nav ul .sns {
  padding: 0.725rem;
}
header .he-box .he_wrap nav ul .sns i {
  color: #fff;
  font-size: 1.7rem;
}
header .he-box .he_wrap nav ul li {
  font-weight: 400;
}
header .he-box .he_wrap nav ul li .u-txt {
  margin-top: 50px;
}
header .he-box .he_wrap nav ul li .btn {
  position: relative;
  display: inline-block;
  background-color: #255eab;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  margin: 10px auto;
}
header .he-box .he_wrap nav ul li .btn .btn__text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: top 0.3s ease;
  color: #ffffff;
}
header .he-box .he_wrap nav ul li .btn .entext {
  color: #eb3f55;
  font-size: 14px;
}
header .he-box .he_wrap nav ul li .btn .btn__text:nth-child(2) {
  top: -100%;
}
header .he-box .he_wrap nav ul li .btn:hover {
  background-color: #fff;
  border: 2px solid #255eab;
}
header .he-box .he_wrap nav ul li .btn:hover .btn__text:nth-child(1) {
  top: 100%;
}
header .he-box .he_wrap nav ul li .btn:hover .btn__text:nth-child(2) {
  top: 0;
}
header .he-box .he_wrap nav ul .he-Instagram,
header .he-box .he_wrap nav ul .he-facebook,
header .he-box .he_wrap nav ul .he-line,
header .he-box .he_wrap nav ul .he-x,
header .he-box .he_wrap nav ul .he-youtube {
  margin-left: -22px;
}
header .he-box .he_wrap nav ul .he-Instagram a i,
header .he-box .he_wrap nav ul .he-facebook a i,
header .he-box .he_wrap nav ul .he-line a i,
header .he-box .he_wrap nav ul .he-x a i,
header .he-box .he_wrap nav ul .he-youtube a i {
  font-size: 20px;
}
header .he-box .he_wrap nav ul .he-Instagram a,
header .he-box .he_wrap nav ul .he-facebook a,
header .he-box .he_wrap nav ul .he-line a,
header .he-box .he_wrap nav ul .he-x a,
header .he-box .he_wrap nav ul .he-youtube a {
  color: #fff;
  background: linear-gradient(to right, rgb(247, 206, 0), rgb(246, 37, 2) 45%, rgb(182, 47, 82) 75%, rgb(113, 58, 166));
  padding: 2px 10px 0px;
  aspect-ratio: 1/1;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}
header .he-box .he_wrap nav ul .he-Instagram a:hover,
header .he-box .he_wrap nav ul .he-facebook a:hover,
header .he-box .he_wrap nav ul .he-line a:hover,
header .he-box .he_wrap nav ul .he-x a:hover,
header .he-box .he_wrap nav ul .he-youtube a:hover {
  opacity: 0.5;
}
header .he-box .he_wrap nav ul .he-Instagram a::after,
header .he-box .he_wrap nav ul .he-facebook a::after,
header .he-box .he_wrap nav ul .he-line a::after,
header .he-box .he_wrap nav ul .he-x a::after,
header .he-box .he_wrap nav ul .he-youtube a::after {
  position: absolute;
  height: 0px;
}
header .he-box .he_wrap nav ul .he-facebook a {
  background: #3b5998;
}
header .he-box .he_wrap nav ul .he-line a {
  background: #00b900;
}
header .he-box .he_wrap nav ul .he-x a {
  background: #000000;
}
header .he-box .he_wrap nav ul .he-youtube a {
  background: #c4302b;
}
header .he-box .he_wrap nav ul .active a::after {
  transform: scale(1, 1);
  width: 100%;
  /*X方向にスケール拡大*/
}
header .he-box .sns-icons {
  display: none;
}

/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}

/* クラスfixedが付与されたときのヘッダーの高さを指定 */
.fixed .header-nav-item-link {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1362px) {
  header .he_logo {
    width: 300px;
  }
}
@media screen and (max-width: 1280px) {
  header {
    background-color: #255eab;
    background-color: unset;
    z-index: 20;
  }
  header .he_logo {
    width: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  header .openbtn .navbtn {
    background-color: #255eab;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  header .he-box .he_wrap nav ul li p {
    font-size: 13px;
  }
  header .he-box .he_wrap nav ul li a::after {
    height: 2px;
  }
  header .he-box .sns-icons {
    display: block;
    position: absolute;
    top: -22px;
    right: 60px;
    z-index: 9999;
  }
  .header.fixed {
    background: #fff;
    background-color: white;
    background-color: #ff2944;
    padding: 0px 30px 0 15px;
  }
  .header.fixed .navbtn {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 928px) {
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0px 30px 0 0px;
  }
  header .he-box .sns-icons {
    top: -36px;
    right: 50px;
  }
  .header.fixed {
    background: #ff2944;
    padding: 0px 20px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 20px 0 10px;
    gap: 20px;
  }
  header .he_logo {
    width: 130px;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
  header .he-box .sns-icons {
    top: -30px;
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_about {
  background-image: url("../../img/common/heading/heading_about.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_business {
  background-image: url("../../img/common/heading/heading_business.jpg");
  background-position: center 85%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_construction {
  background-image: url("../../img/common/heading/heading_construction.jpg");
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_contact {
  background-image: url("../../img/common/heading/heading_contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
  line-height: 1;
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#heading .heading__warp h1 {
  display: flex;
  color: #fff;
  flex-flow: column-reverse;
  transition: all ease 1s;
  font-family: "BIZ UDPGothic", sans-serif;
}
#heading .heading__warp h1 p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 1rem 0 0 0;
  transition: all ease 1s;
}
#heading .heading__warp h1 span {
  font-size: clamp(2.4rem, 2.36rem + 0.2vw, 2.6rem);
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0 1rem 0 0rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transition: all ease 1s;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  #heading {
    height: 30vh;
  }
}
@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 40vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    text-transform: uppercase;
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
    margin: 1rem 0 0;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  /* 右端に配置 */
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  /* 初期状態では非表示 */
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0s 0.6s;
  /* フェードイン効果 */
  /* アクティブ状態でフェードイン */
}
#g-nav.panelactive {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0s;
}
#g-nav .logo {
  width: 100px;
  padding-bottom: 1rem;
  pointer-events: none;
}
#g-nav {
  /* ナビゲーションリスト：上下左右中央に配置 */
}
#g-nav #g-nav {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav {
  /* メニューアイテム */
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #595757;
  font-weight: bold;
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
#g-nav li a:hover {
  opacity: 0.5;
}

/* ハンバーガーメニュー用のボタン */
.openbtn {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  margin: 0 auto;
  height: 50px;
  border-radius: 30px;
}
.openbtn i {
  padding-top: 10px;
  font-size: 20px;
}
.openbtn .navbtn {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #595757;
  width: 45%;
}
.openbtn .navbtn:nth-of-type(1) {
  top: 15px;
}
.openbtn .navbtn:nth-of-type(2) {
  top: 23px;
}
.openbtn .navbtn:nth-of-type(3) {
  top: 31px;
}
.openbtn.active .navbtn:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  z-index: 9999999;
  background-color: #132b88;
}
.openbtn.active .navbtn:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  z-index: 9999999;
  background-color: #132b88;
}

/* ナビゲーションの縦スクロール */
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list .logo-b {
  width: 180px;
  display: block;
  margin: 20px auto 35px;
}

#g-nav.panelactive {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-nav #g-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: -4vh;
}

.u-txt2 {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-bottom: 1.5rem;
}

.ul-list {
  width: 100%;
  margin-top: 60px;
}
.ul-list::before {
  content: "";
  background-color: #255eab;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.ul-list .other-companies {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-flow: column;
  gap: 20px;
  list-style: none;
  width: 70%;
  margin: 0 auto;
  padding: 20px 0 20px;
}
.ul-list .other-companies .ec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.ul-list .other-companies .ec a {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.ul-list .other-companies .ec a p {
  margin: 0 0 4px;
  font-size: 11px;
  color: #fff;
}
.ul-list .other-companies .ec a b {
  font-size: 7px;
  color: #fff;
}
.ul-list .other-companies .ec a i {
  margin-left: 4px;
  font-size: 12px;
}
.ul-list .other-companies .ec:hover {
  transform: translateY(-3px);
}

/* スマホなどのレスポンシブ対応 */
@media screen and (max-width: 1129px) {
  .other-companies {
    gap: 0px;
  }
}
@media screen and (max-width: 1025px) {
  .openbtn {
    top: -25px;
    right: 5px;
    cursor: pointer;
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .openbtn {
    top: -25px;
    right: 5px;
    cursor: pointer;
    display: block !important;
  }
}
@media screen and (max-width: 928px) {
  .header_wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 742px) {
  .other-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block !important;
    /* 必要なら表示 */
    position: fixed;
    /* 固定表示 */
    top: 10px;
    /* 上端に配置 */
    right: 20px;
    /* 右端からの距離 */
    z-index: 999999;
    /* 最前面に表示 */
    width: 50px;
    /* サイズを指定 */
    height: 50px;
    /* サイズを指定 */
    /* 背景色を透明に */
    cursor: pointer;
  }
  .other-companies {
    gap: 20px 10px;
    width: 100%;
    margin: 20px auto;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 10px;
    right: 10px;
  }
  .openbtn > .navbtn {
    left: 12px;
    height: 2px;
    width: 45%;
    border-radius: 2px;
  }
  .openbtn > .navbtn:nth-of-type(1) {
    top: 13px;
  }
  .openbtn > .navbtn:nth-of-type(2) {
    top: 21px;
  }
  .openbtn > .navbtn:nth-of-type(3) {
    top: 29px;
  }
  .swiper-wrapper03 {
    top: -10%;
    right: 10%;
    width: 130px;
  }
}
@media screen and (max-width: 426px) {
  .ul-list {
    margin-top: 0px;
  }
  .ul-list .other-companies {
    gap: 10px;
  }
}
@media screen and (max-width: 378px) {
  #g-nav .ul-list .other-companies {
    width: 85%;
    gap: 15px;
  }
  #g-nav .ul-list::before {
    top: 51%;
    height: 65%;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  display: none;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border: solid 2px #ffffff;
  border-right: none;
}
#floating li a {
  text-transform: uppercase;
  background-color: #255eab;
  color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem 0.5rem;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
  transition: all ease 0.5s;
}
#floating li a i {
  margin-bottom: 0.5rem;
}
#floating li:hover a {
  background-color: #ffffff;
  color: red;
}
#floating li:hover {
  border-color: #255eab;
  border-right: none;
}

@media screen and (max-width: 768px) {
  #floating {
    display: none !important;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

section {
  padding: 0 2rem 0 0;
}

#business-nav {
  overflow: hidden;
}
#business-nav .content-tit__nav {
  width: 90%;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
#business-nav .content-tit__nav figure {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}
#business-nav .content-tit__nav figure.visible {
  opacity: 1;
  transform: translateX(0);
}
#business-nav .content-tit__nav img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#business-nav .content-tit__nav img:hover {
  opacity: 0.6; /* 透明度80%に */
  transition: opacity 0.3s ease;
}
#business-nav .content-tit__nav .content-tit__nav--i-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
#business-nav .content-tit__nav .content-tit__nav--i-flex .fa-solid {
  color: #255eab;
  font-size: 1.75rem;
  margin-top: 12px;
}
#business-nav .content-tit__nav .content-tit__nav--i-flex figcaption {
  margin-top: 0.5rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  text-align: left;
  color: #255eab;
  font-weight: bold;
}
#business-nav .content-tit__nav .content-tit__nav--i-flex figcaption::first-letter {
  color: #eb3f55;
}

@media screen and (max-width: 1280px) {
  section {
    padding: 0;
  }
  #business-nav .content-tit__nav {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex .fa-solid {
    font-size: 24px;
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex figcaption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 940px) {
  #business-nav .content-tit__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  #business-nav .content-tit h2 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  #business-nav {
    margin: 60px auto -50px;
  }
  #business-nav .content-tit h2 p {
    font-size: 24px;
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex .fa-solid {
    font-size: 16px;
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex figcaption {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  #business-nav .content-tit__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 378px) {
  #business-nav .content-tit__nav {
    margin: 60px auto -30px;
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex {
    gap: 5px;
    align-items: center;
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex .fa-solid {
    font-size: 16px;
  }
  #business-nav .content-tit__nav a .content-tit__nav--i-flex figcaption {
    font-size: 9.5px;
  }
}
#cross {
  overflow: hidden;
  padding-top: 7rem;
  background-color: rgba(197, 219, 248, 0.5333333333);
  position: relative;
}
#cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/red01.png);
  background-repeat: no-repeat;
  background-position: 80% 15%;
  background-size: 300px;
  opacity: 2;
  z-index: -1;
}
#cross h3 p::first-letter {
  color: #eb3f55;
}
#cross .tate {
  writing-mode: vertical-rl;
  /* 縦書き（右から左に縦方向に文字を並べる） */
  position: absolute;
  top: 0;
  right: 0;
  font-size: 7rem;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  padding: 30px 35px 0 0;
  z-index: 0;
}
#cross .cross-tit {
  width: 90%;
  margin: 0 auto;
}
#cross .cross-tit h2 {
  display: block;
  color: #fff;
}
#cross .cross-tit h2 .mobile {
  font-size: 1rem;
  display: block;
  color: #255eab;
}
#cross .cross-tit h2 p {
  font-size: 3rem;
  color: #255eab;
}
#cross .cross-tit h2 p::first-letter {
  color: #eb3f55;
}
#cross .cross-tit .subtext {
  text-align: left;
}
#cross .cross-tit .subtext .sub-br {
  display: none;
}
#cross .cross-article {
  width: 90%;
  margin: 4rem auto;
}
#cross .cross-article .warp {
  width: 60%;
  margin: 4rem 0;
  margin-left: 0;
  position: relative;
}
#cross .cross-article .warp::after {
  content: "";
  position: absolute;
  top: -13%;
  left: 103%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
#cross .cross-article .warp .cross01 {
  display: block;
  width: 100%;
}
#cross .cross-article .warp .cross02 {
  display: block;
  width: 70%;
  position: absolute;
  bottom: -5%;
  right: -60%;
}
#cross .cross-article .wallpaper-types {
  background-image: url(../../img/common/red03.png);
  background-repeat: no-repeat;
  background-position: 5% 5%;
  background-size: 300px;
  padding-top: 6.5rem;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list {
  width: 90%;
  margin: 4rem auto;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type {
  width: 650px;
  padding: 60px 30px;
  border-radius: 30px;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type__title {
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #255eab;
  position: relative;
  display: inline-block;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type__title .sub-br {
  display: none;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type__title p {
  border-bottom: 2px solid #fff;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgba(197, 218, 255, 0.5568627451);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.3s ease;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type__title.animate-line::after {
  transform: scaleX(1);
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type__description {
  padding-top: 15px;
  font-size: 0.875rem;
  line-height: 1.8;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type:nth-child(1) {
  border: 2.5px solid #92c5ff;
  background-color: #ffffff;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type:nth-child(1) .wallpaper-type__title::after {
  background-color: #92c5ff;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type:nth-child(2) {
  border: 2.5px solid #7ed6df;
  background-color: #ffffff;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type:nth-child(2) .wallpaper-type__title::after {
  background-color: #7ed6df;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type:nth-child(3) {
  border: 2.5px solid #a1d4c1;
  background-color: #ffffff;
}
#cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type:nth-child(3) .wallpaper-type__title::after {
  background-color: #a1d4c1;
}

@media screen and (max-width: 1483px) {
  #cross .tate {
    display: none;
  }
  #cross::before {
    background-position: 75% 20%;
    background-size: 250px;
  }
  #cross .cross-article .wallpaper-types__list .wallpaper-type {
    width: 100% !important;
    border-radius: 0% !important;
  }
}
@media screen and (max-width: 768px) {
  #cross {
    background-position: 10% 3%;
    background-size: 150px;
  }
  #cross .cross-tit h2 p {
    font-size: 2rem;
  }
  #cross .cross-tit h2 .mobile {
    font-size: 0.75rem;
  }
  #cross .cross-tit .subtext .sub-br {
    display: block;
  }
  #cross .cross-tit .subtext .accent-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 598px) {
  #cross .cross-article .wallpaper-types {
    background-position: 5% 3%;
    background-size: 150px;
  }
  #cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 500px) {
  #cross .wallpaper-types .wallpaper-types__list .wallpaper-type__title {
    line-height: 1.3;
  }
  #cross .wallpaper-types .wallpaper-types__list .wallpaper-type__title .sub-br {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  #cross .cross-article .wallpaper-types {
    background-position: 5% 5%;
    background-size: 150px;
  }
  #cross .cross-article .wallpaper-types .wallpaper-types__list .wallpaper-type {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 378px) {
  #cross {
    margin-top: 50px;
  }
}
section {
  padding-bottom: 5rem;
}

#flooring {
  overflow: hidden;
  padding-top: 6rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  background-image: url(../../img/business/back02.png);
  background-repeat: no-repeat;
  background-position: 5% 15%;
  background-size: 320px;
}
#flooring h3 p::first-letter {
  color: #eb3f55;
}
#flooring .flooring-tit {
  width: 90%;
  margin: 0 auto;
  margin-left: 3rem;
  text-align: center;
}
#flooring .flooring-tit h2 {
  display: block;
  color: #255eab;
}
#flooring .flooring-tit h2 .mobile {
  font-size: 1rem;
  display: block;
}
#flooring .flooring-tit h2 p {
  font-size: 3rem;
  color: #eb3f55;
  margin: 0 auto;
}
#flooring .flooring-tit h2 p::first-letter {
  color: #255eab;
}
#flooring .flooring-tit .subtext {
  text-align: center;
  line-height: 2;
}
#flooring .flooring-tit .subtext .accent-text {
  border-bottom: 1px solid 0;
}
#flooring .flooring-tit__imgs {
  width: 30%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}
#flooring .flooring-tit__imgs img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.5/1;
}
#flooring .flooring-tit {
  background-image: url(../../img/common/blue02.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 150px;
}

@media screen and (max-width: 928px) {
  #flooring .flooring-tit__warp h2 p {
    font-size: 2rem;
  }
  #flooring .flooring-tit__warp h2 .mobile {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  #flooring .flooring-tit {
    margin: 0 auto;
  }
  #flooring .flooring-tit .subtext .accent-text {
    font-size: 1.15rem;
  }
  #flooring .flooring-tit .flooring-tit__imgs {
    position: relative;
    width: 100%;
    height: 400px;
  }
  #flooring .flooring-tit .flooring-tit__imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  #flooring .flooring-tit .flooring-tit__imgs img.active {
    opacity: 1;
  }
}
@media screen and (max-width: 580px) {
  #flooring .subtext .sub-br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #flooring .flooring-tit .subtext .sub-br {
    display: none;
  }
  #flooring .flooring-tit .subtext .accent-text {
    font-size: 1rem;
  }
  #flooring .flooring-tit .flooring-tit__imgs {
    position: relative;
    width: 100%;
    height: 250px;
  }
  #flooring .flooring-tit .flooring-tit__imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
}
#curtain {
  overflow: hidden;
  padding-top: 7rem;
  background-color: rgba(197, 219, 248, 0.5333333333);
  position: relative;
  background-image: url(../../img/common/blue02.png);
  background-repeat: no-repeat;
  background-position: 75% 6%;
  background-size: 20%;
}
#curtain h3 p::first-letter {
  color: #eb3f55;
}
#curtain .tate {
  writing-mode: vertical-rl;
  /* 縦書き（右から左に縦方向に文字を並べる） */
  position: absolute;
  top: 0;
  right: 0;
  font-size: 7rem;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  padding: 30px 35px 0 0;
}
#curtain .cross-tit {
  width: 90%;
  margin: 0 auto;
}
#curtain .cross-tit h2 {
  display: block;
  color: #fff;
}
#curtain .cross-tit h2 .mobile {
  display: block;
  color: #255eab;
}
#curtain .cross-tit h2 p {
  font-size: 3rem;
  color: #255eab;
}
#curtain .cross-tit h2 p::first-letter {
  color: #eb3f55;
}
#curtain .cross-tit .subtext {
  text-align: left;
}
#curtain .cross-article {
  width: 90%;
  margin: 4rem auto;
}
#curtain .cross-article .warp {
  width: 60%;
  margin: 4rem 0;
  margin-left: 0;
  position: relative;
}
#curtain .cross-article .warp::after {
  content: "";
  position: absolute;
  top: -13%;
  left: 103%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
#curtain .cross-article .warp .cross01 {
  display: block;
  width: 100%;
  background-image: url(../../img/common/blue03.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: 150px;
}
#curtain .cross-article .warp .cross02 {
  display: block;
  width: 45%;
  position: absolute;
  bottom: 0%;
  right: -65%;
}

@media screen and (max-width: 1520px) {
  #curtain .subtext {
    width: 70%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #curtain .cross-tit h2 p {
    font-size: 2rem;
  }
  #curtain .cross-tit h2 .mobile {
    font-size: 0.75rem;
  }
  #curtain .cross-tit .subtext {
    width: 90%;
    margin-left: unset;
    margin: 1.5rem auto;
  }
  #curtain .cross-tit .subtext .accent-text {
    font-size: 1rem;
  }
  #curtain .cross-article .warp {
    margin: 0 auto;
    width: 100%;
  }
  #curtain .cross-article .warp .cross01 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #curtain .cross-article .warp .cross02 {
    display: none;
  }
}
#facility {
  background-color: rgba(197, 219, 248, 0.5333333333);
  position: relative;
}
#facility .curtain02 {
  position: absolute;
  width: 250px;
  top: 50px;
  left: 5%;
  z-index: -1;
}
#facility .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#facility .wrapper__heading h2 {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #255eab;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#facility .wrapper__heading h2 .none {
  display: none;
}
#facility .wrapper__heading p {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  width: 100px;
  margin: 5px auto 0;
  color: #595757;
  border-bottom: 4px solid #ffffff;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.2;
}
#facility .wrapper__heading p:before {
  position: absolute;
  content: "";
  width: 50%;
  left: -10px;
  bottom: -4px;
  border-bottom: 4px solid #255eab;
}
#facility .wrapper__heading p::after {
  position: absolute;
  content: "";
  width: 50%;
  left: 60px;
  bottom: -4px;
  border-bottom: 4px solid #eb3f55;
}
@media screen and (max-width: 768px) {
  #facility .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #facility .wrapper__heading {
    margin: 0 auto 30px;
  }
  #facility .wrapper__heading h2 {
    font-size: 23px;
  }
  #facility .wrapper__heading h2 .none {
    display: block;
  }
}
#facility .wrapper__box figure img {
  width: 100%;
}
#facility .wrapper__box--blok {
  margin-top: 60px;
}
#facility .wrapper__box--blok h3 {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#facility .wrapper__box--blok h3 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #255eab;
  color: #fff;
  font-size: 21px;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
#facility .wrapper__box--blok h3 span::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  transition: transform 0.3s, content 0.3s;
}
#facility .wrapper__box--blok h3 span.open::after {
  content: "−";
}
#facility .wrapper__box--blok .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 30px;
}
#facility .wrapper__box--blok .accordion-content.open {
  max-height: 2000px;
  padding: 30px;
}
#facility .wrapper__box--blok--text {
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding: 30px;
  gap: 50px;
}
#facility .wrapper__box--blok--text figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
}
#facility .wrapper__box--blok--text p {
  padding: 0;
}
#facility .wrapper__box--blok ul {
  padding: 0;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 70px;
}
#facility .wrapper__box--blok ul li {
  position: relative;
}
#facility .wrapper__box--blok ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
}
#facility .wrapper__box--blok ul li p {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 10px;
  background-color: #f9f8f6;
  font-size: 15px;
}
#facility .wrapper__box .btn {
  text-align: center;
  margin: 25px auto 0;
}
#facility .wrapper__box .btn a {
  background-color: #595757;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
}
#facility .wrapper__box .btn a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  #facility .wrapper__box .btn a {
    font-size: 16px;
  }
}
#facility .wrapper h4 {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1280px) {
  #facility .wrapper__box--blok ul {
    margin-bottom: 50px;
  }
  #facility .wrapper__box--blok ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1060px) {
  #facility .wrapper__box--blok {
    margin-top: 30px;
  }
  #facility .wrapper__box--blok ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 970px) {
  #facility .wrapper__box--blok--text {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 820px) {
  #facility .wrapper__box--blok ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #facility .curtain02 {
    position: absolute;
    width: 150px;
    top: -10%;
    left: 2%;
  }
  #facility .wrapper__heading h2:after {
    right: -132px;
    width: 100%;
  }
  #facility .wrapper__box--blok .accordion-content {
    padding: 0 20px;
  }
  #facility .wrapper__box--blok ul {
    gap: 7px;
  }
  #facility .wrapper__box--blok ul li p {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.blind-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 8rem;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  align-items: center;
}
.blind-wrapper .blind-left,
.blind-wrapper .blind-right {
  width: 50%;
  min-height: 100%;
}
.blind-wrapper .blind-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.875rem;
}
.blind-wrapper .blind-tit h2 p {
  font-size: 3rem;
  color: #255eab;
}
.blind-wrapper .blind-tit h2 p::first-letter {
  color: #eb3f55;
}
.blind-wrapper .blind-tit h2 .mobile {
  font-size: 1rem;
  display: block;
  color: #255eab;
}
.blind-wrapper .blind-tit .subtext {
  text-align: left;
}
.blind-wrapper .blind-tit .blind-article img {
  width: 80%;
}
.blind-wrapper .blind-right .blind-wrapper__blind-imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blind-wrapper .blind-right .blind-wrapper__blind-imgs img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blind-wrapper .blind-right .blind-wrapper__blind-imgs img:nth-child(2) {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

@media screen and (max-width: 1660px) {
  .blind-wrapper .blind-left {
    gap: 2.875rem;
  }
}
@media screen and (max-width: 1660px) {
  .blind-wrapper .blind-left {
    gap: 2.075rem;
  }
}
@media screen and (max-width: 1300px) {
  .blind-wrapper .blind-left {
    gap: 0.475rem;
  }
}
@media screen and (max-width: 1100px) {
  .blind-wrapper .blind-left {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 894px) {
  #blind .blind-wrapper {
    display: block;
    margin: 0 auto;
  }
  #blind .blind-wrapper .blind-left {
    width: 100%;
    text-align: center;
  }
  #blind .blind-wrapper .blind-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #blind .blind-wrapper .blind-left .blind-tit h2 p {
    font-size: 2rem;
  }
}
#blind-variety {
  width: 90%;
  margin: 0 auto;
}
#blind-variety #toggle-all {
  display: none;
}
#blind-variety .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
#blind-variety .wrapper__warp {
  width: 350px;
  min-height: 370px;
  border: 1px solid rgba(146, 197, 255, 0.9254901961);
  background-color: rgba(146, 197, 255, 0.0823529412);
  padding: 1rem 1rem 2rem;
  color: #255eab;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#blind-variety .wrapper__warp figure {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#blind-variety .wrapper__warp figure img {
  max-width: 100%;
}
#blind-variety .wrapper__warp figure figcaption {
  margin-top: 20px;
  line-height: 1.5rem;
  flex-grow: 2;
}

@media screen and (max-width: 812px) {
  #blind-variety .wrapper__warp {
    width: 100%;
  }
}
#renovation {
  width: 100%;
  overflow: hidden;
  padding-top: 6rem;
  background-color: rgba(197, 219, 248, 0.5333333333);
}
#renovation .renovation-tit {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#renovation .renovation-tit h2 {
  display: block;
  color: #255eab;
}
#renovation .renovation-tit h2 .mobile {
  font-size: 1rem;
  display: block;
}
#renovation .renovation-tit h2 p {
  font-size: 3rem;
  color: #eb3f55;
  margin: 0 auto;
}
#renovation .renovation-tit h2 p::first-letter {
  color: #255eab;
}
#renovation .renovation-tit .subtext {
  text-align: center;
  line-height: 2;
}
#renovation .renovation-tit .subtext .accent-text {
  border-bottom: 1px solid 0;
}
#renovation .renovation-tit__imgs {
  width: 30%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}
#renovation .renovation-tit__imgs img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.5/1;
}
#renovation .renovation-tit {
  background-image: url(../../img/business/back02.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 150px;
}

#gallery01 {
  width: 100%;
  overflow: hidden;
}
#gallery01 .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
#gallery01 .section__list {
  display: flex;
  transition-timing-function: linear !important;
}
#gallery01 .section__list li {
  width: 360px;
  aspect-ratio: 3/2;
  display: block;
}
#gallery01 .section__list li a {
  width: 100% !important;
  height: 100%;
  display: block;
}
#gallery01 .section__list li figure {
  width: 100%;
  height: 100%;
}
#gallery01 .section__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 928px) {
  #renovation .renovation-tit h2 p {
    font-size: 2rem;
  }
  #renovation .renovation-tit .subtext {
    width: 90%;
  }
  #gallery01 .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #gallery01 .section__list li {
    width: 280px;
  }
}
.progressbar {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 50px auto;
}
.progressbar .triangle {
  display: none;
}
.progressbar .item {
  position: relative;
  width: 16%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  line-height: 1.5;
  background: #f5f5f5;
  color: #999999;
}
.progressbar .item:not(:last-child)::before, .progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 37px solid transparent;
  border-left: 20px solid #f5f5f5;
  margin: auto;
}
.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #fff;
}
.progressbar .item.active {
  z-index: 1;
  color: #fff;
}
.progressbar .item.step1 {
  background: #8aabe6;
  color: #fff;
}
.progressbar .item.step1:not(:last-child)::after {
  border-left-color: #8aabe6;
}
.progressbar .item.step2 {
  background: #7aa5ec;
  color: #fff;
}
.progressbar .item.step2:not(:last-child)::after {
  border-left-color: #7aa5ec;
}
.progressbar .item.step3 {
  background: #5e91e2;
  color: #fff;
}
.progressbar .item.step3:not(:last-child)::after {
  border-left-color: #5e91e2;
}
.progressbar .item.step4 {
  background: #4077d3;
  color: #fff;
}
.progressbar .item.step4:not(:last-child)::after {
  border-left-color: #4077d3;
}
.progressbar .item.step5 {
  background: #3164c3;
  color: #fff;
}
.progressbar .item.step5:not(:last-child)::after {
  border-left-color: #3164c3;
}
.progressbar .item.step6 {
  background: #255eab;
  color: #fff;
}
.progressbar .item.step6:not(:last-child)::after {
  border-left-color: #255eab;
}
@media screen and (max-width: 1080px) {
  .progressbar {
    flex-direction: column;
    align-items: stretch;
  }
  .progressbar .item {
    width: 100%;
    padding: 12px 16px;
    font-size: 1.25rem;
    text-align: center;
    border-left: 4px solid #ccc;
    position: relative;
    margin-top: 30px;
  }
  .progressbar .item::after {
    content: "";
    position: absolute;
    bottom: -20px;
    /* 下に出す位置調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f5f5f5;
    /* 三角形の色 */
    z-index: 2;
  }
  .progressbar .item::before, .progressbar .item::after {
    display: none;
  }
  .progressbar .triangle {
    display: block;
    width: 50px;
    margin: 20px auto -15px;
    height: 30px;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 40px solid #255eab;
    border-bottom: 0;
  }
}

#flow3 {
  padding-top: 2rem;
  background-color: rgba(197, 219, 248, 0.5333333333);
}
#flow3 .section .flow3-2 {
  margin-top: 12rem;
}
#flow3 .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 789px) {
  #flow3 .section {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #flow3 .section {
    width: 90%;
  }
}
#flow3 .section .number-flex_inner {
  display: flex;
  width: 95%;
  margin: 0px auto;
  justify-content: flex-start;
}
#flow3 .section .number-flex_inner .step-wrapper {
  width: 34%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow3 .section .number-flex_inner .step-wrapper .item {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  background: #f5f5f5;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::before, #flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  border: 40px solid transparent;
  border-left: 20px solid #f5f5f5;
  z-index: 2;
}
#flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #fff;
}
#flow3 .section .number-flex_inner .step-wrapper .item.active {
  z-index: 1;
  color: #fff;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step1 {
  background: #cce0f2;
  color: #fff;
  z-index: -1;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step1:not(:last-child)::after {
  border-left-color: #cce0f2;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step2 {
  background: #99c2e6;
  color: #fff;
  z-index: -2;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step2:not(:last-child)::after {
  border-left-color: #99c2e6;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step3 {
  background: #66a3d9;
  color: #fff;
  z-index: -3;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step3:not(:last-child)::after {
  border-left-color: #66a3d9;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step4 {
  background: #3385cc;
  color: #fff;
  z-index: -4;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step4:not(:last-child)::after {
  border-left-color: #3385cc;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step5 {
  background: #1a70b8;
  color: #fff;
  z-index: -5;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step5:not(:last-child)::after {
  border-left-color: #1a70b8;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step6 {
  background: #0d5ca3;
  color: #fff;
  z-index: -6;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step6:not(:last-child)::after {
  border-left-color: #0d5ca3;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step7 {
  background: #255eab;
  color: #fff;
  z-index: -7;
}
#flow3 .section .number-flex_inner .step-wrapper .item.step7:not(:last-child)::after {
  border-left-color: #255eab;
}
#flow3 .section .number-flex_inner .step-wrapper .workflow__step {
  width: 100%;
  height: 185px;
  padding: 0rem 0 0 0.45rem;
  margin-top: 1.5rem;
  border-left: 3px solid #ccc;
}
#flow3 .section .number-flex_inner .step-wrapper .workflow__step .workflow__title {
  font-size: clamp(0.875rem, 1.3vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: normal;
}
#flow3 .section .number-flex_inner .step-wrapper .workflow__step .workflow__description {
  font-size: 1rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: 1.6;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(1) .workflow__step {
  border-left-color: #cce0f2;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(2) .workflow__step {
  border-left-color: #99c2e6;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(3) .workflow__step {
  border-left-color: #66a3d9;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(4) .workflow__step {
  border-left-color: #3385cc;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(5) .workflow__step {
  border-left-color: #1a70b8;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(6) .workflow__step {
  border-left-color: #0d5ca3;
}
#flow3 .section .number-flex_inner .step-wrapper:nth-child(7) .workflow__step {
  border-left-color: #255eab;
}
@media (max-width: 768px) {
  #flow3 .section .number-flex_inner {
    flex-direction: column;
  }
  #flow3 .section .number-flex_inner .step-wrapper {
    width: 100%;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item {
    font-size: 1rem;
  }
  #flow3 .section .number-flex_inner .step-wrapper .workflow__step {
    padding-left: 0.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 928px) {
  #flow3 .section .number-flex_inner {
    flex-direction: column;
    align-items: center;
  }
  #flow3 .section .number-flex_inner .step-wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9rem;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item {
    position: relative;
    width: 100%;
    height: 70px;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::before, #flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::after {
    content: "";
    position: absolute !important;
    bottom: unset;
    left: 47%;
    bottom: -175px;
    transform: translateX(-50%) !important;
    border-left: 25px solid transparent !important;
    border-right: 25px solid transparent !important;
    z-index: -100 !important;
    scale: 0.5;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step1:not(:last-child)::after {
    border-top-color: #cce0f2 !important;
    border-top: 60px solid #cce0f2;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step2:not(:last-child)::after {
    border-top-color: #99c2e6 !important;
    border-top: 60px solid #99c2e6;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step3:not(:last-child)::after {
    border-top-color: #66a3d9 !important;
    border-top: 60px solid #66a3d9;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step4:not(:last-child)::after {
    border-top-color: #3385cc !important;
    border-top: 60px solid #3385cc;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step5:not(:last-child)::after {
    border-top-color: #1a70b8 !important;
    border-top: 60px solid #1a70b8;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step6:not(:last-child)::after {
    border-top-color: #0d5ca3 !important;
    border-top: 60px solid #0d5ca3;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item.step7:not(:last-child)::after {
    border-top-color: #255eab !important;
    border-top: 60px solid #255eab;
  }
  #flow3 .section .number-flex_inner .step-wrapper .workflow__step {
    width: 90%;
    height: unset;
    text-align: center;
    margin-top: 3rem;
  }
  #flow3 .section .number-flex_inner .workflow {
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #flow3 .section .number-flex_inner .workflow__step {
    width: 100%;
    padding-left: 1rem;
    margin: 3rem 0 0.6rem;
  }
}
@media (max-width: 768px) {
  #flow3 .section .number-flex_inner .workflow__step {
    margin-top: 2rem;
  }
}
@media (max-width: 589px) {
  #flow3 .section .number-flex_inner .workflow__step {
    margin-top: 2rem;
  }
  #flow3 .section .number-flex_inner .workflow__step p {
    font-size: 0.875rem;
  }
}
@media (max-width: 485px) {
  #flow3 .section .number-flex_inner .step-wrapper .item {
    font-size: 0.875rem;
  }
  #flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::before, #flow3 .section .number-flex_inner .step-wrapper .item:not(:last-child)::after {
    left: 45%;
  }
}
@media (max-width: 480px) {
  #flow3 .section .progressbar .item {
    font-size: 0.875rem;
  }
  #flow3 .section .progressbar .item:not(:last-child)::before, #flow3 .section .progressbar .item:not(:last-child)::after {
    left: 45% !important;
  }
  #flow3 .section .progressbar .item.step4 {
    margin-top: 2rem;
  }
  #flow3 .section .workflow__step p {
    line-height: 1.2;
  }
}
@media (max-width: 413px) {
  #flow3 .section .progressbar .item.step4 {
    margin-top: 4rem;
  }
}
#flow3 .section {
  background-color: #ffffff;
  z-index: 0;
  padding: 3rem;
  border-radius: 30px;
}
#flow3 .section .title {
  color: #255eab;
  font-size: 1rem;
  line-height: normal;
  width: 95%;
  margin: 0 auto 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
#flow3 .section .flow-warp .number1 {
  margin-bottom: 2rem;
}
#flow3 .section .flow-warp .number-flex_inner .step-wrapper .workflow__step {
  height: 30px;
}
#flow3 .section .flow-warp .number-flex_inner .step-wrapper .workflow__title {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}
#flow3 .section .flow-warp .text {
  padding: 2rem 0rem 0;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1.2;
}
#flow3 .section .txt {
  width: 95%;
  margin: 14rem auto 0;
  line-height: 1.5rem;
  font-size: 1rem;
  background-color: rgba(197, 219, 248, 0.5333333333);
  padding: 2rem;
}
#flow3 .section .txt .sbr {
  display: none;
}
#flow3 .section .txt .strong {
  color: #255eab;
  font-weight: bold;
}

@media screen and (max-width: 928px) {
  #flow3 .section {
    width: 85%;
  }
  #flow3 .section .flow3-2 {
    margin-top: 2rem;
  }
  #flow3 .section .flow-warp {
    display: flex;
    flex-direction: column;
  }
  #flow3 .section .flow-warp .number-flex .number-flex_inner .step-wrapper .workflow__step {
    height: 35px;
  }
  #flow3 .section .flow-warp .number-flex .number-flex_inner .step-wrapper .workflow__step .text {
    text-align: left;
  }
  #flow3 .section .flow-warp .number-flex .number-flex_inner .step-wrapper .workflow__title .mbr {
    display: none;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
  }
  #flow3 .section .flow-warp .number-flex .number1 {
    margin-bottom: 0rem;
  }
  #flow3 .section .txt {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  #flow3 .section {
    padding: 3rem 1rem;
  }
  #flow3 .section .title {
    text-align: center;
  }
  #flow3 .section .txt {
    width: 100%;
  }
  #flow3 .section .txt .sbr {
    display: block;
    padding: 1rme;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #132b88;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #132b88;
  border: solid 1px #132b88;
  color: #eb3f55;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #f9f8f5;
  color: #595757;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp {
  /* モーダル本体 */
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp {
  /* モーダルを閉じるボタン */
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp {
  /* モーダル内のコンテンツ */
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.calender__content table {
  border: #595757 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #595757 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #595757 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #f9f8f5;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #595757;
}
.calender__content table tbody tr td.sat .date {
  color: blue;
}
.calender__content table tbody tr td.holiday .date, .calender__content table tbody tr td.sun .date {
  color: red;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
.calender__content table tbody tr td {
  container-type: inline-size;
}
@container (max-width: 60px) {
  .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: calc(infinity);
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .past {
  background-color: #f5f5f5;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #d8d8d8;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

body:has(#eventModal.open) {
  overflow: hidden;
}
body:has(#eventModal.open) header,
body:has(#eventModal.open) #floating,
body:has(#eventModal.open) #page-top {
  display: none;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 4.1em;
  right: 2.5em;
  z-index: 999;
  z-index: 1;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #255eab;
  border: solid 1px #f9f8f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #fff;
}
.pagetop a:hover {
  background-color: #f9f8f5;
}
.pagetop a:hover i {
  color: #eb3f55;
}

@media screen and (max-width: 480px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 1.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
#sp_btn {
  display: none;
}
#sp_btn ul {
  display: none;
}

.footer__image img {
  opacity: 0.4;
}

#footer {
  position: relative;
}
#footer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../img/common/base.jpg);
  background-size: cover;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.3;
  background-position: bottom;
}
#footer .sp_br {
  display: none;
}
#footer .name_footer {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #595757;
  font-weight: bold;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
#footer .name_footer span {
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
#footer .footer__warp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}
#footer .footer__warp--box {
  width: 100%;
  max-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 2rem;
  margin-top: 20px;
}
#footer .footer__warp--box--address {
  width: 100%;
  text-align: center;
}
#footer .footer__warp--box--address p {
  margin: 5px auto;
  font-weight: 600;
}
#footer .footer__warp--box--contactbox {
  width: 285px;
  height: 40px;
  border: 1px solid #255eab;
  font-size: 18px;
  background-color: #255eab;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#footer .footer__warp--box--contactbox:hover {
  background-color: #ffffff;
  color: #255eab;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#footer .footer__warp--box--contactbox02 {
  width: 285px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#footer .footer__warp--box--logo {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__warp--box--logo .logo {
  width: 250px;
}
#footer .footer__warp--box--logo .text {
  color: #0f1111;
  /* ダークグレーで落ち着いた印象 */
  font-size: 1.3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  padding: 0.7rem 0.9rem 0.5rem 1rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  /* 擬似要素の下に隠れないように設定 */
}
#footer .footer__warp--box--logo a {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__warp--box--logo a figure {
  width: 90%;
  height: auto;
}
#footer .footer__warp--box--logo a figure img {
  width: 100%;
  max-height: 80px;
}
#footer .footer__warp--box--address {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 0;
  color: #595757;
  font-weight: 500;
}
#footer .footer__warp--box--address p {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__nav {
  padding: 1rem 0;
  text-align: center;
  color: #f4f6f6;
  background-color: #255eab;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#footer .footer__nav--warp--sns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem;
  gap: 30px;
}
#footer .footer__nav--warp--sns li {
  padding: 0 0.25rem;
}
#footer .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#footer .footer__nav--warp nav ul li {
  padding: 0.25rem 1rem;
}
#footer .footer__nav--warp nav ul li a {
  width: 100%;
  display: block;
}
#footer .footer__nav--warp nav ul li:last-child {
  border-right: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #f4f6f6;
  background-color: #eb3f55;
  border-top: 5px solid #fff;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#footer .footer__sp {
  display: none;
}

.company .other-companies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  margin-bottom: 40px;
}
.company .other-companies li.ec {
  list-style: none;
  width: 100%;
  max-width: 260px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
}
.company .other-companies li.ec a {
  text-decoration: none;
  color: inherit;
  padding: 0.75rem;
  display: block;
  width: 100%;
}
.company .other-companies li.ec a p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.company .other-companies li.ec a b {
  font-size: 0.9rem;
  color: #555;
}
.company .other-companies li.ec a i {
  margin-left: 0.3rem;
}
.company .other-companies li.ec:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

@media screen and (max-width: 1280px) {
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 880px) {
  #footer {
    position: relative;
    margin: 0rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
    padding-bottom: 35px;
  }
  #footer .pc_txt {
    display: none;
  }
  #footer .footer__nav--warp nav ul {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  }
  #footer .footer__nav--warp nav ul li {
    padding: 0.25rem 1rem;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  .sp-fixed-link {
    display: flex;
    position: fixed;
    bottom: -70px;
    /* 初期位置は画面外 */
    left: 0;
    z-index: 9;
    width: 100%;
    transition: bottom 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    /* transformを追加 */
    transform: translateY(100%);
    /* 初期位置は下に隠れる状態 */
  }
  .sp-fixed-link.hidden {
    display: none;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    transform: translateY(100%);
    /* スクロール中は下に隠れる */
    pointer-events: none;
  }
  .sp-fixed-link.page-open {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
    /* 下からスライドして表示される */
  }
  .sp-fixed-link.page-top {
    bottom: 0;
    opacity: 0;
    transform: translateY(0);
    /* 下からスライドして表示される */
    pointer-events: none;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #255eab;
    border-top: 1px solid #fff;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #f4faff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    font-size: 20px;
  }
  #sp_btn ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #sp_btn ul li:nth-child(2) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(2) span {
    font-size: 12px;
  }
  #sp_btn ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
  #sp_btn ul li:nth-child(3) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(3) span {
    font-size: 11px;
  }
  #sp_btn ul li:nth-child(4) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(4) span {
    font-size: 11px;
  }
  #sp_btn ul li:nth-child(1) i {
    padding: 0 0 3px;
    font-size: 17px;
  }
  #footer .footer__copy {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 714px) {
  #footer .footer__warp .company .other-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  #footer .footer__nav--warp nav ul {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .footer__nav--warp nav ul li {
    width: 33.3333333333%;
    padding: 0.25rem 1rem;
    border-right: none;
  }
}
@media screen and (max-width: 514px) {
  #footer .footer__warp .company .other-companies {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #footer .sp_br {
    display: block;
  }
  #footer .name_footer {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    line-height: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #footer .name_footer span {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #footer .footer__warp--box {
    width: 100%;
    max-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 4rem 2rem;
  }
  #footer .footer__warp--box--logo {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer__warp--box--logo a {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer__warp--box--logo a figure {
    width: 90%;
    height: auto;
  }
  #footer .footer__warp--box--logo a figure img {
    width: 100%;
    height: auto;
  }
  #footer .footer__warp--box--address {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2rem 0;
  }
  #footer .footer__warp--box--address p {
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .footer__warp--box--contactbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 0.5rem;
  }
  #footer .footer__warp--box--contactbox a i {
    margin: 0 0.5rem 0 0;
  }
  #footer .footer__warp--box--contactbox02 {
    margin-top: 15px;
  }
  #footer .footer__nav--warp nav ul {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .footer__nav--warp nav ul li {
    width: 50%;
    padding: 0.25rem 1rem;
    border-right: none;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */