@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap');


/*///////// 共通 /////////*/
.l-main {
	line-height: 1.8rem;
}

.l-main img {
	width: 100%;
}
.l-main p {
	text-align: justify;
}
.l-main .d-flex, .l-main .d-md-flex, .l-main .d-lg-flex {
	flex-wrap: wrap;
	justify-content: space-between !important;
}
.p-none .d-md-flex {
	align-items: center;
}
.title hr {
	border-bottom: solid 3px #ff931e;
	position: relative;
	width: 6rem;
}
.title hr:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 50%;
	border-bottom: 3px solid #d9e021;
}


@media (min-width: 768px) {
	section .cont-title {
		width: 100%;
		padding-bottom: 3rem;
		background-image: url("../images/business/main-back.svg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: relative;
	}
}

section .title {
	width: 51%;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 2rem;
	position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
section .title h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	letter-spacing: 0.15rem;
	text-align: center;
	font-weight: 700;
}
section .title hr {
	width: 4rem;
}
section .cont-title img {
	width: 49%;
	display: block;
	padding: 1.6rem;
	margin-right: 0;
	margin-left: auto;
}
section .container {
	padding-left: 5%;
	padding-right: 5%;
}
section h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	line-height: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	text-align: left !important;
	color: #29abe2;
	border-left: 10px solid #29abe2;
	padding-left: 0.8rem;
	margin-top: -2rem;
}
section .box1 {
	width: 47%;
}
section .box1 span {
	display: block;
	font-size: 1.15rem;
	font-weight: bold;
}
section .box2 {
	width: 45%;
}
section .history {
	padding: 3rem 0 2rem;
	border-bottom: 1px dashed #cccccc;
}
section .history:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
}
section .year {
	width: 240px;
}
section .border {
	padding: 1.5rem;
}
section .p-none {
	padding-left: 8%;
	padding-right: 8%;
}
section .p-none img {
	display: block;
	width: 30%;
}
section .p-none p {
	display: block;
	width: 65%;
}
section .movie {
	width: 100%;
	margin: 1.5rem auto 0;
}
section video {
	width: 100%;
}

.pb-6 {
	padding-bottom: 20px;
}

@media (min-width: 1500px) {
	section .cont-title {
		padding-bottom: 4rem;
	}
	section .title h1 {
	font-size: 2.8rem;
	}
}


/*///////// end /////////*/


.mv {
	width: 100%;
	position: relative;
}
.mv .mv_title {
	position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
}
.mv .mv_title img {
	width: 64%;
	display: block;
	margin: 0 auto;
}
.mv .mv_title h1 {
	text-align: center;
	font-size: 1.8rem;
	color:#fff; 
	margin-top: 1.5rem;
	letter-spacing: 0.3rem;
}
.sec2 .column {
	border: 2px solid #29abe2;
	padding: 2.5rem;
}
.sec2 .column h3 {
	background-color: #29abe2;
	width: 40%;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 0.8rem;
	padding-bottom: 1rem;
	color: #fff;
	margin: -4.4rem auto 1.5rem;
}
.sec3 .anoa-img {
	position: absolute;
	bottom: -6rem;;
	right: 8%;
	width: 28%;
}
@media (min-width: 1200px) {
	.mv .mv_title {
		top: 60% !important;
	}
}




@media (max-width: 1100px) {
	/*///////// 共通 /////////*/
	section .title {
		font-size: 1.15rem;
	}
	section .title h1 {
		font-size: 2.0rem;
	}
	section .cont-title img {
		padding: 1.2rem;
	}
	section .container {
		padding-left: 0;
		padding-right: 0;
	}
	section .history {
		padding: 2.0rem 0 1.0rem;
	}
	section .p-none {
		padding-left: 8%;
		padding-right: 8%;
	}
	section .movie {
		width: 100%;
		margin: 1.2rem auto 0;
	}	
	/*///////// end /////////*/

	.sec3 .anoa-img {
		bottom: -4rem;;
	}
}


@media (max-width: 768px) {
	/*///////// 共通 /////////*/
	.title hr {
		width: 5rem;
	}
		section .cont-title {
		padding-bottom: 2rem;
	}
	section .title {
		font-size: 1.0rem;
		line-height: 1.6rem;
	}
	section .title h1 {
		font-size: 1.7rem;
	}
	section .title hr {
		width: 3rem;
	}
	section .cont-title img {
		padding: 1.0rem;
	}
	section h2 {
		font-size: 1.45rem;
		line-height: 2.4rem;
		margin-top: -1.5rem;
	}
	section .year {
		width: 220px;
	}
	section .p-none {
		padding-left: 0%;
		padding-right: 0%;
	}	
	section .p-none p {
		width: 65%;
	}
	/*///////// end /////////*/
	
	.mv .mv_title img {
		width: 80%;
	}
	.mv .mv_title h1 {
		margin-top: 1.0rem;
	}
	.sec2 .column {
		padding: 2rem;
	}
	.sec2 .column h3 {
		font-size: 1.45rem;
		margin: -4.4rem auto 1.5rem;
	}
	.sec2 .column .col-md-6 {
		font-size: 0.95rem;
	}	
	.sec3 .anoa-img {
		position: absolute;
		bottom: -3.5rem;;
		right: 8%;
		width: 30%;
	}
}



@media (max-width: 767px) {
	/*///////// 共通 /////////*/
	.title hr {
		width: 4rem;
	}
	section .cont-title {
		width: 100%;
		padding-bottom: 0;
		position: relative;
		margin-bottom: 30px !important;
	}
	section .title {
		width: 100%;
		background-color: rgba(41,171,226,0.50);
		text-align: center;
		padding: 1rem 0;
	}
	section .title h1 {
		font-size: 1.7rem;
	}
	section .title hr {
		width: 3rem;
		margin-top: 0.7rem;
		margin-bottom: 0.6rem;
	}
	section .cont-title img {
		width: 100%;
		padding: 0;
	}
	section .container {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	section h2 {
		font-size: 1.4rem;
		line-height: 2.2rem;
		border-left: 0 none;
		padding-left: 0;
		margin-top: 0;
	}
	section .box1 {
		width: 100%;
	}
	section .box2 {
		width: 100%;
	}
	section .history {
		padding: 1rem 0 0.5rem;
	}
	section .year {
		width: 200px;
		margin-bottom: 0.5rem !important;
	}
	section .border {
		padding: 1.0rem;
	}
	section .p-none img {
		width: 200px;
	}	
	section .p-none p {
		width: 100%;
	}

	/*///////// end /////////*/

	.mv .mv_title img {
		width: 94%;
	}
	.mv .mv_title hr {
		margin-top: 0.6rem;
	}

	.mv .mv_title h1 {
		font-size: 1.4rem;
		margin-top: -0.3rem;
	}
	.sec2 .column {
		padding: 1.5rem;
	}
	.sec2 .column h3 {
		width: 86%;
		font-size: 1.6rem;
		padding-bottom: 1rem;
		margin: -3.4rem auto 1.2rem;
	}
	.sec3 .anoa-img {
		bottom: -1rem;;
		right: -16%;
		width: 42%;
	}
}



@media (min-width: 769px) {
	.container {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}