@charset "UTF-8";
/* CSS Document */



/* ***** Main Visual Layout ***** */
.main {
	width: 100%;
	height: 120vh;
	margin: 100px 0 0;
	padding: 0;
	float: left;
	z-index: 0;
}

/* video */
.image{
  width: 100%;
  height: 110vh;
  top: 100px;
  left: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  background-color: #FFF;
  background-image: url("../images/top/main-img.webp");
  background-position: center;
  background-size: cover;
}

.bg {
	width: 100%;
	height: 100%;
	background: linear-gradient( to top, rgba(0,0,0,0.5),rgba(0,0,0,0.5) ,  rgba(0,0,0,0.0));
	color: #FFF;
}

.bg .copy {
	color: #FFF;
	font-size: 3vw;
	line-height: 1.7em;
	width: 100%;
	margin: 0;
	float: left;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.main .image .logo {
	width: 100%;
	margin: 25vh 0 25px;
	float: left;
	display: flex;
}

.main .image .logo img {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 3px #FFF;
}

.main .image .logo img {
	margin: 0 auto;
}

.main .future {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
	float: left;
	font-family: "Lato", sans-serif;
	color: #FFF;
	font-size: 24px;
}

.main .future span {
	color: #A7D821;
}

.main .future img {
	margin: 0 auto;
	width: 176px;
}

.main .scroll {
	width: 100%;
	margin: 5vh 0 0;
	text-align: center;
	display: flex;
}

.main .scroll dl {
	width: 40px;
	margin: 100px auto 0;
}

.main .scroll dl dt {
	width: 100%;
	height: 80px;
	border: #FFF 1px solid;
	border-radius: 20px;
	box-sizing: border-box;
	float: left;
	background-image: url("../images/common/maru_wh.png");
	background-repeat: no-repeat;
	background-size: 14px;
	animation-duration: 1.5s;
	animation-iteration-count:infinite;
	animation-name: slide;
}

@keyframes slide {
  0% {
    background-position: center top 10px;
  }

  50% {
    background-position: center bottom 10px;
  }
  
  100% {
    background-position: center top 10px;
  }
  
}

/*.main .scroll dl:hover dt {
	background-image: url("../images/common/maru_yg.png");
	background-position: center bottom 10px;
}*/

.main .scroll dl dd {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

.main .scroll dl dd img {
	margin: 0 auto;
}

/* ********************************************************* 
            Common Rayout
************************************************************ */

.content {
	margin-top: -10vh;
	padding: 0;
	/*background-image: url("../images/top/foot_bg.svg");*/
}

.frontpage .title {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
}

.frontpage .title h2 {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0;
	line-height: 25px;
	padding: 0;
}


.frontpage .title .title_en {
	width: 100%;
	margin: 0 0 10px;
	float: left;
	font-family: "Lato", sans-serif;
	font-size: 56px;
	color: #008B5F;
	font-weight: 400;
	line-height: 1.5em;
}

.frontpage .title .title_en::first-letter {
	color: #A7D821;
}


/* ********************************************************* 
            Thoughts Rayout
************************************************************ */

.frontpage .thoughts {
	top: -35vh;
	position: relative;
	display: block;
	width: 100%;
	padding: 12vw 0 20vw;
	float: left;
	background-image: url("../images/top/tought__bg.svg");
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
	background-size: cover;
}



.frontpage .thoughts .title_en {
	color: #FFF;
}

.frontpage .thoughts .title_en::first-letter {
	color: #FFF;
}

.frontpage .thoughts .title h2 {
	color: #FFF;
	text-align: center;
	margin-top: 0;
}

.frontpage .thoughts .title .title_en {
	text-align: center;
	margin-bottom: -15px;
}

.frontpage .thoughts .title .title_en img {
	width: 372px;
}


.frontpage .thoughts .sentence {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	float: left;
	text-align: center;
}

.frontpage .thoughts .point {
	display: flex;
	margin: 50px 0 0;
	text-align: center;
	width: 100%;
	float: left;
}

.frontpage .thoughts .point .box  {
	/*display:inline-flex;
	margin: auto;*/
	width: 100%;
	margin: 0;
}

.frontpage .thoughts .point .box dl  {
	width: 33%;
	margin: 20px 0;
	float: left;
}

.frontpage .thoughts .point .box dt  {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
}

.frontpage .thoughts .point .box dt p  {
	width: 142px;
	background-color: #FFF;
	border-radius: 71px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 142px;
	color: #004831;
	margin: 0 auto;
	padding: 0;
}

.frontpage .thoughts .point .box dd  {
	width: 100%;
	margin: 1em 0;
}

.frontpage .thoughts .btn.more  {
	margin: 0 auto 50px;
	text-align: center;
}

.frontpage .thoughts .btn.more a:hover  {
	background-color: #A7D821;
	color: #004831;
	background-image: url("../images/common/arr_right02.png");
	background-size: 12px;
}





/* ********************************************************* 
            Service Rayout
************************************************************ */
.frontpage .service {
	width: 100%;
	margin: -50vh 0 0;
	padding: 15vh 0 150px;
	float: left;
	background-color: #F9F9F9;
}

.frontpage .service .wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../images/top/img01.webp");
	background-repeat: no-repeat;
	background-position: left top 120px;
	background-size: 10vw;
}

.frontpage .service .block_title {
	width: 100%;
	margin: -100px 0 50px;
	padding: 0;
	float: left;
}

.frontpage .service .title {
	width: 90%;
	margin: 0 5% 0;
	float: left;
	text-align: center;
}

.frontpage .service .title_en {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.frontpage .service .title h2 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1em;
}

.frontpage .service .title_img {
	width: 258px;
}

.frontpage .service .sentence {
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	font-weight: 700;
	text-align: center;
	float: left;
}

.frontpage .service .grid_title {
	width: 37%;
	margin: 0;
	padding: 0;
	float: left;
}

.frontpage .service .grid_service {
	width: 63%;
	margin: 50px 0 0;
	padding: 0;
	text-align: center;
	float: left;
}

.frontpage .service .photo {
	width: 294px;
	float: left;
	margin: 20px 0 0;
}

.frontpage .service .block {
	width: 100%;
	max-width: 645px;
	margin: 0 0 50px;
	padding: 0;
	float: right;
}

.frontpage .service .block.right {
	margin: 0;
}

.frontpage .service .block .photo {
	width: 110px;
	height: 110px;
	background-color: #004831;
	border-radius: 55px;
	display: flex;
	margin: 26px;
}

.frontpage .service .block .photo img {
	width: 70%;
	margin: auto;
}

.frontpage .service .block a {
	color: #004831;
	transition: ease 0.5s all;
}

.frontpage .service .block .box {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	display: inline-block;
	border: #A7D821 3px solid;
	box-sizing: border-box;
	transition: ease 0.5s all;
	border-radius: 5px;
}

.frontpage .service .block a:hover .box {
	border: #004831 3px solid;
}

.frontpage .service .block.right .box {
	float: right;
}

.frontpage .service .block .box .glid {
	width: 70%;
	float: right;
	margin-bottom: 1em;
}

.frontpage .service .block .box h3 {
	color: #004831;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	width: 96%;
	margin: 1em 0;
	padding: 0 2%;
	text-align: justify;
}

.frontpage .service .block .box p {
	text-align: justify;
	margin: 0 40px 0 0;
	font-size: 14px;
}

.frontpage .service .block .box .btn {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	display: block;
}

.frontpage .service .block .box .btn .more {
	background-color: #A7D821;
	width: 180px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-radius: 0 5px 0 0;
	font-size: 13px;
	background-image: url("../images/common/arr_right02.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px;
	transition: ease 0.5s all;
}

.frontpage .service .block a:hover .box .btn .more {
	background-color: #004831;
	color: #A7D821;
	background-image: url("../images/common/arr_right01.png");
}

.frontpage .service  .mb_photo { display: none; }

.frontpage .service .mb_img { display: none; }

/* ********************************************************* 
            ACCESS Rayout
************************************************************ */
.frontpage .access {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/top/map_bk.png");
	background-repeat: no-repeat;
	background-position: bottom right 22%;
	float: left;
	display: block;
}

.frontpage .access .title_en {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.frontpage .access .title h2 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1em;
}

.frontpage .access .bg01 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/top/try_bg01.svg");
	background-repeat: no-repeat;
	background-position: top left -15%;
	background-size: 400px;
	float: left;
	display: block;
}

.frontpage .access .bg01 .img_01 {
	float: right;
	margin: -100px 0;
}

.frontpage .access .bg01 .img_02 {
	float: right;
	margin: -10px 0;
	width: 30%;
}

.frontpage .access .title {
	width: 100%;
	margin: 100px 0;
	text-align: center;
}

.frontpage .access .title .title_img {
	width: 100%;
	margin: 0;
	text-align: center;
	float: left;
}

.frontpage .access .title .title_img img {
	width: 205px;
	margin: 0 auto;
}

.frontpage .access .title h2 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	float: left;
}

