@charset "utf-8";
/* CSS Document */
/*====================
 - 1280px〜：大型PC
 - 960px〜1279px：小型PC
 - 600px〜959px：タブレット
 - 480px〜599px：スマートフォン横
 - 〜479px：スマートフォン縦
====================*/
/* zen-kaku-gothic-new-regular - japanese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/zen-kaku-gothic-new-v18-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* zen-kaku-gothic-new-500 - japanese */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/zen-kaku-gothic-new-v18-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* zen-kaku-gothic-new-700 - japanese */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/zen-kaku-gothic-new-v18-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* josefin-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/josefin-sans-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* josefin-sans-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/josefin-sans-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* josefin-sans-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/josefin-sans-v34-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* josefin-sans-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/josefin-sans-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/******* 全ページ共通 ********/
html {
	font-size: 62.5%;
	overflow-y:scroll;
	scroll-behavior: smooth;
}
body{
	font-family: 'Zen Kaku Gothic New', 'Josefin Sans', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	width: 100%;
	line-height: 1.8;
	font-size: 16px;
  	font-size: 1.6rem;/*1rem = 10px*/
	color: #00A145;
	font-weight: 500;
	background-color: #fefefe;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden !important;
}
/* IEはメイリオ指定*/
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
} 
p,a,h1,h2,h3,h4{
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.img_outer img,.img_wrap img{
	border-radius: 4rem;
}
@media screen and (max-width: 1024px) {
	.img_outer img{
		border-radius: 2rem;
	}
}
/* SVGリンク化 */
object {
    pointer-events: none;
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
a p,a img{
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
p{
	margin-bottom: 1.2rem;
}
ol{
	list-style: decimal;
	margin-left: 1.8rem;
}
.wrap{
	position: relative;
}
a:hover{
	cursor: pointer;
}
.bold{
	font-weight: 700;
}
/* 英字フォント */
.en{
	font-family:  'Josefin Sans','Helvetica Neue','Arial',sans-serif;
}
date,time{
	font-family:  'Figtree','Zen Kaku Gothic Antique', 'Helvetica Neue','Arial',sans-serif;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
/* パソコンで見たときは"pc"のclassがついたタグが表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついたタグが表示される */
@media only screen and (max-width: 1024px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/***** logo *****/

/***** btn *****/
.btn,.btn_white,.btn_arrow  {
	font-weight: 500;
	padding: 1.6rem 6.8rem 1.3rem 0;
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: 0.1rem;
	transition: all .3s
  }
  .btn_wrap{
	margin-top: 2.8rem;
  }
  .arrow {
	position: absolute;
	top: 51%;
	right: 2.4rem;
	transform: translateY(-50%);
	transition: all .3s
  }
  .arrow::before{
	content: '';
	position: absolute;
	width: 3.6rem;
	height: 3.6rem;
	top: -.3rem;
    right: -1rem;
	border-radius: 100%;
	background-color: #00A145;
	border: 1px solid #00A145;
	transition: all .3s
  }
  .arrow::after {
	content: url(../img/arrow_white.svg);
	position: relative;
	transition: all .3s
  }
  .btn_white .arrow::after  {
	content: url(../img/arrow.svg);
  }
  .btn_white .arrow::before{
	background-color: #fefefe;
	border: 1px solid #fefefe;
  }
  .btn:hover{
	color: #80E64B;
  }
  .btn:hover .arrow::before{
	background-color: #80E64B;
	border: #80E64B 1px solid;
  }
  .btn_white:hover .arrow::before{
	background-color: #00A145;
	border: #fefefe 1px solid;
  }
  .btn_white:hover .arrow::after{
	content: url(../img/arrow_white.svg);
  }

/***** 全ページ共通 *****/
main{
	margin-bottom: 20rem;
}
main section{
	margin-top: 160px;
	position: relative;
}
.single main section{
	margin-top: 60px;
}
section .wrap,.page_title,.breadcrumbs .wrap,.page_link .wrap,.content_404 .wrap{
	width: 90%;
	max-width: 1536px;
	margin-left: auto;
	margin-right: auto;
}
.img_outer{
	width: 100%;
}
.wrap.w1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.menu_sns a,header .g_nav a,.footer_sns a{
	transition: all .3s;
}
.menu_sns a:hover,header .g_nav a:hover,.footer_sns a:hover{
	opacity: .6;
}
.anchor {
	scroll-margin-top: 102px;
  }
@media screen and (max-width:1024px){
	main section{
		margin-top: 120px;
		position: relative;
	}
	section,.breadcrumbs,.page_link{
		width: 100%;
	}
	.anchor {
		scroll-margin-top: 90px;
	  }
}

/***** 見出し *****/
h2{
	font-weight: 700;
	margin-bottom: 6rem;
	position: relative;
	font-size: clamp(2rem,2.4vw,2.8rem);
	line-height: 1.4;
}
h2.bar .en,h1.bar .en{
	font-size: clamp(4rem,6vw,8rem);
	color: #80E64B;
}
h2.bar .jp,h1.bar .jp{
	position: relative;
	padding-left: 2.4rem;
	font-size: clamp(2rem,3.6vw,3.2rem);
}
h2.bar .jp::before,h1.bar .jp::before{
	content: '';
	position: absolute;
	width: 2vw;
	max-width: 1.2rem;
	min-width: .8rem;
	height: .4rem;
	background-color: #00A145;
	top: 50%;
	left: .6rem;
	border-radius: 40%;
}
.home h2.bar .jp{
	font-size: clamp(2rem,2.2vw,2.8rem);
}
.evaluation h2{
	margin-bottom: 3.2rem;
}
.page_header h1{
	line-height: 1.2;
	font-weight: 600;
}
h3{
	font-size: clamp(1.8rem,2.8vw,2rem);
	margin-bottom: 2rem;
	font-weight: 700;
}
h4{
	font-weight: 700;
	margin-bottom: .8rem;
}
@media screen and (max-width:1024px) { 
	h2{
		margin-bottom: 2.8rem;
	}
}
/*** ul ***/
ul.text_list {
	margin-bottom: 2rem;
}
ul.text_list li{
	margin-left: 1.6rem;
}
ul.text_list li::before{
	content: '';
	display: inline-block;
	position: relative;
	left: -.6rem;
	top: -0.4rem;
	width: 0.8rem;
	height: 0.4rem;
	margin-left: -0.6rem;
	border-radius: 2rem;
	background: #80E64B;
}

/*** dl ***/
dl.line{
	width: 100%;
	margin: 0 auto;
}
dl.line dt,dl.line dd{
	padding: 24px 0 16px;
}
dl.line dt{
	flex-basis: 34%;
	font-weight: normal;
	padding: 24px 0 0;
}
dl.line dd{
	flex-basis: 66%;
	margin:0;
	border-bottom: 1px solid #A9B6B4;
	padding: 24px 0 16px;
}
@media screen and (min-width: 600px){
	dl.line{
		display: flex;
		flex-flow: row wrap;
	}
	dl.line dt{
		border-bottom: 1px solid #A9B6B4;
		padding-bottom: 16px;
	}
}
@media screen and (max-width: 599px) {
	dl.line dt{
		font-weight: bold;
	}
}
@media screen and (max-width:599px) {
	.career dl.line dt{
		font-weight: normal;
	}
	.career dl.line dd{
		margin-bottom: 1rem;
	}
}
/******* text_img_list *******/
.img_outer img{
	width: 100%;
	object-fit: cover;
  }
  @media screen and (min-width:1025px) {
	.text_img_list{
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  column-gap: 4vw;
	}
	.list_item_right{
	  order: 2;
	}
  }
  @media screen and (max-width:1024px) {
	.text_img_list .text_area{
	  margin-top: 4rem;
	}
  }
  
/******* flex_box *******/
@media screen and (min-width:1025px) {
	.flex_box{
	  display: flex;
	  justify-content: space-between;
	}
	.flex_box .title_area,.flex_box .text_area,.flex_box .img_outer{
		width: 100%;
	}
}

/******* l_r *******/
@media screen and (min-width: 900px) {
	.l_r .bg_cr, #home_evaluation .l_r{
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.l_r .left_area {
		width: 28%;
		height: fit-content;
	}
	.l_r .right_area {
		width: 64%;
	}
	#home_evaluation .l_r .left_area,#home_evaluation .l_r .right_area {
		width: 48%;
	}
}
@media screen and (max-width: 899px) {
	#home_evaluation .l_r .left_area{
		margin-bottom: 2rem;
	}
}

/******* PDF *******/
.pdf .pdf_icon{
    width: fit-content;
	background-color: #b30c00;
    color: #fefefe;
    padding: 0.4rem 0.6rem;
	border-radius: 6px;
	font-size: 1.2rem;
	margin-right: .6rem;
	transition: all .3s;
}
.pdf_list li{
	margin-bottom: .8rem;
}
a:hover .pdf_icon{
	opacity: .6;
}

/******* link_underbar *******/
a .link_ub{
	border-bottom: 1px solid #00A145;
	transition: all .3s;
}
a:hover .link_ub{
	opacity: .6;
	border-bottom: none;
}

/******* background *******/
.bg_cr{
	border-radius: 2.8rem;
	padding: 3%;
}
@media screen and (min-width:900px) {
	.bg_cr{
		background-color: #FFFFEC;
		border-radius: 6rem;
		padding: 4.8rem 6rem;
	}
}
@media screen and (max-width:899px){
	#activities_philosophy .bg_cr{
		background-color: #FFFFEC;
		padding: 4rem 4.8rem;
		border-radius: 4rem;
	}
	.bg_cr_sp{
		background-color: #FFFFEC;
		padding: 4rem 4%;
	}
}

/*** breadcrumbs ***/
.breadcrumbs{
	font-size: 1.4rem;
	padding: 4rem 0 6rem;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.breadcrumbs a{
	color: #1DAB41;
	text-decoration: underline;
}
.breadcrumbs a:hover{
	text-decoration: none;
}
.w1200 .breadcrumbs{
	width: 100%;
}
/***** header *****/
header{
	background-color: #fefefe;
	height: 80px;
	font-weight: 500;
	border-top: 4px solid #00A145;
}
header h1{
	font-size: 2.8rem;
	display: block;
	font-weight: 700;
}
header h1 .en{
	font-size: 3.2rem;
}
header h1 a:hover{
	cursor: pointer;
}
.header_nav_btn{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: grid;
	z-index: 101;
	font-size: 1.8rem;
	text-align: center;
}
header .header_nav_btn{
	width: 200px;
}
.header_nav_btn a{
	width: 100%;
	height: 100%;
	padding: 1rem 2.4rem;
	font-weight: 500;
	transition: all .3s;
}
.header_nav_btn a:hover{
	opacity: 0.7;
}
.header_sns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .8rem;
}
.header_sns a.btn_sns{
	width: fit-content;
	padding: 0;
	margin: 1.2rem;
}
.header_sns a.btn_sns object{
	width: 40px;
	height: 40px;
}
@media screen and (min-width:1025px){
	header{
		position: fixed;
		width: 100%;
		height: 92px;
		z-index: 10;
	}
	header .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1728px;
		padding: .8rem 2rem;
		margin: 0 auto;
	}
	.header_right{
		order: 2;
	}
	header .head{
		font-size: 1.4rem;
		display: flex;
	}
	header .head .pc{
		margin-left: 1.2rem;
	}
	header h1{
		text-align: right;
		line-height: 1.4;
	}
	.navigation,.g_nav{
		position: relative;
	}
	.g_nav,.g_nav ul{
		display: flex;
	}
	.g_nav ul li{
		padding-right: 2rem;
	}
	.g_nav ul li a{
		display: block;
		
		position: relative;
		padding: .4vw 0;
		transition: all .3s;
	}
	.g_nav ul li a:hover{
		color: #7EDE00;
	}
	.g_nav a object{
		width: 2rem;
	}
}
@media screen and (max-width:1024px){
	header .head{
		line-height: 1;
		padding: 1.2rem 0 0 2.5%;
	}
	header h1,header .head{
		width: fit-content;
		height:fit-content;
	}
	header h1{
		/*border-top: 1px dotted #00A145;*/
		line-height: 1.6;
	    margin-left: 2.5%;
	}
}

/***** hamburger-menu *****/
.hamburger-menu {
	width: 44px;
	height: 44px;
	position: fixed;
	top: 0;
	right: 0;
	border: none;
	background: #00A145;
	font-size: 1.4rem;
	appearance: none;
	cursor: pointer;
	border-radius: 50%;
	z-index: 100;
	margin-right: 2vw;
	margin-top: 1.2rem;
  }
  .hamburger-menu__bar {
	display: inline-block;
	width: 26px;
	height: 2px;
	background: #fefefe;
	position: absolute;
	left: 22px;
	transform: translateX(-50%);
	transition: .5s;
  }
  .hamburger-menu__bar:first-child {
	top: 18px;
  }
  .hamburger-menu__bar:last-child {
	top: 26px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
  .hamburger-menu .en{
	text-align: center;
	position: relative;
	margin-top: 1.6rem;
	font-weight: 500;
  }
  body.is-menuOpen{
	overflow: hidden;
  }
  body.is-menuOpen header{
	width: calc(100% - 16px);
  }
  .menu {
	height: 100%;
	width: 100vw;
	background-color: #00A145;
	color: #fefefe;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 6rem;
	padding-bottom: 8rem;
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
  }
  .menu .inner{
	width: 68vw;
	margin: 6rem auto 0;
	overflow: auto;
  }
  .menu ul {
	list-style: none;
	padding: 0;
	margin:0 auto;
	border-top: 1px solid #fefefe;
	margin-bottom: 4rem;
  }
  #menu-nav li {
	border-bottom: 1px solid #fefefe;
	margin-top: 0;
  }
  .menu ul li a {
	text-decoration: none;
	display: block;
	padding: 1.2rem 0;
	transition: .5s;
  }
  .menu ul li a:hover{
	opacity: .6;
  }
  .menu .copyright {
	font-size: 1.4rem;
	display: block;
	margin-top: 4rem;
	width: 100%;
  }
  @media screen and (min-width:1025px){
	.hamburger-menu {
	  display: none;
	}
	/*.hamburger-menu__bar {
	  width: 30px;
	  left: 30px;
	}
	.hamburger-menu__bar:first-child {
	  top: 26px;
	}
	.hamburger-menu__bar:last-child {
	  top: 34px;
	}
	.hamburger-menu--open .hamburger-menu__bar {
	  top: 50%;
	}
	.hamburger-menu--open .hamburger-menu__bar:first-child {
	  transform: translateX(-50%) translateY(-50%) rotate(20deg);
	}
	.hamburger-menu--open .hamburger-menu__bar:last-child {
	  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	}*/
  }
  

/***** footer *****/
footer{
	position: relative;
	font-weight: 500;
}
footer .wrap{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
@media screen and (max-width:1024px){
	footer{
		width: 100%;
	}
}

/*** footer_contact ***/
.footer_contact{
	position: relative;
	background-color: #00A145;
	border-radius: 2rem;
	color: #fefefe;
	padding: 4rem 2rem 2rem;
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 1000px;
	z-index: 2;
}
.contact_head{
	width: fit-content;
	margin: 0 auto;
}
.contact_head p{
	border-top: dashed 1px #fefefe;
	padding-top: 1.2rem;
}
.footer_contact h2{
	margin-bottom: 2rem;
}
.contact_tel,.contact_mail {
  line-height: 1.4;
  text-decoration: none;
  padding: 2rem 0;
  width: 100%;
  padding: 1rem;
  letter-spacing: 0.06em;
  transition: all .3s ease;
}
.contact_tel{
	height: 16rem;
}
.btn_contact  {
	border-radius: 40px;
	background: #fefefe;
	border: #fefefe 1px solid;
	color: #00A145;
	font-size: clamp(2rem,2.4vw,2.4rem);
	font-weight: 500;
	padding: 2.4rem 4.8rem 2.4rem 2rem;
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: 0.1rem;
	transition: all .3s
  }
  .contact_arrow {
	position: absolute;
	top: 51%;
	right: 2.4rem;
	transform: translateY(-50%);
	transition: all .3s
  }
  .contact_arrow::after {
	content: url(../img/arrow.svg);
	position: relative;
	top: -.4rem;
    right: 2rem;
	transition: all .3s
  }
  .btn_contact:hover{
	color: #fefefe;
	background: #00A145;
  }
  .btn_contact:hover .contact_arrow::after{
	content: url(../img/arrow_white.svg);
  }
.contact_tel_text{
  font-size: 1.4rem;
}  
.contact_tel_number{
	font-size: clamp(2.4rem,6vw,4rem);
}
@media screen and (max-width:1024px) {
	.btn_contact{
		margin-top: 4rem;
	}
	.footer_contact{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
  .contact_tel,.contact_mail {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:740px) {

	.contact_tel_number{
		font-size: clamp(2.4rem,7.8vw,4rem);
		}
}
@media screen and (max-width:499px) {
	.btn_contact{
		padding: 2rem;
	}
	.contact_arrow{
		display: none;
	}
}
@media screen and (min-width:1025px) {
.footer_contact{
	border-radius: 8rem;
	padding: 5.2rem 6rem 5.8rem;
	margin-left: auto;
	margin-right: auto;
}
  .contact_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
  }
  .contact_tel,.contact_mail {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 2rem auto;
  }
}

/*** footer_link ***/
.footer_link{
	padding: 6rem 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #EFFFE6;
}
.footer_link::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 16vh;
	top: -16vh;
	background-color: #EFFFE6;
}
.footer_link .inner{
	display: flex;
	justify-content: space-between;
	max-width: none;
}
.footer_logo{
    margin-bottom: 1.2rem;
	font-size: clamp(2.8rem,6vw,4rem);
	font-weight: 700;
}
.footer_logo a{
	display: inline-block;
}
.footer_npo a{
	display: block;
	width: fit-content;
	font-size: 1.4rem;
	border-bottom: 1px solid #00A145;
	transition: all .3s;
}
.footer_npo a object{
	position: relative;
    bottom: .8rem;
    padding-left: .4rem;
	transition: all .3s;
}
.footer_npo a:hover{
	opacity: .6;
	border-bottom: none;
}
.footer_sns{
	margin-top: .8rem;
}
.footer_sns a{
	display: block;
	width: fit-content;
	margin-right: .8rem;
}
.footer_sns object{
	width: 28px;
}
.add_wrap{
	width: 80%;
}
address{
	line-height: 2.8rem;
}
.footer_navigation,.footer_nav_left{
	width: 100%;
}
.footer_nav_right{
	width: 72%;
}
.footer_nav ul li{
	padding: 2% 0;
}
.footer_nav ul li a{
	position: relative;
	display: inline-block;
	transition: all .3s;
}
.footer_navigation li{
  margin-left: 2rem;
}
.footer_navigation li:before{
	content: '';
	display: inline-block;
	position: relative;
	left: -0.8rem;
	top: -0.5rem;
	width: 1rem;
	height: 2px;
	margin-left: -0.6rem;
	background: #00A145;
}
.footer_nav ul li a:hover{
	opacity: .6;
}
@media screen and (max-width:1024px) {
	address{
		margin-top: 2rem;
	}
	.footer_navigation{
		margin-top: 2rem;
	}
	.footer_nav ul li{
		padding: 2% 0 0;
	}
}
@media screen and (min-width:1025px) {
	.footer_link .wrap{
		display: flex;
	}
	.footer_link .logo_wrap{
		width: 108%;
	}
	.footer_link .add_wrap{
		margin-left: 2rem;
		max-width: 300px;
	}
	.footer_nav ul{
		column-count: 2;
	}
	.footer_nav ul li{
		max-width: 160px;
	}
}
/*** logo copyright ***/
.footer_bottom{
	margin: 4rem auto;
	width: 90%;
}
.footer_bottom .logo_happy{
	display: flex;
	align-items: center;
}
.footer_bottom .logo_happy img{
	width: 90px;
	height: auto;
	object-fit: cover;
}
.logo_area a{
	transition: all .3s;	
}
.logo_area a:hover{
	opacity: .6;
}
.copyright{
	padding: 0 0 2.4rem 0;
	font-size: 1.2rem;
}
.footer_nav_s{
	display: block;
	font-size: 1.3rem;
	line-height: 1.2;
	transition: all .3s;
	margin-bottom: 1.2rem;
}
@media screen and (min-width:1025px){
	.footer_bottom{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1200px;
	}
	.footer_bottom .logo_happy{
		margin-left: 5%;
	}
	.logo_area{
		display: flex;
		align-items: center;
	}
	.footer_bottom .logo_area{
		order: 2;
	}
	.footer_bottom .logo_happy{
		margin-right: 4rem;
	}
	.footer_bottom .logo_happy img{
		margin-left: 2rem;
	}
	.footer_bottom .logo_sdgs{
		border-left: dashed 1px #00A145;
		padding-left: 2rem;
		margin-left: 2rem;
	}

}
@media screen and (max-width:1024px){
	.footer_bottom .logo_happy img{
		margin-right:2rem;
	}
	.footer_bottom .logo_sdgs{
		margin: 4rem 0;
	}
}

/***** 404notfound　*****/
.header_404{
    margin-top: 0;
    padding: 100px 0;
    position: relative;
}
.content_404{
	margin-bottom: 10rem;
}

/***** Loading　*****/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
  display: none;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: calc(50% - 68px);
  left: calc(50% - 100px);
 /* transform: translate(-50%, -50%);*/
}
#splash svg{
	width: 152px;
}

