@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

html, body {
  overflow: hidden; /* デフォルトのスクロールバーを非表示 */
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  z-index: 100;
  font-size: clamp(0.875rem, 0.792rem + 0.36vw, 1.125rem);
  background: #fff;
  max-width: 1500px;
  margin-inline: auto;
}

.wrap {
  width: calc(100% - 15px);
  max-width: 1000px;
  margin-inline: auto;
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.site-header {
  background-image: url("image/header-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-header .catch {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 10px;
  background: #1b1d2f;
}
.site-header .inner {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .site-header .inner {
    padding: 25px 0;
  }
}

/*
main
================================*/
section {
  padding: 25px 0;
}
section .title {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  line-height: 1.2em;
}
section .title span {
  color: #cc0000;
}

.bar img {
  width: 100%;
}

.sec1 {
  position: relative;
  background-image: url("image/sec1-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.sec1 .wrap {
  position: relative;
  z-index: 10;
  -moz-text-align-last: center;
       text-align-last: center;
}
.sec1 .wrap .img {
  margin: 15px 0 20px;
}

.sec2 {
  position: relative;
  background-image: url("image/sec2-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.sec2 .wrap {
  position: relative;
  z-index: 10;
  -moz-text-align-last: center;
       text-align-last: center;
}
.sec2 .wrap .caution {
  margin-top: 10px;
}

.sec3 {
  background: #1b1d2f;
}
.sec3 .catch:nth-child(2) {
  margin-top: 15px;
}

.sec4 {
  position: relative;
  background-image: url("image/sec4-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.sec4 .wrap {
  position: relative;
  z-index: 10;
  -moz-text-align-last: center;
       text-align-last: center;
}
.sec4 .wrap .title-text {
  margin-top: 15px;
}
.sec4 .wrap .hack {
  margin-top: 15px;
}

.sec5 {
  position: relative;
  background-image: url("image/sec5-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.sec5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.sec5 .wrap {
  position: relative;
  z-index: 10;
  -moz-text-align-last: center;
       text-align-last: center;
}
.sec5 .wrap .title-text {
  margin-top: 10px;
}
.sec5 .wrap .present-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sec5 .wrap .present-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .sec5 .wrap .present-list .item {
    width: calc(33.3% - 10px);
    margin-right: 15px;
  }
}
.sec5 .wrap .present-list .item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec5 .wrap .present-list .item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec5 .wrap .present-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.sec5 .wrap .line-btn {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec5 .wrap .line-btn {
    margin-top: 25px;
  }
}

.sec6 {
  position: relative;
  background-image: url("image/sec6-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec6:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sec6 .wrap {
  position: relative;
  z-index: 10;
  color: #fff;
}
.sec6 .wrap .title {
  -moz-text-align-last: center;
       text-align-last: center;
}
.sec6 .wrap .about {
  margin: 15px 0;
  padding: 15px;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .about {
    margin: 25px 0;
    padding: 25px;
  }
}
.sec6 .wrap .about__title {
  text-align: center;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
.sec6 .wrap .about__column {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .about__column {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .about__column .img {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .sec6 .wrap .about__column .img {
    width: 50%;
  }
}
.sec6 .wrap .about__column .desc {
  margin-top: 15px;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .about__column .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-right: 25px;
  }
}
.sec6 .wrap .about__column .desc p {
  line-height: 1.6em;
}
.sec6 .wrap .about__column .desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec6 .wrap .member-list .member {
  margin-top: 15px;
  padding: 15px;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .member-list .member {
    margin-top: 0;
    padding: 25px;
    width: calc(50% - 17.5px);
    margin-right: 25px;
  }
}
.sec6 .wrap .member-list .member:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .member-list .member:nth-child(2) {
    margin-right: 0;
  }
}
.sec6 .wrap .member-list .member .name, .sec6 .wrap .member-list .member .note {
  text-align: center;
}
.sec6 .wrap .member-list .member .name {
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
.sec6 .wrap .member-list .member .note {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .member-list .member .note {
    margin-top: 15px;
  }
}
.sec6 .wrap .member-list .member .img {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .member-list .member .img {
    margin-top: 25px;
  }
}
.sec6 .wrap .member-list .member .desc {
  margin-top: 12px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .sec6 .wrap .member-list .member .desc {
    margin-top: 22px;
  }
}

.sec7 {
  position: relative;
  background-image: url("image/sec7-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec7 .voice-list .item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec7 .voice-list .item {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .sec7 .voice-list .item .img {
    width: 50%;
  }
}
.sec7 .voice-list .item .contents {
  padding: 15px;
  border: 2px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec7 .voice-list .item .contents {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    border: none;
  }
}
.sec7 .voice-list .item .contents__title {
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
.sec7 .voice-list .item .contents__desc {
  margin-top: 12px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .sec7 .voice-list .item .contents__desc {
    margin-top: 22px;
  }
}

.sec8 {
  position: relative;
  background-image: url("image/sec8-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec8 .package {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .sec8 .package {
    padding: 25px 0;
  }
}
.sec8 .benefits {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .sec8 .benefits {
    margin: 25px 0;
  }
}
.sec8 .benefits__title {
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 768px) {
  .sec8 .benefits .benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec8 .benefits .benefits-list .item {
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sec8 .benefits .benefits-list .item {
    padding: 25px;
    margin-top: 25px;
    width: calc(50% - 17.5px);
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .sec8 .benefits .benefits-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.sec8 .benefits .benefits-list .item__title {
  margin-top: 12px;
  text-align: center;
  font-size: clamp(1.25rem, 1.108rem + 0.61vw, 1.563rem);
  line-height: 1.2em;
}
.sec8 .line-btn {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec8 .line-btn {
    margin-top: 25px;
  }
}

.sec9 {
  background: #1b1d2f;
}
.sec9 .faq-list {
  margin-top: 15px;
  padding: 15px;
  background: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .sec9 .faq-list {
    margin-top: 25px;
    padding: 30px;
  }
}
.sec9 .faq-list .item {
  padding: 15px;
  background: #fff;
}
.sec9 .faq-list .item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec9 .faq-list .item:not(:first-child) {
    margin-top: 25px;
  }
}
.sec9 .faq-list .item dt {
  position: relative;
  padding-left: 20px;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .sec9 .faq-list .item dt {
    padding-left: 25px;
  }
}
.sec9 .faq-list .item dt:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.sec9 .faq-list .item dd {
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #ccc;
  line-height: 1.4em;
}

.sec10 {
  position: relative;
  background-image: url("image/sec10-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec10:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.sec10 .wrap {
  position: relative;
  z-index: 10;
}
.sec10 .wrap .title {
  margin: 5px 0 10px;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  .sec10 .wrap .title {
    margin: 10px 0 20px;
  }
}
.sec10 .wrap .line-btn {
  text-align: center;
}

/*
footer
================================*/
.site-footer {
  padding: 25px 0;
}
.site-footer .desc {
  line-height: 1.4em;
  text-align: center;
}