@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pege-header {
  background-color: #0A2A88;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100000;
}

.logo {
  margin-top: 15px;
  height: 60px;
}

#g-nav-list {
  display: none;
}

.openbtn-pc {
  display: block;
}

.nav-list {
  display: flex;
  justify-content: end;
  list-style: none;
  margin-top: 30px;
}

.nav-list-item a {
  text-decoration: none;
  color: #fff;
  padding: 15px;
  white-space: nowrap
}

.nav-list-item-c a {
  text-decoration: none;
  padding: 15px;
  color: black;
  background-color: #FFBC10;
  border-radius: 30px;
  padding: 15px;
  font-weight: 600;
  margin: 10px;
  white-space: nowrap
}

.wrapper {
  margin: 0 auto;
  padding: 0 15%;
  width: 100%;
}

textarea {
  padding: 5px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .pege-header {
    position: fixed;
    z-index: 10000;
  }

  .openbtn-pc {
    display: none;
  }

  .openbtn-sp {
    display: block;
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn-sp span {
    display: inline-block;
    transform: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn-sp span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn-sp span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn-sp span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn-sp.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn-sp.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn-sp.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
  }

  #g-nav.panelactive #g-nav-list {
    display: block;
  }

  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #g-nav.panelactive ul {
    opacity: 1;
  }

  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #4364F7;
    transform: scale(0);
    bottom: -50%;
    left: calc(50% - 50%);
    transition: all .6s;
  }

  .circle-bg.circleactive {
    transform: scale(50);
  }

  nav ul {
    list-style: none;
    text-align: center;
  }

  nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 10px;
  }
}

.main-visual {
  width: 100%;
  background-image: url(../img/main-back.png);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  z-index: 20000;
}

@media screen and (max-width: 480px) {
  .main-visual {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 8px;
  }

}

.jisseki-sp {
  display: none;
}

.main-visual-text {
  text-align: center;
  padding: 20px;
}

.brand {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
}

.main-visual-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 10px;
}

.main-img {
  height: 300px;
}

