@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@0400;500;700;900;&display=swap");
/* =====================

base

===================== */
/* ========= パンくずリスト ========= */
.breadcrumbs-wrapper {
  padding: 1em;
}
.breadcrumbs-wrapper a {
  color: var(--txt);
}

/* ========= メールアドレススパム対策 ========= */
.no-spam {
  display: none;
}

.no_display {
  display: none !important;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body {
  font-family: var(--ffg);
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.5457627119rem + 0.1694915254vw, 1.8rem);
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  color: var(--txt);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; /* 文字づめ */
}

button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px !important;
  /* 文字色を親から継承 */
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
}

/* リンク下線を非表示位にする箇所 */
.main-nav li > a,
#footer-nav a {
  text-decoration: none !important;
}

.submit-btn {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 0.55em 1.5em;
  background: var(--key);
  color: #ffffff;
  line-height: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--key);
}
.submit-btn:hover,
.submit-btn:active {
  color: var(--key);
  background: #fff;
}

/* ページローディング */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 5000;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 50px);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(146, 146, 146, 0.2);
  border-right: 1.1em solid rgba(146, 146, 146, 0.2);
  border-bottom: 1.1em solid rgba(146, 146, 146, 0.2);
  border-left: 1.1em solid #929292;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* =====================

header

===================== */
.mobile-logo {
  display: none;
}

/* ========================

header
トップページ

======================== */
header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  header {
    height: 46.875vw;
  }
}
@media screen and (max-width: 1920px) {
  header {
    height: 90rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 60rem;
  }
}
header .header-info_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: clamp(1rem, -0.3333333333rem + 1.7361111111vw, 3rem);
  padding-inline: clamp(1.5rem, 0.5rem + 1.3020833333vw, 3rem);
  min-height: 5.8rem;
}
header .header-info_wrapper .logo_w {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
header .header-info_wrapper .logo_b {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: none;
}
header .header-info_wrapper.active {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
header .header-info_wrapper.active .h1-logo {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
}
header .header-info_wrapper.active .logo_w {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: none;
}
header .header-info_wrapper.active .logo_b {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
header .header-info_wrapper.active .mobile-btn {
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  header .header-info_wrapper.active {
    background-color: rgba(255, 255, 255, 0.85);
  }
  header .header-info_wrapper.active .h1-logo {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header .header-info_wrapper.active #mainnav a {
    color: var(--txt);
  }
  header .header-info_wrapper.active #mainnav a::after {
    background-color: var(--txt);
  }
  header .header-info_wrapper.active #mainnav .current-menu-item a {
    color: var(--txt);
  }
  header .header-info_wrapper.active #mainnav .current-menu-item a::after {
    background-color: var(--txt);
  }
}
header .h1-logo {
  opacity: 0;
}
header .h1-logo a {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header .h1-logo img {
  aspect-ratio: 479/68;
  -o-object-fit: contain;
  object-fit: contain;
  margin-block: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  width: clamp(15rem, -6.9333333333rem + 28.5590277778vw, 47.9rem);
  height: auto;
}
@media screen and (max-width: 768px) {
  header .h1-logo img {
    margin-block: -1.5rem 0;
    width: clamp(15rem, 11.4285714286rem + 11.1607142857vw, 20rem);
  }
}
header * a {
  text-decoration: none;
}
header #top-header {
  position: fixed;
  inset: 0;
}
header #top-header .swiper {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
header #top-header .swiper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
header #top-header .h1_index {
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 1921px) {
  header #top-header .h1_index {
    bottom: 0;
    -webkit-transform: translateY(-4.1666666667vw);
    transform: translateY(-4.1666666667vw);
  }
}
@media screen and (min-width: 1920px) and (max-width: 1920.99px) {
  header #top-header .h1_index {
    bottom: 0;
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
}
@media screen and (max-width: 1919px) {
  header #top-header .h1_index {
    bottom: 0;
    -webkit-transform: translateY(-13rem);
    transform: translateY(-13rem);
  }
}
@media screen and (max-width: 1500px) {
  header #top-header .h1_index {
    bottom: 0;
    -webkit-transform: translateY(-12rem);
    transform: translateY(-12rem);
  }
}
@media screen and (max-width: 768px) {
  header #top-header .h1_index {
    bottom: 0;
    right: clamp(1rem, 0.2857142857rem + 2.2321428571vw, 2rem);
    -webkit-transform: translateY(-12rem);
    transform: translateY(-12rem);
  }
}
header #top-header .h1_index span {
  display: block;
}
header #top-header .h1_index span span {
  display: block;
  font-size: clamp(2.8rem, 1.78rem + 3.1875vw, 7.9rem);
}
@media screen and (min-width: 1921px) {
  header #top-header .h1_index span span {
    font-size: 4.1145833333vw;
  }
}
header #top-header .h1_index span span:first-of-type {
  border-top: 0.2rem solid #fff;
  -webkit-margin-after: -0.2em;
  margin-block-end: -0.2em;
}
header #top-header .h1_index span.engcopy {
  font-weight: 600;
  font-size: clamp(1.2rem, 0.88rem + 1vw, 2.8rem);
}
@media screen and (min-width: 1921px) {
  header #top-header .h1_index span.engcopy {
    font-size: 1.4583333333vw;
  }
}
header #top-header .h1_index::before {
  content: "UENODENKI";
  font-size: 3.6458333333vw;
  font-family: var(--ffr);
  color: #fff;
}
@media screen and (max-width: 1919px) {
  header #top-header .h1_index::before {
    font-size: clamp(3rem, 2.2rem + 2.5vw, 7rem);
  }
}
header #top-header .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (min-width: 1921px) {
  header #top-header .swiper-slide img {
    height: 46.875vw;
  }
}
@media screen and (max-width: 1920px) {
  header #top-header .swiper-slide img {
    height: 90rem;
  }
}
@media screen and (max-width: 768px) {
  header #top-header .swiper-slide img {
    height: 60rem;
  }
}

/* =====================

下層ヘッダー

===================== */
.page header,
.archive header,
.category header,
.paged header,
.single header,
.error404 header,
.search header,
.search-results header,
.search-no-results header {
  width: 100%;
  height: clamp(8rem, -9rem + 22.1354166667vw, 33.5rem);
}
@media screen and (min-width: 1921px) {
  .page header,
  .archive header,
  .category header,
  .paged header,
  .single header,
  .error404 header,
  .search header,
  .search-results header,
  .search-no-results header {
    height: 33.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page header,
  .archive header,
  .category header,
  .paged header,
  .single header,
  .error404 header,
  .search header,
  .search-results header,
  .search-no-results header {
    height: clamp(6rem, 4.5714285714rem + 4.4642857143vw, 8rem);
  }
}

#page-header {
  width: 100%;
  height: clamp(8rem, -9rem + 22.1354166667vw, 33.5rem);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #page-header {
    height: 33.5rem;
  }
}
@media screen and (max-width: 768px) {
  #page-header {
    height: clamp(6rem, 4.5714285714rem + 4.4642857143vw, 8rem);
  }
}
#page-header .post_thumbnail {
  width: 100%;
  height: clamp(8rem, -9rem + 22.1354166667vw, 33.5rem);
  position: fixed;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  #page-header .post_thumbnail {
    height: 33.5rem;
  }
}
@media screen and (max-width: 768px) {
  #page-header .post_thumbnail {
    height: clamp(6rem, 4.5714285714rem + 4.4642857143vw, 8rem);
  }
}
#page-header .post_thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#page-header .post_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

/* =====================

グローバルナビ

===================== */
.no-scroll {
  /* when modal active */
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

nav#mainnav .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: clamp(1.5rem, -1.5rem + 3.90625vw, 6rem);
  list-style: none;
  letter-spacing: 0;
  padding-inline: 0;
  padding-block: 0.25em 0;
  margin: 0;
}
nav#mainnav .main-nav li {
  position: relative;
  padding-bottom: 1rem;
  opacity: 0;
}
nav#mainnav .main-nav li * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav#mainnav .main-nav li a {
  color: #fff;
  font-size: clamp(1.4rem, 0.6rem + 1.0416666667vw, 2.6rem);
  white-space: nowrap;
  position: relative;
}
nav#mainnav .main-nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 1rem);
  transform: translate(-50%, 1rem);
  width: 0;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav#mainnav .main-nav li.current-menu-item a {
  color: #fff;
}
nav#mainnav .main-nav li.current-menu-item a::after {
  width: 100%;
}
nav#mainnav .main-nav li:hover a::after {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  nav#mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    inset: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  nav#mainnav .main-nav {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 3rem;
  }
  nav#mainnav .main-nav li a {
    color: var(--txt);
    font-size: 2rem;
  }
  nav#mainnav .main-nav li.current-menu-item a {
    color: var(--txt);
  }
  nav#mainnav .main-nav li.current-menu-item a::after {
    width: 100%;
    background-color: var(--txt);
  }
  nav#mainnav .main-nav li:hover a::after {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: var(--txt);
  }
  nav#mainnav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.mobile-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-btn {
    display: block;
  }
}

