@charset "UTF-8";
/* home common
-----------------------------------------------------------*/
h2.hl {
  font-size: min(3.064516129vw, 38px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
h2.hl + p {
  font-size: min(1.4516129032vw, 18px);
  font-weight: 500;
  text-align: center;
  margin-top: min(1.6129032258vw, 20px);
}

div.btnWrap {
  margin-top: min(2.8225806452vw, 35px);
  display: flex;
  justify-content: center;
  gap: min(2.4193548387vw, 30px);
}
div.btnWrap .featureLink {
  margin-top: 0;
}
div.btnWrap .featureLink a {
  width: min(26.1290322581vw, 324px);
}

.featureLink {
  margin-top: min(4.435483871vw, 55px);
}
.featureLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(32.2580645161vw, 400px);
  height: min(4.6774193548vw, 58px);
  margin: 0 auto;
  border-radius: min(0.8064516129vw, 10px);
  background: #f3cf11;
  color: #231815;
  font-size: min(1.2903225806vw, 16px);
  font-weight: 700;
  border: 1px solid #f3cf11;
}
.featureLink a span {
  width: min(1.1290322581vw, 14px);
  height: min(1.1290322581vw, 14px);
  line-height: 1;
  margin-left: 0.7em;
}
.featureLink a span path,
.featureLink a span polygon {
  fill: #231815;
  transition: 0.3s all;
}
.featureLink a:hover {
  background: #fff;
  color: #f3cf11;
}
.featureLink a:hover span path,
.featureLink a:hover span polygon {
  fill: #f3cf11;
}

@media screen and (max-width: 767px) {
  h2.hl {
    font-size: 7.2vw;
    line-height: 1.5;
  }
  h2.hl + p {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
  div.btnWrap {
    margin-top: 9.3333333333vw;
    flex-direction: column;
    gap: 4vw;
  }
  div.btnWrap .featureLink {
    margin-top: 0;
  }
  div.btnWrap .featureLink a {
    width: 100%;
  }
  .featureLink {
    margin-top: 13.3333333333vw;
  }
  .featureLink a {
    width: 100%;
    height: 14.9333333333vw;
    border-radius: 1.6vw;
    font-size: 3.7333333333vw;
  }
  .featureLink a span {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
/* kv
-----------------------------------------------------------*/
#kvSec {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #dfdfdf;
}
#kvSec h1 {
  width: min(46.5vw, 558px);
  margin: min(14.1666666667vw, 170px) auto min(5.4166666667vw, 65px);
}
#kvSec div.kvBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-height: calc(var(--vh) * 100);
  max-width: 1220px;
  margin: 0 auto;
  gap: min(2.5vw, 30px);
  position: relative;
}
#kvSec div.kvBox div.figWrap {
  width: min(43.3333333333vw, 520px);
  position: relative;
  margin-right: -35px;
}
#kvSec div.kvBox div.figWrap p {
  width: min(18.3333333333vw, 220px);
  position: absolute;
  right: min(9.5833333333vw, 115px);
  bottom: min(28.3333333333vw, 340px);
  z-index: 20;
}
#kvSec div.kvBox > figure {
  width: min(60.3333333333vw, 724px);
  margin-left: max(-2vw, -24px);
  margin-bottom: max(-5.0833333333vw, -61px);
}
#kvSec div.kvBox ul.catchList {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: min(1.2096774194vw, 15px);
  top: max(-0.8064516129vw, -10px);
  left: min(10.8064516129vw, 134px);
  z-index: 20;
  transition: 0.6s all;
  transform: translateY(min(4.0322580645vw, 50px));
}
#kvSec div.kvBox ul.catchList li img {
  width: auto;
  height: min(7.0967741935vw, 88px);
}
#kvSec div.kvBox ul.catchList.onAnim {
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  #kvSec h1 {
    width: 86.4vw;
    margin: 18.6666666667vw auto 13.3333333333vw;
  }
  #kvSec div.kvBox {
    display: block;
    width: 100%;
    height: 103.2vw;
  }
  #kvSec div.kvBox div.figWrap {
    position: absolute;
    width: 81.8666666667vw;
    margin-right: 0;
    bottom: 0;
    right: -26.6666666667vw;
    z-index: 10;
  }
  #kvSec div.kvBox div.figWrap p {
    width: 34.6666666667vw;
    right: 20.8vw;
    bottom: 50.6666666667vw;
  }
  #kvSec div.kvBox > figure {
    width: 113.6vw;
    margin-left: -32.5333333333vw;
    margin-bottom: 0;
  }
  #kvSec div.kvBox ul.catchList {
    gap: 2.4vw;
    top: -2.1333333333vw;
    left: 1.3333333333vw;
    transform: translateY(13.3333333333vw);
  }
  #kvSec div.kvBox ul.catchList li img {
    height: 13.8666666667vw;
  }
}
/* ServiceSec
-----------------------------------------------------------*/
.pagerDots {
  display: none;
}

