/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/

#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#main {
	padding: 0;
}

#main .mainImg {
	height: 800px;
	background: url(../images/index/main_img_bg.png) no-repeat center bottom;
	background-size: cover;
}

#main .mainImg .title {
	padding-top: 436px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding: 0;
	}

	#main .mainImg {
		height: 320px;
		background: url(../images/index/sp_main_mg_bg.jpg) no-repeat center bottom;
		background-size: 100% auto;
	}

	#main .mainImg .title {
		padding: 152px 59px 0;
	}

	#main .mainImg .title img {
		width: 100%;
		height: auto;
	}
}

#main .comLink {
	margin: 0 auto;
	width: 260px;
}

#main .comLink a,
#main .comLink .bgLink {
	padding: 15px 0;
	border: 1px solid #482d0d;
	border-radius: 30px;
	display: block;
	position: relative;
	color: #482d0d;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#main .comLink i {
	margin-top: -12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 1.2em;
}

#main .comLink a:hover {
	background: #e4007f;
	border-color: #e4007f;
	color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		margin: 0 13px 0 7px;
		width: auto;
	}

	#main .comLink a {
		padding: 15px 0 17px;
	}

	#main .comLink a:hover {
		background: none;
		border-color: #333;
		color: #333;
	}

	#main .comLink i {
		margin-top: -12px;
		right: 27px;
		font-size: 1.111em;
	}

	#main .comHeading01 img {
		width: 100%;
	}
}
#main #greeting {
	padding: 48px 0 71px;
	background: url(../images/index/greeting_bg.jpg) no-repeat center top;
}

#main #greeting .subBox {
	margin: 0 auto;
	width: 460px;
	position: relative;
}

#main #greeting .photoUl li {
	position: absolute;
	bottom: 0;
	left: -266px;
}

#main #greeting .photoUl p {
	margin: -30px 0 0 25px;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.2;
}

#main #greeting .photoUl p span {
	display: block;
}

#main #greeting .photoUl .job {
	display: block;
	font-size: .67em;
	letter-spacing: 0;
}

#main #greeting .photoUl .en {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
	font-size: .58em;
	font-weight: normal;
	font-style: oblique;
	letter-spacing: 0;
}

#main #greeting .photoUl li:last-of-type {
	right: -276px;
	left: auto;
}

#main #greeting .photoUl li:last-of-type p {
	margin: -30px 25px 0 0;
	text-align: right;
}

#main #greeting p {
	margin-bottom: 15px;
	font-size: 1.6em;
	line-height: 2;
	letter-spacing: .1em;
}

#main #greeting .red {
	margin-bottom: 29px;
	color: #ac484e;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main #greeting {
		padding: 15px 10px 13%;
		background: none;
	}

	#main #greeting .subBox {
		width: auto;
	}

	#main #greeting .comHeading01 {
		padding-bottom: 11px;
	}

	#main #greeting .photoUl {
		margin-bottom: 20px;
	}

	#main #greeting .photoUl li {
		width: 50%;
		float: left;
		position: static;
	}

	#main #greeting .photoUl li img {
		width: 100%;
		height: auto;
	}

	#main #greeting .photoUl p {
		margin: 10px 0 0;
		font-size: 2.4em;
		font-weight: bold;
		line-height: 1.2;
	}

	#main #greeting .photoUl p span {
		display: block;
	}

	#main #greeting .photoUl .job {
		display: block;
		font-size: .67em;
	}

	#main #greeting .photoUl .en {
		font-size: .58em;
		font-weight: normal;
		font-style: oblique;
	}

	#main #greeting .photoUl li:last-of-type p {
		margin: 10px 0 0 0;
		text-align: right;
	}

	#main #greeting p {
		margin-bottom: 15px;
	}

	#main #greeting .red {
		margin-bottom: 15px;
		font-size: 1.9em;
		line-height: 1.32;
	}
}

#main #features .topPho {
	overflow: hidden;
}

#main #features .topPho img {
	width: 100%;
	height: auto;
	float: left;
	line-height: 0;
}