.mobile-btn {
  position: fixed;
  top: 0.8rem;
  right: 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 3.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
  z-index: 50;
}
.mobile-btn .mobile-btn_burger {
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: var(--key);
}
.mobile-btn .mobile-btn_burger::before,
.mobile-btn .mobile-btn_burger::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: var(--key);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-btn .mobile-btn_burger::before {
  width: 2.4rem;
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.mobile-btn .mobile-btn_burger::after {
  width: 1.6rem;
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
}
.mobile-btn.on .mobile-btn_burger {
  background-color: transparent;
}
.mobile-btn.on .mobile-btn_burger::before {
  width: 2.4rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}
.mobile-btn.on .mobile-btn_burger::after {
  width: 2.4rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}

.mobile-btn.on:hover {
  background-color: transparent;
}
.mobile-btn.on:hover .mobile-btn_burger {
  background-color: transparent;
}
.mobile-btn.on:hover .mobile-btn_burger::before {
  background-color: var(--key);
}
.mobile-btn.on:hover .mobile-btn_burger::after {
  background-color: var(--key);
}

/* =================================================

トップページ

================================================= */
#top_contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  #top_contents {
    -webkit-margin-before: -8.3333333333vw;
    margin-block-start: -8.3333333333vw;
  }
}
@media screen and (min-width: 1920px) and (max-width: 1920.99px) {
  #top_contents {
    -webkit-margin-before: -16rem;
    margin-block-start: -16rem;
  }
}
@media screen and (max-width: 1919px) {
  #top_contents {
    -webkit-margin-before: -6rem;
    margin-block-start: -6rem;
  }
}

.index-h2_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2rem;
  -webkit-margin-before: -3rem;
  margin-block-start: -3rem;
}
.index-h2_title .num {
  font-family: var(--ffr);
  font-weight: 500;
  color: #fff;
  font-size: clamp(18rem, 16.6983050847rem + 4.0677966102vw, 22.8rem);
  letter-spacing: -0.075em;
}
.index-h2_title .num::before,
.index-h2_title .num::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.index-h2_title .num::before {
  -webkit-margin-after: var(--leading-trim);
  margin-block-end: var(--leading-trim);
}
.index-h2_title .num::after {
  -webkit-margin-before: var(--leading-trim);
  margin-block-start: var(--leading-trim);
}
.index-h2_title .sub {
  -webkit-margin-after: clamp(2.8rem, 2.6372881356rem + 0.5084745763vw, 3.4rem);
  margin-block-end: clamp(2.8rem, 2.6372881356rem + 0.5084745763vw, 3.4rem);
}
.index-h2_title .sub > span {
  display: block;
}
.index-h2_title .sub > .j {
  font-weight: 600;
  font-size: clamp(2.4rem, 2.1288135593rem + 0.8474576271vw, 3.4rem);
}
.index-h2_title .sub > .e {
  font-size: clamp(1.4rem, 1.2915254237rem + 0.3389830508vw, 1.8rem);
  color: var(--key);
}
.index-h2_title.num-one {
  gap: 0 !important;
}

