@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&family=Shippori+Mincho:wght@400;500&display=swap');
@import 'destyle.css';
.yugo {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.wrapper {
  max-width: 92%;
  width: 92%;
  margin: 0 auto;
}

.head {
  text-align: left;
}
.head_logo {
  width: 128px;
  margin: 0 0 0 15px;
  z-index: 1000;
  padding-top: 15px;
}

.top_tx {
  width: 86.5%;
  margin: 10px auto 0px;
}

.mv {
  /* background: #a28e6a url(../images/mv_bg.png) no-repeat center top; */
  background-color: #a28e6a;
  background-size: 100% auto;
  padding-bottom: 70px;
}
.mv01 {
  padding-top: 10px;
  width: 96%;
  margin-left: 4%;
}
.mv02 {
  margin-top: -20px;
  background: #313131;
  color: #fff;
  padding: 3px 0;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500 !important;
  font-style: normal;
}
.mv02:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
  border-width: 7px 5px 0 5px;
}
.mv02_2 {
  width: 318px;
  margin: 0 auto;
}
.mv03 ul {
  display: flex; /* 並びをフレックスボックスにする */
  justify-content: space-between; /* 両端ぞろえで並べる */
  flex-wrap: wrap; /* 端まで要素がきたら行送りする */
}
.mv03 ul ::after {
  content: ''; /* 最後の行の見た目を調整するため */
  display: block; /* ブロック要素にする */
  width: 32%; /* 後のliと同じ幅を入れる */
}
.mv03 ul li {
  width: 32%; /* 1要素の幅を指定 */
  text-align: center; /* 文字を真ん中寄せにする */
}
.mv04 {
  width: 85.5%;
  margin: 0 auto;
}

.fixedBnr {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}

.fixedBnrIn {
  max-width: 430px;
  margin: 0 auto;
}
.fixedBnrIn p {
  width: 95%;
  margin: 0 auto;
}

.lineBtn01 {
  margin: 0 auto;
  width: 95%;
}
.lineBtn01.fix {
  margin-top: -20px;
}

.pickup {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 35px auto 20px;
  font-size: 12px;
  line-height: 1.1;
  color: #a28e6a;
  padding-top: 22px;
}

.pickup_tit {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #a28e6a url(../images/kazari01.png) no-repeat center bottom;
  background-size: 215.5px auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.sec02 {
  background: url(../images/about_bg.png) no-repeat center 160px;
  background-size: 100% auto;
  margin-top: 70px;
  padding-bottom: 300px;
}

.sec02_txline {
  padding-bottom: 10px;
  background: url(../images/line.png) repeat-x left bottom;
  background-size: auto 1px;
}

.sec02_about {
  margin-top: 40vw;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sec02_about {
    margin-top: 240px;
    color: #fff;
  }
}

.sec03 {
  padding-top: 0px;
}
.sec03_img {
  margin-top: -40px;
}

.a-to-f {
  background-color: #a1a1a1;
  padding-bottom: 50px;
}
.a-to-f_img01 {
  width: 95%;
  margin: 0 auto;
}

.features {
  background-color: #a28e6a;
  padding-bottom: 50px;
}

.features_img01 {
  width: 96%;
  margin-left: 4.2%;
}

.features_matome {
  width: 92%;
  margin-left: 4.2%;
  margin-right: 4.2%;
}

.flow,
.support {
  color: #a28e6a;
  padding-top: 20px;
}

.flow h2,
.support h2 {
  font-size: 17px;
  background: url(../images/flow_decoration.png) no-repeat center bottom;
  background-size: 94% auto;
}

.flow h3,
.support h3 {
  font-size: 17px;
  font-weight: 900;
  background-color: #f7f4f4;
  border-radius: 50rem;
  margin-bottom: 40px;
  padding: 10px 0 10px;
  position: relative;
  text-align: center;
}

.flow h3:after {
  content: '';
  width: 100%;
  height: 8px;
  background: url(../images/flow_kazari.png) no-repeat center bottom;
  background-size: 283px auto;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 100;
}

.faq {
  background-color: #f7f4f4;
  color: #a28e6a;
  padding-top: 20px;
  padding-bottom: 30px;
}

.faq dl dt {
  font-size: 14px;
  color: #313131;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 17px 40px 17px 40px;
  margin-bottom: 10px;
  position: relative;
}

.faq dl dt:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 7px 5px 0 5px;
}

