/*----------------------------------------------------

design.css

----------------------------------------------------*/
/* loader
----------------------------------------------------*/
#loading {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.loader-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0;
}
.loader-bg-logo img {
  width: 100%;
  filter: grayscale(100%) brightness(150%);
}
.loader-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  letter-spacing: var(--letter-space-m);
  background: linear-gradient(to bottom, #333, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
  background-clip: text;
  color: transparent;
  font-weight: 700;
  opacity: 0;
  z-index: 10;
  white-space: nowrap !important
}
@media (min-width: 600px) {
  .loader-line {
    font-size: 2.6rem;
  }
}
@media (min-width: 1025px) {
  .loader-line {
    font-size: 3rem;
  }
}
/* 
----------------------------------------------------*/
a.arrow {
  position: relative;
  transition: .3s;
}
a.arrow::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-weight: 900;
  top: 50%;
  width: 36px;
  text-align: center;
  transform: translatey(-50%);
  transition: .3s;
  font-size: 14px;
}
a.arrow.arrow-bk::after {
  color: #000;
}
a.arrow::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translatey(-50%);
  transition: .3s;
  opacity: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  clip-path: circle(49% at 50% 50%)
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {
  a.arrow:hover::after {
    color: var(--clr-bk);
  }
  a.arrow:hover::before {
    opacity: 1;
    background-color: #fff;
  }
  a.arrow.arrow-bk:hover::after {
    color: #fff;
  }
  a.arrow.arrow-bk:hover::before {
    background-color: var(--clr-key-50);
  }
  a.arrow.arrow-sd:hover::after {
    margin-right: -10px;
  }
}
/* 
----------------------------------------------------*/
/*.uline {
  font-weight: lighter;
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff99, #ffff99);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 70%;
  transition: all 1.5s ease-in-out;
  transition-delay: .5s;
}
.uline.inview {
  background-size: 100% 50%;
}*/
/* 
----------------------------------------------------*/
.top-main {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--clr-bk);
}
.top-main .mv-lead {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 90%;
  color: #fff;
  text-shadow: var(--shadow)
}
.top-main h2 {
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: var(--lh-base-s);
}
.top-main p.txt {
  margin-top: 1em;
  line-height: var(--lh-base-l);
}
.top-main p.fade {
  delay: 4s;
  duration: 10,
}
.swiper-container {
  opacity: .75
}
.slider1 {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider1.swiper-initialized {
  opacity: 1;
}
.top-main .slider_box figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
@keyframes fadein {
  100% {
    opacity: 1.0;
  }
}
@media (min-width: 600px) {
  .top-main .mv-lead {
    text-align: left;
    left: 5vw;
    transform: translate(0, -50%);
  }
  .top-main h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .top-main h2 {
    font-size: 5rem;
  }
  .top-main p.txt {
    margin-top: 2em;
  }
}
/* concept
----------------------------------------------------*/
.top-concept {}
.top-concept h2 {
  font-weight: 700;
  font-size: 1.8rem;
}
.top-concept .txt {
  margin: 20px 0 0;
}
.top-concept .pht {
  margin: 1em;
}
@media (min-width: 600px) {
  .top-concept {}
  .top-concept h2 {
    font-size: 2.4rem;
  }
  .top-concept .pht {}
}
@media (min-width: 1025px) {
  .top-concept {
    padding: 20px 0;
    position: relative;
    overflow: hidden
  }
  .top-concept h2 {
    font-size: 3.2rem;
  }
  .top-concept .txt {
    padding-bottom: 0;
    margin: 80px 0;
    max-width: 50%;
  }
  .top-concept .link-btn a {
    margin-left: 0;
  }
  .top-concept .pht {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12.5%;
    width: 58%;
  }
}
/* 
----------------------------------------------------*/
.top-service {
  position: relative;
}
.top-service::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-bg);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.top-service .inner {
  margin-top: 5vw;
  margin-bottom: 10vw;
  position: relative;
  z-index: 1
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* service 逆
----------------------------------------------------*/
.top-service {}
.top-service .txt {
  padding-left: 40%;
  margin-top: -100px;
  margin-bottom: 60px;
}
.top-service .menu {
  margin: 0 -6vw;
}
.top-service .menu h3 {
  font-weight: 700;
  font-size: 2rem;
}
.top-service .menu-item {
  width: calc(100% / 3.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: var(--radius-m);*/
  position: relative;
  overflow: hidden;
  height: 300px;
  box-shadow: var(--shadow-50);
}
.top-service .menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, .2);
  transition: .3s;
}
.top-service .menu-item:hover::before {
  background-color: rgba(0, 0, 0, .6);
}
.top-service .menu-item a {
  display: block;
  color: #fff;
  padding: 40px 30px 20px;
  text-shadow: var(--shadow);
  height: 300px;
}
.top-service .menu-item a.arrow::after {
  top: 50px;
  right: 30px;
  text-shadow: 0 0 0;
}
.top-service .menu-item a.arrow::before {
  top: 50px;
  right: 30px;
}
.top-service .menu-item span {
  margin-top: 2em;
  display: inline-block;
}
.top-service .menu-item:hover figcaption {}
.top-service .menu-item:nth-child(2) {
  margin-top: 1.5em;
}
.top-service .menu-item:nth-child(3) {
  margin-top: 3em;
}
.top-service .menu-item:nth-child(4) {
  margin-top: 0;
}
.top-service .menu-item:nth-child(5) {
  margin-top: 1.5em;
}
.top-service .menu-item:nth-child(6) {
  margin-top: 3em;
}
.top-service .menu-item .submenu {
  position: absolute;
  bottom: 0;
  height: 70px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 10
}
.top-service .menu-item .submenu a {
  height: auto;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  /*border-radius: var(--radius-m);*/
  position: relative;
}
.top-service .menu-item .submenu a::after {
  position: absolute;
  /*content: "\f1c1";*/
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translatey(-50%);
  right: 20px;
  font-size: 14px;
}
.top-service .menu-item .submenu a:hover {
  background: #fff;
  color: var(--clr-txt);
  text-shadow: 0 0 0;
}
@media (max-width: 1025px) {
  .top-service .menu {
    margin: 0 -3vw;
  }
  .top-service .menu-item {
    width: calc(100% / 2.08);
    margin-top: 0 !important;
    margin-bottom: 1em;
  }
  .top-service .menu-item::before {
    background-color: rgba(0, 0, 0, .5);
  }
  .top-service .menu-item, .top-service .menu-item a {
    height: 180px
  }
  .top-service .menu-item a {
    padding: 20px;
  }
  .top-service .menu-item a.arrow::after {
    top: 40px;
    right: 20px;
    text-shadow: 0 0 0;
  }
  .top-service .menu-item a.arrow::before {
    opacity: 0;
  }
  .top-service .menu-item span {}
  .top-service .menu-item .submenu {
    display: none;
  }
}
@media (max-width: 600px) {
  .top-service .txt {
    padding-left: 0;
    margin: 0 0 20px !important;
  }
  .top-service .menu {
    margin: 0;
  }
  .top-service .menu h3 {
    font-size: 1.6rem;
  }
  .top-service .menu-item {
    width: 100%;
  }
  .top-service .menu-item, .top-service .menu-item a {
    height: auto;
    padding: 10px;
  }
  .top-service .menu-item span {
    display: none;
  }
  .top-service .menu-item a.arrow::after {
    top: 50%;
    right: 0;
  }
}
/* 
----------------------------------------------------*/
.top-company {}
.top-company .sec {
  background: var(--clr-key-20);
  background-image: url("../user_data/img-company.png");
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: right -5vw center;
  /*border-radius: var(--radius-m);*/
  padding: 50px 50px 70px 50%;
  position: relative;
}
.top-company .txt {
	margin-top: -40px;
}
.top-company .link-btn {
  margin-top: 50px;
}
.top-company .menu {
  position: absolute;
  top: -3vw;
  left: -3vw;
  width: 45%;
}
.top-company .menu-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: var(--radius-m);*/
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-50);
}
.top-company .menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  transition: .3s;
  background-color: rgba(0, 0, 0, .2);
}
.top-company .menu-item:hover::before {
  background-color: rgba(0, 0, 0, .6);
}
.top-company .menu-item a {
  padding: 30px;
  height: 340px;
  display: flex;
  color: #fff;
}
.top-company .menu-item a.arrow::after {
  right: 30px;
  top: 88%;
}
.top-company .menu-item a.arrow::before {
  right: 30px;
  top: 88%;
}
.top-company .menu-item h3 {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1025px) {
  .top-company .sec {
    padding: 30px;
  }
.top-company .txt {
	margin-top: -20px;
}
  .top-company .menu {
    width: 50%;
    top: 3vw;
    left: auto;
    right: -3vw;
  }
  .top-company .menu-item a {
    height: 130px;
    align-items: center;
	justify-content: center;
  }
  .top-company .menu-item a.arrow::after {
    right: 20px;
    top: 50%;
	width: auto;
  }
  .top-company .menu-item a.arrow::before {
    opacity: 0;
  }
  .top-company .menu-item::before {
    background-color: rgba(0, 0, 0, .5);
  }
}
@media (max-width: 600px) {
  .top-company .sec {
    padding: 10vw;
    margin: 0 -10vw;
    background-size: auto 80%;
    background-position: left -3vw top -3vw;
  }
  .top-company .menu {
    width: auto;
    position: inherit;
    top: auto;
    right: auto;
    margin: 30px 7.5% 0;
  }
.top-company .menu-item {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
  .top-company .menu-item h3 {
    font-size: 1.6rem;
  }
  .top-company .menu-item a {
    height: 100px;
  }
  .top-company .menu-item a.arrow::after {}
}
/* 
----------------------------------------------------*/
.sec-box a {
  text-decoration: underline;
}
.sec-box a:hover {
  text-decoration: none;
}
.sec-bg {
  background: var(--clr-bg);
  padding: .1em 0;
}
.sec-box a[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold; /*指定しないと表示されない*/
  padding-left: .3em; /*文字とアイコンの間に隙間*/
  font-size: 90%;
}
.parent {
  display: inline-block;
  padding-right: 1em;
  white-space: nowrap;
  visibility: hidden;
}
.lower-header {
  border-bottom: var(--line-soli);
}
.lower-header .inner {
  margin-top: 3vw;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* ページ内メニュ
----------------------------------------------------*/
.lower-submenu {
  border-bottom: 1px dashed #ccc
}
/* 共通スタイル */
details.accordion {
  padding: 0.8em;
  width: 80%;
  margin: 0 auto;
}
details.accordion summary {
  cursor: pointer;
  font-weight: bold;
}
details.accordion > summary {
  position: relative;
  padding-right: 1.5em;
  list-style: none;
}
details.accordion > summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  transition: transform 0.3s ease;
}
details.accordion[open] > summary::after {
  content: "−";
}
details.accordion > summary::marker {
  display: none !important;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.accordion-content p:first-child {
  margin-top: 1em
}
.accordion-content p {
  margin-bottom: 2px;
}
.accordion-content a {
  display: block;
  padding: .8em;
  position: relative;
  background: var(--clr-key-20);
}
.accordion-content a:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 20px;
  transform: translatey(-50%);
  transition: .3s;
}
@media (min-width: 600px) {
  details.accordion {
    padding: 1em;
  }
}
@media (min-width: 1025px) {
  details.accordion {
    padding: 1em;
    width: auto;
  }
  details.accordion > summary {
    cursor: default;
    pointer-events: none;
    display: none;
  }
  details.accordion > summary::marker {
    display: none;
  }
  .accordion-content {
    height: auto !important;
    overflow: visible;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .accordion-content p {
    margin: 0 1em !important
  }
  .accordion-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 200px;
    margin: auto;
    /*border-radius: 50vh;*/
  }
  .accordion-content a:hover {
    color: #fff;
    background-color: var(--clr-key);
  }
  .accordion-content a:hover::after {
    right: 15px;
  }
}
/* 
----------------------------------------------------*/
.list-wrap {}
.list-wrap .list-item {
  border-bottom: 1px dashed #ccc;
  padding: 1.2em .3em;
}
.list-wrap .list-item .ttl {
  font-weight: 700;
  margin-bottom: .5em;
}
.list-wrap .list-item .txt {}
.list-wrap .list-item .txt p {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .list-wrap {}
  .list-wrap .list-item {
    border-bottom: 1px dashed #ddd;
    padding: 1.5em .3em;
    display: flex;
    justify-content: space-between;
  }
  .list-wrap .list-item .ttl {
    width: 150px;
    margin-bottom: 0;
  }
  .list-wrap .list-item .txt {
    width: calc(100% - 190px);
  }
}
@media (min-width: 1025px) {
  .sec-tbl {
    display: flex;
    justify-content: space-between;
  }
  .sec-tbl-left {
    width: 340px;
  }
  .sec-tbl-right {
    width: calc(100% - 380px)
  }
}
/* 
----------------------------------------------------*/
#outline {
  position: relative;
  padding: .1em 0;
}
#outline .main-pht {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#outline .main-pht img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#outline .inner {
  padding-top: 150px;
}
#location {
  padding-top: .1em;
  padding-bottom: .1em;
  position: relative;
  clip-path: inset(0);
}
#location, #location a, #location .ttl {
  color: #fff;
  text-shadow: var(--shadow-80)
}
#location::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--clr-bk-50)
}
#location img {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .7;
}
#location .list-wrap .parent {
  display: block;
}
#location .list-wrap .gmap-link {
  text-align: right;
}
#history .hist-slider {
  position: relative;
  padding-bottom: 40px;
  margin: 0 -5vw;
}
#history .hist-slider::before {
  position: absolute;
  content: '';
  top: 4em;
  left: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}