/* =================================================

トップページ
メッセージ

================================================= */
#index-msg {
  width: 100%;
  height: auto;
  -webkit-padding-after: 7.8125vw;
  padding-block-end: 7.8125vw;
}
@media screen and (min-width: 1920px) {
  #index-msg {
    background: url(../img/bg01_pc.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1919px) {
  #index-msg {
    background: url(../img/bg01_sp.png) no-repeat center top;
    background-size: 192rem auto;
  }
}
#index-msg .index-h2_title {
  margin-block: 0 clamp(2.4rem, 0.9454545455rem + 4.5454545455vw, 6.4rem);
}
#index-msg .index-msg_container {
  width: min(100%, 192rem);
  margin-inline: auto;
  padding-block: 8rem clamp(6rem, 2rem + 5.2083333333vw, 12rem);
}
@media screen and (min-width: 1921px) {
  #index-msg .index-msg_container {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1920px) {
  #index-msg .index-msg_container {
    padding-inline: clamp(3rem, -24.1428571429rem + 18.0952380952vw, 10.6rem) 0;
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_container {
    padding-inline: clamp(1.5rem, -0.1363636364rem + 5.1136363636vw, 6rem);
    margin-inline: 0;
  }
}
#index-msg .index-msg_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3rem, -7.6842105263rem + 9.2105263158vw, 10rem);
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3rem;
    margin: 0;
  }
}
#index-msg .index-msg_wrapper .index-msg_thought {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_wrapper .index-msg_thought {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought {
  font-size: 4rem;
  color: var(--key);
  text-align: center;
  margin-block: 0 4rem;
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought {
    text-align: left;
    font-size: clamp(2.8rem, 1.8545454545rem + 2.9545454545vw, 5.4rem);
  }
}
#index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
#index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.8rem;
  color: #fff;
  padding: 2rem 0.25em;
  background-color: var(--key);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical span > span {
  display: initial;
  padding: 0;
  background-color: initial;
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-margin-after: clamp(1.8rem, 1.5818181818rem + 0.6818181818vw, 2.4rem);
    margin-block-end: clamp(1.8rem, 1.5818181818rem + 0.6818181818vw, 2.4rem);
  }
  #index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical span {
    display: block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: clamp(2.4rem, 0.6545454545rem + 5.4545454545vw, 7.2rem);
    letter-spacing: 0.01em;
    padding-inline: 2rem;
  }
  #index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical span .mns01,
  #index-msg .index-msg_wrapper .index-msg_thought .index-msg_h2_thought_vertical span .mns05 {
    letter-spacing: 0 !important;
  }
}
#index-msg .index-msg_wrapper .index-msg {
  padding-inline: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_wrapper .index-msg {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }
}
#index-msg .index-msg_wrapper .swiper_msg {
  overflow: hidden;
  padding-block: 6.5rem 9.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  position: relative;
  /* ページネーションのサイズと色 */
  margin-block: 0 5rem;
}
@media screen and (min-width: 1921px) {
  #index-msg .index-msg_wrapper .swiper_msg {
    width: 152rem;
  }
}
@media screen and (max-width: 1920px) {
  #index-msg .index-msg_wrapper .swiper_msg {
    width: clamp(76.8rem, -15.0842105263rem + 79.2105263158vw, 137rem);
  }
}
@media screen and (max-width: 1200px) {
  #index-msg .index-msg_wrapper .swiper_msg {
    width: min(100% - clamp(0rem, -0.5454545455rem + 1.7045454545vw, 1.5rem), 120rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  #index-msg .index-msg_wrapper .swiper_msg {
    padding-inline: 2rem;
  }
}
#index-msg .index-msg_wrapper .swiper_msg .swiper-horizontal > .swiper-pagination-bullets,
#index-msg .index-msg_wrapper .swiper_msg .swiper-pagination-bullets.swiper-pagination-horizontal,
#index-msg .index-msg_wrapper .swiper_msg .swiper-pagination-custom,
#index-msg .index-msg_wrapper .swiper_msg .swiper-pagination-fraction {
  bottom: 4rem !important;
}
#index-msg .index-msg_wrapper .swiper_msg .swiper-pagination-bullet {
  background-color: #103d75;
  height: 1rem;
  width: 1rem;
}
#index-msg .index-msg_wrapper .swiper-slide {
  aspect-ratio: 62/37;
  height: auto;
}
#index-msg .index-msg_wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
#index-msg .index-msg_wrapper p {
  font-size: clamp(2rem, 1.5636363636rem + 1.3636363636vw, 3.2rem);
  font-weight: 600;
  -webkit-padding-end: 3rem;
  padding-inline-end: 3rem;
}
/* =================================================

トップページ
会社概要

================================================= */
#index-aboutus {
  background: url(../img/bg_white.png) no-repeat center top;
  background-size: cover;
  -webkit-margin-before: -7.8125vw;
  margin-block-start: -7.8125vw;
  padding-block: 18rem 13.0208333333vw;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #index-aboutus {
    background-size: contain;
    background-size: 192rem auto;
    padding-block: 13rem clamp(13rem, 6.3333333333rem + 8.6805555556vw, 23rem);
  }
}
@media screen and (max-width: 768px) {
  #index-aboutus {
    -webkit-margin-before: -7rem;
    margin-block-start: -7rem;
  }
}
#index-aboutus #index-aboutus_bg {
  position: absolute;
  inset: 0;
  background: url(../img/about-us_bg.png) no-repeat right clamp(5.8rem, 0.1rem + 2.96875vw, 11.5rem);
  background-size: auto clamp(78.6rem, 61.2rem + 9.0625vw, 96rem);
}
#index-aboutus .index-h2_title {
  gap: 3rem;
  -webkit-margin-start: -1rem;
  margin-inline-start: -1rem;
  -webkit-margin-after: 6rem;
  margin-block-end: 6rem;
}
#index-aboutus .index-h2_title .num {
  color: var(--sub) !important;
}
#index-aboutus .index-h2_title .sub {
  -webkit-margin-after: 3.3rem;
  margin-block-end: 3.3rem;
}
#index-aboutus .index-aboutus_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(4.8rem, 0.6666666667rem + 5.3819444444vw, 11rem);
  width: min(100%, 192rem);
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  #index-aboutus .index-aboutus_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: min(100% - clamp(3rem, 1.5rem + 4.6875vw, 6rem), 96rem);
    padding-inline: 0;
  }
}
#index-aboutus .index-aboutus_container .index-aboutus_image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 96rem;
  flex: 1 1 96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  position: relative;
}
#index-aboutus .index-aboutus_container .index-aboutus_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 95/61;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1921px) {
  #index-aboutus .index-aboutus_container .index-aboutus_image img {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  #index-aboutus .index-aboutus_container .index-aboutus_image img {
    border-top-right-radius: clamp(0.8rem, 0.45rem + 1.09375vw, 1.5rem);
    border-bottom-right-radius: clamp(0.8rem, 0.45rem + 1.09375vw, 1.5rem);
    border-top-left-radius: clamp(0.8rem, 0.45rem + 1.09375vw, 1.5rem);
    border-bottom-left-radius: clamp(0.8rem, 0.45rem + 1.09375vw, 1.5rem);
  }
}
#index-aboutus .index-aboutus_container .index-aboutus {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 96rem;
  flex: 1 1 96rem;
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  font-size: clamp(1.8rem, 1.4rem + 1.25vw, 2.6rem);
  font-weight: 700;
  overflow-x: hidden;
}
@media screen and (min-width: 1921px) {
  #index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list {
    width: 100%;
  }
}
@media screen and (max-width: 1920px) {
  #index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list {
    width: min(100% - 3rem, 64.8rem);
  }
}
@media screen and (max-width: 960px) {
  #index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list {
    width: 100%;
    padding-inline: 0;
    margin-inline: auto;
  }
  #index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li {
    width: 100%;
  }
  #index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a {
    width: 100%;
  }
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li {
  position: relative;
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.2rem;
  background-color: var(--key);
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li:hover::after {
  width: 100%;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a {
  display: block;
  position: relative;
  -webkit-padding-after: 1.6rem;
  padding-block-end: 1.6rem;
  -webkit-margin-after: 5rem;
  margin-block-end: 5rem;
  -webkit-padding-end: 5rem;
  padding-inline-end: 5rem;
  border-bottom: 0.2rem solid #ccc;
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a::before,
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a::after {
  content: "";
  position: absolute;
  right: 1rem;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a::before {
  width: 2.7rem;
  height: 0.2rem;
  background-color: var(--txt);
  top: calc(50% - 0.8rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a::after {
  top: calc(50% - 0.8rem);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid var(--txt);
  border-bottom: 0.2rem solid var(--txt);
  -webkit-transform: translateY(-1rem) rotate(-45deg);
  transform: translateY(-1rem) rotate(-45deg);
}
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a:hover::before,
#index-aboutus .index-aboutus_container .index-aboutus .index-aboutus_list li a:hover::after {
  right: 0;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}

/* =================================================

トップページ
事業内容
採用情報

================================================= */
#index-visual_bg {
  background: url(../img/bg02.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  -webkit-margin-before: -7.8125vw;
  margin-block-start: -7.8125vw;
  padding-block: 2.6041666667vw 14.5833333333vw;
}
#index-visual_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300rem;
  background-color: var(--sub);
  z-index: -1;
  top: 6rem;
}
#index-visual_bg .index-h2_title {
  gap: 3rem;
  -webkit-margin-start: -1rem;
  margin-inline-start: -1rem;
  -webkit-margin-after: 6rem;
  margin-block-end: 6rem;
}
#index-visual_bg .index-h2_title .sub {
  -webkit-margin-after: 3.3rem;
  margin-block-end: 3.3rem;
}
@media screen and (max-width: 1920px) {
  #index-visual_bg {
    background-size: contain;
    background-size: 192rem auto;
    padding-block: 8rem 14.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #index-visual_bg {
    -webkit-margin-before: -7rem;
    margin-block-start: -7rem;
    padding-block: 8rem 20.8333333333vw;
  }
}
#index-visual_bg #index-bis {
  -webkit-margin-after: clamp(7rem, 3.6666666667rem + 4.3402777778vw, 12rem);
  margin-block-end: clamp(7rem, 3.6666666667rem + 4.3402777778vw, 12rem);
}
#index-visual_bg #index-bis .index-bis_container {
  width: min(100% - clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem), 150rem);
  margin-inline: auto;
}
#index-visual_bg #index-bis .index-bis_container .index-h2_title {
  margin-block: 0 1rem;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(clamp(24rem, -1.6rem + 33.3333333333vw, 48.4rem), 1fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4rem 2.4rem;
  margin-block: 0;
  margin-inline: auto;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a {
  display: grid;
  place-items: center;
  position: relative;
  aspect-ratio: 121/100;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1.5rem;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a .title {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a .title .bis-title {
  font-size: clamp(2rem, 1.7830508475rem + 0.6779661017vw, 2.8rem);
  color: #fff;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a .title .icon_go {
  background-color: #fff;
  border-color: #fff;
  margin-inline: auto;
  margin-block: 1.5rem 0;
  width: 6.6rem;
  height: 6.6rem;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a .title .icon_go::before {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translate(-0.3rem, -1.1rem);
  transform: translate(-0.3rem, -1.1rem);
  border-color: var(--key);
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a .title .icon_go::after {
  background-color: var(--key);
  height: 2.7rem;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a:hover .title .icon_go::before {
  -webkit-transform: translate(0, -1.4rem);
  transform: translate(0, -1.4rem);
}
#index-visual_bg #index-bis .index-bis_container .index-bis_images li a:hover .title .icon_go::after {
  top: calc(50% - 0.3rem);
  left: calc(50% + 0.3rem);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container {
  width: min(100% - clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem), 150rem);
  height: clamp(18.2rem, 16.5728813559rem + 5.0847457627vw, 24.2rem);
  margin-inline: auto;
  background: url(../img/index-recruitment-info.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 2rem;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment {
  margin-inline: auto;
  margin-block: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .num {
  color: #fff;
  letter-spacing: -0.025em;
  margin-block: -0.5em -2.5rem;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .num::before,
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .num::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .num::before {
  -webkit-margin-after: var(--leading-trim);
  margin-block-end: var(--leading-trim);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .num::after {
  -webkit-margin-before: var(--leading-trim);
  margin-block-start: var(--leading-trim);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .sub {
  text-align: center;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .sub .j,
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .index-h2_title.recruitment .sub .e {
  color: #fff;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  padding: clamp(0.8rem, 0.5559322034rem + 0.7627118644vw, 1.7rem)
    clamp(0rem, -0.8677966102rem + 2.7118644068vw, 3.2rem);
  font-size: clamp(1.8rem, 1.6372881356rem + 0.5084745763vw, 2.4rem);
  background-color: #fff;
  border-radius: clamp(0.6rem, 0.4915254237rem + 0.3389830508vw, 1rem);
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  white-space: nowrap;
  opacity: 0;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail::before,
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail::before {
  -webkit-margin-after: var(--leading-trim);
  margin-block-end: var(--leading-trim);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail::after {
  -webkit-margin-before: var(--leading-trim);
  margin-block-start: var(--leading-trim);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail:hover .icon_go {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail:hover .icon_go::before {
  border-color: var(--key);
  -webkit-transform: translate(0.1rem, -1.2rem);
  transform: translate(0.1rem, -1.2rem);
}
#index-visual_bg #index-recruitmentinfo .index-recruitmentinfo_container .go_detail:hover .icon_go::after {
  top: calc(50% - 0.3rem);
  left: calc(50% + 0.3rem);
  background-color: var(--key);
}

/* =================================================

トップページ
アクセス

================================================= */
#index-access {
  background: url(../img/bg_white.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  -webkit-margin-before: -7.8125vw;
  margin-block-start: -7.8125vw;
  padding-block: 7.8125vw 3.6458333333vw;
}
#index-access::after {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(3.0208333333vw + 13rem) 0;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  #index-access {
    background-size: contain;
    background-size: 192rem auto;
    padding-block: 13rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  #index-access {
    -webkit-margin-before: -7rem;
    margin-block-start: -7rem;
  }
}
#index-access .index-access_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(3rem, -0.1475409836rem + 4.0983606557vw, 6rem);
  width: min(100% - clamp(1.5rem, 0.2796610169rem + 3.813559322vw, 6rem), 150rem);
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  #index-access .index-access_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#index-access .index-access_container .index-h2_title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-access .index-access_container .index-h2_title .num {
  color: var(--sub);
}
#index-access .index-access_container .index-access_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-padding-start: 6rem;
  padding-inline-start: 6rem;
  border-left: var(--bcr);
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  #index-access .index-access_container .index-access_detail {
    border-left: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
#index-access .index-access_list {
  -webkit-margin-after: 2.5em;
  margin-block-end: 2.5em;
  list-style: none;
  margin-inline: 0;
  padding-inline: 0;
  padding-block: 0;
}
#index-access .index-access_list li {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}
#index-access .index-access_h4 {
  font-size: clamp(1.6rem, 1.5457627119rem + 0.1694915254vw, 1.8rem);
  -webkit-margin-after: 1.25em;
  margin-block-end: 1.25em;
  color: var(--key);
}
#index-access .index-access_h5 {
  font-size: clamp(1.6rem, 1.5457627119rem + 0.1694915254vw, 1.8rem);
}
#index-access .index-access_h5::before {
  content: "・";
  display: inline-block;
  -webkit-margin-end: 0.25em;
  margin-inline-end: 0.25em;
}

/* =================================================

トップページ
google-map

================================================= */
#gmap {
  background-color: #fff;
  padding-block: 0 !important;
}
#gmap iframe {
  vertical-align: bottom;
}

/* =====================

Go Topボタン

===================== */
a.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  background-color: #fff;
  border: 0.2rem solid var(--key);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.page-top .go-arrow {
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid var(--key);
  border-top: 0.2rem solid var(--key);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.page-top .go-arrow::after {
  content: "";
}
a.page-top:hover,
a.page-top:active {
  background-color: #fff;
}

/* =====================

footer

===================== */
#footer {
  padding: 5rem 0 clamp(2rem, 1.0666666667rem + 1.2152777778vw, 3.4rem);
  background-color: var(--key);
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_wrapper {
  width: min(calc(100% - clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem)), 150rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1040px) {
  #footer .footer_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer h1.f-logo {
  aspect-ratio: 337/39;
  width: clamp(25rem, 18.7857142857rem + 19.4196428571vw, 33.7rem);
  height: auto;
  margin-bottom: 1rem;
}
#footer h1.f-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#footer .f-add address {
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
}
#footer .f-add .contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .f-add .contacts li a {
  letter-spacing: 0;
}
#footer .f-add .contacts li a.telnum::before {
  content: "";
  display: inline-block;
  -webkit-margin-end: 0.35em;
  margin-inline-end: 0.35em;
  width: 1.2rem;
  height: 2.1rem;
  aspect-ratio: 3/5;
  -webkit-mask-image: url(../img/icon_tel.svg);
  mask-image: url(../img/icon_tel.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 1040px) {
  #footer .f-add address {
    text-align: center;
  }
  #footer .f-add .contacts li {
    text-align: center;
  }
}
#footer .f-menus_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10rem;
}
#footer #footer-nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer #footer-nav ul {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(3rem, 0.9016393443rem + 2.7322404372vw, 5rem);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#footer #footer-nav li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer #footer-nav a {
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
}
#footer .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  gap: 1.6rem;
}
@media screen and (max-width: 1040px) {
  #footer .sns_list {
    margin-inline: auto;
  }
}
#footer .sns_list * {
  margin-bottom: 0;
}
#footer .sns_list .fb,
#footer .sns_list .insta,
#footer .sns_list .ekks {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .sns_list .fb img {
  width: 3.3rem;
  height: 3.3rem;
}
#footer .sns_list .insta img {
  width: 3.2rem;
  height: 3.2rem;
}
#footer .sns_list .ekks img {
  width: 3.2rem;
  height: 3.3rem;
}
#footer .copyright {
  margin-block: 3rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}

