html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 14px;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  line-height: 1;
  margin: 0;
  padding: 0;
}

h3 {
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  color: #fff;
}

.fs_12rem {
  font-size: 1.2rem;
}

.fs_15rem {
  font-size: 1.5rem;
  line-height: 1.4;
}

.fs_2rem {
  font-size: 2rem;
  line-height: 1.3;
}

ul, ol, li {
  list-style: none;
}

.shosai, .story, .point, .flow,
.gaiyo, .shosai {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  margin-bottom: 50px;
}

.qna .qna-container {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 0px;
  margin-bottom: 50px;
}

.share, .label {
  padding-left: 30px;
  padding-right: 30px;
}

/* =======================================
 base style
======================================= */
body {
  background: #17203d;
  line-height: 1;
  margin: auto;
  font-family: "Noto Serif JP", serif;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contents {
  background: #17203d;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: #17203d;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") no-repeat top center fixed;
  background-size: cover;
  margin: 0 auto;
}

.btn {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding: 1%;
}
.btn a {
  width: 48%;
}

.lead {
  background: url(../img/lead_bg.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
.lead img {
  max-width: 120px;
}

.shosai {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
}

.about {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
}
.about h2 {
  margin-bottom: 70px;
}
.about h2 img {
  max-width: 500px;
}
.about img {
  max-width: 500px;
}

.story {
  text-align: center;
  background: url(../img/story_bg.png), url(../img/bg_dot_top.png);
  background-position: bottom center, top left;
  background-size: 100%, 60%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  padding-bottom: 600px;
}
.story h2 {
  margin-bottom: 50px;
}
.story h2 img {
  max-width: 400px;
}
.story p {
  line-height: 2.2;
}

/* point */
.point {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
}
.point h2 {
  margin-bottom: 50px;
}
.point h2 img {
  max-width: 400px;
}
.point_list {
  width: 100%;
  margin: 20px 0;
}
.point_list li {
  margin: 30px 0;
}
.point_list li:nth-child(2) {
  margin: 60px 0;
}
.point h3 {
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0 1.2rem;
}
.point p {
  padding: 20px 0 20px;
}

.flow {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
}
.flow h2 {
  margin-bottom: 50px;
}
.flow h2 img {
  max-width: 400px;
}
.flow h3 {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 0.5rem;
  display: block;
  color: #17203d;
  margin-bottom: 3rem;
  font-weight: bold;
}
.flow_list {
  color: #fff;
  margin: 20px auto 50px;
}
.flow_list li {
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0px 0 40px;
  padding: 20px 40px 20px;
  align-items: center;
  position: relative;
}
.flow_list li h4 {
  padding: 1.2rem 0 1.2rem;
  border-bottom: 1px solid #fff;
}
.flow_list li p {
  padding: 1.1rem 0 0;
}
.flow_list li a {
  color: #eee;
}
.flow_list li span {
  position: absolute;
  top: -15px;
  left: 15px;
  max-width: 150px;
}

.hambai {
  text-align: center;
  padding: 30px 0 100px;
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
}
.hambai h2 {
  margin-bottom: 50px;
}
.hambai h2 img {
  max-width: 400px;
}
.hambai .waku {
  margin: 0 5% 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: left;
  color: #fff;
  padding: 30px 30px 50px;
}
.hambai .waku h3 {
  padding: 0;
}
.hambai .waku h4 {
  padding: 1.2rem 0 1rem;
}
.hambai .waku li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.hambai .waku hr {
  margin: 2rem auto;
}

.gaiyo {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
}
.gaiyo h2 {
  margin-bottom: 50px;
}
.gaiyo h2 img {
  max-width: 400px;
}
.gaiyo table {
  text-align: left;
  width: 98%;
  background: rgb(255, 255, 255);
  margin: -1px 1% 0;
  font-size: 1.6rem;
}
.gaiyo table th {
  color: #333;
  background: #8ae9f1;
  padding: 30px;
  border-bottom: 2px solid #17203d;
  white-space: nowrap;
  font-size: 1.3rem;
  vertical-align: top;
}
.gaiyo table td {
  padding: 20px 15px;
  border-bottom: 2px solid #17203d;
  line-height: 1.6;
  font-size: 1.4rem;
}
.gaiyo table td .small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.gaiyo table td span.red {
  color: #000;
}

.qna {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px 0;
}
.qna h2 {
  margin-bottom: 50px;
}
.qna h2 img {
  max-width: 400px;
}

.qna .qna-container {
  padding-bottom: 30px;
  text-align: left;
  color: #fff;
}

.qna .qna-wrapper {
  font-size: 1.4em;
  padding-top: 43px;
  overflow: hidden;
}

.qna .qna-question {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qna .qna-question::after {
  content: "";
  display: inline-block;
  background-image: url("../img/qna-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 633px;
  height: 3px;
}

.qna .qna-question-inner {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dotted #fff;
  padding-bottom: 30px;
  width: 100%;
}

.qna .qna-question-inner h3 {
  display: block;
  width: 89%;
  line-height: 1.3;
  text-align: left;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
}

.qna .qna-question-inner span.qna-icon-q {
  display: block;
  width: 7%;
}

.qna .qna-question-inner span.qna-arrow {
  display: block;
  width: 4%;
  padding-top: 10px;
}

.qna .qna-answer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1.6;
}
.qna .qna-answer span.qna-icon-a {
  display: block;
  width: 7%;
}
.qna .qna-answer p {
  display: block;
  width: 93%;
  padding-left: 2%;
  padding-top: 5px;
  line-height: 1.3;
}

.qna .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.not {
  background: url(../img/bg_dot_top.png);
  background-position: top left;
  background-size: 60%;
  background-repeat: no-repeat;
  text-align: center;
}
.not h2 {
  margin-bottom: 50px;
}
.not h2 img {
  max-width: 400px;
}
.not p {
  text-align: center;
  margin-bottom: 1.5em;
}
.not p.not_btn {
  text-align: center;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border: 1px solid #fff;
  border-radius: 47px;
}

.not .not-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not .not-button {
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
  width: 90%;
  max-width: 450px;
}

.not .not-button .not-arrow {
  position: absolute;
  width: 21px;
  right: 16px;
  top: 26px;
}

.not .not-detail {
  margin: 0 5% 50px;
  background: #c5cbf2;
  border-radius: 20px;
  text-align: left;
  color: #000000;
  padding: 2em 2em;
}
.not .not-detail li {
  list-style-type: disc;
  margin: 15px;
  line-height: 1.8;
}
.not .not-detail li a {
  color: #eee;
}

.not .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.share {
  background: url("../img/footer_img.png");
  background-size: 400px;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  height: 400px;
  padding-top: 100px;
}

.share ul {
  display: flex;
  justify-content: center;
  gap: 6%;
  width: 45%;
  margin-top: 20px;
  padding: 2% 0;
  background: rgba(255, 255, 255, 0.0705882353);
  border-radius: 10px;
}

.share ul img {
  width: 80px;
}

.blacklabel {
  text-align: center;
}
.blacklabel img {
  max-width: 200px;
  margin-bottom: 30px;
}
.blacklabel h2 {
  text-align: center;
}
.blacklabel p {
  text-align: left;
  max-width: 600px;
  margin: 1em auto;
  line-height: 1.8;
}
.blacklabel_button {
  position: relative;
  display: block;
  text-decoration: none;
  width: 80%;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem 2.6rem;
  text-align: center;
  color: #fff;
  background-color: #000000;
  border-radius: 10px;
  line-height: 1.4rem;
  transition: 0.5s;
}
.blacklabel_button::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto 0;
  box-sizing: border-box;
}
.blacklabel_button:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.label {
  padding-bottom: 120px;
}
.label p {
  border-top: 1px solid #fff;
  text-align: center;
  padding-top: 2rem;
}

.label__banner {
  padding: 15px 44px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.label__banner li {
  width: 690px;
}

.fixed-nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  z-index: 99;
  display: none;
}

/* =======================================
 mobile style
======================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 749px) {
  .shosai, .story, .point, .flow, .gaiyo, .shosai, .blacklabel {
    padding-left: 4%;
    padding-right: 4%;
  }
  .lead img {
    max-width: 18%;
  }
  .about h2 img, .story h2 img, .flow h2 img,
.gaiyo h2 img, .hambai h2 img,
.gaiyo h2 img, .point h2 img,
.qna h2 img, .not h2 img {
    max-width: 75%;
  }
  .story {
    padding-bottom: 380px;
  }
  .flow_list li {
    padding: 4% 4% 4%;
  }
  .flow_list li span {
    max-width: 30%;
  }
  .fs_2rem {
    font-size: 1.6rem;
  }
  .gaiyo table td .small {
    font-size: 1.2rem;
  }
  .fs_15rem {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .btn {
    padding: 3% 1%;
  }
  .lead {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .about {
    padding: 50px 0;
  }
  .about img {
    max-width: 95%;
  }
  .gaiyo table th,
.gaiyo table td {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
    display: block;
  }
  .hambai {
    padding: 30px 0 50px;
  }
  .hambai .waku {
    margin: 0 4% 20px;
    padding: 30px 4% 50px;
  }
  .hambai .waku li {
    line-height: 1.3;
    margin-bottom: 1.2rem;
  }
  .hambai li.sp-not-indent {
    text-indent: 0;
    padding-left: 0;
  }
  .not .not-button {
    max-width: 80%;
  }
  .not .not-button .not-arrow {
    position: absolute;
    width: 1.5rem;
    right: 1.5rem;
    top: 1.2rem;
  }
  .not .not-detail {
    padding: 1rem;
  }
  .qna .qna-container {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: -45px;
  }
  .qna .qna-question-inner {
    padding-bottom: 14px;
  }
  .qna .qna-question-inner h3 {
    padding-top: 0px;
  }
  .qna .qna-question-inner span.qna-arrow {
    padding-top: 1px;
  }
  .qna .qna-answer p {
    line-height: 1.36;
  }
  .share {
    background: url(../img/footer_img.png);
    background-position: top 100px right 0;
    background-repeat: no-repeat;
    background-size: 50%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .share ul {
    background: none;
  }
  .share p {
    text-align: center;
    margin-bottom: 5rem;
    font-size: 1.5rem !important;
  }
  .share ul {
    margin-bottom: 80px;
    width: 50%;
  }
  .share ul img {
    width: 100%;
  }
  .blacklabel_button::after {
    width: 18px;
    height: 18px;
  }
  .label p {
    line-height: 2;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */