@charset "utf-8";
/* CSS Document */
.f-reverse{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.swiper-container img{
	width: 100%;
}
.heading{
	color: #fff;
	background-color: #FF7BA5;
	padding: 40px 0;
	margin-bottom: 0;
}
.recommend h3 {
    text-align: left;
    max-width: 100%;
    padding: 15px 25px;
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
}
.about .flex{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.about .about__item{
	margin-bottom: 10vh;
}
.about .about__item .text{
	width: 50%;
}
.about .about__item .text p{
	line-height: 1.8;
}
.about .about__item .flex > figure{
	width: 47%;
}
.about .about__item .flex > figure img{
	width: 100%;
}
.about .about__item .text span{
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 10vh;
	font-weight: bold;
}
.chara{
	background-color: rgba(255,123,165,0.5);
}
.chara .text figure{
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	color: #002774;
	margin-bottom: 30px;
}
.chara .text figure img{
	margin-bottom: 40px;
}
.chara .text figure span{
	font-size: 60px;
	font-size: 6rem;
	display: block;
	line-height: 1.8;
}
.chara .text p{
	color: #002774;
	margin:0 auto 10vh;
	line-height: 1.8;
	max-width: 700px;
}
.chara .about__item > figure{
	text-align: center;
}
.company table{
	border-top: solid 1px #707070;
	border-left: solid 1px #707070;
}
.company th{
	font-weight: normal;
	color: #707070;
	text-align: center;
	white-space: pre;
	padding: 20px;
	width: 20%;
	background-color: #F0F0F0;
	border-bottom: solid 1px #707070;
	border-right: solid 1px #707070;
	vertical-align: text-top;
}
.company td{
	color: #707070;
	padding: 20px 40px;
	border-bottom: solid 1px #707070;
	border-right: solid 1px #707070;
	line-height: 1.8;
}
@media screen and (max-width: 767px){
.inner1000 {
    padding: 0 45px;
}
	.heading {
    padding: 20px 0;
	font-size: 23px;
	font-size: 2.3rem;
}
.recommend h3 {
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
}
.about .about__item{
	margin-bottom: 5vh;
}
.about .about__item .text{
	width: 100%;
}
.about .about__item .flex > figure{
	width: 100%;
	margin-bottom: 20px;
}
.about .about__item .text span {
    margin-top: 5vh;
}
.chara .text figure{
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.chara .text figure span{
	font-size: 30px;
	font-size: 3rem;
}
.chara .text figure img {
    width: 100%;
}
.chara .text p {
    margin-bottom: 5vh;
    font-size: 3vw;
}
.chara .about__item > figure img{
	width: 100%;
}
.company th{
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 20px;
}
.company td{
	display: block;
	padding: 20px;
}
}





























