@charset "utf-8";
/* ==========================================================================
   common
   ========================================================================== */

/* ==========================================================================
	 ruby
   ========================================================================== */
.rubyfuljs-tooltip-container{
	z-index: 1000;
}

.rubyfuljs-tooltip{
	display: none;
}

.rubyfuljs-button.is-customized{
	display: none;
}

ruby rt{
	margin-bottom: -0.5em;
}
@media (min-width: 960px){
ruby rt{
	margin-bottom: 0;
}
}

ruby.rubyfuljs-insert rt{
	font-size: 50%;
}
@media (min-width: 960px){
ruby.rubyfuljs-insert rt{
	font-size: 45%;
}
}

/* ==========================================================================
	 header
   ========================================================================== */
h1{
	font-size: 0;
}

header{
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 5vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
@media (min-width: 960px){
header{
	width: 240px;
	height: 500px;
	border-radius: 0 30px 30px 0;
	background: #fff;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 72px 0 34px;
	position: fixed;
	top: 100px;
}
}

header .logo a img{
	width: 230px;
	height: auto;
}
@media (min-width: 960px){
header .logo a img{
	width: 160px;
	height: auto;
	display: block;
}
}

header ul.header_nav{
	display: none;
}
@media (min-width: 960px){
header ul.header_nav{
	width: 170px;
	display: flex;
	flex-direction: column;
}
}

header ul.header_nav li{
	margin: 0 0 18px 0;
}

header ul.header_nav li:last-child{
	margin: 0;
}

header ul.header_nav li a{
	color: #000;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	line-height: 1;
	white-space: nowrap;
	transition: all 0.3s ease;
}

header ul.header_nav li a ruby.rubyfuljs-insert rt{
	font-size: 40%;
	letter-spacing: -0.10em!important;
	-webkit-text-stroke-width: 0;
}

header ul.header_nav li a span.en{
	font-size: 1.3rem;
	font-family: "Comfortaa", sans-serif;
	-webkit-text-stroke-width: 0;
	display: block;
	line-height: 1;
}

header ul.header_nav li a span.en.about{
	color: #78D021;
}
header ul.header_nav li a span.en.facility{
	color: #8BC884;
}
header ul.header_nav li a span.en.history{
	color: #C3B7AE;
}
header ul.header_nav li a span.en.company{
	color: #A99FCC;
}

header ul.header_nav li a:hover{
	color: #78D021;
	-webkit-text-stroke-color: #78D021;
}


/* ==========================================================================
	 section, wrap
   ========================================================================== */
.section{
	width: 100%;
}
@media (min-width: 960px){
.section{
	width: calc(100vw - 230px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 0 0 230px;
}
}

.section .wrap{
	width: 100%;
	box-sizing: border-box;
	padding: 0 5vw;
	margin: 0 auto;
  position: relative;
}
@media (min-width: 960px){
.section .wrap{
	width: 1000px;
	padding: 0;
}
}


/* ==========================================================================
   title
   ========================================================================== */
/* section_title ============================== */
.page .title_block{
	width: 100%;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.section_title{
	font-size: 2.2rem;
  font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.06em;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #000;
	position: relative;
	padding: 0 0 0 22px;
}
@media (min-width: 960px){
.section_title{
	font-size: 3.1rem;
	line-height: 1;
	padding: 0 0 0 30px;
}
}

.section_title ruby.rubyfuljs-insert rt{
	font-size: 45%;
	-webkit-text-stroke-width: 0.2px;
}
@media (min-width: 960px){
.section_title ruby.rubyfuljs-insert rt{
	font-size: 35%;
	-webkit-text-stroke-width: 0.2px;
}
}

.section_title::before{
  content: "";
 	width: 12px;
 	height: 6px;
  position: absolute;
  top: 0.75em;
  left: 0;
	border-radius: 1.5px 4px 4px 1.5px;
  background-color: #78D021;
}
@media (min-width: 960px){
.section_title::before{
	width: 18px;
 	height: 8px;
	top: 0.75em;
}
}


/* ==========================================================================
   page common
   ========================================================================== */
/* page_title ============================== */
.page_title_block{
  width: 100%;
  position: relative;
}

.page_title_block .wrap{
  width: 100%;
  position: relative;
  box-sizing: border-box;
	padding: 130px 5vw 70px 5vw;
	margin: 0 auto;
}
@media (min-width: 960px){
.page_title_block .wrap{
  width: 1230px;
	padding: 140px 0 100px 230px;
}
}

h1.page_title{
  color: #000;
	font-size: 2.9rem;
  font-weight: 600;
  line-height: 1;
	letter-spacing: 0.1em;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #000;
}
@media (min-width: 960px){
h1.page_title{
	font-size: 4.2rem;
}
}

h1.page_title ruby.rubyfuljs-insert rt{
	font-size: 40%;
}
@media (min-width: 960px){
h1.page_title ruby.rubyfuljs-insert rt{
	font-size: 30%;
}
}

.page_title-en{
  color: #FFF;
  font-size: 1.6rem;
	font-family: "Comfortaa", sans-serif;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 0.06em;
	margin: 14px 0 0 0;
}
@media (min-width: 960px){
.page_title-en{
	font-size: 2.0rem;
	margin: 22px 0 0 0;
}
}

.page_title_block .obj-clover-head{
	width: 100px;
	height: auto;
	position: absolute;
	top: 130px;
	right: 3vw;
}
@media (min-width: 960px){
.page_title_block .obj-clover-head{
	width: 234px;
	height: auto;
	top: 77px;
	right: -50px;
}
}

.page_title_block .obj-clover-head img{
	opacity: 0.9;
}


/* bg-line ============================== */
.bg-line{
	width: 100vw;
	height: auto;
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
}

#top .bg-line{
	top: 530px;
}
@media (min-width: 960px){
#top .bg-line{
	top: 76vh;
}
}

.bg-line img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.2;
}


