/*------------------------
  Slider
------------------------*/
.splide .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.splide .splide__slide img.is-absolute {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: clamp(600px, 50%, 900px);
  height: auto;
  object-fit: auto;
}
.splide .splide__pagination {
  bottom: 2.5vw;
}
.splide .splide__pagination__page {
  opacity: 1;
  width: 1vw;
  height: 1vw;
  margin: 0 0.833vw;
  background-color: #656565;
}
.splide .splide__pagination__page.is-active {
  transform: scale(1);
}

@media screen and (min-width: 1366px) {
  .splide .splide__pagination {
    bottom: 30px;
  }
  .splide .splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .splide .splide__slide img.is-absolute {
    width: 81%;
  }
  .splide .splide__pagination {
    bottom: 10px;
  }
  .splide .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
/*------------------------
  Banner
------------------------*/
.banner-cont {
  padding: 40px 0;
  padding: 3.33vw 0;
}
.banner-cont .banner-wrap {
  margin: 0 auto;
}
.banner-cont .banner-wrap a {
  display: block;
  background-color: #52BCDE;
  background-image: url(../images/top/banner01.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-cont .banner-wrap a img {
  width: 100%;
}
.banner-cont .banner-wrap a:hover {
  background-color: #29B3D3;
}
.banner-cont .banner-wrap._02 a {
  background-color: transparent;
  background-image: url(../images/top/banner02.svg), url(../images/top/banner02-bg.jpg);
}
.banner-cont .banner-wrap._02 a:hover {
  background-image: url(../images/top/banner02.svg), url(../images/top/banner02-bg-hover.jpg);
}
.banner-cont .ly-row {
  justify-content: space-between;
}
.banner-cont .ly-row .col2 {
  width: 49%;
}

@media screen and (min-width: 1366px) {
  .banner-cont {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-cont {
    padding: 20px 0;
  }
  .banner-cont .banner-wrap {
    width: 100%;
    max-width: 320px;
  }
}
/*------------------------
  About
------------------------*/
.about-sect .ly-row {
  margin: -25px;
  margin: -2.083vw;
  background-image: url(../images/common/logo-mark.svg);
  background-repeat: no-repeat;
  background-size: 215px auto;
  background-size: 17.917vw auto;
  background-position: left 42% bottom 0;
}
.about-sect .ly-row .col2 {
  padding: 25px;
  padding: 2.083vw;
}
.about-sect .ly-row .col2 p {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.417vw;
  line-height: 2.2;
}
.about-sect .ly-row .col2 p + p {
  margin-top: 1.667vw;
}
.about-sect .ly-row .content-title {
  font-size: 32px;
  font-size: 2.667vw;
}
.about-sect .ly-row .content-title img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.02em;
  width: 410px;
  width: 34.167vw;
}
.about-sect .ly-row .en-title {
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 1366px) {
  .about-sect .ly-row {
    margin: -25px;
    background-size: 200px auto;
    background-position: left 42% bottom 0;
  }
  .about-sect .ly-row .col2 {
    padding: 25px;
  }
  .about-sect .ly-row .col2 p {
    font-size: 17px;
  }
  .about-sect .ly-row .col2 p + p {
    margin-top: 20px;
  }
  .about-sect .ly-row .content-title {
    font-size: 32px;
  }
  .about-sect .ly-row .content-title img {
    width: 410px;
  }
  .about-sect .ly-row .en-title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .about-sect {
    background-image: url(../images/common/logo-mark.svg);
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: right 20px top 20px;
  }
  .about-sect .ly-row {
    margin: 0;
    background: none;
  }
  .about-sect .ly-row .col2 {
    padding: 0;
  }
  .about-sect .ly-row .col2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
  }
  .about-sect .ly-row .col2 p + p {
    margin-top: 15px;
  }
  .about-sect .ly-row .content-title {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .about-sect .ly-row .content-title img {
    width: 260px;
  }
  .about-sect .ly-row .en-title {
    margin-bottom: 20px;
  }
}
/*------------------------
  Problem
------------------------*/
.problem-sect {
  background-image: url(../images/common/bg-dot.svg), url(../images/top/bg-problem.jpg);
  background-repeat: repeat, no-repeat;
  background-size: auto auto, cover;
  background-position: center;
}
.problem-sect .ly-row {
  margin: -25px;
  margin: -2.083vw;
}
.problem-sect .ly-row .col2 {
  padding: 25px;
  padding: 2.083vw;
}
.problem-sect .ly-row .col2:nth-child(1) {
  padding-right: 60px;
  padding-right: 5vw;
  position: relative;
}
.problem-sect .ly-row .col2:nth-child(1) .icon {
  position: absolute;
  width: 130px;
  width: 10.833vw;
  right: -10px;
  top: 30px;
  right: -0.833vw;
  top: 2.5vw;
}
.problem-sect .ly-row .col2 ul {
  margin-bottom: -1.667vw;
}
.problem-sect .ly-row .col2 ul li {
  font-size: 24px;
  font-size: 2vw;
  font-weight: 700;
  padding: 15px 40px;
  margin-bottom: 1.667vw;
  padding: 1.25vw 3.333vw;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 0 1.667vw 1.667vw 1.667vw;
}

@media screen and (min-width: 1366px) {
  .problem-sect .ly-row {
    margin: -25px;
  }
  .problem-sect .ly-row .col2 {
    padding: 25px;
  }
  .problem-sect .ly-row .col2:nth-child(1) {
    padding-right: 60px;
  }
  .problem-sect .ly-row .col2:nth-child(1) .icon {
    width: 130px;
    right: -10px;
    top: 30px;
  }
  .problem-sect .ly-row .col2 ul {
    margin-bottom: -20px;
  }
  .problem-sect .ly-row .col2 ul li {
    font-size: 24px;
    padding: 15px 40px;
    margin-bottom: 20px;
    border-radius: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .problem-sect .en-title {
    text-align: center;
  }
  .problem-sect .ly-row {
    margin: -15px auto;
    flex-direction: column;
    justify-content: center;
    max-width: 320px;
  }
  .problem-sect .ly-row .border-title {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .problem-sect .ly-row .col2 {
    max-width: 350px;
    padding: 15px 0;
  }
  .problem-sect .ly-row .col2:nth-child(1) {
    padding-right: 0;
  }
  .problem-sect .ly-row .col2:nth-child(1) .icon {
    width: 70px;
    right: auto;
    left: -20px;
    top: 110px;
  }
  .problem-sect .ly-row .col2 ul {
    margin: 0 auto -10px;
    max-width: 320px;
    width: 100%;
  }
  .problem-sect .ly-row .col2 ul li {
    font-size: 16px;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0 10px 10px 10px;
  }
}
/*------------------------
  Feature
------------------------*/
.feature-sect {
  background-color: #FFA822;
  background-image: url(../images/top/bg-feature.svg), url(../images/common/bg-dot-wh.svg);
  background-repeat: no-repeat, repeat;
  background-position: right top, center center;
  background-size: 35% auto, auto auto;
  color: #FFF;
}
.feature-sect h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 33px;
  font-size: 2.75vw;
  font-weight: 700;
  line-height: 1;
}
.feature-sect h2 img {
  margin-right: 0.02em;
  width: 410px;
  width: 34.167vw;
}
.feature-sect p {
  max-width: 980px;
  margin: 3.333vw auto 5vw;
  font-size: 18px;
  font-size: 1.5vw;
  font-weight: 700;
  text-align: center;
}
.feature-sect .gallery figure {
  overflow: hidden;
  position: relative;
}
.feature-sect .gallery figure::before {
  content: "";
  padding-bottom: 65.9340659341%;
  display: block;
}
.feature-sect .gallery figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1366px) {
  .feature-sect h2 {
    font-size: 33px;
  }
  .feature-sect h2 img {
    width: 410px;
  }
  .feature-sect p {
    margin: 40px auto 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .feature-sect {
    background-size: 40% auto, auto auto;
    color: #FFF;
  }
  .feature-sect h2 {
    font-size: 20px;
  }
  .feature-sect h2 img {
    width: 240px;
  }
  .feature-sect p {
    width: 100%;
    margin: 30px auto 50px;
    font-size: 16px;
    font-weight: 400;
  }
  .feature-sect .gallery figure.col3 {
    width: 33.333%;
  }
  .feature-sect .gallery figure::before {
    padding-bottom: 100%;
  }
  .feature-sect .gallery figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 520px) {
  .feature-sect p {
    text-align: left;
  }
}
/*------------------------
  News
------------------------*/
.news-archive .ly-row {
  justify-content: space-between;
}
.news-archive .ly-row .col2 {
  width: calc(50% - 2.5vw);
  position: relative;
}
.news-archive .ly-row .col2 .link-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.news-archive .ly-row .col2 .link-btn a {
  color: #28292B;
  text-decoration: underline;
  font-size: 13px;
  font-size: 1.083vw;
}
.news-archive .ly-row .col2 .link-btn a:hover {
  color: #FFA822;
}

.entry-box {
  border-bottom: 1px solid #E6E6E6;
}
.entry-box a {
  display: grid;
  width: 100%;
  grid-template-columns: 0.5fr 4fr;
  align-items: center;
  padding: 1.25vw 0;
}
.entry-box a time {
  margin-right: 2em;
  color: #67696C;
  font-size: 13px;
  font-size: 1.083vw;
}
.entry-box a:hover h3 {
  color: #FFA822;
}
.entry-box a h3 {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.333vw;
  line-height: 1.8;
}

@media screen and (min-width: 1366px) {
  .news-archive .ly-row .col2 {
    width: calc(50% - 30px);
  }
  .news-archive .ly-row .col2 .link-btn a {
    font-size: 13px;
  }
  .entry-box a {
    padding: 15px 0;
  }
  .entry-box a time {
    font-size: 13px;
  }
  .entry-box a h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-archive .ly-row .col2 {
    width: 100%;
  }
  .news-archive .ly-row .col2 + .col2 {
    margin-top: 50px;
  }
  .news-archive .ly-row .col2 .link-btn {
    position: relative;
    top: auto;
    right: auto;
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0;
  }
  .news-archive .ly-row .col2 .link-btn a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    background-color: #FFA822;
    color: #FFF;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;
  }
  .news-archive .ly-row .col2 .link-btn a:hover {
    background-color: #F59500;
    color: #FFF;
  }
  .entry-box {
    border-bottom: 1px solid #E6E6E6;
  }
  .entry-box a {
    grid-template-columns: auto;
    padding: 15px 0;
  }
  .entry-box a time, .entry-box a h3 {
    width: 100%;
  }
  .entry-box a time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .entry-box a h3 {
    font-size: 16px;
  }
}