@charset "utf-8";
.caution{
font-size:80%;
color:#999;
}
header img {
  display: block;
}
.fv02 {
  position: relative;
}
.fv02 img {
  display: block;
}
.fv03 {
  background: rgb(6, 6, 6);
  background: linear-gradient(0deg, rgba(6, 6, 6, 1) 0%, rgba(8, 8, 8, 1) 53%, rgba(2, 2, 2, 1) 100%);
  padding: 20px 0px 16px;
  position: relative;
}
@media (min-width:768px) {
  .fv03 {
    padding: 40px 0 32px;
  }
}
.scroll_down {
  position: absolute;
  bottom: 0px;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}
.scroll_down a {
  position: absolute;
  left: -10px;
  bottom: 0px;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.arrow {
  position: absolute;
  width: 15px;
  height: 1px;
  animation: move 2s ease-in-out infinite;
  z-index: 10;
}
.arrow:before, .arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: white;
}
.arrow:before {
  left: 0;
  transform: skew(0deg, 35deg);
}
.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -35deg);
}
@keyframes move {
  0% {
    transform: translateY(15px)
  }
  30% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(15px)
  }
}
@media (min-width:768px) {
  .arrow {
    width: 40px;
    height: 2px;
  }
  .scroll_down a {
    left: -28px;
  }
  .arrow:before {
    transform: skew(0deg, 35deg);
  }
  .arrow:after {
    transform: skew(0deg, -35deg);
  }
}
/*============================
cta
=====================*/
#cta_area {
  background: center / cover url("../images/cta_bg.png") no-repeat;
  color: var(--white);
}
#cta_area.sec_pad {
  padding: 16px 0;
}
.cta_top_text {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.707rem + 2.32vw, 1.75rem);
  margin-bottom: 12px;
  text-shadow: 0 0 5px #000;
}
.cta_top_text span {
  margin-top: 8px;
  border-bottom: solid 2px var(--yellow);
}
.cta_btn {
  animation: updown 2s infinite ease-in-out;
    max-width:620px;
     margin:0 auto;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width:768px) {
  #cta_area.sec_pad {
    padding: 40px 0;
  }
}
.cta_container{
    text-align: center;
    color: white;
    margin-top: 2rem;
}
.cta_container .top{
    font-weight: bold;
    font-size: min(6vw,38px);
}
.cta_container .mini, .button +  .mini{
    margin-top: 8px;
}
.cta_container .mini span, .button + .mini{
    font-size: 80%;
}
.button +  .mini{
    text-align:center;
}
/*=====================
tokuten
================*/
#tokuten_bar_area {
  background: center / cover url("../images/tokuten_bg.png") no-repeat;
}
#tokuten_bar_area02 {
  background: center / cover url("../images/tokuten_bg02.png") no-repeat;
}
.summary_img {
  margin: 16px auto;
  text-align: center
}
.summary_title {
  text-align: center;
  font-weight: bold;
  font-size: min(5vw, 28px);
  margin-top: -28px;
}
.summary_title span {
  font-size: 120%;
  color: var(--red);
}
.tokuten_bread {
  background-color: var(--white);
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tokuten_bread li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.tokuten_bread li span {
  display: inline-block;
  margin-bottom: 4px;
  background-color: #87640b;
  padding: 2px 8px;
  color: var(--white);
  border-radius: 4px;
    margin-right: 8px;
}
.tokuten_bread li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (min-width:500px) {
  .summary_title {
    margin-top: -40px;
  }
  .tokuten_bread {
    padding: 24px;
  }
  .tokuten_bread li {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .tokuten_bread li span {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
#tokuten_bar_area02 .cta_container {
  color: inherit;
}

.title {
  font-size: clamp(1.25rem, 0.299rem + 4.06vw, 2.125rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 28px;
}
#tokuten_bar_area .title {
  color: var(--white);
}
.tokuten_bar {
  margin-bottom: 28px;
}
.tokuten_bar li {
  margin-bottom: 8px;
}
@media (min-width:768px) {
  .title {
    margin-bottom: 48px;
  }
}
.cta_container p span{
position:relative;
}
.cta_container p span.pre::before,.cta_container p span.pre::after{
position:absolute;
bottom:0;
content:"";
width:2px;
height:20px;
background-color:#1c1c1c;
}
.cta_container p span.pre::before{
left:-20px;
transform:rotateZ(-25deg);

}
.cta_container p span.pre::after{
right:-20px;
transform:rotateZ(25deg);

}
@media (min-width:768px){
.cta_container p span.pre::before,.cta_container p span.pre::after{
bottom:4px;
height:28px;
}

}
.tokuten_card{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.tokuten_card li{
    width: calc(50% - 8px);
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
background-color:#fff;
border:solid 3px #d2a469;
padding:16px 12px 12px;
border-radius:8px;
margin-top:16px;
padding-right:0;
font-size:min(4vw,20px);
font-weight:bold;
}
.tokuten_card li p{
margin-right:4px;
}
.tokuten_card li span{
position:absolute;
background-color:#d2a469;
top:-10px;
left:10px;
padding:2px 8px;
border-radius:4px;
color:var(--white);
}
.tokuten_card li img{
width:35%;
max-width:80px;
margin-right: -10px;
}
/*=======================
read
===================*/
#read01 {
  position: relative;
}
#read02 {
  background: center / cover url("../images/read02_bg.png") no-repeat;
  color: var(--white);
}
#read03 {
  background-color: #e8e8e8;
}
#read04 {
  background: center / cover url("../images/read04_bg.png") no-repeat;
  color: var(--white);
}
#read01::before {
  content: "";
  width: 20vw;
  max-width: 200px;
  height: 15vw;
  position: absolute;
  right: 0;
  top: 0px;
  background: center / contain url("../images/read01_img01.png") no-repeat;
}
#read01 .title, #read02 .title, #read03 .title, #read04 .title, #read05 .title, #fact_area .title, #tokuten_area .title {
  line-height: 1.8;
  position: relative;
}
#read01 .title .sp-only, #read04 .title .sp-only {
  display: inline;
}
@media (min-width:768px) {
  #read01 .title .sp-only, #read04 .title .sp-only {
    display: none;
  }
  #read01 .title .pc-only, #read04 .title .pc-only {
    display: inline;
  }
}
.read_img {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 650px;
  width: 100%;
}
.read_img p {
  font-weight: bold;
}
.title span {
  color: var(--white);
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 50%, rgba(42, 41, 41, 1) 100%);
  padding: 4px 8px;
}
.text {
  margin-bottom: 28px;
}
.read_img {
  margin-bottom: 28px;
}
.able_list {
  margin-bottom: 28px;
  padding: 12px;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.able_list img{
     display:block;
    margin: 0 auto;
}
#fact_area .able_list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.2rem;
}
#fact_area .able_list li span {
  background-color: var(--yellow)
}
#fact_area .able_list li:last-child {
  margin-bottom: 0;
}
#fact_area .able_list li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: center / contain url("../images/icon_batsu.png") no-repeat;
}
.rev_list {
  background-color: var(--gray);
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 28px;
  font-weight: bold;
}
.rev_list li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted;
}
.rev_list li span {
  background-color: var(--yellow);
}
.rev_list li:last-child {
  margin-bottom: 0;
}
.flex_img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width:768px) {
  .able_list {
    padding: 28px;
    margin-bottom: 48px;
  }
  fact_area .able_list li {
    margin-bottom: 12px;
    font-size: 22px;
    padding-left: 1.7rem;
  }
  #fact_area .able_list li::before {
    width: 22px;
    height: 22px;

    top: 6px;
  }
  .flex_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .flex_img .read_img {
    flex: 0 0 45%;
  }
  .text {
    margin-bottom: 48px;
  }
  .rev_list {
    padding: 24px;
  }
  .rev_list li {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
/*=====================
fact
===================*/
.fact_box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fact_title_box {
  color: var(--white);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.fact_title {
  background: rgb(16, 31, 153);
  background: linear-gradient(90deg, rgba(16, 31, 153, 1) 0%, rgba(9, 15, 101, 1) 100%);
  padding: 20px 0 12px;
  font-size: clamp(1.25rem, 0.435rem + 3.48vw, 2rem);
  margin-bottom: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.fact_number {
  background: rgb(54, 71, 212);
  background: linear-gradient(90deg, rgba(54, 71, 212, 1) 0%, rgba(12, 22, 143, 1) 100%);
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: inline;
  width: 65%;
  margin: 0 auto;
  border-radius: 50vh;
  padding: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.fact_box p {
  padding: 0 12px;
}
.huki {
  margin-top: 20px;
}
.huki.right {
  text-align: right;
  padding-right: 12px;
}
.huki.left {
  text-align: left;
  padding-left: 12px;
}
@media (min-width:768px) {
  .fact_box {
    padding-bottom: 32px;
    margin-bottom: 120px;
  }
  p + .fact_box {
    margin-top: 80px;
  }
  .fact_title {
    padding: 40px 0 24px;
    margin-bottom: 20px;
  }
  .fact_number {
    font-size: 24px;
    top: -24px;
  }
  .fact_box p {
    padding: 0 28px;
  }
  .huki {
    margin-top: 20px;
  }
  .huki img {
    max-width: 450px;
  }
  .huki.right {
    text-align: right;
    padding-right: 28px;
  }
  .huki.right img {
    max-width: 420px;
  }
  .huki.left {
    text-align: left;
    padding-left: 28px;
  }
}
/*================================
study
============================*/
#study {
  background: rgb(35, 51, 187);
  background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
}
#study .title span {
  background: var(--white) !important;
  color: black;
}
.study_box {
  background-color: var(--white);
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.tri_white {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid #ffffff;
  border-bottom: 0;
  margin: 0 auto;
}
@media (min-width:768px) {
  .study_box {
    padding: 28px;
  }
  .tri_white {
    border-right: 250px solid transparent;
    border-left: 250px solid transparent;
  }
}
/*============================
seminar_schedule
=====================*/
#seminar_schedule {
  background-color: var(--gray);
}
.calendar {
  background-color: white;
  width: 100%;
  max-width: 850px; /* カレンダー全体の最大幅を設定 */
  margin: 0 auto; /* カレンダーを中央に配置 */
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.month {
  text-align: center;
  margin-bottom: 8px;
}
.month-name {
  font-size: 24px;
  font-weight: bold;
}
span.month-name {
  color: #ffa400
}
.weekdays {
  background-color: #f1f1f1
}
.weekdays, .days {
  display: flex; /* 子要素を横並びに配置 */
  flex-wrap: wrap; /* 子要素が折り返すように設定 */
}
.day {
  text-align: center;
  padding: 4px 0 0;
  border: 1px solid #ddd; /* 境界線 */
  -ms-flex-preferred-size: 14.285%; /* IE対応のflex-basis */
  flex-basis: 14.285%; /* 各セルの幅を全体の1/7に設定 */
  max-width: 14.285%; /* 最大幅を全体の1/7に設定 */
  box-sizing: border-box; /* パディングとボーダーを含めて幅を計算 */
}
.blue_calendar {
  color: #0000ff; /* 青文字 */
  background-color: #e6f7ff; /* 薄い青背景 */
}
.red_calendar {
  color: #ff0000; /* 赤文字 */
  background-color: #ffe6e6; /* 薄い赤背景 */
}
/* 追加された要素のスタイル */
.event {
  background-color: #ffcc00; /* 背景色を設定 */
  padding: 4px 2px;
  margin-top: 2px;
  width: 100%; /* イベントの幅を親要素に合わせる */
  box-sizing: border-box; /* パディングとボーダーを含めて幅を計算 */
}
/*.event:hover {
  background-color: #ffe066; /* hover時の背景色を少し明るく */
  cursor: pointer;
}*/
.event-type {
  font-size: 14px;
  font-weight: bold;
}
.event-time {
  font-size: 10px;
  margin: 5px 0;
}
.event-join {
  background-color: white; /* ボタンの背景色を白に設定 */
  border: none;
  border-radius: 50vh;
  padding: 2px 2px;
  color: #e69500; /* ボタンの文字色をオレンジ色に近づけた色に設定 */
  font-weight: bold;
  transition: background-color 0.3s ease; /* ボタンの背景色変更にトランジションを追加 */
  width: 90%;
  font-size: 12px
}
.event a {
  text-decoration: none;
  color: inherit; /* aタグ内の文字色を親要素に従う */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event a:hover .event-join {
  background-color: #fff2cc; /* hover時のボタン背景色を変更 */
}
.event_end {
  background-color: #888888; /* 明るめの灰色の背景色 */
  padding: 4px 2px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: white; /* テキストを白に設定 */
  cursor: default; /* カーソルをデフォルトに設定（pointerにならないように） */
}
.event_end a {
  cursor: default;
}
.event_end .event-join {
  background-color: #666666; /* 少し濃い灰色の背景色 */
  border: none;
  border-radius: 50vh;
  padding: 2px 2px;
  color: white; /* ボタンの文字色も白に設定 */
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 90%;
  font-size: 12px;
  cursor: default; /* ボタン上でもカーソルをデフォルトに設定 */
}
.event_end .event-join:hover {
  background-color: #666666; /* hover時の背景色を変えないように設定 */
}
@media (min-width:768px) {
  .month {
    margin-bottom: 12px;
  }
  .month-name {
    font-size: 32px;
  }
  .day {
    padding: 4px;
  }
  .event {
    padding: 4px 2px;
  }
  .event-type {
    font-size: 22px;
  }
  .event-time {
    font-size: 16px;
  }
  .event-join {
    font-size: 16px
  }
  .event_end .event-join {
    font-size: 16px;
  }
}
/*==========
boxタイプ
==================*/
.sche_bg {
  background-color: #e9eff2;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.month {
  background: rgb(35, 51, 187);
  background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
  color: var(--white);
  padding: 8px;
}
span.month-name {
  color: var(--white);
}
.sche_inner {
  padding: 16px;
}
.sche_box {
  background-color: var(--white);
  border-radius: 4px;
  font-size-adjust: 12px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 12px 12px 20px;
  border: solid 2px var(--gray);
  margin-bottom: 20px;
}
.sche_day {
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: solid 1px var(--gray);
}
.sche_place {
  padding: 8px 0;
  border-bottom: solid 1px var(--gray);
}
.sche_price {
  margin-bottom: 8px;
  padding-top: 8px;
}
.scroll_btn {
  width: 100%;
  background-color: #1eac06;
  border-radius: 50vh;
  border: none;
  color: var(--white);
  font-weight: bold;
  box-shadow: 0 5px 0 0 #084606;
}
.scroll_btn a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
}
.scroll_btn.out{
background-color:#555;
box-shadow:none;
}
.scroll_btn:hover{
    filter: brightness(125%);
}
.scroll_btn.out:hover{
    filter: brightness(100%);
}

@media (min-width:650px) {
  .sche_inner {
    padding: 24px 40px;
  }
  .sche_box {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-right:20px;
    margin-left:20px;
    margin-bottom: 32px;
  }
  .sche_flexbox {
    border-right: solid 1px var(--gray);
    padding-right: 24px;
    margin-right: 24px;
    flex: 0 0 65%
  }
  .sche_price {
    margin-bottom: 0;
  }
  .scroll_btn {
    width: 200px;
  }
}
/*===================
tokuten
====================*/
.tokuten_box li {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 28px;
  padding: 16px;
  background: rgb(242, 242, 242);
  background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tokuten_img {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 120px;
  width: 100%;
}
.tokuten_number {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 28px;
}
.tokuten_number span {
  background: rgb(248, 15, 15);
  background: linear-gradient(90deg, rgba(248, 15, 15, 1) 0%, rgba(143, 7, 46, 1) 100%);
  padding: 2px 8px;
  color: var(--white);
}
.tokuten_title {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: var(--red);
  margin-bottom: 12px;
}
@media (min-width:768px) {
  .tokuten_box li {
    padding: 28px;
    margin-bottom: 52px;
  }
  .tokuten_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .tokuten_number {
    margin-bottom: 36px;
  }
  .tokuten_img {
    margin-left: 40px;
    margin-bottom: 0;
  }
  .tokuten_title {
    font-size: 140%;
  }
}
#tokuten_area .caution{
margin-top:20px;
padding:12px 12px 0;
border-radius:4px;
}
@media (min-width:650px){
#tokuten_area .caution{
margin-top:40px;
}
}
/*========================
voice
==============*/
#voice_area{
    background-color: var(--gray);
}
.voice_box{
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
    padding: 16px;
    margin-bottom: 40px
}
.voice_title{
    text-align: center;
    font-weight: bold;
    font-size: clamp(1.25rem, 0.435rem + 3.48vw, 2rem);
    margin-bottom:24px;
    
}
.study_day{
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px 0;
    text-align: center;border-top: solid 1px ;border-bottom: solid 1px;
}
.voice_img{
    text-align: center;
    max-width: 150px;
    margin: 0 auto 8px;
}
.voice_name{
    text-align: center;
     margin-bottom: 20px;
}
@media (min-width:768px){

.voice_box{
    padding: 32px 40px;
    margin-bottom: 80px;
}

.study_day{
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 16px 0;
}
.voice_title{
    margin-bottom:40px;
}
.voice_img{
    margin: 0 auto 12px;
}
.voice_name{
     margin-bottom: 52px;
}
}
/*================
profile
===============*/
#profile {
  background-color: var(--gray);
}
.pro_img {
  text-align: center;
  width: 80%;
  margin: 0 auto 12px;
  max-width: 200px;
}
.pro_name {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}
.pro_name span {
  font-weight: normal;
  font-size: 85%;
}
@media (min-width:768px) {
  .pro_name {
    margin-bottom: 40px;
  }
  #profile .text {
    margin-bottom: 80px;
  }
}
/*==================
message
=================*/
#message {
  background-color: var(--gray);
}
.kurisu {
  float: right;
  margin-left: 4px;
  max-width: 150px;
  width: 25%;
}
#message center {
  text-align: left;
}
@media (min-width:550px) {
  .kurisu {
    margin-left: 20px;
  }
  #message center {
    text-align: center;
  }
}
/*=============
footer
===================*/
footer {
  background: rgb(42, 42, 42);
  background: linear-gradient(0deg, rgba(42, 42, 42, 1) 0%, rgba(50, 50, 50, 1) 100%);
  padding: 20px 0;
  text-align: center;
  color: var(--white);
}
footer p {
  font-size: 18px;
  margin-bottom: 24px;
}
.footer_link {
  margin-bottom: 40px;
  font-size: 12px;
}
.footer_link li {
  padding-bottom: 8px;
  display: inline;
  padding: 0 8px
}
.copy {
  display: block;
  font-size: 12px;
}