/* page-navi ============================== */
#page-navi{
	position: relative;
	padding: 40px 0 0 0;
}
@media (min-width: 960px){
#page-navi{
	padding: 140px 0 0 0;
}
}

#page-navi ul{
	width: 100%;
	height: auto;
	border-radius: 10px;
	background: #b9f084;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-items: center;
	justify-content: flex-start;
	padding: 25px 0;
}
@media (min-width: 960px){
#page-navi ul{
	border-radius: 20px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}
}

#page-navi ul li a{
	width: 220px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
@media (min-width: 960px){
#page-navi ul li a{
	width: auto;
	align-items: center;
	justify-content: flex-start;
	margin: 0 20px;
}
}

#page-navi ul li a p{
	color: #000;
	font-size: 2.0rem;
	line-height: 1;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	margin-top: -2px;
	margin-right: 0;
	transition: all 0.2s ease;
}
@media (min-width: 960px){
#page-navi ul li a p{
	font-size: 2.2rem;
	margin-right: 12px;
}
}

@media (min-width: 960px){
#page-navi ul li a:hover p{
	opacity: 0.4;
}
}


#page-navi ul li a p ruby.rubyfuljs-insert rt{
	font-size: 50%;
	letter-spacing: -0.10em!important;
	-webkit-text-stroke-width: 0px;
}
@media (min-width: 960px){
#page-navi ul li a p ruby.rubyfuljs-insert rt{
	font-size: 45%;
	letter-spacing: -0.10em!important;
	-webkit-text-stroke-width: 0px;
}
}

#page-navi ul li a .arrow{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-sizing: border-box;
	border: 1.5px solid #78d021;
}
@media (min-width: 960px){
#page-navi ul li a .arrow{
	width: 38px;
	height: 38px;
}
}

#page-navi ul li a .arrow img{
	width: 12px;
	height: 12px;
	display: block;
}
@media (min-width: 960px){
#page-navi ul li a .arrow img{
	width: 14px;
	height: 14px;
}
}


/* ==========================================================================
   footer
   ========================================================================== */
.footer{
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	margin: 40px 0 0 0;
}
@media (min-width: 960px){
.footer{
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 100px 0 0 0;
}
}

.footer .wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 60px 5vw 35px;
}
@media (min-width: 960px){
.footer .wrap{
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0 0 26px 0;
}
}

.footer .footer-logo a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer .footer-logo a img{
	width: 170px;
	height: auto;
	display: block;
}
@media (min-width: 960px){
.footer .footer-logo img{
	width: 180px;
}
}

.footer .footer-logo a p{
	font-size: 1.8rem;
	text-align: center;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #000;
	line-height: 1;
	display: block;
	margin: 20px 0 0 0;
}
@media (min-width: 960px){
.footer .footer-logo a p{
	font-size: 2.0rem;
}
}

/*.footer ul.f_nav{
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
.footer ul.f_nav{
	flex-direction: row;
	justify-content: flex-end;
	margin: -10px 0 0 0;
}
}

.footer ul.f_nav li{
	display: block;
}
@media (min-width: 960px){
.footer ul.f_nav li{
	height: 25.5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
}

.footer ul.f_nav li a{
	width: 100%;
  font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	line-height: 1;
	text-align: center;
	display: block;
	transition: all 0.2s ease;
	margin: 0 0 16px 0;
}
@media (min-width: 960px){
.footer ul.f_nav li a{
	width: auto;
	font-size: 1.7rem;
	letter-spacing: 0.04em;
	margin: 0 0 0 30px;
}
}

.footer ul.f_nav li a span.patch ruby.rubyfuljs-insert rt{
	font-size: 40%;
	letter-spacing: -0.10em!important;
}

@media (min-width: 960px){
.footer ul.f_nav li a:hover{
	color: #78D021;
	-webkit-text-stroke-color: #78D021;
}
}*/

