@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333;
	overflow-x: hidden;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
	background-color: #fffdfa;
}

/*===========================================================================
 fixd menu
============================================================================*/
/*=================
 header
==================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header a {
	display: block;
	width: 20vw;
}

header a img {
	display: block;
	width: 100%;
}

header a img:hover,
div.side_fixbtn a:hover {
	animation-name: pulse;
	animation-duration: 1s;
}


/*=================
 side_fixbtn
==================*/
div.side_fixbtn {
	position: fixed;
	top: 0;
	top: 100px;
	right: 0;
	margin: auto;
	width: 10vw;
	height: 32vw;
	z-index: 99;
}

div.side_fixbtn a {
	display: block;
}

div.side_fixbtn a img {
	display: block;
	width: 100%;
	transition: .5s;
}

a.side_fixbtn_sp {
	display: none;
}

/* スマホ横画面*/
@media screen and (orientation: landscape) {
	div.side_fixbtn {
		top: 10vw;
		width: 9vw;
		height: 29vw;
	}
}

/*=================
 instagram
==================*/
a.insta {
	position: absolute;
	position: fixed;
	display: flex;
	align-items: center;
	top: 3vw;
	right: 3vw;
	margin: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #ea5532;
	font-weight: bold;
	color: #ea5532;
	z-index: 10;
}

a.insta img {
	width: 18px;
	margin-right: 10px;
}


/*===========================================================================
 toppage
============================================================================*/
/*=====================
 common
=====================*/
/*-----------
 見出し
------------*/
h2.main_h2 {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-size: 25px;
	letter-spacing: .1em;
	font-weight: 600;
	color: #e95532;
}

h2.main_h2 span {
	display: block;
	font-size: 15px;
	color: #6a3906;
	text-align: center;
}

h2.main_h2:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -15px;
	width: 100%;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: linear-gradient(to right, #e95532, #e95532 5px, transparent 5px, transparent 8px);
	/* 幅2の線を作る */
	background-size: 8px 3px;
	/* グラデーションの幅・高さを指定 */
	background-position: left bottom;
	/* 背景の開始位置を指定 */
	background-repeat: repeat-x;
	/* 横向きにのみ繰り返す */
}

p {
	line-height: 2em;
}


/*=====================
 mainvisual
=====================*/
section#mainvisual {
	width: 100%;
	/*height: 600px;*/
	position: relative;
}

/*
section#mainvisual:before {
	position: absolute;
	content:'';
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	width:100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(155,182,188,0.10);
}
*/

section#mainvisual picture.mv img {
	display: block;
	width: 100%;
}

a.insta-btn_moto,
a.insta-btn_naka {
	position: absolute;
	right: 3vw;
	display: block;
	width: 25vw;
	height: 18vw;
}

a.insta-btn_moto {
	top: 51vw;
}

a.insta-btn_naka {
	bottom: 0;
}

a.insta-btn_moto img,
a.insta-btn_naka img {
	display: block;
	width: 100%;
}

section#mainvisual h2 {
	position: absolute;
	bottom: 5vw;
	left: 5vw;
	margin: auto;
	font-size: 35px;
	color: #e95532;
	font-weight: bold;
	letter-spacing: .2em;
	z-index: 10;
}

section#mainvisual h2 img {
	display: block;
	width: 50vw;
	margin-top: 10px;
}

div.kengaku_pop {
	position: absolute;
	bottom: 5vw;
	right: 10vw;
	margin: auto;
	width: 20vw;
	z-index: 10;
}

div.kengaku_pop img {
	display: block;
	width: 100%;
}

/* swiper */
.swiper-slide img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

/* スマホ横画面
@media screen and (orientation: landscape) {
section#mainvisual{
	height: 100vh;
}
	
section#mainvisual h2{
	bottom: 1vw;
}

section#mainvisual h2 img{
	width: 35vw;
}

div.kengaku_pop{
	position: absolute;
	bottom: 2vw;
	right: 10vw;
	margin: auto;
	width: 20vw;
	z-index: 10;
}

div.kengaku_pop img{
	display: block;
	width: 100%;
}
	
/* swiper 
.swiper-slide img {
	height: 100vh;
}
}*/


/*=====================
 concept
=====================*/
section#concept {
	width: 100%;
	padding-top: 80px;
}

div.concept_wrap {
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 10px solid #e95532;
	text-align: center;
}

div.concept_wrap img {
	display: block;
	width: 250px;
	margin: 0 auto;
}

div.concept_wrap p strong {
	display: block;
	margin: 15px auto;
	font-size: 20px;
	color: #e95532;
	text-align: center;
}


