@charset "utf-8";
@import url("reset.css");
/*modal*/
@import url("magnific-popup.css");
/*base*/
@import url("common.css");
/*
@import url("frame.css");
*/

.wrap {
	position: relative;
}

/* top-visual */

.top-visual {
	max-width: 100%;
	height: 820px;
	margin-top: -120px;
	text-align: center;
	background-color: #f4a756;
	background-image: url(../img/mv.png);
	background-origin: border-box;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
	position: relative;
}

.top-visual h1 {
	color: white;
	padding-top: 360px;
	padding-left: 300px;
	font-size: 64px;
	line-height: 60px;
}

@media screen and (max-width: 720px) {
.top-visual {
	height: 400px;
	background-size: auto;
}

.top-visual h1 {
	color: white;
	padding-top: 30px;
	font-size: 28px;
	line-height: 48px;
}

}


/* headline */

.headline-container {
	position: absolute;
	bottom: 86px;
	left: 640px;
	z-index: 20;
	width: 100%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	position: relative;
	margin: auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px
}

.headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background-color: #fff;
	-webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 5%);
	box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
	border-radius: 5px;
	padding: 30px 90px 30px 90px;
	position: relative;
}

.headline-title {
	width: 80px;
	color: #f4a756;
}

.headline-inner {
	width: calc(100% - 80px)
}

.headline-inner a {
	color: #333;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
.headline-inner a:hover {
	color: #f4a756;
}

.headline-inner a p:first-child {
	width: 120px;
}

.headline-inner a p:last-child {
	flex: 1;
}

.about-container {
	max-width: 1200px;
	margin: 20px auto 0;
}

.about-inner1, .about-inner2 {
	display: flex;
	margin-top: 120px;
	justify-content: space-between;
}

.about-inner1 div, .about-inner2 div {
	width: 560px;
}

.about-inner2 {
	flex-direction : row-reverse
}

.about-inner3 {
	margin-top: 120px;
	display: flex;
	justify-content: center;
}


.about-container h2 {
	font-size: 40px;
	line-height: 1.6em;
	margin-bottom: 60px;
	color: #f4a756;
}
.about-container p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* service */

.service-container {
	margin-top: 120px;
	max-width: 1280px;
	text-align: center;
}

.service-container h2 {
	font-size: 40px;
	color: #f4a756;
}

.service-container ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.service-container ul li {
	width: 400px;
}
.service-container ul li img {
	margin-bottom: 15px;
}
.service-container ul li p {
	font-size: 18px;
	line-height: 1.6em;
}

/* download */

.download-container {
	margin-top: 140px;
	width: 100%;
	background: #f4e8db;
	display: flex;
	justify-content: center;
}

.download-inner {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 120px 0;
}
.download-inner div {
	text-align: center;
	width: 560px;
}

.download-inner h2 {
	font-size: 40px;
	margin-bottom: 30px;
}
.download-inner p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: left;
}

.download-inner form {
	width: 560px;
}
.download-inner form dt {
	font-size: 24px;
	margin-bottom: -5px;
}

.download-inner form dd {
	margin-bottom: 20px;
}
.download-inner form input {
	height: 56px;
	width: 500px;
	margin: 5px 0 5px 0;
	padding: 2px 30px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline-color: #f4a756;
	font-size: 24px;
}

.download-inner form input:focus-visible {
	outline-offset: 0px;
}

.download-inner form input::placeholder {
	color: #ccc;
}
.download-inner form .btn {
	width: 290px;
	padding: 5px 0;
	border: none;
	border-radius: 5px;
	background-color: #f4a756;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	opacity: 1;
	margin: 40px auto 0px;
	transition: 0.3s; 
}

.download-inner form .btn:hover {
	opacity: 0.8;
}

/* news-modal */

#news-modal {
	background: #fff;
	margin: auto;
	text-align: center;
	max-width: 1280px;
}

.news-modal-inner {
	text-align: left;
	padding: 30px;
}

.news-modal-inner h1 {
	font-size: 48px;
	color: #f4a756;
	margin-bottom: 30px;
	border-bottom: solid 2px #333;
}

