@charset 'UTF-8';
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
img {
  max-width: 100%;
  overflow: visible;
  margin: 0;
  display: block;
}
a {
  color: #5359e6;
}
body {
  margin: 0;
}
h1,h2 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 0;
  margin: 0;
  padding: 0;
}
h1 img {
  width: 100%;
}
ul {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
}
/* ----------SP/CP切り替え------------ */
@media screen and (max-width: 800px) {
  .pc_only {
      display: none;
  }
}
@media screen and (min-width: 800px) {
  .sp_only {
      display: none;
  }
}
/* ------------ 注意事項 アコーディオン ------------*/
.accordion-006 {
  font-size: 0.7rem;
  font-weight: bold;
}
.accordion-006 summary {
  max-width: 120px;
  background-color: #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.5em 1em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  margin: -29px auto 7px;
  border-radius: 3px;
  font-weight: bold;
}
.accordion-006 summary::-webkit-details-marker {
  display: none;
}
.accordion-006 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-bottom: 3px solid #c2c2c2;
  border-right: 3px solid #c2c2c2;
  content: '';
  transition: transform .3s;
}
.accordion-006[open] summary::after {
  transform: rotate(225deg);
}
.accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  max-width: 1200px;
  color: #333333;
  margin: 0 auto;
  transition: transform .5s, opacity .5s;
  padding: 0 50px;
}
.accordion-006[open] p {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .accordion-006 summary {
    max-width: 30%;
    padding: 0.5em 1em;
    margin: 10px auto 7px;
  }
  .accordion-006 p {
    padding: 0 1em 1em;
  }
}
/* ------------ CTA ------------*/
.cta_bg {
  background-image: url(../img/cta_all_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 0 0 3.5%;
}
.cta_area {
  max-width: 800px;
  margin: 3% auto 0;
  position: relative;
  padding: 0 100px;
}
.cta_arrow {
  position: absolute;
  top: 33%;
  left: 24.3%;
  width: 79%;
  animation-name: fuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.6s;
}
@keyframes fuwa {
  0% {
      transform: translate(0,4px);
  }
  100% {
      transform: translate(0,-6px)
  }
}
.cta_txt {
  position: absolute;
  top: 36%;
  left: 30%;
  width: 60%;
}
.cta_btn {
  position: absolute;
  top: 52%;
  left: 16.5%;
  width: 90%;
}
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 990px) {
  .cta_btn {
    top: 50%;
    left: 14.5%;
    width: 70%;
  }
  .cta_txt {
    top: 36%;
    left: 31%;
    width: 38%;
  }
  .cta_arrow {
    top: 33%;
    left: 25.3%;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .cta_bg {
    background-image: url(../img/cta_all_bg01_sp.jpg);
    padding: 0 0 7%;
  }
  .cta_area {
    max-width: 92%;
    margin: 3% auto 0;
    padding: 0;
  }
  .cta_txt {
    top: 39%;
    left: 20%;
    width: 60%;
  }
  .cta_btn {
    top: 54%;
    left: 5%;
    width: 90%;
  }
  .cta_arrow {
    top: 37%;
    left: 10.6%;
    width: 79%;
  }
}
/* ------------ ラッキー ＋ キャンペーン ------------*/
.campaign_content {
  background-color: #cdedef;
}
.campaign_inner {
  max-width: 968px;
  margin: 1.5% auto 0;
  padding: 0 62px;
}
.voice_ttl {
  margin: 1% auto 0;
  max-width: 976px;
  padding: 0 100px;
}
.voice_ttl_mini {
  max-width: 260px;
  margin: 2.5% auto 3%;
}
.lucky_contents {
  max-width: 1002px;
  margin: 0 auto;
  padding: 0 50px;
}
.mov {
  max-width: 800px;
  height: 450px;
  margin: 5% auto 6%;
}
.mov iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .mov {
    max-width: 650px;
    height: 365px;
    margin: 7% auto 6%;
  }
  .mov iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .campaign_inner {
    max-width: 94%;
    margin: 5.5% auto 0;
    padding: 0;
  }
  .lucky_contents {
    padding: 0;
  }
  .voice_ttl {
    margin: 4% 0 0;
    padding: 0;
  }
  .voice_ttl_mini {
    max-width: 50%;
    margin: 6% auto 3%;
  }
  .mov {
    max-width: 90%;
    height: 50vw;
    margin: 10% auto 12%;
  }
  .mov iframe {
    width: 100%;
    height: 100%;
  }
}
/*---------- スライダー ----------*/
.slick-slide {
  transition: transform 0.3s ease;
}
.slick-center {
  transform: scale(1); /* 中央のスライドは通常のサイズ */
}
.slick-slide:not(.slick-center) {
  transform: scale(0.9); /* 中央以外のスライドは少し小さくする */
  opacity: 0.6;
}
.slider {
  margin: 0 auto;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
.slider-inner {
  border-radius: 10px;
  border: 3px solid #2c2c2c;
  height: auto;
  max-width: 500px;
  background-color: #fff;
  margin: 0 0 0 1.5%;
}
.voice_slide_ttl {
  margin: 7% 0 5%;
}
.voice_slide_pic {
  max-width: 40%;
  margin: 0 auto;
}
.voice_slide_profile_mini {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 0 3%;
  margin: 2% 0 -4%;
}
.voise_ilu {
  margin: -8% 0 3%;
}
.slick-next {
  right:90px!important;
}
.slick-prev {
  left: 90px!important;
}
.slick-next:before{
    background: url(../img/right.png)!important;
    background-size: contain!important;
}
.slick-prev:before{
    background: url(../img/left.png)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:50px!important;
    height:50px!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px !important;
  line-height: 20px;
  position: absolute;
  top: 8px !important;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #06a8b0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1020px) {
  .slider {
    max-width: 900px;
    padding: 0;
  }
  .slider-inner {
    border-radius: 10px;
    border: 3px solid #2c2c2c;
    height: auto;
    max-width: 450px;
    background-color: #fff;
    margin: 0 0 0 150px;
  }
}
@media screen and (max-width: 800px) {
  .slider-inner {
    border-radius: 10px;
    border: 3px solid #2c2c2c;
    height: auto;
    width: 95% !important;
    background-color: #fff;
    margin: 0;
  }
  .slider {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
  }
  .slick-next {
    right:12px!important;
  }
  .slick-prev {
    left: 12px!important;
  }
  .slick-arrow{
    z-index:2!important;
    width:33px!important;
    height:33px!important;
}
}

/*---------- スライダー内、続きを読む ----------*/
.read-more {
  position: relative;
  padding: 0 3%;
  margin: 0 0 8%;
}
.read-more p {
  position: relative;
  max-height: 150px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  margin-top: 5%;
}
.read-more:has(:checked) p {
  max-height: 100vh;
}
.read-more p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}
.read-more:has(:checked) p::after {
  content: none;
}
.read-more label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: .4em 1.2em;
  border-radius: 25px;
  background-color: #84bbbf;
  color: #fff;
  font-size: .8em;
}
.read-more label:hover {
  border:1px solid #53999e;
  background-color: #fff;
  color: #53999e;
  cursor: pointer;
}
.read-more:has(:checked) label {
  display: none;
}
.read-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.read-more label:hover::after{
  background-color: #53999e;
}
.read-more input {
  display: none;
}
@media screen and (max-width: 800px) {
  .read-more p {
    margin-bottom: 10px;
    transition: max-height 1s;
    font-size: 0.75rem;
    letter-spacing: 0.01rem;
  }
}
/*---------- 質問、グラフ ----------*/
.graph_bg {
  background-image: url(../img/question_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 5% 0 3%;
}
.graph_ttl01 {
  max-width: 923px;
  margin: 0 auto;
  padding: 0 100px;
}
.graph_inner01 {
  max-width: 927px;
  margin: 3% auto 4%;
  padding: 0 50px;
}
.graph_inner02 {
  max-width: 703px;
  margin: 2.5% auto;
  padding: 0 50px;
}
/*---------- 東京自動車学校はあなたに寄り添う～ ----------*/
.intro_ttl_bg {
  background-image: url(../img/intro_ttl_bg_pc.png.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 3% 0 5%;
}
.intro_ttl_inner {
  max-width: 952px;
  margin: 0 auto;
  padding: 0 100px;
}
.inntro_inner {
  max-width: 689px;
  padding: 0 250px 0 50px;
  margin: 2% auto 0;
  position: relative;
}
.intro_ab {
  position: absolute;
  top:-80px;
  right: 60px;
  max-width: 160px;
}
.point_bg {
  background-image: url(../img/point_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 3% 0 5%;
}
.point_inner01 {
  max-width: 1363px;
  margin: 0 auto;
  padding: 1.2% 50px 0;
}
.point_inner02 {
  max-width: 923px;
  margin: 0 auto;
  padding: 1.2% 50px 1%;
}
@media screen and (max-width: 1430px) {
  .intro_ab {
    top:-80px;
    right: 60px;
    max-width: 140px;
  }
}
@media screen and (max-width: 1230px) {
  .intro_ab {
    top:-60px;
    right: 80px;
    max-width: 120px;
  }
}
@media screen and (max-width: 950px) {
  .intro_ab {
    top:-50px;
    right: 110px;
    max-width: 100px;
  }
}
/*---------- 徹底的にコストカット ----------*/
.cost_bg {
  background-color: #e3e8e8;
  padding: 3% 0 0;
}
.cost_inner01 {
  max-width: 930px;
  margin: 0 auto 4%;
  padding: 0 100px;
}
.cost_inner02 {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 100px;
}
.cost_inner02 img{
  margin-top: 2%;
}
.cost_inner03 {
  max-width: 930px;
  margin: 3.2% auto 0;
  padding: 0 100px;
}
.cost_bg_c {
  background-color: #06a8b0;
  padding-bottom: 4%;
}
.cost_ttl_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 50px;
}
.cost_bg_arrow_c {
  background-color: #e3e8e8;
}
.cost_bg_arrow {
  max-width: 287px;
  margin: -2px auto 0;
}
@media screen and (max-width: 800px) {
  .cost_bg {
    padding: 7% 0 0;
  }
  .cost_bg_c {
    padding-bottom: 0;
  }
  .cost_inner01 {
    max-width: 92%;
    margin: 0 auto 8%;
    padding: 0;
  }
  .cost_inner02 {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .cost_inner03 {
    max-width: 92%;
    margin: 6% auto 0;
    padding: 0;
  }
}
/*---------- 取得できる免許一覧 ----------*/
.plan_bg {
  background-color: #06a8b0;
  padding: 5% 0 2%;
}
.plan_ttl {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 200px;
}
.plan_inner {
  max-width: 1126px;
  margin: 3% auto 0;
  padding: 0 50px;
}
.flow_inner {
  max-width: 1250px;
  margin: 0 auto 5.5%;
  padding: 0 50px;
}
/*---------- 運営者の想い ----------*/
.message_ttl {
  max-width: 417px;
  margin: 2.5% auto 5%;
}
.massage_inner {
  background-color: #cdedef;
  padding: 2% 50px 10%;
  font-size: 1.15rem;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .massage_inner {
    padding: 2% 50px 12%;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1070px) {
  .massage_inner {
    padding: 2% 50px 15%;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .massage_inner {
    padding: 2% 5% 38%;
    font-size: 0.9rem;
  }
}
/*---------- フッター ----------*/
footer {
  background-color: #06a8b0;
  padding: 2% 0;
  color: #fff;
  margin: -0.8% 0 0;
}
.foot_flx {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  align-items: flex-start;
  font-size: 0.9rem;
}
.foot_flx02 {
  display: flex;
  justify-content: space-between;
  max-width: 470px;
  margin: 0 auto;
  align-items: flex-start;
  font-size: 0.9rem;
}
.foot_flx img,.foot_flx02 img {
  max-width: 35%;
  margin: 0 3% 0 0;
}
.foot_txt a {
  color: #fff;
}

@media screen and (max-width: 1146px) {
  footer {
    padding: 6% 0;
    margin: -2% 0 0;
  }
}
@media screen and (max-width: 800px) {
  .foot_flx,.foot_flx02 {
    max-width: 85%;
    font-size: 0.8rem;
  }
  footer {
    padding: 6% 0;
    margin: -2.1% 0 0;
  }
}
/*---------- 追従CTA ----------*/
#page-top {
  padding: 1% 0;
  margin: 0 0 -0.5%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 0 auto;
}
#page-top a{
	max-width: 700px;
	color: #fff;
	transition:all 0.3s;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#page-top {
	position: fixed;
	z-index: 100;
}
#page-top img:first-child {
  width: 330px;
  margin: 0 5% 2% 0;
}
#page-top img:nth-child(2) {
  width: 330px;
  margin: 2% 5% 2% 0;
  height: 22px;
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.7s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(170px);
  }
}
@media screen and (max-width: 1320px) {
  #page-top img:first-child {
    width: 220px;
    margin: 0 5% 2% 0;
  }
  #page-top img:nth-child(2) {
    width: 250px;
    margin: 2% 5% 2% 0;
    height: 19px;
  }
}
@media screen and (max-width: 800px) {
  #page-top {
    padding: 1.5% 0;
    margin: 0 0 -0.5%;
    max-width: 800px;
    margin: 0 auto;
  }
  #page-top a{
    width: 90%;
    transition:all 0.3s;
    padding-right: 4.5%;
    display: block;
    float: right;
    padding-left: 0;
  }
  #page-top img:first-child {
    max-width: 70%;
    margin: 0 auto 2%;
  }
}
/*---------- ポップアップ ----------*/
/* モーダルウィンドウ */
.madal_container {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
}
.madal_contents {
  max-width: 550px;
  height: auto;
  position: absolute;
  top: 44%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.madal_contents span {
  cursor: pointer;
  position: absolute;
  top: -56px;
  right: -45px;
  color: #fff;
  font-size: 3em;
  z-index: 11111;
  font-weight: bold;
}
.active2 {
  display: block !important;
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1000px) {
  .madal_contents {
    width: 90%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    transform: inherit;
  }
  .madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -64px;
    right: -17px;
    color: #fff;
    font-size: 3em;
    Z-INDEX: 11111;
    font-weight: bold;
  }
}
.rela{
  position: relative;
}
.timer{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #fff;
  font-size: 2vw;
}
.timer p{
  font-size: 1vw;
  padding: 7% 0 0;
}
.madal_contents img{
  width: 100%;
}
/*---------- プライバシーポリシー ----------*/
header {
  background-color: #06a8b0;
  text-align: center;
  margin: 0 0 3%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1% 0;
}
header a,.policy_ink a {
  text-decoration: none;
  color: #fff;
}
.wrapper02 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}
.policy_ttl {
  font-size: 1.6rem;
  border-bottom: 1.5px solid #000;
  font-weight: bold;
}
.policy_mini_bg {
  background-color: #ecf7f8;
  border-radius: 10px;
  padding: 2%;
  margin-top: 3%;
}
.policy_mini_bg:last-child {
  margin-bottom: 5%;
}
.policy_btn {
  background-color: #ff5876;
  max-width: 200px;
  margin: 0 auto 6%;
  text-align: center;
  font-weight: bold;
  padding: 0.5% 0;
  border-radius: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  header {
    margin: 0 0 6%;
    font-size: 1.5rem;
    padding: 1.2% 0;
  }
  .wrapper02 {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  .policy_ttl {
    font-size: 1.05rem;
  }
  .policy_mini_bg {
    background-color: #ecf7f8;
    border-radius: 10px;
    padding: 4%;
    margin-top: 4%;
    word-break: break-all;
  }
  .policy_mini_bg:last-child {
    margin-bottom: 8%;
  }
  .policy_btn {
    max-width: 180px;
    margin: 0 auto 12%;
    text-align: center;
    font-weight: bold;
    padding: 1% 0;
    font-size: 1.2rem;
  }
}