.topa-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-text-img {
  width: 624px;
  height: 42px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.main-text-img-sp {
  display: none;
}

.list.explanation {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  display: flex;
  margin: auto 10%;
  flex-direction: column;
  padding-top: 100px;
}

.list .row {
  display: flex;
  flex-direction: row;
  height: 80px;
  border-bottom-color: #0A2A88;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.list .row.nn {
  border-bottom-style: none;
}

.list .row .title {
  background-color: aliceblue;
  width: 20em;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.list .row .content {
  padding-left: 1em;
  display: flex;
  align-items: center;
  width: calc(100% - 15em)
}

.list .bl {
  background-color: aliceblue;
  padding: 1em;
}

.list .bl .title {
  font-weight: 900;
}

.list .bl .content {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {

  .main-img {
    max-width: 90vw;
    height: auto;
  }

  .list.explanation {
    padding-top: 100px;
    margin: auto 15px;
  }

  .list .row {
    flex-direction: column;
    min-height: 80px;
    height: max-content;
  }

  .list .row .title {
    width: 100%;
  }

  .list .row .content {
    width: 100%;
    padding-right: 1em;
    overflow: auto;
  }

}


@media screen and (max-width: 480px) {
  .main-text-img-sp {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .main-text-img {
    display: none;
  }
}

.main-visual-subtitle {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .main-visual-subtitle {
    width: 280px;
    margin: 0 auto;
  }

  .jisseki {
    display: none;
  }

  .jisseki-sp {
    display: block;
    margin: 0 auto;
  }
}

.cta-list {
  display: flex;
  justify-content: center;
  list-style: none;
}

@media screen and (max-width: 480px) {
  .cta-list {
    width: 350px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.cta-list-item {
  padding: 20px;
  margin: 30px;
  background-color: #FFBC10;
  border-radius: 25px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.cta-list-item a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

h2 {
  text-align: center;
  margin-top: 128px;
  margin-bottom: 50px;
}

.point-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  background-color: #F0FCFF;
  margin: 0 auto;
  padding: 50px;
}

.point-content-box {
  width: 400px;
  border-right: solid black 1px;
  padding-left: 30px;
}

.point-content-box:last-child {
  border: none;
}

.point-content-text {
  padding-right: 30px;
  margin-top: 10px;
  line-height: 30px;
  padding-left: 18px;
}

.point-font-color {
  color: #E8AB10;
}


@media screen and (max-width: 480px) {

  h2 {
    margin-top: 64px;
    margin-bottom: 30px;
  }

  section.tag {
    padding-top: 64px;
    margin-top: -64px;
  }



  .point-content {
    width: 100%;
    display: block;
    padding: 30px;
  }

  .point-content-box {
    width: 330px;
    padding-left: 0;
    border-right: none;
    border-bottom: solid black 1px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .point-content-box:last-child {
    border: none;
  }

  .point-content-text {
    padding: 0;
    margin-left: 20px;
    padding-bottom: 15px;
  }
}

.price-content {
  width: 1200px;
  background-color: #0A2A88;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  border-radius: 30px;
}

.price-img {
  margin-top: 30px;
}

.price-img-sp {
  display: none;
}

.main-price {
  font-size: 24px;
}

.main-price-sp {
  display: none;
}

.price-font-color {
  font-size: 48px;
  color: #FFBC10;
  font-weight: 600;
}

.price-content-option {
  width: 1200px;
  height: 517px;
  margin: 0 auto;
  background-color: #FFBC10;
  border-radius: 30px;
  align-items: center;
  padding-top: 15px;
}

.price-content-option-title {
  text-align: center;
  margin-bottom: 15px;
}

.option-list {
  width: 700px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.price-content-option li {
  width: 500px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: solid black 1px;
  padding-bottom: 20px;
}

.price-content-option li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

.left_side {
  width: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {


  .price-content {
    width: 330px;
  }

  .price-img {
    display: none;
  }

  .price-img-sp {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }

  .main-price-sp {
    display: block;
    font-size: 24px;
  }

  .main-price {
    display: none;
  }

  .price-content-option {
    width: 330px;
    height: 519px;
  }

  .option-list {
    width: 320px;
  }

  .price-content-option li {
    width: 320px;
    margin: 0 auto;
    padding: 20px 0;
  }

  .left_side {
    width: 75%;
    margin-right: 0;
  }
}

.cta {
  width: 100%;
  height: 322px;
  background-image: url(../img/cta.png);
  background-size: cover;
  background-position: center;
  margin-top: 128px;
}

.cta-title {
  padding-top: 56px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.cta-text {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .cta {
    width: 100%;
    height: 525px;
    margin-top: 64px;
  }

  .cta-title {
    font-size: 30px;
    width: 360px;
    margin: 0 auto;
    padding: 35px 0 15px 0;
  }

  .cta-text {
    font-size: 20px;
    width: 315px;
    margin: 0 auto;
  }
}


.insta {
  width: 1200px;
  margin: 0 auto
}

.insta-contents {
  display: flex;
  justify-content: space-between;
}

.insta-contents-box {
  width: 330px;
  background-size: cover;
  background-position: center;
}

.insta-contents-blank {
  width: 330px;
  height: 500px;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
}

.insta-contents-blank img {
  width: 320px;
}

.insta-text {
  width: 310px;
  margin-top: 5px;
}

.insta-brand {
  margin: 5px 0;
}

@media screen and (max-width: 480px) {
  .insta {
    width: 330px;
  }

  .insta-contents {
    display: block;
  }

  .insta-contents-box {
    margin-bottom: 10px;
  }

  .insta-text {
    width: 330px;
    margin-bottom: 10px;
  }
}


.accordion {
  width: 1200px;
  background-color: #F0FCFF;
  margin: 0 auto;
  padding-left: 30px;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 28px 50px 28px 84px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.4em;
  left: -2em;
}

.accordion_qa .Q::before {
  content: 'Q';
  color: #436CA5;
}

.accordion_qa .A::before {
  content: 'A.';
  color: #E8AB10;
}

.accordion_qa .accordion-open {
  padding-left: 3.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 3.5em;
}

@media screen and (max-width: 480px) {
  .accordion {
    width: 390px;
  }
}


.pege-footer {
  display: flex;
  justify-content: space-between;
  background-color: #0A2A88;
}

.footer-logo {
  width: 90px;
  height: 60px;
}

.footer-nav {
  display: flex;
  justify-content: end
}

.footer-nav-list {
  display: flex;
  list-style: none;
  padding: 25px 0;
}

.footer-nav-list-item {
  padding: 10px;
}

.footer-nav-list-item a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap
}

@media screen and (max-width: 480px) {
  .pege-footer {
    display: block;
  }

  .footer-nav {
    display: block;
  }

  .footer-nav-list {
    display: block;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
    text-align: center;
  }

}