section#ServiceSec {
  margin-top: min(5.6451612903vw, 70px);
  padding: min(3.6290322581vw, 45px) 0 min(10.4838709677vw, 130px);
}
section#ServiceSec .notice {
  width: min(61.2903225806vw, 760px);
  height: min(4.1935483871vw, 52px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3cf11;
  color: #fff;
  font-size: min(1.2903225806vw, 16px);
  font-weight: 700;
  border-radius: min(0.6451612903vw, 8px);
  margin: min(1.6129032258vw, 20px) auto 0;
}
section#ServiceSec .notice::before {
  content: "";
  width: min(1.2903225806vw, 16px);
  height: min(2.0161290323vw, 25px);
  background: url(../img/icon_hint.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
section#ServiceSec div.serviceBox > div {
  display: flex;
  justify-content: space-between;
  margin-top: min(5.6451612903vw, 70px);
}
section#ServiceSec div.serviceBox > div:nth-of-type(2n) {
  flex-direction: row-reverse;
}
section#ServiceSec div.serviceBox > div:nth-of-type(2n) figure {
  margin-right: auto;
  margin-left: max(-9.6774193548vw, -120px);
}
section#ServiceSec div.serviceBox > div > div {
  width: 50%;
  padding: min(2.4193548387vw, 30px) 0 0 0;
  box-sizing: border-box;
  font-size: min(1.2096774194vw, 15px);
  text-align: justify;
}
section#ServiceSec div.serviceBox > div figure {
  width: min(43.7903225806vw, 543px);
  margin-right: max(-9.6774193548vw, -120px);
}
section#ServiceSec div.serviceBox h3 {
  font-size: min(2.9032258065vw, 36px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: min(2.0161290323vw, 25px);
  letter-spacing: 0.12em;
}
section#ServiceSec div.serviceBox .note {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .pagerDots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.3333333333vw;
  }
  .pagerDots .swiper-pagination-bullet {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .pagerDots .swiper-pagination-bullet-active {
    background: #f3cf11;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  section#ServiceSec {
    margin-top: 0;
    padding: 14.6666666667vw 0 22.6666666667vw;
  }
  section#ServiceSec .notice {
    width: calc(100% + 13.3333333333vw);
    height: auto;
    align-items: flex-start;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
    padding: 4vw 8vw;
    margin: 10.6666666667vw auto 0;
    box-sizing: border-box;
    line-height: 1.3;
  }
  section#ServiceSec .notice::before {
    content: "";
    width: 3.7333333333vw;
    height: 5.8666666667vw;
    flex-shrink: 0;
    margin-right: 0.8em;
  }
  section#ServiceSec div.serviceBox > div {
    flex-direction: column;
    margin-top: 13.3333333333vw;
  }
  section#ServiceSec div.serviceBox > div:nth-of-type(2n) {
    flex-direction: column;
  }
  section#ServiceSec div.serviceBox > div:nth-of-type(2n) figure {
    margin-left: 0;
  }
  section#ServiceSec div.serviceBox > div > div {
    width: 100%;
    padding: 0;
    font-size: 3.4666666667vw;
  }
  section#ServiceSec div.serviceBox > div figure {
    width: 100%;
    margin-top: 8vw;
    margin-left: 0;
  }
  section#ServiceSec div.serviceBox h3 {
    font-size: 6.4vw;
    margin-bottom: 4.5333333333vw;
  }
}
/* PointSec
-----------------------------------------------------------*/
section#PointSec div.pointGet {
  padding: min(6.4516129032vw, 80px) 0 min(6.8548387097vw, 85px);
  background: #f2f2f2;
}
section#PointSec div.pointUse {
  padding: min(6.4516129032vw, 80px) 0 min(6.8548387097vw, 85px);
}
section#PointSec div.pointUse div.pubBox li:last-child::before {
  background-image: url(../img/p_use.png);
  background-size: contain;
}
section#PointSec div.pubBox {
  margin-bottom: min(6.0483870968vw, 75px);
}
section#PointSec div.pubBox h2 {
  margin: 0 auto min(3.2258064516vw, 40px);
  font-size: min(3.7096774194vw, 46px);
  font-weight: 700;
  text-align: center;
  color: #002b62;
}
section#PointSec div.pubBox h2 + p {
  text-align: center;
  margin-bottom: min(4.435483871vw, 55px);
  font-size: min(1.2096774194vw, 15px);
}
section#PointSec div.pubBox ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section#PointSec div.pubBox ul.onAnim .arr {
  opacity: 1;
  transform: translateX(0);
}
section#PointSec div.pubBox li {
  width: min(33.8709677419vw, 420px);
  text-align: center;
  font-size: min(1.2903225806vw, 16px);
}
section#PointSec div.pubBox li h3 {
  font-size: min(2.4193548387vw, 30px);
  font-weight: bold;
  margin-bottom: min(2.0161290323vw, 25px);
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#PointSec div.pubBox li h3::before {
  content: "1";
  font-size: min(2.6612903226vw, 33px);
  width: min(4.0322580645vw, 50px);
  height: min(4.0322580645vw, 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #f3cf11;
  border-radius: 50%;
  margin-right: min(0.8064516129vw, 10px);
}
section#PointSec div.pubBox li:last-child {
  position: relative;
}
section#PointSec div.pubBox li:last-child h3::before {
  content: "2";
}
section#PointSec div.pubBox li:last-child::before {
  content: "";
  display: block;
  width: min(10.2419354839vw, 127px);
  height: min(6.3709677419vw, 79px);
  background: url(../img/p_get.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: min(5.6451612903vw, 70px);
  left: max(-6.8548387097vw, -85px);
  z-index: 20;
  opacity: 0;
  transform-origin: right bottom;
  transform: scale(0.5);
}
section#PointSec div.pubBox li:last-child.onAnim::before {
  opacity: 1;
  -webkit-animation: fukidashi 0.3s 1 cubic-bezier(0.17, 0.67, 0.46, 1.47) both;
          animation: fukidashi 0.3s 1 cubic-bezier(0.17, 0.67, 0.46, 1.47) both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fukidashi {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100%, to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fukidashi {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100%, to {
    opacity: 1;
    transform: scale(1);
  }
}
section#PointSec div.pubBox li.arr {
  width: min(4.3548387097vw, 54px);
  margin-top: min(17.7419354839vw, 220px);
  transition: 0.4s all;
  opacity: 0;
  transform: translateX(max(-3.2258064516vw, -40px));
  transition-delay: 0.2s;
}
section#PointSec div.pubBox li .img {
  margin-bottom: min(1.6129032258vw, 20px);
}
section#PointSec h3 {
  font-size: min(2.8225806452vw, 35px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
}
section#PointSec h3 + p {
  text-align: center;
  font-weight: 500;
  font-size: min(1.2903225806vw, 16px);
  line-height: 1.4;
  margin-top: min(2.4193548387vw, 30px);
}
section#PointSec div.sceneBox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.6129032258vw, 20px);
  margin-top: min(3.2258064516vw, 40px);
}
section#PointSec div.sceneBox li {
  position: relative;
  background: #fff;
  border-radius: min(0.8064516129vw, 10px);
  padding: min(2.2580645161vw, 28px) min(1.2903225806vw, 16px);
}
section#PointSec div.sceneBox li.hot::after {
  content: "";
  width: min(3.7096774194vw, 46px);
  height: min(3.7903225806vw, 47px);
  display: block;
  position: absolute;
  top: min(0.4032258065vw, 5px);
  right: min(0.4032258065vw, 5px);
  z-index: 10;
  background: url(../img/icon_fav.png) center center no-repeat;
  background-size: contain;
}
section#PointSec div.sceneBox h4 {
  font-size: min(1.7741935484vw, 22px);
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: min(1.6129032258vw, 20px);
}
section#PointSec div.sceneBox h4::before {
  content: "";
  width: min(3.1451612903vw, 39px);
  height: min(3.1451612903vw, 39px);
  background: url(../img/icon_point.png) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  section#PointSec div.pointGet {
    padding: 16vw 0;
    background: #f2f2f2;
  }
  section#PointSec div.pointUse {
    padding: 16vw 0;
  }
  section#PointSec div.pubBox {
    margin-bottom: 13.3333333333vw;
  }
  section#PointSec div.pubBox h2 {
    margin: 0 auto 6.6666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.4;
  }
  section#PointSec div.pubBox h2 + p {
    text-align: center;
    margin-bottom: 14.6666666667vw;
    font-size: 3.7333333333vw;
  }
  section#PointSec div.pubBox ul {
    flex-direction: column;
  }
  section#PointSec div.pubBox ul.onAnim .arr {
    transform: translateY(0) rotate(90deg);
  }
  section#PointSec div.pubBox li {
    width: 100%;
    font-size: 3.7333333333vw;
  }
  section#PointSec div.pubBox li h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  section#PointSec div.pubBox li h3::before {
    font-size: 7.2vw;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    margin-right: 2.1333333333vw;
  }
  section#PointSec div.pubBox li .img {
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
  }
  section#PointSec div.pubBox li:last-child::before {
    width: 21.8666666667vw;
    height: 13.8666666667vw;
    top: 13.3333333333vw;
    left: -6.6666666667vw;
  }
  section#PointSec div.pubBox li.arr {
    width: 9.6vw;
    margin: 8vw auto;
    transform: translateY(-8vw) rotate(90deg);
  }
  section#PointSec div.pubBox li .img {
    margin-bottom: min(1.6129032258vw, 20px);
  }
  section#PointSec h3 {
    font-size: 5.6vw;
    margin-top: 0;
  }
  section#PointSec h3 + p {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  section#PointSec div.sceneBox {
    margin-top: 10.6666666667vw;
    padding: 0;
    box-sizing: border-box;
    font-size: 3.7333333333vw;
  }
  section#PointSec div.sceneBox ~ div.sceneBox {
    margin-top: 20vw;
  }
  section#PointSec div.sceneBox ul {
    display: block;
    margin-top: 8vw;
  }
  section#PointSec div.sceneBox li {
    padding: 5.3333333333vw 4vw;
    border-radius: 2.1333333333vw;
  }
  section#PointSec div.sceneBox li ~ li {
    margin-top: 4vw;
  }
  section#PointSec div.sceneBox li.hot::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  section#PointSec div.sceneBox h4 {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  section#PointSec div.sceneBox h4::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
