@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.abouts .text {
	font-size: 22px;
}
.abouts h2 {
	font-size: 27px;
	margin-top: 20px;
	margin-bottom: 70px;
}
.abouts .flex {
	display: flex;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
}
.abouts .flex figure img {
	width: 600px;
	height: auto;
}
.abouts .flex div {
	width: 466px;
	text-align: left;
}
.abouts .flex div h3 {
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.abouts .flex div p {
	font-size: 17px;
	line-height: 1.6em;
}
.abouts ul {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.abouts ul li {
	background-color: #EEECD6;
	border-radius: 8px;
	width: 340px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 19px;
}
#about h4 {
	font-size: 27px;
	margin-top: 110px;
}
#about2 {
	margin-top: 140px;
	padding-top: 110px;
	padding-bottom: 120px;
	margin-bottom: 110px;
	background-image: url("../images/pc/about/bg.png");
	background-size: cover;
}
#about2 .flex {
	flex-direction: row-reverse;
}
#about2 ul li {
	background-color: #FFFFFF;
}
#about3 .box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEECD6;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 80px;
}
#about3 .box .flex2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: center;
}
#about3 .box .flex2 figure img {
	width: 381px;
	height: auto;
}
#about3 .box .flex2 div {
	width: 582px;
}
#about3 .box .flex2 div h4 {
	font-size: 25px;
	line-height: 1.4em;
}
#about3 .box .flex2 div p {
	font-size: 17px;
	margin-top: 15px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.abouts .text {
	font-size: 4vw;
}
.abouts h2 {
	font-size: 5.5vw;
	margin-top: 3vw;
	margin-bottom: 5vw;
	line-height: 1.4em;
}
.abouts .flex {
	margin-left: auto;
	margin-right: auto;
}
.abouts .flex figure img {

}
.abouts .flex div {
	text-align: left;
	margin-top: 5vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.abouts .flex div h3 {
	font-size: 5vw;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.abouts .flex div p {
	line-height: 1.6em;
}
.abouts ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
.abouts ul li {
	background-color: #EEECD6;
	border-radius: 8px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3vw;
	padding-bottom: 3vw;
	margin-bottom: 3vw;
	font-size: 4vw;
}
#about h4 {
	font-size: 6vw;
	margin-top: 15vw;
}
#about2 {
	margin-top: 15vw;
	padding-top: 15vw;
	padding-bottom: 15vw;
	margin-bottom: 15vw;
	background-image: url("../images/pc/about/bg.png");
	background-size: cover;
}
#about2 ul li {
	background-color: #FFFFFF;
}
#about3 .box {
	margin-left: 5vw;
	margin-right: 5vw;
	background-color: #EEECD6;
	padding-top: 5vw;
	padding-bottom: 5vw;
	margin-top: 10vw;
}
#about3 .box .flex2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#about3 .box .flex2 figure img {

}
#about3 .box .flex2 div {
	margin-top: 5vw;
}
#about3 .box .flex2 div h4 {
	font-size: 5vw;
	line-height: 1.4em;
}
#about3 .box .flex2 div p {
	margin-top: 3vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}