@charset "UTF-8";

/*//////////  共通 ///////////*/
.sec1 .container, .sec2 .container, .sec1 .container, .sec4 .container, .sec8 .container {
	max-width: 1000px;
}

.sec-title p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0;
}

.sec-title h1 {
	text-align: center;
	margin-bottom: 0;
}

.sec-title span {
	display: block;	
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sec-title p {
		font-size: 1.4em;
	}

	.sec-title span {
		font-size: 1.2em;
	}
}



/*//////////  セクション1 ///////////*/
.sec1 h1 {
	font-size: 1.6em;
}

.sec1 .wrap-1 p {
	line-height: 1.6em;
}

.sec1 .wrap-1 .col-12 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.sec1 .wrap-1 .col-12:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sec1 h2 {
	color: #ff7bac;
	font-size: 1.35em;
	line-height: 1.6em;
}

@media (min-width: 768px) {
	.sec1 h1 {
		font-size: 1.7em;
	}
	
	.sec1 h2 {
		font-size: 1.45em;
	}	
	
	.sec1 .wrap-1 .col-12 {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}

@media (min-width: 768px) {	
	.sec1 h2 {
		font-size: 1.5em;
	}
}


/*//////////  セクション2 ///////////*/
.sec2 table {
	width: 100%;
}

.sec2 th, .sec2 td {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

.sec2 tr {
	border-bottom: 1px solid #ccc;
}

.sec2 th {
	width: 80px;
	font-weight: 400;
}

.sec2 td {
	width: auto;
	font-weight: 400;
}

.sec2 .banner p {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}

@media (min-width: 576px) {
	.sec2 .banner p {
		font-size: 1.8em;
	}
	
	.sec2 th, .sec2 td {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sec2 th {
		width: 120px;
	}
}

@media (min-width: 768px) {
	.sec2 .banner {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec2 .banner p {
		font-size: 1.65em;
	}

	.sec2 th {
		width: 140px;
	}
}

@media (min-width: 992px) {
	.sec2 .banner {
		width: 640px;
	}
	
	.sec2 .banner p {
		font-size: 1.7em;
	}

	.sec2 th {
		width: 160px;
	}
}


/*//////////  セクション3 ///////////*/
.sec3 .container {
	max-width: 960px;
}



/*//////////  セクション4 ///////////*/
.sec4 {
	background-image: url("../images/company/img07_sp.jpg");
	background-size: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

.sec4 .sec4-title p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 4.3em;
	color: #f0f0f0;
	margin-bottom: 0;	
}
.sec4 .sec4-title h1 {
	font-size: 1.4em;
	padding-left: 7px;
	margin-top: -5px;
}

.sec4 h2 {
	border-left: 5px solid #0071bc;
	margin-bottom: 0;
	padding-left: 7px;
	font-size: 1.5em;
}

.sec4 table {
	width: 100%;
	margin-bottom: -20px;
}

.sec4 th, .sec4 td {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

.sec4 tr {
	border-bottom: 1px solid #ccc;
}

.sec4 tr:last-child {
	border-bottom: none;
}

.sec4 th {
	width: 110px;
	font-weight: 400;
}

.sec4 td {
	width: auto;
	font-weight: 400;
}

.sec4 table p {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sec4 {
		background-size: 80%;
	}
	
	.sec4 .sec4-title p {
		font-size: 5.5em;	
	}
	.sec4 .sec4-title h1 {
		font-size: 1.6em;
	}

	.sec4 h2 {
		font-size: 1.6em;
	}
	
	.sec4 th, .sec4 td {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sec4 th {
		width: 120px;
	}
}

@media (min-width: 768px) {
	.sec4 {
		background-image: url("../images/company/img07_pc.jpg");
		background-size: 75%;
	}	
	
	.sec4 .sec4-title p {
		font-size: 6.5em;	
	}

	.sec4 th {
		width: 150px;
	}
}

@media (min-width: 992px) {
	.sec4 {
		background-size: 70%;
	}	
	
	.sec4 .sec4-title p {
		font-size: 7.5em;	
	}
}

@media (min-width: 1200px) {
	.sec4 .sec4-title {
		margin-left: 2%;
	}
}

@media (min-width: 1300px) {
	.sec4 .sec4-title {
		margin-left: 4%;
	}
	
	.sec4 .sec4-title p {
		font-size: 8.5em;	
	}	
}

@media (min-width: 1500px) {
	.sec4 .sec4-title {
		margin-left: 6%;
	}
}

@media (min-width: 1700px) {
	.sec4 .sec4-title {
		margin-left: 8%;
	}
	
	.sec4 .sec4-title p {
		font-size: 9.5em;	
	}	
}

@media (min-width: 1900px) {
	.sec4 .sec4-title {
		margin-left: 10%;
	}
}



/*//////////  セクション5 ///////////*/
.sec5 .container {
	max-width: 1400px !important;
}

/*/// スリックスライダ―  ///*/
.slider{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;	
}

.slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.slick-prev, .slick-next {
	width: 40px !important;
	height: 50px !important;
	padding: 0;
	z-index: 2;	
}

.slick-prev {
	top: 50%;
	left: -10px;
}

.slick-next {
	top: 50%;
	right: -24px;
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/common/slider_yajirushi_right.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

.slick-prev:before{
	background: url(../../assets/images/common/slider_yajirushi_left.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

@media (min-width:480px) {
	.slick-prev, .slick-next {
		width: 50px !important;
		height: 65px !important;
	}
	
	.slick-next {
		right: -28px;
	}	
}

.sec5 .slider .wrap-1 {
	background-color: #F3F3F3;
	padding: 30px;
	padding-top: 40px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	line-height: 1.6em;
}

.sec5 .slider .wrap-1 .calendar {
	font-family: 'Oswald', sans-serif;
	color: #0071bc;
	font-size: 4em;
	text-align: end;
}

.sec5 .slider .wrap-1 p {
	margin-bottom: 0;
}

.sec5 .slider .wrap-1 span {
	font-weight: 500;
}

@media (min-width: 992px) {
	.sec5 .slider .wrap-1 {
		padding: 40px;
		padding-top: 50px;
	}
}


/*////////// セクション6 ///////////*/
.sec6 .award {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ababab;
}

.sec6 .award:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


.sec6 .award .seireki {
	font-size: 1.4em;
	color: #0071bc;
	font-weight: 600;
}

.sec6 .award .seireki .num {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
}

.sec6 .award h2 {
	font-size: 1.45em;
	line-height: 1.6em;
	font-weight: 700;
}

.sec6 .award h3 {
	font-size: 1.15em;
	font-weight: 700;
}


@media (min-width: 576px) {
	.sec6 .award {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.sec6 .award .seireki {
		font-size: 1.6em;
	}

	.sec6 .award h2 {
		font-size: 1.6em;
	}

	.sec6 .award h3 {
		font-size: 1.2em;
	}
}

@media (min-width: 768px) {
	.sec6 .award h2 {
		font-size: 1.5em;
	}

	.sec6 .award h3 {
		font-size: 1.15em;
	}
}

@media (min-width: 992px) {
	.sec6 .award {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	
	.sec6 .award h2 {
		font-size: 1.55em;
	}

	.sec6 .award h3 {
		font-size: 1.2em;
	}
}


/*////////// セクション7 ///////////*/
.sec7 h2 {
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 768px) {
	.sec7 h2 {
		font-size: 1.6em;
	}
}

@media (min-width: 1200px) {
	.sec7 h2 {
		font-size: 1.7em;
	}
}


/*////////// セクション8 ///////////*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec8 .link h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.2em;
	line-height: 1.4em;
	border-bottom: 1px solid #999;
}

.sec8 .link a {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	color: #222;
}

@media (min-width: 768px) {
	.sec8 .link h2 {
		font-size: 2.5em;
		line-height: 1.5em;
	}	
}







