/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.sup {
  font-size: 10px;
}

@media (min-width: 768px) {
  .splt {
    padding-top: 80px;
  }
}
.splt .sec01 {
  padding: 70px 15px;
  position: relative;
}
.splt .sec01:before {
  content: "";
  width: 70vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 175, 236, 0.1);
  transform: translate(-25%, -70%);
}
.splt .sec01-img {
  position: relative;
}
.splt .sec01-img-caption {
  margin-top: 5px;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.splt .sec01-img-caption_inset {
  position: absolute;
  inset: auto 10px 10px auto;
  font-size: 10px;
  color: #fff;
  -webkit-text-stroke: 2px #666;
  text-stroke: 2px #666;
  paint-order: stroke;
}
.splt .sec01-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .splt .sec01-title {
    flex-direction: row;
    max-width: 800px;
    justify-content: flex-end;
    margin-inline: auto;
    padding-inline: 15px;
    padding-bottom: 70px;
    gap: 30px;
  }
}
.splt .sec01-title .logo {
  max-width: 700px;
}
@media (min-width: 768px) {
  .splt .sec01-title .logo {
    max-width: 365px;
  }
}
.splt .sec01-title .text {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.563rem + 2.5vw, 2.125rem);
  text-wrap: nowrap;
}
.splt .sec01-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-inline: 15px;
}
.splt .sec01-summary {
  padding: 15px;
  background: rgba(0, 175, 236, 0.1);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .splt .sec01-summary {
    padding: 30px;
  }
}
.splt .sec01-summary .box {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .splt .sec01-summary .box {
    gap: 10px;
  }
}
.splt .sec01-summary .box.multiple-lines {
  align-items: flex-start;
}
.splt .sec01-summary .box-hr {
  margin: 5px 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.splt .sec01-summary .box .text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .splt .sec01-summary .box .text {
    font-size: 16px;
  }
}
.splt .sec01-summary .box .text small {
  font-size: 11px;
}
@media (min-width: 768px) {
  .splt .sec01-summary .box .text small {
    font-size: 13px;
  }
}
.splt .sec01-summary .box .text-small {
  font-size: 12px;
}
.splt .sec01-summary .box-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid #000;
}
@media (min-width: 768px) {
  .splt .sec01-summary .box-row {
    gap: 40px;
  }
}
.splt .sec02 {
  padding: 0 15px 30px;
}
.splt .sec02-wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.splt .sec02-title {
  font-size: clamp(1.063rem, 0.842rem + 0.98vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.splt .sec02-text {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
}
.splt .sec02-text .yellow-marker {
  background: #fff6a8;
}
.splt .sec02-img {
  position: relative;
}
.splt .sec02-img.w100 {
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .splt .sec02-img.w100 {
    margin-top: 130px;
  }
}
.splt .sec02-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .splt .sec02-flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .splt .sec02-flex .sec02-img img {
    height: 375px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.splt .sec02-caption {
  padding-block: 10px;
  font-size: 10px;
  color: #666;
  text-align: left;
}
@media (min-width: 768px) {
  .splt .sec02-caption {
    text-align: center;
  }
}
.splt .sec03 {
  padding-block: 40px 50px;
}
@media (min-width: 768px) {
  .splt .sec03 {
    padding-block: 80px 100px;
  }
}
.splt .sec03-wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.splt .sec03-title {
  font-size: clamp(1.063rem, 0.842rem + 0.98vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.splt .sec03-subtitle {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .splt .sec03-subtitle {
    height: 65px;
  }
}
.splt .sec03-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.splt .sec03-linetitle {
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-block: 25px;
}
@media (min-width: 768px) {
  .splt .sec03-linetitle {
    margin-block: 50px 40px;
  }
}
.splt .sec03-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .splt .sec03-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.splt .sec03-col-title {
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  line-height: 1.8;
}
.splt .sec03-col-caption {
  text-align: right;
  font-size: 10px;
  color: #666;
}
.splt .sec03-img {
  position: relative;
}
.splt .sec03-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec03-img-caption_inset.white {
  color: #fff;
}
.splt .sec03-caption {
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.splt .sec04-subtitle {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .splt .sec04-subtitle {
    height: 65px;
  }
}
.splt .sec04-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.splt .sec04-linetitle {
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-block: 25px 15px;
}
@media (min-width: 768px) {
  .splt .sec04-linetitle {
    margin-block: 50px 15px;
  }
}
.splt .sec04-text {
  text-align: center;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.splt .sec04-sr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding-block: 30px;
}
.splt .sec04-sr-img {
  padding-block: 15px;
}
.splt .sec04-sr-text {
  font-size: clamp(0.938rem, 0.864rem + 0.33vw, 1.125rem);
}
.splt .sec04 .nisumu {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 768px) {
  .splt .sec04 .nisumu {
    max-width: 320px;
    margin-inline: auto;
  }
}
.splt .sec04 .nisumu-col {
  width: calc(75% - 5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.splt .sec04 .nisumu-caption {
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.splt .sec04 .nisumu-caption .text-right {
  text-align: right;
}
.splt .sec04-item01 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .splt .sec04-item01 {
    margin-bottom: 40px;
  }
}
.splt .sec04-item02 {
  margin-bottom: 50px;
}
.splt .sec04-item02 .sec04-linetitle {
  margin-block: 50px 25px;
}
@media (min-width: 768px) {
  .splt .sec04-item02 .sec04-linetitle {
    margin-block: 50px;
  }
}
.splt .sec04-item02 .sec04-caption {
  margin-top: 15px;
}
.splt .sec04-item03 {
  margin-bottom: 40px;
}
.splt .sec04-item03 .sec04-flex {
  margin-bottom: 30px;
}
.splt .sec04-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .splt .sec04-flex {
    flex-direction: row;
  }
}
.splt .sec04-flex.between {
  justify-content: space-between;
}
.splt .sec04-flex.mansion {
  margin-block: 25px 10px;
}
@media (min-width: 768px) {
  .splt .sec04-flex.mansion {
    margin-block: 35px 20px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .splt .sec04-flex .mansion-left {
    max-width: 327px;
    flex-shrink: 1;
    min-width: 0;
  }
}
.splt .sec04-flex .mansion-right {
  align-self: center;
}
.splt .sec04 .blue, .splt .sec04 .gold {
  position: relative;
  padding-left: 20px;
}
.splt .sec04 .blue:before, .splt .sec04 .gold:before {
  content: "";
  width: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  height: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: clamp(0.375rem, 0.326rem + 0.22vw, 0.5rem);
}
.splt .sec04 .blue:before {
  background: #5ac3dc;
}
.splt .sec04 .gold:before {
  background: #a0916e;
}
.splt .sec04 .nisumu-img {
  width: 25%;
}
.splt .sec04-col {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .splt .sec04-col {
    margin-bottom: 0;
  }
}
.splt .sec04-col-img {
  position: relative;
  text-align: center;
}
.splt .sec04-col-img-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec04-col-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec04-col-title {
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  line-height: 1.8;
}
.splt .sec04-col-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec04-col-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec04-col-caption_inset.white {
  color: #fff;
}
.splt .sec04-col-box {
  width: 100%;
  padding: 1em;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
  line-height: 1.8;
  background-color: rgba(160, 145, 110, 0.24);
}
@media (min-width: 768px) {
  .splt .sec04-col-box {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .splt .sec04 .col-01 {
    width: 210px;
  }
}
.splt .sec04-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.splt .sec04-img-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec04-img-caption_outset {
  position: absolute;
  inset: auto 5px -15px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec04-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec04-img-caption_inset.white {
  color: #fff;
}
.splt .sec04-img-caption_inset.shadow {
  color: #fff;
  text-shadow: 1px 1px #666, -1px -1px #666;
}
.splt .sec04-etc {
  padding-block: 15px;
  text-align: right;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.splt .sec04-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec04-caption.text-right {
  text-align: right;
}
.splt .sec04-caption.text-center {
  text-align: center;
}
.splt .sec05 {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .splt .sec05 {
    padding-bottom: 70px;
  }
}
.splt .sec05-subtitle {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .splt .sec05-subtitle {
    height: 65px;
  }
}
.splt .sec05-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.splt .sec05-linetitle {
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-block: 25px 15px;
}
@media (min-width: 768px) {
  .splt .sec05-linetitle {
    margin-block: 50px 15px;
  }
}
.splt .sec05-text {
  text-align: center;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
  line-height: 1.5;
}
.splt .sec05-sr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .splt .sec05-sr {
    gap: 30px;
  }
}
.splt .sec05-sr-img {
  padding-block: 15px;
}
.splt .sec05-sr-text {
  font-size: clamp(0.938rem, 0.864rem + 0.33vw, 1.125rem);
  line-height: 1.5;
}
.splt .sec05-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .splt .sec05-flex {
    flex-direction: row;
    margin-top: 40px;
  }
}
.splt .sec05-flex.between {
  justify-content: space-between;
}
.splt .sec05 .blue, .splt .sec05 .gold {
  position: relative;
  padding-left: 20px;
}
.splt .sec05 .blue:before, .splt .sec05 .gold:before {
  content: "";
  width: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  height: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: clamp(0.375rem, 0.326rem + 0.22vw, 0.5rem);
}
.splt .sec05 .blue:before {
  background: #5ac3dc;
}
.splt .sec05 .gold:before {
  background: #a0916e;
}
.splt .sec05-col-img {
  position: relative;
}
.splt .sec05-col-img-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec05-col-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec05-col-title {
  margin-top: 5px;
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
}
.splt .sec05-col-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec05-col-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec05-col-caption_inset.white {
  color: #fff;
}
.splt .sec05-img {
  position: relative;
}
.splt .sec05-img-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec05-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.splt .sec05-img-caption_inset.white {
  color: #fff;
}
.splt .sec05-etc {
  text-align: right;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.splt .sec05-caption {
  margin-top: 40px;
  font-size: 10px;
  color: #666;
}
.splt .sec05-caption.text-right {
  text-align: right;
}
.splt .sec05-caption.text-center {
  text-align: center;
}
.splt .sec06-subtitle {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .splt .sec06-subtitle {
    height: 65px;
  }
}
.splt .sec06-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.splt .sec06-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .splt .sec06-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.splt .sec06-text {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.splt .sec06-caption {
  margin-block: 10px 30px;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .splt .sec06-caption {
    margin-block: 20px 60px;
  }
}
.splt .sec06-caption.text-center {
  text-align: center;
}
.splt .sec06-item {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .splt .sec06-item {
    margin-bottom: 60px;
  }
}
.splt .sec06-item-title {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  font-weight: bold;
}
@media (min-width: 768px) {
  .splt .sec06-item-title {
    margin-top: 20px;
    justify-content: center;
    gap: 25px;
  }
}
.splt .sec06-item-group .sec06-item-title {
  margin-top: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .splt .sec06-item-group .sec06-item-title {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.splt .sec06-item-group .sec06-item-title + .sec06-item-title {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .splt .sec06-item .group-img {
    flex-shrink: 1;
    min-width: 0;
    max-width: 467px;
  }
}
.splt .sec06-item .sec06-img + .sec06-img {
  margin-top: 15px;
}
.splt .sec06-img {
  position: relative;
}
.splt .sec06-img-caption {
  font-size: 10px;
  color: #666;
}
.splt .sec06-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #fff;
}
.splt .sec06-img-caption_bold {
  position: absolute;
  inset: auto auto 10px 10px;
  font-size: clamp(0.813rem, 0.637rem + 0.78vw, 1.125rem);
  font-weight: bold;
  color: #fff;
}
.splt .sec06-link {
  display: flex;
  justify-content: center;
  margin-block: 35px;
}
@media (min-width: 768px) {
  .splt .sec06-link {
    margin-block: 70px;
  }
}
.splt .sec06-link .std-btn {
  border-color: #0073d2;
  color: #0073d2;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=splt.css.map */