@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	overflow: hidden;
	text-align: left;
}
#main {
	margin-bottom: 120px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.hInner .rBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	padding: 30px 70px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
}
.hInner {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
}
.hInner .rBox {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	padding-left: 20px;
}
.hInner .naviUl {
	padding: 15px 60px 0 0;
	display: flex;
}
.hInner .naviUl li {
	margin-left: 60px;
}
.hInner .naviUl li:first-child {
	margin-left: 0;
}
.hInner .naviUl li a {
	font-weight: bold;
	color: white;
}
.hInner .naviUl li a:hover {
	opacity: 0.7;
}
.hInner .link {
	width: 240px;
}
.hInner .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	font-weight: bold;
	color: white;
	background-color: #F08200;
	border-radius: 50px;
}
.hInner .link a:hover {
	opacity: 0.7;
}
.hInner .link span {
	padding: 10px 0 15px 46px;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center;
	background-size: 38px auto;
}




@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 15px;
	}
	#gHeader h1 {
		width: 65px;
	}
	.hInner .rBox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		background-color: white;
		display: none;
	}
	.hInner .naviUl {
		display: block;
		padding: 60px 0 30px;
	}
	.hInner .naviUl li {
		margin: 0;
	}
	.hInner .naviUl a {
		display: block;
		padding: 15px;
		color: #333333 !important;
		border-bottom: 1px solid #333333;
	}
	.hInner .link {
		padding-bottom: 40px;
		margin: 0 auto;
	}
	.menu {
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
		width: 60px;
		cursor: pointer;
		border-radius: 0 0 0 22px;
		z-index: 100;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #6EB92B;
	}
	.menu span {
		background: #FFF;
		border: none;
		height: 2px;
		width: 32px;
		position: absolute;
		top: 19px;
		left: 14px;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	.menu span:nth-of-type(3) {
		top: 39px;
	}
	.menu.on .top {
		transform: translateY(10px) translateX(0) rotate(-45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-10px) translateX(0) rotate(45deg);
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 82px;
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	right: 40px;
	bottom: 41px;
	z-index: 10;
}
#gFooter .pageTop a:hover img {
	opacity: 0.7;
}
#gFooter .fContact {
	margin-bottom: 70px;
	padding: 72px 0 60px;
	min-height: 550px;
	text-align: center;
	background: url(../img/common/bg03.jpg) no-repeat top center /cover;
	box-sizing: border-box;
}
#gFooter .fContact .h2Ttl {
	margin-bottom: 48px;
	color: #FFF;
	font-size: 1.8rem;
}
#gFooter .fContact .h2Ttl span {
	margin-bottom: -5px;
	display: block;
	font-size: 7.2rem;
}
#gFooter .fBanner {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
} 
#gFooter .fBanner li {
	padding: 35px 20px 40px;
	border-radius: 20px;
	width: calc(50% - 20px);
	font-size: 1.6rem;
	background-color: #FFF;
	box-sizing: border-box;
}
#gFooter .fBanner li .h3Ttl {
	margin-bottom: 9px;
}
#gFooter .fBanner .tel a {
	margin-bottom: -5px;
	color: #8CC220;
	font-weight: bold;
	font-size: 4.8rem;
	display: inline-block;
}
#gFooter .fBanner .tel a img {
	margin: 19px 7px 0 0;
	width: 37px;
}
#gFooter .fBanner .rBox .h3Ttl {
	margin-bottom: 31px;
}
#gFooter .fBanner .link {
	margin: 0 auto;
	width: 360px;
}
#gFooter .fBanner .link a {
	padding: 19px 20px 17px;
	color: #FFF;
	font-weight: bold;
	display: block;
	font-size: 1.8rem;
	border-radius: 45px;
	background-color: #F08200;
}
#gFooter .fBanner .link a:hover {
	opacity: 0.7;
}
#gFooter .fBanner .link a img {
	margin: -2px 4px 0 0;
	width: 38px;
}
#gFooter .fLogo {
	margin-bottom: 14px;
	text-align: center;
}
#gFooter h2 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	text-align: center;
}
#gFooter>p {
	margin-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
}
#gFooter .fNavi {
	margin: 0 auto 46px;
	justify-content: center;
	display: flex;
}
#gFooter .fNavi li {
	margin: 0 30px;
}
#gFooter .fNavi li a {
	display: block;
	font-weight: bold;
}
#gFooter .copyright {
	text-align: center;
	font-style: normal;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 23px;
	}
	#gFooter .fContact {
		margin-bottom: 30px;
		padding: 25px 15px 28px;
		min-height: 395px;
		background-image: url(../img/common/sp_bg03.jpg);
	}
	#gFooter .fContact .h2Ttl {
		margin-bottom: 14px;
		font-size: 1.5rem;
	}
	#gFooter .fContact .h2Ttl span {
		font-size: 4.2rem;
		font-weight: 500;
	}
	#gFooter .fBanner {
		min-width: inherit;
		display: block;
	}
	#gFooter .fBanner li {
		margin-bottom: 10px;
		padding: 11px 10px 17px;
		width: auto;
		border-radius: 10px;
		font-size: 1.4rem;
	}
	#gFooter .fBanner li .h3Ttl {
		margin-bottom: 1px;
	}
	#gFooter .fBanner .tel a {
		margin-bottom: -6px;
		font-size: 3rem;
	}
	#gFooter .fBanner .tel a img {
		margin: 11px 4px 0 0;
		width: 25px;
	}
	#gFooter .fBanner .rBox .h3Ttl {
		margin-bottom: 8px;
	}
	#gFooter .fBanner .link a {
		padding: 18px 20px 15px;
		font-size: 1.5rem;
	}
	#gFooter .fBanner .link {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
	}
	#gFooter .fBanner .link a img {
		margin: -3px 4px 0 3px;
		width: 32px;
	}
	#gFooter .fLogo {
		margin-bottom: 5px;
	}
	#gFooter .fLogo img {
		width: 81px;
	}
	#gFooter h2 {
		margin-bottom: 11px;
		font-size: 1.5rem;
	}
	#gFooter > p {
		margin-bottom: 22px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#gFooter .fNavi {
		margin-bottom: 16px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fNavi li {
		margin: 0 -1px -1px 0;
		width: 50%;
	}
	#gFooter .fNavi li a {
		padding: 13px 10px 15px;
		text-align: center;
		font-size: 1.4rem;
		border-bottom: 1px solid #CBCBCB;
		border-top: 1px solid #CBCBCB;
		border-right: 1px solid #CBCBCB;
	}
	#gFooter .copyright {
		font-size: 1.4rem;
	}
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin: 0 0 150px auto;
	width: calc(50% + 780px);
	height: 550px;
	display: flex;
	align-items: center;
	position: relative;
	background: url(../img/news/main_img.jpg) no-repeat center;
	background-size: cover;
	border-radius : 0px 0px 0px 50px;
}
.mainImg:after {
	width: 360px;  
	height: 380px;
	background: url(../img/common/bg01.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	bottom: -120px;
	left: -240px;  
	content: ""; 
}
.mainImg h2 {
	max-width: 1420px;
	margin: 0 auto;
	padding: 72px 20px 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: bold;
	color: white;
	letter-spacing: 0.1em;
}
.mainImg h2 span.roboto {
	display: block;
	font-size: 8rem;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}
.mainImg .headLine01 {
	padding-top: 102px;
	font-size: 4.8rem;
}
.mainImg .headLine01 .txtSpan {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.mainImg {
		width: auto;
		margin: 0 0 41px 55px;
		height: 275px;
		padding-bottom: 43px;
		box-sizing: border-box;
		align-items: flex-end;
	}
	.mainImg h2 span.roboto{
		font-size: 5rem;
	}
	.mainImg::after {
		width: 120px;
		height: 189px;
		bottom: -25px;
		left: -99px;
		background-image: url(../img/common/sp_bg01.png);
	}
	.mainImg .headLine01 {
		padding-top: 0;
		font-size: 3rem;
		line-height: 1.4;
	}
	.mainImg .headLine01 .txtSpan {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.mainImg .headLine01 .txtSpan.type1 {
		font-size: 1.1rem;
	}
}

.headLine02 {
	margin-bottom: 60px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 4rem;
	position: relative;
	z-index: 1;
	background: url(../img/common/img01.png) no-repeat center bottom;
	background-size: 90px auto;
}
.headLine02.white {
	color: white;
	text-align: left;
	background-image: url(../img/common/img02.png);
	background-position: left bottom;
}
.headLine02 .color {
	color: #8CC220;
}

@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 25px;
		font-size: 2.6rem;
	}
}

.headLine03 {
	font-size: 3.2rem;
	padding-bottom: 20px;
	margin-bottom: 38px;
	border-bottom: 4px dotted #8CC220;
}

@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 2.4rem;
		border-width: 3px;
	}
}

.headLine04 {
	margin-bottom: 28px;
	padding: 5px 0 7px 20px;
	color: #333333;
	font-size: 2.5rem;
	border-left: 10px solid #EE5B6A;
}

@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2.2rem;
	}
}


.headLine05 {
	margin-bottom: 49px;
	font-size: 1.8rem;
	color: #8CC220;
	position: relative;
	z-index: 2;
}
.headLine05 .txtSpan {
	display: block;
	line-height: 1.3;
	font-size: 7.2rem;
	font-weight: bold;
	color: #333333;
}