/* ===============

下層ページ

=============== */
#page {
  width: 100%;
  min-height: 30rem;
  -webkit-margin-before: -5.2083333333vw;
  margin-block-start: -5.2083333333vw;
  position: relative;
  z-index: 1;
  -webkit-padding-before: clamp(4rem, -0.1967213115rem + 5.4644808743vw, 8rem);
  padding-block-start: clamp(4rem, -0.1967213115rem + 5.4644808743vw, 8rem);
}
@media screen and (min-width: 1920px) {
  #page {
    background: url(../img/bg_white.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1919px) {
  #page {
    background: url(../img/bg_white.png) no-repeat center top;
    background-size: 100% auto;
  }
}

.page-h2_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin-inline: 0;
  margin-block: 0 clamp(5.5rem, -0.2704918033rem + 7.5136612022vw, 11rem);
}
.page-h2_title .j,
.page-h2_title .e {
  display: block;
  font-weight: 600;
}
.page-h2_title .j {
  font-size: clamp(3.2rem, 2.386440678rem + 2.5423728814vw, 6.2rem);
}
.page-h2_title .e {
  font-size: clamp(1.6rem, 1.2203389831rem + 1.186440678vw, 3rem);
  color: var(--key);
}

.page-id-34 .page-h2_title {
  margin-block: 0;
}

.p_container {
  width: min(100% - clamp(3rem, -9.5901639344rem + 16.393442623vw, 15rem), 150rem);
  margin-inline: auto;
  padding: 0;
}

/* =================================================

下層ページ
会社概要

================================================= */
#page #about-us {
  background-color: #fff;
}
#page #about-us .p_container > h3.h3 {
  position: relative;
  z-index: 2 !important;
}
#page #about-us .border_box {
  -webkit-margin-after: clamp(3rem, -0.1475409836rem + 4.0983606557vw, 6rem);
  margin-block-end: clamp(3rem, -0.1475409836rem + 4.0983606557vw, 6rem);
  position: relative;
  z-index: 1;
}
#page #about-us .gra_ueno::before {
  content: "";
  position: absolute;
  aspect-ratio: 495/68;
  width: clamp(24rem, 9rem + 46.875vw, 99rem);
  height: auto;
  background: url(../img/aboutus_uenodenki.png) no-repeat;
  background-size: contain;
  top: clamp(-6.8rem, -2.2666666667rem + -5.9027777778vw, -13.6rem);
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #page #about-us .gra_ueno::before {
    top: -4rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  #page #about-us .gra_ueno::before {
    top: -3rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
#page #about-us .link {
  -webkit-margin-after: clamp(3rem, 0.9016393443rem + 2.7322404372vw, 5rem);
  margin-block-end: clamp(3rem, 0.9016393443rem + 2.7322404372vw, 5rem);
}
#page #about-us .link .border_box {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
#page #about-us .h3-link {
  display: block;
  color: #fff;
  font-size: clamp(2.4rem, 2.1830508475rem + 0.6779661017vw, 3.2rem);
  font-weight: 600;
  line-height: 1.2;
  background-color: var(--key);
  padding: 0.4em 1em 0.5em clamp(4.5rem, 2.9262295082rem + 2.0491803279vw, 6rem);
  -webkit-margin-after: clamp(1rem, -0.0491803279rem + 1.3661202186vw, 2rem);
  margin-block-end: clamp(1rem, -0.0491803279rem + 1.3661202186vw, 2rem);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
#page #about-us .h3-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(3rem, 1.7409836066rem + 1.6393442623vw, 4.2rem);
  height: 0.2rem;
  background-color: #fff;
}
#page #about-us .h3-link::after {
  content: "";
  position: absolute;
  left: clamp(2rem, 0.9508196721rem + 1.3661202186vw, 3rem);
  top: calc(50% - 0.2rem);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#page #about-us .white-box {
  font-size: clamp(2.2rem, 1.3606557377rem + 1.0928961749vw, 3rem);
  color: var(--key);
  padding-block: 0.3em;
  padding-inline: 0.75em;
  background-color: #fff;
  border: 0.1rem solid var(--key);
  border-radius: 0.3rem;
  -webkit-margin-after: clamp(2.4rem, 0.931147541rem + 1.912568306vw, 3.8rem);
  margin-block-end: clamp(2.4rem, 0.931147541rem + 1.912568306vw, 3.8rem);
}
#page #about-us .wrapper01,
#page #about-us .wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-inline: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem 4rem;
  -webkit-margin-after: clamp(4rem, -1.2459016393rem + 6.8306010929vw, 9rem);
  margin-block-end: clamp(4rem, -1.2459016393rem + 6.8306010929vw, 9rem);
}
#page #about-us .wrapper01 .img,
#page #about-us .wrapper02 .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75rem;
  flex: 1 1 75rem;
}
#page #about-us .wrapper01 .img img,
#page #about-us .wrapper02 .img img {
  width: 100%;
  height: auto;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  border-radius: clamp(0.8rem, 0.0655737705rem + 0.956284153vw, 1.5rem);
  border: 0.1rem solid var(--txt);
}
#page #about-us .wrapper01 .desp,
#page #about-us .wrapper02 .desp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75rem;
  flex: 1 1 75rem;
}
@media screen and (max-width: 768px) {
  #page #about-us .wrapper01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 768px) {
  #page #about-us .wrapper02 {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
#page #about-us .records {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: clamp(1rem, 0.7288135593rem + 0.8474576271vw, 2rem);
  background-color: #fff;
  -webkit-padding-after: 12rem;
  padding-block-end: 12rem;
}
#page #about-us .records span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.4em 0.75em 0.75rem;
  border: 0.12rem solid var(--key);
  background-color: #fff;
  border-radius: 0.3rem;
}
#page #about-us #company .wrapper {
  width: min(100% - 3rem, 86rem);
}
@media screen and (max-width: 768px) {
  #page #about-us #company .wrapper {
    margin-inline: auto;
  }
  #page #about-us #company .wrapper dl dt,
  #page #about-us #company .wrapper dl dd {
    text-align: center;
  }
  #page #about-us #company .wrapper dl dt {
    border-bottom: none;
  }
  #page #about-us #company .wrapper dl dt::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.1rem;
    background-color: #666;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0.3rem);
            transform: translate(-50%, 0.3rem);
  }
}
#page #about-us #company dl dt {
  border-bottom: 0.1rem solid #666;
}
#page #about-us #company dl .sub {
  font-size: clamp(1.2rem, 0.9901639344rem + 0.2732240437vw, 1.4rem);
}
#page #about-us #company dl dd {
  text-align: right;
  border-bottom: 0.1rem solid #666;
}

