/*-------post------*/
.in-post-title {
  font-size: max(var(--px-18), 13px);
  font-weight: var(--b-fw);
}
.single-post-title {
  font-size: max(var(--px-24), 18px);
}
.archive-post-title {
  font-size: max(var(--px-18), 18px);
}
.breadcrumb {
  background: #1a1a1a;
  padding-inline: 5.55%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 1em;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a,
.breadcrumb li {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #fff;
}
.breadcrumb li a,
.archive-wrap article a {
  transition: 0.3s ease-in-out;
}
.breadcrumb li a:hover,
.archive-wrap article a:hover {
  opacity: 0.5;
}
.archive-wrap,
.single-wrap {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
.archive-wrap article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 40px;
  margin-bottom: 30px;
}
.archive-inner,
.single-inner {
  padding-top: 60px;
}
.item-inner .nav-links a,
.item-inner .nav-links span {
  color: #fff;
}
.item-inner .nav-links span {
  opacity: 0.3;
}
.pagination-area {
  margin-top: 60px;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/*-------hd------*/
.nav-menu li {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.nav-menu li a {
  position: relative;
}
.nav-menu li a:before {
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s ease-in-out;
}
.nav-menu li a:hover:before {
  width: 100%;
}
.header {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 700;
  width: 100%;
}
.hd-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(var(--px-40), 20px);
}
.main-menu a {
  font-size: max(var(--px-20), 1.4rem);
  color: #fff;
}
.h-logo-box {
  max-width: max(var(--px-200), 133px);
  width: 100%;
}
/*-------ft-----*/
.ft-gwrap {
  height: clamp(480px, var(--px-560), 560px);
}
.gmap {
  filter: grayscale(1);
}
.ft-contact {
  background: #cbcbcb;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ft-contact .font1 {
  margin-bottom: 40px;
}
.ft-contact .txt {
  margin-bottom: 40px;
}
.footerwrap {
  background: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footerwrap .dfl {
  gap: max(var(--px-120), 30px);
}
.footerwrap .font4 {
  margin-top: 20px;
}
.footerwrap .img-box {
  max-width: max(var(--px-207), 151px);
}
.ft-main-menu {
  display: flex;
  align-items: center;
  gap: max(var(--px-20), 10px);
}
.ft-main-menu a {
  color: #fff;
  font-size: max(var(--px-20), 1.6rem);
}
.copyright-container {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright {
  line-height: 1.6;
  font-size: max(var(--px-12), 1.1rem);
  color: #fff;
}
/*-------btn------*/
.btn1 {
  font-size: max(var(--px-18), 1.4rem);
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}
.btn1::after {
  content: "";
  background: url(../../../uploads/2026/03/arrow-white.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: max(var(--px-26), 20px);
  aspect-ratio: 1 / 1;
  margin-left: 10px;
  vertical-align: middle;
}
.btn1:before {
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s ease-in-out;
}
.btn1:hover:before {
  width: calc(100% - 10px - max(var(--px-26), 20px));
}
.btn2 {
  font-size: max(var(--px-18), 1.4rem);
  color: var(--b-color);
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}
.btn2::after {
  content: "";
  background: url(../../../uploads/2026/03/arrow.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: max(var(--px-26), 20px);
  aspect-ratio: 1 / 1;
  margin-left: 10px;
  vertical-align: middle;
}
.btn2:before {
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 1px;
  background-color: var(--b-color);
  content: "";
  transition: all 0.3s ease-in-out;
}
.btn2:hover:before {
  width: calc(100% - 10px - max(var(--px-26), 20px));
}
.btn3 {
  font-size: max(var(--px-20), 1.8rem);
  background: #393939;
  color: #fff;
  border: 1px solid transparent;
  max-width: max(var(--px-240), 220px);
  width: 100%;
  height: clamp(49px, var(--px-62), 62px);
  line-height: 1.6;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
.btn3.st1::before {
  content: "";
  display: inline-block;
  max-width: max(var(--px-29), 20px);
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(../../../uploads/2026/03/phone.webp) no-repeat;
  background-size: contain;
  background-position: center;
  flex: 1;
}
.btn3.st2::before {
  content: "";
  display: inline-block;
  max-width: max(var(--px-32), 25px);
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(../../../uploads/2026/03/mail.webp) no-repeat;
  background-size: contain;
  background-position: center;
  flex: 1;
}
.btn3:hover {
  background: transparent;
  border: 1px solid #fff;
}
.h-btn {
  font-size: max(var(--px-20), 1.2rem);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  transition: 0.3s ease-in-out;
  max-width: max(var(--px-215), 40px);
  width: 100%;
  border: 1px solid #ffffff;
  transition: 0.3s ease-in-out;
}
.h-btn::before {
  content: "";
  display: inline-block;
  max-width: max(var(--px-29), 20px);
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(../../../uploads/2026/03/phone.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
/*-------tit------*/
.font1 {
  font-size: max(var(--px-40), 3.2rem);
}
.font2 {
  font-size: max(var(--px-32), 2rem);
}
.font3 {
  font-size: max(var(--px-32), 1.6rem);
}
.font4 {
  font-size: max(var(--px-32), 2.4rem);
}
.font5 {
  font-size: max(var(--px-24), 1.8rem);
}
.font-num {
  font-size: max(var(--px-64), 3.2rem);
  display: block;
}
.bd-tit {
  width: fit-content;
  position: relative;
  padding-bottom: 20px;
}
.bd-tit::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 62%;
  background-color: #000000;
}
/*-------width------*/
.w1040 {
  max-width: max(var(--px-1040), 1040px);
}
.w1080 {
  max-width: max(var(--px-1080), 1080px);
}
.w1120 {
  max-width: max(var(--px-1120), 1120px);
}
.w500 {
  max-width: max(var(--px-500), 500px);
}
.w560 {
  max-width: max(var(--px-560), 560px);
}
.w969 {
  max-width: max(var(--px-969), 969px);
}
/*-------mv------*/
.mv {
  position: relative;
}
.mv-txt {
  position: absolute;
  top: calc(50% + 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mv-txt h2 {
  font-size: max(var(--px-40), 2.4rem);
  font-weight: 300;
  color: #fff;
}
.mv-txt .img-box {
  max-width: max(var(--px-334), 200px);
  width: 100%;
  margin-inline: auto;
  margin-bottom: 30px;
}
/*-------sec1------*/
.sec1 .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec1 .dfl {
  gap: max(var(--px-120), 30px);
}
.top-post-wrap article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #434343;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.top-post-wrap article:last-child {
  margin-bottom: 0;
}
.top-post-wrap a {
  transition: 0.2s ease-in-out;
}
.top-post-wrap a:hover {
  opacity: 0.6;
}
/*-------sec2------*/
.sec2 {
  margin-bottom: 100px;
}
.sec2 .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #393939;
}
.sec2 .left {
  background: url(../../../uploads/2026/03/top-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px 28px;
  width: 42.4%;
}
.sec2 .left .font1 {
  padding-bottom: 289px;
}
.sec2 .left .font2 {
  padding-bottom: 20px;
}
.sec2 .right {
  background: url(../../../uploads/2026/03/top-bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-inline: 30px;
  width: 57.6%;
}
.sec2 .right p {
  text-shadow: 4px 4px 20px #000000;
}
.sec2 .right .btn1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
/*-------sec3------*/
.sec3 .inner {
  padding-bottom: 100px;
}
.sec3 .txt-box .font1 {
  margin-bottom: 60px;
}
.sec3 .txt-box .txt {
  margin-bottom: 60px;
}
/*-------sec4------*/
.sec4 {
  background: #1a1a1a;
  padding-top: 100px;
  padding-bottom: 80px;
}
.sec4 .font1 {
  margin-bottom: 60px;
}
.co-slider img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1180px) {
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .sec2 .right {
    padding-inline: 10px;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .archive-wrap article {
    flex-direction: column;
    align-items: flex-start;
  }
  .header {
    top: 20px;
  }
  .hd-group {
    display: grid;
    grid-template-columns: 1fr 40px 33px;
    gap: 15px;
    align-items: flex-start;
  }
  .h-btn {
    height: 40px;
    position: relative;
    z-index: 701;
  }
  .menu-container-logo-box {
    max-width: 133px;
    width: 100%;
    margin-bottom: 60px;
  }
  .ft-contact .font1 {
    margin-bottom: 20px;
  }
  .ft-contact .txt {
    margin-bottom: 20px;
  }
  .ft-main-menu {
    flex-direction: column;
  }
  .footerwrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ft-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*-------mv------*/
	.mv{
		height:100svh;
	}
	.mv .splide__slide img{
		height:100svh;
		width:100%;
		object-fit:cover
	}
  .mv-txt {
    top: auto;
    bottom: 40px;
    transform: translate(-50%, 0%);
  }
  .mv-txt .img-box {
    margin-bottom: 20px;
  }
  /*-------sec1------*/
  .sec1 .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec1 .dfl {
    gap: 30px;
  }
  .top-post-wrap {
    width: 100%;
  }
  /*-------sec2------*/
  .sec2 {
    margin-bottom: 40px;
  }
  .sec2 .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec2 .right {
    width: 100%;
    padding-inline: 30px;
    padding-top: 100px;
    padding-bottom: 46px;
    align-items: flex-start;
  }
  .sec2 .left {
    width: 100%;
    padding: 10px 20px 20px;
  }
  .sec2 .left .font1 {
    padding-bottom: 186px;
  }
  .sec2 .left .font2 {
    padding-bottom: 10px;
  }
  .sec2 .right .btn1 {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .sec2 .right p {
    margin-bottom: 30px;
  }
  /*-------sec3------*/
  .bd-tit {
    padding-bottom: 10px;
  }
  .sec3 .inner {
    padding-bottom: 40px;
  }
  .sec3 .txt-box .font1 {
    margin-bottom: 30px;
  }
  .sec3 .txt-box .txt {
    margin-bottom: 30px;
  }
  /*-------sec4------*/
  .sec4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec4 .font1 {
    margin-bottom: 20px;
  }
  .sec4 .mat40 {
    margin-top: 30px;
  }
  .co-slider img {
    height: 180px;
  }
}
/* CSS Document */
