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


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

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
    /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.5em; /*=15px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
    overflow: hidden;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; 
}
    
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
    
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: static;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 16%;
  float: left;
  padding: 0.5em;
}
/*ヘッダーの問い合わせボタン*/
.header_btn {
  width: 45%;
  float: right;
  padding: 0 58px 0 0;
    margin: 13px 0;
    text-align: right

}

    /*--------------------------------------------------
ハンバーガーメニュー
-----------------------------------------------------*/
    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 5003;
        right: 10px;
        top: 0.1%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        text-align: center;

    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 35px;
        height: 2px;
        left: 6px;
        background: #333;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 40px;
    }

    .hamburger span:nth-child(3) {
        top: 33px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        display: block;
        position: fixed;
        z-index: 5002;
        top: 0;
        left: 0;
        color: #333;
        background: #fff;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
    }

    nav.globalMenuSp ul {
        display: block;
        background: #E4F4FF;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 2px solid #fff;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li:hover {
        background: #FFF4FB;
       
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #333;
        font-size: 1.1em;
        padding: 1em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0%);
    }

    .h-text {
        width: 50px;
        font-size: 10px;
        color: #1a1a1a;
        text-align: center;
        display: inline-block;
        font-weight: bold;

    }
 /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
    position: relative;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0.5em;
    color: #005371;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

h3 {
    color: #AD93D5;
    font-weight: bold;
    padding: 0.5em 0 1em;
    letter-spacing: 1px;
    text-align: center;
        line-height: 1.4;
    font-size: 1.3em;
    margin: 0;

}
h4 {
    color: #97C7F4;
    font-weight: bold;
    padding: 0.5em 0 1em;
    letter-spacing: 1px;
    text-align: center;
        line-height: 1.4;
    font-size: 1.3em;
        margin: 0;

}
h5 {
    color: #F7A6B3;
    font-weight: bold;
    padding: 0.5em 0 1em;
    letter-spacing: 1px;
    text-align: center;
        line-height: 1.4;
    font-size: 1.3em;
        margin: 0;

}

h6 {
	position: relative;
	font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px;
}

h6::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #ad91d7;
	font-size: 25px;
	border-bottom: 1px solid #ad91d7;
}
    
    h7 {
        font-size: 1.3em;
    }

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
    background-image: url("../images/bg_sec01_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4em 0 0em;
}
.section_02 {
    background-color: #fff;
    padding: 2em 0 ;
}
.section_03 {
    background-image: url("../images/bg_sec03.jpg");
    background-position: top center;
    background-size: cover;
    padding: 2em 0 0em;
    margin-top: 12em;
    overflow: visible;
}
.section_04 {
    background-color: #f4f4f4;
    padding: 2em 0 ;
}
.section_05 {
    background-image: url("../images/bg_sec05.jpg");
    background-size: cover;
    padding: 2em 0 ;
}
.section_06 {
    background-image: url("../images/bg_sec06.jpg");
    background-size: cover;
    padding: 4em 0 ;
}
    
.section_07 {
    background-image: url("../images/bg_sec07_sp.jpg");
    background-size: cover;
    padding: 2em 0 ;
}

    
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
    position: relative;
}
    .top_txt {
    position: absolute;
    top: 7%;
    left: 5%;
    
    
}
.top_txt p {
    font-size: 14px;
    letter-spacing: 1.6px;
}
.top_catch {
    padding-bottom: 15px;
}

.top_catch p {
    font-size: 28px;
}
.top_sp_02 {
    position: relative;
}
.top_02_mes {
    background-image: none;
display: block;
    padding-bottom: 0em;

position: absolute;
bottom: 0%;
left: 50%;
width: 100%;
transform: translateY(-50%) translateX(-50%);
margin: auto;    
}
p.indent-1 {
	padding-left:1em;
    line-height: 1.8;
}   




.top_02_mes p {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 16px;
line-height: 1.7;
letter-spacing: 1.6px;
}    

/*--------------------------------------------------
キャンペーン
-----------------------------------------------------*/

.sec_cp {
    background-color: #fddce3;
    padding: 2em 0;
    
}
.tit_cp {
    width: 85%;
    margin: 0 auto 0.5em;
}
.img_cp {
    width: 95%;
    margin: 0 auto;
}