/* =================================================

下層ページ
事業内容

================================================= */
#page #business {
  padding-block: clamp(4rem, 1.9016393443rem + 2.7322404372vw, 6rem);
  background-color: #fff;
}
#page #business .bis_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem clamp(3rem, 0.9016393443rem + 2.7322404372vw, 5rem);
}
@media screen and (max-width: 768px) {
  #page #business .bis_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#page #business .menu_wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 clamp(28rem, 23.8032786885rem + 5.4644808743vw, 32rem);
  flex: 1 1 clamp(28rem, 23.8032786885rem + 5.4644808743vw, 32rem);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #page #business .menu_wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page #business .menu_wrapper {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #page #business .select_wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #page #business .select_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.85);
border-bottom: 0.1rem solid #ccc;
    padding-block: 2rem 3rem;
    width: 100%;
    position: sticky;
    top: 5.8rem;
    z-index: 2;
  }
}
#page #business .select_wrapper .select-inner_wrapper {
  width: 100%;
  position: relative;
}
#page #business .select_wrapper .select-inner_wrapper .select-menu {
  border: 0.1rem solid var(--key);
  background-color: var(--key);
  border-radius: 0.5rem;
  color: #fff;
  padding-block: 0.5em;
  padding-inline: 1.5em;
}
#page #business .select_wrapper .select-inner_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.3rem);
  right: 2.5rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#page #business .menu {
  width: 100%;
  position: sticky;
  top: clamp(7.8rem, 3.1333333333rem + 6.0763888889vw, 14.8rem);
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #page #business .menu {
    position: initial;
    top: 0;
  }
}
#page #business .menu li {
  position: relative;
}
#page #business .menu li::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.2rem;
  background-color: var(--key);
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#page #business .menu li:hover::after {
  width: 100%;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#page #business .menu li a {
  display: block;
  font-size: clamp(1.8rem, 1.6571428571rem + 0.4464285714vw, 2rem);
  font-weight: 600;
  position: relative;
  -webkit-padding-after: 1.8rem;
  padding-block-end: 1.8rem;
  -webkit-margin-after: 1.8rem;
  margin-block-end: 1.8rem;
  -webkit-padding-end: 5rem;
  padding-inline-end: 5rem;
  border-bottom: 0.2rem solid #ccc;
}
#page #business .menu li a::before,
#page #business .menu li a::after {
  content: "";
  position: absolute;
  right: 1rem;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
#page #business .menu li a::before {
  width: 2.7rem;
  height: 0.2rem;
  background-color: var(--txt);
  top: calc(50% - 0.8rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page #business .menu li a::after {
  top: calc(50% - 0.8rem);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid var(--txt);
  border-bottom: 0.2rem solid var(--txt);
  -webkit-transform: translateY(-1rem) rotate(-45deg);
  transform: translateY(-1rem) rotate(-45deg);
}
#page #business .menu li a:hover::before,
#page #business .menu li a:hover::after {
  right: 0;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
#page #business .menu li.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#page #business .select-menu {
  width: 100%;
}
#page #business .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 113rem;
  flex: 1 1 113rem;
}
#page #business .bis__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 4rem;
  border: var(--bcr);
  padding: clamp(1.5rem, -0.0737704918rem + 2.0491803279vw, 3rem);
  border-radius: 1.5rem;
  -webkit-margin-after: clamp(3rem, 1.9508196721rem + 1.3661202186vw, 4rem);
  margin-block-end: clamp(3rem, 1.9508196721rem + 1.3661202186vw, 4rem);
}
#page #business .bis__wrapper .bis-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14rem;
  flex: 0 0 14rem;
  display: block;
  height: auto;
  position: relative;
  background-color: var(--sub);
  text-align: center;
  border-radius: clamp(0.5rem, 0.2857142857rem + 0.6696428571vw, 0.8rem);
  overflow: hidden;
}
#page #business .bis__wrapper .bis-title .bis-img {
  width: 100%;
  height: 16rem;
  position: absolute;
  top: 0;
  left: 0;
}
#page #business .bis__wrapper .bis-title .bis-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
#page #business .bis__wrapper .bis-title .bis-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
#page #business .bis__wrapper .bis-title .bis-name {
  font-size: clamp(2.8rem, 1.7508196721rem + 1.3661202186vw, 3.8rem);
  margin-block: auto;
  margin-inline: 19rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}
@media screen and (max-width: 768px) {
  #page #business .bis__wrapper .bis-title .bis-name {
    font-size: clamp(2rem, 1.4285714286rem + 1.7857142857vw, 2.8rem);
  }
}
#page #business .bis__wrapper .bis-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 88.8rem;
  flex: 1 1 88.8rem;
}
@media screen and (max-width: 1110px) {
  #page #business .bis__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #page #business .bis__wrapper .bis-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  #page #business .bis__wrapper .bis-title .bis-img {
    width: 10rem;
    height: 100%;
  }
  #page #business .bis__wrapper .bis-title .bis-name {
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
    margin-inline: 0;
    padding-inline: clamp(12rem, 11.2857142857rem + 2.2321428571vw, 13rem) 1em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding-block: 0.5em;
  }
}
#page #business .bis-txt {
  font-weight: normal;
  -webkit-margin-after: clamp(3rem, 2.2857142857rem + 2.2321428571vw, 4rem);
  margin-block-end: clamp(3rem, 2.2857142857rem + 2.2321428571vw, 4rem);
}
#page #business .wp-caption-text {
  font-size: clamp(1.2rem, 1.0571428571rem + 0.4464285714vw, 1.4rem);
  line-height: 1.3;
}
#page #business .bis-pics,
#page #business .pics-list {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
#page #business .pics-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 2.4rem;
}
#page #business .pics-list .bis-pic a.img_wrap {
  display: block;
  border: var(--bcr);
  border-radius: clamp(0.6rem, 0.1803278689rem + 0.5464480874vw, 1rem);
  aspect-ratio: 56/35;
  overflow: hidden;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  position: relative;
}
#page #business .pics-list .bis-pic a.img_wrap img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
#page #business .pics-list .bis-pic a.img_wrap:hover img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* page-id-34 に限定 */
.page-id-34 .js-anchor {
  display: block;
  height: 0;
}


@media (max-width: 768px) {
  html.page-id-34 {
    scroll-behavior: smooth;
    scroll-padding-top: var(--anchor-offset, 0px);
  }
  .page-id-34 .js-anchor {
    margin-top: calc(-1 * var(--anchor-offset, 0px));
    padding-top: var(--anchor-offset, 0px);
  }
}

/* =================================================

下層ページ
求人情報

================================================= */
#recruitment-info {
  background-color: #fff;
}
#recruitment-info .info-items_wrapper {
  width: 100%;
  margin-inline: auto;
}
#recruitment-info .p_container {
  width: min(100% - clamp(3rem, -7.2857142857rem + 13.3928571429vw, 6rem), 99.2rem);
}

/* =================================================

下層ページ
プライバシーポリシー

================================================= */
#privacy-policy {
  background-color: #fff;
}
#privacy-policy .p_container {
  width: min(100% - clamp(3rem, -7.2857142857rem + 13.3928571429vw, 6rem), 99.2rem);
}
#privacy-policy .pp-list {
  margin-inline: 0;
  -webkit-margin-after: 6rem;
  margin-block-end: 6rem;
  counter-reset: number 0;
}
#privacy-policy .pp-list > li {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-after: 3rem;
  margin-block-end: 3rem;
}
#privacy-policy .pp-list > li h3 {
  font-size: clamp(1.6rem, -0.4571428571rem + 2.6785714286vw, 2.2rem);
  color: var(--key);
  -webkit-padding-after: 0.5em;
  padding-block-end: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  border-bottom: 0.1rem solid #ccc;
}
#privacy-policy .pp-list > li h3::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  -webkit-margin-end: 0.5em;
  margin-inline-end: 0.5em;
  color: var(--key);
}
#privacy-policy .pp-list > li > ul {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-inline: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
#privacy-policy .pp-list > li > ul > li::before {
  content: "・";
  margin-right: 0.5em;
  display: inline-block;
}

/* =================================================

下層ページ
お問い合わせ

================================================= */
#contact-us .p_container {
  width: min(100% - clamp(3rem, -7.2857142857rem + 13.3928571429vw, 6rem), 99.2rem);
}

.pp {
  margin-inline: 0;
  -webkit-margin-after: 6rem;
  margin-block-end: 6rem;
  counter-reset: number 0;
}
.pp > li {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-after: 3rem;
  margin-block-end: 3rem;
}
.pp > li h4 {
  font-size: clamp(1.6rem, 0.9142857143rem + 0.8928571429vw, 1.8rem);
  color: var(--key);
  -webkit-padding-after: 0.5em;
  padding-block-end: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  border-bottom: 0.1rem solid #ccc;
}
.pp > li h4::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  -webkit-margin-end: 0.5em;
  margin-inline-end: 0.5em;
  color: var(--key);
}
.pp > li > ul {
  list-style: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-inline: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.pp > li > ul > li::before {
  content: "・";
  margin-right: 0.5em;
  display: inline-block;
}

/* =====================

投稿ページ
共通

===================== */
/* =====================

新着情報
施工日誌
施工事例
アーカイブ

===================== */
#archive #news {
  width: min(calc(100% - 3rem), 87.2rem);
  margin-inline: auto;
}

