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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
	color: #333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;  
    
}


.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
.w98{
width: 98%;
display: block;
margin: 0 auto;
}
.w90{
width: 90%;
display: block;
margin: 0 auto;
}
.z_5{
z-index: 5;
position: relative;
}
a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}

section{
padding: 100px 0;    
}
.kome{
 color: #F04865;     
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}
.pc_kaigyo{
display: block;    
}
.headline{
font-size: 1.5rem;
text-align: left;    
position: relative;
padding:0.5rem 1rem 0.5rem 30px;  
background: #fafafa;  
border-radius: 5px;  
border: solid 3px #ebebeb;
}
.headline::after{
content: "";    
position: absolute;
top: 50%;
left: 0;
background: #ebebeb;
width: 20px;
height: 3px;    
-webkit-transform : translateY(-50%);
transform : translateY(-50%);     
border-radius: 5px;   
}
.headline::before{
content: "";    
position: absolute;
top: -10px;
right: 0; 
background: url("../img/illust12.png");
background-size: contain;  
background-repeat: no-repeat;    
z-index: 3;    
width: 60px;
height: 60px;    
}
.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.koumoku{
    width: 100%;
    position: relative;
    padding-left: 1.3rem;
}
.koumoku::after {
     font-family: "Font Awesome 6 Free";
  content: "\f14a";/*アイコンのユニコード*/
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);  
color: #F04865;      
font-weight: 900;
}
.koumoku_titl{
width: 100%;
position: relative;
padding-left: 1.8rem;    
}
.koumoku_titl::after {
     font-family: "Font Awesome 6 Free";
  content: "\f111";/*アイコンのユニコード*/
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);  
color: #F04865;      
font-weight: 900;
}
.hukidashi{
display: block;
position: relative;
 padding:0 2.5rem; 
text-align: center;
margin: 0 auto;
max-width: 600px;
width: 100%;    
}
.hukidashi:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.hukidashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hukidashi:before {
  left:0;
}
.hukidashi:after {
  right: 0;
}
.text1{
font-size: 1rem;   
}
.text1 strong{
font-size: 1.5rem;    
display: block;    
}
.text2{
font-size: 1.3rem;    
}
.text_o{
color: #F07A48;   
display: block;    
}
.text3{
font-size: 1rem;  
line-height: 3;    
}

.text_titl{
text-align: left;
padding-left: 1.8rem;
position: relative;
display:inline-block;       
line-height: 1.2;   
z-index: 10;    
}
.text_titl::after {
     font-family: "Font Awesome 6 Free";
  content: "\f57d";/*アイコンのユニコード*/
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);        
font-weight: 900;
}
.en {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}
.ja{
    font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;  
}

.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
background-color:#fcf4f0;
}
.background2{
width: 100%;
height: auto;   
background: url("../img/background1.jpg");	 
background-size: auto;
background-position: center;    
}

.container {
max-width: 1400px;
 width: 95%;   
display: block;
margin: 0 auto;
}
.container2{
 width: 95%;   
display: block;
margin: 0 auto;
overflow: hidden;
}
.inner-box{
max-width: 1000px; 
 width: 95%;   
display: block;
margin: 0 auto;    
position: relative;
}
.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
}

.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;    
}

/*TOPスライダー*/
.slider{
width: 100%;
  height: 100vh; 
min-height: 950px;    
position: relative;
}
.slider-box{
    width: 100%;
    height: 100vh;
    min-height: 950px; 
	overflow: hidden;
	position: relative;
}
.top_img{
width: 100%;
position: absolute;
bottom: 0;
    
}
.slider-box p {
 position: absolute;
    font-size: 2.5rem;
    top:15%;
    left:3%;
    color: #fff;
 line-height: 1.7;   
letter-spacing: 0.3rem;    
z-index: 5;    
text-shadow: 2px 2px 15px #333;    
font-weight: 600;
}


