@charset "UTF-8";
/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/***************
MV
***************/
#mv li {
  aspect-ratio: 1920 / 880;
  width: 100%;
  overflow: hidden;
  position: relative;
	    transition: opacity 0ms!important;
}
#mv li::before {
  content: "";
  background: rgba(0, 0, 0, 0.19);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 1;
}
#mv li #myvideo {
	width: 100%;
}
#mv .text-area {
  position: relative;
	z-index: 2;
}
#mv .text-area img {
  width: 42.04%;
  position: absolute;
  bottom: 100px;
  left: 10%;
}
@media screen and (max-width: 1550px) {
  #mv .text-area img {
    bottom: 60px;
    left: 4%;
  }
}
@media screen and (max-width: 1366px) {
  #mv .text-area img {
    width: 37.04%;
    bottom: 50px;
    left: 4%;
  }
}
@media screen and (max-width: 768px) {
  #mv li {
    aspect-ratio: 750 / 1190;
  }
  #mv .text-area img {
    width: 89.33%;
    position: absolute;
    bottom: 40px;
    left: 5%;
  }
}
/***************
our
***************/
#our {
  padding: 160px 0 200px;
  position: relative;
}
#our::before {
  content: "";
  background: url("../images/top/our-txt.png")no-repeat;
  background-size: contain;
  aspect-ratio: 810 / 127;
  width: 42%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
#our .bg-img {
  display: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: -4%;
  left: 0;
}
#our .bg-img .img-area {
  width: 100%;
  position: absolute;
  bottom: -7%;
  left: 0;
}
#our .left-area {
  width: 50%;
}
#our .left-area h3 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 94px;
  color: #fff;
}
#our .left-area h3 span.txt-l {
  font-size: 64px;
  font-size: 6.4rem;
}
#our .left-area h3 span.blue {
	padding: 5px 20px;
  background: linear-gradient(120deg, #183E8B, #3EA4E8);
}
#our .left-area h3 span.blue:last-child {
  padding: 18px 20px 10px;
}
#our .left-area p {
  width: 87.59%;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 65px;
  line-height: 48px;
  font-weight: 400;
  color: #111111;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1rem;
}
#our .left-area .btn {
  width: 37.22%;
  margin-bottom: 65px;
}
#our .right-area {
  width: 46%;
}
@media screen and (max-width: 1565px) {
  #our {
    padding: 160px 0 110px;
  }
}
  @media screen and (max-width: 1500px) {
    #our .bg-img .img-area {
      bottom: 0;
    }
  }
  @media screen and (max-width: 1465px) {
    #our .right-area {
      width: 40%;
    }
    #our .right-area img {
      position: relative;
      top: 0;
      left: -15%;
    }
  }
  @media screen and (max-width: 1295px) {
    #our {
      padding: 160px 0 10px;
    }
  }
  @media screen and (max-width: 1216px) {
    #our .left-area {
      width: 60%;
    }
    #our .right-area img {
      top: 9%;
    }
  }
  @media screen and (max-width: 1025px) {
    #our {
      padding: 60px 0 180px;
    }
    #our::before {
      content: "";
      background: url(../images/top/our-txt_sp.png) no-repeat;
      background-size: contain;
      width: 245px;
      height: 50px;
      position: absolute;
      bottom: 0;
      right: 0;
    }
    #our .left-area {
      width: 100%;
    }
    #our .left-area p {
      width: 100%;
      line-height: 38px;
      margin-bottom: 45px;
      font-family: 'Noto Sans JP';
    }
    #our .left-area .btn {
      width: 80%;
      margin: 0 auto 35px;
    }
    #our .right-area {
      width: 30%;
      position: relative;
      top: 0;
      right: -61%;
    }
  }
  @media screen and (max-width: 768px) {
    #our {
      padding: 60px 0 20px;
    }
    #our .left-area h3 span.blue {
      background: none;
      padding: 0;
    }
    #our .left-area h3 span.blue_sp {
      padding: 3px 15px;
      background: linear-gradient(120deg, #183E8B, #3EA4E8);
    }
	  #our .left-area h3 span.blue:last-child {
		  padding: 9px 15px 5px;
	  }
    #our .left-area h3 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 40px;
      line-height: 58px;
    }
    #our .left-area h3 span.txt-l {
      font-size: 35px;
        font-size: 3.5rem;
    }
	  #our .left-area p {
		      font-size: 17px;
    font-size: 1.7rem;
		  line-height: 34px;
	  }
    #our .right-area {
      width: 57%;
      top: 0;
      right: 0;
      margin: 0 0 0 auto;
    }
	  #our .right-area img {
		  left: inherit;
        right: 0;
	  }
  }