/*===================
form
======================*/
#form_area {
  background-color: var(--gray);
}
#form_area.sec_pad{
padding-top:0;
}
.form_box {
  background-color: var(--white);
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.form_index {
  font-size: 120%;
  font-weight: bold;
}
.form_index span {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}
.form-content {
  text-align: left;
}
.form_index span {
  background: #c60e0e;
  padding: 0px 4px;
  color: var(--white);
  display: inline-block;
  margin-left: 8px;
  border-radius: 4px;
  font-weight: normal;
}
.form-control {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}
#FormNameSei {
  margin-bottom: 4px;
}
.bar {
  content: "";
  background-color: var(--gray);
  display: block !important;
  margin: 20px auto;
  width: 100%;
  height: 1px;
}
.btn {
  width: 100%;
  background-color: #1eac06;
  border-radius: 50vh;
  border: none;
  color: var(--white);
  font-size: 22px;
  padding: 16px;
  font-weight: bold;
  box-shadow: 0 5px 0 0 #084606;
}
.btn:hover{
    cursor: pointer;
}
@media (min-width:768px) {
  .form_box {
    padding: 32px 40px;
  }
  .form_flex {
    display: flex;
    justify-content: space-between;
  }
  .form_name {
    width: 48%;
  }
  .form-control {
    padding: 16px;
    font-size: 18px;
  }
  .bar {
    margin: 28px auto;
  }
  .btn {
    font-size: 32px;
    padding: 20px;
  }
}
input:focus{
border: 2px solid #f14949;
outline:none;
box-shadow:0 0 5px 0 #f14949;
border-radius:4px;
}
    .error-message {
        color: var(--red);
        display: none;
    }
    .has-error {
        border-color: var(--red);
    }