@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.headLine05 .txtSpan {
		font-size: 4.2rem;
		margin-bottom: -2px;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 300px;
}
.comLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-weight: bold;
	color: white;
	min-height: 70px;
	box-sizing: border-box;
	background-color: #8CC220;
	border-radius: 50px;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a span {
	padding: 0 0 4px 42px;
	display: inline-block;
	background: url(../img/common/icon03.png) no-repeat left center;
	background-size: 22px auto;
}
.comLink02 a span {
	padding: 0 42px 4px 0;
	background: url(../img/common/icon11.png) no-repeat right center;
	background-size: 22px auto;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 280px;
	}
	.comLink a {
		min-height: 60px;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.newsPage {
	position: relative;
}
.newsPage .bg {
	position: absolute;
	top: 1540px;
	right: -110px;
}
.newsUl {
	margin-bottom: 39px;
	display: flex;
	flex-wrap: wrap;
}
.newsUl li {
	width: 224px;
	margin: 0 20px 20px 0;
}
.newsUl li:nth-child(5n) {
	margin-right: 0;
}
.newsUl li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px 13px;
	border-radius: 50px;
	font-weight: bold;
	color: white;
	min-height: 60px;
	box-sizing: border-box;
	background-color: #444939;
}
.newsUl li a:hover {
	opacity: 0.7;
}
.newsUl .li01 a {
	background-color: #00A3D4;
}
.newsUl .li02 a {
	background-color: #8CC220;
}
.newsUl .li03 a {
	background-color: #F08200;
}
.newsUl .li04 a {
	background-color: #EF5B6A;
}
.newsList {
	border-top: 2px dotted #333333;
}
.newsList a {
	padding: 19px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dotted #333333;
}
.newsList a:hover {
	opacity: 0.7;
}
.newsList .photoBox {
	width: 120px;
	margin-right: 25px;
}
.newsList .photoBox img {
	border-radius: 10px;
}
.newsList .textBox {
	margin-top: -7px;
	flex: 1;
}
.newsList .textBox .ttl {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.newsList .textBox .ttl .date {
	flex-shrink: 0;
	width: 105px;
	margin: 4px 5px 0 0;
	font-size: 1.8rem;
	color: #666666;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.newsList .textBox .ttl .list {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.newsList .textBox .ttl .list li {
	margin: 5px 5px 5px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 2px 5px;
	color: white;
	font-size: 1.4rem;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #8CC220;
}
.newsList .textBox .ttl .list .liStyle01 {
	background-color: #F08200;
}
.newsList .textBox .ttl .list .liStyle02 {
	background-color: #00A3D4;
}
.newsList .textBox .ttl .list .liStyle03 {
	background-color: #EF5B6A;
}
.detailBox {
	margin-top: -3px;
}
.detailBox .date {
	margin-bottom: 3px;
	font-size: 1.8rem;
	color: #666666;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}
.detailBox .date .subSpan {
	margin-left: 13px;
}
.detailBox .date .txtSpan {
	margin: 0 5px 5px 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 1px 5px 3px;
	color: white;
	font-weight: normal;
	font-size: 1.4rem;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #8CC220;
	font-family: 'Noto Sans JP', sans-serif;
}
.detailBox h3 {
	margin-bottom: 29px;
	font-size: 2.8rem;
}
.detailBox p {
	margin-bottom: 43px;
	line-height: 1.75;
}
.detailBox .detailPhoto {
	text-align: center;
	margin: 23px 0;
}
.detailBox p + .movie {
	margin-top: 93px;
}
.detailBox .movie {
	margin: 0 auto 100px;
	width: 800px;
	height: 450px;
}
.detailBox .movie iframe {
	width: 100%;
	height: 100%;
}
.newsInfo {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsInfo li {
	margin-bottom: 61px;
	width: 580px;
}
.newsInfo li a {
	display: block;
}
.newsInfo li a:hover {
	opacity: 0.7;
}
.newsInfo li img {
	width: 100%;
}
.newsInfo li p {
	margin: 13px 0 0;
}
.newsSub {
	position: relative;
}
.newsSub .bg01 {
	position: absolute;
	top: 863px;
	right: -110px;
	z-index: 1;
}
.newsSub .bg02 {
	position: absolute;
	bottom: 660px;
	left: -70px;
	z-index: 1;
}


@media all and (max-width: 896px) {
	.newsPage .bg {
		display: none;
	}
	.newsUl li {
		margin-right: 5px;
		width: calc((100% - 5px) / 2);
	}
	.newsUl li:nth-child(2n) {
		margin-right: 0;
	}
	.newsUl li a {
		min-height: 50px;
	}
	.newsUl {
		margin-bottom: 20px;
	}
	.detailBox h3 {
		font-size: 2.2rem;
	}
	.detailBox .movie {
		width: auto;
		height: calc((100vw - 30px)*0.5625);
	}
	.detailBox .movie img {
		width: 100%;
	}
	.newsInfo {
		display: block;
	}
	.newsInfo li {
		width: auto;
		margin-bottom: 40px;
	}
	.newsSub .bg02,
	.newsSub .bg01 {
		display: none;
	}
}

/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.businessPage .mainImg {
	background-image: url(../img/business/main_img.jpg);
}
.businessPage .business {
	margin-left: auto;
	width:calc(50% + 602px);
}
.businessPage .businessBox {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.businessPage .businessBox a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.businessPage .businessBox:last-child {
	margin-bottom: 0;
}
.businessPage .businessBox .textBox {
	margin: 124px 97px 0 0;
	flex: 1;
	/* width: calc(50% - 318px); */
	position: relative;
}
.businessPage .businessBox .h2Ttl {
	margin-bottom: 35px;
	color: #8CC220;
	font-size: 4.4rem;
	position: relative;
}
.businessPage .businessBox .h2Ttl::before {
	width: 90px;
	height: 10px;
	position: absolute;
	left: 0;
	top: -44px;
	background: url(../img/business/icon01.png) no-repeat left top /cover;
	content: '';
}
.businessPage .businessBox .h2Ttl span {
	margin-bottom: 4px;
	display: block;
	font-size: 2rem;
}
.businessPage .businessBox .h3Ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.91;
}
.businessPage .businessBox p {
	font-size: 1.6rem;
	line-height: 2.125;
	text-align: justify;
}
.businessPage .businessBox .photoBox  {
	order: 2;
	width: calc(50% + 219px);
	overflow: hidden;
}
.businessPage .businessBox .photoBox > img {
	width: 100%;
	border-radius: 400px 0 0 400px;
}
.businessPage .businessBox .textBox .img {
	width: 210px;
	height: 240px;
	position: absolute;
	right: -227px;
	bottom: -40px;
	z-index: 2;
}
.businessPage .businessBox .textBox .img01 {
	width: 300px;
	height: 300px;
	right: 673px;
	bottom: 200px;
}
.businessPage .businessBox .textBox .img02 {
	width: 160px;
	height: 160px;
	right: -177px;
	bottom: 530px;
}
.businessPage .businessBox .textBox .img03 {
	width: 120px;
	height: 120px;
	right: -247px;
	bottom: 40px;
}
.businessPage .businessBox .textBox .img04 {
	width: 180px;
	height: 180px;
	right: 562px;
	bottom: 420px;
}

@media all and (min-width: 897px) {
	.businessPage .businessBox .h2Ttl {
		margin-right: -50px;
	}
	.businessPage .businessBox .h3Ttl {
		margin-right: -70px;
	}
}

@media all and (max-width: 896px) {
	.businessPage .business {
		margin: 0 20px;
		width: auto;
	}
	.businessPage .businessBox {
		display: block;
	}
	.businessPage .businessBox .textBox {
		margin: 60px 0 24px;
		width: auto;
	}
	.businessPage .businessBox .photoBox {
		width: auto;
	}
	.businessPage .businessBox .photoBox > img {
		border-radius: 10px;
	}
	.businessPage .businessBox .h2Ttl {
		margin-bottom: 18px;
		font-size: 2.8rem;
	}
	.businessPage .businessBox .h2Ttl span {
		font-size: 1.6rem;
	}
	.businessPage .businessBox .h2Ttl::before {
		top: -22px;
	}
	.businessPage .businessBox .h3Ttl {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.businessPage .businessBox p {
		font-size: 1.4rem;
	}
	.businessPage .businessBox .textBox .img {
		display: none;
	}
	.businessPage .businessBox .textBox .img01 {
		width: 114px;
		height: 114px;
		right: 335px;
		bottom: 97px;
	}
	.businessPage .businessBox .textBox .img02 {
		width: 92px;
		height: 92px;
		right: 244px;
		bottom: -88px;
	}
	.businessPage .businessBox .textBox .img03 {
		width: 64px;
		height: 64px;
		right: 249px;
		bottom: -244px;
	}
	.businessPage .businessBox .textBox .img04 {
		width: 90px;
		height: 90px;
		right: 312px;
		bottom: 402px;
	}
}



/*------------------------------------------------------------
	outsourcing
------------------------------------------------------------*/
.outsourcingPage .mainImg {
	background-image: url(../img/outsourcing/main_img.jpg);
}
.welfareBox {
	margin: -12px 0 89px;
}
.welfareBox h3 {
	margin-bottom: 22px;
	text-align: center;
	font-size: 4rem;
}
.welfareBox p {
	text-align: center;
	line-height: 2;
}
.welfareBox .ttl {
	margin-bottom: 31px;
}
.welfareBox .ttl span {
	display: inline-block;
	color: white;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	background-color: #8CC220;
	border-radius: 10px;
	padding: 7px 38px 11px;
	line-height: 1.5;
	font-weight: bold;
}
.worryBox {
	margin-bottom: 50px;
	padding: 49px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 10px solid #EEF6D7;
	border-radius: 30px;
}
.worryBox .lBox {
	width: 340px;
	margin-right: 58px;
}
.worryBox .lBox .logo {
	margin-bottom: 28px;
	text-align: center;
}
.worryBox .lBox p {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #8CC220;
	line-height: 1.75;
}
.worryBox .rBox {
	flex: 1;
}
.worryBox .rBox ul {
	border-top: 2px dotted #333333;
}
.worryBox .rBox li {
	padding: 16px 0 16px 37px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	background: url(../img/common/icon04.png) no-repeat left 5px top 24px;
	background-size: 21px auto;
	border-bottom: 2px dotted #333333;
}
.outsourcingPage .textImg {
	margin-bottom: 100px;
	text-align: center;
}
.workBox {
	padding: 110px 0 120px;
	position: relative;
	background-color: #F5FAE8;
}
.workBox .bg {
	position: absolute;
	top: -799px;
	right: -80px;
}
.comTtl {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #1A1A1A;
}
.comTtl span {
	margin: 0 10px;
	display: inline-block;
	color: white;
	padding: 7px 30px 11px;
	background-color: #8CC220;
	border-radius: 10px;
}
.workUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.workUl li {
	width: 570px;
	box-sizing: border-box;
	border: 2px solid #8CC220;
	border-radius: 30px;
	padding: 28px 28px 29px;
	background-color: white;
}
.workUl li .photo {
	margin-bottom: 12px;
}
.workUl li .photo img {
	width: 100%;
	border-radius: 20px;
}
.workUl li h4 {
	margin-bottom: 17px;
	font-size: 2.8rem;
	color: #8CC220;
	text-align: center;
}
.workUl li p {
	line-height: 2;
	text-align: justify;
}
.achievements {
	padding: 110px 0 0;
	position: relative;
}
.achievements .bg01 {
	position: absolute;
	top: -100px;
	left: -70px;
}
.achievements .headLine02 {
	margin-bottom: 51px;
}
.achievements .txt {
	margin-bottom: 81px;
	line-height: 2;
	text-align: center;
}
.outsourcingPage .jsBox {
	position: relative;
	margin-bottom: 122px;
}
.outsourcingPage .jsBox .prev {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	left: 320px;
	cursor: pointer;
}
.outsourcingPage .jsBox .next {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	right: 320px;
	cursor: pointer;
}
.outsourcingPage .jsBox .slick-list {
	margin: 0 -90px;
}
.outsourcingPage .jsBox .text {
	position: absolute;
	right: calc(50% + 480px);
	top: -190px;
}
.outsourcingPage .jsBox .slick-slide > div {
	width: 360px;
	margin: 0 30px;
}
.outsourcingPage .jsBox .fooUl li .photo {
	margin-bottom: 8px;
}
.outsourcingPage .jsBox .fooUl li .photo img {
	border-radius: 20px;
	width: 100%;
}
.outsourcingPage .jsBox .fooUl li p {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.merit {
	margin-bottom: 120px;
	position: relative;
	padding: 108px 160px 91px 40px;
	box-sizing: border-box;
	/* min-height: 1060px; */
	width: calc(50% + 360px);
	background-color: #8CC220;
	border-radius : 0px 50px 50px 0px;
}
.merit .ttl {
	position: absolute;
	top: -20px;
	left: 0;
	color : rgb(255, 255, 255,0.15);
	font-size: 26rem;
	font-weight: 500;
	line-height: 1;
}
.merit .subBox {
	width: 800px;
	margin-left: auto;
}
.meritDl {
	padding-top: 3px;
}
.meritDl dt {
	margin-bottom: 7px;
	font-size: 2.8rem;
	color: white;
	font-weight: bold;
	display: inline-flex;
}
.meritDl dt small {
	vertical-align: 3px;
	font-size: 2rem;
}
.meritDl dt .roboto {
	flex-shrink: 0;
	width: 40px;
	margin-right: 10px;
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 5px;
}
.meritDl dd {
	margin: 0 0 26px 45px;
	color: white;
	line-height: 2;
}
.meritDl dd .textList li {
	text-indent: -1em;
	padding-left: 1em;
}
.merit .btmPhoto {
	position: absolute;
	bottom: -0;
	right: -130px;
}
.merit .bg {
	position: absolute;
	top: 210px;
	right: -390px;
}
.demerit {
	padding-left: 100px;
	padding-right: 50px;
	border-radius : 50px 0px 0px 50px;
	margin-left: auto;
	background-color: #F08200;
}
.demerit .ttl {
	left: auto !important;
	right: 0;
}
.demerit .subBox {
	margin: 0 auto 0 0;
}
.demerit .btmPhoto {
	right: auto !important;
	left: -240px;
}
.demerit .bg {
	right: auto !important;
	left: -540px;
	top: 100px;
}
.employment {
	padding: 110px 0 122px;
	position: relative;
	background-color: #F5FAE8;
}
.employment .bg {
	position: absolute;
	top: -180px;
	right: -80px;
}
.employment .subBox {
	margin-left: auto;
	width: calc(50% + 600px);
	position: relative;
}
.employment .subBox .prev {
	position: absolute;
	top: 170px;
	left: -40px;
	cursor: pointer;
	z-index: 1;
}
.employment .subBox .next {
	position: absolute;
	top: 170px;
	right: 320px;
	cursor: pointer;
	z-index: 1;
}
.employment .fooList {
	padding-top: 1px;
}
.employment .fooList .slick-list {
	margin-right: -330px;
}
.employment .fooList .slick-slide > div {
	width: 570px;
	margin: 0 60px 0 0;
}
.employment .fooList li .photo {
	margin-bottom: 11px;
}
.employment .fooList li .photo img {
	width: 100%;
	border-radius: 20px;
}
.employment .fooList li p {
	line-height: 2;
	text-align: justify;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.employment .fooList li .ttl {
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	font-feature-settings: normal;
	-moz-font-feature-settings: "normal";
}
.employment .fooList li .ttl .roboto {
	margin-right: 20px;
	font-size: 1.8rem;
	color: #8CC220;
	margin-top: 5px;
}
.employment .fooList li .ttl .roboto .num {
	font-size: 2.8rem;
	vertical-align: -3px;
}
.office {
	padding: 110px 0 0;
	position: relative;
}
.office .bg {
	position: absolute;
	left: -70px;
	top: 730px;
}
.office .comTtl {
	margin-bottom: 60px;
}
.office h4 {
	margin-bottom: 38px;
	padding-bottom: 20px;
	font-size: 3.2rem;
	border-bottom: 4px dotted #8CC220;
}
.officeUl {
	margin-bottom: 59px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.officeUl li {
	width: 47.5%;
}
.officeUl li img {
	border-radius: 20px;
	width: 100%;
}
.officeDl {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 2px dotted #333333;
}
.officeDl dt {
	width: 240px;
	padding: 35px 10px;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 2px dotted #333333;
}
.officeDl dd {
	width: calc(100% - 240px);
	line-height: 1.75;
	padding: 33px 20px 37px;
	box-sizing: border-box;
	border-bottom: 2px dotted #333333;
}
.officeDl dd .link:hover {
	opacity: 0.7;
}
.office .map {
	height: 500px;
}
.office .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.indexPage .headLine02 {
	padding: 30px 0 0 0;
	margin-bottom: 20px;
	text-align: left;
	font-size: 2.8rem;
	background-position: left top;
}
.companySec .mapBox {
	margin-bottom: 80px;
}
.companySec .mapBox:last-child {
	margin-bottom: 0;
}
.companySec .mapBox p {
	margin-bottom: 34px;
	line-height: 2;
}
.companySec .mapBox .map {
	height: 500px;
	border-radius: 20px;
}
.companySec .mapBox .map iframe {
	width: 100%;
	border-radius: 20px;
	height: 100%;
}
.indexPage {
	padding-bottom: 30px;
}

@media all and (min-width: 897px) {
	.outsourcingPage .jsBox .next:hover,
	.outsourcingPage .jsBox .prev:hover {
		opacity: 0.7;
	}
	.employment .next:hover,
	.employment .prev:hover {
		opacity: 0.7;
	}
}


@media all and (max-width: 896px) {
	.welfareBox h3 {
		margin-bottom: 15px;
		font-size: 2.6rem;
		line-height: 1.615;
	}
	.welfareBox .ttl span {
		font-size: 2rem;
		line-height: 1.6;
		display: block;
		padding: 4px 18px 7px;
	}
	.welfareBox .ttl {
		margin-bottom: 14px;
		text-align: center;
	}
	.welfareBox p {
		text-align: left;
		line-height: 1.75;
		text-align: justify;
	}
	.welfareBox {
		margin: 0 0 38px;
	}
	.worryBox {
		margin-bottom: 15px;
		border-width: 8px;
		border-radius: 25px;
		padding: 17px 10px;
		display: block;
	}
	.worryBox .lBox {
		width: auto;
		margin: 0 0 18px;
	}
	.worryBox .lBox .logo img {
		width: 81px;
	}
	.worryBox .lBox p {
		text-align: center;
		font-size: 2rem;
		line-height: 1.75;
	}
	.worryBox .lBox .logo {
		margin-bottom: 16px;
	}
	.worryBox .rBox li {
		padding: 7px 0 10px 22px;
		text-align: justify;
		font-size: 1.6rem;
		line-height: 1.75;
		background-size: 15px auto;
		background-position: left 2px top 14px;
	}
	.outsourcingPage .textImg {
		margin-bottom: 40px;
	}
	.outsourcingPage .textImg img {
		width: 100%;
	}
	.workBox {
		padding: 31px 0;
	}
	.comTtl {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.comTtl span {
		font-size: 2rem;
		margin: 0 5px 10px;
		border-radius: 5px;
		padding: 2px 12px 3px;
	}
	.comTtl .subSpan {
		padding-right: 0;
		padding-left: 5px;
	}
	.workUl {
		display: block;
	}
	.workUl li {
		width: auto;
		margin-bottom: 10px;
		padding: 13px 18px 21px;
		border-radius: 15px;
	}
	.workUl li .photo img {
		border-radius: 15px;
	}
	.workUl li h4 {
		margin-bottom: 4px;
		font-size: 2rem;
	}
	.workUl li .photo {
		margin-bottom: 10px;
	}
	.workUl li p {
		line-height: 1.75;
	}
	.workBox .bg {
		top: -100px;
		width: 125px;
		right: -84px;
		top: -75px;
	}
	.achievements {
		padding: 31px 15px 24px;
	}
	.achievements .bg01 {
		width: 120px;
		top: -61px;
		left: -90px;
	}
	.achievements .headLine02 {
		margin-bottom: 20px;
	}
	.achievements .txt {
		margin-bottom: 130px;
		text-align: left;
		line-height: 1.75;
		text-align: justify;
	}
	.outsourcingPage .mainImg {
		background-position: left -220px center;
	}
	.outsourcingPage .jsBox .slick-list {
		margin: 0;
		padding: 0 50px;
	}
	.outsourcingPage .jsBox .slick-slide > div {
		width: 250px;
		margin: 0 12px;
	}
	.outsourcingPage .jsBox {
		margin: 0 -15px 43px;
	}
	.outsourcingPage .jsBox .fooUl li .photo img {
		border-radius: 15px;
	}
	.outsourcingPage .jsBox .next {
		right: 23px;
		width: 50px;
	}
	.outsourcingPage .jsBox .prev {
		left: 23px;
		width: 50px;
	}
	.outsourcingPage .jsBox .fooUl li p {
		font-size: 1.6rem;
	}
	.outsourcingPage .jsBox .fooUl li .photo {
		margin-bottom: 6px;
	}
	.outsourcingPage .jsBox .text {
		right: auto;
		left: 18px;
		width: 130px;
		z-index: 1;
		top: -114px;
	}
	.merit {
		width: auto;
		padding: 32px 15px 163px;
		margin: 0 0 100px -15px;
		border-radius : 0px 25px 25px 0px;
	}
	.merit .ttl {
		font-size: 10rem;
		top: 0;
	}
	.merit .subBox {
		width: auto;
	}
	.meritDl dt {
		margin-bottom: 10px;
		display: flex;
		font-size: 2rem;
		line-height: 1.5;
	}
	.meritDl dt .roboto {
		font-size: 1.8rem;
		width: 25px;
		margin: 3px 5px 0 0;
	}
	.achievements .merit .headLine02 {
		margin-bottom: 15px;
	}
	.meritDl dt small {
		font-size: 1.6rem;
		vertical-align: 1px;
	}
	.meritDl dd {
		margin: 0 0 15px 27px;
		line-height: 1.75;
	}
	.meritDl dd .textList li {
		text-align: justify;
	}
	.merit .btmPhoto {
		width: 102px;
		bottom: -82px;
		right: 48px;
	}
	.demerit {
		margin: 0 -15px 100px -0;
		border-radius: 25px 0 0 25px;
	}
	.demerit .btmPhoto {
		left: 75px;
		width: 91px;
	}
	.employment {
		padding: 32px 0 34px;
	}
	.employment .subBox{
		width: auto;
		margin: -2px -15px 0 45px;
	}
	.employment .fooList .slick-slide > div {
		width: 285px;
		margin-right: 30px;
	}
	.employment .fooList li .photo {
		margin-bottom: 8px;
	}
	.employment .fooList li .photo img {
		border-radius: 10px;
	}
	.employment .fooList li .ttl {
		margin-bottom: 3px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.employment .fooList li .ttl .roboto {
		margin-right: 10px;
		margin-top: 1px;
		font-size: 1.5rem;
	}
	.employment .fooList li .ttl .roboto .num {
		font-size: 2rem;
		vertical-align: -2px;
	}
	.employment .fooList li p {
		line-height: 1.75;
	}
	.employment .subBox .next {
		right: 20px;
		width: 50px;
		top: 76px;
	}
	.employment .subBox .prev {
		left: -40px;
		width: 50px;
		top: 76px;
	}
	.employment .bg {
		display: none;
	}
	.office {
		padding: 32px 0 0;
	}
	.office .comTtl {
		margin-bottom: 18px;
	}
	.office .comTtl span {
		padding-left: 2px;
		padding-right: 2px;
		display: block;
		margin: 0;
	}
	.office h4 {
		margin-bottom: 18px;
		padding-bottom: 7px;
		font-size: 2.2rem;
	}
	.officeUl li {
		width: 49.4%;
	}
	.officeUl li img {
		border-radius: 10px;
	}
	.officeUl {
		margin-bottom: 19px;
	}
	.officeDl {
		margin-bottom: 20px;
		display: block;
	}
	.officeDl dt {
		width: auto !important;
		padding: 15px 0 0;
		border: none;
	}
	.officeDl dd {
		width: auto !important;
		padding: 8px 0 15px;
	}
	.office .bg {
		display: none;
	}
	.office .map {
		height: 67vw;
	}
	.office .map img {
		height: 100%;
	}
}
@media all and (min-width: 700px) and (max-width: 896px) {
	.outsourcingPage .mainImg {
		background-position: center center;
	}
}



/*------------------------------------------------------------
	anshome
------------------------------------------------------------*/
.anshomePage .mainImg {
	background-image: url(../img/anshome/main_img.jpg);
}
.anshomeBox {
	padding-bottom: 121px;
	position: relative;
}
.anshomeBox .content {
	position: relative;
}
.anshomeBox .bg01 {
	position: absolute;
	top: 240px;
	right: -80px;
}
.anshomeBox .bg02 {
	position: absolute;
	bottom: -61px;
	left: 40px;
	z-index: 2;
}
.anshomeBox:after {
	width: 100%;  
	height: calc(100% - 278px);
	background-color: #F5FAE8;
	position: absolute;  
	bottom: 0;
	left: 0;  
	content: ""; 
	z-index: -1;
}
.anshomeBox h3 {
	text-align: center;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
}
.anshomeBox h3 span {
	display: inline-block;
	font-size: 2.8rem;
	color: white;
	letter-spacing: 0.1em;
	border-radius: 10px;
	padding: 7px 30px 11px;
	background-color: #8CC220;
}
.anshomeBox .anshomePhoto img {
	border-radius: 30px;
	width: 100%;
}
.anshomeBox .anshomeTxt {
	margin: -100px auto 0;
	background-color: white;
	max-width: 1000px;
	position: relative;
	z-index: 1;
	padding: 41px 50px 50px;
	border-radius: 30px;
	box-sizing: border-box;
}
.anshomeBox .anshomeTxt p {
	line-height: 2;
	text-align: justify;
}
.fee {
	padding: 110px 0 120px;
}
.fee .txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: -5px 0 98px;
}
.feeBox {
	margin-bottom: 111px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.feeBox .rBox {
	width: calc(50% + 280px);
}
.feeBox .feePhoto {
	margin-bottom: 50px;
}
.feeBox .feePhoto img {
	width: 100%;
	border-radius: 100px 0 0 100px;
}
.feeBox .lBox {
	margin-top: 140px;
	flex: 1;
	padding: 20px;
	min-height: 360px;
	box-sizing: border-box;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8CC220;
}
.feeBox .lBox .sub {
	padding-bottom: 37px;
}
.feeBox .lBox .ttl {
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.feeBox .lBox .ttl span {
	margin-bottom: 10px;
	font-size: 3.2rem;
	display: block;
}
.feeUl {
	display: flex;
	flex-wrap: wrap;
}
.feeUl li {
	margin: 0 2px 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	background-color: white;
	border-radius: 50px;
	font-weight: bold;
	color: #8CC220;
	line-height: 1.2;
	box-sizing: border-box;
	padding: 2px 21px;
}
.feeBox h4 {
	margin-bottom: 37px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.75;
}
.feeBox .subBox {
	width: 880px;
}
.fee .officeDl {
	margin-bottom: 30px;
}
.fee .officeDl dt {
	width: 180px;
}
.fee .officeDl dd {
	width: calc(100% - 180px);
}
.feeBox .subBox p {
	line-height: 2;
}
.feeBox .bg01 {
	position: absolute;
	bottom: 10px;
	right: -110px;
}
.feeBox .bg02 {
	position: absolute;
	bottom: 80px;
	left: -70px;
}
.feeBox .bg03 {
	position: absolute;
	top: 590px;
	right: 170px;
}
.feeBox .bg04 {
	position: absolute;
	top: 582px;
	left: -42px;
}
.feeBox:last-child {
	margin-bottom: 0;
}
.faq {
	padding: 110px 0 0;
	position: relative;
}
.faq .bg {
	position: absolute;
	top: 80px;
	left: -40px;
}
.faq .txt {
	margin: -10px 0 57px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
.faqDl dt {
	cursor: pointer;
	margin-top: 38px;
	padding: 18px 100px 18px 0;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	border-top: 2px dotted #333333;
	border-bottom: 2px dotted #333333;
}
.faqDl dt:first-child {
	margin-top: 0;
}
.faqDl dt .answer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	text-align: center;
}
.faqDl dt .answer img {
	margin: 0 auto;
}
.faqDl dt .open {
	position: relative;
}
.faqDl dt .answerTxt {
	font-weight: bold;
	color: white;
	display: inline-block;
	min-width: 140px;
	border-radius: 50px;
	text-align: center;
	font-size: 1.6rem;
	padding: 1px 3px 5px;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	box-sizing: border-box;
	background-color:#F08200;
}
.faqDl dt .answerTxt:after {
	width: 10px;  
	height: 10px;
	background: url(../img/common/icon07.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
.faqDl dt .close {
	display: none;
}
.faqDl .sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.faqDl .sub .lSpan {
	width: 45px;
	margin-right: 5px;
	font-size: 4.2rem;
	line-height: 1;
	font-weight: bold;
	color: #8CC220;
	font-family: 'Roboto', sans-serif;
}
.faqDl .sub .rSpan {
	flex: 1;
}
.faqDl dd {
	display: none;
	margin-bottom: 40px;
	padding: 18px 0;
}
.faqDl dd .sub .lSpan {
	color: #F08200;
}
.faqDl dt.on .close {
	display: block;
}
.faqDl dt.on .open {
	display: none;
}

@media all and (min-width: 897px) {
	.fee .officeDl dt {
		padding: 24px 10px 28px;
	}
	.fee .officeDl dd {
		padding: 22px 20px 28px;
	}
}

@media all and (max-width: 896px) {
	.anshomeBox h3 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.anshomeBox h3 span {
		font-size: 2rem;
	}
	.anshomeBox .anshomePhoto img {
		border-radius: 15px;
	}
	.anshomeBox .anshomeTxt {
		margin-top: -30px;
		border-radius: 15px;
		padding: 20px;
	}
	.anshomeBox .bg01 {
		display: none;
	}
	.anshomeBox .bg02 {
		width: 80px;
	}
	.fee {
		padding: 40px 0;
	}
	.fee .txt {
		margin-bottom: 60px;
	}
	.feeBox {
		margin-bottom: 70px;
		display: block;
	}
	.feeBox .lBox {
		margin: 0;
		padding: 40px 15px;
		min-height: inherit;
	}
	.feeBox .lBox .sub {
		padding: 0;
	}
	.feeBox .lBox .ttl {
		font-size: 3.5rem;
	}
	.feeBox .lBox .ttl span {
		font-size: 2.5rem;
	}
	.feeUl {
		justify-content: center;
	}
	.feeUl li {
		padding: 2px 15px;
		margin: 0 5px 5px;
		font-size: 1.3rem;
	}
	.feeBox .rBox {
		width: auto;
	}
	.feeBox .feePhoto img {
		border-radius: 0;
	}
	.feeBox .feePhoto {
		margin-bottom: 30px;
	}
	.feeBox .subBox {
		width: auto;
		margin: 0 15px;
	}
	.feeBox h4 {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.6;
	}
	.feeBox .bg02,
	.feeBox .bg04,
	.feeBox .bg03,
	.feeBox .bg01 {
		display: none;
	}
	.faq {
		padding-top: 60px;
	}
	.faq .txt {
		font-size: 1.6rem;
	}
	.faq .bg {
		top: 20px;
		width: 80px;
		left: 0;
	}
	.faqDl dt {
		font-size: 1.6rem;
	}
	.faqDl .sub .lSpan {
		font-size: 3.5rem;
		width: 35px;
	}
	.faqDl dt .answerTxt {
		font-size: 1.1rem;
		min-width: 90px;
		padding-bottom: 2px;
	}
	.faqDl dt .answer img {
		width: 30px;
	}
	.faqDl dt .answer {
		right: 15px;
	}
	.faqDl dt {
		padding: 14px 75px 14px 0;
	}
}


/*------------------------------------------------------------
	answork
------------------------------------------------------------*/
.answorkPage .mainImg {
	background-image: url(../img/answork/main_img.jpg);
}
.answorkPage .anshomeBox .anshomeTxt {
	text-align: center;
}
.answorkPage .anshomeBox .anshomeTxt .ttl {
	text-align: center;
	margin: -6px 0 12px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #8CC220;
}
.answorkPage .anshomeBox .anshomeTxt .textList {
	text-align: left;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	padding-right: 40px;
}
.answorkPage .anshomeBox .anshomeTxt .textList li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 6px;
}
.continuation {
	padding: 108px 0 50px;
}
.continuationBox {
	margin-bottom: 90px;
	position: relative;
	padding: 42px 40px 50px 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 10px solid #EEF6D7;
	border-radius: 30px;
	background-color: white;
}
.continuationBox .bg {
	position: absolute;
	bottom: 32px;
	left: -90px;
}
.continuationBox h4 {
	width: 265px;
	margin-right: 20px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #8CC220;
	letter-spacing: 0.1em;
}
.continuationBox .rBox {
	flex: 1;
}
.continuationBox .rBox p {
	line-height: 2;
	margin-bottom: 22px;
}
.continuationBox .rBox .ttl {
	font-size: 1.8rem;
	color: #F08200;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.continuationBox .rBox ul {
	margin-right: -5px;
}
.continuationBox .rBox li {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.continuationBox .rBox .ttl.doc {
	margin-top: 22px;
    margin-bottom: 10px;
}
.continuationBox .rBox ul.doc {
}
.continuationBox .rBox ul.doc li {
    text-indent: 0;
    margin-bottom: 10px;
}
.continuationBox .rBox ul.doc li a::before {
    content: url("../img/answork/pdf.png");
    display: inline-block;
    width: 32px;
    margin-right: 0.5em;
    vertical-align: middle;
    height: 32px;
}
.continuationBox .rBox ul.doc li a:hover {
    color: #F90;
}
.workList {
	margin-bottom: 81px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.workList li {
	margin: 0 10px 10px 0;
	font-weight: bold;
}
.workList li span {
	display: inline-block;
	background-color: #EEF6D7;
	border-radius: 50px;
	font-size: 2rem;
	padding: 8px 18px 11px;
	text-align: center;
	letter-spacing: 0.2em;
}
.dayFlow {
	margin-bottom: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dayFlow .photoBox {
	width: 680px;
	order: 2;
}
.dayFlow .textBox {
	flex: 1;
	padding: 14px 20px 0 10px;
}
.dayFlow .textBox p {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.75;
	color: #F08200;
}
.dayDl {
	margin-bottom: 44px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.dayDl dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #8CC220;
	width: 150px;
	margin-right: 16px;
}
.dayDl dd {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: calc(100% - 166px);
	box-sizing: border-box;
	padding: 10px 0 10px 44px;
	position: relative;
}
.dayDl .ddStyle {
	color: #F08200;
}
.dayDl dd:after {
	width: 2px;  
	background-color: #8CC220;
	position: absolute;  
	top: 0;
	left: 0;  
	bottom: 0;
	content: ""; 
}
.dayDl dd:first-of-type::after {
	top: 25px;
}
.dayDl dd:last-of-type::after {
	bottom: 25px;
}
.dayDl dd::before {
	width: 14px;
	height: 14px;  
	background-color: #8CC220;
	position: absolute;  
	top: 20px;
	left: -6px;  
	content: ""; 
	border-radius: 100%;
}
.featuresUl {
	display: flex;
	flex-wrap: wrap;
}
.featuresUl li {
	margin: 0 60px 60px 0;
	width: 360px;
}
.featuresUl li:nth-child(3n) {
	margin-right: 0;
}
.featuresUl li p {
	line-height: 1.75;
	text-align: justify;
}
.featuresUl li .num {
	font-size: 5.2rem;
	font-weight: bold;
	line-height: 1;
	color: #8CC220;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: -22px;
}
.featuresUl li .photo {
	margin-bottom: 12px;
}
.featuresUl li .photo img {
	border-radius: 20px;
}
.featuresUl li .ttl {
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.answorkPage .faq .txt {
	margin-bottom: 53px;
}




@media all and (max-width: 896px) {
	.answorkPage .anshomeBox .anshomeTxt .ttl {
		font-size: 2rem;
		line-height: 1.5;
		margin: 0 -10px 10px;
	}
	.answorkPage .anshomeBox .anshomeTxt .textList {
		padding-right: 0;
		font-size: 1.6rem;
	}
	.continuation {
		padding: 40px 0;
	}
	.continuationBox {
		padding: 40px 15px;
		display: block;
		border-width: 4px;
		border-radius: 15px;
	}
	.continuationBox h4 {
		width: auto;
		text-align: center;
		font-size: 2.2rem;
		margin: 0 0 20px;
	}
	.continuationBox .bg {
		width: 80px;
		bottom: -50px;
		left: -10px;
	}
	.workList li span {
		padding: 4px 10px;
		font-size: 1.6rem;
	}
	.workList {
		margin-bottom: 40px;
	}
	.dayFlow {
		margin-bottom: 50px;
		display: block;
	}
	.dayFlow .photoBox {
		width: auto;
		margin-bottom: 20px;
	}
	.dayFlow .photoBox img {
		width: 100%;
	}
	.dayFlow .textBox {
		padding: 0;
	}
	.dayDl dt {
		margin-right: 10px;
		font-size: 1.6rem;
		width: 120px;
	}
	.dayDl dd {
		padding-left: 20px;
		font-size: 1.6rem;
		width: calc(100% - 130px);
	}
	.dayDl dd::before { 
		width: 8px;
		height: 8px;
		left: -3px;
	}
	.dayDl dd:first-of-type::after {
		top: 20px;
	}
	.dayDl dd:last-of-type::after {
		bottom: 20px;
	}
	.dayDl {
		margin-bottom: 20px;
	}
	.dayFlow .textBox p {
		font-size: 2rem;
	}
	.featuresUl {
		display: block;
	}
	.featuresUl li {
		width: auto;
		margin: 0 0 60px;
	}
	.featuresUl li:last-child {
		margin-bottom: 0;
	}
	.featuresUl li .photo img {
		width: 100%;
	}
	.featuresUl li .ttl {
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .mainImg {
	background-image: url(../img/contact/main_img.jpg);
}
.contactBox {
	margin-top: -10px;
	position: relative;
}
.contactBox .bg01 {
	position: absolute;
	top: 870px;
	right: -110px;
}
.contactBox .bg02 {
	position: absolute;
	bottom: 860px;
	left: -70px;
}
.tableA {
	margin-bottom: 90px;
	width: 100%;
	border-collapse: collapse;
}
.tableA thead th {
	color: white;
	background-color: #8CC220;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 17px 10px;
}
.tableA .wid01 {
	width: 20%;
}
.tableA .wid02 {
	width: auto;
}
.tableA .wid03 {
	width: 32%;
}
.tableA tbody th {
	color: #8CC220;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding: 18px 20px 17px;
}
.tableA tbody td {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding: 18px 20px 17px;
}
.contactPage .tel {
	margin-bottom: 92px;
}
.contactPage .tel a {
	padding-left: 43px;
	display: inline-block;
	font-size: 4.8rem;
	line-height: 1;
	color: #8CC220;
	font-weight: bold;
	vertical-align: -3px;
	margin-right: 15px;
	background: url(../img/common/icon02.png) no-repeat left center;
	background-size: 37px auto;
}
.formUl {
	padding-top: 20px;
	margin-bottom: 43px;
	display: flex;
	justify-content: center;
}
.formUl li {
	margin: 0 20px;
	width: 270px;
	border: 2px solid #8CC220;
	border-radius: 50px;
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 8px 18px 12px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
.formUl li:after {
	width: 22px;  
	height: 14px;
	background: url(../img/common/icon08.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	right: -33px;
	transform: translateY(-50%);  
	content: ""; 
}
.formUl li:last-child::after {
	display: none;
}
.formUl li .num {
	font-size: 2rem;
	margin: 4px 18px 0 0;
	font-weight: bold;
	color: #8CC220;
	opacity: 0.6;
	width: 39px;
	padding-right: 5px;
	box-sizing: border-box;
	border-right: 1px solid #8CC220;
}
.formUl li.on {
	color: white;
	background-color: #8CC220;
}
.formUl li.on .num {
	color: white;
	border-color: white;
}
.contactPage p {
	line-height: 1.75;
}
.contactPage .txt {
	margin-bottom: 52px;
}
.contactPage p .must {
	color: #EF5B6A;
}
.contactPage p.caution {
    color: #EF5B6A;
    font-weight: bold;
}
.contactPage p.caution.cauf {
    margin-bottom: 50px;
    text-align: center;
}
.tableB {
	margin-bottom: 58px;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.tableB th {
	padding: 35px 20px 20px;
	width: 21.5%;
	border-top: 2px dotted #333333;
	border-bottom: 2px dotted #333333;
	text-align: left;
	vertical-align: top;
}
.tableB th .thSub {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tableB th .txtSpan {
	width: 50px;
	font-weight: normal;
	background-color: #EF5B6A;
	border-radius: 50px;
	text-align: center;
	font-size: 1.4rem;
	color: white;
	padding: 1px 2px 2px;
	margin-top: 2px;
	box-sizing: border-box;
}
.tableB th .any {
	background-color: #00A3D4;
}
.tableB td {
	padding: 29px 20px 29px 30px;
	border-top: 2px dotted #333333;
	border-bottom: 2px dotted #333333;
	text-align: left;
	vertical-align: top;
}
.radioUl li:not(:last-child) {
	margin-bottom: 10px;
}
.checkUl li:not(:last-child) {
	margin-bottom: 8px;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + span {
	background: url(../img/common/radio01.png) no-repeat left center;
	background-size: 15px 15px;
	border-radius: 0;
    display: inline-block;
    line-height: 20px;
    padding: 4px 0 4px 25px;
}
input[type="radio"]:checked + span {
	background-image: url("../img/common/radio02.png");
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
	background: url(../img/common/check01.png) no-repeat left center;
	background-size: 15px 15px;
	border-radius: 0;
    display: inline-block;
    line-height: 20px;
    padding: 4px 0 4px 25px;
}
input[type="checkbox"]:checked + span {
	background-image: url("../img/common/check02.png");
}
.selectBox {
	display: inline-flex;
	align-items: center;
	margin-left: 60px;
}
.selectBox p {
	margin-right: 32px;
}
.tableB select {
	margin-left: 10px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 10px;
    width: 120px;
	color: #333333;
    background: #F2F2F2 url(../img/common/select_bg.png) no-repeat right 8px center;
	background-size: 8px auto;
}
.tableB input[type="tel"],
.tableB input[type="email"],
.tableB input[type="text"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 18px;
	color: #333333;
    width: 100%;
    background-color: #F2F2F2;
}
.tableB textarea {
	margin-right: -10px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 4px;
    height: 180px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px 18px;
	color: #333333;
    width: calc(100% + 10px);
    background-color: #F2F2F2;
}
.tableB .inputWid01[type="tel"],
.tableB .inputWid01[type="text"] {
	width: 70.5%;
}
.tableB td .txtSpan {
	display: block;
	margin-top: 12px;
	padding-bottom: 4px;
}
.tableB .inputWid02[type="text"] {
	width: 26%;
	margin: 0 12px 0 15px;
}
.formDl {
	padding-top: 10px;
	margin-bottom: -10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.formDl dt {
	width: 75px;
	margin-right: 5px;
}
.formDl dd {
	margin: 10px 0;
	width: calc(100% - 80px);
}
.privacyBox {
	max-width: 1000px;
	height: 300px;
	overflow-y: scroll;
	margin: 0 auto 44px;
	border: 1px solid #939393;
	border-radius: 10px;
	padding: 22px 29px;
	box-sizing: border-box;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.privacyBox p {
	text-align: justify;
	margin-bottom: 27px;
}
.contactPage .checkP {
	margin-bottom: 57px;
	text-align: center;
}
.contactPage .mustSpan {
	margin-left: 18px;
	width: 50px;
	display: inline-block;
	font-weight: normal;
	background-color: #EF5B6A;
	border-radius: 50px;
	text-align: center;
	font-size: 1.4rem;
	color: white;
	line-height: 1.5;
	padding: 1px 2px 2px;
	margin-top: 2px;
	box-sizing: border-box;
}
.submit {
	text-align: center;
}
.submit li {
	display: inline-block;
	margin: 0 10px;
}
.submit li input {
	cursor: pointer;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 50px;
    height: 70px;
    border: none;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 18px;
	font-weight: bold;
    width: 300px;
	color: white;
    background-color: #8CC220;
}

@media all and (min-width: 897px) {
	.submit li input:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.tableA tbody td {
		padding: 18px 10px;
	}
	.tableA tbody td .telLink {
		white-space: nowrap;
	}
	.tableA tbody th {
		padding: 18px 10px;
	}
	.contactPage .tel a {
		font-size: 3rem;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.contactPage .tel {
		text-align: center;
		margin-bottom: 50px;
	}
	.formUl {
		padding: 0;
		display: block;
	}
	.formUl li {
		margin: 0 auto 45px;
	}
	.formUl li::after {
		transform: translateX(-50%) rotate(90deg);
		right: auto;
		left: 50%;
		top: auto;
		bottom: -30px;
	}
	.tableB th {
		float: left;
		width: 100%;
		padding: 20px 10px 0;
		border-top: none;
		box-sizing: border-box;
		border-bottom: none;
	}
	.tableB th:first-of-type {
		border-top: 2px dotted #333333;
	}
	.tableB td {
		padding: 20px 10px 20px 10px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;
	}
	.selectBox {
		margin-left: 0;
		flex-wrap: wrap;
		display: flex;
	}
	.tableB select {
		width: 100%;
		display: block;
		margin: 5px 0 0;
		height: 35px;
		font-size: 1.4rem;
	}
	.tableB .inputWid02[type="text"] {
		width: calc(100% - 25px);
		margin: 0 0 5px 10px; 
	}
	.tableB input[type="tel"], .tableB input[type="email"], .tableB input[type="text"] {
		padding: 0 10px;
		font-size: 1.4rem;
	}
	.tableB textarea {
		font-size: 1.4rem;
		padding: 5px 10px;
	}
	.tableB .inputWid01[type="tel"], .tableB .inputWid01[type="text"] {
		width: 100%;
	}
	.selectBox p {
		width: 48%;
		margin-right: 2%;
	}
	.selectBox p:last-child {
		margin-right: 0;
	}
	.submit li {
		display: block;
		margin: 20px 0 0;
	}
	.submit li input {
		width: 100%;
		max-width: 250px;
		height: 50px;
		font-size: 1.4rem;
	}
	.contactBox .bg02,
	.contactBox .bg01 {
		display: none;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sakurayaPage .mainImg {
	background-image: url(../img/sakuraya/main_img.jpg);
}
.sakurayaBox .logo {
	margin-bottom: 30px;
	text-align: center;
}
.sakurayaBox .linkUl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.sakurayaBox .linkUl li {
	margin: 0 10px 10px 0;
	width: 232px;
}
.sakurayaBox .linkUl li:nth-child(5n) {
	margin-right: 0;
}
.sakurayaBox .linkUl li a {
	display: block;
	border-radius: 10px;
	padding: 14px 5px 30px;
	color: #EE5B6A;
	font-weight: bold;
	text-align: center;
	background: url(../img/common/icon10.png) no-repeat center bottom 14px;
	background-size: 12px auto;
	border: 1px solid #EE5B6A;
}
.sakurayaBox .linkUl li a:hover {
	opacity: 0.7;
}
.sakurayaBox h3 {
	margin-bottom: 101px;
	text-align: center;
	font-size: 4.8rem;
	color: #EE5B6A;
	letter-spacing: 0.1em;
}
.sakurayaBox h3 .txtSpan {
	margin-top: 23px;
	display: inline-block;
	font-size: 2.8rem;
	color: white;
	border-radius: 10px;
	padding: 8px 10px 9px;
	letter-spacing: 0.1em;
	background-color: #EE5B6A;
}
.sakurayaBox .infoUl {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sakurayaBox .infoUl li {
	width: 580px;
	border: 10px solid #FCECEE;
	border-radius: 20px;
	padding: 25px 25px 32px;
	text-align: center;
	box-sizing: border-box;
}
.sakurayaBox .infoUl li .link {
	min-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
	box-sizing: border-box;
}
.sakurayaBox .infoUl li .link a {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #EE5B6A;
}
.sakurayaBox .infoUl li .link a:hover {
	opacity: 0.7;
}
.sakurayaBox .infoUl li .tel a {
	display: inline-block;
	font-size: 4rem;
	padding-left: 38px;
	background: url(../img/common/icon09.png) no-repeat left center;
	background-size: 31px auto;
}
.sakurayaBox .photo {
	margin-bottom: 80px;
	text-align: center;
}
.sakurayaBox .bannerUl {
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sakurayaBox .bannerUl li {
	margin: 0 17px;
}
.sakurayaBox .bannerUl li a:hover img {
	opacity: 0.7;
}
.sakurayaBox .red {
	margin-bottom: 115px;
	text-align: center;
	font-size: 2.8rem;
	color: #EE5B6A;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.sakurayaPage .anshomeBox::after {
	background-color: #FCECEE; 
}
.sakurayaPage .bannerBox {
	max-width: 1000px;
	margin: 0 auto 120px;
}
.sakurayaPage .bannerBox a {
	max-width: 1000px;
	height: 450px;
	border-radius: 20px;
	display: flex;
	align-items: stretch;
	background: url(../img/sakuraya/photo05.jpg) no-repeat center center;
	background-size: cover;
}
.sakurayaPage .bannerBox .subBox {
	width: 500px;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 50px 40px 20px;
	text-align: center;
	border-radius : 20px 225px 225px 20px;
	background : rgba(238, 91, 106, 0.8);
}
.sakurayaPage .bannerBox .sub {
	padding-top: 30px;
	width: 100%;
}
.sakurayaPage .bannerBox p {
	margin-bottom: 40px;
}
.sakurayaPage .bannerBox .link {
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
	display: inline-block;
	padding-right: 40px;
	background: url(../img/common/icon11.png) no-repeat right center;
	background-size: 23px auto;
}
.sakurayaPagez a:hover {
	opacity: 0.7;
}
.cheerleader .inner {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.cheerleader .inner .photoBox {
	width: calc(50% - 120px);
	margin-right: 100px;
	position: relative;
}
.cheerleader .inner .photoBox .bg01 {
	position: absolute;
	top: -210px;
	right: -110px;
}
.cheerleader .inner .photoBox > img {
	width: 100%;
	border-radius: 0 30px 30px 0;
}
.cheerleader .inner .textBox {
	position: relative;
	flex: 1;
	padding: 50px 0 0;
}
.cheerleader .inner .textBox .bg02 {
	position: absolute;
	bottom: -77px;
	left: -70px;
}
.cheerleader .inner .textBox .sub {
	max-width: 620px;
	width: 100%;
}
.cheerleader .inner h4 {
	font-size: 3.2rem;
	color: #EE5B6A;
	margin-bottom: 33px;
}
.cheerleader .inner p {
	line-height: 2;
	margin-bottom: 26px;
	text-align: justify;
}
.cheerleader .inner .list {
	margin-bottom: 22px;
}
.cheerleader .inner .list li {
	line-height: 1.75;
	margin-bottom: 7px;
	padding-left: 20px;
	position: relative;
}
.cheerleader .inner .list li:after {
	width: 10px;  
	height: 10px;
	background-color: #EE5B6A;
	position: absolute;  
	top: 10px;
	left: 0;  
	content: ""; 
	border-radius: 100%;
}
.cheerleader .inner .list02 li {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.cheerleader .inner02 .photoBox {
	order: 2;
	margin: 0 0 0 100px;
}
.cheerleader .inner02 .photoBox img {
	border-radius: 30px 0 0 30px;
}
.cheerleader .inner02 .textBox {
	display: flex;
	justify-content: flex-end;
}
.cheerleader .inner h5 {
	margin: 32px 0 14px;
}
.cheerleader .inner h5 span {
	display: inline-block;
	font-weight: bold;
	color: white;
	background-color: #EE5B6A;
	border-radius: 50px;
	padding: 2px 20px 4px;
}
.cheerleader .inner .bannerUl {
	margin: 44px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cheerleader .inner .bannerUl li {
	width: 300px;
}
.cheerleader .inner .bannerUl img {
	width: 100%;
}
.cheerleader .inner .bannerUl a:hover img {
	opacity: 0.7;
}
.cheerleader .inner .banner img {
	width: 100%;
}
.cheerleader .inner .banner a:hover img {
	opacity: 0.7;
}
.cheerleader .inner .ttl {
	font-size: 2rem;
	font-weight: bold;
	color: #EF8100;
	margin-bottom: 15px;
}
.cheerleader .inner .red {
	font-size: 1.8rem;
	font-weight: bold;
	color: #EE5B6A;
	padding-top: 10px;
}
.comLinkUl {
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
}
.comLinkUl li {
	margin: 0 20px 20px 0;
	width: 300px;
}
.comLinkUl li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: white;
	background-color: #EE5B6A;
	border-radius: 50px;
	min-height: 70px;
	padding: 5px;
	box-sizing: border-box;
}
.comLinkUl li a:hover {
	opacity: 0.7;
}
.comLinkUl li .txtSpan {
	padding-right: 45px;
	display: inline-block;
	background: url(../img/common/icon11.png) no-repeat right center;
	background-size: 22px auto;
}
.sakurayaPage .continuationBox {
	border-color: #FCECEE;
}
.sakurayaPage .continuationBox h4 {
	line-height: 1.75;
	color: #EE5B6A;
}
.schools {
	padding: 18px 0 0;
	position: relative;
}
.schools .bg01 {
	position: absolute;
	top: 888px;
	right: -110px;
}
.schools .headLine03 {
	margin-bottom: 31px;
	border-color: #EE5B6A;
}
.schools .h4Ttl {
	margin-bottom: 16px;
	font-size: 2.4rem;
	color: #EE5B6A;
}
.schools p {
	margin-bottom: 62px;
}
.schoolsBox {
	margin-bottom: 40px;
}
.schoolsBox .ttl {
	padding: 16px 20px;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
	background-color: #EE5B6A;
	border: 1px solid #CBCBCB;
	border-bottom: none;
}
.schoolsUl {
	display: flex;
	flex-wrap: wrap;
}
.schoolsUl li {
	padding: 17px 18px 18px;
	margin: 0 -1px -1px 0;
	width: calc(25% + 1px);
	box-sizing: border-box;
	border: 1px solid #CBCBCB;
}
.schoolsUl li:nth-child(4n) {
	margin-right: 0;
	width: 25%;
}
.schoolsBox + .headLine03 {
	margin-top: 110px;
}
.sakurayaPage .map {
	height: 500px;
}
.sakurayaPage .map iframe {
	width: 100%;
	height: 100%;
}

@media all and (min-width: 897px) {
	.sakurayaPage .anshomeBox {
		margin-bottom: 121px;
		padding-bottom: 110px;
	}
	.sakurayaPage .anshomeBox::after { 
		height: calc(100% - 250px);
	}
	.sakurayaPage .anshomeBox .bg01 {
		top: 209px;
	}
	.sakurayaPage .anshomeBox .bg02 {
		bottom: -31px;
		left: 20px;
	}
	.sakurayaPage .continuationBox {
		padding: 42px 40px 25px 50px;
	}
	.sakurayaPage .continuationBox h4 {
		width: 360px;
		margin-top: -5px;
	}
}



@media all and (max-width: 896px) {
	.sakurayaBox .linkUl li {
		margin-right: 5px;
		width: calc(50% - 5px);
	}
	.sakurayaBox .linkUl li:nth-child(2n) {
		margin-right: 0;
	}
	.sakurayaBox .linkUl {
		margin-bottom: 40px;
	}
	.sakurayaBox h3 {
		margin-bottom: 50px;
		font-size: 2.6rem;
	}
	.sakurayaBox h3 .txtSpan {
		font-size: 1.8rem;
		display: block;
	}
	.sakurayaBox .infoUl {
		display: block;
	}
	.sakurayaBox .infoUl li {
		width: auto;
		margin: 0 0 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sakurayaBox .infoUl li .link a {
		font-size: 2.3rem;
	}
	.sakurayaBox .infoUl li .tel a {
		font-size: 3rem !important;
	}
	.sakurayaBox .photo {
		margin-bottom: 40px;
	}
	.sakurayaBox .photo img {
		width: 100%;
	}
	.sakurayaBox .bannerUl {
		display: block;
	}
	.sakurayaBox .bannerUl li {
		margin: 0 0 20px;
	}
	.sakurayaBox .bannerUl li img {
		width: 100%;
	}
	.sakurayaBox .red {
		margin-bottom: 50px;
		line-height: 1.6;
		font-size: 1.7rem;
	}
	.anshomeBox {
		margin-bottom: 50px;
	}
	.sakurayaPage .bannerBox {
		max-width: inherit;
		margin: 0 10px 70px;
		border-radius: 15px;
	}
	.sakurayaPage .bannerBox .subBox {
		border-radius: 15px 225px 225px 15px;
		width: 90%;
	}
	.cheerleader .inner {
		display: block;
		margin-bottom: 70px;
	}
	.cheerleader .inner .photoBox {
		width: auto;
		margin: 0 0 20px;
	}
	.cheerleader .inner .photoBox > img {
		border-radius: 0;
	}
	.cheerleader .inner .textBox {
		padding: 0 20px;
	}
	.cheerleader .inner .textBox .sub {
		max-width: inherit;
	}
	.cheerleader .inner h4 {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	.cheerleader .inner .photoBox .bg01 {
		width: 120px;
		right: -50px;
		top: -50px;
	}
	.cheerleader .inner .list li::after {
		top: 7px;
	}
	.cheerleader .inner .bannerUl li {
		width: 48%;
	}
	.cheerleader .inner .ttl {
		font-size: 1.9rem;
	}
	.cheerleader .inner .red {
		line-height: 1.6;
		font-size: 1.7rem;
	}
	.comLinkUl {
		margin: 0;
		display: block;
	}
	.comLinkUl li {
		width: auto;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	.cheerleader .inner .textBox .bg02 {
		width: 100px;
		left: -30px;
	}
	.sakurayaPage .continuationBox {
		margin-bottom: 40px;
	}
	.sakurayaPage .continuationBox p:last-child {
		margin-bottom: 0;
	}
	.schools .h4Ttl {
		font-size: 2rem;
	}
	.schoolsUl li {
		font-size: 1.2rem;
		padding: 17px 2px 17px 5px;
	}
	.schools .bg01 {
		display: none;
	}
	.schoolsBox + .headLine03 {
		margin-top: 60px;
	}
	.sakurayaPage .map {
		height: 100vw;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage .mainVisual .fooUl img {
	width: 100%;
}
#index .hInner .naviUl li a {
	color: #000;
} 
.newsSec .content {
	position: relative;
}
.newsSec .content .comLink {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 2;
}
.newsSec .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsSec .imgBox .lBox {
	width: 570px;
	margin-right: 60px;
}
.newsSec .imgBox .lBox .photo {
	margin-bottom: 16px;
}
.newsSec .imgBox .lBox .photo img {
	border-radius: 20px;
}
.newsSec .imgBox .lBox .ttlBox {
	margin-bottom: 9px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newsSec .imgBox .lBox .ttlBox .date {
	margin-right: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #666666;
}
.newsSec .tagSpan {
	margin: 5px 5px 5px 0;
	display: inline-block;
	background-color: #EF5B6A;
	border-radius: 50px;
	text-align: center;
	padding: 1px 15px;
	font-size: 1.4rem;
	color: white;
}
.newsSec .imgBox .lBox .txt {
	font-size: 2.4rem;
	font-weight: bold;
	color: #333333;
}
.newsSec .imgBox .lBox .txt a:hover {
	opacity: 0.7;
}
.newsSec .imgBox .rBox {
	flex: 1;
}
.aboutSec {
	padding: 168px 0 160px;
	position: relative;
}
.aboutSec .bg {
	position: absolute;
	top: -120px;
	right: -110px;
}
.aboutSec .imgBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aboutSec .imgBox .textBox {
	padding-top: 40px;
	flex: 1;
	order: 2;
}
.aboutSec .imgBox .photoBox {
	margin-right: 80px;
	width: 620px;
}
.aboutSec .imgBox h4 {
	font-size: 2.8rem;
	margin-bottom: 30px;
}
.aboutSec .imgBox p {
	line-height: 2;
}
.aboutSec .headLine05 {
	margin-bottom: 40px;
}
.aboutSec .headLine05 .txtSpan {
	font-weight: bold;
}
.serviceSec {
	padding: 130px 0 150px;
	position: relative;
	background-color: #F5FAE8;
}
.serviceSec .bg01 {
	position: absolute;
	top: -150px;
	left: -70px;
}
.serviceSec .bg02 {
	position: absolute;
	bottom: -60px;
	left: 380px;
}
.serviceSec .bg03 {
	position: absolute;
	top: 530px;
	left: 80px;
}
.serviceList {
	position: relative;
	z-index: 1;
	min-width: 1140px;
	width: calc(50% + 180px);
	margin: -148px 0 0 auto;
}
.serviceList li:not(:last-child) {
	margin-bottom: 20px;
}
.serviceList a {
	min-height: 380px;
	display: flex;
	align-items: center;
	padding: 40px 140px;
	border-radius : 190px 0px 0px 190px;
	border: 2px solid #8CC220;
	box-sizing: border-box;
	background-color: white;
}
.serviceList .sub {
	padding-top: 36px;
	display: flex;
	justify-content: space-between;
}
.serviceList .sub p {
	line-height: 2;
}
.serviceList .sub h4 {
	margin-bottom: 23px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #8CC220;
}
.serviceList .sub h4 span {
	margin-top: -2px;
	display: block;
	font-size: 4rem;
}
.serviceList .sub .lBox p {
	font-weight: bold;
}
.serviceList .sub .lBox {
	width: 450px;
	margin-right: 18px;
}
.serviceList .sub .rBox {
	flex: 1;
}
.staffSec {
	padding: 128px 0 100px;
}
.staffSec .text {
	margin-bottom: 58px;
}
.staffSec .jsBox {
	margin-bottom: 86px;
	position: relative;
}
.staffSec .jsBox .icoBox {
	position: absolute;
	top: -120px;
	left: 50%;
	width: 40%;
	display: flex;
	max-width: 600px;
	justify-content: flex-end;
	align-items: center;
}
.staffSec .jsBox .icoBox > div {
	margin-left: 10px;
	cursor: pointer;
}
.staffSec .slick-list {
	margin: 0 -90px;
}
.staffSec .slick-slide > div {
	width: 360px;
	margin: 0 30px;
}
.staffSec .fooUl li .photo {
	margin-bottom: 12px;
	position: relative;
}
.staffSec .fooUl li .photo img {
	border-radius: 20px;
}
.staffSec .fooUl li .photo .name {
	width: calc(100% - 60px);
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.6;
	padding: 22px 0 0px;
	font-size: 2.4rem;
	font-weight: bold;
	background-color: white;
	border-radius: 0 20px 0 0;
}
.staffSec .fooUl li .photo .name span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #8CC220;
	margin-left: 17px;
}
.staffSec .fooUl li p {
	line-height: 2;
	text-align: justify;
}
.staffSec .fooUl li .ttl {
	margin-bottom: 11px;
	text-align: left;
	padding-bottom: 20px;
	line-height: 1.75;
	border-bottom: 2px dotted #8CC220;
}
.staffSec .fooUl li .ttl02 {
	font-size: 2rem;
	margin-bottom: 5px;
	line-height: 1.75;
	font-weight: bold;
}
.staffSec .bannerBox {
	padding-left: 60px;
	text-align: center;
}
.staffSec .bannerBox a:hover img {
	opacity: 0.7;
}
.companySec {
	position: relative;
}
.companySec .bg {
	position: absolute;
	top: 270px;
	left: -100px;
}
.companySec .bg02 {
	position: absolute;
	top: 1750px;
	right: -110px;
}
.companySec .bigPhoto {
	margin-bottom: -140px;
	width: calc(50% + 600px);
	margin-left: auto;
}
.companySec .bigPhoto img {
	width: 100%;
}
.companySec .content {
	position: relative;
	z-index: 1;
}
.companySec .content:after {
	width: 100%;  
	height: 220px;
	background-color: white;
	position: absolute;  
	top: -80px;
	right: 20px;  
	border-radius : 0px 30px 0px 0px;
	content: ""; 
	z-index: -1;
}
.companySec .inner {
	margin-bottom: 73px;
	padding-right: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.companySec .inner .headLine05 {
	width: 450px;
	margin-right: 30px;
}
.companySec .inner .rBox {
	margin-top: 30px;
	flex: 1;
}
.companySec .inner .rBox p {
	text-align: justify;
	line-height: 2;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.companySec .inner .rBox .ttl {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	font-feature-settings: normal;
	-moz-font-feature-settings: "normal";
}

@media all and (min-width: 897px) {
	.serviceList a:hover {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.serviceList .li01 a:hover {
		background-image: url(../img/index/photo12.jpg);
	}
	.serviceList .li02 a:hover {
		background-image: url(../img/index/photo13.jpg);
	}
	.serviceList .li03 a:hover {
		background-image: url(../img/index/photo14.jpg);
	}
	.serviceList .li04 a:hover {
		background-image: url(../img/index/photo15.jpg);
	}
	.serviceList .li05 a:hover {
		background-image: url(../img/index/photo16.jpg);
	}
	.serviceList a:hover p {
		color: white;
	}
	.serviceList a:hover h4 {
		color: white;
	}
	.staffSec .jsBox .icoBox > div:hover {
		opacity: 0.7;
	}
}




@media all and (max-width: 896px) {
	.indexPage .mainVisual {
		padding-top: 70px;
	}
	.newsSec {
		margin-top: -2px;
	}
	.newsSec .content .comLink {
		position: relative;
		top: auto;
		right: auto;
	}
	.newsSec .imgBox {
		display: block;
	}
	.newsSec .imgBox .lBox {
		display: none;
	}
	.newsList a {
		padding: 14px 0;
	}
	.newsList .photoBox {
		width: 90px;
		margin-right: 10px;
	}
	.newsList .textBox .ttl .date {
		width: 85px;
		font-size: 1.5rem;
	}
	.newsList .textBox .ttl .list li {
		font-size: 1.3rem;
		min-width: 120px;
		line-height: 1.2;
	}
	.newsList .textBox .ttl {
		margin-bottom: 2px;
	}
	.newsList .textBox {
		margin-top: -4px;
	}
	.newsSec .imgBox .rBox {
		margin-bottom: 29px;
	}
	.aboutSec .imgBox {
		display: block;
	}
	.aboutSec .imgBox .textBox {
		padding: 0;
	}
	.aboutSec .imgBox .photoBox {
		margin: 20px 17px 0;
		width: auto;
	}
	.aboutSec .imgBox .photoBox img {
		width: 100%;
	}
	.aboutSec {
		padding: 50px 0 40px;
	}
	.aboutSec .headLine05 {
		margin-bottom: 14px;
	}
	.aboutSec .imgBox h4 {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.aboutSec .imgBox p {
		line-height: 1.75;
	}
	.aboutSec .bg {
		width: 99px;
		right: -53px;
		top: -20px;
	}
	.serviceSec .bg01 {
		width: 120px;
		top: -330px;
		left: -76px;
	}
	.serviceSec {
		padding: 28px 0 40px;
	}
	.serviceList {
		min-width: inherit;
		width: auto;
		padding-top: 1px;
		margin: 0 0 0 15px;
	}
	.serviceList a {
		padding: 22px 10px 23px 28px;
		min-height: 330px;
		border-radius : 50px 0px 0px 50px;
	}
	.serviceList .sub {
		padding: 0;
		display: block;
	}
	.serviceList .sub .lBox {
		margin: 0 0 10px;
		width: auto;
	}
	.serviceList .sub h4 {
		margin-bottom: 8px;
		font-size: 1.5rem;
	}
	.serviceList .sub h4 span {
		font-size: 2.6rem;
		margin-top: -1px;
	}
	.serviceList .sub p {
		line-height: 1.75;
		text-align: justify;
	}
	.serviceSec .bg03 {
		display: none;
	}
	.serviceSec .bg02 {
		left: auto;
		right: -48px;
		width: 125px;
		bottom: -91px;
	}
	.serviceSec .bg01 {
	}
	.staffSec {
		padding: 28px 0 40px;
	}
	.staffSec .headLine05 {
		margin-bottom: 12px;
	}
	.staffSec .text {
		margin-bottom: 28px;
	}
	.staffSec .slick-slide > div {
		width: 220px;
		margin: 0 15px;
	}
	.staffSec .slick-list {
		margin: 0 -187px;
	}
	.staffSec .fooUl li .photo img {
		border-radius: 10px;
	}
	.staffSec .jsBox .icoBox {
		position: inherit;
		top: auto;
		left: auto;
		display: block;
		max-width: inherit;
		display: block;
		width: auto;
	}
	.staffSec .jsBox .icoBox .prev {
		position: absolute;
		top: 120px;
		left: 38px;
		z-index: 1;
	}
	.staffSec .jsBox .icoBox .next {
		position: absolute;
		top: 120px;
		right: 38px;
		z-index: 1;
	}
	.staffSec .jsBox .icoBox > div {
		margin: 0;
		width: 50px;
	}
	.staffSec .fooUl li p {
		line-height: 1.75;
	}
	.staffSec .fooUl li .photo .name {
		padding-top: 9px;
		width: calc(100% - 15px);
		font-size: 1.8rem;
		border-radius : 0px 10px 0px 0px;
	}
	.staffSec .fooUl li .photo .name span {
		font-size: 1.4rem;
		margin-left: 0px;
        display: block;
	}
	.staffSec .fooUl li .ttl {
		border: none;
		margin-bottom: 15px;
		padding-bottom: 0;
		line-height: 1.5;
		font-size: 1.4rem;
	}
	.staffSec .fooUl li .photo {
		margin-bottom: 7px;
	}
	.staffSec .fooUl li .ttl02 {
		margin-bottom: 3px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.staffSec .bannerBox {
		padding: 0 15px;
	}
	.staffSec .bannerBox img {
		width: 100%;
	}
	.staffSec .jsBox {
		margin-bottom: 27px;
	}
	.companySec .bigPhoto {
		width: auto;
		margin: 0 0 -40px 15px;
	}
	.companySec .inner {
		margin-bottom: 33px;
		padding: 0;
		display: block;
	}
	.companySec .inner .rBox {
		margin-top: 20px;
	}
	.companySec .inner .rBox p {
		line-height: 1.75;
	}
	.companySec .inner .rBox .ttl {
		font-size: 1.6rem;
		margin: 0 0 7px;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.companySec .content::after {
		right: calc(50% - 48px);
		top: -10px;
		border-radius: 0px 15px 0px 0px;
	}
	.companySec .bg02,
	.companySec .bg {
		display: none;
	}
	.indexPage .headLine02 {
		font-size: 2rem;
		margin-bottom: 10px;
		padding-top: 19px;
	}
	.indexPage .officeDl {
		margin-bottom: 38px;
	}
	.companySec .mapBox p {
		line-height: 1.75;
		margin-bottom: 18px;
	}
	.companySec .mapBox .map {
		height: 66.5vw;
	}
	.companySec .mapBox .map img {
		height: 100%;
	}
	.companySec .mapBox {
		margin-bottom: 30px;
	}
	.indexPage {
		padding-bottom: 0;
	}


}

@media all and (max-width: 374px) {
	.employment .fooList .slick-slide > div {
		margin-right: 20px;
		width: 250px;
	}
	.sakurayaBox .infoUl li .link a {
		font-size: 2rem;
	}
	.staffSec .slick-list {
		margin: 0 -215px;
	}
	.welfareBox .ttl span {
		font-size: 1.7rem;
	}
	.headLine02 {
		font-size: 2.5rem;
	}
	.comTtl span {
		font-size: 1.7rem;
	}
	#gFooter > p {
		font-size: 1.3rem;
	}
	.aboutSec .imgBox h4 {
		font-size: 1.8rem;
	}
	.feeBox h4 {
		font-size: 1.8rem;
	}
	.tableA tbody td {
		font-size: 1.2rem;
	}
	.meritDl dt {
		font-size: 1.7rem;
	}
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition-duration: 0.5s, 0.5s;
	-webkit-transition-duration: 0.5s, 0.5s;
}
.fadeInUp.on {
    transition-property: opacity, transform;
	-webkit-transition-property: opacity, transform;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

@media all and (min-width: 897px) and (max-width: 1180px) {
	.hInner .naviUl {
		padding-right: 2vw;
	}
	.hInner .naviUl li {
		margin-left: 2vw;
	}
	.hInner .link {
		width: 180px;
	}
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	z-index: 99999;
}
#loading .logo {
	width: 219px;
	overflow: hidden;
}
#loading .logo .img {
	transform: translateY(101%);
	overflow: hidden;
	animation: logoshow .8s forwards;
}
@keyframes logoshow {
	0% {
		transform: translateY(101%);
	}
	100% {
		transform: translateY(0);
	}
}
#loading.loadover .logo .img img {
	animation: logohide .8s forwards;
}
@keyframes logohide {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-101%);
	}
}

.youtube {
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.youtube iframe {
display: block;
width: 1000px;
height: 700px;
}
.newsInfo img {
width: 580px;
height: 360px;
object-fit: contain;
}
.newsSec .imgBox .lBox .photo img {
width: 600px;
height: 400px;
object-fit:cover;
}

@media (max-width:896px){
.youtube {
width: 91vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.youtube iframe {
display: block;
width: 91vw;
height:60vw;
}
.newsInfo img {
width: inherit;
height: inherit;
}
}
