@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
.mv {
	color: #fff;
	position: relative;
	
}

.mv__ttl  {
	position: absolute;
	background: linear-gradient(to top left,rgba(255,255,255,0) 50%,rgba(178, 34, 34, 1) 50.5%) no-repeat top left/100% 100%;
	padding: 50px 200px 350px 70px;
	top: 0;
	left: 0;
	z-index: 9999;
}
.mv__ttl h1 {
	font-size: 50px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 10px;
}
.mv__ttl p {
	position: absolute;
	font-size: 18px;
	margin-top: 10px;
}
.global-navi {
	position: absolute;
	z-index: 10;
	text-align: right;
	right: 8%;
	top: 40px;
}
.global-navi ul .slide__txt {
	transform: translateX(-100px);
	opacity: 0;
}
.global-navi ul .slide__txt:nth-child(1) {
  -webkit-animation: fadeIn .8s ease 1s 1 forwards;
  animation: fadeIn .8s ease 1s 1 forwards;
} 
.global-navi ul .slide__txt:nth-child(2) {
  -webkit-animation: fadeIn .8s ease 1.5s 1 forwards;
  animation: fadeIn .8s ease 1.5s 1 forwards;
} 
.global-navi ul .slide__txt:nth-child(3) {
  -webkit-animation: fadeIn .8s ease 2s 1 forwards;
  animation: fadeIn .8s ease 2s 1 forwards;
} 
.global-navi ul .slide__txt:nth-child(4) {
  -webkit-animation: fadeIn .8s ease 2.5s 1 forwards;
  animation: fadeIn .8s ease 2.5s 1 forwards;
} 
@-webkit-keyframes fadeIn {
  100% {
	transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.global-navi ul li a {
	text-decoration: none;
	color: #fff;
	text-shadow: #f00000 2px 0px 5px;
	line-height: 2;
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	font-style: italic;
	position: relative;
}
.global-navi ul li a::after {
	position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #f00000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.global-navi ul li a:hover::after {
	transform: scale(1, 1);
}

.head__sp {
	display: none;
}
.mv-blog {
	position: absolute;
	background: linear-gradient(to bottom left,rgba(255,255,255,0) 50%,rgba(220, 20, 60, 1) 50.5%) no-repeat bottom left/100% 100%;
	padding: 350px 330px 50px 50px;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.mv-blog p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	font-style: italic;
	margin-bottom: 10px;
}
.mv-blog p span {
	font-size: 24px;
	color: yellow;
}
.mv-blog a {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	display: inline-block;
	border: 5px solid #000;
	padding: 30px 50px;
	font-size: 25px;
	font-weight: 600;
	transition: all .5s;
}
.mv-blog a:hover {
	background-color: #adff2f;
	border: #1e90ff solid 5px;
}
.mv-blog a::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 79%;
	border: 12px solid transparent;
	border-left: 12px solid #b22222; 
}




#slide {
	width:100%;
	margin:0 auto;
	position:relative;
	} 


