body {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.br-414-less {
	display: none;
}

.br-500-less {
	display: none;
}

.br-768-less {
	display: none;
}

.br-768-more {
	display: block;
}

.br-1000-less {
	display: none;
}

.br-1000-more {
	display: block;
}

.br-1480-more {
	display: block;
}

.br-1920-more {
	display: block;
}

html {
	font-size: 16px;
	scroll-padding-top: 7.5rem;
}

img {
	image-rendering: auto;
}

.content-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

iframe {
	border: none;
}

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

ul,
ol {
	padding: 0;
}

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

html {
	scroll-behavior: smooth;
}

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

ul {
	list-style: none;
}

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

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

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

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

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0,0,0,0);
	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 .3s;
}

html.is-fixed {
	overflow: hidden;
}

.l-contact {
	margin-top: 6.25rem;
}

.l-footer {
	margin-top: 11.875rem;
}

.l-footer.l-footer--mt {
	margin-top: 0rem;
}

.l-footer.l-footer--404 {
	margin-top: 0;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.l-service {
	margin-top: 6.5rem;
}

.l-sub-mv {
	margin-top: 5.4375rem;
}

.l-sub-news {
	margin-top: 6.6125rem;
}

.l-top-about {
	margin-top: 14.6875rem;
}

.l-top-media {
	margin-top: 15.125rem;
}

.l-top-message {
	margin-top: 14.375rem;
}

.l-top-news {
	margin-top: 6.0625rem;
}

.l-top-philosophy {
	margin-top: 18.125rem;
}

.l-top-service {
	margin-top: 8.5rem;
}

.p-contact__inner {
	margin: auto;
	max-width: 75rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-contact__form {
	margin: auto;
	max-width: 50rem;
	width: 100%;
}

.p-contact__form-wrap+.p-contact__form-wrap {
	margin-top: 1.875rem;
}

.p-contact__form-label {
	font-size: 1.25rem;
	line-height: 1;
}

.p-contact__form-label span {
	color: #ff3f02;
	display: inline-block;
	margin-left: .1875rem;
}

.p-contact__form-input {
	margin-top: .625rem;
}

.p-contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border: .125rem solid #e0e0e0;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1;
	padding: .625rem;
	width: 100%;
}

.p-contact__form-input input:focus {
	outline: none;
}

.p-contact__form-input input::-moz-placeholder {
	color: rgba(51,51,51,.5);
}

.p-contact__form-input input::placeholder {
	color: rgba(51,51,51,.5);
}

.p-contact__form-textarea {
	margin-top: .625rem;
}

.p-contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border: .125rem solid #e0e0e0;
	border-radius: 0;
	font-size: 1rem;
	height: 14.375rem;
	padding: .625rem;
	resize: none;
	width: 100%;
}

.p-contact__form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.p-contact__form-textarea textarea::-moz-placeholder {
	color: rgba(51,51,51,.5);
}

.p-contact__form-textarea textarea::placeholder {
	color: rgba(51,51,51,.5);
}

.p-contact__form-privacy {
	margin-top: 1.875rem;
}

.p-contact__form-privacy input {
	display: none;
}

.p-contact__form-privacy input+span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: .08em;
	line-height: 1.5;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.p-contact__form-privacy input+span::before {
	background: #fff;
	border: 1px solid gray;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: .3125rem;
	width: 1.25rem;
}

.p-contact__form-privacy input+span::after {
	border-bottom: .1875rem solid #333;
	border-left: .1875rem solid #333;
	content: "";
	display: block;
	height: .5rem;
	left: .125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: .75rem;
	transform: rotate(-45deg);
	transition: .3s;
	width: .9375rem;
}

.p-contact__form-privacy input+span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-contact__form-privacy input:checked+span::after {
	opacity: 1;
}