/* FeatureSec
-----------------------------------------------------------*/
section#FeatureSec {
  padding: min(8.064516129vw, 100px) 0 min(8.8709677419vw, 110px);
  background: #f5f5f5;
}
section#FeatureSec div.featureBox {
  margin-top: min(3.2258064516vw, 40px);
}
section#FeatureSec div.featureBox ~ div.featureBox {
  margin-top: min(5.6451612903vw, 70px);
}
section#FeatureSec div.featureBox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.8225806452vw, 35px) min(2.0161290323vw, 25px);
  margin-top: min(2.4193548387vw, 30px);
}
section#FeatureSec div.featureBox li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  width: auto;
  height: auto;
  padding: 0 min(2.0161290323vw, 25px) min(2.8225806452vw, 35px);
  border-radius: min(0.8064516129vw, 10px);
  letter-spacing: 0.03em;
}
section#FeatureSec div.featureBox h3 {
  font-size: min(2.2580645161vw, 28px);
  font-weight: 700;
  text-align: center;
}
section#FeatureSec div.featureBox figure {
  width: min(7.2580645161vw, 90px);
  height: min(10.8870967742vw, 135px);
  padding-top: min(0.4032258065vw, 5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
section#FeatureSec div.featureBox h4 {
  line-height: 1;
  font-size: min(1.8548387097vw, 23px);
  color: #002b62;
  font-weight: 700;
  margin-bottom: min(1.6129032258vw, 20px);
}
section#FeatureSec div.featureBox.bnrs figure {
  width: min(10.4838709677vw, 130px);
  height: min(9.6774193548vw, 120px);
  padding-top: min(1.6129032258vw, 20px);
}
section#FeatureSec .notice {
  margin-top: min(2.8225806452vw, 35px);
}

