@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Kosugi Maru";
  font-weight: 400;
  src: url("../../font/Kosugi_Maru/woff2/KosugiMaru-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Hachi_Maru_Pop";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Hachi_Maru_Pop/woff2/HachiMaruPop-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Square_Peg";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Square_Peg/woff2/SquarePeg-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen_Kurenaido";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Kurenaido/woff2/ZenKurenaido-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mogra";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Mogra/woff2/Mogra-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #181818;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .animate__fadeIn {
  transform: none !important;
}
html p {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html a {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html td {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}

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

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

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  overflow: hidden;
}

.contents {
  max-width: 1280px;
  width: 90%;
  margin: 4rem auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 2rem auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .contents {
    width: 100%;
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #00537f;
}
.bgcolor div h2 {
  color: #00537f;
}
.bgcolor div h2 b {
  color: #00537f;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.main-ttl {
  margin-bottom: 4rem;
}
.main-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 0.5;
}
.main-ttl h2 p {
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  line-height: 1;
  font-weight: 400;
  font-family: "Mogra", sans-serif;
  margin: 0.5rem 0;
  padding-bottom: 5px;
  position: relative;
  color: #00537f;
  filter: drop-shadow(1px 1px 10px rgb(255, 255, 255));
}
.main-ttl h2 p::first-letter {
  text-transform: uppercase;
  color: #019153;
}
.main-ttl h2 span {
  text-transform: uppercase;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 900;
  color: #00537f;
}
@media screen and (max-width: 1024px) {
  .main-ttl h2 {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  .main-ttl h2 p {
    font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  }
  .main-ttl h2 span {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
@media screen and (max-width: 768px) {
  .main-ttl {
    margin-bottom: 2rem;
  }
  .main-ttl h2 {
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  }
  .main-ttl h2 p {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
}
@media screen and (max-width: 560px) {
  .main-ttl h2 {
    flex-direction: column;
    font-size: 25px;
  }
}

.main-ttl02 h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 0.5;
}
.main-ttl02 h2 p {
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  line-height: 1;
  font-weight: 400;
  font-family: "Mogra", sans-serif;
  margin: 0.5rem 0;
  padding-bottom: 5px;
  position: relative;
  color: #00537f;
  filter: drop-shadow(1px 1px 10px rgb(255, 255, 255));
}
.main-ttl02 h2 p::first-letter {
  text-transform: uppercase;
  color: #019153;
}
.main-ttl02 h2 span {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .main-ttl02 h2 {
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  }
  .main-ttl02 h2 p {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
}
@media screen and (max-width: 560px) {
  .main-ttl02 h2 {
    flex-direction: column;
    font-size: 25px;
  }
}

.ttl {
  margin-bottom: 2rem;
}
.ttl h2 {
  font-family: "Zen Old Mincho", sans-serif;
}
.ttl h2 p {
  font-size: 50px;
  padding: 0;
}
.ttl h2 p::first-letter {
  color: #db2442;
  text-transform: uppercase;
}
.ttl h2 p span {
  font-size: 20px;
  margin-left: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  letter-spacing: 0.1rem;
}
.ttl h2 p span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #db2442;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
}
.ttl h2 p span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #db2442;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 65%, rgba(230, 230, 14, 0.431372549) 65%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  font-weight: 500;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 65%, rgba(230, 230, 14, 0.431372549) 65%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled #00537f;
  text-emphasis: filled #00537f;
}
@media (max-width: 768px) {
  .marker_type2 {
    -webkit-text-emphasis: none;
    text-emphasis: none;
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  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: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 50;
  left: 20px;
  overflow: hidden;
}
#breadcrumb .breadcrumb__warp {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  padding: 0;
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.main01 {
  position: relative;
}
.main01::after {
  position: absolute;
  background-image: url("../../img/home/bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -5;
  position: fixed;
  opacity: 0.4;
}

.main02 {
  position: relative;
}
.main02::before {
  position: absolute;
  background-image: url("../../img/common/bg05.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  aspect-ratio: 1601/743;
  width: 100%;
  content: "";
  z-index: -5;
  opacity: 0.5;
}
.main02::after {
  position: absolute;
  background-image: url("../../img/common/bg06.png");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0;
  width: 100%;
  aspect-ratio: 1601/743;
  content: "";
  z-index: -5;
  opacity: 0.5;
}

.parallax {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(40px);
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.parallax-section {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.parallax-section .parallax1 {
  position: absolute;
  top: 0;
  left: 0;
  /* ← 上下余白を確保 */
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  opacity: 0.7;
  will-change: transform;
  transform: translate3d(0, 0px, 0);
  /* 明示 */
}

.js-clip-in {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s;
}

.js-clip-in.is-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.insta_btn2 {
  /* ボタンの下地 */
  color: #fff;
  /* 文字・アイコン色 */
  border-radius: 7px;
  /* 角丸 */
  position: relative;
  display: inline-block;
  height: 60px;
  /* 高さ */
  width: 50%;
  /* 幅 */
  text-align: center;
  /* 中央寄せ */
  font-size: 25px;
  /* 文字サイズ */
  line-height: 60px;
  /* 高さと合わせる */
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  /* はみ出し隠す */
  text-decoration: none;
  margin: auto;
  /* グラデーション② */
}
.insta_btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn2 {
  /* Instagramアイコン */
}
.insta_btn2 .fa-instagram {
  font-size: 35px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.insta_btn2 {
  /* テキスト */
}
.insta_btn2 span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.insta_btn2 {
  /* ホバー時 */
}
.insta_btn2:hover span {
  transform: rotateX(360deg);
}

@media screen and (max-width: 768px) {
  .insta_btn2 {
    font-size: 20px;
  }
  .insta_btn2 .fa-instagram {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .insta_btn2 {
    font-size: 16px;
    width: 100%;
  }
  .insta_btn2 .fa-instagram {
    font-size: 26px;
  }
}
.red {
  color: #db2442;
}

.pink {
  color: #ff5b92;
}

.yellow {
  color: #fdeb43;
}

.green {
  color: #019153;
}

.blue {
  color: #00537f;
}

.orange {
  color: #fd9d43;
}

.fukidashi-02 {
  position: relative;
  display: block;
  padding: 12px 15px;
  outline: 2px solid #db2442;
  outline-offset: 2px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.fukidashi-02::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 56px;
  height: 16px;
  width: 15px;
  border-right: 2px solid #db2442;
  transform: rotate(-40deg);
}

.br {
  display: inline-block;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

.js #header {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

/* 表示タイミングを制御（好みで値調整） */
.js.is-ready #header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
}
header.fixed {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
header.fixed .header__logo {
  width: 100px;
}
header.fixed .header__logo a {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #181818;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line,
header.fixed .container-header .header__sp .menu-button .menu-button__line::before,
header.fixed .container-header .header__sp .menu-button .menu-button__line::after {
  background-color: #db2442;
}
header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
  padding: 0 1rem;
  box-sizing: border-box;
  transition: height 1s ease;
}
header .header__logo {
  width: 150px;
  transition: width 1s ease;
  transition: all 1s;
}
header .header__logo a {
  width: 150px;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 20px;
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li {
  position: relative;
  padding: 1rem 0;
}
header .container-header .header__nav .nav__list li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../../img/common/maru.png);
  background-size: contain;
  background-repeat: no-repeat;
}
header .container-header .header__nav .nav__list li:nth-child(2)::before {
  background-image: url(../../img/common/maru02.png);
}
header .container-header .header__nav .nav__list li:nth-child(3)::before {
  background-image: url(../../img/common/maru03.png);
}
header .container-header .header__nav .nav__list li:nth-child(4)::before {
  background-image: url(../../img/common/maru04.png);
}
header .container-header .header__nav .nav__list li:nth-child(5)::before {
  background-image: url(../../img/common/maru05.png);
}
header .container-header .header__nav .nav__list li:nth-child(6)::before {
  background-image: url(../../img/common/maru06.png);
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
header .container-header .header__nav .nav__list li > a p {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  transition: color 0.3s ease;
}
header .container-header .header__nav .nav__list li > a span {
  font-size: 12px;
  font-weight: 700;
}
header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #db2442;
  transition: width 0.3s ease-in-out;
}
header .container-header .header__nav .nav__list li > a:hover {
  color: #db2442;
}
header .container-header .header__nav .nav__list li > a:hover::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li.active > a::after {
  width: 100%;
}
header .container-header .header__nav .nav__list .snslink {
  display: flex;
  gap: 1rem;
}
header .container-header .header__nav .nav__list .snslink li a i {
  font-size: 24px;
  transition: color 0.3s ease;
}
header .container-header .header__nav .nav__list .snslink li a i:hover {
  color: #db2442;
}
header .container-header .contact-box {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #181818;
  min-width: 200px;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  transition: color 0.3s, background-color 0.3s;
}
header .container-header .contact-box:hover {
  background-color: #181818;
  color: #00537f;
}
header .container-header .contact-box a {
  font-weight: bold;
}
header .container-header .contact-box a i {
  margin-right: 0.5rem;
}
header .container-header .header__sp {
  display: none;
}
header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
}
header .container-header .header__sp .menu-button .menu-button__line,
header .container-header .header__sp .menu-button .menu-button__line::before,
header .container-header .header__sp .menu-button .menu-button__line::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 6px;
  border-radius: 2px;
  background: #db2442;
  content: "";
  transition: all 0.3s;
}
header .container-header .header__sp .menu-button .menu-button__line {
  top: 19px;
}
header .container-header .header__sp .menu-button .menu-button__line::before {
  top: -10px;
}
header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
}
header .container-header .header__sp .menu-button.active .menu-button__line {
  background: transparent;
}
header .container-header .header__sp .menu-button.active .menu-button__line::before {
  transform: translateY(10px) rotate(45deg);
  background: #db2442;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #db2442;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: 10000;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__sp .sp-nav::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../../img/common/bg07.png") no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.3;
  z-index: -5;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 280px;
  margin: 0 auto;
}
header .container-header .header__sp .sp-nav ul .header__logo {
  margin: 1rem auto;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul > li {
  width: 100%;
  border-bottom: 2px dotted #00537f;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  text-decoration: none;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: block;
  font-size: 16px;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  font-size: 14px;
  padding: 0 30px;
  position: relative;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul > li > a:hover p,
header .container-header .header__sp .sp-nav ul > li > a:hover span {
  color: #db2442;
}
header .container-header .header__sp .sp-nav ul .snslink {
  margin-top: 1rem;
}
header .container-header .header__sp .sp-nav ul .snslink a i {
  font-size: 20px;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul .snslink a:hover i {
  color: #db2442;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 1100px) {
  header .header__warp .header__logo {
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  header .header__warp .header__logo {
    width: 100px;
  }
  header .container-header .header__nav .nav__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #header {
    background-color: transparent;
    box-shadow: none;
  }
  #header .header__warp {
    margin: 5px auto;
  }
  #header .container-header .header__contact,
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  #header .container-header .contact-box {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header .header__logo {
    width: 80px;
  }
  #header .sp-nav ul .header__logo {
    margin: 0;
  }
  #header .sp-nav ul > li > a {
    font-size: 14px;
  }
  #header .sp-nav ul > li > a p {
    display: block;
    font-size: 14px;
  }
  #header .sp-nav ul > li > a span {
    font-size: 12px;
    padding: 0 30px;
    position: relative;
  }
}
#heading {
  width: 100%;
  height: 50vh;
  position: relative;
  padding: 0;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(0%, 0%);
  top: 0;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--company {
  background-image: url("../../img/common/heading/top-item01.jpg");
  background-position: center center;
}
#heading .background__image--service {
  background-image: url("../../img/common/heading/top-item02.jpg");
  background-position: center center;
}
#heading .background__image--information {
  background-image: url("../../img/common/heading/top-item03.jpg");
  background-position: center 60%;
}
#heading .background__image--recruit {
  background-image: url("../../img/common/heading/top-item04.jpg");
  background-position: center center;
}
#heading .background__image--contact {
  background-image: url("../../img/common/heading/top-item05.jpg");
  background-position: center 80%;
}
#heading .background__image--news {
  background-image: url("../../img/common/heading/top-item03.jpg");
  background-position: center center;
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: rgb(3, 3, 3);
  opacity: 0.05;
  z-index: 0;
}
#heading .heading {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#heading .heading .heading__title {
  display: flex;
  flex-direction: column;
  line-height: 40px;
  gap: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 2rem;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
  z-index: 2;
}
#heading .heading .heading__title--en {
  font-family: "Square_Peg", sans-serif;
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
}
#heading .heading .heading__title--ja {
  font-family: "Hachi_Maru_Pop", sans-serif;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}