.bg_grey::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	z-index: -15;
}
.bg_white {
	position: relative;
}
.bg_white::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -30;
}
/* ロゴと『こころに わくわくを』 */
.catch {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 2rem;
	white-space: nowrap;
	letter-spacing: 0.12em;
	animation: catchfadeIn 2s ease 0.3s 1 normal backwards;
	opacity: 0;
	z-index: 5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;    
}
@keyframes catchfadeIn {
	0% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.catch .bi {
	font-size: 3rem;
	margin-right: 2px;
    display: block;
      font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}

@media (max-width: 650px) {
	.catch {
		font-size:1rem;
	}
}
/* ローディング風アニメーション */
.startwrap {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
/*右下緑*/
.startwrap::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -50%;
	right: -30%;
	width: 100%;
	height: 100%;
	background: #F07A48;
	z-index: 9000;
	border-radius: 50%;
	max-width: 80vw;
	animation: startfadeIn 3.5s ease 0.6s 1 normal backwards;
	opacity: 0;
}
/*左下ピンク*/
.startwrap::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -50%;
	left: -30%;
	width: 100%;
	height: 100%;
	background: #F0A398;
	z-index: 9000;
	border-radius: 50%;
	max-width: 80vw;
	animation: startfadeIn 3.5s ease 0.8s 1 normal backwards;
	opacity: 0;
}
/*右上黄色*/
.start::before {
	display: block;
	content: '';
	position: absolute;
	top: -50%;
	right: -30%;
	width: 100%;
	height: 100%;
	background: #ffd800;
	z-index: 9000;
	border-radius: 50%;
	max-width: 80vw;
	animation: startfadeIn 3s ease 1.2s 1 normal backwards;
	opacity: 0;
}
/*左上ピンク*/
.start::after {
	display: block;
	content: '';
	position: absolute;
	top: -50%;
	left: -30%;
	width: 100%;
	height: 100%;
	background: #c9ff4d;
	z-index: 9000;
	border-radius: 50%;
	max-width: 80vw;
	animation: startfadeIn 3s ease 1.4s 1 normal backwards;
	opacity: 0;
}
@keyframes startfadeIn {
	0% {
		opacity: 0;
		transform: scale(0.7, 0.7) translate(0%, 0%);
	}
	30% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
		opacity: 1;
	}
	80% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1.6, 1.6) translate(0%, 0%);
	}
}
@media (max-width: 1435px) {
	.startwrap::before, .startwrap::after, .start::before, .start::after {
		max-width: 200vw;
	}
	.startwrap::before {
		right: -49%;
	}
	.startwrap::after {
		left: -49%;
	}
	.start::before {
		right: -49%;
	}
	.start::after {
		left: -49%;
	}
}
@media (max-width: 875px) {
	.startwrap::before, .startwrap::after, .start::before, .start::after {
		height: 100vw;
		max-width: 100vw;
	}
	.startwrap::before {
		bottom: -40vw;
	}
	.startwrap::after {
		bottom: -40vw;
	}
	.start::before {
		top: -40vw;
	}
	.start::after {
		top: -40vw;
	}
}
.start {
	pointer-events: none;
}
.start div {
	width: 480px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	display: none;
}
.start div img {
	width: 100%;
	height: 100%;
}
@media (max-width: 1035px) {
	.start div {
		width: 40vw;
	}
}
@media (max-width: 550px) {
	.start div {
		width: 55vw;
	}
}
.grayscale{
	transition: 0.2s;
	transition-delay: 0.6s;
}
.grayscale.inview{
	filter: grayscale(100%);
}



/*パンクズ */
.breadcrumb {
position: absolute;
bottom: 5%;
left: 5%;  
width: 100%;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
color: #333;   
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;       
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
color: #333;   
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #333;     
}
.breadcrumb li a {
  text-decoration: none;
color: #333;   
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:50px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:20%;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#fff;
}

.midashi_l h2{
width: 100%;     
font-size: 1rem;		
text-align:left;	   
color: #333;  
line-height: 1.5; 

}
.midashi_l .strong{
font-size: 3rem;		
display: block;    
text-align: left;  
z-index: -5;
display: block; 
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;   
color: #FC4828;
letter-spacing: 0.05rem;    
}