.footer_table{
    background-color: white;
    color: #333;
    font-size: 14px;
    margin: 0 auto 20px;
    max-width: 650px;
}
.footer_table th,.footer_table td{
    padding: 8px;
    border: solid 1px;
}
.footer_table td{
    text-align: left;
}

/*=====================
obi
=======================*/
.obi{
    background: left bottom / cover url(../images/obi.png) no-repeat;
    padding: 8px;
    color: white;
    padding-left:22vw;
    font-weight: bold;
    font-size: min(4.5vw, 30px);
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', sans-serif;}
.obi span{
font-size: 125%;
    color: var(--yellow);
}

@media (min-width:680px){

.obi{
    padding:12px 12px 8px;
    padding-left: 180px;
}
}

/*=================
floating_btn
===================*/
#floating_btn {
    position: fixed;
    bottom: 8px;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#floating_btn .scroll_btn {
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    padding: 12px;
background: rgb(18,167,3);
background: linear-gradient(0deg, rgba(18,167,3,1) 0%, rgba(32,198,10,1) 100%);
}
#floating_btn .scroll_btn span {
    background-color: white;
    color: #1eac06;
    padding: 2px 4px;
    display: inline-block;
    margin-right: 8px;
}
#floating_btn.hide {
    opacity: 0;
    visibility: hidden;
}

