@charset "utf-8";

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0px;padding: 0px;}
html {font-size: 62.5%; } /* 10px */
/*html {font-size: calc(100vw / 32); }*/
html {overflow:auto; height:100%;}
body{
	/* color: #323232; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	/* font-size:
	min(1.3vw,14px); */
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	overflow: hidden;
}
fieldset,img {
	border: 0;
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
ol li {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 25px;
	margin-bottom:5px;
}

caption,th {
	text-align: left;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a{
	color: #000;
	text-decoration: none;
}

img {
	max-width:100%;
	height:auto;
	padding: 0;
	margin: 0;
}
*:focus {
	outline: none;
}
button, input, select, textarea {
	font-size: 16px;
}
input[type=text],select {
	font-size: 16px;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
* {
	/*-webkit-appearance: none;*/
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.ma_b5 {margin-bottom: 5px;}
.ma_b10 {margin-bottom: 10px;}
.ma_b15 {margin-bottom: 15px;}
.ma_b20 {margin-bottom: 20px;}
.ma_b21 {margin-bottom: 21px;}
.ma_b25 {margin-bottom: 25px;}
.ma_b30 {margin-bottom: 30px;}
.ma_r10 {margin-right: 10px;}
.pdt0 {padding-top:0 !important;}
table, tr, th, td {
	border-collapse: collapse;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	word-wrap:break-word;
}




@media only screen and (max-width: 768px){
body{
	color: #000;
	font-size: 1.3rem;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	line-height: 180% !important;
}
input {
	font-size: 16px;
	/* transform: scale(0.9); */
}
}
a {
	display:block;
	text-decoration:none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover{opacity: 0.6;}

.noto-serf {font-family: 'Noto Serif JP', serif;}
.jost {font-family: 'Jost', sans-serif;}


.wrap {
	position: relative;
	z-index: 0;
}
.innWrap {
	/* max-width: 1080px; */
	margin: 0px auto;
	/* padding: 0 5px; */
}
@media only screen and (max-width: 768px){
.wrap {
}
.innWrap {
	margin: 0;
	padding: 0 0;
}
}


/*@font-face {
	font-family: "Century Gothic";
	font-style: normal;
	font-weight: 900;
	src: url("../font/century-gothic-std.otf") format("opentype");
}*/



.pc {display:block!important;}
.sp {display:none!important;}
@media only screen and (max-width: 768px){
.pc {display:none!important;}
.sp {display:block!important;}
}





/****************************************

HEADER

*****************************************/
header{
	/* z-index: 9999; */
	z-index: 101;
	width: 100%;
	/* position: fixed; */
	background-color: #fff;
	}
.triggerBtn {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

.menu-trigger {
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	/* background: #000; */
	display: none;
	}
.menu-trigger.active:after {
	position:absolute;
	content: " ";
	display: inline-block;
	width: 13px;
	height: 21px;
	background: url(../images/common/mega_biblio_arrow.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 25px;
  width: 30px;
  height: 3px;
  background-color: #007731;
  transition: all .5s .2s;
  /*border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;*/
}
.menu-trigger.active span {}
.menu-trigger span:nth-of-type(1) {
  /* top: 28px; */
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  /* top: 40px; */
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 47px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

@media only screen and (max-width: 768px){
header{
	margin: 0;
	height: 50px;
	position: fixed;
}
.menu-trigger.active:after {
	display: none;
}
.menu-trigger span {left: 10px;width: 30px;}
.menu-trigger span:nth-of-type(1) {
  top: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 20px;
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 24px;
  display: none;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 28px;
}
.menu-trigger.active span:nth-of-type(3) {
  top: 45px;
  transform: translateY(-12px) rotate(45deg);
}

.triggerBtn {display: block;width: 50px;height: 50px;right: 2%;}
.mega-nav {display: block;}
}



/* ----------------------------------------
 *  ページトップ
 * ---------------------------------------- */
#pagetop {
  margin: 0 auto 40px;
  height: 30px;
  max-width: 50px;
  display: block;
}
#pagetop a {
  position: relative;
  display: block;
}
#pagetop a::before {
  content: '';
  width: 30px;
  height: 30px;
  border-top: solid 2px #1b836e;
  border-right: solid 2px #1b836e;
  position: absolute;
  transform: rotate(-45deg);
  display:
  block;
  top: 10px;
  left: 10px;
}
#pagetop a:hover {
	opacity:0.7;
}

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







/*========================================
ヘッダー
========================================*/
.header .hd_innar {
	margin: 0px;
	position: relative;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: center;
}
.header .hd_innar .logo {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 2.5vw; */
	/* -webkit-transform : translateY(-50%); */
	/* transform : translateY(-50%); */
	/* width: 22%; */
}
.header .hd_innar .logo a {
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
.header .hd_innar .logo a:hover {
	opacity: 0.6;
}
.header .hd_innar .gnav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
}
.header .hd_innar .gnav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	width: 89%;
}
.header .hd_innar .gnav ul li {
    display: inherit;
    position: relative;
    margin: 0 0 0 4%;
}
.header .hd_innar .gnav ul .twi-icon img{
    position:
    relative;
    top: -5px;
    width: 20px;
}
.contact-btn {color:#007731;/* width: 10%; */max-width: 85px;}
.contact-btn a {
	color:#fff;
	background: #007731;
	display: block;
	padding: 20px 10px 15px!important;
	font-size: 11px!important;
	text-align: center;
}
.contact-btn a:before {
	font-weight: normal;
	color: #fff;
	margin: 0 auto 5px;
	content:
	" ";
	display:
	block;
	width: 30px;
	height: 20px;
	background: url("../images/common/icon_mail.png")no-repeat;
	background-size:
	contain;
	vertical-align:
	middle;
}
.header .hd_innar .gnav ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
	font-size:
	min(1.3vw,14px);
	/* font-weight: bold; */
	display: block;
	/* padding: 2.7em 0; */
}
.header .hd_innar .gnav ul li::after {
  /*border-bottom: solid 2px #007731;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
	bottom:0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;*/
}
.header .hd_innar .gnav ul .twi-icon::after {
  border-bottom: none;
}
.contact-btn::after {
  border-bottom: none;
}
.header .hd_innar .gnav ul li:hover::after {
  width: 100%;
}
.header .hd_innar .gnav ul li a:hover {
	opacity: 0.6;
}



@media only screen and (max-width: 1000px){
.header .hd_innar .gnav ul .twi-icon img{
    top: -3px;
}
}
@media only screen and (max-width: 800px){
.header .hd_innar .gnav ul .twi-icon img{
    top: -2px;
}
}
@media only screen and (max-width: 768px){
.header .hd_innar {
	margin: 0px auto;
	max-width: 970px;
	position: relative;
	height: 50px;
}

.header .hd_innar .logo {
	left: 3%;
	width: 28%;
}
.header .hd_innar .gnav {display: none;}
.header .hd_innar > .twi-icon {
  margin-right: 70px;
}
.header .hd_innar > .twi-icon img {
  width: 20px;
  position:
  relative;
  top: -3px;
}
.contact-btn {
	max-width: none;
}
.contact-btn a {
	padding: 10px 0 10px!important;
	font-size: 13px!important;
}
.contact-btn a:before {
	display: none;
}
}
@media only screen and (max-width: 425px){
.header .hd_innar {
	margin: 0px auto;
	max-width: 970px;
	position: relative;
	height: 50px;
}
.header .hd_innar .logo {
	width: 48%;
}
}

/*========================================
言語切り替えボタン
========================================*/
li.lang {
	border: 1px solid #707070;
	padding: 2px 20px;
}
li.lang a {
	display: inline-block;
	
}
.en {
	color: #D2CFCF;
	/*pointer-events: none;*/
}
.en:hover {
	color: #000;
	opacity: 1!important;
}
@media only screen and (max-width: 768px){
li.lang {
	border: none;
	padding: 0;
	display: flex;
	margin: 20px 5%!important;
}
li.lang a {
	border: 1px solid #707070;
	padding: 5px 0!important;
	width: 50%;
	text-align: center;
}
li.lang a.en {
	border: 1px solid #D2CFCF;
}
}


/*========================================
メガメニュー
========================================*/
.mega-nav {display:none;width: 100%;margin: 0 auto;background: #ffffff;position: fixed;z-index: 100;/* top: 70px; */left: 0;right: 0;padding: 85px 0 0;height: 100vh;}
.mega-nav .innar {
	max-width: 930px;
	margin: 0 auto;
	padding: 45px 0;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (max-width: 768px){
.mega-nav .innar {padding: 0;}
.mega-nav .innar:before{
	display: none;
}
.mega-nav .innar ul li a {
	font-size:1.3rem;
}
.mega-nav .innar ul {}
.mega-nav .innar ul li {
	
}
.mega-nav .innar ul li:last-child {
	margin-bottom: 0;
}
.mega-nav .innar ul.nav1 li {margin: 0 5%;border-bottom: 1px rgb(0 0 0 / 30%) solid;}
.mega-nav .innar ul.nav1 li a {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 0;
	/* display: block; */
}
.mega-nav .innar ul.nav1 li a {
	position: relative;
}
.mega-nav .innar ul.nav1 li a:after {
	/* content: "\e5cc"; */
	/* display: inline-block; */
	/* font-family: Material Icons; */
	/* font-size:18px; */
	/* font-weight: normal; */
	/* color: #007731; */
	/* position: absolute; */
	/* top: 50%; */
	/* right: 0; */
	/* -webkit-transform : translate(0%,-50%); */
	/* transform : translate(0%,-50%); */
	/* transition:0.5s all; */
	/* line-height: 1; */
}

li.border_none {
	border-bottom: none!important;
}
}





/* ===============================================
フッター
=============================================== */
#footer {
	position: relative;
	background: #007731;
	padding: 50px 2%;
	color: #fff;
}
#footer .innWrap {
	/* padding: 50px 10px 0; */
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* align-items: center; */
	margin-bottom: 30px;
}
#footer .copyright {
	font-size: min(1.2vw,13px);
	color: #fff;
	opacity: 0.56;
}
#footer .copy {
	font-size: min(4.1vw,70px);
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	margin-bottom: 100px;
	font-weight: 500;
}
#footer .ft-left {
	margin-right: 2%;
}
#footer .ft-left .ft-logo {
	margin-bottom: 50px;
	width: 175px;
}
#footer .ft-left .icon {
	display: -webkit-flex;
	display: flex;
}
#footer .ft-left .icon li {
	width: 23px;
	margin-right: 9.6px;
}
#footer .ft-right {
	width: 82%;
}
#footer .ft-right ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
#footer .ft-right ul li {
	margin-right: 5%;
}
#footer .ft-right ul li a {
	color: #fff;
	display: inline-block;
	padding-bottom: 10px;
}
#footer .ft-right ul li .l_ttl a {
	color: #fff;
	font-weight: bold;
}
#footer .ft-right ul li p {
	opacity: 0.56;
	padding: 10px 0 0 ;
}
#footer .btn_area {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
#footer .btn_area .btn:not(:last-child)  {
	margin-right: 1%;
}
#footer .btn_area .btn a {
	color: #fff;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	padding: 2px 40px;
}



