@charset "UTF-8";
/*
---------------------------------------------------------
	reset.css ver 1.2 [2008/11/25] 
	*This document validates as CSS level 3
	*GNU General Public License v3
	*http://higash.net/20081125/reset_css3.html

	Modify YUI Reset CSS, YUI Fonts CSS	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
	
	Modify Formy CSS Form Framework 0.8(beta)
	*GNU General Public License v2
	*http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 1.6rem;
	line-height: 1.9;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.open {
	overflow: hidden;
}

.serif {
	font-family: 'NotoSerifCJKjp-R', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
	transition: all .2s ease-out;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #11b2c0;
}

a:active {
	text-decoration: none;
	color: #333;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.js-fadein {
	position: relative;
	top: 20px;
	transition: all .3s ease-out;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.js-fade {
	top: 0;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.loader-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader,
.loader:after {
	width: 15em;
	height: 15em;
	border-radius: 50%;
}

.loader {
	text-indent: -9999em;
}

/*
* #Header
*/

header {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 60px;
	transition: all .3s ease-out;
	background: #fff;
}

.scrolled header {
	padding-top: 9px;
	padding-bottom: 16px;
}

.headerInner {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_txt {
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	top: 5px;
	right: 300px;
}

.scrolled .headerLogo__logo img {
	width: 420px;
}

.headerLogo__logo img {
	width: 505px;
	transition: all .3s ease-out;
}

.headerNavCv {
	position: absolute;
	top: 0;
	right: 0;
}

.headerNavCv a {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	width: 280px;
	padding: 20px 0 20px 120px;
	color: #fff;
	background: #e16306 url(../img/common/head_contact.webp) 33px center no-repeat;
	background-size: 67px auto;
}

.scrolled .headerNavCv a {
	padding: 2px 0 7px 120px;
}

.headerNavCv a span {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
}

#menu_popup {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	position: fixed;
	z-index: 103;
	top: 60px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
}

#menu_popup span {
	position: relative;
}

#menu_popup span:after {
	position: absolute;
	top: -15px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 6px 12px 6px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

#menu_popup.none {
	display: none;
}

.spNavBtn__btn {
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
}

.spNavBtn__btn a {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	background: #1153c0;
}

.spNavBtn__btn a span {
	position: relative;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 3px;
	height: 40px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.open .spNavBtn__btn a span:before,
.open .spNavBtn__btn a span:after {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a span:before {
	-ms-transform: rotate(-90deg) translate(-50%, -50%);
	transform: rotate(-90deg) translate(-50%, -50%);
}

.open .spNavBtn__btn a span:before {
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.spNavBtn__btn a span:after {
	-ms-transform: rotate(0) translate(-50%, -50%);
	transform: rotate(0) translate(-50%, -50%);
}

.open .spNavBtn__btn a span:after {
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.spNavBtn__btn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.open .spNavBtn__btn a {
	color: #747474;
	background: #747474;
}

#spNavBtn {
	display: none;
	height: 50px;
}

/**
 * #Footer
 */

footer {
	padding-top: 60px;
	padding-bottom: 50px;
}

.fNav ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.fNav ul li {
	margin-right: 40px;
}

.fNav ul li:last-child {
	margin-right: 0;
}

.fNav ul li a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/common/arr3.webp) 0 6px no-repeat;
	background-size: 14px auto;
}

.footerLogo {
	text-align: center;
}

.footerLogo__txt {
	font-weight: bold;
	margin-bottom: 15px;
}

.footerLogo__logo img {
	width: 100%;
	max-width: 506px;
}

.copyright {
	text-align: center;
}

.sp-fixNav {
	display: none;
}

/**
 * #Main
 */

#container {
	overflow: hidden;
}

/*------------ common ------------*/

.pageNavList li {
	width: 20%;
	padding-right: 2px;
	padding-bottom: 2px;
}

.pageNavList li a {
	font-weight: bold;
	line-height: 1.4;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fef3dc;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pageNavList li a span {
	position: relative;
	display: inline-block;
	padding-bottom: 13px;
	vertical-align: top;
}

.pageNavList li a span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	background: url(../img/common/arr3.webp) center center no-repeat;
	background-size: 100% auto;
}

.line-box {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
	color: #1153c0;
	background: #fef3dc;
}

a[data-fancybox] {
	position: relative;
	display: block;
}

a[data-fancybox]:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	transition: all .1s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 0, 0, .7) url(../img/common/icon_zoom.webp) center center no-repeat;
	background-size: 20px auto;
}

a[data-fancybox]:hover:after {
	width: 50px;
	height: 50px;
}

.w90p {
	padding-right: 5%;
	padding-left: 5%;
}

.card1__txt {
	padding: 0 30px 30px 30px;
}

.cv {
	margin-top: 120px;
	padding-top: 90px;
	padding-bottom: 50px;
	background: #fadd18;
}

.cv .heading__large {
	position: relative;
	color: #000;
}

.cv .heading__large:after {
	position: absolute;
	top: -160px;
	left: 0;
	display: block;
	width: 100%;
	height: 160px;
	content: '';
	background: url(../img/top/cv_illust.webp) center top no-repeat;
	background-size: auto 100%;
}

.cv .heading__large ._baloon {
	width: 310px;
	background: #11b2c0;
}

.cv .heading__large ._baloon:before,
.cv .heading__large ._baloon:after {
	border-color: transparent transparent transparent #11b2c0;
}

.cvTel {
	line-height: 1.3;
	margin-right: 40px;
	text-align: center;
}

.cvMail {
	text-align: center;
}

.cvTel__num {
	text-align: center;
}

.cvTel__num a {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	position: relative;
	display: inline-block;
	overflow: visible;
	min-width: 380px;
	padding: 0 30px 0 85px;
	color: #1153c0;
	border-radius: 40px;
	background: #fff;
}

.cvTel__num a:after {
	position: absolute;
	top: -13px;
	left: 25px;
	display: block;
	width: 63px;
	height: 63px;
	content: '';
	background: url(../img/common/icon_cv_tel.webp) center top no-repeat;
	background-size: auto 100%;
}

.cvTel__num a span {
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-ms-flex-align: center;
	align-items: center;
}

.mail__btn a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	position: relative;
	display: inline-block;
	overflow: visible;
	min-width: 380px;
	padding: 0 30px 0 85px;
	color: #1153c0;
	border-radius: 40px;
	background: #fff;
}

.mail__btn a:after {
	position: absolute;
	top: -13px;
	left: 25px;
	display: block;
	width: 63px;
	height: 63px;
	content: '';
	background: url(../img/common/icon_cv_mail.webp) center top no-repeat;
	background-size: auto 100%;
}

.mail__btn a span {
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-ms-flex-align: center;
	align-items: center;
}

/*------------ top ------------*/

.top-fv {
	overflow: hidden;
	height: 560px;
	padding-top: 50px;
	background: #11b2c0;
}

.top-fv .section__wide {
	position: relative;
}

.top-fv__txt {
	margin-bottom: 60px;
}

.top-fv__txt img {
	width: 100%;
	max-width: 745px;
}