/*  新着情報  =============== */
#news ul.news-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 clampNVw(40, 60, 768);
}
#news ul.news-list li {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#news ul.news-list li * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news ul.news-list li article {
  width: 100%;
}
#news ul.news-list li article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  gap: 0 4rem;
  text-decoration: none;
  position: relative;
  padding: 0 0 3rem;
}
#news ul.news-list li:not(:first-child) article a {
  padding: 3rem 0;
}
#news ul.news-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bcr);
}
#news ul.news-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11ch;
  height: 1px;
  background-color: var(--title);
}
#news ul.news-list li:hover::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
#news .btn {
  margin-inline: auto;
  margin-top: 0;
}
#news .date,
#news .news-title {
  font-size: clampNVw(14, 18, 768);
  letter-spacing: 0.1em;
}
#news .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--ffr);
  font-weight: 500;
  color: var(--title);
}
#news .news-title {
  font-size: clampNVw(14, 18, 768);
  font-weight: 400;
  color: var(--txt);
}
#news .no-post {
  width: min(calc(100% - 3rem), 132rem);
  margin: 0 auto clampNVw(30, 60, 768);
  text-align: center;
}
@media screen and (max-width: 550px) {
  #news ul.news-list li article a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #news .news-title {
    width: 100%;
    margin-top: 0.5rem;
  }
}

/*  施工日誌  =============== */
#blog {
  margin-bottom: clampNVw(40, 60, 768);
}
#blog ul.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  list-style: none;
  padding: 0;
  width: min(calc(100% - 3rem), 99.2rem);
  margin: 0 auto;
  padding-bottom: 3rem;
}
#blog ul.news-list li {
  width: 100%;
  margin: 0;
  border-bottom: 0.1rem solid var(--bcr);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#blog ul.news-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* 初期位置を左の外に設定 */
  width: 0%;
  height: 100%;
  background-color: var(--bg); /* 2番目の背景色 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* トランジションの設定 */
  z-index: -1; /* 背景より前に配置 */
}
#blog ul.news-list li:hover::before {
  width: 100%;
}
#blog ul.news-list li article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding: 1.5rem clampNVw(30, 50, 768) 4rem 1.5rem;
  gap: 2rem clampNVw(20, 30, 768);
  position: relative;
}
#blog ul.news-list li article a * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#blog ul.news-list li article a .thumb {
  width: clampNVw(180, 220, 768);
  height: auto;
  aspect-ratio: 52/35;
  overflow: hidden;
  border: 1px solid var(--bcr);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#blog ul.news-list li article a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
#blog ul.news-list li article a .date {
  font-size: clampNVw(16, 18, 768);
  font-family: var(--ffr);
  color: var(--title);
  font-weight: 600;
  margin-bottom: 1.4rem;
}
#blog ul.news-list li article a .date::before,
#blog ul.news-list li article a .date::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#blog ul.news-list li article a .date::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#blog ul.news-list li article a .date::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
#blog ul.news-list li article a .news-title {
  font-size: clampNVw(20, 24, 768);
  letter-spacing: 0.035em;
  font-weight: 600;
  color: var(--title);
}
#blog ul.news-list li article a .news-title::before,
#blog ul.news-list li article a .news-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#blog ul.news-list li article a .news-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#blog ul.news-list li article a .news-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
#blog ul.news-list li article a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: var(--key);
  z-index: 1;
}
#blog ul.news-list li article a::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: block;
  width: 1.12rem;
  height: 1.2rem;
  border-top: 0.2rem solid var(--key);
  border-right: 0.2rem solid var(--key);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 500px) {
  #blog ul.news-list li article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 1.5rem 3rem;
  }
  #blog ul.news-list li article a .thumb {
    width: 28rem;
  }
  #blog ul.news-list li article a::after {
    display: none;
  }
  #blog ul.news-list li article a .details {
    width: 100%;
  }
}
#blog ul.news-list li:hover article a::before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
#blog .no-post {
  width: min(calc(100% - 3rem), 132rem);
  margin: 0 auto clampNVw(30, 60, 768);
  text-align: center;
}

/*  施工事例  =============== */
#ce #ep .ep_wrapper {
  width: min(calc(100% - 3rem), 132rem);
  margin-inline: auto;
  margin-bottom: clampNVw(30, 40, 768);
}
#ce #ep .ep_wrapper p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3rem;
  padding: 0 1.5rem;
  margin-inline: auto;
  font-size: clampNVw(20, 24, 768);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--title);
  text-align: center;
}
#ce #ep .ep_wrapper p span {
  display: inline-block;
}
#ce ul.ce-list {
  list-style: none;
  padding: 0;
  width: min(calc(100% - 3rem), 132rem);
  margin: 0 auto clampNVw(30, 60, 768);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clampNVw(250, 310, 1320), 1fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 2.5rem;
}
#ce ul.ce-list li a {
  color: #fff;
}
#ce ul.ce-list li a article .thumbs {
  position: relative;
  overflow: hidden;
}
#ce ul.ce-list li a article .thumbs .content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2rem;
  z-index: 1;
}
#ce ul.ce-list li a article .thumbs .content_wrapper .content__wrapper {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
#ce ul.ce-list li a article .thumbs .content_wrapper .content__wrapper .date {
  font-family: var(--ffr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#ce ul.ce-list li a article .thumbs img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  aspect-ratio: 52/35;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
#ce ul.ce-list li:hover a article .thumbs img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#ce .no-post {
  width: min(calc(100% - 3rem), 132rem);
  margin: 0 auto clampNVw(30, 60, 768);
  text-align: center;
}

/* カレンダー =============*/
#calender .container {
  width: min(calc(100% - 3rem), 132rem);
  margin-inline: auto;
  padding-bottom: clampNVw(50, 80, 768);
}

/* =====================

新着情報
シングルページ

===================== */
#single #news .container {
  width: min(calc(100% - 3rem), 132rem);
  padding: 0 0 clampNVw(60, 80, 768) 0;
  background-color: #fff;
  border-radius: clampNVw(20, 30, 768);
}
#single #news .single_wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 1.5rem;
}
#single #news .single_wrapper .single-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
  border-bottom: 0.1rem solid var(--bcr);
}
#single #news .single_wrapper .single-header .single-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.5em;
  gap: 1.5rem 2rem;
}
#single #news .single_wrapper .single-header .single-header__info .date {
  font-size: clampNVw(16, 18, 768);
  font-family: var(--ffr);
  font-weight: 600;
  color: var(--title);
  letter-spacing: 0.1em;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#single #news .single_wrapper .single-header .single-header__info .date::before {
  width: 2.8rem;
}
#single #news .single_wrapper .single-header .single-header__title .news-title {
  font-size: clampNVw(18, 24, 992);
  line-height: 1.5;
  font-weight: 500;
}
#single #news .single_wrapper .single-body {
  margin-bottom: 5rem;
  overflow: hidden;
  clear: both;
  font-size: clampNVw(14, 18, 768);
}
#single #news .single_wrapper .single-body::after {
  content: "";
  display: block;
  clear: both;
}
#single #news .single_wrapper .single-body a {
  color: var(--sub);
  text-decoration: underline;
}
#single #news .single_wrapper .single-body a:hover {
  text-decoration: none;
}
#single #news .single_wrapper .single-body p {
  clear: both;
  *zoom: 1;
}
#single #news .single_wrapper .single-body p:after {
  content: "";
  display: table;
  clear: both;
}
#single #news .single_wrapper .single-body p:empty {
  display: none;
}
@media screen and (max-width: 639px) {
  #single #news .single-wrapper .single-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #single #news .single-wrapper .single-header .post_icon {
    margin-top: 0.3em;
  }
  #single #news .single-wrapper .single-header .news-inner-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #single #news .single-wrapper .single-header .news-inner-line .date {
    margin-bottom: 0.3em;
  }
  #single #news .single-wrapper .single-header .news-inner-line .single-title {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  #single #news .single-wrapper .single-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #single #news .single-wrapper .single-header .post_icon {
    margin-bottom: 0.5em;
  }
}

