@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;
}
@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;
  }
}
/*=====================
tokuten
================*/
#tokuten_bar_area {
  background: center / cover url("../images/tokuten_bg.png") no-repeat;
}
.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;
  }
}
/*=======================
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;
}