.top-fvIllust {
	display: -ms-flexbox;
	display: flex;
	width: 640px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-fvIllust__item {
	width: 182px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.top-fvIllust__bg {
	position: absolute;
	top: -20px;
	left: 630px;
}

.top-fvIllust__bg img {
	width: 925px;
	max-width: none;
}

.top-news__ttl {
	width: 160px;
	background: #068e9a;
}

.top-news__ttl p {
	font-size: 30px;
	font-size: 3rem;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	color: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-newsTxt {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 160px);
	padding-right: 20px;
	background: #f0f0f0;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-newsTxt > a {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 180px);
	padding: 20px 30px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-newsTxt .btn._small a {
	min-width: 170px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.top-newsTxt__time {
	width: 135px;
}

.top-newsTxt__txt {
	width: calc(100% - 135px);
}

.top-intro {
	padding-top: 120px;
}

.top-intro__txt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #545454;
}

.top-intro__txt2 {
	text-align: center;
}

.top-intro__txt2 img {
	width: 100%;
	max-width: 600px;
}

.top-introBal {
	position: relative;
	padding-top: 27%;
}

.top-introBal span {
	position: absolute;
	display: inline-block;
}

.top-introBal ._side1 {
	width: 31.3%;
}

.top-introBal ._side2 {
	width: 25.9%;
}

.top-introBal ._side3 {
	width: 24%;
}

.top-introBal ._icon1 {
	top: 3%;
	left: 4%;
}

.top-introBal ._icon2 {
	top: 0;
	left: 37%;
}

.top-introBal ._icon3 {
	top: 2%;
	left: 70%;
}

.top-introBal ._icon4 {
	top: 63%;
	left: 4%;
}

.top-introBal ._icon5 {
	top: 55%;
	left: 26%;
}

.top-introBal ._icon6 {
	top: 68%;
	left: 48.8%;
}

.top-introBal ._icon7 {
	top: 56%;
	left: 71.5%;
}

.top-intro__txt3 {
	position: relative;
	padding-top: 120px;
	padding-bottom: 205px;
	text-align: center;
	background: url(../img/top/intro_illust.webp) center bottom no-repeat;
	background-size: auto 394px;
}

.top-intro__txt3:after {
	position: absolute;
	z-index: 1;
	bottom: 70px;
	left: 50%;
	display: block;
	width: 64px;
	height: calc(100% - 110px);
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/top/intro_arr.webp) center bottom no-repeat;
	background-size: 100% auto;
}

.top-intro__txt3 span {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 15px 50px;
	color: #fff;
	border-radius: 50px;
	background: #faad18;
}

.top-introBox {
	padding: 20px 30px;
	background: #fef3dc;
}

.line-wave {
	display: inline-block;
	background: url(../img/top/icon_wave.webp) center bottom repeat-x;
	background-size: 18px auto;
}

.top-introBox__ttl {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #1153c0;
}

.top-introBox__ttl ._m {
	font-size: 22px;
	font-size: 2.2rem;
}

.top-introBox__ttl ._l {
	font-size: 40px;
	font-size: 4rem;
}

.top-introBox__flex {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-introBox__ttl2 {
	width: 220px;
}

.top-introBox__txt {
	width: calc(100% - 250px);
}

.top-case {
	padding-top: 120px;
}

.top-caseSlideitem {
	width: 320px;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 120px;
	background: url(../img/top/illiust.webp) left bottom no-repeat;
	background-size: 110px auto;
}

.top-caseSlideitem .baloon1__inner {
	border-radius: 15px 15px 15px 0;
}

.top-caseSlide__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1153c0;
}

.top-service .heading__large {
	margin-bottom: 90px;
}

.top-service__icon {
	margin-top: -100px;
	margin-bottom: 15px;
	text-align: center;
}

.top-service__icon img {
	height: 137px;
}

.top-service__box {
	margin-bottom: 90px;
}

.top-service__box._last {
	width: 100%;
}

.top-service__box._last .flex {
	-ms-flex-align: center;
	align-items: center;
}

.top-service__box._last .top-service__icon {
	width: 180px;
	margin-top: 0;
	margin-bottom: 0;
}

.top-service__box._last .heading__medium {
	width: 220px;
	text-align: left;
}

.top-service__box._last ._text {
	width: calc(100% - 400px);
}

.top-aboutClient .heading__baloon {
	width: 215px;
}

.top-aboutClient .heading__baloon span {
	display: block;
	text-align: center;
}

.top-aboutClient .list_icon {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 215px);
	padding-left: 50px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-aboutClient .list_icon li {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-right: 30px;
}

.top-aboutClient .list_icon li:after {
	top: 9px;
}

.top-fea {
	overflow: hidden;
}

.top-feaBox {
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
	border-radius: 300px 0 0 300px;
	background: #11b2c0;
}

.top-feaBox:after {
	position: absolute;
	top: 0;
	right: -1000px;
	display: block;
	width: 1000px;
	height: 100%;
	content: '';
	background: #11b2c0;
}

.top-feaBox._revease {
	border-radius: 0 300px 300px 0;
}

.top-feaBox._revease:after {
	right: auto;
	left: -1000px;
}

.top-feaBoxInner {
	margin-left: 41%;
	color: #fff;
}

._revease .top-feaBoxInner {
	margin-right: 41%;
	margin-left: 0;
}

.top-feaBox__ttl {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.top-feaBox__num {
	margin-bottom: 5px;
}

.top-feaBox__num img {
	width: 100%;
	max-width: 60px;
}

.top-feaBox__illust {
	position: absolute;
	top: 40px;
	left: 20px;
}

.top-feaBox__illust img {
	width: 357px;
}

._list2 .top-feaBox__illust {
	top: 90px;
	right: 40px;
	left: auto;
}

._list2 .top-feaBox__illust img {
	width: 346px;
}

._list3 .top-feaBox__illust {
	top: 50px;
	left: 80px;
}

._list3 .top-feaBox__illust img {
	width: 295px;
}

._list4 .top-feaBox__illust {
	top: 110px;
	right: 20px;
	left: auto;
}

._list4 .top-feaBox__illust img {
	width: 389px;
}

.top-flow__flex .grid4 {
	width: 22%;
	margin-right: 4%;
}

.top-flow__flex .grid4:nth-child(4n) {
	margin-right: 0;
}

.top-flow__icon {
	margin-bottom: 15px;
	text-align: center;
}

.top-flow__icon img {
	max-height: 143px;
}

.top-flow__item {
	position: relative;
	padding-top: 50px;
}

.top-flow__item:after {
	position: absolute;
	top: 0;
	right: -35px;
	display: block;
	width: 24px;
	height: 100%;
	content: '';
	background: url(../img/common/arr2_blue.webp) center center no-repeat;
	background-size: 100% auto;
}

.top-flow__item:last-child:after {
	content: none;
}

.top-flow__num {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.top-flow__num img {
	width: 100%;
	max-width: 60px;
}

.top-faq .heading__large {
	width: 312px;
}

.top-faqTxt {
	width: calc(100% - 312px);
}

.faqBox {
	margin-bottom: 10px;
	padding: 20px 30px;
	border-radius: 5px;
	background: #f0f0f0;
}

.faqBox dt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-right: 35px;
	padding-left: 40px;
	cursor: pointer;
	transition: all .3s ease-out;
}

.faqBox dt:hover {
	color: #11b2c0;
}

.faqBox dt:after {
	font-family: 'Outfit', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	position: absolute;
	top: -7px;
	left: 0;
	content: 'Q';
	color: #11b2c0;
}

.faqBox dt:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	content: '';
	transition: all .3s ease-out;
	background: url(../img/common/icon_plus.webp) center center no-repeat;
	background-size: 100% auto;
}

.faqBox dd {
	display: none;
	margin-top: 20px;
	margin-left: 40px;
	padding: 10px 15px;
	border-radius: 5px;
	background: #fff;
}

.faqBox._open dt:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top-newsList {
	border-top: 1px solid #d5d5d5;
}

.top-newsItem {
	border-bottom: 1px solid #d5d5d5;
}

.top-newsItem a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 60px 20px 30px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-newsItem a:after {
	position: absolute;
	top: 0;
	right: 30px;
	display: block;
	width: 26px;
	height: 100%;
	content: '';
	background: url(../img/common/arr3.webp) center center no-repeat;
	background-size: 100% auto;
}

.top-newsItem__time {
	width: 135px;
}

.top-newsItem__ttl {
	width: calc(100% - 135px);
}

.top-news__btn {
	text-align: right;
}

/*------------ about ------------*/

.about-msg__flex {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.about-msgImg {
	width: 40%;
}

.about-msgTxt {
	width: 60%;
	padding-right: 50px;
}

.about-name {
	line-height: 1.5;
}

/*------------ service ------------*/

.ser-meritList {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ser-meritList li {
	font-weight: bold;
	line-height: 1.5;
	width: 16%;
	margin-right: .8%;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
}

.ser-meritList li:last-child {
	margin-right: 0;
}

.ser-meritList__num {
	margin-bottom: 5px;
}

.ser-meritList__num img {
	width: 100%;
	max-width: 40px;
}

.ser-point__img {
	width: 17%;
	padding-right: 40px;
}

.ser-point__list1 {
	width: 55%;
	padding: 20px;
	border-radius: 5px;
	background: #e7f7f9;
}

.ser-point__list2 {
	width: 28%;
	padding-left: 40px;
}

.ser-box {
	position: relative;
	padding: 20px;
	padding-left: 50px;
	border-radius: 5px;
	background: #fef3dc;
}

.ser-box__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	padding: 23px 4px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	color: #fff;
	border-radius: 5px;
	background: #faad18;
	writing-mode: vertical-rl;
}

.ser-box__arr {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin-bottom: 5px;
	padding-left: 14px;
}

.ser-box__arr:after {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 6px;
	height: 12px;
	content: '';
	background: url(../img/common/arr2_blue.webp) center center no-repeat;
	background-size: 100% auto;
}

.ser-img {
	text-align: center;
}

.price-work {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
}

.price-work th,
.price-work td {
	padding: 15px 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}

.price-work ._head {
	font-weight: bold;
	background: #f0f0f0;
}

.price-work ._plan1 {
	width: 14%;
	color: #fff;
	background: rgba(232, 93, 132, .55);
}

.price-work ._plan2 {
	width: 18%;
	color: #fff;
	background: rgba(232, 93, 132, .7);
}

.price-work ._plan3 {
	width: 22%;
	color: #fff;
	background: rgba(232, 93, 132, .85);
}

.price-work ._plan4 {
	width: 26%;
	color: #fff;
	background: #e85d84;
}

.price-work tr td:nth-child(2) {
	background: rgba(253, 238, 242, .55);
}

.price-work tr td:nth-child(3) {
	background: rgba(253, 238, 242, .7);
}

.price-work tr td:nth-child(4) {
	background: rgba(253, 238, 242, .85);
}

.price-work tr td:nth-child(5) {
	background: #fdeef2;
}

/*------------ contact ------------*/

.contact-tel a {
	background: #fef3dc;
}

.contact-table {
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

.contact-table th,
.contact-table td {
	padding: 20px;
	border-bottom: 1px solid #d5d5d5;
}

.contact-table th {
	font-weight: bold;
	background: #f0f0f0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	width: 100%;
	padding: 8px;
	border: solid 1px #656565 !important;
	background: #fff;
}

input[type='text'].input_adress,
input[type='tel'].input_adress,
input[type='email'].input_adress,
textarea.input_adress {
	width: calc(100% - 90px);
}

input[type='text'].input__zip,
input[type='tel'].input__zip,
input[type='email'].input__zip,
textarea.input__zip {
	width: 200px;
}

input[type='text'].mfp_ng,
input[type='tel'].mfp_ng,
input[type='email'].mfp_ng,
textarea.mfp_ng {
	background-color: rgba(255, 0, 0, .2);
}

textarea {
	height: 150px;
}

.select_wrap {
	display: inline-block;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: url(../img/common/select_bg.webp) right center no-repeat;
	background-size: 20px auto;
}

.no-webp .select_wrap {
	background-image: url(../img/common/select_bg.jpg);
}

.select_wrap._db {
	display: block;
}

.select_wrap select {
	width: 100%;
	padding: 10px 30px 10px 10px;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkbox-input {
	display: none;
}

.checkbox-parts {
	position: relative;
	margin-right: 25px;
	padding-left: 30px;
}

.checkbox-parts:before {
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(../img/common/icon_check2.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

.mfp_checked .checkbox-parts {
	font-weight: bold;
	color: #dc0000;
}

.check-label {
	display: inline-block;
	padding-bottom: 10px;
}

.mfp_checked .checkbox-parts:after {
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(../img/common/icon_checked.webp) 0 0 no-repeat;
	background-size: 100% auto;
}

input[type=radio] {
	display: none;
}

.radio {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-left: 26px;
	cursor: pointer;
}

.radio:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 21px;
	height: 19px;
	content: '';
	transition: all .2s ease-out;
	background: url(../img/common/radio_off.png) 0 0 no-repeat;
	background-size: auto 100%;
}

.radio.mfp_checked {
	font-weight: bold;
	color: #dc0000;
}

.radio.mfp_checked:before {
	background-image: url(../img/common/radio_on.png);
}

._required {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	padding: 3px 7px;
	color: #fff;
	background: #dc0000;
}

._required._nini {
	background: #747474;
}

.pp_box {
	border: 1px solid #d5d5d5;
}

.pp_box__ttl {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	background: #eee;
}

.pp_box__ttl span {
	position: relative;
	padding-right: 20px;
}

.pp_box__ttl span:after {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url(../img/common/arr_gray.webp) center center no-repeat;
	background-size: 100% auto;
}

.pp_box__inner {
	overflow-y: scroll;
	height: 200px;
	padding: 5px;
	padding: 20px;
	border-top: none;
	background: #fff;
}

.checkList {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.checkList label {
	display: inline-block;
	width: 50%;
}

.price_caption {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price_caption dt {
	width: 2em;
}

.price_caption dd {
	width: calc(100% - 2em);
}

.wpcf7-spinner {
	display: none !important;
}

.wp-side {
	width: 24%;
	margin-right: 6%;
}

.wp-side .heading__medium {
	font-size: 17px;
	font-size: 1.7rem;
}

.wp-side .heading__medium:after {
	top: 18px;
}

.post_wrap {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.post_wrap .heading__large {
	text-align: left;
}

.post_wrap .heading__large span {
	display: block;
}

.post_main {
	width: 70%;
}

.post_main .heading_medium {
	text-align: left;
	background-position: 0 0;
}

.post_main .heading_medium:after {
	left: 0;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.post_main .heading_medium a {
	color: #1153c0;
}

.wp-postItem {
	position: relative;
	border-bottom: 1px solid #d5d5d5;
}

.wp-postItem:first-child {
	border-top: 1px solid #d5d5d5;
}

.wp-postItem__ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
}

.wp-postSingle__ttl {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 12px;
}

.wp-postItem__link {
	position: relative;
	display: block;
	padding: 25px;
}

.wp-postItem__link:after {
	position: absolute;
	top: 50%;
	right: 0;
	right: auto;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 5px auto;
	background-size: 8px auto;
}

.no-webp .wp-postItem__link:after {
	background-image: url(../img/common/arr_blue.png);
}

.wp-postItem__link:hover {
	color: #1153c0;
}

.wp-postItem__times._single {
	margin-bottom: 50px;
}

.categoryList__item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	display: inline-block;
	padding: 2px 30px;
	color: #fff;
	border-radius: 30px;
	background: #faad18;
}

.wp-postItem__time {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.post-categories {
	display: inline-block;
}

.post-categorie {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline;
	min-width: 100px;
	margin-right: 10px;
	padding: 4px 10px;
	vertical-align: 3px;
	color: #fff;
	border-radius: 5px;
	background: #1153c0;
}

.sideBox {
	padding-bottom: 50px;
}

.sideBox__ttl span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	height: 35px;
	margin-bottom: 10px;
	padding: 4px 20px;
	vertical-align: top;
	color: #fff;
	background: #11b2c0;
}

.sideBox__ttl span:before {
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 0 35px 30px;
	border-style: solid;
	border-color: transparent transparent transparent #11b2c0;
}

.sideBox__ttl span:before {
	right: -30px;
}

.sideBox__list {
	line-height: 1.5;
}

.sideBox__list > li {
	margin-bottom: 10px;
}

.sideBox__list > li > a {
	position: relative;
	display: block;
	padding-left: 16px;
	padding-left: 15px;
	background: url(../img/common/arr3.webp) 0 8px no-repeat;
	background-size: 10px auto;
}

.sideBox__list .children {
	padding-left: 20px;
}

.sideBox__list .children li {
	position: relative;
	margin-top: 5px;
	padding-left: 10px;
}

.sideBox__list .children li:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	color: #1153c0;
	border-radius: 50%;
	background: #1153c0;
}

.sideBox__list .children li a {
	display: block;
}

.postBody h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 40px;
	padding: 10px 15px;
	color: #fff;
	background: #747474;
}

.postBody h3 {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-top: 2px solid #747474;
	border-bottom: 2px solid #747474;
	background-color: transparent;
	background-image: none;
}

.postBody h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	clear: both;
	margin-top: 40px;
	padding: 14px 20px;
	border-bottom: none;
	background: #f0f0f0;
}

.postBody h5 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	clear: both;
	margin-top: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid #747474;
}

.postBody h6 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 40px;
	padding-left: 16px;
}

.postBody h6:after {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 7px;
	height: 23px;
	content: '';
	background: #747474;
}

.postBody p {
	clear: both;
	margin-top: 20px;
}

.postBody ul {
	margin-top: 20px;
}

.postBody ul li {
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
	padding-left: 18px;
}

.postBody ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 12px;
	height: 4px;
	content: '';
}

.postBody img,
.postBody video,
.postBody iframe {
	max-width: auto;
	height: auto;
}

.postBody strong {
	font-weight: bold;
}

.postBody .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.postBody .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.postBody .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.postBody a {
	text-decoration: underline;
	color: #1153c0;
}

.postBody .ez-toc-list li:before {
	content: none;
}

.postBody .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.postBody .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.pager_wrap {
	padding-top: 50px;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 50px;
	display: inline-block;
	min-width: 50px;
	height: 50px;
	margin: 0 5px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	background: #f0f0f0;
}

.pager .page-numbers:hover,
.pager .page-numbers.current {
	color: #fff;
	background: #11b2c0;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	position: relative;
	transition: all .2s ease-out;
	text-indent: -9999px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	width: 46px;
	height: 14px;
	height: 46px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr3.webp) center center no-repeat;
	background-size: 100% auto;
	background-size: 15px auto;
}

.no-webp .pager .page-numbers.prev:after,
.no-webp .pager .page-numbers.next:after {
	background-image: url(../img/common/arr3.png);
}

.no-webp .pager .page-numbers.prev:after,
.no-webp .pager .page-numbers.next:after {
	background-image: url(../img/common/arr_white.png);
}

.pager .page-numbers.prev:hover:after,
.pager .page-numbers.next:hover:after {
	background-image: url(../img/common/arr_white.webp);
}

.no-webp .pager .page-numbers.prev:hover:after,
.no-webp .pager .page-numbers.next:hover:after {
	background-image: url(../img/common/arr_white.png);
}

.pager .page-numbers.prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.wp-paging:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.wp-paging .prev {
	float: left;
}

.wp-paging .prev a span:after {
	right: auto;
	left: 0;
	-ms-transform: scale(-1, 1) translate(0, -50%);
	transform: scale(-1, 1) translate(0, -50%);
}

.wp-paging .next {
	float: right;
	text-align: right;
}

.wp-paging .next span {
	padding-right: 15px;
	padding-left: 0;
}

.wp-paging .next span:after {
	right: 0;
	left: auto;
}

.box2 {
	padding: 25px;
	background: #fff;
}

.slick-track {
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.baloon1__inner {
	position: relative;
	padding: 25px 25px 30px;
	border: 3px solid #000;
	border-radius: 15px;
	background: #fff;
}

.baloon1__inner:before,
.baloon1__inner:after {
	position: absolute;
	width: 60px;
	height: 3px;
	content: '';
	background: #fff;
}

.baloon1__inner:before {
	top: -3px;
	left: 10%;
}

.baloon1__inner:after {
	right: 10%;
	bottom: -3px;
}

.baloon1 {
	position: relative;
}

.baloon1:after {
	position: absolute;
	bottom: -29px;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	content: '';
	background: url(../img/common/icon_baloon.webp) 0 0 no-repeat;
	background-size: auto 100%;
}

.baloon1._box:after {
	content: none;
}

.baloon2 span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	padding: 6px 20px;
	vertical-align: top;
	color: #fff;
	border-radius: 5px;
	background: #1153c0;
}

.round {
	border-radius: 15px;
}

.round._l {
	border-radius: 50px;
}

.round._m {
	border-radius: 20px;
}

.round._ovh {
	overflow: hidden;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * #Breadcrumbs
 */

.breadcrumb {
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	background: #f0f0f0;
}

.breadcrumb ul {
	padding-right: 10px;
}

.breadcrumb li {
	position: relative;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	background: url(../img/common/arr_blue.png) left 13px no-repeat;
	background-size: 4px auto;
}

.breadcrumb li a {
	padding-right: 15px;
	text-decoration: underline;
	background: url(../img/common/arr3.webp) right center no-repeat;
	background-size: 10px auto;
}

/**
 * #btn
 */

.btn {
	text-align: center;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	overflow: visible;
	min-width: 350px;
	padding: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background: #e16306;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	position: absolute;
	top: 50%;
	right: 26px;
	display: block;
	width: 26px;
	height: 13px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 100% auto;
}

.btn a:hover span:after,
.btn input[type='submit']:hover span:after,
.btn input[type='button']:hover span:after,
.btn button:hover span:after {
	animation-name: arrAnime;
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}

.btn._large a {
	min-width: 660px;
	padding: 40px 20px;
	cursor: pointer;
	border: none;
	background: #f8f3ed;
}

.btn._white a {
	color: #fff;
}

.btn._white a span:after {
	background-color: #fff;
	background-image: url(../img/common/arr_blue.webp);
}

.no-webp .btn._white a span:after {
	background-image: url(../img/common/arr_blue.png);
}

.btn._back a {
	background: #747474;
}

.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	display: block;
	min-width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px;
	cursor: pointer;
	transition: all .3s ease-out;
	border: none;
}

.btn input[type='submit']:hover,
.btn input[type='button']:hover,
.btn button:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

.btn._small a {
	font-size: 15px;
	font-size: 1.5rem;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn._small a:after {
	right: 14px;
	width: 14px;
}

.btn2 a {
	display: inline-block;
	text-decoration: underline;
}

.btn2 a span {
	position: relative;
	padding-right: 25px;
}

.btn2 a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #1153c0 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 5px auto;
}

.no-webp .btn2 a span:after {
	background-image: url(../img/common/arr_white.png);
}

.btn3 a {
	font-weight: bold;
	display: inline-block;
	min-width: 260px;
	padding: 13px 20px;
	border-radius: 5px;
	background: #f0f0f0;
}

.btn3 a span {
	position: relative;
	padding-left: 15px;
}

.btn3 a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 14px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr3.webp) center center no-repeat;
	background-size: 100% auto;
}