.midashi_c h2{
width: 100%;     
font-size: 1rem;		
text-align:center;	
color: #333; 
line-height: 1.5;           
}
.midashi_c .strong{
font-size: 3rem;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal; 
color: #FC4828; 
letter-spacing: 0.05rem;        
}
.midashi_cw h2{
width: 100%;     
font-size: 1rem;		
text-align:center;	
color: #fff; 
line-height: 1.5;           
}
.midashi_cw .strong{
font-size: 3rem;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;  
letter-spacing: 0.05rem;        
}

.top_menu{
width: 100%;
height: auto;
display: none;
 padding: 0 1em;   
}
.top_wrapper.transform .top_menu{
display: block;
text-decoration: transparent;    
}
.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.top_menu .menu_t .logo{
max-width:300px;
width: 80%;    
}

.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}


.top_menu .m1{
width: 900px;	
  display: flex;
  justify-content:flex-end;  
  align-items: flex-start;
}

.top_wrapper{
width: 100%;   
height: auto;    
position:fixed;
top:0; 
left: 0;
z-index: 10;
height: auto;
transition: all 0.5s;	
}
.top_wrapper.transform{
  background: #fff;  
  border-bottom: 1px solid #eee;
z-index:20;
}

/*==ナビゲーション全体の設定*/
.m1 nav{
  text-align: center;
    padding: 0.5em 0;
}
/*ナビゲーションを横並びに*/
.m1 nav ul{
  list-style: none;
  display: flex;
  justify-content:flex-end;
}
.m1 nav ul .small{
display: block;
font-size: 1.3rem; 
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal; 
  color: #78982E;
  font-weight: 600;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.m1 nav ul li{
  position: relative;
margin-left: 30px; 
line-height: 1.5;    
}

/*ナビゲーションのリンク設定*/
.m1 nav ul li a{
  display: block;
  text-decoration: none;
  color: #333;
  transition:all .3s;
    font-size:0.8rem;
}

.m1 nav ul li a:hover{
opacity: 0.8;    
text-decoration: transparent;    
}

.dropmenu {
	width: 100%;
	margin: 0 auto;
}
.dropmenu .js_cat {
	position: relative;
}
.dropmenu .js_cat a {
	display: block;
	margin: 0 auto;
	cursor: pointer;
    text-align: center;
    position: relative;
}
.dropmenu .js_cat a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #78982E transparent transparent transparent;
      -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
}
.dropmenu .js_cat ul {
position: absolute;
width: 100%;
z-index: 90;
display: block;
margin-top: 10px;
width: 200px;
left: 50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
}
.dropmenu .js_cat ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
    margin-left: 8%;  
 text-align: center;
    width:84%;  
}
.dropmenu .js_cat ul li a{
	color: #333333;
    display: block;
    text-align: center;
line-height: 1;

}
.dropmenu .js_cat ul li a:after {
	content: none;
}
.dropmenu .js_cat ul li:first-child a{
	border-top: none;
}
@media screen and (min-width: 601px) {
	.dropmenu .js_cat:hover a:after {
		transform: rotate(180deg);
		transition: .1s;
        left: 50%;
	}
	.dropmenu .js_cat:hover ul li{
        overflow: visible;
        height: 30px;
        display: block; 
        text-align: center;
        padding: 3px;
        border-bottom:dotted 1px #eee;
        background: #fafafa;  
        padding:5% 2%;  

	}
    
    	.dropmenu .js_cat ul li a{
        width: 100%;
        text-align: center;   
          display: block; 
                    font-size: 0.7rem;
      
	}
	.dropmenu .js_cat ul li a:hover {
		
   
	}
}
@media screen and (max-width: 600px) {
	.dropmenu .js_cat.active_sp a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu .js_cat.active_sp ul li{
		overflow: visible;
		height: 30px;
	}
}

.t-con{
width: 370px;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:center; 
margin-top: 1em;  
transition: all 1s;     
}

.t-btn1{
width: 200px;	    
font-size: 1.3rem;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
color: #F07A48;  ; 
transition: all 0.5s;   
}
.t-btn1:hover{
opacity: 0.7;
text-decoration: transparent;
    
}

