@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.wrap {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .wrap {
    padding-inline: 15px;
  }
}

.inner {
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .inner {
    padding-inline: 15px;
  }
}

main {
  padding-top: 60px;
}
@media (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .anchor {
    padding-top: 130px;
    margin-top: -130px;
  }
}

.sup {
  font-size: max(50%, 10px);
  vertical-align: top;
}

.ssylt {
  color: #000;
  font-feature-settings: "palt";
}
.ssylt .toc {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 90px;
}
.ssylt .toc .hero {
  display: block;
  width: 100%;
  height: auto;
}
.ssylt .toc .title {
  max-width: 684px;
  width: 100%;
  height: auto;
  margin: 50px auto 60px;
}
@media (min-width: 768px) {
  .ssylt .toc .title {
    margin: 100px auto 120px;
  }
}
.ssylt .toc__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .toc__text ul {
  padding-left: 1.5em;
  list-style: disc;
}
.ssylt .toc__text ul li {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .toc__img {
  margin-block: 40px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .toc__img {
    margin-block: 80px;
  }
}
.ssylt .toc-wrap {
  width: 100%;
  margin-top: 20px;
  padding: 16px 0 24px 16px;
  border: 1px solid #c0c0c0;
}
@media (min-width: 768px) {
  .ssylt .toc-wrap {
    margin-top: 40px;
    padding: 32px 0 48px 42px;
  }
}
.ssylt .toc-wrap__title {
  padding-left: 10px;
  font-size: clamp(1rem, 0.933rem + 0.3vw, 1.188rem);
  border-left: 10px solid #81bcc2;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .ssylt .toc-wrap__title {
    padding-left: 20px;
  }
}
.ssylt .toc-wrap__lists {
  padding: 16px 0 0 0;
}
@media (min-width: 768px) {
  .ssylt .toc-wrap__lists {
    padding: 18px 0 0 20px;
  }
}
.ssylt .toc-wrap__list {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ssylt .toc-wrap__list:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ssylt .toc-wrap__list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ssylt .toc-wrap__list a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.ssylt .toc-wrap__list a:hover {
  color: #81bcc2;
}
.ssylt .toc-wrap__caption {
  margin-block: 10px 20px;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .ssylt .toc-wrap__caption {
    margin-block: 10px 40px;
  }
}
.ssylt {
  /* ~.toc */
}
.ssylt .sec01 {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 120px;
}
.ssylt .sec01__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec01__title {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.ssylt .sec01__title-number {
  color: #81bcc2;
  font-size: clamp(1.688rem, 1.084rem + 2.68vw, 3.375rem);
  letter-spacing: 0.05em;
}
.ssylt .sec01__title-text {
  color: #81bcc2;
  font-size: clamp(1rem, 0.776rem + 0.99vw, 1.625rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ssylt .sec01__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec01__text ul {
  padding-left: 1.5em;
  list-style: disc;
}
.ssylt .sec01__text ul li {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec01__img-01 {
  margin: 50px auto 25px;
  max-width: 654px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .sec01__img-01 {
    margin: 100px auto 50px;
  }
}
.ssylt .sec01__img-02 {
  position: relative;
  margin-block: 60px 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .sec01__img-02 {
    margin-block: 120px 75px;
  }
}
.ssylt .sec01__img-02 .caption {
  position: absolute;
  inset: auto 5px 5px auto;
  color: #fff;
}
.ssylt .sec01__img-03 {
  margin: 25px auto 35px;
  text-align: center;
  max-width: 390px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .sec01__img-03 {
    margin: 50px auto 70px;
  }
}
.ssylt .sec01__img-03 a {
  display: block;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .ssylt .sec01__img-03 a:hover {
    opacity: 0.6;
    scale: 1.1;
  }
}
.ssylt .sec01__caption-01 {
  margin-block: 25px;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .ssylt .sec01__caption-01 {
    margin-block: 50px;
  }
}
.ssylt .sec01__subtitle-01 {
  margin-bottom: 15px;
  padding: 0.5em 1em;
  color: #fff;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  letter-spacing: 0.05em;
  background-color: #15365f;
  border-bottom: 5px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec01__subtitle-01 {
    margin-bottom: 30px;
  }
}
.ssylt .sec01__subtitle-02 {
  margin-block: 50px 20px;
  padding: 0.5em 1em;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  letter-spacing: 0.05em;
  background-color: #15365f;
  border-bottom: 5px solid #81bcc2;
  color: #fff;
}
@media (min-width: 768px) {
  .ssylt .sec01__subtitle-02 {
    margin-block: 100px 40px;
  }
}
.ssylt .sec01 .talk-01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 20px 15px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec01 .talk-01 {
    margin-block: 40px 30px;
    padding: 28px;
  }
}
.ssylt .sec01 .talk-02 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-block: 35px 150px;
  padding: 14px 14px 28px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec01 .talk-02 {
    margin-block: 70px 100px;
    padding: 28px 80px 28px 28px;
  }
}
.ssylt .sec01 .talk-02 .icon {
  position: absolute;
  inset: auto 5px -115px auto;
}
@media (min-width: 768px) {
  .ssylt .sec01 .talk-02 .icon {
    inset: auto 5px -70px auto;
  }
}
.ssylt {
  /* ~.sec01 */
}
.ssylt .sec02 {
  margin-bottom: 40px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .ssylt .sec02 {
    margin-bottom: 80px;
  }
}
.ssylt .sec02__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec02__title {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.ssylt .sec02__title-number {
  color: #81bcc2;
  font-size: clamp(1.688rem, 1.084rem + 2.68vw, 3.375rem);
  letter-spacing: 0.05em;
}
.ssylt .sec02__title-text {
  color: #81bcc2;
  font-size: clamp(1rem, 0.776rem + 0.99vw, 1.625rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .ssylt .sec02__title-text {
    line-height: 1.8;
  }
}
.ssylt .sec02__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec02__img-01 {
  margin-block: 20px 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .sec02__img-01 {
    margin-block: 35px 60px;
  }
}
.ssylt .sec02__img-02 {
  margin-block: 40px 15px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .ssylt .sec02__img-02 {
    margin-block: 80px 30px;
  }
}
.ssylt .sec02__img-03 {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .ssylt .sec02__img-03 {
    margin-bottom: 45px;
  }
}
.ssylt .sec02__img-04 {
  width: 100%;
  height: auto;
  text-align: center;
}
.ssylt .sec02__img-05 {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.ssylt .sec02__img-05 .caption {
  position: absolute;
  inset: auto 0 0 auto;
  font-size: 10px;
  color: #666;
}
.ssylt .sec02__img-06 {
  margin-bottom: 55px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .ssylt .sec02__img-06 {
    margin-bottom: 110px;
  }
}
.ssylt .sec02__img-07 {
  position: relative;
  width: 100%;
  height: auto;
}
.ssylt .sec02__img-07 .icon {
  position: absolute;
  inset: -40px 0 auto auto;
}
.ssylt .sec02__img-07 .img {
  margin-bottom: 15px;
}
.ssylt .sec02__img-07 .text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.ssylt .sec02__img-08 {
  width: 100%;
  height: auto;
}
.ssylt .sec02__img-08 .img {
  position: relative;
  margin-bottom: 15px;
}
.ssylt .sec02__img-08 .text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.ssylt .sec02__img-08 .caption {
  margin-top: 10px;
  font-size: 10px;
  color: #666;
}
.ssylt .sec02__img-08 .caption-inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #fff;
}
.ssylt .sec02__img-09 {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ssylt .sec02__img-09 {
    margin-bottom: 30px;
  }
}
.ssylt .sec02__img-09 .caption {
  text-align: right;
}
.ssylt .sec02__flex-01 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-block: 45px 40px;
}
@media (min-width: 768px) {
  .ssylt .sec02__flex-01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-block: 90px 80px;
  }
}
.ssylt .sec02__flex-01 .img {
  display: block;
}
@media (min-width: 768px) {
  .ssylt .sec02__flex-01 .img {
    width: min(44.27vw, 436px);
  }
}
@media (min-width: 768px) {
  .ssylt .sec02__flex-01 .text {
    flex: 1;
  }
}
.ssylt .sec02__flex-02 {
  display: flex;
  flex-direction: column;
  gap: 4.9vw;
  margin-block: 60px 35px;
}
@media (min-width: 768px) {
  .ssylt .sec02__flex-02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-block: 70px;
  }
}
.ssylt .sec02__flex-03 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-block: 25px 50px;
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .ssylt .sec02__flex-03 {
    margin-block: 50px 100px;
  }
}
.ssylt .sec02__flex-04 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .ssylt .sec02__flex-04 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.ssylt .sec02 .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .ssylt .sec02 .title-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
  }
}
.ssylt .sec02 .title-box img {
  width: 146px;
  height: auto;
}
.ssylt .sec02 .title-box .caption {
  flex: 1;
  margin-top: 10px;
  font-size: 10px;
  color: #666;
}
.ssylt .sec02 .item-box {
  padding: 15px;
  background-color: #d0d7df;
}
.ssylt .sec02 .item-box img {
  width: 253px;
  height: auto;
}
.ssylt .sec02 .item-box .text {
  flex: 1;
  font-size: clamp(0.75rem, 0.705rem + 0.2vw, 0.875rem);
  font-weight: 600;
  color: #15365f;
  line-height: 1.5;
}
.ssylt .sec02 .item-box .caption {
  margin-top: 15px;
  font-size: 10px;
  color: #666;
  line-height: 1.3;
}
.ssylt .sec02__caption-01 {
  margin-top: 30px;
  font-size: 10px;
  color: #666;
}
.ssylt .sec02__caption-02 {
  margin-block: 15px 30px;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .ssylt .sec02__caption-02 {
    margin-block: 30px 60px;
  }
}
.ssylt .sec02__caption-03 {
  margin-block: 15px 40px;
  font-size: 10px;
  color: #666;
}
.ssylt .sec02__subtitle-01 {
  margin-bottom: 20px;
  padding: 0.5em 1em;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  letter-spacing: 0.05em;
  background-color: #15365f;
  border-bottom: 5px solid #81bcc2;
  color: #fff;
}
@media (min-width: 768px) {
  .ssylt .sec02__subtitle-01 {
    margin-bottom: 30px;
  }
}
.ssylt .sec02__subtitle-02 {
  margin-bottom: 20px;
  padding: 0.5em 1em;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  letter-spacing: 0.05em;
  background-color: #15365f;
  border-bottom: 5px solid #81bcc2;
  color: #fff;
}
@media (min-width: 768px) {
  .ssylt .sec02__subtitle-02 {
    margin-bottom: 40px;
  }
}
.ssylt .sec02__pickup-01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 0.5em 1em;
  font-size: clamp(0.938rem, 0.893rem + 0.2vw, 1.063rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec02__pickup-01 {
    margin-bottom: 40px;
  }
}
.ssylt .sec02__pickup-02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding: 0.5em 1em;
  font-size: clamp(0.938rem, 0.893rem + 0.2vw, 1.063rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #81bcc2;
}
.ssylt .sec02__lead-01 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
}
.ssylt .sec02__smart-container {
  background-color: #5bb9d0;
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  position: relative;
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .ssylt .sec02__smart-container {
    margin: 0 auto 20px;
  }
}
.ssylt .sec02__smart-container .header-area {
  width: 80%;
  text-align: center;
  margin: 0 auto 10px;
}
.ssylt .sec02__smart-container .divider {
  height: 1px;
  background-color: #fff;
  opacity: 0.7;
  margin-bottom: 10px;
}
.ssylt .sec02__smart-container .sub-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
.ssylt .sec02__smart-container .cards-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ssylt .sec02__smart-container .cards-area {
    flex-direction: row;
  }
}
.ssylt .sec02__smart-container .card {
  background-color: #fff;
  color: #5bb9d0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ssylt .sec02__smart-container .card {
    width: 50%;
  }
}
.ssylt .sec02__smart-container .card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.ssylt .sec02__smart-container .caption {
  font-size: 10px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}