.no-webp .btn3 a span:after {
	background-image: url(../img/common/arr3.png);
}

.pageTtl {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #11b2c0 url(../img/top/fv_illust1.webp) right -300px center no-repeat;
	background-size: 927px auto;
}

.pageTtl__ttl {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
}

.heading__large {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #11b2c0;
}

.heading__large ._baloon {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	height: 50px;
	margin-bottom: 15px;
	padding: 10px 20px;
	vertical-align: top;
	color: #fff;
	background: #faad18;
}

.heading__large ._baloon:before,
.heading__large ._baloon:after {
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 0 50px 30px;
	border-style: solid;
	border-color: transparent transparent transparent #faad18;
}

.heading__large ._baloon:before {
	right: -30px;
}

.heading__large ._baloon:after {
	left: -30px;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.heading__medium {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #11b2c0;
}

.heading__small {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.heading__small._line {
	position: relative;
}

.heading__small._line:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}

.heading__small._line span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
}

.heading__xsmall {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
	background: #11b2c0;
}

.heading__xsmall2 {
	font-weight: bold;
	padding: 10px 15px;
	color: #fff;
	background: #747474;
}

.heading__baloon span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	border-radius: 5px;
	background: #fff;
}

.heading__baloon span:after {
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 0 22px 22px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.heading__baloon._green span {
	color: #fff;
	background: #11b2c0;
}

.heading__baloon._green span:after {
	border-color: transparent transparent transparent #11b2c0;
}

.heading__baloon._vertical {
	margin-bottom: 30px;
}

.heading__baloon._vertical span:after {
	top: auto;
	right: auto;
	bottom: -18px;
	left: 0;
	border-width: 0 22px 22px 22px;
}

.heading__baloon._s span {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 20px;
}

.heading__baloon2 {
	text-align: center;
}

.heading__baloon2 span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	height: 50px;
	margin-bottom: 15px;
	padding: 10px 20px;
	vertical-align: top;
	color: #fff;
	background: #faad18;
}

