/*--------------------------------------------------------------
  Front Page
--------------------------------------------------------------*/
main {
  /* margin-top: 0px; */
}
.mainvisual {
	max-width: unset;
	background-color: #000;
}
.mainvisual img {
	width: 100%;
	max-height: 600px;
	/* max-width: 100%; */
	opacity: 0.5;
	vertical-align: top;
	object-position: center;
	object-fit: cover;
}

.vision {}

.vision .message {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.vision .message figure {
	width: 130px;
	position: absolute;
	right: 20px;
	top: calc((100% - 180px) / 2);
	z-index: -1;
}

.vision .message figure img {
	width: 100%;
	opacity: 0.5;
	display:block;
}

.vision .message .column-content {
	margin: 0 auto;
	max-width: 640px;
	text-align: center;
}

.ability p {
	max-width: 720px;
	margin: 0 auto;
}

.number .hogehoge h3 {
	font-size: 4rem;
}
.number figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.number .getty.embed.image > div:nth-of-type(1){
	/* display: none !important; */
	position: absolute;
	z-index: 100;
}
.number .getty.embed.image > div:nth-of-type(2){
	padding-top: 75% !important;
}

.scout-place {}

.scout-place .grid-container {
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	grid-gap: 20px;
}

.scout-place .grid-container h4 {
	font-size: 2.4rem;
}

.scout-place .grid-container a {
	word-break: break-all;
}

.contact {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.contact .content-inner {
	max-width: 640px;
}
.contact .message {
	text-align: center;
	line-height: 1.5;
	padding-bottom: 100px;
}
.contact .td.radio_type {
	margin: 0 auto;
	padding: 0 .7em;
	width: 100%;
	max-width: 454px;
	font-size: 1.8rem;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 30px;
}
.contact .th,
.contact .td {
	margin: 0 auto;
	max-width: 454px;
}
.contact .th {
	display: none;
	width: 100%;
	max-width: 454px;
	margin: 0 auto;
	font-size: 1.4rem;
}
.contact input[type="text"],
.contact input[type="email"] {
	height: 66px;
	width: 100%;
	max-width: 454px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 1.8rem;
	/* color: #707070; */
	border: solid 1px black;
	border-radius: 4px;
}
.contact textarea {
	width: 100%;
	max-width: 454px;
	margin: 0 auto;
	margin-top: 20px;
	border: solid 1px black;
	font-size: 1.8rem;
	line-height: 1.5;
	min-height: 327px;
}
.contact .mwform-tel-field {
	display: grid;
	width: 100%;
	max-width: 454px;
	margin: 0 auto;
	grid-template-columns: 1fr 30px 1fr 30px 1fr;
	font-size: 2.8rem;
	line-height: 63px;
	text-align: center;
}
.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact textarea::placeholder {
    color: #707070;
}
.contact .note {
    font-size: 1.2rem;
    color: #3C3C3C;
    padding-top: 24px;
    padding-bottom: 47px;
    text-align: center;
}
.contact button {
    width: 100%;
    max-width: 293px;
    font-weight: 500;
}
.contact .attention {
	max-width: 480px;
	text-align: left !important;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 1.5rem 1rem;
	letter-spacing: 0.3px;
	line-height: 16px !important;
	border: 1px solid #3c3c3c;
}

@media screen and (min-width: 601px) {
	/* Vision */
	section.vision {
		padding-bottom: 0;
	}
	.vision .content-inner figure{
		background-color: black;
	}

	.vision .component {
		display: grid;
		grid-template-columns: 1fr 130px;
		grid-gap: 20px;
		max-width: 1200px;
		margin: 0 auto;
	}

	.vision .content-inner {
		max-width: unset;
		width: 100%;
	}

	.vision .mv figure {
		width: 100%;
		height: 100%;
	}

	.vision .mv img {
		width: 100%;
		max-height: 600px;
		/* max-width: 100%; */
		object-position: center;
		object-fit: cover;

	}

	.vision .component.grid-normal .column-content-wrap {
		margin: unset;
	}

	.try .component.grid-reverse .column-content-wrap {
		margin: auto -6% auto auto;
	}

	.try .column-item.column-content-wrap {
		margin: auto auto auto -6%;

	}

	.try .component.grid-reverse .column-content-wrap,
	.try .column-item.column-content-wrap {
		background-color: #fff;
		border: 1px solid #707070;
		padding: 6% 5%;
		z-index: 1;
	}

	.try .component {
		grid-gap: 0px;
	}

	.try .column-content span {
		font-size: 3.2rem;
	}

	.number .hogehoge {
		display: flex;
		justify-content: space-between;
	}

	.number .hogehoge-box {
		width: 23.7068%;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.number .hogehoge-box figure {
		width: 100%;
		/* height: 165px; */
		height: 175px;
		border: 1px solid #707070;
		/* background-color: #070707; */
	}


	.number .hogehoge h3 {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	main {
		margin-top: 0px;
	}
	.vision .message .column-content {
		padding: 0 20px;
	}
	.vision .message figure {
    margin: 0 auto;
    position: relative;
    right: unset;
    top: unset;
		display: block;
	}
	.number .hogehoge h3 {
		margin-bottom: 10px;
	}

	.contact .td.radio_type {
		display: block;
	}
	.contact .td.radio_type > div:nth-of-type(2) {
		margin-left: 1em;
	}
}