@media screen and (max-width: 767px) {
  section#FeatureSec {
    padding: 17.3333333333vw 0 21.3333333333vw;
    overflow: hidden;
  }
  section#FeatureSec div.featureBox {
    margin-top: 8vw;
  }
  section#FeatureSec div.featureBox ~ div.featureBox {
    margin-top: 13.3333333333vw;
  }
  section#FeatureSec div.featureBox ul {
    display: flex;
    margin-top: 8vw;
    gap: 0;
  }
  section#FeatureSec div.featureBox li {
    padding: 0 5.3333333333vw 8vw;
    border-radius: 2.6666666667vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  section#FeatureSec div.featureBox h3 {
    font-size: 5.3333333333vw;
  }
  section#FeatureSec div.featureBox figure {
    width: 22.4vw;
    height: 33.6vw;
    padding-top: 1.3333333333vw;
    flex-shrink: 0;
  }
  section#FeatureSec div.featureBox h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  section#FeatureSec div.featureBox.bnrs figure {
    width: 29.3333333333vw;
    height: 28vw;
    padding-top: 4vw;
  }
  section#FeatureSec .notice {
    margin-top: 6.6666666667vw;
  }
}
/* PlanSec
-----------------------------------------------------------*/
section#PlanSec {
  padding: min(5.6451612903vw, 70px) 0 min(7.2580645161vw, 90px);
  background: #002b62;
  color: #fff;
}
section#PlanSec div.planNoteBpx {
  margin-top: min(3.6290322581vw, 45px);
  font-size: min(1.4516129032vw, 18px);
  font-weight: 700;
}
section#PlanSec div.planNoteBpx .notice {
  font-size: min(1.1290322581vw, 14px);
  font-weight: 400;
  margin-top: 0.8em;
}
section#PlanSec ul.planList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: min(4.8387096774vw, 60px) auto 0;
  gap: min(1.2096774194vw, 15px);
}
section#PlanSec ul.planList li {
  border-radius: min(0.8064516129vw, 10px);
  box-sizing: border-box;
  padding: 0 min(2.0161290323vw, 25px) min(3.2258064516vw, 40px);
  margin-bottom: min(2.4193548387vw, 30px);
  position: relative;
  background: #fff;
  color: #231815;
  font-size: min(1.2903225806vw, 16px);
  /* ラベル部分 右上に表示 */
}
section#PlanSec ul.planList li ~ li {
  margin-left: 0;
}
section#PlanSec ul.planList li.triangle::after {
  content: "";
  width: min(8.3064516129vw, 103px);
  height: min(8.3064516129vw, 103px);
  background: url(../img/no1.png) 0 0 no-repeat;
  background-position: top 0 right 0;
  background-size: contain;
  display: block;
  top: max(-0.4838709677vw, -6px);
  right: max(-0.4838709677vw, -6px);
  position: absolute;
  z-index: 10;
}
section#PlanSec ul.planList li h3 {
  text-align: center;
  font-size: min(2.0967741935vw, 26px);
  font-weight: 700;
  height: min(10.0806451613vw, 125px);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.23;
}
section#PlanSec ul.planList li dt {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: min(0.4032258065vw, 5px);
}
section#PlanSec ul.planList li dd {
  font-size: min(2.6612903226vw, 33px);
  line-height: 1.2;
  text-align: right;
  margin-bottom: min(1.2096774194vw, 15px);
  font-family: "AdventPro-SemiBold";
  font-weight: bold;
}
section#PlanSec ul.planList li dd span {
  display: inline-block;
  font-size: min(1.2903225806vw, 16px);
  transform: translateY(-0.15em);
  padding-left: min(0.4032258065vw, 5px);
}
section#PlanSec ul.planList li .note {
  font-size: min(1.1290322581vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
section#PlanSec .planLink {
  margin-top: min(2.8225806452vw, 35px);
}
section#PlanSec .planLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(32.2580645161vw, 400px);
  height: min(4.8387096774vw, 60px);
  margin: 0 auto;
  border-radius: min(0.8064516129vw, 10px);
  border: 1px solid #f3cf11;
  background: #f3cf11;
  color: #231815;
  font-size: min(1.2903225806vw, 16px);
  font-weight: 700;
}
section#PlanSec .planLink a span {
  width: min(1.1290322581vw, 14px);
  height: min(1.1290322581vw, 14px);
  line-height: 1;
  margin-left: 0.5em;
}
section#PlanSec .planLink a span path,
section#PlanSec .planLink a span polygon {
  fill: #231815;
  transition: 0.3s all;
}
section#PlanSec .planLink a:hover {
  background: #fff;
  color: #f3cf11;
}
section#PlanSec .planLink a:hover span path,
section#PlanSec .planLink a:hover span polygon {
  fill: #f3cf11;
}
section#PlanSec .indentList {
  margin-top: min(2.8225806452vw, 35px);
  font-weight: 400;
}
section#PlanSec .indentList li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  section#PlanSec {
    padding: 16vw 0;
  }
  section#PlanSec div.planNoteBpx {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  section#PlanSec div.planNoteBpx .notice {
    font-size: 3.2vw;
  }
  section#PlanSec ul.planList {
    display: flex;
    flex-direction: column;
    margin: 8vw auto 0;
    gap: 4vw;
  }
  section#PlanSec ul.planList li {
    border-radius: 2.6666666667vw;
    padding: 0 5.3333333333vw 5.3333333333vw;
    margin-bottom: 0;
    font-size: 3.7333333333vw;
    /* ラベル部分 右上に表示 */
  }
  section#PlanSec ul.planList li ~ li {
    margin-left: 0;
  }
  section#PlanSec ul.planList li.triangle::after {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: 0;
    right: 0;
  }
  section#PlanSec ul.planList li h3 {
    font-size: 4.8vw;
    height: 17.0666666667vw;
  }
  section#PlanSec ul.planList li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  section#PlanSec ul.planList li dt {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.3333333333vw;
    width: 45%;
  }
  section#PlanSec ul.planList li dd {
    width: 55%;
    font-size: 7.2vw;
    margin-bottom: 1.3333333333vw;
  }
  section#PlanSec ul.planList li dd span {
    font-size: 3.7333333333vw;
    padding-left: 1.3333333333vw;
  }
  section#PlanSec ul.planList li .note {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  section#PlanSec .planLink {
    margin-top: 6.6666666667vw;
  }
  section#PlanSec .planLink a {
    width: 100%;
    height: 14.9333333333vw;
    border-radius: 1.6vw;
    font-size: 3.7333333333vw;
  }
  section#PlanSec .planLink a span {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  section#PlanSec .indentList {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}
