body, html {
	margin: 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #333333;
}

p.center {
	text-align: center;
}

p.strong {
	font-weight: bold;
}

.red {
	color: #f20000;
}
.hidden {
	display: none;
}
.wf-mplus1p {
	font-family: "Mplus 1p";
}

.wf-notosansjapanese {
	font-family: "Noto Sans Japanese";
}

.wf-mplustype1 {
	font-family: 'M+ Type-1 (general-j) Bold';
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

.hidden-pc {
	display: none;
}

.inner {
	max-width: 1040px;
	margin: 0 auto;
}

.kv {
	width: 100%;
	background: url(../img/kv.png) no-repeat center top;
	padding-bottom: 762px;
}

body#common .kv {
	background: transparent;
	padding-bottom: 60px;
}

.kv .header {
	overflow: hidden;
	padding-top: 10px;
/*	border-top: 5px solid #6FAA2C; */
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
}

.kv .header div.container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.kv .header .logo-area {
/*	float: left; */
/*	margin-left: 1%; */
/*	width: 33.46%; */
	width: 28%;
	text-align: left;
}

.kv .header .tel-area {
/*	float: right; */
/*	margin-right: 1%; */
/*	width: 56.57%; */
/*	width: 50.92%; */
	width: 47.68%;
/*	text-align: right; */
}

@media (min-width: 769px) {
	.kv .header .tel-area  {
		display: flex;
		justify-content: space-between;
	}
	.kv .header .tel-area p.tel {
		width: 58.18%;
		text-align: center;
	}
	.kv .header .tel-area img {
		width: 41.82%;
	}
	.kv .header .tel-area p.tel {
		margin: 0;
		line-height: 1;
	}
	.kv .header .tel-area p.tel span.subhead {
		font-size: 12px;
	}
	.kv .header .tel-area p.tel span.num {
		font-weight: bold;
	}
	.kv .header .tel-area p.tel span.num:before {
		font-family: "Font Awesome 5 Free";
		content: "\f095";
		margin: 0 0.2em 0 0;
	}
	.kv .header .tel-area p.tel span.note {
		font-size: 12px;
		font-weight: bold;
		background: #fff64d;
		padding: 0 1em 0 1em;
	}
}
@media (min-width: 1081px) {
	.kv .header .tel-area p.tel span.num {
		font-size: 36px;
	}
	.kv .header .tel-area p.tel span.num:before {
		font-size: 32px;
	}
}

@media (max-width: 1080px) {
	.kv .header .tel-area p.tel span.num,
	.kv .header .tel-area p.tel span.num:before {
		font-size: 2.666vw;
	}
}

.kv .header .mail-area {
	width: 8.33%;
	text-align: right;
	padding: 0;
	box-sizing: border-box;
}

.kv .header .web-monshin-area {
	width: 8.33%;
	text-align: right;
	padding: 0;
	box-sizing: border-box;
}

.kv .header img {
	width: 100%important;
}

.kv .kv-main {
/*	visibility: hidden; */
/*	width: 80%; */
/*	min-width: 1340px; */
/*	margin: 0 auto; */
/*	margin-top: 20px; */
}

.kv .kv-main .catch {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 60%;
/*	border-top: 1px solid #000; */
/*	border-bottom: 1px solid #000; */
}

.kv .kv-main .catch .img-box {
	float: left;
	width: 25%;
}

.kv .kv-main .catch .text-box {
	float: right;
	width: 75%;
}

.kv .kv-main .catch .text-box h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 50px;
}

.kv .kv-main .catch .text-box h2 {
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
	color: #5B5B5B;
}

.kv .kv-main .catch .text-box span {
	display: inline-block;
	padding: 0 10px;
	margin-left: 10px;
	background-color: #00804B;
	line-height: 40px;
	color: #fff;
	border-radius: 15px;
}

.kv .kv-main .message {
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-left: 30%;
	padding: 10px;
	width: 30%;
	background: #fff;
	border-radius: 15px;
}

.kv .kv-main .message h3 {
	font-size: 25px;
	color: #333333;
}

.kv .kv-main .message p {
	font-size: 15px;
	font-weight: bold;
	color: #6FAA2C;
}

.top-margin {
/*	margin-top: -220px; */
	margin-top: -120px;
}

.carrer-green {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: #00804B;
}

.carrer-green .icon {
	position: absolute;
	right: -30px;
	top: -80px;
}

