@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}


#wrapper {
	background-color: #D1B465;
}
#pan {
	color: #FFF;
}

#pan a {
	color: #FFF;
}
.main_contents {
	padding-bottom: 0px;
}
.content_wrapper .content {
	margin-bottom:0px;	
}
#content01 {
	padding-bottom:90px;
}
#content01 .ttl {
	font-weight: normal;
	color: #FFF;
	font-size: 38px;
	line-height: 140%;
	text-align: center;
	margin-bottom:25px;
}
#content01 .image_box {
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#content01 .image_box figure {
	display:block;
	position:relative;
	line-height:0px;
	margin-bottom:2px;
}
#content01 .image_box figure img {
	position:relative;
	z-index:0;
}
#content01 .image_box figure figcaption {
	position: absolute;
	z-index: 1;
	font-size: 15px;
	line-height: 43px;
	font-weight: bold;
	color: #FFF;
	width:193px;
	background-color: #000;
	text-align: center;
	display: block;
	left: 0px;
	bottom: 19px;
}
#content01 .contact {
	box-sizing:border-box;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 60px;
	margin-top:50px;
	display:flex;
	align-content:center;
	align-items: center;
	justify-content:space-between;
	flex-wrap:wrap;
}
#content01 .contact .text {
	box-sizing:border-box;
}

#content01 .contact .text .name {
	margin-bottom:5px;
}

#content01 .contact .text .address {
	line-height:150%;
	white-space:nowrap;
}
#content01 .contact .text .tel {
	margin-top:10px;
	line-height:0px;
	text-align:center;
}
#content01 .contact .text .tel a {
	pointer-events:none;
}
#content01 .contact .qr {
	line-height:0px;
}