#main #features .featureBox {
	padding: 100px 0 80px;
	background: url(../images/index/features_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#main #features .subBox {
	margin: 0 auto;
	width: 960px;
}

#main #features .comHeading01 {
	margin-bottom: 60px;
	padding-bottom: 21px;
}

#main #features .comHeading01 span {
	margin-bottom: 12px;
}

#main #features .innerList {
	margin-bottom: 40px;
}

#main #features .innerList li {
	margin-top: 45px;
	width: 448px;
	float: left;
}

#main #features .innerList li:nth-of-type(2n) {
	float: right;
}

#main #features .innerList li:nth-of-type(-n+2) {
	margin-top: 0;
}

#main #features .innerList li:last-of-type {
	margin: 0 auto;
	padding-top: 45px;
	float: none;
	clear: both;
}

#main #features .innerList .inner {
	width: 358px;
	float: right;
}

#main #features .innerList .inner p {
	font-size: 1.4em;
	line-height: 1.64;
}

#main #features .innerList .inner .pTtl {
	margin-bottom: 15px;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.2;
}

#main #features .innerList .inner .pTtl span {
	border-bottom: 2px solid #e7bcbf;
	line-height: 1.4;
}

#main #features .innerList dl {
	margin-top: 5px;
	float: left;
	line-height: 1;
	text-align: center;
}

#main #features .innerList dt {
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: bold;
}

#main #features .innerList dd {
	background: url(../images/index/features_bg01.png) no-repeat center center;
	background-size: 50px auto;
	font-size: 8em;
	font-weight: 300;
}

#main #features .innerList li:nth-of-type(2) dd {
	background: url(../images/index/features_bg02.png) no-repeat center center;
	background-size: 50px auto;
}

#main #features .innerList li:nth-of-type(2) .inner .pTtl span {
	border-color: #dba5d0;
}

#main #features .innerList li:nth-of-type(3) dd {
	background: url(../images/index/features_bg03.png) no-repeat center center;
	background-size: 50px auto;
}

#main #features .innerList li:nth-of-type(3) .inner .pTtl span {
	border-color: #b4deec;
}

#main #features .innerList li:nth-of-type(4) dd {
	background: url(../images/index/features_bg04.png) no-repeat center center;
	background-size: 50px auto;
}

#main #features .innerList li:nth-of-type(4) .inner .pTtl span {
	border-color: #bccc51;
}

#main #features .innerList li:nth-of-type(5) dd {
	background: url(../images/index/features_bg05.png) no-repeat center center;
	background-size: 50px auto;
}

#main #features .innerList li:nth-of-type(5) .inner .pTtl span {
	border-color: #d9cb6a;
}


#main #features .innerList li:nth-of-type(6) dd {
	background: url(../images/index/features_bg06.png) no-repeat center center;
	background-size: 50px auto;
}

#main #features .innerList li:nth-of-type(6) .inner .pTtl span {
	border-color: #d99d6b;
}

#main #features .innerList li:nth-of-type(7) dd {
	background: url(../images/index/features_bg07.png) no-repeat center center;
	background-size: 50px auto;
}

#main #features .innerList li:nth-of-type(7) .inner .pTtl span {
	border-color: #e7adad;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#main #features .featureBox {
		padding: 43px 10px 15%;
		background: url(../images/index/sp_features_bg.jpg) no-repeat center bottom;
		background-size: cover;
	}

	#main #features .comHeading01 {
		margin-bottom: 22px;
	}

	#main #features .comHeading01 span {
		margin-bottom: 8px;
	}

	#main #features .subBox {
		width: auto;
	}

	#main #features .innerList {
		margin-bottom: 20px;
	}

	#main #features .innerList li {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}

	#main #features .innerList li:nth-of-type(2n) {
		float: none;
	}

	#main #features .innerList li:last-of-type {
		margin: 0;
		padding-top: 0;
	}

	#main #features .innerList .inner {
		width: auto;
		float: none;
	}

	#main #features .innerList .inner p {
		font-size: 1.4em;
		line-height: 1.64;
	}

	#main #features .innerList .inner .pTtl {
		margin-bottom: 15px;
		font-size: 2.1em;
		font-weight: bold;
		line-height: 1.24;
	}

	#main #features .innerList dl {
		float: none;
	}

	#main #features .innerList dt {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
}