.frontpage .access .grid_company {
	width: 50%;
	margin: 0;
	padding: 0 0 0 5%;
	float: right;
}

.frontpage .access .map {
	width: 45%;
	margin: 0;
	padding: 0;
	float: left;
}

.frontpage .access .grid_company dl {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.frontpage .access .grid_company dt {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 21px;
	font-weight: 700;
}

.frontpage .access .grid_company dd {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.frontpage .access .grid_company dd .mb {
	display: none;
}

.frontpage .access .grid_company .photo_block {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	float: left;
}

.frontpage .access .grid_company .photo_block .photo {
	width: 240px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}

.frontpage .access .grid_company .photo_block .photo img {
	border-radius: 6px;
}

.frontpage .access .grid_company ul {
	width: 320px;
	margin: 0;
	padding: 0;
	float: left;
}

.frontpage .access .grid_company li {
	width: 95%;
	margin: 5px 0 0 0;
	padding: 0 0 0 5%;
	float: left;
	background-image: url("../images/top/Ico_pin.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 10px;
}

.frontpage .access .grid_company li a {
	color: #004831;
	opacity: 1;
	transition: ease 0.5s all;
}

.frontpage .access .grid_company li a::after { content: "→";margin-left: 5px; }

.frontpage .access .grid_company li a:hover { opacity: 0.7; }

.frontpage .access .btn.more {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	float: left;
}

.frontpage .access .btn.more a {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	background-color: #004831;
	color: #FFF;
}

.frontpage .access .btn.more a:hover {
	background-color: #A7D821;
	color: #004831;
	background-image: url("../images/common/arr_right02.png");
	background-size: 12px;
}


/* ********************************************************* 
            Recruit Rayout
************************************************************ */

.frontpage .recruit {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/top/recruit_bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}

.frontpage .recruit .filter {
	background: linear-gradient(90deg, rgba(0,72,49,0.7), rgba(8,59,42,0.78));
	width: 100%;
	height: 100%;
	margin: 0;
	float: left;
}

.frontpage .recruit .title {
	width: 100%;
	margin: 100px 0 50px;
	padding: 0;
	float: left;
}

.frontpage .recruit .title .title_en {
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.frontpage .recruit .title h2 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1em;
}

.frontpage .recruit .title .title_en::first-letter {
	color: #FFF;
}

.frontpage .recruit .title h2 {
	color: #FFF;
	text-align: center;
}

.frontpage .recruit .block {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	float: left;
}

.frontpage .recruit .block .sentence {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	text-align: center;
}

.frontpage .recruit .btn.more {
	width: 100%;
	height: 40px;
	margin: 50px 0 0;
	padding: 0;
	float: left;
}

.frontpage .recruit .btn.more a {
	margin: 0 auto;
}

.frontpage .recruit .btn.more a:hover  {
	background-color: #A7D821;
	color: #004831;
	background-image: url("../images/common/arr_right02.png");
	background-size: 12px;
}

.frontpage .recruit .bottom_img {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../images/top/recruit_topbg.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


/* ********************************************************* 
            News Rayout
************************************************************ */

.frontpage .news {
	width: 100%;
	margin: 0 0 100px;
	float: left;
}

.frontpage .news .title {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.frontpage .news .title .title_img img {
	width: 152px;
	margin: 0 auto;
}

.frontpage .news .title h2 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	float: left;
	line-height: 1em;
}

.frontpage .news .title_en {
	line-height: 1em;
	margin: 0 auto;
	padding: 0;
}

.frontpage .news .list_box {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	padding: 50px 0;
	background-color:#F1F7DE;
}

.frontpage .news .list_box ul {
	width: 86%;
	margin: 50px 7%;
	padding: 0;
}

.frontpage .news .list_box ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.frontpage .news .list_box ul li a {
	display: block;
	transition: ease 0.5s all;
	color: #004831;
	border-bottom: #A7D821 2px solid;
	padding: 10px 0;
}

.frontpage .news .list_box ul li a:hover {
	border-bottom: #004831 2px solid;
}

.frontpage .news .list_box ul li dl {
	display: table;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.frontpage .news .list_box ul li dl dt,
.frontpage .news .list_box ul li dl dd {
	display:table-cell;
	padding: 5px 10px;
}

.frontpage .news .list_box ul li dl dt {
	width: 80px;
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
}

.frontpage .news .btn.more {
	width: 100%;
	margin: 50px 0;
}

.frontpage .news .btn.more a {
	margin: 0 auto;
	background-color: #004831;
	color: #FFF;
}

.frontpage .news .btn.more a:hover {
	background-color: #A7D821;
	color: #004831;
	background-image: url("../images/common/arr_right02.png");
	background-size: 12px;
}

/* ********************************************************* 
            Responsive Rayout
************************************************************ */


@media only screen and (max-width: 1300px) {

.content {
	background-position: bottom left;
}

.frontpage .service .wrapper {
	background-image: initial;
}

}


@media only screen and (max-width: 1100px) {

.frontpage .service { padding-bottom: 0; }
.frontpage .service .block_title { margin: 0 0 50px; }
.frontpage .service .grid_title { width: 100%;float: left; }
.frontpage .service .title { width: 90%;margin: 0 5%;float: left; }
.frontpage .service .title_en { width: 100%;text-align: center; }
.frontpage .service .title h2 {	width: 100%;margin: 10px 0;text-align: center; }
.frontpage .service .title_img { margin: 0 auto; }
.frontpage .service .sentence { max-width: 100%;text-align: center; }
.frontpage .service .photo { display: none; }
.frontpage .service .grid_service {	width: 100%; }
.frontpage .service .block { max-width: 100%; }
.frontpage .service .block .box .btn .more { float: right;border-radius: 5px 0 0 0; }
.frontpage .service .mb_photo {  display: block;margin: 50px 0; }
.frontpage .service .mb_photo img { width: 32%;margin: 0 1% 0 0;float: left; }
.frontpage .access .bg01 .img_01 { display: none; }
.frontpage .service .mb_img { display: block;margin: 30px 0 0;padding: 0;float: left; }

.frontpage .access .bg01 { background-image: initial; }
.frontpage .access .bg01 .img_02 { display: none; }
.frontpage .access .grid_company { width: 90%;margin: 0 5%; padding: 0; }
.frontpage .access .map { width: 100%; }
.frontpage .access .grid_company dt { text-align: center; }
.frontpage .access .grid_company dd { text-align: center; }
.frontpage .access .grid_company .photo_block {	width: 70%;margin: 50px 15% 10px; }
.frontpage .access .grid_company .photo_block .photo { width: 46%;margin: 0 2%; }
.frontpage .access .grid_company ul { width: 90%;margin: 0 5%; }
.frontpage .access .btn.more a { width: 40%;margin: 0 5%; }


}

@media only screen and (max-width: 1000px) {

.frontpage .thoughts { padding: 230px 0 150px; }

}

@media only screen and (max-width: 780px) {

.frontpage .thoughts .point .box  { display: block;text-align: center; }
.frontpage .thoughts .point .box dl  { width: 100%;float: left; }

}

@media only screen and (max-width: 680px) {

.bg .copy {
	width: 90%;
	margin: 0 5% 5vw;
	font-size: 20px;
	text-align: justify;
}
.frontpage .thoughts .sentence { text-align: justify; }
.frontpage .thoughts .point .box dt  { display: block;}
.frontpage .thoughts .point .box dt p  { margin: 0 auto; padding: 0; }

.frontpage .service .block .photo { width: 60px; margin: 10px 3% 5px 5%; }
.frontpage .service .block .box .glid {	width: 80%;float: left; }
.frontpage .service .block .box h3 { width: 100%;padding: 0;font-size: 4.2vw; }
.frontpage .service .block .photo {	width: 60px;height: 60px; }
.frontpage .service .block .box p {
	width: 115%;
	float: right;
	margin: 30px 3% 0 0;
}

.frontpage .access .grid_company .photo_block {	width: 90%;margin: 50px 5% 10px; }

.frontpage .news .list_box ul li dl dt,
.frontpage .news .list_box ul li dl dd { width: 100%;margin: 0; padding: 0; float: left;text-align: left; }

}


@media only screen and (max-width: 580px) {

.main .image .logo { margin: 25vh 0 3vh; }

.frontpage .thoughts { top: -40vh;padding: 250px 0 200px; }

.frontpage .service .block_title { margin: -100px 0 50px; }
.frontpage .service { margin-top: -550px; padding: 300px 0 0; }
.frontpage .service .grid_title { margin-top: -150px; }
.frontpage .service .block .box .glid {	width: 75%; }

.frontpage .access .grid_company .photo_block .photo { width: 46%;margin: 20px 2% 0;aspect-ratio: 158 / 113; }

.frontpage .access .grid_company dd .mb { display: block; }

.frontpage .access .btn.more a { width: 80%;margin: 0 10% 20px;float: left; }

.frontpage .recruit .block .sentence { text-align: justify;width: 80%;margin: 0 10%; }
.frontpage .recruit .bottom_img {
	margin: 0 0 -5px;
}

.frontpage .news .list_box ul li { line-height: 20px;margin: 0 0 0; }
.frontpage .news .list_box ul li a {
	width: 94%;
	margin: 0;
	padding: 10px 3%;
}

.content { background-size: 300%; }

}


@media only screen and (max-width: 480px) {

.main .image .logo { margin: 15vh 0 3vh; }
.main .image .logo img { width: 180px; }
.bg .copy { margin: 0 5% 3vw;font-size: 20px;line-height: 1.5em;text-shadow: 0 0 3px #000; }
.main .future {	font-size: 20px; }
.main .scroll dl {	margin: 50px auto 0; }

.frontpage .title .title_en { font-size: 11vw;  }

.frontpage .thoughts { top: -50vh;padding: 230px 0 200px; }
.frontpage .service { margin-top: -650px;padding: 300px 0 0; }
.frontpage .service .block .box .glid {	width: 70%; }
.frontpage .service .block .box h3 { padding: 10px 0 0; }
.frontpage .service .block .box p {	width: 125%;margin: 30px 3% 0 0; }

.frontpage .access .grid_company .photo_block {	width: 100%;margin: 20px 0 0; }
.frontpage .access .grid_company .photo_block .photo { width: 49%;margin: 0 1% 0 0; }
.frontpage .access .grid_company .photo_block .photo:last-child { margin: 0 0 0 1%; }

.frontpage .news .list_box { padding: 10px 0 20px; }

}

@media only screen and (max-width: 400px) {

.frontpage .service { margin-top: -550px; }

}