/*--------------------------------------------------
行動指針
-----------------------------------------------------*/
.sec_3action {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_3action_sp.jpg");
    background-size: cover;
    text-align: center;
    padding: 1em 0;
}

.tit_3action {
    width: 80%;
    margin: 0 auto ２em;
}

.bnr_ouen {
    width: 95%;
    margin: 0 auto 0;
}
    
/*--------------------------------------------------
輝ける理由
-----------------------------------------------------*/

.midashi_reason {
    width: 73%;
    margin: 0 auto 2em;
    
}
.box_reason {
    padding: 2em 1em 0.5em;
}

/*--------------------------------------------------
メディア
-----------------------------------------------------*/
.media {
    width: 40%;
    margin: 3em auto 2em;
}
.onair {
    width: 75%;
    margin: 0 auto 0;

}

.tit_media {
        margin: 1em auto 2em;
    }
    .tit_media p {
        font-size: 24px;
            }



/*--------------------------------------------------
おすすめ
-----------------------------------------------------*/
.tit_foryou {
    width: 55%;
    padding: 0 0 1em;
}
.midashi_osusume {
    width: 100%;
    padding: 2em 0 0;
    margin: 0 auto -1em;
}

.img_osusume {
    padding: 1em 0em;
}

/*--------------------------------------------------
先輩の声
-----------------------------------------------------*/
.tit_voice {
    width: 75%;
    padding: 3em 0 0em;
    float: right;
}
.midashi_voice {
    width: 55%;
    padding: 3em 0 1em;
    margin: 0 auto;
}
.ctn_voice {
    display: flex;
    padding: 1em 0 3em;
    flex-wrap: wrap;
    margin: 0;
}
.box_voice {
    width: 93%;
        padding: 0 0.5em 0.7em;
    margin: 1em auto;

}
    
    .txt_voice{
        padding: 1em 0 0.5em;
    }   
    
/*--------------------------------------------------
purpose
-----------------------------------------------------*/
.tit_purpose {
    width: 60%;
    margin: 5em auto -7em;
}

.vision_taiyou {
    float: none;
    width: 70%;
    margin: 0 auto;
}
.vision_txt {
    float: none;
    width: 100%;
    padding: 0 1em 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
.vision_txt p {
    letter-spacing: 1px;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
}

.img_vision {
    width: 95%;
    margin: 0 auto 0;
}

    
/*--------------------------------------------------
3つのこと
-----------------------------------------------------*/

.midashi_3thing {
    text-align: center;
    margin: 3em 0 2em;
    font-size: 1.1em;
}
.tit_3thing {
    width: 65%;
    margin: 1em auto;
}

    

/*--------------------------------------------------
しせい
-----------------------------------------------------*/
.tit_attitude {
    width: 65%;
    margin: 1em auto 1em;    
}
.txt_attitude {
    padding: 2em 0 ;
}

.img_attitude {
    width: 95%;
    margin: 0 auto 3em;
}


/*--------------------------------------------------
ねがい
-----------------------------------------------------*/
 .tit_wish {
    width: 65%;
    margin: 4em auto 1em;    
}

.tit_negai {
    width: 100%;
    
}
.img_negai {
    width: 90%;
    margin: 1em auto ;
    padding: 0 0 0.5em;
}
.txt_nagai {
    padding: 2em 0 0;
}
.txt_nagai02 {
    padding: 0 0 4em;
}
/*--------------------------------------------------
３つのしくみ
-----------------------------------------------------*/

.midashi_sikumi {
    width: 85%;
    margin: 0 auto;
    padding: 1em 0 2em;
}

.tit_sikumi_top {
    padding: 0em;
}

.img_sikumi_top {
    float: none;
    width: 90%;
    padding: 2em 0 1em;
    margin: 0 auto;
}
.txt_sikumi_top {
    float: none;
    width: 92%;
    margin: 0 auto;
    padding: 1em 0 ;
    font-size: 1.1em;
}
.tit_suguni {
    padding: 1em 0;
}

.ctn_sikumi{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0em ;

}
.box_sikumi_top{
    width: 95%;
    padding: 1em 0.5em;
    margin: 1em auto ;
}
.box_sikumi{
    width: 95%;
    padding: 1em 0.5em;
    margin: 1em auto ;
    text-align: center;
}
.icon_sikumi {
    width: 50px;
    margin: 0 auto;
    padding-bottom: 0.5em;
}


.codmon {
    color: #AD93D5;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.1;
        font-weight: 600;
}

.luce {
    color: #97C7F4;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.1;
        font-weight: 600;
}

.libro {
    color: #F7A6B3;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.1;
        font-weight: 600;
}

.yomi {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.1;
    
}


/*--------------------------------------------------
マンガ動画
-----------------------------------------------------*/
.tit_movie {
    width: 70%;
    margin: 4em auto 2em;    
}

.movie {
    width: 100%;
    margin: 0 auto;
}
.iframe-wrap {
    position: relative;
    width: 95%;
    padding-top: 56.25%;
    overflow: auto;
    margin: 1em auto 1em;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


/*--------------------------------------------------
こだわり
-----------------------------------------------------*/
.tit_point {
    width: 60%;
    margin: 2em auto;
}
.ctn_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em 0;
}

.box_point {
    width: 95%;
    margin: 1em auto ;
    text-align: left;
    padding-top: 1em;
}
.img_point {
    padding: 1em 0 0;
}
.txt_point {
    padding: 1em 0.5em;
}
.btn_lovot {
    float: right;
} 
.btn_lovot a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  padding: 0.5em 1em;
  width: 270px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background-color: #ff8e70;
  border-radius: 50vh;
}