/***************
consistency
***************/
#consistency {
	padding: 180px 0 230px;
	position: relative;
}
#consistency::before {
	content: "";
	background: url("../images/top/consistency-bg.png")no-repeat;
	background-size: contain;
	aspect-ratio: 1295 / 586;
	width: 68%;
    height: 586px;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#consistency h3 {
	font-size: 50px;
	font-size: 5.0rem;
	    margin-bottom: 20px;
    font-weight: 500;
    color: #0067AE;
    text-align: center;
    letter-spacing: 0.5rem;
}
#consistency p {
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 90px;
	text-align: center;
	font-weight: 400;
	color: #202020;
}
#consistency dl {
	width: calc(25% - 10px);
	padding: 20px 5px;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .14);
	display: flex;
	flex-direction: column;
}
#consistency dl:nth-last-child(-n + 4) {
	margin-bottom: 0;
}
#consistency dl dt {
	font-size: 23px;
	font-size: 2.3rem;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 500;
	color: #0064A8;
	flex-grow: 1;
	font-family: "Shippori Mincho", serif;
}
#consistency dl dd {
	width: 45.61%;
	margin: 0 auto;
}
#consistency dl.delay-time02{
animation-delay: 0.1s;
}
#consistency dl.delay-time04{
animation-delay: 0.2s;
}
#consistency dl.delay-time06{
animation-delay: 0.4s;
}
#consistency dl.delay-time08{
animation-delay: 0.6s;
}
#consistency dl.delay-time10{
animation-delay: 0.8s;
}
#consistency dl.delay-time12{
animation-delay: 1s;
}
#consistency dl.delay-time14{
animation-delay: 1.2s;
}
#consistency dl.delay-time16{
animation-delay: 1.4s;
}
#consistency dl.box {
	opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#consistency .btn {
    width: 220px;
    margin: 60px 0 0 auto;
}
#consistency .btn a {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 5px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 1px solid #2C75A7;
	width: 100%;
	color: #005C9B;
	display: block;
}
@media screen and (max-width: 1565px) {
	#consistency::before {
		    width: 84%;
	}
}
@media screen and (max-width: 1330px) {
    #consistency::before {
        width: 94%;
    }
}
@media screen and (max-width: 1200px) {
	#consistency {
		padding: 180px 0 160px;
	}
	#consistency::before {
		top: 32%;
	}
}
@media screen and (max-width: 980px) {
    #consistency::before {
        top: 35%;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	#consistency {
		padding: 130px 0 150px;
	}
	#consistency::before {
	content: "";
	background: url("../images/top/consistency-bg_sp.png")no-repeat;
	background-size: contain;
	aspect-ratio: 375 / 793;
	        width: 100%;
        height: auto;
        position: absolute;
        top: inherit;
        bottom: 9%;
    transform: translateX(-50%);
    z-index: -1;
}
	#consistency h3 {
            font-size: 34px;
        font-size: 3.4rem;
	}
	#consistency p {
		margin-bottom: 40px;
		font-size: 19px;
    font-size: 1.9rem;
    line-height: 35px;
	}
	#consistency .l_flex {
		display: flex;
	}
	#consistency dl,#consistency dl:nth-last-child(-n + 4) {
		width: calc(50% - 5px);
		margin-bottom: 20px;
		padding: 20px 5px 10px;
	}
	#consistency dl:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
	#consistency dl dt {
    font-size: 19px;
        font-size: 1.9rem;
        line-height: 30px;
	}
	#consistency dl dd {
    width: 57.71%;
	}
