@charset "utf-8";

main {
  background: #F5F8FE;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #001489;
}

@media (min-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

/* kvBlk
-------------------------------------------------- */
.kvBlk {
  position: relative;
  margin-top: 80px;
}
.kvBlk::before {
  width: 0 !important;
  height: 0 !important;
  background: none;
}
.kvBlk__title {
  position: relative;
  width: 100%;
  height: 15em;
  font-size: 4rem;
  font-weight: 500;
}
.kvBlk__title--left,
.kvBlk__title--center,
.kvBlk__title--right {
  position: absolute;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: opacity .75s ease-in;
  opacity: 0;
}
.kvBlk__title--left{
  transition-delay: .5s;
}
.kvBlk__title--center {
  transition-delay: 1s;
}
.kvBlk__title--left {
  transition: opacity 1s ease-in;
  transition-delay: 2s;
}
.kvBlk._action .kvBlk__title--left,
.kvBlk._action .kvBlk__title--right,
.kvBlk._action .kvBlk__title--center {
  opacity: 1;
}
.kvBlk__title--left {
  left: 10px;
  top: 100px;
}
.kvBlk__title--center {
  right: 75px;
  top: 178px;
}
.kvBlk__title--right {
  right: 10px;
  top: 100px;
}
.kvBlk__copy {
  font-size: clamp(1.6rem, 2.5vw, 3.6rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
.kvBlk__iconNew {
  width: 23.5%;
  transition: opacity .5s ease-in-out, transform .5s cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: .5s;
  transform: translate(10px,10px);
  opacity: 0;
}
.kvBlk._action .kvBlk__iconNew {
  transform: translate(0,0);
  opacity: 1;
}
.kvBlk__titleLogo {
  width: 60.4534%;
}
.kvBlk__text {
  align-self: flex-end;
  width: 13.2242%;
  margin-left: 2%;
}
.kvBlk__product {
  display: flex;
  width: 77.7777%;
  transition: opacity .5s ease;
  transition-delay: .4s;
  opacity: 0;
}
.kvBlk._action .kvBlk__product {
  opacity: 1;
}
.kvBlk__productBalloon {
  width: 29.9107%;
}
.kvBlk__productImage {
  width: 65%;
  margin-left: 3.5%;
}
.kvBlk__scroll {
  position: absolute;
  left: 4.5138%;
  bottom: 10%;
  font-size: 2.3rem;
  font-weight: 200;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
}
.kvBlk__scroll::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  animation: scroll 2s infinite;
}
.kvBlk__scroll {
  transition: opacity .5s ease;
  transition-delay: 1.25s;
  opacity: 0;
}
.kvBlk._action .kvBlk__scroll {
  opacity: 1;
}
.kvBlk img {
  width: 100%;
}

@media (min-width: 768px) {
  .kvBlk {
    height: 650px;
    background: url(../img/kv-image.jpg) no-repeat center bottom;
    background-size: auto 650px;
  }
  .kvBlk__inner {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
  }
  [class^="kvBlk__title--"]  {
    width: 46px;
  }
  .kvBlk__copy {
    position: absolute;
    left: 50%;
    top: 12.5%;
    width: 100%;
    transform: translateX(-50%);
  }
  .kvBlk__iconNew {
    margin-top: -2.5%;
  }
  .kvBlk__titleLogo {
    width: 60.4534%;
  }
  .kvBlk__product {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 77.7777%;
    transform: translateX(-50%);
  }
  .kvBlk__productBalloon {
    width: 29.9107%;
    transform: translateY(10%);
  }
  .kvBlk__productImage {
    margin-left: 3.5%;
    transform: translateY(42.5%);
  }
}

@media (max-width: 767px) {
  .kvBlk {
    height: 133.3333vw;
    margin-top: 26vw;
    background: url(../img/kv-image-sp.jpg) no-repeat left top;
    background-size: 100%;
  }
  .kvBlk__title {
    font-size: 5.1282vw;
  }
  .kvBlk__title--right {
    right: 13.8462vw;
    top: 11.0256vw;
  }
  .kvBlk__title--center {
    right: 21.7949vw;
    top: 24.359vw;
  }
  .kvBlk__title--left {
    left: 16.1538vw;
    top: 11.0256vw;
  }
  .kvBlk__iconNew {
    position: absolute;
    left: -7.5vw;
    top: -10vw;
    width: 20vw;
  }
  [class^="kvBlk__title--"]  {
    width: 6.1538vw;
  }
  .kvBlk__product {
    position: relative;
    width: 88.7179vw;
    margin: 19.8vw auto 0;
  }
  .kvBlk__productBalloon {
    position: absolute;
    left: 0;
    top: -25vw;
    width: 28vw;
  }
  .kvBlk__productImage {
    width: 63.0769vw;
    margin-left: auto;
  }
  .kvBlk__bg {
    display: none;
  }
  .kvBlk__scroll {
    font-size: 4.1025vw;
  }
  .kvBlk__scroll::before {
    left: -2.0513vw;
    height: 17.9487vw;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* cNav__anchorLink
-------------------------------------------------- */
.cNav__anchorLink {
  width: 100%;
  padding: 20px 0;
  background: #1D2088;
}
.cNav__anchorList {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}
.cNav__anchorList a {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  color: #fff;
  transition: color .5s ease;
}

@media (hover: hover) {
  .cNav__anchorList a:hover {
    color: #ccc;
  }
}

@media (min-width: 768px) {
  .cNav__anchorLink {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}


@media (max-width: 767px) {
  .cNav__anchorLink {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 20, 137, .8);
    transition: right 0.3s ease;
    z-index: 10;
  }
  .cNav__anchorLink.isActive {
    right: 0;
  }
  .cNav__anchorList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .cNav__anchorList li + li {
    margin-top: 10.2564vw;
  }
  .cNav__anchorList a {
    font-size: 5.1282vw;
  }
  .cHamburger {
    position: fixed;
    right: 4.359vw;
    top: 13vw;
    width: 11.3vw;
    height: 11.3vw;
    background: #002ea8;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 1000;
  }
  .cHamburger span,
  .cHamburger::before,
  .cHamburger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 5.6vw;
    height: 0.5vw;
    background: #fff;
    border-radius: 0.5vw;
    transform: translateX(-50%);
    transition: 0.3s ease;
  }
  .cHamburger::before {
    top: 3.6vw;
  }
  .cHamburger span {
    top: 5.4vw;
  }
  .cHamburger::after {
    top: 7.2vw;
  }
  .cHamburger.isActive {
    background: #002ea8;
  }
  .cHamburger.isActive::before {
    top: 5.4vw;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .cHamburger.isActive::after {
    top: 5.4vw;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .cHamburger.isActive span {
    opacity: 0;
  }
}

/* oldPkgBlk
-------------------------------------------------- */
.oldPkgBlk {
  padding: 120px 0 0;
}
.oldPkgBlk__title {
  font-size: 6.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.oldPkgBlk__copy {
  margin-top: 60px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
.oldPkgBlk__copy--small {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.oldPkgBlk__image {
  position: relative;
  margin: 40px auto 0;
}
.oldPkgBlk__image2 {
  max-width: 787px;
  margin: 40px auto 0;
}
.oldPkgBlk__image img,
.oldPkgBlk__image2 img,
.oldPkgBlk__image--sp img {
  position: relative;
  width: 100%;
  z-index: 1;
}
[class^="oldPkgBlk__text"] {
  font-size: 1.14285vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .oldPkgBlk__textContainer {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 10px auto 0;
    padding: 0 1.8% 0 0;
  }
  .oldPkgBlk__text1 {
    margin-left: -0.1%;
  }
  .oldPkgBlk__image--sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .oldPkgBlk {
    padding: 12.8205vw 0 0;
  }
  .oldPkgBlk__title {
    margin-top: 10.3333vw;
    font-size: 9.2308vw;
  }
  .oldPkgBlk__copy {
    margin-top: 6vw;
    font-size: 6.15vw;
    line-height: 1.6;
  }
  .oldPkgBlk__copy--small {
    margin-top: 0;
    font-size: 4.1026vw;
  }
  .oldPkgBlk__image{
    margin-top: 6vw;
  }
  .oldPkgBlk__image,
  .oldPkgBlk__image--sp {
    width: 100%;
  }
  .oldPkgBlk__image--sp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.6666vw;
  }
  .oldPkgBlk__image2 {
    width: 65.641vw;
    margin-top: 5.3333vw;
  }
  .oldPkgBlk__image span::before,
  .oldPkgBlk__image--sp span::before,
  .oldPkgBlk__image::before,
  .oldPkgBlk__image::after,
  .oldPkgBlk__image--sp::before,
  .oldPkgBlk__image--sp::after {
    width: 0;
    height: 0;
  }
  .oldPkgBlk__textContainer {
    margin-top: 2.6666vw;
    text-align: right;
  }
  [class^="oldPkgBlk__text"] {
    font-size: 4.1026vw;
  }
  .oldPkgBlk__text1 {
    margin: 6vw 0 0 4vw;
  }
  .oldPkgBlk__text2 {
    margin: 1.3333vw 10vw 0 0;
  }
}


/* quality1Blk
-------------------------------------------------- */
.quality1Blk {
  position: relative;
  margin-top: 250px;
  padding-bottom: 180px;
  background: #F7FAFF;
  isolation: isolate;
}
.quality1Blk > * {
  position: relative;
  z-index: 3 !important;
}
.quality1Blk::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 30%;
  background: url(../img/bg-section.png) no-repeat center top;
  background-size: 100%;
  z-index: 0;
}
.quality1Blk__inner {
  position: relative;
  max-width: 1125px;
  margin: 40px auto 0;
}
.quality1Blk__herbList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 2.48%;
}
.quality1Blk__herbList li {
  width: 23.1111%;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .25);
}
.quality1Blk__herbTitle {
  padding-bottom: 10px;
  border-bottom: 1px dashed #001489;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.quality1Blk__herbCopy {
  display: inline;
  padding-bottom: 5px;
  border-bottom: 1px dashed #001489;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.quality1Blk__herbImage {
  max-height: 148px;
  text-align: center;
}
.quality1Blk__herbImage img {
  width: auto;
  height: 100%;
}
.quality1Blk-point2 .quality1Blk__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
}
.quality1Blk-point2__image {
  margin-top: 0 !important;
  width: 48%;
}
.quality1Blk-point2__copy {
  width: 46.7%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.quality1Blk__bg1 {
  right: -230px;
  top: -830px;
  transform: rotate(30deg);
  z-index: -1;
}
.quality1Blk__bg2 {
  left: -340px;
  bottom: -410px;
  z-index: -1;
}

@media (min-width: 768px) {
  .quality1Blk .cSecHero__image {
    width: 254px;
  }
  .quality1Blk-point2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .quality1Blk {
    margin-top: 30vw;
    padding-bottom: 0;
  }
  .quality1Blk::before {
    top: -21vw;
    width: 100%;
    height: 20vw;
    background: url(../img/bg-section-sp.png) no-repeat center top;
    background-size: 100%;
  }
  .quality1Blk__herbList {
    gap: 4vw 2.48%;
  }
  .quality1Blk__herbList li {
    width: 48.7%;
    padding: 4vw 2vw 4vw 2.6666vw;
  }
  .quality1Blk__herbTitle {
    margin-top: 3.2vw;
  }
  .quality1Blk__herbTitle,
  .quality1Blk__herbCopy {
    font-size: 3.5897vw;
  }
  .quality1Blk__herbImage {
    width: auto;
    height: 22vw;
    margin: 0 auto;
  }
  .quality1Blk__herbImage img {
    width: auto;
    height: 100%;
  }
  .quality1Blk-point2 .quality1Blk__inner {
    flex-direction: column-reverse;
  }
  .quality1Blk-point2 .quality1Blk__inner > * {
    width: 71.7949vw;
  }
  .quality1Blk-point2__copy {
    font-size: 4.6154vw;
    text-align: center;
  }
  .quality1Blk-point2__image {
    margin-top: 2.6666vw;
  }
  .quality1Blk__bg1 {
    width: 42.5641vw;
    right: -15vw;
    top: -25vw;
    z-index: 0;
  }
  .quality1Blk .cSecHero__image {
    width: 43.0769vw;
  }
}


/* quality2Blk
-------------------------------------------------- */
.quality2Blk {
  position: relative;
  margin-top: -80px;
  background: #F7FAFF;
}
.quality2Blk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: url(../img/bg-section.png) no-repeat center top;
  background-size: 100%;
  z-index: 0;
  transform: scale(-1, 1);
}
.quality2Blk > * {
  position: relative;
  z-index: 1;
}
.quality2Blk__inner {
  position: relative;
  max-width: 840px;
  margin: 50px auto 0;
}
.quality2Blk .cSecHero__title,
.quality2Blk .cSecHero__copy,
.quality2Blk .cSecHeader__title1,
.quality2Blk .cSecHeader__title2,
.quality2Blk .cSecHeader__copy {
  color: #005991;
}
.quality2Blk-point1__image,
.quality2Blk-point2__image {
  margin-top: 0 !important;
  text-align: center;
}
.quality2Blk-point1__image figcaption,
.quality2Blk-point2__image figcaption {
  margin-top: 5px;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
}
.quality2Blk__bg1 {
  right: -570px;
  top: -400px;
  z-index: -1;
}
.quality2Blk__bg2 {
  left: -430px;
  bottom: 160px;
  z-index: -1;
}


@media (min-width: 768px) {
  .quality2Blk {
    padding-top: 100px;
    overflow: hidden;
  }
  .quality2Blk .cSecHero {
    max-width: 725px;
  }
  .quality2Blk .cSecHero__image {
    width: 284px;
  }
}

@media (max-width: 767px) {
  .quality2Blk {
    margin-top: 30vw;
    padding-bottom: 10.6666vw;
  }
  .quality2Blk::before {
    top: -21vw;
    width: 100%;
    height: 20vw;
    background: url(../img/bg-section-sp.png) no-repeat center top;
    background-size: 100%;
  }
  .quality2Blk .cSecHero__image {
    width: 46.6667vw;
  }
  .quality2Blk__bg1 {
    width: 44vw;
    left: -18vw;
    right: auto;
    top: -232vw;
    transform: rotate(60deg);
    z-index: 0;
  }
  .quality2Blk__bg2 {
    width: 46vw;
    right: -22vw;
    top: -265vw;
    transform: rotate(-10deg);
    z-index: 0;
  }
}


/* productsBlk
-------------------------------------------------- */
.targetBlk {
  padding-top: 300px;
  background: url(../img/bg-sec-target.png) no-repeat center top #F7FAFF;
  background-size: 100%;
}
.targetBlk__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.targetBlk__list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.targetBlk__list > li {
  width: 19.3548%;
  text-align: center;
  transition: opacity .5s ease-in-out;
  opacity: 0;
}
.targetBlk__list > li:nth-child(1) {
  transition-delay: .25s;
}
.targetBlk__list > li:nth-child(2) {
  transition-delay: .5s;
}
.targetBlk__list > li:nth-child(3) {
  transition-delay: .75s;
}
.targetBlk__list > li:nth-child(4) {
  transition-delay: 1s;
}
.targetBlk__list > li:nth-child(5) {
  transition-delay: 1.25s;
}
.targetBlk__list._action > li {
  opacity: 1;
}
.targetBlk__listCopy {
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1.4545vw, 1.6rem);
  font-weight:400;
  color:#001489;
  line-height:1.6;
}
.targetBlk__listCopy sup {
  font-size: .7em;
}
.targetBlk__listNote {
  display:block;
  margin-top: .5em;
  font-size: 1rem;
  text-align: left;
  line-height:1.6;
}
.targetBlk__image {
  width: 37.5806%;
  margin: 0 auto;
}
.targetBlk__image img,
.targetBlk__listImage img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .targetBlk__list > li:nth-child(1),
  .targetBlk__list > li:nth-child(5) {
    transform: translateY(105%);
  }
  .targetBlk__list > li:nth-child(2) {
    transform: translate(-25%,20%);
  }
  .targetBlk__list > li:nth-child(4) {
    transform: translate(25%,20%);
  }
  .targetBlk__image {
    min-width: 400px;
  }
}

@media (max-width: 767px) {
  .targetBlk {
    padding-top: 23.5897vw;
    padding-bottom: 13.3333vw;
    background: url(../img/bg-sec-target-sp.png) no-repeat center top #F7FAFF;
    background-size: cover;
  }
  .targetBlk__inner {
    margin-top: 0 !important;
  }
  .targetBlk__list {
    flex-wrap: wrap;
  }
  .targetBlk__list li {
    width: 43.0769vw;
    margin-top: 2.6666vw;
    text-align: center;
  }
  .targetBlk__list > li:nth-child(3) {
    transition-delay: .25s;
    order: 1;
  }
  .targetBlk__list > li:nth-child(2) {
    transition-delay: .5s;
    order: 2;
  }
  .targetBlk__list li:nth-child(4) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition-delay: .75s;
    order: 3;
  }
  .targetBlk__list > li:nth-child(1) {
    transition-delay: 1s;
    order: 4;
  }
  .targetBlk__list > li:nth-child(5) {
    transition-delay: 1.25s;
    order: 5;
  }
  .targetBlk__listImage {
    width: 43.0769vw;
    aspect-ratio: 1 / 1;
  }
  .targetBlk__listImage img {
    width: 100%;
    height: auto;
    display: block;
  }
  .targetBlk__listCopy {
    font-size: 4.1026vw;
  }
  .targetBlk__listNote {
    width: 70vw;
    margin: 4vw auto 0;
    font-size: 3.0769vw;
  }
  .targetBlk__image {
    width: 66.6667vw;
  }
}