.heading__baloon2 span:before,
.heading__baloon2 span:after {
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 0 50px 30px;
	border-style: solid;
	border-color: transparent transparent transparent #faad18;
}

.heading__baloon2 span:before {
	right: -30px;
}

.heading__baloon2 span:after {
	left: -30px;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.section__wide {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.333%;
	padding-left: 3.333%;
}

.w600 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.w700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.align-c {
	-ms-flex-align: center;
	align-items: center;
}

.flex._revease {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
	margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
	margin-right: 6%;
}

.flex._start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex._center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex._mb > * {
	margin-bottom: 50px;
}

.grid2 {
	width: 47%;
	margin-right: 6%;
}

.grid2:nth-child(2n) {
	margin-right: 0;
}

.grid3 {
	width: 31%;
	margin-right: 3.5%;
}

.grid3:nth-child(3n) {
	margin-right: 0;
}

.grid4 {
	width: 22%;
	margin-right: 4%;
}

.grid4:nth-child(4n) {
	margin-right: 0;
}

.grid7 {
	width: 65.5%;
}

.grid2_small {
	width: 35%;
	margin-right: 4%;
}

.grid2_wide {
	width: 61%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-s {
	margin-bottom: 10px;
}

.mb-mm {
	margin-bottom: 30px;
}

.mb-m {
	margin-bottom: 60px;
}

.mb-l {
	margin-bottom: 100px;
}

.mb-xl {
	margin-bottom: 120px;
}

.pb-s {
	padding-bottom: 10px;
}

.pb-m {
	padding-bottom: 25px;
}

.pb-l {
	padding-bottom: 60px;
}

.pb-xl {
	padding-bottom: 120px;
}

.ptb-xl {
	padding-top: 120px;
	padding-bottom: 120px;
}

.ptb-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

/**
 * #Text
 */

.text_s {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}

.text_m {
	font-size: 17px;
	font-size: 1.7rem;
}

.text_l {
	font-size: 18px;
	font-size: 1.8rem;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #1153c0;
}

.bold {
	font-weight: 700;
}

a.link_orange {
	text-decoration: underline;
	color: #faad18;
}

.lh15 {
	line-height: 1.5;
}

/**
 * #Display
 */

.sp {
	display: none;
}

.tablet {
	display: none;
}

.pc {
	display: inline;
}

.map iframe {
	width: 100%;
	height: 500px;
}

/*-------------------------------*/

.icon_tel {
	font-size: 25px;
	font-size: 2.5rem;
}

.icon_tel span {
	position: relative;
	padding-left: 30px;
}

.icon_tel span:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 23px;
	height: 24px;
	content: '';
	background: url(../img/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_time span {
	position: relative;
	padding-left: 30px;
}

.icon_time span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_time.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_map span {
	position: relative;
	padding-left: 37px;
}

.icon_map span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 33px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_map.webp) center center no-repeat;
	background-size: 100% auto;
}

.list_icon li {
	line-height: 1.4;
	position: relative;
	margin-bottom: 5px;
	padding-left: 14px;
}

.list_icon li:after {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 6px;
	height: 12px;
	content: '';
	background: url(../img/common/arr2_blue.webp) center center no-repeat;
	background-size: 100% auto;
}

.list_icon._l li {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.timetable {
	overflow: hidden;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 20px 0 20px 0;
}

.timetable ._tr {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #d5d5d5;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.timetable ._tr:last-child {
	border-bottom: none;
}

.timetable ._th,
.timetable ._td {
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	width: 12%;
	padding: 7px 10px;
	text-align: center;
	border-left: 1px solid #d5d5d5;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.timetable ._th._ttl,
.timetable ._td._ttl {
	width: 100px;
	width: 16%;
	border-left: none;
}

.timetable ._th {
	background: #f0f0f0;
}

.timetable ._circle {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #8a8a8a;
}

.timetable ._minus {
	display: inline-block;
	width: 100%;
	max-width: 25px;
	height: 4px;
	background: #8a8a8a;
}

.bg1 {
	background: #e7f7f9;
}

.bg2 {
	background: #f8f8f8;
}

.bg3 {
	background: #1153c0;
}

.medicalList__item {
	min-height: 100px;
	margin-bottom: 25px;
}

.medicalList__item a {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	position: relative;
	display: block;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 5% 8%;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.medicalList__item a:hover:after {
	animation-name: arr_animation2;
	animation-duration: .4s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
}

.medicalList__item a:after {
	position: absolute;
	top: 50%;
	right: 8%;
	display: block;
	width: 22px;
	height: 22px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #000;
	border-radius: 50%;
	background: url(../img/common/arr2.webp) 9px 7px no-repeat;
	background-size: 5px auto;
}

.eng {
	font-family: 'Outfit', sans-serif;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

.table-1 th,
.table-1 td {
	line-height: 1.5;
	padding: 20px;
	border-bottom: 1px solid #d5d5d5;
}

.table-1 th {
	font-weight: bold;
	position: relative;
}

.table-1 th:after {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	content: '';
	background: #747474;
}

.table-price {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
}

.table-price th,
.table-price td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}

.table-price th {
	background: #f0f0f0;
}

.table-price ._head {
	font-weight: bold;
	color: #fff;
	background: #faad18;
}

@media only screen and (min-width: 1200px) {

.hab-menu__only {
	display: none !important;
}

.headerNav__list {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.headerNav__list > li {
	position: relative;
	margin-left: 40px;
}

.headerNav__list > li:first-child {
	margin-left: 0;
}

.headerNav__list > li > a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	display: block;
	overflow: visible;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: center;
}

.headerNav__list > li > a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	content: '';
	transition: all .2s ease-out;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/common/line_ditted.webp) 0 0 repeat-x;
	background-size: auto 100%;
}

.headerNav__list > li > a:hover {
	color: #11b2c0;
}

.headerNav__list > li > a:hover:after {
	width: 100%;
}

#top .headerNav__list > li#gn1 > a,
#service .headerNav__list > li#gn2 > a,
#about .headerNav__list > li#gn3 > a,
#info .headerNav__list > li#gn4 > a,
#info .headerNav__list > li#gn5 > a {
	color: #11b2c0;
}

#top .headerNav__list > li#gn1 > a:after,
#service .headerNav__list > li#gn2 > a:after,
#about .headerNav__list > li#gn3 > a:after,
#info .headerNav__list > li#gn4 > a:after,
#info .headerNav__list > li#gn5 > a:after {
	width: 100%;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

.headerNav__list > li {
	margin-left: 20px;
}

}

@media only screen and (max-width: 1440px) {

.section__wide {
	padding-right: 20px;
	padding-left: 20px;
}

}

@media only screen and (max-width: 1400px) {

.headerLogo__logo img {
	width: 420px;
}

}

@media only screen and (max-width: 1200px) {

header {
	position: static;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header_txt {
	position: static;
	margin-bottom: 15px;
}

.headerLogo__logo {
	padding-top: 0;
	text-align: center;
}

.headerNavCv {
	position: fixed;
	z-index: 5;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.headerNavCv a {
	font-size: 18.4px;
	font-size: 1.84rem;
	height: 60px;
	padding: 7px 0 10px 80px !important;
	background-position: 15px center;
	background-size: 50px auto;
}

.headerNavCv a span {
	font-size: 14.4px;
	font-size: 1.44rem;
}

.hab-nav {
	position: fixed;
	z-index: 9;
	top: 0;
	left: -100vw;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	padding: 20px;
	transition: all .2s ease-out;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.open .hab-nav {
	left: 0;
}

.hab-menu {
	padding-bottom: 120px;
}

.headerNav__list {
	text-align: left;
}

.headerNav__list > li {
	border-bottom: 1px solid #d5d5d5;
}

.headerNav__list > li > a {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 15px 15px 15px 40px;
	background: url(../img/common/arr3.webp) 10px center no-repeat;
	background-size: 15px auto;
}

.headerNav__list > li > a:after {
	content: none;
}

.headerNav__list > li > a:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 5px auto;
}

#spNavBtn {
	display: block;
}

#container {
	padding-top: 0 !important;
}

}

@media only screen and (max-width: 1100px) {

.top-feaBox__illust img {
	width: 34vw;
}

._list2 .top-feaBox__illust {
	right: 16px;
}

._list2 .top-feaBox__illust img {
	width: 34vw;
}

._list3 .top-feaBox__illust {
	left: 50px;
}

._list3 .top-feaBox__illust img {
	width: 27vw;
}

._list4 .top-feaBox__illust {
	right: 10px;
}

._list4 .top-feaBox__illust img {
	width: 38vw;
}

.top-flow__item:after {
	right: -14%;
	width: 10%;
}

.section {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}

}

@media only screen and (max-width: 1024px) {

.cv__flex {
	display: block;
}

.cvTel {
	margin-right: 0;
	margin-bottom: 20px;
}

.top-news__flex {
	display: block;
}

.top-news__ttl {
	width: auto;
}

.top-newsTxt {
	width: auto;
}

}

@media only screen and (max-width: 1000px) {

header {
	padding-right: 0;
}

.headerInner {
	display: block;
}

.pageTtl {
	background-position: right -30vw center;
	background-size: 80vw auto;
}

}

@media only screen and (max-width: 830px) {

.w800 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

@media only screen and (max-width: 768px) {

.header_txt {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	margin-bottom: 0;
}

.headerLogo__logo {
	margin-bottom: 0;
}

.headerLogo__logo img {
	width: 400px;
}

.fNav ul li a {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 30px;
	background-position: 10px center;
}

.pageNavList li {
	width: 25%;
}

.pageNavList li a {
	padding: 10px 5px;
}

a[data-fancybox]:after {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_zoom.webp) center center no-repeat;
	background-size: 14px auto;
}

a[data-fancybox]:hover:after {
	width: 30px;
	height: 30px;
}

.card1__txt {
	padding: 0 20px 20px;
}

.cvTel__num a {
	font-size: 27px;
	font-size: 2.7rem;
	min-width: 80%;
}

.cvTel__num a:after {
	height: 56.7px;
}

.cvTel__num a span {
	height: 63px;
}

.mail__btn a {
	font-size: 18px;
	font-size: 1.8rem;
	min-width: 80%;
}

.mail__btn a:after {
	height: 56.7px;
}

.mail__btn a span {
	height: 63px;
}

.top-fv {
	height: auto;
}

.top-fvIllust {
	width: auto;
}

.top-fvIllust__item {
	width: 30%;
	margin-right: 3%;
}

.top-fvIllust__bg {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	margin-top: -50px;
}

.top-fvIllust__bg img {
	position: relative;
	left: 50%;
	display: block;
	width: 120vw;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.top-newsTxt {
	display: block;
	padding-right: 0;
	padding-bottom: 20px;
}

.top-newsTxt > a {
	width: auto;
	padding: 15px 20px;
}

.top-intro__txt {
	font-size: 18px;
	font-size: 1.8rem;
}

.top-introBal {
	padding-top: 47%;
}

.top-introBal ._side1 {
	width: calc(31.3% * 1.1);
}

.top-introBal ._side2 {
	width: calc(31.3% * 1.1);
}

.top-introBal ._side3 {
	width: calc(31.3% * 1.1);
}

.top-introBal ._icon1 {
	left: 0;
}

.top-introBal ._icon2 {
	top: -12%;
	left: 33%;
}

.top-introBal ._icon3 {
	left: 66%;
}

.top-introBal ._icon4 {
	top: 34%;
	left: 4%;
}

.top-introBal ._icon5 {
	top: 64%;
	left: 22%;
}

.top-introBal ._icon6 {
	top: 36%;
	left: 48.8%;
}

.top-introBal ._icon7 {
	top: 66%;
	left: 62.5%;
}

.top-intro__txt3 {
	background-size: auto 364px;
}

.top-intro__txt3 span {
	font-size: 20.8px;
	font-size: 2.08rem;
}

.line-wave {
	background-size: 14.4px auto;
}

.top-introBox__ttl {
	font-size: 24px;
	font-size: 2.4rem;
}

.top-introBox__ttl ._m {
	font-size: 17.6px;
	font-size: 1.76rem;
}

.top-introBox__ttl ._l {
	font-size: 32px;
	font-size: 3.2rem;
}

.top-introBox__flex {
	display: block;
}

.top-introBox__ttl2 {
	width: auto;
}

.top-introBox__txt {
	width: auto;
}

.top-service__flex .grid3 {
	width: 48%;
	margin-right: 4% !important;
}

.top-service__flex .grid3:nth-child(2n) {
	margin-right: 0 !important;
}

.top-service__box._last .flex {
	position: relative;
	display: block;
	padding-left: 160px;
}

.top-service__box._last .top-service__icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 150px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-service__box._last .heading__medium {
	width: auto;
}

.top-service__box._last ._text {
	width: auto;
}

.top-about__img {
	padding-right: 15%;
	padding-left: 15%;
}

.top-aboutClient .flex {
	display: block;
}

.top-aboutClient .list_icon {
	width: auto;
	padding-left: 0;
}

.top-aboutClient .list_icon li {
	font-size: 18px;
	font-size: 1.8rem;
}

.top-aboutClient .list_icon li:after {
	top: 9px;
}

.top-feaBox {
	padding-bottom: 80px;
}

.top-feaBox__ttl {
	font-size: 20.8px;
	font-size: 2.08rem;
}

.top-feaBox__num img {
	max-width: 48px;
}

.top-flow__flex {
	width: 130vw;
	padding-top: 50px;
}

.top-flow__flex {
	width: 190vw;
	padding-top: 50px;
}

.top-flow__icon img {
	max-height: 113px;
}

.top-flow__item {
	padding-top: 40px;
}

.top-flow__num img {
	max-width: 48px;
}

.top-faq .heading__large {
	width: 100%;
}

.top-faqTxt {
	width: 100%;
}

.faqBox dt {
	font-size: 18px;
	font-size: 1.8rem;
}

.faqBox dt:after {
	font-size: 36px;
	font-size: 3.6rem;
}

.top-newsItem a {
	display: block;
	padding: 20px 50px 20px 20px;
}

.top-newsItem a:after {
	right: 20px;
}

.top-newsItem__time {
	width: auto;
}

.top-newsItem__ttl {
	width: auto;
}

.top-news__btn {
	text-align: center;
}

.about-msg__flex {
	display: block;
}

.about-msgImg {
	width: auto;
	margin-bottom: 30px;
	padding-right: 15%;
	padding-left: 15%;
}

.about-msgTxt {
	width: auto;
	padding-right: 0;
}

.ser-meritList li {
	width: 33%;
	margin-right: .5%;
	margin-bottom: .5%;
}

.ser-meritList li:nth-child(3n) {
	margin-right: 0;
}

.ser-box {
	padding: 15px;
	padding-top: 40px;
}

.ser-box__ttl {
	font-size: 16.2px;
	font-size: 1.62rem;
	top: 0;
	left: 50%;
	padding: 4px 23px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.ser-box__arr {
	font-size: 16.2px;
	font-size: 1.62rem;
}

.ser-img img {
	width: 60%;
}

.contact-table th,
.contact-table td {
	display: block;
	width: 100%;
}

.contact-table th {
	border-bottom: none;
}

._required {
	top: 30px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.checkList {
	display: block;
}

.checkList label {
	display: block;
	width: auto;
}

.wp-side {
	float: none;
	width: 100%;
	margin-right: 0;
}

.post_main {
	float: none;
	width: 100%;
	margin-bottom: 100px;
}

.post_main .heading_medium {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.wp-postItem__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 0;
}

.wp-postSingle__ttl {
	font-size: 25px;
	font-size: 2.5rem;
}

.sideBox__ttl span {
	font-size: 16.2px;
	font-size: 1.62rem;
}

.sideBox__list {
	border-top: 1px dotted #d5d5d5;
}

.sideBox__list > li {
	margin-bottom: 0;
	border-bottom: 1px dotted #d5d5d5;
}

.sideBox__list > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: 0 23px;
}

.sideBox__list .children li {
	margin-top: 0;
	border-top: 1px dotted #d5d5d5;
}

.sideBox__list .children li:after {
	top: 21px;
}

.sideBox__list .children li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.postBody h2 {
	font-size: 20px;
	font-size: 2rem;
}

.postBody h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.postBody ul li:before {
	top: 10px;
}

.wp-paging .btn {
	width: 40%;
}

.wp-paging a {
	display: block;
	min-width: auto;
}

.box2 {
	padding: 20px;
}

.baloon2 span {
	font-size: 18px;
	font-size: 1.8rem;
}

.breadcrumb {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	padding: 0 10px;
	white-space: nowrap;
}

.breadcrumb ul {
	width: auto;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 19px;
	font-size: 1.9rem;
}

.btn._large a {
	width: 100%;
	min-width: auto;
	color: #000;
}

.pageTtl {
	padding-top: 17vw;
	padding-bottom: 17vw;
}

.pageTtl__ttl {
	font-size: 36px;
	font-size: 3.6rem;
}

.heading__large {
	font-size: 27px;
	font-size: 2.7rem;
}

.heading__large {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.heading__large ._baloon {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading__medium {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading__small {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading__xsmall {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading__baloon {
	margin-bottom: 30px;
}

.heading__baloon span {
	font-size: 18px;
	font-size: 1.8rem;
}

.heading__baloon span:after {
	top: auto;
	right: auto;
	bottom: -18px;
	left: 0;
	border-width: 0 22px 22px 22px;
	border-color: transparent transparent transparent #fff;
}

.heading__baloon._s span {
	font-size: 16.2px;
	font-size: 1.62rem;
}

.heading__baloon2 span {
	font-size: 18px;
	font-size: 1.8rem;
}

.scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.scroll._sp {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll_icon {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 60%;
	height: 70px;
	padding-top: 48px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	pointer-events: none;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
	background-size: auto 20px;
}

.scroll_icon ._icon {
	position: absolute;
	top: 8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	animation-name: scroll_animation;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
	background-size: auto 100%;
}

.flex._mb > * {
	margin-bottom: 25px;
}

.flex._mb_sp > * {
	margin-bottom: 50px;
}

.flex._mb_sp > *:last-child {
	margin-bottom: 0;
}

.flex._mb_sp-s > * {
	margin-bottom: 20px;
}

.flex._mb_sp-s > *:last-child {
	margin-bottom: 0;
}

.grid2 {
	width: 100%;
	margin-right: 0;
}

.grid3 {
	width: 100%;
	margin-right: 0;
}

.grid4 {
	width: 100%;
	margin-right: 0;
}

.grid7 {
	width: 100%;
}

.text_m {
	font-size: 15px;
	font-size: 1.5rem;
}

.text_l {
	font-size: 17px;
	font-size: 1.7rem;
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.list_icon._l li {
	font-size: 16.2px;
	font-size: 1.62rem;
}

.medicalList__item {
	width: 48%;
	margin-right: 4%;
}

.medicalList__item:nth-child(2n) {
	margin-right: 0;
}

.medicalList__item a {
	font-size: 18px;
	font-size: 1.8rem;
}

.medicalList__item a:after {
	width: 20px;
	height: 20px;
	background-position: 8px 6px;
}

}

@media only screen and (max-width: 730px) {

.w700 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

@media only screen and (max-width: 640px) {

body {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
}

.loader-wrap {
	background-size: 150% auto;
}

.headerLogo__logo img {
	width: 70% !important;
}

.headerNavCv {
	width: 100%;
}

.headerNavCv a {
	width: calc(100% - 60px);
}

.fNav ul {
	border-top: 1px solid #d5d5d5;
}

.fNav ul li {
	width: 100%;
	margin-right: 0;
	border-bottom: 1px solid #d5d5d5;
}

.fNav ul li a {
	display: block;
	padding: 15px;
}

.fNav ul li a {
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 30px;
}

.footerLogo__logo img {
	max-width: 300px;
}

.sp-fixNav {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 60px);
}

.sp-fixNav ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-fixNav li {
	width: 25%;
	border-right: 1px solid #fff;
}

.sp-fixNav a {
	font-size: 3vw;
	display: block;
	height: 60px;
	padding-top: 40px;
	text-align: center;
	color: #fff;
	background: #faad18;
}

.sp-fixNav ._access a {
	background: #faad18 url(../img/common/icon_map.png) center 6px no-repeat;
	background-size: auto 30px;
}

.sp-fixNav ._park a {
	background: #faad18 url(../img/common/icon_park2.png) center 6px no-repeat;
	background-size: auto 30px;
}

.sp-fixNav ._tel a {
	background: #faad18 url(../img/common/icon_tel_white.png) center 6px no-repeat;
	background-size: auto 30px;
}

.sp-fixNav ._time a {
	background: #faad18 url(../img/common/icon_time_white.png) center 6px no-repeat;
	background-size: auto 30px;
}

.pageNavList li {
	font-size: 14px;
	font-size: 1.4rem;
	width: 50%;
}

.card1__txt {
	padding: 0 15px 15px;
}

.cv .heading__large:after {
	top: -100px;
	height: 100px;
}

.cv .heading__large ._baloon {
	width: 70%;
}

.cvTel__num a {
	font-size: 24px;
	font-size: 2.4rem;
	min-width: 100%;
}

.cvTel__num a:after {
	height: 50.4px;
}

.cvTel__num a span {
	height: 56px;
}

.mail__btn a {
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 100%;
}

.mail__btn a:after {
	height: 50.4px;
}

.mail__btn a span {
	height: 56px;
}

.top-fv__txt {
	margin-bottom: 30px;
}

.top-fvIllust {
	position: relative;
	z-index: 2;
	margin-top: -30px;
	margin-bottom: 30px;
}

.top-fvIllust__item {
	width: 33.333%;
	margin-right: 0;
	margin-bottom: 0;
}

.top-newsTxt > a {
	display: block;
}

.top-newsTxt__time {
	font-size: 13px;
	font-size: 1.3rem;
	width: auto;
}

.top-newsTxt__txt {
	width: auto;
}

.top-intro__txt {
	font-size: 16px;
	font-size: 1.6rem;
}

.top-intro__txt2 {
	margin-bottom: 40px !important;
}

.top-intro__txt2 img {
	max-width: 65%;
}

.top-introBal {
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-introBal span {
	width: 48% !important;
	margin-bottom: 5px;
}

.top-introBal span {
	position: static;
}

.top-intro__txt3 {
	padding-top: 30px;
	padding-bottom: 145px;
	background-size: auto 144px;
}

.top-intro__txt3:after {
	width: 38px;
	height: calc(100% - 70px);
}

.top-intro__txt3 span {
	font-size: 15.6px;
	font-size: 1.56rem;
	padding: 10px 30px;
}

.top-introBox {
	padding: 15px 20px;
}

.line-wave {
	background-size: 10.8px auto;
}

.top-introBox__ttl {
	font-size: 18px;
	font-size: 1.8rem;
}

.top-introBox__ttl ._m {
	font-size: 13.2px;
	font-size: 1.32rem;
}

.top-introBox__ttl ._l {
	font-size: 24px;
	font-size: 2.4rem;
}

.top-caseSlideitem {
	width: 260px;
	margin-right: 15px;
	margin-left: 15px;
}

.top-service .heading__large {
	margin-bottom: 10px;
}

.top-service .baloon1__inner {
	padding: 15px 15px 15px 100px;
}

.top-service__flex .grid3 {
	width: 100% !important;
	margin-right: 0 !important;
}

.top-service__icon {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 100px;
	margin-top: 0;
	margin-bottom: 0;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: right;
}

.top-service__icon img {
	height: 70px;
}

.top-service__box {
	position: relative;
	margin-bottom: 20px;
	padding-left: 100px;
}

.top-service__box._last .flex {
	padding-left: 0;
}

.top-service__box._last .top-service__icon {
	left: -110px;
	width: 100px;
}

.top-about__img {
	padding-right: 0;
	padding-left: 0;
}

.top-aboutClient .list_icon li {
	font-size: 16px;
	font-size: 1.6rem;
}

.top-aboutClient .list_icon li:after {
	top: 4px;
}

.top-feaBox {
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 30px 0 0 30px;
}

.top-feaBox._revease {
	border-radius: 0 30px 30px 0;
}

.top-feaBoxInner {
	margin-left: 30px;
}

._revease .top-feaBoxInner {
	margin-right: 30px;
}

.top-feaBox__ttl {
	font-size: 18.2px;
	font-size: 1.82rem;
}

.top-feaBox__num img {
	max-width: 42px;
}

.top-feaBox__illust {
	position: static;
	margin-top: 15px;
	text-align: center;
}

.top-flow__num img {
	max-width: 42px;
}

.faqBox {
	padding: 15px 20px;
}

.faqBox dt {
	font-size: 16px;
	font-size: 1.6rem;
}

.faqBox dt:after {
	font-size: 32px;
	font-size: 3.2rem;
}

.faqBox dt:before {
	width: 20px;
	height: 20px;
}

.ser-meritList li {
	width: 49%;
	margin-right: 2% !important;
	margin-bottom: 2%;
}

.ser-meritList li:nth-child(2n) {
	margin-right: 0 !important;
}

.ser-point {
	display: block;
}

.ser-point__img {
	width: auto;
	margin-bottom: 20px;
	padding-right: 0;
	text-align: center;
}

.ser-point__img img {
	width: 50%;
}

.ser-point__list1 {
	width: auto;
	margin-bottom: 20px;
}

.ser-point__list2 {
	width: auto;
	padding-left: 0;
}

.ser-box__ttl {
	font-size: 14.4px;
	font-size: 1.44rem;
}

.ser-box__arr {
	font-size: 14.4px;
	font-size: 1.44rem;
}

.ser-img img {
	width: 70%;
}

.price-work {
	font-size: 13px;
	font-size: 1.3rem;
	width: 130vw;
}

.price-work th,
.price-work td {
	padding: 6px 4px;
}

.contact-table th,
.contact-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wp-postItem__ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.wp-postSingle__ttl {
	font-size: 20px;
	font-size: 2rem;
}

.wp-postItem__link {
	padding-top: 15px;
	padding-bottom: 15px;
}

.wp-postItem__time {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 10px;
	vertical-align: 0;
}

.sideBox__ttl span {
	font-size: 14.4px;
	font-size: 1.44rem;
	height: 30px;
}

.sideBox__ttl span:before {
	border-width: 0 0 30px 25px;
}

.sideBox__ttl span:before {
	right: -25px;
}

.pager .page-numbers {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
	min-width: 40px;
	height: 40px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
	width: 40px;
	height: 40px;
}

.wp-paging a {
	font-size: 16px;
	font-size: 1.6rem;
}

.wp-paging .prev {
	width: 45%;
}

.wp-paging .next {
	width: 45%;
}

.box2 {
	padding: 15px;
}

.baloon1__inner {
	padding: 15px 15px 30px;
}

.baloon2 span {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 20px;
}

.breadcrumb li {
	font-size: 13px;
	font-size: 1.3rem;
	background-position: left 10px;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 17px;
	font-size: 1.7rem;
	min-width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn input[type='submit'] br,
.btn input[type='button'] br,
.btn button br {
	display: none;
}

.pageTtl {
	padding-top: 14vw;
	padding-bottom: 14vw;
	background-position: right -40vw center;
}

.pageTtl__ttl {
	font-size: 28px;
	font-size: 2.8rem;
}

.heading__large ._baloon {
	font-size: 16px;
	font-size: 1.6rem;
	height: 40px;
}

.heading__large ._baloon:before,
.heading__large ._baloon:after {
	border-width: 0 0 40px 25px;
}

.heading__large ._baloon:before {
	right: -25px;
}

.heading__large ._baloon:after {
	left: -25px;
}

.heading__medium {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.heading__small {
	font-size: 16px;
	font-size: 1.6rem;
}

.heading__xsmall {
	font-size: 16px;
	font-size: 1.6rem;
}

.heading__baloon span {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 20px;
}

.heading__baloon._s span {
	font-size: 14.4px;
	font-size: 1.44rem;
}

.heading__baloon2 span {
	font-size: 16px;
	font-size: 1.6rem;
	height: 40px;
}

.heading__baloon2 span:before,
.heading__baloon2 span:after {
	border-width: 0 0 40px 25px;
}

.heading__baloon2 span:before {
	right: -25px;
}

.heading__baloon2 span:after {
	left: -25px;
}

.scroll._sp {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.ptb-xl {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mb-mm {
	margin-bottom: 20px;
}

.mb-m {
	margin-bottom: 30px;
}

.mb-l {
	margin-bottom: 50px;
}

.mb-xl {
	margin-bottom: 80px;
}

.pb-m {
	padding-bottom: 20px;
}

.pb-l {
	padding-bottom: 30px;
}

.pb-xl {
	padding-bottom: 80px;
}

.text_l {
	font-size: 15px;
	font-size: 1.5rem;
}

.sp_left {
	text-align: left;
}

.sp_center {
	text-align: center;
}

.sp {
	display: inline;
}

.tablet {
	display: none;
}

.tablet.sp {
	display: inline;
}

.pc {
	display: none;
}

.list_icon._l li {
	font-size: 14.4px;
	font-size: 1.44rem;
}

.timetable {
	font-size: 14px;
	font-size: 1.4rem;
}

.timetable ._th,
.timetable ._td {
	width: 11%;
	padding-right: 3px;
	padding-left: 3px;
}

.timetable ._th._ttl,
.timetable ._td._ttl {
	width: 23%;
}

.timetable ._circle {
	width: 18px;
	height: 18px;
}

.timetable ._minus {
	max-width: 20px;
	height: 3px;
}

.medicalList__item {
	min-height: 80px;
}

.medicalList__item a {
	font-size: 15px;
	font-size: 1.5rem;
	padding-right: 30px;
}

.medicalList__item a:after {
	width: 12px;
	height: 12px;
	background-position: 5px 3px;
	background-size: 3px auto;
}

.table-1 th,
.table-1 td {
	display: block;
	width: 100%;
}

.table-1 th:after {
	right: auto;
	left: 0;
}

.table-1 th {
	border-bottom: none;
}

.table-1 td {
	padding-top: 0;
}

.table-price {
	font-size: 13px;
	font-size: 1.3rem;
}

.table-price th,
.table-price td {
	padding: 4px 4px;
}

}

@media only screen and (max-width: 630px) {

.w600 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

@keyframes arrAnime {

0% {
	right: 0;
}

30% {
	right: -5px;
}

50% {
	right: 10px;
}

100% {
	right: 0;
}

}

@keyframes scroll_animation {

0 {
	transform: translate(-20px, 0);
}

50% {
	transform: translate(20px, 0);
}

100% {
	transform: translate(-20px, 0);
}

}


/*# sourceMappingURL=style.css.map */
