@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* レイアウトのためのCSS */
body{
    overflow-x: hidden;
    background:#f0f0f0;
    font-family: 'Kosugi Maru', sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear{
    background:rgb(254, 252, 238);
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

.tempimg {
    width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

/* font-family */

.header-utility li:last-child a,
.school-info li dl,
.header-area dl,
#news article time,
#page-top span,
h2 span{
    font-family: 'Lato', sans-serif;
}

/* area */

.inner{
    width:100%;
    margin:0 auto;
    padding:70px;
}

@media screen and (max-width:940px) {
.inner{
    padding:70px 30px;
}
}

/* heading */

#temph2{
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 1.1vw;
    line-height: 1.5;
}

#temph2 span{
    font-size: 3.5vw;
    text-transform: uppercase;
    display: block;   
}

@media screen and (max-width:1130px) {
#temph2{
    font-size: 0.9rem;
}

#temph2 span{
    font-size: 2.5rem;
}
}

@media screen and (max-width:768px) {
#temph2{
    font-size: 0.8rem;
}

#temph2 span{
    font-size: 20px !important;
}
}


/* header */

#headers{
    height: 100vh;
    position: relative;
}


#headers h1 img,
#headers h1 canvas{
    width:100px;
    position: relative;
    left:1.8em;
}

#headers h1{
    font-size: 2.3vw;
    color:#666;
    line-height: 1.5;
    margin: 0 0 20px 0;
    letter-spacing: 0.2em;
}

#headers h1 span{
    color:#2e98e5;
    display: block;
}

.header-area{
    position: relative;
    z-index:2;
    top:30px;
    left:50px;
    animation-delay: .5s;
}

@media screen and (max-width:1200px) {

#headers h1 img,
#headers h1 canvas{
    width:80px;
}
    
#headers h1{
    font-size:1.8rem;
    }    
}

@media screen and (max-width:940px) {
#headers{
    height: 90vh;
}
    
.header-area{
    top:100px;
    left:0;
}
#headers h1{
    text-align: center;
    width: 200px;
    background: rgb(254, 252, 238);
    border-radius: 0 0 10px 10px;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    font-size: 1.3rem;
    border-bottom: 7px solid #2e98e5;
}

#headers h1 img,
#headers h1 canvas{
    width:100px;
    left:inherit;
    }
.snstumb {
	height: 40px !important;
	width: 40px !important;
	margin:0 5px !important;
}
	.snsarea{
		display:flex;
		justify-content:center;
		align-content:center;
		position: relative;
		top: -130px;
	}

}

@media screen and (max-width:450px) {
#headers h1 {
    width: 138px;
    font-size: 1rem;
}
  
#headers h1 img {
    width: 46px;
}    
}

.header-area .lead{
    position: relative;
    font-size: 2vw;
    margin: 0 0 50px 0;
    font-weight: bold;
}

@media screen and (max-width:1130px) {
.header-area .lead{
    font-size: 1.5em;
}    
}

@media screen and (max-width:940px) {
.header-area .lead{
    font-size: 1.3em;
    padding: 28vh 0 0 7vw;
}  
.snstumb {
 	    position: relative;
        top: 10px;
	z-index:20000;
	}

}

@media screen and (max-width:450px) {
.header-area .lead {
    font-size: 1.1em;
    padding: 32vh 0 0 7vw;
	}
}


.header-area .lead::after{
    content:'';
    position: absolute;
    top:0;
    left:-50px;
    width:10px;
    height: 100%;
    background:#2e98e5;
}

@media screen and (max-width:940px) {
.header-area .lead::after{
    display: none;
    }
	.header-area .bg-white{	top: -80px;}
}

.header-area .bg-white{
    background:rgb(254, 252, 238) !important;
    padding: 5px;
	z-index:2;
	position:relative;
}

.header-area .border-yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.header-area .address{
    font-size: 1.2vw;
    margin: 0 0 20px 0;
}

.header-area dt,
.header-area dd{
    display: inline-block;
    font-size: 1.1vw;
}


@media screen and (max-width:1300px) {
.header-area .address{
    font-size: 1.2em;
    }
.header-area dt,
.header-area dd{
    font-size:1em;
    }
}

@media screen and (max-width:940px) {
.header-area .address,
.header-area dl{
    display: none;
}
    
}

.header-utility{
	position: absolute;
	z-index: 2;
	top:0;
	right:80px;
	background: #ffec04;
	font-weight: bold;
    display: flex;
    border-radius:0 0 10px 10px;
}

.header-utility li{
    position: relative;
}

.header-utility li:first-child::after{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    background:#333;
    width:1px;
    height: 30px;
    transform: rotate(23deg);
}

.header-utility li a{
	display: block;
	padding: 20px 20px 20px 50px;
    transition: all 0.3s;
}

