@charset "UTF-8";

/*@media screen and (max-width: 768px){}*/

/*あおばクリニックとは メインビジュアル SP
---------------------------------------------*/
#mv_about {
	position: relative;
	background-image: url(../img/about/key-visual-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_about:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
#mv_about .jp_title {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 5.1vw;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	line-height: 1.4em;
}
#mv_about .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*あおばクリニックとは メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_about {
	background-image: url(../img/about/key-visual.webp);
}
#mv_about:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_about .jp_title {
	font-size: 40px;
}
#mv_about .en_sub {
	font-size: 22px;
}
}	

/*序文 SP
---------------------------------------------*/
.about_foreword_box {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 40px 0;
	background-image: url("../img/about/foreword_back.webp");
	background-size: cover
}
.about_foreword_box .inner{
	width: 96%;
	height: auto;
	margin: 0 auto;
}
.about_foreword_box h2 {
	font-family: "Kiwi Maru", sans-serif;
	font-size: 5vw;
	color: #E88A95;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 1.5em;
}
.about_foreword_box p {
	margin: 1em 0;
	text-align: left;
}
.about_foreword_box ul.about_exp li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:1.4em;
	text-indent:-1.4em;
	margin: 1em 0;
}
/*序文 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.about_foreword_box {
	padding: 40px 0 30px;
	margin: 40px 0;
}
.about_foreword_box .inner{
	width: 1000px;
	height: auto;
}
.about_foreword_box h2 {
	font-size: 26px;
}
.about_foreword_box p {
	text-align: center;
}
}


/*あおばクリニックが選ばれる理由 3列 SP
---------------------------------------------*/
.reason_wap_3rows {
	width: 100%;
	height: auto;
	padding: 40px 3% 0;
	text-align: center;
}
.reason_wap_3rows .inner {
	width: 96%;
	height: auto;
	margin: 10px auto 20px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 1px dashed #999;
}
.reason_wap_3rows .reason_box{
	width: 42vw;
	margin-bottom: 5vw;
	display: flex;
	flex-direction: column;
}
.reason_wap_3rows .reason_circle{
	width: 42vw;
	height: 42vw;
	border-radius: 50%;
	background-color: #F2B8BE;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.reason_wap_3rows .reason_circle p{
	font-size: 3vw;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}
.reason_wap_3rows .reason_box .tx_cap{
	font-size: 3vw;
	margin-top: 10px;
	text-align: center;
}
.reason_wap_3rows .reason_circle img{
	width: 30%;
	height: auto;
}
.reason_wap_3rows .tx_last{
	width: 100%;
	height: auto;
	font-size: 3.8vw;
	color: #E88A95;
	padding: 1em 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.reason_wap_3rows .tx_last p{
	text-align: center;
}
/*あおばクリニックが選ばれる理由 3列 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.reason_wap_3rows {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 50px 0;
}
.reason_wap_3rows .inner {
	width: 1000px;
	height: auto;
	margin: 30px auto 5px;
	padding-bottom: 40px;
}
.reason_wap_3rows .reason_box{
	width: 300px;
	margin-bottom: 50px;
}
.reason_wap_3rows .reason_circle{
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.reason_wap_3rows .reason_circle p{
	font-size: 18px;
}
.reason_wap_3rows .reason_box .tx_cap{
	font-size: 16px;
}
.reason_wap_3rows .reason_circle img{
	width: 30%;
	height: auto;
}
.reason_wap_3rows .tx_last{
	width: 1000px;
	font-size: 20px;
	margin: 30px auto 0;
}
}

/*共通 中タイトル SP
---------------------------------------------*/
.title_middle .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;}
.title_middle .jp_sub {
	font-size: 4vw;
	text-align: center;
}
.title_middle .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*共通 中タイトル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.title_middle .jp_title {
	font-size: 36px;
}
.title_middle .jp_sub {
	font-size: 17px;
}
.title_middle .en_sub {
	font-size: 22px;
}
}


/*選ばれるわけ　説明文章 SP
---------------------------------------------*/
.reason_wrap {
	width: 94%;
	height: auto;
	margin: 30px auto;
}
.reason_wrap .tx01{
	margin: 20px 0;
}
.reason_wrap .tx01 .head01{
	font-size: 4vw;
	color: #e88a95;
	line-height: 1.4em;
	display: inline-flex;
	align-items: center;
	text-align: left;
}
.reason_wrap .tx01 .head01 span{
	font-size: 2.5vw;
	margin-right: 1em;
	padding: 0 0.6em;
	color: #fff;
	background-color: #e88a95;
	display: inline-block;
	vertical-align: middle;
}
.reason_wrap .tx01 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.reason_wrap .tx01 img{
	width: 70%;
	height: auto;
	margin: 15px 15%;
}

.reason_wrap .tx02{
	margin: 20px 0;
}
.reason_wrap .tx02 .head02{
	font-size: 4vw;
	color: #e88a95;
	line-height: 1.4em;
	display: inline-flex;
	align-items: center;
	text-align: left;
}
.reason_wrap .tx02 .head02 span{
	font-size: 2.5vw;
	margin-right: 1em;
	padding: 0 0.6em;
	color: #fff;
	background-color: #e88a95;
	display: inline-block;
	vertical-align: middle;
}
.reason_wrap .tx02 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.reason_wrap .tx02 img{
	width: 70%;
	height: auto;
	margin: 15px 15%;
}
.reason_wrap .tx_result{
	width: 100%;
	height: auto;
	margin: 1.5em 0;
	padding: 0.75em 1.5em;
	background-color: #FEF3F3;
	display: inline-block;
}
.reason_wrap .tx_result .tx_large{
	font-size: 4.8vw;
}
.reason_wrap .tx_result .tx_number{
	font-size: 8.4vw;
	color: #E88A95;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-right: 0.2em;
}
.reason_wrap .tx_result .tx_medium{
	font-size: 4vw;
}

.first_time {
	font-size: 17px;
	color: #d25965;
	margin: 1em 0;
}
.first_time .price {
font-size: 52px;
	font-weight: nomal;
	line-height: 1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.first_time .mini {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.first_time .tax_in {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*選ばれるわけ　説明文章 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.reason_wrap {
	width: 1000px;
	height: auto;
	margin: 40px auto;
}
.reason_wrap .tx01{
	margin: 40px 0 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.reason_wrap .tx_box{
		width: 610px;
}
.reason_wrap .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
}
.reason_wrap .tx01 .head01 span{
	font-size: 13px;
}
.reason_wrap .tx01 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.reason_wrap .tx01 img{
	width: 350px;
	height: auto;
	margin-top: 5px ;
	margin-right: 40px;
	margin-left: 0;
}
	
.reason_wrap .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.reason_wrap .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
}
.reason_wrap .tx02 .head02 span{
	font-size: 13px;
}
.reason_wrap .tx02 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.reason_wrap .tx02 img{
	width: 350px;
	height: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 40px;
}

.reason_wrap .tx_result{
	margin-left: 0;
}
.reason_wrap .tx_result .tx_large{
	font-size: 24px;
}
.reason_wrap .tx_result .tx_number{
	font-size: 34px;
}
.reason_wrap .tx_result .tx_medium{
	font-size: 18px;
}
.reason_wrap .tx_result .tx_small{
	font-size: 14px;
}
}