@media only screen and (max-width: 768px){
#footer {
	padding: 50px 5%;
}
#footer .innWrap {
	padding: 20px 0 0;
	display: block;
}
#footer .copyright {
	padding: 20px 0px 10px;
	font-size: 12px;
	text-align: center;
}
#footer .copy {
	font-size: min(6.9vw,70px);
	text-align: center;
	margin: 0 auto;
	padding-right: 0;
}
#footer .ft-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin: 0 0 20px 0; */
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
	margin: 0;
}
#footer .ft-left .ft-logo {
	margin-bottom: 0;
	width: 20%;
}
#footer .ft-left .icon {width: 36%;justify-content: flex-end;}
#footer .ft-left .icon li {
	width: 23px;
	margin-right: 5px;
}
#footer .ft-right {
	width: 100%;
}
#footer .ft-right ul {
	display: block;
}
#footer .ft-right ul li {
	margin-right: 0;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
}
#footer .ft-right ul li a {/* margin-right: 20px; */}
#footer .ft-right ul li .l_ttl {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	
}
#footer .ft-right ul li p {
	opacity: 0.56;
	padding: 0;
}
#footer .btn_area {
	margin-bottom: 0;
}
#footer .btn_area .btn:not(:last-child)  {
	margin-right: 3%;
}
#footer .btn_area .btn a {
	padding: 2px 0;
}
#footer .btn_area .btn:nth-child(1) {
	width: 45%;
}
#footer .btn_area .btn:nth-child(2) {
	width: 55%;
}
}









