@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #343434;
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  background-image: url(../image/bg01.webp);
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}







/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}




/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 60%;
  padding-left: 5px;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}
/********************************

	アンカーリンク_はじまり

********************************/
.anker-link-block {
  background-color: #ffe0f0;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  padding: 20px 0px;
  justify-content: center;
  background-image: url("../image/anker-back.webp");
  background-size: 80%;
}

.btn{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  width: 110px;
  height: 60px;
  background: #fa64af;
  margin: auto;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 3px 3px 0px rgba(250, 61, 155, 1);
}

.btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -30px;
    border-width: 0px 2px 2px 0px;
    border-image: initial;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    margin: auto;
}



/********************************

	アンカーリンク_おわり

********************************/

/********************************

	キャンペーン_はじまり

********************************/
[id]::before {
  content: '';
  display: block;
  height: 20px; /* 固定ヘッダーの高さ */
  margin-top: -20px;
}
.cp-01 {
  padding-top: 48px;
}
.cp-02 {
  padding-top: 16px;
}


.cp-label {
  background-color: #89cff0;
}
.cp-tit {
  color: #fff;
  font-size: 28px;
  text-align: center;
  display: flex;
  flex-flow: column;
  position: relative;
  top: -10px;
  font-weight: 700;
}
.cp-tit::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 200px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../image/cp-label.webp);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  margin: 0 auto;
}
.cp01-pr-about {
  font-size: 22px;
  padding: 16px 0 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #164e7a;
}
.corner-box {
  background-color: #fefcf9;
  border-radius: 8px;
  margin-top: 40px;
  margin: 40px 16px 24px 16px;
  box-shadow: 3px 3px 6px 0px rgba(143, 199, 196, 0.15);
}
.line-top {
  padding-top: 24px;
}
.line-bottom {
  padding-bottom: 16px;
}
.corner-p {
  padding: 0 16px 24px;
}
.cp-sub-text {
  color: #164e7a;
  font-weight: 600;
  text-align: center;
  padding-top: 16px;
  font-feature-settings: "palt";

}
.c-pink {
  color: #fb0059;
  font-weight: 600;
}
.txt-c {
  text-align: center;
}

.free-trial-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 230px;
  height: 56px;
  font-weight: 600;
  border: 2px solid #ffffff;
  background-color: #ff96cc;
  margin: 24px auto 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  padding-right: 15px;
  box-shadow: 0 0 0 2px #ff5baf;
}

/* --- 【修正】光のエフェクトを before に変更 --- */
/* 光のエフェクト（修正版） */
.free-trial-button::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50%; /* 少し幅を広げるとより自然です */
  height: 200%;
  /* linear-gradientを使い、両端を transparent (透明) にします */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(35deg);
  z-index: 1;
  animation: shine 3s infinite;
}

/* --- 【修正】矢印を after で独立させる --- */
.free-trial-button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 15px; /* 位置は微調整してください */
  bottom: 0;
  margin: auto;
  z-index: 2; /* 文字や矢印が光の下に隠れないように */
}

@keyframes shine {
  0% { left: -100%; }
  20% { left: 150%; }
  100% { left: 150%; }
}

/* ホバー時の挙動 */
.free-trial-button:hover {
  opacity: 0.8;
}


.cp01-label {
  background-color: #63c0be;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 11px 0;
  margin-top: 32px;
}
.label-bottom {
  margin-bottom: 10px;
}
.corner-bottom {
  margin-bottom: 30px;
}
.cp-date {
  font-weight: 700;
  font-size: 1.2rem;
}
.cp-date p {
  font-feature-settings: "palt";
}
.cp-img-anime {
  margin: 20px 0 0 0;
}
.cancell-f {
  text-decoration: line-through;
  color: #999999;
}
.update {
  font-size: 10px;
}

/********************************

	キャンペーン_おわり

********************************/


/********************************

	緑の囲みボックスはじまり_CP01

********************************/
.label-step {
  width: 120px;
  height: 24px;
  line-height: 27px;
  background-color: #63c0be;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto 15px;
}
.cp01-box {
  max-width: 400px;
  margin: 24px auto 0;
  border: 2px solid #2a8081;
  border-radius: 3px;
  background-color: #fff;
}

.cp01-box-tit {
  display: block;
  padding: .5em 0 .7rem;
  background-color: #b4e5d7;
  color: #386996;
  font-weight: 600;
  text-align: center;
  font-size: 1.1rem;
  background-image: repeating-linear-gradient(123deg, transparent, transparent 4px, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 7px);
}