/*=====================
 business
=====================*/
section#business {
	width: 100%;
	padding: 80px 0 60px;
	text-align: center;
}

div.business_wrap {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

div.business_box {
	width: 30%;
}

div.business_box h3 img {
	display: block;
	height: 6vw;
	margin: 0 auto 20px;
}

div.business_box img.business_img {
	display: block;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}


/*=====================
 rehabili
=====================*/
section#rehabili {
	width: 100%;
	padding: 50px 0 500px;
	text-align: center;
	background-color: #f5eace;
}

/*
section#rehabili h2.main_h2 img{
	display: block;
	width: 60px;
	margin: 0 auto;
}*/

div.method_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

div.method_wrap img {
	width: 15vw;
	min-width: 120px;
}

div.method_box {
	width: 70%;
	margin-left: 50px;
}

div.rehabili_wrap {
	width: 90%;
	margin: 30px auto 0;
	padding: 10px 50px;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: #fffdfa;
}

div.rehabili_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: left;
	border-bottom: 2px dashed #f5eace;
}

div.rehabili_box:last-child {
	border-bottom: none;
}

div.rehabili_box:nth-child(odd) {
	flex-direction: row-reverse;
}

div.rehabili_box img {
	width: 45%;
	border-radius: 20px;
}

div.rehabili_text {
	width: 45%;
}

div.rehabili_text h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 20px;
}

div.rehabili_text h3::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.rehabili_text h3.rehabili_01::before {
	background-image: url("../images/rehabili_01.png");
}

div.rehabili_text h3.rehabili_02::before {
	background-image: url("../images/rehabili_02.png");
}

div.rehabili_text h3.rehabili_03::before {
	background-image: url("../images/rehabili_03.png");
}

div.rehabili_text h3.rehabili_04::before {
	background-image: url("../images/rehabili_04.png");
}

div.rehabili_text h3.rehabili_05::before {
	background-image: url("../images/rehabili_05.png");
}

div.rehabili_text h3.rehabili_06::before {
	background-image: url("../images/rehabili_06.png");
}

div.rehabili_text h3.rehabili_07::before {
	background-image: url("../images/rehabili_07.png");
}


/*=====================
 flow
=====================*/
section#flow {
	width: 100%;
	margin-top: -430px;
	text-align: center;
}

div.flow_wrap {
	width: 90%;
	margin: 10px auto 0;
	padding: 50px 0;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: #fffdfa;
	border: 10px solid #f5eace;
}

ul.flow_box {
	width: 90%;
	padding-left: 120px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

.flow_box::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}

.flow_box>li {
	position: relative;
}

.flow_box>li:not(:last-child) {
	margin-bottom: 8vh;
}

.flow_box>li .icon {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #e95532;
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}

.flow_box>li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #e95532;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow_box>li dl {
	padding-left: 70px;
	position: relative;
}

.flow_box>li dl::before,
.flow_box>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flow_box>li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #e95532;
	border-radius: 50%;
	left: -4px;
}

.flow_box>li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.flow_box>li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #e95532;
	margin-bottom: 10px;
}

/* fee */
div#fee {
	position: relative;
	width: 90%;
	margin: 100px auto 0;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: left;
	background-color: #f5eace;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

div#fee img {
	position: absolute;
	display: block;
	bottom: 0;
	right: 2vw;
	margin: auto;
	width: 25%;
}

div#fee p strong {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #e95532;
}

div#fee span {
	color: #e95532;
	font-weight: bold;
}

div#fee ul li {
	list-style: disc;
	margin-left: 20px;
}

div#fee ul li:not(:last-child) {
	margin-bottom: 20px;
}


/*=====================
 contact
=====================*/
section#contact {
	width: 100%;
	padding-top: 80px;
	text-align: center;
}

section#contact h2.main_h2,
section#contact h2.main_h2 span,
section#contact p {
	color: #fff;
	display: block;
}

section#contact h2.main_h2:before {
	display: none;
}

section#contact p {
	width: 80%;
	margin: 0 auto 50px;
}

div.contact_wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: #e95532;
}

div.contact_wrap:hover {
	animation-name: pulse;
	animation-duration: 1s;
}

.contact_top_l {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 30px;
}

.contact_top_r {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	transform: rotate(45deg);
}

.contact_bot_l {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 30px;
	transform: rotate(45deg);
}

.contact_bot_r {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30px;
}