.t-btn2{
width:150px;	    
font-size:1rem;	     
display: block;  
text-align: center; 
padding: 0.5% 0; 
vertical-align: middle;    
border-left:1px solid #999;
color: #F07A48;  
transition: all 0.5s;     
}
.t-btn2:hover{
opacity: 0.7; 
text-decoration: transparent;
    
}


/*===ボタン===*/

.button {
  position: relative;
  max-width: 300px; /* ボタンの幅 */
    width:70%;
  color: #fff; /* 文字色 */
 border: 1px solid #fff;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1em 2em;
    margin: 0 auto;   
font-size: 0.9em; 
border-radius: 50px;   
background: #F07A48;    
}

/* マウスオーバーした際のデザイン */
.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(240,122,72,0.8); /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
border-radius: 50px;      
}
.button:hover {
   color: #F07A48; 
 border: 1px solid #F07A48;    
  background: rgba(240,122,72,0.2); /* 背景色 */
border-radius: 50px;      
}
.button:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
/*====ご挨拶===*/
.greeting-box{
width: 100%;  
height: 1000px;      
position: relative;
}
.greeting-img1{
width: 100%;    
position: relative;
}
.greeting-img1::after{
content: "";    
position: absolute;
top: 0;
left: 0;    
width: 100%;   
height: 100%;    
background: url("../img/greeting1.gif");    
background-size: contain;
background-position: center;
background-repeat: no-repeat;  
z-index: -1;   
}
.greeting-img2{
max-width:1300px;  
width: 100%;    
position: relative;
display: block;
margin: 0 auto;
}
.greeting-img2::after{
content: "";    
position: absolute;
   left: 0; 
    top: 0;
    right: 0; 
    bottom: 0;  
width: 100%;   
height: 100%;    
background: url("../img/greeting2.webp");    
background-size: auto;
background-position: center;
background-repeat: no-repeat;  
z-index: -2;    
object-fit: cover;  
display: block;    
}
.greeting-img2::before {
    position: absolute;
   left: 0; 
    top: 0;
    right: 0; 
    bottom: 0;  
    -moz-box-shadow: inset 0px 0px 10px 10px #fff;
    -webkit-box-shadow: inset 0px 0px 10px 10px #fff;
    box-shadow: inset 0px 0px 10px 10px #fff;
    content: " ";
    z-index: -1;  
    width: 100%;   
height: 100%;
object-fit: cover;      
}

.greeting{
max-width: 1000px; 
width: 100%;    
padding: 5%;   
display: block;
margin:  0 auto;
position: absolute;
top: 50%;
left: 50%; 
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);      
}


/*===共通===*/
.illust1{
max-width: 200px;
width: 80%;
display: block;
margin: 0 auto 30px;
}
.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;
overflow: hidden;
}
.item-t1{
width: 50%; 
padding:3%;
position: relative;
z-index: 10;    
}
.item-p1{
width: 50%;      
}
.item-p1 img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;   
 border-radius: 30% 60% 35% 55% / 50% 50% 50% 50%;    
}
.item2{
width: 100%;    
border: solid #eee 1px;
background: #fff;    
padding: 1rem;    
 border-radius:20px; 
margin: 1rem auto;
}
.item-t2{
width: 70%; 
padding:3%;
position: relative;
z-index: 10;    
}
.item-p2{
width: 30%;
background: rgba(240,122,72,0.07);  
padding: 3% 1%;    
 border-radius:20px;    
}
.item-p2 p{
text-align: center;    
}
.item-p2 img{
width: 80%;
display: block;
margin: 0 auto 1rem;
}
/*====サポート===*/
.support_box{
width:calc(100% / 2 - 20px);   
margin: 10px; 
border: solid #eee 1px;
background: #fff;    
padding: 3% 1%;    
 border-radius:20px;
position: relative;
}
.support_box .s_img{
max-width: 300px;    
width: 90%;
display: block;
margin: 0 auto 1rem;
}
.s_ashirai1{
width: 200px;
position: absolute;
bottom: -3%;
right:-3%;  
animation: furifuri 2s infinite;    
}
.s_ashirai4{
width: 200px;
position: absolute;
bottom: 130px;
right:-8%; 
animation: furifuri 2s infinite;    
}
@keyframes furifuri {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(0deg);}
  51% {transform: rotate(5deg);}
  99% {transform: rotate(5deg);}
  100% {transform: rotate(0deg);}
}
.s_ashirai2{
width: 150px;
position: absolute;
top: 0%;
left:0%;   
  animation:furifuri2 2s infinite ease-in-out alternate;    
}
.s_ashirai5{
width: 100px;
position: absolute;
top: 200px;
left:0;   
  animation:furifuri2 2s infinite ease-in-out alternate;    
}
@keyframes furifuri2 {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(5deg);}
  51% {transform: rotate(5deg);}
  99% {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}