.header-utility li .pcnone{
    display: none;
}

.header-utility li a:hover{
     color: #666;   
}

.header-utility li:first-child a{
     background:url("../img/ico_book.svg") no-repeat 20px center;
    background-size:20px 20px;
}

.header-utility li:last-child a{
     background:url("../img/ico_tel.svg") no-repeat 20px center;
    background-size:20px 20px;
}


@media screen and (max-width:940px) {
.header-utility{
	position: fixed;
	z-index: 3;
	top:inherit;
	right:inherit;
    bottom:0;
    width: 100%;
    border-radius: 0;
}
    
.header-utility li{
    width:50%;
    text-align: center;
    } 
.header-utility li a{
    padding: 15px 15px 15px 40px;
    }
.header-utility li:first-child a,
.header-utility li:last-child a{
    background-position:35px center;
}
}

@media screen and (max-width:560px) {
.header-utility li:first-child a,
.header-utility li:last-child a{
    background-position:20px center;
}
    
.header-utility li .spnone{
    display: none;
}

.header-utility li .pcnone{
    display: block;
}
    
}

.badge{
    position: absolute;
    z-index: 2;
    right:30px;
    bottom:70px;
    background:url(../img/badge.svg) no-repeat center;
    background-size: cover;
    width:180px;
    height: 180px;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 3s;
}

.badge-inner{
    position: absolute;
    z-index: 4;
    right:30px;
    bottom:100px;
    width:180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ff0;
    font-weight: bold;
    transition: all .3s;
}

.badge-inner:hover{
     bottom: 105px;  
}

@media screen and (max-width:940px) {
    .badge,
   .badge-inner{
display:none;
    }
	

}

@media screen and (max-width:450px) {
.badge, .badge-inner {
/*     width: 118px;
    height: 118px;
    font-size: 0.9rem; */
}
    
.badge-inner:hover{

}
    
}

/* gnavi */

#g-nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#g-nav.panelactive ul li{
    position: relative;
    width:30%;
    text-align: left;
    white-space: nowrap;
}

@media screen and (max-width:960px) {
#g-nav.panelactive ul li{
    width:48%;
    }
}


@media screen and (max-width:580px) {
#g-nav.panelactive ul li{
    width:100%;
    }
}

#g-nav li a{
    padding: 15px 20px;
}

#g-nav.panelactive ul li::before{
    content:'';
    width:5px;
    height: 5px;
    background:#2e98e5;
    position: absolute;
    left:-10px;
    top:43%;
}


/* slider */

.slider{
    position: absolute !important;
    top:100px;
    right:60px;
    width:75%;
    border:7px solid #2e98e5;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width:1130px) {
.slider{
    width:70%;
    }
    
}

@media screen and (max-width:940px) {
.slider{
    width: 94%;
    right: 2%;
}

}

.slider-item{
    border-radius:20px;
}



/* concept */

#concept{
    background: url("../img/flag_01.png") no-repeat left top,url("../img/flag_02.png") no-repeat right top;
    background-size:250px auto;
	position:relative;
}

@media screen and (max-width:1300px) {
#concept{
    background-size:200px auto;
}    
	.sunny img {
	height: 250px;
		width: auto !important;
}
	.iceberg img {
		height: 250px;
		width: auto !important;
	}
}

@media screen and (max-width:768px) {
#concept{
    background-size:150px auto;
	margin-top:30px;
}    
	.sunny {
		top: -40px;
		width: auto !important;
	}
	.sunny img {
	height: 150px;
		width: auto !important;
}
	.iceberg img {
		height: 150px;
		width: auto !important;
	}
}

@media screen and (max-width:400px) {
#concept{
    background-size:130px auto;
}    
}

#concept h2 span{
    color: #2e98e5;
}

#concept .concept-area{
    position: relative;
    padding: 80px 0;
}

#concept .concept-img{
    width:30%;
    margin: 0 auto;
    animation-delay: .4s;
}

#concept .concept-area img{
    border-radius: 50%; 
}

#concept .concept-area ul{
    animation-delay: .5s;
}

#concept .concept-area ul li{
     position: absolute;
    font-size: 2.2vw;
}

#concept .service-area ul li{
     position: absolute;
    font-size: 1.8vw !important;
}

#concept .concept-area ul li::after{
    content:'';
    position: absolute;
    width:40px;
    height: 2px;
    bottom: -10px;
    right:10px;
    background: #2e98e5;
}

#concept .concept-area ul li:nth-child(n+4)::after{
    left:10px;
}
    
#concept .concept-area ul li:nth-child(1){
    top: 12%;
    left: 17%;
    transform: rotate(15deg);
    animation-delay: .1s;
}

#concept .concept-area ul li:nth-child(2){
    top: 37%;
    left: 10%;
    transform: rotate(10deg);
    animation-delay: .3s;
}

