@charset "UTF-8";
/* ================================
  home.css
========================================== */
/* common
========================================== */
.inner {
  width: calc(100% - 2.768vw);
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 5vw);
  }
}
/* .sec__heading-home
----------------------------------------- */
.sec__heading-home .en {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: .03em;
  color: #e83828;
}
.sec__heading-home .jp {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #454645;
}
/* .sec__heading_box.-link
----------------------------------------- */
.sec__heading_box.-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sec__heading_box.-link a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec__heading-home .en {
    margin-bottom: 12px;
    font-size: 36px;
  }
  .sec__heading-home .jp {
    font-size: 16px;
  }
  /* .sec__heading_box.-link
  ----------------------------------------- */
  .sec__heading_box.-link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .sec__heading_box.-link a {
    font-weight: 700;
    font-size: 16px;
  }
}

/* .sec sec__fv-home
=============================================== */
.sec__fv-home {
  width: calc(100% - 40px);
}
.sec__fv-home .fv__top {
  position: relative;
  top: 112px;
  height: 880px;
  height: 100vh;
  height: calc(100svh - 134px);
  margin: 0 auto 136px;
  background: #000;
  border-radius: 20px;
}
.sec__fv-home .fv__video {
  position: relative;
  width: 100%;
  height: 880px;
  height: calc(100svh - 134px);
  border-radius: 20px;
  overflow: hidden;
}
.sec__fv-home .fv__video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.31);
  border-radius: 20px;
}
.sec__fv-home .fv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec__fv-home .fv__heading_box {
  position: absolute;
  top: 28%;
  left: 5%;
  z-index: 9;
}
.sec__fv-home .fv__heading_box .fv__heading {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
}
.sec__fv-home .fv__heading_box .fv__read {
  display: block;
  margin-top: 24px;
  font-weight: 700;
  font-size: clamp(24px, 2.364vw, 26px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec__fv-home {
    width: 96%;
  }
  .sec__fv-home .fv__top {
    position: relative;
    top: 78px;
    height: calc(100svh - 84px);
    margin: 0 auto 90px;
    border-radius: 10px;
  }
  .sec__fv-home .fv__video {
    width: 100%;
    height: calc(100svh - 84px);
    border-radius: 10px;
    overflow: hidden;
  }
  .sec__fv-home .fv__video::after {
    border-radius: 10px;
  }
  .sec__fv-home .fv__heading_box {
    position: absolute;
    top: 31%;
    left: 13%;
  }
  .sec__fv-home .fv__heading_box .fv__heading {
    font-family: var(--udp-gothic);
    font-size: 32px;
  }
  .sec__fv-home .fv__heading_box .fv__read {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* .sec__fv-home .fv__imgbox
----------------------------------------- */
.sec__fv-home .fv__imgbox {
  position: relative;
  height: 53.889vw;
}
.sec__fv-home .fv__imgbox .top_01 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
.sec__fv-home .fv__imgbox .top_01 img {
  width: 48.333vw;
  height: 28.889vw;
}
.sec__fv-home .fv__imgbox .top_02 {
  position: absolute;
  bottom: 0;
  right: 32vw;
  border-radius: 20px;
  overflow: hidden;
}
.sec__fv-home .fv__imgbox .top_02 img {
  width: 24.028vw;
  height: 23.333vw;
}
.sec__fv-home .fv__imgbox .top_03 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  overflow: hidden;
}
.sec__fv-home .fv__imgbox .top_03 img {
  width: 30.486vw;
  height: 42.778vw;
}
@media screen and (max-width: 768px) {
  .sec__fv-home .fv__imgbox {
    position: relative;
    height: 124vw;
  }
  .sec__fv-home .fv__imgbox .top_01 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
  }
  .sec__fv-home .fv__imgbox .top_01 img {
    width: 82.133vw;
    height: 49.067vw;
  }
  .sec__fv-home .fv__imgbox .top_02 {
    position: absolute;
    bottom: 0;
    right: unset;
    left: 0;
    border-radius: 10px;
  }
  .sec__fv-home .fv__imgbox .top_02 img {
    width: 41.867vw;
    height: 40.8vw;
  }
  .sec__fv-home .fv__imgbox .top_03 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
  }
  .sec__fv-home .fv__imgbox .top_03 img {
    width: 51.733vw;
    height: 72.8vw;
  }
}

