@charset"UTF-8";

/*/////// reset ///////*/

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #FFF0F5;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
border: none;
}

 
/*/////// contents ///////*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*/////// 共通 ///////*/
selector {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* footer -------------------- */

#footer {
	background: #3e3a39;
	color: #fff;
	text-align: center;
}

#footer .ct_wrap {
	padding: 1.7em 0 1.3em;
}

#footer p.logo,#footer p.btm{
	margin-bottom: 1.8em;
	font-size: 80px;
}

#footer ul.footer_list01 {
	padding: 1em 0 1.3em;
	border-top: 1px solid #fff;;
}

#footer ul.footer_list01 li {
	display: inline-block;
	vertical-align: top;
	line-height: 1.7;
}

#footer ul.footer_list01 li a {
	padding: 0 .5em;
}

#footer ul.footer_list01 li a:link,
#footer ul.footer_list01 li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul.footer_list01 li a:hover,
#footer ul.footer_list01 li a:active {
	color: #fff;
	text-decoration: underline;
}

#footer .copyright {
	font-size: 12px;
}

@media all and (max-width: 999px){
	
	#footer ul.footer_list01 {
		font-size: .9em;
	}
	
}

@media all and (max-width: 767px){
	
	#footer p.logo img {
		width: 180px;
		height: auto;
	}
	
	#footer p.logo,#footer p.btm{
	margin-bottom: 1.8em;
	font-size: 12px;
}

		#footer p.btm img {
		width: 80%;
		height: auto;
	}
	
	.sonota_2 li{
	font-size: 1.3em;
	line-height: 1.3;
}
	
	.bus li{
	float: none;
	width: 100%;
	line-height: 0.5;
	}
	
	.bus_hatsu,.bus_iki{width: 100%;
	float: none;
	margin-bottom: 20px;}
	
	.heading03 {font-size: 20px;}
	
}


/*/////// copyright ///////*/

footer small{
	color:#fff;	
}


/*/////// 終了しましたテキスト ///////*/
.end{
	font: bold 1.4em/1.2em 'メイリオ','Hiragino Kaku Gothic',sans-serif;
	padding:1.4em 0 0.5em;
}


/*メイン*/

h1 img{margin: 0 auto;}

#footer .ct_wrap {
	padding: 0.5em 0 1.3em;
}


/*/////// CSS記述///////*/
/* ★追加：ページ全体の横余白をなくす */
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* =========================
   共通：コンテンツ幅
========================= */

#hero .hero_inner,
#intro .inner,
#feature .inner,
#schedule .inner,
#schedule_cta .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================
   ① ヒーロー
========================= */

#hero {
    width: 100%; 
    max-width: 100%;
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
}

#hero .hero_inner {
   max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

#hero h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
	 font-size: 0;
}

#hero img { 
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* PC用・スマホ用画像の切り替え */
#hero .is_pc {
    display: block;
}

#hero .is_sp {
    display: none;
}


/* =========================
   ②〜④ セクション
========================= */

#intro,
#feature,
#schedule {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 0;
}




/* =========================
   ② 導入
========================= */

#intro {
    width: 100%;
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#intro .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
	padding-top: 0px;
	padding-right: 0px;
    box-sizing: border-box;
	
	background-color: #ffffff;

}


/* 文章＋写真を横並び */
#intro .intro_contents {
    display: flex;
    padding: 60px 0;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}


/* 左：文章 */
.intro_title {
		text-align: center;
	}
#intro .intro_text {
    width: 45%;
    flex-shrink: 0;
}


/* 右：写真 */
#intro .intro_image {
    width: 55%;
    margin-right: -32px;
}

#intro .intro_image img {
    display: block;
    width: 100%;
    height: auto;
	margin: 0;
    padding: 0;
}

#intro .intro_title {
    margin: 0 0 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
	color: #f13291;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

#intro .intro_text p {
    font-size: 18px;
    line-height: 2;
}

/* =====================
   ③特徴
===================== */