.cp01-box p {
  margin: 0;
  padding: 1em 1.5em;
  background-color: #fff;
}
.cv-btn {
  border-radius: 100px;
  display: block;
  width: 220px;
  padding: 15px;
  box-sizing: border-box;
  background: #b50005;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  border: 2px solid #1a1919;
  
}
.cv-btn::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/icon-triangle.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 10px;
}
.cv-btn-any {
  text-align: center;
    position: relative;
    bottom: -10px;
    left: -13px;
}
.cp01-box-bottom {
  margin-bottom: 30px;
}
.cp01-box-step01 {
  padding: 20px 0;
}
.cp01-box-step01-img {
  width: 65%;
  margin: 0 auto;
}
.cp01-box-step02 {
  text-align: center;
  padding: 20px 0 0 0;
}
.s-btn1 a {
  position: relative;
  overflow: hidden;
}
.s-btn1 a::before {
  content: '';
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  animation: s-btn1 3s ease-in-out infinite;
  display: inline-block;
}
@-webkit-keyframes s-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/********************************

	緑の囲みボックスおわり_CP01

********************************/
/********************************

	緑の囲みボックスはじまり_CP02

********************************/
.cp02-box {
  max-width: 400px;
  margin: 0 auto 30px;
  border: 2px solid #2a8081;
  border-radius: 3px;
  background-image: url(../image/bg.webp);
  background-size: 100%;
}

.cp02-box-tit {
  display: block;
  padding: .5em 0;
  background-color: #2a8081;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-image: repeating-linear-gradient(123deg, transparent, transparent 4px, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 7px);
  font-feature-settings: "palt";
  font-size: 1.1rem;
}

.cp02-box p {
  margin: 0;
  padding: 1em 1.5em;
  background-color: #fff;
}
.cp02-box-step01 {
  padding: 20px 0;
  display:flex;
  flex-flow: column;
  gap: 20px;
}
.cp02-box-step02 {
  text-align: center;
  padding: 20px 0;
}
.mori-x-btn {
  border-radius: 100px;
  display: block;
  width: 270px;
  padding: 15px;
  box-sizing: border-box;
  background: #004f9f;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
}
.mori-x-btn::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/icon-triangle.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 10px;
}
.spf-x-btn {
  border-radius: 100px;
  display: block;
  width: 270px;
  padding: 15px;
  box-sizing: border-box;
  background: #697d72;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
}
.spf-x-btn::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/icon-triangle.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 10px;
  top: -11px;
}
/********************************

	緑の囲みボックスおわり_CP02

********************************/

