@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */

.sp_block {
	display: inline;
}

/* 非表示 */
#footstep_wrap {
	display: none !important;
}

/* ボタン */
.top_btn {
	display: block;
	text-align: center;
}
.top_btn a {
	display: inline-block;
	padding:14px 40px;
	margin: 0 auto;
	text-decoration: none;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	border:solid 2px #b61076;
	border-radius: 30px;
	min-width:306px;
	background-color:transparent;
	background-image:url(/img/sites/ichiho/top/ico-arrow.png) ;
	background-repeat: no-repeat;
	background-position: left 28px center;
	color:#b61076;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top_btn a:hover {
	background-color:#fff8f8;
}

/* 文字 */
.sec_tit {
	font-size:3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom:50px;
	position:relative;
}
.sec_tit span {
	color:#b61076;
	font-size: 1.8rem;
    display: block;
	margin-bottom:16px;
}
.sec_tit .sp_block {
	font-size: 3.2rem;
	color:inherit;
	display: inline-block;
	margin-right:0.5em;
}
/* レイアウト */
#mymainback_bg {
}
#mymainback {
	width:100%;
	margin:0;
	overflow-x: hidden;
}

/* メイン画像 */
#mainimg {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #fff3f3;
}
#mainimg_box {
	width: 50%;
    height: calc(100% - 100px);
    min-height: 500px;
	margin-top: -100px;
	overflow: hidden;
	position: relative;
}
#mainimg_box img {
	width:100%;
	height:100%;
	display: block;
}
@media screen and (max-width: 1440px) {
	#mainimg_box img {
		width: auto;
    	height: 500px;
		position:absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);		
	}	
}
#mainimg_txt {
	width: 50%;
	background: url(/img/sites/ichiho/top/bg-main.png) no-repeat left 40px center;
}
#mainimg_txt .box_txt {
	width:550px;
	padding: 10% 60px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#mainimg_txt .box_txt > p {
	font-size:2rem;
	margin:0;
}
#mainimg_txt .box_txt .main_tit {
	font-size:3.6rem;
	font-weight: bold;
	color:#b61076;
	letter-spacing: 0.1em;
	margin-bottom:25px;
}
#mainimg_txt .top_btn {
	margin-top:35px;
}
#mainimg_txt .top_btn a {
	background-color: #b61076;
	background-image: url(/img/sites/ichiho/top/ico-arrow-w.png);
	color:#fff;
	font-size:2rem;
	width:100%;
	min-height:70px;
	border-radius: 35px;
}
#mainimg_txt .top_btn a:hover {
	background-color:#a30e6a;
	border-color:#a30e6a;
}


/* 新着情報 */
.section_information {
	width: var(--content-width, 1080px);
    height: auto;
	min-height: 180px;
    margin: 100px auto 0;
	padding: 0 60px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
}
.section_information h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 3.2rem;
	width:180px;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}
.section_information_list_wrap {
	width: 760px;
    margin-left: 40px;
}
.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 14px 0 13px;
	border-bottom: solid 1px #cccccc;
}
.section_information_list ul li:first-child {
	border-top: solid 1px #cccccc;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: calc(11em + 10px);
	font-size: 1.4rem;
	padding-top: 0.4rem;
	color:#b61076;
	font-weight: bold;
}

