﻿@charset "utf-8";

body{
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1500ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

html{
  font-size: 10px;
}

.title{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.title-2{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

body {
  overflow-x: hidden;
}

@media screen and (min-width: 1281px){

#sp-header{
	display: none;
}

#menu{
	display: none;
}

.menu-trigger{
	display: none;
}

.sp-br{
	display: none;
}

#profile-sp{
	display: none;
}

h1{
	font-size: 2.1rem;
	color: #8dc21f;
	margin: 20px 0px 0px 30px;
}

h1 a{
	color: #abce37;
	text-decoration: none;
}

h2{
	font-size: 3.8rem;
	margin-bottom: 40px;
}

#header{
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 1px 3px gray;
	position: fixed;
	top: 0px;
	z-index: 100;
}

#header ul{
	float: right;
	margin-top: -18px;
}

#header ul li{
	font-size: 1.6rem;
	float: left;
	margin-right: 30px;
}

#header ul li a{
	color: #000000;
	text-decoration: none;
}

#header ul li a:hover{
	color: #abce37;
	text-decoration: underline;
}

#main{
	width: 100%;
	height: 71.25vw;
	background-image: url("../img/main.jpg");
	background-size: cover;
	display: block;
	position: relative;
}

#main-texts {
  position: absolute;
  top: 5vw;
  left: 10vw;
}

#main-texts img {
  display: block;
}

#main-texts p {
  display: block;
  width: 22vw;
  height: 4.6vw;
  background-color: #abce37;
  color: #000000;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.6vw;
  line-height: 1.2;
}

#logo {
  width: 22vw;
  margin-top: 1vw;
}

#name {
  width: 30vw;
  margin-top: 1.5vw;
}

#sp-main{
	display: none;
}

.contents{
	width: 70vw;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 3vw 0px;
}

#policy{
	width: 100%;
	background-color: #abce37;
}

#policy h2{
	color: #000000;
	display: block;
	width: 36vw;
	box-sizing: border-box;
	padding: 1vw;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 2vw;
}

#catch {
  width: 55vw;
  margin: 0 7.5vw;
  margin-top: 1.5vw;
}

#policy ul {
  width: 100%;
  display: flex;
  margin-top: 1.5vw;
}

#policy ul li {
  display: block;
  width: 24%;
  height: 5vw;
  margin-right: 1.33%;
  border-radius: 2.5vw;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.4vw;
}

.org {
  font-size: 3.2rem;
  color: #e83921;
}

.org-2 {
  font-size: 3rem;
  color: #e83921;
 
}

#policy ul li:last-child {
  margin-right: 0;
  padding-top: 0.5vw;
  line-height: 1.2;
}

#policy-txt {
  background-color: #ffffff;
  margin-top: 2vw;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1.5vw;
}

#greeting{
	width: 100%;
	background-color: #a0b21b;
	background-image: url("../img/character.png");
	background-size: 15vw;
	background-position: left 15vw bottom 0vw;
	background-repeat: no-repeat;
}

#greeting-texts {
  background-color: #ffffff;
  width: 52vw;
  height: ;
  box-sizing: border-box;
  padding: 1.5vw;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 2.5vw;
  margin-left: 18vw;
}

#greeting-texts h2 {
  font-size: 2.4rem;
  margin-bottom: 1vw;
}

.grn {
  color: #177239;
}

#quat {
  background-image: url("../img/back.jpg");
  background-size: cover;
}

#quat ul li {
  width: 34vw;
  margin-right: 2vw;
  float: left;
  background-color: #ffffff;
  margin-bottom: 2vw;
  border-radius: 1vw;
  box-shadow: 2px 2px 2px gray;
}

#quat ul li:nth-child(2n) {
  margin-right: 0;
}

#quat ul li h3 {
  text-align: center;
  background-color: #abce37;
  display: block;
  font-size: 2.2rem;
  box-sizing: border-box;
  padding: 0.7vw 0vw;
  border-radius: 1vw 1vw 0 0;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.org-3 {
  color: #e83921;
  font-size: 3.2rem;
}

#quat li p {
  padding: 1vw;
  font-size: 1.6rem;
  line-height: 1.6;
}

.grn-2 {
  color: #177239;
  font-weight: bold;
}

#gikai{
	width: 100%;
	background-color: #a0b21b;
}

#blog {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}

#blog a {
  text-decoration: none;
  color: #000000;
}