@media (min-width:768px) {
#floating_btn .scroll_btn {
    width: 600px;
    padding: 24px;
    font-size:30px;
}
}

/*====================
popup
===================*/
/* ポップアップの基本スタイル */
        .exit-popup {
            position: fixed;
            top: -100%;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            max-width: 400px;
            text-align: center;
            border-radius: 10px;
            display: none;
            z-index: 1005;
        }
        /* ポップアップのスライドイン */
	@keyframes slideIn {
	    from {
	        top: -100%;
	    }
	    to {
	        top: 30%;
	    }
	} 


	/* pop_kurisu と pop_huki のスライドアップアニメーション */
	@keyframes popSlideUp {
 	   from {
 	       transform: translateX(-50%) translateY(40px);
 	   }
 	   to {
 	       transform: translateX(-50%) translateY(0);
 	   }
	}
	/* pop_huki のブルブル震えアニメーション */
	@keyframes shakeRotate {
    0% { transform: translateX(-50%) scale(1.1) rotate(0deg); }
    10% { transform: translateX(-50%) scale(1.1) rotate(3deg); }
    20% { transform: translateX(-50%) scale(1.1) rotate(-3deg); }
    30% { transform: translateX(-50%) scale(1.1) rotate(2deg); }
    40% { transform: translateX(-50%) scale(1.1) rotate(-2deg); }
    50% { transform: translateX(-50%) scale(1.1) rotate(1deg); }
    60% { transform: translateX(-50%) scale(1.1) rotate(-1deg); }
    70% { transform: translateX(-50%) scale(1.1) rotate(0deg); }
    80%, 100% { transform: translateX(-50%) scale(1); }
}

       /* 背景のオーバーレイ */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index:1001;
        }
        /* 閉じるボタン */
        .close-btn {
            margin-top: 10px;
            padding: 10px 15px;
            background-color: #555;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }


/* 画像をまとめるコンテナ */
.popup-container {
    position: relative;
    display: inline-block;
}

/* 基本のポップアップ画像（最下層） */
.popup-container img:first-child {
    width: 100%;
    display: block;
    position:relative;
    z-index:1001;
}

/* pop_kurisu と pop_huki の基本スタイル */
.pop-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50px);

}