@media only screen and (max-width: 768px){
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    
    margin:0 auto;
}

.accordion-area li{
}

.accordion-area section {
  /* border: 1px solid #ccc; */
  /* padding-bottom: 10px; */
}

/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 0;
}
#footer .ft-right ul li a {
	padding: 0;
}
.accordion-area .title a {
	padding: 0;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:
    '';
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.accordion-area .title::before{
    top: 50%;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}
.accordion-area .title::after{
    top: 50%;
    right: 0;
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
  display:none;
  transition: all 0.5s ease-in-out;
}

.accordion-area .title.close::after{
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    margin-bottom: 10px;
}


.accordion-area li:nth-child(4) .title::before,
.accordion-area li:nth-child(5) .title::before,
.accordion-area li:nth-child(6) .title::before,
.accordion-area li:nth-child(7) .title::before {
    display:none;
}

.accordion-area li:nth-child(4) .title::after,
.accordion-area li:nth-child(5) .title::after,
.accordion-area li:nth-child(6) .title::after,
.accordion-area li:nth-child(7) .title::after {    
    display:none;
}
}











/*=======================================
　パンくず
=======================================*/
/*.pankuzu {
	margin: 0 auto 60px;
	max-width: 1080px;
	width: 90%;
}

.pankuzu span {
	margin: 0 10px;
}
.pankuzu a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pankuzu a:hover{opacity: 0.6;}

@media only screen and (max-width: 768px) {
	.pankuzu {
		margin: 0 auto 30px;
		font-size: 12px;
	}
	.pankuzu span {
		margin: 0 10px;
	}
	.pankuzu a {}
}*/