/* .sec sec__about-home
========================================== */
.sec__about-home {
  width: calc(100% - 8vw);
  padding: 136px 0 90px;
}
.sec__about-home .inner {}
.sec__about-home .sec__heading-home {
  margin-bottom: 60px;
}
.sec__about-home .about__box {
  display: flex;
  gap: 0 4.6vw;
}
.about__box .about_us_01 {}
.about__box .about_us_01 img {
  width: 40vw;
  height: auto;
  aspect-ratio: 576 / 664;
  object-position: top center;
}
.about__box .txtbox {
  width: 55vw;
  max-width: 640px;
}
.about__box .box__heading {
  display: block;
  margin-bottom: 44px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: clamp(26px, 3.273vw, 36px);
  letter-spacing: -.01em;
  line-height: 1.8;
  color: #000;
}
.about__box .read {
  display: block;
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  color: #000;
}
.about__box .about__navlist {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4%;
  margin-bottom: 56px;
}
.about__box .about__navlist li {
  flex-shrink: 0;
  width: calc(100% / 2 - 4%);
}
@media screen and (max-width: 1290px) {
  .about__box .p-link_txt-btn {
    justify-content: flex-start;
    padding-left: 2vw;
    background-position: center right 2vw;
    transition: .25s;
  }
  .about__box .p-link_txt-btn:not(.-pdf):hover {
    background-position: center right 2vw;
  }
}
@media screen and (max-width: 768px) {
  .about__box .p-link_txt-btn {
    display: flex;
    justify-content: flex-start;
    padding-left: 8vw;
    background-position: center right 2vw;
    transition: .25s;
  }
  .about__box .p-link_txt-btn:not(.-pdf):hover {
    background-position: center right 2vw;
  }
  .sec__about-home {
    width: calc(100% - 8vw);
    padding: 70px 0 10px;
  }
  .sec__about-home .inner {}
  .sec__about-home .sec__heading-home {
    margin-bottom: 24px;
  }
  .sec__about-home .about__box {
    display: flex;
    gap: 0 4.6vw;
    flex-direction: column;
  }
  .about__box .about_us_01 {}
  .about__box .about_us_01 img {
    width: 100%;
    height: auto;
    max-width: 640px;
    aspect-ratio: 327 / 200;
    margin: 0 auto 25px;
  }
  .about__box .txtbox {
    width: 100%;
    max-width: 640px;
  }
  .about__box .box__heading {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .about__box .read {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 1.6;
  }
  .about__box .about__navlist {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 0;
    margin-bottom: 0;
  }
  .about__box .about__navlist li {
    width: 70%;
  }
  .about__navlist a {
    height: 43px;
    padding-left: 30px;
  }
  .about__navlist .p-link_stroke-btn .p-link_stroke-ico {
    right: 8px;
  }
}

/* .sec sec__service-home
========================================== */
.sec__service-home {
  padding: 0 0 80px;
}
.sec__service-home .inner {
  max-width: 100%;
}
.sec__service-home .sec__heading_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.sec__service-home .service_heading_bg {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto 40px;
  border-radius: 20px;
  overflow: hidden;
}
.sec__service-home .sec__heading-home {
  position: absolute;
  top: 38%;
  margin-left: 3%;
  max-width: 1366px;
  z-index: 1;
}
.sec__service-home .sec__heading-home .en {
  font-size: 64px;
}
.sec__service-home .sec__heading-home .jp {
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__service-home {
    padding: 40px 0 30px;
  }
  .sec__service-home .inner {
    max-width: 100%;
  }
  .sec__service-home .sec__heading_box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec__service-home .service_heading_bg {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
  }
  .sec__service-home .service_heading_bg img {
    border-radius: 10px;
  }
  .sec__service-home .sec__heading-home {
    position: absolute;
    top: 30%;
    margin-left: 3%;
    max-width: 100%;
    z-index: 1;
  }
  .sec__service-home .sec__heading-home .en {
    font-weight: 600;
    font-size: 36px;
  }
  .sec__service-home .sec__heading-home .jp {
    letter-spacing: normal;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }
}

/* .sec__service-home .service__navlist
----------------------------------------- */
.sec__service-home .service__box {
  max-width: 1440px;
  margin: 0 auto;
}
.sec__service-home .service__navlist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 64px;
  width: calc(100% - 120px);
  margin: 0 auto 100px;
}
.sec__service-home .service__navlist li {
  width: calc(100%/2 - 32px);
}
.sec__service-home .service__navlist li img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  object-fit: cover;
  aspect-ratio: 608 / 336;
  border-radius: 20px;
}
.sec__service-home .service__navlist li a {
  display: block;
  height: 100%;
}
.sec__service-home .service__navlist li a:hover {
  color: #E83828;
}
.sec__service-home .service__navlist .list__heading {
  display: flex;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  align-items: center;
  transition: .25s;
}
/*
.sec__service-home .service__navlist .list__heading::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  background: url(../img/common/ico/ico_linkbtn_circle.svg);
  transition: background .25s;
}
.sec__service-home .service__navlist a:hover .list__heading {
  color: #E83828;
}
.sec__service-home .service__navlist a:hover .list__heading::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
  opacity: 1;
}
*/