#blog a:hover {
  text-decoration: underline;
  color: #abce37;
}

#image-profile{
	width: 60vw;
	margin: 0px auto;
	margin-top: 2vw;
}

#profile{
	width: 100%;
	text-align: center;
	background-image: url("../img/ptn.jpg");
}

#profile p{
	font-size: 1.9rem;
	line-height: 1.8;
}

#area-2{
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 40px;
	padding-bottom: 40px;
}

#area-2 h3{
	font-size: 1.9rem;
	margin-bottom: 20px;
}

#area-2 p{
	line-height: 2.0;
	font-size: 1.6rem;
}

#footer{
	background-color: #177239;
	color: #ffffff;
	text-align: center;
	line-height: 1.8;
	padding: 30px;
}

#footer h2{
	font-size: 1.9rem;
	margin-bottom: 0px;
}

#footer p{
	font-size: 1.6rem;
}

.small{
	font-size: 1.0rem;
	display: inline-block;
	margin-top: 30px;
}







#contact{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
	margin-top: 60px;
}

#contact h2{
	color: #000000;
	text-align: center;
	font-size: 2.0rem;
}

#contact h3{
	color: #000000;
}

#contact dl{
	width: 900px;
	overflow: hidden;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #000000;
	margin: 0px auto;
	margin-top: 20px;
}

#contact dt{
	width: 900px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}

#contact dd{
	width: 900px;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0px 20px 10px;
}

#contact dd:after{
	clear: both;
}


.required{
	display: inline-block;
	width: 30px;
	height: 18px;
	background-color: #ba5425;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.0;
	margin-left: 10px;
}

button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]{
	width: 99.5%;
	padding: 5px;
	background-color: #e6e6e6;
	outline: none;
	appearance: none;
	border: none;
	font-size: 1.6rem;
	border-radius: 5px;
}

input:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

textarea{
	width: 100%;
	height: 200px;
	font-size:1.6rem;
	background-color: #e6e6e6;
	resize: none;
	padding: 5px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

textarea:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

input[type="submit"]{
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 15px;
	display: block;
	width: 200px;
	height: 50px;
	color :#000000;
	background-color: #cccccc;
	border: none;
	margin: 0px auto;
	margin-top: 40px;
}

#privacy{
	width: 720px;
	height: 150px;
	border: 1px solid #cccccc;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
	margin-top: 30px;
}

#privacy-wrap{
	width: 680px;
	height: 110px;
	overflow-y: scroll;
	margin: 20px 20px;
	padding: 0px 20px 0px 0px;
}

#privacy h3{
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
}

#privacy h4{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 15px;
}

#privacy p{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
}

}

















@media screen and (min-width:800px) and (max-width: 1280px){

#header{
	display: none;
}

#sp-header {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	background-color: #ffffff;
	box-shadow: 0px 0.5px 1px gray;
}

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

.menu-trigger {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 25px;
	height: 22px;
	z-index: 100;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #8d807e;
	border-radius: 4px;
}

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

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

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

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-315deg);
	-moz-transform: translateY(-11px) rotate(315deg);
	transform: translateY(11px) rotate(-315deg);
	background-color: #abce37;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	-moz-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
	background-color: #abce37;
}

#menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -100%;
	background-color: #177239;
	z-index: 90;
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-sizing: border-box;
	text-align: center;
}

#menu.open {
	width: 100%;
	height: 100%;
	background-color: #177239;
	z-index: 90;
	opacity: 1.0;
	-moz-transform: translateX(-90%);
	-webkit-transform: translateX(-90%);
	transform: translateX(-90%);
}

#menu ul{
	width: 60%;
	margin: 0px auto;
	margin-top: 80px;
	margin-left: 15%;
}

#menu ul li{
	font-size: 2.0rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#menu ul li a{
	color: #000000;
	text-decoration: none;
}

h1{
	font-size: 1.7rem;
	color: #8dc21f;
	margin: 13px 0px 0px 12px;
}

h1 a{
	color: #8dc21f;
	text-decoration: none;
}

h2{
	font-size: 2.2rem;
	margin-bottom: 30px;
}

#main{
	display: none;
}


#main{
	width: 100%;
	height: 71.25vw;
	background-image: url("../img/main.jpg");
	background-size: cover;
	display: block;
	position: relative;
}