.p-contact__form-submit {
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact__form-submit input {
	-webkit-text-decoration: none;
	background-color: #58a279;
	background-image: none;
	border: solid .125rem #fff;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
	padding: 1.5625rem 6.25rem;
	text-decoration: none;
	transition: all .3s;
}

.p-contact__form-submit input:hover,
.p-contact__form-submit input:focus {
	background-color: #fff;
	border: solid .125rem #58a279;
	color: #58a279;
	outline: none;
}

.p-contact__form-submit input:hover {
	opacity: .8;
}

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

.wpcf7-spinner {
	display: none;
}

.p-error {
	background-color: #f9f9f9;
	padding-bottom: 2.5rem;
	padding-top: 25rem;
}

.p-error__title {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: .02em;
	text-align: center;
}

.p-error__text {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.p-error__wrap {
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.p-footer {
	background-color: #f9f9f9;
	padding-bottom: 2.5rem;
	padding-top: 12.5rem;
}

.p-footer__inner.l-inner {
	max-width: 84.75rem;
}

.p-footer__header {
	padding-top: 2rem;
}

.p-footer__wrap {
	background-color: #fff;
	padding-bottom: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.p-footer__copy {
	left: 5.1875rem;
	position: absolute;
	top: -3rem;
}

.p-footer__copy::after {
	background-image: url(../images/common/icon_footer.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 4.5rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%) rotate(33deg);
	width: 1.875rem;
}

.p-footer__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .12em;
	margin-top: 2.5rem;
	text-align: center;
}

.p-footer__container {
	align-items: center;
	display: flex;
	gap: 10.3125rem;
	justify-content: center;
	margin-top: 3rem;
}

.p-footer__tel {
	font-family: "Jost",sans-serif;
	font-size: 2.4375rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.p-footer__tel span {
	font-size: 1.625rem;
	letter-spacing: .035em;
	margin-right: .9375rem;
	text-transform: uppercase;
}

.p-footer__bottom {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5rem;
	max-width: 1540px;
	position: relative;
	text-align: center;
}

.p-footer__privacy {
	display: block;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .02em;
	position: absolute;
	right: 1.25rem;
	top: 0;
	transition: all .3s;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__privacy:hover {
	opacity: .7;
}

.p-footer__copyright {
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
}

.p-fv {
	height: 100svh;
	min-height: 53.125rem;
	overflow: hidden;
	width: 100%;
}

.p-fv__inner {
	display: flex;
	height: inherit;
	min-height: 53.125rem;
	position: relative;
	width: 100%;
}

.p-fv__content {
	flex: 1;
	height: inherit;
	min-height: 53.125rem;
	min-width: 24.625rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	position: relative;
}

.p-fv__logo {
	margin-top: 2.1875rem;
	width: 17.3125rem;
}

.p-fv__text {
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .17em;
	margin-top: 1.5rem;
}

.p-fv__copy {
	left: 51.6%;
	position: absolute;
	top: min(41rem,65%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.p-fv__copy--pb {
	margin-bottom: 10.875rem;
}

.p-fv__copy::after {
	background-image: url(../images/common/icon_fv.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 7.1875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -84%) rotate(12deg);
	width: 3.0625rem;
}

.p-fv__copy--mt {
	padding-bottom: 0 !important;
}

.p-fv__copy--mt {
	margin-top: .9375rem;
}

.p-fv__copy--ls {
	letter-spacing: 0em;
	margin-top: .625rem;
	padding-bottom: 0;
}

.p-fv__img-wrap {
	height: inherit;
	min-height: 53.125rem;
	width: 78%;
}

.p-fv__slider {
	height: inherit;
	min-height: 53.125rem;
}

.p-fv__img {
	height: 100%;
	min-height: 53.125rem;
	width: 100%;
}

.p-fv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__pc-nav {
	background: #fff;
	bottom: -0.0625rem;
	height: 6.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: absolute;
	right: 0;
	width: 61%;
	z-index: 5;
}

.p-fv__sns-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 1.5%;
	top: 27%;
}

.p-fv__sns-text {
	color: #fff;
	font-family: "Jost",sans-serif;
	font-size: .625rem;
	font-weight: 600;
	letter-spacing: .1em;
	padding-bottom: .625rem;
	position: relative;
	writing-mode: vertical-rl;
}

.p-fv__sns-text::before {
	background: #fff;
	bottom: 0;
	content: "";
	height: 5.875rem;
	left: 45%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 1px;
}

.p-fv__sns-list {
	margin-top: 7.9375rem;
}

.p-fv__sns-item {
	margin-left: auto;
	margin-right: auto;
}

.p-fv__sns-link {
	transition: all .3s;
}

.p-fv__sns-link:hover {
	opacity: .7;
}

.p-fv__sns-item.p-fv__sns-item--youtube {
	width: 1.4375rem;
}

.p-fv__sns-item.p-fv__sns-item--facebook {
	margin-top: 1.5rem;
	width: .75rem;
}

.p-fv__sns-item.p-fv__sns-item--x {
	margin-top: 1.5rem;
	width: 1.1875rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	left: 1.25rem !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.p-fv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #58a279;
}

.p-fv__slider .swiper-pagination-bullet {
	background: #ebebeb;
	border: 1px solid #dbdbdb;
	height: .875rem;
	opacity: 1;
	width: .875rem;
}

.p-media {
	display: flex;
	gap: 4.6875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.6125rem;
	max-width: 84.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.p-media__main {
	width: 100%;
}

.p-media__title {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 2.0625rem;
	font-weight: 600;
}

.p-media__list {
	grid-row-gap: 5.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.125rem;
	row-gap: 5.625rem;
	width: 100%;
}

.p-media__item {
	border-right: 1px solid #d6c9c9;
	min-height: 13.3125rem;
	padding-bottom: .625rem;
	padding-left: 2.125rem;
	padding-right: 3.5rem;
	width: 100%;
}

.p-media__item.p-media__item:nth-child(2n) {
	border-right: none;
}

.p-privacy-policy__inner {
	margin: auto;
	max-width: 75rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-privacy-policy__description-number {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.p-privacy-policy__item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-privacy-policy__item+.p-privacy-policy__item {
	margin-top: 2.5rem;
}

.p-privacy-policy__term {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-privacy-policy__description {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: .9375rem;
}

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

.p-privacy-policy__description-text+.p-privacy-policy__description-numbers,
.p-privacy-policy__description-text+.p-privacy-policy__description-items {
	margin-left: 1.25rem;
	margin-top: .9375rem;
}

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

.p-privacy-policy__description-number+.p-privacy-policy__description-number,
.p-privacy-policy__description-item+.p-privacy-policy__description-item {
	margin-top: .9375rem;
}

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

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

.p-service__case-wrap {
	margin-top: 6.5rem;
	text-align: center;
}

.p-service__case-title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.2;
}

.p-service__case-text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	margin-top: 1.5625rem;
}

.p-service__case-listwrap {
	margin-top: 1.875rem;
}

.p-service__case-list {
	counter-reset: number;
	list-style-type: none;
}

.p-service__case-item {
	background-color: #f9f9f9;
	border-radius: 1.75rem;
	padding: 3.125rem 3.75rem 1.875rem 5rem;
}

.p-service__case-item+.p-service__case-item {
	margin-top: 1.5625rem;
}

.p-service__case-heading {
	align-items: center;
	display: flex;
}

.p-service__case-label {
	color: #58a279;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.8125rem;
	letter-spacing: .02em;
}

.p-service__case-label::after {
	content: "0" counter(number);
	counter-increment: number;
	display: inline-block;
	margin-left: .625rem;
}

.p-service__list-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: .02em;
	margin-left: 1.125rem;
}

.p-service__case-content {
	margin-top: 1.875rem;
}

.p-service__case-content+.p-service__case-content {
	margin-top: 1.25rem;
}

.p-service__case-subtitle-wrap {
	align-items: center;
	display: flex;
}

.p-service__case-icon {
	max-width: 2.5rem;
	width: 100%;
}

.p-service__case-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-service__case-subtitle {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .02em;
	margin-left: .8125rem;
}

.p-service__case-description {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.875;
	margin-left: 3.125rem;
	margin-top: .3125rem;
}

.p-service__message-wrap {
	margin-top: 5rem;
	text-align: center;
}

.p-service__message {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 56.25rem;
}

.p-service__message-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 66%;
}

.p-service__message-paragraph {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.875;
	text-align: left;
	width: 96%;
}

.p-service__message-author {
	margin-left: auto;
	margin-top: 1.25rem;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service__message-affiliation {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
}

.p-service__message-title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	margin-top: .3125rem;
}

.p-service__message-name {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .02em;
	margin-top: .625rem;
	text-align: right;
}

.p-service__message-image {
	width: 28.6%;
}

.p-service__message-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service__block {
	margin-top: 2.9375rem;
}

.p-service__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.p-service__text-wrap {
	margin-top: 1.6875rem;
}

.p-service__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.8;
	margin-top: 2rem;
}

.p-service__container {
	background-color: #f9f9f9;
	border-radius: 1.75rem;
	margin-top: 5rem;
	padding: 3.125rem;
}

.p-service__sub-title {
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.p-service__container-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service__container-item {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	padding-left: 1.5rem;
	position: relative;
}

.p-service__container-item+.p-service__container-item {
	margin-top: .9375rem;
}

.p-service__container-item::before {
	background-color: #58a279;
	border-radius: 6.1875rem;
	content: "";
	display: block;
	height: .5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: .5rem;
}

.p-service__triangle {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	background-color: #58a279;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	height: 1.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	width: 3.5rem;
}

.p-service__answer {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .02em;
	margin-top: 4.3125rem;
	text-align: center;
}

.p-service__point-list {
	margin-top: 4.1875rem;
}

.p-service__point-item {
	align-items: start;
	display: flex;
	gap: 2.5625rem;
}

.p-service__point-item+.p-service__point-item {
	margin-top: 4.6875rem;
}

.p-service__point-img {
	aspect-ratio: 326/208;
	position: relative;
	width: 20.375rem;
}

.p-service__point-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-service__point-content {
	flex: 1;
}

.p-service__point-title {
	font-size: 1.375rem;
	font-weight: 700;
}

.p-service__point-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.1875rem;
}

.p-service__sns-list {
	position: absolute;
	right: 1%;
	top: 15%;
}

.l-inner.p-service__inner {
	max-width: 71rem;
	position: relative;
}

.p-service__sns-item {
	margin-left: auto;
	margin-right: auto;
}

.p-service__sns-item--youtube {
	width: 1.4375rem;
}

.p-service__sns-link {
	transition: all .3s;
}

.p-service__sns-link :hover {
	opacity: .7;
}

.p-service__sns-item--facebook {
	margin-top: 1.5rem;
	width: .75rem;
}

.p-service__sns-item--x {
	margin-top: 1.5rem;
	width: 1.1875rem;
}

.p-service__header {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: .02em;
}

.p-service__img {
	aspect-ratio: 1076/669;
	margin-top: 2.25rem;
	position: relative;
	width: 100%;
}

.p-service__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-service__wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8rem;
}

.p-sub-news-single {
	display: flex;
	flex-direction: column;
	margin: 6.6125rem auto 0;
	max-width: 84.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.p-sub-news-single__inner {
	display: flex;
	gap: 4.6875rem;
}

.p-sub-news-single__title {
	color: #333;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 2.4;
}

.p-sub-news-single__tag-flex {
	display: flex;
	justify-content: space-between;
	margin-top: .91875rem;
}

.p-sub-news-single__date {
	color: #58a279;
	font-family: "Jost",sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.p-sub-news-single__category {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: .05em;
}

.p-sub-news-single__content {
	border-bottom: solid 1px #333;
	margin-top: 1.5rem;
	padding-bottom: 7.375rem;
}

.p-sub-news-single__content p {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.875;
	margin-top: 1.5625rem;
}

.p-sub-news-single__content h2 {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.25;
	margin-top: 3.125rem;
}

.p-sub-news-single__content h3 {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.59;
	margin-top: 3.125rem;
}

.p-sub-news-single__content h4 {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.875;
	margin-top: 3.125rem;
}

.p-sub-news-single__content ul {
	margin-top: 3.125rem;
	padding-left: 0;
}

.p-sub-news-single__content li {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.5;
	margin-left: 1.0625rem;
	position: relative;
}

.p-sub-news-single__content li::before {
	background-color: #58a279;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: -17px;
	position: absolute;
	top: .8rem;
	transform: translateY(-50%);
	width: 8px;
}

.p-sub-news-single__content dl {
	margin-top: 3.125rem;
}

.p-sub-news-single__content dt {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.33;
	margin-left: 1.0625rem;
	margin-top: .625rem;
	position: relative;
}

.p-sub-news-single__content dt::before {
	background-color: #58a279;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: -17px;
	position: absolute;
	top: .8rem;
	transform: translateY(-50%);
	width: 8px;
}

.p-sub-news-single__content dd {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.5;
	margin-top: .625rem;
}

.p-sub-news-single__pagination {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.p-sub-news-single__pagination-prev,
.p-sub-news-single__pagination-next {
	align-items: center;
	color: #333;
	display: flex;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.0625rem;
	font-weight: 600;
	gap: 8px;
	letter-spacing: .025em;
	line-height: 1.5;
}

.p-sub-news-single__pagination-placeholder {
	min-width: 10.3125rem;
}

.p-sub-news-single__pagination-next {
	justify-content: right;
}

.p-sub-news-single__pagination-prev a,
.p-sub-news-single__pagination-next a {
	align-items: center;
	display: flex;
	gap: 0 1.875rem;
}

.p-sub-news-single__pagination-prev a:hover .p-sub-news-single__pagination-arrow {
	transform: translateX(-5px);
}

.p-sub-news-single__pagination-next a:hover .p-sub-news-single__pagination-arrow {
	transform: translateX(5px);
}

.p-sub-news-single__pagination-all {
	color: #333;
	flex-grow: 1;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 1.5;
	text-align: center;
	transition: opacity .3s;
}

.p-sub-news-single__pagination-all:hover {
	opacity: .7;
}

.p-sub-news-single__pagination-arrow {
	background-color: #58a279;
	border-radius: 50%;
	height: 48px;
	position: relative;
	transition: transform .3s ease-in-out;
	width: 48px;
}

.p-sub-news-single__pagination-arrow::before,
.p-sub-news-single__pagination-arrow::after {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 8px;
}

.p-sub-news-single__pagination-prev .p-sub-news-single__pagination-arrow::before {
	background-image: url("../images/news/icon_sub-news-arrow-left.svg");
	content: "";
	transition: all .3s ease;
}

.p-sub-news-single__pagination-next .p-sub-news-single__pagination-arrow::after {
	background-image: url("../images/news/icon_sub-news-arrow-right.svg");
	content: "";
}

.p-sub-news {
	display: flex;
	flex-direction: column;
	margin: 6.6125rem auto 0;
	max-width: 84.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.p-sub-news__inner {
	display: flex;
	gap: 4.6875rem;
}

.p-sub-news__heading {
	color: #333;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 2.0625rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.p-sub-news__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
	max-width: 60.375rem;
	width: 100%;
}

.p-top-about__inner.l-inner {
	align-items: start;
	display: flex;
	gap: 5.8333333333vw;
	max-width: 98.5625rem;
}

.p-top-about__content {
	flex: 1;
	margin-left: 6.6875rem;
	position: relative;
}

.p-top-about__copy {
	position: absolute;
	right: calc(50% - min(27vw,30.4rem));
	text-align: right;
	top: 1.25rem;
}

.p-top-about__copy::after {
	background-image: url(../images/common/icon_philosophy.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 7.625rem;
	left: 0;
	position: absolute;
	transform: translate(51%, 100%) rotate(31deg);
	width: 3.1875rem;
}

.p-top-about__outline {
	letter-spacing: .1em;
	margin-left: 2.8125rem;
	margin-top: 3.4375rem;
}

.p-top-about__outline-wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-top-about__outline-wrap:not(:first-child) {
	margin-top: 1rem;
}

.p-top-about__outline-wrap dt {
	font-size: 1rem;
	font-weight: 600;
	width: 22%;
}

.p-top-about__outline-wrap dd {
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1rem;
	font-weight: 500;
	width: 78%;
}

.p-top-about__outline-wrap dd address {
	font-style: normal;
}

.p-top-about__img-wrap {
	margin-left: 7rem;
	margin-top: 3.75rem;
	position: relative;
}

.p-top-about__sub-img {
	bottom: 0;
	left: -32%;
	position: absolute;
	width: 16.0416666667vw;
	z-index: 2;
}

.p-top-about__sub-img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	object-fit: cover;
}

.p-top-about__main-img {
	margin-bottom: 10.4166666667vw;
	margin-left: auto;
	max-width: 34.375rem;
	width: 27.6041666667vw;
}

.p-top-about__main-img img {
	-o-object-fit: cover;
	aspect-ratio: 53/50;
	object-fit: cover;
}

.p-top-about__map {
	aspect-ratio: 192/80;
	margin-top: 8.75rem;
	width: 100%;
}

.p-top-about__map iframe {
	height: 100%;
	width: 100%;
}

.p-top-media {
	background-color: #f9f9f9;
	padding-bottom: 8.8125rem;
	padding-top: 8.5625rem;
}

.l-inner.p-top-media__inner {
	max-width: 100rem;
	position: relative;
}

.p-top-media__header-wrap {
	position: relative;
}

.p-top-media__copy {
	height: -moz-max-content;
	height: max-content;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -96%);
}

.p-top-media__copy::after {
	background-image: url(../images/common/icon_media.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 5.5625rem;
	left: 51%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%) rotate(-148deg);
	width: 6.0625rem;
}

.p-top-media__list {
	grid-row-gap: 5.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.125rem;
	row-gap: 5.625rem;
}

.p-top-media__item {
	border-right: 1px solid #d6c9c9;
	min-height: 13.3125rem;
	padding-bottom: .625rem;
	padding-left: 2.125rem;
	padding-right: 3.5rem;
}

.p-top-media__item.p-top-media__item:nth-child(3n) {
	border-right: none;
}

.p-top-media__btn {
	margin-top: 2.75rem;
}

.p-top-message {
	padding-bottom: 8.5rem;
	position: relative;
}

.p-top-message::before {
	background: linear-gradient(180deg, #f9f9f9 0%, #f9f9f9 100%);
	content: "";
	display: block;
	height: 93%;
	left: 0;
	position: absolute;
	top: 7%;
	width: 90%;
}

.p-top-message::after {
	background-image: url(../images/common/icon_message.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 10.375rem;
	left: calc(50% - min(45.4vw,47.625rem));
	position: absolute;
	top: -2%;
	transform: rotate(-77deg);
	width: 4.4375rem;
}

.p-top-message__inner.l-inner {
	display: flex;
	max-width: 89.375rem;
}

.p-top-message__content {
	margin-top: 9.1875rem;
	position: relative;
	width: 61%;
}

.p-top-message__copy {
	position: absolute;
	right: 5.875rem;
	text-align: right;
	top: -20%;
}

.p-top-message__name-wrap {
	align-items: baseline;
	display: flex;
	gap: .875rem;
	margin-left: 2.25rem;
	margin-top: 2.375rem;
}

.p-top-message__name-sub {
	align-items: center;
	display: flex;
	gap: 2.25rem;
}

.p-top-message__name {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 2.3125rem;
	font-weight: 600;
}

.p-top-message__position {
	color: #58a279;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.4285714286;
}

.p-top-message__link {
	transition: all .3s;
	width: 1.5rem;
}

.p-top-message__link:hover {
	opacity: .7;
}

.p-top-message__text {
	font-size: .9375rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.7333333333;
	margin-left: 2.3125rem;
	margin-top: 1.375rem;
}

.p-top-message__profile-wrap {
	display: flex;
	gap: 3rem;
	margin-left: 2.0625rem;
	margin-top: 2.1875rem;
}

.p-top-message__profile {
	font-family: "Jost",sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .1em;
	position: relative;
	writing-mode: vertical-rl;
}

.p-top-message__profile::after {
	background-color: #d6c9c9;
	content: "";
	display: block;
	height: 9.1875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 50%);
	width: .0625rem;
}

.p-top-message__list-wrap {
	flex: 1;
}

.p-top-message__list {
	display: flex;
	flex: 1;
	gap: 2.625rem;
}

.p-top-message__list.p-top-message__list--mt {
	margin-top: 1.25rem;
}

.p-top-message__career {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .01em;
	width: 7%;
}

.p-top-message__career-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: .125rem;
}

.p-top-message__list dl {
	width: 100%;
}

.p-top-message__career-wrap dt {
	color: #ababab;
	font-family: "Jost",sans-serif;
	font-size: 1rem;
	font-weight: 600;
	width: 12%;
}

.p-top-message__career-wrap dd {
	font-size: .875rem;
	font-weight: 500;
	width: 88%;
}

.p-top-message__list li {
	font-size: .875rem;
	font-weight: 500;
	margin-top: .1875rem;
	padding-left: .75rem;
	position: relative;
}

.p-top-message__list li::after {
	background-color: #58a279;
	border-radius: 6.1875rem;
	content: "";
	display: block;
	height: .375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: .375rem;
}

.p-top-message__img {
	left: 63%;
	max-width: 47rem;
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-message__img img {
	-o-object-fit: cover;
	-o-object-position: 85%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: 85%;
}

.p-top-news {
	overflow: hidden;
}

.l-inner.p-top-news__inner {
	max-width: 107.375rem;
}

.p-top-news__header {
	padding-left: 4.25rem;
	position: relative;
}

.p-top-news__header::after {
	background-image: url(../images/common/icon_news.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 7.125rem;
	left: 0;
	position: absolute;
	top: .3125rem;
	transform: rotate(14deg);
	width: 3.0625rem;
}

.p-top-news__wrap {
	display: flex;
	gap: 6.1875rem;
	margin-left: 6.875rem;
	margin-top: 1.6875rem;
	padding-bottom: 1.5625rem;
}

.p-top-news__content {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-top-news__copy {
	margin-top: 1.75rem;
}

.p-top-news__btn {
	margin-top: 2.75rem;
	min-width: 14.375rem;
}

.p-top-news__list {
	width: calc(100% - 20.5625rem);
}

.p-top-news__item {
	width: 22.3125rem;
}

.splide {
	position: relative;
}

.splide__track {
	margin-right: calc(50% - 50vw);
}

.splide__slide {
	opacity: 1 !important;
	transform: none !important;
}

.splide__nav {
	display: flex;
	gap: 3.75rem;
}

.splide__arrows {
	display: flex;
	gap: 1.25rem;
	height: 3.3125rem;
	margin-left: auto;
	position: static;
	width: 7.625rem;
}

.splide__arrow {
	background-color: #fff;
	border: .0625rem solid #333;
	border-radius: 50%;
	display: block;
	height: 3.3125rem;
	opacity: 1;
	position: relative;
	top: auto;
	transform: none;
	transition: all .3s;
	width: 3.3125rem;
}

.splide__pagination {
	display: flex;
	flex: 1;
	position: static;
}

.splide__pagination li {
	align-items: center;
	display: block;
	display: flex;
	flex: 1;
}

.splide__pagination__page {
	background: #d6c9c9;
	border-radius: 0;
	height: 1px;
	margin: 0;
	opacity: 1;
	width: 100%;
}

.splide__pagination__page.is-active {
	background: #58a279;
	height: 3px;
	transform: scale(1);
}

.splide__arrow--prev:hover,
.splide__arrow--next:hover {
	background-color: #58a279;
	border: .0625rem solid #58a279;
}

.splide__arrow--prev:hover::after,
.splide__arrow--next:hover::after {
	background-color: #fff;
}

.splide__arrow--prev {
	left: auto;
}

.splide__arrow--next {
	right: auto;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
	-webkit-mask-image: url(../images/common/icon_swiper_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #333;
	content: "";
	display: block;
	height: .9375rem;
	left: 50%;
	mask-image: url(../images/common/icon_swiper_arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 1.125rem;
}

.splide__arrow--prev::after {
	transform: translate(-50%, -50%) rotate(180deg);
}

.p-top-philosophy__inner.l-inner {
	display: flex;
	gap: 6.8229166667vw;
	max-width: 98.9375rem;
}

.p-top-philosophy__header {
	position: relative;
}

.p-top-philosophy__img-wrap {
	margin-left: 7rem;
	position: relative;
}

.p-top-philosophy__sub-img {
	aspect-ratio: 308/291;
	left: -24%;
	position: absolute;
	top: 0;
	width: 16.0416666667vw;
	z-index: 2;
}

.p-top-philosophy__sub-img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-philosophy__main-img {
	aspect-ratio: 453/428;
	margin-left: auto;
	margin-top: 12.65625vw;
	max-width: 34.375rem;
	position: relative;
	width: 23.59375vw;
}

.p-top-philosophy__main-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-philosophy__content {
	margin-right: 8.125rem;
	margin-top: 6.75rem;
	position: relative;
}

.p-top-philosophy__copy {
	letter-spacing: .13em;
	position: absolute;
	right: calc(50% - min(48.4vw,14.625rem));
	text-align: right;
	top: -32%;
}

.p-top-philosophy__copy::after {
	background-image: url(../images/common/icon_philosophy.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20%;
	content: "";
	display: block;
	height: 6.75rem;
	left: 46%;
	position: absolute;
	position: absolute;
	transform: rotate(29deg);
	width: 2.8125rem;
}

.p-top-philosophy__text-wrap {
	margin-left: 1.25rem;
	margin-top: 2.25rem;
}

.p-top-philosophy__text {
	font-size: .9375rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.7333333333;
	margin-top: 1.6em;
}

.l-inner.p-top-service__inner {
	max-width: 71.25rem;
}

.p-top-service__header {
	position: relative;
}

.p-top-service__header::after {
	background-image: url(../images/common/icon_service.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 5rem;
	left: 51%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%) rotate(37deg);
	width: 3.875rem;
}

.top-service__list {
	margin-top: 7.9375rem;
}

.p-top-service__item {
	grid-column-gap: 1.8125rem;
	-moz-column-gap: 1.8125rem;
	grid-row-gap: 1.125rem;
	column-gap: 1.8125rem;
	display: grid;
	grid-template-columns: 24.375rem 1fr;
	grid-template-rows: 5.0625rem 1fr;
	row-gap: 1.125rem;
}

.p-top-service__item:not(:first-child) {
	margin-top: 3.125rem;
}

.p-top-service__img {
	grid-row: 1/3;
	width: 24.375rem;
}

.p-top-service__tag {
	font-family: "Jost",sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .1em;
	position: relative;
}

.p-top-service__tag::after {
	background-color: #d6c9c9;
	content: "";
	display: block;
	height: .0625rem;
	left: 12rem;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: calc(100% - 12rem);
}

.p-top-service__tag.p-top-service__tag--long::after {
	left: 14rem;
	width: calc(100% - 14rem);
}

.p-top-service__title-wrap {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	margin-top: .9375rem;
}

.p-top-service__title {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.75rem;
	font-weight: 600;
}

.p-top-service__sub-title {
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.p-top-service__text {
	font-size: .9375rem;
	font-weight: 400;
	grid-column: 2/3;
	letter-spacing: .05em;
	line-height: 1.6;
}

.breadcrumb {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.2;
	margin: .8875rem auto;
	max-width: 95rem;
	padding: 0 6.625rem;
	width: 100%;
	word-break: auto-phrase;
}

.breadcrumb a {
	transition: opacity .3s;
}

.breadcrumb a:hover {
	opacity: .7;
}

.c-breadcrumb__between {
	background: url("../images/common/icon_sub-breadcrumb-arrow.svg") no-repeat center center/contain;
	display: inline-block;
	height: .6425rem;
	margin: 0 1.25rem;
	width: .328125rem;
}

.c-btn {
	border: 1px solid #707070;
	display: block;
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-left: auto;
	padding: .25rem 1.9375rem .25rem 1.25rem;
	position: relative;
	transition: all .3s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn::after {
	-webkit-mask-image: url(../images/common/icon_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #333;
	content: "";
	display: block;
	height: .625rem;
	mask-image: url(../images/common/icon_arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: .625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	width: .5625rem;
}

.c-btn:hover {
	background-color: #58a279;
	border-color: #58a279;
	color: #fff;
}

.c-btn:hover::after {
	background-color: #fff;
}

.c-btn--contact {
	border: 1px #333 solid;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .03em;
	padding: 1.125rem 5.6875rem 1.125rem 7.875rem;
	position: relative;
	transition: all .3s;
}

.c-btn--contact::after {
	-webkit-mask-image: url(../images/common/icon_contact.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #58a279;
	content: "";
	display: block;
	height: 1.625rem;
	left: calc(50% - 7.6875rem);
	mask-image: url(../images/common/icon_contact.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	width: 2rem;
}

.c-btn--contact:hover {
	background-color: #58a279;
	border-color: #58a279;
	color: #fff;
}

.c-btn--contact:hover::after {
	background-color: #fff;
}

.c-btn.c-btn--media {
	margin-left: auto;
	margin-right: auto;
	padding: .625rem 2.5rem .625rem 2.0625rem;
}

.c-btn.c-btn--news {
	margin-left: auto;
	margin-right: auto;
	padding: .625rem 3.375rem .625rem 1.875rem;
}

.c-copy {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: right;
	writing-mode: vertical-rl;
}

.c-copy span {
	padding-bottom: 1.875rem;
}

.c-copy.c-copy--short span {
	padding-bottom: 6.25rem;
}

.c-copy.c-copy--fv {
	font-size: 1.8125rem;
	letter-spacing: .2em;
	line-height: 1.7;
	text-align: center;
	white-space: nowrap;
}

.c-hamburger {
	height: .625rem;
	position: relative;
	width: 2.5625rem;
	z-index: 100;
}

.c-hamburger span {
	background-color: #333;
	height: 1px;
	position: absolute;
	transition: .3s;
	width: inherit;
}

.c-hamburger span:nth-child(1) {
	right: 0;
	top: 0rem;
}

.c-hamburger span:nth-child(2) {
	bottom: 0rem;
	right: 0;
	width: 1.5625rem;
}

.c-hamburger.is-active span:nth-child(1) {
	transform: translateY(0.3125rem) rotate(166deg);
}

.c-hamburger.is-active span:nth-child(2) {
	transform: translateY(-0.25rem) rotate(-166deg);
	width: 2.5625rem;
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

.c-header {
	background: #fff;
	height: 5.4375rem;
	position: fixed;
	top: -5.4375rem;
	transition: top .5s;
	width: 100%;
	z-index: 1000;
}

.c-header.is-show {
	top: 0;
}

.c-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 2.75rem;
	padding-right: 3.5625rem;
}

.c-header__logo {
	height: inherit;
	position: relative;
	z-index: 100;
}

.c-header__logoLink {
	align-items: center;
	display: flex;
	height: inherit;
	transition: all .3s;
}

.c-header__logoLink:hover {
	opacity: .7;
}

.c-header__logoLink img {
	aspect-ratio: 214/56;
	height: auto;
	width: 13.375rem;
}

.c-header__pc-nav {
	display: flex;
	height: inherit;
}

.c-header__sp-nav {
	display: none;
}

.c-header__drawer {
	display: none;
}

.c-media__item {
	align-items: start;
	display: flex;
	gap: 1.1875rem;
}

.c-media__item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
}

.c-media__item-title {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.c-media__item-link {
	font-size: .8125rem;
	transition: all .3s;
}

.c-media__item-link:hover {
	opacity: .7;
}

.c-media__item-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}

.c-media__item-category {
	font-size: .75rem !important;
}

.c-media__item-category {
	font-family: "Jost",sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
}

.c-media__item-more {
	-webkit-text-decoration: none !important;
	color: #333 !important;
	text-decoration: none !important;
}

.c-media__item-more {
	font-size: .8125rem;
	font-weight: 500;
	padding-right: 1.8125rem;
	position: relative;
	transition: all .3s;
}

.c-media__item-more:hover {
	opacity: .7;
}

.c-media__item-more::after {
	background-image: url(../images/common/icon_media_more.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: .6875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .8125rem;
}

.c-media__item-img {
	aspect-ratio: 148/208;
	position: relative;
	width: 9.125rem;
}

.c-media__item-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-media__item-text,
.c-media__item-content p {
	font-size: .8125rem;
	font-weight: 500;
}

.c-media__item-content a {
	-webkit-text-decoration: underline;
	color: #58a279;
	text-decoration: underline;
	transition: all .3s;
}

.c-media__item-content a:hover {
	opacity: .7;
}

.c-news__card {
	width: 100%;
}

.c-news__link {
	transition: opacity .3s;
}

.c-news__link:hover {
	opacity: .7;
}

.c-news__card-img {
	-o-object-fit: cover;
	aspect-ratio: 462/295;
	object-fit: cover;
	width: 100%;
}

.c-news__card-inner {
	padding: 1.625rem .625rem;
}

.c-news__card-title {
	color: #333;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 2.35;
}

.c-news__card-tag-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 1.1875rem;
}

.c-news__card-date {
	color: #58a279;
	font-family: "Jost",sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: .05em;
}

.c-news__card-category {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: .05em;
}

.c-news__card-text {
	color: #aaa;
	font-family: "Noto Sans JP",sans-serif;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.69;
	margin-top: .875rem;
}

.c-opening {
	align-items: center;
	display: flex;
	height: 100svh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.c-opening__mask {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-opening__logo {
	display: block;
	height: 7rem;
	opacity: 0;
	width: 26.75rem;
	z-index: 2;
}

.hidden {
	display: none !important;
}

.nav-links {
	display: flex;
	justify-content: center;
	margin-top: 6.025rem;
}

.page-numbers {
	align-items: center;
	border: solid 1px #333;
	border-radius: 50%;
	color: #333;
	display: flex;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	font-size: 1.0625rem;
	font-weight: 600;
	height: 3.04rem;
	justify-content: center;
	letter-spacing: .025em;
	transition: all .3s;
	width: 3.04rem;
}

.page-numbers:hover {
	background-color: #58a279;
	border: solid 1px #58a279;
	color: #fff;
}

.page-numbers:not(:first-child) {
	margin-left: .5875rem;
}

.prev.page-numbers,
.next.page-numbers {
	display: none;
}

.page-numbers.current {
	background-color: #58a279;
	border: solid 1px #58a279;
	color: #fff;
}

.c-pc-nav__items {
	align-items: center;
	display: flex;
	gap: 1.625rem;
	height: inherit;
	justify-content: space-between;
	margin-left: 1.875rem;
}

.c-pc-nav__item {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: inherit;
	justify-content: center;
	letter-spacing: .1em;
}

.c-pc-nav__item a {
	align-items: center;
	display: flex;
	height: inherit;
	position: relative;
	transition: all .3s;
}

.c-pc-nav__item a::after {
	background-color: #58a279;
	bottom: calc(50% - 1.25rem);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}

.c-pc-nav__item a:hover::after {
	transform: scale(1, 1);
}

.c-pc-nav__item.c-pc-nav__item--contact a::after,
.c-pc-nav__item.c-pc-nav__item--service .c-pc-nav__sub-link::after {
	display: none;
}

.c-pc-nav__item.c-pc-nav__item--contact a:hover,
.c-pc-nav__sub-link:hover {
	opacity: .7 !important;
}

.c-pc-nav__sub-link {
	height: auto !important;
	position: absolute !important;
}

.c-pc-nav__sub-link {
	background: #58a279;
	color: #fff;
	justify-content: center;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	min-width: 14.5rem;
	opacity: 0;
	padding: 10px;
	text-align: center;
	top: 5.4375rem;
	transform: translateX(-50%);
	transition: all .3s;
	visibility: hidden;
	width: 100%;
}

.c-pc-nav__item.c-pc-nav__item--service {
	position: relative;
	transition: all .3s;
}

.c-pc-nav__item.c-pc-nav__item--service:hover .c-pc-nav__sub-link {
	opacity: 1;
	visibility: visible;
}

.c-scroll-down {
	bottom: 0px;
	left: 2rem;
	position: absolute;
	z-index: 1;
}

.c-scroll-down a {
	bottom: 113px;
	font-family: "Jost",sans-serif;
	font-size: 10px;
	font-weight: 600;
	left: 10px;
	letter-spacing: .1em;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	writing-mode: vertical-lr;
}

.c-scroll-down:before {
	animation: circlemove 1.6s ease-in-out infinite;
	background: #58a279;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 7px;
	left: 14px;
	position: absolute;
	width: 7px;
	z-index: 2;
}

.c-scroll-down:after {
	background: #333;
	bottom: 0;
	content: "";
	height: 95px;
	left: 17px;
	position: absolute;
	width: 1px;
}

.c-section-header__text {
	color: #d5d5d5;
	font-family: "Figtree",sans-serif;
	font-size: clamp(5rem,4.042rem + 2vw,6.438rem);
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1;
	opacity: .45;
}

.c-section-header__title {
	color: #58a279;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-left: 1.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-header__title::before {
	background-color: #9c9c9c;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transform: translate(100%, -50%);
	width: 5rem;
}

.c-section-header__title.c-section-header__title--long::before {
	width: 8.75rem;
}

.c-section-header__text.c-section-header__text--center {
	text-align: center;
}

.c-section-header__text.c-section-header__text--small {
	font-size: 4.5625rem;
}

.c-section-header__title.c-section-header__title--center {
	margin-left: auto;
	margin-right: auto;
}

.c-section-header__title.c-section-header__title--center::before {
	bottom: -0.375rem;
	left: 50%;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translate(-50%, 0);
}

.c-sp-nav {
	display: none;
}

.c-sp-nav__items {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.9375rem;
	max-width: 37.5rem;
	width: 100%;
}

.c-sp-nav__item {
	border-bottom: 1px solid #d1d1d1;
}

.c-sp-nav__item:last-child {
	border-bottom: none;
}

.c-sp-nav__item a {
	transition: all .3s;
}

.c-sp-nav__item a:hover {
	opacity: .7;
}

.c-sp-nav__item a {
	display: block;
	font-size: 1.0625rem;
	font-weight: 600;
	height: inherit;
	letter-spacing: .1em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	text-align: center;
	width: 100%;
}

.c-sp-nav__text {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
}

.c-sp-nav__sub-text {
	font-size: .9375rem !important;
	font-weight: 400 !important;
	letter-spacing: .1em !important;
	padding-top: 0 !important;
}

.c-sp-nav__sub-text {
	text-align: center;
}

.c-sp-nav__tel {
	align-items: center;
	display: flex;
	font-family: "Jost",sans-serif;
	font-size: 1.8125rem;
	font-weight: 600;
	gap: 1.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	text-align: center;
}

.c-sp-nav__tel span {
	font-size: 1.1875rem;
	text-transform: uppercase;
}

.c-sp-nav__contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 37.5rem;
}

.c-sub-mv {
	position: relative;
}

.c-sub-mv__title-box {
	display: flex;
	left: 50%;
	max-width: 95rem;
	padding: 0 .9375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-sub-mv__title-wrap {
	padding-left: .75rem;
	padding-top: .875rem;
}

.c-sub-mv__title-icon {
	width: 5.25rem;
}

.c-sub-mv__title-icon img {
	-o-object-fit: contain;
	aspect-ratio: 84/112;
	object-fit: contain;
	width: 100%;
}

.c-sub-mv__enTitle {
	color: #333;
	font-family: "Figtree",sans-serif;
	font-size: 4.0625rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.2;
}

.c-sub-mv__jaTitle {
	color: #58a279;
	font-family: "Noto Sans JP",sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2.13;
}

.c-sub-mv__img {
	-o-object-fit: cover;
	aspect-ratio: 1920/247;
	object-fit: cover;
	width: 100%;
}

.c-sub-side-bar {
	flex-grow: 1;
	min-width: 8.75rem;
}

.c-sub-side-bar__date {
	margin-top: 5.8125rem;
}

.c-sub-side-bar__title {
	color: #333;
	font-family: "Figtree",sans-serif;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.2;
}

.c-sub-side-bar__list,
.c-sub-side-bar__year-list {
	margin-top: 2.875rem;
}

.c-sub-side-bar__list li,
.c-sub-side-bar__year-list li {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: .05em;
}

.c-sub-side-bar__list li a,
.c-sub-side-bar__year-list li a {
	display: block;
	padding-left: 1.25rem;
	transition: opacity .3s;
}

.c-sub-side-bar__list li a:hover,
.c-sub-side-bar__year-list li a:hover {
	opacity: .7;
}

.c-sub-side-bar__list li:not(:first-child),
.c-sub-side-bar__year-list li:not(:first-child) {
	margin-top: 1.0625rem;
}

.c-sub-side-bar__list-item.current {
	position: relative;
}

.c-sub-side-bar__list-item.current::before {
	background-color: #58a279;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -10px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 10px;
}

.c-sub-side-bar__list-item .current {
	position: relative;
}

.c-sub-side-bar__list-item .current::before {
	background-color: #58a279;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -10px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 10px;
}

.c-top {
	bottom: 4.375rem;
	position: fixed;
	right: 1.25rem;
	z-index: 100;
}

.c-top a {
	align-items: center;
	background-color: #58a279;
	border: 1px solid #58a279;
	border-radius: 6.1875rem;
	color: #fff;
	display: flex;
	font-family: "Jost",sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	height: 4.3125rem;
	justify-content: center;
	letter-spacing: .1em;
	padding-top: 1rem;
	text-transform: uppercase;
	transition: all .3s;
	width: 4.3125rem;
}

.c-top a:hover {
	background-color: #fff;
	color: #58a279;
}

.c-top a:hover::after {
	background-color: #58a279;
}

.c-top a::after {
	-webkit-mask-image: url(../images/common/icon_page_top.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	height: 1.125rem;
	left: 50%;
	mask-image: url(../images/common/icon_page_top.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 18%;
	transform: translateX(-50%);
	transition: all .3s;
	width: 1.125rem;
}

.u-font14 {
	font-size: .875rem;
}

.u-font16 {
	font-size: 1rem;
}

.u-font18 {
	font-size: 1.125rem;
}

.u-font20 {
	font-size: 1.25rem;
}

.u-font22 {
	font-size: 1.375rem;
}

.u-font24 {
	font-size: 1.5rem;
}

.u-font28 {
	font-size: 1.75rem;
}

.u-font32 {
	font-size: 2rem;
}

.u-font40 {
	font-size: 2.5rem;
}

.u-hover {
	transition: opacity .5s;
}

.u-hover:hover {
	opacity: .7;
	transition: opacity .5s;
}

.u-lh10 {
	line-height: 1;
}

.u-lh13 {
	line-height: 1.3;
}

.u-lh15 {
	line-height: 1.5;
}

.u-lh16 {
	line-height: 1.6;
}

.u-lh20 {
	line-height: 2;
}

.u-ls05 {
	letter-spacing: .05em;
}

.u-ls10 {
	letter-spacing: .1em;
}

.u-ls15 {
	letter-spacing: .15em;
}

.u-ls20 {
	letter-spacing: .2em;
}

.u-mt10 {
	margin-top: 10px !important;
	margin-top: .625rem !important;
}

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

.u-mt30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

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

.u-mt50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

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

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

.u-mt80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mt90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mt100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mt110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mt120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mt130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mt140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mt150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mt160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mt170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mt180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mt190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mt200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

.u-w300 {
	font-weight: 300;
}

.u-w400 {
	font-weight: 400;
}

.u-w500 {
	font-weight: 500;
}

.u-w600 {
	font-weight: 600;
}

.u-w700 {
	font-weight: 700;
}

.u-w900 {
	font-weight: 900;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0)and (min-resolution: 0.001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

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

.p-fv__pc-nav {
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	width: auto;
	width: initial;
}

}

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

.p-fv__pc-nav .c-pc-nav__item {
	font-size: clamp(.688rem,-0.25rem + 1.04vw,1rem);
}

}

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

.br-1920-more {
	display: none;
}

}

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

.br-1480-more {
	display: none;
}

}

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

.c-pc-nav__items {
	zoom: 77%;
}

}

@media (max-width: 1170px) {

html {
	font-size: 1.3675213675vw;
}

}

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

.p-fv {
	max-height: 70rem;
	min-height: 41.6875rem;
}

.p-fv__inner {
	max-height: 70rem;
	min-height: 41.6875rem;
}

.p-fv__content {
	max-height: 70rem;
	min-height: 10.625rem;
	min-width: 0;
	min-width: initial;
}

.p-fv__img-wrap {
	max-height: 70rem;
	min-height: 31.0625rem;
}

.p-fv__img {
	max-height: 70rem;
	min-height: 31.0625rem;
}

.p-fv__img img {
	-o-object-position: right;
	object-position: right;
}

.p-fv__img.p-fv__img--02 img {
	-o-object-position: initial;
	object-position: initial;
}

.p-top-about__copy::after {
	height: 6rem;
	width: 2.5rem;
}

.p-top-media__list {
	grid-template-columns: repeat(2, 1fr);
}

.p-top-media__item.p-top-media__item:nth-child(3n) {
	border-right: 1px solid #d6c9c9;
}

.p-top-media__item.p-top-media__item:nth-child(2n) {
	border-right: none;
}

}

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

.br-1000-less {
	display: block;
}

.br-1000-more {
	display: none;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.br-768-less {
	display: block;
}

.br-768-more {
	display: none;
}

html {
	font-size: 16px;
	scroll-padding-top: 6.25rem;
}

.l-footer {
	margin-top: 7.25rem;
}

.l-footer.l-footer--mt {
	margin-top: 7.25rem;
}

.l-footer.l-footer--404 {
	margin-top: 0;
}

.l-inner {
	max-width: 44.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.l-service {
	margin-top: 5rem;
}

.l-sub-mv {
	margin-top: 4.0625rem;
}

.l-sub-news {
	margin-top: 3.625rem;
}

.l-top-about {
	margin-top: 4.375rem;
}

.l-top-media {
	margin-top: 6.25rem;
}

.l-top-message {
	margin-top: 4.9375rem;
	padding-top: 4.125rem;
}

.l-top-news {
	margin-top: 2.75rem;
	padding-top: 6.0625rem;
}

.l-top-philosophy {
	margin-top: 1.875rem;
}

.l-top-service {
	margin-top: 9.25rem;
}

.p-contact__inner {
	max-width: 37.5rem;
	padding: 0 .625rem;
}

.p-contact__form {
	margin: 0;
	max-width: 100%;
}

.p-contact__form-submit input {
	padding: .9375rem 6.25rem;
}

.p-contact__form-submit input:hover {
	opacity: 1;
}

.p-error {
	padding-bottom: 6.25rem;
	padding-top: 12.5rem;
}

.p-error__title {
	font-size: 1.5rem;
}

.p-error__text {
	font-size: 1rem;
}

.p-footer {
	padding-bottom: 1.25rem;
	padding-top: 9.8125rem;
}

.p-footer__inner.l-inner {
	max-width: 37.5rem;
}

.p-footer__header {
	padding-top: 3.1875rem;
}

.p-footer__wrap {
	padding-bottom: 3.125rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

.p-footer__copy {
	left: 50%;
	letter-spacing: .2em;
	top: -7.5rem;
	transform: translateX(-50%);
}

.p-footer__text {
	font-size: .8125rem;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 1.8;
	text-align: left;
}

.p-footer__container {
	flex-direction: column;
	gap: .9375rem;
	margin-top: 1.9375rem;
}

.p-footer__tel {
	font-size: 1.6875rem;
}

.p-footer__tel span {
	font-size: 1.0625rem;
}

.p-footer__btn {
	width: 100%;
}

.p-footer__bottom {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.75rem;
	margin-top: 2.25rem;
}

.p-footer__privacy {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: auto;
	right: initial;
	text-align: center;
	top: auto;
	top: initial;
}

.p-fv {
	height: calc(100svh - 4.0625rem);
	margin-top: 4.0625rem;
}

.p-fv__inner {
	flex-direction: column;
}

.p-fv__content {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.p-fv__logo {
	display: none;
}

.p-fv__text {
	font-size: .5625rem;
	margin-top: 0;
}

.p-fv__copy {
	writing-mode: vertical-rl !important;
}

.p-fv__copy {
	top: 66%;
	transform: translateX(-50%);
}

.p-fv__copy span {
	background-color: #fff;
	padding-left: .1875rem;
	padding-right: .1875rem;
}

.p-fv__copy--pb {
	margin-bottom: 7.875rem;
}

.p-fv__copy::after {
	height: 4.25rem;
	transform: translate(-50%, -93%) rotate(12deg);
	width: 1.8125rem;
}

.p-fv__copy--mt {
	margin-top: 0;
}

.p-fv__copy--ls {
	padding-bottom: 1.25rem !important;
}

.p-fv__img-wrap {
	height: 75%;
	width: 100%;
}

.p-fv__slider {
	height: 100%;
	min-height: 31.0625rem;
}

.p-fv__img img {
	-o-object-position: 20%;
	object-position: 20%;
}

.p-fv__img.p-fv__img--02 img {
	-o-object-position: 10%;
	object-position: 10%;
}

.p-fv__pc-nav {
	display: none;
}

.p-fv__sns-wrap {
	bottom: 3%;
	right: 3.5%;
	top: auto;
	top: initial;
}

.p-fv__sns-text {
	display: none;
}

.p-fv__sns-item.p-fv__sns-item--youtube {
	width: 1.1875rem;
}

.p-fv__sns-item.p-fv__sns-item--facebook {
	width: .625rem;
}

.p-fv__sns-item.p-fv__sns-item--x {
	width: 1rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	left: auto !important;
	left: initial !important;
	width: 100% !important;
}

.p-media {
	flex-direction: column;
	padding: 0 1.5625rem;
}

.p-media__title {
	font-size: 1.5rem;
}

.p-media__list {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.6875rem;
	row-gap: 0rem;
}

.p-media__item {
	border-right: none;
	border-top: 1px solid #d6c9c9;
	padding-bottom: 1.25rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 1.6875rem;
}

.p-media__item:last-child {
	border-bottom: 1px solid #d6c9c9;
}

.p-privacy-policy__inner {
	max-width: 37.5rem;
	padding: 0 1.25rem;
}

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

.p-privacy-policy__item {
	padding-bottom: 1.25rem;
	padding-left: .625rem;
	padding-right: .625rem;
}

.p-privacy-policy__item+.p-privacy-policy__item {
	margin-top: 1.25rem;
}

.p-privacy-policy__term {
	font-size: 1.125rem;
}

.p-privacy-policy__description {
	font-size: 1rem;
}

.p-service__case-title {
	font-size: 1.375rem;
}

.p-service__case-text {
	font-size: .875rem;
	margin-top: .625rem;
}

.p-service__case-item {
	padding: 1.875rem 1.5625rem;
}

.p-service__case-item+.p-service__case-item {
	margin-top: 1.875rem;
}

.p-service__case-heading {
	align-items: flex-start;
	flex-direction: column;
}

.p-service__case-label {
	font-size: 1.5rem;
}

.p-service__list-title {
	font-size: 1.25rem;
	margin-left: 0;
	margin-top: .3125rem;
}

.p-service__case-content+.p-service__case-content {
	margin-top: 1.875rem;
}

.p-service__case-subtitle {
	font-size: 1.125rem;
}

.p-service__case-description {
	font-size: .875rem;
	line-height: 1.5;
	margin-left: 0;
	margin-top: .625rem;
}

.p-service__message {
	flex-direction: column;
}

.p-service__message-text {
	width: 100%;
}

.p-service__message-paragraph {
	font-size: .875rem;
	line-height: 1.5;
	width: 100%;
}

.p-service__message-author {
	margin-top: .625rem;
}

.p-service__message-affiliation {
	font-size: .875rem;
}

.p-service__message-title {
	font-size: .875rem;
}

.p-service__message-name {
	font-size: .875rem;
}

.p-service__message-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.p-service__block {
	margin-top: 1.875rem;
}

.p-service__title {
	font-size: 1.375rem;
}

.p-service__text-wrap {
	margin-top: 1.25rem;
}

.p-service__text {
	font-size: .875rem;
	margin-top: 1rem;
}

.p-service__container {
	margin-top: 2.5rem;
	padding: 1.875rem .9375rem;
}

.p-service__sub-title {
	font-size: 1.375rem;
}

.p-service__container-list {
	margin-top: 1.875rem;
}

.p-service__container-item {
	font-size: .875rem;
	padding-left: 1.25rem;
}

.p-service__container-item+.p-service__container-item {
	margin-top: .625rem;
}

.p-service__container-item::before {
	top: .7rem;
}

.p-service__triangle {
	margin-top: .9375rem;
}

.p-service__answer {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.p-service__point-list {
	margin-top: 2.5rem;
}

.p-service__point-item {
	flex-direction: column;
	gap: 1.25rem;
}

.p-service__point-item+.p-service__point-item {
	margin-top: 2.5rem;
}

.p-service__point-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 34.375rem;
	width: 100%;
}

.p-service__point-content {
	width: 100%;
}

.p-service__point-title {
	font-size: 1.125rem;
}

.p-service__point-text {
	font-size: .875rem;
	margin-top: .625rem;
}

.p-service__sns-list {
	display: none;
}

.l-inner.p-service__inner {
	max-width: 37.5rem;
}

.p-service__header {
	font-size: 1.5rem;
}

.p-service__img {
	aspect-ratio: 370/236;
}

.p-service__wrap {
	margin-top: 3.125rem;
}

.p-sub-news-single {
	max-width: 40.625rem;
	padding: 0 1.5625rem;
}

.p-sub-news-single__inner {
	flex-direction: column;
}

.p-sub-news-single__title {
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.5;
}

.p-sub-news-single__date {
	font-size: .875rem;
}

.p-sub-news-single__category {
	font-size: .875rem;
}

.p-sub-news-single__content p {
	flex-direction: column;
}

.p-sub-news-single__content h2 {
	font-size: 1.375rem;
	line-height: 1.59;
	margin-top: 1.5625rem;
}

.p-sub-news-single__content h3 {
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 1.5625rem;
}

.p-sub-news-single__content h4 {
	margin-top: 1.5625rem;
}

.p-sub-news-single__content ul {
	margin-top: 1.5625rem;
}

.p-sub-news-single__content li {
	margin-top: .625rem;
}

.p-sub-news-single__content dl {
	margin-top: 1.5625rem;
}

.p-sub-news-single__pagination-prev,
.p-sub-news-single__pagination-next {
	font-size: clamp(.688rem,.553rem + .67vw,.875rem);
}

.p-sub-news-single__pagination-placeholder {
	min-width: 6.375rem;
}

.p-sub-news-single__pagination-prev a,
.p-sub-news-single__pagination-next a {
	gap: 0 .5rem;
}

.p-sub-news-single__pagination-all {
	font-size: clamp(.688rem,.553rem + .67vw,.875rem);
}

.p-sub-news-single__pagination-arrow {
	height: 32px;
	width: 32px;
}

.p-sub-news-single__pagination-arrow::before,
.p-sub-news-single__pagination-arrow::after {
	height: 6px;
	width: 6px;
}

.p-sub-news {
	max-width: 40.625rem;
	padding: 0 1.5625rem;
}

.p-sub-news__inner {
	flex-direction: column;
}

.p-sub-news__items {
	gap: 1.25rem 0;
	grid-template-columns: repeat(1, 1fr);
}

.p-top-about__inner.l-inner {
	flex-direction: column;
	gap: 0;
	max-width: 37.5rem;
}

.p-top-about__content {
	display: contents;
	margin-left: 0;
}

.p-top-about__header {
	order: 1;
	width: 100%;
}

.p-top-about__copy {
	margin-top: 2.1875rem;
	order: 2;
	position: relative;
	right: auto;
	right: initial;
	text-align: left;
	top: auto;
	top: initial;
	width: 100%;
}

.p-top-about__copy::after {
	bottom: auto;
	left: auto;
	right: 3%;
	top: 50%;
	transform: translate(0, -50%) rotate(31deg);
}

.p-top-about__outline {
	margin-left: 0;
	margin-top: 2.5rem;
	order: 4;
}

.p-top-about__outline-wrap dt {
	font-size: .9375rem;
	width: 100%;
}

.p-top-about__outline-wrap dd {
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .01em;
	margin-top: .4375rem;
	width: 100%;
}

.p-top-about__img-wrap {
	margin-left: 0;
	margin-top: 1.5rem;
	max-width: 418px;
	order: 3;
	width: 100%;
}

.p-top-about__sub-img {
	bottom: 0rem;
	left: 0;
	width: 10.0625rem;
}

.p-top-about__main-img {
	margin-bottom: 6.5625rem;
	margin-top: 0rem;
	width: 17.5625rem;
}

.p-top-about__main-img img {
	aspect-ratio: 284/258;
}

.p-top-about__map {
	aspect-ratio: 420/436;
	margin-top: 2.3125rem;
}

.p-top-media {
	padding-top: 6.875rem;
}

.l-inner.p-top-media__inner {
	max-width: 37.5rem;
}

.p-top-media__copy {
	height: auto;
	height: initial;
	left: auto;
	left: initial;
	letter-spacing: normal;
	letter-spacing: initial;
	margin-top: 2.75rem;
	position: relative;
	text-align: center;
	top: auto;
	top: initial;
	transform: translate(0, 0);
}

.p-top-media__copy::after {
	height: 4.5625rem;
	top: -150%;
	transform: translate(-50%, -100%) rotate(-148deg);
	width: 5rem;
}

.p-top-media__list {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.6875rem;
	row-gap: 0rem;
}

.p-top-media__item {
	border-right: none;
	border-top: 1px solid #d6c9c9;
	padding-bottom: 1.25rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 1.6875rem;
}

.p-top-media__item.p-top-media__item:nth-child(3n) {
	border-right: none;
}

.p-top-media__item:last-child {
	border-bottom: 1px solid #d6c9c9;
}

.p-top-message {
	padding-bottom: 5.6875rem;
}

.p-top-message::before {
	height: 100%;
	top: 0;
	width: 100%;
}

.p-top-message::after {
	height: 7.75rem;
	left: 9%;
	top: -4%;
	width: 3.3125rem;
}

.p-top-message__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-message__content {
	margin-top: 0;
	width: 100%;
}

.p-top-message__copy {
	margin-top: 2.5rem;
	position: relative;
	right: auto;
	right: initial;
	text-align: center;
	top: auto;
	top: initial;
}

.p-top-message__name-wrap {
	align-items: start;
	justify-content: space-between;
	margin-left: 0;
	margin-top: 1.0625rem;
}

.p-top-message__name-sub {
	align-items: start;
	flex-direction: column;
	gap: 0;
}

.p-top-message__name {
	font-size: 1.6875rem;
}

.p-top-message__position {
	font-size: .75rem;
}

.p-top-message__link {
	margin-top: .3125rem;
}

.p-top-message__text {
	font-size: .875rem;
	margin-left: 0;
	margin-top: 1.9375rem;
}

.p-top-message__profile-wrap {
	flex-direction: column;
	gap: 1rem;
	margin-left: 0;
}

.p-top-message__profile {
	writing-mode: initial;
}

.p-top-message__profile::after {
	height: .0625rem;
	left: 4.125rem;
	top: 50%;
	transform: translate(0, -50%);
	width: calc(100% - 4.125rem);
}

.p-top-message__list {
	flex-direction: column;
	gap: .875rem;
}

.p-top-message__list.p-top-message__list--mt {
	margin-top: 1.75rem;
}

.p-top-message__career {
	width: 100%;
}

.p-top-message__career-wrap {
	margin-top: .3125rem;
}

.p-top-message__career-wrap dt {
	font-size: .875rem;
	width: 18%;
}

.p-top-message__career-wrap dd {
	width: 82%;
}

.p-top-message__list li::after {
	top: .6875rem;
}

.p-top-message__img {
	left: auto;
	left: initial;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.p-top-message__img img {
	margin-top: 1.5rem;
}

.l-inner.p-top-news__inner {
	max-width: 37.5rem;
}

.p-top-news__header {
	padding-left: 0;
}

.p-top-news__header::after {
	height: 6.0625rem;
	left: 44%;
	top: 0;
	transform: rotate(14deg) translate(-50%, -100%);
	width: 2.625rem;
}

.p-top-news__wrap {
	border-bottom: 1px solid #d6c9c9;
	flex-direction: column-reverse;
	gap: 2.5rem;
	margin-left: 0;
	margin-top: 3.5625rem;
	padding-bottom: 5.5rem;
}

.p-top-news__copy {
	display: none;
}

.p-top-news__btn {
	margin-top: 0;
}

.p-top-news__list {
	width: 100%;
}

.p-top-news__item {
	width: 100%;
}

.p-top-news__item+.p-top-news__item {
	margin-top: 1.25rem;
}

.splide__track {
	margin-right: 0;
}

.splide__nav {
	display: none;
}

.p-top-philosophy__inner.l-inner {
	flex-direction: column;
	max-width: 37.5rem;
}

.p-top-philosophy__header::after {
	background-image: url(../images/common/icon_philosophy.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 6.75rem;
	left: 52%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -84%) rotate(29deg);
	width: 2.8125rem;
}

.p-top-philosophy__img-wrap {
	margin-left: 0;
	max-width: 418px;
	order: 3;
}

.p-top-philosophy__sub-img {
	aspect-ratio: 190/181;
	left: 0;
	top: 1.125rem;
	width: 11.875rem;
}

.p-top-philosophy__main-img {
	aspect-ratio: 281/265;
	margin-top: 10.625rem;
	width: 17.5625rem;
}

.p-top-philosophy__content {
	margin-right: 0;
	order: 2;
}

.p-top-philosophy__copy {
	margin-left: .5rem;
	margin-top: 2.125rem;
	position: static;
	position: initial;
	text-align: left;
}

.p-top-philosophy__copy::after {
	display: none;
}

.p-top-philosophy__text-wrap {
	margin-top: .75rem !important;
}

.p-top-philosophy__text-wrap {
	margin-left: 0;
}

.p-top-philosophy__text.p-top-philosophy__text--mt0 {
	margin-top: 0;
}

.p-top-philosophy__text {
	font-size: .875rem;
	letter-spacing: .01em;
	line-height: 1.7142857143;
}

.l-inner.p-top-service__inner {
	max-width: 37.5rem;
}

.top-service__list {
	margin-top: 2.875rem;
}

.p-top-service__item {
	-moz-column-gap: .9375rem;
	column-gap: .9375rem;
	grid-template-columns: 9.6875rem 1fr;
	grid-template-rows: 1fr auto;
	row-gap: .4375rem;
}

.p-top-service__img {
	width: 9.6875rem;
}

.p-top-service__tag {
	font-size: .625rem;
}

.p-top-service__tag::after {
	left: 7rem;
	width: calc(100% - 7rem);
}

.p-top-service__tag.p-top-service__tag--long::after {
	left: 8.5rem;
	width: calc(100% - 8.5rem);
}

.p-top-service__title-wrap {
	align-items: start;
	flex-direction: column;
	gap: .1875rem;
	margin-top: .625rem;
}

.p-top-service__title {
	font-size: clamp(1.375rem,1.255rem + .51vw,1.5rem);
	line-height: 1.3;
}

.p-top-service__sub-title {
	font-size: .8125rem;
	letter-spacing: 0em;
}

.p-top-service__text {
	font-size: .875rem;
	grid-column: 1/3;
	line-height: 1.7;
}

.p-top-service__btn {
	margin-top: 1.4375rem;
}

.breadcrumb {
	padding: 0 1.5625rem;
}

.c-btn {
	font-size: .75rem;
	padding: .25rem 1.9375rem .25rem 1.3125rem;
}

.c-btn--contact {
	font-size: 1rem;
	padding: .9375rem .625rem .9375rem 2.3125rem;
	text-align: center;
	width: 100%;
}

.c-btn--contact::after {
	height: 1.1875rem;
	left: calc(50% - 6.8125rem);
	width: 1.4375rem;
}

.c-copy {
	letter-spacing: .01em;
	line-height: 1.625;
	writing-mode: initial;
}

.c-copy span {
	padding-bottom: 0;
}

.c-copy.c-copy--short {
	font-size: 1rem;
	writing-mode: vertical-rl;
}

.c-copy.c-copy--short span {
	padding-bottom: 4.8125rem;
}

.c-copy.c-copy--fv {
	font-size: 1.625rem;
	letter-spacing: .23em;
}

.c-header {
	height: 4.0625rem;
	top: 0;
}

.c-header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.c-header__logoLink img {
	aspect-ratio: 154/41;
	height: auto;
	width: 9.625rem;
}

.c-header__pc-nav {
	display: none;
}

.c-header__sp-nav {
	display: block;
}

.c-header__drawer {
	display: block;
}

.c-news__link {
	align-items: center;
	display: flex;
	gap: 0 .6875rem;
	justify-content: space-between;
}

.c-news__card-img {
	-o-object-fit: contain;
	aspect-ratio: 125/80;
	max-width: 34%;
	object-fit: contain;
}

.c-news__card-inner {
	padding: 0 0 .625rem;
	width: 64.2%;
}

.c-news__card-title {
	font-size: .8125rem;
	line-height: 1.53;
}

.c-news__card-date {
	font-size: .75rem;
}

.c-news__card-category {
	font-size: .75rem;
}

.c-news__card-text {
	display: none;
}

.c-opening__logo {
	height: 3.75rem;
	width: 14.25rem;
}

.nav-links {
	margin-top: 3.5rem;
}

.page-numbers {
	font-size: .875rem;
	height: 1.875rem;
	width: 1.875rem;
}

.c-scroll-down {
	left: 0;
}

.c-scroll-down a {
	color: #fff;
}

.c-scroll-down:after {
	background: #fff;
}

.c-section-header__text {
	font-size: 3rem;
	text-align: center;
}

.c-section-header__title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.c-section-header__title::before {
	bottom: -0.375rem;
	left: 50%;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translate(-50%, 0);
	width: 4.125rem;
}

.c-section-header__text.c-section-header__text--small {
	font-size: 3rem;
}

.c-sp-nav {
	background-color: #fff;
	display: none;
	height: calc(100dvh - 4.0625rem);
	left: 0;
	min-height: 33.5rem;
	overflow-y: auto;
	padding-bottom: 2.5rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	position: fixed;
	top: 4.0625rem;
	transition: all .3s;
	width: 100%;
	z-index: 50;
}

.c-sp-nav__contact .c-btn--contact {
	font-size: 1.0625rem;
}

.c-sub-mv__title-wrap {
	padding-left: 0;
	padding-top: 0;
}

.c-sub-mv__title-icon {
	width: 3.125rem;
}

.c-sub-mv__enTitle {
	font-size: 2.5rem;
}

.c-sub-mv__jaTitle {
	font-size: .8125rem;
	line-height: 2.46;
}

.c-sub-mv__img {
	-o-object-fit: cover;
	aspect-ratio: 420/247;
	max-height: 15.4375rem;
	object-fit: cover;
	width: 100%;
}

.c-sub-side-bar {
	display: flex;
	gap: 0 .625rem;
	justify-content: space-between;
	margin: auto;
	min-width: 15rem;
	width: 68.33%;
}

.c-sub-side-bar__date {
	margin-top: 0;
}

.c-sub-side-bar__title {
	font-size: 1.375rem;
}

.c-sub-side-bar__list li,
.c-sub-side-bar__year-list li {
	font-size: 1rem;
}

.c-top {
	bottom: .9375rem;
	right: .9375rem;
}

.c-top a {
	font-size: .9375rem;
	height: 3.125rem;
	padding-top: .625rem;
	width: 3.125rem;
}

.c-top a::after {
	height: .75rem;
	width: .75rem;
}

.u-mtSp10 {
	margin-top: 10px !important;
	margin-top: .625rem !important;
}

.u-mtSp20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mtSp30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mtSp40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mtSp50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mtSp60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mtSp70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mtSp80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mtSp90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mtSp100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mtSp110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mtSp120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mtSp130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mtSp140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mtSp150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mtSp160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mtSp170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mtSp180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mtSp190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mtSp200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

}

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

.br-500-less {
	display: block;
}

}

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

.br-414-less {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes circlemove {

0% {
	bottom: 95px;
}

100% {
	bottom: 0px;
}

}


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