@charset "utf-8";

html{
  font-size: 16px;
  scroll-behavior: smooth;
}

.se02-pcno{
  display: none;
}

@media screen and (max-width: 700px) {
  .se02-pcno{
  display: block;
}
}

.l-container {
  background-color: #f8f8f8;
  max-width: 750px;
  margin-inline: auto;
}

img {
  width: 100%;
}

.l-container iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: auto;
}

.inner {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #FFFBB8;
  color: #222;
}

.lp-before {
  display: none;
}

.hidden.lp-after,
.fast-hidden.lp-after {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

#present-arrow{
  scroll-margin-top: 20px;
}


.btn-box {
 margin-block: 20px;
  width: 80%;
  margin-inline: auto;
  animation: arrow 1.5s ease-in-out infinite;
}

@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.btn-box02 {
  width: 80%;
  margin-top: 10px;
  margin-inline: auto;
  animation: arrow02 1.5s ease-in-out infinite;
}

@keyframes arrow02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}



.btn-box-text {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.fukidashi-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

@media (width <= 767px) {
  .fukidashi-box {
    gap: 6px;
  }
}

.fukidashi-icon {
  width: 100px;
}
@media (width <= 767px) {
  .fukidashi-icon {
    width: 13.1vw;
  }
}

.fukidashi-box-text {
  font-size: 26px;
  padding-inline: 45px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

@media (width <= 767px) {
  .fukidashi-box-text {
    font-size: 3.5vw;
    padding-inline: 5vw;
    gap: 1.6vw;
  }
}

.fukidashi-box-text b {
  color: #f94142;
  font-weight: 500;
}

.fukidashi-box-text.type-0 {
  background: transparent url(../../image/seminar02/fukidashi-frame_0.webp) no-repeat left center / contain;
  padding-block: 30px 22px;
}
.fukidashi-box-text.type-1 {
  background: transparent url(../../image/seminar02/fukidashi-frame_1.webp) no-repeat left center / contain;
  padding-block: 30px 22px;
}

@media (width <= 767px) {
  .fukidashi-box-text.type-1 {
    padding-block: 4.5vw 3.8vw;
  }
}

.fukidashi-box-text.type-2 {
  background: transparent url(../../image/seminar02/fukidashi-frame_2.webp) no-repeat left center / contain;
  padding-block: 25px 19px;
  p{
    padding-top: 3px;
  }
}

@media (width <= 767px) {
  .fukidashi-box-text.type-2 {
    padding-block: 3.5vw 2.3vw;
  }
  .fukidashi-box-text.type-0 {
    padding-block: 4.5vw 3.3vw;
  }
}

.fukidashi-box-text.type-3 {
  background: transparent url(../../image/seminar02/fukidashi-frame_3.webp) no-repeat left center / contain;
  padding-block: 32px 24px;
  span:first-child{
    margin-bottom: -4px;
  }
}

@media (width <= 767px) {
  .fukidashi-box-text.type-3 {
    padding-block: 4vw 3.3vw;
  }
}

.fukidashi-box-text.type-4 {
  background: transparent url(../../image/seminar02/fukidashi-frame_5.webp) no-repeat left center / contain;
  padding-block: 32px 23px;
  span:first-child{
    margin-bottom: -4px;
  }
}

@media (width <= 767px) {
  .fukidashi-box-text.type-4 {
    padding-block: 4vw 3.6vw;
  }
}

.fukidashi-box-text.type-5 {
  background: transparent url(../../image/seminar02/fukidashi-frame_5.webp) no-repeat left center / contain;
  padding-block: 30px;
}

@media (width <= 767px) {
  .fukidashi-box-text.type-5 {
    padding-block: 4vw 3.6vw;
  }
}

.fukidashi-box-text.type-6 {
  background: transparent url(../../image/seminar02/fukidashi-frame_6.webp) no-repeat left center / contain;
  padding-block: 30px;
}

@media (width <= 767px) {
  .fukidashi-box-text.type-6 {
    padding-block: 6.8vw;
  }
}

.fukidashi-box-text.type-7 {
  background: transparent url(../../image/seminar02/fukidashi-frame_7.webp) no-repeat left center / contain;
  padding-block: 30px;
  padding-right: 58px;
}

@media (width <= 767px) {
  .fukidashi-box-text.type-7 {
    padding-block: 3.7vw;
  }
}

.fukidashi-box-text.type-8 {
  background: transparent url(../../image/seminar02/fukidashi-frame_8.webp) no-repeat left center / contain;
  padding-block: 30px;
  padding-right: 60px;
}

@media (width <= 767px) {
  .fukidashi-box-text.type-8 {
    padding-block: 2.8vw;
  }
}

.fukidashi-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

@media (width <= 767px) {
  .fukidashi-loading {
    width: 8vw;
    height: 8vw;
  }
}

.fukidashi-loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  background: #999;
  transform-origin: right 30px;
  z-index: 2;
}

@media (width <= 767px) {
  .fukidashi-loading::before {
    left: -4vw;
    width: 8vw;
    height: 8vw;
    transform-origin: right 4vw;
  }
}

.fukidashi-loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #999;
  transform-origin: left 30px;
  z-index: 3;
}

@media (width <= 767px) {
  .fukidashi-loading::after {
    left: 4vw;
    width: 8vw;
    height: 8vw;
    transform-origin: left 4vw;
  }
}