#consistency .up{
	opacity: 0;
}
	.conbox {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}
	@keyframes conboxAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.no-animation {
  animation: none !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
	#consistency .btn {
    width: 80%;
    margin: 60px auto 0;
}
	#consistency .btn a {
		font-size: 17px;
    font-size: 1.7rem;
		    padding: 10px 5px;
	}
}
/***************
business
***************/
#business {
	padding: 285px 0 220px;
	background: linear-gradient(180deg, #FFF, #F5F7FA); 
	position: relative;
}
#business::before {
	content: "";
	background: url("../images/top/business-ttl.png")no-repeat;
	background-size: contain;
	aspect-ratio: 751 / 91;
	    width: 39%;
    height: auto;
    position: absolute;
    top: 7%;
    left: 10%;
}
#business::after {
	content: "";
	background: url("../images/top/business-bg.png")no-repeat;
	background-size: contain;
	aspect-ratio: 991 / 532;
	       width: 52%;
    height: auto;
    position: absolute;
    top: -4%;
    right: 5%;
}
#business .l_continar {
	z-index: 1;
	position: relative;
}
#business .ttl {
	align-items: end;
	margin-bottom: 70px;
}
#business .left-area {
	width: 75%;
}
#business .left-area h3 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #202020;
}
#business .left-area p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	letter-spacing: 0.1rem;
}
#business .right-area {
	width: 220px;
}
#business .right-area .btn a {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 8px 5px;
	display: block;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1rem;
	background: linear-gradient(90deg, #183E8B, #3EA4E8); 
	text-align: center;
}
#business ul.col1 {
	margin-bottom: 30px;
}
#business ul.col1 li {
	width: calc(33.33% - 20px);
	aspect-ratio: 380 / 405;
	height: auto;
	position: relative;
	overflow: hidden;
}
#business ul.col1 li::before {
	content: "";
	background: url("../images/top/business-arrow.png")no-repeat;
	background-size: contain;
	aspect-ratio: 12 / 15;
	width: 5%;
    height: 15px;
    position: absolute;
    bottom: 3%;
    right: 3%;
	z-index: 1;
}
#business ul.col1 li::after {
	content: "";
	background: url("../images/top/business1.png")no-repeat;
	background-size: cover;
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: block;
transition-duration: 0.5s;
}
#business ul.col1 li:hover::after,#business ul.col2 li:hover::after  {
	transform: scale(1.1);
transition-duration: 0.5s;
}
#business ul.col1 li:nth-child(2)::after {
	background: url("../images/top/business2.png")no-repeat;
	background-size: cover;
}
#business ul.col1 li:nth-child(3)::after {
	background: url("../images/top/business3.png")no-repeat;
	background-size: cover;
}
#business ul.col1 li a,#business ul.col2 li a {
	width: 100%;
	height: 100%;
	display: block;
	    z-index: 5;
    position: sticky;
}
#business ul.col1 li a:hover,#business ul.col2 li a:hover {
	opacity: 1;
}
#business ul.col1 li p {
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 500;
	color: #fff;
	display: block;
    width: 100%;
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	    letter-spacing: 0.3rem;
	text-align: center;
}
#business ul.col2 li {
	width: calc(25% - 10px);
	aspect-ratio: 285 / 195;
	height: auto;
	position: relative;
	overflow: hidden;
}
#business ul.col2 li:after {
	content: "";
	background: url("../images/top/business4.png")no-repeat;
	background-size: cover;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: block;