#main-texts {
  position: absolute;
  top: 10vw;
  left: 10vw;
}

#main-texts img {
  display: block;
}

#main-texts p {
  display: block;
  width: 22vw;
  height: 4vw;
  background-color: #abce37;
  color: #000000;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.6vw;
  line-height: 1.2;
}

#logo {
  width: 22vw;
  margin-top: 1vw;
}

#name {
  width: 30vw;
  margin-top: 1.5vw;
}

#sp-main{
	display: none;
}

.contents{
	width: 70vw;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 3vw 0px;
}

#policy{
	width: 100%;
	background-color: #abce37;
}

#policy h2{
	color: #000000;
	display: block;
	width: 36vw;
	box-sizing: border-box;
	padding: 1vw;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 2vw;
}

#catch {
  width: 55vw;
  margin: 0 7.5vw;
  margin-top: 1.5vw;
}

#policy ul {
  width: 100%;
  display: flex;
  margin-top: 1.5vw;
}

#policy ul li {
  display: block;
  width: 24%;
  height: 5vw;
  margin-right: 1.33%;
  border-radius: 2.5vw;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.4vw;
}

.org {
  font-size: 1.8rem;
  color: #e83921;
}

.org-2 {
  font-size: 1.8rem;
  color: #e83921;
 
}

#policy ul li:last-child {
  margin-right: 0;
  padding-top: 0.2vw;
  line-height: 1.2;
}

#policy-txt {
  background-color: #ffffff;
  margin-top: 2vw;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1.5vw;
}

#greeting{
	width: 100%;
	background-color: #a0b21b;
	background-image: url("../img/character.png");
	background-size: 23vw;
	background-position: left 15vw bottom 0vw;
	background-repeat: no-repeat;
}

#greeting-texts {
  background-color: #ffffff;
  width: 52vw;
  height: ;
  box-sizing: border-box;
  padding: 1.5vw;
  font-size: 1.4rem;
  line-height: 1.6;
  border-radius: 2.5vw;
  margin-left: 18vw;
}

#greeting-texts h2 {
  font-size: 2rem;
  margin-bottom: 1vw;
}

.grn {
  color: #177239;
}

#quat {
  background-image: url("../img/back.jpg");
  background-size: cover;
}

#quat ul li {
  width: 34vw;
  margin-right: 2vw;
  float: left;
  background-color: #ffffff;
  margin-bottom: 2vw;
  border-radius: 1vw;
  box-shadow: 2px 2px 2px gray;
}

#quat ul li:nth-child(2n) {
  margin-right: 0;
}

#quat ul li h3 {
  text-align: center;
  background-color: #abce37;
  display: block;
  font-size: 2rem;
  box-sizing: border-box;
  padding: 0.7vw 0vw;
  border-radius: 1vw 1vw 0 0;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.org-3 {
  color: #e83921;
  font-size: 2.4rem;
}

#quat li p {
  padding: 1vw;
  font-size: 1.4rem;
  line-height: 1.6;
}

.grn-2 {
  color: #177239;
  font-weight: bold;
}

#blog {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}

#blog a {
  text-decoration: none;
  color: #000000;
}

#blog a:hover {
  text-decoration: underline;
  color: #abce37;
}

#image-profile{
	width: 60vw;
	margin: 0px auto;
	margin-top: 2vw;
}

#profile{
	width: 100%;
	text-align: center;
	background-image: url("../img/ptn.jpg");
}

#profile p{
	font-size: 1.4rem;
	line-height: 1.8;
}

#area-2{
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#area-2 h3{
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#area-2 p{
	line-height: 2.0;
	font-size: 1.4rem;
}

#footer{
	background-color: #171c61;
	color: #ffffff;
	text-align: center;
	line-height: 1.8;
	padding: 25px;
}

#footer h2{
	font-size: 1.6rem;
	margin-bottom: 0px;
}

#footer p{
	font-size: 1.4rem;
}

.small{
	font-size: 1.0rem;
	display: inline-block;
	margin-top: 25px;
}



#contact{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffffff;
	margin-top: 40px;
}

#contact h2{
	color: #000000;
	text-align: center;
	font-size: 2.0rem;
}

#contact h3{
	color: #000000;
}

#contact dl{
	width: 90%;
	overflow: hidden;
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #000000;
	margin: 0px auto;
	margin-top: 20px;
}

#contact dt{
	width: 90%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}