.section_information_list img.icon_new {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* 新着情報（文字拡大時） */
.font_size_changed .section_information_list ul li,
.font_size_changed .section_information_list ul li > span {
	display: block;
}
.font_size_changed .section_information_list ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* 新着情報（一覧 / RSS） */
.section_information_list div.link_box {
	position: absolute;
    left: 60px;
	top: 5.5em;
}
.section_information_list div.link_box span {

}
.section_information_list div.link_box .top_btn a {
    width: 180px;
	min-width:180px;
	padding:10px 24px 10px 30px;
	background-position: left 20px center;
}
.section_information_list div.link_box span a:hover,
.section_information_list div.link_box span a:focus {

}

/** いちかわの保育士を知る **/
.sec_work {
	width: var(--content-width, 1080px);
    height: auto;
	margin:90px auto 0;
	padding: 70px 60px 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sec_work:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: #fff3f3;
	border-radius:240px 0 0 240px;
	position:absolute;
	left:80px;
	top:0;
}
.sec_work:after {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: #fff3f3;
	position:absolute;
	left:50%;
	top:0;
}
.sec_work > * {
	position: relative;
	z-index: 10;
}
.sec_work .box_sec_tit:before {
	content:"";
	width:168px;
	height:170px;
	background: url(/img/sites/ichiho/top/ico-recruit.png) no-repeat left top;
	display: block;
	position:absolute;
	top: -98px;
    left: -10px;
}
.box_work_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:30px;
	margin: 0;
}
.box_work_wrap .box_work {
	width:306px;
	border-top:solid 1px #b61076;
	border-bottom:solid 1px #b61076;
	text-align: center;
	padding:22px 0 23px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_work_wrap .box_work p {
	margin: 0 20px;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0;
}
.box_work_wrap .box_work .tit {
	margin: 0;
	font-size:2.4rem;
	line-height: 1.5;
	color:#b61076;
	font-weight: bold;
	min-height:3.2em;
	letter-spacing: 0.1em;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.box_work_wrap .box_work img {
	margin: 19px auto 25px;
    display: block;
}

/** 働く魅力 **/
.sec_support {
	width: var(--content-width, 1080px);
    height: auto;
	margin:110px auto 0;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_support_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:30px;
}
.box_support_wrap .box_support {
	width:306px;
	text-align: center;
	border-bottom:solid 1px #b61076;
	min-height: 188px;
	margin-bottom:60px;
}
.box_support_wrap .box_support p {
	margin:0;
	font-size:2.4rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.box_support_wrap .box_support .sub_txt {
	font-size:2rem;
	color:#b61076;
}
.box_support_wrap .box_support p span {
	color:#b61076;
	display: inline-block;
}
.box_support_wrap .box_support p span strong {
	font-size:3.2rem;
}
.box_support_wrap .box_support .bnr_support {
	background-color:#b61076;
	min-height:70px;
	color:#fff;
	font-size:2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px;
	margin-bottom:20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_support_wrap .box_support .bnr_support:before {
	content:"";
	display: block;
	margin-right:10px;
}
.box_support_wrap #top_support_01.box_support .bnr_support:before {
	width:40px;
	height:32px;
	background: url(/img/sites/ichiho/top/ico-support01.png) no-repeat center;
}
.box_support_wrap #top_support_02.box_support .bnr_support:before {
	width:34px;
	height:31px;
	background: url(/img/sites/ichiho/top/ico-support02.png) no-repeat center;
}
.box_support_wrap #top_support_03.box_support .bnr_support:before {
	width:34px;
	height:32px;
	background: url(/img/sites/ichiho/top/ico-support03.png) no-repeat center;
}

/** 保育士のこえ **/
.sec_voice {
	width: var(--content-width, 1080px);
    height: auto;
	margin:90px auto 0;
	padding: 70px 60px 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sec_voice:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: #ffffe1;
	border-radius:0 240px 240px 0;
	position:absolute;
	right:80px;
	top:0;
}
.sec_voice:after {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: #ffffe1;
	position:absolute;
	right:50%;
	top:0;
}
.sec_voice > * {
	position: relative;
	z-index: 10;
}
.sec_voice .box_sec_tit:before {
	content:"";
	width:168px;
	height:170px;
	background: url(/img/sites/ichiho/top/ico-voice.png) no-repeat left top;
	display: block;
	position:absolute;
	top: -98px;
    right: -10px;
}
.sec_voice .box_voice_wrap #main_body {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:30px;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 0 60px;
}
.sec_voice .box_voice_wrap #main_body .detail_free {
	width:306px;
	display: block;
	position:relative;
	margin:0;
	padding: 18px 18px 50px;
	background: #fff;
	border: solid 2px #b61076;
    border-radius: 30px 30px 0 30px;
    line-height: 1.6;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sec_voice .box_voice_wrap #main_body .detail_free:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/img/sites/ichiho/common/ico-arrow-p.png) no-repeat center #f8dbe6;
    border-radius: 50em;
    display: block;
    position: absolute;
    right: 10px;
	bottom:10px;
}
.sec_voice .box_voice_wrap #main_body .detail_free a:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
	position:absolute;
	left:0;
	top:0;
}
.sec_voice .box_voice_wrap #main_body .detail_free:hover {
	background-color: #fff8f8;
}
.sec_voice .box_voice_wrap #main_body .detail_free p {
	margin:0;
	letter-spacing: 0;
}
.sec_voice .box_voice_wrap #main_body .detail_free img {
	margin:-20px -20px 0;
	width:calc(100% + 40px);
}
.sec_voice .box_voice_wrap #main_body .detail_free strong {
	display: block;
    background: #b61076;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 5px 4px;
    border-radius: 15px;
    margin-top: -2em;
    position: relative;
	margin-bottom: 1em;
}