/* =====================

ブログ
シングルページ

===================== */
#single #blog {
  width: min(calc(100% - 3rem), 132rem);
  margin-inline: auto;
  padding: 0 0 clampNVw(60, 80, 768) 0;
  background: #fff;
}
#single #blog article {
  width: 100%;
}
#single #blog article .single_wrapper {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#single #blog article .single_wrapper .single-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2.5rem;
  margin-bottom: 1.25em;
  border-bottom: 0.1rem solid var(--bcr);
}
#single #blog article .single_wrapper .single-header .single-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
  gap: 1.5rem 2rem;
}
#single #blog article .single_wrapper .single-header .single-header__info .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: clampNVw(16, 18, 768);
  font-family: var(--ffr);
  color: var(--title);
  font-weight: 600;
}
#single #blog article .single_wrapper .single-header .single-header__info .date::before,
#single #blog article .single_wrapper .single-header .single-header__info .date::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#single #blog article .single_wrapper .single-header .single-header__info .date::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#single #blog article .single_wrapper .single-header .single-header__info .date::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
#single #blog article .single_wrapper .single-header .single-header__info .post_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#single #blog article .single_wrapper .single-header .single-header__title .news-title {
  font-size: clampNVw(20, 24, 768);
  font-weight: 600;
  color: var(--title);
  font-weight: 600;
}
#single #blog article .single_wrapper .single-header .single-header__title .news-title::before,
#single #blog article .single_wrapper .single-header .single-header__title .news-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#single #blog article .single_wrapper .single-header .single-header__title .news-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#single #blog article .single_wrapper .single-header .single-header__title .news-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
#single #blog article .single_wrapper .single-body {
  overflow: hidden;
  clear: both;
  margin-bottom: 5rem;
  font-size: clampNVw(14, 18, 768);
}
#single #blog article .single_wrapper .single-body a {
  color: var(--sub);
  text-decoration: underline;
}
#single #blog article .single_wrapper .single-body a:hover {
  text-decoration: none;
}
#single #blog article .single_wrapper .single-body p {
  clear: both;
  zoom: 1;
}
#single #blog article .single_wrapper .single-body p:after {
  content: "";
  display: table;
  clear: both;
}
#single #blog article .single_wrapper .single-body p:empty {
  display: none;
}
@media screen and (max-width: 639px) {
  #single #blog article .single-wrapper .single-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #single #blog article .single-wrapper .single-header .post_icon {
    margin-top: 0.3em;
  }
  #single #blog article .single-wrapper .single-header .news-inner-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #single #blog article .single-wrapper .single-header .news-inner-line .date {
    margin-bottom: 0.3em;
  }
  #single #blog article .single-wrapper .single-header .news-inner-line .single-title {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  #single #blog article .single-wrapper .single-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #single #blog article .single-wrapper .single-header .post_icon {
    margin-bottom: 0.5em;
  }
}

/* =====================

施工事例
シングルページ

===================== */
#single #ce {
  width: min(calc(100% - 3rem), 132rem);
  margin-inline: auto;
  padding: 0 0 clampVw(30, 60, 60, 1320);
  background: #fff;
}
#single #ce .single-header {
  border-bottom: 1px solid var(--bcr);
  padding-bottom: clampNVw(10, 20, 500);
  margin-bottom: clampNVw(30, 40, 500);
}
#single #ce .date {
  font-size: clampNVw(16, 18, 992);
  font-family: var(--ffr);
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
#single #ce .news-title {
  font-size: clampNVw(20, 34, 1320);
  color: var(--title);
}
#single #ce .single-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clampNVw(30, 40, 1320);
  padding-bottom: clampNVw(40, 50, 500);
  margin-bottom: clampNVw(50, 60, 500);
  border-bottom: 1px solid var(--bcr);
}
#single #ce #ce_wrapper {
  width: min(calc(100% - 3rem), 76.8rem);
  /* 選択されたサムネイルのスタイル */
}
#single #ce #ce_wrapper .main-image-container {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin: 0 auto clampNVw(10, 20, 500);
  position: relative;
}
#single #ce #ce_wrapper .main-image {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; /* フェードイン・アウトのエフェクト */
  opacity: 1; /* 初期状態で表示 */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
#single #ce #ce_wrapper .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1rem;
}
#single #ce #ce_wrapper .thumbnail-container {
  cursor: pointer;
  width: calc((100% - 4rem) / 5);
  overflow: hidden;
  background-color: #000;
}
#single #ce #ce_wrapper .thumbnail-container img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
#single #ce #ce_wrapper .selected img {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; /* フェードイン・アウトのエフェクト */
  opacity: 0.7;
}
#single #ce .description p {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #single #ce .single-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #single #ce #cr_wrapper {
    width: 100%;
  }
  #single #ce #cr_wrapper .thumbnails {
    gap: 0.5rem;
  }
  #single #ce #cr_wrapper .thumbnail-container {
    aspect-ratio: 1/1;
    width: calc((100% - 2rem) / 5);
  }
}

/* =====================

カレンダー
シングルページ

===================== */
#single #calender {
  padding: 0 0 clampNVw(30, 60, 768);
  background: #fff;
}
#single #calender .container {
  width: min(calc(100% - 3rem), 132rem);
  margin-inline: auto;
}
#single #calender article .entry-header {
  padding-bottom: clampNVw(20, 30, 768);
  margin-bottom: clampNVw(20, 30, 768);
  border-bottom: 1px solid var(--bcr);
  color: var(--title);
}
#single #calender article .eventorganiser-event-meta {
  padding-bottom: clampNVw(20, 30, 768);
  margin-bottom: clampNVw(20, 30, 768);
  border-bottom: 1px solid var(--bcr);
}
#single #calender article .eo-event-meta {
  list-style: none;
  margin: 0.5em 0 3rem;
}
#single #calender article .eo-event-meta li strong {
  color: var(--title);
}
#single #calender article .eo-event-meta li strong::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--title);
  vertical-align: middle;
  margin-right: 0.6em;
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
#single #calender article footer .btn {
  margin-top: clampNVw(40, 60, 768);
}

/* =====================

お問い合わせ

===================== */
#mailform .p_container {
  width: min(100%, 99.2rem);
}

.note {
  margin-left: 1.5em;
}

button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
}

select {
  border: 1px solid #333;
  background-color: #fff;
  padding: 0.25em 1em;
  margin-right: 2px;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  gap: 8px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.wpcf7-form {
  overflow: none;
}

div.wpcf7 {
  padding: 0 0 3rem;
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  display: block;
  margin: 2em 15px 1em;
  padding: 0.2em 1em;
  text-align: center;
}

.wpcf7 form ul.table-res-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0 2rem;
  width: 100%;
  list-style-type: none;
  margin: 0 0 clamp(3rem, 1.9285714286rem + 3.3482142857vw, 4.5rem);
  padding: 2rem;
  border: var(--bcr);
  border-radius: 0.5rem;
  border-radius: none;
}
.wpcf7 form ul.table-res-form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  gap: 0;
}
.wpcf7 form ul.table-res-form li:nth-child(odd) {
  background-color: var(--gray);
}
.wpcf7 form ul.table-res-form li:not(:nth-child(8)) div:last-child p {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.wpcf7 form ul.table-res-form li:not(:nth-child(8)) div:last-child p span.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 form ul.table-res-form li div {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.wpcf7 form ul.table-res-form li div p {
  letter-spacing: 0.01em;
  margin-bottom: 0;
  line-height: 1.2;
}
.wpcf7 form ul.table-res-form li div:first-child {
  width: 30%;
}
.wpcf7 form ul.table-res-form li div:first-child span {
  display: inline-block;
}
.wpcf7 form ul.table-res-form li div:nth-child(2) {
  width: 70%;
}
.wpcf7 form ul.table-res-form .p-postal-code {
  width: 12rem !important;
}
.wpcf7 form ul.table-res-form .requied {
  font-size: 1.2rem;
  color: red;
}
.wpcf7 form ul.table-res-form .empty {
  display: none;
}
.wpcf7 form ul.table-res-form input[type="text"],
.wpcf7 form ul.table-res-form input[type="tel"],
.wpcf7 form ul.table-res-form input[type="email"],
.wpcf7 form ul.table-res-form input[type="number"],
.wpcf7 form ul.table-res-form input[type="file"],
.wpcf7 form ul.table-res-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.5em;
  margin-bottom: 0.1em;
  background: #fff;
}
.wpcf7 form ul.table-res-form input[type="text"]:focus,
.wpcf7 form ul.table-res-form input[type="text"]:active,
.wpcf7 form ul.table-res-form input[type="tel"]:focus,
.wpcf7 form ul.table-res-form input[type="tel"]:active,
.wpcf7 form ul.table-res-form input[type="email"]:focus,
.wpcf7 form ul.table-res-form input[type="email"]:active,
.wpcf7 form ul.table-res-form input[type="number"]:focus,
.wpcf7 form ul.table-res-form input[type="number"]:active,
.wpcf7 form ul.table-res-form input[type="file"]:focus,
.wpcf7 form ul.table-res-form input[type="file"]:active,
.wpcf7 form ul.table-res-form textarea:focus,
.wpcf7 form ul.table-res-form textarea:active {
  background: #fff;
  border: 1px solid orange;
  border-radius: none;
  outline: none;
}
.wpcf7 form ul.table-res-form input[type="text"],
.wpcf7 form ul.table-res-form input[type="tel"],
.wpcf7 form ul.table-res-form input[type="email"],
.wpcf7 form ul.table-res-form textarea {
  width: 100%;
  border-radius: 0;
}
.wpcf7 form div.wpcf7-validation-errors {
  display: block;
  border: 2px solid #ffb171;
  background: #fff;
  margin: 30px 15px;
}
.wpcf7 form div.wpcf7-acceptance-missing {
  border: 2px solid #ffb171;
  background: #fff;
  margin: 30px auto;
}
.wpcf7 form .wpcf7-mail-sent-ok {
  background: #e9efd3;
  border: 2px solid #a9ce74;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: inline-block;
  margin: 0.5rem 0.5em;
  font-size: fs(14);
}
@media screen and (max-width: 768px) {
  .wpcf7 form .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
  }
}
.wpcf7 form .wpcf7-submit {
  background-color: var(--key);
  border: 1px solid var(--key) !important;
}
.wpcf7 form .before-sending {
  margin: 0 auto 1em;
  text-align: center;
}
.wpcf7 form .before-sending a {
  color: red;
  text-decoration: underline;
}
.wpcf7 form .before-sending a:hover,
.wpcf7 form .before-sending a:active {
  text-decoration: none;
}
.wpcf7 form .before-sending > p {
  text-align: center;
}
.wpcf7 form .wpcf7c-conf {
  background-color: rgb(232, 240, 254) !important;
}
.wpcf7 form span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
.wpcf7 form .buttons {
  text-align: center;
}
.wpcf7 form .buttons > #confirm,
.wpcf7 form .buttons > #back-edit {
  display: block;
  margin: 0 auto;
  text-align: center !important;
  /*font-size: 1.125rem; */
  font-size: 16px !important;
  padding: 10px 30px;
  border: 1px solid var(--key) !important;
  background: var(--key);
  font-weight: 500;
  color: #fff;
  border-style: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.wpcf7 form .buttons > #confirm:hover,