.carrer-green h4 {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.carrer-green .white-box {
	overflow: hidden;
	margin-top: 10px;
	padding: 20px 30px;
	background: #fff;
}

.carrer-green .white-box .list {
	float: left;
	width: 33%;
	font-size: 13px;
	color: #000;
}

.carrer-green .white-box .list .list-box {
	overflow: hidden;
}

.carrer-green .white-box .list .list-year {
	float: left;
	width: 20%;
}

.carrer-green .white-box .list .list-text {
	float: right;
	width: 75%;
}

.carrer-green .white-box .list .list-text p {
	margin: 0;
}

.guideline {
	width: 100%;
	margin-top: 40px;
	background: #EAEAEA;
}

.guideline .guideline-box {
	overflow: hidden;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 30px;
}

.guideline .guideline-box .img-box {
	float: left;
	width: 12.5%;
}

.guideline .guideline-box .text-box {
	float: right;
	width: 87.5%;
}

.guideline .guideline-box .text-box h4 {
	margin: 0;
	font-size: 18px;
}

.guideline .guideline-box .text-box p {
	margin: 0;
	font-size: 14px;
}

.guideline .slide-box {
	overflow: hidden;
	padding-bottom: 20px;
}

.guideline .slide-box .slide {
	float: left;
	width: 25%;
}

.content-title {
	width: 380px;
	box-sizing: border-box;
	margin: 40px auto;
	padding: 5px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.content-title .content-border {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	border: 3px dashed #CFCFCF;
	background: #ffffff;
}

.content-title .content-border span {
	padding: 5px;
	font-size: 26px;
	font-family: "M PLUS 1p";
/*	font-family: 'M+ Type-1 (general-j) Bold'; */
	font-weight: bold;
}

.problem:after {
	content: " ";
    display: table;
	clear: both;
}

.problem .problem-box {
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 32%;
	padding: 40px 0px;
	border: 3px dashed #CFCFCF;
}

.problem .problem-box.center {
	margin: auto 2%;
}

.problem .problem-box:before {
	display: inline-block;
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 46px;
	height: 58px;
	background: url(../img/problem.png) no-repeat;
}

.problem .problem-box p {
	margin: 0;
	font-size: 21px;
	text-align: center;
	font-family: "M PLUS 1p";
/*	font-family: 'M+ Type-1 (general-j) Bold'; */
	font-weight: bold;
}

.problem .problem-box p.green {
	margin: 10px auto;
	line-height: 1.2;
	font-size: 26px;
	color: #00804B;
}

.problem .problem-box p.lightgreen {
	margin: 10px auto;
	line-height: 1.2;
	font-size: 26px;
	color: #6FAA2C;
}

.problem .problem-box .img-box {
	position: absolute;
	bottom: -50px;
	right: 0;
}

.solution {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	margin-top: 80px;
	border: 1px solid #AAAAAA;
	border-top: 5px solid #6FAA2C;
	border-bottom: 5px solid #AAAAAA;
}

.solution:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
 	margin-left: -40px;
	border: 40px solid transparent;
	border-top: 40px solid #6FAA2C;
}

.solution .text-box {
	display: inline-block;
	width: 65%;
	margin: 60px 0 0 2.5%;
}

.solution .text-box h4 {
	font-size: 24px;
	margin: 0 auto;
	line-height: 1.7;
}

.solution .text-box h4 [data-ruby] {
	position: relative;
}
.solution .text-box h4 [data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.5em;
}

.solution .text-box .content-box {
	margin: 30px auto;
	font-size: 16px;
}

.solution .text-box .content-box p {
	margin: 0;
}

.solution .text-box .content-box p span {
	background: linear-gradient(transparent 60%, #FFF64D 0%);
}

.solution .bg {
	position: relative;
	z-index: -1;
	float: right;
	width: 30%;
	height: auto;
	text-align: right;
}

.solution .content-box p img.floatRight {
	float: right;
	width: auto!important;
	margin: 0 0 1em 1em;
}
.solution .content-box div.wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1em 0;
}
.solution .content-box div.wrap div.box {
	width: 21.21%;
}
.solution .content-box div.wrap div.box p.ceap {
	font-size: 14px;
	text-align: center;
}
.solution .content-box div.wrap div.box p {
	font-size: 12px;
}
.solution .content-box p.btn {
	margin: 1em auto 0 auto;
	text-align: center;
}
.point {
/*	overflow: hidden; */
	position: relative;
	z-index: 0;
/*	z-index: -1; */
	box-sizing: border-box;
	margin-top: -90px;
	padding: 40px;
	padding-top: 60px;
	background: #EDEDED;
}

.point .point-box {
/*	overflow: hidden; */
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.point .point-box .left {
	order: 1;
}

.point .point-box .right {
	order: 2;
	margin-left: 2.5%;
}

.point .point-box .text-box {
	width: 62.5%;
	box-sizing: border-box;
	border-bottom: 4px solid #6FAA2C;
}

.point .point-box .text-box .point-title {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 26px;
}

.point .point-box .text-box .point-title h4 {
	margin: 0;
	margin-left: 30px;
}

.point .point-box .text-box p {
	margin: 15px 0 15px 0;
}
.point .point-box .text-box p span {
	font-size: 12px;
}
.point .point-box .img-box p.note {
	font-size: 12px;
	margin: 0;
	text-align: right;
}
.point .point-box .img-box {
	width: 35%;
}
.point .point-box p.btn {
	text-align: right;
}
.point .point-box p.btn a {
	background: #6faa2c;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
	border-radius: 5px;
	font-size: 13px;
	text-decoration: none;
}

/* ムービーなしの場合 */
.thought {
	
}
.thought .thought-content {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.thought .thought-content:after {
	content: " ";
    display: table;
	clear: both;
}

.thought .thought-content .text-box {
	padding: 130px 0 30px 0;
	margin-left: 30%;
}

.thought .thought-content .text-box p {
	line-height: 1.8;
}

/* ムービーありの場合 */
/*
.thought .thought-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: 30%;
}

.thought .thought-content:after {
	content: " ";
    display: table;
	clear: both;
}

.thought .thought-content .text-box {
	float: left;
	width: 40%;
	margin-top: 130px;
}

.thought .thought-content .text-box h3 {
	position: relative;
	font-size: 30px;
}

.thought .thought-content .text-box h3:before {
	content: '"';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -20px;
}

.thought .thought-content .text-box h3:after {
	content: '"';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -20px;
}

.thought .thought-content .text-box p {
	line-height: 1.8;
}

.thought .thought-content .movie-box {
	float: left;
	position: relative;
	width: 50%;
	max-width: 368px;
	margin-left: 5%;
}

.thought .thought-content .movie-box .movie-bg {
	position: relative;
	height: 100%;
	bottom: 0;
}

.thought .thought-content .movie-box .movie-bg img {
	position: absolute;
	bottom: 0;
}

.thought .thought-content .movie-box .video {
	position: absolute;
	width: 100%;
	bottom: 10px;
}

.thought .thought-content .movie-box .video iframe {
	width:100%;
	height:260px;
}
*/

#thought-01 {
	background: url(../img/human_01.png) no-repeat left bottom;
}

#thought-02 {
	background: #EDEDED url(../img/human_02.png) no-repeat left bottom;
}

#thought-03 {
	background: url(../img/human_03.png) no-repeat left bottom;
}

.about {
	padding: 40px 0;
	background: #EDEDED;
}

.about .about-content {
	position: relative;
/*	width: 1120px; */
	width: 1040px;
	margin: 0 auto;
	padding: 20px 0 0 0;
/*	background: #fff; */
}

.about .about-content .white-wrap {
	background: #ffffff;
	width: 84.21%;
	padding: 1.5em 0 1em 0;
	margin: 0;
}

.about .about-content:after,
.about .about-content .white-wrap:after {
	content: " ";
    display: table;
	clear: both;
}

.about .about-content .text-box {
	float: left;
/*	width: 60%; */
	margin-left: 5%;
	position: relative;
	z-index: 2;
}

.about .about-content .text-box h3 {
	position: relative;
	font-size: 30px;
}

.about .about-content .text-box h3:before {
	content: '"';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -20px;
}

.about .about-content .text-box h3:after {
	content: '"';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -20px;
}

.about .about-content .text-box p {
	line-height: 1.8;
	width: 74.87%;
}
.about .about-content .img-box {
	position: absolute;
	bottom: 0;
	right: -80px; */
/*	right: -200px; */
	z-index: 1;
}

.about .movie-area {
	position: relative;
	width: 50%;
	margin: 50px auto;
	text-align: center;
}

.about .movie-area:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -160px;
	width: 163px;
	height: 152px;
	background: url(../img/movie_area_icon_01.png) no-repeat;
}

.about .movie-area:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 192px;
	height: 164px;
	background: url(../img/movie_area_icon_02.png) no-repeat;
}

.about .movie-area iframe {
	width: 100%;
	height: 428px;
}

.flow-content {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 60px;
	background: #EAEAEA;
}

.flow-content:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -40px;
	border: 40px solid transparent;
	border-top: 40px solid #B7B7B7;
}

.flow-content.last:before {
	display: none;
}

.flow-content:after {
	content: " ";
    display: table;
	clear: both;
}

.flow-content .text-box {
	float: left;
	width: 60%;
}

.flow-content .text-box .title {
	position: relative;
}

.flow-content .text-box .title img {
	position: absolute;
	bottom: 0;
	left: -20px;
}

.flow-content .text-box .title h3 {
	font-size: 38px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 90px;
	font-family: "M PLUS 1p"; 
}

.flow-content .text-box .title .green {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	background: #6FAA2C;
	border-radius: 15px;
}

.flow-content .text-box .title .green .big {
	font-size: 20px;
}

.flow-content .text-box p {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}

.flow-content .text-box p span {
	font-weight: bold;
}

