@charset "UTF-8";
/* ==========ホーム専用========== */
/* .mainvisual */
div.mainvisual {
	background: url(../img/back_mainvisual01.gif) repeat-x left top;
	background-color: #F9F9F9;
}
/* .slider */
div.slider {
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	width: 960px;
}
div.slider ul {
	list-style: none;
}
/* .arrow */
ul.arrow li a {
	position: absolute;
}
a.arrow-left {
	left: 0;
	top: 140px;
}
a.arrow-right {
	right: 0;
	top: 140px;
}
/* .slogan */
section.slogan {
	border-bottom: none; /* reset */
	margin: 2em auto;
	padding: 0; /* reset */
	text-align: center;
}
section.slogan h1 {
	margin-bottom: 1em;
}
section.slogan p {
	margin: 0 auto;
	width: 640px;
}
section.youtube {
	background-color: #08C;
	border-bottom: none; /* reset */
	margin-bottom: 40px;
	width: 100%;
}
section.youtube h1 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
section.youtube div {
	margin: 0 auto 10px;
	width: 960px;
}
section.youtube div iframe {
	float: left;
	margin-right: 80px;
}
section.youtube div h2 {
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
}
section.youtube div p {
	color: #FFF;
}
/* .contents */
ul.contents {
	list-style: none;
	margin: 0 auto;
	width: 960px;
}
ul.contents li {
	float: left;
	margin-bottom: 1em;
}
ul.contents li:first-child, ul.contents li:nth-child(3) {
	margin-right: 30px;
}
ul.contents li:nth-child(5) {
	margin-left: 10px;
}
ul.contents li:nth-child(5), ul.contents li:nth-child(6), ul.contents li:nth-child(7) {
	margin-right: 20px;
	margin-top: 16px;
}
ul.contents li:last-child {
	margin-right: 0;
	margin-top: 16px;
}
/* ==========ガッチリ評価========== */
.gacchiri {
	background: url(../gacchiri/img/genkotsu_back_02.png) no-repeat center /360px;
	background-color: #CCE9F6;
	/*	background-image: url(../gacchiri/img/genkotsu_back.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 350px) center;
	background-size: 640px;*/
	border-bottom: none; /* reset */
	padding: 60px 0 30px;
	position: relative;
	width: 100%;
}
.gacchiri > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 90%;
	width: 960px;
}
.gacchiri > div > * {
	width: 40%;
}
.gacchiri > div > *:first-of-type {
	width: 55%;
}
.gacchiri > div > * p {
	margin-bottom: 15px;
}
.gacchiri h1 img {
	width: 100%;
}
/*.gacchiri h2 {
    color: #182987;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}*/
.gacchiri .button {
	/*background-color: #E73828;*/
	background: url(../img/arrow_back.png) no-repeat center /100% 100%;
	border-radius: 10px;
	color: #FFF;
	display: inline-block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	max-width: 640px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
@media screen and (max-width: 767px) {
	.gacchiri > div {
		box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.gacchiri > div > * {
		text-align: center;
		width: 100% !important;
	}
}

/* ========== アイビーウィル新体制のお知らせ ========== */
.collaboration {
	background-color: #CCE9F6;
	border-bottom: none;
    padding: 0 0 4em; 
    width: 100%;
}
.collaboration .white {
	background-color: #F9F9F9;
}
.collaboration .mainvisual {
	background-color: #CCE9F6;
    background-image: url(../img/photo_mainvisual_ibwill_01.jpg);
    background-position: center;
    background-size: cover;
    height: 420px;
	margin: 0 auto 3em;
    max-width: 1440px;
    width: 100%;
}
.collaboration h1 {
	background-image: url(../img/img_home_mark01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px;
	height: 60px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 auto 0.5em;
	text-align: center;
}
.collaboration p {
	margin: 0 auto 1em;
	width: 540px;
}
.collaboration .button {
	font-size: 1.5rem;
	line-height: 1.4em;
	margin: 1.5em auto 0;
	text-align: center;
}
.collaboration .button a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #d97973;
    border-bottom: 3px solid #b16867;
    border-radius: 3px;
    color: #FFF;
	display: inline-block;
    font-size: 1.35rem;
	line-height: 1.25em;
    text-align: left;
	text-decoration: none;
    padding: 15px 30px;
}
.collaboration .button a img {
	margin-right: 15px;
	height: 45px;
	width: 45px;
}
.collaboration .button a span.container {
	align-items: center;
	display: flex;
}
.collaboration .button a:hover {
	background-color: #f99993;
}

