.sec-home-mv .b-mv-01 .mv-slide {
  margin-bottom: 0 !important;
}
.sec-home-mv .b-mv-01 .slick-list {
  width: 100%;
  aspect-ratio: 2.8/1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .sec-home-mv .b-mv-01 .slick-list {
    aspect-ratio: 1/0.875;
  }
}
.sec-home-mv .b-mv-01 .slick-track {
  height: 100%;
}
.sec-home-mv .b-mv-01 .mv-fix {
  bottom: 20px;
}
@media screen and (max-width: 960px) {
  .sec-home-mv .b-mv-01 .mv-fix {
    bottom: 32px;
  }
}
.sec-home-mv .b-mv-01 .slick-prev, .sec-home-mv .b-mv-01 .slick-next {
  top: 48%;
}
.sec-home-mv .b-mv-01 .slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 960px) {
  .sec-home-mv .b-mv-01 .slick-dots {
    bottom: 0;
  }
}

.sec-home .sec-home-news {
  padding-top: 80px;
}

.sec-home-about {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .sec-home-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-home-about img {
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  .sec-home-about img {
    margin-bottom: 30px;
  }
}

.sec-home-faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e7f9fb;
}
@media screen and (max-width: 960px) {
  .sec-home-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-home-faq .faqList__inner {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ccdddd;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__inner {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.sec-home-faq .faqList__inner:last-of-type {
  margin-bottom: 0;
}
.sec-home-faq .faqList__inner .faqList__question span {
  width: 100%;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__inner .faqList__question span {
    padding-right: 20px;
  }
}
.sec-home-faq .faqList__inner .faqList__question span::before, .sec-home-faq .faqList__inner .faqList__question span::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #0087c8;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__inner .faqList__question span::before, .sec-home-faq .faqList__inner .faqList__question span::after {
    width: 12px;
  }
}
.sec-home-faq .faqList__inner .faqList__question span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sec-home-faq .faqList__inner.-open .faqList__question span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sec-home-faq .faqList__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #194479;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__question {
    font-size: 16px;
  }
}
.sec-home-faq .faqList__question:hover {
  cursor: pointer;
}
.sec-home-faq .faqList__question::before {
  content: "Q.";
  margin-right: 0.5em;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__question::before {
    font-size: 20px;
  }
}
.sec-home-faq .faqList__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333;
  margin-top: 24px;
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__answer {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.sec-home-faq .faqList__answer::before {
  content: "A.";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .sec-home-faq .faqList__answer::before {
    font-size: 20px;
  }
}
.sec-home-faq .faqList__answer a {
  color: #0087c8;
  text-decoration: underline;
}

.section-page-researches h2 {
  margin-bottom: 30px;
}
.section-page-researches .researches__block {
  margin-top: 60px;
}
.section-page-researches .researches__block h3 {
  margin-bottom: 30px;
}
.section-page-researches .researches__block p.-explanation {
  padding: 0 0 40px;
}

.article-wrap--01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}
.article-wrap--03 img, .article-wrap--04 img, .article-wrap--05 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 2/3;
}
.article-wrap--03 .article-inner .article-title, .article-wrap--05 .article-inner .article-title {
  line-height: 1.6;
}
.article-wrap--03 .article-inner .article-title + *, .article-wrap--05 .article-inner .article-title + * {
  margin-top: 15px !important;
}

.b-article-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.b-article-05 .article-wrap {
  height: auto;
}
.b-article-05 .article-wrap .article-inner {
  height: 100%;
  padding: 15px;
  border: 1px solid #ccdddd;
  border-radius: 10px;
  width: 100%;
}
.b-article-05 .article-wrap .article-inner .article-title {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #0087c8;
}
.b-article-05 .article-wrap .article-inner .article-title > * {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.b-article-05 .article-wrap .article-inner .article-title + * {
  margin-top: 12px;
}
.b-article-05 .article-wrap .article-inner .article-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.b-article-05 .article-wrap .article-inner .article-detail .detail-img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.b-article-05 .article-wrap .article-inner .article-detail .detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-article-05 .article-wrap .article-inner .article-detail .detail-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.b-article-05 .article-wrap .article-inner .article-detail .detail-title .title-main {
  display: block;
  font-size: 1.4rem;
}
.b-article-05 .article-wrap .article-inner .article-detail .detail-title .title-main + * {
  margin-bottom: 10px;
}
.b-article-05 .article-wrap .article-inner .article-detail .detail-title .title-sub {
  display: block;
  font-size: 1.2rem;
  color: #8e8e8e;
}
@media screen and (max-width: 960px) {
  .b-article-05.col5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
.b-article-05.col5 > * {
  width: calc(20% - 16px);
}
@media screen and (max-width: 960px) {
  .b-article-05.col5 > * {
    width: 100%;
    max-width: 285px;
  }
}

.section-interviews-archive .u-cat-01 .tag-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100px;
  min-height: 20px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #c8c8c8;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 135, 200, 0)), to(rgba(0, 135, 200, 0)));
  background: linear-gradient(90deg, rgba(0, 135, 200, 0), rgba(0, 135, 200, 0));
}
.section-interviews-archive .u-cat-01.fs16 .tag-inner {
  max-width: 100%;
  min-height: 30px;
  font-size: 1.5rem;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .section-interviews-archive .u-cat-01.fs16 .tag-inner {
    border-radius: 30px;
    font-size: 1.2rem;
  }
}
.section-interviews-archive .u-cat-01.fs16 .tag-inner.-active, .section-interviews-archive .u-cat-01.fs16 .tag-inner:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0087c8), to(rgba(0, 135, 200, 0)));
  background: linear-gradient(90deg, #0087c8, rgba(0, 135, 200, 0));
  background-color: #4baad8;
  color: #fff;
  border: 1px solid #4baad8;
}
.section-interviews-archive .btn-inner {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section-interviews-archive .btn-inner.orange {
  background-color: #e85032;
  border: 1px solid #e85032;
}
.section-interviews-archive .btn-inner.orange:hover {
  background-color: #fff;
}
.section-interviews-archive .btn-inner::after {
  content: "\f105";
  position: absolute;
  top: 35%;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
}
.section-interviews-archive .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p.pypmypdp {
  display: block;
  width: 80%;
  max-width: 460px;
  margin: 0 auto;
}/*# sourceMappingURL=add2.css.map */