@charset "UTF-8";
section {
	padding: 56px 0;
	border: none;
}
@media only screen and (max-width: 959px) {
	section {
		padding: 32px 0;
	}
}


/**
 * top mv
**/
.main-vis {
	display: block;
	position: relative;
}

.main-vis > .c-head {
	border-top: solid 1px #cfcece;
	background: #fff;
	margin: 0;
	position: relative;
	z-index: 10;
}


.main-vis__inner {
	padding-top: 16px;
	padding-bottom: 24px;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 959px) {
	.main-vis__inner {
		padding: 16px;
	}
}

.main-vis__body {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media only screen and (max-width: 959px) {
	.main-vis__body {}
}

.main-vis__ttl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 16px;
}
.main-vis__ttl > i {
	display: block;
	width: 3.6em;
}
.main-vis__ttl > i > img {
	width: 100%;
	height: auto;
}
.main-vis__ttl > span {
	display: block;
	width: calc( 100% - 3.6em );
	padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
	.main-vis__ttl {font-size: 18px;}
	.main-vis__search:first-child .main-vis__ttl {margin-bottom: 56px;}
	.main-vis__ttl > i {width: 2em;}
	.main-vis__ttl > span {width: calc( 100% - 2em );}
}

.main-vis__search {
	border-radius: 16px;
	background: #fff;
	width: calc( ( 100% - 32px * 2 ) / 2 );
	margin: 0 16px;
	padding: 16px 24px 24px;
	position: relative;
}
@media only screen and (max-width: 959px) {
	.main-vis__search {
		width: 100%;
		margin: 0;
		padding: 16px 16px 0;
	}
	.main-vis__search + .main-vis__search {margin-top: 16px;}
}


.main-vis__search > .top__search--map {}
.main-vis__search > .top__search--map svg {
	width: 100%;
	height: 460px;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain;object-position: center center;';
}
@media only screen and (max-width: 767px) {
	.main-vis__search > .top__search--map {
		margin-left: -16px;
		margin-right: -16px;
	}
	.main-vis__search > .top__search--map svg {
		width: 100%;
		height: 340px;
		margin-top: -32px;
	}
}