#content02 {
	background-color: #ECE3DD;
	padding-top: 80px;
	padding-bottom: 80px;
}
#content02 .ttl {
	font-weight: normal;
	color: #614B2B;
	font-size: 32px;
	line-height: 140%;
	text-align: center;
	margin-bottom:30px;
}
#content02 .intro {
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
#content02 .intro figure {
	box-sizing:border-box;
	width:524px;
	display:block;
	line-height:0px;
}
#content02 .intro .text {
	box-sizing: border-box;
	width: calc(100% - 524px);
	background-color: #CEAE59;
	color: #FFF;
	font-size: 16px;
	line-height: 200%;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-right: 36px;
	padding-bottom: 10px;
	padding-left: 36px;
}
#content02 .intro .text > * {
	width:100%;
	box-sizing:border-box;
}
#content02 .intro .text h5 {
	font-size:22px;
	line-height:150%;
}
#content02 .intro .text ul {
	margin-top:1em;
}
#content02 .intro .text ul li {
	margin-bottom:1em;
}
#content02 .index {
	margin-top: 20px;
	box-sizing: border-box;
	width: 100%;
	background-image: url(../img/cross_bg.png);
	background-repeat: repeat;
	background-position: 5px 8px;
	position: relative;
}
#content02 .index h5 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #FF4A4A;
	background-image: url(../img/ribbon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 43px;
	padding-top: 34px;
	margin-left:30px;
}
#content02 .index ol {
	box-sizing: border-box;
	width: 100%;
	padding:40px;
	counter-reset: number 0; 
}
#content02 .index ol li {
	margin-bottom:20px;
	padding-left:45px;
	box-sizing:border-box;
	width:100%;
	position:relative;
	line-height:170%;
	counter-increment: number 1; 
}
#content02 .index ol li:before {
	content: "Q"counter(number);
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	width: 36px;
	background-color: #CEAE59;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0.2em;
	border-radius:18px;
}
#content02 .index ol li strong {
	font-size:17px;
}
#content02 .index ol li a {
	color:#333;
	text-decoration:none;
}
#content02 .index ol li a:hover {
	color:#FF4A4A;
	text-decoration: underline;
}
.ttl_02 {
	text-align: center;
	margin-bottom:40px;
}
.ttl_02 strong {
	font-size: 34px;
	font-weight: normal;
	display: inline-block;
	background-image: url(../img/ttl_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-bottom:0.1em;
}

.ttl_02 em {
	font-size: 24px;
	font-weight: normal;
	display: block;
	font-style: normal;
	color: #333;
	text-align: center;
	padding-top: 1em;
}
.ttl_03 {
	box-sizing: border-box;
	background-color: #CEAE59;
	text-align: center;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 14px;
	padding-top: 1em;
	padding-right: 0.4em;
	padding-bottom: 1em;
	padding-left: 0.4em;
}
#content03 {
	background-color: #FFF;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content03 .image_box {
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
#content03 .image_box figure {
	box-sizing: border-box;
	width: 324px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	height: 288px;
	line-height:0px;
	margin-bottom:35px;
}
#content03 .image_box figure img  {
	box-sizing: border-box;
	width:auto;
	height: calc(100% - 54px);
}
#content03 .image_box figure figcaption  {
	box-sizing: border-box;
	width: 100%;
	line-height: 54px;
	background-color: #ECE3DD;
	font-size: 18px;
	font-weight: bold;
	color: #614B2B;
	text-align: center;
}
#content04 {
	background-color: #F3EEEB;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content04 .item {
	background-color: #FFF;
	padding: 27px;
	width: calc(100% - 10px);
	margin-bottom: 37px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	box-shadow: #FFB9B9 10px 10px;
}
#content04 .item:after {
	content:"▼";
	width: 100%;
	line-height: 27px;
	font-size: 18px;
	color: #FFB9B9;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -38px;
	left: 0px;
}
#content04 .item:last-child:after {
	display:none;
}
#content04 .item figure {
	line-height:0;
	width:300px;
	display:block;
}
#content04 .item figure img {
	width:100%;
	height:auto;
}
#content04 .item .text {
	box-sizing: border-box;
	width: calc(100% - 300px - 25px);
	padding-top: 3px;
}
#content04 .item .text h5 {
	font-size: 23px;
	font-weight: normal;
	color: #FF5F5F;
	background-image: url(../img/clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 53px;
	line-height: 43px;
	margin-bottom:10px;
}
#content04 .item .text p {
	padding-left: 53px;
}

#content05 {
	background-color: #FFF;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content05 .lead_text {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:1.8em;
}
#content05 .skill_up {
	position: relative;
}
#content05 .skill_up >.ttl {
	box-sizing:border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 53px;
	color: #FF6666;
	border: 3px solid #FF9999;
	text-align: center;
	width: 600px;
	border-radius:28px;
	margin-bottom:20px;
}

#content05 .skill_up figure {
	line-height: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}
#content05 .content .skill_up ul {
	height: 503px;
	width: 100%;
	position: relative;
	z-index: 1;
}
#content05 .content .skill_up ul li {
	box-sizing: border-box;
	width: 416px;
	position: absolute;
	right: 9px;
	padding-right: 20px;
	padding-left: 20px;
	display:flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	line-height:150%;
}
#content05 .content .skill_up ul li.y1 {
	height:122px;
	bottom:1px;
}
#content05 .content .skill_up ul li.y3 {
	height:206px;
	top:160px;
}
#content05 .content .skill_up ul li.y5 {
	height:147px;
	top:0px;
}
#content05 .image_box {
	width: 100%;
	margin-top: 50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#content05 .image_box figure {
	box-sizing: border-box;
	width: 340px;
	line-height:0px;
	
}
#content05 .image_box figure img  {
	width:100%;
	height:auto;
	border-radius:15px;
}
#content05 .image_box figure figcaption  {
	box-sizing: border-box;
	width: 100%;
	line-height: 140%;
	font-size: 18px;
	font-weight: bold;
	color: #FF6666;
	text-align: center;
	margin-top:0.7em;
}

