body {
	color: #0F234C;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.u-desktop {
	display: block;
	line-height: 0;
}

.u-mobile {
	display: none;
}

.u-st {
	display: none;
}

.u-sm {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	position: relative;
	text-rendering: optimizeLegibility;
	z-index: -1000000;
}

/* 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;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-padding__120 {
	padding-bottom: 7.5rem;
	padding-top: 0rem;
}

.layout-padding__160 {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.layout-padding__top-120 {
	padding-top: 10rem;
}

.layout-padding__top-140 {
	padding-top: 8.75rem;
}

.layout-padding__top-160 {
	padding-top: 10rem;
}

.layout-padding__top-270 {
	padding-top: 16.875rem;
}

.layout-padding__bottom-160 {
	padding-bottom: 10rem;
}

.layout-padding__bottom-200 {
	padding-bottom: 12.5rem;
}

.layout-padding__bottom-220 {
	padding-bottom: 13.75rem;
}

.layout-padding__bottom-240 {
	padding-bottom: 15rem;
}

.layout-padding__bottom-370 {
	padding-bottom: 23.125rem;
}

.layout-padding__footer {
	padding-bottom: 1.25rem;
	padding-top: 3rem;
}

.slider-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.slider-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 320/300;
	height: 100%;
	max-height: 20rem;
	object-fit: cover;
	width: 100%;
}

.achievement {
	background-image: linear-gradient(150deg, rgb(34, 93, 164), rgb(20, 58, 112) 40%);
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.achievement__title {
	color: #FFFFFF;
	text-align: center;
}

.achievement__title h2 {
	display: inline-block;
	position: relative;
}

.achievement__title h2::before {
	background-image: url(../images/achievement/achievement-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9.375rem;
	position: absolute;
	right: -6.875rem;
	top: -3.125rem;
	width: 9.375rem;
}

.achievement__body {
	background-color: #EBF0F7;
	border-radius: 1.25rem;
	box-shadow: 8px 8px 4px #182f68;
	margin-top: 4.75rem;
	padding: 4rem 5rem;
	position: relative;
}

.achievement__body::before {
	aspect-ratio: 319/710;
	background-image: url(../images/achievement/achievement-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 11.75rem;
	position: absolute;
	top: -10.5rem;
	width: 10rem;
	z-index: -1;
}

.achievement__body::after {
	aspect-ratio: 384/732;
	background-image: url(../images/achievement/achievement-deco-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: 9.875rem;
	top: -8.875rem;
	width: 11.5625rem;
	z-index: -1;
}

.achievement__body-decoCircle {
	background-color: #c1cad6;
	border-radius: 50%;
	display: inline-block;
	height: 0.75rem;
	position: absolute;
	width: 0.75rem;
}

.achievement__body .achievement__body-decoCircle:nth-child(1) {
	left: 1.5rem;
	top: 1.5rem;
}

.achievement__body .achievement__body-decoCircle:nth-child(2) {
	right: 1.5rem;
	top: 1.5rem;
}

.achievement__body .achievement__body-decoCircle:nth-child(3) {
	bottom: 1.5rem;
	left: 1.5rem;
}

.achievement__body .achievement__body-decoCircle:nth-child(4) {
	bottom: 1.5rem;
	right: 1.5rem;
}

.achievement__body p {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 3;
}

.comparison {
	background-color: #EBF0F7;
	overflow: hidden;
}

.comparison__title {
	text-align: center;
}

.comparison__title h2 {
	display: inline-block;
	padding-bottom: 1.875rem;
	position: relative;
}

.comparison__title h2::before {
	-webkit-mask-image: url(../images/common/border-triangle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #0F234C;
	bottom: -1.75rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.comparison__table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.9375rem;
	max-width: 51.25rem;
	width: 100%;
}

.comparison__bottomText {
	margin-top: 5rem;
	text-align: center;
}

.comparison__bottomText p {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2;
}

.comparison__bottomText span {
	color: #3C99E5;
	font-size: 1.5rem;
	font-weight: 900;
}

.comparison__pitfall {
	margin-top: 15rem;
}

.concern {
	background: linear-gradient(180deg, rgb(60, 153, 229) 40%, rgb(73, 164, 232) 100%);
	overflow: hidden;
	position: relative;
}

.concern::before {
	border-color: #49a4e8 transparent transparent transparent;
	border-style: solid;
	border-width: 6rem 11.6875rem 0 11.6875rem;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 1;
}

.concern::after {
	background-color: #EBF0F7;
	bottom: 0;
	content: "";
	height: 3.875rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100vw;
}

.inner.concern__inner {
	max-width: 59rem;
}

.concern__title {
	color: #FFFFFF;
	text-align: right;
}

.concern__title h2 {
	display: inline-block;
	padding-right: 14.5625rem;
	position: relative;
}

.concern__title h2::before {
	background-image: url(../images/concern/concern-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.9375rem;
	position: absolute;
	right: 0;
	top: -1.75rem;
	width: 12.25rem;
}

.concern__title span {
	display: inline-block;
	padding-bottom: 1.875rem;
	position: relative;
}

.concern__title span::before {
	-webkit-mask-image: url(../images/common/border-triangle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #FFFFFF;
	bottom: -1.75rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.concern__body {
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	margin-top: 5.75rem;
	overflow: hidden;
	padding-top: 3.5rem;
}

.concern__textblock {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 2.7777777778;
	padding-left: 6.6875rem;
	padding-right: 6.6875rem;
}

.concern__textblock p:not(:first-child) {
	margin-top: 3.75rem;
}

.concern__textblock span {
	font-size: 1.25rem;
}

.concern__images {
	display: flex;
	height: 14.25rem;
	margin-top: 3.75rem;
	width: 100%;
}

.concern__image {
	height: 100%;
	width: 33.3333333333%;
}

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

.concern__bottomText {
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 7.3125rem;
	position: relative;
	text-align: center;
}

.concern__bottomText::before {
	background-image: url(../images/concern/concern-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10.375rem;
	left: 2.5rem;
	position: absolute;
	top: -2.5rem;
	width: 7.625rem;
}

.concern__bottomText::after {
	background-image: url(../images/concern/concern-deco-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8rem;
	position: absolute;
	right: 2.5rem;
	top: -0.625rem;
	width: 6.4375rem;
}

.concern__bottomText p {
	background: url(../images/common/border-wave--yellow.svg) repeat-x bottom left/auto 5px;
	display: inline;
	padding-bottom: 0.25rem;
	position: relative;
}

.inner.consultation__inner {
	max-width: 77.625rem;
}

.consultation__title {
	text-align: center;
}

.consultation__title h2 {
	display: inline-block;
	padding-bottom: 1.875rem;
	position: relative;
}

.consultation__title h2::before {
	-webkit-mask-image: url(../images/common/border-triangle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #0F234C;
	bottom: -1.75rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.consultation__title span {
	color: #3C99E5;
}

.consultation__items {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	justify-items: center;
	margin-top: 7.6875rem;
}

.consultation__item {
	align-items: center;
	background-color: #EBF0F7;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	display: flex;
	flex-direction: column;
	max-width: 17.5rem;
	min-height: 15.75rem;
	padding-top: 1.5rem;
	width: 100%;
}

.consultation__item-image {
	aspect-ratio: 196/92;
	height: auto;
	max-width: 12.25rem;
	overflow: hidden;
	width: 100%;
}

.consultation__item-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.consultation__item-eng-title {
	color: #3C99E5;
	font-size: max(1rem, min(1.6vw, 1.25rem));
	font-weight: 700;
	line-height: 1;
	margin-top: 0.9375rem;
}

.consultation__item-ja-title {
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 0.75rem;
	text-align: center;
}

.contact-button {
	background-image: linear-gradient(162deg, rgb(240, 76, 47) 22%, rgb(231, 46, 29) 40%);
	border-radius: 1.25rem;
	box-shadow: 0 8px 4px #182f68;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.375rem;
	line-height: 1;
	overflow: hidden;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	width: 24.25rem;
}

.contact-button::before {
	border-bottom: 2px solid #FFFFFF;
	border-radius: 0.125rem;
	border-right: 2px solid #FFFFFF;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.875rem;
	top: 42%;
	transform: rotate(-45deg);
	width: 0.75rem;
}

.contact-button:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.contact-button--line {
	background-image: linear-gradient(162deg, rgb(95, 181, 62) 22%, rgb(77, 159, 59) 40%);
}

.contact-button--corporation {
	background-color: #3C99E5;
	background-image: none;
}

.contact-button--line span {
	padding-left: 1.25rem;
	position: relative;
}

.contact-button--line span::before {
	aspect-ratio: 177/150;
	background-image: url(../images/contact/contact-deco-02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: -10%;
	max-width: 1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 13%;
}

.contact-detail {
	background-image: linear-gradient(150deg, rgb(34, 93, 164), rgb(20, 58, 112) 40%);
	color: #FFFFFF;
	text-align: center;
}

.inner.contact-detail__inner {
	max-width: 53.125rem;
}

.contact-detail__title span {
	border: 2px solid #FFFFFF;
	border-radius: 0.9375rem;
	display: inline-block;
	margin-left: 0.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.contact-detail__title p {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 1.375rem;
}

.contact-detail__buttons {
	display: flex;
	gap: 1.5625rem;
	margin-top: 4.75rem;
}

.contact-detail__button-line p {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	margin-top: 1.125rem;
}

.contact-detail__tel {
	align-items: center;
	border: 2px solid #FFFFFF;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	padding: 2.5rem 0;
}

.contact-detail__tel-title p {
	border-bottom: 2px solid #FFFFFF;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 4.375rem 1.125rem;
}

.contact-detail__tel-title span {
	display: inline-block;
}

.contact-detail__tel-number {
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.125rem;
	transition: 0.5s;
}

.contact-detail__tel-number:hover {
	transform: scale(1.08);
}

.contact-detail__tel-number span {
	display: inline-block;
	height: inherit;
	padding-left: 2.5rem;
	position: relative;
}

.contact-detail__tel-number span::before {
	background-image: url(../images/contact/contact-deco-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 2rem;
	left: 0;
	position: absolute;
	width: 2rem;
}

.contact-detail__tel-time {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.375rem;
}

.contact-detail__tel-bottom-text {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-detail__tel-bottom-text p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
}

.contact {
	background-image: linear-gradient(150deg, rgb(34, 93, 164), rgb(20, 58, 112) 40%);
	color: #FFFFFF;
	text-align: center;
}

.contact__title span {
	border: 2px solid #FFFFFF;
	border-radius: 0.9375rem;
	display: inline-block;
	margin-left: 0.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.contact__title p {
	font-size: 1.375rem;
	margin-top: 0.75rem;
}

.contact__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 35.25rem;
	width: 100%;
}

.inner.field__inner {
	max-width: 77.625rem;
}

.field__title {
	text-align: center;
}

.field__title h2 {
	display: inline-block;
	padding-bottom: 1.875rem;
	position: relative;
}

.field__title h2::before {
	-webkit-mask-image: url(../images/common/border-triangle--short.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #0F234C;
	bottom: -1.25rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle--short.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.field__title .section-title__largeText {
	color: #277BD6;
	font-size: 2.25rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.field__items {
	grid-column-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	grid-row-gap: 2.5rem;
	column-gap: 0.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	margin-top: 6rem;
	row-gap: 2.5rem;
}

.field__item {
	align-items: center;
	background-color: #EBF0F7;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: 1.75rem;
	min-height: 38.0625rem;
	padding: 3.5rem 0.25rem 1.25rem;
	position: relative;
}

.field__item-number {
	align-items: center;
	background-color: #182F68;
	border-radius: 50%;
	display: flex;
	height: 4.75rem;
	justify-content: center;
	left: -1.875rem;
	position: absolute;
	top: -1.875rem;
	width: 4.75rem;
}

.field__item-number p {
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.25rem;
}

.field__item-image {
	aspect-ratio: 200/118;
	height: auto;
	max-width: 12.5rem;
	width: 100%;
}

.field__item-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.field__item-title {
	display: inline-block;
	margin-top: 1.75rem;
	text-align: center;
}

.field__item-title h3 {
	font-size: max(1rem, min(1.9vw, 1.5rem));
	font-weight: 700;
	white-space: nowrap;
}

.field__item-title p {
	color: #3C99E5;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.field__item-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 2;
	margin-top: 2rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.field__bottom-content {
	align-items: center;
	display: flex;
	gap: 4.1875rem;
	justify-content: center;
	margin-top: 5rem;
}

.field__bottom-content-image {
	aspect-ratio: 1/1;
	max-width: 28.625rem;
	width: 100%;
}

.field__bottom-content-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.field__bottom-content-text {
	font-size: 1.5rem;
	line-height: 2;
}

.footer {
	text-align: center;
}

.footer__logo {
	display: inline-block;
	height: 7.5rem;
	width: 7.5rem;
}

.footer__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__nav {
	display: flex;
	gap: 2.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.footer__nav a {
	-webkit-text-decoration: underline;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.125rem;
	text-decoration: underline;
	transition: 0.5s;
}

.footer__nav a:hover {
	transform: scale(1.1);
}

.footer__tel {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 4.25rem;
}

.footer__tel-title p {
	border-bottom: 2px solid #0F234C;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 4.375rem 1.125rem;
}

.footer__tel-title span {
	display: inline-block;
}

.footer__tel-number {
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.125rem;
	transition: 0.5s;
}

.footer__tel-number:hover {
	transform: scale(1.08);
}

.footer__tel-number span {
	padding-left: 2.5rem;
	position: relative;
}

.footer__tel-number span:hover {
	transition: 0.5s;
}

.footer__tel-number span::before {
	-webkit-mask-image: url(../images/footer/footer-deco-01.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #0F234C;
	content: "";
	height: 2rem;
	left: 0;
	mask-image: url(../images/footer/footer-deco-01.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.footer__tel-time {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1.5rem;
}

.footer__tel-bottom-text {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__tel-bottom-text p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
}

.footer__copyright {
	margin-top: 4.875rem;
}

.footer__copyright small {
	color: #afbac5;
	font-size: 0.75rem;
	font-weight: 500;
}

.footer__copyright span {
	display: inline-block;
}

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

.message {
	background: linear-gradient(180deg, rgb(141, 209, 255) 70%, rgb(85, 168, 229) 100%);
	overflow: hidden;
	position: relative;
}

.message::before {
	aspect-ratio: 256/403;
	background-image: url(../images/message/message-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.message::after {
	aspect-ratio: 256/403;
	background-image: url(../images/message/message-deco-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

.message__inner {
	position: relative;
	z-index: 1;
}

.message__inner::before {
	background-image: url(../images/message/message-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 17.5625rem;
	left: -2rem;
	position: absolute;
	top: -6.6875rem;
	width: 22.875rem;
	z-index: -1;
}

.message__title {
	text-align: center;
}

.message__title h2 {
	color: #FFFFFF;
	font-family: "Roboto Condensed", serif;
	font-size: 4.03125rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 1.5rem;
	position: relative;
	text-transform: uppercase;
}

.message__title h2::before {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.875rem;
}

.message__title p {
	font-size: 1.125rem;
	letter-spacing: 0.5em;
	margin-top: 1.125rem;
}

.message__ceo {
	left: 7.1875rem;
	position: absolute;
	top: 0;
}

.message__ceo-image {
	aspect-ratio: 180/227;
	height: auto;
	max-width: 11.25rem;
	overflow: hidden;
	width: 100%;
}

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

.message__ceo-name {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.9375;
	margin-top: 0.625rem;
}

.message__ceo-name p:nth-child(2) {
	font-size: 1.25rem;
	font-weight: 700;
}

.message__text {
	margin-top: 7.625rem;
	text-align: center;
}

.message__text p {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 3;
}

.message__career {
	background-color: #bbe0ff;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	display: flex;
	gap: 2.375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5rem;
	max-width: 50rem;
	padding: 2.5rem 2.5rem 2.9375rem;
	width: 100%;
}

.message__career-title {
	font-size: 1.25rem;
	font-weight: 700;
	width: 6.25rem;
}

.message__career p {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.5;
	text-align: left;
}

.mv {
	background: linear-gradient(180deg, #d0e7f4 20%, #9fcceb 40%);
	overflow: hidden;
	position: relative;
	z-index: -2;
}

.mv::before {
	aspect-ratio: 1648/1171;
	background-image: url(../images/mv/mv-deco-04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	max-width: 50rem;
	position: absolute;
	right: -11.4375rem;
	top: -6.375rem;
	width: 100%;
	z-index: -2;
}

.mv::after {
	aspect-ratio: 1648/1171;
	background-image: url(../images/mv/mv-deco-05.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: -18rem;
	max-width: 50rem;
	position: absolute;
	top: 22.75rem;
	width: 100%;
	z-index: -2;
}

.inner.mv__inner {
	max-width: 75rem;
}

.mv__companyLogo {
	background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 50%, transparent 50%, transparent 100%);
	height: 9.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 10.125rem;
}

.mv__companyLogo a {
	height: 5.25rem;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 5.25rem;
}

.mv__companyLogo img {
	height: 100%;
	width: 100%;
}

.mv__body {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	justify-content: center;
	position: relative;
}

.mv__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 36.25rem;
}

.mv__content-title {
	background-color: #FFFFFF;
	border-radius: 3.125rem;
	padding: 0.625rem 3rem;
}

.mv__content-title h2 {
	display: inline-block;
	font-size: 1.5625rem;
	line-height: 1;
}

.mv__content-title span {
	color: #1E84D8;
	font-size: 1.6875rem;
}

.mv__content-textBlock {
	margin-left: auto;
	margin-right: auto;
	max-width: 32rem;
	width: 100%;
}

.mv__content-head {
	margin-top: 3.75rem;
}

.mv__content-head p {
	-webit-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	border-bottom: 2px dashed #0F234C;
	box-decoration-break: clone;
	display: inline;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.9111111111;
}

.mv__content-head--large {
	font-size: 3.125rem;
	font-weight: 900;
	line-height: 1.26;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.mv__content-head--color {
	color: #1E84D8;
}

.mv__content-head--deco {
	position: relative;
	
}

.spbottom{
	line-height:2.5em;
}

.mv__content-head--deco::before {
	aspect-ratio: 1/1;
	background-color: #1E84D8;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.625rem;
	
}

.mv__content-text {
	margin-top: 2.5rem;
}

.mv__content-text p {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
}

.mv__content-text .text-borderLiner {
	font-weight: 900;
}

.mv__content-circleItems {
	display: flex;
	gap: 0.75rem;
	margin-top: 3.125rem;
}

.mv__content-circleItem {
	aspect-ratio: 1/1;
	background-image: linear-gradient(-30deg, rgb(34, 93, 164), rgb(20, 58, 112) 40%);
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	color: #FFFFFF;
	height: 11.5625rem;
	position: relative;
	width: 11.5625rem;
}

.mv__content-circleItems .mv__content-circleItem::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 1.875rem;
	transform: translateX(-50%);
}

.mv__content-circleItems .mv__content-circleItem:nth-child(1)::before {
	background-image: url(../images/mv/mv-deco-01.svg);
	height: 2.3125rem;
	width: 1.875rem;
}

.mv__content-circleItems .mv__content-circleItem:nth-child(2)::before {
	background-image: url(../images/mv/mv-deco-02.svg);
	height: 2.1875rem;
	width: 3.25rem;
}

.mv__content-circleItems .mv__content-circleItem:nth-child(3)::before {
	background-image: url(../images/mv/mv-deco-03.svg);
	height: 1.8125rem;
	width: 1.75rem;
}

.mv__content-circleItem p {
	font-size: 0.8125rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.5384615385;
	position: absolute;
	text-align: center;
	top: 57%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.mv__content-circleItem span {
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 1.3571428571;
}

.mv__image {
	aspect-ratio: 518/491;
	flex: 1;
	height: auto;
	max-width: 32.375rem;
	width: 100%;
}

.mv__button-wrap {
	align-items: center;
	background-color: #FFFFFF;
	border: 2px solid rgba(24, 47, 104, 0.1);
	border-radius: 1.25rem;
	box-shadow: 6px 6px 8px rgba(24, 47, 104, 0.2);
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.625rem;
	max-width: 61.3125rem;
	padding: 0.25rem 0.5rem 1.25rem;
	position: relative;
	width: 100%;
}

.mv__button-wrap-title {
	background-color: #FFFFFF;
	left: 50%;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	position: absolute;
	top: -2rem;
	transform: translateX(-50%);
}

.mv__button-wrap-title::before {
	background-color: #182F68;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 1.625rem;
	transform: rotate(68deg);
	width: 2.5rem;
}

.mv__button-wrap-title::after {
	background-color: #182F68;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 1.625rem;
	transform: rotate(112deg);
	width: 2.5rem;
}

.mv__button-wrap-title p {
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.mv__button-wrap-title span {
	background-image: linear-gradient(180deg, rgb(222, 195, 83) 20%, rgb(253, 243, 116) 75%);
	border-radius: 0.625rem;
	font-size: 1.875rem;
	letter-spacing: 0.2em;
	margin-left: 0.625rem;
	padding: 0.25rem 0.9375rem;
}

.mv__button-wrap-text {
	position: relative;
	z-index: 1;
}

.mv__button-wrap-text p {
	font-size: 1.375rem;
	font-weight: 700;
	left: 53%;
	letter-spacing: 0.1em;
	position: absolute;
	top: 42%;
	transform: translateX(-46%);
	white-space: nowrap;
}

.mv__button-wrap-text img {
	aspect-ratio: 959/297;
	height: auto;
	max-width: 28.875rem;
	width: 100%;
}

.mv__button-wrap-button {
	margin-left: -1.75rem;
	margin-top: 0.75rem;
}

.mv__button-wrap-button .contact-button,
.mv__corporation-button .contact-button {
	box-shadow: 0px 6px 6px rgba(24, 47, 104, 0.2);
	width: 27.5625rem;
}

.mv__button-wrap-button .contact-button:hover,
.mv__corporation-button .contact-button:hover {
	box-shadow: none;
}

.mv__corporation-button {
	margin-top: 5rem;
	text-align: center;
}

.mv__bottom-color {
	background-color: #FFFFFF;
	border-radius: 50%;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 47%;
	transform: translateX(-49.5%);
	width: 200%;
	z-index: -1;
}

.philosophy {
	background-image: linear-gradient(150deg, rgb(34, 93, 164), rgb(20, 58, 112) 40%);
}

.philosophy__title {
	color: #FFFFFF;
	text-align: center;
}

.philosophy__content {
	border-radius: 1.25rem;
	box-shadow: 8px 8px 4px #182f68;
	display: flex;
	margin-top: 2.875rem;
	overflow: hidden;
	width: 100%;
	
}

.titlebox{
	position:relative;
}

/*
.philosophy__content::before {
	aspect-ratio: 319/710;
	background-image: url(../images/achievement/achievement-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 11.75rem;
	position: absolute;
	top: -10.5rem;
	width: 10rem;
	z-index: -1;
}

.philosophy__content::after {
	aspect-ratio: 384/732;
	background-image: url(../images/achievement/achievement-deco-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: 9.875rem;
	top: -8.875rem;
	width: 11.5625rem;
	z-index: -1;
}
*/