.wpcf7 form .buttons > #confirm:active,
.wpcf7 form .buttons > #back-edit:hover,
.wpcf7 form .buttons > #back-edit:active {
  color: var(--key);
  background-color: #fff;
}
.wpcf7 form .buttons > #confirm:focus,
.wpcf7 form .buttons > #confirm:active,
.wpcf7 form .buttons > #back-edit:focus,
.wpcf7 form .buttons > #back-edit:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
}
.wpcf7 form .buttons .submit {
  display: block;
  background-color: var(--key);
  margin: 20px auto;
  padding: 10px 30px;
  font-size: 16px !important;
  color: #fff !important;
  border-radius: 5px;
}
.wpcf7 form .buttons .submit:hover,
.wpcf7 form .buttons .submit:active {
  color: #fff !important;
  background-color: var(--key) !important;
}
.wpcf7 form .buttons .submit:focus,
.wpcf7 form .buttons .submit:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
}
.wpcf7 form div.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 form .wpcf7c-elm-step2 {
  display: block;
  text-align: center;
  margin: 0 15px 30px;
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ffb171;
  color: #ff0000;
}

@media screen and (max-width: 599.99px) {
  .wpcf7 form ul.table-res-form {
    width: 100%;
    padding: 2rem 0 0;
    border: none;
    border-radius: 0;
  }
  .wpcf7 form ul.table-res-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .wpcf7 form ul.table-res-form li div:first-child {
    padding: 1.5rem 1.5rem 0;
    width: 100%;
  }
  .wpcf7 form ul.table-res-form li div:first-child br {
    display: none;
  }
  .wpcf7 form ul.table-res-form li div:last-child {
    width: 100%;
    padding: 0.5rem 1.5rem 2rem;
  }
  .wpcf7 form ul.table-res-form li div:last-child p span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
/* =====================

ページナビ

===================== */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 50px;
  color: var(--txt);
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: var(--ffr);
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--key);
  border-radius: 3px;
}

.wp-pagenavi a {
  color: var(--key);
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: var(--key);
  background-color: var(--key);
  color: #fff;
}

/* =====================

Not Found

===================== */
#notfound .notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
#notfound .notfound h2 {
  margin: 0 auto 0.5em;
  color: #ccc;
  text-align: center;
}
#notfound .notfound p {
  text-align: center;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes index_h1 {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 4rem;
  }
}
@keyframes index_h1 {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 4rem;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeleftin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeleftin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes faderightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes faderightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.js-fade-in {
  opacity: 0;
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-fade-in.is-inview {
  opacity: 1;
}

.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-fade-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fade-up_sub {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-fade-up_sub.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-fade-down.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fade-down_sub {
  opacity: 0;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-fade-down_sub.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fade-lr {
  opacity: 0;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-fade-lr.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-fade-rl {
  opacity: 0;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-fade-rl.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* デフォルトは表示（JS無効・失敗でも見える） */
.js-fade {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* JSが有効でアニメ準備OKのときだけ、非表示状態にする */
.js-stagger-ready .js-fade {
  opacity: 0;
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
}

/* クラス別 初期位置 */
.js-stagger-ready .fade-left_a {
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
}

.js-stagger-ready .fade-right_a {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}

.js-stagger-ready .fade-up_a {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}

.js-stagger-ready .fade-item_a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-stagger-ready .fade-left_b {
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
}

.js-stagger-ready .fade-right_b {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}

.js-stagger-ready .fade-up_b {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}

.js-stagger-ready .fade-item_b {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 表示時 */
.js-stagger-ready .js-fade.is-inview {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* アニメ軽減設定への配慮 */
@media (prefers-reduced-motion: reduce) {
  .js-stagger-ready .js-fade {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
}
/* animate: [ 1. 名前 ] [ 2. 時間 ] [ 3. イージング ] [ 4. 待ち ] [ 5. 繰り返し ] [ 6. 逆再生 ] [ 7. 終了後 ]; */
.h1-logo {
  -webkit-animation: fade 0.4s ease-in-out 1.4s 1 normal forwards;
  animation: fade 0.4s ease-in-out 1.4s 1 normal forwards;
}

.main-nav li:first-child {
  -webkit-animation: fade 0.4s ease-in-out 1.5s 1 normal forwards;
  animation: fade 0.4s ease-in-out 1.5s 1 normal forwards;
}

.main-nav li:nth-child(2) {
  -webkit-animation: fade 0.4s ease-in-out 1.6s 1 normal forwards;
  animation: fade 0.4s ease-in-out 1.6s 1 normal forwards;
}

.main-nav li:nth-child(3) {
  -webkit-animation: fade 0.4s ease-in-out 1.7s 1 normal forwards;
  animation: fade 0.4s ease-in-out 1.7s 1 normal forwards;
}

.main-nav li:nth-child(4) {
  -webkit-animation: fade 0.4s ease-in-out 1.8s 1 normal forwards;
  animation: fade 0.4s ease-in-out 1.8s 1 normal forwards;
}

.main-nav li:nth-child(5) {
  -webkit-animation: fade 0.4s ease-in-out 1.9s 1 normal forwards;
  animation: fade 0.4s ease-in-out 1.9s 1 normal forwards;
}

.main-nav li:nth-child(6) {
  -webkit-animation: fade 0.4s ease-in-out 2s 1 normal forwards;
  animation: fade 0.4s ease-in-out 2s 1 normal forwards;
}

h1.h1_index {
  -webkit-animation: index_h1 0.5s ease-in-out 2.1s 1 normal forwards;
  animation: index_h1 0.5s ease-in-out 2.1s 1 normal forwards;
}

@-webkit-keyframes fadeup-recruitment {
  0% {
    opacity: 0;
    bottom: -3rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadeup-recruitment {
  0% {
    opacity: 0;
    bottom: -3rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.index-recruitmentinfo_container {
  opacity: 0;
}
.index-recruitmentinfo_container .index-h2_title.recruitment {
  opacity: 0;
  -webkit-transform: translateY(calc(-50% - 3rem));
  transform: translateY(calc(-50% - 3rem));
}
.index-recruitmentinfo_container .go_detail {
  opacity: 0;
}

.index-recruitmentinfo_container.is-inview {
  -webkit-animation: fade 1s ease-in-out 0.3s 1 normal forwards;
  animation: fade 1s ease-in-out 0.3s 1 normal forwards;
}
.index-recruitmentinfo_container.is-inview .index-h2_title.recruitment {
  -webkit-animation: fadedown 1s ease-in-out 0.5s 1 normal forwards;
  animation: fadedown 1s ease-in-out 0.5s 1 normal forwards;
}
.index-recruitmentinfo_container.is-inview .go_detail {
  -webkit-animation: fadeup-recruitment 1s ease-in-out 0.5s 1 normal forwards;
  animation: fadeup-recruitment 1s ease-in-out 0.5s 1 normal forwards;
}

/* 会社概要 */
@-webkit-keyframes fadeup-uenodenki {
  0% {
    opacity: 0;
    top: 3rem;
  }
  100% {
    opacity: 1;
    top: -3rem;
  }
}
@keyframes fadeup-uenodenki {
  0% {
    opacity: 0;
    top: 3rem;
  }
  100% {
    opacity: 1;
    top: -3rem;
  }
}
#page #about-us .border_box.gra_ueno {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (min-width: 769px) {
  #page #about-us .border_box.gra_ueno {
    top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #page #about-us .border_box.gra_ueno {
    top: 0;
  }
}

#page #about-us .border_box.gra_ueno.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-animation: fadeup 1s ease-in-out 0.3s 1 normal forwards;
  animation: fadeup 1s ease-in-out 0.3s 1 normal forwards;
}
#page #about-us .border_box.gra_ueno.is-inview::before {
  -webkit-animation: fadeup-uenodenki 1s ease-in-out 0.5s 1 normal forwards;
  animation: fadeup-uenodenki 1s ease-in-out 0.5s 1 normal forwards;
}
