@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
  reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}


/*------------------------------------------------------------
  Body
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000;
  font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}
a {
	display: block;
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
img {
	width: 100%;
}
body, html {
	/* important */
	height: 100%;
}

span {
	font-weight: bold;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


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



.hide{
  margin:0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}



/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
	body {
		font-size: 13px;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
a {
	display: block;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
	
	

/*------------------------------------------------------------
  テキスト
------------------------------------------------------------*/
.txt {

	
}

.f-eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.ttl-box {
	text-align: center;
}
.ttl-box .eng-t {
	font-size: 90px;
	color: #bdad1e;
	line-height: 1;
}
.ttl-box .ttl {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
}


@media screen and (max-width: 768px) {
.ttl-box .eng-t {
	font-size: 40px;
	color: #bdad1e;
	line-height: 1;
}
.ttl-box .ttl {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}
	
}
/*------------------------------------------------------------
  link
------------------------------------------------------------*/
	
.link01{
　margin: auto;
}

.link01 a {
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
	font-weight: 900;
	background: #419e04;
	text-align: center;
	padding: 35px 80px;
	display: inline-block;
	border-radius: 100px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
}
	
.link01 a:before {
  content: "";
  background: url("../images/arrow01.png")0 0 no-repeat;
	background-size: 35px 35px;	
	width: 35px;
	height: 35px;
	position: absolute;
	right: 18px;
	top: 28px;
}



/* SP ----------------------------------------*/
	@media screen and (max-width: 768px) {
			
.link01{
　margin: auto;
}

.link01 a {
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 15px;
	position: relative;
	font-weight: 900;
	background: #419e04;
	text-align: center;
	padding: 15px 20%;
	line-height: 1.4;
	display: inline-block;
	border-radius: 100px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
}
	
.link01 a:before {
  content: "";
  background: url("../images/arrow01.png")0 0 no-repeat;
	background-size: 22px 22px;	
	width: 25px;
	height: 25px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
}


	}