#concept .concept-area ul li:nth-child(3){
    top: 65%;
    left: 12%;
    transform: rotate(-15deg);
    animation-delay: .5s;
}

#concept .concept-area ul li:nth-child(4){
    top: 12%;
    right: 17%;
    transform: rotate(-15deg);
    animation-delay: .7s;
}

#concept .concept-area ul li:nth-child(5){
    top: 34%;
    right: 10%;
    transform: rotate(-10deg);
    animation-delay: 1.1s;
}

#concept .concept-area ul li:nth-child(6){
    top: 61%;
    right: 12%;
    transform: rotate(15deg);
    animation-delay: 1.3s;
}

@media screen and (max-width:700px) {
#concept .concept-area{
    padding: 0;
}
    
    #concept .concept-img{
        width:50%;
        margin:0 auto 30px auto;
    }
    
#concept .concept-area ul li{
     position: relative;
    font-size: 1rem;
    top:inherit!important;
    left: inherit!important;
    right:inherit!important;
    transform: none!important;
    text-align: center;
	 font-size: 4vw !important;
    margin: 0 0 10px 0;
}

    
#concept .concept-area ul li:after{
    display: none!important;
}
 
}


.concept-btn{
    text-align:center;
    padding: 50px 0 0 0;
}

/* news */

#news{
	position: relative;
    padding: 50px 0 100px 0;
    margin: 0 0 100px 0;
}

@media screen and (max-width:840px) {
#news{
    margin:0;
    padding: 50px 0;
    }
}

#news:after{
	position: absolute;
	z-index: -1;
	content:'';
	top:10px;
	left:-30%;
	width:150%;
	height: 680px;
	background: #2e98e5;
	transform: rotate(-5deg);
}


#news .news-area{
    background:#fff;
    padding: 40px;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.5);
    width:70%;
    margin: 0 auto;
    border-radius:10px;
}

#news h2{
	color: #fff;	
}

#news li a{
    transition: all 0.3s;
}

#news li a:hover{
     color: #666;    
}

#news article{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
}

#news article time{
    padding: 0 2em 0 0;
    color: #666;
    font-size: 0.8rem;
}

#news article h3{
    font-size: 1rem;
}

@media screen and (max-width:840px) {
#news .news-area{
    width:90%;
}
    
#news article time,
#news article h3{
    width:100%;
}    
}

#news .icon-01,
#news .icon-01 canvas{
    position: absolute;
    bottom:-50px;
    right:50px;
    width: 100px;
}

#news .icon-02,
#news .icon-02 canvas{
    position: absolute;
    top:-60px;
    right:88px;
    width:80px;
}

#news .icon-03,
#news .icon-03 canvas{
    position: absolute;
    bottom:-130px;
    left:80px;
    width: 200px;
}

#news .icon-04,
#news .icon-04 canvas{
    position: absolute;
    top:10px;
    left:50px;
    width: 100px;
}

/* course */

#course{
    position:relative;
    margin: 0 0 0 0;
}

@media screen and (max-width:840px) {
#course{
    margin:0;
}
    
}

@media screen and (max-width:700px) {

#news .icon-01,
#news .icon-01 canvas{
    width:80px;
    bottom: inherit;
    top: -623px;
}

#news .icon-02,
#news .icon-02 canvas{
    width:60px;
    right: 89px;
    top: -406px;
}
    
#news .icon-03,
#news .icon-03 canvas{
    width:180px;
    left:10px;
    bottom: inherit;
    top: -22px;
} 

#news .icon-04,
#news .icon-04 canvas{
    width:80px;
    top: -516px;
}
}

@media screen and (max-width:500px) {
 #news .icon-01,
#news .icon-01 canvas{
    width:60px;
    right: 10px;
}

#news .icon-02,
#news .icon-02 canvas{
    width:45px;
    right: 10px;
    top: -489px;
}
    
#news .icon-03,
#news .icon-03 canvas{
    width:140px;
    left: 0;
} 

#news .icon-04,
#news .icon-04 canvas{
    width: 60px;
    left: 10px;
    top: -516px;
}   
    
}

#course:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 280px;
    left: -30%;
    width: 150%;
    height: 400px;
    background: #ddd;
    transform: rotate(5deg);
}

.course-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.course-list section{
    width:28%;
    background: #fff;
	position: relative;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
	margin:0 0 50px 0;
    padding:20px 20px 50px 20px;
    border-radius: 10px;
}

.course-list section:nth-child(2){
     animation-delay: 0.2s;   
}
.course-list section:nth-child(3){
     animation-delay: 0.4s;   
}


@media screen and (max-width:840px) {
.course-list section{
    width:46%;
}
}

