@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
	scroll-behavior:　smooth;
}
body{
	margin:0;
	padding:0;
	color: #202020;
	background-color: #ffffff;
	background-image: url("../img/common/bg_stripe.png");
	background-position: center;
	background-repeat: repeat;
	background-size: 50px auto;
	font-size: 1.6rem;/* 14px */
	font-weight: 500;
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.5px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.pt5 {
	margin-bottom: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right{
	text-align: right;
}
.text700 {
	font-weight: 700;
}
.marker {
	background:linear-gradient(transparent 60%, #fff05a 60%);
}


h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 2.2rem;
  }
}


.catch {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 2rem;
	}
}

.catch2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.6rem;
	}
}

.catch3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.5rem;
	}
}

/* fadeUp */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
	opacity: 0;
}



/*---------------フッター*/
.footer {
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 40px 20px 60px;
	margin: 0 auto;
}
.footer .footer_company {
	background-color: #e3eeff;
}
.footer .footer_company .footer_inner .contents {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footer_company .footer_inner .contents .company_logo {
	width: 80px;
}
.footer .footer_company .footer_inner .contents .text {
	color: #202020;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 400;
	padding-left: 20px;
}
.footer .footer_company .footer_inner .contents .text a {
	color: #202020;
}
.footer .footer_company .footer_inner .copyright {
	width: 100%;
	font-size: 1rem;
	color: #202020;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.footer .footer_company .footer_inner .contents {
		flex-direction: column;
	}
	.footer .footer_company .footer_inner .contents .text {
		font-size: 1.2rem;
		margin-top: 20px;
		padding-left: 0;
		text-align: center;
	}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.contact_fixed_btn_wrap .flex_box {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ffffff;
}
.contact_fixed_btn_wrap .flex_box .contact_fixed_btn {
	width: calc(100% / 2);
	text-align: center;
}
.contact_fixed_btn_wrap .flex_box .contact_fixed_btn + .contact_fixed_btn {
	border-left: 1px solid #ffffff;
}
.contact_fixed_btn_wrap .contact_fixed_btn.btn1 {
	background-color: #002dbf;
}
.contact_fixed_btn_wrap .contact_fixed_btn.btn2 {
	background-color: #0072ff;
}
.contact_fixed_btn_wrap .contact_fixed_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	/*color: #ffffff;
	letter-spacing: normal;
	font-size: 1.6rem;
	font-weight: 700;*/
}
.contact_fixed_btn_wrap .contact_fixed_btn a img {
	max-height: 30px;
	margin: auto;
}
.contact_fixed_btn_wrap .contact_fixed_btn a span {
	position: relative;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap .contact_fixed_btn a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.contact_fixed_btn_wrap .contact_fixed_btn a {
		padding: 8px;
		font-size: 1.2rem;
	}
	.contact_fixed_btn_wrap .contact_fixed_btn a img {
		max-height: 20px;
	}
}


/*-----------------------共通*/
.section {
	padding: 60px 0 0;
}
.section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.section-heading {
	margin-bottom: 4em;
}
.section-heading h2 {
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	font-style: oblique;
}
.section-heading .catch {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.section-heading h2 {
		font-size: 2.6rem;
	}
	.section-heading h2::after {
		width: 70px;
	}
}
@media screen and (max-width: 480px) {
	.section-heading h2 {
		font-size: 2.2rem;
	}
	.section-heading h2::after {
		width: 60px;
	}
}

