/* CSS Document */
/*design*/

@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.8.2/css/all.css";

*{
	margin:0;
	padding:0;
	line-height: 1.0;
}

html,body{
	background-color: #F7F7F7;
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
/*  font-family :YuMincho,'Yu Mincho',serif;*/
	color: #000;
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	max-width:750px;
}

body,h1,h2,h3,h4,p,li {
    letter-spacing: 0.1em;
    line-height: 1.8;
		margin:0;
}

img{
    width:100%;
    height:auto;
}

p {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 1.7;
    font-weight: normal;
    padding: 0;
}

.main{
  background-color: #fff;
}

@media screen and (min-width:641px) {
  .image--item{
    margin: 0 auto;
    width: 80%;
  }
}


@media screen and (min-width:960px) {
  .wrap{
    padding: 0 4rem;
  }
}


/*　見出し
-------------------------------------*/

.block__title--type1 {
	color: #1260bc;
	text-align: center;
	margin-bottom: 50px;
}

.block__title--main {
	font-size: 56px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px solid #88afdd;
	display: inline-block;
}

.block__title--sub {
	font-size: 20px;
}

/*　header
-------------------------------------*/

.header{
  background-color: #fff;
	padding: 15px 70px;
}

.header__inner{
	display: flex;
	align-items: center;
}

.header__logo{
	margin-right: 30px;
}

.header__text {
	font-size: 30px;
	font-weight: bold;
}


/*　footer
-------------------------------------*/

.footer__inner {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(38, 36, 32, 1) 50%, rgba(0, 0, 0, 1));
	padding: 45px;
}

.footer__logo img {
	width: 141px;
	height: 69px;
	margin: 0 auto;
}

.footer__link {
	margin-top: 30px;
	text-align: center;
}

.footer__link a {
	color: #1260bc;
	text-decoration: underline;
}

.footer__copy {
	background: #002d60;
	padding: 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}


/*　common
-------------------------------------*/

.astList li {
	padding-left: 1.5em;
	position: relative;
}

.astList li .ast {
	position: absolute;
	left: 0;
	top: 0.4em;
}


/*　beauty
-------------------------------------*/

.beauty .block__pointTx {
	margin-top: 74px;
}

.balloonText {
	padding: 30px;
}

.balloonText__left,
.balloonText__right {
	background: #0076da;
	color: #fff;
	padding: 40px 20px;
	letter-spacing: 0;
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
	position: relative;
}

.balloonText__left {
	margin-right: 80px;
}

.balloonText__right {
	margin-left: 80px;
}

.balloonText__left::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #0074da transparent transparent transparent;
	position: absolute;
	left: 50px;
	bottom: -30px;
}

.balloonText__right::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #0074da transparent transparent;
	position: absolute;
	right: 50px;
	bottom: -30px;
}

.balloonText__point {
	color: #faff5f;
}


/*　ideal
-------------------------------------*/

.ideal {
	background: #828598;
}

.ideal__inner {
	padding-bottom: 40px;
}

.idealBox {
	border-radius: 5px;
	margin: 65px 30px 40px 30px;
	position: relative;
}

.idealBox:first-of-type {
	margin-top: -243px;
}

.idealBox__num {
	width: 216px;
	height: 70px;
	position: absolute;
	top: -38px;
	left:30px;
}

.idealBox__title {
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 60px 40px 30px;
	background: #0076da;
}

.idealBox__detail {
	background: #fff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding: 40px 15px;
	line-height: 1.5;
	letter-spacing: 0;
}



/*　worries
-------------------------------------*/

.worries {
	background: #e4e4e4;
	margin-bottom: 180px;
	position: relative;
}

.worries::after {
	content: "";
	width: 100%;
	height: 136px;
	background: url("../img/bg_.02.png") no-repeat;
	background-size: 100% 136px;
	position: absolute;
	left: 0;
	bottom: -130px;
}

