@charset "utf-8";
/* CSS Document */

/*-------------------- 全体 --------------------*/

* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #0C2150;
	scroll-behavior: smooth;
}

:root {
	--base: #585657;
	--orange: #EE9649;
	--yellow: #F4D35D;
	--shadow: rgba(0,0,0,30%);
}

#body {
	max-width: 1920px;
	margin: auto;
}

/*-------------------- 共通 --------------------*/

h1 {
	border-bottom: none;
}

h3 {
	font-family: Montserrat;
	font-size: 150px;
	font-weight: 500;
	color: var(--orange);
	margin-top: 200px;
}

.cont_sub {
	font-size: 30px;
	font-weight: 500;
	color: var(--orange);
}

#service,
#contents,
#contact {
	width: 80%;
	margin: auto;
}

.cont_pc {
	display: block;
}

.cont_sp {
	display: none;
}

/*-------------------- ヘッダー --------------------*/
header {
	position: fixed;
	display: flex;
	width: 100%;
	height: 80px;
	max-width: 1920px;
	top: 0;
	background: rgba(59,65,76,30%);
}

header p,
header h1 {
	color: white;
	font-size: 20px;
	margin-top: 30px;
	font-weight: 400;
}

header h1 {
	font-weight: 700;
}

header img {
	margin-top: 22px;
	width: 168px;
	height: 44px;
}

header div {
	position: absolute;
	display: flex;
	right: 20px;
}

header div p {
	padding: 0 20px;
}

#body > header > div > a > p:hover {
	color: var(--orange);
}

/*-------------------- トップ --------------------*/

#cont_top {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
}

#cont_top > video {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 1920px;
	top: 0;
	left: 0;
	z-index: -1;
}

#cont_top > div {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	background: rgba(59,65,76,30%);
}

#cont_top img {
	width: 100%;
}

h2,
#cont_top > div > p:nth-child(2) {
	position: absolute;
	top: 260px;
}

h2 {
	left: 5%;
}

#cont_top > div > p:nth-child(2) {
	right: 5%;
}

#cont_top > div > div {
	position: absolute;
	top: 830px;
	left: 60px;
}

#cont_top > div > div > p:nth-child(1) {
	font-size: 22px;
	margin-left: 60px;
	color: white;
	font-weight: 400;
}

#cont_top > div > div > p:nth-child(2) {
	position: relative;
	width: 720px;
	height: 100px;
	background: var(--orange);
	font-size: 30px;
	font-weight: 500;
	border-radius: 90px;
	margin-top: 20px;
}

#cont_top > div > div > p:nth-child(2) > span {
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 350px;
  	height: 3.2rem;
	line-height: 40px;
	background: url(/img/corporatebody/cont/movie.png) no-repeat;
	background-position: right;
	padding-right: 65px;
	color: white;
	
}

#cont_top div div p img {
	width: 45px;
}

/*-------------------- サービスの説明 --------------------*/

#service {
	margin-top: 70%;
}

#service > div:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	text-align: center;
}

#service > div:nth-child(3) > div {
	width: 300px;
	height: 530px;
	box-shadow: 0 3px 8px var(--shadow);
	border-radius: 30px;
	margin: 1%;
}

#service > div:nth-child(3) > div > div {
	display: flex;
	height: 170px;
}

#service > div:nth-child(3) > div > div > p {
	font-size: 80px;
	font-weight: 700;
	margin: 20px 20px;
	color: #eee;
}

#service > div:nth-child(3) > div > div > h4 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: var(--yellow);
	letter-spacing: 1px;
	margin: 50px 10px 0 10px;; 
}

#service > div:nth-child(3) > div > p:nth-child(2) {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

#service > div:nth-child(3) > div > p:nth-child(3) {
	margin-top: 20px;
}

#service > div:nth-child(3) > div > a > p {
	width: 240px;
	padding: 13px;
	margin: 10px auto;
	background: var(--orange);
	border-radius: 100px;
	font-size: 20px;
	color: white;
}

#service > p:nth-child(4) {
	margin-top: 70px;
	text-align: center;
}

#service > div:nth-child(5) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#service > div:nth-child(5) > div {
	width: 1000px;
}