@media screen and (max-width: 1024px) {
  #heading .heading h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #heading .heading h1 {
    font-size: 20px;
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 40vh;
  }
  #heading .background__inner {
    width: 100%;
  }
  #heading .heading,
  #heading .heading02 {
    width: 100%;
    background-color: transparent;
  }
  #heading .heading h1,
  #heading .heading02 h1 {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin: auto;
  }
  #heading .heading02 h1 {
    font-size: 1rem;
    margin: 0;
  }
  #heading .heading02 img {
    width: 70px;
  }
  #heading .background__image {
    position: fixed;
    transform: translate(0%, 0%);
    top: 0%;
    height: 40vh;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 998;
  opacity: 0;
}
#floating li {
  display: block;
  margin: 1.25rem 0;
  border-right: none;
}
#floating li a {
  background-color: #00537f;
  color: #ffffff;
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
  padding: 1rem 0.5rem;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  width: 60px;
  height: 60px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  transition: ease 0.4s;
}
#floating li a i {
  font-size: 20px;
}
#floating li a p {
  display: none;
}
#floating li a::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#floating li a:hover {
  background-color: #db2442;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border-bottom: 2px solid #fff;
    border-top: #fff 2px solid;
    will-change: transform;
    backface-visibility: hidden;
  }
  #floating li {
    display: block;
    width: 100%;
    margin: 0;
    border-right: #fff 2px solid;
    will-change: transform;
    backface-visibility: hidden;
  }
  #floating li:nth-child(2) {
    border-right: none;
  }
  #floating li:nth-child(2) {
    border-left: none;
  }
  #floating li a {
    writing-mode: unset;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    transition: background-color 0.3s ease, color 0.5s ease;
    font-size: 1rem;
    height: 50px;
  }
  #floating li a:hover {
    transform: none;
    background-color: #ffffff;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #181818;
  }
  #floating li a span {
    display: block;
    writing-mode: horizontal-tb;
  }
  #floating li a p {
    display: block;
  }
  #floating li a i {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 1px;
    margin-right: 10px;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#feature {
  padding: 0;
}
#feature .top-ttl {
  background-image: url("../../img/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
#feature .top-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  font-size: 80px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 10px 20px;
}
#feature .top-ttl h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 1;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
#feature .top-ttl h2 span {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
#feature .top-ttl h3 {
  font-size: 50px;
  text-align: center;
  font-family: "Hachi_Maru_Pop", sans-serif;
  font-weight: 600;
}
#feature .contents {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#feature .contents .featurettl {
  margin-top: 100px;
}
#feature .contents .featurettl h2 {
  font-size: clamp(2.6rem, 2.56rem + 0.2vw, 2.8rem);
  text-align: center;
  font-weight: 600;
}
#feature .contents_wrap {
  margin: 50px auto 100px;
}
#feature .contents_wrap__title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #181818;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#feature .contents_wrap__title span {
  display: inline-block;
}
#feature .contents_wrap__title .fukidashi {
  color: #181818;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #00537f;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #00537f;
}
#feature .contents_wrap__title .fukidashi:before {
  content: "";
  position: absolute;
  bottom: 23px;
  right: -16px;
  /* margin-top: -31px; */
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 0;
  filter: drop-shadow(3px 0px 0px #00537f);
}
#feature .contents_wrap__text {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  max-width: 750px;
  margin: 0 auto 50px;
}
#feature .contents_wrap__text .bold {
  font-weight: 600;
}
#feature .contents_wrap__text p {
  margin: 1rem 0;
}
#feature .contents_wrap__text p span {
  display: inline-block;
}
#feature .contents_wrap .ribbon {
  margin: 2rem auto;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 24px;
  /*フォントサイズ*/
  background: rgba(219, 36, 66, 0.2);
  /*背景色*/
  box-sizing: border-box;
}
#feature .contents_wrap .ribbon::before, #feature .contents_wrap .ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
#feature .contents_wrap .ribbon::before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
#feature .contents_wrap .ribbon::after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#feature .contents_wrap__catch {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #FFF;
  /*上の破線*/
  border-bottom: dashed 1px #FFF;
  /*下の破線*/
  line-height: 46px;
  color: #db2442;
  font-weight: 700;
}
#feature .contents_wrap__catch span {
  display: inline-block;
}
#feature .contents_wrap__bold {
  font-weight: 700;
}
#feature .contents_wrap__point-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border: 2px solid #00537f;
  border-radius: 30px;
  margin: 0 auto 50px;
  font-size: 18px;
  display: flex;
}
#feature .contents_wrap__point-title span {
  display: inline-block;
}
#feature .contents_wrap__point-title i {
  color: #fdeb43;
  margin-right: 5px;
  margin-top: 8px;
}
#feature .contents_wrap__points {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
#feature .contents_wrap__points .point {
  max-width: 300px;
}
#feature .contents_wrap__points .point__circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto 20px;
  background-image: url("../../img/service/circle01.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: rgb(0, 83, 127) 3px 0px 0px, rgb(0, 83, 127) 2.83487px 0.981584px 0px, rgb(0, 83, 127) 2.35766px 1.85511px 0px, rgb(0, 83, 127) 1.62091px 2.52441px 0px, rgb(0, 83, 127) 0.705713px 2.91581px 0px, rgb(0, 83, 127) -0.287171px 2.98622px 0px, rgb(0, 83, 127) -1.24844px 2.72789px 0px, rgb(0, 83, 127) -2.07227px 2.16926px 0px, rgb(0, 83, 127) -2.66798px 1.37182px 0px, rgb(0, 83, 127) -2.96998px 0.42336px 0px, rgb(0, 83, 127) -2.94502px -0.571704px 0px, rgb(0, 83, 127) -2.59586px -1.50383px 0px, rgb(0, 83, 127) -1.96093px -2.27041px 0px, rgb(0, 83, 127) -1.11013px -2.78704px 0px, rgb(0, 83, 127) -0.137119px -2.99686px 0px, rgb(0, 83, 127) 0.850987px -2.87677px 0px, rgb(0, 83, 127) 1.74541px -2.43999px 0px, rgb(0, 83, 127) 2.44769px -1.73459px 0px, rgb(0, 83, 127) 2.88051px -0.838247px 0px;
}
#feature .contents_wrap__points .point .box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #00537f;
}
#feature .contents_wrap__points .point .box .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  background: #00537f;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
#feature .contents_wrap__points .point .box p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
#feature .contents_wrap__points .point:nth-child(2) .point__circle {
  background-image: url("../../img/service/circle02.png");
  color: #fff;
  text-shadow: rgb(219, 36, 66) 3px 0px 0px, rgb(219, 36, 66) 2.83487px 0.981584px 0px, rgb(219, 36, 66) 2.35766px 1.85511px 0px, rgb(219, 36, 66) 1.62091px 2.52441px 0px, rgb(219, 36, 66) 0.705713px 2.91581px 0px, rgb(219, 36, 66) -0.287171px 2.98622px 0px, rgb(219, 36, 66) -1.24844px 2.72789px 0px, rgb(219, 36, 66) -2.07227px 2.16926px 0px, rgb(219, 36, 66) -2.66798px 1.37182px 0px, rgb(219, 36, 66) -2.96998px 0.42336px 0px, rgb(219, 36, 66) -2.94502px -0.571704px 0px, rgb(219, 36, 66) -2.59586px -1.50383px 0px, rgb(219, 36, 66) -1.96093px -2.27041px 0px, rgb(219, 36, 66) -1.11013px -2.78704px 0px, rgb(219, 36, 66) -0.137119px -2.99686px 0px, rgb(219, 36, 66) 0.850987px -2.87677px 0px, rgb(219, 36, 66) 1.74541px -2.43999px 0px, rgb(219, 36, 66) 2.44769px -1.73459px 0px, rgb(219, 36, 66) 2.88051px -0.838247px 0px;
}
#feature .contents_wrap__points .point:nth-child(2) .box {
  border: solid 3px #db2442;
}
#feature .contents_wrap__points .point:nth-child(2) .box .box-title {
  background: #db2442;
}
#feature .contents_wrap__points .point:nth-child(3) .point__circle {
  background-image: url("../../img/service/circle03.png");
  color: #fff;
  text-shadow: rgb(1, 145, 83) 3px 0px 0px, rgb(1, 145, 83) 2.83487px 0.981584px 0px, rgb(1, 145, 83) 2.35766px 1.85511px 0px, rgb(1, 145, 83) 1.62091px 2.52441px 0px, rgb(1, 145, 83) 0.705713px 2.91581px 0px, rgb(1, 145, 83) -0.287171px 2.98622px 0px, rgb(1, 145, 83) -1.24844px 2.72789px 0px, rgb(1, 145, 83) -2.07227px 2.16926px 0px, rgb(1, 145, 83) -2.66798px 1.37182px 0px, rgb(1, 145, 83) -2.96998px 0.42336px 0px, rgb(1, 145, 83) -2.94502px -0.571704px 0px, rgb(1, 145, 83) -2.59586px -1.50383px 0px, rgb(1, 145, 83) -1.96093px -2.27041px 0px, rgb(1, 145, 83) -1.11013px -2.78704px 0px, rgb(1, 145, 83) -0.137119px -2.99686px 0px, rgb(1, 145, 83) 0.850987px -2.87677px 0px, rgb(1, 145, 83) 1.74541px -2.43999px 0px, rgb(1, 145, 83) 2.44769px -1.73459px 0px, rgb(1, 145, 83) 2.88051px -0.838247px 0px;
}
#feature .contents_wrap__points .point:nth-child(3) .box {
  border: solid 3px #019153;
}
#feature .contents_wrap__points .point:nth-child(3) .box .box-title {
  background: #019153;
}