.sec__service-home .service_01 {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.sec__service-home .service_01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec__service-home .service__box {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sec__service-home .service__navlist {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 26px 0;
    width: 92%;
    margin: 0 auto;
    flex-direction: column;
  }
  .sec__service-home .service__navlist li {
    width: 100%;
  }
  .sec__service-home .service__navlist li img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    object-fit: cover;
    aspect-ratio: 327 / 130;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec__service-home .service__navlist .list__heading {
    display: flex;
    gap: 0;
    font-weight: 700;
    font-size: 16px;
  }
  /*
  .sec__service-home .service__navlist .list__heading::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 16px;
    background: url(../img/common/ico/ico_linkbtn_circle.svg);
    transition: background .25s;
  }
  .sec__service-home .service__navlist a:hover .list__heading {
    color: #E83828;
  }
  .sec__service-home .service__navlist a:hover .list__heading::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 16px;
    background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
    opacity: 1;
  }
  */
  .sec__service-home .service_01 {
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec__service-home .service_01 img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}

/* .sec sec__result-home
========================================== */
.sec__result-home {
  width: calc(100% - 8vw);
  padding: 16px 0 100px;
}
.sec__result-home .inner {
  max-width: 1336px;
}
@media screen and (max-width: 768px) {
  .sec__result-home {
    width: calc(100% - 8vw);
    margin: 0 auto 4px;
    padding: 16px 0 74px;
  }
  .sec__result-home .inner {
    max-width: 1336px;
  }
}

/* .sec sec__point-home
========================================== */
.sec__point-home {
  width: calc(100% - 10.88vw);
  padding: 94px 0 20px;
  background: #143980;
  color: #fff;
  border-radius: 20px;
}
.sec__point-home .inner {
  max-width: 1336px;
}
.sec__point-home .sec__heading-home {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 30px;
}
.sec__point-home .sec__heading-home .en {
  font-size: 64px;
}
.sec__point-home .sec__heading-home .jp {
  letter-spacing: .1em;
  color: #fff;
}
.sec__point-home .p-link_txt-btn {
  margin: 0 auto 40px;
  background-position: center right 24px;
}
.sec__point-home .p-link_txt-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 296px;
  height: 48px;
  font-weight: 700;
  font-size: clamp(14px, 1.455vw, 16px);
  background-color: #fff;
  border: 1px solid #E83828;
  border-radius: 24px;
  transition: .25s;
}
.sec__point-home .p-link_txt-btn::after {
  position: absolute;
  right: 26px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle.svg) no-repeat;
  background-size: contain;
}
.sec__point-home .p-link_txt-btn:not(.-pdf):hover::after {
  position: absolute;
  right: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
  background-size: 26px;
  background-color: #fff;
  color: #E83828;
  opacity: 1;
}
.sec__point-home .p-link_txt-btn.-pdf {
  display: flex;
  justify-content: flex-start;
  max-width: 339px;
  padding-left: 22px;
  font-size: clamp(14px, 1.455vw, 16px);
  background-color: #fff;
}
.sec__point-home .p-link_txt-btn.-pdf::after {
  position: absolute;
  right: 26px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_pdf.svg) no-repeat;
  background-size: contain;
}
.sec__point-home .point__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 50px;
  width: calc(100% - 90px);
  margin: 82px auto 20px;
  justify-content: center;
}
.sec__point-home .point__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100%/2 - 25px);
  color: #fff;
}
.sec__point-home .point__list .num {
  position: absolute;
  top: -40px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 80px;
  color: rgba(86,131,217,.37);
}
.sec__point-home .point__list .list__heading {
  display: flex;
  gap: 0 22px;
  margin-bottom: 20px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.sec__point-home .point__list .list__heading img {
  margin-top: -.6rem;
  margin-bottom: auto;
}
.sec__point-home .point__list .stong_point {
  width: 100%;
  margin-bottom: 32px;
  aspect-ratio: 550 / 253;
  object-fit: cover;
  border-radius: 20px;
}
.sec__point-home .point__list .read {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .sec__point-home {
    width: calc(100% - 10.88vw);
    padding: 44px 0 14px;
    border-radius: 10px;
  }
  .sec__point-home .inner {
    max-width: 100%;
  }
  .sec__point-home .sec__heading-home {
    margin: 0 auto 20px;
  }
  .sec__point-home .sec__heading-home .en {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: .1em;
  }
  .sec__point-home .sec__heading-home .jp {
    letter-spacing: .1em;
  }
  .sec__point-home .p-link_txt-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 238px;
    height: 43px;
    padding-left: 84px;
    font-weight: 700;
    font-size: clamp(14px, 1.455vw, 16px);
    background-position: center right 42px;
    background-color: #fff;
    border: 1px solid #E83828;
    border-radius: 24px;
    transition: .25s;
  }
  .sec__point-home .p-link_txt-btn::after {
    position: absolute;
    right: 16px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/common/ico/ico_linkbtn_circle.svg) no-repeat;
    background-size: contain;
  }
  .sec__point-home .p-link_txt-btn:not(.-pdf):hover {
    background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
    background-size: 26px;
    background-position: center right 42px;
    background-color: #fff;
    opacity: 1;
  }
  .sec__point-home .p-link_txt-btn.-pdf {
    max-width: 289px;
    height: 48px;
    padding-left: 18px;
    font-size: 14px;
    background-color: #fff;
  }
  .sec__point-home .p-link_txt-btn.-pdf::after {
    position: absolute;
    right: 10px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/common/ico/ico_pdf.svg) no-repeat;
    background-size: contain;
  }
  .sec__point-home .p-link_txt-btn {
    margin: 20px auto;
    background-position: center right 18px;
  }
  .sec__point-home .p-link_txt-btn:hover {
    background-position: center right 24px;
  }
  .sec__point-home .point__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px 50px;
    width: 100%;
    margin: 55px auto 10px;
  }
  .sec__point-home .point__list li {
    width: 90%;
  }
  .sec__point-home .point__list .num {
    top: -24px;
    font-weight: 700;
    font-size: 40px;
    color: rgba(86,131,217,.37);
  }
  .sec__point-home .point__list .list__heading {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .sec__point-home .point__list .list__heading img {
    margin: auto;
    max-width: 28px;
  }
  .sec__point-home .point__list .stong_point {
    width: 100%;
    margin-bottom: 18px;
    aspect-ratio: 327 / 130;
    object-fit: cover;
    border-radius: 10px;
  }
  .sec__point-home .point__list .read {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* .sec sec__topics-home
========================================== */
.sec__topics-home {
  width: calc(100% - 8vw);
  padding: 102px 0 30px;
}
.sec__topics-home .inner {
  max-width: 1336px;
}
@media screen and (max-width: 768px) {
  .sec__topics-home {
    width: calc(100% - 8vw);
    margin: 0 auto 50px;
    padding: 50px 0 30px;
  }
  .sec__topics-home .inner {
    width: 100%;
    max-width: 100%;
  }
}

/* add
========================================== */
@media screen and (max-width: 768px) {}
