@charset "utf-8";

section h2 {
	text-align: center;
}

.mv_slider img {
	width: 100%;
}

/** concept 
---------------------------------------------**/

.concept .content_wrap {
	padding: 0;
	width: 100%;
}

.concept .content_wrap img {
	max-width: 1300px;
	margin: 0 auto;
}
.concept .content_wrap {
	text-align: center;
	background: url(common/images/concept_bg.jpg)  center center / cover no-repeat;
	min-width: 1000px;
	max-width: 1920px;
}

.concept .concept_inner p.text {
	margin-top: 60px;
	font-size: 25px;
	line-height: 42px;
}

.concept h2 img {
	width: 468px;
	margin: 0 auto;
}


/** works 
---------------------------------------------**/
.works {
	background-color: #FFDE00;
}

.works .content_wrap {
	width: 100%;
    max-width: 1920px;
	padding: 80px 0 58px;
}
.works .slick-slide {
	margin: 0 5px;
}

.works_inner {
	width: 100%;
	margin: 0 auto;
}
.works h2 img {
	width: 180px;
	margin: 0 auto;
}
.works .works_wrap {
	max-width: 1920px;
	min-width: 1300px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.works .works_wrap {
		min-width: 1000px;
	}
}
.slide_arrows {
	position: absolute;
	margin: 0 auto;
	top: 30%;
	right: 0;
    left: 0;
    box-sizing: border-box;
}

.slick-prev,.slick-next {
	position: absolute;
	border: none;
	top: -40px;
    width: 148px;
    height: 148px;
    background: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.slick-prev {
	left: 50%;
	margin-left: -370px;
}

.slick-prev:after {
	content: "";
    display: block;
    position: absolute;
	background: url(common/images/prev.png) no-repeat;
	background-size: contain;
	top: 0;
	width: 100%;
    height: 100%;
}

.slick-next {
	right: 50%;
	margin-right: -370px;
}

.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    background: url(common/images/next.png) no-repeat;
    background-size: contain;
    top: 0;
    width: 100%;
    height: 100%;
}
.works .works_box ul {
	/*display: flex;*/
	margin-top: 35px;
	max-width: 1724px;
	min-width: 1300px;
}

@media screen and (max-width: 1000px) {
	.works .works_box ul {
		min-width: 1000px;
	}
}
.works .works_box ul li {
	width: 545px;
	margin: 0 17px;
}

.works .works_box ul li .work_img {
	border-radius: 6.5%;
	width: 550px;
    height: 695px;
    background: #fff;
    object-fit: contain;
}

.works .works_box ul li .work_title {
	font-size: 31px;
	line-height: 54px;
	margin-top: 24px;
	font-weight: bold;
	text-align: center;
}

.works .works_box ul li .work_text {
	margin-top: 35px;
	font-size: 27px;
	line-height: 41px;
}

.works .works_box ul li .work_url {
	margin-top: 50px;
	font-size: 28px;
	text-align: center;
}

.works .works_box ul li .work_url a {
	color: #000036;
}

/** top 
---------------------------------------------**/
.top{
	padding: 65px 0;
}
.top a {
	display: block;
	width: 100%;
}

.top a img {
	width: 178px;
	margin: 0 auto;
}



/** about 
---------------------------------------------**/
.about {
	background: url(common/images/bg04.jpg) no-repeat;
    background-size: cover;
	color: #fff;
}

.about h2 img {
	width: 411px;
	margin: 0 auto;
}


.about .content_wrap {
	max-width: 1000px;
	padding: 100px 0 130px;
}

.about .about_read {
	margin-top: 60px;
	text-align: center;
	font-size: 23px;
	line-height: 40px;
}

.about .about_img {
	max-width: 300px;
	margin: 45px auto 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
}


.about div.content_item {
	margin: 75px auto 0;
	max-width: 818px;
	display: flex;
	justify-content: center;
}

.about div.about_left {
	max-width: 380px;
}

.about div.about_left img {
	width: 204px;
	margin: 0 auto;
}
.about div.about_left p.caption {
	margin: 40px auto 0;
	max-width: 200px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50px;
}
.about div.about_left p.text {
	margin-top: 25px;
	text-align: center;
}

.about div.about_right {
	width: 440px;
}

.about div.about_right p {
	position: relative;
	padding-left: 5.5em;
}
.about div.about_right span.title {
	position: absolute;
	left: 0;
}

.about div.about_right span.sub_title {
	display: block;
}

@media screen and (max-width: 1000px) {
	.about .about_img {
	    /* max-width: 50%; */
	   }
   .about div.content_item {/* flex-direction: column; *//* max-width: 50%; */}
}

/** contact
---------------------------------------------**/

.contact .content_wrap {
	padding: 110px 0 77px;
	font-size: 24px;
	line-height: 41px;
}

.contact h2 img {
	width: 222px;
	margin: 0 auto;
}

.contact .contact_box {
	max-width: 888px;
	margin: 0 auto;
}

.contact span.red {
	color: #E60012;
}

.contact p {
	text-align: center;
}

.contact p.read {
	margin-top: 12px;
}

.contact p.end_read {
	font-weight: bold;
	font-size: 23px;
	margin-top: 88px;
}


.contact form#mailformpro dl {
	display: flex;
	margin-top: 23px;
}

.contact form#mailformpro dl:first-of-type {
	margin-top: 55px;
}

.contact form#mailformpro dl dt,
.contact form#mailformpro dl dd {
	line-height: 41px;
	font-size: 24px;
	border-top: none;
	padding: 0;
}
.contact form#mailformpro dl dt {
	float: none;
	width: 233px;
	text-align: right;
}

.contact form#mailformpro dl dd {
	width: 544px;
	margin-left: 30px;
}

.contact form#mailformpro dl dd input,
.contact form#mailformpro dl dd textarea {
	line-height: 41px;
	font-size: 20px;
	width: 100%;
	border-radius: 0;
	border: 1px solid #231815;
	box-shadow: none;
}

.contact form#mailformpro dl dd textarea {
	height: 332px;
}

.contact ul {
	display: flex;
    justify-content: center;
}

.contact ul li {
	width: 215px;
	margin-top: 34px;
	font-size: 32px;
	font-weight: bold;
}

.contact ul li input {
	width: 100%;
	border: none;
	padding: 5px 0;
	cursor: pointer;
	background: none;
    text-shadow: none;
    font-size: 32.5px;
}

.contact ul li:first-of-type input,
.contact ul li:first-of-type input:hover {
	background-color: #FFD800;
}
.contact ul li:last-of-type {
	margin-left: 20px;
}
.contact ul li:last-of-type input,
.contact ul li:last-of-type input:hover {
	background-color: #000036;
	color: #fff;
}

.contact ul li input:hover {
    background: none;
    box-shadow: none;
}