/*=======================================
　ページャー
=======================================*/
.pager {
	font-size: 22px;
	text-align: center;
	margin-bottom: 100px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

.pager li {
	text-align: center;
	display: inline-block;
}

.pager li a {
	padding: 0 15px;
	color: #0f993b;
}

.pager li.active {
	color: #afafaf;
	padding: 0 15px;
}

@media only screen and (max-width: 768px){
.pager {
	font-size: 16px;
	margin-bottom: 50px;
}

.pager li {
	text-align: center;
	display: inline-block;
}

.pager li a {
	padding: 0 15px;
	color: #0f993b;
}

.pager li.active {
	color: #afafaf;
	padding: 0 15px;
}
}







main {
  font-size: 15px;
  line-height: 1.8;
}
/*-----------------------------------------
見出し
-----------------------------------------*/
/* TOP */
#top h2 {
  font-size: min(5vw,70px);
  text-align: right;
  margin: 150px 0 50px;
  padding-right: 3%;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#top h3 {
  font-size: min(4vw,80px);
  font-weight: 500;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
#top .sec_news h3 {
  margin-bottom: 80px;
}
#top h3 span {
  /* font-size: min(2vw,24px); */
  font-size: min(2vw,18px);
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
#top .sec_message h3,
#top .sec_service h3 {
  margin-bottom: 30px;
}
.sec_company h3 {
  margin: 0 0 40px 2%;
}
#top h4 {
  color: #fff;
}
#top .sec_company h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}
#top .sec_service h4 {
  font-size: 18px;
}
#top .sec_service h4 span {
  display: block;
  margin-top: 25px;
  position: relative;
  font-size: 15px;
  font-family: 'Roboto'
}
#top .sec_service h4 span::before {
    content: '';
    width: 80%;
    max-width: 150px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}
#top .sec_challenge h3 {
  margin: 0 0 30px 53vw;
}
#top .sec_etc h3 {
  margin-bottom: 5px;
}
#top .sec_etc h3 span {
  display: inline-block!important;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