/* SecuritySec
-----------------------------------------------------------*/
section#SecuritySec {
  padding: min(7.2580645161vw, 90px) 0 min(8.8709677419vw, 110px);
}
section#SecuritySec ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.0161290323vw, 25px) 0;
  margin-top: min(5.6451612903vw, 70px);
}
section#SecuritySec ul li {
  font-size: min(1.2096774194vw, 15px);
}
section#SecuritySec ul li > div {
  display: flex;
  justify-content: space-between;
  margin-top: min(1.2096774194vw, 15px);
}
section#SecuritySec ul li:nth-child(2n+1) .note {
  padding-right: min(2.4193548387vw, 30px);
  width: calc(100% - min(12.0967741935vw, 150px));
}
section#SecuritySec ul h3 {
  font-size: min(1.5322580645vw, 19px);
  font-weight: 700;
}
section#SecuritySec ul figure {
  width: min(8.4677419355vw, 105px);
}
section#SecuritySec ul .note {
  width: calc(100% - min(9.6774193548vw, 120px));
}

@media screen and (max-width: 767px) {
  section#SecuritySec {
    padding: 18.6666666667vw 0 21.3333333333vw;
  }
  section#SecuritySec ul {
    display: flex;
    flex-direction: column;
    gap: 8vw 0;
    margin-top: 9.3333333333vw;
  }
  section#SecuritySec ul li {
    font-size: 3.2vw;
    text-align: justify;
  }
  section#SecuritySec ul li > div {
    margin-top: 2.6666666667vw;
  }
  section#SecuritySec ul li:nth-child(2n+1) .note {
    padding-right: 0;
    width: calc(100% - 24vw);
  }
  section#SecuritySec ul h3 {
    font-size: 4vw;
    letter-spacing: -0.01em;
  }
  section#SecuritySec ul figure {
    width: 21.3333333333vw;
  }
  section#SecuritySec ul .note {
    width: calc(100% - 24vw);
  }
}
/* FaqSec
-----------------------------------------------------------*/
section#FaqSec {
  background: #f5f5f5;
  padding: min(8.064516129vw, 100px) 0 min(6.4516129032vw, 80px);
}
section#FaqSec ul.faqList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.4193548387vw, 30px);
  margin-top: min(6.4516129032vw, 80px);
}
section#FaqSec ul.faqList li {
  padding: min(3.2258064516vw, 40px) min(2.8225806452vw, 35px);
  box-sizing: border-box;
  background: #fff;
  border-radius: min(1.2096774194vw, 15px);
}
section#FaqSec ul.faqList li:nth-child(2n+1) {
  margin-left: 0;
}
section#FaqSec ul.faqList li > div {
  position: relative;
  padding-left: min(3.2258064516vw, 40px);
}
section#FaqSec ul.faqList li > div::before {
  content: "";
  width: min(1.5322580645vw, 19px);
  height: min(1.7741935484vw, 22px);
  background: url(../img/qst.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: min(0.4032258065vw, 5px);
  left: 0;
}
section#FaqSec ul.faqList li > div.qstBox {
  font-size: min(1.5322580645vw, 19px);
  font-weight: bold;
}
section#FaqSec ul.faqList li > div.ansBox {
  margin-top: 1.5em;
}
section#FaqSec ul.faqList li > div.ansBox::before {
  width: min(1.5322580645vw, 19px);
  height: min(1.5322580645vw, 19px);
  background: url(../img/ans.svg) 0 0 no-repeat;
  background-size: contain;
}
section#FaqSec ul.faqList li > div p ~ p {
  margin-top: 1em;
}
section#FaqSec ul.faqList li:nth-child(2n) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
section#FaqSec ul.faqList.hideSPList {
  margin-top: min(2.4193548387vw, 30px);
}
section#FaqSec .btnMore {
  display: none;
}