.flow-content .text-box p span.under {
	text-decoration: underline;
}

.flow-content .text-box p span.orange {
	color: #FF6839;
}
/*
.flow-content .text-box .tel {
	margin-top: 20px;
	margin-left: 60px;
}
*/

.flow-content .img-box {
	float: right;
	width: 40%;
}

.flow-content p.tel {
	font-size: 50px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 0 0 0 1em;
}
.flow-content p.tel:before {
	font-size: 40px;
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin: 0 0.2em 0 0;
	color: #6f9e2c;
}

.table {
	max-width: 1040px;
	margin: 0 auto 1em auto;
	box-sizing: border-box;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
}

.table .title-column {
	display: flex;
	box-sizing: border-box;
	background: #6FAA2C;
	border-bottom: 1px solid #000;
}

.table .title-column .cell {
	width: 25%;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #000;
	color: #fff;
}

.table .title-column .cell:last-child {
	border-right: none;
}

.table .column {
	display: flex;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}

.table .column:last-child {
	border-bottom: none;
}

.table .column .cell {
	width: 25%;
	padding: 30px 0;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #000;
}

.table .column .cell:first-child {
	background: #EFEFEF;
}

.table .column .cell:last-child {
	border-right: none;
}

.table .column .cell2 {
	width: 50%;
	padding: 30px 0;
	text-align: center;
	box-sizing: border-box;
}
.table .column .cell3 {
	width: 75%;
	padding: 30px 0;
	text-align: center;
	box-sizing: border-box;
}
.table .column .cell span,
.table .column .cell2 span,
.table .column .cell3 span {
	font-size: 26px;
/*	color: #FF6839; */
}

.table .column .cell span.note,
.table .column .cell3 span.note {
	font-size: 16px!important;
	color: #333333;
	font-weight: normal;
}
.table .column .cell span.red {
	color: #FF6839;
}

.caution {
	font-size: 18px;
	font-weight: bold;
}


.payment-method {
	max-width: 1040px;
	margin: 0 auto 2em auto;
}
.payment-method p.ttl {
	font-weight: bold;
}
.payment-method dl,
.payment-method dl dd,
.payment-method ul {
	margin: 0;
	padding: 0;
}
.payment-method dl dt {
	margin: 0.8em 0 0 0;
	padding: 0;
	font-weight: bold;
}
.payment-method dl dd.icon {
	margin: 0.5em 0 0 0;
}
.payment-method ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.payment-method ul li {
	max-width: 70px;
	margin: 0;
	padding: 0 0.5em 0 0;
	list-style-type: none;
}

.question {
	overflow: hidden;
/*	display: flex; */
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 0 auto;
}

.question .question-box {
	float:left;
/*	width: 45%; */
	margin-bottom: 40px;
	padding: 20px 0;
	box-sizing: border-box;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

/*
.question .question-box:nth-child(2n) {
	margin-left: 10%;
}
*/

.question .question-box .q {
	position: relative;
	margin: 0 auto;
	margin-left: 80px;
	font-size: 18px;
	font-weight: bold;
}

.question .question-box .q:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	margin: auto;
	width: 31px;
	height: 28px;
	background: url(../img/question.png) no-repeat;
}

.question .question-box .a {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-left: 80px;
	font-size: 18px;
}

.question .question-box .a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 29px;
	height: 23px;
	background: url(../img/answer.png) no-repeat;
}


/* アコーディオン */
/*ボタン装飾*/
.hidden_box label {
	display: block;
	cursor :pointer;
	transition: .5s;
}
/*アイコンを表示*/
.hidden_box label:after {
	float: right;
	margin: 0 0 0 1em;
	display: inline-block;
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	padding-right: 5px;
	transition: 0.2s;
}
/*ボタンホバー時*/
.hidden_box label:hover {
 }
/*アイコンを切り替え*/
.hidden_box input:checked ~ label:after {
	content: '\f106';
}
/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	display: block;
	width: 100%;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}



.form-area {
	padding: 40px 0;
	background: #6FAA2C;
}

.form-area .white-box {
	position: relative;
	z-index: 0;
	padding: 5px 0 30px;
	background: #fff;
}

.form-area .white-box .form {
	position: relative;
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #000;
}

.form-area .white-box .form:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: -100px;
	right: 0;
	width: 196px;
	height: 225px;
	background: url(../img/form_icon.png) no-repeat;
}

.form-area .white-box .form .guideline-box {
	overflow: hidden;
/*	display: flex; */
	align-items: center;
	box-sizing: border-box;
	padding: 20px 1em 0 1em;
	box-sizing: border-box;
/*	background: #EAEAEA; */
	background: #ffffff;
	border-bottom: 1px dotted #333333;
	text-align: center;
}

/*
.form-area .white-box .form .guideline-box .img-box {
	float: left;
	width: 15%;
}
*/
.form-area .white-box .form .guideline-box .text-box {
/*	float: right; */
/*	width: 85%; */
}

.form-area .white-box .form .guideline-box .text-box p {
	margin: 0 0 1em 0;
/*	font-size: 14px; */
	font-size: 16px;
}
.form-area .white-box .form .guideline-box .text-box p span.strong {
	background: linear-gradient(transparent 60%, #FFEF24 60%);
	font-weight: bold;
}

.form-area .white-box .form .form-box {
	width: 90%;
	margin: 0 auto;
}

.form-area .white-box .form .form-box .red {
	color: #FF6839;
}

.form-area .white-box .form .form-box p span.small {
	font-size: 14px;
}

.form-area .white-box .form .form-box input[type=radio] {
	display: none;
}

.form-area .white-box .form .form-box input[type=radio] + label {
	position: relative;
	padding: 0 30px;
}

.form-area .white-box .form .form-box input[type=radio] + label:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0px;
	margin: auto;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 100%;
}

.form-area .white-box .form .form-box input[type=radio]:checked + label:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	background: #000;
	border-radius: 100%;
}

.form-area .white-box .form .form-box input[type=text],
.form-area .white-box .form .form-box input[type=mail],
.form-area .white-box .form .form-box input[type=tel] {
	width: 100%;
	height: 30px;
}

.form-area .white-box form input[type=date] {
	height: 30px;
	margin: 0 1em 0 0;
}
.form-area .white-box form select.hour,
.form-area .white-box form select.birth-year,
.form-area .white-box form select.birth-month,
.form-area .white-box form select.birth-day {
	height: 30px;
	margin: 0 0 0.5em 0;
}
.form-area .white-box form div.desire {
	margin: 0 0 1em 0;
}
.form-area .white-box form div.desire span {
	margin: 0 1em 0 0;
}
.form-area .white-box .form .form-box textarea {
	width: 100%;
}

.form-area .white-box .form .form-box button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 100%;
	text-align: center;
}
.form-area .white-box .form .form-box p.privacy-plicy {
	margin: 50px 0 1.5em 0;
	text-align: center;
}
.form-area .white-box .form .form-box p.privacy-plicy label {
	color: #6FAA2C;
}

.form-area .white-box .form .form-box p.btn_submit {
	padding: 0 0 50px 0;
}
.form-area .white-box .tel-box {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	box-sizing: border-box;
	border: 1px solid #000;
}

.form-area .white-box .tel-box .title {
	padding: 10px 0;
	background: #FFEF24;
	text-align: center;
	font-size: 26px;
}

.form-area .white-box .tel-box .title h3 {
	margin: 0;
}

.form-area .white-box .tel-box .tel,
.form-area .white-box .tel-box .tel-table {
	margin: 40px auto;
	text-align: center;
}
.form-area .white-box .tel-box .tel-table img {
	width: 60%;
	margin: 0 auto;
}
.form-area .white-box .tel-box div.tel p {
	font-size: 70px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 0;
}
.form-area .white-box .tel-box div.tel p:before {
	font-size: 60px;
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin: 0 0.2em 0 0;
	color: #6f9e2c;
}

.form-area .white-box .img-box {
	margin: 0 auto;
/*	margin-top: 40px; */
	text-align: center;
	font-size: 26px;
}
.form-area .white-box .message-box {
	margin-top: 40px;
}
.form-area .white-box .img-box h3 {
	position: relative;
}

.form-area .white-box .img-box h3:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 90px;
	margin: auto;
	width: 3px;
	height: 150px;
	background: #000;
	transform: rotate(-30deg);
}

.form-area .white-box .img-box h3:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	right: 90px;
	margin: auto;
	width: 3px;
	height: 150px;
	background: #000;
	transform: rotate(30deg);
}

.form-area #res_date strong {
	color: #FF6839;
}

form table tr[data-str="utm_source"],
form table tr[data-str="utm_medium"],
form table tr[data-str="utm_campaign"],
form table tr[data-str="id"],
form table tr[data-str="param_id"] {
	display: none;
}



.footer {
	max-width: 1040px;
	margin: 50px auto;
}

.footer .info-box {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.footer .info-box .location {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #6FAA2C;
}

.footer .info-box .location .text-box {
	margin: 20px auto;
}
.footer .info-box .location img {
	width: 89.33%!important;
	margin: 0 auto;
}
.footer .info-box .location .text-box p {
	margin: 0;
}

.footer .info-box .map {
	float: right;
	width: 50%;
}

.footer .info-box .map .frame {
	width: 70%;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	border: 1px solid #000;
}

.footer .info-box .map .frame .head {
	background: #6FAA2C;
}

.footer .info-box .map .frame .head p {
	width: 95%;
	margin: 0 auto;
	color: #fff;
}

.footer div.access {
	margin: 50px 0 0 0;
}
.footer div.access p.ttl {
	background: #6faa2c;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
}
.footer div.access div.wrap {
	display: flex;
	justify-content: space-between;
}
.footer div.access div.wrap div.box {
	width: 50%;
}
.footer div.access div.wrap div.box img {
	border: 1px solid #cccccc;
}
.footer div.access div.wrap div.box ul {
	margin: 1em 0;
	padding: 0;
}
.footer div.access div.wrap div.box ul li {
	list-style-type: none;
	margin: 0 0 0.5em 0;
	text-indent: -1em;
	padding-left: 1em;
}
.footer div.access div.wrap div.box ul li:before {
	content: "・";
}
.footer div.access div.wrap div.box div#slick {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.footer div.access div.wrap div.box div#slick p {
	text-align: center;
	margin: 0.5em 0 0 0;
}
.footer div.access div.wrap div.box div#slick div.slick-counter {
	margin: 0 auto;
	text-align: center;
}
.footer div.access div.wrap div.box div#slick a.slick-arrow {
	color: #fff;
	background-color: #333333;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	text-decoration: none;
}
.footer div.access div.wrap div.box div#slick a.slick-prev {
	position: absolute;
	z-index: 2;
	left: -20px;
	top: 35%;
}
.footer div.access div.wrap div.box div#slick a.slick-next {
	position: absolute;
	z-index: 2;
	right: -20px;
	top: 35%;
}
.footer div.tel-info {
	text-align: center;
}
.footer div.tel-info p {
	font-size: 22px;
	margin: 1em 0 0 0;
}
.footer div.tel-info p.tel {
	font-size: 80px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 0;
}
.footer div.tel-info p.tel:before {
	font-size: 70px;
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin: 0 0.2em 0 0;
	color: #6f9e2c;
}

.copyright {
	padding: 5px 0;
	text-align: center;
	background: #6FAA2C;
	color: #fff;
}

.green-box {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 60px;
	border: 2px solid #6FAA2C;
}

.green-box .content-title {
	width: 100%;
	margin: 0 auto;
	background: #6FAA2C;
	color: #fff;
	text-align: center;
}

.green-box .content-title .content-border {
	height: auto;
	border: none;
}

.green-box .thanks-box {
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
	margin-top: 60px;
}

.green-box .thanks-box .text-box {
	float: left;
	width: 65%;
}

.green-box .thanks-box .img-box {
	text-align: right;
}

.green-box .button {
	text-align: center;
	margin-bottom: 60px;
}

.testi {
	height: 149px;
	background: url(../img/slide_bg.png) repeat-x center top;
/*
	overflow: hidden;
	width: 1920px;
	margin: 0 auto;
*/
}

.testi div {
	float: left;
	width: calc(100% / 9);
}

body#common div.thanks-area {
	margin: 80px 0 0 0;
}
body#common .content-title .content-border {
	background: #6FAA2C;
}
body#common button {
	background: none;
	border: none;
	margin: 0 0 1em 0;
}
body#common form {
	margin: 0 auto;
}
body#common form p {
	text-align: center;
}
body#common form table {
	margin: 0 auto 3em auto;
}
body#common form table tr th {
	text-align: left;
	padding: 0 2em 0 0;
	white-space:nowrap;
}
.green-box .content-box {
	margin: 60px 60px 60px 60px;
}

div.doctor {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
div.doctor div.wrap {
	width: 100%;
	border-bottom: 6px dotted #6fa62c;
	padding: 50px 0 50px 0;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
div.doctor div.wrap div.img {
	width: 310px;
	text-align: center;
}
div.doctor div.wrap div.tex {
	flex: 1;
}
div.doctor div.wrap div.tex p.ttl {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
div.doctor div.wrap div.tex p.ttl span {
	font-size: 16px;
}
div.doctor div.wrap div.tex p.outline {
	font-size: 24px;
	font-weight: bold;
	color: #00804b;
	border-bottom: 2px solid #00804b;
	padding: 0 0.3em 0.5em 0.3em;
	margin: 0 0 1em 0;
}
div.doctor div.wrap div.tex div.outline {
	width: 100%;
	display: flex;
}
div.doctor div.wrap div.tex div.outline div.box {
	width: 50%;
}
div.doctor div.wrap div.tex div.outline div.box dl {
	font-size: 12px;
	margin: 0 0 0 1em;
	display: block;
}
div.doctor div.wrap div.tex div.outline div.box dl dt {
	clear: left;
	float: left;
	text-indent: -1em;
	padding-right: 1em;
}
div.doctor div.wrap div.tex ul {
	margin: 0 1em 0 1em;
	padding: 0;
}
div.doctor div.wrap div.tex ul li {
	font-size: 12px;
	list-style-type: none;
}
div.doctor div.wrap div.tex ul li:before {
	content: "・";
}
div.flow-movie {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
div.flow-movie div.wrap {
	width: 100%;
	background: #6fa62c;
	display: table;
}
div.flow-movie div.wrap div.tex {
	width: 42.08%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 3% 0 3%;
}
div.flow-movie div.wrap div.tex p {
	font-family: "Mplus 1p";
}
div.flow-movie div.wrap div.tex p.reed {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #333333;
	margin: 0 0 1em 0;
}
div.flow-movie div.wrap div.tex p.reed span {
	font-size: 22px;
}
div.flow-movie div.wrap div.tex p.ttl {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}
div.flow-movie div.wrap div.movie {
	display: table-cell;
	width: 51.92%;
}
div.flow-movie div.wrap div.movie div.box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 56.25% 0 0 0;
}
div.flow-movie div.wrap div.movie div.box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.message-box_02 {
	width: 80%;
	margin: 50px auto 50px auto;
	padding: 30px 0 30px 0;
	background: #ffffff url(../img/contact_message_img_pc.png) no-repeat right;
	border: 5px solid #6fa62c;
}
div.message-box_02 div.tex {
	width: 480px;
	margin: 0 0 0 30px;
}
div.message-box_02 div.tex p.emp {
	font-family: "Mplus 1p";
	font-size: 22px;
	font-weight: bold;
	color: #6fa62c;
}
div.message-box_02 div.tex p span {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fff24d 60%);
}
div.manga {
	margin: 0 auto;
	padding: 0 0 50px 0;
}
div.manga ul {
	width: 61.93%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}
div.manga ul li {
	padding: 0;
	list-style-type: none;
}
div.manga ul li img {
	width: 62%!important;
	margin: 0 auto;
}
div.manga div.container {
	width: 62%;
	margin: 0 auto;
}
div.manga p {
	font-size: 12px;
	text-align: center;
}
div.manga .page .slick-initialized {
	display: block;
}
div.manga .slider-arrow {
	position: absolute;
	top: 40%;
	height: 36px;
	margin-top: -18px;  /* 高さの半分だけネガティブマージン */
	color: #197c19;
	line-height: 36px;
	font-size: 50px;
	cursor: pointer;
	z-index: 10;  /* 重要 */
}
div.manga .slider-prev {
	left: 0;
}
div.manga .slider-next {
	right: 0;
}
div.manga .slick-slide {
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	outline: 0;
}
div.manga ul.slick-dots {
	text-align: center;
	width: 100%;
}
div.manga ul.slick-dots li {
	margin: 0 0.5em 1em 0.5em;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
div.manga ul.slick-dots li button {
	padding: 0.5em 1em 0.5em 1em;
}
div.seminar-bnr {
	padding: 2em 0 0 0;
	text-align: center;
}

div.news {
	border: 6px solid #cccccc;
	margin: 2em 0 0 0;
	padding: 2em 2em 2em 2em;
	box-sizing: border-box;
}
div.news p {
	text-align: center;
	font-size: 18px;
/*	font-weight: bold; */
	margin: 0 0 1em 0;
}
div.news p.ttl {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
/*	color: #dc2a00; */
}
div.news table {
	margin: 1em auto 1em auto;
/*	border-top: 1px solid #cccccc; */
}
div.news table tr td,
div.news table tr th {
	text-align: left;
	font-size: 18px;
	padding: 0.5em 0.2em 0.5em 0.2em;
/*	border-bottom: 1px solid #cccccc; */
	vertical-align: top;
}
div.news table tr th {
	white-space: nowrap;
}
div.news p.memo {
	font-size: 16px;
}
div.news span.small {
	font-size: 16px;
}
div.covid-19 {
	width: 92.30%;
	margin: 2em auto 0 auto;
	padding: 2em 2em 2em 2em;
	border: 6px solid #dc2a00;
	box-sizing: border-box;
}
div.covid-19 p {
	margin: 0 0 1em 0;
}
div.covid-19 p.ttl {
	color: #dc2a00;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
div.covid-19 p span {
	color: #dc2a00;
	font-weight: bold;
}

div#sp_fixed-btn {
	display: none;
}

div.free-examination {
	width: 92.30%;
	margin: 30px auto 0 auto;
	border: 6px solid #dc2a00;
/*	border: 6px solid #6fa02c; */
/*	box-sizing: border-box; */
	position: relative;
}
div.free-examination p.btn_mail {
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 61.45%;
	margin: 0 auto;
}
div.free-examination p.btn_tel {
	display: none;
}
div.free-examination p.tel-num {
	position: absolute;
	left: 27%;
	bottom: 9%;
	font-size: 44px;
	font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 947px) {
	div.free-examination p.tel-num {
		font-size: 4.8vw;
	}
}

@media screen and (max-width: 768px) {
	.hidden-sp {
		display: none;
	}

	.hidden-pc {
		display: block;
	}
	#fixed-header {
		width: 100%;
		height: auto;
		clear: both;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		background: #ffffff;
	}
	#fixed-header div.box {
		width: 100%;
		padding: 0.5em 0 0.5em 0;
	}
	#fixed-header:after,
	#fixed-header div.box:after {
		clear: both;
		display: table;
		content: "";
	}
	#fixed-header div.box div.logo {
		width: 58.59%;
		float: left;
	}
	#fixed-header div.box div.logo p {
		width: 86.66%;
		margin: 0 auto;
	}
	#fixed-header div.box ul {
		width: 41.41%;
		float: right;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	#fixed-header div.box ul li {
		list-style-type: none;
		padding: 0 0.3em 0 0.3em;
	}
	#fixed-header div.box ul li.web-monshin {
		width: 47.16%;
	}
	#fixed-header div.box ul li.access {
		width: 26.72%;
	}
	
	.kv {
		background: transparent;
		padding-bottom: 0;
		margin: 6.5vh 0 1em 0;
	}

	.kv .header {
		width: 100%;
		position: static;
		background: none;
	}

	.kv .header div.container {
		width: 100%;
	}
	.kv .header .logo-area {
/*		width: 40%; */
		width: 55%;
		margin-left: 2.5%;
		margin-right: 5%;
	}

	.kv .header .logo-area p {
		font-size: 2.6vw;
	}

	.kv .header .tel-area {
		float: left;
		width: 33%;
		margin-right: 2%;
	}
