@charset "UTF-8";
/* CSS Document */
html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #323232;
}


img {
	vertical-align: bottom;
	max-width:100%;
	width: 100%;
	height: auto;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.sp-img {
		display: none;
}
.pc-img {
	display: block;
}

.wrap {
	overflow: hidden;
}
 ul { list-style: none; }
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}
.container {
	max-width: 1240px;
	width: 100%;
	margin:  0 auto;
}
.container2 {
	max-width: 1051px;
	width: 100%;
	margin: 0 auto;
}
/*---------header----------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.1);
}
/*---------/header----------*/
/*---------kv----------*/
#kv {
	background-image: url("../images/pc/kv@2x.png");
	background-size: cover;
	text-align: center;
}
#kv img{
	max-width: 367px;
	width: 100%;
	margin: 0 auto;
	padding: 180px 0 192px;
}

/*---------/kv----------*/
/*---------s1----------*/
.img1 {
	width: 100%;
	margin-top: -83px;
}
#s1 {
	text-align: center;
}
#s1 h2 {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 70px;
}
#s1 p {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 400;
	line-height: 2;
}
.img2 {
	max-width: 240px;
	width: 100%;
	margin: 60px auto 70px;
	border: 1px solid #DBDBDB;
	padding: 20px 50px;
}
/*---------s1----------*/
/*---------contact----------*/
#contact {
	background-color: #F6F6F6;
	padding: 80px 0;
	margin-bottom: 140px;
}
.contact-flex {
	display: flex;
	justify-content: space-between;
	max-width: 615px;
	width: 100%;
	margin: 0 auto;

}
.phone {
	max-width: 300px;
	width: 100%;
}
.phone img {
	max-width: 30px;
	width: 100%;
	margin-right: 10px;
	display: inline-block;
}
.phone a {
	font-size: 3.6rem;
	color: #333333;
	border-right: 2px solid #DBDBDB;
	padding-right: 20px;
	display: inline-block;
}
.mail {
	background-color: #E4D262;
	border-radius: 5px;
	padding: 15px 40px;
	margin-left: 20px;
	max-width: 220px;
	width: 100%;
}
.mail img {
	max-width: 20px;
	width: 100%;
	margin-right: 10px;
	display: inline-block;
}
.mail a {
	font-size: 1.5rem;
	color: #333333;
	display: inline-block;
}
/*---------contact----------*/
/*---------s2----------*/

.s2-box {
	background-color: #E4D262;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	z-index: 100;
	margin-top: -100px;
}
.s2-box ul {
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 170px;
}
.s2-box ul li {
	width: 48%;
}
.s2-box ul li:nth-of-type(odd) {
	margin-right: 4%;
}
.s2-box ul li:nth-of-type(n+1):nth-child(-n+2) {
	margin-bottom: 60px;
}
.s2-list-text {
	margin-bottom: 25px;
}
.s2-list-text img {
	max-width: 18px;
	width: 100%;
	display: inline-block;
	margin-right: 10px;
}
.s2-list-text p {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
}


/*---------/s2----------*/
/*---------footer----------*/
footer {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 80px 0;
	text-align: center;
}

/*---------/footer----------*/
@media screen and (max-width: 1024px) and (min-width: 599px) {

	* {
		box-sizing: border-box;
	}

	#s1 p  {
		width: 90%;
		margin: 0 auto;
	}
	.s2-box ul {
    	padding:30px 25px;
		box-sizing: border-box;
}
	.s2-box ul li {
				margin: 0 auto;
	}
	.s2-box ul li:nth-of-type(n+1):nth-child(-n+2) {

    	margin-bottom: 30px;
		
}
	
	.s2-box {
    margin-top: -50px;
    width: 90%;
}
	.mail {
    background-color: #E4D262;
    border-radius: 5px;
    padding: 15px 40px;
    margin-left: 20px;
    max-width: 300px;
    width: 100%;
}

	}
	



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

	.pc-img {
	display: none;
	}
	.sp-img {
		display: block;
		max-width: 100%;
	}
	#kv {
    background-image: url("../images/sp/kv@2x.png");
    background-size: cover;
    text-align: center;
}
	#kv img {
    max-width: 367px;
    width: 70%;
    margin: 0 auto;
    padding: 190px 0 202px;
}
#s1 h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 50px;
}
	#s1 p {
    font-size: 1.8rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    line-height: 2;
}
	#contact {
    padding: 50px 0;
    margin-bottom: 70px;
}
	.contact-flex {
    display: block;
}
	.phone {
		margin: 0 auto;
		max-width: 274px;
	}

	.phone a {
    font-size: 3.6rem;
		border: none;
    padding-right: 0px;
}
	.phone img {
    margin-right: 14px;
}
	.mail {
    padding: 15px 20px;
    margin-left: 0px;
    width: 75%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
		margin-top: 20px;
		max-width: 264px;
}
	.s2-box {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -60px;
}
	.s2-box ul {
    display: flex;
    padding: 20px 20px;
    box-sizing: border-box;
}
	.s2-box ul li:nth-of-type(n+1):nth-child(-n+3) {
    margin-bottom: 25px;
}
	.s2-list-text {
    margin-bottom: 18px;
}
	.s2-box ul li {
    width: 100%;
}
.s2-box ul li:nth-of-type(odd) {
    margin-right: 0%;
}
	footer {
    font-size: 1.2rem;
    padding: 50px 0;
}
	
}