@media screen and (max-width: 767px) {
  section#FaqSec {
    padding: 16vw 0 21.3333333333vw;
  }
  section#FaqSec ul.faqList {
    display: block;
    margin-top: 12vw;
  }
  section#FaqSec ul.faqList li {
    width: 100%;
    margin-left: 0;
    padding: 8vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  section#FaqSec ul.faqList li > div {
    position: relative;
    padding-left: 8vw;
  }
  section#FaqSec ul.faqList li > div::before {
    width: 4.5333333333vw;
    height: 5.3333333333vw;
    top: 1.3333333333vw;
    left: 0;
  }
  section#FaqSec ul.faqList li > div.qstBox {
    font-size: 4vw;
    font-weight: bold;
  }
  section#FaqSec ul.faqList li > div.ansBox {
    font-size: 3.7333333333vw;
  }
  section#FaqSec ul.faqList li > div.ansBox::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background: url(../img/ans.svg) 0 0 no-repeat;
    background-size: contain;
  }
  section#FaqSec ul.faqList.hideSPList {
    display: none;
  }
  section#FaqSec .btnMore {
    display: block;
  }
  section#FaqSec .btnMore a {
    margin: 5.3333333333vw auto 0;
    width: 48vw;
    height: 12vw;
    line-height: 12vw;
    border: 0.5333333333vw solid #002b62;
    border-radius: 8vw;
    text-align: center;
    color: #002b62;
    transition: 0.3s all;
    font-size: 3.4666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#FaqSec .btnMore a span {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    overflow: hidden;
    line-height: 1;
    margin-right: 1.3333333333vw;
    transition: 0.3s all;
  }
  section#FaqSec .btnMore a svg {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  section#FaqSec .btnMore a path,