/*-----------
 ボタン
------------*/
a.contact_btn {
	padding: 13px 60px;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: .1em;
	transition: .5s;
	color: #e95532;
	border: 2px solid #e95532;
	background-color: #fff;
}

a.contact_btn:hover {
	color: #fff;
	background-color: #e95532;
	border: 2px solid #fff;
}

/*=====================
 facility
=====================*/
section#facility {
	position: relative;
	width: 100%;
	padding-top: 80px;
	text-align: center;
}

div.facility_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}

div.facility_wrap table {
	width: 80%;
	margin: 0 auto;
}

div.facility_wrap table th {
	padding: 20px;
	border-bottom: 1px solid #e95532;
}

div.facility_wrap table td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

div.facility_wrap table td strong {
	color: #757575;
}

img.facility_01 {
	position: absolute;
	bottom: 0;
	left: 2vw;
	width: 10vw;
}

img.facility_02 {
	position: absolute;
	bottom: 0;
	right: 2vw;
	width: 12vw;
}

section#facility iframe {
	width: 100%;
	height: 400px;
}

div.bottom_border {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-image: url("../images/border.png");
	background-size: 200px;

}

/*=====================
 footer
=====================*/
footer {
	position: relative;
	width: 100%;
	padding: 30px 0 5px;
	text-align: center;
	background-color: #fff;
	color: #e95532;
}

div.footer_wrap {
	width: 80%;
	margin: 0 auto;
}

footer h1 img {
	width: 150px;
	transition: .5s;
}

footer h1 img:hover {
	opacity: .7;
}

img.footer_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 1;
}

p.copyright {
	position: relative;
	font-size: 12px;
	color: #808080;
	padding-top: 20px;
	z-index: 5;
}

a.pagetop {
	display: block;
	position: fixed;
	z-index: 99;
	right: 3%;
	bottom: 4%;
	width: 100px;
	height: 100px;
	transition: .5s;
}

a.pagetop img {
	width: 100%;
	height: 100%;
}

a.pagetop:hover {
	margin-bottom: 10px;
}

/* スマホ横画面の時は非表示*/
@media screen and (orientation: landscape) {
	a.pagetop {
		display: none;
	}
}


/*===========================================================================
 inquiry
============================================================================*/
/*=================
 entry
==================*/
div.inquiry_header {
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}

div.inquiry_header br {
	display: none;
}

div.inquiry_wrap {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

div.inquiry_wrap table {
	width: 100%;
	line-height: 3em;
}

div.inquiry_wrap table th {
	width: 30%;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e95532;
	color: #e95532;
	line-height: normal;
}

div.inquiry_wrap table th.enq_th br {
	display: none;
}

/* 必須マーク */
div.inquiry_wrap table th span {
	display: block;
	width: 50px;
	margin: 10px auto 0;
	padding: 2px 5px;
	box-sizing: border-box;
	background-color: #e95532;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

div.inquiry_wrap table td {
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}


/* 入力箇所のスタイル */
div.inquiry_wrap input,
div.inquiry_wrap select {
	padding: 6px 10px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: none;
}

div.inquiry_wrap textarea {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: none;
}

div.inquiry_wrap table span.contents span {
	display: block;
	font-size: 13px;
	color: #575757;
	line-height: normal;
}


div.inquiry_wrap table span.contents span.error_disp {
	font-size: 14px;
	color: #C7151C;
}

div.inquiry_wrap table span.contents span br {
	display: none;
}

span.date p {
	color: #757575;
}

span.date input {
	width: 50px;
	padding: 6px 10px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: none;
}

div.inquiry_wrap td.name input,
div.inquiry_wrap td.tel input {
	width: 55%;
}

div.inquiry_wrap td.name span,
div.inquiry_wrap td.tel span {
	display: inline-block;
	width: 40%;
	font-weight: bold;
}

div.inquiry_wrap td.tel span {
	display: inline-block;
	width: 40%;
}

/*エラーテキスト*/
span.error_disp {
	font-size: 14px;
	color: #C7151C;
}


/*-----------
 complete
------------*/
div.inquiry_header p strong {
	font-size: 20px;
	color: #e95532;
}

div.inquiry_header p img {
	display: block;
	width: 25vw;
	margin: 30px auto;
}

.complete_wrap {
	position: relative;
	width: 100%;
	padding: 50px 0 100px;
	text-align: center;
}

/*-----------
 ボタン
------------*/
div.confirm_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: center;
}

/*確認・申し込み確定*/
.confirm_button {
	width: 20vw;
	text-align: center;
	transition: 0.5s;
}

.confirm_button:hover {
	opacity: 0.7;
}

/*戻る*/
.return_button {
	margin-top: 2vw;
	border: 2px #f7b52c solid;
	color: #f7b52c;
	font-weight: bold;
	font-size: 13px;
	background-color: #fff;
	padding: 1vw 0;
	width: 10vw;
	transition: 0.5s;
	border-radius: 50px;
	cursor: pointer；
}

.return_button:hover {
	opacity: .5;
}


/*=====================
 evaluation
=====================*/
section#evaluation {
	position: relative;
	width: 100%;
	padding: 0 0 80px;
	text-align: center;
}