#contact dd{
	width: 90%;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0px 20px 10px;
}

#contact dd:after{
	clear: both;
}


.required{
	display: inline-block;
	width: 30px;
	height: 18px;
	background-color: #ba5425;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.0;
	margin-left: 10px;
}

button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]{
	width: 99.5%;
	padding: 5px;
	background-color: #e6e6e6;
	outline: none;
	appearance: none;
	border: none;
	font-size: 1.4rem;
	border-radius: 5px;
}

input:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

textarea{
	width: 100%;
	height: 200px;
	font-size:1.4rem;
	background-color: #e6e6e6;
	resize: none;
	padding: 5px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

textarea:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

input[type="submit"]{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 15px;
	display: block;
	width: 200px;
	height: 50px;
	color :#000000;
	background-color: #cccccc;
	border: none;
	margin: 0px auto;
	margin-top: 40px;
}

#privacy{
	width: 80%;
	height: 250px;
	border: 1px solid #cccccc;
	margin: 0px auto;
	padding: 0px 15px 0px 0px;
	margin-top: 20px;
}

#privacy-wrap{
	width: 90%;
	height: 210px;
	overflow-y: scroll;
	margin: 15px 15px;
	padding: 0px 15px 0px 0px;
}

#privacy h3{
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: normal;
}

#privacy h4{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 15px;
}

#privacy p{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 1px;
}



}










































@media screen and (max-width: 799px){

#header{
	display: none;
}

#sp-header {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	background-color: #ffffff;
	box-shadow: 0px 0.5px 1px gray;
}

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

.menu-trigger {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 25px;
	height: 22px;
	z-index: 100;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #8d807e;
	border-radius: 4px;
}

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

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

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

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-315deg);
	-moz-transform: translateY(-11px) rotate(315deg);
	transform: translateY(11px) rotate(-315deg);
	background-color: #abce37;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	-moz-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
	background-color: #abce37;
}

#menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -100%;
	background-color: #177239;
	z-index: 90;
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-sizing: border-box;
	text-align: center;
}

#menu.open {
	width: 100%;
	height: 100%;
	background-color: #177239;
	z-index: 90;
	opacity: 1.0;
	-moz-transform: translateX(-90%);
	-webkit-transform: translateX(-90%);
	transform: translateX(-90%);
}

#menu ul{
	width: 60%;
	margin: 0px auto;
	margin-top: 80px;
	margin-left: 15%;
}

#menu ul li{
	font-size: 2.0rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#menu ul li a{
	color: #000000;
	text-decoration: none;
}

h1{
	font-size: 1rem;
	color: #8dc21f;
	margin: 15px 0px 0px 10px;
}

h1 a{
	color: #8dc21f;
	text-decoration: none;
}

h2{
	font-size: 2.0rem;
	margin-bottom: 30px;
}

#main{
	width: 100%;
	height: 145vw;
	background-image: url("../img/main-sp.jpg");
	background-size: cover;
	display: block;
	position: relative;
}

#main-texts {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}

#main-texts img {
  display: block;
}

#main-texts p {
  display: block;
  width: 33vw;
  height: 18vw;
  background-color: #abce37;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 2.2vw;
  line-height: 1.4;
}

#logo {
  width: 40vw;
  margin-top: 4vw;
}

#name {
  width: 50vw;
  margin-top: 2vw;
}

#sp-main{
	display: none;
}

.contents{
	width: 90vw;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 6vw 0px;
}

#policy{
	width: 100%;
	background-color: #abce37;
}

#policy h2{
	color: #000000;
	display: block;
	width: 80vw;
	box-sizing: border-box;
	padding: 4vw;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 4vw;
}

#catch {
  width: 90vw;
  margin: 6vw 0;
}

#policy ul {
  width: 100%;
  margin-top: 1.5vw;
}

#policy ul li {
  display: block;
  width: 43vw;
  height: 15vw;
  margin-right: 4vw;
  border-radius: 2.5vw;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 3vw;
  float: left;
  margin-bottom: 4vw;
}

.org {
  font-size: 2.4rem;
  color: #e83921;
}

.org-2 {
  font-size: 1.2em;
  color: #e83921;
 
}

#policy ul li:nth-child(2n) {
  margin-right: 0;
  line-height: 1.2;
}

#policy ul li:last-child {
  padding-top: 0.5vw;
}