/* スマホ */
@media (max-width: 768px) {
  #feature .top-ttl h2 {
    font-size: 50px;
  }
  #feature .top-ttl h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  #feature .contents_wrap__title {
    font-size: 26px;
  }
  .point__circle {
    width: 100px;
    height: 100px;
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  #feature .top-ttl h2 {
    font-size: 40px;
  }
  #feature .top-ttl h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  #feature .contents_wrap__title {
    flex-direction: column;
    font-size: 20px;
    line-height: 1.5;
  }
  #feature .contents_wrap__catch {
    font-size: 20px;
    line-height: 24px;
  }
  #feature .contents_wrap__point-title {
    flex-direction: column;
  }
  #feature .contents_wrap__point-title i {
    margin-top: 0;
    margin-right: 0;
  }
  .point__circle {
    width: 100px;
    height: 100px;
    font-size: 28px;
  }
}
#subslider {
  overflow: hidden;
}
#subslider .subslider_wrap {
  overflow: hidden;
  width: 100%;
  margin: 20px auto;
}
#subslider .subswiper {
  overflow: hidden;
}
#subslider .swiper-slide {
  padding: 0 20px 0 0;
}
#subslider .swiper-slide img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 40px;
}
#subslider .swiper-slide img img:hover {
  opacity: 0.5;
  transition: 0.4s;
}
#subslider .swiper-slide p {
  font-size: 13px;
  margin-top: 5px;
}
#subslider {
  /* スライドの動き等速 */
}
#subslider .swiper-wrapper {
  transition-timing-function: linear !important;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #subslider li img {
    aspect-ratio: 3/3;
  }
}
@media screen and (max-width: 480px) {
  #subslider li {
    margin: 0 10px 0 0;
  }
  #subslider li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #subslider li p {
    font-size: 13px;
    margin-top: 5px;
  }
  #subslider {
    /* スライドの動き等速 */
  }
  #subslider .swiper-wrapper {
    transition-timing-function: linear;
  }
}
#service-time {
  position: relative;
}
#service-time::before {
  position: absolute;
  background-image: url("../../img/common/bg07.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  content: "";
  z-index: -5;
  opacity: 0.4;
}
#service-time .service-time {
  padding: 40px 20px;
  background-image: url("../../img/service/time.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#service-time .service-time__inner {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #f7f9ff;
  padding: 40px 20px;
  border-radius: 20px;
}
#service-time .service-time__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  position: relative;
}
#service-time .service-time__title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #e63946, #1d3557, #ffbe0b, #2a9d8f);
  display: block;
  margin: 15px auto 0;
  border-radius: 10px;
}
#service-time .service-time__table-wrap {
  overflow-x: auto;
}
#service-time .service-time__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  text-align: center;
  font-size: 14px;
}
#service-time .service-time__table thead th {
  background: #ffffff;
  padding: 15px 10px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