#history .swiper-slide {
  padding: 0 5vw;
}
#history .swiper-slide::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50vh;
  background: var(--clr-key);
  top: calc(4em - 7px);
}
#history .year {
  font-weight: 700;
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
}
#history .year span {
  font-size: 72%;
}
#history .txt {
  padding-top: 50px;
}
.hist-slider .swiper-button-next, .hist-slider .swiper-button-prev {
  bottom: 0 !important;
  top: auto;
  height: 20px;
}
.hist-slider .swiper-button-next::after, .hist-slider .swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  color: var(--clr-key-50)
}
.hist-slider .swiper-button-next::after {
  content: "\f35a";
}
.hist-slider .swiper-button-prev::after {
  content: "\f359";
}
.hist-slider .swiper-scrollbar {
  height: 20px !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 70%
}
.hist-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--clr-key);
}
@media (min-width: 600px) {
  #outline .main-pht {
    height: 300px;
  }
  #outline .inner {
    padding-top: 250px;
  }
  #location .list-wrap .parent {
    display: inline-block;
  }
  #location .list-wrap .list-item {
    position: relative;
  }
  #location .list-wrap .gmap-link {
    position: absolute;
    top: 1.5em;
    right: 0;
  }
  #history .hist-slider {
    padding-bottom: 60px;
    margin: 0 -6vw;
  }
  .hist-slider .swiper-button-next {
    right: calc(15% - 40px)
  }
  .hist-slider .swiper-button-prev {
    left: calc(15% - 40px)
  }
  #history .swiper-slide {
    padding: 0;
  }
  #history .txt {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  #outline .main-pht {
    height: 450px;
    left: 5vw;
    right: 5vw;
    top: 3vw
  }
  #outline .main-pht img {
    /*border-radius: 30px;*/
  }
  #outline .inner {
    padding-top: calc(360px + 5vw);
  }
  #history .hist-slider {
    margin: 0 -10vw;
  }
  #history .year {
    font-size: 3rem;
  }
  #history .txt {
    padding-right: 60px;
  }
}
/* 
----------------------------------------------------*/
#iga {
  padding-top: 0;
}
#iga .inner {
  margin-top: 0
}
#iga .main-pht {
  height: 200px;
  margin: 0 -5vw
}
#iga .main-pht img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#iga .sec-ttl {
  display: inline-block;
  background: #fff;
  margin: -50px 0 20px -5vw;
  position: relative;
  padding: 5px 8vw 5px 5vw;
}
#iga .sec-ttl h3 {
  font-size: 3rem;
}
#iga .lead {
  font-weight: 700;
  font-size: 1.8rem;
}
#iga h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: 700;
  color: var(--clr-key);
}
.iga-setsubi {
  background: #fff;
  padding: 1.5em;
  /*border-radius: var(--radius-m);*/
}
.iga-wrap {}
.iga-contents {
  position: relative;
  z-index: 1
}
.iga-wrap .iga-map-aside {
  position: relative;
}
.iga-wrap .iga-map {
  margin: -50px -5vw 0 -40vw
}
.iga-map-pht {
  position: absolute;
  z-index: 1;
  filter: drop-shadow(var(--shadow-20));
}
.iga-map-pht img {
  width: 100%;
}
.iga-map-pht.pht01 {
  top: 60px;
  left: 20vw;
  width: 20vw;
}
.iga-map-pht.pht02 {
  top: 100px;
  right: 5vw;
  width: 20vw;
}
.iga-map-pht.pht03 {
  top: 50vw;
  left: 0;
  width: 25vw;
}
.iga-map-pht.pht04 {
  bottom: 15vw;
  right: 0rem;
  width: 30vw;
}
.iga-map-pht.pht05 {
  bottom: 0;
  left: 10rem;
  width: 15vw;
}
.iga-wrap .pht {
  margin: 5vw
}
@media (min-width: 600px) {
  #iga .main-pht {
    height: 300px;
    margin: 0 -6vw
  }
  #iga .sec-ttl {
    margin: -50px 0 20px -6vw;
    padding: 5px 8vw 5px 6vw;
  }
  #iga .sec-ttl h3 {
    font-size: 4rem;
  }
  #iga .lead {
    font-size: 2.4rem;
  }
  #iga h4 {
    font-size: 2rem;
  }
  .iga-setsubi {
    padding: 5vw;
  }
  .iga-wrap .iga-map {
    margin: -200px -10vw 0 -40vw
  }
  .iga-map-pht.pht01 {
    top: 220px;
    left: 20vw;
    width: 15vw;
  }
  .iga-map-pht.pht02 {
    top: 260px;
    right: 5vw;
    width: 15vw;
  }
  .iga-map-pht.pht03 {
    top: 55vw;
    left: 0;
    width: 20vw;
  }
  .iga-map-pht.pht04 {
    bottom: 15vw;
    right: 0rem;
    width: 25vw;
  }
  .iga-map-pht.pht05 {
    bottom: 0;
    left: 20vw;
    width: 15vw;
  }
}
@media (min-width: 1025px) {
  #iga {
    background-image: linear-gradient(#ffffff 10%, var(--clr-bg) 10%);
  }
  #iga .sec-ttl h3 {
    font-size: 5rem;
  }
  #iga .main-pht {
    height: 400px;
    margin: 0 -10vw 0 10vw;
  }
  #iga .main-pht img {
    /*border-radius: 30px 0 0 30px;*/
  }
  #iga .lead {
    font-size: 3.2rem;
  }
  #iga h4 {
    font-size: 2.6rem;
  }
  #iga .list-wrap .ttl {
    width: 240px;
  }
  #iga .list-wrap .txt {
    width: calc(100% - 260px)
  }
  #iga .iga-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
  }
  #iga .iga-wrap .pht {
    margin: 0;
    width: 50%;
  }
  #iga .iga-contents {
    width: 45%;
  }
  #iga .iga-contents:first-child {
    margin-right: 40%;
    margin-bottom: 80px;
  }
  #iga .iga-map-aside {
    position: absolute;
    width: 50vw;
    right: -10vw;
    top: -200px;
    margin: 0;
  }
  .iga-wrap .iga-map {
    margin: 0 0 0 -20vw
  }
  .iga-map-pht.pht01 {
    top: 220px;
    left: 15vw;
    width: 8vw;
  }
  .iga-map-pht.pht02 {
    top: 260px;
    right: 10vw;
    width: 8vw;
  }
  .iga-map-pht.pht03 {
    top: 29vw;
    left: 5vw;
    width: 10vw;
  }
  .iga-map-pht.pht04 {
    bottom: 8vw;
    right: 2vw;
    width: 12vw;
  }
  .iga-map-pht.pht05 {
    bottom: 5vw;
    left: 20vw;
    width: 6vw;
  }
}
/* 
----------------------------------------------------*/
#message {
  position: relative;
}
#message::before {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  right: 0;
  background-color: var(--clr-bg);
  transform: skewY(-7deg);
  z-index: -1;
}
#message .pht {
  margin: 5vw 15vw 10vw;
}
#message .pht img {
  /* border-radius: var(--radius-m)*/
}
#message .txt h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-base-s)
}
#message .txt p {
  margin: 1em 0;
}
#message .txt p + h3 {
  margin-top: 2em
}
#message h4 {
  font-family: var(--font-en);
  margin-top: 2em;
  text-align: right;
  line-height: var(--lh-base-m);
  font-weight: 600
}
#message h4 strong {
  font-size: 2rem;
}
.slider-about-wrap {
  margin: 10vw -5vw 0;
}
.slider-about .swiper-wrapper {
  transition-timing-function: linear;
}
.slider-about .swiper-slide img {
  height: auto;
  width: 100%;
  /*border-radius: var(--radius-s);*/
}
@media (min-width: 600px) {
  #message::before {
    top: 15%;
    bottom: 30%;
  }
  #message .sec-tbl {
    display: flex;
    justify-content: space-between;
  }
  #message .sec-tbl-right {
    width: 60%;
  }
  #message .sec-tbl-left {
    width: 35%;
  }
  #message .pht {
    margin: 0
  }
  .slider-about-wrap {
    margin: 10vw -6vw 0;
  }
}
@media (min-width: 1025px) {
  #message .sec-tbl-right {
    width: 60%;
  }
  #message .sec-tbl-left {
    width: 35%;
    margin-left: -5vw
  }
  #message .txt h3 {
    font-size: 3rem;
  }
  #message .txt p {
    margin: 2em 0;
  }
  #message h4 strong {
    font-size: 2.8rem;
  }
  .slider-about-wrap {
    margin: 60px -10vw 0;
  }
}
/* 
----------------------------------------------------*/
.info-wrap {}
.info-inner {}
.info-list {}
.info-list:first-child {
  border-top: var(--line-dott);
}
.info-list a {
  display: block;
  padding: 1.5em 40px 1.5em .3em;
  border-bottom: var(--line-dott);
}
.info-list a.arrow::after {
  right: 0;
}
.info-list a.arrow::before {
  right: 0;
}
.info-item {}
.info-item .day {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.info-item .day .icn {
  background: var(--clr-key-20);
  border-radius: var(--radius-l);
  padding: .1em 1.5em;
  font-size: 1.1rem;
  margin-left: 1em;
}
.info-item .txt {
  margin-top: .5em;
}
@media (min-width: 600px) {
  /*top*/
  .info-wrap.top-info .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .info-wrap.top-info .cont-ttl {
    width: 35%;
  }
  .info-wrap.top-info .info-inner {
    width: 60%;
  }
  .info-wrap.top-info .link-btn {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .info-list a {
    padding: 2em 40px 2em 1em;
  }
  /*top*/
  .info-wrap.top-info .cont-ttl {
    min-width: 360px;
    width: 45%;
  }
  .info-wrap.top-info .info-inner {
    width: 55%;
  }
  .info-wrap.top-info .link-btn {
    min-width: 360px;
    width: 45%;
    position: absolute;
    bottom: 100px;
  }
  .info-wrap.top-info .link-btn a {
    margin: 0
  }
  .info-wrap.top-info .info-item {}
  .info-wrap.top-info .info-item .day {}
  .info-wrap.top-info .info-item .txt {}
}
/* 
----------------------------------------------------*/
.mv-info {
  position: absolute;
  content: '';
  bottom: 5vw;
  left: 5vw;
  right: 5vw;
  padding: 20px 20px 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  /*border-radius: var(--radius-m);*/
  font-size: 1.3rem;
  line-height: var(--lh-base-s)
}
.mv-info, .mv-info a {
  color: #fff;
}
.mv-info .info-ttl {
  display: flex;
}
.mv-info h3 {
  font-weight: 700;
  font-size: 1.6rem;
}
.info-wrap.mv-info .info-btn a {
  display: inline-block;
  border: var(--line-soli);
  /*border-radius: var(--radius-l);*/
  padding: 2px 40px 2px 15px;
  font-size: 84%;
}
.info-wrap.mv-info .info-btn a.arrow::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-weight: 900;
  top: 50%;
  width: 36px;
  text-align: center;
  transform: translatey(-50%);
  transition: .3s;
  font-size: 14px;
}
.info-wrap.mv-info .info-list a {
  border: 0 !important;
  padding: 1em 40px 1em 0;
}
.info-wrap.mv-info .info-btn a.arrow::before {
  display: none;
}
.info-wrap.mv-info .info-list a.arrow::after {
  color: #fff;
}
.info-wrap.mv-info .info-item .day .icn {
  background: #fff;
  color: var(--clr-bk)
}
@media (min-width: 600px) {
  .info-wrap.mv-info .info-item {
    display: flex;
  }
  .info-wrap.mv-info .info-item .day {
    width: 220px;
  }
  .info-wrap.mv-info .info-item .txt {
    margin-top: 0;
    padding-left: 1em;
  }
}
@media (min-width: 1025px) {
  .mv-info {
    bottom: 3vw;
    left: auto;
    right: 3vw;
    padding: 30px 30px 15px;
    font-size: 1.4rem;
  }
  .info-wrap.mv-info .info-btn a:hover {
    background: #fff;
    color: var(--clr-bk);
  }
  .info-wrap.mv-info .info-btn a.arrow:hover::after {
    color: var(--clr-bk);
  }
  .info-wrap.mv-info .info-list a {
    padding: 1.5em 40px 1.5em 0;
  }
  .info-wrap.mv-info .info-list a.arrow::before {
    display: none;
  }
}
/* 
----------------------------------------------------*/
.info-cate {
  margin-bottom: 20px;
}
.info-cate ul {
  display: flex;
  flex-wrap: wrap;
}
.info-cate li {
  margin: .5em .5em .5em 0
}
.info-cate a {
  display: block;
  /*border-radius: 50vh;*/
  padding: .2em 1em;
  background: var(--clr-key-20);
  color: var(--clr-key-80);
}
.info-cate a.is-active {
  background: var(--clr-key);
  color: #fff;
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {
  .info-cate ul {
    display: block;
    width: 70%;
  }
  .info-cate li {
    margin: 0 0 1em 0
  }
  .info-cate a {
    padding: .5em 1em;
    text-align: center;
  }
  .info-cate a:hover {
    background: var(--clr-key);
    color: #fff;
  }
}
/* 
----------------------------------------------------*/
.info-dtl-header {
  border-bottom: 0;
}
.info-item.info-dtl-ttl {
  border-bottom: var(--line-soli);
}
.info-item.info-dtl-ttl h2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: var(--lh-base-m);
  margin: 1em 0
}
.info-dtl-txt {
  margin: 6vw 0;
}
.info-dtl-txt ul, .info-dtl-txt li, .info-dtl-txt ol {
  all: revert;
}
.info-dtl-txt p, .info-dtl-txt figure {
  margin-bottom: 1em;
}
.info-dtl-txt h1 {
  font-size: 200%;
  font-weight: 700;
}
.info-dtl-txt h2 {
  font-size: 180%;
  font-weight: 700;
}
.info-dtl-txt h3 {
  font-size: 160%;
  font-weight: 700;
}
.info-dtl-txt h4 {
  font-size: 140%;
  font-weight: 700;
}
.info-dtl-txt h5 {
  font-size: 120%;
  font-weight: 700;
}
.info-dtl-txt h6 {
  font-size: 100%;
  font-weight: 700;
}
.info-dtl-txt a {
  text-decoration: underline;
}
.info-dtl-txt .wp-block-button a {
  text-decoration: none;
}
@media (min-width: 600px) {
  .info-dtl {
    margin: 0 5vw;
  }
  .info-item.info-dtl-ttl * {
    font-size: 1.4rem !important;
  }
  .info-item.info-dtl-ttl h2 {
    font-size: 2.6rem !important;
  }
  .wp-block-embed__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .info-dtl {
    margin: 0 auto;
    max-width: 960px;
  }
  .info-item.info-dtl-ttl h2 {
    font-size: 3.4rem !important;
  }
  .info-dtl-txt {
    margin: 80px 0;
  }
  .info-dtl-txt p, .info-dtl-txt figure {
    margin-bottom: 1.5em;
  }
  .info-dtl-txt .wp-block-button a:hover {
    opacity: .6
  }
}
/* 
----------------------------------------------------*/
.contact {}
.contact-wrap {}
.tel-wrap {
  margin-top: 1em;
}
.tel-item {
  margin: .6em 0;
  padding: 10px;
  line-height: var(--lh-base-s);
  background: #fff;
  box-shadow: var(--shadow-20);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tel-item h3 {
  font-size: 84%;
  padding-right: 20px;
}
.tel-item .tel {
  font-family: var(--font-en);
  letter-spacing: var(--letter-space-m);
  font-weight: 700;
  white-space: nowrap;
  color: var(--clr-key);
  position: relative;
  font-size: 2rem;
  padding-left: 2.5rem;
  font-family: "Oswald", sans-serif;
}
.tel-item .tel::after {
  position: absolute;
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
  top: 50%;
  text-align: center;
  transform: translatey(-50%);
  transition: .3s;
  font-size: 1.8rem;
}
@media (min-width: 600px) {
  .tel-item {
    width: 55%;
    padding: 15px;
  }
  .tel-item h3 {
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .contact-wrap {
    margin: 0 auto;
    max-width: 960px;
  }
  .tel-wrap {
    display: flex;
    justify-content: space-around;
  }
  .tel-item {
    padding: 20px;
    width: 30%;
    display: block;
    text-align: center
  }
  .tel-item h3 {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
  }
  .tel-item .tel {
    font-size: 2.8rem;
    padding-left: 2.8rem;
  }
  .tel-item .tel::after {
    font-size: 2.0rem;
  }
}
/* 
----------------------------------------------------*/
.form-head h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: .5em;
}
.label-required {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: var(--letter-space-m);
  padding: 0.3rem 0.5rem 0.2rem;
  color: var(--clr-orange);
  border: 1px solid var(--clr-orange);
  border-radius: var(--radius-s);
  margin: 0 .5em;
}
.form-head .label-required {
  margin-left: 0;
}
@media (min-width: 600px) {
  .form-head h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .form-head h3 {
    font-size: 2.4rem;
  }
}
/* 
----------------------------------------------------*/
.serve-header {}
.serve-header .txt-box {
  margin-top: -64px;
}
.serve-header .cont-ttl {
  display: inline-block;
  background-color: #fff;
  /*border-radius: var(--radius-l);*/
  padding: 15px 20px;
  margin: 0 0 5vw -20px;
  position: relative
}
#lower .serve-header .cont-ttl h2 {
  font-size: 2.6rem;
  line-height: var(--lh-base-s)
}
#lower .serve-header .cont-ttl h2 span {
  display: block;
  font-size: 50%;
}
.serve-header figure {
  height: 250px;
  background-size: cover;
  background-position: center;
  /*border-radius: var(--radius-l)*/
}
h3.serve-lead {
  font-size: 2.2rem;
  margin-bottom: .5em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.serve-header .txt .link-btn {
  margin-top: 20px;
}
#serve-begin .serve-pht {
  margin: 5vw 0 0;
  position: relative;
  /*  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;*/
}
#serve-begin .serve-pht .swiper-pagination {
  bottom: -40px !important;
}
#serve-begin .serve-pht .swiper {
  /*border-radius: var(--radius-m);*/
  overflow: hidden
}
#serve-list, #serve-faq, #serve-nagare {
  background: var(--clr-bg);
  padding: .1em 0;
}
/*#serve-list, #serve-faq {
  position: relative
}
#serve-list::before, #serve-faq::before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  right: 0;
  background-color: var(--clr-bg);
  transform: skewY(-5deg);
  z-index: -1;
}*/
#serve-list .list-item {
  background: #fff;
  /*border-radius: var(--radius-m);*/
  border: 0;
  margin: 1em 0;
  padding: 1em;
  box-shadow: var(--shadow-20);
}
#serve-list .list-item .ttl {
  color: var(--clr-green)
}
#serve-faq .ttl {
  padding-left: 30px;
}
#serve-faq .txt {
  padding-left: 30px;
}
#serve-faq .ttl i {
  color: #fff;
}
#serve-faq .txt i {
  color: var(--clr-bk);
}
#serve-faq .ttl i::after {
  background: var(--clr-bk-80);
}
#serve-faq .txt i::after {
  background: #fff;
}
#serve-faq .ttl i, #serve-faq .txt i {
  width: 25px;
  text-align: center;
  position: relative;
  margin-right: 5px;
  margin-left: -30px;
}
#serve-faq .ttl i::after, #serve-faq .txt i::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1
}
@media (min-width: 600px) {
  .serve-header .txt-box {
    margin-top: -95px;
  }
  .serve-header .cont-ttl {
    padding: 20px 40px;
    margin: 0 0 5vw -40px;
  }
  #lower .serve-header .cont-ttl h2 {
    font-size: 3.6rem;
  }
  .serve-header figure {
    height: 300px;
  }
  h3.serve-lead {
    font-size: 2.6rem;
  }
  .serve-header .txt .link-btn a {
    margin: 0;
  }
  #serve-begin .serve-pht {
    margin: 30px 15vw 0;
    /*    grid-template-columns: 1fr 1fr;
    gap: 30px;*/
  }
  #serve-list .list-item {
    margin: 2em 0;
    padding: 1.5em;
    display: block;
  }
  #serve-list .list-item .ttl {
    margin-bottom: .5em;
  }
  #serve-list .list-item .ttl, #serve-list .list-item .txt {
    width: auto;
  }
  #serve-faq .list-item {
    display: block;
  }
  #serve-faq .list-item .ttl {
    margin-bottom: .5em;
  }
  #serve-faq .list-item .txt {
    margin-left: 1.5em;
  }
  #serve-faq .list-item .ttl, #serve-faq .list-item .txt {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .serve-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .serve-header .txt-box {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .serve-header .cont-ttl {
    padding: 0;
    margin: 0 0 10vh;
  }
  #lower .serve-header .cont-ttl h2 {
    font-size: 5.4rem;
  }
  .serve-header figure {
    width: calc(60% + 8vw);
    margin-right: -8vw;
    height: 60vh;
  }
  .serve-header .txt-box {
    width: 36%;
  }
  h3.serve-lead {
    font-size: 3.8rem;
  }
  .serve-header .txt .link-btn {
    margin-top: 40px;
  }
  #serve-begin .inner {
    display: flex;
    justify-content: space-between;
  }
  #serve-begin h3 {
    margin-bottom: 40px;
  }
  #serve-begin .txt {
    width: 450px;
  }
  #serve-begin .serve-pht {
    width: calc(100% - 540px);
    margin: 0;
    /*gap: 40px;*/
  }
  #serve-list .list-item {
    padding: 2em;
  }
}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {
  #serve-nagare .pht {
    margin: 0 auto;
    max-width: 1024px;
  }
}
/* 
----------------------------------------------------*/
#serve-catalog {}
.pdf-list {}
.pdf-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8vw;
  column-gap: 8vw;
}
.pdf-list-item {}
.pdf-list-item a {
  display: block;
  text-decoration: none;
}
.pdf-list-item a::after {
  display: none;
}
.pdf-list-item figure {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  /*border-radius: var(--radius-s);*/
  position: relative;
}
.pdf-list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.pdf-list-item figure .new {
  display: table;
  background: var(--clr-red);
  line-height: 1;
  padding: .4em .5em;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.pdf-list-item .ttl {
  position: relative;
  padding: 0 40px 0 3px;
  margin: 1em 0 0;
  font-size: 1.3rem;
}
.pdf-list-item a[href$=".pdf"] .ttl::after {
  position: absolute;
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 26px;
  transition: .3s;
  font-size: 1.3rem;
  color: var(--clr-txt);
}
.pdf-list-item a[href$=".pdf"] .ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  transition: .3s;
  width: 26px;
  height: 26px;
  background-color: #fff;
  clip-path: circle(49% at 50% 50%)
}
.pdf-list-item.link-buckle .ttl {
  padding: 0 0 0 3px;
  text-align: center;
}
.pdf-list-item.link-buckle .ttl::after {
  /*content: "\f061";
  color: #000;*/
  display: none;
}
.pdf-list-item.link-buckle .ttl::before {
  /*background-color: #fff;*/
  display: none;
}
@media (min-width: 600px) {
  .pdf-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5vw;
    column-gap: 5vw;
  }
  .pdf-list-item figure {
    /*border-radius: var(--radius-m);*/
  }
}
@media (min-width: 1025px) {
  .pdf-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3vw;
    column-gap: 3vw;
  }
  .pdf-list-item a:hover figure img {
    transform: scale(1.1);
    transition-duratiosn: 0.5s;
    opacity: 0.5;
  }
  .pdf-list-item figure .new {
    padding: .5em .6em;
    font-size: 1.2rem;
  }
  .pdf-list-item .ttl {
    font-size: 1.4rem;
  }
  .pdf-list-item .ttl::after {
    width: 30px;
    font-size: 1.4rem;
  }
  .pdf-list-item .ttl::before {
    width: 30px;
    height: 30px;
  }
  .pdf-list-item:hover .ttl::after, .pdf-list-item.link-buckle:hover .ttl::after {
    color: #fff;
  }
  .pdf-list-item:hover .ttl::before, .pdf-list-item.link-buckle:hover .ttl::before {
    background-color: var(--clr-key-50);
  }
  .pdf-list-item.link-buckle .ttl strong {
    font-size: 110%;
  }
}
/* 
----------------------------------------------------*/
#serve-contact {}
#serve-contact .inner {
  background: var(--clr-bk-5);
  /*border-radius: var(--radius-m);*/
  padding: 20px;
}
#serve-contact .tel {
  margin-top: 1.5em;
  line-height: var(--lh-base-m);
}
#serve-contact .tel p {
  display: block;
  font-family: var(--font-en);
  font-size: 2.4rem;
}
#serve-contact .link-btn {
  margin-top: 1.5em;
}
.more-btn-wrap {
  padding-top: 1.5em;
}
#loadMoreBtn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 50vh;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#loadMoreBtn:hover {
  background-color: #555;
  transform: translateY(-2px);
}
#loadMoreBtn:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
@media (min-width: 600px) {
  #serve-contact .inner {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  #serve-contact .inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 70px;
  }
  #serve-contact .txt {
    width: calc(100% - 420px)
  }
  #serve-contact .tel {
    width: 320px;
  }
  #serve-contact .tel p {
    font-size: 3rem;
  }
  #serve-contact .link-btn a {
    margin: 0
  }
}
/* 
----------------------------------------------------*/
.contact {
  position: relative;
  background-color: var(--clr-bg);
  padding: .1em 0;
}
.contact::before {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 5%;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: skewY(7deg);
}
.wpcf7-turnstile {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
.privacy {}
.privacy dd {
  margin: 0 1em 1.5em;
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
.product-header {
  border-bottom: none;
}
.page-nav-num {
  margin-bottom: 1em;
}
.sortlist {
  border-top: var(--line-dash);
  padding-top: 30px;
}
.sortlist h3 {
  font-weight: 700;
  font-size: 120%;
}
.sortlist ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.sortlist li {
  margin: .5em;
  margin-left: 0;
}
.sortlist a {
  display: block;
  border: 1px solid var(--clr-bk-20);
  padding: .5em 1.5em;
  /*border-radius: var(--radius-50);*/
}
.sortlist a.is-active {
  background: var(--clr-key-80);
  border: 1px solid var(--clr-key-5);
  color: #fff;
}
.sortlist a:hover {
  background: var(--clr-key);
  border: 1px solid var(--clr-key);
  color: #fff;
}
.sortlist-tag {
  padding: .5em 0;
  margin-bottom: 1em;
}
.sortlist-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.sortlist-tag li {
  margin: 0 .3em .3em 0;
}
.sortlist-tag a {
  display: block;
  padding: .5em .8em;
  background: var(--clr-bk-5);
}
.sortlist-tag li.active a {
  color: #fff;
  background: var(--clr-key-50);
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {
  .sortlist {
    padding-top: 60px;
  }
  .sortlist li {
    margin-right: 1em;
  }
  .sortlist-tag a {
    padding: .8em 1em;
  }
  .sortlist-tag a:hover {
    background: var(--clr-key);
    color: #fff;
  }
}
/* 
----------------------------------------------------*/
.pro-dtl-ttl {}
.info-item.info-dtl-ttl.pro-dtl-ttl {
  border-bottom: none;
}
.info-item.info-dtl-ttl.pro-dtl-ttl h2 {
  margin: 0 0 .2em 0;
  font-weight: 700;
}
.info-item.info-dtl-ttl.pro-dtl-ttl h2 strong {
  display: block;
  font-size: 64% !important;
  color: var(--clr-key);
}
.info-item.pro-dtl-ttl .day .icn {
  margin-left: 0;
  margin-right: 1em;
}
.pro-dtl-txt {}
.pro-dtl-txt .txt-item {
  border-bottom: 1px dashed #ccc;
  display: flex;
  padding: 1em .2em;
}
.pro-dtl-txt .txt-item .ttl {
  margin: 0;
  width: 100px;
}
.pro-dtl-txt .txt-item .dtl {
  width: calc(100% - 110px)
}
.pro-dtl-txt .size {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.pro-dtl-txt .size .icn {
  background: var(--clr-key-20);
  /* border-radius: var(--radius-l);*/
  padding: .1em 1.5em;
  margin-right: 1em;
}
.pro-dtl-txt .pht, .pro-dtl-txt .txt {
  margin-bottom: 50px;
}
.pro-dtl-txt .slider-item {
  margin-bottom: 3px;
}
.pro-dtl-txt .swiper-slide {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  /*border-radius: var(--radius-s);*/
  position: relative;
}
.pro-dtl-txt .swiper-slide .cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: .3em .8em;
  color: #fff;
  font-size: 1.3rem;
  background: var(--clr-bk-50);
}
.pro-dtl-txt .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.pro-dtl-txt .link-btn.link-btn_s {
  display: inline-block
}
.pro-dtl-txt .link-btn.link-btn_s a {
  width: auto !important;
  min-height: 28px;
  padding: 2px 40px 2px 30px;
  margin: 0;
  color: #333;
  max-width: none !important;
  border: 0;
  background-color: var(--clr-key-20);
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {
  .info-dtl.pro-dtl {
    max-width: inherit;
  }
  .info-dtl-txt.pro-dtl-txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .pro-dtl-txt .pht {
    width: 50%;
    margin-top: -200px;
  }
  .pro-dtl-txt .txt, .info-item.pro-dtl-ttl {
    width: 45%;
  }
  .pro-dtl-txt .link-btn.link-btn_s a:hover {
    color: #fff;
    background-color: var(--clr-key-50);
  }
}
/* OEM
----------------------------------------------------*/
#sec-oem {
  padding-top: .1em;
  padding-bottom: 0;
  position: relative;
  clip-path: inset(0);
}
#sec-oem::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--clr-bk-50)
}
#sec-oem .oembg {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .7;
}
#sec-oem .inner {
  color: #fff;
  position: relative;
  margin-bottom: 0 !important;
}
.cont-ttl.oem-ttl h2 {
  line-height: var(--lh-base-s);
  font-size: 4rem !important;
}
#sec-oem .swiper-wrapper {
  transition-timing-function: linear;
}
.oem-flow-img {}
.oem-flow-img .flow01 {
  display: none;
}
.oem-flow-img .flow02 {}
.oem-reason {
  position: relative;
  margin: 0 -5vw;
  padding: 20vw 5vw;
  z-index: 0;
  overflow: hidden;
  background-color: var(--clr-key);
  /* CSS変数でblur制御 */
  --blur: 10px;
}
.oem-reason::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -50px;
  right: -50px;
  bottom: -20px;
  background-image: url("/wp/wp-content/uploads/2025/10/oem-bg02.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  filter: blur(var(--blur)); /* ここでblurを制御 */
  transition: filter 0.2s ease;
  z-index: -1; /* 文字の背面 */
}
.oem-reason_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.oem-reason_item {
  background: var(--clr-key-80);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box;
  gap: 8px; /* h3 と本文の間隔 */
  width: 260px;
  height: 260px;
}
.oem-reason_item h3 {
  font-size: 1.6rem;
  min-height: 3.5em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  text-align: center;
  line-height: var(--lh-base-s)
}
@media (min-width: 600px) {
  .cont-ttl.oem-ttl h2 {
    font-size: 5rem !important;
  }
  .oem-flow-img .flow01 {
    display: block;
  }
  .oem-flow-img .flow02 {
    display: none;
  }
  .oem-reason {
    margin: 0 -6vw;
    padding: 10vw 6vw;
  }
  .oem-reason_box {
    justify-content: center;
    flex-direction: row;
  }
  .oem-reason_item {
    width: 45%; /* 2列並ぶように調整 */
    max-width: 260px;
  }
}
@media (min-width: 1025px) {
  #sec-oem .cont-ttl, #sec-oem .txt {}
  .cont-ttl.oem-ttl h2 {
    font-size: 7rem !important;
  }
  .oem-flow-img .flow01 {
    margin: 0 auto;
  }
  .oem-reason {
    margin: 0 -10vw;
    padding: 120px 10vw;
  }
  .oem-reason_box {
    gap: 3vw;
    align-items: flex-start;
  }
  .oem-reason_item {
    width: 300px;
    height: 300px;
    max-width: 300px;
    padding: 30px 40px;
  }
  .oem-reason_item h3 {
    font-size: 2rem;
    align-items: flex-start;
  }
  .oem-reason .txt {
    float: right;
    margin-top: -170px;
    margin-bottom: 0 !important;
    width: 45%;
  }
}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}