body {
	font-family: "M PLUS 1", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}



/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.blank {
	display: none;
}

.business-list__item {
	list-style: none;
}

.business-list__item + .business-list__item {
	margin-top: 1.875rem;
}

.business-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.business-list__item-img-wrap {
	position: relative;
}

.business-list__item-title {
	border-bottom: #fff 3px solid;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 1.25rem;
	padding-right: 3.125rem;
	position: absolute;
	text-shadow: 1px 1px 13px #000;
}

.business-list__item:nth-of-type(even) .business-list__item-title {
	padding-left: 3.125rem;
	padding-right: 0.65rem;
	right: 0;
}

.business-list__item-img {
	width: 100%;
}

.business-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 723/351;
	object-fit: cover;
	width: 100%;
}

.business-list__item-text-wrap {
	margin-top: 1.25rem;
	max-width: 18.75rem;
	width: 100%;
}

.business-list__item:nth-of-type(even) .business-list__item-text-wrap {
	margin-left: 0;
}

.business-list__item-text {
	border-bottom: #000 1px solid;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.business {
	position: relative;
}

.business::before {
	-webkit-clip-path: polygon(14% 92%, 100% 0%, 100% 100%, 14% 100%);
	background-color: #f1faff;
	bottom: -5.375rem;
	clip-path: polygon(14% 92%, 100% 0%, 100% 100%, 14% 100%);
	content: "";
	height: 54.375rem;
	position: absolute;
	right: 0;
	width: 18.75rem;
	z-index: -1;
}

.business__inner {
	max-width: 40rem;
}

.business__title {
	margin: 0 auto;
	max-width: 18.75rem;
}

.business__list {
	margin-top: 2.5rem;
}

/* Before After Blog */
.blog {
}
.layout-blog {
	margin-top: 4.625rem;
}
.blog__title {
	margin: 0 auto;
	max-width: 18.75rem;
}
.blog__list {
	margin-top: 2.5rem;
	padding-top: 10px;
}



.button {
	background-color: #fff;
	border: #000 1px solid;
	font-size: 0.875rem;
	padding: 0.1875rem 0.4rem;
	transition: 0.3s;
}

.button:hover {
	background-color: #5059af;
	color: #fff;
	opacity: 1;
}

.contact-button {
	-webkit-clip-path: polygon(96% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
	background-color: #fff;
	clip-path: polygon(96% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	padding: 0.475rem 0.975rem 0.475rem 1.375rem;
	transition: all 0.3s;
	width: 100%;
}

.contact-button:hover {
	opacity: 1;
	transform: scale(1.08);
}

.contact-button__phone {
	font-size: 1.25rem;
}

.contact-button__main-text {
	font-size: 1.25rem;
	margin-top: 0.3rem;
}

.contact-button__phone,
.contact-button__main-text {
	color: #323779;
	line-height: 1.2;
}

.contact-button__phone,
.contact-button__main-text {
	align-items: center;
	display: flex;
}

.contact-button__phone::before {
	background-image: url(../images/common/phone-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.25rem;
	margin-right: 0.8rem;
	width: 2.25rem;
}

.contact-button__main-text::after {
	background-image: url(../images/common/contact.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2rem;
	margin-left: 0.3rem;
	width: 2rem;
}

.contact {
	background: url("../images/common/bg.jpg") no-repeat center;
	background-size: cover;
	padding-bottom: 3.125rem;
	padding-top: 2.9375rem;
	position: relative;
}

.contact__inner.inner {
	max-width: 54.375rem;
}

.contact__title {
	margin: 0 auto;
	max-width: 15rem;
}

.contact__contents {
	margin-top: 2.25rem;
}

.contact__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}

.contact__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 0.75rem;
	row-gap: 1.25rem;
}

.contact__button {
	max-width: 25rem;
}

.footer {
	background-color: #323779;
	padding-bottom: 1rem;
	padding-top: 0.65rem;
}

.footer__inner.inner {
	max-width: 38.75rem;
}

.footer__nav.nav .nav-item a {
	font-size: 0.625rem;
}

.footer__nav.nav .nav-item a:hover {
	color: #5059af;
}

.footer__company {
	-moz-column-gap: 1rem;
	align-items: center;
	color: #fff;
	column-gap: 1rem;
	display: flex;
	flex-direction: column;
	font-size: 0.625rem;
	margin-top: 3.75rem;
}

.footer__logo {
	max-width: 12.875rem;
	width: 100%;
}

.footer__address-wrap {
	margin-top: 1.25rem;
	text-align: center;
	width: 100%;
}

.footer__contact-wrap {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5rem;
}

.footer__phone,
.footer__fax {
	text-transform: uppercase;
}

.footer__copyright {
	color: #999999;
	display: block;
	font-size: 0.625rem;
	margin-top: 2.825rem;
	text-align: center;
}

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	padding: 1.4rem 1.6rem;
	width: 100%;
}

.form-input input:focus {
	box-shadow: none;
	outline: none;
}

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

.form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/common/arrow.svg);
	background-position: right 0.4375rem top 0.9375rem;
	background-repeat: no-repeat;
	background-size: 0.9375rem;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
	padding: 0.6rem 1.6rem 0.71875rem 0.9375rem;
	width: 30%;
}

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

