/* reset-css
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/* base
---------------------------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	color: #4A4A4A;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Arial", sans-serif;
	letter-spacing: 0.04em;
}

a {
	color: inherit;
}

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

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.is-pc-header {
	display: block;
}

.is-sp-header {
	display: none;
}

.clear {
	clear: both;
}

.simplebar-track.simplebar-horizontal {
	max-width: 100%;
	height: 8px;
	margin: 0 auto;
	border-radius: 100px;
	background: #EEEEEE;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	left: 2px;
	height: 4px;
	border-radius: 100px;
	background: transparent;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	top: 0;
	right: 6px;
	height: 4px;
	border-radius: 100px;
	background: #999999;
	opacity: 1;
}

.scroll-custom {
	padding-bottom: 12px;
}

.single-contents .p-entry__body {
	margin-bottom: 60px;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading {
	margin-top: 64px;
}

.single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
	margin-top: 32px;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading,
.single-contents .p-entry__body p,
.single-contents .p-entry__body .wp-block-image,
.single-contents .p-entry__body .wp-block-table,
.single-contents .p-entry__body .wp-block-embed.is-provider-youtube,
.single-contents .p-entry__body .g-map {
	margin-bottom: 18px;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol,
.single-contents .p-entry__body blockquote.wp-block-quote,
.single-contents .p-entry__body .blog-card,
.single-contents .p-entry__body .note-box {
	margin-top: 32px;
	margin-bottom: 32px;
}

.single-contents .p-entry__body .wp-block-buttons {
	margin-top: 32px;
	margin-bottom: 32px;
}

.single-contents .p-entry__body h2.wp-block-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 24px;
	border-left: 2px solid #C40D0D;
	background-color: #F4FBFD;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3333333333;
}

.single-contents .p-entry__body h3.wp-block-heading {
	padding: 20px 0;
	border-top: 5px solid #B5DFEF;
	border-bottom: 5px solid #B5DFEF;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3333333333;
}

.single-contents .p-entry__body h4.wp-block-heading {
	padding: 5px 0 5px 24px;
	border-left: 5px solid #B5DFEF;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
}

.single-contents .p-entry__body p {
	font-weight: 400;
	line-height: 1.8125;
}

.single-contents .p-entry__body p a {
	color: #619DD0;
	text-decoration: underline;
}

.single-contents .p-entry__body figure a {
	transition: all 0.3s;
}

.single-contents .p-entry__body figure a:hover {
	opacity: 0.7;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol {
	font-weight: 400;
}

.single-contents .p-entry__body ul li,
.single-contents .p-entry__body ol li {
	position: relative;
}

.single-contents .p-entry__body ul li + li,
.single-contents .p-entry__body ol li + li {
	margin-top: 8px;
}

.single-contents .p-entry__body ul li {
	padding-left: 20px;
}

.single-contents .p-entry__body ul li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #CCCCCC;
	content: "";
}

.single-contents .p-entry__body ol {
	list-style-type: none;
	counter-reset: item;
}

.single-contents .p-entry__body ol li {
	padding-left: 24px;
}

.single-contents .p-entry__body ol li::before {
	position: absolute;
	top: 0rem;
	left: 0;
	content: counter(item) "　";
	font-weight: 700;
	counter-increment: item;
}

.single-contents .p-entry__body blockquote.wp-block-quote {
	margin-right: 0;
	margin-left: 0;
	padding: 32px;
	border-left: none;
	border-radius: 8px;
	background-color: #F7F7F7;
	color: #666666;
}

.single-contents .p-entry__body blockquote.wp-block-quote p {
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8125;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite {
	display: block;
	margin-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: right;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a {
	display: inline-block;
	color: #619DD0;
	text-align: left;
	text-decoration: underline;
	word-break: break-all;
	transition: all 0.3s;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a:hover {
	opacity: 0.7;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 320px;
	min-height: 64px;
	padding: 13px 40px;
	border-radius: 8px;
	background-color: #C40D0D;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	transition: all 0.3s;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
	opacity: 0.8;
}

.single-contents .p-entry__body .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
	gap: 30px;
}

.single-contents .p-entry__body .wp-block-embed.is-provider-youtube iframe {
	aspect-ratio: 720/400;
	width: 100%;
	height: 100%;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04 {
	margin-top: 32px;
	margin-bottom: 32px;
	overflow: auto;
}

.wp-block-table.table-type01::-webkit-scrollbar,
.wp-block-table.table-type02::-webkit-scrollbar,
.wp-block-table.table-type03::-webkit-scrollbar,
.wp-block-table.table-type04::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background-color: #EEEEEE;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb {
	border-radius: 4px;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb {
	--bg-opacity: 1;
	background-color: #999999;
}

.wp-block-table.table-type01 table,
.wp-block-table.table-type02 table,
.wp-block-table.table-type03 table,
.wp-block-table.table-type04 table {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	table-layout: auto;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td {
	width: auto;
	min-width: 224px;
	max-width: 450px;
	padding: 15px 10px;
	border: 1px solid #CCCCCC;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.wp-block-table.table-type02 tr th {
	background-color: #F4FBFD;
}

.wp-block-table.table-type02 tr:first-child td {
	background-color: #F4FBFD;
}

.wp-block-table.table-type03 tr th {
	max-width: 300px;
	background-color: #F4FBFD;
}

.wp-block-table.table-type03 tr td:first-child {
	max-width: 300px;
	background-color: #F4FBFD;
}

.wp-block-table.table-type04 {
	overflow: auto;
}

.wp-block-table.table-type04 tr th {
	background-color: #F4FBFD;
}

.wp-block-table.table-type04 tr:first-child td {
	background-color: #F4FBFD;
}

.wp-block-table.table-type04 tr td:first-child {
	max-width: 300px;
	background-color: #F4FBFD;
}

.blog-card {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.blog-card::after {
	position: absolute;
	right: 16px;
	bottom: 20px;
	width: 7px;
	height: 10px;
	background: url(../img/link-arrow-black.svg) no-repeat center center/contain;
	content: "";
}

.blog-card-link {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	background: #F7F7F7;
	color: #333;
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}

.blog-card-link:hover {
	opacity: 0.7;
}

.blog-card-thumbnail {
	aspect-ratio: 160/128;
	width: 30%;
}

.blog-card-thumbnail img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card-thumbnail img {
	display: block;
	padding: 0;
	transition: 0.3s ease-in-out;
}

.blog-card-content {
	width: 66%;
	padding-right: 40px;
	line-height: 1.5;
}

.blog-card-title {
	font-weight: 500;
	font-size: 16px;
}

.blog-card-date {
	color: #999999;
	font-size: 14px;
}

.note-box {
	padding: 32px;
	border-radius: 8px;
	background-color: #F7F7F7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.note-box-title {
	position: relative;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
	padding-left: 60px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7777777778;
}

.note-box-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 45px;
	height: 40px;
	transform: translateY(-50%);
	background: url(../img/icon-caution.svg) no-repeat center center/contain;
	content: "";
}

.note-box-title::after {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	content: "";
}

.note-box-text {
	margin-bottom: 0 !important;
	font-size: 16px;
	line-height: 1.8125;
}

.benefits-block {
	margin-top: 32px;
	margin-bottom: 32px;
}

.benefits-block > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}

.benefits-block__item {
	width: 47.3%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #F4FBFD;
}

.benefits-block__merit .benefits-block__title {
	background-color: #1DA5D6;
}

.benefits-block__merit ul li::before {
	background-color: #1DA5D6 !important;
}

.benefits-block__demerit {
	background-color: #F7F7F7;
}

.benefits-block__demerit .benefits-block__title {
	position: relative;
	background-color: #F7F7F7;
	color: #666666;
}

.benefits-block__demerit .benefits-block__title::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 24px);
	height: 1px;
	transform: translateX(-50%);
	background-color: #CCCCCC;
	content: "";
}

.benefits-block__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	margin: 0 !important;
	padding: 5px 10px;
	color: #fff;
	font-weight: 700 !important;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
}

.benefits-block__text {
	padding: 18px 18px 24px;
}

.benefits-block__text ul,
.benefits-block__text ol {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.benefits-block__text p {
	margin: 0 !important;
}

.parent #toc_container {
	display: none !important;
}

.single-contents #toc_container {
	width: 100%;
	margin-top: 30px;
	padding: 0;
	border-color: #C40D0D;
	font-size: initial;
	font-family: "Arial", sans-serif;
}

.single-contents #toc_container .toc_title {
	position: relative;
	margin-bottom: 0 !important;
	padding: 16px 32px;
	background-color: #F7F7F7;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	cursor: pointer;
}

.single-contents #toc_container .toc_title::after {
	position: absolute;
	top: 50%;
	right: 44px;
	width: 16px;
	height: 8px;
	transform: translateY(-50%);
	background: url(../img/toc-open.svg) no-repeat center center/contain;
	content: "";
}

.single-contents #toc_container .toc_title.active::before {
	position: absolute;
	top: calc(50% + 20px);
	right: 33px;
	transform: translateY(-50%);
	content: "閉じる";
	font-size: 12px;
	letter-spacing: 0;
}

.single-contents #toc_container .toc_title.active::after {
	height: 16px;
	transform: translateY(-50%);
	background: url(../img/toc-close.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_list {
	display: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 8px 32px 32px;
	background-color: #F7F7F7;
}

.single-contents #toc_container .toc_list li {
	padding-left: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4444444444;
}

.single-contents #toc_container .toc_list li::before {
	display: none;
}

.single-contents #toc_container .toc_list li > ul {
	margin-top: 16px;
	margin-bottom: 0 !important;
	margin-left: 0;
	padding-left: 30px;
}

.single-contents #toc_container .toc_list li > ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

.single-contents #toc_container .toc_list li > ul li + li {
	margin-top: 11px;
}

.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
	margin-top: 32px;
}

.l-wrapper {
	width: 100%;
	overflow: hidden;
}

.l-inner {
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.l-inner__relative {
	position: relative;
	height: 100%;
}

.l-inner__mid {
	width: 100%;
	max-width: 62.5rem;
	margin: auto;
}

.l-inner__small {
	width: 100%;
	max-width: 56.25rem;
	margin: auto;
}

.l-header {
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 98px;
	background: transparent;
	transition: 0.3s;
}

.l-header.is-scrolled {
	background: #F3F3F3;
}

.l-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	height: 100%;
	padding-right: 0;
	padding-left: 3.375rem;
}

.l-contents {
	flex: 1;
	background: #F3F3F3;
}

.l-contents.--type02 {
	padding-top: 11.875rem;
	padding-bottom: 6.25rem;
}

.l-contents.--type03 {
	position: relative;
	margin-top: 6.125rem;
	padding-top: 13.4375rem;
	padding-bottom: 6.25rem;
	border-top: 50px solid #C40D0D;
}

.l-contents.--type03::before {
	position: absolute;
	top: 1.875rem;
	left: 50%;
	aspect-ratio: 1000/350;
	width: 100%;
	max-width: 62.5rem;
	transform: translateX(-50%);
	background: url(../img/dl/dl_top.webp) no-repeat center center/contain;
	content: "";
}

.l-contents.--type04 {
	padding-top: 9.375rem;
	padding-bottom: 10rem;
}

.l-contents.--type05 {
	padding-top: 9.375rem;
	padding-bottom: 14.0625rem;
}

.l-contents.--type06 {
	margin-top: 6.125rem;
	padding-top: 7.8125rem;
	padding-bottom: 8.75rem;
	border-top: 50px solid #C40D0D;
}

.l-footer {
	padding: 3.125rem 0 0;
	background-color: #C40D0D;
	text-align: center;
}

.l-footer small {
	color: #fff;
	font-size: 0.875rem;
}

.l-footer.--contact {
	padding-top: 0;
}

.l-footer.--contact .p-footer__copyright {
	margin-top: 0;
}

.l-2column {
	display: flex;
	position: relative;
	flex: 1;
	justify-content: space-between;
	max-width: 67.9375rem;
	margin: 0 auto;
	padding: 4.1875rem 2.5rem 5rem;
}

.l-2column__main {
	width: 67.1%;
}

.l-2column__sidebar {
	position: relative;
	width: 29.7%;
}

.l-index__sec {
	padding-top: 5rem;
}

.l-index__mv {
	aspect-ratio: 1920/1080;
	width: 100%;
}

.l-index__about {
	padding-top: 0;
	padding-bottom: 9.375rem;
	border-top: 50px solid #C40D0D;
	border-bottom: 50px solid #C40D0D;
}

.l-index__service {
	padding-bottom: 13.75rem;
	background: #F3F3F3;
}

.l-index__problem {
	padding-top: 5.625rem;
	background: #C40D0D;
}

.l-index__merit {
	padding-top: 13.75rem;
	padding-bottom: 9.375rem;
	background: #C40D0D;
}

.l-index__news {
	padding: 9.375rem 0 12.5rem;
	border-bottom: 50px solid #C40D0D;
	background: #F3F3F3;
}

.l-index__company {
	padding: 7.875rem 0 7.75rem;
	border-bottom: 50px solid #C40D0D;
	background: #F3F3F3;
}

.l-common__cta {
	position: relative;
	width: 100%;
	padding: 6.25rem 0 7.8125rem;
	background: url(../img/common/common_cta-bg.webp) no-repeat center center/cover;
}

.l-common__bubble {
	display: none;
}

.l-about__desc {
	position: relative;
	padding: 5rem 0;
	border-top: 50px solid #C40D0D;
	border-bottom: 50px solid #C40D0D;
}

.l-about__desc::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/about/about_bg.webp) no-repeat center center/cover;
	content: "";
}

.l-about__feature {
	padding: 6.25rem 0;
	border-bottom: 50px solid #C40D0D;
	background: #F3F3F3;
}

.l-about__company {
	padding: 7.5rem 0;
	border-bottom: 50px solid #C40D0D;
	background: #F3F3F3;
}

.l-about__member {
	padding: 5.625rem 0 13.125rem;
	border-bottom: 50px solid #C40D0D;
}

.l-lowpage__top {
	width: 100%;
	height: 37.5rem;
}

.l-lowpage__top.--about {
	background: url(../img/about/about_top.webp) no-repeat center center/cover;
}

.l-lowpage__top.--service {
	background: url(../img/service/service_top.webp) no-repeat center center/cover;
}

.l-lowpage__top.--archive,
.l-lowpage__top.--single {
	height: 21.875rem;
	border-bottom: 50px solid #C40D0D;
}

.l-service__desc {
	padding: 5.625rem 0;
	border-top: 50px solid #C40D0D;
	border-bottom: 50px solid #C40D0D;
	background: #F3F3F3;
}

.l-service_service {
	padding: 0rem 0 11.25rem;
	background: #F3F3F3;
}

.l-archive,
.l-single {
	padding: 6.25rem 0;
	background: #F3F3F3;
}

.l-pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3.125rem;
	gap: 0.25rem;
}

.l-pagenation .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border: 1px solid #6B6B6B;
	color: #6B6B6B;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1;
	transition: 0.3s;
}

.l-pagenation .page-numbers.current {
	background-color: #6B6B6B;
	color: #F3F3F3;
}

.l-pagenation .page-numbers:hover {
	opacity: 0.7;
}

.l-404 {
	padding: 12rem 0 23.25rem;
	background: #F3F3F3;
}

.c-parts-title {
	margin-bottom: 5rem;
	padding: 0 1.25rem 0.3125rem;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 1.75rem;
}

.c-parts-page-title {
	margin: 5rem 0;
	font-weight: bold;
	font-size: 2.625rem;
	text-align: center;
}

.c-parts-background-image.lazyloaded {
	aspect-ratio: 1100/734;
	width: 100%;
	height: 100%;
	background: url("../img/26401972_m.jpg") no-repeat center center/cover;
}

.c-separator {
	margin: 5rem 0;
}

.c-logo {
	width: 14.625rem;
}

.c-logo__link {
	transition: all 0.3s;
}

.c-logo__link:hover,
.c-logo__link:active {
	opacity: 0.7;
}

.c-logo__image {
	width: 100%;
}

.c-navigation {
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 5rem;
	padding-left: 5rem;
	background: #C40D0D;
}

.c-navigation__list {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.c-navigation__item--contact {
	width: 11.25rem;
	height: 2.8125rem;
	margin-left: 1.25rem;
	padding: 0;
}

.c-navigation__item--contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #F3F3F3;
	color: #C40D0D;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	transition: all 0.3s;
}

.c-navigation__item--contact a:hover,
.c-navigation__item--contact a:active {
	background-color: #4A4A4A;
	color: #F3F3F3;
}

.c-navigation__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.c-navigation__under {
	background-image: linear-gradient(90deg, #F3F3F3, #F3F3F3);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	color: #F3F3F3;
	text-decoration: none;
	transition: background-size 0.6s;
}

.c-navigation__submenu {
	display: none;
}

.c-breadcrumb__container {
	max-width: 82.5rem;
	margin: 0 auto;
	padding: 1rem;
}

.c-breadcrumb__list {
	display: flex;
	gap: 1.25rem;
}

.c-breadcrumb__item {
	position: relative;
	font-size: 0.75rem;
}

.c-breadcrumb__item:not(:last-of-type)::after {
	position: absolute;
	top: 50%;
	right: -0.75rem;
	width: 0.3125rem;
	height: 0.4375rem;
	transform: translateY(-50%);
	background: url(../img/breadcrumb-arrow.svg) no-repeat center center/cover;
	content: "";
}

.c-breadcrumb__link {
	transition: all 0.3s;
}

.c-breadcrumb__link:hover,
.c-breadcrumb__link:active {
	opacity: 0.7;
}

.c-submenu {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 9.375rem;
	max-width: 12.5rem;
	padding: 1.25rem;
	gap: 0.9375rem;
	background-color: #F4FBFD;
}

.c-submenu__item {
	display: block;
	font-size: 1rem;
}

.c-submenu__under {
	background-image: linear-gradient(90deg, #4A4A4A, #4A4A4A);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	color: #4A4A4A;
	text-decoration: none;
	transition: background-size 0.6s;
}

.c-menu-button {
	display: none;
}

.c-menu-button.active .c-menu-button__line:nth-child(1) {
	top: 1.3125rem;
	left: 0.875rem;
	width: 55%;
	transform: translateY(0.375rem) rotate(-45deg);
}

.c-menu-button.active .c-menu-button__line:nth-child(2) {
	opacity: 0;
}

.c-menu-button.active .c-menu-button__line:nth-child(3) {
	top: 2.0625rem;
	left: 0.875rem;
	width: 55%;
	transform: translateY(-0.375rem) rotate(45deg);
}

.c-menu-button__line {
	display: inline-block;
	position: absolute;
	left: 0.875rem;
	width: 55%;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.4s;
}

.c-menu-button__line:nth-child(1) {
	top: 1rem;
}

.c-menu-button__line:nth-child(2) {
	top: 1.6875rem;
}

.c-menu-button__line:nth-child(3) {
	top: 2.375rem;
}

.c-faq {
	max-width: 50rem;
	margin: 0 auto;
}

.c-faq__item {
	margin-top: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid #1DA5D6;
	border-radius: 8px;
}

.c-faq__head {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 4.875rem;
	padding: 0.75rem 2.5rem 0.5rem 4rem;
	background-color: #1DA5D6;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
}

.c-faq__head::before {
	display: flex;
	position: absolute;
	top: 46%;
	left: 1.5rem;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	content: "Q";
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
}

.c-faq__head::after {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 0.875rem;
	height: 0.5625rem;
	background: url(../img/faq-arrow.svg) no-repeat center center/contain;
	content: "";
}

.c-faq__head.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.c-faq__body {
	display: none;
	position: relative;
	padding: 1rem 1.5rem 1.5rem 4rem;
	background-color: #F4FBFD;
	font-weight: 400;
}

.c-faq__body::before {
	display: flex;
	position: absolute;
	top: 2.25rem;
	left: 1.5rem;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	content: "A";
	color: #B5DFEF;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
}

.c-faq__text {
	font-size: 1rem;
	line-height: 1.5;
}

.c-author-parts {
	display: flex;
	margin-top: 1rem;
	gap: 0.5rem;
}

.c-author-parts__title {
	padding: 0.0625rem 0.625rem 0.1875rem;
	border-radius: 3px;
	background-color: #BABABA;
	color: #fff;
	font-size: 0.875rem;
}

.c-author-parts__name {
	font-size: 1rem;
	text-decoration: underline;
	transition: all 0.3s;
}

.c-author-parts__name:hover {
	opacity: 0.7;
}

.c-author + .c-author {
	margin-top: 1.25rem;
}

.c-author__title {
	margin-bottom: 1.25rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	font-size: 1rem;
}

.c-author__profile {
	display: flex;
	gap: 1.0625rem;
}

.c-author__img {
	width: 7.8125rem;
	height: 7.8125rem;
	overflow: hidden;
	border-radius: 50%;
}

.c-author__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-author__body {
	width: calc(100% - 8.875rem);
}

.c-author__name {
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1.625rem;
}

.c-author__name a {
	text-decoration: underline;
	transition: all 0.3s;
}

.c-author__name a:hover {
	opacity: 0.7;
}

.c-author__post {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0;
}

.c-author__text {
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.c-share-block {
	width: 100vw;
	margin: 4.0625rem calc(50% - 50vw) 0rem;
	padding: 0.625rem 1rem;
	background-color: #6B6B6B;
}

.c-share-block__sns {
	display: flex;
	justify-content: center;
	gap: 0.875rem;
}

.c-share-block__sns a {
	transition: all 0.3s;
}

.c-share-block__sns a:hover {
	opacity: 0.7;
}

.c-share-block__twitter {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-share-block__twitter img {
	width: 1.625rem;
}

.c-share-block__facebook img {
	width: 2rem;
}

.c-share-block__bing img {
	width: 2rem;
}

.c-share-block__line img {
	width: 2rem;
}

.c-post-links {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.c-post-links__prev,
.c-post-links__next {
	width: 47.6%;
}

.c-post-links__prev a,
.c-post-links__next a {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 5rem;
	padding: 0.625rem 1.75rem;
	border-radius: 100px;
	background-color: #F4FBFD;
	transition: all 0.3s;
}

.c-post-links__prev a::before,
.c-post-links__next a::before {
	position: absolute;
	top: 50%;
	width: 0.375rem;
	height: 0.375rem;
	transform: rotate(-45deg) translateY(-50%);
	content: "";
}

.c-post-links__prev a:hover,
.c-post-links__next a:hover {
	opacity: 0.7;
}

.c-post-links__prev {
	justify-self: flex-start;
}

.c-post-links__prev a {
	padding-left: 2.125rem;
}

.c-post-links__prev a::before {
	left: 0.9375rem;
	border-top: 1.5px solid currentColor;
	border-left: 1.5px solid currentColor;
}

.c-post-links__next {
	justify-self: flex-end;
}

.c-post-links__next a {
	padding-right: 2.125rem;
}

.c-post-links__next a::before {
	right: 0.9375rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
}

.c-secttl {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C40D0D;
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
}

.c-secttl.--white {
	z-index: 1;
	position: relative;
	color: #F3F3F3;
}

.c-secttl.--left {
	justify-content: flex-start;
}

.c-secttl.--tac {
	text-align: center;
}

.c-secttl__lowpage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #F3F3F3;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.08em;
}

.c-secttl__lowpage.--red {
	color: #C40D0D;
}

.c-btn {
	display: block;
	width: 100%;
}

.c-btn__bg-red {
	border: 1px solid #C40D0D;
	background: #C40D0D;
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
	color: #fff;
	transition: all 0.3s;
}

.c-btn__bg-red:hover {
	background: #fff;
	color: #C40D0D;
}

.c-btn__common {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.25rem;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.5em;
}

.c-btn__common-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 9.375rem;
	gap: 2.5rem;
	border-radius: 15px;
	background: #F3F3F3;
	color: #4A4A4A;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	transition: all 0.3s;
}

.c-btn__common-cta span {
	width: 2.8125rem;
	height: 2.8125rem;
}

.c-btn__common-cta:hover {
	opacity: 0.8;
}

.c-card01__item:not(:first-of-type) {
	margin-top: 1.875rem;
}

.c-card01__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-card01__image {
	aspect-ratio: 420/236;
	width: 32.81%;
	max-width: 26.25rem;
	overflow: hidden;
}

.c-card01__image img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-card01__textbox {
	width: 59.37%;
	max-width: 47.5rem;
}

.c-card01__top {
	padding-left: 0.9375rem;
	border-left: 3px solid #C40D0D;
}

.c-card01__title {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.c-card01__top-flex {
	display: flex;
	align-items: center;
	margin-top: 0.4375rem;
}

.c-card01__date {
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.c-card01__category {
	display: flex;
	align-items: center;
	justify-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 7.1875rem;
	height: 1.625rem;
	margin-left: 5rem;
	padding: 0 0.75rem;
	background: #C40D0D;
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
}

.c-card01__textwrap {
	margin-top: 1.875rem;
}

.c-card01__textwrap span {
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-entry__header {
	margin-bottom: 4rem;
}

.p-entry__title {
	margin-bottom: 2.8125rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.3125;
	letter-spacing: 0.06em;
}

.p-entry__head-wrap {
	margin-right: auto;
}

.p-entry__head {
	margin-bottom: 1.5625rem;
}

.p-entry__head-meta {
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}

.p-entry__head-meta a {
	transition: all 0.3s;
}

.p-entry__head-meta a:hover {
	opacity: 0.7;
}

.p-entry__head-meta02 {
	margin-bottom: 1rem;
}

.p-entry__head-meta02 a {
	transition: all 0.3s;
}

.p-entry__head-meta02 a:hover {
	opacity: 0.7;
}

.p-entry__head-cat {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.25rem 0.5rem 0.3125rem;
	border-radius: 4px;
	background-color: #1DA5D6;
	color: #fff;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.4166666667;
	text-align: center;
}

.p-entry__head-publish,
.p-entry__head-update {
	margin-left: 0.5rem;
}

.p-entry__head-publish,
.p-entry__head-update {
	display: block;
	position: relative;
	padding-left: 1.375rem;
	font-size: 0.875rem;
}

.p-entry__head-publish::before,
.p-entry__head-update::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	content: "";
}

.p-entry__head-publish::before {
	background: url(../img/icon-publish.svg) no-repeat center center/contain;
}

.p-entry__head-update::before,
.p-entry__column-head-update::before {
	background: url(../img/icon-update.svg) no-repeat center center/contain;
}

.p-entry__head-tag {
	padding: 0.125rem 0.375rem 0.1875rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.4166666667;
}

.p-entry__head-tag + .p-entry__head-tag {
	margin-left: 0.3125rem;
}

.p-entry__btn {
	margin-top: 2rem;
	text-align: center;
}

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

.p-widget--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 8.75rem;
}

.p-widget a {
	transition: all 0.3s;
}

.p-widget a:hover {
	opacity: 0.7;
}

.p-widget__banner {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-widget__banner img {
	width: 100%;
}

.p-index__parallax-image {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

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

.p-index__mv-textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.p-index__mv-title {
	color: #F3F3F3;
	font-weight: 900;
	font-size: 5rem;
	text-align: center;
}

.p-index__mv-text {
	margin-top: 3rem;
	color: #F3F3F3;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
}

.p-index__about-image {
	max-width: 62.5rem;
	margin: 0 auto 3.125rem;
}

.p-index__about-textbox {
	max-width: 44rem;
	margin: 3.125rem auto 0;
}

.p-index__about-text {
	margin-top: 3.4375rem;
	color: #F3F3F3;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.01em;
}

.p-index__about-btnwrap {
	max-width: 10.625rem;
	margin: 3.125rem auto 0;
}

.p-index__service-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3.125rem;
	gap: 2.5rem;
}

.p-index__service-item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.p-index__service-image {
	width: 100%;
	max-width: 33.75rem;
}

.p-index__service-image img {
	width: 100%;
	height: auto;
}

.p-index__service-content {
	width: 100%;
	max-width: 38.75rem;
}

.p-index__service-textbox {
	padding-left: 1.25rem;
	border-left: 5px solid #C40D0D;
}

.p-index__service-title {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-index__service-text {
	margin-top: 1.875rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-index__service-btnwrap {
	max-width: 10.625rem;
	margin-top: 1.875rem;
	margin-left: auto;
}

.p-index__problem-list {
	max-width: 62.5rem;
	margin: 5.625rem auto 0;
}

.p-index__problem-item:not(:first-of-type) {
	margin-top: 7.5rem;
}

.p-index__problem-image {
	aspect-ratio: 1000/350;
	width: 100%;
}

.p-index__problem-image img {
	width: 100%;
	height: auto;
}

.p-index__problem-textbox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2.8125rem;
}

.p-index__problem-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41%;
	color: #F3F3F3;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-index__problem-text {
	width: 59%;
	color: #F3F3F3;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-index__merit-list {
	max-width: 62.5rem;
	margin: 5.625rem auto 0;
}

.p-index__merit-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem;
	gap: 2.5rem;
	background: #F3F3F3;
}

.p-index__merit-item:not(:first-of-type) {
	margin-top: 3.125rem;
}

.p-index__merit-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38.6%;
	color: #C40D0D;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-index__merit-text {
	width: 61.4%;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-index__merit-image {
	max-width: 62.5rem;
	margin: 3.125rem auto 0;
	overflow: hidden;
}

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

.p-index__news-list {
	grid-gap: 0 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 7.5rem;
}

.p-index__news-item {
	max-width: 18.75rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.3s;
}

.p-index__news-item:hover {
	transform: translateY(8px);
	opacity: 0.8;
}

.p-index__news-link {
	display: block;
	padding: 1rem;
	border-radius: 12px;
	box-shadow: 0px 5px 20px rgba(20, 43, 78, 0.2);
}

.p-index__news-image {
	aspect-ratio: 270/152;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

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

.p-index__news-textbox {
	margin-top: 0.75rem;
}

.p-index__news-date {
	color: #4A4A4A;
	font-weight: 400;
	font-size: 0.75rem;
	letter-spacing: 0;
}

.p-index__news-titlebox {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-top: 0.375rem;
	overflow: hidden;
}

.p-index__news-title {
	color: #4A4A4A;
	font-weight: 400;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
}

.p-index__news-cat {
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 1.875rem;
	margin-top: 0.5625rem;
	padding: 0 0.875rem;
	border: 1px solid #C40D0D;
	border-radius: 4px;
	color: #C40D0D;
	font-weight: 700;
	font-size: 0.8125rem;
}

.p-index__news-taglist {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 0.8125rem;
	overflow: hidden;
	gap: 0.625rem;
}

.p-index__news-tagitem {
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 1.5rem;
	padding: 0 0.5625rem;
	border-radius: 24px;
	background: #EE6868;
	color: #fff;
	font-weight: 400;
	font-size: 0.75rem;
	white-space: nowrap;
}

.p-index__news-btnwrap {
	max-width: 10.625rem;
	margin: 7.3125rem auto 0;
}

.p-index__company-content {
	display: flex;
	align-items: start;
	width: 100%;
	gap: 4rem;
}

.p-index__company-title {
	position: relative;
	width: 100vw;
	height: 11.875rem;
	margin: 0 calc(50% - 50vw);
	background: url(../img/index/index_company-title-sp.webp) no-repeat center center/cover;
}

.p-index__company-title h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-index__company-image {
	width: 100%;
	max-width: 39.375rem;
}

.p-index__company-textbox {
	width: 100%;
	max-width: 33.125rem;
	padding-left: 1.4375rem;
}

.p-index__company-info {
	margin-top: 3.125rem;
	padding-left: 1.5625rem;
	border-left: 5px solid #C40D0D;
}

.p-index__company-info dl {
	display: flex;
	padding: 1.125rem 0;
}

.p-index__company-info dl dt {
	width: 8.4375rem;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-index__company-info dl dd {
	width: calc(100% - 8.4375rem);
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-common__cta-btnArea {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: space-between;
	max-width: 62.5rem;
	margin: 3.125rem auto 0;
}

.p-common__cta-btnwrap {
	width: 100%;
	max-width: 28.75rem;
}

.p-common__cta-btnwrap:not(:first-of-type) {
	margin-left: 1.25rem;
}

.p-common__bubble-link {
	display: block;
	transition: 0.3s;
}

.p-common__bubble-link:hover {
	opacity: 0.7;
}

.p-common__bubble-link img {
	width: 100%;
	height: auto;
}

.p-footer__logo {
	width: 15.375rem;
}

.p-footer__logo img {
	width: 100%;
	height: auto;
}

.p-footer__logo-link {
	display: block;
	transition: all 0.3s;
}

.p-footer__logo-link:hover {
	opacity: 0.8;
}

.p-footer__logo-link img {
	width: 100%;
	height: auto;
}

.p-footer__nav-list {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 116.875rem;
}

.p-footer__nav-item:not(:first-of-type) {
	margin-left: 3.125rem;
}

.p-footer__nav-link {
	display: block;
	margin-bottom: 0.8125rem;
	padding-left: 1.875rem;
	color: #F3F3F3;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: left;
	transition: 0.3s;
}

.p-footer__nav-link:hover {
	opacity: 0.8;
}

.p-footer__nav-link.--title {
	margin-bottom: 1.25rem;
	padding-left: 0;
}

.p-footer__nav-link.--type02 {
	margin-bottom: 0.8125rem;
}

.p-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.1875rem;
	margin-top: 3.125rem;
	color: #F3F3F3;
	font-weight: 400;
	font-size: 0.875rem;
}

.p-about__desc-text {
	max-width: 62.5rem;
	margin: 3.75rem auto 0;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-about__feature-subtitle {
	max-width: 62.5rem;
	margin: 1.875rem auto 0;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-about__feature-list {
	max-width: 62.5rem;
	margin: 6.875rem auto 0;
}

.p-about__feature-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-about__feature-item:not(:first-of-type) {
	margin-top: 3.4375rem;
}

.p-about__feature-item:nth-of-type(2) {
	flex-direction: row-reverse;
}

.p-about__feature-image {
	width: 43%;
	max-width: 26.875rem;
}

.p-about__feature-image img {
	width: 100%;
	height: auto;
}

.p-about__feature-textbox {
	width: 47.6%;
	max-width: 29.75rem;
}

.p-about__feature-title {
	padding-bottom: 0.1875rem;
	border-bottom: 3px solid #C40D0D;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-about__feature-text {
	margin-top: 1.875rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-about__member-list {
	max-width: 50.3125rem;
	margin: 6.25rem auto 0;
	padding-bottom: 0.625rem;
}

.p-about__member-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-about__member-item:not(:first-of-type) {
	margin-top: 6.25rem;
}

.p-about__member-item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-about__member-image {
	aspect-ratio: 1/1;
	width: 31%;
	max-width: 15.625rem;
	overflow: hidden;
	border-radius: 50px;
}

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

.p-about__member-textbox {
	width: 59.5%;
	max-width: 30rem;
}

.p-about__member-name {
	padding-bottom: 0.1875rem;
	border-bottom: 3px solid #C40D0D;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-about__member-text {
	margin-top: 1.875rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-about__member-arrow {
	width: 100%;
	max-width: 26.875rem;
	margin: 1.875rem auto 0;
}

.p-about__member-arrow img {
	width: 100%;
	height: auto;
}

.p-about__company-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.p-about__company-image {
	width: 48.4%;
	max-width: 39.375rem;
}

.p-about__company-textbox {
	width: 40.7%;
	max-width: 33.125rem;
}

.p-about__company-table {
	margin-top: 3.125rem;
	padding-left: 1.5625rem;
	border-left: 5px solid #C40D0D;
}

.p-about__company-table dl {
	display: flex;
	padding: 1.125rem 0;
}

.p-about__company-table dl dt {
	width: 8.4375rem;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-about__company-table dl dd {
	width: calc(100% - 9.0625rem);
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-service__desc-text {
	margin-top: 3.75rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-service__service-list {
	width: 100%;
	max-width: 62.5rem;
	margin: 0 auto;
}

.p-service__service-item {
	padding-top: 11.25rem;
}

.p-service__service-subtitle {
	margin-top: 2.1875rem;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-service__service-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.p-service__service-box:nth-of-type(2) {
	flex-direction: row-reverse;
}

.p-service__service-image {
	width: 43%;
	max-width: 26.875rem;
}

.p-service__service-image img {
	width: 100%;
	height: auto;
}

.p-service__service-textbox {
	width: 48%;
	max-width: 30rem;
}

.p-service__service-boxtitle {
	padding-left: 0.9375rem;
	border-left: 3px solid #C40D0D;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-service__service-boxtext {
	margin-top: 1.5rem;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-service__service-boxbtnwrap {
	max-width: 15.625rem;
	margin: 5.625rem auto 0;
}

.p-single__thumbnail {
	aspect-ratio: 1000/563;
	width: 100%;
	overflow: hidden;
}

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

.p-single__titlewrap {
	margin-top: 4rem;
}

.p-single__content {
	width: 100%;
	margin-top: 1.875rem;
}

.p-contact__pagetitle h1 {
	color: #C40D0D;
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-contact__pagesubtitle {
	margin-top: 2.1875rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-contact__form {
	width: 100%;
	max-width: 62.5rem;
	margin: 6.25rem auto 0;
}

.p-contact__form .wpcf7-not-valid-tip {
	display: none;
}

.p-contact__form.is-show .wpcf7-not-valid-tip {
	display: block;
}

.p-contact__form-dl:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-contact__form-dl dt {
	font-weight: 700;
	font-size: 1rem;
}

.p-contact__form-dl dd {
	margin-top: 1rem;
}

.p-contact__submit-btnwrap {
	width: 10.625rem;
	height: 3.25rem;
	margin: 3.125rem auto 0;
}

.wpcf7-response-output {
	display: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0.4em 0.8em;
	border: 0;
	border-radius: 0;
	background-image: none;
	background-color: #D9D9D9;
	color: inherit;
	font-size: 1rem;
	font-family: inherit;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	outline: none;
	box-shadow: none;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 10.625rem;
	padding: 0.4em 0.8em;
	border: 0;
	border-radius: 0;
	background-image: none;
	background-color: #D9D9D9;
	color: inherit;
	font-size: 1rem;
	font-family: inherit;
}

textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	outline: none;
	box-shadow: none;
}

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

input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 2.125rem;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
}

input[type=checkbox] + span a {
	color: #4A4A4A;
	text-decoration: underline;
	transition: 0.3s;
}

input[type=checkbox] + span a:hover {
	opacity: 0.7;
}

input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	transform: translateY(-50%);
	border: 0;
	border-radius: 0;
	background: #D9D9D9;
	content: "";
}

input[type=checkbox] + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 14px;
	height: 8px;
	margin-top: -0.2em;
	transform: translateY(-50%) rotate(-45deg);
	border-bottom: 2px solid #C40D0D;
	border-left: 2px solid #C40D0D;
	content: "";
	opacity: 0;
	transition: all 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

input[type=submit] {
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0.6em 2em;
	border: none;
	border-radius: 0;
	background-image: none;
	background-color: #C40D0D;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.5em;
	text-decoration: none;
	cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:focus {
	outline: none;
}

.p-contact__thanks-title {
	font-weight: 700;
	font-size: 1.75rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-contact__thanks-image {
	width: 14.375rem;
	margin: 2.1875rem auto 0;
}

.p-contact__thanks-image img {
	width: 100%;
	height: auto;
}

.p-contact__thanks-text {
	margin-top: 2.1875rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-contact__thanks-btnwrap {
	width: 17.9375rem;
	margin: 6.25rem auto 0;
}

.p-dl__pagetitle {
	color: #C40D0D;
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
}

.p-dl__pagesubtitle {
	margin-top: 2rem;
	color: #4A4A4A;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-policy__pagetitle {
	color: #C40D0D;
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-policy__pagesubtitle {
	margin-top: 3rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-policy__wrap dl {
	margin-top: 1.25rem;
}

.p-policy__wrap dl dt {
	padding-left: 1rem;
	border-left: 2px solid #C40D0D;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
}

.p-policy__wrap dl dd {
	margin-top: 1.125rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.p-policy__wrap .p-policy__list li {
	padding-left: 1rem;
	text-align: -1rem;
}

.p-policy__wrap .p-policy__minilist li {
	padding-left: 2rem;
	text-align: -2rem;
}

.p-sitemap__title {
	color: #C40D0D;
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
}

.p-sitemap__list {
	display: flex;
	justify-content: end;
	width: 100%;
	margin-top: 3.125rem;
	gap: 1.875rem;
}

.p-sitemap__item a {
	display: block;
	padding-left: 1.75rem;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
	transition: 0.3s;
}

.p-sitemap__item a:hover {
	opacity: 0.7;
}

.p-sitemap__item a:not(:first-of-type) {
	margin-top: 1rem;
}

.p-sitemap__item a.--title {
	margin-bottom: 1.25rem;
	padding-left: 0;
}

.p-404__title {
	color: #959595;
	font-weight: 700;
	font-size: 9.375rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-404__subtitle {
	margin-top: 2.6875rem;
	color: #4a4a4a;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-404__text {
	margin-top: 3rem;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-404__btnwrap {
	max-width: 10.625rem;
	margin: 5.625rem auto 0;
}

@media (hover: hover) {

.single-contents #toc_container .toc_list li a {
	background-image: linear-gradient(90deg, #4A4A4A, #4A4A4A);
	background-position: left bottom;
	background-size: 0 1px;
	background-repeat: no-repeat;
	color: #4A4A4A;
	text-decoration: none;
	transition: background-size 0.6s;
}

.single-contents #toc_container .toc_list li a:hover {
	background-size: 100% 1px;
}

}

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

.c-navigation__item:hover .c-navigation__under,
.c-navigation__item:active .c-navigation__under {
	background-size: 100% 1px;
}

.c-submenu__item:hover .c-submenu__under,
.c-submenu__item:active .c-submenu__under {
	background-size: 100% 1px;
}

}

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

.c-navigation__submenu {
	display: none !important;
	position: absolute;
	top: 3.75rem;
	width: 100%;
}

}

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

.p-index__news-list {
	grid-gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 37.5rem;
	margin: 7.5rem auto 0;
}

}

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

.is-pc-header {
	display: none;
}

.is-sp-header {
	display: block;
}

.l-header {
	height: 60px;
}

.l-header.is-scrolled .c-logo::before {
	opacity: 1;
}

.l-contents.--type03 {
	margin-top: 3.75rem;
}

.c-logo {
	position: relative;
	width: 11.25rem;
}

.c-logo::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/logo_red.png) no-repeat top 0 left 0/contain;
	content: "";
	opacity: 0;
}

.c-navigation {
	z-index: 40;
	position: fixed;
	top: -300%;
	right: 0;
	width: 30%;
	height: 100vh;
	padding: 0 20px;
	border-radius: 0 0 0 30px;
	background: #C40D0D;
	transition: all 0.6s;
}

.c-navigation.panelactive {
	top: 0;
}

.c-navigation.panelactive .c-navigation__inner {
	-webkit-overflow-scrolling: touch;
	z-index: 40;
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 3.75rem 1rem;
	overflow: auto;
}

.c-navigation__list {
	z-index: 40;
	flex-direction: column;
	width: 100%;
	max-width: 25rem;
	margin: 0 auto;
	gap: 0;
}

.c-navigation__item {
	width: 100%;
	height: auto;
	padding: 0;
}

.c-navigation__item--contact {
	display: none;
}

.c-navigation__link {
	padding: 1.25rem 0;
}

.c-navigation__submenu {
	border-top: 1px solid #CCCCCC;
}

.c-submenu {
	min-width: 0;
	max-width: 100%;
}

.c-menu-button {
	display: block;
	z-index: 40;
	position: relative;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #C40D0D;
	cursor: pointer;
}

}

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

.single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
	right: 11px;
}

}

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

html {
	font-size: 1.584vw;
}

}

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

html {
	font-size: 100%;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.single-contents .p-entry__body {
	margin-bottom: 30px;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading {
	margin-top: 32px;
}

.single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
	margin-top: 16px;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol,
.single-contents .p-entry__body blockquote.wp-block-quote,
.single-contents .p-entry__body .blog-card,
.single-contents .p-entry__body .note-box {
	margin-top: 16px;
	margin-bottom: 16px;
}

.single-contents .p-entry__body h2.wp-block-heading {
	padding: 15px 16px;
	font-size: 22px;
	line-height: 1.3181818182;
}

.single-contents .p-entry__body h3.wp-block-heading {
	padding: 16px 0;
	font-size: 20px;
	line-height: 1.3;
}

.single-contents .p-entry__body h4.wp-block-heading {
	padding-left: 12px;
	font-size: 18px;
	line-height: 1.4444444444;
}

.single-contents .p-entry__body blockquote.wp-block-quote {
	padding: 16px;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite {
	margin-top: 8px;
	text-align: left;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a {
	display: block;
}

.single-contents .p-entry__body .wp-block-button {
	min-width: 250px;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	min-height: 56px;
	font-size: 16px;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04 {
	margin-top: 16px;
	margin-bottom: 16px;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td {
	min-width: 99px;
	max-width: 350px;
}

.wp-block-table.table-type03 tr th {
	max-width: 150px;
}

.wp-block-table.table-type03 tr td:first-child {
	max-width: 150px;
}

.wp-block-table.table-type04 tr td:first-child {
	max-width: 150px;
}

.blog-card-link {
	padding: 0;
}

.blog-card-thumbnail {
	aspect-ratio: 120/100;
	width: 40.5%;
}

.blog-card-content {
	width: 59.5%;
	padding: 0.25rem 8px 16px;
}

.note-box {
	padding: 20px 16px 24px;
}

.note-box-title {
	margin-bottom: 2.1875rem !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.note-box-title::before {
	width: 38px;
	height: 33.5px;
}

.note-box-title::after {
	bottom: -22px;
}

.benefits-block > .wp-block-group__inner-container {
	flex-direction: column;
	gap: 12px;
}

.benefits-block__item {
	width: 100%;
}

.benefits-block__title {
	min-height: 40px;
	font-size: 18px;
}

.benefits-block__text {
	padding: 12px 16px 16px;
	font-size: 14px;
}

.single-contents #toc_container .toc_title {
	padding: 8px 16px;
	font-weight: 700;
	font-size: 18px;
}

.single-contents #toc_container .toc_title::after {
	right: 21px;
	width: 10px;
	height: 5px;
	background: url(../img/sp_toc-open.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_title.active::before {
	top: calc(50% + 18px);
	right: 8px;
	font-weight: 400;
}

.single-contents #toc_container .toc_title.active::after {
	height: 10px;
	background: url(../img/sp_toc-close.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_list {
	padding: 8px 16px 16px;
}

.single-contents #toc_container .toc_list li {
	font-size: 16px;
	line-height: 1.5;
}

.single-contents #toc_container .toc_list li > ul {
	margin-top: 8px;
	padding-left: 0;
}

.single-contents #toc_container .toc_list li > ul li {
	font-size: 12px;
}

.single-contents #toc_container .toc_list li > ul li + li {
	margin-top: 8px;
}

.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
	margin-top: 16px;
}

.l-inner {
	padding: 0 1.5625rem;
}

.l-header__inner {
	padding-right: 0;
}

.l-contents.--type02 {
	padding-top: 10.625rem;
	padding-bottom: 3.75rem;
}

.l-contents.--type03 {
	padding-top: 8.125rem;
	padding-bottom: 4.375rem;
	border-top: 0;
}

.l-contents.--type03::before {
	top: 0.625rem;
	aspect-ratio: 380/116;
	width: 100%;
	background: url(../img/dl/dl_top-sp.webp) no-repeat center center/contain;
}

.l-contents.--type04 {
	padding-top: 8.25rem;
	padding-bottom: 5rem;
}

.l-contents.--type05 {
	padding: 8.125rem 0 5rem;
}

.l-contents.--type06 {
	margin-top: 4.5rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-top: 0;
}

.l-footer {
	padding-top: 3rem;
}

.l-footer small {
	font-size: 0.6875rem;
	white-space: nowrap;
}

.l-2column {
	display: block;
	padding: 0.875rem 1rem 2rem;
	overflow: hidden;
}

.l-2column__main {
	width: 100%;
}

.l-2column__sidebar {
	width: 100%;
	margin-top: 2rem;
}

.l-index__mv {
	aspect-ratio: 430/932;
	height: 100vh;
}

.l-index__about {
	padding: 5rem 0 10rem;
	border-top: 25px solid #C40D0D;
	border-bottom: 25px solid #C40D0D;
}

.l-index__service {
	padding: 4.0625rem 0 8.75rem;
}

.l-index__problem {
	padding-top: 4.375rem;
}

.l-index__merit {
	padding: 5.625rem 0 4rem;
}

.l-index__news {
	padding: 2.5rem 0 3.5rem;
	border-bottom: 25px solid #C40D0D;
}

.l-index__company {
	padding: 0 0 0.875rem;
	border-bottom: 25px solid #C40D0D;
}

.l-common__cta {
	padding: 2.5rem 0 3.75rem;
}

.l-common__bubble {
	display: block;
	z-index: 10;
	position: fixed;
	right: 1.125rem;
	bottom: 1.75rem;
	width: 11.5rem;
	height: 4.75rem;
	transition: 0.3s;
}

.l-common__bubble span.--closebtn {
	display: block;
	position: absolute;
	top: -0.875rem;
	right: -0.875rem;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50px;
	background: rgba(217, 217, 217, 0.8);
	transition: 0.3s;
}

.l-common__bubble span.--closebtn::before {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	transform: translate(-50%, -50%);
	background: url(../img/icon/icon_cross.svg) no-repeat center center/contain;
	content: "";
	cursor: pointer;
	transition: 0.3s;
}

.l-about__desc {
	padding-bottom: 6.875rem;
	border-top: 25px solid #C40D0D;
	border-bottom: 25px solid #C40D0D;
}

.l-about__feature {
	border-bottom: 25px solid #C40D0D;
}

.l-about__company {
	padding: 0 0 3.375rem;
	border-bottom: 25px solid #C40D0D;
}

.l-about__member {
	padding-bottom: 1.875rem;
	border-bottom: 25px solid #C40D0D;
}

.l-lowpage__top {
	height: 18.75rem;
}

.l-lowpage__top.--about {
	background: url(../img/about/about_top-sp.webp) no-repeat center center/cover;
}

.l-lowpage__top.--service {
	background: url(../img/service/service_top-sp.webp) no-repeat center center/cover;
}

.l-lowpage__top.--archive,
.l-lowpage__top.--single {
	height: 12.5rem;
	border-bottom: 0;
}

.l-service__desc {
	padding: 3.75rem 0 2.1875rem;
	border-top: 25px solid #C40D0D;
	border-bottom: 25px solid #C40D0D;
}

.l-service_service {
	padding: 3.125rem 0 7.5rem;
}

.l-archive,
.l-single {
	padding-top: 0;
	padding-bottom: 6.875rem;
}

.l-single {
	padding-bottom: 3.125rem;
}

.l-404 {
	padding: 13.75rem 0 10.625rem;
}

.c-parts-title {
	margin-bottom: 2rem;
	font-size: 1.375rem;
}

.c-parts-page-title {
	font-size: 2rem;
}

.c-navigation {
	width: 100%;
}

.c-breadcrumb {
	overflow: auto;
}

.c-breadcrumb__container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.c-menu-button {
	width: 3.125rem;
	height: 3.125rem;
}

.c-menu-button.active .c-menu-button__line:nth-child(1) {
	top: 1.1875rem;
	left: 0.75rem;
}

.c-menu-button.active .c-menu-button__line:nth-child(3) {
	top: 1.9375rem;
	left: 0.75rem;
}

.c-menu-button__line {
	left: 0.75rem;
}

.c-menu-button__line:nth-child(1) {
	top: 1rem;
}

.c-menu-button__line:nth-child(2) {
	top: 1.5625rem;
}

.c-menu-button__line:nth-child(3) {
	top: 2.125rem;
}

.c-faq__head {
	min-height: 3.875rem;
	padding: 0.625rem 2.125rem 0.875rem 3.75rem;
	font-size: 0.875rem;
}

.c-faq__head::before {
	left: 0.625rem;
}

.c-faq__head::after {
	right: 0.625rem;
}

.c-faq__body {
	padding: 1rem 1.5rem 1.5rem 4rem;
}

.c-faq__body::before {
	left: 0.625rem;
}

.c-faq__text {
	font-size: 0.875rem;
}

.c-author + .c-author {
	margin-top: 0.625rem;
}

.c-author__title {
	margin-bottom: 0.625rem;
}

.c-author__profile {
	gap: 1.5rem;
}

.c-author__img {
	width: 5rem;
	height: 5rem;
}

.c-author__body {
	width: calc(100% - 6.5rem);
}

.c-author__name {
	font-size: 1.25rem;
}

.c-author__post {
	margin-top: 0;
	font-size: 0.875rem;
}

.c-author__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.c-share-block {
	padding: 0.625rem 1rem;
}

.c-post-links {
	display: block;
	margin-top: 2rem;
}

.c-post-links li + li {
	margin-top: 0.5rem;
}

.c-post-links__prev,
.c-post-links__next {
	width: 100%;
	max-width: 20rem;
}

.c-post-links__prev a,
.c-post-links__next a {
	min-height: 3.75rem;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
	border-radius: 8px;
}

.c-post-links__prev {
	margin-right: auto;
}

.c-post-links__next {
	margin-left: auto;
}

.c-secttl {
	font-size: 2rem;
}

.c-secttl__lowpage {
	width: 100%;
	font-size: 2rem;
	text-align: center;
}

.c-btn__common {
	height: 2.75rem;
	font-size: 0.875rem;
}

.c-btn__common-cta {
	height: 6.25rem;
	font-size: 1rem;
}

.c-card01__item:not(:first-of-type) {
	margin-top: 3.125rem;
}

.c-card01__link {
	flex-direction: column;
}

.c-card01__image {
	aspect-ratio: 430/242;
	width: 100vw;
	max-width: unset;
	margin: 0 calc(50% - 50vw);
}

.c-card01__textbox {
	width: 100%;
	max-width: unset;
	margin-top: 3.125rem;
}

.c-card01__title {
	font-size: 1.25rem;
}

.c-card01__date {
	font-size: 0.875rem;
}

.c-card01__category {
	margin-left: 4.125rem;
}

.c-card01__textwrap span {
	font-size: 0.9375rem;
}

.p-entry__header {
	margin-bottom: 2rem;
}

.p-entry__title {
	margin-top: 0.3125rem;
	margin-bottom: 2rem;
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-entry__head {
	margin-bottom: 0.625rem;
}

.p-entry__head-meta {
	margin-bottom: 0.5rem;
}

.p-entry__head-meta02 {
	margin-bottom: 0.75rem;
}

.p-widget--sticky {
	position: relative;
	top: auto;
}

.p-index__mv-textbox {
	top: 50%;
	left: 1.875rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transform: translate(0, -50%);
}

.p-index__mv-title {
	font-size: 2rem;
	text-align: left;
}

.p-index__mv-text {
	font-size: 1rem;
	text-align: left;
}

.p-index__about-text {
	margin-top: 3.125rem;
	font-size: 0.9375rem;
}

.p-index__about-btnwrap {
	max-width: 9.375rem;
}

.p-index__service-item {
	flex-direction: column;
	margin-top: 4.375rem;
}

.p-index__service-item:nth-of-type(odd) {
	flex-direction: column;
}

.p-index__service-text {
	margin-top: 0.9375rem;
	font-size: 0.9375rem;
}

.p-index__service-btnwrap {
	max-width: 9.375rem;
	margin: 2.1875rem auto 0;
}

.p-index__problem-list {
	margin-top: 3.75rem;
}

.p-index__problem-item:not(:first-of-type) {
	margin-top: 6.25rem;
}

.p-index__problem-image {
	aspect-ratio: 430/160;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.p-index__problem-textbox {
	flex-direction: column;
	margin-top: 1.25rem;
}

.p-index__problem-title {
	width: 100%;
	font-size: 1.25rem;
}

.p-index__problem-text {
	width: 100%;
	margin-top: 1.25rem;
	font-size: 0.9375rem;
}

.p-index__merit-list {
	margin: 3.125rem auto 0;
}

.p-index__merit-item {
	flex-direction: column;
	justify-content: center;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 3rem 1.25rem;
	gap: 0.625rem;
}

.p-index__merit-title {
	width: 100%;
	font-size: 1.25rem;
}

.p-index__merit-text {
	width: 100%;
	font-size: 0.9375rem;
}

.p-index__merit-image {
	aspect-ratio: 430/250;
	width: 100vw;
	margin: 3.75rem calc(50% - 50vw) 0;
}

.p-index__news-list {
	grid-gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	max-width: unset;
	margin-top: 1.875rem;
}

.p-index__news-item {
	max-width: unset;
}

.p-index__news-image {
	aspect-ratio: 268/152;
}

.p-index__news-cat {
	margin-top: 0.375rem;
}

.p-index__news-btnwrap {
	max-width: 10rem;
	margin-top: 3.75rem;
}

.p-index__company-content {
	display: block;
	gap: 0;
}

.p-index__company-textbox {
	max-width: unset;
	padding-left: 0;
}

.p-index__company-info {
	margin-top: 1.25rem;
	padding-bottom: 3.75rem;
}

.p-index__company-info dl dd {
	font-size: 0.9375rem;
}

.p-common__cta-btnArea {
	flex-direction: column;
	margin-top: 40px;
}

.p-common__cta-btnwrap {
	max-width: unset;
}

.p-common__cta-btnwrap:not(:first-of-type) {
	margin-top: 1.5rem;
	margin-left: 0;
}

.p-footer__logo {
	margin: auto;
}

.p-footer__nav-list {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 2.5rem;
}

.p-footer__nav-item:not(:first-of-type) {
	margin-left: 0;
}

.p-footer__nav-link {
	margin-bottom: 0.9375rem;
	font-size: 0.875rem;
}

.p-footer__nav-link.--type02 {
	margin-bottom: 1.25rem;
}

.p-footer__copyright {
	margin-top: 1.5625rem;
	font-size: 0.6875rem;
}

.p-about__desc-text {
	font-size: 0.9375rem;
}

.p-about__feature-subtitle {
	margin-top: 2.1875rem;
	font-size: 0.9375rem;
}

.p-about__feature-list {
	margin-top: 4rem;
}

.p-about__feature-item {
	flex-direction: column;
}

.p-about__feature-item:not(:first-of-type) {
	margin-top: 3.25rem;
}

.p-about__feature-item:nth-of-type(2) {
	flex-direction: column;
}

.p-about__feature-image {
	aspect-ratio: 430/250;
	width: 100vw;
	max-width: unset;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
}

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

.p-about__feature-textbox {
	width: 100%;
	max-width: unset;
	margin-top: 2.75rem;
}

.p-about__feature-title {
	padding-bottom: 0.375rem;
	font-size: 1.125rem;
}

.p-about__feature-text {
	font-size: 0.9375rem;
}

.p-about__member-secttl {
	justify-content: start;
}

.p-about__member-list {
	display: flex;
	flex-wrap: nowrap;
	max-width: unset;
	margin-top: 4.375rem;
	overflow-x: scroll;
	gap: 3.125rem;
}

.p-about__member-item {
	flex-direction: column;
	width: 100%;
	min-width: 22.5rem;
}

.p-about__member-item:nth-of-type(even) {
	flex-direction: column;
}

.p-about__member-item:not(:first-of-type) {
	margin-top: 0;
}

.p-about__member-image {
	width: 200px;
}

.p-about__member-textbox {
	width: 100%;
	max-width: unset;
	margin-top: 2rem;
}

.p-about__member-name {
	padding-bottom: 0.375rem;
	font-size: 1.25rem;
}

.p-about__member-text {
	margin-top: 0.625rem;
	font-size: 0.9375rem;
}

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

.p-about__company-image {
	width: 100vw;
	max-width: unset;
	margin: 0 calc(50% - 50vw);
}

.p-about__company-image img {
	width: 100%;
	height: auto;
}

.p-about__company-textbox {
	width: 100%;
	max-width: unset;
	margin-top: 2.5rem;
}

.p-about__company-table dl dd {
	font-size: 0.9375rem;
}

.p-service__desc-text {
	font-size: 0.9375rem;
}

.p-service__service-item {
	padding-top: 3.75rem;
}

.p-service__service-subtitle {
	margin-top: 0.9375rem;
	font-size: 0.9375rem;
}

.p-service__service-box {
	flex-direction: column;
	margin-top: 2.1875rem;
}

.p-service__service-box:nth-of-type(2) {
	flex-direction: column;
}

.p-service__service-box:nth-of-type(2) .p-service__service-image {
	display: none;
}

.p-service__service-image {
	aspect-ratio: 430/250;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.p-service__service-textbox {
	width: 100%;
	max-width: unset;
	margin-top: 1.5625rem;
}

.p-service__service-boxtitle {
	font-size: 1.25rem;
}

.p-service__service-boxtext {
	margin-top: 0.75rem;
	font-size: 0.9375rem;
}

.p-service__service-boxbtnwrap {
	max-width: 13.125rem;
	margin-top: 3.75rem;
}

.p-single__thumbnail {
	aspect-ratio: 430/242;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.p-contact__pagetitle h1 {
	font-size: 2rem;
	white-space: nowrap;
}

.p-contact__pagesubtitle {
	font-size: 0.9375rem;
}

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

.p-contact__form-dl dt {
	font-size: 0.9375rem;
}

.p-contact__submit-btnwrap {
	width: 9.375rem;
	height: 2.75rem;
	margin-top: 4.375rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	font-size: 0.9375rem;
}

textarea {
	font-size: 0.9375rem;
}

input[type=checkbox] + span {
	font-size: 0.9375rem;
}

input[type=submit] {
	font-size: 0.875rem;
}

.p-contact__thanks-title {
	font-size: 1.5rem;
}

.p-dl__pagetitle {
	font-size: 2rem;
}

.p-dl__pagesubtitle {
	font-size: 0.9375rem;
	text-align: center;
}

.p-policy__pagetitle {
	font-size: 2rem;
}

.p-policy__wrap dl dd {
	font-size: 0.9375rem;
}

.p-sitemap__title {
	font-size: 2rem;
}

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

.p-sitemap__item a {
	font-size: 0.9375rem;
}

.p-404__title {
	font-size: 6rem;
}

.p-404__subtitle {
	margin-top: 2.875rem;
	font-size: 2rem;
}

.p-404__text {
	margin-top: 3.125rem;
}

.p-404__btnwrap {
	max-width: 9.375rem;
	margin-top: 7.125rem;
}

}

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

.l-contents.--type03::before {
	top: 1.875rem;
}

}

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

html {
	font-size: 4.267vw;
}

}

