@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#message {
	margin-top: -70px;
}
#message .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	flex-direction: row-reverse;
	width: 1150px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
#message .flex figure {
	position: relative;
	top: -50px;
}
#message .flex div {
	width: 708px;
	text-align: left;
}
#message .flex div h3 {
	font-size: 22px;
	color: #36AE5E;
	font-weight: 500;
	margin-bottom: 15px;
}
#message .flex div p {
	line-height: 2.1em;
}
#about {
	background-color: #FFEEC1;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 18px;
	padding-top: 50px;
	padding-bottom: 40px;
	margin-top: 20px;
}
#about .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 560px;
	margin-left: auto;
    margin-right: auto;
}
#about .flex p {
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 5px;
}
#service {
	background-color: #FFEEC1;
	margin-top: 100px;
	padding-top: 80px;
	padding-bottom: 100px;
}
#service .box {
	background-color: #fff;
	width: 1100px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 18px;
	padding-top: 50px;
	margin-top: 40px;
	padding-bottom: 40px;
}
#service .box h3 {
	background-color: #E8F3EA;
	width: 950px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
#service .box .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 950px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	align-items: flex-end;
}
#service .box .flex div {
	width: 411px;
}
#service .box .flex div figure {
	text-align: right;
	margin-bottom: 10px;
}
#service .box .flex+h3 {
	background-color: #fff;
	margin-top: 40px;
	background-image: url("../images/dot.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 12px;
	border-radius: 0px;
}
#service .box .flex2 {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 900px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	align-items: flex-end;
}
#service .box .flex2 dl {
	text-align: center;
}
#service .box .flex2 dl dt {
	font-weight: 500;
	font-size: 19px;
	margin-top: 10px;
}
#service .box .flex2 dl dd a {
	color: #000;
	text-decoration: none;
}
#profile {
	padding-top: 80px;
	width: 900px;
	margin-left: auto;
    margin-right: auto;
}
#profile table {
	border-top: 1px dashed #36AE5E;
	margin-top: 30px;
}
#profile th {
	background-color: #E8F3EA;
	border-bottom: 1px dashed #36AE5E;
	width: 203px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}
#profile td {
	border-bottom: 1px dashed #36AE5E;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 30px;
}
#profile td a {
	color: #000;
	text-decoration: none;
}
#contact {
	margin-top: 80px;
	background-image: url("../images/contact_bg.png");
	height: 505px;
	background-position: center center;
	background-size: cover;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	align-items: center;
}
#contact .box {
	width: 680px;
	height: 250px;
	margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	border-radius: 17px;
}
#contact .box h2 {
	padding-top: 50px;
}
#contact .box p a {
	display: block;
	width: 240px;
	height: 48px;
	line-height: 48px;
	margin-left: auto;
    margin-right: auto;
	background-color: #FAC500;
	border-radius: 10px;
	color: #393939;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
#contact .box p a:hover {
	opacity: 0.7;
}
#contact .box p a img {
	margin-right: -5px;
	margin-left: 5px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#message {
	text-align: left;
	margin-left: 5%;
    margin-right: 5%;
}
#message h2 {
	width: 45%;
	margin-top: -25vw;
}
#message .flex {
	text-align: left;
	position: relative;
}
#message .flex figure {
	position: relative;
}
#message .flex div {
	text-align: left;
}
#message .flex div h3 {
	font-size: 5vw;
	color: #36AE5E;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 5%;
	margin-bottom: 5%;
}
#message .flex div p {
	line-height: 1.8em;
}
#about {
	background-color: #FFEEC1;
	margin-left: 5%;
    margin-right: 5%;
	border-radius: 18px;
	padding-top: 7%;
	padding-bottom: 5%;
	margin-top: 5%;
}
#about h2 {
	width: 50%;
	margin-bottom: 7%;
	margin-left: auto;
    margin-right: auto;
}
#about .flex {
	margin-left: 5%;
    margin-right: 5%;
}
#service {
	background-color: #FFEEC1;
	margin-top: 10%;
	padding-top: 10%;
	padding-bottom: 15%;
}
#service h2 {
	width: 35%;
	margin-left: auto;
    margin-right: auto;
}
#service .box {
	background-color: #fff;
	margin-left: 5%;
    margin-right: 5%;
	border-radius: 18px;
	padding-top: 5%;
	margin-top: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	padding-right: 5%;
}
#service .box h3 {
	background-color: #E8F3EA;
	margin-left: auto;
    margin-right: auto;
	padding-top: 3%;
	padding-bottom: 2%;
	border-radius: 10px;
	margin-bottom: 5%;
}
#service .box h3 img {
	width: 38%;
}
#service .box .flex {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	align-items: flex-end;
}
#service .box .flex div {
}
#service .box .flex div figure {
	text-align: center;
	width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 3%;
	margin-top: 3%;
}
#service .box .flex+h3 {
	background-color: #fff;
	margin-top: 1%;
	background-image: url("../images/dot.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2%;
	border-radius: 0px;
}
#service .box .flex2 {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	align-items: flex-end;
}
#service .box .flex2 dl {
	text-align: center;
}
#service .box .flex2 dl dt {
	font-weight: 500;
	font-size: 4vw;
	margin-top: 5px;
}
#service .box .flex2 dl dd {
	line-height: 1.4em;
	margin-top: 2px;
}
#service .box .flex2 dl dd a {
	color: #000;
	text-decoration: none;
}
#service .box .flex2 div+div {
	margin-top: 5%;
}
#profile h2 {
	width: 34%;
	margin-left: auto;
    margin-right: auto;
}
#profile {
	padding-top: 10%;
	margin-left: auto;
    margin-right: auto;
}
#profile table {
	border-top: 1px dashed #36AE5E;
	margin-top: 5%;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#profile th {
	background-color: #E8F3EA;
	border-bottom: 1px dashed #36AE5E;
	width: 34%;
	vertical-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: left;
	padding-left: 3%;
	font-weight: 500;
}
#profile td {
	border-bottom: 1px dashed #36AE5E;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: left;
	padding-left: 3%;
}
#profile td a {
	color: #000;
	text-decoration: none;
}
#contact {
	margin-top: 15%;
	background-image: url("../images/contact_bg.png");
	background-position: top center;
	background-size: cover;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
}
#contact .box {
	margin-left: auto;
    margin-right: auto;
	width: 90%;
	background-color: #fff;
	border-radius: 17px;
	padding-bottom: 7%;
}
#contact .box h2 {
	padding-top: 10%;
	width: 40%;
	margin-left: auto;
    margin-right: auto;
}
#contact .box p a {
	display: block;
	width: 70%;
	height: 48px;
	line-height: 48px;
	margin-left: auto;
    margin-right: auto;
	background-color: #FAC500;
	border-radius: 10px;
	color: #393939;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	align-items: center;
	margin-top: 5%;
	font-size: 4vw;
}
#contact .box p a:hover {
	opacity: 0.7;
}
#contact .box p a img {
	margin-right: -5px;
	margin-left: 5px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}