#service-time .service-time__table tbody tr {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
#service-time .service-time__table tbody th {
  text-align: center;
  padding: 10px 10px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
#service-time .service-time__table tbody th span {
  display: inline-block;
}
#service-time .service-time__table .ttl01 {
  background-color: #db2442;
  border-left: 6px solid #ffbe0b;
}
#service-time .service-time__table .ttl02 {
  background-color: #019153;
  border-left: 6px solid #ffbe0b;
}
#service-time .service-time__table td {
  padding: 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
#service-time .service-time__table .is-ok {
  color: #00537f;
}
#service-time .service-time__table .is-ng {
  color: #e63946;
}
#service-time .service-time__note {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
#service-time .service-time__note span {
  display: inline-block;
}
#service-time {
  /* スマホ */
}
@media (max-width: 768px) {
  #service-time .service-time {
    padding: 60px 20px;
  }
  #service-time .service-time__title {
    font-size: 24px;
  }
  #service-time .service-time__table {
    font-size: 14px;
  }
  #service-time .service-time__table td {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  #service-time .service-time__table {
    margin: auto;
  }
  #service-time .service-time__table thead {
    display: none;
  }
  #service-time .service-time__table tbody th {
    text-align: center;
  }
  .service-time__table thead {
    display: none;
  }
  .service-time__table {
    margin: auto;
  }
  .service-time__table,
  .service-time__table tbody,
  .service-time__table tr,
  .service-time__table th,
  .service-time__table td {
    display: block;
    width: 100%;
  }
  .service-time__table th {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-time__table td {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .service-time__table td:last-child {
    border: none;
  }
  .service-time__table td::before {
    font-weight: bold;
    color: #555;
  }
  .service-time__table td:nth-child(2)::before {
    content: "月曜日";
  }
  .service-time__table td:nth-child(3)::before {
    content: "火曜日";
  }
  .service-time__table td:nth-child(4)::before {
    content: "水曜日";
  }
  .service-time__table td:nth-child(5)::before {
    content: "木曜日";
  }
  .service-time__table td:nth-child(6)::before {
    content: "金曜日";
  }
  .service-time__table td:nth-child(7)::before {
    content: "土曜日";
  }
}
.daily-flow {
  padding: 100px 20px;
  position: relative;
}
.daily-flow .wrap {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.daily-flow__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.daily-flow__inner .wrap01,
.daily-flow__inner .wrap02 {
  margin-bottom: 2rem;
}
.daily-flow__inner .wrap01 {
  overflow: hidden;
}
.daily-flow__inner .wrap01 .daily-flow__block {
  background-color: #fff;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: 5px solid #db2442;
}
.daily-flow__inner .wrap01 .daily-flow__block .timeline .timebox .time {
  color: #db2442;
}
.daily-flow__inner .wrap02 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
}
.daily-flow__inner .wrap02 .daily-flow__block {
  width: 50%;
  background-color: #fff;
  padding: 20px;
}
.daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) {
  width: 50%;
  border: 5px solid #019153;
}
.daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) .daily-flow__subtitle {
  background-color: #019153;
}
.daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) .timeline .timebox .time {
  color: #019153;
}
.daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) {
  width: 50%;
  border: 5px solid #00537f;
}
.daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) .daily-flow__subtitle {
  background-color: #00537f;
}
.daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) .timeline .timebox .time {
  color: #00537f;
}
.daily-flow__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}
.daily-flow__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  border-left: 6px solid #ffbe0b;
  padding-left: 15px;
  background-color: #db2442;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.daily-flow__subtitle span {
  display: inline-block;
}
.daily-flow h4 {
  margin: 1rem 0 2rem;
  font-size: 20px;
  font-weight: 600;
}
.daily-flow__note {
  max-width: 1280px;
  font-size: 16px;
  text-align: center;
  border: 2px dashed #00537f;
  padding: 10px;
  margin: 20px auto 0;
  background-color: #fff;
}
.daily-flow__note span {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: self-start;
  gap: 2rem;
}
.flex .flex-item {
  width: 50%;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 auto;
}
.timeline li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 50px;
  position: relative;
}
.timeline li::after {
  position: absolute;
  content: "";
  top: 52px;
  left: 18px;
  /* flex: 1 1 auto; */
  width: 2px;
  height: 70px;
  background: #fdeb43;
  align-self: center;
}
.timeline li .timebox {
  margin-top: 0.4rem;
}
.timeline li .timebox p {
  font-size: 18px;
  font-weight: 600;
}
.timeline .point .timebox {
  position: relative;
}
.timeline .point .timebox .fukidashi {
  position: absolute;
  content: "";
  top: -20px;
  right: -260px;
}
.timeline .point .timebox .fukidashi p {
  font-size: 15px;
  position: relative;
  z-index: 10;
}
.timeline .point .timebox .fukidashi::after {
  position: absolute;
  content: "";
  background-image: url("../../img/service/fukidashi.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -32px;
  right: -32px;
  width: 250px;
  height: 175px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .timeline .point .timebox .fukidashi {
    top: -20px;
    right: -218px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .timeline .point .timebox .fukidashi {
    right: -288px;
  }
}
@media (max-width: 768px) {
  .timeline .point .timebox .fukidashi {
    right: -240px;
  }
}
@media (max-width: 600px) {
  .timeline .point .timebox .fukidashi {
    right: -190px;
  }
  .timeline .point .timebox .fukidashi::after {
    width: 230px;
    height: 165px;
  }
  .timeline .point .timebox .fukidashi p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .timeline .point .timebox .fukidashi {
    position: relative;
    right: unset;
    top: unset;
    margin: 5rem auto 0;
  }
  .timeline .point .timebox .fukidashi::after {
    position: absolute;
    content: "";
    background-image: url("../../img/service/fukidashi02.png");
    top: -40px;
    right: -15px;
  }
}
.timeline .last::after {
  display: none;
}
.timeline img {
  width: 40px;
  height: 40px;
  margin-top: 3px;
}
.timeline .time {
  display: inline-block;
  font-weight: bold;
  color: #e63946;
  margin-bottom: 5px;
  font-size: 20px;
}
.timeline p {
  margin: 0;
  line-height: 1.8;
}
.timeline p span {
  display: inline-block;
}

@media (max-width: 1024px) {
  .daily-flow__inner .wrap01 .daily-flow__block {
    max-width: 650px;
    width: 100%;
  }
  .daily-flow__inner .wrap02 {
    flex-direction: column;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .daily-flow__note {
    max-width: 650px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .daily-flow__inner .wrap01 .daily-flow__block {
    max-width: 550px;
    width: 100%;
  }
  .daily-flow__inner .wrap02 {
    flex-direction: column;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) {
    max-width: 550px;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) {
    max-width: 550px;
  }
  .daily-flow h4 {
    font-size: 1rem;
  }
  .daily-flow__note {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    max-width: 550px;
  }
  .timeline li .timebox p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .daily-flow__inner .wrap01 .daily-flow__block {
    max-width: 450px;
    width: 100%;
  }
  .daily-flow__inner .wrap02 {
    flex-direction: column;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) {
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) {
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  .daily-flow__note {
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .daily-flow__inner .wrap01 .daily-flow__block {
    max-width: 100%;
    width: 100%;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(1) {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .daily-flow__inner .wrap02 .daily-flow__block:nth-child(2) {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .daily-flow__subtitle {
    font-size: 18px;
  }
  .daily-flow__note {
    max-width: 100%;
  }
  .flex {
    flex-direction: column;
    gap: 0;
  }
  .flex .flex-item {
    width: 100%;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #00537f;
  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: #00537f;
  border: solid 1px #00537f;
  color: #00537f;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #db2442;
}

#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-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: #db2442 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #db2442 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #db2442 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: #ffffff;
}
.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: #db2442;
}
.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 .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: 2.5em;
  right: 2.5em;
  z-index: 999;
}
.pagetop a {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
  font-size: 13px;
  font-weight: 700;
  color: #00537f;
}
.pagetop a img {
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
.pagetop a i {
  color: #00537f;
}
.pagetop a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 1.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#footer .footer-section {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer-section .footer__warp {
  width: 100%;
  max-width: 1400px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-radius: 20px;
  gap: 3rem;
}
#footer .footer-section .footer__warp .content-left {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
#footer .footer-section .footer__warp .content-left .logo {
  width: 200px;
}
#footer .footer-section .footer__warp .content-left .info address p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
}
#footer .footer-section .footer__warp .content-left .info address p span {
  display: inline-block;
}
#footer .footer-section .footer__warp .content-left .info .phone {
  padding-top: 10px;
}
#footer .footer-section .footer__warp .content-left .info .phone a {
  transition: all 0.4s;
}
#footer .footer-section .footer__warp .content-left .info .phone a i {
  margin-right: 5px;
}
#footer .footer-section .footer__warp .content-left .info .phone a:hover {
  color: #db2442;
}
#footer .footer-section .footer__nav {
  width: 50%;
  text-align: center;
  padding: 1rem 0;
}
#footer .footer-section .footer__nav--warp {
  max-width: 1400px;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