#service > div:nth-child(5) > div > p:nth-child(1) {
	font-size: 50px;
	font-weight: 500;
	color: white;
	background: var(--yellow);
	text-align: center;
	line-height: 1.3;
	margin-top: 130px;
	padding: 35px 0;
	border-radius: 40px 0 40px 0;
}

#service > div:nth-child(5) > div > p:nth-child(2) {
	font-size: 30px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.3;
}

#service > div:nth-child(6) {
	display: flex;
	justify-content: center;
	background: var(--yellow);
	border-radius: 40px;
	margin-top: 50px;
}

#service > div:nth-child(6) > p:nth-child(1) {
	font-size: 35px;
	font-weight: 500;
	color: white;
	line-height: 1.4;
	margin: auto;
	margin-left: 60px;
}

/*-------------------- サービスの例 --------------------*/

#contents > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#contents > div:nth-child(3),
#contents > div:nth-child(5),
#contents > div:nth-child(7) {
	justify-content: flex-start;
	margin-top: 100px;
}

#contents > div > h4 {
	font-size: 40px;
	font-weight: 800;
	color: var(--yellow);
	margin-top: 80px;
	margin-left: 20px;
}

#contents > div > div {
	width: 720px;
	margin-top: 30px;
	
}

#contents > div > div > p:nth-child(1) > img {
	border-radius: 40px;
}

#contents > div > div > p:nth-child(2) {
	font-size: 24px;
	font-weight: 400;
	width: fit-content;
	color: white;
	background: var(--orange);
	margin-top: 30px;
	padding: 5px 10px;
}

#contents > div > div > h5 {
	font-size: 30px;
	font-weight: 400;
	margin: 10px;
}

#contents > div > div > p:nth-child(4) {
	font-size: 21px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 1.4;
}

#contents > div:nth-child(4) > div > a > p {
	width: 230px;
	padding: 16px;
	text-align: center;
	margin: 30px auto;
	background: var(--orange);
	border-radius: 100px;
	font-size: 20px;
	color: white;
}

#contents > div:nth-child(4) > div:nth-child(2) > a > p {
	margin: 52px auto;
}

#contents > div:nth-child(4) > div:nth-child(2) > p:nth-child(5) {
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
}

#contents > div:nth-child(4) > div:nth-child(2) > div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

#contents > div:nth-child(4) > div:nth-child(2) > div > p > img {
	background: var(--orange);
	border-radius: 100px;
	text-align: center;
}

#contents > div:nth-child(4) > div:nth-child(2) > div > p {
	margin-left: 10px;	
}

#contents > div:nth-child(4) > div:nth-child(2) > div > p > a {
	color: var(--orange);
	margin: auto;
	font-weight: 400;
	font-size: 24px;
}

#contents > div:nth-child(4) > div:nth-child(2) > p:nth-child(5) > a:nth-child(1) {
	left: 0;
	margin-left: 0;
}

#contents > p:nth-child(8),
#contents > p:nth-child(9) {
	text-align: center;
	margin-top: 50px;
}

#contents > p:nth-child(8) > img,
#contents > p:nth-child(9) > img {
	width: 90%;
}

/*-------------------- お問い合わせ --------------------*/

#contact > div {
	margin-top: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contact > div > div {
	position: relative;
	width: 720px;
	height: 430px;
	box-shadow: 0 3px 6px var(--shadow);
	border-radius: 30px;
	margin: 15px;
	padding-left: 50px;
}

#contact > div > div > div:nth-child(1) {
	position: relative;
	margin-top: 30px;
}

#contact > div > div > div:nth-child(1)::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	left: -20px;
}

#contact > div > div > div:nth-child(1)::before {
	background: var(--orange);
}

#contact > div > div > div:nth-child(1) > h4 {
	font-size: 30px;
	color: var(--orange);
}

#contact > div > div > div:nth-child(1) > p {
	font-size: 21px;
	font-weight: 300;
	padding-top: 5px;
	color: var(--orange);
}

#contact > div > div > p {
	position: relative;
	font-size: 24px;
	margin-left: 10px;
	margin-top: 60px;
	
}

#contact > div > div:nth-child(1) > p {
	margin-top: 30px;
}

#contact > div > div > p:nth-child(2) {
	margin-top: 80px;
	margin-left: 0;
}