/*
	.kv .header .phone-area {
		float: left;
		width: 15%;
		margin-right: 2.5%;
	}
*/
	.kv .kv-main {
		display: none;
		width: 90%;
		min-width: 0;
	}

	.kv .kv-main .catch {
		width: 100%;
		padding: 10px 0;
	}

	.kv .kv-main .catch .text-box h1 {
		margin-top: 0;
		font-size: 6vw;
	}

	.kv .kv-main .catch .text-box h2 {
		font-size: 4vw;
		margin-bottom: 0;
	}

	.kv .kv-main .catch .text-box span {
		font-size: 2.6vw;
		line-height: 2;
	}

	.kv .message {
		width: 100%;
		margin: 0 auto;
	}

	.kv .message .white-box {
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		padding-left: 100px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 15px;
	}

	.kv .message .white-box h3 {
	 	font-size: 4vw;
	}

	.kv .message .white-box p {
	 	font-size: 2vw;
	 	font-weight: bold;
	 	color: #6FAA2C;
	}

	.kv .message .white-box .img-box {
	 	position: absolute;
	 	bottom: 0;
	 	left: -5%;
	 	width: 30%;
	}

	.inner {
		width: 95%;
		margin: 0 auto;
	}

	.top-margin {
/*		margin-top: -200px; */
	}

	.carrer-green .icon {
		width: 26%;
		top: -25px;
		right: 0;
	}

	.carrer-green h4 {
		font-size: 3vw;
	}

	.carrer-green .white-box {
		padding: 20px 10px;
	}

	.carrer-green .white-box .list {
		width: 50%;
		font-size: 2vw;
	}

	.guideline .guideline-box {
		padding: 10px;
	}

	.guideline p {
		width: 90%;
		margin: 0 auto;
		font-size: 2.8vw;
	}

	.guideline .slide-box {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.guideline .slide-box .slide {
		width: 50%;
	}

	.content-title {
		width: 280px;
	}

	.content-title .content-border span {
		font-size: 5vw;
	}

	.problem .problem-box {
		float: none;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 20px;
	}

	.problem .problem-box.center {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.problem .problem-box p {
		margin-left: 40px;
		text-align: left;
		font-size: 3vw;
	}

	.problem .problem-box p.green {
		margin-left: 40px;
		font-size: 4vw;
	}

	.problem .problem-box p.lightgreen {
		margin-left: 40px;
		font-size: 4vw;
	}

	.problem .problem-box .img-box {
		bottom: 20px;
		right: 10px;
		margin: auto;
	}

	.solution {
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.solution:before {
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #6FAA2C;
	}

	.solution .text-box {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
	}

	.solution .text-box h4 {
		font-size: 4.8vw;
	}
	
	.solution .text-box h4 [data-ruby] {
		position: relative;
	}
	.solution .text-box h4 [data-ruby]::before {
		content: attr(data-ruby);
		position: absolute;
		top: -1em;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 2.666vw;
	}

	.solution .text-box .content-box {
		font-size: 2.8vw;
	}

	.solution .bg {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.solution .content-box p img.floatRight {
	float: right;
	width: 35%!important;
	margin: 0 0 1em 1em;
	}
	
	.solution .content-box div.wrap {
		display: flex;
		justify-content: space-between;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin: 0 0 1em 0;
	}
	.solution .content-box div.wrap div.box {
		width: 48%;
		margin: 0 0 1.5em 0;
	}
	.solution .content-box div.wrap div.box p {
		font-size: 3.2vw;
	}
	.solution .content-box div.wrap div.box p.ceap {
		font-size: 3.2vw;
		text-align: center;
	}
	.solution .content-box p.btn {
		margin: 1em auto 0 auto;
		text-align: center;
	}
	.point {
		margin-top: 40px;
		padding: 20px;
		padding-top: 0;
	}
	.point .point-box {
		display: block;
	}


	.point .point-box .text-box {
		width: 100%;
		border-bottom: none;
	}

	.point .point-box .text-box .point-title {
		font-size: 4.4vw;
	}

	.point .point-box .text-box .point-title h4 {
		margin-left: 1em;
	}

	.point .point-box .img-box {
		width: 100%;
		margin: 20px auto 0 auto;
		padding-bottom: 0;
		border-bottom: 4px solid #6FAA2C;
	}

	.point .point-box .img-box p.note {
		font-size: 3.2vw;
		margin: 0 0 0.5em 0;
		text-align: right;
	}
	
	.point .point-box .text-box p span {
		font-size: 3.2vw;
	}
	.point .point-box .img-box p.btn a {
		font-size: 3.2vw;
	}

/* ムービーなしの場合 */
	.thought .thought-content {
		width: 100%;
		margin: 0 auto;
		padding: 2em 0 0 0;
	}

	.thought .thought-content .text-box {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.thought .thought-content .text-box img {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.thought .thought-content .text-box p {
		box-sizing: border-box;
		padding-left: 25%;
		padding-right: 5%;
		padding-bottom: 1em;
		font-size: 4vw;
		margin: 1em 0 0 0;
	}
	
	#thought-01 {
		background: transparent;
	}

	#thought-01 .thought-content .text-box p {
		background: url(../img/human_01.png) no-repeat left -40px bottom 0/60%;
	}

	#thought-02 {
		background: #EDEDED;
	}

	#thought-02 .thought-content .text-box p {
		background: url(../img/human_02.png) no-repeat left -40px bottom 0/60%;
	}

	#thought-03 {
		background: transparent;
	}

	#thought-03 .thought-content .text-box p {
		background: url(../img/human_03.png) no-repeat left -40px bottom 0/60%;
	}

