@media screen and (max-width: 1280px) {
	
	.wrap { width: 96%; }
	.sidebar .wrap { width: 100%; }

	/* popup */
	.hd_pops { left: 2% !important; top: 80px !important; max-width: 96%; height: auto; }
	.hd_pops_con { max-width: 100% !important; width: auto !important; height: auto !important; }
	.hd_pops_con a { display: inline-block; }
	
	/* main */
	.main_con06_imgbox { justify-content: center; }
	.main_con06_imgbox li:first-child { justify-content: center; width: 100%; margin-bottom: 30px; }
	.main_con06_imgbox li:nth-child(2) { margin-right: 10px; }

}

@media screen and (max-width: 1024px) {
	
	/* head */
	.logo { left: 0%; }
	.hd-menu { display: none; }
	
	nav.mobile_menu { position: fixed; top: -100vh; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; height: 100vh; z-index: 9001; background: rgba(0, 0, 0, 0.9); border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; transition: all 650ms cubic-bezier(1,0,0,1); }
	nav.mobile_menu.open { top: 0; padding: 80px 0px; border-radius: initial; }

	.nav-inner { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	.nav-list { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: 100%; height: 100%; }
	.nav-list li { margin-bottom: 30px; width: 100%; text-align: center; }
	.nav-list li:last-child { margin-bottom: 0px; }
	.nav-list li a { position: relative; color: #fff; font-size: 1.3em; font-weight: 400; }

	.nav-link { padding: 1rem; font-size: 2rem; }
	.nav-link:hover, .nav-link:focus { color: #fff; }

	.menu-toggler { position: absolute; top: 35px; right: 2%; width: 30px; height: 19px; display: flex; flex-direction: column; justify-content: space-between; z-index: 9999; transition: all 650ms ease-out; cursor: pointer; }
	.menu-toggler.open { transform: rotate(-45deg); }

	.bar { background-color: #222; width: 100%; height: 2px; border-radius: 0.8rem; }
	.open .bar { background-color: #fff; }

	.bar.half { width: 50%; }
	.bar.top { transform-origin: right; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
	.open .bar.top { transform: rotate(-450deg) translateX(0.45rem); }
	.bar.bottom { align-self: flex-end; transform-origin: left; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
	.open .bar.bottom { transform: rotate(-450deg) translateX(-0.45rem); }

	.nav-inner ul ul { display: none; margin-top: 10px; }
	.nav-inner ul ul li { margin-bottom:0px; }
	.nav-inner ul ul li a { display: inline-block; padding: 0px; color: rgba(255, 255, 255, 0.7); font-size: 1.1em; font-weight: 300; line-height: 1.8; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; }
	.nav-inner ul ul li a:hover { color: rgba(255, 255, 255, 1); }
	.nav-inner ul ul li a:before { display: none; height: 1px; }

	/* main */
	.main_vis { height: 500px; }
	.main_vis .wrap h2 { margin-bottom: 30px; font-size: 48px; }
	.main_vis .wrap p { font-size: 20px; }
	.main_more01 { width: 180px; }

	.main_con { padding: 60px 0; }

	.main_con01_list li .icon { margin-bottom: 15px; }
	.main_con01_list li .icon img { width: 60px; }
	.main_con01_list li h4 { font-size: 14px; word-break: keep-all; }
	
	.main_con02 { padding: 80px 0; }
	.main_con02 h2 { margin-bottom: 30px; font-size: 45px; }
	.main_con02 h2 span { margin-bottom: 10px; font-size: 18px; }
	.main_con02 p { margin-bottom: 30px; font-size: 1em; }

	.main_con03 h2 { font-size: 36px; }

	.main_con04_inr { width: 100%; padding: 35px; }
	.main_con04_inr01 { margin-bottom: 10px; }

	/* sub */
	.sub_vis { height: 350px; }
	.sub_vis h2 { font-size: 36px; }
	.sub_vis p { font-size: 20px; }
	
	.sub_contents { padding: 80px 0; }
	.sub_contents02 { padding: 80px 0 0; }
	.sub_title { margin-bottom: 50px; }
	.sub_title h2 { font-size: 42px; }
	
	.subpage_inr { margin-bottom: 80px; }
	.subpage_inr02 { padding: 80px 0; }

	.why_list01 .iconbox { width: 130px; }
	.why_list01 .textbox { width: calc(100% - 130px); padding-left: 30px; }
	.why_list01 .textbox h4 { font-size: 18px; }
	.why_list01 .textbox p { font-size: 1em; }
	
	.ceo_imgbox { text-align: center; width: 100%; margin-bottom: 30px; }
	.ceo_textbox { width: 100%; padding-left: 0px; }
	.ceo_textbox h4 { text-align: center; }
	.ceo_textbox p { text-align: center; padding: 30px; }

	.program01_textbox { padding-left: 50px; }
	.program01_inr02 .program01_textbox, .program01_inr04 .program01_textbox { padding-left: 0px; padding-right: 50px; }

	.program03_list li { width: 32%; margin-left: 2%;	}
	.program03_list li:nth-child(4n+1) { margin-left: 2%;	}
	.program03_list li:nth-child(3n+1) { margin-left: 0%;	}

	.program04_textbox { padding-left: 50px; }

	.service03_inr01 .imgbox { padding-right: 50px; }

	.breastfeeding_profile { width: 100%; }
	.breastfeeding_profile:first-child { margin-right: 0%; margin-bottom: 20px; }

}

@media screen and (max-width: 768px) {
	
	body { font-size: 14px; }

	/* footer */
	.footer { text-align: center; padding: 40px 0; font-size: 0.95em; }
	.footer_sns { display: flex; flex-wrap: wrap; justify-content: center; position: relative; margin-bottom: 20px; }
	.footer_menu ul { justify-content: center; }
	.footer_info br { display: none; }
	.footer_info span { display: block; padding: 0 0px; }
	.footer_info span:after { display: none; }

	/* main */
	.main_vis { height: 450px; }
	.main_vis .wrap h2 { font-size: 36px; }
	.main_vis .wrap p { margin-bottom: 30px; font-size: 18px; }

	.main_con { padding: 50px 0; }

	.main_con01_list { justify-content: center; }
	.main_con01_list li { flex: none; width: 24%; margin-left: 1.333%; margin-bottom: 10px; }
	.main_con01_list li:nth-child(4n+1) { margin-left: 0%; }

	.main_con02 { padding: 80px 0; }
	.main_con02 p { word-break: keep-all; }
	.main_con02 p br { display: none; }

	.main_con04_inr h3 { font-size: 24px; }
	.main_con04_inr p { font-size: 16px; }

	.main_con05_imgbox li { text-align: center; width: 100%; margin-left: 0%; margin-bottom: 10px; }
	.main_con05_imgbox li:last-child { margin-bottom: 0px; }

	.main_con05_imgbox li iframe { height: 350px; }

	.main_con06_imgbox li img { height: 240px; }
	.main_con06_imgbox li:first-child img { width: 320px; height: auto; }

	/* sub */
	.sub_vis { height: 250px; }
	.sub_vis h2 { margin-bottom: 15px; font-size: 25px; }
	.sub_vis p { font-size: 18px; }

	.sidebar .depth_1 { width: 200px; }
	.sidebar .depth_2 { width: 200px; }
	.sidebar .depth_title { padding: 0 15px; }
	.sidebar .depth .sub_ul li { padding: 8px 15px; }
	
	.sub_contents { padding: 60px 0; }
	.sub_contents02 { padding: 60px 0 0; }

	.subpage_inr { margin-bottom: 60px; }
	.subpage_inr02 { padding: 60px 0; }

	.sub_title h2 { margin-bottom: 20px; font-size: 32px; }

	.aboutus h4 { font-size: 24px; }
	.aboutus_text01 { word-break: keep-all; }
	.aboutus_text01 br { display: none; }
	.aboutus .aboutus_inr02 h4 span img { height: 60px; }

	.why_list01 li { width: 100%; margin-left: 0%; }
	.why_list01 li:last-child { margin-bottom: 0px; }

	.ceo_textbox h4 { font-size: 36px; }
	.ceo_textbox h4 span { font-size: 18px; }

	.program01_imgbox { text-align: center; width: 100%; margin-bottom: 30px; }
	.program01_textbox { width: 100%; padding-left: 0px; }
	.program01_inr02 .program01_textbox, .program01_inr04 .program01_textbox { padding-right: 0px; }
	.program01_list01 { width: 100%; }

	.program04_title { text-align: center; margin-bottom: 30px; font-size: 1.5em; word-break: keep-all; }
	
	.program03_list li .textbox { padding: 20px 10px; }
	.program03_list li .textbox h4 { font-size: 17px; }

	.program04_imgbox { text-align: center; width: 100%; margin-bottom: 30px; }
	.program04_textbox { width: 100%; padding-left: 0px; }
	
	.program04_list02 li { width: 49%; margin-left: 2%; margin-bottom: 20px; }
	.program04_list02 li:nth-child(2n+1) { margin-left: 0%; }
	.program04_list02 li:nth-child(3), .program04_list02 li:nth-child(4) { margin-bottom: 0px; }

	.program04_list02 li .textbox { padding: 20px 10px; }
	.program04_list02 li .textbox h4 { font-size: 17px; }

	.program04_list03 { width: 100%; }
	.program04_list03 li { width: 49%; margin-left: 2%; margin-bottom: 20px; }
	.program04_list03 li:nth-child(3n+1) { margin-left: 2%; }
	.program04_list03 li:nth-child(2n+1) { margin-left: 0%; }

	.service01_main_textbox { padding: 30px; }

	.service03_inr01 .imgbox { text-align: center; width: 100%; margin-bottom: 30px; padding-right: 0px; }
	.service03_inr01 .textbox { width: 100%; }
	.service03_inr01 .textbox .program04_title { text-align: center; }
	
	.service03_list02 li { width: 49%; margin-left: 2%; }
	.service03_list02 li:nth-child(3n+1) { margin-left: 2%; }
	.service03_list02 li:nth-child(2n+1) { margin-left: 0%; }

	.service03_list02 li .textbox h4 { font-size: 18px; }

	.service04_title h4 { font-size: 25px; word-break: keep-all; }
	.service04_title p { font-size: 1.1em; }
	
	.service04_list01 li { width: 49%; margin-left: 2%; margin-bottom: 20px; }
	.service04_list01 li:nth-child(4n+1) { margin-left: 0%; }
	.service04_list01 li:nth-child(2n+1) { margin-left: 0%; }
	.service04_list01 li .textbox { padding: 30px 10px; }
	.service04_list01 li .textbox h4 { font-size: 18px; }

	.breastfeeding_inr06 p { padding: 30px; }

	.recruitment_list01 { padding: 0 15px; }

}

@media screen and (max-width: 640px) {
	
	/* head */
	#header { height: 70px; }
	.head .wrap { height: 70px; }
	.logo { top: 20px; }
	.logo img { height: 30px; }
    .menu-toggler { top: 25px; }

	/* main */
	.main_vis { margin-top: 70px; }

	.main_con01_list li { flex: none; width: 32%; margin-left: 2%; }
	.main_con01_list li:nth-child(4n+1) { margin-left: 2%; }
	.main_con01_list li:nth-child(3n+1) { margin-left: 0%; }

	/* sub */
	.sub_vis { margin-top: 70px; }
	
	.resp_table { overflow-x: auto; }
	.resp_table table { min-width: 640px; }
	
	.service_table01 th, .service_table01 td { height: 50px; }
	
	.service01_inr04 .service_table01, .service01_inr05 .service_table01, .breastfeeding_inr07 .service_table01 { margin-top: 0px; }

}

@media screen and (max-width: 575px) {
	
	/* main */
	.main_vis { height: 360px; }
	.main_vis .wrap h2 { margin-bottom: 10px; font-size: 30px; }
	.main_vis .wrap p { font-size: 16px; }

	.main_more01 { width: 160px; height: 45px; }

	.main_con02 h2 { font-size: 30px; }
    
	.main_con03 h2 {  font-size: 30px; }

	.main_con04_inr01 { background: #fff url('../image/main/main_con04_img01.png') right 20px center no-repeat; background-size: auto 150px; }
	.main_con04_inr02 { background: #856a5d url('../image/main/main_con04_img02.png') right 20px center no-repeat; background-size: auto 150px; }

	.main_con04_inr02 dl dd span { display: block; width: 100%; margin-left: 0px; }

	.main_con06_imgbox li img { height: 150px; }
	.main_con06_imgbox li:first-child img { width: 230px; height: auto; }	

	/* sub */
	.sidebar .home { width: 50px; height: 50px; }
	.sidebar .depth_1, .sidebar .depth_2 { width: calc(50% - 25px); }
	.sidebar .depth_title { height: 50px; }

	.sub_title h2 { font-size: 26px; }

	.sub_contents h3 { font-size: 20px; }

	.program02_list02 { margin: 30px 0; }
	.program02_list02 li dl dt, .program02_list02 li dl dd { height: 50px; word-break: keep-all; }
	.program02_list02 li dl dt { font-size: 1em; }

	.service02_list01.mt50 { margin-top: 30px; }

	.service04_title h4 { font-size: 20px; word-break: keep-all; }

	.breastfeeding_profile { padding: 30px; }
	.breastfeeding_profile .imgbox { text-align: center; width: 100%; margin-bottom: 20px; }
	.breastfeeding_profile .textbox { width: 100%; padding-left: 0px; }
	.breastfeeding_profile .textbox h4 { text-align: center; }

	.breastfeeding_textlist li { width: 100%; padding-right: 0px; }

}

@media screen and (max-width: 480px) {
	
	/* main */
	.main_con04_inr { text-align: center; padding-bottom: 200px; }
	.main_con04_inr01 { background: #fff url('../image/main/main_con04_img01.png') center bottom 20px no-repeat; background-size: auto 150px; }
	.main_con04_inr02 { background: #856a5d url('../image/main/main_con04_img02.png') center bottom 20px no-repeat; background-size: auto 150px; }
	.main_con04_inr02 dl { justify-content: center; }
	.main_con04_inr02 dl dt, .main_con04_inr02 dl dd { justify-content: center; margin-bottom: 10px; }
	.main_con04_inr02 dl dd { width: 100%; padding-left: 0px; }
	.main_con04_inr02 dl dt.mb00, .main_con04_inr02 dl dd.mb00 { margin-bottom: 10px; }
	.main_con04_inr02 dl dd:last-child { margin-bottom: 0px; }

	.main_con05_imgbox li iframe { height: 250px; }

	/* sub */
	.program03_list li { width: 49%; margin-left: 2%;	}
	.program03_list li:nth-child(3n+1) { margin-left: 2%;	}
	.program03_list li:nth-child(2n+1) { margin-left: 0%;	}

	.service01_main_textbox dt { width: 100%; margin-bottom: 10px !important; }
	.service01_main_textbox dd { width: 100%; }

	.service02_list01 dl dt { width: 100%; margin-bottom: 10px !important; }
	.service02_list01 dl dd { width: 100%; }
	
	.recruitment_imgbox { margin-bottom: 50px; }
	p.recruitment_textbox { padding: 30px; }

	.recruitment_inr_in { padding-bottom: 30px; width: 100%; margin-left: 0%; margin-bottom: 20px; }
	.recruitment_inr_in:last-child { margin-bottom: 0px; }

}

@media screen and (max-width: 430px) {
	
	/* footer */
	.footer { font-size: 0.9em; }
	.footer_menu { margin-bottom: 15px; }
	.footer_menu ul li { padding: 0 10px; }

	/* main */
	.main_vis { background: url('../image/main/m_main_vis_bg02.jpg') center top no-repeat; background-size: cover; }
	.main_vis .wrap { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; align-content: center; justify-content: flex-end; text-align: center; padding-bottom: 30px; }
	.main_vis .wrap h2 { font-size: 26px; }

	.main_vis .main_more01 { width: 140px; }
	
	.main_con01_list li .icon { margin-bottom: 10px; }
	.main_con01_list li .icon img { width: 45px; }
	
	.main_con02 { padding: 60px 0; }
	.main_con02 p { display: none; }

	.main_con03 h2 { margin-bottom: 30px; }

	/* sub */
	.sub_vis { height: 200px; }
	.sub_vis .wrap { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; text-align: center; }

}

@media screen and (max-width: 375px) {
	
	/* footer */
	.footer_menu ul li { padding: 0 6px; }

	/* main */

	.main_con04_inr { padding: 35px 10px; padding-bottom: 200px; }

	.main_con06_imgbox li img { height: 120px; }
	.main_con06_imgbox li:first-child img { width: 180px; height: auto; }	

	/* sub */
	.ceo_profile_list { margin-top: 30px; }
	.ceo_profile_list li { width: 100%; margin-bottom: 5px; }

}