#feature {
    width: 100%;
    padding-top: 0;
	padding-bottom: 0;
    box-sizing: border-box;
}


/* 背景画像 */
#feature .inner {
    padding: 40px 40px 100px;
    box-sizing: border-box;

    background-color: #ffffff;
    background-image: url("../images/feature_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}


/* 「特徴」のタイトル */
#feature .feature_title {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    text-align: center;
}

#feature .feature_title img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/* 特徴一覧 */
#feature .feature_list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}


#feature .feature_item {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

#feature .feature_item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 15px;
	
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

#feature .feature_item:last-child::after {
    display: none;
}

#feature .feature_item h4 {
    display: flex;
    align-items: center;
    margin: 0 0 18px;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}

#feature .feature_item h4 img {
    display: block;
    width: 65px;
    height: auto;
    margin-right: 25px;
    flex-shrink: 0;
}

#feature .feature_item p {
    margin: 0;
    padding: 0 0 0 90px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}


/* 取得できる資格 */
.license {
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 35px 50px 40px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}

/* タイトル */
.license h5 {
	margin: 0 0 25px;
	text-align: center;
	color: #e00083;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 2em;
	font-weight: 600;
}

/* リスト */
.license ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* リスト項目 */
.license li {
	position: relative;
	padding-left: 24px;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 1.12em;
	line-height: 1.8;
}

/* 箇条書きの四角 */
.license li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 7px;
	height: 7px;
	background: #7dcacc;
	transform: translateY(-50%);
}



/* =====================
   ④年間スケジュール
===================== */

#schedule {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

#schedule .inner {
    background-color: #fff;
    padding: 20px 40px 80px;
    box-sizing: border-box;
}

#schedule h2 {
    margin: 0 0 50px;
    text-align: center;
}

#schedule h2 img {
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* 年間スケジュール画像 */
#schedule .schedule_list {
    text-align: center;
}

#schedule .schedule_list img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* PC */
#schedule .is_pc {
    display: block !important;
}

#schedule .is_sp {
    display: none !important;
}


/* =====================
   ⑤CTA
===================== */

#schedule_cta {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

#schedule_cta .inner {
    padding: 70px 40px;
    box-sizing: border-box;

    background: url("../images/feature_bg.png") center center / 100% 100% no-repeat;
}

/* CTAの内容 */
#schedule_cta .cta_content {
    text-align: center;
}

/* CTAテキスト */
#schedule_cta .cta_text {
    margin: 0 0 25px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.8;
}

/* CTAボタン */
#schedule_cta .cta_button a {
    display: inline-block;
    min-width: 360px;
    padding: 18px 50px;
    box-sizing: border-box;

    background: #e00083;
    color: #fff;

    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    border-radius: 50px;
    transition: 0.3s;
}

/* マウスを乗せたとき */
#schedule_cta .cta_button a:hover {
    background: #fff;
    color: #e00083;
}

.sp_br {
    display: none;
}

/* =====================
   ⑥フッター
===================== */
#footer h6 {
    margin: 0 0 10px;  /* 20px → 10px */
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
}

/* 住所・TEL・MAIL */
#footer .btm {
    margin: 0;
    color: #fff;
}

/* 各項目 */
#footer .btm p {
    margin: 0 0 3px;   /* 8px → 3px */
    line-height: 1.4;  /* 1.7 → 1.4 */
}

/* 住所・TEL・MAILの幅をそろえる */
#footer .btm p span {
    display: inline-block;
    width: 50px;
}

/* メールアドレス */
#footer .btm a {
    color: #fff;
    text-decoration: none;
}

/* マウスを乗せたとき */
#footer .btm a:hover {
    text-decoration: underline;
}


/* スマホ */
@media screen and (max-width: 767px) {

	#schedule {
		padding: 50px 0;
	}

	#schedule .inner {
		padding: 0 20px;
	}

	#schedule h2 {
		margin-bottom: 30px;
	}

	#schedule h2 img {
		width: 350px;
	}

	#schedule .schedule_list img {
		width: 100%;
	}
}






