@charset "utf-8";
/* CSS Document */
/* 全体
------------------------------------------------------------*/
html {
		font-size: 62.5%; 
}
body {
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		font-size: 1.6rem;
}
h2 {
		font-size: 3.0rem;
		margin-bottom: 0.75em;
}
h3 {
		font-size: 2.2rem;
		margin-bottom: 0.75em;
}
/*.aisatsu .frame {
		border: 3px solid #ccc;
		border-radius: 5px;
}*/
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha {
	font-size: 1.0rem;
	text-align:center;
	margin-top:30px
}
.recaptcha a{
	color: #333;
	text-decoration: none;
}
.aisatsu h2 {
		text-align: center
}
.fs14 { font-size: 1.4rem;}
.fs18 { font-size: 1.8rem;}
.fs20 { font-size: 2.0rem;}
.fs22 { font-size: 2.2rem;}
.fs24 { font-size: 2.4rem;}
.fs28 { font-size: 2.8rem;}
.fs36 { font-size: 3.6rem;}
.fw-b { font-weight: bold;}
.ta-c { text-align: center;}
.ta-c-l {text-align: center;}
.img-c { margin: 0 auto;}
.p15 {padding: 15px;}
.mt50 { margin-top: 50px;}
.mb30 {margin-bottom: 30px;}
.mb50 { margin-bottom: 50px;}
.br10 {border-radius: 10px;}
.box-shadow {box-shadow: 0px 0px 15px -5px #777777;}
.marker-yellow {background: linear-gradient(transparent 50%, #ffff7f 50%);}
.dis-sp {display: none;}
@media (max-width: 768px) {
	h2 {font-size: 2.2rem;}
	.text-box h3 {font-size: 2.0rem;}
	.ta-c-l {text-align: left;}
	.dis-pc {display: none;}
		.dis-sp {display: block;}
	}

p {
		font-size: 1.6rem;
		margin-bottom: 1em;
		line-height: 160%;
}
section {
		margin-bottom: 100px;
}
section.movie {
		background: #eee;
		padding: 100px 0;
}

.heading01 {
		width: min(100%, 960px);
		margin: 0 auto 30px;
		;
		position: relative;
		padding: 1em 2em;
		text-align: center;
}
.heading01:before, .heading01:after {
		position: absolute;
		content: '';
}
.heading01:after {
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		border-top: 2px solid #E56B21;
		border-left: 2px solid #E56B21;
}
.heading01:before {
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		border-right: 2px solid #E56B21;
		border-bottom: 2px solid #E56B21;
}
.heading02 {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
}
.heading02::before, .heading02::after {
		content: '';
		width: 3px;
		height: 40px;
		background-color: #E56B21;
}
.heading02::before {
		margin-right: 30px;
		transform: rotate(-35deg)
}
.heading02::after {
		margin-left: 30px;
		transform: rotate(35deg)
}
.heading03 {
		position: relative;
}
/* BOX
------------------------------------------------------------*/

.box-01 {
		width: min(100%, 960px);
		margin: 0 auto;
		border-radius: 10px;
}
.box-02 {
		width: min(100%, 960px);
		margin: 0 auto;
		position: relative;
		padding: 15px;
		border: 3px solid #E56B21;
		background-color: white;
		color: #333;
		font-weight: bold;
		font-size: 26px;
		text-align: center;
}
.box-02:before {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%) skew(-25deg);
		height: 25px;
		width: 15px;
		border-right: 3px solid #E56B21;
		background-color: white;
		content: "";
}
.box-02 h2 {
		border-bottom: 3px solid #E56B21;
		padding: 0 0 0.5em;
}
.balloon-01 {
		width: min(100%, 960px);
		display: flex;
		justify-content: center;
		align-items: start;
		gap: 0 22px;
		margin: 0 auto 50px;
}
.balloon-01 img {
		width: min(100%, 200px);
		border-radius: 50%;
}
.balloon-01 p {
		width: min(100%, 740px);
		position: relative;
		margin: 3px 0 30px;
		padding: 25px;
		border-radius: 5px;
		background-color: #FFFFEF;
		color: #333333;
}
.balloon-01 p::before {
		position: absolute;
		right: -15px;
		width: 15px;
		height: 30px;
		background-color: #FFFFEF;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		content: '';
}
@media (max-width: 768px) {
		.balloon-01 {
				display: block;
		}
		.balloon-01 img {
				display: block;
				margin: 0 auto;
		}
		.balloon-01 p {
				width: 100%;
				margin-bottom: 50px;
		}
		.balloon-01 p::before {
				background-color: #FFFFEF;
				top: 100%;
				left: 48%;
				clip-path: polygon(0 0, 100% 0, 50% 100%);
				width: 30px;
				height: 15px;
		}
}
/* ヘッダー
------------------------------------------------------------*/
header {
		padding: 15px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 9999;
		border-bottom: 1px solid #ccc;
}
header h1 {
		width: max(10%, 180px);
}
header .btn {
		border: 1px solid #E56B21;
		background: #E56B21;
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 30px;
		color: #fff;
		text-decoration: none;
}
/* フッター
------------------------------------------------------------*/
footer {
		background: #FFFFEF;
		padding: 50px 0 0;
}
.copyright {
		font-size: 1.2rem;
		text-align: center;
		background: #E56B21;
		padding: 10px 5px;
		color: #fff;
}
.oyakudachi {
	width: min(100%, 780px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 auto
}
.oyakudachi li {
	width: min(100%, 380px);
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px 15px 25px;
	background: #fff;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.oyakudachi li h3 {
	border-left: 3px solid #E56B21;
	padding-left: 0.5em;
}
.oyakudachi li img {
	width: 100%;
	margin-bottom: 25px;
}

/*3 column*/
.oyakudachi_3c {
	width: min(100%, 960px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 auto
}
.oyakudachi_3c li {
	width: min(100%, 300px);
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px 15px 25px;
	background: #fff;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.oyakudachi_3c li h3 {
	font-size: 1.8rem;
	border-left: 3px solid #E56B21;
	padding-left: 0.5em;
}

.oyakudachi_3c li img {
	width: 100%;
	margin-bottom: 25px;
}


@media (max-width: 768px) {
		.oyakudachi {
				display: block;
		}
		.oyakudachi li {
				width: 100%;
		}
		/*3 column*/
		.oyakudachi_3c {
			display: block;
		}
		.oyakudachi_3c li {
				width: 100%;
		}
}
/* フォーム
------------------------------------------------------------*/
.form dl {
		width: min(100%, 960px);
		margin: 0 auto 15px;
		display: flex;
		justify-content: space-between;
		align-items: normal;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form dl dt, .form dl dd {
		padding: 20px;
}
.form dl dt {
		text-align: right;
		width: 380px;
		border-right: 2px solid #eee;
		background: #eee;
}
.form dl dd {
		width: calc(100% - 160px);
}
.required {
		margin-left: 0.5em;
		padding: 0.25em 0.5em;
		background-color: #E10C1B;
		color: #fff;
		border-radius: 3px;
}
.error {
		color: #FF0000;
}
input[type="text"], input[type="email"], textarea {
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 0.15em;
}
input[type="checkbox"] {}
.check_btn + span {
		cursor: pointer;
		display: inline-block;
		line-height: 20px;
		padding: 10px 0;
		position: relative;
}
.contact_btn {
		border-radius: 100px;
		border: 1px solid transparent;
		box-sizing: border-box;
		display: block;
		font-weight: bold;
		text-align: center;
		outline: none;
		margin: auto;
		position: relative;
		background-color: #1DB68A;
		color: #fff;
		cursor: pointer;
}
@media screen and (min-width: 896px) {
		.contact_btn {
				font-size: 1.6rem;
				width: 398px;
				height: 60px;
				line-height: 60px;
		}
}
@media screen and (max-width: 895px) {
		.contact_btn {
				font-size: 1.4rem;
				width: 100%;
				min-width: 320px;
				height: 50px;
				line-height: 50px;
		}
}
.contact_btn:before {
		content: '';
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		display: block;
		margin: auto;
		width: 5px;
		height: 5px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
}
.contact_btn:hover {
		border-color: #1DB68A;
		background-color: #fff;
		color: #1DB68A;
}
.accept_box {
		margin: 50px 0 30px;
		text-align: center;
}
@media (max-width: 768px) {
		.form dl {
				display: block;
		}
		.form dl dt, .form dl dd {
				width: 100%;
		}
		.form dl dt {
				text-align: left;
		}
}

.back_btn {
  border-radius: 100px;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  text-align: center;
  outline: none;
  margin: 30px auto 0;
  position: relative;
  background-color: #606060;
  border-color: #606060;
  color: #fff;
}
@media screen and (min-width: 896px) {
  .back_btn {
    font-size: 1.6rem;
    width: 398px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 895px) {
  .back_btn {
    font-size: 1.4rem;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
.back_btn:before {
  content: '';
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: block;
  margin: auto;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  border-color: #fff;
  left: 30px;
  right: auto;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.back_btn:hover {
  background-color: #fff;
  color: #606060;
}
.back_btn:hover:before {
  border-color: #606060;
}
/* 詳細
------------------------------------------------------------*/
.catch{
		background: url("http://narikoma-group.co.jp/lp/assets/images/hospital/promo-catch-bc.png") no-repeat;
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #F7F7F7;
		background-size: cover;
}

/*ページ別MV画像指定
------------------------------------------------------------*/
.catch.entrustment{
	background: url("http://narikoma-group.co.jp/lp/assets/images/hospital/entrustment_catch-bc.png") no-repeat;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F7F7F7;
	background-size: cover;
}

.catch-message {
		font-size: 2.0rem;
		font-weight: bold;
		display: inline-block;
		background: #fff;
		padding: 10px 25px;
		margin: 50px 0 50px;
}
.catch h2 {
		font-size: 3.2rem;
}
.first-box {
		width: min(100%, 960px);
		margin: 0 auto;
		border: 3px solid #CCC;
}
.inner {
		width: min(100%, 1280px);
		margin: 0 auto;
		padding: 0 15px;
}
.btn {
		background: #E56B21;
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 30px;
		color: #fff;
		text-decoration: none;
}
.btn:hover {
		border: 1px solid #E56B21;
		background: #fff;
		color: #E56B21;
}
.teian {
		width: min(100%, 1080px);
		margin: 0 auto;
}
.wrap-box {
		display: flex;
		justify-content: space-between;
		/*align-items: flex-start;*/
		margin-bottom: 50px;
		background: #fff;
}
.wrap-box:last-child {
		margin-bottom: 0;
}
.wrap-box.reverse {
		flex-direction: row-reverse;
}
.text-box {
		width: 50%;
		background: #fff;
		padding: 1.5em 1.5em 1em;
}
.text-box h3 {
		position: relative;
		margin-bottom: 1.5em;
		padding: 0.5em 0;
		border-bottom: 5px solid #E56B21;
		color: black;
		font-size: 2.6rem;
}
.text-box h3:before, .text-box h3:after {
		position: absolute;
		top: 100%;
		left: 50%;
		content: "";
		height: 0;
		width: 0;
}
.text-box h3:before {
		border: 16px solid;
		border-color: transparent;
		border-top-color: #E56B21;
		margin-left: -16px;
}
.text-box h3:after {
		border: 10px solid;
		border-color: transparent;
		border-top-color: white;
		margin-left: -10px;
}
.text-box h3 span {
		font-size: 1.8rem;
}
.img-box {
		width: 50%;
		box-sizing: border-box;
}
.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
}
.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
}
.movie-box {
		width: 50%;
		box-sizing: border-box;
		padding: 1.5em 1.5em 1em;
		;
}

@media (max-width: 768px) {
		.wrap-box {
				display: block;
		}
		.text-box {
				width: 100%;
		}
		.img-box {
				width: 100%;
				margin-bottom: 30px;
		}
		.movie-box {
				width: 100%;
				padding: 0;
			margin-top: 30px;
		}
		.movie-box:first-child {margin-top: 0;}
}
.seminar dl {
		width: min(100%, 960px);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: normal;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
}
.seminar dl:first-of-type {
		border-top: 1px solid #ccc;
}
.seminar dl dt, .seminar dl dd {
		padding: 20px;
}
.seminar dl dt {
		width: 250px;
		background: #FFFFEF;
}
.seminar dl dd {
		width: calc(100% - 160px);
}

/* (試食付)4カ月セミナー
------------------------------------------------------------*/
.seminar_detail{
	width: min(100%, 960px);
	display: flex;
	justify-content: space-between;
	margin: 0 auto 80px auto;
	padding: 24px 16px;
	background: #FFFFEF;
	border-radius: 8px;
}
.seminar_detail img{
	width: 40%;
}
.seminar_detail p{
	width: 55%;
	margin: auto 0;
}
@media (max-width: 768px) {
	.seminar_detail{
		margin: 0 auto 100px auto;
		padding: 0 15px;
		flex-direction: column;
	}
	.seminar_detail img{
		width: 100%;
		max-height: 380px;
	}
	.seminar_detail p{
		width: 100%;
		margin-top: 32px;
	}
}


@media (max-width: 768px) {
		.seminar_detail{
			padding: 24px 16px;
			background: #FFFFEF;
			border-radius: 8px;
		}
		.seminar dl {
				display: block;
		}
		.seminar dl dt, .seminar dl dd {
				width: 100%;
		}
		.seminar dl dt {
				text-align: left;
		}
}
/*送信ボタンを押した時のみバリデーションメッセージ表示*/
.wpcf7-form-control-wrap {
	> .wpcf7-not-valid-tip {
			display: none;
			margin-top: 10px;
	}
	&.is-show {
			> .wpcf7-not-valid-tip {
					display: block;
			}
	}
}
/*必須項目未入力の時に項目下に表示されるメッセージ*/
.wpcf7-form.invalid .wpcf7-response-output {
display: none;
}
/*送信後に表示されるメッセージ */
.wpcf7 form.sent .wpcf7-response-output {
border-width: 1px;
border-color:#ccc !important;
padding:30px !important;
}
