@charset "UTF-8";
/*治療院テンプレート*/
html {
	-webkit-font-smoothing: antialiased; /* フォントスムージングをオフ */
}
body {
	overflow-x: hidden!important;
	position: relative;
	width: auto;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
h1, h2, h3, h4, h5, p, a, span {
	/*font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;*/
	color: #212121;
	letter-spacing: 0.02em;
}
h1 ,h2, h3, h4, h5, p {
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.section_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section_box.color_curve .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section_box.white_curve .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section_box.color_back {
	background-color: #E6F3FF;
}
.section_box {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.section_box .top_curve .curve_box {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	height: 200px;
	width: 120vw;
}
.section_box .bottom_curve .curve_box {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	height: 200px;
	width: 120vw;
}
.section_box.color_curve .curve_box {
	background-color: #E6F3FF;
}
.section_box.white_curve .curve_box {
	background-color: #FFFFFF;
}
.section_box .top_curve {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.section_box .bottom_curve {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}
.section_box.color_curve .top_curve {
	background-color: #FFFFFF;
}
.section_box.color_curve .bottom_curve {
	background-color: #FFFFFF;
}
.section_box.white_curve .top_curve {
	background-color: #E6F3FF;
}
.section_box.white_curve .bottom_curve {
	background-color: #E6F3FF;
}
.section_box.color_curve {
	background-color: #E6F3FF;
	padding-top: 0px;
	padding-bottom: 20px;
}
.section_box.white_curve {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section_title .caution {
	color: #FF4D02;
	font-size: min(3.3vw,15px);
	margin-bottom: 60px;
}

.section_title {
}
.section_title .title {
	text-align: center;
	display: flex;
	justify-content: center;
	line-height: 1;
}
.section_title .title::before,.title::after {
	width: 2px;
	height: 6.5vw;
	border-radius: 5px;
	content: "";
	background-color: #999999;
}
.section_title .title::before {
	margin-right: 0.8em;
	transform: rotate(-35deg);
}
.section_title .title::after {
	margin-left: 0.8em;
	transform: rotate(35deg);
}
.section_title .title .text {
	display: flex;
	flex-direction: column;
}
.section_title .title h2 {
	font-size: 5.8vw;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #044372;
	margin-bottom: 13px;
	background: linear-gradient(transparent 77%, #F6EE00 23%);
	display: inline-block;
	padding-bottom: 1px;
}

.section_title .title span {
	font-size: 12px;
	display: block;
	text-align: center;
	color: #686868;
	letter-spacing: 0.06em;
	line-height: 1;
}
.section_title p {
	font-size: min(3.7vw,15px);
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
}

.section_box .news_box {
	background-color: #DDDDDD;
	height: 200px;
	border-radius: 25px;
	margin-top: 25px;
}

.decoration_box {
	margin-top: 30px;
	position: relative;
}
.decoration_box .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid #B2B2B2;
	border-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.decoration_box .img_box {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}
.decoration_box .img {
	width: 21vw;
	height: 21vw;
	border-radius: 10px;
	overflow: hidden;
}
.decoration_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.decoration_box .img.circle {
	border-radius: 50%;
}

.decoration_box p {
	font-size: 3.8vw;
	text-align: center;
	margin-top: 10px;
}
.decoration_box p .mobile_none {
	display: none;
}
.decoration_box p span.big {
	font-size: 5.2vw;
	font-weight: bold;
	background: linear-gradient(transparent 77%, #F6EE00 23%);
}
.decoration_box p span.bold {
	font-weight: bold;
	background: linear-gradient(transparent 77%, #F6EE00 23%);
}

.greeting_box {
	margin-top: 40px;
	position: relative;
}
.greeting_box .img_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 14.5vw;
}
.greeting_box .img_box .img {
	overflow: hidden;
}
.greeting_box .img_box .img_A {
	border-radius: 20px;
	width: 75vw;
	height: 50vw;
}
.greeting_box .img_box .img_B {
	border-radius: 50%;
	width: 33vw;
	height: 33vw;
	position: absolute;
	right: 0px;
	bottom: -8vw;
}
.greeting_box .img_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.greeting_box .text {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.greeting_box .text p {
	font-size: min(3.7vw,15px);
	text-align: justify;
	margin-top: 15px;
}

.recommend_box {
	margin-top: 40px;
	position: relative;
}
.recommend_box section {
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	padding-top: 4%;
	padding-bottom: 5.5%;
	margin-bottom: 25px;
}
.recommend_box .img {
	width: 92%;
	height: 57vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;
	outline: 2px solid #044372;
}
.recommend_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}
.recommend_box .img .title {
	background-color: #044372;
	position: absolute;
	top: 0px;
	width: 100%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.recommend_box .img .title h3 {
	color: #FFFFFF;
	font-size: 4.3vw;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.recommend_box .text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.recommend_box .text_box .button a {
	font-size: min(3.7vw,15px);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	border-radius: 9999px;
	line-height: 1;
	display: inline-block;
	color: #044372;
	border: 2px solid #044372;
	font-weight: bold;
}
.recommend_box .text_box .button {
	text-align: center;
	margin-top: 15px;
	position: relative;
}
.recommend_box .text_box h4 {
	font-size: 4.3vw;
	text-align: justify;
	background: linear-gradient(transparent 79%, #F6EE00 21%);
	display: inline;
}
.recommend_box .text_box p {
	font-size: min(3.7vw,15px);
	text-align: justify;
	margin-top: 10px;
}
.recommend_box .text_box p span {
	font-size: 5.5vw;
	color: #FF5F02;
	font-weight: bold;
}

.voice_box {
	margin-top: 40px;
	position: relative;
}
.voice_box section {
	box-shadow: 1px 1px 7px #8C8C8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	padding-top: 6%;
	padding-bottom: 3%;
	margin-bottom: 25px;
}
.voice_box .text_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.voice_box .text_box .tag {
	margin-bottom: 10px;
}
.voice_box .text_box .tag a {
	color: #044372;
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #044372;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 9999px;
	line-height: 1;
}
.voice_box .img {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.voice_box .img img {
	width: 100%;
	height: auto;
	border-radius: 9px;
}
.voice_box .text_box h3 {
	font-size: 4.3vw;
	text-align: justify;
	background: linear-gradient(transparent 79%, #F6EE00 21%);
	display: inline;
}
.voice_box .text_box p {
	font-size: min(3.7vw,15px);
	text-align: justify;
	margin-top: 10px;
}


.number_separate_box {
	margin-top: 40px;
}
.number_separate_box section {
	position: relative;
	margin-bottom: 35px;
}
.number_separate_box.flow section {
	margin-bottom: 0px;
}
.number_separate_box section:last-child {
	margin-bottom: 0px;
}
.number_separate_box .triangle {
	background: #044372;
	height: calc(tan(60deg) * 23px / 2);
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 9%;
}
.number_separate_box section .number {
	position: absolute;
	top: 25.0vw;
	right: auto;
	left: 0px;
}
.number_separate_box section .number p {
	font-size: 21.5vw;
	color: #044372;
	line-height: 1;
	-webkit-text-stroke: 4px white;
	text-stroke: 4px white;
	paint-order: stroke;
}
.number_separate_box section .img_box {
	width: 85.5%;
	height: 48vw;
	margin-left: auto;
	margin-right: 0px;
}
.number_separate_box section .img_box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.number_separate_box section .title_box {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.number_separate_box section .title_box h3 {
	font-size: 5.2vw;
	line-height: 1.5;
	background: linear-gradient(transparent 79%, #F6EE00 21%);
	display: inline; /*inlineをつけないと改行でアンダーラインがつかない*/
}
.number_separate_box section .title_box .title {
	margin-top: 8px;
	margin-bottom: 10px;
}
.number_separate_box section .title_box span {
	font-size: 12px;
	display: block;
}
.number_separate_box section .title_box p {
	font-size: min(3.7vw,15px);
	margin-bottom: 5px;
	text-align: justify;
	display: block;
}
.number_separate_box section .title_box p:last-child {
	margin-bottom: 0px;
}

.img_section_box {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.img_section_box .img {
	width: 33.3%;
	height: 33vw;
	overflow: hidden;
}
.img_section_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.promise_box {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.promise_box section {
	position: relative;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 7px #8C8C8C;
	overflow-x: hidden;
	padding-top: 4%;
	padding-bottom: 4.5%;
	margin-bottom: 25px;
}
.promise_box section:last-child {
	margin-bottom: 0px;
}
.promise_box .img {
	height: 48vw;
	overflow: hidden;
	width: 92%;
	position: relative;
	border-radius: 9px;
	margin-left: auto;
	margin-right: auto;
}
.promise_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.promise_box .img .number {
	position: absolute;
	top: 1vw;
	left: 1vw;
	right: auto;
}
.promise_box .img .number p {
	font-size: 10vw;
	color: #044372;
	line-height: 1;
	-webkit-text-stroke: 4px white;
	text-stroke: 4px white;
	paint-order: stroke;
}
.promise_box .text {
	margin-top: 15px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.promise_box .text h3 {
	font-size: 4.6vw;
	line-height: 1.4;
	background: linear-gradient(transparent 79%, #F6EE00 21%);
	display: inline;
}
.promise_box .text .title {
	text-align: center;
}
.promise_box .text p {
	font-size: min(3.7vw,15px);
	line-height: 1.5;
	text-align: justify;
	margin-top: 13px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.post_list_box {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post_list_box section {
	width: 48%;
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 7px #8C8C8C;
	padding-bottom: 5px;
	margin-top: 20px;
}
.post_list_box .vertical_box {
	text-decoration: none;
	display: block;
	overflow-x: hidden;
	padding-bottom: 5px;
	padding-top: 1.2vw;
}
.post_list_box .vertical_box .img {
	height: 26vw;
	overflow: hidden;
	width: 95%;
	position: relative;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}
.post_list_box  .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.post_list_box .vertical_box .text {
	margin-top: 5px;
}
.post_list_box .text time {
	font-size: 12px;
	color: #999999;
	display: flex;
	align-items: center;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}
.post_list_box .text time img {
	width: 11px;
	height: auto;
	margin-right: 4px;
	display: block;
}
.post_list_box .text h3 {
	font-size: 3.3vw;
	line-height: 1.4;
	text-align: justify;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.post_list_box.menu .text h3 {
	margin-top: 10px;
	text-align: center;
	font-size: 3.5vw;
}
.post_list_box .text p {
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	text-align: justify;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.post_list_box .tag {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 0px;
}
.post_list_box .tag a {
	color: #044372;
	text-decoration: none;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 5px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #044372;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 9999px;
	line-height: 1;
}

.category_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
}
.category_list a {
	text-decoration: none;
	color: #044372;
	font-weight: bold;
	font-size: 3.2vw;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	border: 2px solid #044372;
	border-radius: 9999px;
	margin-right: 5px; 
	margin-left: 5px; 
	margin-top: 13px;
	letter-spacing: 0.07em;
}
.line_banner .section_button {
	margin-top: 15px;
}

.section_button {
	text-align: center;
	margin-top: 35px;
	position: relative;
}
.section_button a {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	border-radius: 9999px;
	line-height: 1;
	display: inline-block;
	color: #044372;
	border: 2px solid #044372;
	font-weight: bold;
}
.section_button.access {
	margin-top: 15px;
}

.access_box {
	position: relative;
	margin-top: 40px;
}
.access_box .address {
}
.access_box .address .logo {
	width: 52%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.access_box .address p {
	font-size: min(3.7vw,15px);
	text-align: center;
}
.access_box .address p br {
	display: none;
}
.access_box .map {
	margin-top: 30px;
}

.access_box .map .map_img {
	width: 100%;
	height: 65vw;
}
.access_box .map .map_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}


.access_box .map #map{
	width: 100%;
	height: 65vw;
}
.access_box .map #map iframe{
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.access_box .map .img {
	width: 100%;
	height: 65vw;
}
.access_box .map .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.access_box .parking {
	margin-top: 30px;
}
.access_box .parking .text {
	margin-bottom: 20px;
}
.access_box .parking .text p {
	font-size: min(3.7vw,15px);
}
.access_box .parking .text p span {
	font-size: min(4.2vw,20px);
	font-weight: bold;
	background-color: #044372;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	border-radius: 7px;
	margin-bottom: 10px;
}
.access_box .parking .img {
	width: 100%;
	height: 65vw;
}
.access_box .parking .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.access_box .contact {
	margin-top: 30px;
}
.access_box .contact .title {
	font-size: min(4.6vw,20px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.access_box .contact .text {
	font-size: min(3.7vw,15px);
	text-align: center;
	margin-bottom: 15px;
}
.access_box .contact .tel {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.access_box .contact .tel img {
	width: 7.5vw;
	height: auto;
	margin-right: 10px;
}
.access_box .contact .tel p {
	font-size: min(9.0vw,50px);
	line-height: 1;
	font-weight: bold;
	color: #044372;
}
.access_box .line_banner {
	border-radius: 20px;
	padding: 7%;
	background-color: #05CD05;
	margin-top: 30px;
}
.access_box .line_banner .left .flex {
	display: flex;
	align-items: flex-end;
}
.access_box .line_banner .left img {
	width: 35%;
}
.access_box .line_banner .left .flex p {
	/*font-size: min(9.0vw,50px);*/
	font-size: 8.7vw;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 7%;
}
.access_box .line_banner .left .flex p span {
	font-size: 18.0vw;
	color: #F6EE00;
	letter-spacing: 0.05em;
}
.access_box .line_banner .left .line_text {
	/*font-size: min(9.0vw,50px);*/
	font-size: 7.5vw;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}
.access_box .line_banner .right {
	border-radius: 18px;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.access_box .line_banner .right .line_title {
	font-size: min(4.6vw,30px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.access_box .line_banner .right .line_text {
	font-size: min(3.7vw,15px);
	text-align: center;
}

footer {
	padding-bottom: 65px;
}
footer .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
footer .footer_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .footer_menu .inner {
	width: 30%;
	display: flex;
	flex-direction: column;
	margin-left: 5%;
}
footer .footer_menu .inner a {
	font-size: min(3.7vw,15px);
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}
footer .footer_menu .inner a:last-child {
	margin-bottom: 0px;
}
footer .footer_menu .sns_box {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
footer .footer_menu .sns_box a {
	margin-left: 8px;
	margin-right: 8px;
}
footer .footer_menu .sns_box img {
	width: 35px;
}
footer .area {
	background-color: #F1F1F1;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
	margin-top: 30px;
}
footer .area p {
	font-size: min(3.7vw,15px);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 1.5;
}
footer .copyright {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #000000;
}
footer .copyright span {
	font-size: 15px;
	margin-right: 3px;
	color: #000000;
}
footer .policy {
	margin-top: 25px;
	width: 81%;
	margin-left: auto;
	margin-right: auto;
}
footer .policy a {
	text-decoration: none;
	font-size: 13px;
}
footer .produce {
}
footer .produce a {
	text-decoration: none;
	font-size: 13px;
	color: #A2A2A2;
}
footer .flex {
	width: 81%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}


/*------------フェードイン（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-in {
	opacity : 0;
	transform : translate(0, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}









































@media (min-width:600px) and (max-width:959px){
.decoration_box p {
	font-size: 2.3vw;
}
.decoration_box p span.big {
	font-size: 3.5vw;
}
.section_title .title h2 {
	font-size: 3.5vw;
}
.section_box {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section_box.color_curve .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section_box.white_curve .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.post_list_box section {
	width: 48%;
	margin-top: 35px;
}
.number_separate_box section .number p {
	font-size: 155px;
}
.number_separate_box section .title_box h3 {
	font-size: 28px;
}
.category_list a {
	font-size: 18px;
}
.post_list_box .text h3 {
	font-size: 18px;
}
.post_list_box.menu .text h3 {
	font-size: 18px;
}
.post_list_box .vertical_box {
	padding-top: 1vw;
}
.voice_box .text_box h3 {
	font-size: 24px;
}
.promise_box .text h3 {
	font-size: 24px;
}
.recommend_box .text_box h3 {
	font-size: 24px;
}
.recommend_box .img .title h3 {
	font-size: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.recommend_box .text_box h4 {
	font-size: 24px;
}
.recommend_box .text_box p span {
	font-size: 4.5vw;
}

.section_title .title::before,.title::after {
	height: 4.0vw;
}
.access_box .address .logo {
	width: 35%;
	margin-bottom: 15px;
}
.access_box .contact .tel img {
	max-width: 45px;
}
.greeting_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.number_separate_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.post_list_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.voice_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.promise_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.recommend_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.access_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.access_box .line_banner .left .flex p {
	font-size: min(8.7vw,65px);
	margin-left: 5%;
}
.access_box .line_banner .left .flex p span {
	font-size: min(18.0vw,120px);
}
.access_box .line_banner .left .line_text {
	font-size: min(7.5vw,52px);
	margin-top: 15px;
}


























































}



















@media (min-width:960px){
.section_box {
	padding-top: 130px;
	padding-bottom: 130px;
	position: relative;
}
.section_box .top_curve .curve_box {
	height: 500px;
}
.section_box .bottom_curve .curve_box {
	height: 500px;
}
.section_box .container {
	width: 85%;
	position: relative;
}
.section_box .news_flex {
	display: flex;
	justify-content: space-between;
	width: 83%;
}
.section_title .title h2 {
	font-size: 2.8vw;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
.section_title .title span {
	font-size: 1.1vw;
	letter-spacing: 0.06em;
}
.section_title p {
	font-size: 1.3vw;
	margin-top: 45px;
}
.section_title .title::before,.title::after {
	width: 3px;
	height: 2.8vw;
}
.section_title .title::before {
	margin-right: 1.7em;
}
.section_title .title::after {
	margin-left: 1.7em;
}
.section_box .news_box {
	width: 70%;
	height: 300px;
	margin-top: 0px;
}
.news_flex .section_title .title h2 {
	text-align: left;
}
.news_flex .section_title .title span {
	text-align: center;
}

.decoration_box p {
	font-size: 1.4vw;
	margin-top: 20px;
}
.decoration_box p.margin_bottom {
	margin-bottom: 45px;
}
.decoration_box p span.big {
	font-size: 2.4vw;
}
.decoration_box {
	margin-top: 55px;
}
.decoration_box .triangle {
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-top: 20px solid #B2B2B2;
	margin-top: 20px;
}
.decoration_box p .mobile_none {
	display: inline;
}
.decoration_box .img_box {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.decoration_box .img {
	width: 17vw;
	height: 17vw;
	border-radius: 35px;
}
.decoration_box .img_A {
	position: absolute;
	left: 1vw;
	top: 2vw;
}
.decoration_box .img_B {
	position: absolute;
	right: 1vw;
	top: 17vw;
}
.decoration_box .img_C {
	position: absolute;
	left: 1vw;
	top: 32vw;
}
.decoration_box .img_D {
	position: absolute;
	right: 1vw;
	top: 47vw;
}

.decoration_box .img_E {
	position: absolute;
	left: 1vw;
	top: 0vw;
}
.decoration_box .img_F {
	position: absolute;
	right: 1vw;
	top: 15vw;
}
.decoration_box .img_G {
	position: absolute;
	left: 1vw;
	top: 30vw;
}
.decoration_box .img_H {
	position: absolute;
	right: 1vw;
	top: 45vw;
}
.greeting_box .text p {
	font-size: 1.1vw;
	margin-top: 25px;
}
.greeting_box {
	margin-top: 95px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6vw;
}
.greeting_box .img_box {
	width: 43%;
	margin-bottom: 0px;
}
.greeting_box .img_box .img_A {
	width: 85%;
	height: 30vw;
	border-radius: 40px;
}
.greeting_box .img_box .img_B {
	width: 50%;
	height: 18.0vw;
	position: absolute;
	right: 0px;
	bottom: -6vw;
}
.greeting_box .text {
	width: 48%;
	margin-right: 3vw;
}
.section_box.color_curve .container {
	padding-top: 140px;
	padding-bottom: 140px;
}
.section_box.white_curve .container {
	padding-top: 140px;
	padding-bottom: 140px;
}
.number_separate_box section {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.number_separate_box section .img_box {
	width: 37%;
	height: 21.5vw;
	margin-left: auto;
	margin-right: 0px;
}
.number_separate_box.flow section .img_box {
	height: 21vw;
	margin-right: auto;
	margin-left: 0px;
}
.number_separate_box section.reverse .img_box {
	margin-left: 0px;
	margin-right: auto;
}
.number_separate_box section .title_box {
	margin-top: 0px;
	margin-left: auto;
	margin-right: 7%;
	width: 45%;
}
.number_separate_box section.reverse .title_box {
	margin-left: 7%;
	margin-right: auto;
}
.number_separate_box section .title_box h3 {
	font-size: 2.0vw;
}
.number_separate_box section .title_box .title {
	margin-top: 10px;
	margin-bottom: 20px;
}
.number_separate_box section .title_box span {
	font-size: 14px;
}
.number_separate_box section .title_box p {
	font-size: 1.1vw;
	margin-bottom: 10px;
}
.number_separate_box section .number {
	top: 6.8vw;
	right: auto;
	left: 0px;
}
.number_separate_box.flow section .number {
	top: 6.0vw;
	left: 31.5%;
}
.number_separate_box section.reverse .number {
	right: 0px;
	left: auto;
}
.number_separate_box section .number p {
	font-size: 8.2vw;
	-webkit-text-stroke: 5px white;
	text-stroke: 5px white;
}
.number_separate_box {
	margin-top: 95px;
}
.number_separate_box section.reverse {
	flex-direction: row-reverse;
}
.number_separate_box section .img_box img {
	border-radius: 35px;
}
.img_section_box .img.img_A {
	width: 29%;
	height: 30vw;
	/* [disabled]border-top-right-radius: 30px; */
	/* [disabled]border-bottom-right-radius: 30px; */
}
.img_section_box .img.img_B {
	width: 42%;
	/* [disabled]border-radius: 30px; */
	height: 30vw;
}
.img_section_box .img.img_C {
	width: 29%;
	height: 30vw;
	/* [disabled]border-radius: 30px; */
}
.img_section_box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.promise_box {
	margin-top: 95px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* [disabled]align-items: baseline; */
}
.promise_box section {
	width: 31.5%;
	border-radius: 20px;
	padding-bottom: 1.5vw;
	padding-top: 1.1vw;
	margin-bottom: 40px;
}
.promise_box section:last-child {
	margin-bottom: 40px;
}
.promise_box .img {
	height: 16vw;
	border-radius: 14px;
}
.promise_box .text {
	margin-top: 20px;
}
.promise_box .text h3 {
	font-size: 1.4vw;
}
.promise_box .text p {
	font-size: 1.1vw;
	margin-top: 18px;
}

.post_list_box {
	margin-top: 50px;
}
.post_list_box section {
	width: 23%;
	margin-top: 40px;
	border-radius: 20px;
	padding-bottom: 8px;
}
.post_list_box::after {
	content: "";
	display:block;
	width:23%;
}
.post_list_box::before {
	content: "";
	display:block;
	width:23%;
	order: 1;
}
.post_list_box .vertical_box {
	padding-bottom: 10px;
	padding-top: 0.5vw;
}
.post_list_box .vertical_box .img {
	height: 11.5vw;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.post_list_box a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}
.post_list_box .vertical_box .text {
	margin-top: 10px;
	transition: all 0.3s;
}
.post_list_box a:hover .text {
	opacity: 0.6;
}
.post_list_box .text time {
	font-size: 13px;
}
.post_list_box .text h3 {
	font-size: 1.1vw;
	margin-top: 10px;
}
.post_list_box.menu .text h3 {
	margin-top: 17px;
	font-size: 1.2vw;
}
.post_list_box .text p {
	font-size: 15px;
	width: 95%;
	margin-top: 10px;
}
.post_list_box .tag a {
	padding-left: 9px;
	padding-right: 9px;
	transition: all 0.3s;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 7px;
}
.post_list_box .tag a:hover {
	color: #FFF;
	background-color: #044372;
}

.category_list {
	width: 84.5%;
	margin-top: 65px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.category_list a {
	font-size: 1.2vw;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.3s;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
}
.category_list a:hover {
	color: #FFFFFF;
	background-color: #044372;
}

.section_button {
	margin-top: 60px;
}
.section_button a {
	font-size: 1.2vw;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 14px;
	padding-bottom: 14px;
	transition: all 0.3s;
}
.section_button a:hover {
	color: #FFFFFF;
	background-color: #044372;
}

.voice_box .text_box .tag a {
	padding-left: 12px;
	padding-right: 12px;
	transition: all 0.3s;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 7px;
}
.voice_box .text_box .tag a:hover {
	color: #FFF;
	background-color: #044372;
}
.voice_box section {
	border-radius: 20px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.voice_box .text_box {
	width: 44%;
	margin-left: 0;
	margin-right: auto;
}
.voice_box .img {
	width: 42%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0px;
}
.voice_box .img img {
	border-radius: 15px;
}
.voice_box .text_box p {
	font-size: 1.1vw;
	margin-top: 10px;
}
.voice_box .text_box h3 {
	font-size: 1.5vw;
	line-height: 1.6;
}
.voice_box .text_box .title {
	margin-bottom: 15px;
}
.voice_box {
	margin-top: 95px;
}
.promise_box .img .number p {
	font-size: 3.3vw;
}
.promise_box .img .number {
	top: 0.5vw;
	left: 0.5vw;
}

.recommend_box {
	margin-top: 95px;
}
.recommend_box section {
	border-radius: 20px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recommend_box .img {
	width: 42%;
	height: 24vw;
	margin-left: 0;
	border-radius: 17px;
	margin-right: auto;
}
.recommend_box .img img {
	border-radius: 15px;
}
.recommend_box .text_box {
	width: 44%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0px;
}
.recommend_box .text_box .button {
	margin-top: 25px;
	text-align: left;
}
.recommend_box .text_box .button a {
	font-size: 18px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.3s;
}
.recommend_box .text_box .button a:hover {
	color: #FFFFFF;
	background-color: #044372;
}
.recommend_box .text_box h4 {
	font-size: 1.7vw;
	line-height: 1.6;
}
.recommend_box .text_box .title {
	margin-bottom: 20px;
}
.recommend_box .text_box p {
	font-size: 1.1vw;
	margin-top: 10px;
}
.recommend_box .text_box p span {
	font-size: 2.4vw;
}
.recommend_box .img .title h3 {
	font-size: 1.8vw;
	padding-top: 6px;
	padding-bottom: 6px;
}
.recommend_box .img .title {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.number_separate_box .triangle {
	height: calc(tan(60deg) * 30px / 2);
	width: 55px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 48%;
}
.access_box {
	margin-top: 90px;
}
.access_box .address {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}
.access_box .address .logo {
	width: 25%;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.access_box .address p {
	font-size: 1.2vw;
	text-align: left;
	width: 34%;
	margin-left: 0px;
	margin-right: auto;
	line-height: 1.3;
}
.access_box .address p br {
	display: inline;
}
.section_button.access {
	margin-top: 0px;
}
.access_box .map {
	margin-top: 30px;
	display: flex;
	flex-direction: row-reverse;
}

.access_box .map .map_img {
	width: 64%;
	height: 28vw;
}
.access_box .map .map_img img {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
}

.access_box .map #map {
	width: 64%;
	height: 28vw;
}
.access_box .map .img {
	width: 36%;
	height: 28vw;
}
.access_box .map .img img {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
}
.access_box .map #map iframe {
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.access_box .parking {
	margin-top: 0px;
	width: 36%;
}
.access_box .parking .img {
	height: 20vw;
}
.access_box .parking .img img {
	border-radius: 30px;
}
.access_box .parking .text {
	margin-bottom: 20px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.access_box .parking .text p {
	font-size: 1.1vw;
}
.access_box .parking .text p span {
	font-size: 1.4vw;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.access_box .contact {
	margin-top: 0px;
	width: 45%;
	margin-left: 14.5%;
	margin-right: auto;
}
.access_box .pc_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;;
	margin-top: 60px;
}
.access_box .contact .tel img {
	width: 3.5vw;
	margin-right: 10px;
}
.access_box .contact .tel p {
	font-size: 4.0vw;
}
.access_box .contact .title {
	font-size: 1.5vw;
	margin-bottom: 25px;
}
.access_box .contact .text {
	font-size: 1.1vw;
	margin-bottom: 20px;
}
.access_box .contact .tel {
	margin-bottom: 30px;
	transition: all 0.3s;
}
.access_box .contact .tel:hover {
	opacity: 0.7;
}
footer .container {
	width: 85%;
	padding-top: 100px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
footer .area {
	width: 36%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	margin-top: 0px;
}
footer .footer_menu {
	width: 49.5%;
	display: flex;
	justify-content: flex-start;
	;
	flex-wrap: wrap;
	margin-top: 10px;
}
footer .area p {
	font-size: 1.1vw;
	width: 90%;
	line-height: 1.6;
}
footer .footer_menu .inner a {
	font-size: 1.1vw;
	margin-bottom: 13px;
	width: 50%;
	transition: all 0.3s;
}
footer .footer_menu .inner a:hover {
	opacity: 0.7;
}
footer .footer_menu .inner {
	width: 45%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0%;
}
footer .footer_menu .inner a:last-child {
	margin-bottom: 13px;
}
footer .footer_menu .sns_box {
	justify-content: flex-start;
	margin-top: 10px;
}
footer .footer_menu .sns_box a {
	margin-left: 0px;
	margin-right: 15px;
	transition: all 0.3s;
}
footer .footer_menu .sns_box a:hover {
	opacity: 0.7;
}
footer .footer_menu .sns_box img {
	width: 2.5vw;
}
footer {
	padding-bottom: 20px;
}
footer .flex {
	width: 82%;
	justify-content: flex-start;
	margin-top: 10px;
}
footer .policy {
	margin-top: 90px;
	width: 82%;
}
footer .policy a:hover {
	opacity: 0.7;
}
footer .policy a {
	font-size: 1.0vw;
	transition: all 0.3s;
}
footer .copyright {
	font-size: 1.0vw;
	margin-right: 5%;
}
footer .copyright span {
	font-size: 1.1vw;
	margin-right: 3px;
}
footer .produce a {
	font-size: 1.0vw;
	transition: all 0.3s;
}
footer .produce a:hover {
	color: #000000;
}
.access_box .line_banner .left .line_text {
	font-size: 3.3vw;
	margin-top: 15px;
	text-align: left;
}
.access_box .line_banner .left .flex p {
	font-size: 3.9vw;
	margin-left: 4%;
}
.access_box .line_banner .left .flex p span {
	font-size: 8.1vw;
}
.access_box .line_banner {
	border-radius: 30px;
	padding: 4%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access_box .line_banner .right {
	border-radius: 25px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 49.5%;
}
.access_box .line_banner .left {
	width: 47%;
	margin-top: -15px;
}
.access_box .line_banner .right .line_text {
	font-size: 1.4vw;
}
.access_box .line_banner .right .line_title {
	font-size: 2.2vw;
	margin-bottom: 10px;
}
.access_box .line_banner .left img {
	width: 33%;
}
.line_banner .section_button {
	margin-top: 20px;
}
.section_title .caution {
	font-size: 17px;
	margin-bottom: 100px;
	margin-top: -60px;
}












































































































}