#footer .footer-section .footer__nav--warp nav ul li {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
#footer .footer-section .footer__nav--warp nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
#footer .footer-section .footer__nav--warp nav ul li a span {
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  display: block;
  padding-top: 10px;
}
#footer .footer-section .footer__nav--warp nav ul li a:hover {
  color: #db2442;
}
#footer .footer-section .footer__nav--warp nav ul .snslink {
  display: flex;
  gap: 1rem;
}
#footer .footer__copy {
  padding: 10px 0;
  text-align: center;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  background-color: #00537f;
  color: #fff;
}
#footer .footer__copy br {
  display: none;
}
@media (max-width: 768px) {
  #footer .footer__copy {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 1280px) {
  #footer .footer-section {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-section {
    width: 100%;
  }
}
@media screen and (max-width: 928px) {
  #footer .footer-section .footer__warp {
    flex-direction: column;
  }
  #footer .footer-section .footer__warp .content-left {
    width: 100%;
  }
  #footer .footer-section .footer__warp .content-left .logo {
    width: 150px;
  }
  #footer .footer-section .footer__nav {
    width: 90%;
    margin: auto;
  }
  #footer .footer-section .footer__nav--warp nav ul {
    justify-content: center;
  }
  #footer .footer-section .footer__nav--warp nav ul .snslink {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section {
    padding: 0 1rem;
  }
  #footer .footer-section .footer__warp {
    gap: 1rem;
  }
  #footer .footer-section .footer__warp .content-left {
    flex-direction: column;
  }
  #footer .footer-section .footer__warp .content-left .address p {
    text-align: center;
  }
  #footer .footer-section .footer__warp .content-left .phone {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */