body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	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;
	scroll-padding-top: 6rem;
}

/* Set core body defaults */

body {
	color: #0a0a0a;
	font-weight: 500;
	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;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

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.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
	pointer-events: none;
}

.section-content__head-image.section-content__head-image--agriculture img:nth-child(1) {
	left: calc(50% + 25rem);
	position: absolute;
	top: -5.5rem;
	width: 5.9375rem;
}

.section-content__head-image.section-content__head-image.section-content__head-image--agriculture img:nth-child(2) {
	left: calc(50% + 27.375rem);
	position: absolute;
	top: -4.625rem;
	width: 9.125rem;
}

.section-content--agriculture {
	padding: 5.375rem 0 5rem;
}

.agriculture__image-wrap {
	align-items: flex-end;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 2.5rem;
	padding: 4rem 0 0;
}

.agriculture__image-wrap--food {
	background-color: #fff;
	border-radius: 1rem;
	margin-top: 1.875rem;
	padding: 4rem 0 3.25rem;
}

.agriculture__image:nth-child(1) {
	max-width: 27.625rem;
	width: 100%;
}

.agriculture__image:nth-child(2) {
	max-width: 32.3125rem;
	width: 100%;
}

.agriculture__image-item {
	margin: 0 auto;
	max-width: 58.875rem;
	width: 100%;
}

.fertilizer {
	margin-top: 5rem;
}

.fertilizer__heading {
	text-align: center;
}

.fertilizer__title {
	color: #062066;
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	position: relative;
}

.fertilizer__title::before,
.fertilizer__title::after {
	background-color: #062066;
	content: "";
	height: 0.0625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 31%;
}

.fertilizer__title::before {
	left: 0;
}

.fertilizer__title::after {
	right: 0;
}

.fertilizer__subtitle {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.9375rem;
}

.fertilizer__list {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.0625rem;
}

.section-content__image.section-content__image--agriculture {
	margin-top: 2.5rem;
}

.fertilizer__item {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	padding: 1.75rem 0 1.875rem;
}

.fertilizer__image {
	margin: 0 auto;
	max-width: 10.625rem;
}

.fertilizer__image img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.fertilizer__item-title {
	color: #062066;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 1.125rem;
	text-align: center;
}

.fertilizer__item-text {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1rem;
	padding: 1.125rem 1.6875rem 0;
	position: relative;
}

.fertilizer__item-text::before {
	background-color: #c9c9c9;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 85%;
}

.js-fadeIn {
	list-style: none;
	opacity: 0;
}

.js-fadeIn.is-active {
	animation: fadeIn 0.2s ease-out forwards;
}

.breadcrumb {
	position: relative;
	z-index: 1;
}

.breadcrumb__inner {
	display: flex;
}

.breadcrumb-item {
	color: #062066;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding-right: 2.1875rem;
	position: relative;
}

.breadcrumb-item a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.breadcrumb-item:not(:first-child)::before {
	background-color: #062066;
	border-radius: 0.125rem;
	content: "";
	height: 65%;
	left: -1.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	width: 0.0625rem;
}

.breadcrumb-item:last-child a {
	-webkit-text-decoration: none;
	color: #0a0a0a;
	text-decoration: none;
}

.section-content__head-image.section-content__head-image--cleaning img:nth-child(1) {
	left: calc(50% + 16.875rem);
	position: absolute;
	top: -2.4375rem;
	width: 9.625rem;
}

.section-content__head-image.section-content__head-image--cleaning img:nth-child(2) {
	left: calc(50% + 24rem);
	position: absolute;
	top: -2.75rem;
	width: 6.6875rem;
}

.section-content__head-image.section-content__head-image--cleaning img:nth-child(3) {
	left: calc(50% + 28.3125rem);
	position: absolute;
	top: -2.5rem;
	width: 8.375rem;
}

.cleaning__content {
	background-color: #fff;
	border-radius: 1rem;
	margin: 2.3125rem auto 0;
	max-width: 70rem;
	padding: 6.5rem 0;
}

.cleaning__content-inner {
	margin: 0 auto;
	max-width: 55rem;
}

.cleaning__logo {
	display: flex;
	justify-content: space-between;
}

.cleaning__logo-img {
	width: 18.5625rem;
}

.cleaning__logo-text {
	width: 33.6875rem;
}

.cleaning__text {
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 2.625rem;
}

.cleaning__images {
	display: flex;
	gap: 0.9375rem;
	margin-top: 3.375rem;
}

.cleaning__image {
	flex: 1;
}