#content06 {
	background-color: #FFF;
	padding-top: 56px;
	padding-bottom: 60px;
	counter-reset: number 0;
}
#content06 .item {
	box-sizing: border-box;
	background-color: #F3EEEB;
	width:100%;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:14px;
	counter-increment: number 1; 
}
#content06 .item h5 {
	box-sizing: border-box;
	background-color: #FFA8A8;
	width: 212px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 20px;
	line-height:110%;
	color: #FFF;
	text-align:center;
}
#content06 .item h5:before {
	content: "その"counter(number);
	box-sizing: border-box;
	background-color: #FFF;
	width: 114px;
	border-radius:18px;
	font-size: 16px;
	line-height:36px;
	color: #FF6666;
	margin-bottom:12px;
}
#content06 .item .body {
	box-sizing: border-box;
	width: calc(100% - 212px);
	padding:26px;
}
#content06 .item .body > p {
	font-weight:bold;
	margin-bottom:1.3em;
	line-height:130%;
}
#content06 .image_box {
	box-sizing:border-box;
	width:100%;
	/*display:flex;
	justify-content:center;*/
	align-items:stretch;
	flex-wrap:wrap;
}
#content06 .image_box figure {
	box-sizing: border-box;
	line-height:0px;
	margin-left:0px;
	margin-right:0px;
}
#content07 {
	background-color: #F3EEEB;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content07 .item {
	margin-bottom: 17px;
	background-color: #FFF;
}
#content07 .item h6 {
	box-sizing: border-box;
	background-color: #16CDD1;
	text-align: center;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
	padding-top: 1em;
	padding-right: 0.4em;
	padding-bottom: 1em;
	padding-left: 0.4em;
}
#content07 .item .body {
	padding-top: 30px;
	padding-right: 34px;
	padding-bottom: 30px;
	padding-left: 34px;
}
#content07 .item .body dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #13B8BD;
}
#content07 .item .body dl dd {
	margin-bottom: 1em;
	font-weight: bold;
}
#content07 .item .body dl dd:last-child {
	margin-bottom:0;
}
#content07 .item .body dl dd em {
	font-weight: normal;
	font-style: normal;
}
#content08 {
	background-color: #FFF;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content08 .dl_01 {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-size: 18px;
}
#content08 .dl_01 dt {
	box-sizing: border-box;
	width: 278px;
	background-color: #FFA8A8;
	padding: 1em;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 4px;
	font-weight: bold;
	color: #FFF;
}
#content08 .dl_01 dd {
	box-sizing: border-box;
	width: calc(100% - 278px);
	background-color: #F3EEEB;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 4px;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#content08 .item {
	box-sizing: border-box;
	margin-bottom: 4px;
	background-color: #F3EEEB;
	padding-top: 30px;
	padding-right: 34px;
	padding-bottom: 30px;
	padding-left: 34px;
	font-size: 16px;
	line-height:170%;
}
#content08 .item h6 {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #FF7A7A;
	margin-bottom:0.1em;
}
#content08 .item ul {
	margin-bottom:1em;
}
#content08 .item ul:last-child {
	margin-bottom:0;
}
#content08 .item ul li {
	text-indent:-1em;
	padding-left:1em;
}
#content08 .item ul li:before {
	content:"●";
	color: #FF7A7A;
}
#content09 {
	background-color: #F3EEEB;
	padding-top: 63px;
	padding-bottom: 63px;
}

