body {
	font-family: "", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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 {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-cta {
	left: 50%;
	opacity: 0;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
}

.c-cta.is-bottom {
	bottom: 20px;
	bottom: 1.25rem;
	opacity: 1;
	top: auto;
	visibility: visible;
}

.c-cta.is-top {
	bottom: auto;
	opacity: 1;
	top: 20px;
	top: 1.25rem;
	visibility: visible;
}

.c-cta__link {
	display: block;
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

.c-cta__img {
	-webkit-animation: popup 3s linear infinite;
	animation: popup 3s linear infinite;
}

.l-footer {
	background: #4f5052;
	padding: 24px 0;
	padding: 1.5rem 0;
	text-align: center;
	width: 100%;
}

.l-footer__item {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__link {
	display: inline-block;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
}

.l-footer__slash {
	display: none;
}

.l-footer__copyright {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 520px;
	max-width: 32.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-company {
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-company__container {
	margin-inline: auto;
	max-width: 520px;
	max-width: 32.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-company__content {
	text-align: center;
}

.p-company__title {
	display: inline-block;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
}

.p-company__table {
	background: #f7f7f7;
	border-radius: 25px;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 30px;
	padding: 1.875rem;
}

.p-company__item {
	border-bottom: 1px solid #d7d7d7;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
}

.p-company__itemName {
	padding: 16px 0 9px 15px;
	padding: 1rem 0 0.5625rem 0.9375rem;
	position: relative;
}

.p-company__itemName::before {
	border-left: 2px solid #ffd800;
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-company__itemData {
	padding: 9px 0 14px;
	padding: 0.5625rem 0 0.875rem;
}

.p-top img,
.p-top source,
.p-top picture {
	margin-inline: auto;
	display: block;
	width: 100%;
}

.p-fv {
	width: 100%;
}

.p-fv_img1 {
	width: 100%;
}

.p-s1 {
	padding: 66px 0 74px;
	padding: 4.125rem 0 4.625rem;
}

.p-s1_img1 {
	max-width: 495px;
	max-width: 30.9375rem;
	width: 100%;
}

.p-s1_img3 {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-s1_img4 {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-s1_img5 {
	margin-top: 56px;
	margin-top: 3.5rem;
	max-width: 433px;
	max-width: 27.0625rem;
	width: 100%;
}

.p-s1_img6 {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-s2 {
	padding: 21px 0 49px;
	padding: 1.3125rem 0 3.0625rem;
	position: relative;
}

.p-s2_img0 {
	bottom: 0;
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s2_img1 {
	max-width: 542px;
	max-width: 33.875rem;
	width: 100%;
}

.p-s2_img2 {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-s2_img3 {
	margin-top: 66px;
	margin-top: 4.125rem;
}

.p-s2_img4 {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-s3 {
	padding: 53px 0 52px;
	padding: 3.3125rem 0 3.25rem;
	position: relative;
}

.p-s3_img0 {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s3_img2 {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-s4 {
	background: #def2f5;
	padding: 57px 0 43px;
	padding: 3.5625rem 0 2.6875rem;
}

.p-s4_img2 {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-s4_img3 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-s4_img4 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-s5 {
	background: #f5f5f5;
	padding: 53px 0 40px;
	padding: 3.3125rem 0 2.5rem;
}

.p-s5_img1 {
	max-width: 427px;
	max-width: 26.6875rem;
	width: 100%;
}

.p-s5_img2 {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-s6 {
	padding: 55px 0 43px;
	padding: 3.4375rem 0 2.6875rem;
}

.p-s6_img1 {
	max-width: 520px;
	max-width: 32.5rem;
	width: 100%;
}

.p-s6_img2 {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-s6_img3 {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-s6_img4 {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-s6_img5 {
	margin-top: 58px;
	margin-top: 3.625rem;
}

.p-s6_img6 {
	margin-top: 58px;
	margin-top: 3.625rem;
}

.p-s6_img7 {
	margin-top: 67px;
	margin-top: 4.1875rem;
	max-width: 485px;
	max-width: 30.3125rem;
	width: 100%;
}

.p-s7 {
	background: #def2f5;
	padding: 70px 0 34px;
	padding: 4.375rem 0 2.125rem;
}

.p-s7_img1 {
	max-width: 520px;
	max-width: 32.5rem;
	width: 100%;
}

.p-s7_img2 {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-s7_img3 {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-s7_img4 {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-s7_img5 {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-s8 {
	background: #f5f5f5;
	padding: 38px 0 53px;
	padding: 2.375rem 0 3.3125rem;
}

picture.p-s8_img1 {
	max-width: 610px;
	max-width: 38.125rem;
	width: 42.3611111111%;
}

.p-s8_img3 {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-s8_img4 {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-s8_img5 {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-s8_img6 {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.u-anime-fadeup {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
}

.u-anime-fadeup.is-active {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	opacity: 1;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1111111111vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-cta__link {
	max-width: 58.125rem;
}

.l-footer__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0.5rem;
}

.l-footer__item {
	font-size: 1.5rem;
}

.l-footer__link {
	padding: 0.5rem 0.75rem;
}

.l-footer__slash {
	background: #fff;
	display: block;
	height: 1.5rem;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 0.1875rem;
}

.l-footer__copyright {
	font-size: 1.5rem;
	margin-top: 0;
}

.l-inner {
	max-width: 1540px;
	padding-left: 50px;
	padding-right: 50px;
}

.p-company {
	padding: 6.25rem 0;
}

.p-company__container {
	max-width: 90rem;
	padding-left: 50px;
	padding-right: 50px;
}

.p-company__title {
	font-size: 4rem;
}

.p-company__table {
	margin-top: 3.125rem;
	padding: 3.125rem;
}

.p-company__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
}

.p-company__itemName {
	padding: 1.1875rem 0 1.125rem 0.9375rem;
	width: 20rem;
}

.p-company__itemData {
	padding: 1.1875rem 0 1.125rem;
	width: calc(100% - 20rem);
}

.p-s1 {
	padding: 8.25rem 0 8.5625rem;
}

.p-s1_img1 {
	max-width: 61.875rem;
}

.p-s1_img3 {
	margin-top: 4.0625rem;
}

.p-s1_img4 {
	margin-top: 4.0625rem;
}

.p-s1_img5 {
	margin-top: 7rem;
	max-width: 54.125rem;
}

.p-s1_img6 {
	margin-top: 3.1875rem;
}

.p-s2 {
	padding: 5.125rem 0 11.1875rem;
}

.p-s2_img1 {
	max-width: 67.75rem;
}

.p-s2_img2 {
	margin-top: 5.6875rem;
}

.p-s2_img3 {
	margin-top: 8.3125rem;
}

.p-s2_img4 {
	margin-top: 8.75rem;
}

.p-s3 {
	padding: 6.6875rem 0 6.5625rem;
}

.p-s3_img2 {
	margin-top: 9.0625rem;
}

.p-s4 {
	padding: 6.6875rem 0 9.375rem;
}

.p-s4_img2 {
	margin-top: 3.75rem;
}

.p-s4_img3 {
	margin-top: 6.25rem;
}

.p-s4_img4 {
	margin-top: 6.25rem;
}

.p-s5 {
	padding: 6.5625rem 0 5.0625rem;
}

.p-s5_img1 {
	max-width: 53.375rem;
}

.p-s5_img2 {
	margin-top: 1.8125rem;
}

.p-s6 {
	padding: 6.875rem 0 5.4375rem;
}

.p-s6_img1 {
	max-width: 74.375rem;
}

.p-s6_img2 {
	margin-top: 6.8125rem;
}

.p-s6_img3 {
	margin-top: 7.4375rem;
}

.p-s6_img4 {
	margin-top: 7.1875rem;
}

.p-s6_img5 {
	margin-top: 7.25rem;
}

.p-s6_img6 {
	margin-top: 7.25rem;
}

.p-s6_img7 {
	margin-top: 8.375rem;
	max-width: 60.625rem;
}

.p-s7 {
	padding: 8.6875rem 0 4.25rem;
}

.p-s7_img1 {
	max-width: 76.375rem;
}

.p-s7_img2 {
	margin-top: 3.75rem;
}

.p-s7_img3 {
	margin-top: 4.875rem;
}

.p-s7_img4 {
	margin-top: 3.9375rem;
}

.p-s7_img5 {
	margin-top: 4.75rem;
}

.p-s8 {
	padding: 4.75rem 0 6.625rem;
}

.p-s8_img3 {
	margin-top: 4.9375rem;
}

.p-s8_img4 {
	margin-top: 4.9375rem;
}

.p-s8_img5 {
	margin-top: 4.1875rem;
}

.p-s8_img6 {
	margin-top: 4.1875rem;
}

}

@media (min-width: 1440px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes popup {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

5% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

10% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

15% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

20% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

55% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

60% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

65% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

70% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes popup {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

5% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

10% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

15% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

20% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

55% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

60% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

65% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

70% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}


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