.s_ashirai3{
max-width: 400px;
width: 80%;    
display:block;
margin: 1rem auto 0;
}
.support_box p{
text-align: center;  
position: relative;
z-index: 10;    
}
.border_b{
border-bottom: dotted 3px #F07A48;
padding: 1rem 0;   
}
.number_titl{
  font-size: 3rem;  
  position: relative;
  text-align: center;
    line-height: 1.3;
    margin-top: 3%;
    color: #78982E;
}
.number_titl::after{
content:"";
background: url("../img/illust3.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;    
position: absolute;
top: -70%;
left:50.5%;    
width: 150px;
display: block;
margin: 0 auto;
height:55px;   
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);     
}
.number_titl2{
  font-size: 3rem;  
  position: relative;
  text-align: center;
    line-height: 1.3;
    margin-top: 3%;
    color: #78982E;
}
.number_titl2::after{
content:"";
background: url("../img/illust3.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;    
position: absolute;
top: -70%;
left:50.5%;    
width: 80px;
display: block;
margin: 0 auto;
height:55px;   
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);     
}
/*====マザリ―プロジェクトの取り組み事例のご紹介===*/
.event-box{
width: 100%;
position: relative;
}
.e_ashirai1{
width: 200px;
position: absolute;
bottom: 0;
right:0;   
  animation:furifuri2 2s infinite ease-in-out alternate;        
}
.e_ashirai2{
width: 150px;
position: absolute;
top: 2%;
left:2%; 
animation: furifuri 2s infinite;        
}
.event-box_left{
position: absolute;
left: 0;
top: 50%;    
 background: rgba(240,122,72,0.08);
 border-radius: 20% 40% 35% 85% / 50% 60% 50% 70%; 
background-size: cover;
object-fit: cover;
display: block;
width: 60%;
height: 100%;    
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%); 
z-index: -1;    
}
.event-box_right{
position: absolute;
right: 0;
top: 50%;    
 background: rgba(240,122,72,0.08);
 border-radius: 30% 70% 35% 65% / 60% 50% 80% 50%; 
background-size: cover;
object-fit: cover;
display: block;
width:60%;
height: 100%;    
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%); 
z-index: -1;    
}
.event-img{
width:calc(100% / 5 - 10px);     
margin: 5px;    
border: solid #eee 1px;
border-radius: 3px; 
padding: 1%;    
}
.event-img img{
width: 90%;  
display: block;
margin: 0 auto;
}
.event-img p{
text-align: center;
}
/*====コンテンツ===*/
.contents{
width:  400px;  
height: 400px;    
margin: 15px 20px;
position: relative;  
object-fit: cover;   
background: linear-gradient(to right, #555, #999);     
border-radius: 0;    
transition: all 0.3s;	
border-radius: 20px; 
overflow:hidden;     
}
.contents a{
transition: all 0.5s;
}
.contents:hover{      
text-decoration: transparent;
border-radius: 50%;  
background: linear-gradient(to right, #F07A48, #fb4b01);      
}
.contents:hover img {      
text-decoration: transparent;
border-radius: 50%;    
transform: rotateZ( 20deg ) ;   
overflow: hidden;  
opacity: 0;    
object-fit: cover;     
}
.contents img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;  
transform: rotateZ( 0deg );   
transition: all 0.3s;	 
opacity: 0.7;    
}
.container-text{
 position: absolute;
top: 50%;
left:5%;    
-webkit-transform : translateY(-50%);
transform : translateY(-50%);    
color: #fff;   
font-size: 1.5rem;
color: #fff;  
line-height: 1.2;  
text-shadow: 2px 2px 5px #333;    
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;	   
}
footer .footer-box{
height:auto; 
width: 100%;    
display: block;   
}
footer .footer-box .footer-back{
padding: 50px 0!important;     
width: 100%; 
background:url("../img/footer_back.webp");
background-position: center;
background-size: cover;    
padding: 2% 0  0;  
position: relative;
display: block;    
}
footer .footer-box .footer-back::after{
content: "";    
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.3);
width: 100%;
height: 100%;   
object-fit: cover;
display: block;    
}