.form-select select:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form-submit input {
	-webkit-text-decoration: none;
	background-color: #808080;
	background-image: none;
	border: none;
	border-radius: 0.625rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem 1.4375rem;
	text-decoration: none;
	transition: 0.3s;
}

.form-submit input:hover,
.form-submit input:focus {
	outline: none;
}

.form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	font-size: 0.9375rem;
	height: 9.375rem;
	height: 22.1875rem;
	padding: 1rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form__wrap {
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

.form__wrap:nth-of-type(1) {
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
}

.form__wrap + .form__wrap {
	border-bottom: #000 1px solid;
}

.form__label {
	background-color: #f2f2f2;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 1.7rem 1.6rem;
	text-align: left;
}

.form__label span {
	background-color: #d00000;
	border-radius: 100vh;
	color: #fff;
	display: inline-block;
	font-size: 0.5rem;
	margin-left: 0.2rem;
	padding: 0.3125rem 0.3125rem;
}

.form__input,
.form__select,
.form__textarea {
	background-color: #fff;
}

.form__select {
	z-index: 1;
}

.form__input,
.form__textarea {
	flex-grow: 1;
}

.form__submit {
	margin-top: 2.25rem;
	text-align: center;
}

.form__select + .form__input {
	border-left: none;
}

.header {
	background-color: #b3b3b3;
	height: 20rem;
	position: relative;
}

.header::before {
	display: none;
}

.header::after {
	display: none;
}

.header__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding-left: 0.625rem;
}

.header__logo-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.header__logo-wrap:hover {
	opacity: 0.7;
}

.header__logo {
	color: #fff;
	max-width: 21.875rem;
	width: 100%;
}

.header__logo-text {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: -0.1em;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	margin-top: 0.5rem;
	object-fit: contain;
	width: 100%;
}

.header__right {
	color: #fff;
	margin-top: 1.25rem;
}

.header__nav {
	margin-top: 1.125rem;
}

.header__contact-info {
	font-weight: 300;
	text-align: center;
}

.header__contact-link {
	background-color: #666666;
	cursor: pointer;
	font-size: 0.6875rem;
	padding: 0.0625rem 0.5rem;
	transition: all 0.3s;
}

.header__contact-link:hover {
	background-color: #fff;
	color: #666666;
	opacity: 1;
}

.header__contact-phone {
	display: flex;
	flex-direction: column;
	font-size: 0.6875rem;
	letter-spacing: -0.05em;
}

.header__contact-phone span {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	transition: all 0.3s;
}

.header__contact-phone:hover span {
	color: #1e2847;
	opacity: 1;
}

.header__contact-phone:hover {
	opacity: 1;
}

