@charset "UTF-8";


/*/////////// 共通 ///////////*/


/*/////////// MV ///////////*/
.mv {
	width: 100%;
	height: auto;
}

.mv .slider-text {
	width: 100%;
	height: auto;
    position: absolute;
    left: 0;
    bottom: 30px !important;
	padding: 0 4%;
}

.mv-title {
	width: 100%;
	height: auto;
	padding: 0 3%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.mv-title div {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
}

.mv-title h1 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.4em;
}

@media (max-width: 479px) {
	.mv-title .h1-small {
		font-size: 1.65rem;
	}
}

.mv-title-bgtext {
	position: absolute;
	bottom: 38px;
	left: -1%;
}

.mv-title-bgtext p {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 8rem;
	color: rgba(255,255,255,0.35);
}

.mv-title-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0,0,0,0.35);
	mix-blend-mode: multiply;
}

/*///// スライダ― /////*/
.slider {
	width: 100%;
	height: auto;
}

.slider img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: 10s ease-out;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


@media (min-width: 414px) {
	.mv-title-bgtext {
		bottom: 42px;
	}
}

@media (min-width: 480px) {
	.mv .slider-text {
		bottom: 35px !important;
	}

	.mv-title {
		padding: 0 4%;
	}

	.mv-title h1 {
		font-size: 2rem;
	}

	.mv-title-bgtext {
		bottom: 55px;
	}

	.mv-title-bgtext p {
		font-size: 10rem;
	}
}

@media (min-width: 576px) {
	.mv .slider-text {
		bottom: 45px !important;
	}

	.mv-title h1 {
		font-size: 2.3rem;
	}

	.mv-title-bgtext {
		bottom: 60px;
	}

	.mv-title-bgtext p {
		font-size: 11rem;
	}
}

@media (min-width: 640px) {
	.mv .slider-text {
		bottom: 50px !important;
	}

	.mv-title h1 {
		font-size: 2.5rem;
	}

	.mv-title-bgtext {
		bottom: 62px;
	}
}

@media (min-width: 768px) {
	.mv .slider-text {
		bottom: 35px !important;
	}

	.mv-title {
		padding: 0 5%;
	}

	.mv-title h1 {
		font-size: 1.6rem !important;
		line-height: 1.45em;
	}

	.mv-title-bgtext {
		bottom: 57px;
	}

	.mv-title-bgtext p {
		font-size: 10rem;
	}
}

@media (min-width: 992px) {
	.mv .slider-text {
		bottom: 45px !important;
	}

	.mv-title {
		padding: 0 6%;
	}
	.mv-title h1 {
		font-size: 2.0rem !important;
	}

	.mv-title-bgtext {
		bottom: 70px;
	}

	.mv-title-bgtext p {
		font-size: 12rem;
	}
}

@media (min-width: 1200px) {
	.mv .slider-text {
		bottom: 50px !important;
	}

	.mv-title h1 {
		font-size: 2.0rem !important;
	}
}

@media (min-width: 1400px) {
	.mv .slider-text {
		bottom: 60px !important;
	}

	.mv-title h1 {
		font-size: 2.1rem !important;
	}

	.mv-title-bgtext {
		bottom: 100px;
	}

	.mv-title-bgtext p {
		font-size: 15rem;
	}
}

@media (min-width: 1600px) {
	.mv .slider-text {
		bottom: 70px !important;
	}

	.mv-title h1 {
		font-size: 2.2rem !important;
	}

	.mv-title-bgtext {
		bottom: 115px;
	}

	.mv-title-bgtext p {
		font-size: 17rem;
	}
}


/*/////////// セクション1 ///////////*/
.sec1 .bg-1 {
	background-image: url("../images/top/bg1_sp.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.sec1 .bg-2 {
	background-image: url("../images/top/bg2.svg");
	background-repeat: no-repeat;
	background-size: 85% auto;
	background-position: top right;
}

.sec1 .bg-3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 9rem;
	letter-spacing: -0.15rem;
	color: rgba(76,93,114,0.10);
	margin-left: -10%;
	transform: scale(0.85, 1);
	padding-top: 30px;
}

.sec1 .container {
	padding-top: 20px;
}

.sec1 h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.45rem !important;
	line-height: 1.6em;
	color: #222;
}

.sec1 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
}

.sec1 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	line-height: 1.5em;
}

@media (min-width: 414px) {
	.sec1 h1 {
		font-size: 1.5rem !important;
	}
	
	.sec1 .bg-3 {
		padding-top: 35px!important;
	}
}

@media (min-width: 576px) {
	.sec1 .bg-2 {
		background-size: 75% auto;
	}

	.sec1 .bg-3 {
		font-size: 13rem;
		padding-top: 55px !important;
	}

	.sec1 .container {
		padding-top: 40px;
	}

	.sec1 h1 {
		font-size: 1.6rem !important;
	}

	.sec1 h2 {
		font-size: 2.2rem;
	}

	.sec1 h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.sec1 .bg-1 {
		background-image: url("../images/top/bg1_pc.svg");
	}

	.sec1 .bg-2 {
		background-size: 70% auto;
	}

	.sec1 .bg-3 {
		font-size: 11rem;
		padding-top: 50px !important;
	}

	.sec1 .container {
		padding-top: 20px;
	}

	.sec1 .container-md {
		width: 100% !important;
		max-width: 1400px !important;
		padding: 0 !important;
		padding-top: 10px !important;
		margin: 0 !important;
	}

	.sec1 h1 {
		font-size: 1.5rem !important;
	}

	.sec1 h2 {
		font-size: 2.0rem;
	}

	.sec1 h3 {
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 1.65rem !important;
		line-height: 1.7em;
	}

	.sec1 .bg-2 {
		background-size: 60% auto;
	}

	.sec1 .bg-3 {
		font-size: 13rem;
		padding-top: 55px !important;
	}

	.sec1 .container {
		padding-top: 30px;
	}

	.sec1 .container-md {
		padding-top: 30px !important;
	}

	.sec1 h2 {
		font-size: 2.2rem;
	}
}

