@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
a:hover {
	opacity: .6;
	transition: .5s;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}
/*---------------
   共通
---------------*/
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 1200px;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.5rem;
	letter-spacing: .15em;
	text-indent: .15em;
	line-height: 2.0;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
.center {
	text-align: center;
}
.text_red {
	color: #D80000;
}
.inner {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.flex_wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
}
.sp {
	display: none !important;
}
.clear {
	clear: both !important;
}
/*---------------
   header
---------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 30px;
	background: #FFF;
	z-index: 9999;
}
#header .drawer_button {
	display: none;
}
#header .drawer_menu {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.3;
}
#header .drawer_menu li {
	border-left: #CCC 1px solid;
}
#header .drawer_menu li a {
	padding: 0 1.5em;
}
#header .drawer_menu li.contact {
	border-left: none;
}
#header .drawer_menu li.contact a {
	display: block;
	width: 120px;
	padding: 0 0 0 1.5em;
	border-radius: 15px;
	background: url("../images/common/header_ico_mail.png") top 50% left 20px no-repeat, #00CA60;
	color: #FFF;
	font-size: 1.1rem;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	line-height: 30px;
}
/*---------------
   main
---------------*/
#main {
	margin-top: 66px;
}
#page_ttl .inner {
	position: relative;
	height: 500px;
}
#page_ttl .page_ttl {
	position: absolute;
	width: 400px;
	padding: 0;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	text-align: center;
	color: #FFF;
}
#page_ttl .page_ttl .jp {
	font-size: 2.4rem;
	letter-spacing: .2em;
	text-indent: .2em;
}
.content_wrap {
	padding: 80px 0 100px;
}
.bg_green {
	background: rgba(0, 202, 96, 0.1);
}
.lttl_A {
	margin-bottom: 40px;
	text-align: center;
}
.lttl_A .en {
	margin-bottom: .5em;
}
.lttl_A .jp {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
}
.lttl_B {
	margin-bottom: 40px;
	text-align: center;
}
.lttl_B .en {
	margin-bottom: .5em;
}
.lttl_B .jp {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-indent: .1em;
}
.lttl_C {
	margin-bottom: 40px;
	text-align: center;
}
.lttl_C .jp {
	font-size: 7.0rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 1.2;
}
.mgb40 {
	margin-bottom: 40px;
}
.note {
	font-size: 1.4rem;
}
.note li {
	margin-bottom: .5em;
	padding-left: 1em;
	text-indent: -1em;
}
.note li:before {
	content: '・';
	color: #00CA60;
	font-weight: bold;
}
.col2_wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col2_wrap .col2_item {
	width: 48%;
	margin-bottom: 4%;
	background: rgba(0, 169, 95, 0.3);
}
.col3_wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col3_wrap .col3_item {
	width: 30%;
	margin-bottom: 4%;
	background: rgba(0, 169, 95, 0.3);
}
.btn {
	text-align: center;
}
.btn a {
	display: inline-block;
	width: 300px;
	padding: .5em 1em;
	background: #00CA60;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
}
.btn a:hover {
	opacity: .6;
	transition: .5s;
}
/*---------------
	footer
---------------*/
#footer {
	padding: 60px 0;
	background: #00CA60;
	color: #FFF;
	text-align: center;
}
#footer .logo {
	margin-bottom: 1em;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0;
	text-indent: 0;
}
#footer .info {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: #FFF 1px solid;
}
#footer .info .btn_contact {
	width: 300px;
}
#footer .info .btn_contact a {
	display: block;
	height: 50px;
	background: url("../images/common/footer_ico_mail.png") top 50% left 50px no-repeat, url("../images/common/footer_contact_arrow.png") top 50% right 20px no-repeat, #00CA60;
	border: #FFF 1px solid;
	font-size: 1.6rem;
	line-height: 50px;
}
#footer .info .address {
	margin-left: 30px;
}
#footer .info .address .tel {
	margin-bottom: 0;
	font-family: "Times New Roman", Times, "serif";
	font-size: 2.4rem;
	letter-spacing: 0;
	text-indent: 0;
	text-align: left;
	line-height: 1.1;
}
#footer .info .address address {
	font-style: normal;
	font-size: 1.4rem;
	font-weight: bold;
}
#footer .bnr {
	margin-bottom: 15px;
}
#footer .link_privacy {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: bold;
}
#footer .copy {
	margin-bottom: 0;
	font-size: 1.2rem;
	letter-spacing: .2em;
	text-indent: .2em;
}
@media screen and (max-width: 640px) {
	/*---------------
     共通
  ---------------*/
	body {
		min-width: 100%;
		font-size: 3.4210526316vw;
		line-height: 1.6;
		letter-spacing: 0;
		text-indent: 0;
	}
	img {
		max-width: 100%;
	}
	.inner {
		width: 100%;
		min-width: 100%;
		padding: 0 3.3333333333vw;
	}
	.sp_f_col {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit !important;
	}
	/*---------------
     header
  ---------------*/
	#header {
		padding: 3.9473684211vw;
	}
	#header .logo {
		width: 49.7368421053vw;
	}
	#header .drawer_button {
		display: block;
		background: none;
		border: none;
		padding: 0;
		width: 9.2105263158vw;
		cursor: pointer;
		position: fixed;
		top: 0.9210526316vw;
		right: 3.9473684211vw;
		z-index: 1001;
		outline: none;
	}
	#header .drawer_button.active .drawer_bar {
		width: 11.3157894737vw;
	}
	#header .drawer_button.active .drawer_bar1 {
		transform: rotate(38deg);
	}
	#header .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}
	#header .drawer_button.active .drawer_bar3 {
		transform: rotate(-38deg);
	}
	#header .drawer_button.active .drawer_menu_text {
		display: none;
	}
	#header .drawer_button.active .drawer_close {
		display: block;
	}
	#header .drawer_button .drawer_bar {
		display: block;
		height: 2px;
		margin: 3.0263157895vw 0;
		transition: all 0.2s;
		transform-origin: 0 0;
		background-color: #000;
	}
	#header .drawer_menu_wrapper {
		width: 100vw;
		transition: all 0.2s;
		transform: translate(100vw);
		position: fixed;
		top: 17vw;
		right: 0;
		z-index: 1000;
		background-color: #FFF;
	}
	#header .drawer_menu_wrapper.open {
		transform: translate(0);
	}
	#header .drawer_menu {
		display: block;
		font-size: 3.4210526316vw;
	}
	#header .drawer_menu li {
		border-top: #CCC 1px solid;
		border-left: none;
	}
	#header .drawer_menu li a {
		display: block;
		padding: 1em;
		background: url("../images/common/gnav_arrow_black.png") top 50% right 3.9473684211vw no-repeat;
		background-size: 1.5789473684vw;
		text-align: center;
	}
	#header .drawer_menu li.contact {
		border-top: none;
	}
	#header .drawer_menu li.contact a {
		width: 100%;
		padding: .7em .7em .7em 2em;
		border-radius: 0;
		font-size: 3.9473684211vw;
		line-height: 2.0;
		background: url("../images/common/header_ico_mail.png") top 50% left 35vw no-repeat, url("../images/common/gnav_arrow_white.png") top 50% right 3.9473684211vw no-repeat, #00CA60;
		background-size: 3.9473684211vw, 1.5789473684vw;
	}
	/*---------------
     main
  ---------------*/
	#main {
		margin-top: 17vw;
	}
	.lttl_A {
		margin-bottom: 1.3157894737vw;
		/*margin-bottom: 40px;
    text-align: center;*/
	}
	.lttl_A .en {
		margin-bottom: 0;
		/*margin-bottom: .5em;*/
	}
	.lttl_A .jp {
		font-size: 5.2631578947vw;
		/*font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .2em;
    text-indent: .2em;*/
	}
	.lttl_B {
		/*margin-bottom: 40px;
    text-align: center;*/
	}
	.lttl_B .en img,.lttl_C .en img {
    width: 60%;
	}
	.lttl_B .jp {
		/*font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: .1em;*/
	}
	.lttl_C {
		/*margin-bottom: 40px;
    text-align: center;*/
	}
	.lttl_C .jp {
		font-size: 5.0rem;
	}
	#page_ttl .inner {
		height: calc((250/760)*100vw);
	}
	#page_ttl .page_ttl {
		width: calc((300/760)*100vw);
	}
	#page_ttl .page_ttl .jp {
		font-size: calc((40/760)*100vw);
	}
	.page_ttl h1 {
		font-size: 6.6666666667vw;
	}
	.mttl {
		font-size: 5vw;
	}
	.col2_wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.col2_wrap .col2_item {
		width: 100%;
		margin-bottom: 5vw;
	}
	.col3_wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.col3_wrap .col3_item {
		width: 100%;
		margin-bottom: 5vw;
	}
	.btn a {
		width: 80vw;
		font-size: 4.3333333333vw;
	}
	#footer {
		padding: 10vw 0;
	}
	#footer .logo {
		font-size: 3.2894736842vw;
	}
	#footer .logo img {
		width: 25vw;
	}
	#footer .info {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
	#footer .info .btn_contact {
		width: 52.6315789474vw;
		margin: 0 auto .5em;
	}
	#footer .info .btn_contact a {
		height: 7.8947368421vw;
		background: url("../images/common/footer_ico_mail.png") top 50% left 1.3157894737vw no-repeat, #00CA60;
		background-size: 3.9473684211vw;
		font-size: 3.4210526316vw;
		line-height: 7.8947368421vw;
	}
	#footer .info .address {
		margin: 0 0 1em;
	}
	#footer .info .address .tel {
		font-size: 5.2631578947vw;
		text-align: center;
	}
	#footer .info .address address {
		font-size: 3.4210526316vw;
		font-weight: normal;
		letter-spacing: 0;
		text-indent: 0;
	}
	#footer .bnr {
		width: 52.6315789474vw;
		margin: 0 auto 1em;
	}
	#footer .link_privacy {
		font-size: 3.4210526316vw;
	}
	#footer .copy {
		font-size: 2.6315789474vw;
	}
}