/* faqBlk
-------------------------------------------------- */
.faqBlk {
  padding: 130px 50px;
  background: #001489;
  overflow: hidden;
}
.faqBlk__inner {
  position: relative;
  z-index: 1;
}
.faqBlk__list {
  margin: 0;
  padding: 0;
}
.faqBlk__listItem {
  position: relative;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.faqBlk__listItem + .faqBlk__listItem {
  margin-top: 20px;
}
.faqBlk__list dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.faqBlk__listBtn {
  -webkit-appearance: none;
  appearance:none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background:  transparent;
  border: 0;
  color: #000;
  font: inherit;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.faqBlk__listBtn::after {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-left: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform .25s ease;
}
.faqBlk__listBtn[aria-expanded="true"]::after{
  transform: rotate(-135deg);
}
.faqBlk__list dd {
  display: none;
  padding: 0 15px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.faqBlk__bg1 {
  left: -190px;
  bottom: -130px;
  z-index: 0;
}
.faqBlk__bg2 {
  right: -140px;
  top: -130px;
  z-index: 0;
}

@media (min-width: 768px) {
  .faqBlk__inner {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    max-width: 1150px;
    margin: 0 auto;
  }
  .faqBlk__list {
    width: 72.1739%;
  }
  .faqBlk .cSecTitle {
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .faqBlk {
    padding: 18vw 0;
  }
  .faqBlk__inner {
    margin-top: 0 !important;
  }
  .faqBlk__list {
    margin-top: 8vw;
  }
  .faqBlk__listItem {
    border-radius: 2.0512vw;
  }
  .faqBlk__listItem + .faqBlk__listItem {
    margin-top: 4vw;
  }
  .faqBlk__list dt,
  .faqBlk__list dd {
    font-size: 4.1026vw;
  }
  .faqBlk__listBtn {
    padding: 4.1026vw;
  }
  .faqBlk__listBtn::after {
    flex: 0 0 2.5641vw;
    width: 2.5641vw;
    height: 2.5641vw;
  }
  .faqBlk__bg1 {
    left: -19vw;
    bottom: -16vw;
    width: 46.1538vw;
  }
  .faqBlk__bg2 {
    right: -7vw;
    top: -23vw;
    width: 51.2821vw;
    transform: rotate(20deg);
  }
}


/* howtoBlk
-------------------------------------------------- */
.howtoBlk {
  padding: 140px 0 300px;
  background: #F7FAFF;
}
.howtoBlk__list {
  margin-top: 60px !important;
}
.howtoBlk__list li {
  padding: 0 35px 10px;
}
.howtoBlk__list li:nth-child(1) .howtoBlk__stepImage {
  max-width: 536px;
}
.howtoBlk__list li:nth-child(2) .howtoBlk__stepImage {
  max-width: 426px;
}
.howtoBlk__list li:nth-child(3) .howtoBlk__stepImage {
  max-width: 505px;
}
.howtoBlk__stepImage {
  margin: 70px auto 0;
}

.howtoBlk__stepImage img {
  width: 100%;
}
.howtoBlk__listItem {
  padding: 80px 100px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .25);
  border-radius: 32px;
  background: #fff;
}
.howtoBlk__stepTitle {
  text-align: center;
}
.howtoBlk__stepCopy {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}

.howtoBlk__list li:nth-child(3) .howtoBlk__stepImage {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .howtoBlk__stepTitle img {
    width: 148px;
    height: auto;
  }
  .howtoBlk__list li:nth-child(3) .howtoBlk__stepImage picture {
    max-width: 256px;
  }
  .howtoBlk__list li:nth-child(3) .howtoBlk__stepImage picture + img {
    max-width: 227px;
  }
  .howtoBlk__stepCopy {
    min-height: 3em;
  }
}

@media (max-width: 767px) {
  .howtoBlk {
    padding: 12.8205vw 0;
  }
  .howtoBlk__inner {
    margin: 0;
  }
  .howtoBlk__list li {
    padding: 0 2.6666vw 2.6666vw;
  }
  .howtoBlk__list li:nth-child(1) .howtoBlk__stepImage {
    width: 66.6666vw;
  }
  .howtoBlk__list li:nth-child(2) .howtoBlk__stepImage {
    width: 63.0769vw;
  }
  .howtoBlk__list li:nth-child(3) .howtoBlk__stepImage {
    width: 100%;
  }
  .howtoBlk__stepImage {
    max-width: initial !important;
    height: 49.7436vw;
  }
  .howtoBlk__list li:nth-child(3) .howtoBlk__stepImage img:nth-of-type(1) {
    width: 41.0256vw;
  }
  .howtoBlk__list li:nth-child(3) .howtoBlk__stepImage span {
    display: block;
    width: 29.2308vw;
  }
  .howtoBlk__list li:nth-child(3) .howtoBlk__stepImage span img {
    width: 100% !important;
  }
  .howtoBlk__listItem {
    padding: 10.2564vw 7vw;
  }
  .howtoBlk__stepTitle {
    width: 30.2564vw;
    margin-left: auto;
    margin-right: auto;
  }
  .howtoBlk__stepCopy {
    height: 5em;
    margin-top: 2.6666vw;
    font-size: 4.1026vw;
    text-align: left;
  }
  .howtoBlk__stepImage {
    margin-top: 6vw;
  }
}


/* productsBlk
-------------------------------------------------- */
.productsBlk {
  position: relative;
  padding-bottom: 80px;
  background: #F7FAFF;
}
.productsBlk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: url(../img/bg-section.png) no-repeat center top;
  background-size: 100%;
  z-index: 0;
}
.productsBlk > * {
  position: relative;
  z-index: 1;
}
.productsBlk__inner {
  max-width: 840px;
  margin: 80px auto 0;
}
.productsBlk__image {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.productsBlk__image img:nth-child(1) {
  width: 34.4048%;
}
.productsBlk__image img:nth-child(2) {
  width: 55.4762%;
}
.productsBlk__spec {
  margin-top: 60px;
  padding: 50px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, .25);
}
.productsBlk__specItem + .productsBlk__specItem {
  margin-top: 30px;
}
.productsBlk__specTitle {
  padding-bottom: 5px;
  border-bottom: 2px solid #001489;
  font-size: 2.4rem;
  font-weight: 500;
}
.productsBlk__specCopy {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
}
.productsBlk__specCopy dd + dd {
  margin-top: 10px;
}
.productsBlk__specChart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.productsBlk__specChart img {
  width: 49%;
}
.productsBlk__specChart figcaption {
  margin-top: 5px;
  font-size: 1.6rem;
}
.productsBlk__specList--line .productsBlk__specTitle {
  border-style: dashed;
  font-size: 1.8rem;
  color: #001489;
}
.productsBlk__specList--line .productsBlk__specItem {
  margin-top: 15px;
}
.productsBlk__bg1 {
  left: -550px;
  top: 250px;
  z-index: -1;
}
.productsBlk__bg2 {
  right: -520px;
  bottom: 40px;
  z-index: -1;
}

@media (min-width: 768px) {
  .productsBlk {
    padding-top: 100px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .productsBlk {
    margin-top: 30vw;
    padding-bottom: 10.6666vw;
  }
  .productsBlk::before {
    top: -21vw;
    width: 100%;
    height: 20vw;
    background: url(../img/bg-section-sp.png) no-repeat center top;
    background-size: 100%;
  }
  .productsBlk__image {
    flex-direction: column;
    align-items: center;
  }
  .productsBlk__image img:nth-child(1) {
    width: 60.5128vw;
  }
  .productsBlk__image img:nth-child(2) {
    margin-top: 6vw;
    width: 89.2308vw;
  }
  .productsBlk__spec {
    margin-top: 6.6666vw;
    padding: 6.6666vw;
  }
  .productsBlk__specTitle {
    font-size: 6.1538vw;
  }
  .productsBlk__specCopy {
    margin-top: 1.3333vw;
    font-size: 4.1026vw;
  }
  .productsBlk__specCopy dd + dd {
    margin-top: 1em;
  }
  .productsBlk__specList--line {
    font-size: 4.6154vw;
  }
  .productsBlk__specTitle {
    font-size: 4.1026vw;
  }
  .productsBlk__specChart {
    flex-direction: column;
  }
  .productsBlk__specChart img {
    display: block;
    width: 100%;
  }
  .productsBlk__specChart img + img {
    margin-top: 4vw;
  }
  .productsBlk__specChart figcaption {
    margin-top: 1.3333vw;
    font-size: 4.1026vw;
  }
  .productsBlk__bg1 {
    left: -15vw;
    top: 92vw;
    width: 48.7179vw;
  }
  .productsBlk__bg2 {
    left: auto;
    right: -15vw;
    bottom: -18vw;
    width: 48.7179vw;
  }
}

/* movieBlk
-------------------------------------------------- */
.movieBlk {
  padding: 80px 50px 100px;
  background: #001489;
}
.movieBlk__copy {
  margin-top: 40px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.movieBlk__video figcaption {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .movieBlk__videoContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 4.1666%;
    max-width: 960px;
    margin: 40px auto 0;
  }
  .movieBlk__video {
    width: 47.5%;
  }
}

@media (max-width: 767px) {
  .movieBlk {
    padding: 13.3333vw 0;
  }
  .movieBlk__inner {
    margin-top: 0 !important;
  }
  .movieBlk__copy {
    margin-top: 6.6666vw;
    font-size: 4.6154vw;
  }
  .movieBlk__video {
    margin-top: 4vw;
  }
  .movieBlk__video + .movieBlk__video {
    margin-top: 8vw;
  }
  .movieBlk__video figcaption {
    margin-top: 3.2vw;
    font-size: 4.6153vw;
  }
}


/* profileBlk
-------------------------------------------------- */
.profileBlk {
  padding: 100px 50px;
  background: url(../img/profile-bg.png) no-repeat center center;
  background-size: cover;
}
.profileBlk__inner {
  max-width: 1050px;
  margin: 0 auto;
}
.profileBlk__profContainer {
  display: flex;
  margin-top: 40px;
  padding: 40px 90px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .25);
}
.profileBlk__detail {
  margin-left: 50px;
  color: #000;
}
.profileBlk__detail dt {
  font-size: 2.4rem;
  font-weight: 500;
}
.profileBlk__detail dd {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .profileBlk__profContainer {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .profileBlk__profImage {
    flex-shrink: 0;
    width: 208px;
  }
}

@media (max-width: 767px) {
  .profileBlk {
    padding: 13.3333vw 0;
    background: url(../img/profile-bg-sp.png) no-repeat center -13.3333vw;
    background-size: 100%;
  }
  .profileBlk__inner {
    margin-top: 0 !important;
  }
  .profileBlk__profContainer {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 8vw;
    padding: 10.2564vw 6.282vw;
    border-radius: 32px;
  }
  .profileBlk__detail {
    margin: 5.3333vw 0 0;
  }
  .profileBlk__detail dt {
    font-size: 6.1538vw;
  }
  .profileBlk__detail dd {
    margin-top: 5.3333vw;
    font-size: 4.1026vw;
  }
  .profileBlk__profImage {
    width: 55.8974vw;
  }
}

/* component
-------------------------------------------------- */
.cSecHero__box {
  text-align: center;
}
.cSecHero__title {
  font-size: 2.4rem;
  font-weight: 500;
}
.cSecHero__copy {
  margin-top: 50px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.cSecTitle {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #001489;
}
.cSecTitle.white {
  color: #fff;
}
.cSecHeader__title1 {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #001489;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.285;
}
.cSecHeader__title1.icon-reef-left::before,
.cSecHeader__title1.icon-reef-right::before {
  content: '';
  position: absolute;
  left: -8px;
  width: 190px;
  height: 86px;
  bottom: -30px;
  background: url(../img/title-icon1.png) no-repeat left bottom;
}
.cSecHeader__title1.icon-reef-right::before {
  left: auto;
  right: -15px;
  transform: scale(-1, 1);
}
.cSecHeader__title1.icon-arrow-left::before,
.cSecHeader__title1.icon-arrow-right::before {
  content: '';
  position: absolute;
  left: -5px;
  width: 161px;
  height: 91px;
  bottom: 0;
  background: url(../img/title-icon2.png) no-repeat left bottom;
}
.cSecHeader__title1.icon-arrow-right::before {
  left: auto;
  right: -15px;
}
.cSecHeader__title2 {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.cIcon__point {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.cSecHeader__copy {
  margin-top: 15px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
.cBtn__external {
  display: block;
  width: 445px;
  margin: 25px auto 0;
  padding: 20px 0;
  border: 3px solid #001489;
  background: #001489;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: background .5s ease;
}
.cBtn__external span {
  display: inline-block;
  padding-right: 40px;
  background: url(../img/icon-external.png) no-repeat right center;
}

@media (hover: hover) {
  .cBtn__external:hover {
    background: #fff;
    color: #001489;
  }
  .cBtn__external:hover span {
    background: url(../img/icon-external-blue.png) no-repeat right center;
  }
}

@media (min-width: 768px) {
  .cSecHero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .cSecHero.reverse {
    flex-direction: row-reverse;
  }
  .cSecHero__image img {
    width: 100%;
  }
  .cIcon__point img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .cSecHero__title {
    font-size: 5.1282vw;
  }
  .cSecHero__copy {
    margin-top: 5.1282vw;
    font-size: 5.1282vw;
  }
  .cSecHero__image {
    margin: 5.15vw auto 0;
  }
  .cSecTitle span {
    position: relative;
    display: inline-block;
    font-size: 6.15vw;
    z-index: 3 !important;
  }
  .cSecHeader {
    padding: 0 4vw;
  }
  .cSecHeader__title1 {
    margin-top: 8vw;
    padding-bottom: 6vw;
    font-size: 7.18vw;
  }
  .cSecHeader__title1.icon-reef-left::before,
  .cSecHeader__title1.icon-reef-right::before {
    left: -1.3333vw;
    bottom: -2.8vw;
    width: 17.4359vw;
    height: 7.9487vw;
    background-size: 100%;
  }
  .cSecHeader__title1.icon-reef-right::before {
    left: auto;
    right: -2.6666vw;
  }
  .cSecHeader__title1.icon-arrow-left::before,
  .cSecHeader__title1.icon-arrow-right::before {
    left: -1.3333vw;
    width: 21.0256vw;
    height: 11.7949vw;
    background-size: 100%;
  }
  .cSecHeader__title1.icon-arrow-right::before {
    left: auto;
    right: -2.6666vw;
  }
  .cSecHeader__title2 {
    font-size: 5.1282vw;
  }
  .cSecHeader__copy {
    margin-top: 3.2vw;
    font-size: 4.6154vw;
  }
  .quality2Blk-point1__image figcaption,
  .quality2Blk-point2__image figcaption {
    margin-top: 1.3333vw;
    font-size: 3.0769vw;
  }
  .cIcon__point {
    width: 30vw;
    margin: 0 auto 4vw;
  }
  .cBtn__external {
    width: 76.9231vw;
    margin-top: 6vw;
    padding: 5.8vw;
  }
  .cBtn__external span {
    padding-right: 8vw;
    font-size: 4.8718vw;
  }
}


/* utility
-------------------------------------------------- */
[class*="Blk-point"] {
  margin-top: 80px;
}
[class*="Blk__bg"]:not(.kvBlk__bg) {
  position: absolute;
}

@media (min-width: 768px) {
  .uHidden--pc {
    display: none;
  }
}

@media (max-width: 767px) {
  [class*="Blk__inner"]:not(.kvBlk__inner) {
    margin-top: 5.3333vw;
    padding: 0 4vw;
  }
  [class*="Blk-point"] {
    margin-top: 2vw;
  }
  .uHidden--sp {
    display: none;
  }
}


/* animation
-------------------------------------------------- */
.fadeIn {
	transition: opacity 1s ease-in-out;
	will-change: opacity;
	opacity: 0;
}
.fadeIn._action {
	opacity: 1;
}

.slideUp {
	transition: opacity .5s, transform .5s;
	transform: translateY(5px);
	opacity: 0;
}
.slideUp._action {
	transform: translateY(0);
	opacity: 1;
}


/* videoModal
-------------------------------------------------- */
.videoModal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background: rgba(0, 20, 137, .8);
  z-index: 9999;
}
.videoModal__inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #001489;
}
.videoModal__iframeWrap {
  aspect-ratio: 16/9;
}
.videoModal__iframeWrap iframe {
  width: 100%;
  height: 100%;
}
.videoModal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
}
.videoModal__close::before,
.videoModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.videoModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.videoModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.videoModal__iframeWrap {
  overflow: hidden;
}
.videoModal__iframeWrap iframe {
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

@media (max-width: 767px) {
  .videoModal {
    padding: 0 4vw;
  }
}

/* splide
-------------------------------------------------- */
.splide__arrow:disabled {
  display: none;
}
.splide__pagination {
  bottom: -10%;
  counter-reset: pagination-num;
}
.splide__pagination__page::before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}
.splide__pagination__page {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b2b8dc;
  font-size: 1.8rem;
  font-weight: 600;
  color: #001489;
}
.splide__pagination__page.is-active {
  border: 3px solid #001489;
  opacity: 1;
  transform: scale(1);
}
.splide__pagination li + li {
  margin-left: 30px;
}
.splide__arrow {
  background: none;
  opacity: 1;
}
.splide__arrow {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border-right: 4px solid #001f87;
  border-bottom: 4px solid #001f87;
  transform: rotate(-45deg);
}
.splide__arrow--next {
  right: 140px;
}
.splide__arrow--prev {
  left: 140px;
  transform: scale(-1, 1) rotate(-45deg);
}
.splide__arrow svg {
  visibility: hidden;
}

@media (max-width: 767px) {
  .splide__pagination {
    bottom: -13%;
  }
  .splide__pagination__page {
    width: 11.2821vw;
    height: 11.2821vw;
    font-size: 4.6154vw;
  }
  .splide__pagination li + li {
    margin-left: 9.2308vw;
  }
  .splide__arrow {
    width: 7.6923vw;
    height: 7.6923vw;
  }
  .splide__arrow--next {
    right: 0;
  }
  .splide__arrow--prev {
    left: 0;
  }
}