@media (min-width: 1200px) {
	.sec1 .container-md {
		padding-top: 40px !important;
	}

	.sec1 h1 {
		font-size: 1.6rem !important;
	}

	.sec1 h2 {
		font-size: 2.2rem;
	}

	.sec1 h3 {
		font-size: 1.5rem;
	}

	.sec1 .bg-3 {
		padding-top: 65px !important;
	}
}

@media (min-width: 1400px) {
	.sec1 .bg-3 {
		font-size: 17rem;
		padding-top: 85px !important;
	}

	.sec1 .container {
		padding-top: 60px;
	}

	.sec1 .container-md {
		padding-top: 50px !important;
	}

	.sec1 h1 {
		font-size: 1.8rem !important;
	}
}

@media (min-width: 1600px) {
	.sec1 .bg-3 {
		font-size: 20rem;
		padding-top: 105px !important;
	}

	.sec1 .container {
		padding-top: 80px;
	}
}


/*///// YouTube動画埋め込み /////*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*/////////// セクション2 ///////////*/
.sec2 .title p, .sec3 .title p {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	margin: 0;
}

.sec2 .title h1, .sec3 .title h1 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.8rem !important;
	font-weight: 500;
	text-align: center;
}

.sec2 .title hr, .sec3 .title hr {
	border-color: #fff;
	opacity: 1;
	width: 30px;
	display: block;
	margin: 10px auto 7px;
}

.sec2 .slider2 .text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background-color: rgba(24,70,181,0.40);
	padding: 13% 0;
}

.sec2 .slider2 .text-wrap p {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.0rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

@media (min-width: 480px) {
	.sec2 .slider2 .text-wrap {
		padding: 13.5% 0;
	}
}

@media (min-width: 576px) {
	.sec2 .slider2 .text-wrap {
		padding: 11% 0;
	}
	.sec2 .title h1, .sec3 .title h1 {
		font-size: 2.0rem !important;
	}

	.sec2 .slider2 .text-wrap p {
		font-size: 0.85rem;
	}
}

@media (min-width: 768px) {
	.sec2 .slider2 .text-wrap p {
		font-size: 0.9rem;
	}
}

@media (min-width: 1200px) {
	.sec2 .title p, .sec3 .title p {
		font-size: 1.2rem;
	}

	.sec2 .title hr, .sec3 .title hr {
		width: 40px;
		margin: 13px auto 10px;
	}

	.sec2 .slider2 .text-wrap p {
		font-size: 1rem;
	}
}


/*///// 事業案内スライダ― /////*/
.slider2 {
	width: 100%;
	height: auto;
}

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

.slider2 .slick-prev, .slider2 .slick-next {
	width: 45px;
	height: 45px;
	padding: 0;
	z-index: 2;
}

.slider2 .slick-prev {
	top: 50%;
	left: 2%;
}

.slider2 .slick-next {
	top: 50%;
	right: -3%;
}

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

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

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

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


@media (min-width: 480px) {
	.slider2 .slick-next {
		right: -2%;
	}
}

@media (min-width: 768px) {
	.slider2 .slick-next {
		right: -0.5%;
	}
}

@media (min-width: 1200px) {
	.slider2 .slick-next {
		right: 0%;
	}
}


/*/////////// セクション3 ///////////*/
.sec3 .title p {
	color: #222;
}

.sec3 .title h1 {
	color: #222;
}

.sec3 .title hr {
	border-color: #294F7D;
}

.sec3 a {
	color: #222 !important;
}

.sec3 a:hover  {
	color: #A2D7FF !important;
}

.sec3 .bg-glay {
	width: 100% !important;
	height: auto;
}

.sec3 .bg-glay img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}

@media (min-width: 375px) {
	.sec3 .bg-glay img {
		height: 170px;
	}
}

@media (min-width: 414px) {
	.sec3 .bg-glay img {
		height: 190px;
	}
}

@media (min-width: 480px) {
	.sec3 .bg-glay img {
		height: 220px;
	}
}

@media (min-width: 640px) {
	.sec3 .bg-glay img {
		height: 240px;
	}
}

@media (min-width: 768px) {
	.sec3 .bg-glay img {
		height: 120px;
	}
}

@media (min-width: 992px) {
	.sec3 .bg-glay img {
		height: 140px;
	}
}

@media (min-width: 1200px) {
	.sec3 .bg-glay img {
		height: 170px;
	}
}


/*/////////// セクション4 ///////////*/
.sec4 .text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(34,34,34,0.50);
	width: 100%;
	height: 50%;
}

.sec4 .text-wrap p {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	text-indent: 19%;
	margin: 0;
	padding: 7.5% 0;
}

.sec4 .text-wrap p img {
	width: 60px;
	display: inline-block;
	margin-left: 8px;
}

.sec4 .text-wrap p:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

@media (min-width: 480px) {
	.sec4 .text-wrap p {
		text-indent: 15%;
		padding: 8.5% 0;
	}
}

@media (min-width: 768px) {
	.sec4 .text-wrap p {
		text-indent: 16%;
		padding: 7% 0;
	}
}

@media (min-width: 992px) {
	.sec4 .text-wrap p {
		font-size: 1.7rem;
		padding: 8% 0;
	}
}

@media (min-width: 1200px) {
	.sec4 .text-wrap p {
		text-indent: 14%;
	}
}