/* TOP */
#top h2 {
  font-size: min(6.5vw,70px);
  text-align: center;
  margin: 30vw auto 25px;
  padding-right: 0;
  width: 90%;
}
#top h3 {
  font-size: min(10vw,50px);
}
#top .sec_news h3 {
  margin-bottom: 40px;
}
#top h3 span {
  font-size: 14px;
}
#top .sec_message h3,
#top .sec_service h3 {
  margin-bottom: 30px;
}
.sec_company h3 {
  margin: 0 auto 40px;
  width: 90%;
}
#top h4 {
  color: #fff;
}
#top .sec_company h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  font-size: 20px;
  font-weight: bold;
}
#top .sec_service h4 {
  font-size: 15px;
}
#top .sec_service h4 span {
  display: block;
  margin-top: 25px;
  position: relative;
  font-size: 12px;
}
#top .sec_service h4 span::before {
    content: '';
    width: 80%;
    max-width: 120px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}
#top .sec_challenge h3 {
  margin: 0 auto 40px;
  width: 90%;
}
#top .sec_etc h3 {
  margin: 0 auto 20px;
  width: 90%;
}
#top .sec_etc h3 span {
  /* margin-left: 0; */
  /* display: block; */
}
}


/*-----------------------------------------
スクロールダウン
-----------------------------------------*/
/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
    position: fixed;
    top: 500px;
    right: 2%;
    height: 250px;
    z-index: 10;
	transition: 0.5s;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
    position: absolute;
    right: -11px;
    top: -45px;
    /*テキストの形状*/
    color: #000;
    font-size: 12px;
    letter-spacing: 0.05em;
  /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    /* top: 0; */
    left: -3px;
    /*丸の形状*/
    width: 8px;
    height: 8px;
    border-radius: 50%;
  background:#007731;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
    z-index: 2;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{top:0;}
     100%{top:220px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
  left:0;
    /*線の形状*/
  width:1px;
  height: 220px;
  background:#000;
  z-index: 0;
}
/*スクロールしたら消す*/
.scrolldown.is-hidden {
	visibility: hidden;
	opacity: 0;
  }
@media screen and (max-width: 768px) {
.scrolldown {
    top: 250px;
    right: 5%;
    height: 200px;
}
}






/*-----------------------------------------
矢印
-----------------------------------------*/
.swiper-container {
  position: relative;
}
.arrow_box {
  background: #007731;
  width: 70px;
  height: 70px;
  /* position: absolute; */
  position: relative;
  z-index: 10;
  left: 5%;
  top: 45px;
}
.arrow_box span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  /* animation: move-y 0.5s infinite alternate ease-in-out; */
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-container {
    position: relative;
  }
  .arrow_box {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 5%;
  }
  .arrow_box span {
    border-width: 17px 5px 0 5px;
    /* left: 39%; */
  }
}


/*-----------------------------------------
ロゴアニメーション
-----------------------------------------*/
#h {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: 100; */
  transition: opacity .3s
}
#h .logo {
  position: absolute;
  top: 20px;
  left: 2vw;
  width: 100%;
  /* z-index: 0; */
}

#h .logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

#h .logo a img {
  width: calc(110px + 10vw);
  height: calc(34px + 9vw);
}

#h .nav ul {
  display: flex;
  /* position: absolute; */
  top: 30px;
  right:0;
  transition: opacity .3s;
}
#h .nav ul li {
  /* padding: 0 10px; */
  font-size: min(1vw,15px);
}
#h .nav a {
  /* color: #000; */
  position: relative;
}

@media only screen and (max-width: 768px){
#h {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: 100; */
  transition: opacity .3s
}
#h .logo {top: 8px;left: 5%;}

#h .logo a {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0; */
  /* left: 0; */
}

#h .logo a img {
  width: 70px;
  height: auto;
/*  max-width: 110px; */
}

#h .nav ul {
  display: flex;
  /* position: absolute; */
  top: 30px;
  right:0;
  transition: opacity .3s;
}
#h .nav ul li {
  /* padding: 0 10px; */
}
#h .nav a {
  /* color: #000; */
  position: relative;
  transition: color .3s;
}
}




/*-----------------------------------------
スクロールでロゴ小さく
-----------------------------------------*/
#h .logo {
  transition: all 0.5s ease-in-out;
}
#h .logo.logo_small {
/*  top: 15px;*/
  transition: all 0.5s ease-in-out;
  position: absolute;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);;
}
#h .logo a img {
  transition: all 0.5s ease-in-out;
}
#h .logo.logo_small a img {
    width: 70px;
    height: auto;
    transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 768px){
#h .logo.logo_small {
  top: 8px;
}
}