div.evaluation_wrap {
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

div.evaluation_wrap p {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}

div.evaluation_wrap p span {
	margin: 0 auto;
	padding: 20px 0;
}

div.evaluation_box {
	width: 100%;
	padding-top: 30px;
}

div.evaluation_text {
	width: 100%;
}

div.evaluation_text h3 {
	position: relative;
	display: inline;
	margin-bottom: 20px;
	font-size: 20px;
}

div.evaluation_text h3::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.evaluation_text h3.rehabili_01::before {
	background-image: url("../images/rehabili_01.png");
}

div.evaluation_text h3.rehabili_02::before {
	background-image: url("../images/rehabili_02.png");
}

div.evaluation_text ul {
	padding-top: 20px;
}

div.evaluation_text ul li {
	padding-bottom: 50px;
}

div.evaluation_text ul li a {
	display: block;
	width: 300px;
	margin: 20px auto 0;
	padding: 10px 30px;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: .1em;
	transition: .5s;
	color: #e95532;
	border: 2px solid #e95532;
	background-color: #fff;
}

div.evaluation_text ul li a:hover {
	color: #fff;
	background-color: #e95532;
	border: 2px solid #fff;
}


/*---------------------------------
  ▼　20230522修正　▼
----------------------------------*/
/*=====================
 new_paprika 
=====================*/
section#new_paprika {
	width: 100%;
	padding: 80px 0;
	text-align: center;
}

section#new_paprika h2 {
	font-size: 25px;
	color: #8dc21f;
}

section#new_paprika h2:before {
	background-image: linear-gradient(to right, #8dc21f, #8dc21f 5px, transparent 5px, transparent 8px);
	/* 幅2の線を作る */
}

section#new_paprika div.kengaku_pop {
	position: absolute;
	bottom: -4vw;
	right: -3vw;
	margin: auto;
	width: 15vw;
	z-index: 10;
}

div.new_paprika_wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 50px 50px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 10px solid #8dc21f;
}

div.new_paprika_box {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

div.new_paprika_box img {
	display: block;
	width: 200px;
	margin: 0 auto;
}

div.new_paprika_box p img.new_paprika_copy {
	display: block;
	width: 50vw;
	min-width: 300px;
	margin: 20px auto 30px;
}

div.new_paprika_box p strong {
	display: block;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 1.5em;
	color: #757575;
	text-align: center;
}

img.new_paprika_img {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 50px;
}

/*-----------
 ボタン
------------*/
section#new_paprika a.contact_btn {
	color: #8dc21f;
	border: 2px solid #8dc21f;
}

section#new_paprika a.contact_btn:hover {
	background-color: #8dc21f;
	color: #fff;
}


/*=====================
 time
=====================*/
div.time {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 80px;
	box-sizing: border-box;
}

div.time table {
	width: 100%;
	margin: 0 auto;
}

div.time table th {
	padding: 20px;
	border-top: 1px solid #e95532;
	border-bottom: 1px solid #e95532;
}

div.time table td {
	padding: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

div.time table td strong {
	color: #757575;
}

/*=====================
 outline
=====================*/
section#outline {
	width: 100%;
	padding: 80px 0 0;
	text-align: center;
}

section#outline h2.main_h2 {
	display: inline-block;
	width: 120px;
}

div.outline_wrap {
	width: 90%;
	margin: 10px auto 0;
	box-sizing: border-box;
	text-align: left;
}

div.outline_box {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 5vw;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 10px solid #e95532;
}

div.outline_box_02 {
	border: 10px solid #8dc21f;
	margin-top: 30px;
}

section#outline div.kengaku_pop {
	position: absolute;
	top: 4vw;
	right: 4vw;
	margin: auto;
	width: 15vw;
	z-index: 10;
}

