@charset "UTF-8";
/* CSS Document */

:root {
  --color-main:#1262B2;
  --color-orange:#ED6C00;
  --font-family-display:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.op0 {
    opacity: 0;
}

.fadeup{
  animation: fadeup 0.6s 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  80%, 100% {
    opacity: 1;
  }
}


input[type="text"],
button,
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

select{
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
    -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
 	line-height:1.5;
  font-family: var(--font-family-display);
	font-weight: 400;
  color:#000000;
  padding-top: 65px;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

*{
  box-sizing: border-box;
}

.wraper{
  width: 100vw;
  overflow-x: hidden;
}

.min,.min *{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;  
}

.margin-bottom-30{
  margin-bottom: 30px;
}

.margin-bottom-40{
  margin-bottom: 40px;
}

.u-color-main{
  color:var(--color-main);
}

.u-section-p100{
  padding: 100px 0;
}

.u-section-p80{
  padding: 80px 0;
}

.u-section-p60{
  padding: 80px 0;
}

.text-center{
  text-align: center;
}

.u-gap-8{
  display: grid;
  gap:8px;
}

.u-gap-10{
  display: grid;
  gap:10px;
}

.u-gap-16{
  display: grid;
  gap:16px;
}

.u-gap-20{
  display: grid;
  gap:20px;
}

.u-gap-24{
  display: grid;
  gap:24px;
}

.u-gap-30{
  display: grid;
  gap:30px;
}

.u-gap-40{
  display: grid;
  gap:48px;
}

.u-gap-40_b{
  display: grid;
  gap:40px;
}

.u-gap-56{
  display: grid;
  gap:56px;
}

.u-gap-80{
  display: grid;
  gap:80px;
}

.u-gap-100{
  display: grid;
  gap:100px;
}

.u-content-w1200{
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.u-content-w950{
  max-width: 950px;
  width: 90%;
  margin: auto;
}

.pc{
  display: none;
}

@media screen and (min-width: 767px) {

  .pc{
    display: block;
  }
  
  .sp{
    display: none;
  }

}

  .content{
    width: 90%;
    margin: auto;
    max-width: 920px;
  }

  .content__title{
    padding: 30px 0;
    text-align: center;
    position: relative;
  }

/* font */
.font-70px-bold,
.font-70px-bold *{
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.font-56px-bold,
.font-56px-bold *{
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.font-48px-bold,
.font-48px-bold *{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

  .font-48px-bold-imp{
    font-size: 48px !important;
  }

.font-40px-bold,
.font-40px-bold *{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.font-32px-bold,
.font-32px-bold *{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.font-24px-bold,
.font-24px-bold *{
  font-size: 24px;
  font-weight: bold;
  letter-spacing:0;
}

.font-24px-medium,
.font-24px-medium *{
  font-size: 24px;
  font-weight: 500;
  letter-spacing:0;
}

.font-20px-bold,
.font-20px-bold *{
  font-size: 20px;
  font-weight: bold;
  letter-spacing:0;
}

.font-20px-medium,
.font-20px-medium *{
  font-size: 20px;
  font-weight: 500;
  letter-spacing:0;
}

.font-18px-bold,
.font-18px-bold *{
  font-size: 18px;
  font-weight: bold;
  letter-spacing:0;
}

.font-16px-bold,
.font-16px-bold *{
  font-size: 16px;
  font-weight: bold;
  letter-spacing:0;
}

.font-16px-medium,
.font-16px-medium *{
  font-size: 16px;
  font-weight: 500;
  letter-spacing:0;
}

.font-14px-medium,
.font-14px-medium *{
  font-size: 14px;
  font-weight: 500;
  letter-spacing:0;
}


  .bg-gray{
    background: #F4F6F7;
  }
  
  .details__set-text02{
    letter-spacing: -0.31px;
    line-height:calc(24em / 16);
  }
  
  .details__set-price-wrap{
    display: grid;
    grid-template-columns:repeat(2,1fr);
    gap:48px;
  }
  
  .details__set-price-bodytitle{
    letter-spacing: -0.45px;
  }
  
  .details__set-price{
    background: #ffffff;
    box-shadow: 4px 4px 24px rgba(0 0 0 / 5%);
    border-radius: 5px;
  }
  
  .details__set-price-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--color-main);
    height: 100px;
    color:#ffffff;
    border-radius: 5px 5px 0 0;
  }
  
  .details__set-price-body{
    padding: 30px;
    border-radius:0 0 5px 5px;
  }


/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 93px;
  background: #fff;
  z-index: 1200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}


/* ===============================
   ハンバーガーボタン
=============================== */
.hamburger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1100;
  transition: 0.3s;
  display: block;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-main);
  transition: all 0.4s ease;
  border-radius: 30px;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

/* ===============================
   ナビゲーションメニュー
=============================== */
a{
  text-decoration: none;
}

.menu_btn{
  display: flex;
  gap:24px;
  align-items: center;
}

.menu_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 230px;
  border-radius: 100px;
  border:1px var(--color-main) solid;
  color:var(--color-main);
  gap:10px;
  background: #ffffff;
  transition: 0.5s;
}

.menu_btn a:hover{
  filter: brightness(1);
  background: #cccccc;
}

.menu_btn .dl a{
  color:#ffffff;
  background: var(--color-main);
}

.menu_btn .dl a:hover{
  filter: brightness(1.2);
}

/* ===============================
   背景の黒幕
=============================== */
.overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1110;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

  .mainLogo{
    position: relative;
    top:4px;
  }

@media (min-width: 1001px) {
  .hamburger,
  .tab{
    display: none;
  }
  
  .overlay {
    display: none;
  }
  
}
  
/* ===============================
   SP表示
=============================== */
@media (max-width: 1000px) {
/* ===============================
   ナビゲーションメニュー
=============================== */
nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s ease;
  z-index: 1050;
  padding: 0 5%;
  text-align: center;
}
nav.active {
  max-height: 750px; /* メニュー項目数に合わせて適宜調整 */
}
nav ul {
  list-style: none;
  padding-bottom: 10px;
  padding-top: 90px;
}
nav li {
  width: 100%;
}

nav .menu_btn{
  display: flex;
  gap:24px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}
  
nav .menu_btn a{
  margin: auto;
  }
  
  .menu-logo{
    padding-bottom: 50px;
    padding-top: 20px;
  }  
  
}


/* common */

/* mv */
  body{
    padding-top: 93px;
  }
  
  .main-visual{
    padding: 90px 0 35px;
  }
  
  .main-visual__cont{
    position: relative;
    z-index: 5;
  }
  
  .main-visual__text01 span{
  /* 調整しやすいように変数化 */
  --line: 2px;      /* 線の太さ */
  --len: 1.1em;     /* 線の長さ */
  --gap: .6em;      /* 文字と線の間 */
  --angle: 45deg;   /* 傾き */

  position: relative;
  display: inline-block;
  padding: 0 50px;
  line-height: 1.2;
    color:var(--color-orange);
  }
  
.main-visual__text01 span::before,
.main-visual__text01 span::after{
  content:"";
  position: absolute;
  top: 50%;
  width: var(--len);
  height: var(--line);
  background: var(--color-orange);
  transform-origin: center;
}

.main-visual__text01 span::before{
  left: 0;
  transform: translateY(-50%) rotate(var(--angle)); /* \ */
}

.main-visual__text01 span::after{
  right: 0;
  transform: translateY(-50%) rotate(calc(-1 * var(--angle))); /* / */
}
  
.main-visual__title span{
  background: var(--color-main);
  padding: 13px 20px;
  -webkit-box-decoration-break: clone; /* Safari */
  box-decoration-break: clone;
  color:#ffffff;
  border-radius: 5px;
}  
  
  .main-visual{
    position: relative;
  }
  
  .main-visual:after{
    content:" ";
    position: absolute;
    z-index: 0;
    height: 130px;
    width: 100%;
    display: block;
    background: var(--color-main);
    bottom:0;
    left: 0;
  }
  
  .main-visual__img{
    position: absolute;
    top:0;
    right: 0;
    height: 580px;
    width: 55%;
    overflow: hidden;
    z-index: 3;
  }
  
  .main-visual__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

@media (min-width: 1750px) {
  .main-visual__img{
   width: 950px; 
  }
  
  .main-visual__cont{
    max-width: 90% !important;
  }
  
  
}

/* main */

  .about__heading-text{
    line-height: 2em;
  }
  
  .about__heading-block{
    display: flex;
    gap:105px;
    flex-flow: row-reverse;
  }

.about__heading-block > div{
  flex: 1 1 530px; /* 最低320px、入るだけ横に並ぶ */
}
  
  
  .about__heading-title{
   position: relative;
  }
  
  .about__heading-title:after{
    content:" ";
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    top:calc(50% - 0.5px);
    z-index: 1;
  }
  
  .about__heading-title span{
    background: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-right: 30px;
  }
  
.about__message{
  width: 95%;
  background: var(--color-main);
  padding: 20px 30px;   /* ←枠の太さをpaddingで表現 */
  border-radius: 8px;   /* 外側 */
  margin: auto;
}

.about__message-inner{
  background: #fff;
  border-radius: 8px;   /* 内側（自由に変えられる） */
  padding: 10px;
  display: grid;
  gap: 16px;
  grid-template-columns: 120px 1fr;
  align-items: center;
}
  
  .about__message-box01{
    text-align: center;
    position: relative;
  }  
  
  .about__message-box01:after{
    content:" ";
    width: 2px;
    height: 80%;
    top:15%;
    background: var(--color-main);
    position: absolute;
    right: 0;
  } 

  .u-list li{
    position: relative;
    padding-left: 1.25em;
  }
  
  .u-list li:before{
    content:"・";
    position: absolute;
    left: 0;
    top:0;
  }
  


  .u-table{
    width: 100%;
  }

.u-table tr:first-child th:first-child{
  border-radius: 5px 0 0 0;
}

.u-table tr:first-child th:last-child{
  border-radius:0 5px 0 0;
}

.u-table tr:last-child td:first-child{
  border-radius:0 0 0 5px;
}

.u-table tr:last-child td:last-child{
  border-radius:0 0 5px 0;
}
  
  .u-table th{
    background: var(--color-main);
    color:#ffffff;
    text-align: center;
    min-height: 80px;
    vertical-align: middle;
    padding: 20px;
  }
  
  .u-table th:not(:last-child){
    border-right:1px solid #ffffff;
  }
  
  .u-table td{
    min-height: 80px;
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    padding: 20px;
    background: #ffffff;
  }

.u-table td:not(:nth-child(3)){
 text-align: center;
}
  
  .u-table td:last-child{
    min-height: 80px;
    border-right: 1px solid #E3E3E3;
  }

  .details__set-price-bodytitle{
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  
  .details__set-price-bodytitle-span span{
    display: inline-block;
    padding: 3px 10px;
    background: var(--color-orange);
    color:#ffffff;
    border-radius: 4px;
  }
  
  .u-check{
  --size: 20px;
  --color: #ED6C00;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  position: relative;
}

.u-check::before,
.u-check::after{
  content:"";
  position:absolute;
  background: var(--color);
  border-radius: 999px; /* 角を丸く */
}

/* 短い方の線 */
.u-check::before{
  width: 40%;
  height: 14%;
  left: 18%;
  top: 54%;
  transform: rotate(45deg);
}

/* 長い方の線 */
.u-check::after{
  width: 70%;
  height: 14%;
  left: 32%;
  top: 46%;
  transform: rotate(-45deg);
}
  
  .details__set-price-bodylist li{
    display: grid;
    grid-template-columns: 30px 1fr;
    border-radius: 5px;
  } 

  .all-white,
  .all-white *{
    color:#ffffff;
  }
  
  .details__teacher-text{
    line-height: 2em;
    letter-spacing: 0;
  }
  
  .details__teacher-title{
   position: relative;
  }
  
  .details__teacher-title:after{
    content:" ";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top:calc(50% - 0.5px);
    z-index: 1;
  }
  
  .details__teacher-title span{
    background: var(--color-main);
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-right: 30px;
  }
  
  .details__teacher-cont{
    display: grid;
    grid-template-columns: 450px 1fr;
    gap:52px;
    padding: 50px;
    background: var(--color-main);
    border-radius: 5px;
  }
  
  .details__movie-cont{
    display: grid;
    gap:42px;
    grid-template-columns: repeat(2,1fr);
  }

.details__movie-box{
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}

.support__proglam-title small{
  /* 調整しやすいように変数化 */
  --line: 2px;      /* 線の太さ */
  --len: 1.1em;     /* 線の長さ */
  --gap: .6em;      /* 文字と線の間 */
  --angle: 45deg;   /* 傾き */

  position: relative;
  display: inline-block;
  padding: 0 50px;
  line-height: 1.2;
    color:var(--color-orange);
  }
  
.support__proglam-title small::before,
.support__proglam-title small::after{
  content:"";
  position: absolute;
  top: 50%;
  width: var(--len);
  height: var(--line);
  background: var(--color-orange);
  transform-origin: center;
}

.support__proglam-title small::before{
  left: 0;
  transform: translateY(-50%) rotate(var(--angle)); /* \ */
}

.support__proglam-title small::after{
  right: 0;
  transform: translateY(-50%) rotate(calc(-1 * var(--angle))); /* / */
}

  .support__title-wrap{
    background: var(--color-main);
  }
  
  .support__proglam-listtext{
    line-height: 2em;
  }
  
  .support__proglam-listtitle span{
    color:var(--color-orange);
  }
  
  .support__proglam-list li{
    display: flex;
    gap:50px;
    align-items: center;
  }
  
  .support__proglam-list li:nth-child(even){
    flex-flow: row-reverse;
  }
  
  .support__proglam-listinfo{
    max-width: 580px;
  }

  .support__follow{
    border-radius: 5px;
  }
  
  .support__follow-list{
    padding:0 85px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:24px 32px;
  }
  
  .support__follow-list .support__follow-item{
    padding:24px 40px 70px;
    background: #ffffff;
    border-radius: 5px;
  }  
  
  .support__follow-innerlist li{
    display: grid;
    grid-template-columns: 15px 1fr;
    gap:20px;
    align-items: center;
  }
  
  .support__follow-list .support__follow-item:nth-child(n + 5){
  grid-column: 1 / -1; /* 最後だけ1列（2列分） */
    grid-template-columns: 300px 1fr;
    gap:50px;
    align-items: center;
    padding-top: 70px;
}
  
.u-checkIcon{
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  background: #ED6C00;
  border-radius: 3px; /* 角丸いらなければ0 */
  vertical-align: middle;
}

.u-checkIcon::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

  .o-color{
    color:var(--color-orange);
  }
  
  .voice__list-text{
    line-height: 2em;
  }
  
  .voice__cont{
    width: 90%;
    max-width: 1800px;
    margin: auto;
  }
  
  .voice__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:24px;
  }
  
  .voice__list li{
    padding:30px 20px;
    border-radius: 5px;
    border:1px solid var(--color-main);
    background: #ffffff;
  }
  
  .voice__list-cont{
    display: grid;
    grid-template-columns: 130px 1fr;
    gap:24px;
    align-items: center;
  }

  .comparison__table{
    padding:0 30px;
  }

  .faq__block{
    border:1px solid #A8AAAD;
    background: #ffffff;
    padding: 30px 50px;
    border-radius: 5px;
  }
  
  .faq__wrap{
    max-width: 1036px;
    margin: auto;
  }
  
  .faq__block dt{
    letter-spacing: 0.1em;
  }

.cta{
  background:url("../images/cta_bg.webp") center;
  background-size: cover;
}


.cta__cont .menu_btn{
  justify-content: center;
  gap:48px;
}

.cta__cont .menu_btn a{
  width: 260px;
  height: 60px;
}

footer{
  padding: 30px 5% 10px;  
}


@media screen and (max-width:480px){
footer a[href^="tel"],
footer a[href^="mailto"],
footer a[href^="sms"] {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none;
  cursor: default;
}  
    
}