.worries__inner {
	padding: 30px;
	background: url("../img/bg_.01.png") no-repeat;
	background-size: cover;
}

.worries .block__title {
	padding: 35px 0 20px;
}


.checkList__item {
	font-size: 28px;
	position: relative;
	padding: 20px 20px 20px 65px;
	border-bottom: 2px dashed #fff;
}

.checkList__item:last-child {
	border-bottom: 0;
}

.checkList__item::before {
	content: "";
	width: 46px;
	height: 46px;
	background: url("../img/ic_05.png") no-repeat;
	background-size: 46px 46px;
	position: absolute;
	left: 0;
	top: 1em;
}

.checkList__item--bold {
	font-weight: bold;
}


/*　solution
-------------------------------------*/

.solution__title {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 60px 30px;
}

.solution__title--point {
	font-weight: normal;
	font-size: 58px;
	color: #1260bc;
	border-bottom: 6px solid #1260bc;
	line-height: 1.7;
}


/*　coupon
-------------------------------------*/

.coupon {
	background: #143b71;
	padding: 30px;
}

.couponBtn__text {
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 20px 0;
}

.couponBtn__text p {
	font-size: 40px;
}


/*　fourPoints
-------------------------------------*/

.fourPoints__title {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 60px 30px;
}

.fourPoints__title--point {
	font-size: 50px;
	color: #1260bc;
	display: inline-block;
	line-height: 1.3;
	background: linear-gradient(transparent 70%, #cbf7e2 30%);
}

.fourPointsBox {
	background: #e8f2fd;
	padding: 50px 30px;
}

.fourPointsBox__title {
	margin-bottom: 88px;
}

.fourPointsCard {
	background: #fff;
	border-radius: 5px;
	padding: 65px 30px 40px 30px;
	position: relative;
	margin-bottom: 80px;
}

.fourPointsCard__num {
	width: 216px;
	height: 70px;
	position: absolute;
	top: -38px;
	left:30px;
}

.fourPointsCard__title {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #1260bc;
	padding: 0 20px 30px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #50a0ff;
}

.fourPointsCard__subTitle {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 30px;
	line-height: 1.4;
}

.fourPointsCard__img {
	margin-bottom: 30px;
}

.fourPointsCard__detail p {
	font-size: 24px;
}

.fourPointsPlus {
	position: relative;
	background: #d4e9ff url("../img/bg_.03.png") no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 60px 30px 30px;
}

.fourPointsPlus__img.arrow {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -77px;
}

.fourPointsPlus__title {
	margin-bottom: 30px;
}

.fourPointsPlus__detail {
	padding: 30px 0 10px;
}

.fourPointsPlus__detail p {
	font-size: 24px;
}
	


/*　complex
-------------------------------------*/

.overcome__inner {
	background: #dfeffd;
	padding: 60px 40px 30px;
}

.overcome__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}

.overcome__title--point {
	font-size: 40px;
}

.overcome__title--point2 {
	font-size: 50px;
}

.overcome__title--point3 {
	font-size: 50px;
	color: #1260bc;
}

.cardArea {
	display: flex;
	flex-wrap: wrap;
}

.card {
	background: #fff;
	width: 48%;
	margin-bottom: 5%;
}

.card:nth-child(2n) {
	margin-left: 4%;
}

.card__detail {
	margin: 25px;
}

.card__detail p {
	font-size: 24px;
}

.card__detail--bold {
	font-weight: 800;
}


/*　faq
-------------------------------------*/

.faq {
	padding: 30px;
}

.faq__accordion .accordion {
	margin: 40px 0;
}

.faq__accordion .accordion__title {
	padding: 40px 100px 40px 30px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	border-radius: 10px;
	transition: .3s;
	background: #1260bc url("../img/ic_11.png") no-repeat;
	background-position: left top;
	line-height: 1.5;
}

.faq__accordion .open.accordion__title {
	border-radius: 10px 10px 0 0;
	transition: .3s;
	
}