.fukidashi-loading .fukidashi-loading-inner {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff;
  border-radius: 50%;
  z-index: 4;
}

@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #999;
  }
  50% {
    transform: rotate(180deg);
    background: #999;
  }
  50.01% {
    transform: rotate(360deg);
    background: #333;
  }
  100% {
    transform: rotate(360deg);
    background: #333;
  }
}

@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

/* フォーム下キャプション */
.form-caption{
  color: #333;
  text-align: center;
  margin-top: -15px;
  span{
    color: #f94142;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}



.js-slide > span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  transition: width .5s linear 2s;
}

.js-slide > span:nth-of-type(2) {
  transition: width .5s linear 3s;
}

.js-slide.delay-none > span {
  transition: width .5s linear 1s;
}

.js-slide.delay-none > span:nth-of-type(2) {
  transition: width .5s linear 2s;
}

/* ★ 追加：3行目用 */
.js-slide > span:nth-of-type(3) {
  transition: width .5s linear 4s; /* 3行目：4秒後とか好きな時間 */
}

.fukidashi-box.js-fade-in {
  visibility: hidden;
  opacity: 0;
  scale: 0.8;
  transition:
    visibility 0.9s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s,
    opacity 0.9s cubic-bezier(0.37, 0.16, 0.12, 1) 0.1s,
    scale 0.9s cubic-bezier(0.37, 0.16, 0.12, 1) 0.1s;
}

.fukidashi-box.js-fade-in.is-view {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.fukidashi-box.js-fade-in.is-view .fukidashi-loading {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out .5s;
}

.fukidashi-box.js-fade-in.is-view .fukidashi-loading.fade-out {
  opacity: 0;
}

.fukidashi-box.js-fade-in.is-view .fukidashi-loading::before {
  animation: rotate-circle-left .8s linear forwards .4s;
}

.fukidashi-box.js-fade-in.is-view .fukidashi-loading::after {
  animation: rotate-circle-right .8s linear forwards .4s;
}

.fukidashi-box.js-fade-in.is-view .js-slide {
  visibility: visible;
  opacity: 1;
}

.fukidashi-box.js-fade-in.is-view .js-slide > span {
  width: 100%;
  line-height: 1.2;
}

.fukidashi-box.js-fade-in.is-view .js-slide.lh15 > span {
  line-height: 1.5;
}

/* 動画 */
.lp-videobox{
  opacity: 0;
  transform: translateY(30px);
  animation: videoanime 0.7s ease-in-out 9s forwards;
}

@keyframes videoanime {
  to{
    opacity: 1;
    transform: translateY(0);
  }
}


/* ロードマップ */
.loadmap_img{
  margin-block: 15px;
}

/* トーク画像 */
.talk_img{
  margin-top: 15px;
}

.hidden.lp-after.present_box{
  display: block;
  position: relative;
}
.hidden.lp-after.present_box > div{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}



/* SPC追記ここから */


footer .inner{
  display: block;
  padding: 20px;
  background-color: #fff;
}
.footer__link {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
}

.footer__link a {
  font-size: 14px;
  color: #c9c9c9;
  text-decoration: underline;
}
/* SPC追記ここまで */

@media screen and (max-width: 767px) {
  .footer__link {
    flex-direction: column;
    gap: 10px;
  }
}

.footer__company {
  margin-bottom: 20px;
  font-size: 14px;
  color: #c9c9c9;
}


/* ひかるボタン */


.shine-button {
background: linear-gradient(180deg, #36C22C 0%, #088843 100%);
margin: 50px auto;	
display: flex;		
align-items: center;
justify-content: center;
width: 80%;		
max-width: 500px;		
border-radius: 100px;	
cursor: pointer;	
position: relative;
overflow:hidden;
box-shadow: 0 2px 6px 0 rgba(24, 77, 53, 0.25);		
transition: 0.3s;
}

.shine-button a {
display: block;		
color: #fff;
text-align: center;
text-decoration:none;
font-size: clamp(1.125rem, 0.5rem + 2.4vw, 30px);
font-weight: bold;
line-height: 1.2;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
padding: 9px 50px 16px 10px;
span{
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
font-size: clamp(0.75rem, 0.375rem + 1.4vw, 20px);
line-height: 1;

}
}

.shine-button:hover {
 opacity: 0.7;
}

.shine-button::before {
content: "";			
position: absolute;	
display: block;
background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.9));
width: 50px;
height: 50px;
top: -60px;	
left: -60px;	
animation-name:shine-run;	
animation-delay:0s;	
animation-duration: 2.8s;
animation-timing-function: ease-in;
animation-iteration-count: infinite;
pointer-events:none;

}
.shine-button::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 15px;
  height: 30px;
  background: url("../../image/seminar02/arrow.svg") no-repeat center / contain;
  pointer-events:none;
}

@keyframes shine-run {
0% {
transform: scale(0) rotate(50deg);
opacity: 0;
}
40% {
transform: scale(1) rotate(50deg);
opacity: 1;
}
100% {
transform: scale(250) rotate(50deg);
opacity: 0;
}
}

@media screen and (max-width: 700px) {
  .shine-button {
    margin-block: max(15px,5vw);
  }
  .shine-button a {

padding: 6px 40px 13px 10px;
}

}
