@charset "UTF-8";
/* CSS Document */
/* top image............................................. */
.top-wrapper {
	background-color: lightgoldenrodyellow;
}
.about .top-wrapper {
	background-color: rgba(238, 168, 182, 0.2);
}

.section-top__image {
	width: 100%;
	height: auto; /* height: 100vh; */
	/*background-image: url("../images/img/top_img.png");*/
	/*background-size: auto 120%;*/
  	background-repeat: no-repeat;
	background-position: center;
  	
}

/* A supprimer si j'utilise la photo normal........................ */
.main_pic.for_pc {
	width: 30%;
}
.main_pic img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 60px 60px 200px 200px;
}
/* Jusqu'ici ..................................................... */


.top_lead_animation {
	margin-right: 10px;
}
.top_lead_animation.red_img {
	width: 70px;
	height: auto;
}
.top_lead_animation.blue_img {
	width: 62px;
	height: auto;
}
.all_sections {
	max-width:  1440px;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
.activity {
	position: relative;
}
.activity_title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.special_activity_main_group .activity_title {
    background-color: #FCF7F7;
}
.main_title_section {
	font-size: 3.6rem;
	font-weight: 600;
	margin: 20px auto;
    display: block;
    width: 100%;
}
.about .main_title_section {
	margin: 0 auto;
	padding: 60px 0;
}
.activity_slider_pictures, .activity_comment {
	margin-bottom: 80px;
}
.activity_deco {
	display: flex;
	justify-content: space-between;
    margin: 160px 0;
}

.special_activity_main_group {
	margin: 0 auto 200px;
}
.special_activity_main_group .activity_deco img {
	width: 200px;
	
}
.special_activity_main_group .left_deco {
	overflow-x: hidden;
	animation: rotation_right 10s infinite linear;
	margin-left: -100px;
}
@keyframes rotation_right {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.special_activity_main_group .right_deco {
	overflow-x: hidden;
	animation: rotation_left 10s infinite linear;
	margin-right: -100px;
}
@keyframes rotation_left {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}
.news_main_bloc.scroll {
	padding: 12px;
	line-height: 0;
	bottom: 0;
}
.img_link.scroll {
	width: 60px;
	height: 60px;
	border-radius: 10px;
}

/* 特別教室　................................................ */
.off_pc {
	display: none;
}
.yellow_deco {
    display: flex;
    justify-content: space-between;
    position: relative;
	margin: 150px 0;
}
.slick-list {
	margin: 60px 0 0;
}
.special_activity_groupe {
	display: flex;
	justify-content: space-between;
	background-color: rgba(245, 228, 228, 0.3);
	padding: 80px 0;
}
.special_activity_groupe, .central_animation {
	background:
    repeating-linear-gradient(
      45deg,
      rgba(192,49,176,0.06) 0,
      rgba(192,49,176,0.06) 2px,
      transparent 2px,
      transparent 18px
    ),
    rgba(245, 228, 228, 0.3);
}

.special_activity {
	max-width: 640px;
	width: 50%;
}

.second_title {
	font-size: 3rem;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 60px;
}
.main_english_title {
    font-size: 2rem;
	line-height: 30px;
    color: #A0AFBF;
    display: block;
    background-color: rgba(255, 240, 127, 0.3);
}
.access .main_english_title {
	color: #aac9aa;
}
.main_japanese_title {
    display: block;
    background-color: rgba(205, 232, 255, 0.3);
}
.english_title {
    font-size: 2.0rem;
    color: #A0AFBF;
    display: block;
    background-color: rgba(255, 240, 127, 0.3);
    margin-bottom: 10px;
	width: 70%;
	padding: 0 60px;
}
.left .english_title {
	text-align: left;
}
.right .second_title {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.right .english_title {
	text-align: right;
}
.second_japanese_title {
	color: #ffffff;
	font-weight: 500;
    background-color: #aab9c9;
    display: block;
    padding: 10px 60px 12px;
	width: 90%;
}
.left .second_japanese_title {
	text-align: left;
}
.right .second_japanese_title {
	text-align: right;
	display: flex;
	justify-content: right;
}
.special_activity.left .second_title .english_title {
    border-radius: 0 60px 60px 0;
}
.special_activity.right .second_title .english_title {
    border-radius: 60px 0 0 60px;
}
.special_activity.left .second_title .second_japanese_title {
    border-radius: 0 60px 60px 0;
}
.special_activity.right .second_title .second_japanese_title {
    border-radius: 60px 0 0 60px;
}

.special_activity_image {
	width: 95%;
	padding: 0 40px;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
}
.right .special_activity_image {
	align-items: flex-end;
}
.special_activity_image img {
	max-width: 620px;
	width: 100%;
	margin: 0 auto 6px;
	border-radius: 60px 60px 0 0;
}
.special_activity_comment {
	max-width: 620px;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 0 0 60px 60px;
	background-color: rgb(238, 241, 244);
}
.about .special_activity_comment {
	background-color: initial;
}
.img_and_comment.right {
	display: flex;
	justify-content: flex-end;
}
.central_animation {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	background-color: rgba(245, 228, 228, 0.3);
}
.central_animation_img {
	width: 182px;
	height: 182px;
	position: relative;
}

.central_animation_img1.left {
	width: 100%;
	position: relative;
	left: 4px;
	animation: rotation_3 10s infinite linear;
}
@keyframes rotation_3 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.central_animation_img1.right {
	width: 100%;
	position: relative;
	right: 4px;
	animation: rotation_4 10s infinite linear;
}
@keyframes rotation_4 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

.left_piyo_position {
	position: absolute;
	top: 56%;
	left: calc(50% + 4px);
	transform: translate(-50%, -50%);
}
.right_piyo_position {
	position: absolute;
	top: 55%;
	left: calc(50% - 4px);
	transform: translate(-50%, -50%);
}
.special_activity_button_div {
	width: 90%;
	padding: 0 60px;
}
.decoration_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 200px;
}
.decoration_2 .deco_img {
	width: 25%;
	height: auto;
}
.decoration_2 .deco_img.left {
	display: flex;
	justify-content: left;
}
.decoration_2 .deco_img.right {
	display: flex;
	justify-content: right;
}
.decoration_2 img {
	font-size: 100%;
	height: auto;
}
/* 経験豊富な先生 ...................................................... */
.teachers_introduction_main_box {
	margin: 0 40px;
}
.teachers_introduction_illustrator img {
	display: none;
	width: 120px;
	height: auto;
}
.teachers_introduction_main_box .activity_title {
	align-items: center;
    justify-content: center;
    margin: 0;
}
.teachers_introduction_main_pic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.eclipse {
	align-self: flex-end;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.eclipse.left {
	position: relative;
	left: 20px;
	top: 20px;
}
.eclipse.right {
	position: relative;
	right: 20px;
	top: 20px;
}


/* Animation des bulles/ clignotent */
.eclipse img {
	display: block;
	margin-bottom: 5px;
	opacity: 0; /* cacher l'image initialement */
	animation: fadeIn 3s forwards; /* Appliquer l'animation de fondu */
} 
.green_eclipse {
	animation-delay: 0s;
}
.red_eclipse {
	animation-delay: 2s;
}
.blue_eclipse {
	animation-delay: 4s;
}
.sliderpic {
  transition: border-radius 0.3s ease;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.sliderpic:hover {
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
.pic1 {
	border: solid 3px #ff7e93;
}
.pic2 {
	border: solid 3px #fff07f;
}
.pic3 {
	border: solid 3px #b0ddc9;
}
.pic4 {
	border: solid 3px #84cdff;
}


/* @keyframes fadeIn {
	to {
		opacity: 1; 
	}
}
*/

.green_eclipse.flash, .blue_eclipse.flash, .red_eclipse.flash {
    opacity: 1;
    animation: flashAnimation 1s infinite;
}
@keyframes flashAnimation {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.red_eclipse.left {
	position: relative;
	right: 15px;
}
.blue_eclipse.left {
	position: relative;
	right: 30px;
	margin-top: 10px;
}
.red_eclipse.right {
	position: relative;
	left: 15px;
}
.blue_eclipse.right {
	position: relative;
	left: 30px;
	margin-top: 10px;
}



.text_animation {
	font-size: 1.6rem;
	line-height: 24px;
	font-family: "Arial Rounded MT ...";
	font-weight: 600;
	color: #333333;
	padding: 40px 0;
}
.blinking-text {
	animation: blink 3s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.side_animation_text {
	width: 220px;
	text-align: center;
	background-image: url("../images/section/teachers_letter_animation_bg.png");
	background-position: center;
	background-repeat: no-repeat;
}
.comment_left, .comment_right {
	width: 260px;
	height: 103px;
	text-align: center;
}
.teachers_introduction_bottom_comment.top .comment_left, .teachers_introduction_bottom_comment.top .comment_right {
	position: relative;
	left: 20px;
}
.our_vision .comment_left, .our_vision .comment_middle, .our_vision .comment_right {
	width: 260px;
	height: 40px;
	margin-left: 20px;
}

.comment_left {
	position: relative;
	top: -5px;
}
.border_1, .border_4 {
	text-align: left;
}
.border_2, .border_3 {
	text-align: right;
}

.deco_and_button_main_groupe {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	bottom: 100px;
}
.deco_teacher_presentation_button {
	width: 115px;
}
.deco_teacher_presentation_button.left {
	margin-left: -40px;
}
.deco_teacher_presentation_button.right {
	margin-right: -40px;
    text-align: right;
}

/* アクセス ...................................................... */
.acces_main_groupe {
	padding: 20px 0;
}
.section-access__map {
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    border-top: solid 5px aliceblue;
	border-bottom: solid 5px aliceblue;
    padding: 60px 0 20px;
}
.section-access__map iframe {
	width: 100%;
	height: 100%;
}
.acces_main_groupe .main_japanese_title {
	color: #ffffff;
	background-color: rgba(128, 178, 128, 0.6);
}


.acces_main_groupe {
	text-align: center;
    margin-bottom: 200px;
	background-color: rgba(205, 255, 255, 0.3)
;
}
.acces_main_groupe div {
	margin-bottom: 60px;
}
.acces_main_groupe img {
	max-width: 99%;
}

/* bottom butons decoration .................................... */
.bottom_deco_button_groupe {
	display: flex;
	justify-content: space-between;
	width: 52%;
	margin: 200px auto 60px;
}
.bottom_buton_deco img {
	display: inline-block;
	margin-right: 20px;
}
.bottom_buton.top {
	position: relative;
	bottom: 20px;
}

/* news ............................................ */

.news__button {
	position: fixed;
	width: 100%;
	max-width: 1440px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.news_main_bloc {
	font-size: 1.4rem;
	max-width: 145px;
	max-height: 370px;
	background-color: rgba(51,51,51,.5);
	border-radius: 20px 0 0 20px;
	padding: 20px 12px;
	position: absolute;
	right: 0;
	bottom: -340px;
	z-index: 12;
}
.news_main_bloc h4 {
	color: #000000;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 80px;
	background-color: #ffffff;
}

.news_date_and_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_date_and_content date {
	color: #ffffff;
	font-size: 1.4rem;
	width: 14px;
    margin-right: 10px;
	line-height: 20px;
}
.button.news_content {
	font-size: 1.6rem;
	width: 60px;
	height: 250px;
	background-color: #ffffff;
	padding: 50px auto 30px;
	margin: 0 auto;
}
.button.news_content a {
	display: block;
	width: 18px;
	margin: 10px auto;
}
.news__button .button_text {
	color: #ff7e93;
	margin: 0;
	margin-bottom: 10px;
}
.news__button .button_arrow {
	color: #000000;
	transform: rotate(90deg);
	position: relative;
	left: 3px;
	bottom: 0;
	margin: 0;
}
.piyopiyo_contact {
  position: fixed;      /* reste fixe par rapport à l’écran */
  max-width: 1440px;
  bottom: 5px;         /* distance du bas */
  left: 0px;           /* distance de la gauche */
  z-index: 9999;        /* reste au-dessus des autres éléments */
}
@media (min-width: 1440px) {
  .piyopiyo_contact {
    left: calc((100% - 1440px) / 2); 
    /* (centre la page puis ajoute 20px de marge) */
  }
}
.piyopiyo_contact a {
	font-size: 1.8rem;
	line-height: 21px;
	text-decoration: none;
	color: #A0AFBF;
	font-weight: 400;
	display: inline-block;
	background-color: #fff07f;
	padding: 2px 30px 3px;
	border-radius: 0 30px 30px 0;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	border: 3px solid #BDBDBD;
	border-left: none;
	margin-bottom: 5px;
}
@media (max-width: 960px) {
	.piyopiyo_contact a {
		font-size: 1.4rem;
		line-height: 16px;
	}
	.bottom_deco_button_groupe {
		margin: 100px auto 40px;
	}
}

.main_title {
	font-size: 6rem;
	line-height: 80px;
	color: #ff7e93;
	margin-bottom: 10px;
}
.lead {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 36px;
	color: #ffffff;
}

.lead.bottom {
	padding-bottom: 160px;
}
.section-top__image-filter {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

#circular-text {
  font-size: 5rem;
  font-weight: 600;
  color: #ff7e93;
  letter-spacing: 8px;
  margin: 100px auto 0;
  width: 100%;
  text-align: center;
}
.lead.top {
	display: none;
}
.section-top__image-message {
	margin: 0 auto 100px;
}
.section_top_img_exp {
	color: #333333;
	line-height: 36px;
	letter-spacing: 3px;
	background-color: rgba(255, 240, 127, 0.3);
	padding: 30px 0 60px;
	
}

/* bg slider ....................................................... */
.slider_bg {
      width: 100%;
    max-width: 1440px;
      height: auto;
      background-size: 100%;
      background-position: center;
      position: relative;
      transition: background-image 3s ease-in-out;
    }






.gradient-text {
  -webkit-background-clip: text;
  color: transparent;
  animation: gradient-move 5s linear infinite;
}

@keyframes gradient-move {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.typewriter {
	display: inline-block;
  overflow: hidden;
  /*border-right: .15em solid #333;*/
  white-space: nowrap;
  letter-spacing: .15em;
  width: 0; /* invisible au départ */
  opacity: 0; /* caché au départ */
  transition: opacity 0.3s ease-out;
}

.typewriter.animate {
  opacity: 1;
  animation: typing 3.5s steps(30, end) forwards,
             blink-caret .7s step-end infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #333 }
}
.address_space {
	display: inline-block;
}


.mirai_teiki_button_bloc a {
	display: flex;
	justify-content: center;
	width: 400px;
	height: 60px;
	margin: 200px auto 40px;
	text-decoration: none;
    color: #ffffff;
	background-color: #a1aaff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

.mirai_teiki_button_bloc a div {
    display: inline-block;
    margin: 15px 15px 12px;
}

@media (max-width: 480px) {
	.mirai_teiki_button_bloc a {
		width: 300px;
		height: 40px;
		line-height: 30px;
	}
	.mirai_teiki_button_bloc a div {
		margin: 6px 10px;
	}
}