.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-contact{
width:100%;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.f-address{
padding: 50px 0;    
width: 100%;
}
.f-address img{
max-width: 300px;
width: 70%;    
display: block;
margin: 0 auto;
}
.f-con{
width:300px;
margin: 1rem;    
}
.f-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.3em;  
display: block;  
color: #fff;
transition: all 1s;    
letter-spacing: 1px; 
border-radius: 50px;    
}
.f-con a:hover{
background: rgba(255,255,255,0.1); 
text-decoration: transparent;    
}
.f-con p{
border:1px solid #fff;
padding:1em 1%;
color: #fff;
font-size: 1.3em;      
letter-spacing: 1px;       
}


footer .copyright small{
text-align: center;	
color:#fff;
padding:1% 0;
display: block;	
background:#F07A48;  
font-size: 0.7em;  
font-weight: 400;
}
/*========= あいうえおおすみ日本語教室 ===============*/
.aiueoosumi_logo{
 max-width: 200px;
width: 50%;
display: block;
margin: 0 auto;
}
.aiueoosumi_img{
max-width: 600px;
width: 100%;
margin: 50px auto 0;
display: block;    
}
.aiueoosmi_box{
max-width:700px;   
width: 100%;    
margin: 10px auto; 
border: solid #eee 1px;
background: #fff;    
padding: 3%;    
 border-radius:20px;
position: relative;    
}
.aiueoosmi_box p{
text-align: center;    
}
.aiueoosmi_box img{
width: 100%;    
}
.map{
width: 100%;    
}
.map iframe{
width: 100%; 
height: 200px;    
}
.class_img{
 width:calc(100% / 3 - 10px);     
padding: 1%;
margin: 5px;  
background: #fff;
border:1px solid #eee;
border-radius: 20px;    
}
.class_img img{
width: 100%;    
}
/*========= 法人概要 ===============*/

.purpose-box{  
width: 100%;    
position: relative;  
}
.purpose-box p{
position: relative;
z-index: 5;    
}
.purpose-box h2{
position: relative;
z-index: 5;    
}

.purpose-box::after{
content: "";    
position: absolute;
top: 50%;
left:50%;   
width: 500px;
height: 500px;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);  
background: url("../img/illust16.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;   
z-index: 1;  
opacity: 0.2;    
animation:30s linear infinite rotation1;    
}

.table{
width: 100%;
background: #fff;
padding: 3%;
border-radius: 20px;  
position: relative;
}
.table table{
width: 100%; 
border-spacing: 0;    
}
.table thead tr{
}
.table thead th{
text-align: center;   
padding: 1rem; 
font-weight: 400;
background: rgba(240,122,72,0.5); 
}