transition-duration: 0.5s;
}
#business ul.col2 li::before {
	content: "";
	background: url("../images/top/business-arrow.png")no-repeat;
	    background-size: contain;
    aspect-ratio: 9 / 11;
    width: 4%;
    height: 10px;
    position: absolute;
    bottom: 3%;
    right: 3%;
	z-index: 1;
}
#business ul.col2 li:nth-child(2):after {
	background: url("../images/top/business5.png")no-repeat;
	background-size: cover;
}
#business ul.col2 li:nth-child(3):after {
	background: url("../images/top/business6.png")no-repeat;
	background-size: cover;
}
#business ul.col2 li:nth-child(4):after  {
	background: url("../images/top/business7.png")no-repeat;
	background-size: cover;
}
#business ul.col2 li p {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #fff;
	display: block;
    width: 100%;
	position: absolute;
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
	    letter-spacing: 0.3rem;
	text-align: center;
}
.br_t {
	display: none;
}
@media screen and (max-width: 1500px) {
	#business::before {
		width: 53%;
    height: auto;
    position: absolute;
    top: 7%;
		left: 4%;
	}
	#business::after {
    width: 57%;
    top: -4%;
    right: 0%;
}
}
@media screen and (max-width: 1200px) {
	#business {
		padding: 215px 0 220px;
	}
}
@media screen and (max-width: 1085px) {
	#business ul.col1 li {
    width: calc(33.33% - 10px);
	}
	.br_t {
		display: block;
	}
}
@media screen and (max-width: 1000px) {
    #business::after {
        width: 57%;
        top: 0;
	}
	#business::before {
		left: 3%;
	}
}
@media screen and (max-width: 924px) {
	#business .left-area p {
		    margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	#business {
    padding: 125px 0 110px;
	}
	#business::before {
    content: "";
    background: url(../images/top/business-ttl_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 200 / 100;
    width: 48%;
        height: auto;
        position: absolute;
        top: 0%;
        left: 4%;;
}
	#business::after {
    content: "";
    background: url(../images/top/business-bg_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 265 / 212;
            width: 64%;
        height: auto;
        position: absolute;
        top: -2%;
        right: 0;
}
	#business .left-area {
    width: 100%;
}
	#business .left-area h3 {
    font-size: 33px;
        font-size: 3.3rem;
	}
	#business .left-area p {
    font-family: 'Noto Sans JP';
    margin-bottom: 40px;
	}
	#business .right-area {
    width: 70%;
    margin: 0 auto;
}
	#business ul.col1 li {
    width: 100%;
		margin-bottom: 10px;
    aspect-ratio: 345 / 211;
    height: auto;
    position: relative;
}
	#business ul.col1 li::after {
		background: url(../images/top/business1_sp.png) no-repeat;
    background-size: cover;
	}
	#business ul.col1 li:nth-child(2)::after {
    background: url(../images/top/business2_sp.png) no-repeat;
    background-size: cover;
	}
	#business ul.col1 li:nth-child(3)::after {
    background: url(../images/top/business3_sp.png) no-repeat;
    background-size: cover;
		margin-bottom: 0
	}
	#business .col2 {
		display: flex;
	}
	#business ul.col2 li {
    width: calc(50% - 10px);
		margin-bottom: 10px;
		        background-position: center;
    aspect-ratio: 167.5 / 150;
    height: auto;
    position: relative;
}
	#business ul.col2 li::after {
		background: url(../images/top/business4.png) no-repeat;
    background-size: cover;
	}
	#business ul.col2 li:nth-child(2)::after {
		background: url(../images/top/business5.png) no-repeat;
    background-size: cover;
		        background-position: center;
	}
	#business ul.col2 li:nth-child(3)::after {
		background: url(../images/top/business6.png) no-repeat;
    background-size: cover;
		        background-position: center;
		margin-bottom: 0;
	}
	#business ul.col2 li:nth-child(4)::after {
		background: url(../images/top/business7.png) no-repeat;
    background-size: cover;
		        background-position: center;
		margin-bottom: 0;
	}
	#business ul.col2 li::before {
		width: 6%;
	}
	#business ul.col2 li p {
		bottom: 9%;
	}
	#business ul.col1 li p {
		    font-size: 25px;
    font-size: 2.5rem;
	}
}
/***************
work
***************/
#work {
	padding: 100px 0 130px;
	position: relative;
}
#work::before {
	content: "";
	background: #fff;
	background-size: contain;
	aspect-ratio: 1920 / 111;
	height: 111px;
  width: 100%;
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -111px;
	right: 0;
}
#work::after {
	content: "";
	background: url("../images/top/work-ttl.png")no-repeat;
	background-size: contain;
	aspect-ratio: 360 / 127;
	width: 19%;
    height: auto;
    position: absolute;
    top: -13%;
	right: 0;
}
#work .bg {
	position: relative;
}
#work .bg::before {
	content: "";
	background: url("../images/top/work_bg.png")no-repeat;
	background-size: contain;
	aspect-ratio: 1920 / 677;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#work h3 {
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 50px;
	font-weight: 500;
	text-align: center;
	color: #202020;
}
#work .contents {
	margin: 0 20px;
}
#work .contents .img-area {
	width: 100%;
	height: auto;
	object-fit: cover;
	overflow: hidden;
}
#work .contents .img-area img {
	aspect-ratio: 466 / 315;
}
#work .contents .img-area img:hover {
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
#work .contents p.cat {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	padding: 3px 15px;
	background: #fff;
	border: 1px solid #0064A8;
	border-radius: 50px;
	text-align: center;
	color: #00406B;
	display: inline-block;
}
#work .contents p.cat.commerce {
	color: #00406B;
	border: 1px solid #0064A8;
}
#work .contents p.cat.house {
	color: #D10838;
	border: 1px solid #DC6D87;
}
#work .contents p.cat.land {
	color: #C45B00;
	border: 1px solid #C45B00;
}
#work .contents p.cat.leisure {
	color: #00AB8E;
	border: 1px solid #00AB8E;
}
#work .contents p.cat.bochi {
	color: #56006B;
	border: 1px solid #56006B;
}
#work .contents p.cat.energy {
	color: #309F01;
	border: 1px solid #309F01;
}
#work .contents p.cat.civi {
	color: #BC0000;
	border: 1px solid #BC0000;
}
#work .contents p.ttl {
	font-size: 21px;
	font-size: 2.1rem;
	margin-top: 5px;
	font-weight: 500;
	color: #202020;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