.btn_lovot a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn_lovot a:hover {
  text-decoration: none;
  background-color: #fff;
    border: 2px solid #ff8e70;
    color: #ff8e70;
}


 ul.kensyuu {
  padding: 0.5em 1em;
  position: relative;
    margin: 0;
}

 ul.kensyuu li {
  line-height: 1.5;
  padding: 2px 6px;
  list-style-type: none!important;
}

ul.kensyuu  li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #AD93D5; /*アイコン色*/
    font-weight: 900;
}

/*--------------------------------------------------
比較表
-----------------------------------------------------*/
.midashi_hikaku {
    width: 100%;
    margin: 1em auto ;
}

.table_hikaku {
    width: 98%;
    margin: 0 auto 1em;
}
.box_txt_hukaku {
    padding: 1em 0.5em;
    margin: 1em 0.3em 2em;
    background: #e5edf9;
    border-left: solid 6px #97c6fa;
}

.sec_ayumi {
    width: 100%;
    margin: 0 auto;
}


/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.section_cta {
    background-image: url("../images/bg_cta.jpg");
    background-position: center;
    background-size: cover;
    padding: 2em 0 ;
}
.cta_txt {
    width: 90%;
    margin: 1em auto 0;
}
.btn_cta {
    position: absolute;
    width: 90%;
    bottom: 3%;
    left: 5%;

   
}

/*--------------------------------------------------
 ABOUT
-----------------------------------------------------*/

.tit_about {
    width: 50%;
    padding-top: 3em
}
.midashi_about {
    width: 60%;
    padding: 3em 0;
    margin: 0 auto;
}
.img_rinen {
    padding: 2em 0;
}

.img_sotuen {
    width: 85%;
    margin: 2em auto;
}
.midashi_future {
    width: 95%; 
    margin: 0 auto 2em;
}
.list_future {
    padding: 2em 0.5em 3em;
}
.list_future p {
    line-height: 2.2;
    letter-spacing: 1px;
}

    
/*--------------------------------------------------
リーダーシップ
-----------------------------------------------------*/
.ctn_ridership {
    position:static;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
}

.txt_ridership {
    padding: 1.5em 1em 3em;
    width: 99%;
    

}
.img_ridership {
    position:static;
    width: 80%;
    left: 0;
    top: 0;
    margin: -3em auto 0;
        


}
    
/*--------------------------------------------------
ほいく
-----------------------------------------------------*/
.midashi_shiten {
    width: 95%;
    margin: 0 auto 2em;
}



.tit_hoiku {
    width: 55%;
    margin: 3em auto;
    
}

.box_hoiku {
    padding: 1em 0.5em;
    margin: 1em 0.3em 0.5em;
    border-radius: 20px;
}
.img_hoiku {
    float: none;
    width: 65%;
    margin: 0 auto;
    
}
.txt_hoiku {
    float: right;
    width: 100%;
        padding: 1em 0.5em 0;

    
}
    