.header__contact-phone span::before {
	background-image: url(../images/common/phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3rem;
	margin-right: 0.5rem;
	width: 2.5rem;
}

.layout-business {
	margin-top: 4.625rem;
}

.layout-contact {
	margin-top: 5.375rem;
}

.layout-mv {
	margin-top: 0.6875rem;
}

.layout-news {
	margin-top: 3.125rem;
}

.layout-overview {
	margin-top: 6.25rem;
}

.layout-page-contact {
	margin-top: 3rem;
}

.layout-sub-contact {
	margin-top: 0;
}

.layout-vision {
	margin-top: 5rem;
}

.map {
	background-color: #f2f2f2;
	padding-bottom: 2.925rem;
	padding-top: 5rem;
}

.map__inner.inner {
	max-width: 40rem;
}

.map__title {
	max-width: 25rem;
}

.map__contents {
	margin-top: 0.625rem;
}

.map__google-map {
	border: 2px #000 solid;
	height: 0;
	padding-top: 52.5%;
	position: relative;
	width: 100%;
}

/* Google Mapのiframe */

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

.map__address {
	margin-top: 0.5rem;
}

.map__address-text {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	justify-content: center;
}

.map__address-text::before {
	background-image: url(../images/common/address.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5625rem;
	margin-right: 0.1875rem;
	width: 1.25rem;
}

.mv {
	height: 100%;
	position: relative;
	z-index: 1;
}

.mv__inner.inner {
	height: inherit;
	padding: 0;
	position: relative;
}

.mv__title-wrap {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	left: 0;
	position: absolute;
	top: 10%;
	z-index: 2;
}

.mv__main-title {
	background-color: rgba(2, 20, 182, 0.5);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.6;
	max-width: 25rem;
	padding-left: 3.25rem;
	padding-right: 1.25rem;
}

.mv__main-title:nth-child(2) {
	margin-left: 22.2%;
	margin-top: 1.25rem;
	max-width: 50rem;
	padding-left: 1.875rem;
	width: 100%;
}

.mv__sub-title {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
	height: inherit;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.mv__swiper-pagination.swiper-pagination {
	bottom: -0.95rem;
	left: -2.5rem;
	text-align: right;
}

.mv__swiper-pagination .swiper-pagination-bullet {
	background-color: #323779;
	border-radius: 0;
	height: 0.25rem;
	width: 2.25rem;
}

.mv__swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.40625rem;
}

.nav {
	height: 2.5rem;
	position: relative;
}

.nav-items {
	display: flex;
	flex-wrap: wrap;
	height: inherit;
	justify-content: center;
}

.nav-item {
	height: inherit;
	position: relative;
}

.nav-item:not(:first-child)::before {
	background-color: #fff;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.nav-item > a {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 0.8125rem;
	font-weight: 300;
	height: inherit;
	justify-content: center;
	line-height: 1;
	padding: 0 0.9375rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s;
}

/* カレント表示 */

.nav-item.current a {
	color: #1e2847;
	font-weight: 700;
}

.nav-item__top-back {
	height: auto;
	max-width: 1rem;
	width: 100%;
}

.nav-item__top-back img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.nav-item a:hover {
	color: #1e2847;
	font-weight: 700;
	opacity: 1;
}

.news-list__item {
	list-style: none;
}

.news-list__item:hover .news-list__item-title {
	color: #5059af;
	opacity: 1;
}

.news-list__item + .news-list__item {
	border-top: 2px #000 solid;
}

.news-list__item:last-child {
	border-bottom: 2px #000 solid;
}

.news-list__item a {
	display: block;
	padding: 1rem 0 0.875rem;
}

.news-list__item-meta {
	align-items: center;
	display: flex;
}

.news-list__item-date {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 1.475rem;
}

.news-list__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.75rem;
	overflow: hidden;
	padding-left: 1.875rem;
	padding-right: 0.375rem;
	transition: all 0.3s;
}

.news {
	background-color: #f2f2f2;
	padding: 3rem 0 3.125rem;
}

.news__inner.inner {
	max-width: 40rem;
}

.news__list {
	margin-top: 0.4375rem;
}

.news__button {
	margin-top: 1.25rem;
	text-align: center;
}

.news__image {
	margin-top: 1.25rem;
	width: 100%;
}

.news__image img {
	-o-object-fit: cover;
	aspect-ratio: 240/182;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.overview-list__list {
	border-bottom: 1px solid #000;
	display: flex;
	font-size: 0.625rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.overview-list__list:first-child {
	border-top: 1px solid #000;
}

.overview-list__term {
	background-color: #f2f2f2;
	flex-shrink: 0;
	font-weight: 700;
	letter-spacing: 0.4em;
	max-width: 7.5rem;
	padding: 0.9rem 1.625rem 0.8rem;
	text-transform: capitalize;
	width: 100%;
}

.overview-list__description {
	padding: 0.9rem 1.625rem 0.8rem;
}

.overview-list__description span {
	line-height: 2;
}

.overview__inner {
	max-width: 40rem;
}

.overview__title {
	margin: 0 auto;
	max-width: 21.875rem;
	text-align: center;
}

.overview__title .title.title--center {
	text-transform: uppercase;
}

.overview__list {
	margin: 1.775rem auto 0;
	max-width: 34.375rem;
}

.page-contact {
	background: rgb(241, 250, 255);
	background: linear-gradient(28deg, rgb(241, 250, 255) 0%, rgb(241, 250, 255) 58%, rgb(255, 255, 255) 58%, rgb(255, 255, 255) 100%);
	padding-bottom: 6rem;
}

.page-contact__inner {
	max-width: 40rem;
	text-align: center;
}

.page-contact__text {
	border-bottom: 1px #000 solid;
	display: inline-block;
	line-height: 2;
	padding: 0 1.5625rem;
	text-align: center;
}

.page-contact__form {
	margin: 2.3rem auto 0;
	max-width: 47.5rem;
}

.privacy-policy {
	background-color: #f2f2f2;
	padding-bottom: 2.35rem;
	padding-top: 4.15rem;
}

.privacy-policy__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.privacy-policy__title {
	margin: 0 auto;
	max-width: 21.875rem;
	text-align: center;
}

.privacy-policy__title .title.title--center {
	text-transform: uppercase;
}

.privacy-policy__items {
	margin-top: 2rem;
}

.privacy-policy__item {
	padding-bottom: 1.25rem;
}

.privacy-policy__term {
	border-bottom: 1px #000 solid;
	font-size: 1.0875rem;
	font-weight: 700;
	line-height: 1.6;
}

.privacy-policy__description {
	line-height: 1.9;
	margin: 0.25rem 0;
	padding: 0 0.9375rem;
}

.privacy-policy__description-numbers {
	counter-reset: number;
}

.privacy-policy__description-text {
	text-indent: 0.85rem;
}

.privacy-policy__description-text + .privacy-policy__description-numbers {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number {
	padding-left: 0.9375rem;
	text-indent: -0.9375rem;
}

.privacy-policy__description-number + .privacy-policy__description-number {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number::before {
	content: counter(number) ". ";
	counter-increment: number;
}

.privacy-policy__description-items {
	list-style: disc;
	padding-left: 2.35rem;
}

.sub-mv {
	height: 12.5rem;
}

.sub-mv__inner.inner {
	height: inherit;
	padding: 0;
	position: relative;
}

.sub-mv__title {
	background-color: rgba(2, 20, 182, 0.5);
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	left: 0;
	line-height: 1.6;
	max-width: 13.375rem;
	padding-left: 3.25rem;
	padding-right: 1.875rem;
	position: absolute;
	top: 14%;
	z-index: 2;
}

.sub-mv__image {
	height: inherit;
}

.sub-mv__image img {
	-o-object-position: 80% 50%;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	object-position: 80% 50%;
	width: 100%;
}

.layout-thanks {
	margin-top: 6.25rem;
}

.thanks__text {
	text-align: center;
}

.thanks__button {
	margin-top: 1.875rem;
	text-align: center;
}

.title {
	align-items: baseline;
	border-bottom: #000 2px solid;
	display: flex;
	font-size: 0.75rem;
	font-weight: 300;
	justify-content: space-between;
	letter-spacing: 0.3em;
	line-height: 1.1;
	position: relative;
	text-indent: 0.5em;
	text-transform: uppercase;
}

.title span:not(:nth-child(2)) {
	font-size: 1.5625rem;
	font-weight: 700;
	padding-left: 0.3rem;
}

.title span {
	background: rgb(204, 204, 204);
	background: linear-gradient(0deg, rgb(204, 204, 204) 41%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);
	max-width: 7.875rem;
	width: 100%;
}

.title span + span {
	background: none;
	text-align: right;
}

.title::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	background-color: #cccccc;
	bottom: 0;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	content: "";
	height: 0.6875rem;
	left: 7.85rem;
	position: absolute;
	width: 0.75rem;
	z-index: 2;
}

.title.title--center {
	align-items: center;
	border-bottom: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 0.2em;
	text-indent: 0;
	text-transform: capitalize;
}

.title.title--center::after {
	display: none;
}

.title.title--center span {
	max-width: none;
	position: relative;
	text-align: center;
	width: 100%;
}

.title.title--center span:not(:nth-child(2)) {
	background: rgb(204, 204, 204);
	background: linear-gradient(0deg, rgb(204, 204, 204) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
	max-width: 12.5rem;
}

.title.title--center span + span {
	border-top: #000 2px solid;
	padding-top: 0.45rem;
}

.title.title--center span:not(:nth-child(2))::before {
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background-color: rgb(204, 204, 204);
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	content: "";
	height: 0.75rem;
	left: -0.875rem;
	position: absolute;
	width: 0.875rem;
	z-index: 1;
}

.title.title--center span:not(:nth-child(2))::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	background-color: rgb(204, 204, 204);
	bottom: 0;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	content: "";
	height: 0.75rem;
	position: absolute;
	right: -0.875rem;
	width: 0.875rem;
	z-index: 1;
}

.title.title--center span.blank {
	background: none;
	display: inline;
}

.title.title--white {
	align-items: center;
	border-bottom: none;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 0.1em;
	text-indent: 0;
	text-transform: uppercase;
}

.title.title--white::after {
	display: none;
}

.title.title--white span {
	background: none;
	max-width: none;
	position: relative;
	text-align: center;
	width: 100%;
}

.title.title--white span:not(:nth-child(2)) {
	max-width: 23.75rem;
}

.title.title--white span + span {
	border-top: #fff 2px solid;
	padding-top: 0.4rem;
}

.vision__inner {
	max-width: 40rem;
}

.vision__title {
	background-color: #000;
	color: #fff;
	font-size: 1.25rem;
	padding: 0.8rem 0 0.9375rem;
	text-align: center;
}

.vision__list {
	margin: 2.1875rem auto 0;
	max-width: 25rem;
}

.vision__item {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
}

.vision__item + .vision__item {
	margin-top: 1.2rem;
}

.vision__text {
	padding-left: 1.65rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

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

.footer__company {
	margin-top: 2.5rem;
}

.header {
	height: 15.625rem;
}

.mv__main-title {
	font-size: 2rem;
}

.sub-mv__title {
	font-size: 2rem;
	max-width: 17.3125rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6vw;
}

.blank {
	display: inline;
}

.business-list__item {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.business-list__item + .business-list__item {
	margin-top: 3.125rem;
}

.business-list__item-title {
	font-size: 3.75rem;
}

.business-list__item-img {
	max-width: 45.1875rem;
}

.business-list__item-text-wrap {
	margin-left: 1.0625rem;
	margin-top: 0;
	max-width: 16.25rem;
}

.business-list__item:nth-of-type(even) .business-list__item-text-wrap {
	margin-left: 0;
	margin-right: 1.0625rem;
}

.business-list__item-text {
	font-size: 1.25rem;
	margin-bottom: 1.75rem;
	margin-top: 1.75rem;
}

.business::before {
	width: 59.375rem;
}

.business__title {
	max-width: 29.5rem;
}

.contact-button__phone {
	font-size: 1.75rem;
}

.contact-button__main-text {
	font-size: 1.75rem;
}

.contact__button-wrap {
	-moz-column-gap: 4.375rem;
	align-items: normal;
	column-gap: 4.375rem;
	flex-direction: row;
	justify-content: space-between;
	row-gap: 0rem;
}

.contact__button {
	max-width: 50%;
}

.form-select select {
	margin: 1rem 0.6125rem;
	width: 100%;
}

.form-submit input:hover {
	opacity: 0.8;
}

.form__wrap {
	display: flex;
}

.form__label {
	max-width: 12.5rem;
	text-align: right;
	width: 100%;
}

.form__input,
.form__select,
.form__textarea {
	border-left: #000 1px solid;
}

.header {
	height: 9.375rem;
}

.header::before {
	background-color: #fff;
	bottom: -0.125rem;
	content: "";
	display: block;
	height: 1.875rem;
	left: 0;
	position: absolute;
	width: 51.1%;
}

.header::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	background-color: #fff;
	bottom: -0.125rem;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	content: "";
	display: block;
	height: 1.875rem;
	left: 51%;
	position: absolute;
	width: 3rem;
}

.header__inner {
	flex-direction: row;
	justify-content: space-between;
	padding-left: 1.875rem;
	padding-right: 1.40625rem;
}

.header__logo-wrap {
	align-items: normal;
	height: inherit;
}

.header__logo {
	max-width: 26.875rem;
}

.header__logo-text {
	margin-top: 1.5rem;
}

.header__logo img {
	height: auto;
	margin-top: 0.875rem;
}

.header__right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 0;
}

.header__contact-info {
	max-width: 21.875rem;
	text-align: right;
}

.header__contact-phone {
	margin-left: 0.6875rem;
}

.header__contact-phone span {
	font-size: 2.5rem;
	justify-content: left;
}

.map__inner.inner {
	max-width: 46.875rem;
}

.map__address-text {
	align-items: end;
	justify-content: right;
}

.mv {
	max-height: 37.5rem;
}

.mv__inner.inner {
	max-height: inherit;
	max-width: 68.75rem;
}

.mv__title-wrap {
	top: 5%;
}

.mv__main-title {
	font-size: 3rem;
	max-width: 33.125rem;
}

.mv__main-title:nth-child(2) {
	margin-left: 33.2%;
}

.mv__sub-title {
	font-size: 2.1875rem;
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
	max-height: inherit;
}

.nav {
	display: block;
	height: 1.25rem;
}

.nav-items {
	flex-wrap: nowrap;
}

.news-list__item a {
	align-items: flex-start;
	display: flex;
}

.news-list__item-title {
	margin-left: 2.3rem;
	margin-top: -0.1875rem;
	padding-left: 0;
}

.news__inner.inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 50.625rem;
}

.news__content {
	align-items: end;
	display: flex;
}

.news__content-left {
	max-width: 25rem;
}

.news__button {
	margin-bottom: 0.25rem;
	margin-left: 1rem;
	margin-top: 0;
	text-align: left;
}

.news__image {
	height: auto;
	margin-top: 0;
	max-width: 15rem;
}

.overview-list__list {
	font-size: 0.8125rem;
}

.overview-list__term {
	max-width: 9.875rem;
}

.overview__title {
	max-width: 30rem;
}

.page-contact__text {
	line-height: 3;
	padding: 0 6.25rem;
}

.privacy-policy__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.privacy-policy__title {
	max-width: 30rem;
}

.privacy-policy__items {
	margin-top: 2.5rem;
}

.privacy-policy__term {
	font-size: 1.0875rem;
}

.privacy-policy__description {
	font-size: 0.8rem;
	padding: 0 1.375rem;
}

.privacy-policy__description-text {
	font-size: 0.8rem;
}

.sub-mv {
	height: 15.625rem;
}

.sub-mv__inner.inner {
	max-width: 68.75rem;
}

.sub-mv__title {
	font-size: 3rem;
	max-width: 18.75rem;
	padding-right: 2.5rem;
}

.sub-mv__title.sub-mv__title--long {
	max-width: 25rem;
}

.sub-mv__image img {
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.title.title--center span:not(:nth-child(2)) {
	background: linear-gradient(0deg, rgb(204, 204, 204) 41%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);
	font-size: 1.8125rem;
	max-width: 25rem;
}

.vision__title {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.vision__list {
	max-width: 31.875rem;
}

.vision__item {
	font-size: 1.3125rem;
}

.inner {
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

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

.contact-button__phone {
	font-size: 2.375rem;
}

.contact-button__main-text {
	font-size: 1.875rem;
}

.footer__company {
	flex-direction: row;
	margin-top: 1.65rem;
}

.footer__address-wrap {
	margin-top: 0;
	text-align: left;
}

.footer__contact-wrap {
	flex-wrap: nowrap;
	justify-content: left;
	margin-top: 0rem;
}

}

@media (max-width: 767px) {

a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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