#main #business {
	padding: 124px 0 90px;
	background: url(../images/index/business_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#main #business .photoUl {
	margin: 0 auto;
	width: 960px;
}

#main #business .photoUl > li {
	padding: 0 10px;
	width: 300px;
	float: left;
}

#main #business .photoUl > li a {
	display: block;
	text-decoration: none;
}

#main #business .photoUl > li a:hover {
}

#main #business .photoUl .photo {
	margin-bottom: 15px;
	text-align: center;
}

#main #business .photoUl a:hover .photo {
	opacity: .7;
	text-decoration: none;
}

#main #business .photoUl .heading01 {
	margin-bottom: 28px;
	padding-bottom: 12px;
	border-bottom: 3px solid #482d0d;
	font-size: 3em;
	text-align: center;
}

#main #business .photoUl a:hover .heading01 {
	opacity: 0.7;
}

#main #business .photoUl p {
	margin: 0 45px;
	font-size: 1.4em;
	line-height: 1.75;
}

#main #business .photoUl .item {
	margin-bottom: 34px;
}

#main #business .photoUl a:hover .item {
	color: #e4007f;
}

#main #business .photoUl .ulBox {
	margin-left: 30px;
}

#main #business .photoUl .ulBox ul {
	float: left;
}

#main #business .photoUl .ulBox li {
	font-size: 1.4em;
	line-height: 1.75;
}

#main #business .photoUl .ulBox li i {
	margin: -3px 3px 0 0;
	display: inline-block;
	color: #fbbfa3;
	vertical-align: middle;
}

#main #business .photoUl .ulBox ul:last-of-type {
	width: 110px;
	float: right;
}

#main #business .photoUl .comLink {
	margin: 0 auto;
	width: 200px;
	font-size: 1em;
}

#main #business .photoUl .comLink .bgLink {
	padding: 7px 0;
	border-radius: 5px;
	font-size: 1.4em;
}

#main #business .photoUl .comLink i {
	margin-top: -8px;
	right: 22px;
	font-size: 1.190em;
}

#main #business .photoUl > li a:hover .comLink .bgLink {
	background: #e4007f;
	border-color: #e4007f;
	color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main #business {
		padding: 30px 10px 15%;
		background: url(../images/index/business_bg_sp.jpg) no-repeat center bottom;
		background-size: cover;
	}

	#main #business .photoUl {
		margin: 0;
		width: auto;
	}

	#main #business .photoUl > li {
		padding: 0 0 40px;
		width: auto;
		float: none;
	}

	#main #business .photoUl > li:last-of-type {
		padding-bottom: 0;
	}

	#main #business .photoUl .photo {
		margin: 0 auto 15px;
		width: 80%;
		text-align: center;
	}

	#main #business .photoUl .photo img {
		width: 100%;
	}

	#main #business .photoUl p {
		color: #000;
	}

	#main #business .photoUl .item {
		margin-bottom: 20px;
	}

	#main #business .photoUl .ulBox {
		margin-left: 35px;
	}

	#main #business .photoUl .ulBox ul {
		width: 56%;
		float: left;
	}

	#main #business .photoUl .ulBox li {
		font-size: 1.4em;
		line-height: 1.75;
	}

	#main #business .photoUl .ulBox li i {
		margin: -3px 0 0 0;
		display: inline-block;
		color: #fbbfa3;
		vertical-align: middle;
	}

	#main #business .photoUl .ulBox ul:last-of-type {
		width: 42%;
		float: right;
	}

	#main #business .photoUl .comLink {
		margin: 0 auto;
		width: 70%;
	}
}

#news .comHeading01 {
	margin-bottom: 30px;
	padding-bottom: 23px;
}

#news .comHeading01 span {
	margin-bottom: 9px;
}

#news {
	padding: 65px 0 42px;
	background: url(../images/index/news_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#news .txtBox {
	margin: 0 auto 44px;
	padding: 38px 40px 64px;
	width: 880px;
	background: url(../images/index/news_bg01.png) repeat left top;
	border-radius: 10px;
}