/* pop_kurisu の配置 */
.pop-kurisu {
    top: -27vw;
    z-index: 2;
    max-width: 200px;
    left: 70%;
    width: 40%;
    animation: popSlideUp 0.4s ease-out forwards;
    animation-delay: 0.3s;
}

/* pop_huki の配置 */
.pop-huki {
    top: -27vw;
    z-index: 1;
    max-width: 160px;
    width: 40%;
    left: 32%;
    animation: popSlideUp 0.4s ease-out forwards, shakeRotate 0.6s ease-in-out 1.0s 2;
}
@media (min-width:500px){
.pop-kurisu{
top:-34%;
}
.pop-huki {
    top: -38%;  /* popup.png の上端から少しはみ出す */
}

}
/*=================
faq
======================*/
.faq_container{
    padding-bottom: 24px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 24px;
}
.quetion{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 110%;
    color: #3647d4;
}
.quetion span{
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
    background-color:#3647d4;
    color: white;
    border-radius: 2px;
    }


@media (min-width:768px){
.faq_container{
    padding-bottom: 48px;
    margin-bottom: 48px;
}
.quetion{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 110%;
    color: #3647d4;
}
.quetion span{
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
    background-color:#3647d4;
    color: white;
    border-radius: 2px;
    }
.answer{
   padding:0 16px;
    }

}