#content09 .item {
	box-sizing: border-box;
	margin-bottom: 14px;
	background-color: #FFF;
	padding: 9px;
}
#content09 .item .q {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: stretch;
	align-content:center;
	background-color: #ffe1e1;
}
#content09 .item .q:before {
	content: "Q";
	box-sizing: border-box;
	width: 50px;
	line-height: 50px;
	display: block;
	background-color: #FFA8A8;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#content09 .item .q strong {
	box-sizing: border-box;
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	align-content: center;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	color: #FE4D4D;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}
#content09 .item .a {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: stretch;
	background-color: #edf2f2;
	flex-wrap:wrap;
}
#content09 .item .a:before {
	content: "A";
	box-sizing: border-box;
	width: 50px;
	line-height: 50px;
	display: block;
	background-color: #13B9BD;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#content09 .item .a .body {
	box-sizing: border-box;
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 16px;
	line-height: 140%;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
}
#content10 {
	background-color: #FFF;
	padding-top: 63px;
	padding-bottom: 90px;
}
#content10 .flow {
	box-sizing:border-box;
	width:100%;
}
#content10 .flow li {
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	margin-bottom:14px;
	position:relative;
}
#content10 .flow li:after {
	box-sizing: border-box;
	width: 100%;
	content: "▼";
	display: block;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #13B9BD;
	left: 0px;
	bottom: -14px;
	position: absolute;
}
#content10 .flow li:last-child:after {
	display: none;
}
#content10 .flow li .num {
	box-sizing: border-box;
	width: 78px;
	height: 78px;
	border-radius: 39px;
	background-color: #13B9BD;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 17px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#content10 .flow li .num strong {
	font-size: 21px;
	line-height: 100%;
	display:block;
	width:100%;
}
#content10 .flow li p.body {
	box-sizing: border-box;
	width: calc(100% - 90px);
	min-height: 50px;
	border-radius: 25px;
	background-color: #F1EFE2;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 19px;
	line-height: 120%;
	font-weight: bold;
	padding-left: 2em;
}
#content10 .banner{
	padding-top:50px;
	display:block;
	text-align:center;
	line-height:0;
}
#content10 .banner a{
	transition:0.4s;
}
#content10 .banner a:hover {
	opacity:0.6;
}
#content11 {
	background-color: #F3EEEB;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content11 .profile {
	background-image: url(../img/message_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 35px;
	padding-left: 65px;
	margin-bottom:20px;
}
#content11 .profile .text {
	box-sizing:border-box;
	width:623px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 34px;
	padding-bottom: 25px;
	padding-left: 34px;
}
#content11 .profile .text h5 {
	line-height: 110%;
	font-size: 22px;
	font-weight: bold;
	color: #13B8BD;
	margin-bottom:10px;
}
#content11 .profile .text ul {
	line-height:150%;
	font-size:15px;
}
#content11 .profile .text ul li {
	text-indent:-1em;
	padding-left:1em;
}
#content11 .profile .text ul li:before {
	content:"●";
	color:#13B8BD;
}
#content11 .profile .director {
	box-sizing: border-box;
	background-image: url(../img/message_p01.png);
	background-repeat: no-repeat;
	height: 349px;
	width: 266px;
	color: #FFF;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	font-size: 24px;
	line-height: 160%;
	font-weight: bold;
	padding-bottom: 18px;
	padding-left: 60px;
}
#content11 .profile .director em {
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
	display: block;
	font-style: normal;
}
#content11 .message {
	box-sizing: border-box;
	padding: 35px;
	font-size: 15px;
	line-height: 240%;
	background-image: url(../img/cross_bg.png);
	background-repeat: repeat;
	background-position: 5px center;
}



.-----PC_MOBILE_COMMON_CSS_END----- {}

/*PC用CSS*/
@media screen and (min-width: 751px) {
   #content06 .item .body {
         display:flex;
   }
   #content06 .image_box figure {
	margin-left:60px;
   }
   #content06 .item .body p {
         width:650px;
   }
}


/* スマートフォン用CSS */
@media screen and (max-width: 750px) {


	
.-----MOBILE_ONLY_CSS_START----- {}


#content01 {
	padding-bottom:40px;
}
#content01 .ttl {
	font-size: 44px;
}
#content01 .image_box figure {
	margin-bottom:5px;
}
#content01 .image_box figure:nth-of-type(2),
#content01 .image_box figure:nth-of-type(3) {
	width:49.5%;
}
#content01 .image_box figure img {
	width:100%;
	height:auto;
}
#content01 .image_box figure figcaption {
	font-size: 22px;
	line-height: 50px;
	width:210px;
	bottom: 10px;
}
#content01 .contact {
	width: 100%;
	padding: 40px;
	display:block;
}
#content01 .contact .text {
	text-align:center;
}