#news .newsDl {
	margin-bottom: 32px;
	font-size: 1.6em;
}

#news .newsDl dt {
	padding-top: 19px;
	float: left;
	font-weight: bold;
}

#news .newsDl dd {
	padding: 19px 0 16px 8.7em;
	border-bottom: 1px solid #c3c5bd;
}

#news .newsDl dd a {
	display: block;
	position: relative;
}

#news .newsDl dd a i {
	position: absolute;
	top: 6px;
	right: 0;
	font-size: .85em;
}

#news .newsTxt {
	margin-bottom: 36px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

#news .comLink i {
	margin-top: -7px;
	right: 27px;
	font-size: .8em;
}

#news .newsPho img {
	width: 100%;
	height: auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#news .comHeading01 {
		margin-bottom: 0;
		padding-bottom: 18px;
	}

	#news .comHeading01 span {
		margin-bottom: 5px;
	}

	#news {
		padding: 30px 10px 34px;
		background: #7fb716 url(../images/index/sp_news_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	#news .txtBox {
		margin-bottom: 26px;
		padding: 18px 10px 30px;
		width: auto;
	}

	#news .newsDl {
		margin-bottom: 18px;
	}

	#news .newsDl dt {
		padding-top: 13px;
		float: none;
		color: #333;
	}

	#news .newsDl dd {
		padding: 0 0 10px;
	}

	#news .newsDl dd a {
		color: #333;
	}

	#news .newsDl dd a i {
		display: none;
	}

	#news .newsTxt {
		margin-bottom: 24px;
		color: #333;
		text-align: left;
	}

	#news .comLink i {
		margin-top: -6px;
		font-size: .7em;
	}

	#news .newsPho {
		margin: 0 -10px;
	}

	#access {
		padding: 21px 10px 83px;
		background: url(../images/index/sp_access_bg.jpg) no-repeat center bottom;
		background-size: 100% auto;
	}
}

#access {
	padding: 53px 0 147px;
	background: url(../images/index/access_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#access .comHeading01 {
	margin-bottom: 0;
	padding-bottom: 46px;
}

#access .comHeading01 span {
	margin-bottom: 7px;
}

#access .accessDl {
	margin: 0 auto;
	width: 790px;
}

#access .accessDl dt {
	margin-top: -7px;
	float: left;
	font-size: 2.3em;
	font-weight: bold;
}

#access .accessDl dt i {
	margin-right: 11px;
	width: 41px;
	color: #7bb5d1;
	font-size: 1.5em;
	text-align: center;
}

#access .accessDl .color01 i {
	color: #9ea191;
}

#access .accessDl .color02 i {
	color: #b19d7b;
}

#access .accessDl dd {
	padding: 0 0 28px 6.3em;
	font-size: 1.8em;
	line-height: 1.75;
}

#access .map {
	margin-bottom: 44px;
	width: 100%;
	height: 400px;
}

#access .accessTtl {
	margin-bottom: 32px;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#access {
		padding: 21px 0 83px;
		background: url(../images/index/sp_access_bg.jpg) no-repeat center bottom;
		background-size: cover;
	}

	#access .comHeading01 {
		margin: 0;
		padding-bottom: 20px;
	}

	#access .comHeading01 span {
		margin-bottom: 3px;
	}

	#access .accessDl {
		margin: 0 10px;
		width: auto;
	}

	#access .accessDl dt {
		margin: 0 0 10px;
		float: none;
		font-size: 2.0em;
	}

	#access .accessDl dt:nth-of-type(1) {
		margin-bottom: 2px;
	}

	#access .accessDl dt i {
		margin-right: 7px;
		width: 40px;
		font-size: 1.5em;
	}

	#access .accessDl dd {
		padding: 0 0 19px;
		font-size: 1.4em;
	}

	#access .accessDl dd:nth-of-type(1) {
		padding-bottom: 13px;
	}

	#access .map {
		margin: 0 0 15px;
		width: 100%;
		height: 400px;
	}

	#access .accessTtl {
		margin: 0 10px 29px;
		font-size: 1.6em;
		text-align: left;
	}
}