.cleaning__image img {
	-o-object-fit: cover;
	aspect-ratio: 284/267;
	border-radius: 1.5rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cleaning__cta,
.manage__cta {
	margin: 3.5rem auto 0;
	max-width: 55.375rem;
	position: relative;
	z-index: 1;
}

.cleaning__cta a,
.manage__cta a {
	border-radius: 1rem;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	overflow: hidden;
	padding: 2.9375rem 0;
	position: relative;
	text-align: center;
	transition: background-color 0.2s ease-in;
}

.cleaning__cta a:hover,
.manage__cta a:hover {
	background-color: #e3e2e2;
	opacity: 1;
}

.cleaning__cta a:hover::after,
.manage__cta a:hover::after {
	right: 1.5rem;
}

.cleaning__cta a {
	padding-left: 3.4375rem;
}

.manage__cta a {
	padding-right: 2.5rem;
}

.cleaning__cta a::before,
.manage__cta a::before {
	background-image: linear-gradient(45deg, rgb(255, 231, 101) 10%, rgb(244, 197, 39) 90%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.cleaning__cta a::after,
.manage__cta a::after {
	background: url(../images/common/icon-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease-in;
	width: 0.75rem;
}

.cleaning__cta span,
.manage__cta span {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.cleaning__cta span::after {
	background: url(../images/common/icon-line.svg) no-repeat center center/cover;
	content: "";
	height: 2.125rem;
	left: -3.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.125rem;
}

.manage__cta span::after {
	background: url(../images/common/icon-external.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: -0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.cleaning__arrow {
	margin-left: 0.625rem;
}

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.no-link {
	cursor: default;
	pointer-events: none;
}

.inner-wide {
	margin: 0 auto;
	max-width: 80rem;
	padding: 0 1.25rem;
	width: 100%;
}

.section-title-ja {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-left: 1.75rem;
	position: relative;
}

.section-title-ja::before {
	background: url(../images/top/icon-heading.svg) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.section-title-en {
	font-size: 3.75rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 0.75;
	margin-top: 1.5625rem;
}

.section-btn a {
	border-radius: 30px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
	display: block;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5;
	overflow: hidden;
	padding: 1.125rem 0;
	position: relative;
	text-align: center;
	transition: background-color 0.2s ease-in;
}

.section-btn a:hover {
	background-color: #e3e2e2;
	opacity: 1;
}

.section-btn a:hover::after {
	right: 0.75rem;
}

.section-btn a::before {
	background-image: linear-gradient(45deg, rgb(255, 231, 101) 10%, rgb(244, 197, 39) 90%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.section-btn a::after {
	background: url(../images/common/icon-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 5px;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease-in;
	width: 14px;
}

.section-content__head-image.section-content__head-image--company img:nth-child(1) {
	left: calc(50% + 21.875rem);
	position: absolute;
	top: -6.5625rem;
	width: 6.0625rem;
}

.section-content__head-image.section-content__head-image--company img:nth-child(2) {
	left: calc(50% + 26.875rem);
	position: absolute;
	top: -4.625rem;
	width: 5.8125rem;
}

.section-content__head-image.section-content__head-image--company img:nth-child(3) {
	left: calc(50% + 31.25rem);
	position: absolute;
	top: -5rem;
	width: 6.0625rem;
}

.layout-nav-links {
	background-color: #b0cef4;
}

.nav-links__list {
	align-items: center;
	display: flex;
	gap: 5rem;
}

.nav-links__item {
	display: flex;
}

.nav-links__text {
	font-size: 1.125rem;
	font-weight: 500;
}

.nav-links__link {
	display: block;
	letter-spacing: 0.18em;
	padding: 1.1875rem 0;
	position: relative;
}

.nav-links__link:hover::after {
	right: -1.875rem;
}

.nav-links__link::after {
	background: url(../images/company/icon-opening-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
	width: 1.125rem;
}

.section-content--company {
	padding: 5rem 0;
}

.layout-message {
	margin-top: 2.375rem;
}

.message__inner {
	display: flex;
	gap: 3.875rem;
	justify-content: space-between;
}

.message__content {
	flex: 1;
}

.message__text,
.message__text-sub {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
}

.message__text-sub {
	margin-top: 1.5rem;
}

.section-content__text--emphasis {
	color: #062066;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 1.5rem;
}

.message__image-area {
	flex: 1;
	max-width: 28.75rem;
}

.message__image-area img {
	-o-object-fit: cover;
	aspect-ratio: 460/592;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.message__name {
	display: flex;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: 0.625rem;
}

.company-page .section-subcontent {
	padding: 0 0 12.5rem;
}

.section-subcontent__wrap--company.section-subcontent__wrap {
	margin-top: 0;
}

.section-subcontent__text.section-subcontent__text--top {
	margin-top: 2.0625rem;
}

.section-subcontent__text.section-subcontent__text--bottom {
	margin-top: 1.5rem;
}

.section-content__head-image--csr img:nth-child(1) {
	left: calc(50% + 22.6875rem);
	position: absolute;
	top: -0.1875rem;
	width: 5.4375rem;
}

.section-content__head-image--csr img:nth-child(2) {
	left: calc(50% + 27.4375rem);
	position: absolute;
	top: -2.3125rem;
	width: 4.25rem;
	z-index: 2;
}

.section-content__head-image--csr img:nth-child(3) {
	left: calc(50% + 29.5625rem);
	position: absolute;
	top: -1.125rem;
	width: 6.6875rem;
	z-index: 1;
}

.csr__list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.csr__item-img img {
	aspect-ratio: 357/254;
	border-radius: 1rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.csr__bottom-list {
	grid-gap: 1.4375rem;
	display: grid;
	gap: 1.4375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.5rem;
}

.csr__bottom-item img {
	-o-object-fit: cover;
	aspect-ratio: 358/112;
	border: 1px solid #707070;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.csr__bottom-item--red img {
	border: 2px solid #c00002;
}

.csr__bottom-item--green img {
	border: 2px solid #8bafa2;
}

.csr__bottom-item--gray img {
	border: 1px solid #c9c9c9;
}

.csr__bottom-item--jre img {
	width: 224px;
	border-radius: 0;
	border: none;
	aspect-ratio: auto;
}

.csr__bottom-list--website {
	margin-top: 2.5rem;
}

.csr__bottom-text {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 2rem;
}

.section-subcontent__wrap {
	margin-top: 5rem;
}

.section-content__head-image.section-content__head-image--drone img:nth-child(1) {
	left: calc(50% + 24.5rem);
	position: absolute;
	top: -3.1875rem;
	width: 8.8125rem;
}

.section-content__head-image.section-content__head-image--drone img:nth-child(2) {
	left: calc(50% + 28.4375rem);
	position: absolute;
	top: 3rem;
	width: 8.9375rem;
}

.drone-service__list {
	grid-gap: 1.625rem;
	align-items: stretch;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.drone-service__item {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.drone-service__item-body {
	flex: 1;
	padding: 0.625rem 1.6875rem 1.75rem;
}

.drone-service__item-number {
	color: #062066;
	font-size: 2.5rem;
	font-weight: 100;
}

.drone-service__item-title {
	border-top: 1px solid #c9c9c9;
	color: #062066;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 0.125rem;
	padding-top: 1.4375rem;
}

.drone-service__item-img {
	margin-top: auto;
}

.drone-service__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 356/254;
	border-radius: 0 0 1rem 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.section-subcontent__image {
	border-radius: 1rem;
	margin: 2.0625rem auto 0;
	max-width: 70rem;
	overflow: hidden;
	width: 100%;
}

.section-subcontent__image img {
	aspect-ratio: 1120/620;
	height: auto;
	width: 100%;
}

.drone-models__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.drone-models__item {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	padding: 2.5rem 2.1875rem 1.5rem;
	text-align: center;
}

.drone-models__img img {
	-o-object-fit: contain;
	aspect-ratio: 476/234;
	border-radius: 0.375rem;
	object-fit: contain;
}

.drone-models__caption {
	color: #062066;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1rem;
}

.section-content__head-image.section-content__head-image--education img:nth-child(1) {
	left: calc(50% + 21.4375rem);
	position: absolute;
	top: -2.9375rem;
	width: 10.6875rem;
}

.section-content__head-image.section-content__head-image--education img:nth-child(2) {
	left: calc(50% + 26.6875rem);
	position: absolute;
	top: -1.875rem;
	width: 10.6875rem;
}

.section-subcontent__image--education img {
	aspect-ratio: 1120/680;
}

.education-page .section-content {
	padding-bottom: 6.5rem;
}

.hero-message {
	background-color: #b0cef4;
	margin-top: 6.5rem;
	padding: 2.0625rem 0 2.625rem;
}

.hero-message__inner {
	margin: 0 auto;
	max-width: 45.625rem;
	padding: 0 1.25rem;
	text-align: center;
	width: 100%;
}

.hero-message__logo {
	margin: 0 auto;
	max-width: 18.0625rem;
	width: 100%;
}

.hero-message__subtitle {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.9;
	margin-top: 1.375rem;
}

.hero-message__main {
	border-top: 0.0625rem solid #062066;
	color: #062066;
	font-size: 2.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7727272727;
	margin-top: 0.5625rem;
	padding-top: 0.5625rem;
}

.hero-message__text {
	color: #062066;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5833333333;
}

.event-cards__list {
	grid-gap: 1.75rem;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.event-cards__item {
	background-color: #fff;
	border: 0.0625rem solid #c9c9c9;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.event-cards__item:nth-child(4) .event-cards__category img {
	width: 2rem;
}

.event-cards__image {
	margin-top: auto;
}

.event-cards__image img {
	-o-object-fit: cover;
	aspect-ratio: 546/340;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.event-cards__content {
	flex: 1;
	padding: 0.625rem 2.6875rem 1.875rem;
}

.event-cards__category {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.event-cards__category img {
	width: 3.875rem;
}

.event-cards__category span {
	color: #062066;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.95;
}

.event-cards__text {
	border-top: 0.0625rem solid #c9c9c9;
	display: flex;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-top: 1.1875rem;
}

.programming.section-subcontent {
	padding: 5rem 0 0;
}

.programming__intro {
	align-items: center;
	background-color: #b0cef4;
	border-radius: 1rem;
	display: flex;
	gap: 3.9375rem;
	margin-top: 2.5rem;
	padding: 2.5rem 4.75rem 2.5rem 3.3125rem;
}

.programming__icon-head {
	margin: 0 auto;
	width: 12.25rem;
}

.programming__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	width: 74%;
}

.programming__cards {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5625rem;
}

.programming__card {
	background-color: #fff;
	border: 0.0625rem solid #c9c9c9;
	border-radius: 1rem;
	overflow: hidden;
	text-align: center;
}

.programming__card-body {
	padding-bottom: 2.375rem;
}

.programming__card-icon {
	margin: 0 auto;
	width: 6.125rem;
}

.programming__card-title {
	color: #062066;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5555555556;
	margin-top: -0.5rem;
}

.programming__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 356/254;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.footer {
	background-color: #062066;
	padding: 2.375rem 0 5rem;
}

.footer__contact {
	padding-bottom: 2.5rem;
	text-align: center;
}

.footer__contact-text {
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.footer__tel {
	font-size: 1.75rem;
}

.footer__contact-btn {
	margin: 2.125rem auto 0;
	max-width: 19.875rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.footer__contact-btn span {
	position: relative;
}

.footer__contact-btn span::before {
	background: url(../images/top/contact-text.svg) no-repeat center center/cover;
	content: "";
	height: 1.1875rem;
	left: -1.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
	z-index: 1;
}

.footer__bottom {
	border-top: 1px solid #fff;
	color: #fff;
	padding: 1.875rem 0 1.25rem;
}

.footer__bottom-inner {
	margin: 0 auto;
	max-width: 85.625rem;
	padding: 0 1.25rem;
	width: 100%;
}

.footer__info {
	display: flex;
	gap: 1.8125rem;
	padding-left: 2.8125rem;
}

.footer__logo img {
	height: auto;
	width: 8.375rem;
}

.footer__license {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.footer__name {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}

.footer__address {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.footer__fax {
	margin-left: 1.25rem;
}

.footer__copyright {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: right;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header {
	background-color: rgba(255, 255, 255, 0.8);
	height: 6rem;
}

.header::after {
	background-color: #062066;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.2s ease-in;
	width: 100%;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 87.5rem;
	padding-left: 5rem;
}

.header__logo {
	align-items: center;
	display: flex;
	height: inherit;
	width: 48%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	max-width: clamp(6.875rem, -24.894rem + 43.08vw, 10.375rem);
	object-fit: contain;
	width: 100%;
}

.header__logo-wrap {
	margin-left: 1.3125rem;
	margin-top: 0.5rem;
}

.header__logo--small {
	display: block;
	font-size: clamp(0.625rem, -0.51rem + 1.54vw, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.04em;
}

.header__logo--large {
	display: block;
	font-size: clamp(1.25rem, -1.019rem + 3.08vw, 1.5rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 0.0625rem;
}

.header__nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a,
.header__nav-modal-title {
	align-items: center;
	display: flex;
	height: 6rem;
	padding: 0 clamp(0.625rem, -5.521rem + 8.33vw, 1.25rem);
}

.header__nav-modal-title {
	padding-right: 1.875rem;
	transition: color 0.2s ease-in, -webkit-text-decoration 0.2s ease-in;
	transition: color 0.2s ease-in, text-decoration 0.2s ease-in;
	transition: color 0.2s ease-in, text-decoration 0.2s ease-in, -webkit-text-decoration 0.2s ease-in;
}

.header__nav-modal-title::after {
	background: url(../images/common/arrow-down.svg) no-repeat center center/cover;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.header__nav-item-btn a {
	align-items: center;
	display: block;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 6rem;
	justify-content: center;
	letter-spacing: 0.04em;
	width: 6.75rem;
}

.header__nav-item--recruit {
	margin-left: clamp(0rem, -28.271rem + 38.33vw, 2.875rem);
}

.header__nav-item--recruit a {
	background-color: #062066;
	color: #fff;
}

.header__nav-item--contact a {
	background-color: #f4d114;
}

.header__nav-modal {
	background-color: #fff;
	border-top: 0.25rem solid #062066;
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.16);
	left: 0;
	opacity: 0;
	padding: 1.875rem 0 1.5625rem;
	position: fixed;
	top: 6rem;
	transition: 0.5s;
	visibility: hidden;
	width: 100%;
}

.header__nav-modal-inner {
	align-items: flex-start;
	display: flex;
	margin: 0 auto;
	max-width: 72.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.header__nav-modal-wrap:hover > .header__nav-modal {
	opacity: 1;
	visibility: visible;
}

.header__nav-modal-wrap {
	position: relative;
}

.header__nav-modal-wrap:hover {
	opacity: 1;
}

.header__nav-modal-wrap:hover .header__nav-modal-title {
	-webkit-text-decoration: underline;
	color: #656565;
	text-decoration: underline;
}

.header__nav-modal-subtitle {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	padding-left: 1.25rem;
	position: relative;
	width: clamp(7.5rem, -37.885rem + 61.54vw, 12.5rem);
}

.header__nav-modal-subtitle::before {
	background: url(../images/top/icon-heading.svg) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.header__nav-modal-list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 1.875rem;
	position: relative;
}

.header__nav-modal-list::before {
	background-color: #e3e2e2;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.header__nav-modal-item {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
}

.header__nav-modal-detail-item a {
	display: block;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.375;
	padding-left: 0.75rem;
	position: relative;
}

.header__nav-modal-detail-item a::before {
	background-color: #062066;
	content: "";
	height: 0.375rem;
	left: 0.0625rem;
	position: absolute;
	top: 0.5625rem;
	width: 0.375rem;
}

.header__right {
	display: flex;
}

.header__contact-btn {
	display: none;
}

.header__hamburger {
	display: none;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	display: block;
	height: 0.125rem;
	position: relative;
	right: -0.75rem;
	transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
	background-color: #062066;
	top: -0.25rem;
	width: 50%;
}

.header__hamburger span:nth-of-type(2) {
	background-color: #f4d114;
	right: -1rem;
	top: 0;
	width: 41.6667%;
}

.header__hamburger span:nth-of-type(3) {
	background-color: #062066;
	right: -1.25rem;
	top: 0.25rem;
	width: 33.3333%;
}

.header__hamburger.is-open span:nth-of-type(1) {
	right: -1.5rem;
	top: 0;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	background-color: #f4d114;
	right: -1.5rem;
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
	width: 50%;
}

.header__drawer {
	background-color: #fff;
	bottom: 0;
	display: none;
	height: 100dvh;
	left: 0;
	overflow-y: scroll;
	padding: 2.5rem 1.875rem 4.0625rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 3rem;
	width: 100%;
	z-index: -1;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-link,
.header__drawer-sub-title {
	display: block;
	letter-spacing: 0.04em;
	padding: 0.875rem 0;
	padding-left: 1.625rem;
	position: relative;
}

.header__drawer-link,
.header__drawer-sub-title {
	border-top: 1px dashed #c9c9c9;
}

.header__drawer-item:last-child .header__drawer-link {
	border-bottom: 1px dashed #c9c9c9;
}

.header__drawer-link::before,
.header__drawer-sub-title::before {
	background: url(../images/top/icon-heading.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	left: 0.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.header__drawer-sub-list {
	background-color: #f5faff;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	padding: 1.5rem 0 2.125rem;
}

.header__drawer-sub-item a {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding-left: 2.5rem;
	position: relative;
}

.header__drawer-sub-item a::before {
	background-color: #062066;
	content: "";
	height: 0.25rem;
	left: 1.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.header__drawer-item-cta-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.8125rem;
	margin-top: 2.8125rem;
}

.header__drawer-item-cta {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding: 1.0625rem 0;
	text-align: center;
}

.header__drawer-item--contact {
	background-color: #f4d114;
	color: #0a0a0a;
}

.header__drawer-item--recruit {
	background-color: #062066;
	color: #fff;
}

.section-content--insurance {
	padding: 5rem 0;
}

.insurance__list {
	grid-gap: 2.1875rem;
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5625rem;
}

.insurance__item {
	background-color: #fff;
	border: 0.0625rem solid #c9c9c9;
	border-radius: 1rem;
	padding: 2.25rem 1.6875rem 3.1875rem;
	text-align: center;
}

.insurance__item img {
	height: auto;
	margin: 0 auto;
	width: 13.875rem;
}

.insurance__text {
	border-top: 0.0625rem solid #c9c9c9;
	color: #062066;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding-top: 2.5rem;
}

.section-content--manage {
	padding: 5rem 0;
}

.room-cards__list {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.room-cards__item {
	border-radius: 1rem;
}

.room-cards__image {
	width: 100%;
}

.room-cards__image img {
	-o-object-fit: cover;
	aspect-ratio: 546/370;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.section-subcontent__image--manage img {
	border-radius: 1rem;
}

.room-cards__title {
	position: relative;
}

.product-cards__list {
	grid-column-gap: 1.75rem;
	grid-row-gap: 1.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.product-cards__item:nth-child(1) {
	grid-area: 1/1/2/2;
}

.product-cards__item:nth-child(2) {
	grid-area: 2/1/3/2;
}

.product-cards__item:nth-child(3) {
	grid-area: 1/2/3/3;
}

.product-cards__image img {
	-o-object-fit: cover;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.product-cards__item:nth-child(1) .product-cards__image img,
.product-cards__item:nth-child(2) .product-cards__image img {
	aspect-ratio: 546/370;
}

.product-cards__item:nth-child(3) .product-cards__image img {
	aspect-ratio: 546/767;
}

.mv {
	position: relative;
	z-index: 1;
}

.mv__img {
	height: inherit;
}

.mv__img img {
	-o-object-fit: cover;
	-o-object-position: -2.75rem 0;
	aspect-ratio: 1400/900;
	height: inherit;
	object-fit: cover;
	object-position: -2.75rem 0;
	width: 100%;
}

.mv__inner {
	height: inherit;
}

.mv__title-wrap {
	color: #062066;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 54.5%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.mv__main-title {
	font-size: clamp(3.313rem, -2.361rem + 7.69vw, 3.938rem);
	font-weight: 500;
	letter-spacing: 0.04em;
}

.mv__main-title span {
	font-size: clamp(2.5rem, -0.337rem + 3.85vw, 2.813rem);
}

.mv__sub-title {
	font-size: clamp(1.25rem, -1.587rem + 3.85vw, 1.563rem);
	letter-spacing: 0.04em;
	margin: 0.5rem auto 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__sub-title::before,
.mv__sub-title::after {
	background-color: #141772;
	content: "";
	height: 0.0625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
}

.mv__sub-title::before {
	left: -3.75rem;
}

.mv__sub-title::after {
	right: -3.75rem;
}

.page-header {
	background: url(../images/common/fv.webp) no-repeat center center/cover;
	margin-top: 6rem;
	overflow: hidden;
	padding: 1.1875rem 0 5.5rem;
}

.page-header__breadcrumb {
	color: #1a1a1a;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.page-header__main {
	display: flex;
	gap: 1.25rem;
	margin-top: 3.375rem;
	position: relative;
}

.page-header__main::after {
	background: url(../images/common/fv-icon.webp) no-repeat center center/cover;
	content: "";
	height: 11.1875rem;
	position: absolute;
	right: -2.9375rem;
	top: -3.5625rem;
	width: 13.3125rem;
	z-index: -1;
}

.page-header__icon {
	border-radius: 50%;
	flex-shrink: 0;
	height: 6.25rem;
	width: 6.25rem;
}

.page-header__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-header__text {
	margin-top: 1.125rem;
}

.page-header__title {
	color: #062066;
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.page-header__lead {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-left: 0.125rem;
	margin-top: 0.75rem;
}

.common-page {
	padding-bottom: 12.5rem;
}

.section-content {
	padding: 5rem 0;
}

.section-content__head-image {
	position: relative;
}

.section-content__head-image.section-content__head-image--security img:nth-child(1) {
	left: calc(50% + 15rem);
	position: absolute;
	top: -2rem;
	width: 14.6875rem;
}

.section-content__head-image.section-content__head-image--security img:nth-child(2) {
	left: calc(50% + 27.375rem);
	position: absolute;
	top: -2.5rem;
	width: 11.3125rem;
}

.section-content__lead {
	color: #062066;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.section-content__text {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.875rem;
}

.section-content__image {
	margin-top: 5rem;
	max-width: 70rem;
	width: 100%;
}

.section-content__image img {
	-o-object-fit: cover;
	aspect-ratio: 1120/620;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.section-content__gallery {
	display: flex;
	gap: 2.1875rem;
	margin-top: 2.1875rem;
}

.section-content__gallery-wrap {
	display: flex;
	gap: 2.1875rem;
}

.section-content-gallery__item img {
	-o-object-fit: cover;
	aspect-ratio: 350/314;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.section-content-gallery__item--last img {
	aspect-ratio: 350/306;
}

.section-subcontent {
	padding-top: 5rem;
}

.section-subcontent__label {
	color: #062066;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-left: 3.75rem;
	position: relative;
}

.section-subcontent__label::before {
	background: url(../images/common/icon-heading-01.svg) no-repeat center center/cover;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 1.3rem;
	width: 2.5rem;
}

.section-subcontent__body {
	display: flex;
	flex-direction: column;
	gap: 3.25rem;
	margin-top: 2.5625rem;
}

.section-subcontent__body-bottom {
	margin-top: 3.75rem;
}

.section-subcontent__headline {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.1666666667;
	padding-left: 1.6875rem;
	position: relative;
}

.section-subcontent__headline::before {
	background: url(../images/common/icon-heading-02.svg) no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 1rem;
}

.section-subcontent__text {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1.8125rem;
}

.section-subcontent__sub-text {
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1.8125rem;
}

.section-subcontent__subtext {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 2.25rem;
}

.section-content--pta {
	padding: 5rem 0 0;
}

.security {
	background: url(../images/security/opening-banner-pc.webp) no-repeat center center/cover;
	padding: 3.125rem 0;
	position: relative;
	z-index: 1;
}

.security::before {
	background-color: rgba(176, 206, 244, 0.71);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.security__inner {
	position: relative;
}

.security__list {
	grid-gap: 1.6875rem;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: repeat(4, 1fr);
}

.security__item {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	padding: 1.5625rem 1.3125rem 1.8125rem;
}

.security__title {
	color: #062066;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
}

.security__icon {
	margin: 0.625rem auto 0;
	width: 2.5rem;
}

.security__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.security__text {
	border-top: 1px solid #c9c9c9;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	margin-top: 1rem;
	padding-top: 1.25rem;
}

.camera-service__cameras {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	margin: 3.5rem auto 0;
	max-width: 30.25rem;
	padding: 2.125rem 0 3.0625rem;
}

.camera-service__cameras img {
	margin: 0 auto;
	width: 26.0625rem;
}

.camera-service__case-label {
	background-color: #062066;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin: 1.375rem auto 0;
	padding: 0.4375rem 0;
	position: relative;
	text-align: center;
	width: 8.5rem;
}

.camera-service__case-label::before,
.camera-service__case-label::after {
	bottom: -0.9375rem;
	content: "";
	height: 4.375rem;
	position: absolute;
	width: 3.25rem;
}

.camera-service__case-label::before {
	background: url(../images/security/icon-arrow-left.svg) no-repeat center center/cover;
	left: -4.5rem;
}

.camera-service__case-label::after {
	background: url(../images/security/icon-arrow-right.svg) no-repeat center center/cover;
	right: -4.5rem;
}

.camera-service__cases {
	display: flex;
	gap: 4rem;
	margin: 1.875rem auto 0;
	max-width: 64.5rem;
}

.camera-service__case {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	width: 50%;
}

.camera-service__case-body {
	padding: 1.875rem 1.75rem 2.0625rem;
}

.camera-service__case-title {
	color: #062066;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}

.camera-service__case-text {
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1rem;
}

.camera-service__case img {
	-o-object-fit: cover;
	aspect-ratio: 484/274;
	border-radius: 0 0 1rem 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.benefits__list {
	grid-gap: 2.3125rem 1.875rem;
	display: grid;
	gap: 2.3125rem 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.75rem;
}

.benefits__item {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 1rem;
	min-height: 22rem;
	padding: 1.75rem 1.6875rem 2rem;
	text-align: center;
}

.benefits__item-head {
	border-bottom: 1px solid #c9c9c9;
	height: 47%;
	padding-bottom: 1.25rem;
}

.benefits__item img {
	margin: 0 auto;
	width: 12.5rem;
}

.benefits__item-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 50%;
	justify-content: center;
}

.benefits__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
	padding-top: 1.75rem;
}

.benefits__text-bottom {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 3.25rem;
	text-align: center;
}

.section-bg {
	overflow-x: clip;
	position: relative;
}

.section-bg::after {
	background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(241, 247, 255) 28%, rgb(222, 235, 255) 50%, rgb(245, 249, 255) 72%, rgb(255, 255, 255) 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.service {
	margin-top: 7.8125rem;
}

.service__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 1.25rem;
}

.service__list {
	grid-gap: 6.25rem clamp(3.125rem, -11.058rem + 19.23vw, 4.688rem);
	display: grid;
	gap: 6.25rem clamp(3.125rem, -11.058rem + 19.23vw, 4.688rem);
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.service__item a {
	display: block;
}

.service__item a:hover {
	opacity: 1;
}

.service__item a:hover .service__image img {
	transform: scale(1.1);
}

.service__image {
	border-radius: 50%;
	height: 16.375rem;
	margin: 0 auto;
	overflow: hidden;
	width: 16.375rem;
}

.service__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-in;
	width: 100%;
}

.service__title {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.95;
	margin: 1rem auto 0;
	padding-left: 2.625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.service__title::before {
	content: "";
	height: 2.125rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 2.125rem;
}

.service__item:nth-child(1) .service__title::before {
	background: url(../images/top/icon-01-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(2) .service__title::before {
	background: url(../images/top/icon-02-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(3) .service__title::before {
	background: url(../images/top/icon-03-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(4) .service__title::before {
	background: url(../images/top/icon-04-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(5) .service__title::before {
	background: url(../images/top/icon-05-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(6) .service__title::before {
	background: url(../images/top/icon-06-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(7) .service__title::before {
	background: url(../images/top/icon-07-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(8) .service__title::before {
	background: url(../images/top/icon-08-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(9) .service__title::before {
	background: url(../images/top/icon-09-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(10) .service__title::before {
	background: url(../images/top/icon-10-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(11) .service__title::before {
	background: url(../images/top/icon-11-security.svg) no-repeat center center/cover;
}

.service__item:nth-child(12) .service__title::before {
	background: url(../images/top/icon-12-security.svg) no-repeat center center/cover;
}

.service__text {
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1rem;
}

.about {
	overflow: hidden;
	padding: 18.3125rem 0;
	position: relative;
	z-index: 1;
}

.about::after {
	aspect-ratio: 1714/1759;
	background: url(../images/top/about-us-pc.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 48.5%;
	position: absolute;
	top: -6.5%;
	transform: translateX(-50%);
	width: 122.4285%;
	z-index: -2;
}

.about__treat,
.about__treat-bottom {
	position: relative;
}

.about__treat img:nth-child(1) {
	left: calc(50% - 3.125rem);
	position: absolute;
	top: -7.1875rem;
	width: 5.75rem;
}

.about__treat img:nth-child(2) {
	height: 13.25rem;
	left: calc(50% + 2.3125rem);
	position: absolute;
	top: -9.125rem;
	width: 6.875rem;
}

.about__treat img:nth-child(3) {
	height: 13.375rem;
	left: calc(50% + 9.125rem);
	position: absolute;
	top: -7.1875rem;
	width: 5rem;
}

.about__treat img:nth-child(4) {
	left: calc(50% + 13.9375rem);
	position: absolute;
	top: -9.125rem;
	width: 5.375rem;
}

.about__treat img:nth-child(5) {
	height: 13.1875rem;
	left: calc(50% + 19rem);
	position: absolute;
	top: -7.1875rem;
	width: 7.1875rem;
}

.about__treat img:nth-child(6) {
	height: 13.4375rem;
	left: calc(50% + 24.125rem);
	position: absolute;
	top: -9.3125rem;
	width: 5.125rem;
}

.about__treat-bottom img:nth-child(1) {
	bottom: -6.4375rem;
	height: 13.5rem;
	left: calc(50% + 12.6875rem);
	position: absolute;
	width: 7.625rem;
}

.about__treat-bottom img:nth-child(2) {
	bottom: -3rem;
	height: 14.25rem;
	left: calc(50% + 18.0625rem);
	position: absolute;
	width: 6.875rem;
}

.about__treat-bottom img:nth-child(3) {
	bottom: -5.3125rem;
	height: 13.8125rem;
	left: calc(50% + 23.9375rem);
	position: absolute;
	width: 9rem;
}

.about__block-list {
	display: flex;
	flex-direction: column;
	gap: 14.4375rem;
	margin-top: 5.625rem;
}

.about__block {
	width: 62.5%;
}

.about__block:nth-child(odd) {
	margin-left: auto;
}

.about__heading {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.about__text {
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1.5625rem;
}

.about__btn {
	margin-top: 2.1875rem;
	max-width: 13.375rem;
	width: 100%;
}

.news {
	overflow: hidden;
}

.news__inner {
	display: flex;
	gap: 6.25rem;
}

.news__sidebar {
	background-color: #ebf4ff;
	flex: 0 0 22.5rem;
	padding-top: 5.125rem;
	position: relative;
}

.news__sidebar::before {
	background-color: #ebf4ff;
	content: "";
	height: 100%;
	position: absolute;
	right: calc(50% + 10.625rem);
	top: 0;
	width: 100vw;
	z-index: -1;
}

.news__category-list {
	display: flex;
	flex-direction: column;
	gap: 1.3125rem;
	margin-top: 5.9375rem;
	margin-bottom: 5.9375rem;
}

.news__category-item a {
	color: #484848;
	display: block;
	font-size: 1.125rem;
	padding-left: 2.875rem;
	position: relative;
}

.news__category-item a::before {
	background-color: #484848;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.news__category-item a::after {
	content: "";
	height: 1.875rem;
	left: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.news__category-item:nth-child(1) a::after {
	background: url(../images/top/icon-01-security.svg) no-repeat center center/cover;
}

.news__category-item:nth-child(2) a::after {
	background: url(../images/top/icon-02-security.svg) no-repeat center center/cover;
}

.news__category-item:nth-child(3) a::after {
	background: url(../images/top/icon-03-security.svg) no-repeat center center/cover;
}

.news__category-item:nth-child(4) a::after {
	background: url(../images/top/icon-other.svg) no-repeat center center/cover;
	height: 1.375rem;
	left: 1rem;
	width: 1.375rem;
}

.news__content {
	padding: 6.3125rem 0.5rem 7.5rem 0;
	width: 100%;
}

.news__item a {
	border-top: 1px dotted #b4b4b4;
	display: block;
	padding: 0.6875rem 0 1.4375rem;
}

.news__item:last-child a {
	border-bottom: 1px dotted #b4b4b4;
}

.news__meta {
	display: flex;
	justify-content: space-between;
}

.news__date {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7142857143;
	margin-top: 0.375rem;
}

.news__tag {
	border: 1px solid #062066;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	min-width: 5.5rem;
	padding: 0.25rem 0;
	padding-left: 1rem;
	position: relative;
	white-space: nowrap;
}

.news__tag span {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.news__tag::before {
	content: "";
	height: 1.125rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.news__tag--other::before {
	background: url(../images/top/icon-other.svg) no-repeat center center/cover;
}

.news__tag--security::before {
	background: url(../images/top/icon-0101-security.svg) no-repeat center center/cover;
}

.news__text {
	letter-spacing: 0.04em;
	margin-top: 0.8125rem;
}

.news__btn {
	margin-top: 2.6875rem;
	max-width: 13.375rem;
	width: 100%;
}

.recruit {
	padding: 7.125rem 0 4.875rem;
	position: relative;
}

.recruit::before {
	background-color: #cfe0f6;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.recruit::after {
	background: url(../images/top/recruit-background.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.recruit__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 0 1.25rem;
}

.recruit__inner-wrap {
	display: flex;
	justify-content: space-between;
}

.recruit__label {
	color: #141772;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-left: 2.5rem;
	position: relative;
}

.recruit__label::before {
	background-color: #141772;
	content: "";
	height: 1.125rem;
	left: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.recruit__title {
	font-size: 6.75rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1.1018518519;
	margin-top: 0.625rem;
}

.recruit__text-block {
	font-weight: 500;
	margin-top: 0.25rem;
	width: 45.5714%;
}

.recruit__text {
	display: flex;
	flex-direction: column;
	font-size: 1.375rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.recruit__description {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 1.5625rem;
}

.recruit__btn {
	margin-top: 2.3125rem;
	max-width: 19.875rem;
	width: 100%;
}

.recruit__content {
	align-items: center;
	margin-top: 5rem;
}

.recruit__image-list {
	display: flex;
	gap: 2.1875rem;
	justify-content: space-between;
}

.recruit__image-list-wrap {
	display: flex;
	gap: 2.1875rem;
	justify-content: space-between;
}

.recruit__image-item {
	border-radius: 50%;
	flex: 1;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.recruit__image-item img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media (max-width: 1120px) {

html {
	font-size: 1.4285714286vw;
}

}

@media screen and (max-width: 768px) {

a[href^="tel:"] {
	pointer-events: auto;
}

html {
	scroll-padding-top: 3rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.section-content__head-image.section-content__head-image--agriculture img:nth-child(1) {
	left: calc(50% + 6.75rem);
	top: -2rem;
	width: 1.8125rem;
}

.section-content__head-image.section-content__head-image.section-content__head-image--agriculture img:nth-child(2) {
	left: calc(50% + 7.5rem);
	top: -1.625rem;
	width: 2.8125rem;
}

.section-content--agriculture {
	padding: 1.5rem 1.125rem 3rem;
}

.agriculture__image-wrap {
	border-radius: 0.5rem;
	flex-direction: column;
	gap: 0.375rem;
	margin-top: 1rem;
	padding: 2.0625rem 0 1.5rem;
}

.agriculture__image-wrap--food {
	border-radius: 0.5rem;
	padding: 0.9375rem 0 2.125rem;
}

.agriculture__image:nth-child(1) {
	margin: 0 auto;
	width: 82%;
}

.agriculture__image:nth-child(2) {
	margin: 0 auto;
	width: 90%;
}

.agriculture__image-item {
	width: 84%;
}

.fertilizer {
	margin-top: 2.5rem;
}

.fertilizer__title {
	font-size: 1rem;
}

.fertilizer__title::before,
.fertilizer__title::after {
	width: 2.625rem;
}

.fertilizer__title::before {
	left: auto;
	right: calc(50% + 7.1875rem);
}

.fertilizer__title::after {
	left: calc(50% + 7.1875rem);
	right: auto;
}

.fertilizer__subtitle {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.fertilizer__list {
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.fertilizer__item {
	border-radius: 0.5rem;
	padding: 1.5rem 0 1.25rem;
}

.fertilizer__image {
	max-width: 9.4375rem;
}

.fertilizer__item-title {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.fertilizer__item-text {
	border-top: none;
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 0.5rem;
	padding: 0.6875rem 1.875rem 0;
}

.fertilizer__item-text::before {
	width: 82%;
}

.breadcrumb {
	display: none;
}

.section-content__head-image.section-content__head-image--cleaning img:nth-child(1) {
	left: calc(50% + 2.875rem);
	top: -1.75rem;
	width: 3rem;
}

.section-content__head-image.section-content__head-image--cleaning img:nth-child(2) {
	left: calc(50% + 5.125rem);
	top: -1.9375rem;
	width: 2.1875rem;
}

.section-content__head-image.section-content__head-image--cleaning img:nth-child(3) {
	left: calc(50% + 6.5rem);
	top: -1.625rem;
	width: 2.625rem;
}

.cleaning__content {
	margin: 1.5625rem auto 0;
	padding: 2.5rem 1.875rem;
	width: 90%;
}

.cleaning__logo {
	flex-direction: column;
	gap: 0.875rem;
}

.cleaning__logo-img {
	margin: 0 auto;
	width: 88%;
}

.cleaning__logo-text {
	margin: 0 auto;
	width: 100%;
}

.cleaning__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin: 1.5rem auto 0;
}

.cleaning__image img {
	border-radius: 0.5rem;
}

.cleaning__cta,
.manage__cta {
	width: 90%;
}

.cleaning__cta a:hover::after,
.manage__cta a:hover::after {
	right: 0.3125rem;
}

.cleaning__cta a,
.manage__cta a {
	border-radius: 0.5rem;
	font-size: 0.875rem;
	padding: 1.125rem 0;
}

.manage__cta {
	margin: 3.75rem auto 0;
}

.cleaning__cta a {
	padding-left: 0.625rem;
}

.manage__cta a {
	padding-right: 0.9375rem;
}

.cleaning__cta a::after,
.manage__cta a::after {
	right: 1.5rem;
}

.manage__cta a::after {
	right: 0.875rem;
}

.cleaning__cta span::after {
	height: 1.25rem;
	left: -1.625rem;
	width: 1.25rem;
}

.manage__cta span::after {
	height: 0.625rem;
	right: -1rem;
	width: 0.75rem;
}

.inner {
	margin: 0 auto;
	max-width: 37.5rem;
	width: 100%;
}

.inner-wide {
	max-width: 37.5rem;
	padding: 0 0.75rem;
}

.section-title-ja {
	font-size: 0.875rem;
	padding-left: 1rem;
}

.section-title-ja::before {
	height: 0.625rem;
	width: 0.75rem;
}

.section-title-en {
	font-size: 2.125rem;
	margin-top: 1.25rem;
}

.section-btn a {
	font-size: 0.875rem;
	padding: 0.875rem 0;
}

.section-content__head-image.section-content__head-image--company img:nth-child(1) {
	left: calc(50% + 4.5rem);
	top: -6.875rem;
	width: 1.875rem;
}

.section-content__head-image.section-content__head-image--company img:nth-child(2) {
	left: calc(50% + 6.0625rem);
	top: -6.125rem;
	width: 1.8125rem;
}

.section-content__head-image.section-content__head-image--company img:nth-child(3) {
	left: calc(50% + 7.4375rem);
	top: -6.375rem;
	width: 1.9375rem;
}

.nav-links__list {
	align-items: normal;
	flex-direction: column;
	gap: 0;
	padding: 0.6875rem 0;
}

.nav-links__link:hover::after {
	right: -0.5rem;
}

.nav-links__link {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	padding: 0.25rem 1.125rem;
}

.nav-links__link::after {
	height: 0.875rem;
	right: 0;
	width: 0.875rem;
}

.section-content--company {
	padding: 2rem 1.125rem 3rem;
}

.layout-message {
	margin-top: 1.0625rem;
}

.message__inner {
	flex-direction: column;
	gap: 1.375rem;
}

.message__text,
.message__text-sub {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
}

.message__text-sub {
	margin-top: 0.625rem;
}

.section-content__text--emphasis {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.message__image-area {
	margin: 0 auto;
}

.message__image-area img {
	aspect-ratio: 304/406;
	border-radius: 0.5rem;
}

.message__name {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.company-page .section-subcontent {
	padding: 0 0 9rem;
}

.section-subcontent__text.section-subcontent__text--top {
	margin-top: 0.8125rem;
}

.section-subcontent__text.section-subcontent__text--bottom {
	margin-top: 0.8125rem;
}

.section-content__head-image--csr img:nth-child(1) {
	left: calc(50% + 5.0625rem);
	top: -1rem;
	width: 1.6875rem;
}

.section-content__head-image--csr img:nth-child(2) {
	left: calc(50% + 6.625rem);
	top: -1.625rem;
	width: 1.3125rem;
}

.section-content__head-image--csr img:nth-child(3) {
	left: calc(50% + 7.375rem);
	top: -1.25rem;
	width: 2.125rem;
}

.csr__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.csr__item-img img {
	border-radius: 0.5rem;
}

.csr__bottom-list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.csr__bottom-item img {
	border-radius: 0.5rem;
}
  
.csr__bottom-item--jre img {
	border-radius: 0;
	margin: 0 auto;
}

.csr__bottom-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	margin: 1.5rem auto 0;
}

.section-subcontent__wrap {
	margin-top: 3rem;
}

.section-content__head-image.section-content__head-image--drone img:nth-child(1) {
	left: calc(50% + 5.625rem);
	top: -2.25rem;
	width: 2.8125rem;
}

.section-content__head-image.section-content__head-image--drone img:nth-child(2) {
	left: calc(50% + 6.875rem);
	top: -0.3125rem;
	width: 2.875rem;
}

.drone-service__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.drone-service__item {
	border-radius: 0.5rem;
}

.drone-service__item-body {
	padding: 0.4375rem 1.5rem 1.25rem;
}

.drone-service__item-number {
	font-size: 2.125rem;
}

.drone-service__item-title {
	line-height: 1.75;
	margin-top: 0.25rem;
	padding-top: 1.25rem;
}

.drone-service__item-img img {
	aspect-ratio: 315/225;
	border-radius: 0 0 0.5rem 0.5rem;
}

.section-subcontent__image {
	border-radius: 0.5rem;
	margin: 1rem auto 0;
}

.section-subcontent__image img {
	aspect-ratio: 315/268;
}

.section-subcontent__image.section-subcontent__image--drone {
	width: 94%;
}

.drone-models__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
}

.drone-models__item {
	border-radius: 0.5rem;
	padding: 1.5rem 1.25rem 0.75rem;
}

.drone-models__caption {
	font-size: 0.75rem;
	line-height: 1.3333333333;
	margin-top: 0.6875rem;
}

.section-content__head-image.section-content__head-image--education img:nth-child(1) {
	left: calc(50% + 4.3125rem);
	top: -1.875rem;
	width: 3.4375rem;
}

.section-content__head-image.section-content__head-image--education img:nth-child(2) {
	left: calc(50% + 5.9375rem);
	top: -1.5625rem;
	width: 3.4375rem;
}

.education-page .section-content {
	padding-bottom: 2.5rem;
}

.hero-message {
	margin-left: calc(50% - 50vw);
	margin-top: 2.5rem;
	padding: 1.5rem 0;
	width: 100vw;
}

.hero-message__logo {
	max-width: 10.8125rem;
}

.hero-message__subtitle {
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 0.5625rem;
}

.hero-message__main {
	font-size: 1.625rem;
	padding-top: 0.25rem;
}

.hero-message__text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: -0.0625rem;
}

.event-cards__list {
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.event-cards__item {
	border-radius: 0.5rem;
}

.event-cards__item:nth-child(4) .event-cards__category img {
	width: 1.25rem;
}

.event-cards__image img {
	aspect-ratio: 315/196;
}

.event-cards__content {
	padding: 0.375rem 1.5625rem 1.125rem;
}

.event-cards__category {
	gap: 0.3125rem;
}

.event-cards__category img {
	width: 2.375rem;
}

.event-cards__category span {
	font-size: 1rem;
}

.event-cards__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.4375rem;
	padding-top: 0.5rem;
}

.programming.section-subcontent {
	padding: 2.8125rem 0 0;
}

.programming__intro {
	border-radius: 0.5rem;
	flex-direction: column;
	gap: 1.5rem;
	padding: 2rem 1.875rem;
}

.programming__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	width: 100%;
}

.programming__cards {
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
	width: 96%;
}

.programming__card {
	border-radius: 0.5rem;
}

.programming__card-body {
	padding-bottom: 1.5rem;
}

.programming__card-icon {
	width: 5.3125rem;
}

.programming__card-title {
	font-size: 1rem;
	margin-top: 0;
}

.programming__card-image img {
	aspect-ratio: 315/225;
}

.footer {
	padding: 2.375rem 0 0;
}

.footer__contact {
	padding-bottom: 3.125rem;
}

.footer__contact-text {
	font-size: 0.9375rem;
	line-height: 1.4;
	text-align: center;
}

.footer__tel {
	font-size: 1.375rem;
}

.footer__contact-btn {
	margin: 2.25rem auto 0;
	max-width: 16.375rem;
}

.footer__bottom {
	padding: 2rem 0 1.5rem;
}

.footer__bottom-inner {
	max-width: 37.5rem;
	padding: 0 1.5rem;
}

.footer__info {
	flex-direction: column;
	gap: 0.75rem;
	padding-left: 0;
}

.footer__name {
	margin-top: -0.1875rem;
}

.footer__address {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 0.75rem;
}

.footer__copyright {
	margin-top: 2.75rem;
	text-align: left;
}

.header {
	background-color: white;
	height: 3rem;
	transition: border-bottom 0.2s ease-in;
}

.header.is-open::after {
	opacity: 1;
}

.header__inner {
	padding: 0 0 0 0.75rem;
}

.header__logo {
	width: 56%;
}

.header__logo img {
	max-width: 4.75rem;
}

.header__logo-wrap {
	margin-left: 0.125rem;
	margin-top: 0;
}

.header__logo--large {
	font-size: 0.875rem;
}

.header__nav {
	display: none;
}

.header__contact-btn {
	align-items: center;
	background-color: #f4d114;
	display: flex;
	font-size: 0.75rem;
	font-weight: bold;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.04em;
	width: 6rem;
}

.header__contact-btn.is-open {
	display: none;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	display: block;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 3rem;
	z-index: 999;
}

.section-content--insurance {
	padding: 1.5rem 1.125rem 3rem;
}

.insurance__list {
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 1rem;
}

.insurance__item {
	border-radius: 0.5rem;
	padding: 1.75rem 1.4375rem 1.4375rem;
}

.insurance__text {
	font-size: 1rem;
	margin-top: 1rem;
	padding-top: 1rem;
}

.section-content--manage {
	padding: 0 1.125rem 3rem;
}

.room-cards__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.room-cards__item {
	border-radius: 0.5rem;
}

.room-cards__image img {
	border-radius: 0.5rem;
}

.section-subcontent__image--manage {
	margin: 1.5625rem auto 0;
}

.section-subcontent__image--manage img {
	border-radius: 0.5rem;
}

.product-cards__list {
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.product-cards__item:nth-child(1) {
	grid-area: 1/1/2/2;
}

.product-cards__item:nth-child(2) {
	grid-area: 2/1/3/2;
}

.product-cards__item:nth-child(3) {
	grid-area: 3/1/5/2;
}

.product-cards__image img {
	border-radius: 0.5rem;
}

.mv {
	margin-top: 3rem;
}

.mv__img img {
	-o-object-fit: cover;
	-o-object-position: 53% center;
	aspect-ratio: 375/560;
	object-fit: cover;
	object-position: 53% center;
	width: 100%;
}

.mv__title-wrap {
	top: 50%;
}

.mv__main-title {
	font-size: 2.1875rem;
	line-height: 1.2571428571;
}

.mv__main-title span {
	font-size: 1.5625rem;
}

.mv__sub-title {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.75rem;
}

.mv__sub-title::before,
.mv__sub-title::after {
	display: none;
}

.page-header {
	margin-top: 3rem;
	padding: 1.625rem 0 2.4375rem;
}

.page-header__main {
	gap: 0.5rem;
	margin-top: 0;
}

.page-header__main::after {
	height: 4.0625rem;
	right: -0.3125rem;
	top: -1.25rem;
	width: 4.8125rem;
}

.page-header__icon {
	height: 2rem;
	width: 2rem;
}

.page-header__text {
	margin-top: -0.125rem;
}

.page-header__title {
	font-size: 1.5rem;
}

.page-header__lead {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-left: -2.5rem;
	margin-top: 1.25rem;
}

.common-page {
	padding-bottom: 8.75rem;
}

.section-content {
	padding: 3.5rem 1.125rem 3rem;
}

.section-content__head-image.section-content__head-image--security img:nth-child(1) {
	left: calc(50% + 2.4375rem);
	top: -1.625rem;
	width: 4.625rem;
}

.section-content__head-image.section-content__head-image--security img:nth-child(2) {
	left: calc(50% + 6.375rem);
	top: -1.75rem;
	width: 3.5625rem;
}

.section-content__lead {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.section-content__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.0625rem;
}

.section-content__image {
	margin-top: 1.75rem;
}

.section-content__image img {
	aspect-ratio: 315/268;
	border-radius: 0.5rem;
}

.section-content__gallery {
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 0.5625rem;
}

.section-content__gallery-wrap {
	gap: 0.5625rem;
}

.section-content-gallery__item {
	margin: 0 auto;
}

.section-content-gallery__item--last {
	margin: 0 auto;
	max-width: 17.6875rem;
	width: 50%;
}

.section-content-gallery__item img {
	border-radius: 0.5rem;
}

.section-subcontent {
	padding-top: 3rem;
}

.section-subcontent__label {
	font-size: 1.1875rem;
	padding-left: 1.125rem;
}

.section-subcontent__label::before {
	height: 0.25rem;
	left: -0.375rem;
	top: 0.75rem;
	width: 1.125rem;
}

.section-subcontent__body {
	gap: 1.5rem;
	margin-top: 0.75rem;
}

.section-subcontent__body-bottom {
	margin-top: 1.875rem;
}

.section-subcontent__headline {
	font-size: 1rem;
	line-height: 1.75;
	padding-left: 0.375rem;
}

.section-subcontent__headline::before {
	height: 0.75rem;
	left: -0.75rem;
	top: 0.5625rem;
	width: 0.75rem;
}

.section-subcontent-wrapper {
	margin: 0 auto;
	width: 96%;
}

.section-subcontent__text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
	padding: 0;
}

.section-subcontent__sub-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	margin-top: 0.875rem;
	padding: 0;
}

.section-subcontent__subtext {
	font-size: 1rem;
	line-height: 1.625;
	margin-top: 1.0625rem;
}

.section-content--pta {
	padding: 0 1.125rem;
}

.security {
	padding: 2rem 0;
}

.security__inner {
	padding: 0 1.125rem;
}

.security__list {
	gap: 0.5625rem;
	grid-template-columns: 1fr;
}

.security__item {
	padding: 1.375rem 2rem 1.25rem;
}

.security__title {
	font-size: 1.125rem;
}

.security__icon {
	margin: 0.25rem auto 0;
}

.security__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.375rem;
	padding-top: 0.625rem;
}

.camera-service__cameras {
	border-radius: 0.5rem;
	margin: 1rem auto 0;
	padding: 1.75rem 0;
	width: 90%;
}

.camera-service__cameras img {
	width: 18.625rem;
}

.camera-service__case-label {
	border-radius: 0.375rem;
	font-size: 1.125rem;
	padding: 0.375rem 0;
	width: 7.25rem;
}

.camera-service__case-label::before,
.camera-service__case-label::after {
	display: none;
}

.camera-service__cases {
	flex-direction: column;
	gap: 0.5rem;
	margin: 0.9375rem auto 0;
	width: 90%;
}

.camera-service__case {
	border-radius: 0.5rem;
	width: 100%;
}

.camera-service__case-body {
	padding: 1.5rem 0.875rem 1.375rem;
}

.camera-service__case-title {
	font-size: 1.125rem;
}

.camera-service__case-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.8125rem;
}

.camera-service__case img {
	aspect-ratio: 315/172;
	border-radius: 0 0 0.5rem 0.5rem;
}

.benefits__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 0.875rem auto 0;
	width: 96%;
}

.benefits__item {
	border-radius: 0.5rem;
	min-height: auto;
	padding: 0.875rem 1.5625rem 1.375rem;
}

.benefits__item-head {
	height: auto;
	height: initial;
}

.benefits__item-body {
	height: auto;
	height: initial;
}

.benefits__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	padding-top: 0.9375rem;
}

.benefits__text-bottom {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
}

.service {
	margin-top: 1.875rem;
}

.service__list {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.1875rem;
}

.service__item a {
	display: flex;
	gap: 0.875rem;
}

.service__image {
	flex-shrink: 0;
	height: 6.75rem;
	margin: 0;
	width: 6.75rem;
}

.service__title {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0.375rem 0 0 0;
	padding-left: 1.5625rem;
}

.service__title::before {
	height: 1.5625rem;
	left: -0.1875rem;
	top: 0;
	width: 1.5625rem;
}

.service__text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 0.3125rem;
}

.about {
	padding: 10.375rem 0 15.25rem;
}

.about::after {
	aspect-ratio: 920/1306;
	background: url(../images/top/about-us-sp.webp) no-repeat center center/cover;
	left: 58.5%;
	top: 3%;
	width: 117%;
}

.about__treat img:nth-child(1) {
	left: calc(50% - 5.3125rem);
	top: -7.5rem;
	width: 2.5625rem;
}

.about__treat img:nth-child(2) {
	height: 6.0625rem;
	left: calc(50% - 2.9375rem);
	top: -8.4375rem;
	width: 3rem;
}

.about__treat img:nth-child(3) {
	height: 6.0625rem;
	left: calc(50% + 0.0625rem);
	top: -7.5625rem;
	width: 2.25rem;
}

.about__treat img:nth-child(4) {
	left: calc(50% + 2.1875rem);
	top: -8.375rem;
	width: 2.375rem;
}

.about__treat img:nth-child(5) {
	height: 5.9375rem;
	left: calc(50% + 4.4375rem);
	top: -6.875rem;
	width: 3.1875rem;
}

.about__treat img:nth-child(6) {
	height: 6rem;
	left: calc(50% + 6.6875rem);
	top: -8.4375rem;
	width: 2.375rem;
}

.about__treat-bottom img:nth-child(1) {
	bottom: -12.125rem;
	height: 8.3125rem;
	left: calc(50% - 1.6875rem);
	width: 4.6875rem;
}

.about__treat-bottom img:nth-child(2) {
	bottom: -10rem;
	height: 8.6875rem;
	left: calc(50% + 1.625rem);
	width: 4.0625rem;
}

.about__treat-bottom img:nth-child(3) {
	bottom: -11.3125rem;
	height: 8.4375rem;
	left: calc(50% + 5.1875rem);
	width: 5.375rem;
}

.about__block-list {
	gap: 13.25rem;
	margin-top: 4.5625rem;
	padding: 0 0.375rem;
}

.about__block {
	width: 100%;
}

.about__block:nth-child(odd) {
	margin-left: 0;
}

.about__heading {
	font-size: 1rem;
	line-height: 1.625;
}

.about__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.625rem;
}

.about__btn {
	margin-top: 1.875rem;
	max-width: 10.5rem;
}

.news {
	background-color: #ebf4ff;
}

.news__inner {
	flex-direction: column;
	gap: 0;
}

.news__inner.inner {
	padding: 0;
}

.news__sidebar {
	flex: 0 0 11.375rem;
	padding: 3rem 0.75rem 0;
}

.news__sidebar::before {
	right: calc(50% - 25rem);
	width: 200vw;
}

.news__category-list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-top: 1rem;
}

.news__category-item a {
	font-size: 1rem;
	letter-spacing: 0.04em;
	padding-left: 2.25rem;
}

.news__category-item a::before {
	left: 0.1875rem;
}

.news__category-item a::after {
	height: 1.3125rem;
	left: 1rem;
	width: 1.3125rem;
}

.news__category-item:nth-child(4) a::after {
	height: 1rem;
	width: 1rem;
}

.news__content {
	background-color: #fff;
	margin-left: auto;
	padding: 1.75rem 1.125rem 4.375rem 1.125rem;
	position: relative;
	width: 97%;
}

.news__content::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: calc(50% + 17.5rem);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 0;
}

.news__item a {
	padding: 0.6875rem 0;
}

.news__date {
	font-size: 0.75rem;
	margin-top: 0;
}

.news__tag::before {
	left: 0.3125rem;
}

.news__text {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.news__btn {
	margin: 3.125rem auto 0;
	max-width: 10.5rem;
	position: relative;
	z-index: 1;
}

.recruit {
	padding: 2.125rem 0 3.5625rem;
}

.recruit__inner {
	padding: 0;
}

.recruit__inner-wrap {
	flex-direction: column;
}

.recruit__head {
	padding: 0 0.75rem;
}

.recruit__label {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1.25rem;
}

.recruit__label::before {
	height: 0.75rem;
	left: 0;
	width: 0.75rem;
}

.recruit__title {
	font-size: 2.125rem;
	line-height: 1.3235294118;
	margin-top: -0.125rem;
}

.recruit__text-block {
	margin-top: 1.75rem;
	width: 100%;
}

.recruit__text {
	font-size: 1rem;
	gap: 1.875rem;
	padding: 0 0.75rem;
}

.recruit__description {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 3.6875rem;
	padding: 0 0.375rem;
}

.recruit__btn {
	margin: 2.6875rem auto 0;
	max-width: 16.375rem;
}

.recruit__content {
	flex-direction: column;
	margin-top: 2.875rem;
	padding: 0 0.8125rem;
}

.recruit__image-list {
	flex-direction: column;
	gap: 0.6875rem;
	margin: 0 auto;
	max-width: 37.5rem;
}

.recruit__image-list-wrap {
	gap: 1.0625rem;
}

.recruit__image-list-wrap:nth-child(2) {
	margin: 0 auto;
	width: 65%;
}

.inner {
	padding-left: 12px;
	padding-right: 12px;
}

}

@media screen and (max-width: 600px) {

.cleaning__images {
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
	transform: translateY(80px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */

/* add css */
.breadcrumb-item.current-title {
  color: #0a0a0a;
}

.section-content--contact,
.section-content--about {
  padding: 5rem 0 0;
}

.contact .inner-wide {
  margin-top: 5rem;
}

.form__contact-btn {
  margin: 10rem auto 0;
  max-width: 19.875rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.overview, .overview02 {
    width: 100%;
}

.overview tr th, .overview tr td, .overview02 tr th, .overview02 tr td {
    padding: 2%;
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
}

.overview tr th, .overview02 tr th {
    width: 20%;
    vertical-align: middle;
    background-color: #B0CEF4;
}

.overview tr td {
    width: 80%;
    background-color: #EBF4FF;
}

.overview tr td ul li, .overview02 tr td ul li {
    padding-bottom: 1.5%;
    padding-left: 3%;
    text-indent: -2%;
}

.price-pd {
    padding-bottom: 2%;
    display: block;
}

.halfwide {
  max-width: 600px;
  margin: 40px auto;
  padding: 40px;
  background-color: #fff;
}

.com_about {
  margin-top: 5rem;
}

.access .inner-wide {
  padding-top: 5rem;
}

.access iframe {
  margin-top: 3rem;
}

.access .halfwide img {
  margin-bottom: 3rem;
}

.access .halfwide p {
  margin-bottom: 1rem;
}

.news__tag--other_info::before {
	background: url(../images/top/icon-other.svg) no-repeat center center/cover;
}

.news__tag--security_info::before {
	background: url(../images/top/icon-0101-security.svg) no-repeat center center/cover;
}

.news__tag--education_info::before {
	background: url(../images/top/icon-03-security.svg) no-repeat center center/cover;
}

.news__tag--cleaning_info::before {
	background: url(../images/top/icon-02-security.svg) no-repeat center center/cover;
}

.news-main {
  padding-top: 5rem;
}

.news-detail {
  max-width: 1120px;
  margin:  0 auto 2rem;
  background-color: #fff;
  border-radius: 16px;
  padding: 5rem 0;
}

.news-detail .news-mark {
  max-width: 650px;
  margin: 0 auto;
  font-weight: 400;
}

.news-detail .news-mark time {
  font-size: 14px;
  margin-left: 15px;
}

.news-detail h1.entrytitle {
  max-width: 650px;
  margin: 1rem auto 0.7rem;
  	color: #062066;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-left: 3.75rem;
	position: relative;
}

.news-detail h1.entrytitle::before {
	background: url(../images/common/icon-heading-01.svg) no-repeat center center/cover;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 1.3rem;
	width: 2.5rem;
}

.news-detail .entry-body {
  max-width: 650px;
  margin: 0 auto;
}

.news-detail .entry-body p {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1em;
}

.news-detail .entry-body img {
  border-radius: 16px;
  height: auto;
  max-width: 650px;
  margin: 2rem auto;
}

.news-main .form__contact-btn {
  margin: 4rem auto 0;
}

.news-index .news__content {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0.5rem 0 0;
}

.news-index .news__category-list {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 3rem;
  justify-content: space-between;
}

.news-index .news__category-list li {
  width: 140px;
  margin: 0 auto;
  border-bottom: 1px solid #062066;
  padding-bottom: 0.5rem;
  text-align: center;
}

.news-index .news__category-list li a {
  padding-left: 0;
}

.news-index .news__category-list li a::before {
  content: "";
  height: 22px;
  left: auto;
  position: relative;
  top: 5px;
  transform: none;
  width: 22px;
  display:inline-block;
  margin-right: 6px;
}

.news-index .news__category-list li a::after {
  content: none;
}

.news-index .news__category-list .news__category-item a.news__tag--other_info::before {
	background: url(../images/news/icon_news_other.png) no-repeat center center/cover;
}

.news-index .news__category-list .news__category-item a.news__tag--security_info::before {
	background: url(../images/news/icon_news_security.png) no-repeat center center/cover;
}

.news-index .news__category-list .news__category-item a.news__tag--education_info::before {
	background: url(../images/news/icon_news_edu.png) no-repeat center center/cover;
}

.news-index .news__category-list .news__category-item a.news__tag--cleaning_info::before {
	background: url(../images/news/icon_news_cleaning.png) no-repeat center center/cover;
}

.form__contact-btn.news-index-btn {
  max-width: 500px;
  display: flex;
  justify-content: center;
}

.form__contact-btn.news-index-btn a {
  width: 200px;
  margin: 0 auto;
}

.form__contact-btn.news-index-btn a.item-prev-btn::after {
  left: 1.5rem;
  transform: rotate(180deg);
}



@media screen and (max-width: 767px) {
    .overview {
        font-size: 0.875rem;
        line-height: 1.7142857143;
        margin-top: 1.0625rem;
    }
    .news-main {
        padding: 5rem 1rem;
    }
    .news-detail {
        max-width: 100%;
        width: 100%;
    }
    .news-index .news__content {
        max-width: 100%;
        width: 100%;
    }
}


.meikan__intro {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
  	border: solid 1px #C9C9C9;
	display: flex;
	gap: 2rem;
	margin-top: 15rem;
	padding: 2.5rem 4.75rem 2.5rem 3.3125rem;
}

.meikan__icon-head {
	margin: 0 auto;
	width: 27.25rem;
}

.meikan__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75;
	width: 74%;
	border-left: solid 1px #C9C9C9;
  	padding-left: 2rem;
}

.meikan__tag-text {
	font-weight: 500;
	background-color: #F4D114;
	width: 11em;
	text-align: center;
	margin-bottom: 10px;
}

.meikan__title-text {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
}

.meikan__name-text {
	margin-top: 4px;
	font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
.meikan__intro {
	border-radius: 0.5rem;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.5rem;
	margin-top: 5rem;
}
  
.meikan__icon-head {
  width: 100%;
}
  
.meikan__icon-head img {
  width: 85%;
  margin: 0 auto;
}

.meikan__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	width: 100%;
	border-left: none;
	padding-left: 0;
	border-top: solid 1px #C9C9C9;
  	padding-top: 20px;
}
  
.meikan__tag-text {
	margin: 0 auto 15px;
  	padding: 0.3em 0;
}
.meikan__title-text {
  font-size: 0.95rem;
}
.meikan__name-text {
  font-size: 0.8rem;
}
}

#News .tab-list-item.active {
  text-decoration: underline;
}
 
#News .tab-contents-item {
  display: none;
}
#News .tab-contents-item.show {
  display: block;
}

#News .news__category-item {
	color: #484848;
	display: block;
	font-size: 1.125rem;
	padding-left: 2.875rem;
	position: relative;
}

#News .news__category-item::before {
	background-color: #484848;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

#News .news__category-item::after {
	content: "";
	height: 1.875rem;
	left: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

#News .news__category-item:nth-child(1)::after {
	background: url(../images/top/icon-00-security.svg) no-repeat center center/cover;
}

#News .news__category-item:nth-child(2)::after {
	background: url(../images/top/icon-01-security.svg) no-repeat center center/cover;
}

#News .news__category-item:nth-child(3)::after {
	background: url(../images/top/icon-02-security.svg) no-repeat center center/cover;
}

#News .news__category-item:nth-child(4)::after {
	background: url(../images/top/icon-03-security.svg) no-repeat center center/cover;
}

#News .news__category-item:nth-child(5)::after {
	background: url(../images/top/icon-other.svg) no-repeat center center/cover;
	height: 1.375rem;
	left: 1rem;
	width: 1.375rem;
}

.news-index .news__category-list .news__category-item a.news__tag--all_info::before {
  background: url(../images/news/icon_news_all.png) no-repeat center center/cover;
}

/* action */
.action__content {
  background-color: #fff;
  border-radius: 1rem;
  margin: 2.3125rem auto 0;
  max-width: 70rem;
  padding: 4rem 4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.71;
}

.action__content h2 {
  font-size: 1.5em;
  color:#062066;
  text-align: center;
  margin-bottom: 1em;
}

.action__summary {
  margin: 2.3125rem auto 0;
  max-width: 50rem;
  margin-bottom: 2em;
  font-weight: 500;
  text-align: center;
}

.action__content hr {
  color:#707070;
  height: 1px;
  background-color: #707070;
  border: none;
  margin-bottom: 2em;
}

.action__text {
  margin-bottom: 1em;
}

.action__text span {
  font-size: 1.2em;
  color:#062066;
  margin-right: 2em;
}

.action__content-blue {
  background-color: #EBF4FF;
  border-radius: 8px;
  padding: 28px 40px;
  margin-top: 10px;
}

.action__content-goal {
  border-bottom: 1px dotted #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.action__content-goal span {
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #0A0A0A;
  padding: 2px 8px;
  margin-right: 15px;
}

.action__content-goal-detail {
  display: flex;
}

.action__content-goal-detail-left {
/*  padding-right: 1em;*/
  width: 12%;
  font-size: 1.1em;
}

.action__content-goal-detail-right {
  width: 88%;
  font-size: 0.9em;
}

.action__content-goal-detail-right dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.action__content-goal-detail-right dt {
  width: 15%;
}

.action__content-goal-detail-right dd {
  width: 75%;
}

.overview.balance {
  margin-top: 20px;
}

.action__content h3 {
  margin-top: 40px;
}

.overview.balance td {
  text-align: center;
}

.action__text-right {
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.action__content {
  font-size: 0.9em;
    max-width: 37.5rem;
    padding: 0.9rem 0.75rem 0.75rem;
}
.action__content h2 {
  font-size: 1.2em;
}
.action__text span {
  display: block;
}
.action__content-goal span {
  display: block;
  width: 4em;
  text-align: center;
}
.action__content-blue {
  padding: 20px 20px;
}
  .action__inner.inner-wide {
    max-width: 37.5rem;
    padding: 0 0.75rem;
  }
.action__content-goal-detail {
  display: block;
}
.action__content-goal-detail-left {
  width: 100%;
  font-size: 0.8em;
}
.action__content-goal-detail-right {
  width: 100%;
  font-size: 0.8em;
}
.action__content-goal-detail-right dt {
  width: 30%;
}

.action__content-goal-detail-right dd {
  width: 64%;
}
.action__text {
  font-size: 0.9em;
}
}

.msg_text {
    margin-bottom: 10px;
}

.sec_lead {
    margin-bottom: 30px;
}

.msg_layout {
    margin-top: 40px;
}