#content01 .contact .text .name {
	margin-bottom:5px;
}
#content01 .contact .text .name img {
	width:80%;
	height:auto;
}

#content01 .contact .text .address {
	line-height:160%;
	white-space: normal;
}
#content01 .contact .text .tel {
	margin-top:15px;
}
#content01 .contact .text .tel a {
	pointer-events:none;
}
#content01 .contact .text .tel img {
	width:80%;
	height:auto;
}
#content01 .contact .qr {
	line-height:0px;
	text-align:center;
	padding-top:40px;
}

#content02 {
	background-color: #ECE3DD;
	padding-top: 80px;
	padding-bottom: 80px;
}
#content02 .ttl {
	font-size: 38px;
}
#content02 .intro figure {
	width:100%;
}
#content02 .intro figure img {
	width:100%;
	height:auto;
}
#content02 .intro .text {
	width: 100%;
	font-size: 24px;
	line-height: 160%;
	display: block;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#content02 .intro .text h5 {
	font-size:30px;
}
#content02 .index {
	margin-top: 20px;
	box-sizing: border-box;
	width: 100%;
	background-image: url(../img/cross_bg.png);
	background-repeat: repeat;
	background-position: 5px 8px;
	position: relative;
}
#content02 .index h5 {
	font-size: 32px;
	line-height: 43px;
	padding-top: 20px;
}
#content02 .index ol {
	box-sizing: border-box;
	width: 100%;
	padding:40px;
}
#content02 .index ol li {
	margin-bottom:30px;
	padding-left:60px;
	box-sizing:border-box;
	width:100%;
	position:relative;
	line-height:140%;
}
#content02 .index ol li:before {
	font-size: 22px;
	line-height: 50px;
	width: 50px;
	left: 0px;
	top: -5px;
	border-radius:25px;
}
#content02 .index ol li strong {
	font-size:28px;
	display:inline-block;
	padding-bottom:7px;
}
.ttl_02 {
	text-align: center;
	margin-bottom:40px;
}
.ttl_02 strong {
	font-size: 40px;
}
.ttl_02 em {
	font-size: 32px;
}
.ttl_03 {
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 20px;
	padding: 0.5em;
	text-align: left;
}

#content03 .image_box figure {
	width: 330px;
	border-radius: 20px;
	height: 294px;
}
#content03 .image_box figure img  {
	box-sizing: border-box;
	width:auto;
	height: calc(100% - 60px);
}
#content03 .image_box figure figcaption  {
	line-height: 60px;
	font-size: 23px;
}

#content04 {
	background-color: #F3EEEB;
	padding-top: 63px;
	padding-bottom: 63px;
}
#content04 .item {
	padding: 35px;
	margin-bottom: 67px;
}
#content04 .item:after {
	line-height: 57px;
	font-size: 38px;
	bottom: -67px;
}
#content04 .item figure {
	width:100%;
	margin-top:25px;
}
#content04 .item .text {
	width:100%;
	padding-top: 0px;
}
#content04 .item .text h5 {
	font-size: 36px;
	margin-bottom:15px;
}
#content04 .item .text p {
	padding-left: 0;
}

#content05 .lead_text {
	font-size: 25px;
}
#content05 .skill_up >.ttl {
	font-size: 34px;
	line-height: 70px;
	width: 100%;
	border-radius:36px;
	margin-bottom:30px;
}

#content05 .skill_up figure {
	position: relative;
	left: auto;
	bottom: auto;
	width: 700px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content05 .skill_up figure img {
	height:auto;
	width:1200px;
	max-width:1200px;
}
#content05 .content .skill_up ul {
	height: auto;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