/* =====================
レスポンシブ対応
===================== */
@media screen and (max-width: 767px) {
	#hero,
    #hero .hero_inner,
    #hero h1,
    #intro,
    #intro .inner,
    #intro .intro_contents,
    #intro .intro_image {
        margin: 0;
        padding: 0;
    }
     /* ヒーロー */
    #hero .hero_inner {
        max-width: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
	
	/* ヒーロー画像 */
    #hero img {
        width: 100%;
    }

    /* PC画像を非表示 */
    #hero .is_pc {
        display: none;
    }

    /* SP画像を表示 */
    #hero .is_sp {
        display: block;
    }
	
	
    /* =====================
       ② 導入
    ===================== */

     #intro {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    #intro .inner {
        width: 100%;
        max-width: 100%;
        margin: 0;
        
        box-sizing: border-box;
        background-color: #ffffff;
    }

    #intro .intro_contents {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }


	/* intro.pngを完全に非表示 */
	#intro .intro_image {
        display: none !important;
	}
	
	/* 文章を中央配置 */
	#intro .intro_text {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 50px 20px 20px 20px;
		box-sizing: border-box;
		text-align: center;
	}

/* スマホ：タイトルを中央配置 */
	#intro .intro_text .intro_title {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 2em;
		line-height: 1.6;
	}

	
	/* =====================
       ③特徴
    ===================== */

    #feature .inner {
        width: 100%;
        max-width: none;
        padding: 30px 20px 80px;
        box-sizing: border-box;
    }


    /* 特徴一覧 */
    #feature .feature_list {
        width: 100%;
        max-width: none;
    }


    /* feature_item */
    #feature .feature_item {
        width: 100%;
        padding: 25px 0;
    }


    /* h4 */
    #feature .feature_item h4 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px;
    }


    /* アイコン */
    #feature .feature_item h4 img {
        width: 45px;
        margin-right: 12px;
    }


    /* 説明文 */
    #feature .feature_item p {
        padding-left: 57px;
        font-size: 16px;
        line-height: 1.8;
    }


    /* 点線 */
    #feature .feature_item::after {
        margin-top: 25px;
    }


    /* 最後の項目 */
    #feature .feature_item:last-child {
        padding-bottom: 0;
    }


    /* 取得できる資格 */
    .license {
		margin: 35px 20px 0;
		padding: 25px 25px 30px;
		border-radius: 15px;
	}

	.license h5 {
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.5em;
	}

	.license ul {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	.license li {
		font-size: 0.95em;
	}
	


	/* ④ */
   
    #schedule .inner {
        padding: 0 20px;
    }

 
    #schedule {
        padding-top: 20px;
		padding-bottom: 60px;
    }
	
	
	#schedule .is_pc {
        display: none !important;
    }

	/*年間スケジュールスマホ表示	*/
    #schedule .is_sp {
        display: block !important;
    }
	
	
	/* =====================
       ⑤CTA
    ===================== */
	#schedule_cta {
        text-align: center;
    }

    #schedule_cta .inner {
        padding: 50px 20px;
    }

    #schedule_cta .cta_content {
        text-align: center;
    }

    #schedule_cta .cta_button {
        text-align: center;
    }

    #schedule_cta .cta_button a {
        display: inline-block;
        min-width: 0;
        width: 90%;
        max-width: 360px;
        padding: 15px 20px;
        box-sizing: border-box;
        text-align: center;
    }
	
	 .sp_br {
        display: block;
    }



	
	/* =====================
       フッター
    ===================== */
    #footer h6 {
        margin: 0 0 8px;
        font-size: 1.3em;
        line-height: 1.5;
    }

    /* 住所・TEL・MAIL */
    #footer .btm {
        margin: 0;
    }

    /* 各項目 */
    #footer .btm p {
        margin: 0 0 3px;
        line-height: 1.5;
    }
}