div.outline_about {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

div.outline_about img {
	display: block;
	width: 10vw;
	min-width: 150px;
	margin: 0 auto;
}

div.outline_about p strong {
	display: block;
	margin: 20px auto;
	font-size: 25px;
	line-height: 1.5em;
	color: #757575;
	text-align: center;
}

div.outline_img {
	position: relative;
	margin-top: 50px;
}

div.outline_img img.outline_img_bg {
	display: block;
	width: 100%;
	border-radius: 20px;
}

div.outline_service {
	position: absolute;
	top: 7vw;
	left: 4vw;
	margin: auto;
}

div.outline_box_02 div.outline_service {
	position: absolute;
	top: 15vw;
	left: 4vw;
	margin: auto;
}

div.outline_service img {
	display: block;
	height: 7vw;
	margin-bottom: 1vw;
}

div.outline_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 50px auto 0;
}

div.outline_contact span {
	margin: 0 30px;
	padding: 10px 15px;
	background-color: #e95532;
	color: #fff;
	border-radius: 10px;
}

div.outline_box_02 div.outline_contact span {
	background-color: #8dc21f;
}

div.outline_contact p {
	text-align: left;
}

div.outline_contact p strong {
	display: block;
	font-size: 28px;
}

div.outline_box_02 p {
	padding-bottom: 30px;
}

section#outline iframe {
	width: 100%;
	height: 400px;
	margin-top: 50px;
}

/*-----------
 ボタン
------------*/
section#outline a.contact_btn {
	color: #8dc21f;
	border: 2px solid #8dc21f;
}

section#outline a.contact_btn:hover {
	background-color: #8dc21f;
	color: #fff;
}


/*=====================
 message 20230609追加
=====================*/
section#message {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0;
	box-sizing: border-box;
}

div.message_wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #f5eace;
	border-radius: 50px;
	text-align: center;
}

div.message_wrap h2.main_h2 {
	display: inline-block;
	width: 100px;
}

div.message_wrap h3 {
	color: #e95532;
	font-size: 20px;
	margin-bottom: 30px;
}

div.message_wrap p {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

div.message_wrap p strong {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #e95532;
	font-size: 18px;
	border-bottom: 2px dotted #e95532;
}

div.message_wrap p span.ceo {
	display: block;
	text-align: right;
	padding-top: 20px;
}

div.message_wrap p span.ceo span.ceo_name {
	padding-left: 25px;
	font-size: 20px;
}



/*=====================
 message 20240229追加
=====================*/
section#seminar {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0;
	box-sizing: border-box;
	text-align: left;
}

div.seminar_wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0px 60px;
	box-sizing: border-box;
	background-color: #f5eace;
	border-radius: 50px;
	text-align: center;
}

img.seminar_mv {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
	border-radius: 30px;
}

img.seminar_mv_sp {
	display: none;
}

div.seminar_wrap h3.seminar_h3 {
	display: inline;
	position: relative;
	padding-left: 40px;
	font-size: 25px;
	text-align: left;
}

div.seminar_wrap h3.seminar_h3::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.seminar_wrap h3.seminar_h3_01::before {
	background-image: url("../images/rehabili_01.png");
}

div.seminar_wrap h3.seminar_h3_02::before {
	background-image: url("../images/rehabili_02.png");
}

div.seminar_wrap h3.seminar_h3_03::before {
	background-image: url("../images/rehabili_03.png");
}

div.seminar_outline {
	width: 90%;
	margin: 0 auto;
}

div.seminar_date {
	text-align: left;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fffdfa;
}

div.seminar_date ul {
	padding-top: 10px;
}

div.seminar_date ul li {
	margin-left: 30px;
	position: relative;
	margin-left: 1.5em;
}

div.seminar_date ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.3em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e95532;
}

div.seminar_date ul li span {
	font-weight: 600;
}

div.seminar_lecturer {
	text-align: left;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fffdfa;
}

div.seminar_outline span.ceo {
	display: block;
	text-align: left;
	padding-top: 10px;
}

div.seminar_outline span.ceo span.ceo_name {
	padding-left: 0;
	font-size: 25px;
}

div.seminar_outline img {
	display: block;
	width: 25vw;
	margin-right: 20px;
}

div.seminar_program {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}

div.seminar_program_in ul {
	padding-top: 20px;
}

div.seminar_program_in ul li {
	margin-bottom: 1.5em;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fffdfa;
}

div.seminar_program_in ul li span {
	color: #e95532;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}

div.seminar_program_in ul li p {
	margin-top: 10px;
}

div.seminar_program_in ul li p span {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 0;
	background-color: #e95532;
	padding: 0px 10px;
	box-sizing: border-box;
	border-radius: 50px;
	margin: 0 10px 10px 0;

}