#content05 .content .skill_up ul li {
	width: 100%;
	position: static;
	padding: 20px;
	display: block;
	line-height: 160%;
	margin-top: 20px;
	background-color: #FEEAEA;
}
#content05 .content .skill_up ul li:before {
	font-weight:bold;
	display:block;
}
#content05 .content .skill_up ul li.y1 {
	height: auto;
}
#content05 .content .skill_up ul li.y1:before {
	content:"1年目";
}
#content05 .content .skill_up ul li.y3 {
	height: auto;
}
#content05 .content .skill_up ul li.y3:before {
	content:"3年目ほど";
}
#content05 .content .skill_up ul li.y5 {
	height: auto;
}
#content05 .content .skill_up ul li.y5:before {
	content:"5年目以上";
}
#content05 .image_box {
	margin-top:50px;
}
#content05 .image_box figure {
	width: 330px;
	margin-bottom:30px;
}
#content05 .image_box figure figcaption  {
	font-size: 26px;
	margin-top:0.4em;
}


#content06 .item {
	display:block;
	margin-bottom:20px;
}
#content06 .item h5 {
	width: 100%;
	display: block;
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content06 .item h5:before {
	width: 180px;
	border-radius: 25px;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#content06 .item h5 br {
	display: none;
}
#content06 .item .body {
	width: 100%;
	padding:20px;
}
#content06 .image_box {
	/*justify-content:space-between;*/
        text-align:center;
        background:red;
}
#content06 .image_box figure {
	margin-left:0;
	margin-right:0;
}
#content06 .image_box figure img {
	width:100%;
	height:auto;
}
#content07 .item {
	margin-bottom: 17px;
	background-color: #FFF;
}
#content07 .item h6 {
	font-size: 29px;
}
#content07 .item .body {
	padding: 30px;
}
#content07 .item .body dl dt {
	font-size: 29px;
}

#content08 .dl_01 {
	margin-bottom: 20px;
	font-size: 26px;
}
#content08 .dl_01 dt {
	width: 250px;
}
#content08 .dl_01 dd {
	width: calc(100% - 250px);
	padding-left: 1em;
}
#content08 .item {
	padding: 30px;
	font-size: 26px;
}
#content08 .item h6 {
	font-size: 28px;
}

#content09 .item {
	margin-bottom: 20px;
	padding: 10px;
}
#content09 .item .q:before {
	width: 70px;
	line-height: 70px;
	font-size: 32px;
}
#content09 .item .q strong {
	width: calc(100% - 70px);
	font-size: 25px;
	padding: 0.7em;
}
#content09 .item .a:before {
	width: 70px;
	line-height: 70px;
	font-size: 32px;
}
#content09 .item .a .body {
	box-sizing:border-box;
	width: calc(100% - 70px);
	font-size: 25px;
	padding: 0.7em;
}

#content10 .flow li {
	margin-bottom:24px;
}
#content10 .flow li:after {
	line-height: 24px;
	font-size: 24px;
	bottom: -24px;
}
#content10 .flow li .num {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	font-size: 28px;
}
#content10 .flow li .num strong {
	font-size: 35px;
	padding-top:5px;
}
#content10 .flow li p.body {
	width: calc(100% - 140px);
	min-height: 80px;
	border-radius: 40px;
	font-size: 32px;
}
#content10 .banner a{
	transition:none;
}

#content11 .profile {
	display:block;
	background-size: contain;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#content11 .profile .text {
	width:100%;
	padding: 30px;
}
#content11 .profile .text h5 {
	font-size: 32px;
}
#content11 .profile .text ul {
	font-size:24px;
}

#content11 .profile .director {
	width: 96%;
	color: #333;
	font-size: 38px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-position: right bottom;
}
#content11 .profile .director em {
	font-size: 26px;
	display:block;
	width:100%;
}
#content11 .message {
	font-size: 26px;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}