.faq__accordion .accordion__title::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -9px;
	width: 30px;
	height: 17px;
	background: url("../img/ic_10.png") no-repeat;
	background-size: 30px 17px;
	transform: rotate(0deg);
	transition: .3s;
}

.faq__accordion .open.accordion__title::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -9px;
	width: 30px;
	height: 17px;
	background: url("../img/ic_10.png") no-repeat;
	background-size: 30px 17px;
	transform: rotate(180deg);
	transition: .3s;
}

.faq__accordion .accordion__detail {
	background: #e8f7ff;
	padding: 40px 30px;
	border-radius: 0 0 10px 10px;
}

.faq__text--point {
	font-weight: bold;
	color: #1260BC;
	background: linear-gradient(transparent 70%, #cbf7e2 30%);
}


/*　price
-------------------------------------*/

.price {
	background: #f0f8ff;
	padding: 60px 30px;
}

.price__title {
	text-align: center;
	margin-bottom: 30px;
}

.price__title span {
	display: inline-block;
	color: #1260bc;
	font-weight: bold;
	font-size: 44px;
	padding-left: 70px;
	position: relative;
}

.price__title span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background: url("../img/ic_12.png") no-repeat;
	background-size: 54px 54px;
}

.attentionBox {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}

.attentionBox__title {
	color: #c13826;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
}

.priceCard {
	background: #fff;
	border-radius: 5px;
	padding: 40px 30px;
	border-top: 24px solid #1260bc;
	margin-bottom: 30px;
}

.priceCard__title {
	color: #1260bc;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.priceCard__fee {
	text-align: center;
	margin-bottom: 50px;
}

.priceCard__fee--point {
	font-weight: bold;
	font-size: 46px;
}

.priceCard__fee--yen {
	font-size: 32px;
}

.priceCard__ast {
	background: #e8f4ff;
	padding: 30px;
	margin-top: 20px;
	font-size: 22px;
}


/*　flow
-------------------------------------*/

.flow__inner {
	margin: 40px 0 60px;
}


/*　doctor
-------------------------------------*/

.doctor__inner {
	margin: 30px 0 60px;
	padding: 0 30px;
}

.doctor__career {
	background: #1a160e url("../img/bg_.04.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.career__inner {
	padding: 50px 30px;
	color: #fff;
}

.career__title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}

.careerCard {
	border-bottom: 2px solid #4a4a4a;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.careerCard:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.careerCard__year {
	color: #f8d33e;
	margin-bottom: 10px;
}

/*　about
-------------------------------------*/

.about__inner {
	margin: 30px 30px 60px;
}

.about__title--h3 {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 40px 0;
}

.about__img {
	margin-bottom: 30px;
}

.about .block__table table {
	width: 100%;
	margin-bottom: 30px;
}

.about .block__table th,
.about .block__table td {
	padding: 20px 0;
}

.about .block__table tr {
	border-bottom: 2px solid #c4c4c4;
}

.about .block__table tr:last-child {
	border-bottom: 0;
}

.about__map {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}


/*　message
-------------------------------------*/

.message {
	background: #f0f8ff;
}

.message__inner {
	padding: 0 30px 40px 30px;
}

.message__text p {
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.9;
}

.message__rightText p {
	font-size: 30px;
	text-align: right;
	
}