.footer .copy_block{
  width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.footer .copyright{
	color: #878B84;
  font-size: 1.0rem;
	font-family: "Comfortaa", sans-serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
}
@media (min-width: 960px){
.footer .copyright{
	font-size: 1.1rem;
	position: absolute;
	bottom: 30px;
	/*right: 8vw;*/
}
}

.footer .page_top{
	position: absolute;
	bottom: 20px;
	right: 16px;
}
@media (min-width: 960px){
.footer .page_top{
	position: absolute;
	bottom: 20px;
	right: 24px;
}
}

.footer .page_top a{
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.6px solid #78D021;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
@media (min-width: 960px){
.footers .page_top a{
	width: 50px;
	height: 50px;
}
}

.footer .page_top a img{
	width: 14px;
	height: 14px;
	display: block;
}

@media (min-width: 960px){
.footer .page_top a:hover{
	border: 1.6px solid #78D021;
	background-color: #78D021;
}
}


/* ==========================================================================
   drawer_menu
   ========================================================================== */
.drawer_menu{
  width: 58px;
  height: 58px;
  background-color: #78D021;
  display: flex;
	align-items: center;
  justify-content: center;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
	border-radius: 0 0 0 10px;
}
@media (min-width: 960px){
.drawer_menu{
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
}
}
@media (min-width: 960px){
.drawer_menu{
  display: none;
}
}

.drawer_menu a{
  color: inherit;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.drawer_menu a:visited{
  color: inherit;
}

.drawer_menu .drawer_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 800;
	background-color: #78D021;
	opacity: 0.9;
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button{
  display: block;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 1200;
	margin: 0 0 0 0;
}

.drawer_menu .drawer_nav_wrapper{
	width: 84%;
  height: 100%;
	transform: translate(100%);
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
  display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0 0 0 60px;
}
@media (min-width: 960px){
.drawer_menu .drawer_nav_wrapper{
  width: 600px;
  transform: translate(600px);
	border-radius: 120px 0 0 120px;
}
}
@media (min-width: 960px){
.drawer_menu .drawer_nav_wrapper{
  width: 600px;
  transform: translate(600px);
}
}

.drawer_menu .drawer_nav_wrapper.open{
  transform: translate(0);
}

.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.menu-trigger{
  position: relative;
  width: 38px;
  height: 18px;
}

.menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1){
  top: 0;
}

.menu-trigger span:nth-of-type(2){
  top: 8px;
}

.menu-trigger span:nth-of-type(3){
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1){
  transform: translateY(7px) rotate(-45deg);
	transform: translateY(17px) rotate(-45deg);
	background-color: #000;
}

.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
  transform: translatex(5px) rotate(0deg);
	background-color: #000;
}

.menu-trigger.active span:nth-of-type(3){
  transform: translateY(-9px) rotate(45deg);
	transform: translateY(1px) rotate(45deg);
	background-color: #000;
}


.drawer_menu .nav_block{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10vw;
}

.drawer_menu ul.f_nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  align-items: flex-start;
	justify-content: flex-start;
}

.drawer_menu ul.f_nav li{
	width: 100%;
	padding: 0;
}

.drawer_menu ul.f_nav li a{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.drawer_menu ul.f_nav li a p{
	color: #000;
	font-size: 2.2rem;
	line-height: 1;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	margin: 14px 0;
	letter-spacing: 0.06em;
	font-weight: 600;
  display: block;
	box-sizing: border-box;
}

.drawer_menu ul.f_nav li a ruby.rubyfuljs-insert rt{
	font-size: 50%!important;
	letter-spacing: -0.10em!important;
	-webkit-text-stroke-width: 0px;
}
@media (min-width: 960px){
.drawer_menu ul.f_nav li a ruby.rubyfuljs-insert rt{
	font-size: 40%!important;
}
}

.drawer_menu ul.f_nav li a .arrow{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-sizing: border-box;
	border: 1.5px solid #78d021;
}
@media (min-width: 960px){
.drawer_menu ul.f_nav li a .arrow{
	width: 38px;
	height: 38px;
}
}

.drawer_menu ul.f_nav li a .arrow img{
	width: 12px;
	height: 12px;
	display: block;
}
@media (min-width: 960px){
.drawer_menu ul.f_nav li a .arrow img{
	width: 14px;
	height: 14px;
}
}


.drawer_menu .btn{
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drawer_menu .btn a{
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 28px 28px 28px 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #88C2EF;
	transition: all 0.3s ease;
	padding: 0 18px;
	box-sizing: border-box;
}