.table tbody tr{
}
.table tbody th{
width: 30%;    
padding: 1rem;    
border-bottom: #eee dotted 2px;    
font-weight: 400;    
}
.table tbody td{
width: 70%;  
padding: 1rem;    
border-bottom: #eee dotted 2px;    
}
.table2{
width:calc(100% / 2 - 10px);     
padding: 3%;
margin: 5px;  
background: #fff;
padding: 3%;
border-radius: 20px;  
position: relative;  
flex-direction:column; 
display: flex; 
border: 1px #eee solid;
}
.table2 table{
width: 100%; 
border-spacing: 0;  
 flex-grow: 1; 
}
.table2 thead tr{
}
.table2 thead th{
text-align: center;   
padding: 1rem; 
font-weight: 400;
background: rgba(240,122,72,0.3); 
border-radius: 5px 5px 0 0;    
}

.table2 tbody tr{
}
.table2 tbody th{
width: 30%;    
padding: 1rem;    
border-bottom: #eee dotted 2px;    
font-weight: 400;    
}
.table2 tbody td{
width: 70%;  
padding: 1rem;    
border-bottom: #eee dotted 2px;    
}
.map{
width: 100%;   
}
.map iframe{
width: 100%;
height: 300px;    
}
/*========= お問い合わせ ===============*/
.contact_border{
border-bottom: solid 1px #eee;
}
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;     
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}
.c-shop{
width:calc(100% / 2 - 10px);     
padding: 3%;
margin: 5px;    
background: #fafafa;    
}
.shop_titl{
font-size: 1.3rem;  
position: relative;
padding-left: 10px;    
}
.shop_titl::after{
content: "";    
 position: absolute;
top: 50%;
 left: 0;
background: #333;
width: 2px;
height: 60%;
object-fit: cover;   
-webkit-transform : translateY(-50%);
transform : translateY(-50%);     
}
.c-tf{
max-width: 400px;
width: 100%;    
margin: 5px auto;   
}
.c-box{
width: 100%;    
}

.c-box a{
font-size: 2rem;
background:#F04865; 	
transition: all 0.5s;	 
display: block;       
text-align:center;
padding: 3% 1rem; 
color: #fff;   
border: solid 2px #F04865;    
border-radius: 5px;    
}
.c-tf:hover a{
background:#fff;     
text-decoration: transparent;	
color: #F04865;     
}

.c-box .tel_time{
font-size: 0.9rem; 
display: block;  
color: #333; 
text-align: center;    
}
.m-brder{
border-right: 2px solid #eee;
}


.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block; 
}
.contact-wrapper{
width: 100%;	
}


form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #595757;	
}
.mailform{
width: 100%;   
}
.mailform table{
width: 100%;    
 
}
.fm-text .text1 .text_b{
	color:#F04865;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#F04865;
	font-size:1rem;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 400;
}


.mailform table th{
	font-size: 1rem;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: 400;
}

.mailform table td{
font-size: 1rem;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #b0b0b0;   
text-align: left;
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
}
.fm-text p{
text-align: left;
}
.postcord_btn{
border:1px solid #333; 
padding: 1%;
font-size: 0.9rem;    
background: #333;
color: #fff;   
margin-left: 1rem;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 1rem;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:1px solid #F07A48; 
    font-weight: 400;
    background:#F07A48;
    border-radius: 50px;
}
.form-button button:hover{
     background:#fff;  
    color:#F07A48;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}

input[type=checkbox] + label {
cursor: pointer;  
}

button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #eee;	
    background: #fafafa;
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	border:1px solid #eee;
       background: #fafafa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	border:1px solid #eee;
    background: #fafafa;
}

textarea{
padding: 10px;	
font-size: 1em;		
border:1px solid #eee;	
background: #fafafa;
}
.mailform .accordion h4{
font-size: 1rem;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #555;
padding-left: 1%; 
font-weight: 500;
}
.mailform .accordion p{
font-size:1rem;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%; 
}
.mailform .accordion {
}
.mailform .toggle {
	display: none;
}
label{
cursor: pointer; 
display: inline; 
white-space:nowrap;
margin-right: 20px;    
}
.Label {
    font-size: 1em;
	padding:1% 1% ;
	display: block;
	background: #78982E;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-right: 0; 
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.Label,
.open1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open1 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    background: rgba(255,255,255,0.05);
    padding: 0 10px; 

}
.toggle:checked + .Label + .open1 {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) ;
    text-decoration: transparent;
}

