/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

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

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.sp-only-flex {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

.pc-only-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mt20 {
	margin-top: 20px !important;
}

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

.mt45 {
	margin-top: 45px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

/* padding
-------------------------------*/

.pb0 {
	padding-bottom: 0px !important;
}

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Serif JP", serif;
/*
	font-family: "Noto Sans JP", sans-serif;*/
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	/*color: #2d2d2d;*/
	color: #000000;
	overflow-wrap: break-word;
}

a {
	color: inherit;
	text-decoration: none;
}

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

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select {
	color: inherit;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Layout */

.l-body {
	width: 100%;
	min-width: 340px;
	overflow: hidden;
	padding-top: 139px;
}

.l-body.is-fixed,
.l-body.is-menu-opend {
	position: fixed;
}

.l-body--form {
	padding-top: 73px;
}

.l-body--form .menu-btn,
.l-body--form .overview-link {
	display: none;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-header.is-white {
	background: #ffffff;
}

.l-body.is-menu-opend .l-header {
	position: fixed;
}

.l-footer {
	background: #f1fef9;
}

.l-simple-footer {
	margin-left: auto;
	margin-right: auto;
	width: 90.5%;
	padding: 30px 0;
}

.l-wrapper {
	position: relative;
	width: 90.4%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.l-section {
	position: relative;
	padding: 40px 0;
}

.l-section--mt {
	margin-top: 40px;
}

.l-section--pb0 {
	padding-bottom: 0;
}
.l-section--pb50 {
	padding-bottom: 50px;
}

.l-section--pt0 {
	padding-top: 0;
}

.l-section--padding-sm {
	padding: 28px 0 20px;
}

.l-section--green {
	background: #f1fef9;
}

.l-section--gray {
	background: #f7f7f7;
}

.l-section--media {
	background: url(../../common_n/img/img_media_bg.webp) no-repeat center/cover;
}

.l-section--gray-lg {
	background: #f7f7f7;
}

.l-section--gray-lg::before {
	content: "";
	width: 100%;
	height: 100px;
	display: block;
	background: #f7f7f7;
	position: absolute;
	top: 100%;
	left: 0;
}

.l-section--top-gray {
	padding-top: 0;
	background: -webkit-linear-gradient(top, #f7f7f7 0, #f7f7f7 80px, transparent 80px, transparent 100%);
	background: -o-linear-gradient(top, #f7f7f7 0, #f7f7f7 80px, transparent 80px, transparent 100%);
	background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 80px, transparent 80px, transparent 100%);
}

.l-section--top-green {
	background: -webkit-linear-gradient(top, #f1fef9 0, #f1fef9 20px, transparent 20px, transparent 100%);
	background: -o-linear-gradient(top, #f1fef9 0, #f1fef9 20px, transparent 20px, transparent 100%);
	background: linear-gradient(to bottom, #f1fef9 0, #f1fef9 20px, transparent 20px, transparent 100%);
}

.l-section--top-white-1::before {
	content: "";
	width: 100%;
	height: calc(30px + 34.4vw - 12px);
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.l-section--top-white-2::before {
	content: "";
	width: 100%;
	height: calc(147px + 30.65vw);
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.l-section--top-white-3 {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1fef9), color-stop(92%, #f1fef9), color-stop(92%, transparent), to(transparent));
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 92%, transparent 92%, transparent);
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 92%, transparent 92%, transparent);
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 92%, transparent 92%, transparent);
}

.l-section--top-half-green {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1fef9), color-stop(50%, #f1fef9), color-stop(50%, transparent), to(transparent));
	background: -webkit-linear-gradient(top, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
	background: -o-linear-gradient(top, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
	background: linear-gradient(to bottom, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
}

.l-section--bottom-half-green {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1fef9), color-stop(50%, #f1fef9), color-stop(50%, transparent), to(transparent));
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
}

.l-section--top-half-gray {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(50%, #f7f7f7), color-stop(50%, transparent), to(transparent));
	background: -webkit-linear-gradient(top, #f7f7f7 0, #f7f7f7 50%, transparent 50%, transparent 100%);
	background: -o-linear-gradient(top, #f7f7f7 0, #f7f7f7 50%, transparent 50%, transparent 100%);
	background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 50%, transparent 50%, transparent 100%);
}

.l-section--bottom-green-1 {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1fef9), color-stop(65%, #f1fef9), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0));
}

.l-section--bottom-gray {
	background: -webkit-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 60px, transparent 60px, transparent 100%);
	background: -o-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 60px, transparent 60px, transparent 100%);
	background: linear-gradient(to top, #f7f7f7 0, #f7f7f7 60px, transparent 60px, transparent 100%);
}

.l-section--form {
	background: -webkit-linear-gradient(top, transparent 0, transparent 30px, #f7f7f7 30px, #f7f7f7 195px, transparent 195px, transparent);
	background: -o-linear-gradient(top, transparent 0, transparent 30px, #f7f7f7 30px, #f7f7f7 195px, transparent 195px, transparent);
	background: linear-gradient(to bottom, transparent 0, transparent 30px, #f7f7f7 30px, #f7f7f7 195px, transparent 195px, transparent);
}

.l-sm-section:not(:last-child) {
	margin-bottom: 28px;
}

.l-sm-section--mblg:not(:last-child) {
	margin-bottom: 28px;
}

.l-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -13px;
}

.l-2col__item {
	width: 48%;
	margin-bottom: 13px;
}

.l-2col__item:not(:nth-child(2n)) {
	margin-right: 4%;
}

.header-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 73px;
	z-index: 1000;
}

.header-logo {
	margin-left: 22px;
	margin-bottom: 6px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
	width: 220px;
}

.menu-btn {
	background: none;
	border: none;
	padding: 0;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.0rem;
	text-align: center;
	width: 88px;
	height: 100%;
	padding-top: 9px;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.menu-btn:hover {
	opacity: 0.6;
}

.menu-btn__icon {
	display: block;
	width: 40px;
	height: 10px;
	position: relative;
	margin: 0 auto 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-btn__icon::before,
.menu-btn__icon::after {
	content: "";
	display: block;
	background: #06a890;
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-btn__icon::before {
	width: 100%;
	top: 0;
}

.menu-btn__icon::after {
	width: 26px;
	bottom: 0;
}

.menu-btn.is-opend .menu-btn__icon {
	height: 40px;
	margin-bottom: 0;
}

.menu-btn.is-opend .menu-btn__icon::before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-btn.is-opend .menu-btn__icon::after {
	width: 100%;
	bottom: auto;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn__text {
	color: #06a890;
}

.area-link {
	display: none;
}

.area-link__item:not(:last-child) {
	border-right: 1px solid #06a890;
}

.area-link__item a {
	display: block;
	padding: 4px 1em 6px;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}

.area-link__item a:hover {
	color: #06a890;
}

.area-link-innavi {
	color: #06a890;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.area-link-innavi__item a {
	display: block;
	padding: 4px 1em;
}

.overview-link {
	background: #b5e5dc;
	color: #1c2242;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.42;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 800;
	border-bottom: 1px solid #ffffff;
}

.overview-link::after {
	display: block;
	width: 100%;
	height: 15px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.overview-link__item {
	position: relative;
}

.overview-link__item:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}

.overview-link__item a {
	height: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.overview-link__item a:hover {
	opacity: 0.6;
}

.overview-link__item--1 {
	-ms-flex-preferred-size: 30.2%;
	flex-basis: 30.2%;
}

.overview-link__item--2 {
	-ms-flex-preferred-size: 19.7%;
	flex-basis: 19.7%;
}

.overview-link__item--3 {
	-ms-flex-preferred-size: 23.2%;
	flex-basis: 23.2%;
}

.overview-link__item--4 {
	-ms-flex-preferred-size: 26.9%;
	flex-basis: 26.9%;
}

.overview-link__item--4 a {
	background: #ee6685;
	color: #FFFFFF;
}

.globalmenu {
	display: none;
	background: #FFFFFF;
	position: fixed;
	border-top: 1px solid #06a890;
	left: 0;
	z-index: 1000;
	overflow: auto;
}

.header-fixed-menu {
	position: fixed;
	top: -73px;
	left: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: #FFFFFF;
	z-index: 1000;
}

.header-fixed-menu.is-visible {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.sp-navi-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp-header-bottom {
	background: #FFFFFF;
	text-align: center;
	padding: 34px 0;
}

.sp-navi-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp-footer-bottom {
	background: #FFFFFF;
	text-align: center;
	padding: 34px 0;
}

.pc-navi-sm--pc-only {
	display: none;
}

.navi-consultation {
	background: #10bba2;
	color: #10bba2;
	padding: 8px 0 20px;
}

.navi-consultation__inner {
	width: 90.4%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navi-consultation__heading {
	font: 600 2.25rem YakuHanMP_Noto, "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.48;
	margin: 0 0 10px 0;
	color: #ffffff;
	width: 100%;
}

.navi-consultation__tel {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: .15em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0 15px 0;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.navi-consultation__tel::before {
	content: "";
	width: 33px;
	height: 54px;
	display: block;
	background: url(../img/icon_phone_text_green.webp) no-repeat center/contain;
	margin-right: 10px;
}

.navi-consultation__tel__text {
	font-size: 2.4rem;
	display: block;
	margin-right: -5px;
}

.navi-consultation__tel__text rt {
	font-size: .4em;
	letter-spacing: .1em;
}

.navi-consultation__tel__note {
	display: block;
	margin-top: 9px;
	margin-right: -5px;
}

.navi-consultation__link {
	display: block;
	padding: 20px 0 23px;
	font: 600 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	width: 48.5%;
	background: #ffffff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navi-consultation__link::before {
	content: "";
	display: inline-block;
	margin-top: 2px;
	margin-right: 5px;
	vertical-align: middle;
}

.navi-consultation__link--pre {
	margin-right: 2%;
}

.navi-consultation__link--pre::before {
	width: 33.5px;
	height: 33.5px;
	background: url(../img/icon_fukidashi_green.svg) no-repeat center/contain;
}

.navi-consultation__link--request::before {
	width: 27px;
	height: 34px;
	background: url(../img/icon_letter_green.svg) no-repeat center/contain;
}

.navi-consultation a {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.navi-consultation a:hover {
	opacity: 0.6;
}

.copyright {
	color: #06a890;
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.footer-cv {
	background: #06a890;
	color: #ffffff;
	padding: 45px 0 63px;
}

.footer-cv__inner {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ffffff;
}

.footer-cv__heading {
	font: 600 2.6rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.14;
	margin: 0 -5px 40px -5px;
}

.footer-cv__tel {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: 0.15em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: block;
	padding: 25px 0 29px 65px;
	position: relative;
}

.footer-cv__tel::before {
	content: "";
	width: 40px;
	height: 66px;
	display: block;
	background: url(../img/icon_phone_text.webp) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-cv__tel__text {
	font-size: 2.4rem;
	display: block;
	margin-right: -5px;
}

.footer-cv__tel__text rt {
	font-size: 0.4em;
	letter-spacing: 0.1em;
}

.footer-cv__tel__note {
	display: block;
	margin-top: 9px;
	margin-right: -5px;
}

.footer-cv__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 600 2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	width: 43%;
}

.footer-cv__link::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.footer-cv__link--pre {
	margin-right: 12.5%;
}

.footer-cv__link--pre::before {
	width: 35px;
	height: 35px;
	background: url(../img/icon_fukidashi.svg) no-repeat center/contain;
}

.footer-cv__link--request::before {
	width: 28px;
	height: 36px;
	background: url(../img/icon_letter.svg) no-repeat center/contain;
}

.fixed-cv {
	background: #06a890;
	color: #ffffff;
	padding: 6px 0 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	z-index: 1000;
}

.fixed-cv.is-hide {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.fixed-cv__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {

.fixed-cv__inner {
	padding-bottom: 23px;
}

}

.fixed-cv__heading {
	font: 600 1.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.14;
	margin: 0 0 6px;
	width: 100%;
}

.fixed-cv__tel {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: .15em;
	padding: 6px 0 8px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% / 3);
	border-right: 1px solid white;
}

.fixed-cv__tel::before {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 5px;
	background: url(../img/icon_phone_text.webp) no-repeat center/contain;
}

.fixed-cv__tel__text {
	font-size: 1.3rem;
	line-height: 1.4;
	display: block;
	margin-right: -5px;
	margin-left: -.5em;
	letter-spacing: .05em;
}

.fixed-cv__tel__text rt {
	font-size: .3em;
	letter-spacing: .1em;
}

.fixed-cv__tel__note {
	display: none;
	margin-top: 9px;
	margin-right: -5px;
}

.fixed-cv__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 0 8px;
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	width: calc(100% / 3);
	line-height: 1.4;
}

.fixed-cv__link:not(:last-child) {
	border-right: 1px solid white;
}

.fixed-cv__link::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.fixed-cv__link--pre::before {
	width: 16px;
	height: 16px;
	background: url(../img/icon_fukidashi.svg) no-repeat center/contain;
}

.fixed-cv__link--request::before {
	width: 14px;
	height: 16px;
	background: url(../img/icon_letter.svg) no-repeat center/contain;
}

.simple-footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-footer-link__item {
	position: relative;
	color: #908e8e;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.simple-footer-link__item:not(:last-child) {
	margin-right: 10px;
	padding-right: 14px;
}

.simple-footer-link__item:not(:last-child)::after {
	position: absolute;
	content: "|";
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.simple-footer-copyright {
	margin-top: 18px;
	font-size: 1rem;
	line-height: 3;
	letter-spacing: .1em;
	color: #908e8e;
	text-align: center;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 5px;
	width: 35px;
	border: none;
	padding: 0;
	background: none;
	z-index: 1000;
}

.pagetop img {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
}

.feature-2 {
	padding: 28px 0;
}

.feature-2--mb-sm {
	padding-bottom: 0;
}

.feature-2__heading {
	font: 600 3.3rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .075em;
	color: #10bba2;
	text-align: center;
}

.feature-2__heading__lg {
	font-size: 4rem;
	letter-spacing: .15em;
	display: inline-block;
	margin-top: -4px;
}

.feature-2__heading__strong {
	color: #ee6685;
	position: relative;
}

.feature-2__heading__strong::before {
	content: "";
	width: 118px;
	height: 118px;
	display: block;
	background: #c5fcf4;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.feature-2__heading__num {
	font-size: 6rem;
	line-height: 1;
	display: inline-block;
	margin: 0 -12px 0 12px;
}

.feature-2__text {
	font: 600 1.9rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	line-height: 1.32;
	text-align: center;
	margin-top: 35px;
}

.feature-2__inner {
	margin-top: 37px;
	position: relative;
}

.feature-2__item {
	background: #d9f9ee;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 20px 15px 48px;
	position: relative;
}

.feature-2__item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.feature-2__item__label {
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .05em;
	background: #10bba2;
	color: #ffffff;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px;
}

.feature-2__item__heading {
	font: 600 2.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.2;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 7px rgba(255, 255, 255, 0.5);
	margin-right: -10px;
}

.feature-2__item__content {
	padding: 0 0 20px;
	display: none;
}

.feature-2__item__image {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
}

.feature-2__item__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 64%;
}

.feature-2__item__image img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature-2__item__image--1 img {
	top: -5px;
}

.feature-2__item__image--2 img {
	top: -30px;
}

.feature-2__item__image--3 img {
	top: -30px;
}

.feature-2__item__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 2;
	text-align: justify;
}

.feature-2__item__button {
	background: #afe7d4;
	padding: 0;
	border: none;
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 20px 20px;
}

.feature-2__item__button::before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-right: 2px solid #475b6d;
	border-bottom: 2px solid #475b6d;
	position: absolute;
	top: 40%;
	left: 48%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.feature-2__item__button.is-opened::before {
	top: 65%;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}

.customer-wrap {
	position: relative;
	width: 71%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.customer-wrap--pd-sm {
	padding: 0 0 30px;
}

.customer-wrap--sp-lg {
	width: 80%;
}

.customer-wrap--sp-lg .heading-4 {
	margin-left: -10px;
	margin-right: -10px;
}

.customer-wrap--sp-lg .customer::before {
	width: 90.4vw;
}

.customer {
	position: relative;
	padding: 35px 0 50px;
}

.customer:not(:last-child) {
	margin-bottom: 30px;
}

.customer .heading-1,
.customer .button {
	position: relative;
}

.customer--pd-sm {
	padding: 35px 0 20px;
}

.customer::before {
	content: "";
	display: block;
	width: 85.066666vw;
	height: 100%;
	border-radius: 12px;
	border: 1px solid #c0e6d9;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
}

.customer__content {
	margin-bottom: 40px;
	position: relative;
}

.customer .swiper-button-prev,
.customer .swiper-button-next {
	display: none;
}

.customer .swiper {
	overflow: visible;
}

.customer-item {
	width: 237px;
}

.customer-item a {
	display: block;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.customer-item a:hover {
	opacity: 0.6;
}

.customer-item.swiper-slide {
	width: 237px;
}

.customer-item__head {
	height: 162px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.customer-item__image {
	display: block;
	width: 100%;
	height: 100%;
}

.customer-item__image::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), color-stop(89%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 89%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 89%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 89%);
}

.customer-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.customer-item__overview {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 39px 19px;
}

.customer-item__heading {
	font: 600 1.8rem YakuHanMP_Noto, "Noto Serif JP", serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.customer-item__text {
	font-size: 1.5rem;
	line-height: 1.333333;
	letter-spacing: 0.1em;
	text-align: justify;
}

.customer-item__detail {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.54;
	margin-top: 10px;
}

.customer-item-2 {
	width: 237px;
	background: #ffffff;
}

.customer-item-2 a {
	display: block;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.customer-item-2.swiper-slide {
	width: 237px;
}

.customer-item-2__area {
	letter-spacing: .05em;
	font-weight: 700;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	margin-bottom: 6px;
	line-height: 1.3;
}

.customer-item-2__image {
	position: relative;
	background: #f7f7f7;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.customer-item-2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 60%;
}

.customer-item-2__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
	border-radius: 12px;
}

.customer-item-2__main {
	padding: 10px 0 20px;
}

.customer-item-2__heading {
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
}

.customer-item-2__tag {
	letter-spacing: .1em;
	border: 1px solid #06a890;
	display: inline-block;
	padding: 3px 10px 5px;
	color: #06a890;
	margin-top: 10px;
}

.customer-item-2__detail {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 10px;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}

@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: '';
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../img/icon_arrow_slide.webp) no-repeat center/contain;
	z-index: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-disabled,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
}

.swiper-button-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-button-next {
	right: 0;
	-webkit-transform: scale(-1, 1) translate(-50%, -50%);
	-ms-transform: scale(-1, 1) translate(-50%, -50%);
	transform: scale(-1, 1) translate(-50%, -50%);
}

.swiper-pagination {
	text-align: center;
	margin-top: 9px;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #cccbcb;
	margin: 0 5px;
}

.swiper-pagination-bullet-active {
	border: none;
	background: #09a88b;
}

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

.pc-mt0 { /* pc */
	margin-top: 0px !important;
}

.l-body { /* pc */
	padding-top: 87px;
}

.l-body,
.l-header,
.fixed-cv,
.globalmenu { /* pc */
	min-width: 1220px;
}

.l-header { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 1220px;
	height: 87px;
	z-index: 999;
}

.l-simple-footer { /* pc */
	max-width: 1126px;
	width: calc(90.4% + 100px);
	padding: 0 0 40px;
}

.l-wrapper { /* pc */
	max-width: 1026px;
}

.l-wrapper--pc-sm { /* pc */
	max-width: 690px;
}

.l-wrapper--pc-lg { /* pc */
	max-width: 1186px;
}

.l-pc-wrapper { /* pc */
	position: relative;
	width: 90.4%;
	max-width: 1026px;
	margin-left: auto;
	margin-right: auto;
}

.l-section { /* pc */
	padding: 80px 0;
}

.l-section--mt { /* pc */
	margin-top: 80px;
}

.l-section--pb0 { /* pc */
	padding-bottom: 0;
}

.l-section--pt0 { /* pc */
	padding-top: 0;
}

.l-section--pc-pt0 { /* pc */
	padding-top: 0;
}

.l-section--pc-pb0 { /* pc */
	padding-bottom: 0;
}

.l-section--padding-sm { /* pc */
	padding: 65px 0 30px;
}

.l-section--top-gray { /* pc */
	padding-top: 30px;
	background: -webkit-linear-gradient(top, #f7f7f7 0, #f7f7f7 140px, transparent 140px, transparent 100%);
	background: -o-linear-gradient(top, #f7f7f7 0, #f7f7f7 140px, transparent 140px, transparent 100%);
	background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 140px, transparent 140px, transparent 100%);
}

.l-section--top-green { /* pc */
	background: -webkit-linear-gradient(top, #f1fef9 0, #f1fef9 75px, transparent 75px, transparent 100%);
	background: -o-linear-gradient(top, #f1fef9 0, #f1fef9 75px, transparent 75px, transparent 100%);
	background: linear-gradient(to bottom, #f1fef9 0, #f1fef9 75px, transparent 75px, transparent 100%);
}

.l-section--top-white-1::before { /* pc */
	height: 295px;
}

.l-section--top-white-2::before { /* pc */
	height: 295px;
}

.l-section--bottom-green-1 { /* pc */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1fef9), color-stop(40%, #f1fef9), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0));
}

.l-section--bottom-gray { /* pc */
	background: -webkit-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 140px, transparent 140px, transparent 100%);
	background: -o-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 140px, transparent 140px, transparent 100%);
	background: linear-gradient(to top, #f7f7f7 0, #f7f7f7 140px, transparent 140px, transparent 100%);
}

.l-section--pc-bottom-green { /* pc */
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 140px, transparent 140px, transparent 100%);
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 140px, transparent 140px, transparent 100%);
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 140px, transparent 140px, transparent 100%);
}

.l-section--pc-bottom-gray-1 { /* pc */
	background: -webkit-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, #f7f7f7 0, #f7f7f7 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0));
}

.l-section--pc-top-gray-1 { /* pc */
	background: -webkit-linear-gradient(top, #f7f7f7 0, #f7f7f7 100px, rgba(0, 0, 0, 0) 100px, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, #f7f7f7 0, #f7f7f7 100px, rgba(0, 0, 0, 0) 100px, rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 100px, rgba(0, 0, 0, 0) 100px, rgba(0, 0, 0, 0));
}

.l-section--pc-bottom-green-1 { /* pc */
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 100px, rgba(0, 0, 0, 0) 100px, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 100px, rgba(0, 0, 0, 0) 100px, rgba(0, 0, 0, 0));
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 100px, rgba(0, 0, 0, 0) 100px, rgba(0, 0, 0, 0));
}

.l-section--pc-top-half-green { /* pc */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1fef9), color-stop(50%, #f1fef9), color-stop(50%, transparent), to(transparent));
	background: -webkit-linear-gradient(top, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
	background: -o-linear-gradient(top, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
	background: linear-gradient(to bottom, #f1fef9 0, #f1fef9 50%, transparent 50%, transparent 100%);
}

.l-section--pc-top-half-gray { /* pc */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(50%, #f7f7f7), color-stop(50%, transparent), to(transparent));
	background: -webkit-linear-gradient(top, #f7f7f7 0, #f7f7f7 50%, transparent 50%, transparent 100%);
	background: -o-linear-gradient(top, #f7f7f7 0, #f7f7f7 50%, transparent 50%, transparent 100%);
	background: linear-gradient(to bottom, #f7f7f7 0, #f7f7f7 50%, transparent 50%, transparent 100%);
}

.l-section--pc-top-white-1 { /* pc */
}

.l-section--pc-top-white-1::before {
	content: "";
	width: 100%;
	height: 90px;
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.l-section--pc-gray-green-1 { /* pc */
	background: -webkit-linear-gradient(bottom, #f1fef9 0, #f1fef9 100px, #f7f7f7 100px, #f7f7f7);
	background: -o-linear-gradient(bottom, #f1fef9 0, #f1fef9 100px, #f7f7f7 100px, #f7f7f7);
	background: linear-gradient(to top, #f1fef9 0, #f1fef9 100px, #f7f7f7 100px, #f7f7f7);
}

.l-section--form { /* pc */
	background: -webkit-linear-gradient(top, transparent 0, transparent 36px, #f7f7f7 36px, #f7f7f7 310px, transparent 310px, transparent);
	background: -o-linear-gradient(top, transparent 0, transparent 36px, #f7f7f7 36px, #f7f7f7 310px, transparent 310px, transparent);
	background: linear-gradient(to bottom, transparent 0, transparent 36px, #f7f7f7 36px, #f7f7f7 310px, transparent 310px, transparent);
}

.l-section--pc-up { /* pc */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-sm-section:not(:last-child) { /* pc */
	margin-bottom: 50px;
}

.l-sm-section--mblg:not(:last-child) { /* pc */
	margin-bottom: 75px;
}

.l-2col { /* pc */
	margin-bottom: -20px;
}

.l-2col__item { /* pc */
	width: 47%;
	margin-bottom: 20px;
}

.l-2col__item:not(:nth-child(2n)) { /* pc */
	margin-right: 6%;
}

.header-bar { /* pc */
	height: 100%;
	display: block;
}

.header-logo { /* pc */
	margin-left: 32px;
	margin-bottom: 8px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-logo a { /* pc */
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-logo img { /* pc */
	width: 254px;
}

.menu-btn { /* pc */
	position: absolute;
	top: 0;
	right: 0;
	width: 104px;
	padding-top: 5px;
	font-size: 1.2rem;
}

.menu-btn__icon::before,
.menu-btn__icon::after { /* pc */
	background: #222222;
}

.menu-btn__text { /* pc */
	color: #222222;
}

.area-link { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	float: left;
	height: 100%;
	padding-top: 10px;
	margin-left: 22px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.area-link-innavi { /* pc */
	display: none;
}

.overview-link::after { /* pc */
	content: none;
}

.overview-link { /* pc */
	background: none;
	height: 48px;
	margin-right: 100px;
	font-size: 1.6rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 100;
}

.overview-link.is-hide {
	opacity: 0;
	visibility: hidden;
}

.overview-link__item:not(:last-child) { /* pc */
	border-right: none;
}

.overview-link__item { /* pc */
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	border-left: 1px solid #1c2242;
}

.overview-link__item::after {
	content: "";
	display: block;
	width: 2px;
	height: 46px;
	background: #06a890;
	position: absolute;
	left: 50%;
	bottom: -50px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.overview-link__item a { /* pc */
	height: 100%;
	padding: 0 1.75em;
	letter-spacing: 0.1em;
	position: relative;
}

.overview-link__item--2 { /* pc */
}

.overview-link__item--3 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-link__item--3 a { /* pc */
	width: 146px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	padding: 0;
}

.overview-link__item--4 { /* pc */
	border-left: none;
}

.overview-link__item--4::after {
	background: #ee6685;
}

.overview-link__item--4 a { /* pc */
	width: 144px;
	padding: 0;
}

.globalmenu { /* pc */
	width: 100%;
	top: 87px;
	max-height: calc(100% - 87px);
}

.header-fixed-menu { /* pc */
	top: -87px;
}

.sp-hd-navi-sm-1--sp-only { /* pc */
	display: none;
}

.pc-navi-row { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #c9f3e6;
}

.pc-navi-block { /* pc */
	padding: 35px 0 30px 60px;
}

.pc-navi-block:not(:last-child) {
	border-right: 1px solid #c9f3e6;
}

.pc-navi-block--1 {
	width: 291px;
	padding-left: 0;
}

.pc-navi-block--2 {
	width: 291px;
}

.pc-navi-block--3 {
	width: 291px;
}

.pc-navi-block--4 {
	width: 291px;
}

.pc-navi-block--5 {
	width: 291px;
}

.pc-navi-block--6 {
	width: 291px;
}

.pc-navi-block--7 {
	width: 291px;
}
.pc-navi-block--8 {
	width: 291px;
}
.pc-navi-block--8 img{
	width:80px;
}
.pc-navi-block--sm {
	padding: 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pc-navi-lg { /* pc */
	display: block;
	padding: 0.5em 0;
	color: #06a890;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pc-navi-lg:hover {
	opacity: 0.6;
}

.pc-navi-children { /* pc */
}

.pc-navi-children--style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 170px;
}

.pc-navi-children--style .pc-navi-children__item {
	width: 5em;
}

.pc-navi-children--area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 165px;
}

.pc-navi-children--area .pc-navi-children__item {
	width: 5em;
}

.pc-navi-children:not(:first-child) {
	margin-top: 22px;
}

.pc-navi-children:not(:last-child) {
	margin-bottom: 33px;
}

.pc-navi-children__item {
	margin-bottom: 6px;
}

.pc-navi-sm { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	padding: 0.5em 0;
	color: #06a890;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}

.pc-navi-sm:hover {
	opacity: 0.6;
}

.pc-navi-sm--pc-only { /* pc */
	display: block;
}

.pc-header-bottom,
.pc-footer-bottom { /* pc */
	padding: 30px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navi-consultation { /* pc */
	padding: 83px 0 72px 20px;
	color: #ffffff;
}

.navi-consultation--innavi { /* pc */
	padding-top: 20px;
	padding-bottom: 20px;
}

.navi-consultation__inner { /* pc */
	width: 100%;
	max-width: 1186px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navi-consultation__heading { /* pc */
	font-size: 1.9rem;
	margin: 0;
	text-align: left;
	padding-right: 4.4%;
	border-right: 1px solid #ffffff;
	padding: 14px 1.5% 14px 0;
	margin-right: 3.8%;
	width: auto;
}

.navi-consultation__tel { /* pc */
	width: auto;
	padding: 5px 3.1% 5px 0;
	line-height: 1.14;
	border-right: 1px solid #ffffff;
	margin-right: 3%;
	background: none;
	margin-bottom: 0;
	border-radius: 0;
}

.navi-consultation__tel::before { /* pc */
	background-image: url(../img/icon_phone_text.webp);
	width: 34px;
	height: 56px;
}

.navi-consultation__tel__text { /* pc */
	font-size: 2.8rem;
}

.navi-consultation__tel__note { /* pc */
	font-size: .8rem;
	letter-spacing: 0;
	margin-top: 6px;
}

.navi-consultation__link { /* pc */
	width: auto;
	letter-spacing: .15em;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	border-radius: 0;
}

.navi-consultation__link::before { /* pc */
	margin-right: 10px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.navi-consultation__link--pre { /* pc */
	padding-right: 2.7%;
	border-right: 1px solid #ffffff;
	margin-right: 3%;
}

.navi-consultation__link--pre::before { /* pc */
	width: 37px;
	height: 36px;
	background-image: url(../img/icon_fukidashi.svg);
}

.navi-consultation__link--request::before { /* pc */
	width: 28px;
	height: 37px;
	background-image: url(../img/icon_letter.svg);
}

.footer-cv { /* pc */
	padding: 83px 0 72px 20px;
}

.footer-cv__inner { /* pc */
	width: 100%;
	max-width: 1186px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none;
}

.footer-cv__heading { /* pc */
	font-size: 1.8rem;
	margin: 0;
	text-align: left;
	padding-right: 4.4%;
	border-right: 1px solid #ffffff;
	padding: 14px 1.5% 14px 0;
	margin-right: 3.8%;
}

.footer-cv__tel { /* pc */
	border-top: none;
	border-bottom: none;
	padding: 5px 2.1% 5px 55px;
	line-height: 1.14;
	border-right: 1px solid #ffffff;
	margin-right: 3%;
}

.footer-cv__tel::before { /* pc */
	width: 34px;
	height: 56px;
	left: 0;
}

.footer-cv__tel__text { /* pc */
	font-size: 2.6rem;
}

.footer-cv__tel__note { /* pc */
	font-size: 0.8rem;
	letter-spacing: 0;
	margin-top: 6px;
}

.footer-cv__link { /* pc */
	width: auto;
	height: auto;
	letter-spacing: 0.15em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-cv__link::before { /* pc */
	margin-right: 10px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.footer-cv__link--pre { /* pc */
	margin-right: 0;
	padding-right: 2.6%;
	border-right: 1px solid #ffffff;
	margin-right: 2.9%;
}

.footer-cv__link--pre::before { /* pc */
	width: 37px;
	height: 36px;
}

.footer-cv__link--request::before { /* pc */
	width: 28px;
	height: 37px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.fixed-cv { /* pc */
	padding: 20px 0 20px;
}

.fixed-cv__inner { /* pc */
	max-width: 1186px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none;
}

.fixed-cv__heading { /* pc */
	font-size: 1.8rem;
	margin: 0;
	text-align: left;
	padding-right: 4.4%;
	border-right: 1px solid #ffffff;
	padding: 14px 1.5% 14px 0;
	margin-right: 3.8%;
	width: auto;
}

.fixed-cv__tel { /* pc */
	display: block;
	width: auto;
	border-right: none;
	padding: 5px 3.1% 5px 55px;
	line-height: 1.14;
	border-right: 1px solid #ffffff;
	margin-right: 3%;
}

.fixed-cv__tel::before { /* pc */
	width: 34px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.fixed-cv__tel__text { /* pc */
	margin-left: 0;
	font-size: 2.8rem;
}

.fixed-cv__tel__text rt { /* pc */
	font-size: .35em;
	letter-spacing: .05em;
}

.fixed-cv__tel__note { /* pc */
	font-size: .8rem;
	letter-spacing: 0;
	margin-top: 6px;
	display: block;
}

.fixed-cv__link { /* pc */
	width: auto;
	letter-spacing: .15em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2rem;
}

.fixed-cv__link::before { /* pc */
	margin-right: 10px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.fixed-cv__link--pre { /* pc */
	margin-right: 0;
	padding-right: 2.7%;
	border-right: 1px solid #ffffff;
	margin-right: 3%;
}

.fixed-cv__link--pre::before { /* pc */
	width: 37px;
	height: 36px;
}

.fixed-cv__link--request::before { /* pc */
	width: 28px;
	height: 37px;
	margin-bottom: -5px;
}

.simple-footer-link { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-footer-link__item { /* pc */
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}

.simple-footer-link__item:not(:last-child) { /* pc */
	margin-right: 13px;
	padding-right: 14px;
}

.simple-footer-link__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.simple-footer-link__item a:hover {
	opacity: 0.6;
}

.simple-footer-copyright { /* pc */
	display: none;
}

.pagetop { /* pc */
	bottom: 95px;
	right: 10px;
}

.feature-2 { /* pc */
	padding: 46px 0;
	margin-bottom: 20px;
}

.feature-2--mb-sm { /* pc */
	margin-bottom: 0;
	padding-bottom: 0;
}

.feature-2__heading { /* pc */
	font-size: 4rem;
	letter-spacing: .15em;
}

.feature-2__heading__lg { /* pc */
	font-size: 4rem;
}

.feature-2__heading__strong::before { /* pc */
	left: 48%;
}

.feature-2__heading__num { /* pc */
	font-size: 6rem;
	margin: 0 -12px 0 -5px;
}

.feature-2__text { /* pc */
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 20px;
}

.feature-2__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 55px;
}

.feature-2__inner::before {
	content: "";
	width: 100vw;
	min-width: 1220px;
	height: 66.5%;
	display: block;
	background: #f0fdfb;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.feature-2__item { /* pc */
	width: 47.1%;
	padding: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 42px;
}

.feature-2__item:nth-child(odd) {
	margin-right: 5.8%;
}

.feature-2__item__head { /* pc */
	position: relative;
	z-index: 1;
	padding-left: 30px;
}

.feature-2__item__label { /* pc */
	width: 87px;
	height: 87px;
	font-size: 2rem;
	margin-right: 10px;
}

.feature-2__item__heading { /* pc */
	font-size: 2.8rem;
	letter-spacing: .15em;
	line-height: 1.25;
}

.feature-2__item__content { /* pc */
	display: block;
	border-radius: 20px;
	background: #d9f9ee;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	padding: 0;
	margin-top: -45px;
	height: calc(100% - 62px);
	overflow: hidden;
}

.feature-2__item__image { /* pc */
	margin-bottom: 0;
}

.feature-2__item__image::before { /* pc */
	padding-top: 46.2%;
}

.feature-2__item__text { /* pc */
	padding: 22px 30px;
	letter-spacing: .15em;
}

.feature-2__item__button { /* pc */
	display: none;
}

.customer-wrap { /* pc */
	padding: 90px 0;
	width: 1186px;
}

.customer-wrap--pd-sm { /* pc */
	padding: 0 0 55px;
}

.customer-wrap--sp-lg .customer::before { /* pc */
	width: 1126px;
}

.customer { /* pc */
	padding: 65px 0 95px;
}

.customer:not(:last-child) { /* pc */
	margin-bottom: 35px;
}

.customer--pd-sm { /* pc */
	padding: 40px 0 60px;
}

.customer::before { /* pc */
	width: 1126px;
}

.customer__content { /* pc */
	margin-bottom: 30px;
}

.customer__content .swiper {
	width: calc(100% + 34px);
}

.customer__content .swiper--case-2,
.customer__content .swiper--voice-2 {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.customer__content .swiper--case-2.is-pc-no-swiper .swiper-wrapper { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customer--pc-swiper { /* pc */
}

.customer--pc-swiper .customer-item-2 {
	margin-left: 17px;
	margin-right: 17px !important;
}

.customer--pc-swiper .customer-item-2:nth-child(3n) {
	margin-left: 17px;
	margin-right: 17px !important;
}

.customer .swiper-button-prev,
.customer .swiper-button-next { /* pc */
	display: block;
	top: 35%;
}

.customer .swiper { /* pc */
	overflow: hidden;
	padding-top: 15px;
	margin-top: -15px;
}

.customer__button { /* pc */
	max-width: 356px;
	margin-top: 55px;
}

.customer-item { /* pc */
	width: 373px;
}

.customer-item:not(:nth-child(3n)) {
	margin-right: 34px;
}

.customer-item.swiper-slide { /* pc */
	width: 373px;
}

.customer-item__head { /* pc */
	height: 224px;
}

.customer-item__overview { /* pc */
	padding: 45px 32px 22px;
}

.customer-item__heading { /* pc */
	padding-bottom: 7px;
	margin-bottom: 13px;
}

.customer-item__text { /* pc */
	letter-spacing: 0.15em;
	height: 3.999999em;
}

.customer-item__detail { /* pc */
	text-align: center;
	margin-top: 15px;
}

.customer-item-2 { /* pc */
	width: 373px;
}

.customer-item-2 a { /* pc */
}

.customer-item-2 a:hover {
	opacity: 0.6;
}

.customer-item-2.swiper-slide { /* pc */
	width: 373px;
}

.customer-item-2__heading { /* pc */
	font-size: 1.8rem;
}

.customer-item-2__tag { /* pc */
	font-size: 1.5rem;
	margin-top: 15px;
}

.customer-item-2__detail { /* pc */
	margin-top: 15px;
}

.swiper-button-prev,
.swiper-button-next { /* pc */
	width: 67px;
	height: 67px;
}

.swiper-button-prev { /* pc */
	left: -50px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.swiper-button-next { /* pc */
	right: -50px;
	-webkit-transform: scale(-1, 1) translate(0, -50%);
	-ms-transform: scale(-1, 1) translate(0, -50%);
	transform: scale(-1, 1) translate(0, -50%);
}

}

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

.customer .swiper-button-prev { /* pc(middle) */
	left: -10px;
}

.customer .swiper-button-next { /* pc(middle) */
	right: -10px;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.sp-only-flex { /* sp */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.pc-only-flex { /* sp */
	display: none !important;
}

.sp-mb0 { /* sp */
	margin-bottom: 0px !important;
}

.sp-mt0 { /* sp */
	margin-top: 0px !important;
}

.sp-mt20 { /* sp */
	margin-top: 20px !important;
}

.sp-mt30 { /* sp */
	margin-top: 30px !important;
}

.l-wrapper--sp-sm { /* sp */
	width: 85%;
}

.l-sp-wrapper { /* sp */
	position: relative;
	width: 90.4%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.l-section--sp-pb0 { /* sp */
	padding-bottom: 0;
}

.l-section--sp-pt0 { /* sp */
	padding-top: 0;
}

.globalmenu { /* sp */
	top: 73px;
	height: calc(100% - 73px);
}

.sp-hd-navi { /* sp */
	position: relative;
}

.sp-hd-navi:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #c9f3e6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sp-hd-navi--sm {
	width: 50%;
	background: #FFFFFF;
	padding: 18px 0;
}

.sp-hd-navi--sm:nth-child(odd) {
	border-right: 1px solid #c9f3e6;
}

.sp-hd-navi-lg { /* sp */
	background: #f1fef9;
	color: #06a890;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 14px;
	border-bottom: 1px solid #c9f3e6;
	position: relative;
}

.sp-hd-navi-lg:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #06a890;
	border-right: 1px solid #06a890;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

.sp-hd-navi-children-1 { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp-hd-navi-children-1__item {
	width: 50%;
	border-bottom: 1px solid #c9f3e6;
}

.sp-hd-navi-children-1__item:nth-child(odd) {
	border-right: 1px solid #c9f3e6;
}
.js-retuen-covit-link-hd {
	width:100%;
}
.sp-hd-navi-sm-1 { /* sp */
	width: 100%;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #06a890;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 0 14px;
	position: relative;
}

.sp-hd-navi-sm-1:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #06a890;
	border-right: 1px solid #06a890;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
}

.sp-hd-navi-sm-2 { /* sp */
	width: 100%;
	padding: 8px;
	text-align:center;
	display: block;
	color: #06a890;
	font-size: 1.2rem;
	line-height: 1.666666;
	letter-spacing: 0.1em;
}

.sp-ft-navi { /* sp */
	position: relative;
}

.sp-ft-navi:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #c9f3e6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sp-ft-navi--sm {
	width: 50%;
	background: #FFFFFF;
	padding: 18px 0;
}

.sp-ft-navi--sm:nth-child(odd) {
	border-right: 1px solid #c9f3e6;
}

.sp-ft-navi-lg { /* sp */
	color: #06a890;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #c9f3e6;
}

.sp-ft-navi-children-1 { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp-ft-navi-children-1__item {
	width: 50%;
	border-bottom: 1px solid #c9f3e6;
}

.sp-ft-navi-children-1__item:nth-child(odd) {
	border-right: 1px solid #c9f3e6;
}

.sp-ft-navi-children-2 { /* sp */
}
.sp-footer-bottom{
	padding: 18px 0 34px 0;
}
.sp-ft-navi-sm-1 { /* sp */
	text-align: center;
	width: 100%;
	height: 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #06a890;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.sp-ft-navi-sm-2 { /* sp */
	width: 100%;
	text-align:center;
	display: block;
	color: #06a890;
	font-size: 1.2rem;
	line-height: 1.666666;
	letter-spacing: 0.1em;
	padding:8px;
}
.js-move-covit-link-ft{
	border-bottom: 1px solid #c9f3e6;
	padding:0 0 18px 0;
	margin-bottom:18px;
}
.pc-navi-block--8 {
	text-align: center;
}

.pc-navi-block--8 img{
	width: 80px;
}
.fixed-cv__tel__text span { /* sp */
	display: none;
}

.feature-2__item { /* sp */
}

.feature-2__item:not(:last-child) {
	margin-bottom: 22px;
}

.customer__content .swiper--case-2.is-sp-no-swiper { /* sp */
}

.customer__content .swiper--case-2.is-sp-no-swiper .swiper-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customer__content .swiper--case-2.is-sp-no-swiper .customer-item-2 {
	width: 100%;
	margin-right: 0 !important;
}

}

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

.navi-consultation__heading { /* iPhone5s */
	font-size: 1.7rem;
}

.navi-consultation__tel { /* iPhone5s */
}

.navi-consultation__tel::before { /* iPhone5s */
}

.navi-consultation__tel__text { /* iPhone5s */
}

.navi-consultation__tel__note { /* iPhone5s */
}

.navi-consultation__link { /* iPhone5s */
}

.navi-consultation__link--pre { /* iPhone5s */
}

.footer-cv__heading { /* iPhone5s */
	font-size: 3rem;
}

.footer-cv__tel { /* iPhone5s */
	padding: 25px 0 29px 50px;
}

.footer-cv__tel__text { /* iPhone5s */
	font-size: 2rem;
}

.footer-cv__tel__note { /* iPhone5s */
	font-size: 1.2rem;
}

.footer-cv__link { /* iPhone5s */
	font-size: 1.8rem;
	width: 47%;
}

.footer-cv__link--pre { /* iPhone5s */
	margin-right: 4%;
}

.fixed-cv__heading { /* iPhone5s */
}

.fixed-cv__tel { /* iPhone5s */
}

.fixed-cv__link { /* iPhone5s */
}

.fixed-cv__link--pre { /* iPhone5s */
}

}
.fixed-cv__inner.sp_only{display: none}
@media screen and (max-width: 428px) {
  .pagetop {
    bottom: 80px;
  }
  .fixed-cv__inner.sp_other {
    display: none;
  }
  .fixed-cv {
    background-color: #fff;
    padding: 0;
  }
  .fixed-cv .fixed-cv__inner {
    padding-bottom: 0;
  }
.fixed-cv__inner.sp_only{display: block}
  .sponlybottomfix {
    width: 100%;
  }
  .spbottomfixbox {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .spbottomfixbox .itembox a {
    display: block;
    padding: 10px;
    text-align: center;
box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.8);
  }
  .spbottomfixbox .itembox.box01 a {
    background-color: #ED6585;
  }
  .spbottomfixbox .itembox.box02 a {
    background-color: #28357B;
  }
  .spbottomfixbox .itembox.box01 .telicon {
    position: relative;
    display: inline-block;
  }
  .spbottomfixbox .itembox.box01 .telicon .telline {
    position: absolute;
    left: 0;
    top: 0;
  }
  .spbottomfixbox .itembox.box01 .telicon span {
    position: absolute;
    -webkit-transform: rotate(47deg);
            transform: rotate(47deg);
  }
  .spbottomfixbox .itembox.box01 .telicon span:after, .spbottomfixbox .itembox.box01 .telicon span:before {
    content: "";
    border: 1px solid transparent;
    border-top-color: currentcolor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 1;
    color: #fff;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    position: absolute;
  }
  .spbottomfixbox .itembox.box01 .telicon span.line_a:after {
    width: 18px;
    height: 28px;
    left: 10px;
    top: 1px;
  }
  .spbottomfixbox .itembox.box01 .telicon span.line_a:before {
    width: 10px;
    height: 20px;
    left: 10px;
    top: 1px;
  }
  .spbottomfixbox .itembox.box01 .telicon span.line_b:after {
    width: 3px;
    height: 13px;
    left: 10px;
    top: 1px;
  }
  .spbottomfixbox .itembox.box01.box01 .telicon span:after, .spbottomfixbox .itembox.box01.box01 .telicon span:before {
    -webkit-animation: ringline 1.4s linear infinite;
            animation: ringline 1.4s linear infinite;
    opacity: 0;
  }
  .spbottomfixbox .itembox.box01.box01 .telicon span.line_a:after {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .spbottomfixbox .itembox.box01.box01 .telicon span.line_a:before {
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .spbottomfixbox .itembox.box01.box01 .telicon span.line_b:after {
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
}
@-webkit-keyframes ringline {
  8%, 64% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
}
@keyframes ringline {
  8%, 64% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
}