/*----------------------コンテンツ部分*/
.section.intro {
	position: relative;
	padding: 100px 0;
}
.intro .section_inner {
	display: flex;
	justify-content: center;
}
.intro .intro_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}
.intro .intro_box .textbox {
	width: calc(100% - 320px);
	padding-left: 4em;
}
.intro .intro_box .textbox .catch {
	color: #002db4;
	margin-bottom: 1em;
}
.intro .intro_box .textbox ul li {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em;
	padding-left: 1.2em;
	position: relative;
}
.intro .intro_box .textbox ul li::before {
	content: "";
	display: block;
	width: 0.7em;
	height: 0.7em;
	background-color: #002db4;
	position: absolute;
	left: 0;
	top: 0.4em;
}
.intro .intro_box .imagebox {
	width: 320px;
}
@media screen and (max-width: 768px) {
	.section.intro {
		padding: 80px 0 60px;
	}
	.intro .intro_box {
		flex-direction: column;
		align-items: center;
	}
	.intro .intro_box .textbox {
		width: 100%;
		padding-left: 0;
	}
	.intro .intro_box .textbox ul li {
		font-size: 1.6rem;
	}
	.intro .intro_box .imagebox {
		width: 100%;
		max-width: 400px;
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 480px) {
	.section.intro {
		padding: 80px 0 40px;
	}
	.intro .intro_box .textbox ul li {
		font-size: 1.4rem;
	}
}

.disease {
	padding-bottom: 100px;
}
.disease .title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	font-style: oblique;
	padding-left: 70px;
	margin-bottom: 1em;
	position: relative;
}
.disease .title::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #002db4;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.disease .text_scroll {
	display: none;
}
.disease .tbl_disease {
	width: 100%;
	border-collapse: collapse;
}
.disease .tbl_disease tr th {
	text-align: center;
	padding: 0.5em 1em;
	background-color: #002db4;
	color: #ffffff;
	border: 1px solid #cccccc;
}
.disease .tbl_disease tr th:first-child {
	width: 20%;
}
.disease .tbl_disease tr th:last-child {
	width: 26%;
}
.disease .tbl_disease tr td {
	font-size: 1.4rem;
	padding: 0.5em 1em;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.disease .tbl_disease tr td:first-child {
	font-weight: 800;
}
.disease .tbl_disease tr:nth-child(even) td {
	background-color: #f0f4ff;
}
.disease .tbl_disease tr td .list_prescription li {
	line-height: 1.6;
	padding-left: 1em;
	margin-bottom: 0.5em;
	position: relative;
}
.disease .tbl_disease tr td .list_prescription li::before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background-color: #0072ff;
	position: absolute;
	left: 0;
	top: 0.6em;
}
@media screen and (max-width: 768px) {
	.disease {
		padding-bottom: 60px;
	}
	.disease .title {
		font-size: 2.2rem;
		padding-left: 60px;
	}
	.disease .title::before {
		width: 50px;
	}
	.disease .text_scroll {
		display: block;
		margin-bottom: 0.5em;
	}
	.disease .scroll {
		overflow-x: scroll;
	}
	.disease .tbl_disease {
		min-width: 768px;
	}
	.disease .tbl_disease tr td {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.disease .title {
		font-size: 2rem;
		padding-left: 50px;
	}
	.disease .title::before {
		width: 40px;
	}
}

.section.about {
	padding: 100px 0 60px;
	position: relative;
	background-color: #1437c8;
}
.about .section-heading h2 {
	color: #ffffff;
}
.about .about_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 96%;
	margin: 0 auto;
}
.about .about_box_wrap .about_box {
	width: 31.333%;
	margin: 0 1% 3%;
	background-color: #ffffff;
}
.about .about_box_wrap .about_box:nth-child(2).fadeUpTrigger {
	animation-delay: .2s;
}
.about .about_box_wrap .about_box:nth-child(3).fadeUpTrigger {
	animation-delay: .4s;
}
.about .about_box_wrap .about_box:nth-child(4).fadeUpTrigger {
	animation-delay: .2s;
}
.about .about_box_wrap .about_box:nth-child(5).fadeUpTrigger {
	animation-delay: .4s;
}
.about .about_box_wrap .about_box .textbox {
	padding: 1.5em 1em;
}
.about .about_box_wrap .about_box .about_text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	.section.about {
		padding: 90px 0 60px;
	}
	.about .about_box_wrap {
		width: 100%;
		padding: 0 20px;
		flex-direction: column;
	}
	.about .about_box_wrap .about_box {
		width: 100%;
		margin: 0 0 5%;
	}
	.about .about_box_wrap .about_box:nth-child(2).fadeUpTrigger,
	.about .about_box_wrap .about_box:nth-child(3).fadeUpTrigger,
	.about .about_box_wrap .about_box:nth-child(4).fadeUpTrigger,
	.about .about_box_wrap .about_box:nth-child(5).fadeUpTrigger {
		animation-delay: unset;
	}
	.about .about_box_wrap .about_box .about_text {
		font-size: 1.6rem;
	}
}