@media screen and (max-width:545px) {
.course-list section{
    width:100%;
}
.course-list section:nth-child(2),
.course-list section:nth-child(3){
     animation-delay: 0s;   
}
}

.course-list section .bg-yellow{
    background:#ff0;
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -5px;
	z-index: 2;
	padding: 3px 5px;
	font-size:1.6rem;
}

@media screen and (max-width:545px) {
.course-list section .bg-yellow{
	font-size:1.2rem !important;
}
}

.course-list section .course-img{
	padding-top:70%;
	background-size:cover!important;
}

.course-list section:nth-of-type(1) .course-img{
    background:url("../img/course_01.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(2) .course-img{
     background:url("../img/course_02.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(3) .course-img{
     background:url("../img/course_03.png") no-repeat center;
    background-size: cover;
}

.course-list section h3{
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 5px double #333;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
}

@media screen and (max-width:1090px) {
.course-list section h3{
    font-size: 1rem;
}    
}

/* gallery */

.img-gallery{
    background:url("../img/border.png") repeat-x top left,url("../img/border.png") repeat-x bottom left;
    background-size: 50px 16px;
    padding:50px 0;
    margin: 0 0 100px 0;
}

.img-gallery img{
    border-radius: 10px;
}


/* contact */

#contact{
    background:url("https://penguin-lele.com/wp-content/uploads/2024/03/8adaf5ef-00a4-4f51-8c2b-9939a51c38e2.webp") no-repeat center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
	position:relative;
}

#contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}

#contact h2{
    font-size: 2rem;  
    position: relative;
    margin: 0 0 50px 0;
}

#contact .contact-detail br{
    display: none;
}

@media screen and (max-width:1090px) {
#contact h2{
    font-size:1.5rem;  
}  
}
@media screen and (max-width:600px) {
#contact .contact-detail h2 br{
    display: block;
}
}

#contact h2::after{
    content: "";
    background:#fff;
    width:15%;
    height: 5px;
    position: absolute;
    left:40%;
    bottom: -20px;
}

#contact p{
    text-align: center;
    margin: 0 0 50px 0;
}

@media screen and (max-width:400px) {
#contact .contact-detail h2{
    font-size: 1.3rem;
}
#contact .contact-detail p br{
    display: block;
}
}
    
#contact ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#contact ul li{
     padding: 0 20px 20px 0;   
}

/* footer */

#footer{
    background: #2e98e5;
    color: #fff;
}

#footer a{
    color: #fff;
}

.footer-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.school-info{
    width:30%;
}

.school-info span{
    display: block;
    font-size:1.7rem;
    font-weight: bold;
    line-height: 1.5;
}

.school-info dt.footer-title,
.school-info li:first-of-type{
    margin: 0 0 10px 0;
}

.school-info li dt{
    margin:0 10px 0 0;
}

.school-info li dt,
.school-info li dd{
    display: inline-block;
}

.footer-sitemap{
    width:65%;
}

.footer-sitemap ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
    font-size: 0.9rem;
}

.footer-sitemap li{
    padding: 10px 20px;
}

.footer-sitemap li a{
	position: relative;
    padding: 0 10px;
}

.footer-sitemap li a:before{
	position: absolute;
	top:40%;
	left:-10px;
	content: '';
  width: 7px;
  height:7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

small{
    display: block;
    text-align: right;
}

@media screen and (max-width:1090px) {
    .footer-area{
        align-items: flex-start;
    }
.school-info{
    width:40%;
}
.footer-sitemap{
    width:56%;
}
    
}

@media screen and (max-width:940px) {
    small{
        text-align: center;
    }
    #page-top{
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 50px auto 30px auto;
    width: 80px;
    animation: none!important;
    transform:none!important;
    opacity: 1;
    }
    
}

@media screen and (max-width:768px) {
.school-info,
.footer-sitemap{
    width:100%;
}
    
.school-info{
    text-align: center;
    margin:0 0 70px 0;
    padding: 0 0 70px 0;
    border-bottom:1px solid rgba(255,255,255,0.8);
}
    .school-info span{
        font-size:1.3rem;
    }    
}

/*==================================================
機能編 4-2-9　背景色が四角に拡大（四隅へ）
===================================*/

/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffec04;
	z-index: 9999999;
	text-align:center;
	color:#333;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash-logo img,
#splash-logo canvas{
	width:50px;
}

/*画面遷移アニメーション*/