/*--------------------------------------------------
 選考の流れ
-----------------------------------------------------*/
.tit_step {
    width: 35%;
    margin: 1em auto 2em;
}
.midashi_flow {
    width: 30%;
    margin: 0 auto 2em;
}
.sec_flow {
    background-color: #f4f4f4;
    padding: 2em 0.5em 2em 0 ;
    margin-bottom: 2em;
}
/*--------------------------------------------------
代表メッセージ
-----------------------------------------------------*/
.tit_message {
    width: 55%;
    margin: 0 auto 2em;
}
.box_message {
    width: 97%;
    padding: 2em 1em;
    margin: 0 auto;
    
}
.midashi_message {
    width: 53%;
    margin: 1em auto 1.5em;
}
.name {
    font-size: 1.1em;
}
.txt_message {
    padding: 2em 0 1em;
}
.txt_message p {
    letter-spacing: 0.8px;
    line-height: 2.0;
    font-size: 1.1em;
}
/*--------------------------------------------------
園一覧
-----------------------------------------------------*/
.tit_info {
    width: 70%;
    padding: 3em 0 1em;
    float: right;
}
.midashi_info {
    width: 45%;
    padding: 2em 0 3em;
    margin: 0 auto;
}
.ctn_info {
    display: block;
}
.box_blue {
    width: 100%;
    background-color: #E4F4FF;
    padding: 2em 0.5em;
    overflow: hidden;
}
.box_pink {
    width: 100%;
    background-color: #FFF4FB;
    padding: 2em 0.5em;
    overflow: hidden;
}


.box_area {padding-bottom: 0.7em}


.acd-check {
    display: none;
}
.acd-label {
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 5px;
    width: 100%;
    color: #97C7F4;
}
.acd-label::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    transition: all 0.3s;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 95%;
    padding: 0;
    margin: 0 auto;
}
.acd-content p {
    margin: 0;
    padding: 0 20px;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
   
}

.acd-check:checked + .acd-label::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
    .acd-label {
        width: 95%;
    }
    .acd-content {
        width: 95%;
    }
    .acd-check:checked + .acd-label + .acd-content {
        padding: 10px 0;
    }
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 6000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 130%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
 top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 82%;
  max-width: 620px; 
  padding: 10px 0px;
  background-color: #fff;
    margin-top: 3em;
}

.closeModal {
  position: absolute;
  top: -1em;
  right: -1em;
  cursor: pointer;
  color: #fff;
    font-weight: bold;
    background: #000;
    border-radius: 50%;
    font-size: 1.3em;
    padding: 0 7px;
}

/* 以下ボタンスタイル */
button {
    display: block;
  padding: 5px 8px;
  background-color: #E4F4FF;
  border: 1px solid #97C7F4;
  border-radius: 2px;
  cursor: pointer;
    width: 100%;    
    margin: 6px auto;
}
.btn_pink {
    background-color: #FFF4FB;
  cursor: pointer;
}



.wrap_modal {
    position: relative;
     margin:10px auto 10px;
    width: 100%;
    text-align: center
}
    
.wrap_inline {
display: block;
}
    
    .modal_sp {
  border: 2px solid #97C7F4;
    color: #97C7F4;
  border-radius: 2px;
    }   
    .modal_sp i {
        top: 25%;
        left: 12%;
        position: absolute;
    }   
    
    
    
    .modal_pc {
  border: 2px solid #F7A6B3;
    color: #F7A6B3;
  border-radius: 2px;
    }   
    .modal_pc i {
        top: 25%;
        left: 11%;
        position: absolute;
    }   
    
    
    

/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/


.tit_faq {
    width: 35%;
    margin: 2em auto;
}

.accordion {
    max-width: 98%;
    padding: 2em 0em 4em;
    text-align: left;
    margin: 0 auto;
}
/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/
.tit_form {
    width: 40%;
    margin: 2em auto;
}


.wrap_form {
    width: 98%;
    margin: 2em auto ;
    padding: 2em 1em;
    background: rgb(255,255,255,0.9);
}

    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
    .fix_menu_smartphone {
        display: block !important;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10000;
        box-shadow: 0px 0px 3px #594a42;
        background: rgb(0, 0, 0, 0.8);
    }

    .fix_menu_smartphone img {
        width: 100%;
    }

    .menu_left {
        float: left;
        width: 50%;
        padding: 1em 0.2em;
    }

    .menu_right {
        float: left;
        width: 50%;
        padding: 1em 0.2em;
    }

    
    
    
    /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 2em 2em ;
  font-size: 1.2em;
}
}