/* ムービーありの場合 */
/*
	.thought .thought-content {
		width: 100%;
		margin: 0 auto;
	}

	.thought .thought-content .text-box {
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
	}

	.thought .thought-content .text-box img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.thought .thought-content .text-box h3 {
		width: 80%;
		margin: 0 auto;
		font-size: 5vw;
	}

	.thought .thought-content .text-box p {
		box-sizing: border-box;
		padding-left: 25%;
		padding-right: 5%;
		padding-bottom: 80px;
		font-size: 4vw;
	}

	.thought .thought-content .movie-box {
		float: none;
		width: 100%;
		max-width: unset;
		margin: 0;
		margin-top: -120px;
	}

	.thought .thought-content .movie-box .movie-bg {
		display: none;
	}

	.thought .thought-content .movie-box .video {
		position: relative;
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}

	#thought-01 {
		background: transparent;
	}

	#thought-01 .thought-content .text-box p {
		background: url(../img/human_01.png) no-repeat left -40px bottom 50px/60%;
	}

	#thought-02 {
		background: #EDEDED;
	}

	#thought-02 .thought-content .text-box p {
		background: url(../img/human_02.png) no-repeat left -40px bottom 50px/60%;
	}

	#thought-03 {
		background: transparent;
	}

	#thought-03 .thought-content .text-box p {
		background: url(../img/human_03.png) no-repeat left -40px bottom 50px/60%;
	}
*/
	.about {
		overflow: hidden;
		position: relative;
		z-index: 0;
		padding-top: 5px;
	}

	.about .about-content {
		width: 90%;
		margin: 0 auto;
		background: transparent;
	}

	.about .about-content .white-wrap {
		background: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.about .about-content .text-box {
		width: 100%;
		margin: 0;
	}

	.about .about-content .text-box h3 {
		font-size: 5vw;
	}

	.about .about-content .text-box p {
		box-sizing: border-box;
		padding-right: 30%;
		padding-bottom: 0;
		font-size: 4vw;
		width: 100%;
	}

	.about .about-content .img-box {
		width: 90%;
		right: -40%;
		bottom: -20px;
		z-index: -1;
	}

	.about .movie-area {
		width: 90%;
		margin: 0 auto;
		margin-top: -40px;
	}

	.about .movie-area:before,
	.about .movie-area:after {
		display: none;
	}

	.about .movie-area iframe {
		height: 200px;
	}

	.flow-content {
		width: 85%;
		margin: 0 auto;
		margin-bottom: 80px;
	}

	.flow-content .text-box {
		float: none;
		width: 100%;
	}

	.flow-content .text-box .title h3 {
		font-size: 5vw;
		padding-top: 30px;
		margin-left: 70px;
	}

	.flow-content .text-box .title img {
		width: 20%;
	}

	.flow-content .text-box .title .green .big {
		font-size: 4vw;
	}

	.flow-content .text-box p {
		font-size: 4vw;
		margin-bottom: 20px;
	}

	.flow-content .text-box .tel {
	display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.flow-content .img-box {
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.flow-content .text-box .title span {
		bottom: 5px;
		top: unset;
		font-size: 3vw;
		height: 40%;
	}

	.flow-content p.tel {
		font-size: 8vw;
	}
	.flow-content p.tel:before {
		font-size: 8vw;
	}

	.table {
		width: 95%;
		margin: 0 auto 1em auto;
		font-size: 3vw;
	}

	.table .column .cell span,
	.table .column .cell2 span {
		font-size: 5vw;
	}

	.table .column .cell3 span {
		font-size: 4.8vw;
	}

	.table .column .cell span.note {
		font-size: 3.2vw!important;
	}

	.caution {
		font-size: 2.8vw;
	}

	.payment-method {
		max-width: 95%;
		margin: 0 auto 1em auto;
	}
	.payment-method p.ttl {
		font-size: 3.2vw;
		margin: 0.5em 0 0 0;
	}
	.payment-method dl dt,
	.payment-method dl dd {
		font-size: 3.2vw;
	}
	.payment-method dl dt {
		margin: 0.2em 0 0 0;
	}
	.payment-method dl dd {
		margin: 0;
	}
	.payment-method ul li {
		max-width: 12%;
	}

	.question .question-box {
		float: none;
		width: 90%;
		margin:0 auto;
		margin-bottom: 30px;
	}
	.question .question-box:nth-child(2n) {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.question .question-box .q {
		font-size: 4.266vw;
	}
	.question .question-box .a {
		font-size: 3.733vw;
	}

	.form-area {
		padding: 0;
	}

	.form-area .white-box {
		background: transparent;
		width: 100%;
	}
	.form-area .white-box form {
		width: 90%!important;
		background: #ffffff;
		margin: 0 auto 2em auto!important;
	}
	.form-area .white-box form:before {
		background: none!important;
	}
	.form-area .white-box form input[type=radio]+label {
		display: block!important;
		margin: 0 0 1em 0;
	}
	.form-area .white-box form div.desire span {
		display: block;
	}
/*
	.form-area .white-box .form {
		display: none;
	}
*/
/*
	.form-area .white-box .form-sp {
		position: relative;
		z-index: 10;
		width: 95%;
		margin: 0 auto;
	}
*/
/*
	.form-area .white-box .form-sp:before {
		content: "";
		display: inline-block;
		position: absolute;
		z-index: -1;
		top: -140px;
		right: 0px;
		width: 196px;
		height: 225px;
		background: url(../img/form_icon_sp.png) no-repeat center/70%; 
	}
*/
	.form-area .white-box .form-sp {
		 position: relative;
		width: 100%;
		z-index: 0;
	 }
	.form-area .white-box .form-sp p.btn {
		position: relative;
		z-index: 2;
		width: 95%;
		margin: 0 auto;
	}
	.form-area .white-box .form-sp p.chara {
		display: none;
/*		width: 35%;
		position: absolute;
		z-index: 1;
		right: 10px;
		bottom: 0; */
	}
	.form-area .white-box .contact-tel-sp {
		position: relative;
		width: 95%;
		/* width: 85%; */
		margin: 0 auto;
		margin-top: 30px;
	}

	.form-area .white-box .img-box {
		font-size: 4vw;
		color: #fff;
	}

	.form-area .white-box .img-box h3 {
		width: 80%;
		margin: 0 auto;
	}

	.form-area .white-box .img-box h3:before {
		height: 75px;
		top: 30px;
		left: -20px;
		background: #fff;
	}

	.form-area .white-box .img-box h3:after {
		height: 75px;
		top: 30px;
		right: -20px;
		background: #fff;
	}

	.form-area .white-box .form .guideline-box .text-box p {
		font-size: 3.733vw;
		text-align: left;
	}
	
	.form-area .white-box .form .form-box p span.small {
		font-size: 3.733vw;
	}

	body#common div.thanks-area {
		margin: 0;
	}
	body#common div.kv div.message {
		display: none;
	}
	.green-box .thanks-box {
		margin-top: 1em;
	}
	.green-box .thanks-box .text-box {
		width: 100%;
	}
	.green-box .thanks-box .img-box {
		display: none;
	}

	.footer .info-box .location {
		width: 100%;
		border-right: none;
		text-align: center;
	}

	.footer .info-box .location .text-box {
		font-size: 4vw;
	}

	.footer .info-box .map {
		width: 90%;
		margin: 0 auto;
	}

	.footer .info-box .map .frame {
		width: 100%;
	}
	.footer .info-box .map .frame .head p {
		font-size: 4vw
	}
	
	div.doctor {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		padding: 0 0 2em 0;
	}
	div.doctor div.wrap {
		display: block;
		padding: 2em 0 2em 0;
	}
	div.doctor div.wrap div.img {
		width: 30%;
		float: left;
		margin: 0 1em 0 0;
	}
	div.doctor div.wrap div.img img {
		width: 100%;
	}
	div.doctor div.wrap div.tex p.ttl {
		font-size: 4.8vw;
		font-weight: bold;
		margin: 0 0 0.5em 0;
	}
	div.doctor div.wrap div.tex p.ttl span {
		font-size: 3.2vw;
	}
	div.doctor div.wrap div.tex p.outline {
		font-size: 4.8vw;
	}
	div.doctor div.wrap div.tex div.outline {
		width: 100%;
		display: block;
	}
	div.doctor div.wrap div.tex div.outline div.box {
		width: 100%;
	}
	div.doctor div.wrap div.tex div.outline div.box dl {
		font-size: 3.2vw;
	}
	div.doctor div.wrap div.tex div.outline div.box dl dt {
		clear: left;
		float: left;
		text-indent: -1em;
		padding-right: 1em;
	}
	div.doctor div.wrap div.tex ul li {
		font-size: 3.2vw;
	}
	
	div.flow-movie {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	div.flow-movie div.wrap {
		width: 100%;
		background: #6fa62c;
		display: block;
		padding: 1em 0 1em 0;
	}
	div.flow-movie div.wrap div.tex {
		width: 90%;
		display: block;
		vertical-align: middle;
		padding: 1em 5% 1em 5%;
		margin: 0 auto;
	}
	div.flow-movie div.wrap div.tex p.reed {
		font-size: 5.333vw;
		font-weight: bold;
		border-bottom: 2px solid #333333;
		margin: 0 0 1em 0;
		text-align: center;
	}
	div.flow-movie div.wrap div.tex p.reed span {
		font-size: 4.266vw;
	}
	div.flow-movie div.wrap div.tex p.ttl {
		color: #ffffff;
		font-size: 7.466vw;
		line-height: 1.3;
		text-align: center;
	}
	div.flow-movie div.wrap div.movie {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	div.flow-movie div.wrap div.movie div.box {
		position: relative;
		width: 100%;
		height: auto;
		padding: 56.25% 0 0 0;
	}
	div.flow-movie div.wrap div.movie div.box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	div.manga ul {
		width: 90%;
	}
	div.manga ul li img {
		width: 100%!important;
	}
	div.manga div.container {
		width: 89.33%;
		margin: 0 auto;
	}
	div.manga p {
		font-size: 3.2vw;
		text-align: left;
	}
	
	div.message-box_02 {
		width: 90%;
		margin: 3em auto 3em auto;
		padding: 0;
		background: #ffffff;
	}
	div.message-box_02 div.tex {
		width: 85%;
		margin: 0 auto;
	}
	div.message-box_02 div.tex p.emp {
		font-size: 4.8vw;
	}
	div.message-box_02 div.tex p span {
		font-weight: bold;
		background: linear-gradient(transparent 60%, #fff24d 60%);
	}

	.footer .info-box .location {
		width: 100%;
		border-right: none;
		text-align: center;
	}

	.footer .info-box .location .text-box {
		font-size: 4vw;
	}

	.footer .info-box .map {
		width: 90%;
		margin: 0 auto;
	}

	.footer .info-box .map .frame {
		width: 100%;
	}
	.footer .info-box .map .frame .head p {
		font-size: 4vw
	}
	.footer .info-box p.bnr {
		width: 80%;
		margin: 0 auto 1em auto;
	}

	.footer div.access div.wrap {
		display: block;
	}
	.footer div.access div.wrap div.box {
		width: 90%;
		margin: 0 auto;
	}
	.footer div.tel-info {
		width: 90%;
		margin: 0 auto;
	}
	.footer div.tel-info p {
		font-size: 3.733vw;
	}
	
	.testi {
		width: 100%;
		overflow: hidden;
		background: none;
		height: auto;
	}

	.testi div {
		float: left;
		width: 33.3%;
	}

	.copyright {
		font-size: 3.6vw;
	}
	
	div.seminar-bnr {
		padding: 1em 0 0 0;
	}

	div.news {
		padding: 1em 0 1em 0;
	}
	div.news table tr th,
	div.news table tr td {
		display: block;
		text-align: center;
		padding: 0;
	}
	div.news table tr th {
		padding: 0;
	}
	div.news table tr td {
		padding: 0 0 0.5em 0;
	}
	div.news p,
	div.news table tr th,
	div.news table tr td {
		font-size: 3.733vw;
	}
	div.news p.ttl {
		font-size: 4.266vw;
	}
	div.news p.memo {
		font-size: 3.2vw;
	}
	div.news span.small {
		font-size: 3.2vw;
	}
	
	div.covid-19 {
		width: 100%;
		padding: 1em 1em 1em 1em;
	}
	div.covid-19 p {
		font-size: 3.733vw;
	}
	div.covid-19 p.ttl {
		font-size: 4.266vw;
	}
	
	div#sp_fixed-btn {
		display: flex;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
	}
	div#sp_fixed-btn p {
		width: 33.33%;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 3.733vw;
	}
	div#sp_fixed-btn p.mail  {
		background: #333333;
	}
	div#sp_fixed-btn p.web-monshin {
		background: #00804b;
	}
	div#sp_fixed-btn p.tel {
		background:#ffef24 ;
	}
	div#sp_fixed-btn p.mail a,
	div#sp_fixed-btn p.web-monshin a {
		color: #ffffff;
	}