.splashbg{
	position: fixed;
	top: 0;
	right:0;
	bottom:0;
	left: 0;
	border-width: 0px;/*開始はボーダーの太さは0*/
	border-style:solid;
    border-color: #ffec04;/*拡大する四角の色*/
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes backBoxAnime{
	99.9% {/*アニメーション終了ぎりぎりまで*/
        z-index: 2;/*最前面に*/
		border-width: 0px;/*開始はボーダーの太さは0*/
	}
    100%{
       z-index: -1; /*最背面に*/
        border-width: 0px;/*終了はボーダーの太さは0*/
    }
}

/*画面遷移の後現れるコンテンツ設定*/
#containers{
    position: relative;
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #containers{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*==================================================
機能編 5-1-16　クリックしたら円形背景が拡大（上から）
===================================*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffec04;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	top:-50px;
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
/*===========================================================*/
/*機能編  5-1-12 クリックしたらナビが下から上に出現 */
/*===========================================================*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	bottom:-120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#ffec04;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav.panelactive li:last-child a{
    margin: 0 0 0 0;
    padding: 10px 20px;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


#pc-nav {
	 z-index: 9999;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/*===========================================================*/
/*機能編  5-2-5	MENUが×に */
/*===========================================================*/

.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 80px;
    height:70px;
    border-left:2px solid #333;
}
	
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
    height: 2px;
	background: #333;
  	width:30%;
    opacity: 0;
    top:22px;
    left:20px;
 }

.openbtn span:nth-of-type(2) {
	top:22px;
	left:18px;
	text-transform: uppercase;
	color: #333;
    font-size: 0.9rem;
}

@media screen and (max-width:550px) {
.openbtn span:nth-of-type(2) {
    font-size: 0.8rem;
    }
    
}

.openbtn span:nth-of-type(3) {
    top:35px;
}


/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/

.openbtn.active span:nth-of-type(1),
.openbtn.active span:nth-of-type(3) {
    opacity:1;
}

.openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity:0;
}

.openbtn.active span:nth-of-type(3){
    top: 40px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
}


/*==================================================
　機能編 7-1-44	矢印が右に移動して現在地に戻る
===================================*/

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#ffec04;
	color:#333;
    padding:10px;
    width:230px;
	border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}


.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 1.2em;
    right: 25px;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 20px;
  }
  100% {
    right: 25px;
  }
}

/*==================================================
　機能編 7-1-16	右下に押し込まれる（立体が平面に）
===================================*/
/* ボタン共通設定 */
.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 25px;
	border: solid 1px #333;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

@media screen and (max-width:1200px) {
.btn03 span {
	font-size: 20px !important;
}
    
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
	border-color:transparent;	
}

/*ボタンの中のテキスト*/
.btn03 span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 10px 30px;
	background:#f0f0f0;
	border-radius: 25px;
	color:#333;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
	font-size: 30px;
}

/*影の設定*/
.pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #333;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
	background-color: #333;
	color: #fff;
	transform: translate(4px, 4px);
}


/*==================================================
機能編 8-1-8　リンクボタンをクリックしたら形状が変化
===================================*/

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:40px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
	display: block;
	width: 70px;
	height: 70px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
    /*背景画像の指定*/
	background: url("https://penguin-lele.com/wp-content/uploads/2024/03/lele-removebg-preview.png") no-repeat center;
	background-position: bottom 15px right 0;
	background-size: contain;
}


#page-top.floatAnime a{
	width: 80px;
	height: 80px;
    /*背景画像の指定*/
	background: url("https://penguin-lele.com/wp-content/uploads/2024/03/lele-removebg-preview.png") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}

/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -11px;
    right: 20px;
	color: #333;
    font-weight: bold;
    line-height: 1.3;
}

#page-top.floatAnime span{
    bottom: -30px;
}


/*==================================================
機能編 6-1-1　横移動させて全画面で見せる
===================================*/
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 80vh;/*スライダー全体の縦幅を(80vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(https://penguin-lele.com/wp-content/uploads/2024/03/look3-1.jpg);
}

.slider-item02 {
    background:url(https://penguin-lele.com/wp-content/uploads/2024/03/トップ募集.png);
}

.slider-item03 {
    background:url(https://penguin-lele.com/wp-content/uploads/2025/09/Vision-1.png);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:80vh;/*各スライダー全体の縦幅を（80vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#ffec04;/*ドットボタンの現在地表示の色*/
}


/*==================================================
機能編 6-1-8　複数画像を流して見せる
===================================*/

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

.slider2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

/*==================================================
印象編 4 最低限おぼえておきたい動き
===================================*/

/* 4-3 くるっ（Z 軸（右へ）） */
.rotateRightZ{
	animation-name: rotateRightZAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		}
	to{
		transform: rotateZ(360deg);
		}
}

/* 4-1 ふわっ（その場で） */
.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 4-2 ふわっ（下から） */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 4-2 パタッ（左上へ） */
.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}

/* 4-2 パタッ（右上へ） */
.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}

/* 4-4 ボンッ（拡大） */
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }

  to {
    transform: scale(1);
	opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}



/* ここからリセット */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}


/* nav */
#pc-nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
    text-transform: uppercase;
    margin: 0 0 0 5%;
	white-space: nowrap;
}