/* 汎用クラス：テキストにグラデーションアニメを適用 */
.text-color-animate {
	/* 背景グラデーションを文字にクリップ */
	background: linear-gradient(90deg, #F6AC00, #7EDE00, #00A145, #0355BE);
	background-size: 300% 300%;
	font-weight: 700;
	padding: 0 .4rem;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent; /* WebKit用 */
	animation: gradientShift 6s linear infinite;
	/* 必要なら太字にしたりサイズ調整 */
	/* font-weight: 700; */
  }
  
  /* キーフレーム：グラデーションを左→右に移動 */
  @keyframes gradientShift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  /* フォールバック：背景-clip未対応のブラウザ向けに色をフェードさせる */
  .text-color-animate.fallback {
	-webkit-text-fill-color: initial;
	background: none;
	animation: colorFade 6s linear infinite;
  }
  @keyframes colorFade {
	0%   { color: #ff6b6b; }
	33%  { color: #ffd86b; }
	66%  { color: #6be0ff; }
	100% { color: #a16bff; }
  }

  /* fadeIn */
  .fadeIn1s {
    animation-name: fadeIn2s;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeIn2s {
    animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,.fadeInTrigger,.fadeLeftTrigger,.fadeRightTrigger {
	opacity: 0;
  }
  .fadeIn_up {
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: 1s;
  }
  .fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
  }
  .fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
  }
  .fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
  }
  /* アニメーションスタートの遅延時間を決めるCSS*/
  .delay-time02 {
	animation-delay: 0.3s;
  }
  .delay-time03 {
	animation-delay: 0.6s;
  }
  .delay-time04 {
	animation-delay: 0.9s;
  }
  .delay-time05 {
	animation-delay: 1.2s;
  }
  .delay-time06 {
	animation-delay: 1.5s;
  }
  /*** 遅延してふわっと ***/
  /* その場で */
  .fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  @keyframes fadeInAnime {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  /* 下から */
  .fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  @keyframes fadeUpAnime {
	from {
	  opacity: 0;
	  transform: translateY(60px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  /* 上から */
  .fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  @keyframes fadeDownAnime {
	from {
	  opacity: 0;
	  transform: translateY(-100px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  /* 左から */
  .fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  @keyframes fadeLeftAnime {
	from {
	  opacity: 0;
	  transform: translateX(-100px);
	}
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  /* 右から */
  .fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  @keyframes fadeRightAnime {
	from {
	  opacity: 0;
	  transform: translateX(100px);
	}
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
  }

  /***** deco　*****/
  .deco_dott::before{
	left: 0;
  }
  .deco_dott_right::before{
	right: 0;
  }
  .page .deco_dott::before,.page .deco_dott_right::before{
	z-index: -1;
  }
  @media screen and (min-width:1025px) {
	.deco_dott::before,.deco_dott_right::before{
		content: '';
		position: absolute;
		width: 50vw;
		height: 36rem;
		top: -4rem;
		background-image: url('../img/dotted.svg');
	  }
  }