@media screen and (max-width:750px) {
	
	body,p {
		font-size: 3.2vw;
	}
	
	.header {
		padding: 2vw 9.4vw;
	}
	
	.header__logo {
		margin-right: 4.2vw;
		width: 17.3vw;
	}
	
	.header__text {
		font-size: 4.2vw;
	}


	.footer__inner {
		padding: 5.6vw;
	}

	.footer__logo img {
		width: 20vw;
		height: auto;
	}

	.footer__link {
		margin-top: 4.2vw;
	}

	.footer__copy {
		padding: 4.2vw;
		font-size: 1.4vw;
	}
	
	.block__title--main {
		font-size: 7.5vw;
	}

	.block__title--sub {
		font-size: 2.7vw;
	}
	
	.beauty .block__pointTx {
		margin-top: 10vw;
	}
	

	.balloonText__left, .balloonText__right {
		font-size: 5vw;
		padding: 5.3vw  2.6vw;
		margin-bottom: 45px;
	}

	.balloonText__left {
		margin-right: 10vw;
	}
	
	.balloonText__right {
		margin-left: 10vw;
	}

	.balloonText {
		padding: 4.5vw 4.1vw 4.1vw;
	}
	
	.idealBox {
		margin: 8.6vw 4vw 5.3vw;
	}

	.idealBox:first-of-type {
		margin-top: -32vw;
	}
	
	.idealBox__title {
		padding: 8vw 5vw 3.9vw;
	}

	.idealBox__detail {
		font-size: 4.2vw;
    padding: 6vw 1.2vw;
	}

	.idealBox__num {
		width: 31vw;
		height: auto;
    top: -5vw;
    left: 5.3vw;
	}
	
	.worries {
		margin-bottom: 25vw;
	}
	
	.worries::after {
		content: "";
    width: 100%;
    height: 18vw;
    background-size: 100% 18vw;
    bottom: -18vw;
	}
	
	.worries__inner {
		padding: 4.2vw;
	}
	
	.checkList__item {
		font-size: 3.8vw;
		padding: 2.6vw 2.6vw 2.6vw 8.2vw;
	}
	
	.checkList__item::before {
		width: 6.2vw;
		height: 6.2vw;
		background-size: 6.2vw 6.2vw;
		top: 3vw;
	}
	
	.solution__title {
		font-size: 4.2vw;
		margin: 8vw 4.2vw;
	}

	.solution__title--point {
		font-size: 7.6vw;
	}

	
	.coupon {
		padding: 4.2vw;
	}

	.couponBtn__text {
		font-size: 3.5vw;
		margin: 2.6vw 0;
	}
	
	.couponBtn__text p {
		font-size: 5vw;
	}
	
	.fourPoints__title {
		font-size: 4.2vw;
		margin: 8vw 4.2vw;
	}

	.fourPoints__title--point {
		font-size: 6.8vw;
	}
	
	.fourPointsBox {
		padding: 6.8vw 4.2vw;
	}

	.fourPointsBox__title {
		margin-bottom: 11.7vw;
	}

	.fourPointsCard {
		padding: 8.3vw 4.2vw 5vw 4.2vw;
		margin-bottom: 10.7vw;
	}
	
	.fourPointsCard__num {
		width: 30vw;
		height: auto;
		top: -4.8vw;
		left: 4.2vw;
	}

	.fourPointsCard__title {
		font-size: 6.4vw;
		padding: 0 2.6vw 4.2vw;
		margin-bottom: 2.6vw;
	}

	.fourPointsCard__subTitle {
		font-size: 4.2vw;
		margin-bottom: 4.2vw;
	}

	.fourPointsCard__img {
		margin-bottom: 4.2vw;
	}
	
	.fourPointsCard__detail p {
		font-size: 3.2vw;
	}

	.fourPointsPlus {
		padding: 8vw 4.2vw 4.2vw;
	}

	.fourPointsPlus__title {
		margin-bottom: 4.2vw;
	}

	.fourPointsPlus__detail {
		font-size: 3.2vw;
	}
	
	.fourPointsPlus__detail p {
		padding: 4.2vw 0 1.2vw;
	}
	
	.fourPointsPlus__img.arrow {
		width: 21vw;
		top: -8vw;
    margin-left: -10.5vw;
	}

	.overcome__inner {
		padding: 8vw 5vw 4.2vw;
	}

	.overcome__title {
		font-size: 4.4vw;
		margin-bottom: 8vw;
	}

	.overcome__title--point {
		font-size: 5vw;
	}

	.overcome__title--point2 {
		font-size: 6.8vw;
	}

	.overcome__title--point3 {
		font-size: 6.8vw;
	}

	.card__detail {
		margin: 3.4vw;
	}
	
	.faq {
		padding: 4.2vw;
	}

	.faq__accordion .accordion {
		margin: 5vw 0;
	}

	.faq__accordion .accordion__title {
		padding: 5vw 13vw 5vw 4.2vw;
		font-size: 3.8vw;
		background-size: 18vw;
	}

	.faq__accordion .accordion__title::after {
		content: "";
		right: 3.8vw;
		margin-top: -1vw;
		width: 4.2vw;
		height: 2.5vw;
		background-size: 4.2vw 2.5vw;
			transform: rotate(0deg);

	}

	.faq__accordion .open.accordion__title::after {
		content: "";
		right: 3.8vw;
		margin-top: -1vw;
		width: 4.2vw;
		height: 2.5vw;
		background-size: 4.2vw 2.5vw;
		transform: rotate(180deg);
	}

	.faq__accordion .accordion__detail {
		padding: 5vw 4.2vw;
	}


	.price {
		padding: 8vw 4.2vw;
	}

	.price__title {
		margin-bottom: 4.2vw;
	}

	.price__title span {
		font-size: 6vw;
		padding-left: 9vw;
	}

	.price__title span::before {
		content: "";
		width: 6.8vw;
		height: 6.8vw;
		background-size: 6.8vw 6.8vw;
	}

	.attentionBox {
		padding: 4.2vw;
		margin-bottom: 4.2vw;
	}

	.attentionBox__title {
		font-size: 5.3vw;
	}

	.priceCard {
		padding: 5vw 4.2vw;
		margin-bottom: 4.2vw;
	}

	.priceCard__title {
		font-size: 4.6vw;
		margin-bottom: 2.6vw;
	}

	.priceCard__fee {
		margin-bottom: 6.8vw;
	}

	.priceCard__fee--point {
		font-weight: bold;
		font-size: 6.1vw;
	}

	.priceCard__fee--yen {
		font-size: 4.6vw;
	}

	.priceCard__ast {
		padding: 4.2vw;
		margin-top: 2.6vw;
		font-size: 2.8vw;
	}
	
	.doctor__inner {
		padding: 0 4.2vw;
		margin: 4.2vw 0 8vw;
	}

	.career__inner {
		padding: 50px 4.2vw;
	}

	.career__title {
		font-size: 4.8vw;
		margin-bottom: 5vw;
	}

	.careerCard {
		margin-bottom: 3.4vw;
		padding-bottom: 3.4vw;
	}

	.careerCard__year {
		margin-bottom: 0.9vw;
	}
	
	
	.about__inner {
		margin: 4.2vw 4.2vw 8vw;
	}

	.about__title--h3 {
		font-size: 4.2vw;
		margin: 5vw 0;
	}

	.about__img {
		margin-bottom: 4.2vw;
	}

	.about .block__table table {
		margin-bottom: 4.2vw;
	}

	.about .block__table th,
	.about .block__table td {
		padding: 2.6vw 0;
	}

	.about__map {
		width: 100%;
		height: 60vw;
		margin-bottom: 4.2vw;
	}

	.message .block__inner {
		padding: 0 4.2vw 5vw 4.2vw;
	}

	.message__text p {
		font-size: 3.2vw;
		margin-top: 2.6vw;
	}

	.message__rightText p {
		font-size: 4.2vw;	
	}





}



.small{
		font-size: 24px;
}
.small.fs16{
	font-size: 16px;
}
.fourPointsCard__detail .caution{
    font-size: 16px;
    text-align: right;
    margin-top: 15px;
}

@media screen and (max-width: 660px){
.small{
		font-size: 14px;
}
.fourPointsCard__detail .caution{
    font-size: 10px;;
}
}