.essence {
	overflow: hidden;
	position: relative;
	background-color: #1437c8;
	padding: 60px 0 100px;
}
.essence .essence_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.essence .essence_box_wrap .essence_box {
	width: calc((100% - 1px) / 2);
	margin-bottom: 1px;
	padding: 2em;
	background-color: #f0f4ff;
	position: relative;
}
.essence .essence_box_wrap .essence_box:first-child {
	display: flex;
	align-items: center;
}
.essence .essence_box_wrap .essence_box .section-heading {
	margin-bottom: 0;
}
.essence .essence_box_wrap .essence_box .section-heading h2 {
	text-align: left;
	color: #002db4;
}
.essence .essence_box_wrap .essence_box .title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.8em;
	position: relative;
}
.essence .essence_box_wrap .essence_box .text {
	line-height: 1.8;
	color: #002db4;
	position: relative;
}
.essence .essence_box_wrap .essence_box .num {
	width: 260px;
	position: absolute;
	right: 1px;
	bottom: 0;
}
.flow .flow_box_wrap .flow_box .textbox {
	width: 60%;
}
.flow .flow_box_wrap .flow_box .textbox .title {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
	.essence .essence_box_wrap {
		flex-direction: column;
	}
	.essence .essence_box_wrap .essence_box {
		width: 100%;
	}
	.essence .essence_box_wrap .essence_box:first-child {
		min-height: 180px;
		justify-content: center;
	}
	.essence .essence_box_wrap .essence_box .section-heading h2 {
		text-align: center;
	}
	.essence .essence_box_wrap .essence_box .title {
		font-size: 2rem;
	}
	.essence .essence_box_wrap .essence_box .num {
		width: 200px;
	}
}
@media screen and (max-width: 480px) {
	.essence .essence_box_wrap .essence_box .title {
		font-size: 1.8rem;
	}
	.essence .essence_box_wrap .essence_box .num {
		width: 160px;
	}
}

.section.fact {
	padding: 60px 0;
}
.fact {
	position: relative;
	background-color: #1437c8;
}
.fact .section_inner {
	display: flex;
	justify-content: center;
}
.fact .fact_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}
.fact .fact_box .textbox {
	width: calc(100% - 320px);
	padding-left: 4em;
}
.fact .fact_box .textbox .catch {
	color: #ffffff;
	margin-bottom: 1.3em;
}
.fact .fact_box .textbox ul li {
	color: #fffe52;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em;
	padding-left: 1.2em;
	position: relative;
}
.fact .fact_box .textbox ul li::before {
	content: "";
	display: block;
	width: 0.7em;
	height: 0.7em;
	background-color: #46aaff;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.fact .fact_box .imagebox {
	width: 320px;
}
.fact .fact_box .imagebox img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.section.fact {
		padding: 20px 0 60px;
	}
	.fact .fact_box {
		flex-direction: column;
		align-items: center;
	}
	.fact .fact_box .textbox {
		width: 100%;
		padding-left: 0;
	}
	.fact .fact_box .textbox ul li {
		font-size: 2rem;
	}
	.fact .fact_box .imagebox {
		width: 100%;
		max-width: 120px;
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 480px) {
	.fact .fact_box .textbox ul li {
		font-size: 1.8rem;
	}
}

.section.merit {
	padding: 100px 0 0;
	position: relative;
}
.merit .merit_box_wrap .merit_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.merit .merit_box_wrap .merit_box:nth-child(even) {
	flex-direction: row;
}
.merit .merit_box_wrap .merit_box .imagebox {
	width: 48%;
}
.merit .merit_box_wrap .merit_box .textbox {
	width: 47%;
}
.merit .merit_box_wrap .merit_box .textbox .title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.8em;
}
.merit .merit_box_wrap .merit_box .textbox .title span {
	color: #002db4;
}
.merit .merit_box_wrap .merit_box .textbox .title span.small {
	color: #333333;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.section.merit {
		padding: 80px 0 0;
	}
	.section.merit::before {
		width: 80px;
		border-top: 40px solid #1437c8;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
	}
	.merit .merit_box_wrap .merit_box, .merit .merit_box_wrap .merit_box:nth-child(even) {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.merit .merit_box_wrap .merit_box .imagebox {
		width: 100%;
	}
	.merit .merit_box_wrap .merit_box .textbox {
		width: 100%;
		margin-top: 10px;
	}
	.merit .merit_box_wrap .merit_box .textbox .title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.merit .merit_box_wrap .merit_box .textbox .title {
		font-size: 1.7rem;
	}
}