#pc-nav li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding:0 15px;
	transition:all 0.3s;
}

#pc-nav li.current a,
#pc-nav li a:hover{
	color:#eb6100;	
}
#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:1400px) {
    #pc-nav{
        display: none;
    }
}

#subheader{
	position: fixed;/*header固定*/
	height: 100px;/*Headerの高さ設定*/
	top: 0;
	left: 0;
	width:100%;
    z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fcfaed;
}

@media screen and (max-width:1400px) {
#subheader{
    height: 75px;
    }  
}

#subheader h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    top: 40%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}

@media screen and (max-width:550px) {
    #subheader h1{
        font-size:1.2rem;
        top: 32%;
    }
}


#subheader h1 a{
    color:#eb6100;
}

.pagecontainer {
	width: 80%;
	margin: 0 auto;
}


.post-container {
  display: block; /* ブロックレベルの要素として表示 */
  background-color: #f9f9f9; /* 背景色 */
  color: inherit; /* 親要素から色を継承 */
  text-decoration: none; /* 下線を除去 */
  padding: 20px; /* 内側の余白 */
  margin-bottom: 20px; /* 下部の余白 */
  border: 2px solid #ccc; /* 枠線 */
  border-radius: 10px; /* 角の丸み */
  transition: background-color 0.3s, border-color 0.3s; /* 背景色と枠線色の変化を滑らかに */
}

.post-container:hover {
  background-color: #e9e9e9; /* ホバー時の背景色 */
  border-color: #999; /* ホバー時の枠線色 */
}

.post-date {
  font-size: 0.9em; /* 日付のフォントサイズ */
  color: #666; /* 日付の色 */
  margin-bottom: 10px; /* 日付とタイトルの間の余白 */
}

h2 {
  margin: 0 0 10px; /* タイトルの下の余白 */
}

.post-container p {
  margin: 0; /* 段落の余白をリセット */
}

/* カスタムページネーションのスタイル */
.my-custom-pagination {
  display: flex; /* Flexbox を使用 */
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  flex-wrap: wrap; /* 複数行になる場合の対応 */
  padding: 10px 0;
}

.my-custom-pagination a, .my-custom-pagination span {
　justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  margin: 5px; /* 周囲の余白 */
  padding: 0px 0px 0px 4px !important; /* 内側の余白 */
  border-radius: 25px; /* 角丸 */
  border: 2px solid #FFB6C1; /* 枠線 */
  text-decoration: none; /* テキストの下線を除去 */
  color: #FF69B4; /* テキスト色 */
  background-color: #FFF0F5; /* 背景色 */
  transition: background-color 0.3s, color 0.3s; /* トランジション効果 */
}

.my-custom-pagination a:hover, .my-custom-pagination .current {
  background-color: #FF69B4; /* ホバー時及び現在ページの背景色 */
  color: #FFFFFF; /* ホバー時及び現在ページのテキスト色 */
}

.logoimg {
	height: 90px;
	width: auto;
	top: 5px;
	position: fixed;
}

@media screen and (max-width:750px) {
    .logoimg {
        height: 70px;
    }
}

.snstumb {
	height: 60px;
	width: 60px;
	margin-left:30px;
}

.sunny {
	position:absolute;
	top:0px;
	left: 2%;
	width: 20%;
}

.iceberg {
	position:absolute;
	bottom:-90px;
	right: 2%;
	width: 25%;
}

.penguinblue {
	position:absolute;
	top:1500px;
	right: 10%;
	width: 15%;
	z-index: -1;
}

.wpcf7-form-control-wrap textarea {
	border-style:solid;
}


/* 固定ページテンプレ */
.pageinthe {
	width:80%;
	border: solid 1px;
	border-radius:30px;
	border-color: gray;
	padding:5%;
	margin: 5% 0;
}

.pageall {
	display:flex;
	justify-content:center;
}

.pagehead {
	height:200px;
	margin-top:100px;
	text-align:center;
	padding-top:80px;
	background: url("https://penguin-lele.com/wp-content/uploads/2024/03/バナー修正.png")  center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:750px) {
   .pagehead {
      background-size: contain !important;
    }
}


.pagetitle {
	font-size:40px;
	font-weight: bold;
}

.pagetheme {
	font-size:50px;
	font-weight: bold;
}

@media screen and (max-width:750px) {
    .pagetitle {
        font-size:25px;
    }
	.pagetheme {
	font-size:40px;
}
}