section#FaqSec .btnMore a polygon {
    transition: 0.3s all;
    fill: #002b62;
  }
  section#FaqSec .btnMore a:hover {
    background: #002b62;
    color: #fff;
  }
  section#FaqSec .btnMore a:hover path,
section#FaqSec .btnMore a:hover polygon {
    fill: #fff;
  }
  section#FaqSec .btnMore i {
    display: inline-block;
    font-style: normal;
  }
  section#FaqSec .btnMore i.close {
    display: none;
    padding: 0 1em;
  }
  section#FaqSec .btnMore.open span {
    transform: rotate(135deg);
  }
  section#FaqSec .btnMore.open i.more {
    display: none;
  }
  section#FaqSec .btnMore.open i.close {
    display: inline-block;
  }
}
/* modal window
-----------------------------------------------------------*/
/* modal */
#videoMdl {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
#videoMdl div.videoInner {
  width: 100%;
  max-width: min(72.5806451613vw, 900px);
  box-shadow: 0 0 min(0.6451612903vw, 8px) rgba(0, 0, 0, 0.6);
  background: #000;
  position: relative;
}
#videoMdl video {
  width: 100%;
  vertical-align: bottom;
}
#videoMdl .btnClose {
  width: min(3.2258064516vw, 40px);
  height: min(3.2258064516vw, 40px);
  cursor: pointer;
  position: absolute;
  top: max(-3.2258064516vw, -40px);
  right: 0;
  z-index: 10000;
}
#videoMdl .btnClose span {
  width: min(1.6129032258vw, 20px);
  height: min(0.1612903226vw, 2px);
  background: #fff;
  position: absolute;
  z-index: 10002;
  top: calc(50% - 1px);
  left: calc(50% - min(0.8064516129vw, 10px));
  transform: rotate(45deg);
  transition: 0.3s all;
}
#videoMdl .btnClose span:last-of-type {
  transform: rotate(-45deg);
}
#videoMdl .btnClose:hover span {
  background: #f3cf11;
}

@media screen and (max-width: 767px) {
  #videoMdl div.videoInner {
    width: 90%;
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  #videoMdl .btnClose {
    width: 8vw;
    height: 8vw;
    top: -8vw;
    right: 0;
  }
  #videoMdl .btnClose span {
    width: 4vw;
    height: 0.2666666667vw;
    top: calc(50% - 0.2666666667vw);
    left: calc(50% - 1.3333333333vw);
  }
}
/*# sourceMappingURL=home.css.map */