.voice {
	position: relative;
	padding-bottom: 60px;
}
.voice .voice_box {
	width: 100%;
	background-color: #ebf1ff;
	padding: 3em 0;
	border-radius: 40px;
}
.voice .voice_box .section-heading {
	margin-bottom: 2em;
}
.voice .voice_box .voice_box_inner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #ebf1ff;
}
.voice .voice_box .imagebox {
	width: 100%;
	padding-top: 60%;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.voice .voice_box .imagebox img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice .voice_box .textbox .name {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0.8em 0 0.4em;
}
@media screen and (max-width: 768px) {
	.voice {
		padding: 20px 0 60px;
	}
	.voice .voice_box {
		padding: 2em;
	}
	.voice .voice_box .textbox .name {
		font-size: 1.8rem;
	}
}

.price_list {
	position: relative;
	padding-bottom: 60px;
}
.price_list .text_scroll {
	display: none;
}
@media screen and (max-width: 768px) {
	.price_list .text_scroll {
		display: block;
		margin-bottom: 10px;
	}
	.price_list figure {
		overflow-x: scroll;
	}
	.price_list figure img {
		min-width: 768px;
	}
}

.price {
	position: relative;
	padding-bottom: 60px;
	background-image: url("../img/top/bg_price.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.price .section-heading {
	margin-bottom: 2em;
}
.price .img_price {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.price .price_note {
	max-width: 800px;
	margin: 2em auto 3em;
}
.price .price_note li {
	font-size: 1.3rem;
	line-height: 1.6;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	position: relative;
}
.price .price_note li::before {
	content: "※";
	display: block;
	/*width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background-color: #ff576f;*/
	position: absolute;
	left: 0;
	top: 0;
}
/*.price .top_contact {
	padding: 60px 0;
}
.price .top_contact .contact_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.price .top_contact .contact_btn_wrap .contact_btn {
	width: 100%;
	max-width: 300px;
	margin: 0 20px 20px;
}
.price .top_contact .contact_btn_wrap .contact_btn .btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	transition: .4s;
}
.price .top_contact .contact_btn_wrap .contact_btn.material .btn_link {
	background-color: #002db4;
}
.price .top_contact .contact_btn_wrap .contact_btn.material .btn_link:hover {
	cursor: pointer;
	background-color: #1d59ef;
}
.price .top_contact .contact_btn_wrap .contact_btn.inquiry .btn_link {
	background-color: #0072ff;
}
.price .top_contact .contact_btn_wrap .contact_btn.inquiry .btn_link:hover {
	cursor: pointer;
	background-color: #46aaff;
}
.price .top_contact.contact_bottom .kurosaru {
	width: 90%;
	max-width: 520px;
	margin: 40px auto 0;
}*/
@media screen and (max-width: 768px) {
	.price .price_note li {
		font-size: 1.2rem;
	}
	/*.price .top_contact .contact_btn_wrap {
		flex-direction: column;
	}
	.price .top_contact .contact_btn_wrap .contact_btn {
		margin: 0 auto 20px;
	}
	.price .top_contact .contact_btn_wrap .contact_btn .btn_link {
		font-size: 1.5rem;
		height: 70px;
	}*/
}
/*@media screen and (max-width: 480px) {
	.price .top_contact .contact_btn_wrap .contact_btn .btn_link {
		font-size: 1.4rem;
	}
}*/

.teachme {
	position: relative;
	padding-bottom: 30px;
}
.teachme .catch2 {
	text-align: center;
	margin-bottom: 2em;
}
.teachme .box_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}
.teachme .box_container .box {
	width: 48%;
}
.teachme .box_container .box .movie_wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
.teachme .box_container .box .movie_wrap iframe {
	width: 100%;
	height: 100%;
}
.teachme .box_container .box img {
	transition: .3s;
}
.teachme .box_container .box:hover img {
	opacity: .7;
}
.teachme .top_contact {
	padding: 60px 0;
}
.teachme .top_contact .contact_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.teachme .top_contact .contact_btn_wrap .contact_btn {
	width: 100%;
	max-width: 300px;
	margin: 0 20px 20px;
}
.teachme .top_contact .contact_btn_wrap .contact_btn .btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	transition: .4s;
}
.teachme .top_contact .contact_btn_wrap .contact_btn.material .btn_link {
	background-color: #002db4;
}
.teachme .top_contact .contact_btn_wrap .contact_btn.material .btn_link:hover {
	cursor: pointer;
	background-color: #1d59ef;
}
.teachme .top_contact .contact_btn_wrap .contact_btn.inquiry .btn_link {
	background-color: #0072ff;
}
.teachme .top_contact .contact_btn_wrap .contact_btn.inquiry .btn_link:hover {
	cursor: pointer;
	background-color: #46aaff;
}
.teachme .top_contact.contact_bottom .kurosaru {
	width: 90%;
	max-width: 520px;
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.teachme .box_container {
		flex-direction: column;
	}
	.teachme .box_container .box {
		width: 100%;
		margin-bottom: 20px;
	}
	.teachme .top_contact .contact_btn_wrap {
		flex-direction: column;
	}
	.teachme .top_contact .contact_btn_wrap .contact_btn {
		margin: 0 auto 20px;
	}
	.teachme .top_contact .contact_btn_wrap .contact_btn .btn_link {
		font-size: 1.5rem;
		height: 70px;
	}
}
@media screen and (max-width: 480px) {
	.teachme .top_contact .contact_btn_wrap .contact_btn .btn_link {
		font-size: 1.4rem;
	}
}



/*--------------------お問合せ・資料請求*/
.page-title-out {
	clear: both;
	overflow: hidden;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding: 6em 0;
	margin-top: 80px;
	background: linear-gradient(275deg, rgba(175,237,255,0.2) 0%, rgba(0,160,255,0.4) 50%, rgba(0,70,200,0.9) 100%);
	z-index: 1;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
}
#page-title .page-title-text h3 {
	font-size: 3.4rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	font-weight: 700;
	color: #ffffff;
	padding-left: 70px;
	position: relative;
}
#page-title .page-title-text h3::before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0.7em;
}
@media screen and (max-width: 991px) {
	#page-title {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title .page-title-text h3 {
		font-size: 1.8rem;
	}
}