/*=====================
テスト中のスタイル
=====================*/
.fv_voice{
margin:20px auto 0;
text-align:center;
}
@media (min-width:768px){
.fv_voice{
margin-top:60px;
}
}


/*============
カレンダー
===============*/
.calendar-container {
      width: 100%;
      max-width: 700px;
      padding: 20px;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
      box-sizing: border-box;
    }
    
    .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
	background: linear-gradient(90deg, rgba(35, 51, 187, 1) 0%, rgba(0, 8, 97, 1) 100%);
    color: var(--white);
	padding:8px;
    }
    .month-title {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      flex-grow: 1;
    }
    
    .subtitle {
      text-align: center;
      margin-bottom: 20px;
      font-size: 16px;
    }
    
    .calendar-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed; /* 重要: 列幅を固定 */
    }
    
    .calendar-table th {
      background-color: #444;
      color: white;
      padding: 10px;
      text-align: center;
      width: 14.28%; /* 均等に分割 */
    }
    
    .calendar-table th.saturday {
      background-color:  #3366CC !important;
        color: #fff!important
    }
    
    .calendar-table th.sunday {
      background-color: #CC3333 !important;
        color: #fff!important
    }
    
    .calendar-table td {
      border: 1px solid #ddd;
      padding: 5px;
      height: 80px;
      width: 14.28%; /* 均等に分割 */
      vertical-align: top;
      text-align: center;
      position: relative;
      box-sizing: border-box;
    }
    
    .calendar-table td.saturday {
      background-color: #E6F0FF;
    }
    
    .calendar-table td.sunday, 
    .calendar-table td.holiday {
      background-color: #FFEBEB;
    }
    
    .date-number {
      font-size: 16px; /* 固定サイズ */
      font-weight: bold;
      padding: 5px;
      position: relative;
    }
    
    .today-mark {
      font-size: 10px;
      font-weight: normal;
      color: #FF9900;
      text-align: center;
      display: block;
      margin-top: 2px;
    }
    
    /* 曜日ごとの色分け */
    .weekday {
      color: #000;
    }
    
    .saturday {
      color: #3366CC !important;
    }
    
    .sunday, .holiday {
      color: #CC3333 !important;
    }
    
    /* 予約可能日 */
    .available {
      background-color: #FF9900;
      cursor: pointer;
      transition: background-color 0.3s;
      margin-top: 5px;
      margin-bottom: 5px;
      border-radius: 5px;
      padding: 5px 0;
    }
    
    .available:hover {
      background-color: #FF8000;
    }
    
    /* 予約可能時間帯 */
    .time-slot {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2px;
      font-weight:bold;
    }
    
    .time-badge {
      color: white;
      font-weight: bold;
      margin-bottom: 2px;
    }
    
    .time-text {
      font-size: 12px;
      white-space: normal; /* 必要に応じて改行 */
      word-break: break-all;
      color: white;
    }
    
    /* 予約不可日 */
    .unavailable {
      background-color: #f0f0f0;
      opacity: 0.8;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    
    .unavailable .date-number {
      color: #999;
    }
    
    .unavailable .time-slot {
      color: #999;
    }
    
    /* 選択中の日付 */
    .today {
      border: 2px solid #FF9900;
      background-color: #FFF8E1;
    }

    .cross-mark {
      font-size: 24px;
      color: #ccc;
    }

    
    
    /* レスポンシブ対応 */
    @media screen and (max-width: 768px) {
      .calendar-table {
        font-size: 14px;
      }
      
      .calendar-table td {
        height: 70px;
        padding: 2px;
      }
      
      .time-badge {
        font-size: 12px;
      }
      
      .time-text {
        font-size: 10px;
      }
    }
    
    @media screen and (max-width: 480px) {
     
      .calendar-container, .form-container {
        padding: 10px;
      }
      
      .calendar-table {
        font-size: 12px;
      }
      
      .date-number {
        font-size: 14px;
        padding: 2px;
      }
      
      .calendar-table td {
        height: 60px;
        padding: 1px;
      }
      

      
      .time-badge {
        width: 18px;
        height: 18px;
        font-size: 10px;
        margin-bottom: 2px;
      }
      
      .time-text {
        font-size: 9px;
      }
    }

.seminar-detail-container {
  background: #e6e6e6;
  background: linear-gradient(0deg, rgba(230, 230, 230, 1) 0%, rgba(242, 242, 242, 1) 15%, rgba(248, 248, 248, 1) 45%, rgba(250, 250, 250, 1) 100%);
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.seminar-detail-container h2 {
  text-align: center;
  padding: 16px;
  font-size: min(5vw, 28px);
  background: #9E9C9C;
  background: linear-gradient(0deg, rgba(158, 156, 156, 1) 0%, rgba(208, 208, 208, 1) 15%, rgba(234, 234, 234, 1) 45%, rgba(255, 255, 255, 1) 100%);
}
.tri-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 20px solid #9E9C9C;
  border-bottom: 0;
  margin: 0 auto 16px;
  display: block;
}
.seminar-detail {
  padding: 0 16px 16px;
  font-size: min(4.8vw, 24px);
}
.seminar-detail li {
  position: relative;
  padding-left: 1.6rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: dotted 1px
}
.seminar-detail li:last-child {
  margin-bottom: 0;
}
.seminar-detail li strong {
  color: var(--red);
}
.seminar-detail li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  background: center / contain url("https://startai-seminar.com/ln/zrig/common/images/icon_check_gray.png") no-repeat;
}
@media (min-width:768px) {
  .seminar-detail {
    padding: 0 28px 28px;
  }
  .seminar-detail li {
    padding-left: 2.4rem;
  }
  .seminar-detail li::before {
    width: 24px;
    height: 24px;
    top: 6px;
  }
}


