@charset "utf-8";
/*-------title------*/
.tit-stripe-box {
  position: relative;
  background: #fff;
  padding: 30px 7.9%;
}
.tit-stripe-box::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: repeating-linear-gradient(
    90deg,
    #c4d9f2,
    #c4d9f2 3px,
    transparent 3px,
    transparent 7px
  );
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
.tit-stripe-box::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    90deg,
    #c4d9f2,
    #c4d9f2 3px,
    transparent 3px,
    transparent 7px
  );
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}
.tit-top-box::before,
.tit-top-box::after,
.tit-un-box::before,
.tit-un-box::after {
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  border: solid #000;
  z-index: 2;
}
.tit-top-box::before {
  border-width: 2px 0 0 2px;
  top: 10px;
  left: 10px;
}
.tit-top-box::after {
  border-width: 2px 2px 0 0;
  top: 10px;
  right: 10px;
}
.tit-un-box::before {
  border-width: 0px 0 2px 2px;
  bottom: 10px;
  left: 10px;
}
.tit-un-box::after {
  border-width: 0px 2px 2px 0;
  bottom: 10px;
  right: 10px;
}
.box-tit {
  font-size: clamp(16px, 2.222vw, 3.2rem);
}
/*-------table-----*/
.table-st1-wrap {
  background: #ddefff;
  padding: 20px 40px;
  max-width: max(35.278vw, 350px);
  width: 100%;
  margin: 0 auto 0 0;
}
.table-st1 {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.table-st1 span {
  display: inline-block;
  background: #2853a3;
  width: 23px;
  height: 23px;
  clip-path: circle(50% at 50% 50%);
  vertical-align: text-top;
}
.table-st1 .holiday {
  clip-path: none;
  width: 2px;
  transform: rotate(45deg);
  background: #505050;
}
.table-st1 .fix,
.table-desc .fix {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #2381d0;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: text-top;
}
.table-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: left;
  margin-top: 10px;
  display: flex;
  gap: 5px;
}
.table-st1 thead th:first-child {
  width: 30%;
  text-align: left;
  padding-bottom: 0.5em;
  color: #505050;
  font-weight: 400;
  line-height: 1.6;
}
.table-st1 th {
  color: #505050;
}
.table-st1 thead th {
  font-weight: 400;
}
.table-st1 tbody tr td:first-child {
  text-align: left;
  padding: 1em 0;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #505050;
}
.table-st1 td {
  text-align: center;
}
.table-st1 thead tr {
  border-bottom: 1px solid #505050;
}
/*-------btn------*/
/*-------mv------*/
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mv-txt {
  position: absolute;
  right: 5.55%;
  bottom: 0;
}
.mv img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.grdshadow-txt {
  background: linear-gradient(90deg, #2381d0 0%, #6ca6d7 55.29%, #2381d0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px 1px 0px #fff)
    drop-shadow(1px -1px 0px #fff) drop-shadow(-1px -1px 0px #fff)
    drop-shadow(0px 0px 5px #ffffff);
}
.mv-txt .mv-l {
  font-size: clamp(32px, 3.333vw, 4.8rem);
  text-align: end;
  margin-bottom: 20px;
}
.mv-txt .mv-s {
  font-size: clamp(16px, 1.667vw, 2.4rem);
  text-align: end;
  margin-bottom: 40px;
}
.mv-txt .mv-xl {
  font-size: clamp(40px, 11.111vw, 16rem);
  background: linear-gradient(180deg, #ffffff 0%, #c4d9f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec1 {
  background: url(../../uploads/2026/01/top-bg1.jpg) no-repeat;
}
.sec1 .cs-inner {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.sec1 .cs-inner::after {
  content: "";
  display: block;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec1 h2 {
  font-size: clamp(18px, 2.222vw, 3.2rem);
  padding: 20px 2.2em;
  border: solid #000;
  border-width: 2px 0 2px 0;
  width: fit-content;
  margin: 0 auto 20px;
}
.sec1 p {
  font-size: clamp(14px, 1.389vw, 2rem);
}
.sec1 .wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.sec1 .wrap::before {
  content: "";
  background: url(../../uploads/2026/01/icon-sec1-left.webp) no-repeat;
  background-size: contain;
  display: block;
  width: 133px;
  height: 179px;
  top: 50%;
  left: 0;
  transform: translate(-80%, -50%);
  position: absolute;
}
.sec1 .wrap::after {
  content: "";
  background: url(../../uploads/2026/01/icon-sec1-right.webp) no-repeat;
  background-size: contain;
  display: block;
  width: 133px;
  height: 179px;
  top: 50%;
  right: 0;
  transform: translate(80%, -50%);
  position: absolute;
}
.sec2 .inner {
  padding-top: 65px;
  padding-bottom: 80px;
}
.sec2 .first {
  margin-bottom: 60px;
}
.st1-box h3 {
  font-size: clamp(20px, 2.222vw, 3.2rem);
  margin-bottom: 40px;
}
.st1-box .txt-box {
  flex: 1;
  position: relative;
  border: 2px solid #000;
  padding: 20px;
}
.st1-box .txt-box::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: repeating-linear-gradient(
    90deg,
    #c4d9f2,
    #c4d9f2 3px,
    transparent 3px,
    transparent 7px
  );
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: -1;
}
.st1-box .txt-box .wrap {
  position: relative;
  z-index: 1;
  padding: 40px 9.75%;
  height: 100%;
}
.st1-box .img-box {
  flex: 1;
}
.st1-box .box-top::before,
.st1-box .box-top::after,
.st1-box .box-un::before,
.st1-box .box-un::after {
  content: "";
  width: 78px;
  height: 78px;
  display: inline-block;
  position: absolute;
  border: solid #000;
}
.st1-box .box-top::before {
  border-width: 2px 0 0 2px;
  top: 0;
  left: 0;
}
.st1-box .box-top::after {
  border-width: 2px 2px 0 0;
  top: 0;
  right: 0;
}
.st1-box .box-un::before {
  border-width: 0px 0 2px 2px;
  bottom: 0;
  left: 0;
}
.st1-box .box-un::after {
  border-width: 0px 2px 2px 0;
  bottom: 0;
  right: 0;
}
.st1-box .ic-wrap span {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  clip-path: circle(50% at 50% 50%);
}
.st1-box .ic-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 40px;
}
.st1-box .ic-wrap::before {
  content: "";
  display: inline-block;
  width: max(11.5vw, 102px);
  height: 2px;
  background: #000;
}
.st1-box .ic-wrap::after {
  content: "";
  display: inline-block;
  width: max(11.5vw, 102px);
  height: 2px;
  background: #000;
}
.st1-box img {
  height: 100%;
  object-fit: cover;
}
.sec3 {
  background: url(../../uploads/2026/01/top-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 40px;
  margin-bottom: 75px;
}
.sec3 h2 {
  font-size: clamp(20px, 3.333vw, 4.8rem);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.sec3 h2::before {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  height: 2px;
  flex: 1;
}
.sec3 h2::after {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  height: 2px;
  flex: 1;
}
.sec3 .cs-inner {
  background: #fff;
  width: max(83.4%, 600px);
  margin: 0 auto;
  padding: 40px;
}
.sec3 .img-box {
  max-width: max(41.7vw, 350px);
}
.sec3 .flex-wrap {
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.sec4 .cs-inner {
  background: url(../../uploads/2026/01/top-bg3.jpg) no-repeat;
  background-size: cover;
  padding: 60px 9.75% 40px;
  position: relative;
}
.sec4 .cs-inner::before {
  content: "";
  width: 100%;
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(
    315deg,
    #ffffff,
    #ffffff 4px,
    transparent 4px,
    transparent 8px
  );
}
.sec4 h2 {
  font-size: clamp(20px, 4.444vw, 6.4rem);
  margin-bottom: 40px;
}
.sec4 ul {
  gap: 30px 40px;
  margin-bottom: 30px;
}
.sec4 ul li {
  background: #1b1b49;
  padding: 10px;
}
.sec4 ul li p {
  border: 1px solid #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(14px, 1.389vw, 2rem);
}
.sec4 ul li p::before {
  content: "";
  background: url(../../uploads/2026/01/ck-icon.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 29px;
  height: 25px;
  margin: 0 30px;
}
.sec4 ul li .one {
  padding: 10px 0;
}
.sec4 .wrap {
  background: #5f7bc3;
  padding: 30px 20px;
}
.sec4 h3 {
  font-size: clamp(20px, 2.222vw, 3.2rem);
}
.sec5 .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec5 .grd-wrap {
  position: relative;
  padding-left: 6.25%;
  padding-bottom: 45px;
  padding-top: 45px;
  background: rgba(182, 233, 234, 1);
  margin-bottom: 60px;
}
.sec5 .grd-wrap::before {
  content: "";
  position: absolute;
  display: block;
  background-image: repeating-linear-gradient(
    235deg,
    #ffffff,
    #ffffff 4px,
    transparent 4px,
    transparent 8px
  );
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
}
.sec5 .grd-wrap .txt-box {
  max-width: 41.67vw;
  width: 100%;
  position: relative;
  z-index: 3;
}
.sec5 .grd-wrap .img-box {
  max-width: 40.3vw;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.sec5 .grd-wrap .img-box img {
  height: 100%;
  object-fit: cover;
}
.sec5 .grd-wrap .img-box::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(182, 233, 234, 1) 0px,
    rgba(182, 233, 234, 0) 80%
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
}
.sec5 .grd-wrap h2 {
  font-size: clamp(20px, 2.222vw, 3.2rem);
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sec6 {
  background: rgba(243, 243, 243, 1);
  padding: 60px 0 80px;
}
.sec6 .tit-ch {
  font-size: clamp(48px, 6.667vw, 9.6rem);
  margin-bottom: 30px;
}
.sec6 .tit-ch em {
  color: #66d4d7;
}
.sec6 h3 {
  font-size: clamp(16px, 1.389vw, 2rem);
  padding: 10px 0;
  border: 1px solid #000;
  border-width: 1px 0 1px 0;
  margin-bottom: 40px;
}
.sec6 .wrap {
  padding-bottom: 70px;
  position: relative;
}
.sec6 .img-box {
  max-width: 640px;
  width: 100%;
  box-shadow: -15px 15px 0px 0px rgba(104, 185, 242, 1);
}
.merit-box {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: max(44.5vw, 480px);
  margin: 0 auto;
  background: #fff;
  border: 2px solid #223e74;
  padding: 40px;
}
.merit-title {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -100%);
  margin: 0;
  padding: 62px 43px 0;
  background: #fff;
  border: 2px solid #223e74;
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  width: max(27.8vw, 350px);
  text-align: center;
  color: rgba(35, 129, 208, 1);
  font-size: clamp(20px, 2.222vw, 3.2rem);
  white-space: nowrap;
}
.merit-line {
  border: none;
  border-top: 1px solid #000;
  margin-bottom: 30px;
  width: 100%;
}
.sec7 {
  background: url(../../uploads/2026/01/top-bg4.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  padding: 80px 0 90px;
}
.sec7 .flex-wrap {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.sec7 .tit-stripe-box {
  margin-bottom: 40px;
}
.sec7 .img-box {
  max-width: 33.33vw;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .mv {
    height: auto;
    overflow: hidden;
  }
  .mv img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .sec4 ul li p::before {
    margin: 0 10px;
  }
  .sec6 .wrap {
    padding-bottom: 180px;
  }
  .sec7 .flex-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .table-st1-wrap {
    padding: 10px;
  }
}
@media screen and (max-width: 680px) {
  .mv {
    height: 100dvh;
  }
  .mv img {
    height: 100dvh;
  }
  .mv-txt {
    bottom: calc(55px + 10.5px + 10px);
  }
	.st1-box img {
    height: auto;
    object-fit: cover;
  }
  .sec1 .cs-inner {
    padding: 60px 0;
  }
  .sec1 .wrap::before,
  .sec1 .wrap::after {
    width: 75px;
    height: 101px;
  }
  .sec1 .wrap::before {
    transform: translate(-75%, -30%);
  }
  .sec1 .wrap::after {
    transform: translate(75%, -30%);
  }
  .sec1 h2 {
    padding: 15px 30px;
  }
  .sec2 .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec2 .first {
    margin-bottom: 30px;
  }
  .st1-box {
    gap: 20px;
  }
  .st1-box .txt-box::before {
    width: 105px;
    height: 105px;
  }
  .st1-box .box-top::before,
  .st1-box .box-top::after,
  .st1-box .box-un::before,
  .st1-box .box-un::after {
    width: 28px;
    height: 28px;
  }
  .st1-box .txt-box {
    padding: 10px;
  }
  .st1-box .txt-box .wrap {
    padding: 20px 18px;
  }
  .st1-box h3 {
    margin-bottom: 20px;
  }
  .st1-box .ic-wrap {
    margin-bottom: 20px;
  }
  .sec3 .cs-inner {
    width: 90%;
    padding: 20px;
  }
  .sec3 {
    padding: 40px 0;
    margin-bottom: 40px;
    background-position: bottom center;
  }
  .sec3 h2 {
    margin-bottom: 20px;
  }
  .sec3 .flex-wrap {
    gap: 20px;
  }
  .sec4 .cs-inner {
    padding: 50px 5.55% 30px;
  }
  .sec4 h2 {
    margin-bottom: 20px;
  }
  .sec4 ul li {
    padding: 5px;
  }
  .sec4 ul li p::before {
    width: 21px;
    height: 18px;
  }
  .sec4 ul li p {
    line-height: 1.6;
    padding: 5px 0;
  }
  .sec4 ul li .one-sp,
  .sec4 ul li .one {
    padding: 5px 0;
  }
  .sec4 ul {
    gap: 10px;
    margin-bottom: 20px;
  }
  .sec4 .wrap p {
    text-align: left;
  }
  .sec5 .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .sec5 .grd-wrap .img-box {
    max-width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .sec5 .grd-wrap {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .sec5 .grd-wrap .txt-box {
    max-width: 90%;
    margin: 0 auto;
  }
	.sec5 .grd-wrap .img-box img{
    height: auto;
  }
  .sec5 .grd-wrap::before {
    width: 100%;
    height: 30px;
  }
  .sec5 .grd-wrap .img-box::before {
    background: linear-gradient(
      to bottom,
      rgba(182, 233, 234, 1) 40px,
      rgba(182, 233, 234, 0) 100%
    );
  }
  .sec5 .st1-box {
    padding-left: 5.55%;
    padding-right: 5.55%;
  }
  .merit-box {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 20px 30px 30px;
  }
  .sec6 {
    padding: 30px 0 40px;
  }
  .sec6 .tit-ch {
    margin-bottom: 20px;
  }
  .sec6 h3 {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .sec6 .wrap {
    padding-bottom: 0;
  }
  .sec6 .img-box {
    box-shadow: -5px -5px 0px 0px #68b9f2;
  }
  .merit-title {
    width: 240px;
    padding: 40px 22px 0;
  }
  .merit-line {
    margin-bottom: 20px;
  }
  .sec7 {
    padding: 40px 0;
  }
  .sec7 .img-box {
    max-width: 100%;
  }
  .sec7 .tit-stripe-box {
    margin-bottom: 20px;
  }
  .box-tit {
    text-align: center;
  }
  .table-st1-wrap {
    max-width: 100%;
    padding: 13px 26px;
  }
  .table-st1 span {
    width: 15px;
    height: 15px;
  }
  .table-st1 .fix,
  .table-desc .fix {
    width: 15px;
    height: 15px;
  }
  .table-st1 .holiday {
    height: 15px;
  }
}
/* CSS Document */
