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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* 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 */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

/* 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.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

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

.wrapper {
	position: relative;
	z-index: 0;
}

.wrapper::before {
	background-image: url("../images/bg.webp");
	background-position: center;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.container {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
	width: 100%;
}

.footer-fixed-links {
	bottom: 0;
	margin-top: -30px;
	position: sticky;
	width: 100%;
	z-index: 1000;
}

.footer-fixed-links__container {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.achievements-links__diagnosis,
.achievements-links__phone {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	text-decoration: none;
}

.footer-fixed-links__phone,
.footer-fixed-links__diagnosis {
	-webkit-text-decoration: none;
	align-items: center;
	display: inline-flex;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.footer-fixed-links__phone::after,
.footer-fixed-links__diagnosis::after {
	animation: 4s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	transform: skewX(-15deg);
	width: 100%;
}

.footer-fixed-links__phone::after {
	top: 0;
}

.footer-fixed-links__diagnosis::after {
	top: 19%;
}

.achievements-links__diagnosis-box,
.achievements-links__phone-box,
.footer-fixed-links__phone-box,
.footer-fixed-links__diagnosis-box {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.achievements-links__phone-box,
.footer-fixed-links__phone-box {
	position: relative;
}

.achievements-links__diagnosis-box img,
.achievements-links__phone-box img,
.footer-fixed-links__phone-box img,
.footer-fixed-links__diagnosis-box img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.achievements-links__phone-number,
.faq-links__phone-number,
.footer-fixed-links__phone-number {
	color: #ffffff;
	font-family: "Roboto", serif;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.achievements-links__phone-number,
.faq-links__phone-number {
	font-size: 54px;
}

.footer-fixed-links__phone-number {
	font-size: 46px;
}

.footer-fixed-links__phone-number {
	left: 50%;
	top: 63%;
	transform: translate(-50%, -50%);
}

.faq-links__phone-number,
.achievements-links__phone-number {
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
}

.achievements__inner {
	background-color: #f6ede8;
}

.fv__image,
.customer-concerns__image,
.achievements__image,
.achievements__image-box,
.reasons__image,
.services__image,
.faq__image-box,
.contact__image {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.fv__image img,
.customer-concerns__image img,
.achievements__image img,
.achievements__image-box img,
.reasons__image img,
.services__image img,
.faq__image-box img,
.contact__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.achievements__image-box,
.faq__image-box {
	align-items: center;
	display: flex;
	position: relative;
}

.achievements__overlay,
.faq__overlay {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	transform: translateX(-50%);
	width: 73.3%;
	z-index: 2;
}

.achievements__overlay {
	bottom: 410px;
	gap: 40px;
}

.faq__overlay {
	bottom: 184px;
}

.faq__outer {
	background-color: #f6ede8;
	padding: 32px 40px 88px;
}

.contact__inner {
	background-color: #f6ede8;
	padding: 32px 50px 0px;
}

.faq__title-box,
.contact__title-box {
	margin: 0 auto;
	padding-bottom: 56px;
}

.faq__title,
.contact__title {
	color: #0f2a3b;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.faq__title {
	line-height: 1.8;
}

.contact__title {
	line-height: 2;
	margin-bottom: 48px;
}

.faq__item {
	background-color: #f6ede8;
	border: 1px solid #022b3d;
	border-radius: 10px;
	margin-bottom: 56px;
	overflow: hidden;
}

.faq__question {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #022b3d;
	border: none;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 32px 50px 32px 22px;
	text-align: left;
	width: 100%;
}

.faq__mark {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.faq__mark--answer {
	color: #f44e1f;
}

.faq__question-outer,
.faq__answer-outer {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
}

.faq__question-outer {
	display: block;
	position: relative;
}

.faq__question-outer::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #ffffff;
	content: "";
	height: 0;
	position: absolute;
	right: -25px;
	top: 47%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	width: 0;
}

.faq__question-outer.is-open::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq__answer-outer {
	background-color: #ffffff;
	padding: 32px 24px;
	width: inherit;
}

.faq__text {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0;
}

.faq__text--answer {
	color: #022b3d;
	letter-spacing: 0.12em;
	line-height: 1.85;
}

.form__label {
	color: #022b3d;
	display: block;
	font-size: 26px;
	font-weight: 700;
	margin-top: 7px;
}

.form__label span.form__required {
	background-color: #f44e1f;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-left: 8px;
	padding: 0 10px 2px;
}

.form__label input[type=text],
.form__label input[type=email],
.form__label textarea {
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	color: #022b3d;
	display: block;
	font-size: 26px;
	margin-top: 18px;
	padding: 16px;
	width: 100%;
}

.form__label input[type=text]::-moz-placeholder,
.form__label input[type=email]::-moz-placeholder,
.form__label textarea::-moz-placeholder {
	color: #757575;
	font-weight: 500;
}

.form__label input[type=text]::placeholder,
.form__label input[type=email]::placeholder,
.form__label textarea::placeholder {
	color: #757575;
	font-weight: 500;
}

.form__label textarea {
	height: 180px;
	resize: vertical;
}

.form__submit-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.form__submit {
	background: linear-gradient(180deg, #ffa100 0%, #fc5500 11%, #d66a00 94%, #874100 100%);
	border: none;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 36px;
	font-weight: 700;
	height: 110px;
	margin: 0 auto;
	transition: opacity 0.3s ease;
	width: 560px;
}

.form__submit-wrap::after {
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ffffff;
	border-top: 8px solid transparent;
	content: "";
	height: 12px;
	position: absolute;
	right: 85px;
	top: 40%;
	transform: translateY(-40%);
	width: 12px;
}

.wpcf7-response-output {
	font-size: 26px;
}

.company-info {
	background-color: #022b3d;
	color: #ffffff;
	padding: 100px 77px 32px;
}

.company-info__inner {
	margin: 0 auto;
	width: 100%;
}

.company-info__list {
	grid-gap: 18px;
	display: grid;
	gap: 18px;
}

.company-info__item {
	align-items: flex-start;
	display: flex;
}

.company-info__term,
.company-info__desc {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.company-info__term {
	border-right: 1px solid #ffffff;
	color: #ffffff;
	flex-shrink: 0;
	width: 19%;
}

.company-info__desc {
	flex-grow: 1;
	line-height: 1.5;
	padding-left: 20px;
}

.company-info__desc a {
	color: #ffffff;
}

.company-info__copyright {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 100px;
	text-align: center;
}

.voice-slider {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.voice-slider .swiper-wrapper {
	display: flex;
}

.voice-slider .swiper-slide {
	display: flex;
	justify-content: center;
}

.voice-slide {
	margin: 0 auto;
	padding: 55px;
	width: 100%;
}

.voice-slide__image {
	display: flex;
	min-height: 510px;
	position: relative;
}

.voice-slide__image .before,
.voice-slide__image .after {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	width: 50%;
}

.voice-slide__image .arrow {
	height: 90px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
}

.voice-slide__image .arrow::after {
	background: url(../images/achievements-orange-arrow.png) no-repeat center center;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.voice-slide__content {
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.bubble-img {
	display: block;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: -66px;
	width: 75.65%;
}

.bubble-text {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	left: 62%;
	position: absolute;
	text-align: left;
	top: -40px;
	transform: translateX(-50%);
	width: 385px;
}

.bubble-img--one {
	display: block;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: -200px;
	width: 75.65%;
}

.bubble-text--one {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	left: 62%;
	position: absolute;
	text-align: left;
	top: -180px;
	transform: translateX(-50%);
	width: 385px;
}

.voice-slide__person,
.voice-slide__person--one {
	margin-top: 20px;
}

.voice-slide__person img {
	height: auto;
	left: 10px;
	position: absolute;
	top: -60px;
	width: 175px;
}

.voice-slide__person--one img {
	height: auto;
	left: 10px;
	position: absolute;
	top: -205px;
	width: 175px;
}

.voice-text-box {
	background-color: #fefef2;
	border: 3px solid #022b3d;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin-top: 164px;
	padding: 40px;
	position: relative;
	width: 100%;
	z-index: 500;
}

.voice-text {
	color: #333333;
	flex-grow: 1;
	font-size: 30px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
}

.voice-name {
	color: #022b3d;
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
	text-align: right;
}

.swiper-pagination {
	display: none;
}

.voice-slider__nav {
	display: flex;
	gap: 60px;
	justify-content: center;
	position: static;
	transform: none;
}

.swiper-button-prev,
.swiper-button-next {
	all: unset !important;
	cursor: pointer !important;
	display: block !important;
	height: 80px !important;
	position: relative !important;
	transition: opacity 0.3s ease !important;
	width: 80px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	all: unset !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	content: "" !important;
	display: block !important;
	height: 100% !important;
	width: 100% !important;
}

.swiper-button-prev::after {
	background-image: url("../images/achievements-swiper-arrow-before.webp") !important;
}

.swiper-button-next::after {
	background-image: url("../images/achievements-swiper-arrow-after.webp") !important;
}

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

@media (hover: hover) and (pointer: fine) {

.achievements-links__diagnosis:hover,
.achievements-links__phone:hover,
.footer-fixed-links__phone:hover,
.footer-fixed-links__diagnosis:hover {
	opacity: 0.8;
}

.form__submit:hover {
	opacity: 0.8;
}

.company-info__desc a:hover {
	opacity: 0.8;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.8 !important;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.achievements-links__phone-number,
.faq-links__phone-number {
	font-size: 7vw;
}

.footer-fixed-links__phone-number {
	font-size: 5.3vw;
}

.achievements__overlay {
	bottom: 50vw;
	gap: 5vw;
}

.faq__overlay {
	bottom: 23vw;
}

.faq__outer {
	padding: 4vw 5vw 11vw;
}

.contact__inner {
	padding: 4vw 6.25vw 0vw;
}

.faq__title-box,
.contact__title-box {
	padding-bottom: 7vw;
}

.faq__title,
.contact__title {
	font-size: 4vw;
}

.contact__title {
	margin-bottom: 6vw;
}

.faq__item {
	margin-bottom: 7vw;
}

.faq__question {
	font-size: 3.75vw;
	padding: 4vw 6.25vw 4vw 2.75vw;
}

.faq__mark {
	font-size: 4vw;
}

.faq__question-outer::after {
	border-left: 1.25vw solid transparent;
	border-right: 1.25vw solid transparent;
	border-top: 1.875vw solid #ffffff;
	right: -3.125vw;
}

.faq__answer-outer {
	padding: 4vw 3vw;
}

.faq__text {
	font-size: 3.5vw;
}

.form__label span.form__required {
	font-size: 2.25vw;
	padding: 0 1.25vw 0.25vw;
}

.form__label input[type=text],
.form__label input[type=email],
.form__label textarea {
	font-size: 3.25vw;
	margin-top: 2.25vw;
	padding: 2vw;
}

.form__label textarea {
	height: 22.5vw;
}

.form__label {
	font-size: 3.25vw;
}

.form__submit {
	font-size: 4.5vw;
	height: 13.75vw;
	width: 70vw;
}

.form__submit-wrap::after {
	border-bottom: 1vw solid transparent;
	border-left: 1vw solid #ffffff;
	border-top: 1vw solid transparent;
	height: 1.5vw;
	right: 10.625vw;
	top: 7vw;
	width: 1.5vw;
}

.wpcf7-response-output {
	font-size: 3.25vw;
}

.company-info {
	padding: 12.5vw 9.625vw 4vw;
}

.company-info__list {
	gap: 2.5vw;
}

.company-info__term,
.company-info__desc {
	font-size: 3.25vw;
}

.company-info__desc {
	padding-left: 2.5vw;
}

.company-info__copyright {
	font-size: 2.5vw;
	margin-top: 12.5vw;
}

.voice-slide {
	padding: 6.875vw;
}

.voice-slide__image {
	min-height: 63.75vw;
}

.voice-slide__image .arrow {
	height: 11.25vw;
	width: 7.5vw;
}

.voice-slide__content {
	margin-top: 2.5vw;
}

.bubble-img {
	top: -7.5vw;
}

.bubble-text {
	font-size: 4.375vw;
	top: -4.375vw;
	width: 48.125vw;
}

.bubble-img--one {
	top: -25vw;
}

.bubble-text--one {
	font-size: 4.375vw;
	top: -22.5vw;
	width: 48.125vw;
}

.voice-slide__person,
.voice-slide__person--one {
	margin-top: 2.5vw;
}

.voice-slide__person img {
	left: 1.25vw;
	top: -7.5vw;
	width: 21.875vw;
}

.voice-slide__person--one img {
	left: 1.25vw;
	top: -25.6vw;
	width: 21.875vw;
}

.voice-text-box {
	border-radius: 1.25vw;
	margin-top: 20.5vw;
	padding: 5vw;
}

.voice-text {
	font-size: 3.75vw;
}

.voice-name {
	font-size: 3.75vw;
}

.voice-slider__nav {
	gap: 7.5vw;
}

.swiper-button-prev,
.swiper-button-next {
	height: 10vw !important;
	width: 10vw !important;
}

.outer {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes shine {

20% {
	left: 100%;
}

100% {
	left: 100%;
}

}


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