/******関根さんFV用CSS******/
.fv-list {
    background: center/ cover url("../images/img02-bg.png") no-repeat;
    padding: 28px 0 72px;
    position: relative;
}
.fv-list::before {
    content: "";
    height: 171px;
    width: 309px;
    position: absolute;
    bottom: -16px;
    right: 12px;
    background: center / contain url("../images/img02-hajime-sp.png") no-repeat;
    z-index: 10;
}
.fv-list ol {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.fv-list ol li {
    background-color: var(--white);
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    text-align: center;
    width: calc(50% - 8px);
}
.fv-list ol li .number {
    font-weight: bold;
    font-size: min(7vw, 26px);
    position: relative;
}
.fv-list ol li .number span {
    background-color: var(--white);
    padding: 0px 1rem;
    position: relative;
    color: #79a0d1;
}
.fv-list ol li .number::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #102542;
    display: block;
}
.fv-list ol li p {
    font-weight: bold;
    color: #102542;
    margin: 0px auto 12px;
}
.fv-list-img {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    width: 85%;
    max-width: 360px;
}
.fv-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.toppa {
    background: center / cover url("../images/toppa_bg.png") no-repeat;
    padding: 52px 0px 28px;
    text-align: center;
}

@media (min-width:600px) {
.fv-list {
    padding: 28px 0 104px;
}
.fv-list .title {
    margin-bottom: 28px;
}

.fv-list ol li {
    background-color: var(--white);
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    width: calc(33% - 12px);
    margin-bottom: 0px;
}
}

@media (min-width:1024px) {
    .fv-list::before {
        height: 212px;
        width: 400px;
        bottom: -50px;
        right: -100px;
    }
}