.contact {
	overflow: hidden;
	padding-bottom: 60px;
}
.contact .section_inner {
	max-width: 900px;
}
.contact .form_wrap {
	max-width: 1000px;
	margin: 50px auto 0;
}
.contact .form_wrap .text {
	margin-bottom: 20px;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dddddd;
}
.contact .dl_form:first-child {
	border-top: 1px solid #dddddd;
}
.contact .dl_form dt {
	width: 340px;
	text-align: left;
	line-height: 40px;
}
.contact .dl_form.survey dt {
	padding-right: 40px;
	line-height: 1.8;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #e60000;
	color: #ffffff;
	margin-left: 15px;
}
.contact .dl_form dd {
	width: calc(100% - 340px);
}
.contact .dl_form dd .purpose_item_wrap {
	display: flex;
	flex-direction: column;
}
.contact .dl_form dd .purpose_item_wrap .purpose_item {
	width: 100%;
	margin-bottom: 0.3em;
}
.contact .dl_form dd .purpose_item_wrap .purpose_item label {
	cursor: pointer;
}
.contact .dl_form dd .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 20px;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.middle {
	max-width: 90%;
}
.contact .dl_form dd .form-control.short {
	max-width: 300px;
	margin: 0 10px 10px 0;
}
.contact .dl_form dd textarea.form-control {
	width: 100%;
	height: auto;
}
.contact .dl_form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url("../img/common/select_arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.contact .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: 60px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #002db4;
	border: none;
	transition: .4s;
}
.contact input[type=submit]:hover {
	cursor: pointer;
	opacity: 1;
	background-color: #1d59ef;
}
.contact .btn_download {
	display: block;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #0046ff;
	background: linear-gradient(180deg, #002db4 0%, #0046ff 50%, #46aaff 100%);
	background-position: 50% 0;
	background-size: auto 200%;
	border: none;
	transition: .4s;
	margin: 50px auto 0;
}
.contact .btn_link {
	display: block;
	width: 100%;
	max-width: 200px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	background-color: #002db4;
	border: none;
	transition: .4s;
	margin: 50px auto;
}
.contact .btn_download:hover {
	cursor: pointer;
	background-position: 50% 100%;
}
.contact .btn_link:hover {
	cursor: pointer;
	background-color: #1d59ef;
}
@media screen and (max-width: 768px) {
	.contact .contact_title {
		font-size: 1.6rem;
	}
	.contact .contact_title::after {
		width: 40px;
	}
	.contact .contact_title span {
		font-size: 1.3rem;
	}
	.contact .dl_form {
		flex-direction: column;
	}
	.contact .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact .dl_form dd {
		width: 100%;
	}
}