/* 四角ローテ */
.square {
  position: absolute;
  z-index: 3;
  right: 70px;
  bottom: 140px;
  width: 100px !important;
  height: 100px;
  background-color: skyblue;
  animation: rotate-square 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotate-square {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.square2 {
  position: absolute;
  z-index: 2;
  right: 70px;
  bottom: 140px;
  width: 100px !important;
  height: 100px;
  background-color: skyblue;
  animation: rotate-square2 2s linear infinite;
  animation-delay: 1s; /* 1秒遅延させる */
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotate-square2 {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@media screen and (max-width:940px) {
    .square,
   .square2{
/*      width:145px;
     height: 145px;
    font-size:0.9rem; */
display:none;
	}}
	


.aboutflex {
	display: flex;
}

.aboutflex2 {
	display: flex;
	justify-content: space-between;
}

.aboutpic {
	width: 40%;
	margin-right: 30px;
}

.aboutpic2 {
	width: 40%;
	min-width: 40%;
	margin-left: 30px;
	float: right;
}

.aboutpic3 {

	display:none;

}

.abouttop {
	margin-bottom: 30px;
}

@media screen and (max-width:1150px) {
    .aboutflex, .aboutflex2 {
        flex-direction: column
    }
	.aboutpic{
			width: 100%;
		margin: 0;
		display: block;
	}
	.aboutpic2 {
		display:none;
	}
	.aboutpic3 {
		display: block;
	}
}

.pageinthe h2:not(:first-child) {
  margin-top: 100px;
}

.aboutpic img, .aboutpic2 img, .aboutpic3 img {
	border-radius: 30px;
}

.course-list section .course-img2{
	padding-top:70%;
	background-size:cover!important;
}

.course-list section:nth-of-type(1) .course-img2{
    background:url("https://penguin-lele.com/wp-content/uploads/2024/05/20042.jpg") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(2) .course-img2{
     background:url("https://penguin-lele.com/wp-content/uploads/2024/03/2024-03-25_22h09_31.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(3) .course-img2{
     background:url("https://penguin-lele.com/wp-content/uploads/2024/03/シール貼り.jpg") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(4) .course-img2{
    background:url("https://penguin-lele.com/wp-content/uploads/2024/03/2024-03-22_15h35_53.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(5) .course-img2{
     background:url("https://penguin-lele.com/wp-content/uploads/2024/03/作業場１階.jpg") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(6) .course-img2{
     background:url("https://penguin-lele.com/wp-content/uploads/2024/03/作業場2️⃣階.jpg") no-repeat center;
    background-size: cover;
}

.site-name-text {
	display: none;
}

#aboutback{
	margin-top:100px;
}

#aboutback:after {
    position: absolute;
    z-index: -1;
    content: '';
    top:900px;
    left: -30%;
    width: 150%;
    height: 400px;
    background: skyblue;
    transform: rotate(-5deg);
}

.accessmap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	
}

.accesslook img{
	height:450px;
}

@media screen and (max-width:600px) {
.accesslook img{
	width:90%;
}
}

.menuinsta {
	height: 30px !important;
	width: 30px !important;
	max-width:30px !important;
}

.circlep {
	max-width: 70%;
	margin: 0 auto;
	align-items: center;
    display: flex;
}

.circlep2 {
	max-width: 80%;
	margin: 0 auto;
	align-items: center;
    display: flex;
}

.typeb {
	display:flex;
	justify-content: center;
}

.typeb img {
	width: 80%;
}

.abouttop {
	font-size: 38px;
}

.aboutabout p {
	font-size: 22px;
}

@media screen and (max-width:900px) {
    .abouttop {
	font-size: 30px;
}
	.aboutabout p {
	font-size: 18px;
}
}

@media screen and (max-width:600px) {
    .abouttop {
	font-size: 18px;
}
	.aboutabout p {
	font-size: 14px;
}
}

.contactbtn {
	margin-bottom: 30px;
}

.lunchpic {
	width: 400px;
	display: flex;
	justify-content: center;
	margin: 40px auto;
	border-radius: 30px;
}

.freel {
	display:flex;
	justify-content:center;
}

.freel section {
	position: relative;
}

.freeyellow{
    background:#ff0;
	display: inline-block;
	position: absolute;
    left: -20px;
    top: 15px;
	z-index: 2;
	padding: 3px 5px;
	font-size:2.5rem;
	transform: rotate(-15deg);
}

.greeting-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 40px auto;
}

.greeting-container {
    padding: 20px;
}

.greeting-message {
    color: #333;
    line-height: 1.6;
    font-size: 18px;
    text-align: justify; /* テキストを両端揃えにする */
	font-weight: bold;
}

.greeting-message::first-line {
    font-weight: bold;
    font-size: 20px;
}

.greeting-message::first-letter {
    font-size: 28px;
    margin-right: 8px;
    line-height: 1;
    color: #007bff; /* 最初の文字の色を変更 */
}

.timesche {
	text-align:left;
	margin-left: 10%;
}

.timesche h2 {
	font-size: 30px;
}

.timeso {
	font-weight: bold;
	font-size: 2.8vw;
}

.timethin {
	font-size: 2.2vw;
}

@media screen and (max-width:600px) {
    .timesche h2 {
	font-size: 18px;
}
	.timeso {
	font-size:18px;
}

.timethin {
	font-size: 16px;
}
}

.mercari,
.mercari2 {
	text-align: center;
	justify-content:center;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	margin:10px 10px 100px 10px;
}

.mercari p,
.mercari2 p{
	font-size:30px;
	margin-bottom: 10px;
}

.mercari img,
.mercari2 img{
	height: auto;
	width: 400px;
}

@media screen and (max-width:1300px) {
.mercari p,
.mercari2 p{
	font-size:25px;
}
.mercari img,
.mercari2 img{
	height: auto;
	width: 350px;
}
}

@media screen and (max-width:800px) {
.mercari p,
.mercari2 p{
	font-size:20px;
}
.mercari img,
.mercari2 img{
	height: auto;
	width: 60%;
}
}

@media screen and (max-width:700px) {
.mercari2 {
	margin-top: 50px;
}
}

.centered {
    text-align: center;
    position: relative;
    z-index: 10; /* 前面に表示 */
}

.centerimg {
	text-align:center;
	width: 30%;
	margin: 48px auto 24px auto;
}

.centerimg img {
	border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.centerp {
	text-align:center;
}

.banner-wrap {
  width: 60%;
  max-width: 600px;
  margin: 60px auto 28px auto;
  text-align: center;
}

.banner-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  display: block;
}

.banner-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* スマホ */
@media (max-width: 768px) {
  .banner-wrap .centerimg {
    width: 90%;
  }
  .banner-text {
    font-size: 15px;
  }
}



/* ============================================
   利用者の声ページ（page-voice.php）
============================================= */

/* ページヘッダー */
.pagehead-inner {
  text-align: center;
  padding: 20px 0;
}

.pagehead-sub {
  font-size: 1rem;
  color: #666;
  margin-top: 8px;
}

/* イントロ文 */
.voice-intro {
  margin-bottom: 60px;
  text-align: center;
}

.voice-intro-text {
  font-size: 1.05rem;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto;
}

/* 支援内容グリッド */
.voice-support-section {
  margin-bottom: 80px;
}

.voice-support-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

.voice-support-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  width: calc(50% - 12px);
  text-align: center;
  border-top: 5px solid #2e98e5;
  transition: transform 0.2s;
}

.voice-support-card:hover {
  transform: translateY(-4px);
}

.voice-support-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.voice-support-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2e98e5;
}

@media screen and (max-width: 640px) {
  .voice-support-card {
    width: 100%;
  }
}

/* 成長ストーリーセクション */
.voice-stories-section {
  margin-bottom: 80px;
}

/* 声カード */
.voice-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 8px 8px 0 rgba(0,0,0,0.07);
  padding: 32px;
  margin-bottom: 40px;
  border-left: 6px solid #ffec04;
}

/* カードヘッダー（アバター＋名前） */
.voice-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.voice-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #2e98e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-avatar-initial {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.voice-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.voice-period {
  font-size: 0.85rem;
  color: #888;
  margin: 0;
}

/* 利用前→今は */
.voice-before-after {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.voice-before,
.voice-after {
  flex: 1;
  min-width: 200px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 16px;
}

.voice-after {
  background: rgb(254, 252, 238);
}

.voice-arrow {
  font-size: 2rem;
  color: #2e98e5;
  align-self: center;
  font-weight: bold;
}

.voice-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.voice-label.before {
  background: #ddd;
  color: #555;
}

.voice-label.after {
  background: #2e98e5;
  color: #fff;
}

/* 引用コメント */
.voice-quote {
  border-left: 4px solid #ffec04;
  margin: 0;
  padding: 12px 20px;
  background: #fffde7;
  border-radius: 0 10px 10px 0;
  font-style: normal;
  line-height: 1.9;
  color: #444;
}

.voice-quote::before {
  content: '「';
  font-size: 1.5rem;
  color: #2e98e5;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

@media screen and (max-width: 640px) {
  .voice-before-after {
    flex-direction: column;
  }
  .voice-arrow {
    transform: rotate(90deg);
    align-self: center;
  }
  .voice-before,
  .voice-after {
    min-width: 100%;
  }
}

/* 職員メッセージ */
.voice-staff-section {
  margin-bottom: 60px;
}

.voice-staff-message {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  border-top: 5px solid #2e98e5;
  line-height: 2;
  font-size: 1.05rem;
}

/* 利用者の声：ページタイトルエリア */
.voice-page-title {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #2e98e5;
}

.voice-page-title .pagetitle {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 10px;
}

.voice-page-title .pagehead-sub {
  font-size: 1rem;
  color: #888;
}