#contact > div > div > p:nth-child(2) {
	font-size: 40px;
}

#contact > div > div > p > img {
	background: var(--orange);
	border-radius: 100px;
}

#contact > div > div > p > a {
	position: absolute;
	color: var(--orange);
	margin-top: 10px;
	margin-left: 20px;
	font-weight: 400;
}

#contact > div > div > p:nth-child(2) > a {
	margin-top: 14px;
	margin-left: 20px;
}

#contact > div > div > div:nth-child(3) {
	position: absolute;
	top: 130px;;
	right: 20px;
}

#contact > div > div:nth-child(2) > div:nth-child(1) > h4,
#contact > div > div:nth-child(2) > div:nth-child(1) > p,
#contact > div > div:nth-child(2) > p > a,
#contact > div > div:nth-child(3) > div:nth-child(1) > h4,
#contact > div > div:nth-child(3) > div:nth-child(1) > p,
#contact > div > div:nth-child(3) > p > a {
	color: var(--yellow);
}

#contact > div > div:nth-child(2) > p > img,
#contact > div > div:nth-child(3) > p > img,
#contact > div > div:nth-child(2) > div:nth-child(1)::before, 
#contact > div > div:nth-child(3) > div:nth-child(1)::before {
	background: var(--yellow);
}

/*-------------------- フッター --------------------*/

footer {
	margin-top: 80px;
	width: 90%;
}

/*-------------------- 動画アニメーション --------------------*/

.movie1:hover,
.movie2:hover {
	filter: brightness(120%);
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.movie_play1 {
	display: none;
	opacity: 0.5;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: black;
	z-index: 10;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

.open.movie_play1,
.open.movie_play2,
.open.s_movie1,
.open.s_movie2 {
	display: block;
}

.movie_play2 {
	display: none;
	position: fixed; 
	right: 100px; 
	top: 100px; 
	width: 80px;
	height: 80px;
	background: white;
	z-index: 100;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

.movie_play2:hover {
	box-shadow: 0 0 20px white;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.movie_play2::before,
.movie_play2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 50px;
  background: #0C2150;
  border-radius: 2.5px;
}

.movie_play2::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.movie_play2::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.s_movie1,
.s_movie2 {
	display: none;
	position: fixed;
	z-index: 10;
	left: 50%;
  	top: 50%;
	margin: auto;
	transform: translateX(-50%) translateY(-50%);
}

.s_movie1 iframe,
.s_movie2 iframe {
	height: 450px;
	width: 800px;
}

/*-------------------- レスポンシブ --------------------*/

@media screen and (max-width: 1875px) {
	
	#contents > div {
		padding: 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#contact > div > div:nth-child(3) {
		order: 3;
	}
	
	#contact > div > div:nth-child(4) {
		order: 2;
	}
}

@media screen and (max-width: 1500px) {
	#cont_top img {
		width: 70%;
	}
	
	h2,
	#cont_top > div > p:nth-child(2) {
		top: 180px;
	}
	
	#cont_top > div > p:nth-child(2) {
		text-align: right;
	}
	
	#contents > div {
		padding: 0;
	}
	
}

@media screen and (max-width: 1200px) {
	
	.s_movie1 iframe,
	.s_movie2 iframe {
		height: 360px;
		width: 640px;
	}
	
	header p, 
	header h1 {
		font-size: 16px;
	}
	
	#cont_top img {
		width: 50%;
	}
	
	h2,
	#cont_top > div > p:nth-child(2) {
		top: 100px;
	}
	
	#service > div:nth-child(6)  {
		flex-wrap: wrap;
	}
	
	#service > div:nth-child(6) > p:nth-child(1) {
		width: 90%;
		margin: auto;
	}
	
	
}