#work .slick-prev, #work .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 30%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 69px;
  width: 69px;
}
#work .slick-prev { /*戻る矢印の位置と形状*/
  left: 5%;
}
#work .slick-next { /*次へ矢印の位置と形状*/
  right: 5%;
}
#work .slick-arrow {
  z-index: 2 !important;
}
#work .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#work .slick-next:before {
  background: url("../images/top/work-arrow-right.png")no-repeat !important;
  background-size: contain !important;
}
#work .slick-prev:before {
  background: url("../images/top/work-arrow-left.png")no-repeat !important;
  background-size: contain !important;
}
#work .btn {
	width: 13.28%;
	margin: 50px auto 0;
}
@media screen and (max-width: 1350px) {
	#work .btn {
    width: 21.28%;
	}
}
@media screen and (max-width: 1200px) {
	#work {
    padding: 40px 0 100px;
}
}
@media screen and (max-width: 885px) {
    #work .btn {
        width: 28.28%;
    }
}
@media screen and (max-width: 768px) {
	#work::before {
    content: "";
    background: #fff;
    background-size: contain;
    height: 50px;
    width: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -49px;
    right: 0;
}
	#work::after {
    content: "";
    background: url("../images/top/work-ttl_sp.png") no-repeat;
    background-size: contain;
    aspect-ratio: 162 / 54;
        width: 48%;
        height: auto;
        position: absolute;
        top: -6%;
    right: 0;
}
	#work h3 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 30px;
	}
	#work .slick-prev, #work .slick-next {
		width: 40px;
		height: 40px;
	}
	#work .btn {
    width: 70%;
	}
}
/***************
contents
***************/
#contents {
	padding: 75px 0 70px;
	background: #F7FBFC;
}
#contents h3 {
	font-size: 66px;
	font-size: 6.6rem;
	margin-bottom: 35px;
	text-align: center;
	font-family: "Baskervville", serif;
	color: #0064A8;
}
#contents .contents {
	width: calc(33.33% - 10px);
	padding: 25px 0 30px;
	background: #fff;
	position: relative;
}
#contents .contents::before {
	content: "";
	background: url("../images/top/contents-arrow.png")no-repeat;
	background-size: contain;
	aspect-ratio: 9 / 11;
	    width: 4%;
    height: auto;
    position: absolute;
    bottom: 4%;
    right: 4%;
}
#contents .contents:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .10);
	transition-duration: 500ms;
}
#contents .contents a:hover {
	opacity: 1;
}
#contents .contents .img-area {
	width: 32.3%;
	margin: 0 auto 20px;
}
#contents .contents h4 {
	font-size: 27px;
	font-size: 2.7rem;
	margin-bottom: 25px;
	letter-spacing: 0.2rem;
	color: #000000;
	font-weight: 500;
	text-align: center;
}
#contents .contents p {
	font-size: 15px;
	font-size: 1.5rem;
	width: 78.75%;
	line-height: 25px;
	text-align: center;
	color: #000000;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1000px) {
	#contents .contents {
    width: calc(50% - 10px);
    margin-bottom: 20px;
	}
	#contents .contents:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	#contents {
    padding: 45px 0 70px;
	}
	#contents h3 {
    font-size: 54px;
    font-size: 5.4rem;
    margin-bottom: 15px;
	}
	#contents .contents {
    width: 100%;
	}
	#contents .contents .img-area {
    width: 28.98%;
    margin: 0 auto 10px;
}
	#contents .contents p {
		width: 90%;
	}
}
/***************
news
***************/
#news {
	padding: 130px 0;
}
#news .left-area {
	width: 20%;
}
#news .left-area h3 {
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 30px;
	font-weight: 600;
	color: #1C1C1C;
}
#news .right-area {
	width: 78.33%;
}
#news .right-area li {
	width: 91.48%;
	margin-bottom: 15px;
}
#news .right-area li:nth-child(2) {
	margin-left: 4%;
}
#news .right-area li:last-child {
	margin-left: 8%;
	margin-bottom: 0;
}
#news .right-area li a {
	padding: 20px 5px 20px 7%;
	background: #F7F7F7;
	color: #131313;
}
#news .right-area li a .date {
	width: 25%;
}
#news .right-area li a .ttl {
	width: 73.25%;
}
#news .right-area li {
	opacity: 0;
}
.news_fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.3s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes news_fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
	#news .left-area {
    width: 25%;
}
	#news .right-area {
    width: 70.33%;
}
}
@media screen and (max-width: 768px) {
	#news {
    padding: 80px 0 160px;
		position: relative;
}
	#news .left-area {
    width: 100%;
		        margin-bottom: 50px;
}
	#news .left-area h3 {
    font-size: 30px;
    font-size: 3.0rem;
		        margin-bottom: -30px;
    text-align: center;
	}
	#news .right-area {
    width: 100%;
}
	#news .right-area li {
    width: 100%;
	}
	#news .right-area li a {
		padding: 20px;
	}
	#news .right-area li a .date, #news .right-area li a .ttl {
		width: 100%;
	}
	#news .right-area li:nth-child(2),#news .right-area li:last-child {
		margin-left: 0;
	}
	#news .left-area .btn {
            position: absolute;
                transform: translateX(-50%);
        bottom: 12%;
        left: 50%;
        width: 80%;
    }
	#news .left-area .btn a {
		width: 100%;
	}
}
/***************
recruit
***************/
#recruit {
	padding: 70px 0 60px;
	background: #FAFFF8;
}
#recruit .l_continar {
	position: sticky;
	z-index: 2;
}
#recruit h3 {
	font-size: 27px;
	font-size: 2.7rem;
	text-align: center;
	color: #202020;
	font-weight: 500;
	margin: 0 auto 7px;
	    line-height: 25px;
}
#recruit h3 span {
	width: 30%;
	    display: block;
    margin: 0 auto;
}
#recruit p {
	width: 51%;
	margin: 45px auto 55px;
}
#recruit .btn {
	width: 18.33%;
	margin: 0 auto;
}
#recruit .btn a {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 13px 5px 10px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-align: center;
  display: block;
  background: #fff;
  border: 1px solid #37A474;
  color: #209F6A;
  position: relative;
}
#recruit .btn a::before {
  content: "";
  background: url("../images/top/arrow-green.png")no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 3%;
  transform: translateX(-50%);
}
#recruit .img-area {
	z-index: 1;
	    position: sticky;
}
#recruit .img-area .arrow-img {
	width: 36.91%;
}
#recruit .img-area .left-area {
	position: absolute;
	bottom: 0;
	left: 0;
}
.fadeRightTrigger,.fadeLeftTrigger {
opacity: 0;
}
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
#recruit .img-area .right-area{
	position: absolute;
	bottom: 0;
	right: 0;
}
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
@media screen and (max-width: 1000px) {
	#recruit .btn {
    width: 30%;
	}
}
@media screen and (max-width: 768px) {
	#recruit h3 {
    font-size: 26px;
    font-size: 2.6rem;
		line-height: 22px
	}
	#recruit h3 span {
    width: 56.52%;
	}
	#recruit p {
    width: 100%;
    margin: 40px auto 32%;
}
	#recruit .img-area .arrow-img,#recruit .img-area .arrow-img {
		width: 44.63%;
	}
	#recruit .img-area .left-area {
		    bottom: 30px;
	}
	#recruit .img-area .right-area {
		    bottom: 30px;
	}
	#recruit .btn {
    width: 80%;
	}
}