.slide__img1 {
	background-image: url(../image/top02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slide__img2 {
	background-image: url(../image/top11.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slide__img3 {
	background-image: url(../image/top13.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide__img4 {
	background-image: url(../image/top10.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slide__img5 {
	background-image: url(../image/top14.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slide__img6 {
	background-image: url(../image/top12.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.top-operarion {
	position: relative;
	padding: 100px 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.top-operarion__ttl h2{
	font-size: 35px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: 600;
	position: relative;
}
.top-operarion__ttl h2::before,.top-operarion__ttl h2::after {
	content:"";
	display:block;
	background-color:#dc143c;
	width: 45%;
	height: 3px;
	position:absolute;
}
.top-operarion__ttl h2::before {
	top: -50%;
	left: 18%;
}
.top-operarion__ttl h2::after {
	bottom: -50%;
	right: 18%;
}
.top-operarion__ttl h3 {
	display: none;
}
.top-operarion__txt {
	margin-top: 100px;
}
.top-operarion__txt p {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
}
.top-operarion__txt a{
	text-decoration: none;
	display: inline-block;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	border: #000 solid 3px;
	padding: 20px 90px;
	position: relative;
	transition: all .5s;
	letter-spacing: 7px;
}
.top-operarion__txt a::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 20px;
	right: 65px;
	border: 10px solid transparent;
	border-left: 10px solid #b22222;
}
.top-operarion__txt a:hover {
	background-color: #adff2f;
	border: #1e90ff solid 3px;
}

.top-member {
	padding: 100px 0;
	text-align: center;
}
.top-member__item {
	padding: 70px 0;
	display: flex;
	justify-content: space-around;
}
.top-member__txt {
	margin-left: 50px;
}
.top-member__txt p:nth-child(1) {
	margin: 60px 0 0 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
}
.top-member__txt p span {
	font-size: 25px;
	color: #a9a9a9;
	font-weight: 100;
}
.top-member__txt p:nth-child(2) {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}
.top-member__txt a {
	text-decoration: none;
	display: inline-block;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	border: #000 solid 3px;
	padding: 20px 60px;
	position: relative;
	transition: all .5s;
}
.top-member__txt a::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 20px;
	right: 30px;
	border: 10px solid transparent;
	border-left: 10px solid #b22222;
}
.top-member__txt a:hover {
	background-color: #adff2f;
	border: #1e90ff solid 3px;
}
.top-member__img img {
	width: 600px;
	box-shadow: 15px 15px 0px 0 rgba(184, 1, 1, 0.8);
}
.top-contact {
	padding: 100px 0;
	position: relative;
}
.top-contact__txt {
	text-align: center;
}
.top-contact__txt p {
	font-size: 25px;
	font-style: italic;
	line-height: 1.6;
	letter-spacing: 2px;
}
.top-contact__txt a {
	text-decoration: none;
	color: #000;
	border: #000 solid 3px;
	padding: 20px 100px;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin-top: 50px;
	position: relative;
	transition: all .5s;
}
.top-contact__txt a::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 20px;
	right: 70px;
	border: 10px solid transparent;
	border-left: 10px solid #b22222; 	
}
.top-contact__txt a:hover {
	background-color: #adff2f;
	border: #1e90ff solid 3px;
}
.pdfimgbox{
	margin-bottom: 120px;
}
.pdfimg{
	display: flex;
	justify-content: center;
}
.pdfimg img{
width: 50%;
}
.video {
	text-align: center;
	margin: 30px 0;
}
footer {
	padding: 100px 0;
	border-top: 1px solid #000;
}
.footer__ttl {
	text-align: center;
}
.footer__ttl h2 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 3px;
	font-style: italic;
}
.footer-nav {
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 80px auto 0;
}
.footer-nav .footer__txt a {
	text-decoration: none;
	color: #000;
	font-size: 28px;
	position: relative;
}
.footer-nav .footer__txt a::before {
	content: '';
	width: 15px;
	height: 15px;
	margin-top: -5px;
	border-top: solid 5px #b22222;  
	border-right: solid 5px #b22222;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	left: -30px;
}
@media screen and (min-width: 980px) { /* スマホとタブレット以外はこっちを適用 */
    .mv-pc{
        height: 100vh !important; /* !importantを使用し、jQueryを打ち消し */
    }
}

@media screen and (max-width:980px) {
	.slide__img1 {
		background-position: center;
	}
	.slide__img2 {
		background-position: center;
	}
	.slide__img3 {
		background-position: center;
	}
	.slide__img4 {
		background-position: center;
	}
	.slide__img5 {
		background-position: center;
	}
	.slide__img6 {
		background-position: center;
	}
	.mv__ttl {
		padding: 40px 140px 320px 70px;
	}
	.mv__ttl h1 {
		font-size: 30px;
	}
	.mv__ttl p {
		font-size: 15px;
	}
	.global-navi ul li a {
		font-size: 20px;
	}
	.mv-blog {
		padding: 335px 140px 15px 50px;
	}
	.mv-blog p {
		font-size: 16px;
	}
	.mv-blog p span {
		font-size: 20px;
	}
	.mv-blog a {
		border: 3px solid #000;
		padding: 20px 30px;
		font-size: 20px;
	}
	.mv-blog a:hover {
		border: #1e90ff solid 3px;
	}
	.mv-blog a::after {
		top: 87.5%;
		border: 8px solid transparent;
		border-left: 8px solid #b22222; 
	}
	.top-operarion__txt {
		margin: 100px auto 0;
	}
	.top-operarion__ttl h2 {
		display: none;
	}
	.top-operarion__ttl h3 {
		display: block;
		font-size: 25px;
		letter-spacing: 2px;
		font-style: italic;
		font-weight: 600;
		position: relative;
		line-height: 1.6;
	}
	.top-operarion__ttl h3::before,.top-operarion__ttl h3::after {
		content:"";
		display:block;
		background-color:#dc143c;
		width: 45%;
		height: 3px;
		position:absolute;
	}
	.top-operarion__ttl h3::before {
		top: -30%;
		left: 18%;
	}
	.top-operarion__ttl h3::after {
		bottom: -30%;
		right: 18%;
	}
	.top-operarion__txt {
		width: 98%;
		margin: 100px auto 0;
	}
	.top-member {
		padding: 0;
	}
	.top-member__txt {
		margin-left: 0;
	}
	.top-member__item {
		display: block;
	}
	.top-member__img {
		margin-top: 30px;
	}
	.top-member__img img {
		width: 500px;
	}
	video{
		width: 80%;
	}
	
	/* footer */
	.footer__ttl h2 {
		font-size: 40px;
	}
	.footer-nav .footer__txt a {
		font-size: 17px;
	}
	.footer-nav .footer__txt a::before {
		width: 9px;
		height: 9px;
		border-top: solid 2px #b22222;  
		border-right: solid 2px #b22222;
		left: -20px;
	}
}
@media screen and (min-width:641px) {
	.illust01 img{
		position: absolute;
		width: 20%;
		left: 5%;
		top: 65%;
	}
	.illust02 img{
		position: absolute;
		width: 20%;
		right: 5%;
		top: 58%;
	}
}
@media screen and (max-width:640px) {
	.slide__img1 {
		background-image: url(../image/top04.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.slide__img2 {
		background-image: url(../image/top05.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.slide__img3 {
		background-image: url(../image/top06.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.slide__img4 {
		background-image: url(../image/top07.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.slide__img5 {
		background-image: url(../image/top08.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.slide__img6 {
		background-image: url(../image/top09.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.mv__ttl {
		background: linear-gradient(to top left,rgba(255,255,255,0) 50%,transparent 50.5%);
		padding: 40px 0 0px 20px;
	}
	.mv__ttl h1 {
		padding-top: 30px;
	}

	.mv-blog {
		background: linear-gradient(to bottom left,rgba(255,255,255,0) 50%,transparent 50.5%);
		padding: 310px 0 40px 10px;
	}
	.mv-blog p {
		font-size: 10px;
	}
	.mv-blog p span {
		font-size: 16px;
	}
	.mv-blog a {
		border: 3px solid #000;
		padding: 15px 30px;
		font-size: 16px;
	}
	.mv-blog a::after {
		top: 83%;
		border: 7px solid transparent;
		border-left: 7px solid #b22222; 
	}
	.top-operarion {
		background-position: center bottom;
		background-size: 40%;
		padding: 100px 0 0;
	}
	
	.top-operarion__ttl h3 {
		font-size: 20px;
	}
	.top-operarion__txt p {
		font-size: 17px;
	}
	.top-operarion__txt a{
		font-size: 17px;
		border: #000 solid 2px;
		padding: 18px 70px;
		letter-spacing: 6px;
	}
	.top-operarion__txt a::after {
		top: 21px;
		right: 45px;
		border: 6px solid transparent;
		border-left: 6px solid #b22222;
	}
	.top-operarion__txt a:hover {
		border: #1e90ff solid 2px;
	}
	.illust01 img {
		width: 60%;
		margin: 20px 0 0;
	}
	.top-member__item {
		padding: 0 0 70px;
	}
	.top-member__txt {
		margin-left: 0;
	}
	.top-member__txt p:nth-child(1) {
		font-size: 20px;
	}
	.top-member__txt p span {
		font-size: 15px;
	}
	.top-member__txt p:nth-child(2) {
		font-size: 17px;
	}
	.top-member__txt a {
		font-size: 17px;
		border: #000 solid 2px;
		padding: 18px 70px;
	}
	.top-member__txt a::after {
		top: 21px;
		right: 45px;
		border: 6px solid transparent;
		border-left: 6px solid #b22222;
	}
	.top-member__txt a:hover {
		border: #1e90ff solid 2px;
	}
	.top-member__img img {
		width: 90%;
		box-shadow: 10px 10px 0px 0 rgba(184, 1, 1, 0.8);
	}

.pdfimg img{
	width: 80%;
	}
	.top-contact {
		background-position: center bottom;
		background-size: 18%;
		padding: 50px 0 0;
	}
	.top-contact__txt p {
		font-size: 20px;
	}
	.top-contact__txt a {
		border: #000 solid 2px;
		padding: 15px 70px;
		font-size: 17px;
	}
	.top-contact__txt a::after {
		top: 18px;
		right: 50px;
		border: 6px solid transparent;
		border-left: 6px solid #b22222; 	
	}
	.top-contact__txt a:hover {
		border: #1e90ff solid 3px;
	}
	.illust02 img {
		display: block;
		width: 50%;
		margin: 20px auto 0;
	}
	footer {
		padding: 100px 0 50px;
	}
	.footer__ttl h2 {
		font-size: 30px;
	}
	.footer-nav {
		flex-direction: column;
	}
	.footer-nav .footer__txt a {
		font-size: 20px;
		line-height: 1.6;
	}
	.footer-nav .footer__txt a::before {
		width: 6px;
		height: 6px;
		border-top: solid 2px #b22222;  
		border-right: solid 2px #b22222;
		top: 50%;
		left: -15px;
	}
}