/********************************

	IRC_はじまり

********************************/
.irc-label {
  background-color: #dab5ff;
}
.irc-tit {
  color: #fff;
  font-size: 28px;
  text-align: center;
  display: flex;
  flex-flow: column;
  position: relative;
  top: -10px;
}
.irc-tit::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 200px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../image/irc-label.webp);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  margin: 0 auto;
}
.about-irc-pt {
  padding-top: 24px;
  padding-bottom: 16px;
}
.span-fb {
  font-weight: 600;
}
.irc-text-box {
  line-height: 1.5;
  font-size: 14px;
}
.event-info-container {
    max-width: 800px;
    margin: 20px auto 0;
    line-height: 1.6;
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.label {
    background: #D8B4FE; /* 画像に近い薄紫色 */
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 0;
    width: 140px;
    text-align: center;
    border-radius: 6px 0 6px 0;
    flex-shrink: 0; /* ラベルの幅を固定 */
}

.content {
    font-size: 14px;
    word-break: break-all;
}

.content a {
    color: #333;
    text-decoration: underline;
}

.sub-text {
    font-size: 14px;
}

/* スマホ表示用の調整 */
@media (max-width: 600px) {
    .label {
        margin-bottom: 8px;
        width: 100px;
    }
    .content {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media screen and (min-width: 769px) { 
  .about-irc-pt {
    text-align: center;
    padding-bottom: 16px;
  }
}
/********************************

	IRC_おわり

********************************/


/********************************

	森塾とは_はじまり

********************************/
.mori-label {
  background-color: #008743;
}
.mori-tit {
  color: #fff;
  font-size: 28px;
  text-align: center;
  display: flex;
  flex-flow: column;
  position: relative;
  top: -10px;
}
.mori-tit::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 200px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../image/mori-label.webp);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  margin: 0 auto;
}
/********************************

	森塾とは_おわり

********************************/

/********************************

	森塾が選ばれる3つの理由はじまり

********************************/
.back-mori {
  background-color: #c8e5dd;
  padding: 48px 0 24px 0;
}
.about-mori-padding {
  padding: 24px 16px 0 16px;
}
.balloon {
  position: relative;
  display: block;
  margin: 0 auto 1em;
  padding: 13px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #2a8081;
  border-radius: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.balloon-p {
  font-size: 1.5rem;
  font-weight: 700;
}
.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 9px solid #2a8081;
}
dialog {
  overscroll-behavior-y: none;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  padding: 15px;
  border: none;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
}

dialog::-webkit-backdrop {
  background: rgba(17, 17, 17, 0.6);
}

dialog::backdrop {
  background: rgba(17, 17, 17, 0.6);
}

dialog .cloase-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 36px;
  color: #004F9F;
  outline: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog-open {
  bottom: 6px;
  font-size: 0.8rem;
  color: #fff;
  position: relative;
  padding: 0;
  background: none;
}
.dialog-90 {
  height: 25vh;
  width: 90%;
  padding: 40px 10px;
  font-size: 1.0rem;
}
dialog .cloase-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 36px;
  color: #00964B;
  outline: none;
}
.txt-left {
  text-align: left;
}
.about-mori {
  color: #3f3f3f;
  font-size: 33px;
  text-align: center;
  font-weight: 700;
}
.about-mori span {
  color: #008743;
}
.about-mori-btn {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
  margin-top: 14px;
  justify-content: center;
}
.reason-box {
  padding: 13px 0 0 0;
}
.reason-box-img {
  text-align: center;
}
.reason-box-img img {
  border-radius: 6px;
}
.reason-box-back {
  padding: 0 20px 24px;
  margin-left: -20px;
  margin-right: -20px;
}
.reason-tit {
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #008743;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.reason-tit span {
  width: 45px;
  height: 32px;
  margin-right: 5px;
}
.about-mori-txt {
  padding: 15px 0 30px 0;
  line-height: 1.5;
  font-size: 14px;
}
.gap-width {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  margin: 20px auto 0;
  padding: 15px 10px;
}
.gap-wing.lazyloaded {
  background-image: url(/assets/img/share/prize-left.webp), url(/assets/img/share/prize-right.webp);
  background-position: 0, 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.gap-txt-blue {
  color: #008743;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  font-size: 0.8rem;
}
.gap-strong {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #008743;
}
.gap-notice {
  font-size: 0.7rem;
  padding: 5px 40px 0;
  text-align: center;
  line-height: 1.3;
}
.small-notes {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  color: #4d4d4d;
}
.a-link {
  color: #008743;
  text-decoration: underline;
}
.about-mori-label {
  text-align: center;
  position: relative;
  bottom: 20px;
  margin-bottom: 10px;
}
.title.-style01 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #00964B;
  font-weight: 700;
}
.modal-note-text li {
  font-size: 0.9rem;
}
.modal-note-box {
  border: 2px dotted #00964B;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
ol > li {
  list-style: decimal;
  margin-bottom: 5px;
  margin-left: 2em;
}
.list.-lower-alpha li {
  counter-increment: cnt;
  list-style-type: none;
  margin-left: 1.6em;
  text-indent: -1.6em;
}
.list.-circleNum > li {
  padding-left: 1.4em;
}
.list.-circleNum > li {
  list-style: none;
  margin-left: 0;
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
  counter-increment: num;
  margin-bottom: .5em;
}
.list.-circleNum > li:before {
    width: 1.5rem;
    line-height: 1.5;
    text-indent: 0;
    text-align: center;
    display: inline-block;
    height: 1.5rem;
    margin-right: .2em;
    background: #ffffff;
    border-radius: 50%;
    content: counter(num);
    transform: scale(.8);
    border: 1px solid #000;
}
.list.-lower-alpha li:before {
  content: counter(cnt, lower-alpha) "）";
}

/********************************

	森塾が選ばれる3つの理由おわり

********************************/

/********************************
無料体験バナーはじまり

********************************/
.free-banner {
  text-align: center;
  padding: 24px 16px;
}

/********************************
注意事項はじまり

********************************/
.note-label {
  background-color: #008743;
}
.note-tit {
  color: #fff;
  font-size: 28px;
  text-align: center;
  display: flex;
  flex-flow: column;
  position: relative;
  top: -10px;
}
.note-tit::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 200px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../image/notes-label.webp);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  margin: 0 auto;
}
.note-block-area {
  padding-top: 48px;
  background-color: #f2f2f2;
}
.note-padding {
  padding: 24px 16px 24px 16px;
}
.note-block {
  font-size: 0.8rem;
  line-height: 1.5;
}
.ul-block {
  margin-bottom: 17px;
  overflow-wrap:anywhere;
  font-size: 14px;
}
.ul-block li {
  padding-left:1em;
  text-indent:-1em;
}


/********************************
注意事項_おわり

********************************/
@media screen and (min-width: 769px) {
  main {
    max-width: 750px;
    margin: 0 auto;
  }
}
/********************************

	footer_はじまり

********************************/
.footer__bottom {
    background: #00964B;
    padding: 0 20px;
}

.footer__bottomInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px 0;
}
.footer__bottomInner, .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__copyright {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    margin: 0 0 0 auto;
}
.footer__copyrightText {
    margin: 0 15px 0 0;
}
.footer__copyrightText small {
    color: #fff;
    font-size: 0.7rem;
}
.footer__sprix img {
    vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .footer__sprix img {
    width: 70%;
  }
}
/********************************

	footer_おわり

********************************/



/********************************

	終了しました_はじまり

********************************/
.done-cp-back {
  background-color: #323232;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.1rem;
}
.done-cp-link {
  position: relative;
  border-bottom: 1px solid #fff;
}
.done-cp-link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: relative;
  right: -2%;
}
.done-cp-link-a {
  padding-top: 8px;
  padding-bottom: 4px;
}


/********************************

	終了しました_おわり

********************************/