@media screen and (max-width: 850px) {
	
	.movie_play2 {
		top: 100px;
		right: 30px;
	}
	
	.s_movie1 iframe,
	.s_movie2 iframe {
		height: 320px;
		width: 600px;
	}
	
	h3 {
		width: 100%;
		font-size: 50px;
	}
	
	.cont_pc {
		display: none;
	}

	.cont_sp {
		display: block;
	}
	
	#service > div:nth-child(3) > div > div > h4,
	#service > div:nth-child(5) > div > p:nth-child(1),
	#contents > div > h4,
	#contents > div > div > h5,
	#contact > div > div > p:nth-child(2) > a {
		font-size: 20px;
	}
	
	.cont_sub,
	#contents > div > div > p:nth-child(1),
	#service > div:nth-child(3) > div > p:nth-child(2),
	#service > div:nth-child(3) > div > a > p,
	#service > div:nth-child(5) > div > p:nth-child(2),
	#service > div:nth-child(6) > p:nth-child(1),
	#contents > div > div > p:nth-child(2),
	#contents > div > div > p:nth-child(4),
	#contents > div:nth-child(4) > div > a > p,
	#contents > div:nth-child(4) > div:nth-child(2) > div > p:nth-child(2) > a,
	#contents > div:nth-child(4) > div:nth-child(2) > p:nth-child(5),
	#contact > div > div > div:nth-child(1) > p,
	#contact > div > div > p > a {
		font-size: 16px;
	}
	
	header {
		height: 70px;
	}
	
	header p,
	header h1 {
		font-size: 14px;
	}
	
	header div p {
		padding: 0 10px;
	}
	
	header p {
		margin-top: 46px;
	}
	
	header h1 {
		line-height: 0;
		margin-top: 10px;
		padding: 5px;
	}
	
	header img {
		width: 80px;
		height: 20px;
		margin-top: 5px;
	}
	
	#cont_top {
		top: 70px;
	}
	
	h2,
	#cont_top > div > p:nth-child(2) {
		text-align: center;
	}
	
	h2 {
		top: 30px;
	}
	
	#cont_top > div > p:nth-child(2) {
		left: 5%;
		margin-top: 45%;
	}
	
	#cont_top > div > h2 > img {
		width: 80%;
	}
	
	#cont_top > div > p > img {
		width: 60%;
	}
	
	#service {
		margin-top: 180%;
	}
	
	#service > div:nth-child(3) > div {
		height: 480px;
		margin: 16px;
	}
	
	#service > div:nth-child(3) > div > div > p {
		font-size: 70px;
	}
	
	#service > div:nth-child(3) > div > div > h4 {
		margin: 20px;
	}
	
	#service > div:nth-child(3) > div > div {
		height: auto;
	}
	
	#service > div:nth-child(5) > div > p:nth-child(1) {
		padding: 20px 2%;
		margin-top: 0;
	}
	
	#service > div:nth-child(6) > p:nth-child(3) {
		text-align: center;
	}
	
	#service > div:nth-child(6) > p:nth-child(3) > img {
		width: 80%;
	}
	#contents > div > p > img {
		display: none;
	}
	
	#service > div:nth-child(5) > p > img {
		width: 90%;
	}
	
	#service > div:nth-child(6) {
		border-radius: 8px;
	}
	
	#service > div:nth-child(6) > p:nth-child(1) {
		margin-top: 30px;
	}
	
	#contents > div > h4 {
		margin: auto;
		margin-top: 40px; 
	}
	
	#contents > p:nth-child(8) img {
		margin-top: 50px;
		width: 100%;
	}
	
	#contact > div > div {
		border-radius: 10px;
		height: 380px;
	}
	
	#contents > div > div > p:nth-child(1) > img {
		width: 90%;
		border-radius: 5px;
	}
	
	#contact > div > div > div:nth-child(3) {
		display: none;
	}
	
	#contact > div > div > p > img {
		width: 50px;
	}
	
	#contact > div > div > p,
	#contact > div > div > p:nth-child(2) {
		margin-left: 10px;
    	margin-top: 10%;
	}
	
	#contact > div > div {
		padding: 10px;
	}
	
	#contact > div > div > div:nth-child(1) > h4 {
		font-size: 20px;
	}
	
	#contact > div > div > div:nth-child(1) {
		padding-left: 20px;
	}
	
	#contact > div > div > div:nth-child(1)::before {
		left: 0;
	}
}

@media screen and (max-width: 600px) {
	.s_movie1 iframe,
	.s_movie2 iframe {
		height: 290px;
		width: 500px;
	}
}

@media screen and (max-width: 500px) {
	.s_movie1 iframe,
	.s_movie2 iframe {
		height: 200px;
		width: 370px;
	}
}