.faq dl dt span {
  font-size: 16px;
  color: #a28e6a;
  padding-right: 10px;
}

.faq dl dd {
  color: #313131;
  margin-bottom: 0;
  font-size: 14px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

.faq dl dd p {
  padding-bottom: 30px;
}

.faq .question {
  cursor: pointer;
  line-height: 1.2;
  text-indent: -1.4em;
}

.faq .question:before {
  content: 'Q.';
  color: #a28e6a;
  margin-right: 4px;
}

.faq .question:after {
  content: '';
  width: 22px;
  height: 21px;
  background: url(../images/icon-plus.png) no-repeat center center;
  background-size: cover;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  left: unset;
  bottom: unset;
  z-index: 10;
  transform: translateY(-50%);
}

.faq .answer {
  display: none;
}

.faq .answer.is-active {
  display: block;
}

.amazon {
  background-color: #cd3a62;
  padding: 4%;
}
.amazon_bg {
  background: url(../images/amazon_bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 5%;
  padding-right: 5%;
}
.amazon_btn {
  width: 300px;
  margin: 20px auto 0;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 10px;
}
.amazon_btn a {
  padding: 10px 0;
  display: block;
}

.school {
  position: relative;
}
.school_btn {
  position: absolute;
  width: 300px;
  margin: 20px auto 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  bottom: 30px;
  background-color: #e6568b;
}
.school_btn a {
  padding: 10px 0;
  display: block;
  color: #fff;
}

.online {
  position: relative;
}
.online_btn {
  position: absolute;
  width: 300px;
  margin: 20px auto 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  bottom: 30px;
  background-color: #e6568b;
}
.online_btn a {
  padding: 10px 0;
  display: block;
  color: #fff;
}

.sns {
  background-color: #a28e6a;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 160px;
}
.sns h2 {
  font-size: 23px;
  background: url(../images/kazari_sns.png) no-repeat center bottom;
  background-size: 118px auto;
  padding-bottom: 30px;
  margin-bottom: 25px;
  text-align: center;
}
.sns ul li {
  display: inline-block;
  width: 49.3%;
  vertical-align: top;
  margin-bottom: 30px;
}
.sns ul li img {
  width: 74px;
  margin-bottom: 5px;
}

.voices {
  color: #a28e6a;
  padding-top: 20px;
  padding-bottom: 100px;
}

.counseling {
  padding-bottom: 120px;
}

.slider-1 {
  max-width: 92%;
  width: 92%;
  margin: 0 auto;
  border-radius: 10px;
}

.prev-arrow {
  position: absolute;
  top: -100px;
  left: 25px;
  width: 47px;
  z-index: 10;
  cursor: pointer;
}

.next-arrow {
  position: absolute;
  top: -100px;
  right: 25px;
  width: 47px;
  z-index: 10;
  cursor: pointer;
}

.keyword_L {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}
.keyword_R {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
.keyword_R_tx01 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.keyword_Rwaku {
  width: 100%;
  padding: 5px;
  background-color: #6f6045;
  border-radius: 5px;
}
.keyword_Rwaku_tx01 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 14px;
  color: #fff;
}
.keyword_Rwaku_tx02 {
  background: #fff url(../images/keyword_icopng.png) no-repeat 95% center;
  background-size: 16px auto;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  padding: 6px 0;
  width: 100%;
}

.copy-value {
  cursor: pointer;
  position: relative;
}

/* Tooltip */
.tooltip::after {
  content: 'Copied!';
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}

/* Animation */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
} /*# sourceMappingURL=main.css.map */