.f-robo {
    font-family: 'Roboto', sans-serif;
}



/*===========================
下層ページタイトル
===========================*/
.title {
    padding: 0 0 0 2%;
}
.title.rec {
    margin: 0 1% 85px;
}
.title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: min(6.25vw,120px);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
.title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: min(6.25vw,120px);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
.title.rec h3 {
    font-family: 'Roboto', sans-serif;
    font-size: min(4.16666vw,80px);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
.title p {
    font-size: min(1.25vw,24px);
}
@media only screen and (max-width: 768px){
.title {
    padding: 0;
    margin-bottom: 5px;
}
.title.rec {
    margin: 0 0 40px;
}
.title h2 {
    font-size: 60px;
}
.title h3 {
    font-size: 60px;
}
.title.rec h3 {
    font-size: min(10.66666vw,80px);
    margin: 0 0 10px;
    text-align: center;
}
.title p {
    font-size: 17px;
}
.title.rec p {text-align: center;}
}





/*===========================
下層ページナビゲーション
===========================*/
.page-nav {
    width: 55%;
    padding: 0 0 0 2%;
}
.page-nav li {
    margin: 0 0 50px;
}
.page-nav li a {
    display: block;
    position: relative;
    font-size: min(2.1vw,22px);
}
.page-nav li a:after {
    position: absolute;
    content: " ";
    display: inline-block;
    width:14px;
    height:20px;
    background: url("../images/common/arrow_d.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    right: 15%;
    -webkit-transform : translate(0%,-50%);
    transform : translate(0%,-50%);
}
@media only screen and (max-width: 768px){
.page-nav {
    width: auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap; /*折り返し*/
    margin: 60px 0 0;
}
.page-nav li {
    margin: 0 0 25px;
    width: 48%;
}
.page-nav li a {
    /* font-size: 16px; */
    font-size: min(3.4vw,16px);
}
.page-nav li a:after {
    width: 7px;
    height: 10px;
}
}





.link_none {
	pointer-events: none;
	cursor: none;
}




/*====================
SPアコーディオンメニュー
====================*/
.sp-accordion-area{
}

.sp-accordion-area li{
}

.sp-accordion-area section {
}

.sp-accordion-area section .sp-btn {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 5%;
	border-bottom: 1px rgb(0 0 0 / 30%) solid;
	position: relative;
}
.sp-accordion-area section .sp-btn::after{
    display: inline-block;
    content: "";
    background: url("../images/common/arrow_u.png") no-repeat;
    width: 15px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: 0;
  top: 50%;
  -webkit-transform : translate(0%,-50%);
  transform : translate(0%,-50%);
    transition: all .2s ease;
}
.sp-accordion-area section .sp-btn.close::after{
    display: inline-block;
    content: "";
    background: url("../images/common/arrow_d.png") no-repeat;
    width: 15px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: 0;
  top: 50%;
  -webkit-transform : translate(0%,-50%);
  transform : translate(0%,-50%);
}
	
/*アコーディオンで現れるエリア*/
.sp-accordion-area .content {
    display: none;/*はじめは非表示*/
    margin: 0 5%;
}
.sp-accordion-area .content li {
	padding: 0 5%;
	border-bottom: 1px rgb(0 0 0 / 30%) dotted;
	margin: 0;
}
.sp-accordion-area .content li a {
	padding: 10px 0;
	font-size: 1.4rem !important;
}




/*====================
グロナビアコーディオンメニュー
====================*/
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #007830;
    transition: all .3s;
    position: relative;
    border-bottom: solid 1px #fff;
}
.dropdown__list:last-child {
    border-bottom: none;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 5px 8px;
}
.dropdown__list a::before {
    content: '';
    display: block;
    background: url("../images/common/arrow_w.png") no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.sub {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2em;
  width: 215px;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
}
.sub > li > a{
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
}
.sub > li > a:hover {
  opacity: 1;
}
.sub.active {
  min-height: 101px;
}