.main-vis__search > .top__search--list {}
.main-vis__search > .top__search--list::after {
	content: '';
	display: block;
	background-image: url("../images/img-search-wonan-reco.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 170px;
	height: 270px;
	position: absolute;
	right: 24px;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}
.main-vis__search > .top__search--list > li {}
@media (min-width: 960px) {
	.main-vis__search > .top__search--list > li:nth-child(5) {margin-right: calc( ( 100% - 8px * 6 ) / 3 );}
}
@media only screen and (max-width: 959px) {
	.main-vis__search > .top__search--list > li:nth-child(5) {margin-right: calc( ( 100% - 8px * 6 ) / 3 );}
}
@media only screen and (max-width: 767px) {
	.main-vis__search > .top__search--list {padding-bottom: 64px;}
	.main-vis__search > .top__search--list::after {height: 180px;}
	.main-vis__search > .top__search--list > li:nth-child(5) {margin-right: 4px;}
	.main-vis__search > .top__search--list > li:nth-child(n+7) {margin-right: calc( ( 100% - 4px * 4 ) / 2 );}
}


.main-vis__search > .top__search--list > li > .btn {}
.main-vis__search > .top__search--list > li > .btn > a {
	box-shadow: 0 4px 0 0 #c1c1c1;
	border-radius: 16px;
	border: solid 3px #c1c1c1;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	height: 120px;
}
.main-vis__search > .top__search--list > li > .btn > a:focus,
.main-vis__search > .top__search--list > li > .btn > a:hover {
	box-shadow: 0 0 0 0 #c1c1c1;
}
.main-vis__search > .top__search--list > li > .btn > a > i {
	display: block;
	text-align: center;
	width: 100%;
}
.main-vis__search > .top__search--list > li > .btn > a > i > img {
	width: 100%;
	height: 80px;
	opacity: 0.24;
}
.main-vis__search > .top__search--list > li > .btn > a > span {
	display: block;
	text-align: center;
}
@media only screen and (max-width: 1440px) {
	.main-vis__search > .top__search--list > li > .btn > a {
		font-size: 16px;
		height: 120px;
	}
	.main-vis__search > .top__search--list > li > .btn > a > i > img {
		width: 100%;
		height: 80px;
	}
}
@media only screen and (max-width: 959px) {
	.main-vis__search > .top__search--list > li > .btn > a {
		font-size: 16px;
		height: 120px;
	}
	.main-vis__search > .top__search--list > li > .btn > a > i > img {
		width: 100%;
		height: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__search > .top__search--list > li > .btn > a {
		font-size: 16px;
		height: 96px;
	}
	.main-vis__search > .top__search--list > li > .btn > a > i > img {
		width: 100%;
		height: 56px;
	}
}


.main-vis__feature {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 16px;
	background: #fff;
	width: calc( 100% - 32px );
	margin: 32px 16px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.main-vis__feature {
		width: 100%;
		margin: 16px 0 0;
	}
}

.main-vis__feature--list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc( 100% - 16.66% );
	margin: 0;
	padding: 16px 0 16px 20%;
	position: relative;
}
.main-vis__feature--list > li {
	width: 100%;
	margin: 0 12px;
}
.main-vis__feature--list::before {
	content: '';
	background-image: url("../images/img-search-wonan-check.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 25%;
	height: 208px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}
@media only screen and (max-width: 1200px) {
	.main-vis__feature--list {
		width: calc( 100% - 16.66% );
		padding: 16px 0 16px 12.5%;
	}
	.main-vis__feature--list::before {
		width: 20%;
		height: 100%;
		transform: translate(-8.33%,0);
	}
	.main-vis__feature--list > li {
		width: 100%;
		margin: 0 6px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__feature--list {
		flex-wrap: wrap;
		max-width: 300px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 12px 18px 0;
	}
	.main-vis__feature--list::before {
		width: 33.33%;
		height: 100%;
		transform: translate(-66.66%,0);
		z-index: 5;
	}
	.main-vis__feature--list > li {
		width: calc( ( 100% - 6px * 4 ) / 2 );
		margin: 12px 6px 0;
		position: relative;
		z-index: 1;
	}
	.main-vis__feature--list > li:nth-child(-n+2) {margin-top: 0;}
}


.main-vis__feature-circle {
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.main-vis__feature-circle::before {
	content: '';
	display: block;
	padding: 100% 0 0;
	position: relative;
	z-index: 1;
}
.main-vis__feature-circle > span {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	.main-vis__feature-circle > span {
		font-size: 18px;
		line-height: 26px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.main-vis__feature-circle > span {
		font-size: 16px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__feature-circle > span {
		font-size: 14px;
		line-height: 22px;
	}
}


.main-vis__feature--cta {
	width: 16.66%;
}
@media only screen and (max-width: 767px) {
	.main-vis__feature--cta {
		width: 100%;
		padding: 16px;
	}
}

.main-vis__feature--faq {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 16px 0 0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214px%22%20height%3D%2222px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(209%2C%20209%2C%20211)%22%20stroke-width%3D%220px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20d%3D%22M13.1000%2C11.015%20L0.687%2C22.015%20L0.687%2C0.015%20L13.1000%2C11.015%20Z%22%2F%3E%3C%2Fsvg%3E');
	background-position: right 16px top 50%;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-color: #cdcbcb;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	height: 80px;
	padding: 16px;
	overflow: hidden;
}
.main-vis__feature--register {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 0 0 16px 0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214px%22%20height%3D%2222px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(209%2C%20209%2C%20211)%22%20stroke-width%3D%220px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M13.1000%2C11.015%20L0.687%2C22.015%20L0.687%2C0.015%20L13.1000%2C11.015%20Z%22%2F%3E%3C%2Fsvg%3E');
	background-position: right 16px top 50%;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-color: #ff0000;
	color: #fff051;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	height: 136px;
	padding: 16px;
	overflow: hidden;
}
.main-vis__feature--register > b {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.main-vis__feature--register > span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 8px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.main-vis__feature--faq {
		font-size: 16px;
		background-position: right 8px top 50%;
		background-size: 8px auto;
	}
	.main-vis__feature--register {
		font-size: 16px;
		background-position: right 8px top 50%;
		background-size: 8px auto;
	}
	.main-vis__feature--register > b {font-size: 16px;}
	.main-vis__feature--register > span {font-size: 20px;}
}
@media only screen and (max-width: 767px) {
	.main-vis__feature--faq {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 8px;
		background-position: right 8px top 50%;
		background-size: 8px auto;
		font-size: 18px;
		height: 64px;
		padding: 8px;
	}
	* + .main-vis__feature--faq {margin-top: 8px;}

	.main-vis__feature--register {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 8px;
		background-position: right 8px top 50%;
		background-size: 8px auto;
		font-size: 18px;
		height: 64px;
		padding: 8px;
	}
	* + .main-vis__feature--register {margin-top: 8px;}
	.main-vis__feature--register > b {
		display: block;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
	}
	.main-vis__feature--register > span {
		display: block;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 0 8px;
	}
}



.main-vis__txt {
	width: 100%;
	margin: 0;
	z-index: 1;
}
.main-vis__txt .copy {
	width: 33.33%;
	font-size: inherit;
}
.main-vis__txt .copy img {
	max-width: 360px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-top: 5rem;
}

.main-vis__txt h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	max-width: 344px;
	width: 100%;
	margin: 0 auto;
}
.main-vis__txt h1 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
}
/*.main-vis__txt p {}*/

@media only screen and (max-width: 959px) {
	.main-vis__txt h1 {
		max-width: 180px;
		padding-top: 24px;
	}
	/*.main-vis__txt p {}*/
}
@media only screen and (max-width: 767px) {
	.main-vis__txt {}
	.main-vis__txt .copy {}
	.main-vis__txt h1 {
		max-width: 60vw;
		padding-top: 6.66vw;
	}
	/*.main-vis__txt p {}*/
}

.main-vis__cta.btn {
	max-width: 428px;
	margin-top: 40px;
	position: relative;
}
@media only screen and (max-width: 959px) {
	.main-vis__cta.btn {
		margin: 0;
		padding: 16px 24px 16px;
		position: absolute;
		bottom: 16px;
		left: 50%;
		transform: translate(-50%,0);
	}
}
@media only screen and (max-width: 767px) {
	
}

.main-vis__cta.btn > a {
	border: none;
	box-shadow: 0 4px 0 0 #cb536f;
}
.main-vis__cta.btn > a > em {
	display: block;
	color: #ff0000;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05ex;
	width: 100%;
}
.main-vis__cta.btn > a > span {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05ex;
	width: 100%;
	margin-top: 8px;
}
@media only screen and (max-width: 767px) {
	.main-vis__cta.btn > a > em {
		font-size: 20px;
		letter-spacing: 0.05ex;
	}
	.main-vis__cta.btn > a > span {
		font-size: 14px;
		letter-spacing: 0.05ex;
		margin-top: 8px;
	}
}


.main-vis__form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 950px;
	margin: 5% auto 0;
	z-index: 1;
}
@media only screen and (max-width: 959px) {
	.main-vis__form {
		width: calc( 100% + 8px * 2 );
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__form {
		width: calc( 100% + 8px * 2 );
		margin: 5% -8px 0;
	}
}

.main-vis__select {
	display: block;
	width: calc( ( 100% - 8px * 8 ) / 4 );/* NTOE:4均等幅 */
	height: 80px;
	margin: 0 8px;
	cursor: pointer;
}
.main-vis__select > select {
	border-radius: 10px;
	border: none;
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1ex;
	width: 100%;
	height: 100%;
	padding: 0 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.main-vis__select > select::-ms-expand {display: none}

@media only screen and (max-width: 959px) {
	.main-vis__select {
		width: calc( ( 100% - 8px * 6 ) / 3 );/* NTOE:2均等幅 */
		margin: 16px 8px 0;
		height: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__select {
		width: calc( 100% - 8px * 2 );/* NTOE:2均等幅 */
		height: 56px;
		margin: 16px 8px 0;
	}
	.main-vis__select > select {
		font-size: 16px;
		font-weight: 500;
	}
}

.main-vis__btn {
	display: block;
	width: calc( ( 100% - 8px * 8 ) / 4 );/* NTOE:4均等幅 */
	height: 80px;
	margin: 0 8px;
	cursor: pointer;
}
.main-vis__btn > a,
.main-vis__btn > button {
	border-radius: 10px;
	background: linear-gradient(to bottom,#ffc400,#fe7c49);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1ex;
	width: 100%;
	height: 100%;
	padding: 0 28px;
}

@media only screen and (max-width: 959px) {
	.main-vis__btn {
		width: calc( ( 100% - 8px * 6 ) / 3 );/* NTOE:2均等幅 */
		margin: 16px 8px 0;
		height: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__btn {
		width: calc( 100% - 8px * 2 );/* NTOE:2均等幅 */
		height: 56px;
		margin: 16px 8px 0;
	}
	.main-vis__btn > a,
	.main-vis__btn > button {
		font-size: 16px;
		font-weight: 700;
	}
}

.main-vis__slider {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.main-vis__background {
	height: 100%;
}

.main-vis__background.type--01 {
	background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
	background-size: cover;
}
.main-vis__background.type--02 {
	background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
	background-size: cover;
}
.main-vis__background.type--03 {
	background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
	background-size: cover;
}
@media only screen and (max-width: 959px) {
	.main-vis__background.type--01 {
		background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
		background-size: cover;
	}
	.main-vis__background.type--02 {
		background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
		background-size: cover;
	}
	.main-vis__background.type--03 {
		background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__background.type--01 {
		background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
		background-size: cover;
	}
	.main-vis__background.type--02 {
		background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
		background-size: cover;
	}
	.main-vis__background.type--03 {
		background: url(../images/main-vis__img.jpg) no-repeat center top #fff;
		background-size: cover;
	}
}

.main-vis__slider .slick-prev {
	left: 10px;
}
.main-vis__slider .slick-next {
	right: 10px;
}


/**
 * top search
 * NOTE: 共通パーツ
**/
.top__search {
	background: #f3f4f4;
}
.top__search .l-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	/*background-image: url("../images/top-search__img.png");
	background-repeat: no-repeat;
	background-position: right 48px bottom 128px;
	background-size: 33.33% auto;*/
}
@media (min-width: 960px) {
	.top__search .l-container {margin-top: -40px;}
	.top__search--item {
		width: calc( ( 100% - 64px ) / 2 );
		margin: 40px 0 0;
	}
	.top__search--item.item--wide {width: 100%;}
}
@media only screen and (max-width: 959px) {
	.top__search .l-container {margin-top: -40px;}
	.top__search--item {
		width: calc( ( 100% - 40px ) / 2 );
		margin: 40px 0 0;
	}
	.top__search--item.item--wide {width: 100%;}
}
@media only screen and (max-width: 767px) {
	.top__search .l-container {margin-top: -24px;
    background-image: none;}
	.top__search--item {
		width: 100%;
		margin: 24px 0 0;
	}
	.top__search--item.item--wide {width: 100%;}
}


/**
 * top search list
 * NOTE: 共通パーツ
**/
.top__search--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media (min-width: 960px) {
	.top__search--list {margin: -16px -8px 0;}
	.top__search--list > li {
		width: calc( ( 100% - 8px * 6 ) / 3 );
		margin: 16px 8px 0;
	}
	.top__search--list.col--4 > li {
		width: calc( ( 100% - 8px * 8 ) / 4 );/* 4col */
		margin: 16px 8px 0;
	}
}
@media only screen and (max-width: 959px) {
	.top__search--list {margin: -16px -8px 0;}
	.top__search--list > li {
		width: calc( ( 100% - 8px * 6 ) / 3 );
		margin: 16px 8px 0;
	}
}
@media only screen and (max-width: 767px) {
	.top__search--list {margin: -12px -4px 0;}
	.top__search--list > li {
		width: calc( ( 100% - 4px * 4 ) / 2 );/* 2col */
		margin: 12px 4px 0;
	}
}

.top__search--list > li > .btn {
	max-width: none;
	margin-top: 0;
}
.top__search--list > li > .btn > a:focus,
.top__search--list > li > .btn > a:hover {
	/*border-color: #ffc400;
	background: linear-gradient(to bottom,#ffc400,#fe7c49);
	color: #fff;*/
	font-feature-settings: 'palt';
}


/**
 * top search map
 * NOTE: 共通パーツ
**/
.top__search--map {}
.top__search--map svg {width: 100%;}
@media (min-width: 960px) {
	.top__search--map {margin-top: -80px;}
}
@media only screen and (max-width: 959px) {
	.top__search--map {margin-top: -48px;}
}
@media only screen and (max-width: 767px) {
	.top__search--map {margin-top: -32px;}
}


/**
 * top search map
 * NOTE: 共通パーツ
**/
.top__search--form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media (min-width: 960px) {
	.top__search--form {margin: -46px -18px 0;}
	.top__search--form_item {
		width: calc( ( 100% - 18px * 6 ) / 3 );
		margin: 46px 18px 0;
	}
	.top__search--form_item.item--wide {width: calc( 100% - 18px * 2 );}
}
@media only screen and (max-width: 959px) {
	.top__search--form {margin: -46px -18px 0;}
	.top__search--form_item {
		width: calc( ( 100% - 18px * 6 ) / 3 );
		margin: 46px 18px 0;
	}
	.top__search--form_item.item--wide {width: calc( 100% - 18px * 2 );}
}
@media only screen and (max-width: 767px) {
	.top__search--form {margin: 0;}
	.top__search--form_item {
		width: 100%;
		margin: 0;
	}
	.top__search--form_item + .top__search--form_item {margin-top: 24px;}
	.top__search--form_item.item--wide {width: 100%;}
}

.top__search--form_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.top__search--form_item > * {width: 100%;}

.top__search--form_item_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 24px;
}
.top__search--form_item_title > em {color: #1ad0d0;}
@media only screen and (max-width: 959px) {
	.top__search--form_item_title {
		font-size: 14px;
		margin: 0 0 14px;
	}
}
@media only screen and (max-width: 767px) {
	.top__search--form_item_title {
		font-size: 14px;
		margin: 0 0 14px;
	}
}

.top__search .select {
	display: block;
	max-width: 640px;
}
.top__search .select > select {
	border-color: #fff;
	background-color: #fff;
	color: inherit;
	font-weight: 600;
	width: 100%;
	height: 100px;
	padding-left: 1.5em;
}
@media only screen and (max-width: 959px) {
	.top__search .select {max-width: 440px;}
	.top__search .select > select {}
}
@media only screen and (max-width: 767px) {
	.top__search .select {max-width: none;}
	.top__search .select > select {height: 56px;}
}


/**
 * top result
**/
.top__result {
	background: #fff;
	color: inherit;
}
.top__result-head {
	margin: 0 0 56px;
	position: relative;
}
.top__result-head_ttl {
	text-align: center;
	position: relative;
	z-index: 1;
}
.top__result-head_ttl::before {
	content: '';
	display: block;
	background-image: url("../images/top-joblist__bg.png");
	background-repeat: no-repeat;
	background-position: center 3%;
	background-size: 46% auto;
	width: 256px;
	height: 256px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,50%);
}
.top__result-head_ttl::after {
	content: '';
	display: block;
	border-top: solid 2px;
	width: 4em;
	margin: 2em auto 0;
	position: relative;
	z-index: 5;
}
.top__result-head_ttl > small {
	display: block;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.1ex;
	position: relative;
	z-index: 5;
}
.top__result-head_ttl > span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1ex;
	margin: 2em 0 0;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 959px) {
	.top__result-head_ttl > small {font-size: 56px;}
	.top__result-head_ttl > span {font-size: 16px;}
}
@media only screen and (max-width: 767px) {
	.top__result-head_ttl > small {font-size: 24px;}
	.top__result-head_ttl > span {font-size: 14px;}
}

.top__result-head_link.btn,
.top__result-head_link {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin: 0;
}
@media only screen and (max-width: 959px) {
	.top__result-head_link.btn,
	.top__result-head_link {
		width: 180px;
	}
}
@media only screen and (max-width: 767px) {
	.top__result-head_link.btn,
	.top__result-head_link {
		width: 96px;
	}
	.top__result-head_link.btn a {
		height: 56px;
	}
}

.top__result .result__name {display: none;}
.top__result .result__rate {display: none;}
.top__result .result__eval {display: none;}
.top__result .result__txt  {}

/**
 * top knowledge
**/
.top__knowledge {}
.top__knowledge--list.knowledge__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: -40px -20px 0;
}
@media (min-width: 960px) {
	
	.top__knowledge--list.knowledge__list {margin: -40px -20px 0;}
	
	/* 1st 2nd list item size */
	.top__knowledge--list .knowledge__item:nth-child(1),
	.top__knowledge--list .knowledge__item:nth-child(2) {
		width: calc( ( 100% - 20px * 4 ) / 2 );
		margin: 40px 20px 0;
	}
	
	/* other list item size */
	.top__knowledge--list .knowledge__item {
		width: calc( ( 100% - 20px * 8 ) / 4 );
		margin: 40px 20px 0;
	}
	
	/* 1st 2nd image aspect ratio */
	.top__knowledge--list .knowledge__item:nth-child(1) .knowledge__img::before {padding: 75% 0 0;}
	.top__knowledge--list .knowledge__item:nth-child(2) .knowledge__img::before {padding: 75% 0 0;}
}
@media (min-width: 768px) and (max-width: 959px) {
	.top__knowledge--list.knowledge__list {margin: -24px -8px 0;}
	
	/* 1st list item size */
	.top__knowledge--list .knowledge__item:nth-child(1) {
		width: calc( 100% - 8px * 2 );
		margin: 24px 8px 0;
	}
	
	/* other list item size */
	.top__knowledge--list .knowledge__item {
		width: calc( ( 100% - 8px * 6 ) / 3 );
		margin: 24px 8px 0;
	}
	
	/* 1st 2nd image aspect ratio */
	.top__knowledge--list .knowledge__item:nth-child(1) .knowledge__img::before {padding: 75% 0 0;}
}
@media only screen and (max-width: 767px) {
	.top__knowledge--list.knowledge__list {margin: -16px -8px 0;}
	.top__knowledge--list .knowledge__item {
		width: calc( ( 100% - 8px * 4 ) / 2 );
		margin: 16px 8px 0;
	}
}





/**
 * top news
**/
.top__news {}
.top__news--list {}

.top__news--list > li > a,
.top__news--list > li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.top__news--list > * + li {margin-top: 20px;}
.top__news--list > li > a {width: 100%;}
.top__news--list > li > a:hover {
	text-decoration: underline;
}

.top__news--list > li time {
	display: block;
	font-size: 16px;
	line-height: 2;
	width: 120px;
}
.top__news--list > li p {
	display: block;
	font-size: 16px;
	line-height: 2;
	width: calc( 100% - 120px );
}
@media only screen and (max-width: 959px) {
	.top__news--list > li time {
		font-size: 14px;
		width: 96px;
	}
	.top__news--list > li p {
		font-size: 14px;
		width: calc( 100% - 96px );
	}
}
@media only screen and (max-width: 767px) {
	.top__news--list > li time {
		font-size: 12px;
		width: 96px;
	}
	.top__news--list > li p {
		font-size: 12px;
		width: calc( 100% - 96px );
	}
}


/**
 * top banner
**/
.top__bnr {
	padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
	.top__bnr {
		padding: 0 0 80px;
	}
}
.top__bnr-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.top__bnr-box > * {width: 100%;}
.top__bnr-box > * + * {margin-top: 16px;}

.top__bnr-box a {
	display: block;
	max-width: 970px;
}

/**
 * top feature
**/
.feature {
	background: #f1f1f2;
	padding: 56px 0 64px;
}

.feature__desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature__desc--ttl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
	width: 100%;
	margin: 0 0 40px;
}
.feature__desc--ttl > img {
	max-width: 314px;
	width: 100%;
	height: auto;
	line-height: 1;
}
.feature__desc--ttl > span {
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	transform: translate(0,8.33%);
}
@media only screen and (max-width: 767px) {
	.feature__desc--ttl {
		margin: 0 0 32px;
	}
	.feature__desc--ttl > img {max-width: 220px;}
	.feature__desc--ttl > span {
		font-size: 16px;
	}
}

.feature__desc--img {
	width: 368px;
}
.feature__desc--img > img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.feature__desc--img {
		width: 100%;
		text-align: center;
	}
	.feature__desc--img img {max-width: 192px;}
}

.feature__desc--txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	width: calc( 100% - 368px );
	padding: 0 0 0 64px;
}
.feature__desc--lead {
	color: #f00;
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
}
.feature__desc--txt > * + p {margin-top: 24px;}
@media screen and (max-width: 767px) {
	.feature__desc--txt {
		font-size: 14px;
		line-height: 28px;
		width: 100%;
		padding: 24px 0 0;
	}
	.feature__desc--lead {
		font-size: 20px;
		line-height: 30px;
	}
}


.feature__list {}
.feature__item {
	width: 18.4%;
	margin-right: 2%;
}
@media screen and (min-width: 768px) {
	.feature__item:nth-child(5n) {
		margin-right: 0;
	}
}
.feature__img {}
.feature__img img {
	height: 16rem;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: .5rem;
}
.feature__desc {
	margin-top: 1rem;
}
.feature__ttl {
	font-weight: 700
}
.feature__txt {
	margin-top: .5rem;
}
@media screen and (max-width: 767px) {
	.feature__item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 2rem;
	}
	.feature__item:nth-child(2n) {
		margin-right: 0;
	}
}
.top__result .slick-list {
	z-index: 2;
}
