@charset "utf-8";
/*-------title------*/
.m-tit {
  font-size: clamp(30px, 2.222vw, 3.2rem);
}
.ms-tit {
  font-size: 2.4rem;
}
.top-tit h2 {
  line-height: 1;
  font-size: max(3.472vw, 40px);
  color: #19346b;
}
.top-tit p {
  font-size: max(1.667vw, 20px);
  line-height: 1.2;
}
.sub-mv {
  background: url(../../uploads/2026/01/sub-main.jpg) no-repeat;
  background-size: cover;
  padding: 250px 0 170px;
}
.sub-main-tit {
  font-size: max(3.472vw, 3rem);
}
.sub-main-stit {
  font-size: max(2.083vw, 2rem);
}
article a {
  transition: 0.3s ease-in-out;
}
article a:hover {
  opacity: 0.6;
}

/*-------post------*/
article.post {
}
.single-inner .post {
  margin-bottom: 30px;
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
.single-inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
.single-inner h2 {
  margin-bottom: 30px;
}
.post-wrap .post {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px dashed #cdcdcd;
  display: flex;
  align-items: center;
  gap: 3em;
}
.post-wrap article:last-child {
  margin-bottom: 0;
}
.post time {
  font-size: 1.6rem;
  font-weight: 500;
}
.post-wrap .post h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
.view-all-button-wrapper {
  width: fit-content;
  margin: 2em auto 0;
}
/*-------btn------*/
.btn-st2 {
  color: #19346b;
  font-size: max(1.25vw, 1.8rem);
  padding: 0.28em 1.115em;
}
/*-------table-----*/
.mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mv img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.mv-txt {
  position: absolute;
  z-index: 3;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main-tit {
  font-size: max(2.778vw, 30px);
  text-shadow: 0px 0px 7px #000000;
  line-height: 1.65;
}
.table-wrap {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 2.78%;
}
.table-st1 {
  height: 200px;
  width: 493px;
  padding: 10px 30px;
  background: #fbfaf5;
  box-shadow: 0px 0px 7px #00000080;
}
.table-st1 table {
  width: 100%;
  height: 100%;
}
.table-st1 td:not(.tl) {
  text-align: center;
}
.table-st1 th {
  font-weight: 600;
  line-height: 50px;
}
.table-st1 td {
  font-weight: 600;
  line-height: 50px;
}
.table-st1-desc {
  text-shadow: 0px 1px 3px #00000080;
  margin-left: 30px;
}
.table-st1 thead tr {
  border-bottom: 1px solid #d6c882;
}
.acc-wrap {
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: calc(35px + 30px);
  right: 5%;
  padding-left: 5px;
}
.acc-wrap p {
  line-height: 60px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.acc-wrap p::before {
  content: "";
  display: inline-block;
}
.acc-wrap p:first-child::before {
  background: url(../../uploads/2026/01/mv-bus-ic.webp) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-right: 17px;
}
.acc-wrap p:last-child::before {
  background: url(../../uploads/2026/01/mv-car-ic.webp) no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  margin-right: 12px;
}
.table-st2 {
  width: 100%;
}
.table-st2 th,
.table-st2 td {
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
.table-st2 th {
  width: 30%;
}
.table-st2 tr {
  border-bottom: 1px solid #bfbfbf;
}
/*sec1*/
.sec1 .cs-inner {
  padding: 90px 13.5%;
}
.sec1 .flex-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.btn-st1 {
  max-width: max(31.25vw, 336px);
  width: 100%;
  font-size: 2.4rem;
  padding: 36px 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.sec1 .cs-inner2 {
  padding: 50px 13.5% 75px;
}
.sec1 .cs-inner2 .m-tit {
  margin-bottom: 10px;
}
.info-list {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  max-width: 98.74%;
  padding: 30px 3.75%;
  margin: 0 auto;
}
.info-list dd {
  margin-left: 2em;
}
.info-list dd p,
.info-list dt,
.info-list .sub-list li {
  line-height: 1.7;
}
.info-list .sub-list {
  padding-left: 1em;
}
.info-list .sub-list li::before {
  content: "・";
}
/*sec2*/
.sec2 .cs-inner {
  padding: 80px 18.05%;
}
.sec2 .flex-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.sec2 .post-wrap {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 25px 7.5%;
}
/*sec3*/
.sec3 .cs-inner {
  padding-right: 5.55%;
  padding-top: 30px;
  padding-bottom: 75px;
  margin-bottom: 90px;
}
.sec3 .flex-wrap {
  align-items: flex-end;
  gap: 40px;
}
.sec3 .img-box {
  max-width: max(48.25vw, 350px);
  width: 100%;
  position: relative;
}
.sec3 .txt-box {
  flex: 1;
}
.sec3 .top-tit {
  padding-left: 5.55%;
  margin-bottom: 40px;
}
.sec3 .as-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 25px;
  transform: translate(60%, -60%);
}
.sec3 .as-box p {
  font-size: clamp(20px, 2.083vw, 3rem);
  line-height: 1.65;
}
.sec3 .txt-box p {
  margin-bottom: 70px;
}
.sec3 .name-box {
  width: fit-content;
  margin: 15px 0 0 auto;
}
.sec3 .btn-st2 {
  margin-left: 50px;
}
/*sec4*/
.sec4 .inner {
  padding-top: 80px;
  padding-bottom: 130px;
}
.sec4 .top-tit {
  margin-bottom: 125px;
}
.sec4 .ic-wrap {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px 0;
}
.sec4 .ic-wrap .co {
  width: calc(100% / 6);
  text-align: center;
}
.sec4 .ic-wrap .co img {
  width: max(10.834vw, 136px);
}
.sec4 .ic-wrap .co a {
  display: block;
  transition: 0.3s ease-in-out;
}
.sec4 .ic-wrap .co a:hover {
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
  opacity: 0.6;
}
/*sec5*/
.sec5 .top-tit {
  margin-bottom: 125px;
}
.sec5 .cs-inner {
  padding: 125px 1.75%;
}
.sec5 .wrap {
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  margin-bottom: 100px;
}
.sec5 .wrap.ma110 {
  margin-bottom: 110px;
}
.sec5 .wrap .img-box {
  max-width: max(48.2vw, 335px);
  width: 100%;
}
.sec5 .wrap .txt-box {
  max-width: max(40.94vw, 335px);
  width: 100%;
  padding-top: 40px;
}
.top-feature-tit {
  color: #777777;
  font-size: max(1.667vw, 2.4rem);
  margin-bottom: 40px;
}
.top-feature-tit em {
  font-size: max(2.778vw, 4rem);
}
.top-feature-desc {
  font-size: max(1.806vw, 2rem);
  padding-left: 1.8em;
}
.top-feature-desc a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.top-feature-desc a:hover {
  opacity: 0.55;
}
#lightbox-overlay {
  display: none;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 0 19.45%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#lightbox-title {
  font-family: "Noto Serif JP", serif;
  background: #fff;
  font-size: clamp(18px, 1.667vw, 2.4rem);
  padding: 1em 0;
  text-align: center;
  font-weight: 600;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}
#lightbox-overlay img {
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}
/*sec6*/
.sec6 .cs-inner {
  padding-top: 60px;
  padding-bottom: 90px;
}
.sec6 p {
  margin-bottom: 60px;
}
.co-slider .splide__slide {
  width: 100% !important;
  height: 228px;
  max-width: max(29.5833vw, 327px);
}
.co-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec7 .cs-inner {
  padding-top: 110px;
  padding-left: 9.375%;
  padding-right: 9.375%;
}
.sec7 .wrap .txt-box,
.sec7 .wrap .ga-box {
  flex: 1;
}
.sec7 .wrap {
  gap: 90px;
}
.sec7 .top-tit {
  margin-bottom: 85px;
}
.sec7 .img-box {
  margin: 0 auto calc(60px - 1em);
  max-width: max(66.5%, 269px);
  width: 100%;
}
.sec7 .table-co {
  margin-bottom: 60px;
}
.ga-box {
  min-height: 237px;
}
.sec6 .sub-main-stit {
  font-size: clamp(24px, 2.083vw, 3rem);
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
  }
  .mv img {
    height: auto;
    width: 100%;
  }
  .sec3 .as-box {
    transform: translate(10%, -90%);
  }
  .sec7 .cs-inner,
  .ft-group,
  .footerwrap {
    padding-left: 5.55%;
    padding-right: 5.55%;
  }
  #menu-ft-nav2 {
    gap: 20px;
  }
  .sec2 .cs-inner {
    padding: 50px 5.55%;
  }
}
@media screen and (max-width: 840px) {
  .table-st1 {
    height: 157px;
    width: 359px;
  }
  .table-st1 .tl span {
    display: block;
    text-align: right;
    padding-right: 1em;
  }
  .table-st1 td {
    line-height: 16px;
  }
  .table-wrap {
    bottom: 0;
  }
  .acc-wrap {
    bottom: 37px;
  }
  .sec1 .cs-inner {
    padding: 90px 5.55%;
  }
  .sec1 .cs-inner2 {
    padding: 50px 5.55% 75px;
  }
  .sec2 .flex-wrap {
    flex-direction: column;
  }
  .sec3 .cs-inner {
    padding-left: 5.55%;
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .sec3 .flex-wrap {
    flex-direction: column;
  }
  .sec3 .img-box {
    max-width: 100%;
  }
  .sec3 .as-box {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: none;
  }
  .sec4 .ic-wrap .co {
    width: calc(100% / 4);
  }
  .ft-group .wrap {
    flex-direction: column;
    align-items: center;
  }
  .sec7 .wrap {
    gap: 55px;
  }
}
@media screen and (max-width: 680px) {
  .main-tit {
    padding: 0 7%;
    line-height: 50px;
  }
	.mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mv img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
  .acc-wrap {
    padding: 10px 0;
  }
  .acc-wrap p {
    line-height: 25px;
  }
  .acc-wrap p:first-child {
    margin-bottom: 1em;
  }
  .sec1 .cs-inner {
    padding: 25px 8px 40px;
  }
  .table-st1 {
    width: 100%;
  }
  .table-st1-desc {
    color: #000;
    margin-left: 5px;
    margin-bottom: 25px;
  }
  .sec1 .cs-inner2 {
    padding: 60px 5.55% 55px;
  }
  .info-list dd {
    margin-left: 0em;
  }
  .info-list .co {
    margin-bottom: 2em;
  }
  .info-list .co:last-child {
    margin-bottom: 0;
  }
  .info-list {
    padding: 17.5px 13px;
    box-shadow: none;
    border: 1px solid #000;
  }
  .sec2 .post-wrap {
    padding: 0 10px;
	  width:100%;
  }
  .post-wrap .post {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .ma-m {
    margin-bottom: 20px;
  }
  .sec3 .as-box {
    top: 50%;
    bottom: 0;
    right: auto;
    left: 0;
    height: 124px;
    transform: translate(0, -25%);
    padding: 12.5px;
  }
  .sec3 .name-box {
    margin: 0 auto;
    padding-top: 105px;
  }
  .sec3 .txt-box p {
    margin-bottom: 55px;
  }
  .sec3 .btn-st2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
  }
  .sec4 .inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .sec4 .ic-wrap {
    flex-direction: row;
    gap: 20px;
  }
  .sec4 .ic-wrap .co {
    width: calc(100% / 2 - 20px);
  }
  .sec4 .top-tit {
    margin-bottom: 40px;
  }
  .sec5 .cs-inner {
    padding: 65px 3.85%;
  }
  .sec5 .top-tit {
    margin-bottom: 75px;
  }
  .sec5 .wrap .txt-box {
    padding-top: 0;
    max-width: 100%;
  }
  .top-feature-tit {
    margin-bottom: 10px;
  }
  .top-feature-desc {
    padding-left: 0;
  }
  .sec5 .wrap {
    gap: 30px;
    margin-bottom: 70px;
  }
  .sec5 .wrap .img-box {
    max-width: 100%;
  }
  .sec5 .wrap.ma110 {
    margin-bottom: 65px;
  }
  .sec6 .cs-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sec6 p {
    margin-bottom: 40px;
  }
  .sec7 .cs-inner {
    padding-top: 60px;
  }
  .sec7 .top-tit {
    margin-bottom: 60px;
  }
  .sec7 .table-co {
    margin-bottom: 40px;
  }
  .sec7 .wrap .txt-box,
  .sec7 .wrap .ga-box {
    flex: auto;
  }
  .ga-box {
    min-height: auto;
    height: 237px;
  }
  .table-st2 th {
    vertical-align: baseline;
  }
  .page-top-box {
    display: none;
  }
	#lightbox-overlay{
		padding: 0 2.55%;
	}
}
/* CSS Document */