/*
	div#sp_fixed-btn p.mail a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		margin: 0;
		font-weight: bold;
	}
	div#sp_fixed-btn p.tel a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f095";
		margin: 0;
		font-weight: bold;
	}
*/	
	div.free-examination {
		width: 100%;
		margin: 2em auto 0 auto;
		border: 3px solid #dc2a00;
		box-sizing: border-box;
		background: #f4f4f4;
	}
	div.free-examination p.btn_mail {
		position: relative;
		width: 94%;
		margin: 2em auto 1em auto;
		left: auto;
		bottom: auto;
	}
	div.free-examination p.btn_tel {
		display: block;
		width: 94%;
		margin: 1em auto 1em auto;
	}
	
	/* ▼SP固定ボタン */
	/* ----------------------------------------------------- */
	div#fixed-btn {
		width: 100%;
		height: auto;
		clear: both;
		padding: 0;
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 100;
		background: #ffffff;
		border-top: 1px solid #dddddd;
	}
	div#fixed-btn p.note {
		font-size: 3.733vw;
		font-weight: bold;
		text-align: center;
		margin: 0.5em 0 0.3em 0;
	}
	div#fixed-btn div.box {
		width: 98%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	div#fixed-btn div.box p.btn {
		width: 50%;
		margin: 0 0 0.3em 0;
		padding: 0;
	}
	div#fixed-btn div.box p.btn img {
		width: 99%!important;
	}
	div#fixed-btn div.box p.btn.left img {
		float: left;
	}
	div#fixed-btn div.box p.btn.right img {
		float: right;
	}
}



/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 100;
}
div#pagetop a {
	display: block;
	width: 30px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background: #666666;
	background: rgba(0, 0, 0, 0.7);
	/* border-radius */
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	-ms-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	/* transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
div#pagetop a:before {
	font-family: "FontAwesome";
	content: "\f077";
	color: #ffffff;
}
div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}
div#pagetop a span {
	display: none;
}
iframe[name="google_conversion_frame"] {
	display: none;
}





/* ▼プライバシーポリシー ポップアップウィンドウ */
/* ----------------------------------------------------- */
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
/*	align-self: center; */
	overflow-y: scroll;
	width: 90%;
	max-width: 800px;
	padding: 30px 40px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	text-align: justify;
}
.close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	cursor: pointer;
	padding:8px;
	background: #f29c9f;
	color: #fff;
	border-radius:15px;
	line-height:14px;
	font-weight:bold;
}
.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay .popup_content{
	transform: translateY(50px);
}

.open_btn {
	position: relative;
/*
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	margin:10px auto;
	color: #555;
	background:fff;
	padding: 20px 16px;
	border:solid 1px #ccc;
	font-weight: bold;
	border-radius: 21px;
	cursor: pointer;
	transition: .3s ease;
*/
}
.open_btn:hover{
	text-decoration: underline;
/*
	background:#f29c9f;
	border:solid 1px #f29c9f;
	color:#fff;
	transition: .3s ease;
*/
}
.popup_wrap h2 {
	font-size: 14px;
}
.popup_wrap h3,
.popup_wrap p {
	font-size: 12px;
}
.popup_wrap h3 {
	margin: 0;
}
.popup_wrap p {
	margin: 0 0 1.5em 0;
}

@media screen and (max-width: 768px) {
	.popup_content {
		padding: 1em;
	}
	.popup_wrap h2 {
	font-size: 3.733vw;
	}
	.popup_wrap h3,
	.popup_wrap p {
		font-size: 3.2vw;
	}
}