#policy-txt {
  background-color: #ffffff;
  margin-top: 2vw;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 4vw;
}

#greeting{
	width: 100%;
	background-color: #a0b21b;
	background-image: url("../img/character.png");
	background-size: 70vw;
	background-position: left 0vw bottom 0vw;
	background-repeat: no-repeat;
}

#greeting-texts {
  background-color: #ffffff;
  width: 72vw;
  height: ;
  box-sizing: border-box;
  padding: 4vw;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 2.5vw;
  margin-left: 18vw;
  margin-bottom: 80vw;
}

#greeting-texts h2 {
  font-size: 2rem;
  margin-bottom: 1vw;
}

.grn {
  color: #177239;
}

#quat {
  background-image: url("../img/back.jpg");
  background-size: cover;
}

#quat ul li {
  width: 90vw;
  margin-right: 2vw;
  float: left;
  background-color: #ffffff;
  margin-bottom: 4vw;
  border-radius: 1vw;
  box-shadow: 2px 2px 2px gray;
}

#quat ul li:nth-child(2n) {
  margin-right: 0;
}

#quat ul li h3 {
  text-align: center;
  background-color: #abce37;
  display: block;
  font-size: 2rem;
  box-sizing: border-box;
  padding: 0.7vw 0vw;
  border-radius: 1vw 1vw 0 0;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.org-3 {
  color: #e83921;
  font-size: 2.4rem;
}

#quat li p {
  padding: 4vw;
  font-size: 1.6rem;
  line-height: 1.6;
}

.grn-2 {
  color: #177239;
  font-weight: bold;
}

#blog {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}

#blog a {
  text-decoration: none;
  color: #000000;
}

#blog a:hover {
  text-decoration: underline;
  color: #abce37;
}

#image-profile{
	width: 75vw;
	margin: 0px auto;
	margin-top: 2vw;
}

#profile{
	width: 100%;
	text-align: center;
	background-image: url("../img/ptn.jpg");
}

#profile p{
	font-size: 1.4rem;
	line-height: 1.8;
}

#area-2{
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#area-2 h3{
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#area-2 p{
	line-height: 2.0;
	font-size: 1.4rem;
}

#footer{
	background-color: #171c61;
	color: #ffffff;
	text-align: center;
	line-height: 1.8;
	padding: 25px;
}

#footer h2{
	font-size: 1.6rem;
	margin-bottom: 0px;
}

#footer p{
	font-size: 1.4rem;
}

.small{
	font-size: 1.0rem;
	display: inline-block;
	margin-top: 25px;
}



#contact{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffffff;
	margin-top: 40px;
}

#contact h2{
	color: #000000;
	text-align: center;
	font-size: 2.0rem;
}

#contact h3{
	color: #000000;
}

#contact dl{
	width: 90%;
	overflow: hidden;
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #000000;
	margin: 0px auto;
	margin-top: 20px;
}

#contact dt{
	width: 90%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}

#contact dd{
	width: 90%;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0px 20px 10px;
}

#contact dd:after{
	clear: both;
}


.required{
	display: inline-block;
	width: 30px;
	height: 18px;
	background-color: #ba5425;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.0;
	margin-left: 10px;
}

button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]{
	width: 99.5%;
	padding: 5px;
	background-color: #e6e6e6;
	outline: none;
	appearance: none;
	border: none;
	font-size: 1.4rem;
	border-radius: 5px;
}

input:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

textarea{
	width: 100%;
	height: 200px;
	font-size:1.4rem;
	background-color: #e6e6e6;
	resize: none;
	padding: 5px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

textarea:focus{
	background-color:#e6e6e6;
	outline:1px solid #cccccc;
}

input[type="submit"]{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 15px;
	display: block;
	width: 200px;
	height: 50px;
	color :#000000;
	background-color: #cccccc;
	border: none;
	margin: 0px auto;
	margin-top: 40px;
}

#privacy{
	width: 80%;
	height: 250px;
	border: 1px solid #cccccc;
	margin: 0px auto;
	padding: 0px 15px 0px 0px;
	margin-top: 20px;
}

#privacy-wrap{
	width: 90%;
	height: 210px;
	overflow-y: scroll;
	margin: 15px 15px;
	padding: 0px 15px 0px 0px;
}

#privacy h3{
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: normal;
}

#privacy h4{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 15px;
}

#privacy p{
	color: #000000;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 1px;
}


}