.ssylt .sec02__smart-container::after {
  content: "";
  position: absolute;
  bottom: -48px;
  right: 170px;
  width: 50px;
  height: 50px;
  clip-path: polygon(0 100%, 16% 0, 100% 0);
  background-color: #5bb9d0;
}
.ssylt .sec02__resilience-container {
  background-color: #99896d;
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin: 60px auto 50px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  position: relative;
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .ssylt .sec02__resilience-container {
    margin: 40px auto 100px;
  }
}
.ssylt .sec02__resilience-container .header-area {
  text-align: center;
  margin: 0 20px 10px;
}
.ssylt .sec02__resilience-container .divider {
  height: 1px;
  background-color: #fff;
  opacity: 0.7;
  margin-bottom: 10px;
}
.ssylt .sec02__resilience-container .sub-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
.ssylt .sec02__resilience-container .cards-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}
.ssylt .sec02__resilience-container .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #99896d;
  background-color: #fff;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ssylt .sec02__resilience-container .card {
    padding: 15px 35px;
  }
}
.ssylt .sec02__resilience-container .card p {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.ssylt .sec02__resilience-container .card p .black {
  color: #595757;
}
.ssylt .sec02__resilience-container .card p .small {
  color: #595757;
  font-size: 10px;
}
.ssylt .sec02__resilience-container .card img {
  display: block;
  width: 33%;
}
.ssylt .sec02__resilience-container::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 200px;
  width: 50px;
  height: 50px;
  clip-path: polygon(100% 0, 0 100%, 84% 100%);
  background-color: #99896d;
}
.ssylt .sec02 .talk-03 {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 20px 30px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec02 .talk-03 {
    margin-block: 45px 65px;
    padding: 28px;
  }
}
.ssylt .sec02 .talk-04 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec02 .talk-04 {
    margin-bottom: 60px;
    padding: 28px;
  }
}
.ssylt .sec02 .talk-05 {
  margin-bottom: 15px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec02 .talk-05 {
    margin-bottom: 30px;
    padding: 28px;
  }
}
.ssylt .sec02 .talk-06 {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 30px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec02 .talk-06 {
    margin-block: 60px;
    padding: 28px;
  }
}
.ssylt .sec02 .talk-07 {
  margin-block: 25px 20px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec02 .talk-07 {
    margin-block: 50px 40px;
    padding: 28px;
  }
}
.ssylt .sec02 .talk-08 {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 20px 30px 40px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec02 .talk-08 {
    margin-block: 40px 60px;
    padding: 28px;
  }
}
.ssylt {
  /* ~.sec02 */
}
.ssylt .sec03 {
  margin-bottom: 40px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .ssylt .sec03 {
    margin-bottom: 80px;
  }
}
.ssylt .sec03__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec03__title {
    margin-bottom: 22px;
    gap: 20px;
  }
}
.ssylt .sec03__title-number {
  color: #81bcc2;
  font-size: clamp(1.688rem, 1.084rem + 2.68vw, 3.375rem);
  letter-spacing: 0.05em;
}
.ssylt .sec03__title-text {
  color: #81bcc2;
  font-size: clamp(1rem, 0.776rem + 0.99vw, 1.625rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.ssylt .sec03__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec03__img-01 {
  position: relative;
  max-width: 760px;
  width: 100%;
  height: auto;
}
.ssylt .sec03__img-01 .text {
  position: absolute;
  inset: auto auto -2.5em 0;
  font-size: 12px;
  color: #000;
}
.ssylt .sec03__img-01 .caption {
  position: absolute;
  inset: auto auto 5px 5px;
  font-size: 10px;
  color: #fff;
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-stroke: 2px #333;
  text-stroke: 2px #333;
  paint-order: stroke;
}
.ssylt .sec03__flex-01 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .ssylt .sec03__flex-01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin-bottom: 70px;
  }
}
.ssylt .sec03__flex-01 .img {
  display: block;
}
@media (min-width: 768px) {
  .ssylt .sec03__flex-01 .img {
    width: 415px;
  }
}
.ssylt .sec03__flex-01 .img .caption {
  font-size: 12px;
  color: #000;
}
.ssylt .sec03__flex-01 .text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .ssylt .sec03__flex-01 .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ssylt .sec03__flex-02 {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ssylt .sec03__flex-02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin-bottom: 100px;
  }
}
.ssylt .sec03__flex-02 .text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .ssylt .sec03__flex-02 .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ssylt .sec03__flex-02 .img {
  display: block;
}
@media (min-width: 768px) {
  .ssylt .sec03__flex-02 .img {
    width: 415px;
  }
}
.ssylt .sec03__flex-02 .img .caption {
  font-size: 12px;
  color: #000;
}
.ssylt .sec03__caption-01 {
  margin-top: 30px;
  font-size: 10px;
  color: #666;
}
.ssylt .sec03__subtitle-01 {
  margin-bottom: 30px;
  color: #81bcc2;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  letter-spacing: 0.05em;
}
.ssylt .sec03__check {
  position: relative;
  margin: 30px auto 20px 15px;
  padding: 14px;
  border: 1px solid #81bcc2;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ssylt .sec03__check {
    margin: 60px auto 40px 30px;
    padding: 28px;
  }
}
.ssylt .sec03__check::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #81bcc2;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
}
.ssylt .sec03__check .icon {
  position: absolute;
  top: -35px;
  left: -25px;
  width: 100px;
  height: auto;
  transform: rotate(-12deg);
  transform-origin: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .ssylt .sec03__check .icon {
    top: -70px;
    left: -30px;
    width: 180px;
  }
}
.ssylt .sec03__check .text {
  margin: 0;
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  font-weight: 600;
  line-height: 1.75;
  color: #81bcc2;
}
.ssylt .sec03 .talk-09 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  padding: 14px;
}
@media (min-width: 768px) {
  .ssylt .sec03 .talk-09 {
    padding: 28px;
  }
}
.ssylt .sec03 .talk-10 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec03 .talk-10 {
    margin-bottom: 100px;
    padding: 28px;
  }
}
.ssylt .sec03 .talk-11 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec03 .talk-11 {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 60px;
    padding: 28px;
    transform: translateY(-40px);
  }
}
.ssylt .sec03 .talk-11 .caption {
  font-size: 10px;
  color: #666;
}
.ssylt {
  /* ~.sec03 */
}
.ssylt .sec04 {
  margin-bottom: 40px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .ssylt .sec04 {
    margin-bottom: 80px;
  }
}
.ssylt .sec04__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec04__title {
    margin-bottom: 45px;
    gap: 20px;
  }
}
.ssylt .sec04__title-number {
  color: #81bcc2;
  font-size: clamp(1.688rem, 1.084rem + 2.68vw, 3.375rem);
  letter-spacing: 0.05em;
}
.ssylt .sec04__title-text {
  color: #81bcc2;
  font-size: clamp(1rem, 0.776rem + 0.99vw, 1.625rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ssylt .sec04__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec04__img-01 {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .sec04__img-01 {
    margin-top: 60px;
  }
}
.ssylt .sec04 .talk-12 {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 30px 35px;
  padding: 14px;
  background-color: #e1eeee;
}
@media (min-width: 768px) {
  .ssylt .sec04 .talk-12 {
    margin-block: 60px 70px;
    padding: 28px;
  }
}
.ssylt {
  /* ~.sec04 */
}
.ssylt .sec05 {
  margin-bottom: 40px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .ssylt .sec05 {
    margin-bottom: 80px;
  }
}
.ssylt .sec05__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec05__title {
    margin-bottom: 45px;
    gap: 20px;
  }
}
.ssylt .sec05__title-number {
  color: #81bcc2;
  font-size: clamp(1.688rem, 1.084rem + 2.68vw, 3.375rem);
  letter-spacing: 0.05em;
}
.ssylt .sec05__title-text {
  color: #81bcc2;
  font-size: clamp(1rem, 0.776rem + 0.99vw, 1.625rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ssylt .sec05__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec05__img-01 {
  margin-block: 15px 50px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ssylt .sec05__img-01 {
    margin-block: 30px 100px;
  }
}
.ssylt .sec05__img-02 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.ssylt .sec05__check {
  position: relative;
  margin: 0 auto 40px 15px;
  padding: 14px;
  border: 1px solid #81bcc2;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .ssylt .sec05__check {
    margin: 0 auto 80px 30px;
    padding: 28px;
  }
}
.ssylt .sec05__check::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #81bcc2;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
}
.ssylt .sec05__check .icon {
  position: absolute;
  top: -35px;
  left: -20px;
  width: 100px;
  height: auto;
  transform: rotate(-12deg);
  transform-origin: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .ssylt .sec05__check .icon {
    top: -70px;
    left: -30px;
    width: 180px;
  }
}
.ssylt .sec05__check .text {
  margin: 0;
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  font-weight: 600;
  line-height: 1.75;
  color: #81bcc2;
}
.ssylt .sec05__subtitle-01 {
  margin-bottom: 25px;
  padding: 0.5em 1em;
  color: #fff;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #15365f;
  border-bottom: 5px solid #81bcc2;
}
@media (min-width: 768px) {
  .ssylt .sec05__subtitle-01 {
    margin-bottom: 45px;
  }
}
.ssylt .sec05__caption {
  margin-block: 30px 40px;
  text-align: center;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .ssylt .sec05__caption {
    margin-block: 60px 80px;
  }
}
.ssylt {
  /* ~.sec05 */
}
.ssylt .sec06 {
  background-color: #fff5e6;
  padding-block: 25px 45px;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .ssylt .sec06 {
    padding-block: 55px 90px;
  }
}
.ssylt .sec06__text {
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.ssylt .sec06__text.center {
  text-align: center;
}
.ssylt .sec06__img-01 {
  position: relative;
  margin-block: 15px 25px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .ssylt .sec06__img-01 {
    margin-block: 30px 55px;
  }
}
.ssylt .sec06__img-02 {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ssylt .sec06__img-02 {
    width: 80%;
    margin-inline: auto;
  }
}
.ssylt .sec06__img-03 {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ssylt .sec06__img-03 {
    width: 80%;
    margin-inline: auto;
  }
}
.ssylt .sec06__img-04 {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ssylt .sec06__img-04 {
    width: 80%;
    margin-inline: auto;
  }
}
.ssylt .sec06__img-05 {
  position: relative;
}
.ssylt .sec06__img-05 .caption-inset {
  position: absolute;
  inset: auto 10px 10px auto;
  font-size: 10px;
  color: #666;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.ssylt .sec06__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .ssylt .sec06__flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }
}
.ssylt .sec06__flex .img {
  display: block;
}
.ssylt .sec06__flex .text {
  margin-top: 1em;
  text-align: left;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .ssylt .sec06__flex .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }
}
.ssylt .sec06__photo {
  position: relative;
  margin: 70px auto 50px;
  padding: 10px;
  max-width: 800px;
  background-color: #81bcc2;
  border-radius: 6px;
}
.ssylt .sec06__photo .hukidashi {
  position: absolute;
  inset: -2.66vw 3px auto auto;
  width: clamp(8.125rem, 4.323rem + 16.9vw, 18.75rem);
  height: auto;
}
.ssylt .sec06__photo .chara-01 {
  position: absolute;
  inset: auto auto -15px -15px;
  width: 100px;
  height: auto;
}
.ssylt .sec06__photo .chara-02 {
  position: absolute;
  inset: auto -15px -15px auto;
  width: 75px;
  height: auto;
}
.ssylt .sec06__photo .title {
  padding-bottom: 10px;
  text-align: center;
  font-size: clamp(1.125rem, 1.058rem + 0.3vw, 1.313rem);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .ssylt .sec06__photo .title {
    padding-right: 30px;
  }
}
.ssylt .sec06__photo .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .ssylt .sec06__photo .row {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .ssylt .sec06__photo .row img {
    width: 49.5%;
  }
}
.ssylt .sec06__photo .caption {
  padding: 5px 50px 0 0;
  font-size: 10px;
  color: #fff;
  text-align: right;
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.ssylt {
  /* ~.sec06 */
}
.ssylt .link-container {
  padding-block: 35px;
  background-color: #fff;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .ssylt .link-container {
    padding-block: 70px;
  }
}
.ssylt .link-container__text {
  text-align: center;
  font-size: clamp(1.125rem, 1.013rem + 0.5vw, 1.438rem);
  line-height: 1.75;
}
.ssylt .link-container__text a {
  display: inline-block;
  color: #0080cb;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
  padding-inline: 0.2em;
  transition: all 0.3s ease-in-out;
}
.ssylt .link-container__text a:hover {
  color: #15365f;
}
.ssylt .link-container__text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.ssylt .link-container__text a:hover::after {
  transform: scaleX(0);
}
.ssylt {
  /* ~.link-container */
}/*# sourceMappingURL=ssylt-ave.css.map */