/** 潜在保育士実習事業 **/
.sec_training {
	width: var(--content-width, 1080px);
    height: auto;
	margin:120px auto 0;
	padding:0 60px;
}
.box_training_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.box_training_wrap .box_img img {
	border-radius: 30px;
}
.box_training_wrap .box_txt {
	padding-right:38px;
}
.box_training_wrap .box_txt .sec_tit {
	text-align:left;
	margin-top:0;
	margin-bottom: 45px;
}
.box_training_wrap .box_txt p {
	margin: 0;
    letter-spacing: 0;
}
.box_training_wrap .box_txt .top_btn {
	margin-top:50px;
}
.box_training_wrap .box_txt .top_btn a {
	margin: 0;
}

/** 保育士募集 **/
.sec_recruit {
	margin-top:100px;
	background: linear-gradient(180deg, #fff3f3 0%, #fff3f3 70%, #fff 30%, #fff 100%);
}
.box_recruit_wrap {
	width: var(--content-width, 1080px);
    height: auto;
	margin:0 auto;
	padding:0 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_recruit_wrap .sec_tit {
	padding: 100px 0 50px;
    margin: 0 -10px;
    background-image: url(/img/sites/ichiho/common/bg-h1-l.png), url(/img/sites/ichiho/common/bg-h1-r.png);
    background-repeat: no-repeat;
    background-position: left bottom 18px, right bottom 18px;
}
.box_recruit_wrap .box_bnr_recruit {
	list-style: none;
	margin:0;
	padding:0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:30px;
}
.box_bnr_recruit li {
	width:306px;
}
.box_bnr_recruit li a {
	width:100%;
	padding: 10px 30px;
	min-height:80px;
    background: #b61076 url(/img/sites/ichiho/top/ico-arrow-w.png) no-repeat left 20px center;
	text-align: center;
    color: #fff;
    font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
    border-radius: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.box_bnr_recruit li a:hover {
	background-color:#a30e6a;
}
.box_recruit_wrap .box_leaflet {
	width:980px;
	margin:60px auto 0;
	padding:40px;
	background: #fff;
	border:solid 4px #fff3f3;
	border-radius: 30px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_recruit_wrap .box_leaflet .box_img img {
	display: block;
}
.box_recruit_wrap .box_leaflet .box_txt {
	width: calc(100% - 200px);
	margin-left:40px;
}
.box_recruit_wrap .box_leaflet .box_txt .tit {
	margin:0;
	color:#b61076;
	font-size:2.4rem;
	font-weight: bold;
	border-left:solid 8px #b61076;
	padding-left:20px;
	line-height: 1.25em;
}
.box_recruit_wrap .box_leaflet .box_txt .top_btn {
	margin-top:60px;
}
.box_recruit_wrap .box_leaflet .box_txt .top_btn a {
	margin:0;
}

/** 事業について **/
.sec_business {
	
}
.sec_business {
	width: var(--content-width, 1080px);
    height: auto;
	margin:100px auto 0;
	padding: 100px 60px 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sec_business:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: #ffffe1;
	border-radius:240px 0 0 0;
	position:absolute;
	left:60px;
	top:0;
}
.sec_business:after {
	content:"";
	width:100%;
	height:100%;
	display: block;
	background: #ffffe1;
	position:absolute;
	left:50%;
	top:0;
}
.sec_business > * {
	position: relative;
	z-index: 10;
}
.box_business_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 0;
}
.box_business_wrap h2 {
	font-size:3.2rem;
	margin: 5px 0 0;
}
.box_business_wrap .box_sec_tit {
	width: calc(100% - 700px);
}
.box_business_wrap .box_sec_tit:before {
	content:"";
	width:168px;
	height:170px;
	background: url(/img/sites/ichiho/top/ico-business.png) no-repeat left top;
	display: block;
	position:absolute;
	top: -98px;
    left: -10px;
}
.box_business_wrap h2 span {
	position:relative;
}
.box_business_wrap .box_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 0 30px;
	width:700px;
}
.box_business_wrap .box_list .free_box {
	width:335px;
	border-bottom:solid 1px #cccccc;
	min-height:78px;
	padding:10px 20px 10px 38px;
	background: url(/img/sites/ichiho/top/ico-arrow.png) no-repeat left 20px center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box_business_wrap .box_list .free_box:first-child,.box_business_wrap .box_list .free_box:nth-child(2) {
	border-top:solid 1px #cccccc;
}
.box_business_wrap .box_list .free_box p {
	margin:0;
	font-size:1.6rem;
}

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change #mainimg_txt,
.color_change .sec_work:before,
.color_change .sec_work:after,
.color_change .sec_work .box_sec_tit:before,
.color_change .sec_voice:before,
.color_change .sec_voice:after,
.color_change .sec_voice .box_sec_tit:before,
.color_change .sec_recruit,
.color_change .sec_business:before,
.color_change .sec_business:after,
.color_change .box_business_wrap .box_sec_tit:before{
	background: none!important;
}
.color_change .top_btn a {
	background-image: url(/img/sites/ichiho/top/ico-arrow-w.png);
}
/* 黒 */
.color_black .sec_voice .box_voice_wrap #main_body .detail_free:after {
	background: url(/img/sites/ichiho/top/ico-arrow-w.png) no-repeat center #333;
}
/* 青 */
.color_blue .sec_voice .box_voice_wrap #main_body .detail_free:after {
	background: url(/img/sites/ichiho/top/ico-arrow-w.png) no-repeat center #0000aa;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1100px) {

	/* ========== トップページ ========== */
	.sp_block {
		display: block;
	}
	
	/* header */
	#he_left #logo h1 {
		line-height: 0;
	}
	
	/* 文字　*/
	.sec_tit {
		font-size:2.4rem;
		margin-bottom: 30px;
	}
	.sec_tit span {
		margin-bottom: 10px;
	}
	.sec_tit .sp_block {
		font-size: 2.4rem;
        margin: 0;
        display: block;
	}
	/* ボタン */
	.top_btn a {
		min-width:255px;
	}
	/* メイン画像 */
	#mainimg {
		display: block;
	}
	#mainimg_box {
		width: 100%;
		height: auto;
		min-height: auto;
		margin: 0;
	}
	#mainimg_box img {
		position:static;
		width: 100%;
    	height: 100%;
		min-height: auto;
		-webkit-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
		transform: translate(0%,0%);
	}
	#mainimg_txt {
		width: auto;
		background-size: 80% auto;
	}
	#mainimg_txt .box_txt {
		width: auto;
		padding: 60px 30px;
	}
	#mainimg_txt .box_txt .main_tit {
		font-size:2.8rem;
	}
	#mainimg_txt .box_txt > p {
		font-size:1.8rem;
	}
	#mainimg_txt .top_btn a {
		min-height: 60px;
	}

	/* 新着情報 */
	.section_information {
		padding: 0 15px;
		margin-top: 40px;
		display: block;
		width: auto;
	}
	.section_information h2 {
		margin: 0 0 30px;
		font-size: 2.4rem;
		width:auto;
		text-align: center;
	}
	.section_information_list_wrap {
		width:auto;
		margin:0;
	}

	.section_information p.no_data {
		padding: 20px;
	}

	.section_information_list ul {
	}
	.section_information_list ul li {
		padding: 15px;
	}
	.section_information_list ul li > span {
		display: block;
		font-size:1.8rem;
	}
	.section_information_list ul li > span.article_date {
		width: auto;
		padding-top: 0px;
	}
	.section_information_list ul li a {
	}

	.section_information_list ul li:has(img.icon_new) {
		position: relative;
	}
	.section_information_list ul li:has(img.icon_new) > span.article_date {
		padding-left: 45px;
	}
	.section_information_list ul li:has(img.icon_new) img.icon_new {
		margin: 0px;
		position: absolute;
		top: 17px;
		left: 0px;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		position: static;
        margin-top: 30px;
	}
	.section_information_list div.link_box span {
		width: auto;
		max-width: none;
		min-width: calc(50% - 5px);
	}
	.section_information_list div.link_box span a {
	}
	.section_information_list div.link_box .top_btn a {
		width:255px;
	}
	
	/* 保育士を知る */
	.sec_work {
		width:100%;
		margin-top:40px;
		padding: 60px 15px;
	}
	.sec_work:before {
		border-radius: 100px 0 0 100px;
		left: 100px;
	}
	.sec_work:after {
		display: none;
	}
	.sec_work .box_sec_tit:before {
		width:100px;
		height:102px;
		background-size:100% auto;
		left:-6px;
		top:-60px;
	}
	.box_work_wrap {
		display: block;
		width:345px;
		margin:0 auto;
		border-bottom: solid 1px #b61076;
	}
	.box_work_wrap .box_work {
		width:100%;
		max-width:345px;
		border-top: none;;
	}
	.box_work_wrap .box_work:first-child {
		border-top: solid 1px #b61076;
	}
	.box_work_wrap .box_work p {
		width: 270px;
		margin: 0 auto;
	}
	.box_work_wrap .box_work .tit {
		width:100%;
		margin:0 15px;
	}
	
	/** 働く魅力　**/
	.sec_support {
		margin-top:60px;
		width:auto;
		padding:0 15px;
	}
	.box_support_wrap {
		display: block;
		width: 345px;
        margin: 0 auto 30px;
	}
	.box_support_wrap .box_support {
		width: 100%;
        max-width: 345px;
		min-height: auto;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	
	/** 保育士のこえ **/
	.sec_voice {
		width:100%;
		margin-top:60px;
		padding: 60px 15px;
	}
	.sec_voice:before {
		border-radius: 0 100px 100px 0;
		right: 100px;
	}
	.sec_voice:after {
		display: none;
	}
	.sec_voice .box_sec_tit:before {
		width:100px;
		height:102px;
		background-size:100% auto;
		right:-6px;
		top:-80px;
	}
	.sec_voice .box_voice_wrap #main_body {
    	margin: 0 auto 30px;
		gap:20px;
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.sec_voice #main_body div[class*="detail"] img {
		max-width: none;
	}
	.sec_voice .top_btn a {
		background-color:#fff;
	}
	.sec_voice .box_voice_wrap #main_body .detail_free strong {
		margin-top:-1em;
	}
	
	/** 潜在保育士実習事業 **/
	.sec_training {
		width:auto;
		max-width: 580px;
		margin-top:60px;
		padding: 0px 15px;
	}
	.box_training_wrap {
		display: block;
	}
	.box_training_wrap .box_img,
	.box_training_wrap .box_txt {
		width:auto;
		padding:0;
	}
	.box_training_wrap .box_txt {
		margin-top:20px;
		padding: 0 15px;
	}
	.box_training_wrap .box_img img {
		max-width:100%;
		height:auto;
	}
	.box_training_wrap .box_txt .sec_tit {
		text-align: center;
		margin-bottom: 30px;
	}
	.box_training_wrap .box_txt .top_btn {
		text-align: center;
	}
	.box_training_wrap .box_txt .top_btn a {
		margin:0 auto;
		line-height: 1.4;
	}
	
	/** 保育士募集 **/
	.sec_recruit {
		margin-top:60px;
	}
	.box_recruit_wrap {
		width:auto;
		padding: 0px 15px;
	}
	.box_recruit_wrap .sec_tit {
		padding: 60px 0 30px;
		margin: 0 -5px;
		background-size:100px auto;
	}
	.box_recruit_wrap .box_bnr_recruit {
		display: block;
		max-width: 580px;
		margin: 0 auto;
	}
	.box_bnr_recruit li {
		width:100%;
		margin-bottom: 20px;
	}
	.box_bnr_recruit li a {
		min-height:60px;
	}
	.box_recruit_wrap .box_leaflet {
		width:100%;
		max-width: 580px;
		display: block;
		text-align: center;
		padding:30px 15px;
	}
	.box_recruit_wrap .box_leaflet .box_img img {
		display: inline-block;
	}
	.box_recruit_wrap .box_leaflet .box_txt {
		width:100%;
		margin: 30px 0 0;
	}
	.box_recruit_wrap .box_leaflet .box_txt .tit {
		text-align: left;
		font-size: 2rem;
		display: inline-block;
	}
	.box_recruit_wrap .box_leaflet .box_txt .top_btn {
		margin-top:20px;
	}
	.box_recruit_wrap .box_leaflet .box_txt .top_btn a {
		margin: 0 auto;
	}
	
	/** 事業について **/
	.sec_business {
		width: 100%;
        margin-top: 60px;
        padding: 60px 15px;
	}
	.sec_business:before {
        border-radius: 100px 0 0 0;
        left: 100px;
    }
	.sec_business .box_sec_tit:before {
        width: 100px;
        height: 102px;
        background-size: 100% auto;
        left: -6px;
        top: -60px;
    }
	.box_business_wrap {
		display: block;
	}
	.box_business_wrap .box_sec_tit {
		width:100%;
		text-align: center;
		margin-bottom:20px;
	}
	.box_business_wrap .sec_tit {
		text-align: center;
		margin-bottom:20px;
		display: block;
	}
	.box_business_wrap h2 {
		font-size:2.4rem;
	}
	.box_business_wrap .box_list {
		display: block;
		width: auto;
	}
	.box_business_wrap .box_list .free_box {
		width: 100%;
    	max-width: 345px;
		margin: 0 auto;
	}
	.box_business_wrap .box_list .free_box:nth-child(2) {
		border-top:none;
	}
	

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {

	}
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */