@charset "UTF-8";
/*-----------------------------------------------------
  #KV
------------------------------------------------------*/
body {
	margin-top: 100vh;
}
.top-kv-fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}
.top-kv-fixed.op {
	opacity: .2;
}
.kv-fixed-up {
	position: relative;
	z-index: 3;
}
.kv-fixed-up2 {
	position: relative;
	z-index: 3;
}
.top-kv-box {
  position: relative;
}
.top-kv-box_video-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.top-kv-box_video-box::after {
  display: block;
  content: "";
  background-color: rgba(60, 60, 60, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper-wrapper .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
}
.top-kv-box_heading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81%;
  z-index: 2;
}
.top-kv-box a {
  display: block;
  padding-bottom: 40px;
}
.bg-white-box {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30% 0;
}

.bg-white-box_text {
  line-height: 2;
	font-size: 16px;
  letter-spacing: 0.1em;
}
.top-kv-box_scroll {
	display: none;
}

.top-kv-fixed.op .top-kv-box_heading-box-outer {
	display: none;
}
.top-kv-fixed.op .top-kv-box_video-box::after {
	background-color: #AF9A81;
	mix-blend-mode: color;
}

@media (min-width: 767px) {
	.top-kv-box_scroll {
    position: absolute;
    z-index: 3;
    width: 10%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    max-width: 68px;
		 display: block;
  }
	.scrolldown1::after {
		display: block;
		content: "";
		position: absolute;
		top: 0%;
		left: 50%;
		-webkit-transform: translate(30%, -50%);
						transform: translate(30%, -50%);
		width: 1px;
		height: 30px;
		background: #eee;
		-webkit-animation: pathmove 1.4s ease-in-out infinite;
						animation: pathmove 1.4s ease-in-out infinite;
		opacity: 0;
	}

	@-webkit-keyframes pathmove {
		0% {
			height: 30px;
			top: 30px;
			opacity: 0;
		}
		30% {
			height: 30px;
			opacity: 1;
		}
		100% {
			height: 0;
			top: 50px;
			opacity: 0;
		}
	}
	@keyframes pathmove {
		0% {
			height: 30px;
			top: 30px;
			opacity: 0;
		}
		30% {
			height: 30px;
			opacity: 1;
		}
		100% {
			height: 0;
			top: 50px;
			opacity: 0;
		}
	}
	.top-kv-fixed.op .top-kv-box_scroll {
		display: none;
	}
  .top-kv-box_video-box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
	.top-kv-box_video-box::after {
    display: block;
    content: "";
    background-color: rgba(60, 60, 60, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
	.top-kv-box_heading-box-outer {
    max-width: 1040px;
    content: "";
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
  }
  .top-kv-box_heading-box-inner {
    position: relative;
    height: 100vh;
  }
  .top-kv-box_heading-box {
    position: absolute;
    top: 50%;
    top: -50%;
    left: 6%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 100%;
    z-index: 2;
  }
	.top-kv-box_heading-box h2 img {
    width: 100%;
  }
  .top-kv-box_heading-box_sp {
    display: none;
  }
  .top-kv-box_heading-box_pc {
    display: block;
  }
	.bg-white-box {
    padding: 12% 0;
  }
  .bg-white-box_text {
		font-size: 24px;
		font-weight: 700;
    line-height: 2.4;
    letter-spacing: 0.1em;
		color: #3C3C3C;
  }

}

@media (min-width: 1199px) {
  .top-kv-box_video-box {
    height: 100vh;
  }
}
/*-----------------------------------------------------
  #common
------------------------------------------------------*/
.mont {
	font-family: 'Montserrat', sans-serif;
}
.midasi__title {
	margin-bottom: 8px;
	font-size: 49px;
	font-weight: 600;
	color: #AF9A81;
	text-align: center;
	letter-spacing: 0.1em;
}
.sub__title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #3C3C3C;
	text-align: center;
	letter-spacing: 0.1em;
}
.sub__title::after {
	width: 1px;
	height: 50px;
	content: "";
	display: block;
	background: #3C3C3C;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1198px) {
	.midasi__title {
		margin-bottom: 0.668vw;
		font-size: 4.09vw;
	}
	.sub__title {
		font-size: 1.503vw;
	}
	.sub__title::after {
		width: 0.083vw;
		height: 4.174vw;
		bottom: -5.843vw;
	}
}
@media screen and (max-width: 767px) {
	.midasi__title {
		margin-bottom: 8px;
		font-size: 35px;
	}
	.sub__title {
		font-size: 14px;
	}
	.sub__title::after {
		width: 1px;
		height: 30px;
		bottom: -50px;
	}
}
/*-----------------------------------------------------
  SOLUTION
------------------------------------------------------*/
.solution {
	padding: 165px 0 200px;
  background-color: white;
}
.solution_box {
	margin-top: 100px;
}
.solution_box_l {
	width: 60%;
}
.solution_box_l img {
	width: 100%;
}
.solution_box_r {
	width: 40%;
	position: relative;
	left: -50px;
}
.solution_box_r img {
	width: 100%;
	transition: .3s;
}
.solution_box_r img:hover {
	opacity: .7;
	transition: .3s;
}
.solution_link {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.solution {
		padding: 70px 0 50px;
	}
	.solution_box {
		margin-top: 70px;
	}
	.solution_box_l {
		width: 100%;
	}
	.solution_box_l img {
		width: 90%;
	}
	.solution_box_r {
		width: 100%;
		position: relative;
		top: -50px;
		bottom: 0;
		left: 0;
		z-index: +1;
	}
	.solution_box_r img {
		width: 90%;
		margin-left: 10%;
	}
	.solution_link {
		position: relative;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
/*-----------------------------------------------------
  NEWS
------------------------------------------------------*/
.news-box {
	padding: 60px 0 60px;
}
.news-box_contents-box {
	margin-top: 70px;
  padding: 0 10px;
}
.news-box_contents-box_contents {
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: solid 1px #999999;
}
.news-box_contents-box_contents:nth-last-of-type(1) {
  border-bottom: none;
}
.news-box_contents-box_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-box_contents-box_contents_img-box {
  width: 50%;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  position: relative;
}
.news-box_contents-box_contents_img-box img {
  width: 100%;
}
.news-box_contents-box_contents_img-box::before {
  display: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news-box_contents-box_contents:hover .news-box_contents-box_contents_img-box::before {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  display: block;
}
.news-box_contents-box_contents_text-box {
  width: 47%;
}
.news-box_contents-box_contents_text-box_title {
  background-color: #2896BE;
  width: 90%;
  text-align: center;
  padding: 3.8% 3.8%;
  margin-bottom: 2%;
  color: white;
	font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.news-box_contents-box_contents_text-box_date {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
  color: #999999;
  line-height: 2;
	letter-spacing: 0.08em;
}

.news-box_contents-box_contents_text-box_text {
	font-size: 14px;
  color: #000000;
  line-height: 1.6;
}

.news-box_pc-link-text {
  display: block;
  text-align: center;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.news-box_pc-link-text_text {
	margin-top: 30px;
	font-size: 16px;
  color: #000000;
  text-align: right;
  border-bottom: black solid 1px;
  padding-bottom: 1%;
}
@media (min-width: 767px) {
  .news-box {
    margin-bottom: 6.25%;
  }
  .news-box_contents-box {
    padding: 0 20px;
    max-width: 1040px;
    padding-top: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 70px;
    margin: 70px auto 33px;
  }
  .news-box_contents-box_contents {
    padding-bottom: 0%;
    margin-bottom: 3%;
    border-bottom: none;
    width: 30%;
  }
  .news-box_contents-box_contents:nth-last-of-type(1) {
    border-bottom: none;
  }
  .news-box_contents-box_contents_flex {
    display: block;
  }
  .news-box_contents-box_contents_img-box {
    width: 100%;
    max-height: 230px;
  }
  .news-box_contents-box_contents_text-box {
    margin-top: 30px;
    width: 100%;
  }
  .news-box_contents-box_contents_text-box_title {
    width: 57%;
    margin-bottom: 4%;
  }
	.news-box_contents-box_contents_text-box_date {
		font-size: 16px;
		color: #B1B1B1;
		line-height: 2;
	}

	.news-box_contents-box_contents_text-box_text {
		font-size: 18px;
		color: #3C3C3C;
		line-height: 1.6;
	}
  .news-box_pc-link-text {
    display: block;
    text-align: center;
    padding: 0 20px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .news-box_pc-link-text_text {
		font-size: 20px;
		font-weight: 700;
    color: #3C3C3C;
    text-align: center;
    border-bottom: black solid 1px;
    padding-bottom: 0.5%;
  }
}

@media (min-width: 1199px) {
  .news-box_heading {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
/*-----------------------------------------------------
  link-box
------------------------------------------------------*/
.link-box {
	padding: 220px 0 200px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f5f3f0 50%, #f5f3f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f3f0 50%,#f5f3f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f5f3f0 50%,#f5f3f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f3f0',GradientType=0 );
}
.link-box_contents-box {
	width: 1300px;
	margin: 0 auto;
}
.link-box_contents-box_inner {
	width: 49.4%;
	position: relative;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
	text-align: center;
	transition: .3s;
}
.link-box_contents-box_inner::after {
	width: 60px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: #46AA8C;
}
.link-box_contents-box_inner:last-of-type::after {
	background: #32B4B4;
}
.link-box_contents-box_inner:visited {
	color: #3C3C3C;
}
.link-box_contents-box_inner:hover {
	transition: .3s;
	background: #F2F2F2;
}
.link-box_contents-box_inner h2 {
	max-width: 400px;
	margin: 0 auto 23px;
  position: relative;
	top: -20px;
  padding: 8px 20px;
	font-size: 30px;
	font-weight: 700;
  color: #fff;
	letter-spacing: 0.15em;
  background: #46AA8C;
}
.link-box_contents-box_inner:last-of-type h2 {
  background: #32B4B4;
}
.link-box_contents-box_inner h2:after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 20px 0 20px;
  border-style: solid;
  border-color: #46AA8C transparent transparent transparent;
}
.link-box_contents-box_inner:last-of-type h2:after {
  border-color: #32B4B4 transparent transparent transparent;
}
.link-box_contents-box_inner .link_en_title {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
  font-weight: 600;
	color: #46AA8C;
	letter-spacing: 0.15em;
}
.link-box_contents-box_inner:last-of-type .link_en_title {
	color: #32B4B4;
}
.link-box_contents-box_inner h3 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
	color: #3c3c3c;
}
.link-box_contents-box_inner p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #3c3c3c;
}
/*-----------------------------------------------------
  link-box2
------------------------------------------------------*/
.link-box2_contents-box_inner {
	width: 50%;
	height: 280px;
	position: relative;
	background: url("../img/creative.jpg") no-repeat center center;
	background-size: cover;
}
.link-box2_contents-box_inner:last-of-type {
	background: url("../img/contact.jpg") no-repeat left center;
	background-size: cover;
}
.link-box2_contents-box_inner::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
	transition: .3s;
}
.link-box2_contents-box_inner:hover::before {
	background-color: rgba(0, 0, 0, 0.4);
	transition: .3s;
}
.link-box2_contents-box_inner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	z-index: 3;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1320px) {
	/*-----------------------------------------------------
		link-box
	------------------------------------------------------*/
	.link-box {
		padding: 18.364vw 0 16.694vw;
	}
	.link-box_contents-box {
		width: 100%;
		padding: 0 20px;
	}
	.link-box_contents-box_inner {
		width: 49.4%;
		padding-bottom: 3.339vw;
	}
	.link-box_contents-box_inner::after {
		width: 5.008vw;
		height: 0.668vw;
	}
	.link-box_contents-box_inner h2 {
		max-width: 33.389vw;
		margin: 0 auto 1.92vw;
		top: -1.669vw;
		padding: 0.668vw 1.669vw;
		font-size: 2.504vw;
		letter-spacing: 0.15em;
	}
	.link-box_contents-box_inner h2:after {
		bottom: -1.002vw;
		left: calc(50% - 1.669vw);
		border-width: 2.504vw 1.669vw 0 1.669vw;
	}
	.link-box_contents-box_inner .link_en_title {
		margin-bottom: 0.835vw;
		font-size: 1.503vw;
		letter-spacing: 0.15em;
	}
	.link-box_contents-box_inner h3 {
		margin-bottom: 1.252vw;
		font-size: 2.504vw;
	}
	.link-box_contents-box_inner p {
		margin-bottom: 0.835vw;
		font-size: 1.503vw;
	}
	/*-----------------------------------------------------
		link-box2
	------------------------------------------------------*/
	.link-box2_contents-box_inner {
		width: 50%;
		height: 23.372vw;
	}
	.link-box2_contents-box_inner p {
		font-size: 2.003vw;
	}
}

@media screen and (max-width: 767px) {
	.link-box {
		padding: 70px 0 50px;
		background: #ffffff;
	}
	.link-box_contents-box {
		width: 100%;
	}
	.link-box_contents-box_inner {
		width: 90%;
		margin: 0 auto 50px;
		padding: 20px;
	}
	.link-box_contents-box_inner::after {
		display: none;
	}
	.link-box_contents-box_inner h2 {
		max-width: 65%;
		margin: 0 auto;
		top: -40px;
		padding: 8px 20px;
		font-size: 16px;
	}
	.link-box_contents-box_inner h2:after {
		z-index: -1;
	}
	.link-box_contents-box_inner .link_en_title {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.link-box_contents-box_inner h3 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.link-box_contents-box_inner p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	/*-----------------------------------------------------
		link-box2
	------------------------------------------------------*/
	.link-box2_contents-box_inner {
		width: 100%;
		height: 200px;
	}
	.link-box2_contents-box_inner p {
		font-size: 16px;
	}
}