.philosophy__content-vision,
.philosophy__content-mission {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 5.875rem 0.625rem 7.0625rem;
	text-align: center;
	width: 50%;
}

.philosophy__content-vision {
	background-color: #FFFFFF;
}

.philosophy__content-mission {
	background-color: #EBF0F7;
}

.philosophy__content-vision img{
	width:80%;
}

.philosophy__content-mission img{
	width:80%;
}

.philosophy__content-title {
	color: #3C99E5;
	font-size: 3rem;
}

.philosophy__content-largeText {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 1.875rem;
}

.philosophy__content-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.2;
	margin-top: 1.875rem;
}

.pitfall {
	position: relative;
}

.pitfall__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 77.625rem;
	width: 100%;
}

.pitfall__title {
	left: 50%;
	position: absolute;
	top: -2.25rem;
	transform: translateX(-50%);
	z-index: 1;
}

.pitfall__title::before {
	background-image: url(../images/pitfall/pitfall-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 13.3125rem;
	left: -19rem;
	position: absolute;
	top: -3rem;
	width: 10.9375rem;
}

.pitfall__title::after {
	background-image: url(../images/pitfall/pitfall-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	left: 50%;
	position: absolute;
	top: -3.125rem;
	transform: translateX(-50%);
	width: 37.0625rem;
	z-index: -1;
}

.pitfall__body {
	background-image: linear-gradient(0deg, rgb(63, 79, 105), rgb(46, 60, 84) 60%);
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.5);
	display: flex;
	gap: 3.375rem;
	justify-content: space-between;
	overflow: hidden;
	padding: 13.125rem 0 7.5rem 4.0625rem;
	position: relative;
	width: 100%;
}

.pitfall__body::before {
	aspect-ratio: 1144/811;
	background-image: url(../images/pitfall/pitfall-deco-03--pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	max-width: 32.5rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}

.pitfall__textblock {
	width: 32rem;
}

.pitfall__textblock p {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 3;
}

.pitfall__textblock span {
	display: inline-block;
}

.pitfall__textblock p:first-child {
	-webit-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #FFFFFF;
	box-decoration-break: clone;
	color: #0F234C;
	display: inline;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 2.0833333333;
	padding-left: 0.25rem;
}

.pitfall__textblock p:nth-child(2) {
	margin-top: 3.25rem;
}

.pitfall__textblock p:nth-child(3) {
	margin-top: 2.875rem;
}

.pitfall__textblock p:nth-child(3) span {
	
	
	
	-webit-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #F7F74B;
	box-decoration-break: clone;
	color: #0F234C;
	display: inline;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 2.0833333333;
	padding-left: 0.25rem;
}

.pitfall__textblock p:nth-child(4) {
	margin-top: 3.25rem;
}

.pitfall__image {
	border-bottom-left-radius: 0.625rem;
	border-top-left-radius: 0.625rem;
	height: 27.625rem;
	overflow: hidden;
	position: relative;
	width: 35rem;
}

.pitfall__image::before {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.reason {
	background-color: #EBF0F7;
	position: relative;
	text-align: center;
	z-index: -2;
}

.reason__title {
	line-height: 1;
}

.reason__title p {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	position: relative;
}

.reason__title p::before {
	background-image: url(../images/reason/reason-deco-05.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.875rem;
	left: 50%;
	position: absolute;
	top: -1.625rem;
	transform: translateX(-50%);
	width: 37.0625rem;
	z-index: -1;
}

.reason__title h2 {
	font-size: 2.25rem;
	letter-spacing: 0.2em;
	margin-top: 3.625rem;
}

.reason__title .reason__title-largeText {
	color: #277BD6;
	position: relative;
}

.reason__title .reason__title-largeText:before {
	background-image: url(../images/common/border-wave--blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.25rem;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.reason__title h3 {
	display: inline-block;
	font-size: 1.5625rem;
	margin-top: 1.5rem;
	position: relative;
}

.reason__title h3::before {
	background-color: #0F234C;
	content: "";
	height: 2px;
	left: -3.625rem;
	position: absolute;
	top: 50%;
	width: 2.75rem;
}

.reason__title h3::after {
	background-color: #0F234C;
	content: "";
	height: 2px;
	position: absolute;
	right: -3.625rem;
	top: 50%;
	width: 2.75rem;
}

.reason__first-content {
	align-items: center;
	display: flex;
	gap: 4.0625rem;
	margin-top: 4.875rem;
}

.reason__first-content-image {
	aspect-ratio: 476/498;
	height: 100%;
	max-width: 29.75rem;
	width: 100%;
}

.reason__first-content-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.reason__first-content-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.7777777778;
	text-align: left;
}

.reason__first-content-text .text-borderLiner {
	font-size: 1.25rem;
}

.reason__second-content {
	background-color: #5ab2ed;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	margin-top: 8.75rem;
	padding: 5rem 6.25rem;
	position: relative;
}

.reason__second-content::before {
	background-image: url(../images/reason/reason-deco-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.125rem;
	left: 1.25rem;
	position: absolute;
	top: -2.125rem;
	width: 10rem;
}

.reason__second-content-topText {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.5;
}

.reason__second-content-topText span {
	-webit-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #F7F74B;
	box-decoration-break: clone;
	color: #0F234C;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.reason__second-content-textblock {
	align-items: flex-start;
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 3.375rem;
	padding: 3rem 0.5rem 3rem 2.125rem;
	position: relative;
}

.reason__second-content-textblock::before {
	background-image: url(../images/reason/reason-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 11.125rem;
	position: absolute;
	right: 0.5rem;
	top: 0.25rem;
	width: 9.375rem;
}

.reason__second-content-textblock p {
	font-size: max(1.125rem, min(1.6vw, 1.25rem));
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-left: 3.125rem;
	position: relative;
}

.reason__second-content-textblock p::before {
	background-image: url(../images/reason/reason-deco-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.125rem;
}

.reason__third-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: center;
}

.reason__third-content p:last-child {
	margin-top: 2.375rem;
}

.reason__third-content-image {
	aspect-ratio: 64/80;
	height: auto;
	margin-top: 2.5rem;
	max-width: 4rem;
	width: 100%;
}

.reason__third-content-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.reason__fourth-content {
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	margin-top: 5.25rem;
	padding: 2.8125rem 1.875rem;
}

.reason__fourth-content-wrap {
	display: flex;
	gap: 3.75rem;
	justify-content: space-evenly;
}

.reason__fourth-content-left {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 60%;
}

.reason__fourth-content-left-image {
	aspect-ratio: 527/342;
	height: auto;
	margin-top: 1.75rem;
	max-width: 32.9375rem;
	width: 100%;
}

.reason__fourth-content-left-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.reason__fourth-content-left-title,
.reason__fourth-content-right-title {
	border-bottom: 2px solid #0F234C;
	display: inline-block;
	font-size: max(0.875rem, min(1.5vw, 1.125rem));
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	padding-bottom: 0.125rem;
	text-align: left;
	white-space: nowrap;
}

.reason__fourth-content-right {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 40%;
}

.reason__fourth-content-right-image {
	aspect-ratio: 308/212;
	height: auto;
	margin-top: 3.125rem;
	max-width: 19.25rem;
	width: 100%;
}

.reason__fourth-content-right-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.reason__fourth-content-right-text {
	margin-top: 1.75rem;
	text-align: left;
}

.reason__fourth-content-right-text p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.75;
	padding-left: 1.375rem;
	position: relative;
}

.reason__fourth-content-right-text p::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

.reason__fourth-content-bottomText {
	color: #7c8493;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 3.5625rem;
}

.reason__fourth-content-bottomText a {
	cursor: pointer;
	display: inline-block;
}

.reason__fifth-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 60rem;
	width: 100%;
}

.reason__fifth-content-items {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.reason__fifth-content-items li {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.reason__fifth-content-items li:nth-child(2) {
	flex-direction: row-reverse;
}

.reason__fifth-content-item-image {
	aspect-ratio: 352/236;
	height: auto;
	max-width: 22rem;
	width: 100%;
}

.reason__fifth-content-item-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.reason__fifth-content-item-text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.7777777778;
	text-align: left;
	width: 36.25rem;
}

.reason__fifth-content-item-text .text-borderLiner {
	font-size: 1.25rem;
}

.reason__fifth-content-item-text--large .text-borderLiner {
	font-size: 1.5rem;
	line-height: 1.875;
}

.section-title h2,
.section-title h3 {
	font-size: 1.875rem;
	letter-spacing: 0.2em;
}

.section-title--pc-small h2 {
	font-size: 1.625rem;
	letter-spacing: 0.2em;
}

.section-title__largeText {
	font-size: 2.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.section-title__border-wave {
	position: relative;
}

.section-title__border-wave::before {
	background-image: url(../images/common/border-wave--blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.25rem;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

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

.solution-step__title h2 {
	display: inline-block;
	padding-bottom: 1.875rem;
	position: relative;
}

.solution-step__title h2::before {
	-webkit-mask-image: url(../images/common/border-triangle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #0F234C;
	bottom: -1.75rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.solution-step__title .section-title__largeText {
	color: #3C99E5;
}

.solution-step__items {
	grid-row-gap: 3.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	margin-top: 5.625rem;
	row-gap: 3.5rem;
}

.solution-step__items li {
	position: relative;
}

.solution-step__items li:nth-child(2)::before,
.solution-step__items li:nth-child(5)::before {
	background-image: url(../images/solution-step/solution-step-deco-01.png);
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250%;
	z-index: -1;
}

.solution-step__items li:nth-child(3)::before {
	background-image: url(../images/solution-step/solution-step-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	position: absolute;
	right: -3.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.375rem;
	z-index: -1;
}

.solution-step__items li:nth-child(4)::before {
	background-image: url(../images/solution-step/solution-step-deco-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	left: -3.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.375rem;
	z-index: -1;
}

.solution-step__item {
	align-items: center;
	background-color: #EBF0F7;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 23rem;
	padding-bottom: 1.25rem;
	padding-top: 4.5rem;
	position: relative;
	text-align: center;
	width: 17.5rem;
}

.solution-step__item-number {
	color: #3C99E5;
	font-size: 2.5rem;
	font-weight: 700;
	left: 1rem;
	line-height: 1;
	position: absolute;
	top: 0.75rem;
}

.solution-step__item-image {
	height: 5.9375rem;
	overflow: hidden;
	width: 9.25rem;
}

.solution-step__item-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.solution-step__item-textblock {
	margin-top: 1.625rem;
}

.solution-step__item-title {
	color: #3C99E5;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
}

.solution-step__item-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.8125rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: left;
}

.solution-step__bottom-text {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 3.4375rem;
	text-align: center;
}

.solution {
	background-color: #EBF0F7;
	position: relative;
	text-align: center;
	z-index: -1;
}

.solution__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 93.125rem;
	width: 100%;
}

.solution__title .section-title__border-wave {
	color: #277BD6;
}

.solution__body {
	display: flex;
	gap: 7.5rem;
	margin-top: 6.25rem;
	position: relative;
}

.solution__image {
	border-bottom-right-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	flex: 1;
	height: 28.9375rem;
	position: relative;
}

.solution__image::before {
	aspect-ratio: 264/302;
	background-image: url(../images/solution/solution-deco-02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4.375rem;
	content: "";
	height: auto;
	max-width: 16.5rem;
	position: absolute;
	right: -5.25rem;
	width: 100%;
	z-index: 1;
}

.solution__image img {
	-o-object-fit: cover;
	border-bottom-right-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.solution__textblock {
	padding-right: 7.0625rem;
	text-align: left;
	width: 39.625rem;
}

.solution__textblock-title {
	display: inline-block;
	margin-left: 3.25rem;
	margin-top: 1.25rem;
	position: relative;
}

.solution__textblock-title p {
	color: #FFFFFF;
	font-size: 1.625rem;
	letter-spacing: 0.2em;
	line-height: 1;
}

.solution__textblock-title::before {
	background-image: url(../images/solution/solution-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.5625rem;
	left: 50%;
	position: absolute;
	top: -1.125rem;
	transform: translateX(-50%);
	width: 15.6875rem;
	z-index: -1;
}

.solution__text {
	margin-top: 5rem;
}

.solution__text p {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 2.7777777778;
}

.solution__text .text-borderLiner {
	font-size: 1.25rem;
}

.table {
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	border-top-right-radius: 1.25rem;
	box-shadow: 5px 5px 4px rgba(24, 47, 104, 0.2);
	overflow: hidden;
}

.table__body {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.table__body thead th:first-child {
	background-color: transparent;
	width: 20%;
}

.table__body thead th:not(:first-child) {
	padding: 2rem 0.625rem;
	width: 40%;
}

.table__body thead th:nth-child(2) {
	border-right: 2px solid #EBF0F7;
	border-top-left-radius: 1.25rem;
}

.table__body thead th,
.table__body tbody td:first-child {
	background-color: #182F68;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.table__body tbody tr {
	height: 13.75rem;
}

.table__body tbody tr:not(:first-child) {
	border-top: 2px solid #EBF0F7;
}

.table__body tbody tr:first-child td:first-child {
	border-top-left-radius: 0.625rem;
}

.table__body tbody td {
	padding: 0.9375rem 0.25rem;
}

.table__body tbody td:not(:first-child) {
	background-color: #FFFFFF;
	vertical-align: top;
}

.table__body tbody td:nth-child(2) {
	border-right: 2px solid #EBF0F7;
}

.table__body tbody p {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.table__body tbody .table__text-color {
	color: #3C99E5;
	font-weight: 700;
}

.table__body .table__text-word {
	display: inline-block;
}

.table__body img {
	-o-object-fit: contain;
	aspect-ratio: 200/82;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
	object-fit: contain;
	width: 100%;
}

.text-borderLiner {
	background: linear-gradient(transparent 70%, #f5f534 70%);
	font-weight: 700;
}

.use__title {
	text-align: center;
}

.use__title h2 {
	display: inline-block;
	padding-bottom: 1.875rem;
	position: relative;
}

.use__title h2::before {
	-webkit-mask-image: url(../images/common/border-triangle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #0F234C;
	bottom: -1.75rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.use__items {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 5.625rem;
}

.use__item {
	background-color: #182F68;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	color: #FFFFFF;
	margin-left: 8.5rem;
	min-height: 16.25rem;
	padding: 2.5rem 3.75rem 2.5rem 10.625rem;
	position: relative;
}

.use__item-image {
	align-items: center;
	background-color: #FFFFFF;
	border: 5px solid #182F68;
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	display: flex;
	height: 17.1875rem;
	justify-content: center;
	left: -8.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 17.1875rem;
}

.use__item-image img {
	aspect-ratio: 182/122;
	height: auto;
	width: 11.375rem;
}

.use__item-title {
	border-bottom: 1px solid #46659b;
	padding-bottom: 1.4375rem;
	padding-left: 3rem;
	position: relative;
}

.use__item-title::before {
	background-image: url(../images/use/use-deco-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	left: 0.25rem;
	position: absolute;
	top: 0.125rem;
	width: 1.375rem;
}

.use__item-title h3 {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
}

.use__item-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 3;
	margin-top: 1.25rem;
}

.use__item-text--narrow {
	line-height: 2;
}

.voice {
	background-color: #EBF0F7;
	text-align: center;
}

.voice__title {
	display: inline-block;
	padding-left: 15.5rem;
	position: relative;
	text-align: center;
}

.voice__title::before {
	aspect-ratio: 194/174;
	background-image: url(../images/voice/voice-deco-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0;
	max-width: 12.125rem;
	position: absolute;
	top: -0.875rem;
	width: 100%;
}

.voice__title .section-title__largeText {
	color: #51AAE0;
	display: inline-block;
	line-height: 1.8;
	position: relative;
}

.voice__title .section-title__largeText::before {
	border-bottom: 2px solid #51AAE0;
	border-right: 2px solid #51AAE0;
	content: "";
	height: 1.75rem;
	left: -1.4375rem;
	position: absolute;
	top: 0.5rem;
	transform: rotate(180deg);
	width: 1.75rem;
}

.voice__title .section-title__largeText::after {
	border-bottom: 2px solid #51AAE0;
	border-right: 2px solid #51AAE0;
	bottom: 0.5rem;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: -1.4375rem;
	width: 1.75rem;
}

.voice__talks-wrap {
	display: flex;
	flex-direction: column;
	gap: 10.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.375rem;
	max-width: 39rem;
	width: 100%;
}

.voice__talks {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.voice__talk {
	position: relative;
}

.voice__talk-people {
	height: auto;
	left: -13.25rem;
	position: absolute;
	top: 0;
	width: 10.25rem;
}

.voice__talk-people--company {
	left: auto;
	left: initial;
	right: -13.25rem;
}

.voice__talk-image {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #FFFFFF;
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	display: flex;
	height: auto;
	justify-content: center;
	overflow: hidden;
	width: 10.25rem;
}

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

.voice__talk-image--company img {
	height: 70%;
	width: 70%;
}

.voice__talk-target {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 1.25rem;
	text-align: center;
}

.voice__talk-text {
	background-color: #51AAE0;
	border-radius: 1.25rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.2);
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.25;
	padding: 1.5rem 2.125rem;
	position: relative;
	text-align: left;
}

.voice__talk-text::before {
	border-color: transparent #51aae0 transparent transparent;
	border-style: solid;
	border-width: 1.125rem 1.4375rem 1.125rem 0;
	content: "";
	height: 0;
	left: -1rem;
	position: absolute;
	top: 3.3125rem;
	width: 0;
}

.voice__talk-text--company {
	background-color: #182F68;
}

.voice__talk-text--company::before {
	border-color: transparent transparent transparent #182f68;
	border-width: 1.125rem 0 1.125rem 1.4375rem;
	left: auto;
	left: initial;
	right: -1rem;
}

.worry {
	background: linear-gradient(180deg, rgb(60, 153, 229) 40%, rgb(73, 164, 232) 100%);
	overflow: hidden;
	position: relative;
	text-align: center;
}

.worry::before {
	aspect-ratio: 2561/534;
	background-image: url(../images/worry/worry-deco-05--pc.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 1;
}

.worry::after {
	background-color: #EBF0F7;
	bottom: 0;
	content: "";
	height: 3.875rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100vw;
}

.worry__inner {
	position: relative;
	z-index: 1;
}

.worry__inner::before {
	aspect-ratio: 1056/234;
	background-image: url(../images/worry/worry-deco-04--pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -16rem;
	content: "";
	height: auto;
	left: 50%;
	max-width: 66rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.worry__title {
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	text-align: center;
}

.worry__title::before {
	background-image: url(../images/worry/worry-deco-02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.5625rem;
	left: -10rem;
	position: absolute;
	top: -1.75rem;
	width: 9.0625rem;
}

.worry__title::after {
	background-image: url(../images/worry/worry-deco-03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.5625rem;
	position: absolute;
	right: -10rem;
	top: -1.75rem;
	width: 9.0625rem;
}

.worry__title h2 {
	padding-bottom: 1.875rem;
	position: relative;
}

.worry__title h2::before {
	-webkit-mask-image: url(../images/common/border-triangle.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #FFFFFF;
	bottom: -1.75rem;
	content: "";
	height: 2.5rem;
	left: 0;
	mask-image: url(../images/common/border-triangle.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 100%;
}

.worry__title .section-title__largeText {
	color: #F7F74B;
	position: relative;
}

.worry__title .worry__title-deco {
	bottom: -52%;
	position: absolute;
	right: 0;
}

.worry__items {
	grid-column-gap: 2.625rem;
	-moz-column-gap: 2.625rem;
	grid-row-gap: 1.875rem;
	column-gap: 2.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	margin-top: 5.625rem;
	row-gap: 1.875rem;
}

.worry__item {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 0.875rem;
	box-shadow: 4px 4px 6px rgba(24, 47, 104, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 6.8125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	text-align: left;
	width: 100%;
}



.worry__item::before {
  position: absolute;
  top: 37%;
  left: -1.8rem;
  width: 4.15rem;
  height: 4.15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}



.worry__item p {
	font-size: 1.125rem;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

.worry__item p {
  display: flex;
  align-items: center; /* 画像と文字を垂直方向中央揃え */

}

.worry__item p img {
  margin-right: 0.5em; /* テキストとの余白 */
		width: 3.55rem;
  height: 3.55rem;
  /* 必要に応じて width や height を調整 */
}

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

.solution__image {
	border-radius: 1.25rem;
}

.solution__image img {
	border-radius: 1.25rem;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
	line-height: 0;
}

html {
	font-size: 16px;
}

.layout-padding__top-140--sp {
	padding-top: 8.75rem;
}

.layout-padding__top-160--sp {
	padding-top: 10rem;
}

.layout-padding__bottom-80--sp {
	padding-bottom: 5rem;
}

.layout-padding__bottom-120--sp {
	padding-bottom: 7.5rem;
}

.layout-padding__bottom-130--sp {
	padding-bottom: 8.125rem;
}

.layout-padding__bottom-160--sp {
	padding-bottom: 10rem;
}

.layout-padding__bottom-450--sp {
	padding-bottom: 28.125rem;
}

.layout-padding__footer {
	padding-bottom: 2.375rem;
}

.slider-swiper .swiper-slide img {
	max-height: 19.375rem;
}

.achievement__title h2::before {
	height: 6.25rem;
	right: -4.625rem;
	top: -2rem;
	width: 6.25rem;
}

.achievement__body {
	margin-top: 6.8125rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.achievement__body::before {
	left: -5%;
	top: -11.125rem;
	width: 23%;
}

.achievement__body::after {
	right: -9%;
	top: -10rem;
	width: 29%;
}

.achievement__body-decoCircle {
	height: 1.25rem;
	width: 1.25rem;
}

.achievement__body p {
	font-size: max(1rem, min(4vw, 1.75rem));
	letter-spacing: 0.05em;
	line-height: 3;
}

.comparison__bottomText {
	margin-top: 7.5rem;
	text-align: left;
}

.comparison__bottomText p {
	font-size: max(1rem, min(4vw, 1.75rem));
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 2.2857142857;
}

.comparison__bottomText span {
	font-size: max(1.125rem, min(4vw, 2rem));
}

.comparison__pitfall {
	margin-top: 13.75rem;
}

.concern::after {
	height: 4.5625rem;
}

.concern__title {
	text-align: left;
}

.concern__title .section-title h2 {
	font-size: max(1rem, min(4.8vw, 2.625rem));
}

.concern__title h2 {
	padding-right: 0;
}

.concern__title h2::before {
	aspect-ratio: 245/186;
	height: auto;
	max-width: 15.3125rem;
	right: -64%;
	top: -0.3125rem;
	width: 28vw;
}

.concern__body {
	margin-top: 6.875rem;
	padding-top: 5rem;
}

.concern__textblock {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 3;
	padding-left: 3rem;
	padding-right: 3rem;
}

.concern__textblock p:not(:first-child) {
	margin-top: 7.5rem;
}

.concern__textblock span {
	font-size: max(1.125rem, min(4vw, 2rem));
}

.concern__images {
	flex-direction: column;
	height: auto;
	margin-top: 5rem;
}

.concern__image {
	height: 18rem;
	width: 100%;
}

.concern__bottomText {
	font-size: max(1.125rem, min(5vw, 2rem));
	line-height: 2.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10rem;
	max-width: 35rem;
	text-align: left;
}

.concern__bottomText::before {
	height: 9.8125rem;
	left: -15%;
	top: -5.875rem;
	width: 7.125rem;
}

.concern__bottomText::after {
	height: 7.4375rem;
	right: -13%;
	top: -3.375rem;
	width: 6.125rem;
}

.consultation__title h2 {
	font-size: max(0.6875rem, min(3vw, 2.3125rem));
}

.consultation__items {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-top: 6.0625rem;
}

.consultation__item {
	max-width: 21.5rem;
	min-height: 19.375rem;
	padding-top: 1.875rem;
}

.consultation__item-image {
	aspect-ratio: 245/120;
	max-width: 15.3125rem;
}

.consultation__item-eng-title {
	font-size: max(1rem, min(3vw, 1.5rem));
	margin-top: 1.625rem;
}

.consultation__item-ja-title {
	font-size: max(1.125rem, min(5vw, 1.6875rem));
	margin-top: 1rem;
}

.contact-button {
	font-size: max(1rem, min(5vw, 2.125rem));
	padding: 1.75rem 0;
	width: 100%;
}

.contact-button::before {
	border-bottom: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}

.contact-button--line span::before {
	max-width: 3rem;
}

.contact-detail__title span {
	font-size: max(1.25rem, min(7vw, 3.5rem));
	margin-left: 0;
	margin-top: 1.125rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.contact-detail__title p {
	font-size: max(1rem, min(4vw, 1.75rem));
	margin-top: 5rem;
}

.contact-detail__buttons {
	flex-direction: column;
	gap: 4rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 36.25rem;
	width: 100%;
}

.contact-detail__button-line p {
	font-size: max(1rem, min(4vw, 1.5rem));
	margin-top: 2.9375rem;
}

.contact-detail__button-line span {
	display: inline-block;
}

.contact-detail__tel {
	margin-top: 7.5rem;
	padding: 2.125rem 0 3rem;
}

.contact-detail__tel-title p {
	font-size: max(1rem, min(4vw, 1.75rem));
	padding: 0 5rem 1.75rem;
}

.contact-detail__tel-number {
	font-size: max(1rem, min(9vw, 4rem));
	margin-top: 1rem;
}

.contact-detail__tel-number span {
	padding-left: 4.125rem;
}

.contact-detail__tel-number span::before {
	height: 3rem;
	width: 3rem;
}

.contact-detail__tel-time {
	font-size: max(1rem, min(4vw, 1.75rem));
	margin-top: 2.25rem;
}

.contact-detail__tel-bottom-text {
	margin-top: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact-detail__tel-bottom-text p {
	font-size: max(1rem, min(4vw, 1.375rem));
	letter-spacing: -0.01em;
}

.contact__title span {
	font-size: max(1.25rem, min(7vw, 3.5rem));
	margin-left: 0;
	margin-top: 1.125rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.contact__title p {
	font-size: max(1rem, min(4vw, 1.75rem));
	margin-top: 5rem;
}

.contact__button {
	margin-top: 6.25rem;
}

.field__title .section-title__largeText {
	font-size: max(1.25rem, min(7vw, 3.5rem));
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.field__items {
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2rem;
}

.field__item {
	height: auto;
	margin-left: 0.875rem;
	min-height: 0;
	min-height: initial;
	padding: 5rem 2rem 4.625rem;
}

.field__item-number {
	height: 5.9375rem;
	left: -1.0625rem;
	top: -1.125rem;
	width: 5.9375rem;
}

.field__item-number p {
	font-size: 3.125rem;
}

.field__item-image {
	max-width: 15rem;
}

.field__item-title {
	text-align: left;
	width: 100%;
}

.field__item-title h3 {
	font-size: max(1.5rem, min(4vw, 2rem));
	white-space: normal;
	white-space: initial;
}

.field__item-title p {
	font-size: max(1.125rem, min(3vw, 1.375rem));
	margin-top: 2rem;
}

.field__item-text {
	font-size: max(1.125rem, min(3.6vw, 1.75rem));
	line-height: 1.75;
	margin-top: 3rem;
	padding-left: 0;
	padding-right: 0;
}

.field__bottom-content {
	flex-direction: column-reverse;
	gap: 5rem;
	margin-top: 10.375rem;
}

.field__bottom-content-image {
	max-width: 36.125rem;
}

.field__bottom-content-text {
	font-size: max(1.125rem, min(4vw, 2rem));
	line-height: 2.5;
	text-align: center;
}

.footer__logo {
	height: 11.5rem;
	width: 11.5rem;
}

.footer__nav {
	flex-direction: column;
	gap: 3.75rem;
}

.footer__nav a {
	font-size: max(1rem, min(4vw, 1.75rem));
}

.footer__tel {
	margin-top: 8.75rem;
}

.footer__tel-title p {
	font-size: max(1rem, min(4vw, 1.75rem));
	padding: 0 5rem 1.75rem;
}

.footer__tel-number {
	font-size: max(1rem, min(7vw, 4rem));
	margin-top: 1rem;
}

.footer__tel-number span {
	padding-left: 4.125rem;
}

.footer__tel-number span::before {
	height: 3rem;
	width: 3rem;
}

.footer__tel-time {
	font-size: max(1rem, min(4vw, 1.75rem));
	margin-top: 2.25rem;
}

.footer__tel-bottom-text {
	margin-top: 3.75rem;
}

.footer__tel-bottom-text p {
	font-size: max(1rem, min(4vw, 1.375rem));
	letter-spacing: -0.01em;
}

.footer__copyright {
	margin-top: 7.5rem;
}

.footer__copyright small {
	font-size: max(1rem, min(4vw, 1.5rem));
	letter-spacing: -0.05em;
}

.inner {
	padding-left: 30px;
	padding-right: 30px;
}

.message__title {
	display: inline-block;
	position: absolute;
	right: 7%;
	top: 4.5625rem;
}

.message__title h2 {
	font-size: max(1.5rem, min(13vw, 6.25rem));
	padding-bottom: 1.75rem;
}

.message__title h2::before {
	height: 4px;
	width: 3.125rem;
}

.message__title p {
	font-size: max(1.125rem, min(4vw, 2rem));
	margin-top: 1.75rem;
}

.message__ceo {
	position: static;
}

.message__ceo-image {
	aspect-ratio: 254/321;
	max-width: 15.875rem;
	width: 33vw;
}

.message__ceo-name {
	font-size: max(1rem, min(3vw, 1.25rem));
	line-height: 1.95;
	margin-top: 1.5rem;
}

.message__ceo-name p:nth-child(2) {
	font-size: max(1.125rem, min(3vw, 1.75rem));
}

.message__text {
	margin-top: 6.75rem;
	text-align: left;
}

.message__text p {
	font-size: max(1.125rem, min(4vw, 1.75rem));
	line-height: 3;
}

.message__career {
	align-items: center;
	flex-direction: column;
	gap: 5rem;
	margin-top: 10rem;
	padding: 4rem 3rem 7.0625rem;
}

.message__career-title {
	font-size: max(1.25rem, min(4vw, 2rem));
	text-align: center;
	width: 100%;
}

.message__career p {
	font-size: max(1.125rem, min(4vw, 1.75rem));
	line-height: 3;
}

.mv::before {
	width: 85%;
}

.mv::after {
	left: -10.9375rem;
	top: 37%;
	width: 71%;
}

.mv__companyLogo {
	height: 11.75rem;
	width: 11.75rem;
}

.mv__companyLogo a {
	height: 6rem;
	width: 6rem;
}

.mv__body {
	flex-direction: column;
	gap: 2.375rem;
}

.mv__content {
	width: 100%;
}

.mv__content-title {
	padding: 0.5rem;
	text-align: center;
	width: 77vw;
}

.mv__content-title h2 {
	font-size: max(1.375rem, min(4vw, 1.875rem));
}

.mv__content-title span {
	font-size: max(1.5rem, min(5vw, 2.0625rem));
}

.mv__content-textBlock {
	max-width: none;
}

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

.mv__content-head p {
	font-size: max(1.5rem, min(6vw, 2.8125rem));
	line-height: 1.5333333333;
}

.mv__content-head--large {
	font-size: max(1.75rem, min(8vw, 3.75rem));
	line-height: 1.2666666667;
}

.mv__content-text {
	margin-top: 4rem;
}

.mv__content-text p {
	font-size: max(1rem, min(4vw, 1.75rem));
	letter-spacing: -0.01em;
	line-height: 2;
}

.mv__content-circleItems {
	margin-top: 2.8125rem;
	width: 100%;
}

.mv__content-circleItem {
	height: auto;
	max-width: 14.375rem;
	width: 100%;
}

.mv__content-circleItems .mv__content-circleItem::before {
	top: 1.625rem;
}

.mv__content-circleItems .mv__content-circleItem:nth-child(1)::before {
	aspect-ratio: 37/48;
	height: auto;
	max-width: 2.3125rem;
	width: 100%;
}

.mv__content-circleItems .mv__content-circleItem:nth-child(2)::before {
	aspect-ratio: 68/35;
	height: auto;
	max-width: 4.25rem;
	width: 100%;
}

.mv__content-circleItems .mv__content-circleItem:nth-child(3)::before {
	aspect-ratio: 35/40;
	height: auto;
	max-width: 2.1875rem;
}

.mv__content-circleItem p {
	font-size: max(0.875rem, min(2vw, 1.125rem));
	line-height: 1.5555555556;
	top: 55%;
}

.mv__content-circleItem span {
	font-size: max(1.125rem, min(2.6vw, 1.25rem));
	letter-spacing: 0.02em;
	line-height: 1.55;
}

.mv__image {
	flex: none;
	max-width: 37.5rem;
}

.mv__button-wrap {
	flex-direction: column;
	max-width: none;
	max-width: initial;
	padding-bottom: 2.8125rem;
}

.mv__button-wrap-title {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.mv__button-wrap-title::before {
	left: -4.5%;
	top: 2rem;
	width: 3.125rem;
}

.mv__button-wrap-title::after {
	right: -4.5%;
	top: 2rem;
	width: 3.125rem;
}

.mv__button-wrap-title p {
	font-size: max(1.125rem, min(5vw, 2rem));
}

.mv__button-wrap-title span {
	font-size: max(1.25rem, min(5vw, 2.1875rem));
}

.mv__button-wrap-text p {
	font-size: max(0.6875rem, min(4vw, 1.75rem));
}

.mv__button-wrap-text img {
	aspect-ratio: 593/184;
	max-width: 37.0625rem;
}

.mv__button-wrap-button {
	margin-left: 0;
	margin-top: 1.875rem;
}

.mv__button-wrap-button,
.mv__corporation-button {
	min-width: 90%;
	text-align: center;
}

.mv__button-wrap-button .contact-button,
.mv__corporation-button .contact-button {
	max-width: 31.25rem;
	width: 100%;
}

.mv__corporation-button {
	margin-top: 7.5rem;
}

.mv__bottom-color {
	top: 45%;
	width: 400%;
}

.philosophy__title .section-title--sp-large {
	white-space: nowrap;
}

.philosophy__content {
	flex-direction: column;
	margin-top: 5.1875rem;
}

.philosophy__content-vision,
.philosophy__content-mission {
	height: 50%;
	padding-bottom: 4.125rem;
	padding-top: 2.875rem;
	width: 100%;
}

.philosophy__content-title {
	font-size: max(1.25rem, min(7vw, 3.5rem));
}

.philosophy__content-largeText {
	font-size: max(0.875rem, min(5vw, 2.1875rem));
	margin-top: 3.125rem;
}

.philosophy__content-text {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 2;
	margin-top: 3.75rem;
}

.pitfall__title {
	left: auto;
	left: initial;
	right: 14%;
	top: -3.625rem;
	transform: none;
}

.pitfall__title::before {
	left: -36%;
	top: -2.75rem;
	width: 30%;
}

.pitfall__title::after {
	top: -3.375rem;
	width: 135%;
}

.pitfall__body {
	flex-direction: column;
	padding-bottom: 9.125rem;
	padding-left: 0;
	padding-top: 10.1875rem;
}

.pitfall__body::before {
	aspect-ratio: 952/520;
	background-image: url(../images/pitfall/pitfall-deco-03--sp.png);
	border-radius: 0;
	border-radius: initial;
	max-width: 27.25rem;
}

.pitfall__textblock {
	padding-left: 2.625rem;
	padding-right: 2.625rem;
	width: 100%;
}

.pitfall__textblock p {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 2.7;
}

.pitfall__textblock p:first-child {
	font-size: max(1rem, min(4vw, 2rem));
	line-height: 2.3625;
}

.pitfall__textblock p:nth-child(2) {
	margin-top: 2.375rem;
}

.pitfall__textblock p:nth-child(3) {
	margin-top: 2.375rem;
}

.pitfall__textblock p:nth-child(3) span {
	font-size: max(1rem, min(4vw, 2rem));
	line-height: 2.3625;
}

.pitfall__textblock p:nth-child(4) {
	margin-top: 2.375rem;
}

.pitfall__image {
	aspect-ratio: 716/447;
	border-radius: 0;
	border-radius: initial;
	height: auto;
	margin-top: 5rem;
	width: 100%;
}

.reason__title p {
	font-size: max(1.75rem, min(3.5vw, 1.875rem));
}

.reason__title p::before {
	max-width: 38.875rem;
	top: -1.3125rem;
	width: 100%;
}

.reason__title h2 {
	font-size: max(1.75rem, min(6vw, 3.5rem));
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.reason__title h3 {
	font-size: max(1rem, min(4vw, 1.75rem));
	margin-top: 2.375rem;
}

.reason__title h3::before {
	height: 4px;
	left: -4.625rem;
}

.reason__title h3::after {
	height: 4px;
	right: -4.625rem;
}

.reason__first-content {
	flex-direction: column;
	gap: 5rem;
	margin-top: 6.5625rem;
}

.reason__first-content-text {
	font-size: max(1rem, min(4vw, 1.75rem));
	letter-spacing: 0;
	line-height: 2.7;
}

.reason__first-content-text .text-borderLiner {
	font-size: max(1.125rem, min(4vw, 2rem));
}

.reason__second-content {
	margin-top: 7.5rem;
	padding: 11.25rem 2.8125rem 3.125rem;
}

.reason__second-content::before {
	left: 50%;
	transform: translateX(-50%);
}

.reason__second-content-topText {
	font-size: max(1rem, min(4vw, 1.75rem));
	text-align: left;
}

.reason__second-content-topText span {
	font-size: max(1.125rem, min(4vw, 2rem));
}

.reason__second-content-textblock {
	margin-top: 5rem;
	padding: 4.6875rem 3.1875rem 5.375rem 2.875rem;
}

.reason__second-content-textblock::before {
	aspect-ratio: 239/267;
	bottom: 0.25rem;
	height: auto;
	max-width: 14.9375rem;
	top: auto;
	top: initial;
	width: 50%;
}

.reason__second-content-textblock p {
	font-size: max(1.125rem, min(4vw, 2rem));
	letter-spacing: 0.05em;
	padding-left: 5.5625rem;
	text-align: left;
}

.reason__second-content-textblock p::before {
	height: 3.1875rem;
	width: 3.1875rem;
}

.reason__third-content {
	font-size: max(1.125rem, min(4vw, 2rem));
	line-height: 2.5;
	margin-top: 7.25rem;
	text-align: left;
}

.reason__third-content p:first-child {
	width: 100%;
}

.reason__fourth-content {
	margin-top: 6.875rem;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}

.reason__fourth-content-wrap {
	flex-direction: column;
	gap: 7.3125rem;
}

.reason__fourth-content-left {
	width: 100%;
}

.reason__fourth-content-left-image {
	aspect-ratio: 633/411;
	margin-top: 2.625rem;
	max-width: 39.5625rem;
}

.reason__fourth-content-left-title,
.reason__fourth-content-right-title {
	border-bottom: 4px solid #0F234C;
	font-size: max(1.125rem, min(4vw, 2rem));
	padding-bottom: 2rem;
	white-space: normal;
	white-space: initial;
}

.reason__fourth-content-right {
	width: 100%;
}

.reason__fourth-content-right-image {
	aspect-ratio: 450/312;
	margin-top: 2.625rem;
	max-width: 28.125rem;
}

.reason__fourth-content-right-text {
	margin-top: 1.25rem;
}

.reason__fourth-content-right-text p {
	font-size: max(1rem, min(4vw, 1.5rem));
	line-height: 2;
	padding-left: 2.3125rem;
}

.reason__fourth-content-bottomText {
	flex-direction: column;
	font-size: max(0.625rem, min(3vw, 1.25rem));
	margin-top: 7.5rem;
}

.reason__fifth-content {
	margin-top: 7.6875rem;
}

.reason__fifth-content-items {
	gap: 5.125rem;
}

.reason__fifth-content-items li {
	flex-direction: column-reverse;
}

.reason__fifth-content-items li:nth-child(2) {
	flex-direction: column-reverse;
}

.reason__fifth-content-item-image {
	aspect-ratio: 470/335;
	max-width: 29.375rem;
}

.reason__fifth-content-item-text {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 2.7;
	width: 100%;
}

.reason__fifth-content-item-text .text-borderLiner {
	font-size: max(1.125rem, min(4vw, 2rem));
}

.reason__fifth-content-item-text--large .text-borderLiner {
	font-size: max(1.125rem, min(4vw, 2rem));
	line-height: 2.5;
}

.section-title h2,
.section-title h3 {
	font-size: max(1rem, min(4vw, 2.3125rem));
}

.section-title--pc-small h2 {
	font-size: max(1rem, min(4vw, 2.3125rem));
}

.section-title--sp-large h2 {
	font-size: max(1rem, min(5.3vw, 2.625rem));
}

.section-title__largeText {
	font-size: max(1.25rem, min(7vw, 3.5rem));
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.solution-step__title h2 {
	font-size: max(1rem, min(4vw, 2.0625rem));
	text-align: left;
	white-space: nowrap;
}

.solution-step__items {
	grid-template-columns: 1fr;
}

.solution-step__items li:nth-child(1)::before {
	background-image: url(../images/solution-step/solution-step-deco-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3.4375rem;
	content: "";
	height: 8.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 6.25rem;
	z-index: -1;
}

.solution-step__items li:nth-child(2)::before,
.solution-step__items li:nth-child(5)::before {
	background-image: url(../images/solution-step/solution-step-deco-03.png);
	background-repeat: no-repeat;
	bottom: -3.4375rem;
	height: 8.75rem;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 6.25rem;
}

.solution-step__items li:nth-child(3)::before {
	background-image: url(../images/solution-step/solution-step-deco-03.png);
	bottom: -3.4375rem;
	height: 8.75rem;
	left: 50%;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 6.25rem;
}

.solution-step__items li:nth-child(4)::before {
	background-image: url(../images/solution-step/solution-step-deco-03.png);
	bottom: -3.4375rem;
	height: 8.75rem;
	left: 50%;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 6.25rem;
}

.solution-step__item {
	flex-direction: row;
	gap: 3.5625rem;
	height: auto;
	min-height: 0;
	min-height: initial;
	padding: 2.8125rem 2.1875rem 2.8125rem 3.5625rem;
	width: 100%;
}

.solution-step__item-number {
	font-size: 3.75rem;
}

.solution-step__item-image {
	aspect-ratio: 230/153;
	flex: 1;
	height: auto;
	max-width: 14.375rem;
	min-width: 30%;
	width: 100%;
}

.solution-step__item-textblock {
	max-width: 21.0625rem;
}

.solution-step__item-title {
	font-size: max(1.5rem, min(5vw, 2.1875rem));
	text-align: left;
}

.solution-step__item-text {
	font-size: max(1rem, min(3.5vw, 1.75rem));
	line-height: 2;
	padding-left: 0;
	padding-right: 0;
}

.solution-step__bottom-text {
	font-size: max(1rem, min(4vw, 1.5rem));
	line-height: 2;
	margin-top: 4.375rem;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.solution__title .section-title__largeText {
	font-size: max(1.25rem, min(5vw, 2.5rem));
}

.solution__body {
	flex-direction: column-reverse;
	margin-top: 5.75rem;
}

.solution__image {
	flex: none;
	padding-right: 8.75rem;
}

.solution__image::before {
	right: 3.375rem;
	width: 52vw;
}

.solution__textblock {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	text-align: center;
	width: 100%;
}

.solution__textblock-title {
	margin-left: 4.125rem;
	margin-top: 1.625rem;
}

.solution__textblock-title p {
	font-size: max(1.25rem, min(5vw, 2rem));
}

.solution__textblock-title::before {
	height: 6.8125rem;
	top: -1.375rem;
	width: 19.625rem;
}

.solution__text {
	margin-top: 3.75rem;
	text-align: left;
}

.solution__text p {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 2.7;
}

.solution__text .text-borderLiner {
	font-size: max(1.25rem, min(4vw, 2rem));
}

.table {
	border-bottom-left-radius: 0.9375rem;
	border-bottom-right-radius: 0.9375rem;
}

.table__body {
	text-align: left;
}

.table__body thead th:first-child {
	width: 18%;
}

.table__body thead th:not(:first-child) {
	padding: 1.25rem 0.625rem;
	width: 41%;
}

.table__body thead th,
.table__body tbody td:first-child {
	font-size: max(0.75rem, min(3vw, 1.75rem));
}

.table__body tbody tr {
	height: 21.25rem;
}

.table__body tbody tr:first-child td:first-child {
	border-top-left-radius: 1.25rem;
}

.table__body tbody td {
	padding: 1.875rem 1.25rem;
}

.table__body tbody td:first-child {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

.table__body tbody p {
	font-size: max(1rem, min(4vw, 1.75rem));
}

.table__body img {
	aspect-ratio: 246/105;
	max-width: 15.375rem;
}

.use__title h2 {
	text-align: left;
}

.use__items {
	gap: 10.25rem;
	margin-top: 13.875rem;
}

.use__item {
	margin-left: 0;
	min-height: 0;
	min-height: initial;
	padding: 11.5rem 3rem 5rem;
}

.use__item-image {
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.use__item-title {
	padding-left: 4.875rem;
}

.use__item-title::before {
	height: 2.25rem;
	top: 48%;
	transform: translateY(-50%);
	width: 2.25rem;
}

.use__item-title h3 {
	font-size: max(1.25rem, min(5vw, 2.1875rem));
	line-height: 1.3;
}

.use__item-text {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 3;
}

.use__item-text--narrow {
	line-height: 3;
}

.voice__title {
	padding-left: 0;
	padding-top: 15rem;
}

.voice__title::before {
	left: 50%;
	max-width: 15.1875rem;
	top: 0;
	transform: translateX(-50%);
}

.voice__title .section-title h2 {
	font-size: max(1rem, min(3vw, 2.3125rem));
}

.voice__title .section-title__largeText::before {
	border-bottom: 4px solid #51AAE0;
	border-right: 4px solid #51AAE0;
	left: 0;
}

.voice__title .section-title__largeText::after {
	border-bottom: 4px solid #51AAE0;
	border-right: 4px solid #51AAE0;
	bottom: 0;
}

.voice__talks-wrap {
	gap: 5.125rem;
	margin-top: 7.375rem;
	max-width: none;
	max-width: initial;
}

.voice__talks {
	gap: 5.125rem;
}

.voice__talk {
	padding-left: 12.75rem;
}

.voice__talk--company {
	padding-left: 0;
	padding-right: 12.75rem;
}

.voice__talk-people {
	left: 0;
}

.voice__talk-people--company {
	left: auto;
	left: initial;
	right: 0;
}

.voice__talk-target {
	font-size: max(1rem, min(3vw, 1.25rem));
	line-height: 1.4545454545;
}

.voice__talk-text {
	font-size: max(1rem, min(4vw, 1.75rem));
	line-height: 1.5;
	padding: 2.375rem;
}

.worry::before {
	aspect-ratio: 1560/631;
	background-image: url(../images/worry/worry-deco-05--sp.png);
}

.worry::after {
	height: 4.5625rem;
}

.worry__inner::before {
	aspect-ratio: 1510/572;
	background-image: url(../images/worry/worry-deco-04--sp.png);
	bottom: -21.25rem;
	max-width: 43.75rem;
}

.worry__title::before {
	left: calc(50% - min(47vw, 45.625rem));
	top: -6.25rem;
}

.worry__title::after {
	right: calc(50% - min(47vw, 45.625rem));
	top: -6.25rem;
}

.worry__title h2 {
	font-size: max(0.6875rem, min(3vw, 2.3125rem));
}

.worry__items {
	grid-template-columns: 1fr;
	margin-top: 4.375rem;
}

.worry__item {
	align-items: flex-start;
	min-height: 13.625rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.worry__item::before {
	height: 3.3125rem;
	top: -1rem;
	width: 3.3125rem;
}

.worry__item p {
	font-size: max(1rem, min(4.5vw, 1.75rem));
	line-height: 1.5;
}

}

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

.u-st {
	display: block;
	line-height: 0;
}

.comparison__title h2 {
	font-size: max(1rem, min(5vw, 2.625rem));
	white-space: nowrap;
}

.concern__bottomText::before {
	left: -7%;
	top: -7.5rem;
	width: 5rem;
}

.concern__bottomText::after {
	right: -6%;
	top: -5.75rem;
	width: 4.5rem;
}

.contact-detail__buttons {
	gap: 2.5rem;
}

.field__items {
	grid-template-columns: 1fr;
	row-gap: 2.5rem;
}

.field__item {
	padding-bottom: 2.5rem;
}

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

.field__item-title p {
	margin-top: 1.25rem;
}

.field__bottom-content {
	margin-top: 6.25rem;
}

.field__bottom-content-text {
	white-space: nowrap;
}

.mv::before {
	right: -9.25rem;
	top: -2.8125rem;
	width: 100%;
}

.mv::after {
	width: 100%;
}

.mv__companyLogo {
	height: 9.5rem;
	width: 10.125rem;
}

.mv__companyLogo a {
	height: 5.25rem;
	width: 5.25rem;
}

.mv__body {
	gap: 3.75rem;
}

.mv__content-head p {
	font-size: max(1.5rem, min(5vw, 2.8125rem));
	white-space: nowrap;
}

.mv__content-head--deco::before {
	height: auto;
	top: -0.3rem;
	width: 25%;
}

.mv__content-circleItems {
	align-items: center;
	flex-direction: column;
	margin-top: 3.75rem;
}

.mv__content-circleItem {
	max-width: 20rem;
	width: 70vw;
}

.mv__content-circleItem p {
	font-size: max(0.875rem, min(3vw, 1.125rem));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	top: 53%;
}

.mv__content-circleItem span {
	font-size: max(1.125rem, min(5vw, 1.4375rem));
}

.mv__button-wrap {
	margin-top: 11.25rem;
	padding-top: 1.875rem;
}

.mv__button-wrap-title {
	top: -21%;
}

.mv__button-wrap-title::before {
	left: -10%;
	top: 82%;
}

.mv__button-wrap-title::after {
	right: -10%;
	top: 82%;
}

.mv__button-wrap-title p {
	line-height: 1.6;
	text-align: center;
}

.mv__button-wrap-title span {
	margin-left: 0;
	margin-top: 0.25rem;
}

.mv__button-wrap-button {
	margin-top: 0.625rem;
}

.mv__corporation-button {
	margin-top: 3.75rem;
}

.reason__title p {
	font-size: max(1.5rem, min(3.5vw, 1.625rem));
}

.reason__title p::before {
	top: -1.6875rem;
}

.reason__second-content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

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

.u-sm {
	display: block;
	line-height: 0;
}

.layout-padding__bottom-290--sm {
	padding-bottom: 18.125rem;
}

.achievement__title h2::before {
	height: 4.375rem;
	right: -3.125rem;
	width: 4.375rem;
}

.achievement__body {
	margin-top: 4.75rem;
}

.achievement__body::before {
	left: -9%;
	top: -6.5%;
}

.achievement__body::after {
	top: -6%;
}

.comparison__bottomText {
	margin-top: 3.75rem;
}

.comparison__pitfall {
	margin-top: 7.5rem;
}

.concern__body {
	margin-top: 3.75rem;
}

.concern__textblock {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.concern__textblock p:not(:first-child) {
	margin-top: 3.75rem;
}

.consultation__item {
	min-height: 0;
	min-height: initial;
	padding: 1.875rem 0;
}

.consultation__item-image {
	width: 63%;
}

.consultation__item-eng-title {
	font-size: max(0.875rem, min(5vw, 1.5rem));
}

.contact-button::before {
	right: 5%;
}

.contact-detail__button-line p {
	margin-top: 1.25rem;
}

.contact-detail__tel-title p {
	padding: 0 2.5rem 0.75rem;
}

.contact-detail__tel-number:hover {
	transform: scale(1.03);
}

.contact-detail__tel-number span {
	padding-left: 2.5rem;
}

.contact-detail__tel-number span::before {
	height: 2rem;
	width: 2rem;
}

.contact__button {
	margin-top: 3.125rem;
}

.field__title .section-title__largeText {
	font-size: max(2rem, min(5vw, 3.5rem));
}

.field__item-number {
	height: 4.75rem;
	left: -1.875rem;
	top: -1.875rem;
	width: 4.75rem;
}

.field__item-number p {
	font-size: 2.5rem;
}

.footer__nav {
	gap: 2.5rem;
}

.footer__tel-title p {
	padding: 0 2.5rem 0.75rem;
}

.footer__tel-number span {
	padding-left: 2.5rem;
}

.footer__tel-number span::before {
	height: 2rem;
	width: 2rem;
}

.message__title {
	top: 1.25rem;
}

.message__title h2 {
	padding-bottom: 1rem;
}

.message__title p {
	margin-top: 1rem;
}

.message__ceo-name {
	margin-top: 0.75rem;
}

.message__text {
	margin-top: 3.75rem;
}

.message__text p {
	font-size: max(1rem, min(4vw, 1.375rem));
}

.message__career {
	gap: 2.5rem;
	margin-top: 7.5rem;
	padding: 1.875rem 1.25rem;
}

.message__career p {
	font-size: max(1rem, min(4vw, 1.375rem));
}

.mv__content-head--large {
	font-size: max(1.75rem, min(7vw, 3.75rem));
}

.mv__button-wrap-text p {
	font-size: max(0.6875rem, min(3.5vw, 1.25rem));
	top: 46%;
}

.philosophy__content-largeText {
	white-space: nowrap;
}

.pitfall__title {
	left: 55%;
	right: auto;
	right: initial;
	top: -0.75rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.pitfall__title::before {
	left: -32%;
	top: -5.0625rem;
}

.pitfall__title::after {
	top: -4.5rem;
	width: 128%;
}

.pitfall__body {
	padding-top: 6.25rem;
}

.reason__title p {
	font-size: max(0.9375rem, min(3.5vw, 1.125rem));
}

.reason__title p::before {
	top: -2.125rem;
	width: 108%;
}

.reason__title h2 {
	white-space: nowrap;
}

.reason__title h3::before {
	height: 2px;
}

.reason__title h3::after {
	height: 2px;
}

.reason__second-content-textblock {
	margin-top: 3.75rem;
	padding: 1.25rem;
}

.reason__second-content-textblock p {
	padding-left: 2.5rem;
}

.reason__second-content-textblock p::before {
	height: 1.75rem;
	top: 0.3125rem;
	width: 1.75rem;
}

.reason__fourth-content {
	padding: 1.25rem;
}

.reason__fourth-content-left-title,
.reason__fourth-content-right-title {
	padding-bottom: 0.75rem;
}

.reason__fourth-content-bottomText {
	margin-top: 3.75rem;
}

.section-title__largeText {
	font-size: max(1.75rem, min(5vw, 3.5rem));
}

.solution-step__item {
	flex-direction: column;
	gap: initial;
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4.5rem;
}

.solution-step__item-number {
	font-size: 2.5rem;
}

.solution-step__item-image {
	flex: none;
	max-width: 9.25rem;
	min-width: 0;
	min-width: initial;
}

.solution-step__item-textblock {
	max-width: none;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.solution-step__item-title {
	text-align: center;
}

.solution-step__item-text {
	font-size: max(1rem, min(4vw, 1.75rem));
}

.solution__image {
	padding-right: 3.75rem;
}

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

.solution__textblock-title::before {
	height: 5.625rem;
	top: -1.375rem;
	width: 15.625rem;
}

.use__title h2 {
	white-space: nowrap;
}

.use__items {
	margin-top: 10rem;
}

.use__item {
	padding: 10rem 1.25rem 2.5rem;
}

.use__item-image {
	height: 13.75rem;
	width: 13.75rem;
}

.use__item-image img {
	width: 9.375rem;
}

.use__item-title {
	padding-left: 3.25rem;
}

.use__item-title::before {
	height: 1.875rem;
	width: 1.875rem;
}

.voice__title .section-title h2 {
	font-size: max(0.75rem, min(3vw, 1.75rem));
}

.voice__talk {
	padding-left: 28vw;
}

.voice__talk--company {
	padding-left: 0;
	padding-right: 28vw;
}

.voice__talk-people {
	width: 20vw;
}

.voice__talk-image {
	width: 20vw;
}

.voice__talk-target {
	font-size: max(0.75rem, min(3vw, 1rem));
}

.voice__talk-text {
	padding: 1.25rem;
}

.worry__inner::before {
	bottom: -12.875rem;
	max-width: 26.25rem;
}

.worry__item {
	min-height: 0;
	min-height: initial;
	padding: 2.1875rem 2.1875rem 1.875rem 2.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}




.header {
	z-index: 20;
	width: 100%;
	
	display:block;
}

.header__contents {
	display: flex;
	position: relative;
	align-items: center;

}

.header__logo a {
	display: block;
	padding: 15px;
	color: #000;
}

.header__logo img {
	width: 200px;
}

.header__nav {
	margin-left: auto;
}

.header__menu {
	display: flex;
	align-items: center;
}

.header__menu li {
	text-align: center;
}

.header__menu li a {
	display: block;
	padding: 22px 30px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.3s;
}

.header__menu li a span {
	display: inline-block;
	font-weight: normal;
	font-size: 10px;
}

.header__menu .header__contact a {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	background: #F04C2F;
	color: #fff;
	line-height: 1;
	font-size:15px;
}

.header__menu .header__contact img {
	width: 20px;
	margin-right: 10px;
}

.header__has-child:hover ul {
	visibility: visible;
	opacity: 1;
}

.header__submenu {
	display: flex;
	visibility: hidden;
	position: absolute;
	left: 50%;
	justify-content: center;
	width: auto;
	min-width: 80%;
	transform: translateX(-50%);
	background: #101B23;
	opacity: 0;
}

.header__submenu li {
	position: relative;
}

.header__submenu li::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #477A85;
	border-bottom: 2px solid #477A85;
	content: "";
}

.header__submenu li a {
	display: block;
	padding: 18px 45px;
	color: #fff;
	font-size:15px !important;
	transition: all 0.3s;
}


.menu-toggle {
	display: none;
	z-index: 40;
	position: relative;
	width: 50px;
	height: 50px;
	font-weight: bold;
	cursor: pointer;
}

.menu-toggle span {
	display: inline-block; 
	position: absolute;
	left: 12px;
	width: 55%;
	height: 3px;
	border-radius: 2px;
	background: #101B23;
	transition: all 0.4s;
}

.menu-toggle span:nth-of-type(1) {
	top: 15px;
}

.menu-toggle span:nth-of-type(2) {
	top: 23px;
}

.menu-toggle span:nth-of-type(3) {
	top: 31px;
}

.menu-toggle.active span {
	background: #fff;
}

.menu-toggle.active span:nth-of-type(1) {
	top: 18px;
	left: 14px;
	width: 45%;
	transform: translateY(6px) rotate(-45deg);
}

.menu-toggle.active span:nth-of-type(2) {
	opacity: 0; 
}

.menu-toggle.active span:nth-of-type(3) {
	top: 30px;
	left: 14px;
	width: 45%;
	transform: translateY(-6px) rotate(45deg);
}



#g-nav.panelactive {
	top: 0;
}



#g-nav.panelactive #g-nav-list {
	-webkit-overflow-scrolling: touch; 
	z-index: 20;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 0; /*陦ｨ遉ｺ縺吶ｋ鬮倥＆*/
	overflow: auto;
}


#g-nav ul { 
	z-index: 999;
}



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

.header__menu li a:hover {
	background: #101B23;
	color: #fff;
}

.header__has-child:hover > a {
	background: #101B23;
	color: #fff;
}

.header__submenu li a:hover {
	opacity: 0.6;
}

}


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

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	padding-bottom: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.header__contents {
	height: 80px;
}

.header__logo a {
	padding: 10px;
}

.header__nav {
	margin-left: 0;
}

.header__menu {
	display: block;
}

.header__menu li a {
	color: #fff;
	font-size: 18px;
}

.header__menu > li {
	position: relative;
	border-bottom: 1px solid #fff;
}

.header__menu > li:last-child {
	border-bottom: none;
}

.header__menu > li::before,
.header__menu > li::after {
	position: absolute;
	background: #477A85;
	content: "";
	transition: all 0.3s;
}
	.header__menu > li.nosub::before,
	.header__menu > li.nosub::after {
	position: none;
	background: #477A85;
	content: "";
	transition: all 0.3s;
}
	
.header__menu > li::before {
	top: 35px;
	right: 35px;
	width: 23px;
	height: 3px;
}

.header__menu > li::after {
	top: 25px;
	right: 45px;
	width: 3px;
	height: 23px;
}

.header__menu > li.nosub::before {
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}
.header__menu > li.nosub::after {
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}


.header__menu .header__contact {
	margin-top: 80px;
}

.header__menu .header__contact::before,
.header__menu .header__contact::after {
	display: none;
}

.header__menu .header__contact a {
	display: inline-block;
	width: 75%;
	max-width: 450px;
	padding: 20px 40px;
	background: #fff;
	color: #333;
	font-size: 20px;
	text-align: center;
}

.header__menu .header__contact img {
	width: 25px;
}

.header__has-child.active a {
	background: rgba(93, 124, 149, 0.7);
}

.header__has-child.active::before,
.header__has-child.active::after {
	background: #fff;
}

.header__has-child.active::after {
	transform: rotate(90deg);
}

.header__submenu { /*JSで制御するため一旦表示*/
	display: none;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	width: 100%; /*JSで制御するためCSSのアニメーションを切る*/
	transform: none;
	background: transparent; /*JSで制御するため一旦表示*/
	opacity: 1; /*JSのslidetoggleで表示させるため非表示に*/
	transition: none;
}

.header__submenu li::after {
	display: none;
}

.menu-toggle {
	display: block;
	margin-left: auto;
	cursor: pointer;
}

#g-nav {
	z-index: 20; /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed; /*ナビのスタート位置と形状*/
	top: -120%;
	left: 0;
	width: 100%;
	height: 100vh; /*ナビの高さ*/
	background: rgba(8, 23, 44, 0.9); /*動き*/
	transition: all 0.6s;
}

}


.c-menuList {
  font-size: 0.9523809524em;
  font-weight: 400;
  line-height: 1.45;
	margin-top:50px;
}
.c-menuList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5em 2em;
  background: #fff;
}
.c-menuList__item:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-menuList__label {
  width: 11em;
  font-size: 1.45em;
  font-weight: 700;
}
.c-menuList__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18.75em;
  margin: 0 1em;
  line-height: 1.2;
  text-align: center;
}
.c-menuList__price--item:not(:last-child) {
  padding-bottom: 1.6em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid var(--light-grey-three);
}
.c-menuList__price--item:not(:last-child).or {
  position: relative;
}
.c-menuList__price--item:not(:last-child).or::after {
  content: "または";
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 0.8em;
  line-height: 1;
  position: absolute;
  bottom: -0.9em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-menuList__detail {
  width: 18.2em;
}

@media screen and (max-width:992px) {
  .c-menuList {
    font-size: 0.8em;
  }
  .c-menuList__label {
    font-size: 1.4em;
  }
}

@media screen and (max-width:768px) {
	 .c-menuList {
    font-size: inherit;
  }
  .c-menuList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 1em;
  }
  .c-menuList__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1em;
    text-align: center;
  }
  .c-menuList__price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2em;
  }
  .c-menuList__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.u-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1em;

}
.u-price__times {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-price__times.center {
  -ms-flex-item-align: center;
      align-self: center;
}
.u-price__num {
  margin: 0 0.2571428571em;
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1;
}
.u-price__num > span {
  font-size: 0.5714285714em;
}

.u-priceLabel {
  font-size: 0.8em;
}

.c-checkList + .c-note {
  margin-top: 0.7em;
}
.c-checkList__item {
  padding-left: 1.4em;
  position: relative;
}
.c-checkList__item::before {
  content: "";
  width: 1em;
  height: 0.9em;
  background: url(../../img/icon_check.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.c-checkList__item:not(:last-child) {
  margin-bottom: 1.5em;
}

.page-title{
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
}


.kaisha {
width: 100%;
margin-top:30px;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

.kaisha td{
	text-align:left;

}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
	
	
	
}


/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
	margin-top:50px;
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
	width:100%;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}


.pbox h2 {
            border-bottom: 2px solid #333;
            padding-bottom: 5px;
            margin-top: 20px;
        }
        .pbox p {
            margin: 10px 0;
        }
        .pbox ul {
            padding-left: 20px;
        }


.faq{
	margin-top:50px;
}

.qa-6 {
	
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


.single-content__body {
	line-height: 1.8;
	font-size: 1rem;
	color: #333;
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 1rem;
  }
  
  .single-content__body p {
	margin-bottom: 1.5em;
  }
  
  .single-content__body h2 {
	font-size: 1.5rem;
	margin-top: 2.5em;
	margin-bottom: 1em;
	font-weight: bold;
	border-left: 5px solid #0077cc;
	padding-left: 0.75em;
	color: #0077cc;
  }
  
  .single-content__body h3 {
	font-size: 1.25rem;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #444;
	border-left: 4px solid #ccc;
	padding-left: 0.6em;
  }
  
  .single-content__body ul,
  .single-content__body ol {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 1em;
  }
  
  .single-content__body li {
	margin-bottom: 0.5em;
  }
  
  .single-content__body a {
	color: #0077cc;
	text-decoration: underline;
  }
  
  .single-content__body a:hover {
	text-decoration: none;
	color: #005fa3;
  }
  

.top-news {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.top-news .inner {
  max-width: 960px;
  margin: 0 auto;
}

.top-news__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-left: 5px solid #0077cc;
  padding-left: 15px;
  color: #0077cc;
}

.top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-news__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.top-news__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.top-news__link:hover {
  color: #0077cc;
}

.top-news__date {
  font-size: 0.9rem;
  color: #999;
  margin-right: 15px;
  min-width: 100px;
}

.top-news__text {
  font-size: 1rem;
  flex: 1;
}


/* ナビゲーション全体 */
.post-navigation {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

/* ボタンの共通デザイン */
.nav-btn {
    display: inline-block;
    padding: 10px 18px;
    margin-right: 10px;
    background-color: #f5f5f5;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #ddd;
}

.nav-btn:hover {
    background-color: #e8e8e8;
}

/* 前後ナビゲーションの配置 */
.next-prev-links {
    margin-top: 15px;
}

/* 前・次ボタンだけ少し装飾 */
.prev-btn {
    margin-right: 10px;
}

.next-btn {
    margin-left: 10px;
}

/* SP対応 */
@media (max-width: 768px) {
    .nav-btn {
        display: block;
        margin: 10px 0;
    }
}
