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

body {
	font-weight: 500;
}

body {
	color: #5A5A5A;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

html.is-fixed {
	overflow: hidden;
}

*,
*::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;
}

button,
picture {
	display: block;
	width: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
}

.js-scroll-fade {
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
	-webkit-transition: all 0.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	transition: all 0.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.js-scroll-fade.--slow {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.is-scroll-fade {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-scroll-fade.--slow.is-scroll-fade {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.animation_delay1 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	animation-delay: 0.5s!important;
}

.js-arrow.animation_delay1::before {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.animation_delay2 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	animation-delay: 1s!important;
}

.js-arrow.animation_delay2::before {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.animation_delay3 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	animation-delay: 1.5s!important;
}

.js-arrow.animation_delay3::before {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.animation_delay4 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	animation-delay: 2s!important;
}

.js-arrow.animation_delay4::before {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.animation_delay5 {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
	animation-delay: 2.5s!important;
}

.animation_delay6 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
	animation-delay: 3s!important;
}

.animation_delay7 {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
	animation-delay: 3.5s!important;
}

.c-band {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#3B82C5), to(#004DA0));
	background: linear-gradient(to right, #3B82C5, #004DA0);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	font-size: 1.3125rem;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.c-boldTitle {
	color: #004DA0;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.5454545455;
	text-align: center;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #004DA0;
	border: 1px solid #004DA0;
	border: 0.0625rem solid #004DA0;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 0.9375rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-btn:hover {
	background: transparent;
	border: 1px solid #004DA0;
	border: 0.0625rem solid #004DA0;
	color: #004DA0;
}

.c-btn::before {
	background: url(../images/common/arrow_roung.svg) center center/contain no-repeat;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 23px;
	right: 1.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 24px;
	width: 1.5rem;
}

.c-btn:hover::before {
	background: url(../images/common/arrow_roung2.svg) center center/contain no-repeat;
}

.c-card {
	height: 100%;
	width: 100%;
}

.c-card__top {
	position: relative;
}

.c-card__top::before {
	background: url(../images/top/solution_bg.png) center center/contain no-repeat;
	content: "";
	height: 50px;
	height: 3.125rem;
	left: 2px;
	left: 0.125rem;
	position: absolute;
	top: 0;
	width: 167px;
	width: 10.4375rem;
}

.c-card__number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.105em;
	position: relative;
	width: 167px;
	width: 10.4375rem;
}

.c-card__number span:nth-child(1) {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	margin-left: 0.15em;
	-webkit-transform: translateY(-0.1875rem);
	transform: translateY(-0.1875rem);
}

.c-card__number span:nth-child(2) {
	font-size: 17px;
	font-size: 1.0625rem;
}

.c-card__img {
	margin-top: -15px;
	margin-top: -0.9375rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.c-card__img img {
	aspect-ratio: 454/322;
}

.c-card__content {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.c-card__item-title {
	color: #004DA0;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.105em;
}

.c-card__info {
	color: #5A5A5A;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.105em;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.c-card__cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-left: -0.4375rem;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.c-card__cat {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #93A7B7;
	border-radius: 1.0625rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 30px;
	height: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: -0.03em;
	margin-left: 7px;
	margin-left: 0.4375rem;
	margin-top: 7px;
	margin-top: 0.4375rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.c-hamburger {
	background-color: #004DA0;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 28px;
	width: 1.75rem;
}

.c-hamburger span:nth-child(1) {
	top: 26px;
	top: 1.625rem;
}

.c-hamburger span:nth-child(2) {
	top: 35px;
	top: 2.1875rem;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 31px;
	top: 1.9375rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	top: 31px;
	top: 1.9375rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.c-scroll {
	max-width: 250px;
	max-width: 15.625rem;
}

.c-subtitle {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.099em;
	line-height: 1.9444444444;
	text-align: center;
}

.c-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7333333333;
	letter-spacing: 0.05em;
}

.c-title__main {
	color: #004DA0;
	font-size: 25px;
	font-size: 1.5625rem;
	height: 38px;
	height: 2.375rem;
	letter-spacing: 0.105em;
	line-height: 1.44;
	margin: 0 auto;
	padding-bottom: 27px;
	padding-bottom: 1.6875rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-title__main svg {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-title__main::before {
	background: -webkit-gradient(linear, left top, right top, from(#3B82C5), to(#004DA0));
	background: linear-gradient(to right, #3B82C5, #004DA0);
	bottom: 0;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 73px;
	width: 4.5625rem;
}

.c-title__sub {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.105em;
	line-height: 1.5;
	margin-top: 19px;
	margin-top: 1.1875rem;
	text-align: center;
}

.c-title__main .blue {
	fill: #004DA0;
}

.c-title__main .white {
	fill: #e0e0e0;
}

.c-title__main .line {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.c-title__main.is-active .line {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.c-title__main .line_2 {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.l-air {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.l-apply {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.l-banner {
	margin-top: 66px;
	margin-top: 4.125rem;
}

.l-breaker {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.l-case {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.l-caseList {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.l-company {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.l-contact {
	margin-top: 81px;
	margin-top: 5.0625rem;
}

.l-contact--none {
	margin-top: 0;
}

.l-footer {
	margin-top: 74px;
	margin-top: 4.625rem;
}

.l-footer--none {
	margin-top: 0;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	margin-bottom: 0;
}

.l-is {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.l-lists {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.l-mv {
	padding-top: 63px;
	padding-top: 3.9375rem;
}

.l-partner {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.l-plan {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.l-privacy {
	margin-top: 63px;
	margin-top: 3.9375rem;
}

.l-reason {
	margin-top: 49px;
	margin-top: 3.0625rem;
}

.l-recruit {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.l-solution {
	margin-top: 145px;
	margin-top: 9.0625rem;
}

.l-solutions {
	margin-top: 80px;
	margin-top: 5rem;
}

.l-strong {
	margin-top: 69px;
	margin-top: 4.3125rem;
}

.l-subMv {
	padding-top: 63px;
	padding-top: 3.9375rem;
}

.l-support {
	margin-top: 48px;
	margin-top: 3rem;
}

.l-thanks {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.l-trouble {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.l-works {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-air {
	background: -webkit-gradient(linear, left top, left bottom, from(#E7F1FC), color-stop(80%, #C0DCFD));
	background: linear-gradient(to bottom, #E7F1FC, #C0DCFD 80%);
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
	padding-top: 81px;
	padding-top: 5.0625rem;
}

.p-air__title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 2.05;
	text-align: center;
}

.p-air__title img {
	margin: 0 auto;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	width: 65px;
	width: 4.0625rem;
}

.p-air__plus {
	color: #004DA0;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-air__text {
	color: #5A5A5A;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.7333333333;
	margin-top: 44px;
	margin-top: 2.75rem;
}

.p-air__figure-title {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.p-air__figure {
	margin-left: calc(50% - 50vw);
	margin-top: 55px;
	margin-top: 3.4375rem;
	overflow: scroll;
	padding: 0 25px;
	width: 100vw;
}

.p-air__figure--second .p-air__figure--img {
	display: block;
	margin: 0 auto;
	max-width: 816px;
	max-width: 51rem;
	min-width: 754px;
	min-width: 47.125rem;
}

.p-air__bf {
	display: none;
}

.p-air__grid {
	display: none;
}

.p-air__grid-img {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.p-air__grid-img p {
	display: none;
}

.p-air__grid-img:first-child p {
	color: #5A5A5A;
}

.p-air__grid-img:nth-child(2)::before,
.p-air__grid-img:nth-child(4)::before {
	/* background-color: #D8E9FD; */
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
}

.p-air__grid-img:nth-child(1) {
	z-index: 1;
}

.p-air__grid-img:nth-child(2) {
	margin-bottom: min(204px, 200px);
	margin-bottom: min(12.75rem, 200px);
	-webkit-transform: translateX(-0.3125rem);
	transform: translateX(-0.3125rem);
}

.p-air__grid-img:nth-child(3) {
	z-index: 1;
}

.p-air__grid-img:nth-child(4) {
	margin-bottom: 141px;
	margin-bottom: 8.8125rem;
	-webkit-transform: translateX(-0.3125rem);
	transform: translateX(-0.3125rem);
}

.p-air__grid-img:nth-child(6) {
	left: calc(50% - 4.0625rem);
	position: absolute;
	top: min(208px, 216px);
	top: min(13rem, 216px);
	width: min(136px, 134px);
	width: min(8.5rem, 134px);
}

.p-air__grid-img:nth-child(7) {
	position: absolute;
	right: min(48px, 55px);
	right: min(3rem, 55px);
	top: min(208px, 216px);
	top: min(13rem, 216px);
	width: min(136px, 134px);
	width: min(8.5rem, 134px);
}

.p-air__grid-img:nth-child(8) {
	position: absolute;
	right: 0;
	top: 0;
	width: 62%;
}

.p-air__figure-title {
	position: relative;
	text-align: center;
}

.p-air__figure-title span {
	background-color: #E2EEFC;
	border-left: 1px solid #004DA0;
	border-left: 0.0625rem solid #004DA0;
	border-right: 1px solid #004DA0;
	border-right: 0.0625rem solid #004DA0;
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.105em;
	padding: 0 10px;
	padding: 0 0.625rem;
	position: relative;
	z-index: 1;
}

.p-air__figure-title::before {
	background-color: #004DA0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-air__figure-title::after {
	background-color: #004DA0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-air__figure-title--air span {
	background-color: #DFECFC;
}

.p-air__figure-title--second span {
	background-color: #CEE4FD;
	display: inline-block;
}

.p-air__figure-subtext {
	color: #5A5A5A;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-left: auto;
	text-align: center;
}

.p-air__figure--img {
	min-width: 681px;
	min-width: 42.5625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-air__bigText {
	color: #004DA0;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.8235294118;
	margin-top: 79px;
	margin-top: 4.9375rem;
	text-align: center;
}

.p-air__bigText span {
	display: block;
	margin: 5px 0;
	margin: 0.3125rem 0;
}

.p-air__bigText + .p-air__title {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-air__merit {
	margin-top: 73px;
	margin-top: 4.5625rem;
}

.p-air__merit-title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.105em;
	text-align: center;
}

.p-air__lists {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	margin-top: 44px;
	margin-top: 2.75rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-air__list {
	border: 1px solid #004DA0;
	border: 0.0625rem solid #004DA0;
	border-radius: 1.5625rem;
	overflow: hidden;
	padding: 46px 25px;
	padding: 2.875rem 1.5625rem;
	position: relative;
}

.p-air__wrap {
	display: grid;
	grid-template-columns: 4.125rem 1fr;
	width: 100%;
}

.p-air__subtitle {
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8;
	margin: 0 auto;
	place-items: center;
	text-align: left;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-air__list-text {
	color: #5A5A5A;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.7333333333;
	margin-top: 24px;
	margin-top: 1.5rem;
}

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

.p-apply__top {
	margin-left: -2%;
	width: 104%;
}

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

.p-apply__form {
	margin-top: 76px;
	margin-top: 4.75rem;
}

.p-apply__tel {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.p-apply__number {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-banner__items {
	gap: 46px;
	gap: 2.875rem;
	display: grid;
}

.p-banner__item {
	-webkit-box-shadow: 0.125rem 0.3125rem 0.5rem rgba(0, 0, 0, .3);
	box-shadow: 0.125rem 0.3125rem 0.5rem rgba(0, 0, 0, .3);
	padding: 37px 27px 30px;
	padding: 2.3125rem 1.6875rem 1.875rem;
}

.p-banner__item-title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.17em;
	text-align: center;
}

.p-banner__item-subtitle {
	color: #C8C8C8;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.193em;
	text-align: center;
	text-transform: uppercase;
}

.p-banner__item-text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.7333333333;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-banner__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 23px;
	margin-top: 1.4375rem;
	width: 270px;
	width: 16.875rem;
}

.p-breaker {
	background: linear-gradient(120deg, #E7F1FC, #C0DCFD 60%);
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
	padding-top: 72px;
	padding-top: 4.5rem;
}

.p-breaker__title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 2.05;
	text-align: center;
}

.p-breaker__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.7333333333;
	margin-top: 44px;
	margin-top: 2.75rem;
}

.p-breaker__subtitle {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 1.8888888889;
	margin-top: 52px;
	margin-top: 3.25rem;
	text-align: center;
}

.p-breaker__figure {
	margin-left: calc(50% - 50vw);
	margin-top: 60px;
	margin-top: 3.75rem;
	overflow: scroll;
	padding: 0 25px;
	width: 100vw;
}

.p-breaker__figure-inner {
	min-width: 925px;
	min-width: 57.8125rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
}

.p-breaker__figure--second .p-breaker__figure-inner {
	min-width: 652px;
	min-width: 40.75rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.p-breaker__imgs {
	display: none;
}

.p-breaker__imgs2 {
	display: none;
}

.p-breaker__grid:nth-child(2) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: min(252px, 243px);
	margin-bottom: min(15.75rem, 243px);
	position: relative;
}

.p-breaker__grid:nth-child(4) {
	bottom: 420px;
	bottom: 26.25rem;
	left: calc(50% - 4.625rem);
	position: absolute;
	width: 147px;
	width: 9.1875rem;
}

.p-breaker__grid2:nth-child(2) {
	margin-top: 112px;
	margin-top: 7rem;
	position: relative;
}

.p-breaker__grid:nth-child(2)::before,
.p-breaker__grid2:nth-child(2)::before {
	/* background-color: #C7E0FD; */
	
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.p-breaker__grid2:nth-child(4) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-breaker__wrap {
	gap: 41px;
	gap: 2.5625rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 79px;
	margin-top: 4.9375rem;
}

.p-breaker__content--before {
	color: #5A5A5A;
}

.p-breaker__content--after {
	color: #004DA0;
}

.p-breaker__content-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3.1875rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	height: 41px;
	height: 2.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.105em;
	margin: 0 auto;
	max-width: 325px;
	max-width: 20.3125rem;
	text-align: center;
}

.p-breaker__content-title--before {
	background-color: #5A5A5A;
}

.p-breaker__content-title--after {
	background: -webkit-gradient(linear, left top, right top, from(#0079C2), to(#004DA0));
	background: linear-gradient(to right, #0079C2, #004DA0);
}

.p-breaker__content-bigText {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 1.1578947368;
	margin-top: 23px;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-breaker__content-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.7333333333;
	margin: 0 auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-breaker__content-subtitle {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin: 0 auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 325px;
	max-width: 20.3125rem;
	position: relative;
}

.p-breaker__content-subtitle::before {
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-breaker__content--before .p-breaker__content-subtitle::before {
	background-color: #5A5A5A;
}

.p-breaker__grid:nth-child(1) .p-breaker__content-subtitle::before {
	background-color: #5A5A5A;
}

.p-breaker__content--after .p-breaker__content-subtitle::before {
	background-color: #004DA0;
}

.p-breaker__grid:nth-child(3) {
	color: #004DA0;
}

.p-breaker__grid:nth-child(3) .p-breaker__content-subtitle::before {
	background-color: #004DA0;
}

.p-breaker__content-subtitle span {
	padding-right: 13px;
	padding-right: 0.8125rem;
	position: relative;
	z-index: 1;
}

.p-breaker__content-subtitle + .p-breaker__content-text {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-breaker__works {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-breaker__grid-img {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-case {
	background-color: #E4EDF8;
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-case__title .c-title__main {
	height: 87px;
	height: 5.4375rem;
	width: 296px;
	width: 18.5rem;
}

.p-case__slider {
	margin: 0 auto;
	margin-top: 77px;
	margin-top: 4.8125rem;
	-webkit-transform: translateX(-0.5rem);
	transform: translateX(-0.5rem);
	width: 250px;
	width: 15.625rem;
}

.p-case__slider-item {
	margin: 0 5px;
	margin: 0 0.3125rem;
}

.p-case__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 52px;
	margin-top: 3.25rem;
	width: 270px;
	width: 16.875rem;
}

.p-caseList {
	background-color: #E4EDF8;
	padding-bottom: 76px;
	padding-bottom: 4.75rem;
	padding-top: 72px;
	padding-top: 4.5rem;
}

.p-caseList__title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.105em;
	text-align: center;
}

.p-caseList__btns {
	border: 1px solid #004DA0;
	border: 0.0625rem solid #004DA0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-caseList__btn {
	background-color: transparent;
	color: #004DA0;
	cursor: pointer;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.105em;
	padding: 2px 0;
	padding: 0.125rem 0;
	position: relative;
	text-align: center;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-caseList__btn:hover {
	opacity: 0.8;
}

.p-caseList__btn + .p-caseList__btn {
	border-left: 1px solid #004DA0;
	border-left: 0.0625rem solid #004DA0;
}

.p-caseList__btn.is-selected {
	background: -webkit-gradient(linear, left top, right top, from(#0079C2), to(#004DA0));
	background: linear-gradient(to right, #0079C2, #004DA0);
	color: #fff;
}

.p-caseList__btn.is-selected::before {
	border-color: #004DA0 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-width: 0.625rem 0.4375rem 0 0.4375rem;
	bottom: -9px;
	bottom: -0.5625rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.p-caseList__cards {
	gap: 65px;
	gap: 4.0625rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	margin-top: 75px;
	margin-top: 4.6875rem;
	width: 75%;
}

.p-caseList__card[data-category=factory],
.p-caseList__card[data-category=store] {
	display: none;
}

.p-caseList__bottombtn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 79px;
	margin-top: 4.9375rem;
	max-width: 270px;
	max-width: 16.875rem;
}

.p-caseList__bottombtn .c-btn {
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-company__top {
	font-size: 18px;
	font-size: 1.125rem;
	margin-left: -2%;
	width: 104%;
}

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

.p-company__table p + p {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-company__table a {
	background-color: #004DA0;
	color: #fff;
	display: inline-block;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding: 0px 5px;
	padding: 0rem 0.3125rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-company__table p:first-child {
	color: #004DA0;
	font-weight: bold;
}

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

.p-company__table dl {
	padding: 22px 0;
	padding: 1.375rem 0;
}

.p-company__table dl:not(:last-child) {
	border-bottom: 1px solid #C8C8C8;
}

.p-company__table dt {
	color: #004DA0;
	font-weight: bold;
	line-height: 2;
}

.p-company__table dd {
	line-height: 2;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-company__table dd.lh22 {
	line-height: 1.4666666667;
}

.p-company__table dd.lh26 {
	line-height: 1.7333333333;
}

.p-company__table dd span {
	display: none;
}

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

.p-company__map {
	margin-top: 20px;	
	margin-top: 1.25rem;
	margin-bottom: 4rem;
	padding-top: 62.5%;
	position: relative;
	width: 100%;
}

.p-company__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contact {
	background: url(../images/top/contact_bg_sp.jpg) center center/cover no-repeat;
	color: #fff;
	padding-bottom: 58px;
	padding-bottom: 3.625rem;
	padding-top: 53px;
	padding-top: 3.3125rem;
}

.p-contact__title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.087em;
	text-align: center;
}

.p-contact__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 23px;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-contact__btn {
	border: 1px solid #fff;
	border: 0.0625rem solid #fff;
	height: 117px;
	height: 7.3125rem;
	margin: 0 auto;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 324px;
	max-width: 20.25rem;
}

.p-contact__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
	font-size: 18px;
	font-size: 1.125rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 35px;
	padding-left: 2.1875rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-contact__btn a::before {
	background: url(../images/common/arrow_round.png) center center/contain no-repeat;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 23px;
	right: 1.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 24px;
	width: 1.5rem;
}

.p-contact__btn span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.p-contact__btn span:nth-child(2) {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-contact__btn span:nth-child(1) img {
	height: 21px;
	height: 1.3125rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	width: auto;
}

.p-contact__btn span:nth-child(2) img {
	height: 23px;
	height: 1.4375rem;
	margin-right: 3px;
	margin-right: 0.1875rem;
	width: auto;
}

.p-contact__btn img:nth-child(1) {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.p-contact__btn img:nth-child(2) {
	left: 0;
	position: absolute;
}

.p-contact__btn a:hover::before {
	background: url(../images/common/arrow_blue.png) center center/contain no-repeat;
}

.p-contact__btn a:hover {
	background-color: #fff;
	color: #004DA0;
}

.p-contact__btn a:hover img:nth-child(1) {
	opacity: 0;
}

.p-content {
	position: relative;
	z-index: 1;
}

.p-content__count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 111px;
	height: 6.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-top: -34px;
	margin-top: -2.125rem;
	position: relative;
	width: 111px;
	width: 6.9375rem;
}

.p-content__count-text {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	text-align: center;
}

.p-content__count-number {
	font-size: 29px;
	font-size: 1.8125rem;
	text-align: center;
}

.p-content__count-circle {
	z-index: 1;
}

.p-content__count-circle,
.p-content__count-circle2 {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 189px;
	width: 11.8125rem;
}

.p-content__count-circle circle {
	stroke: #004DA0;
	stroke-dasharray: 0 365;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.p-content__count-circle2 circle {
	stroke: #E5E6E6;
}
.p-content--sunlight .p-content__count-circle.is-active circle {
    stroke-dasharray: 263 403;
}
.p-content--plan .p-content__count-circle.is-active circle {
	stroke-dasharray: 109 365;
}

.p-content--breaker .p-content__count-circle.is-active circle {
	stroke-dasharray: 235 365;
}

.p-content--led .p-content__count-circle.is-active circle {
	stroke-dasharray: 265 365;
}

.p-content--forbusiness .p-content__count-circle.is-active circle {
	stroke-dasharray: 219 365;
}

.p-content--aircondition .p-content__count-circle.is-active circle {
	stroke-dasharray: 109 365;
}

.p-content__count-number .parcent {
	font-size: 21px;
	font-size: 1.3125rem;
}

.p-content__title {
	font-weight: bold;
	margin-left: -2%;
	width: 104%;
}

.p-content__text {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-drawer {
	background-color: #004DA0;
	color: #fff;
	display: none;
	height: calc(100% - 3.9375rem);
	max-width: 500px;
	max-width: 31.25rem;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 63px;
	top: 3.9375rem;
	width: 100%;
	z-index: 999;
}

.p-drawer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	min-height: 850px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 325px;
	max-width: 20.3125rem;
	padding-block: 3.75rem;
}

.p-drawer__lists {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
}

.p-drawer__list a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}

.p-drawer .p-footer__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.p-drawer .p-footer__logo {
	margin: 0 auto;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-drawer .p-footer__lists {
	margin: 0 auto;
	width: 254px;
	width: 15.875rem;
}

.p-drawer .p-footer__title {
	text-align: center;
}

.p-footer {
	background: -webkit-gradient(linear, left top, right top, from(#3B82C5), to(#004DA0));
	background: linear-gradient(to right, #3B82C5, #004DA0);
	color: #fff;
	overflow: hidden;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 57px;
	padding-top: 3.5625rem;
}

.p-footer__lists {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.p-footer__list + .p-footer__list {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-footer__list + .p-footer__list:not(.p-footer__list-sub) {
	margin-top: 1.5rem;
}

.p-footer__list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.p-footer__list img {
	margin-right: 9px;
	margin-right: 0.5625rem;
	width: 8px;
	width: 0.5rem;
	height: 0.875rem;
}

.p-totop {
    position: fixed;
    bottom: 0.75rem;
    right: 1.125rem;
    width: 3.375rem;
    transition: all 0.3s;
    cursor: pointer;
}

/* .p-footer__list:nth-child(3),
.p-footer__list:nth-child(4),
.p-footer__list:nth-child(5),
.p-footer__list:nth-child(2),
.p-footer__list:nth-child(6),
.p-footer__list:nth-child(7),
.p-footer__list:nth-child(9),
.p-footer__list:nth-child(10) {
	margin-left: 19px;
	margin-left: 1.1875rem;
} */

.p-footer__content {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.p-footer__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.193em;
	line-height: 2.1111111111;
}

.p-footer__logo {
	margin-top: 31px;
	margin-top: 1.9375rem;
	width: 254px;
	width: 15.875rem;
}

.p-footer__logo a {
	display: block;
}

.p-footer__info {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.3846153846;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-footer__info span {
	display: inline-block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 11px;
	margin-bottom: 0.6875rem;
}

.p-footer__copy {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-form__title {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-form__text {
	letter-spacing: 0.05em;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-form__row + .p-form__row {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-form__row dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 2;
}

.p-form__row dt .hissu {
	color: #BE0202;
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-form__row dd input[type=text],
.p-form__row dd input[type=tel],
.p-form__row dd input[type=email],
.p-form__row dd textarea {
	border: 1px solid #7E8387;
	border: 0.0625rem solid #7E8387;
	-webkit-box-shadow: 0 -0.1875rem -0.3125rem rgba(100, 100, 100, .2);
	box-shadow: 0 -0.1875rem -0.3125rem rgba(100, 100, 100, .2);
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	height: 40px;
	height: 2.5rem;
	padding: 0.5em;
	width: 100%;
}

.p-form__row dd textarea {
	height: 285px;
	height: 17.8125rem;
}

.p-form__row dd input::-moz-placeholder,
.p-form__row dd textarea::-moz-placeholder {
	color: #A5A5A5;
}

.p-form__row dd input::-webkit-input-placeholder,
.p-form__row dd textarea::-webkit-input-placeholder {
	color: #A5A5A5;
}

.p-form__row dd input::-moz-placeholder,
.p-form__row dd textarea::-moz-placeholder {
	color: #A5A5A5;
}

.p-form__row dd input::-ms-input-placeholder,
.p-form__row dd textarea::-ms-input-placeholder {
	color: #A5A5A5;
}

.p-form__row dd input::placeholder,
.p-form__row dd textarea::placeholder {
	color: #A5A5A5;
}

.p-form__row dd ul {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-form__row dd li {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.p-form__row dd li + li {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form__row dd span {
	padding-left: 24px;
	position: relative;
}

.p-form__row dd li span::before {
	background-color: #fff;
	border: 1px solid #7E8387;
	border: 0.0625rem solid #7E8387;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(60, 60, 60, .5) inset;
	box-shadow: 0 0.0625rem 0.1875rem rgba(60, 60, 60, .5) inset;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
}

.p-form__row dd li span::after {
	background-color: #004DA0;
	border-radius: 50%;
	content: "";
	display: none;
	height: 7px;
	left: 4px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
}

.p-form__row dd li input:checked + span::after {
	display: block;
}

.p-form__check {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form__check dd li span {
	display: inline-block;
	padding-left: 32px;
	padding-left: 2rem;
	position: relative;
}

.p-form__check dd li a {
	color: #004DA0;
	text-decoration: underline;
}

.p-form__check dd li span::before {
	background-color: #fff;
	border: 1px solid #7E8387;
	border: 0.0625rem solid #7E8387;
	-webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(60, 60, 60, .5) inset;
	box-shadow: 0 0.0625rem 0.1875rem rgba(60, 60, 60, .5) inset;
	content: "";
	height: 23px;
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 0%;
	width: 23px;
	width: 1.4375rem;
}

.p-form__check dd li span::after {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #004DA0;
	color: #fff;
	content: "✓";
	display: none;
	font-size: 16px;
	font-size: 1rem;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0%;
	position: absolute;
	top: 0;
	width: 23px;
	width: 1.4375rem;
}

.p-form__check dd li input:checked + span::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#form_submit {
	display: block;
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 29px;
	margin-top: 1.8125rem;
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

#form_submit input {
	color: #fff;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

#form_submit:hover input {
	color: #004DA0;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	color: #ff0000;
	display: block;
	margin-top: 5px;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav img {
	width: 7px;
	vertical-align: middle;
	width: 0.4375rem;
	margin-right: 0.5rem;
}

.p-footer nav img {
	width: 7px;
	vertical-align: middle;
	width: 0.4375rem;
	margin-right: 0.5rem;
}

.p-globalNav__lists {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav__list {
	position: relative;
	height: 100%;
}

.p-globalNav__list:last-child {
	margin-left: 13px;
	margin-left: 0.8125rem;
}

.p-globalNav__list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.105em;
	padding: 0 13px;
	padding: 0 0.8125rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

@media screen and (max-width:1440px) {
	.p-globalNav__list a {
		font-size: 0.75rem;
	}
}

.p-globalNav__list:last-child a {
	color: #fff;
	padding: 0 36px;
	padding: 0 2.25rem;
	position: relative;
}

.p-globalNav__list:last-child a::before {
	background-color: #004DA0;
	content: "";
	height: 44px;
	height: 2.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.p-globalNav__sublists {
	min-width: 15rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: -webkit-gradient(linear, left top, right top, from(#3B82C5), to(#004DA0));
	background: linear-gradient(to right, #3B82C5, #004DA0);
	opacity: 0;
	padding: 25px 39px;
	padding: 1.5625rem 0;
	padding-left: 1.6rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
}

.p-globalNav__sublists.is-selected {
	opacity: 1;
	visibility: visible;
}

.p-globalNav__sublist a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 2.3571428571;
	text-align: left;
}

.p-header {
	background-color: #fff;
	height: 63px;
	height: 3.9375rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: none;
	padding-right: 0;
}

.p-header__logo {
	width: 183px;
	width: 11.4375rem;
}

.p-header__logo a {
	display: block;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	width: 63px;
	width: 3.9375rem;
}

.p-header__globalNav {
	display: none;
}

.p-is {
	background: -webkit-gradient(linear, left top, left bottom, from(#E7F1FC), color-stop(80%, #C0DCFD));
	background: linear-gradient(to bottom, #E7F1FC, #C0DCFD 80%);
	padding-bottom: 76px;
	padding-bottom: 4.75rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-is__title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 2;
	text-align: center;
}

.p-is__lists {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1r);
	margin: 0 auto;
	margin-top: 48px;
	margin-top: 3rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-is__number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #004DA0;
	border: 0.0625rem solid #004DA0;
	border-radius: 0.625rem;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	font-size: 1.375rem;
	height: 41px;
	height: 2.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 324px;
	max-width: 20.25rem;
	text-align: center;
}

.p-is__number span {
	font-size: 30px;
	font-size: 1.875rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	opacity: 0.4;
}

.p-is__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-is__content-title {
	color: #004DA0;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.105em;
	line-height: 1.8235294118;
	text-align: center;
}

.p-is__content-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7333333333;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.p-is__content-img {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-is__content-img p {
	background-color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.024em;
	line-height: 1.6153846154;
	padding: 24px 22px;
	padding: 1.5rem 1.375rem;
}

.p-is__content-img p span {
	color: #004DA0;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
}

.p-is__content-img p small {
	display: inline;
	font-size: 1em;
}

.p-is__subtitle {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	margin-top: 52px;
	margin-top: 3.25rem;
	text-align: center;
}

.p-is__figure {
	margin-left: calc(50% - 50vw);
	margin-top: 57px;
	margin-top: 3.5625rem;
	overflow: scroll;
	padding: 0 25px;
	width: 100vw;
}

.p-is__figure-img {
	min-width: 680px;
	min-width: 42.5rem;
	padding-bottom: 51px;
	padding-bottom: 3.1875rem;
}

.p-is__grid {
	display: none;
}

.p-is__grid-img {
	position: relative;
}

.p-is__grid-img:nth-child(1) {
	z-index: 1;
}

.p-is__grid-img:nth-child(2) {
	margin-top: 155px;
	margin-top: 9.6875rem;
}

.p-is__grid-img:nth-child(4) {
	margin-top: 259px;
	margin-top: 16.1875rem;
	-webkit-transform: translateX(-0.125rem);
	transform: translateX(-0.125rem);
}
.p-is__grid-img:nth-child(4){
	transition-delay: 1.5s;
	/* animation-delay: 1.5s!important; */
}
.p-is__grid-img:nth-child(2)::before,
.p-is__grid-img:nth-child(4)::before {
	/* background-color: #CCE2FC; */
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
}

.p-is__grid-img:nth-child(6) {
	position: absolute;
	right: 45px;
	right: 2.8125rem;
	top: min(128px, 151px);
	top: min(8rem, 151px);
	width: 134px;
	width: 8.375rem;
}

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

.p-lists {
	background-color: #F7F7F7;
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-lists__title {
	color: #004DA0;
	font-size: 19px;
	font-size: 1.1875rem;
	letter-spacing: 0.105em;
	line-height: 2;
	text-align: center;
}

.p-lists__items {
	gap: 28px;
	gap: 1.75rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	margin-top: 44px;
	margin-top: 2.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-lists__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.105em;
}

.p-lists__item img {
	margin-right: 11px;
	margin-right: 0.6875rem;
	width: 27px;
	width: 1.6875rem;
}

.p-lists__arrow {
	margin: 0 auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: 85px;
	width: 5.3125rem;
}

.p-lists__bigText {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.055em;
	line-height: 2.0526315789;
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-mv {
	background: -webkit-gradient(linear, left top, right top, from(#3B82C5), to(#004DA0));
	background: linear-gradient(to right, #3B82C5, #004DA0);
	color: #fff;
	position: relative;
}

.p-mv__inner.l-inner {
	max-width: none;
}

.p-mv__content {
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.p-mv__title {
	height: 127px;
	height: 7.9375rem;
	position: relative;
	width: 144px;
	width: 9rem;
}

.p-mv__title svg {
	left: 0;
	position: absolute;
	width: 100%;
}

.p-mv__title svg:nth-child(1),
.p-mv__title svg:nth-child(4) {
	top: 0;
}

.p-mv__title svg:nth-child(2),
.p-mv__title svg:nth-child(5) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-mv__title svg:nth-child(3),
.p-mv__title svg:nth-child(6) {
	bottom: 0;
}

.p-mv__title .blue {
	fill: #004DA0;
}

.p-mv__title .white {
	fill: #fff;
}

.p-mv__title .line {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	height: 21px;
	height: 1.3125rem;
	left: 0;
	position: absolute;
	transition: clip-path 0.7s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-clip-path 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.p-mv__title.is-active .line {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.p-mv__title .line_1 {
	/* -webkit-transition-delay: .5s;
	transition-delay: .5s; */
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.p-mv__title .line_2 {
	/* -webkit-transition-delay: .6s;
	transition-delay: .6s; */
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.p-mv__title .line_3 {
	/* -webkit-transition-delay: .7s;
	transition-delay: .7s; */
	width: 84%;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.p-mv__title .line_4 {
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
	z-index: 1;
}

.p-mv__title .line_5 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
	z-index: 1;
}

.p-mv__title .line_6 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	width: 84%;
	z-index: 1;
}

.p-mv__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.105em;
	line-height: 2.5;
	margin-left: 2px;
	margin-left: 0.125rem;
	margin-top: 106px;
	margin-top: 6.625rem;
}

.p-mv__img {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
}

.p-mv__img::before {
	content: "";
	display: block;
	padding-top: 76.35%;
}

.p-mv__img::after {
	background-color: rgba(0, 77, 160, .33);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__img img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 101%;
	left: 0;
	object-fit: cover;
	object-position: top;
	position: absolute;
	top: 0;
	width: 101%;
}

.p-mv__img2 {
	margin-left: auto;
	margin-right: 12px;
	margin-right: 0.75rem;
	margin-top: 27px;
	margin-top: 1.6875rem;
	-webkit-transform: translateY(1.875rem);
	transform: translateY(1.875rem);
	width: 218px;
	width: 13.625rem;
}

.p-partner__top {
	font-weight: 500;
}

.p-partner__text {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-partner__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 54px;
	margin-top: 3.375rem;
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

.p-plan {
	background: -webkit-gradient(linear, left top, left bottom, from(#E7F1FC), color-stop(80%, #C0DCFD));
	background: linear-gradient(to bottom, #E7F1FC, #C0DCFD 80%);
	padding-bottom: 76px;
	padding-bottom: 4.75rem;
	padding-top: 73px;
	padding-top: 4.5625rem;
}

.p-plan__title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.05;
	text-align: center;
}

.p-plan__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.082em;
	line-height: 1.7333333333;
	margin-top: 52px;
	margin-top: 3.25rem;
}

.p-plan__subtitle {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 1.8888888889;
	margin-top: 42px;
	margin-top: 2.625rem;
	text-align: center;
}

.p-plan__imgs {
	display: grid;
	grid-template-columns: 43% 1fr 43.5%;
	margin-top: 39px;
	margin-top: 2.4375rem;
	position: relative;
}

.p-plan__img {
	position: relative;
}

.p-plan__img2 {
	margin-top: min(21.8vw, 120px);
}

.p-plan__img2::before {
	/* background-color: #D6E8FD; */
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
}

.p-plan__img4 {
	max-width: 215px;
	position: absolute;
	right: 0;
	top: 13.6vw;
	width: 37vw;
}
@keyframes scaled_x {
	0% {
	  clip-path: inset(0 100% 0 0);
	}
	100% {
	  opacity: 1;
	  clip-path: inset(0);
	}
  }
.js-arrow{
	opacity: 0;
}
.js-arrow.is-scrolled{
	transform-origin: right;
	animation: scaled_x 1s  ease-in-out forwards;
}
.js-arrow.is-scrolled::before {
	width: 0%;

}	

.p-plan__box {
	background-color: #fff;
	margin-top: 89px;
	margin-top: 5.5625rem;
	padding: 72px 32px 42px;
	padding: 4.5rem 2rem 2.625rem;
	position: relative;
}

.p-plan__box-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#68A3D6), to(#0A6EC4));
	background: linear-gradient(to right, #68A3D6, #0A6EC4);
	border-radius: 1.875rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	letter-spacing: 0.134em;
	position: absolute;
	text-transform: uppercase;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 250px;
	width: 15.625rem;
}

.p-plan__lists {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.p-plan__list-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.p-plan__list-title span {
	color: #003E92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-right: 12px;
	margin-right: 0.75rem;
	opacity: 0.35;
	position: relative;
}

.p-plan__list-title small {
	font-size: 11px;
	font-size: 0.6875rem;
	-webkit-transform: translateY(0.3125rem);
	transform: translateY(0.3125rem);
}

.p-plan__list-text {
	color: #5A5A5A;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.041em;
	line-height: 1.7333333333;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-plan__list-text small {
	font-size: 13px;
	font-size: 0.8125rem;
}

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

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

.p-privacy__table dl + dl {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.p-privacy__table dt {
	color: #004DA0;
}

.p-privacy__table dd {
	margin-top: 1em;
}

.p-privacy__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-privacy__wrap + .p-privacy__wrap {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-privacy__wrap span {
	color: #004DA0;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.p-privacy__wrap p {
	margin-left: 9px;
	margin-left: 0.5625rem;
}

.p-reason__title {
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 2;
	text-align: center;
}
.p-reason__title.c01 {
	font-size: 1.5625rem;
}

.p-reason__title img {
	margin: 0 auto;
	margin-top: 4px;
	margin-top: 0.25rem;
	width: 143px;
	width: 8.9375rem;
}

.p-reason__lists {
	gap: 37px;
	gap: 2.3125rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-reason__list {
	display: flex;
	flex-direction: column;
	border-radius: 1.5625rem;
	overflow: hidden;
	padding: 43px 28px;
	padding: 2.6875rem 1.75rem;
	position: relative;
}

.p-reason__lists--4 .p-reason__list {
	padding: 46px 20px;
	padding: 2.875rem 1.25rem;
}

.p-reason__lists--6 .p-reason__list {
	padding: 48px 5px 48px 40px;
	padding: 3rem 0.3125rem 3rem 2.5rem;
}

.p-reason__lists--6 .p-reason__subtitle {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.p-reason__list::before {
	background: linear-gradient(136deg, #E4EDF8, #2F94EB);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-reason__wrap {
	gap: 5px;
	gap: 0.7125rem;
    display: grid;
    grid-template-columns: 4.125rem 1fr;
	width: 100%;
}
.p-reason__wrap.c01 {
	/* gap: 5px; */
	/* gap: 0.7125rem; */
    display: grid;
    /* grid-template-columns: 3.8rem 1fr; */
	width: 100%;
}


.p-reason__subtitle {
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8;
	margin-left: 5px;
	margin-left: 0.3125rem;
	place-items: center;
	text-align: left;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-reason__text {
	color: #5A5A5A;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.7333333333;
	margin-top: 8px;
	margin-top: 1.5rem;
}

.p-reason__figure {
	margin-top: 49px;
	margin-top: 3.0625rem;
}

.p-reason__image {
	margin-top: 49px;
	margin-top: 3.0625rem;
}

.p-reason__image-title {
	position: relative;
	text-align: center;
}

.p-reason__image-title span {
	background-color: #fff;
	border-left: 1px solid #004DA0;
	border-left: 0.0625rem solid #004DA0;
	border-right: 1px solid #004DA0;
	border-right: 0.0625rem solid #004DA0;
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.105em;
	padding: 0 10px;
	padding: 0 0.625rem;
	position: relative;
	z-index: 1;
}

.p-reason__image-title::before {
	background-color: #004DA0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-reason__image-title::after {
	background-color: #004DA0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-reason__lists2 {
	gap: 38px;
	gap: 2.375rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.p-reason__list2-text {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-reason__box {
	background-color: #F7F7F7;
	margin: 0 auto;
	margin-top: 57px;
	margin-top: 3.5625rem;
	max-width: 296px;
	/* max-width: 19rem; */
	max-width: 91%;
	padding: 52px 29px 33px;
	padding: 3.25rem 1.8125rem 2.0625rem;
	position: relative;
}

.p-reason__box.--white {
	background-color: white;
}

.p-reason__box-title {
	left: -14px;
	left: -0.875rem;
	position: absolute;
	top: -18px;
	top: -1.125rem;
	width: 318px;
	width: 19.875rem;
	/* width: 110%; */
	/* transform: translateY(-50%); */
}

.p-reason__box-bigText {
	color: #004DA0;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.073em;
	line-height: 1.8666666667;
}

.p-reason__box-text {
	color: #5A5A5A;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.8571428571;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-reason__box-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #004DA0;
	border: 0.0625rem solid #004DA0;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: 85px;
	height: 5.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-reason__box-bottom.--center {
	text-align: center;
}

@media screen and (min-width:768px) {
	.p-reason__box-bottom.--center {
		/* height: 100%; */
	}
}

.p-recruit__title.c-subtitle {
	font-weight: 500;
}

.p-recruit__text {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-recruit__btnWrap {
	gap: 31px;
	gap: 1.9375rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 53px;
	margin-top: 3.3125rem;
	margin-bottom: 3.5rem;
}

.p-recruit__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

.p-solution__title .c-title__main {
	height: 87px;
	height: 5.4375rem;
	width: 214px;
	width: 13.375rem;
}

.p-solution__arrow {
	margin: 0 auto;
	margin-top: 51px;
	margin-top: 3.1875rem;
	width: 85px;
	width: 5.3125rem;
}

.p-solution__bottom {
	color: #004DA0;
	font-size: 19px;
	font-size: 1.1875rem;
	letter-spacing: 0.105em;
	line-height: 2.0526315789;
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-solution__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 37px;
	margin-top: 2.3125rem;
	width: 270px;
	width: 16.875rem;
}

.p-solutions {
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#D1E6FF));
	background: linear-gradient(to bottom, #F8F8F8, #D1E6FF);
	padding-bottom: 58px;
	padding-bottom: 3.7rem;
	padding-top: 67px;
	padding-top: 4.1875rem;
}

.p-solutions__items {
	gap: 69px;
	gap: 6.8125rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-solutions__number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.105em;
	line-height: 57px;
	line-height: 3.5625rem;
}
/* 
.p-solutions__number span:nth-child(1) {
	font-size: 39px;
	font-size: 2.4375rem;
	letter-spacing: 0.07em;
	margin-left: 8px;
	margin-left: 0.5rem;
	-webkit-transform: translateY(-7%);
	transform: translateY(-7%);
}

.p-solutions__number span:nth-child(2) {
	font-size: 28px;
	font-size: 1.75rem;
} */

.p-solutions__img {
	position: relative;
	width: 100%;
}

.p-solutions__img::before {
	content: "";
	display: block;
	padding-top: 55.385%;
}

.p-solutions__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-solutions__item-title {
	color: #004DA0;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-solutions__item-text {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-solutions__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 29px;
	margin-top: 1.8125rem;
	width: 100%;
}

.p-solutions__arrow {
	margin: 0 auto;
	margin-top: 58px;
	margin-top: 3.625rem;
	width: 85px;
	width: 5.3125rem;
}

.p-solutions__bottom {
	color: #004DA0;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2.1904761905;
	margin-top: 46px;
	margin-top: 2.875rem;
	text-align: center;
}

.p-strong__title .c-title__main {
	height: 86px;
	height: 5.375rem;
	width: 321px;
	width: 20.0625rem;
}

.p-strong__lists {
	gap: 52px;
	gap: 3.25rem;
	display: grid;
	margin-top: 63px;
	margin-top: 3.9375rem;
	padding: 0 5px;
	padding: 0 0.3125rem;
}

.p-strong__list-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004DA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.p-strong__list:nth-child(1) .p-strong__list-title img {
	margin-right: 30px;
	margin-right: 1.875rem;
	width: 62px;
	width: 3.875rem;
}

.p-strong__list:nth-child(2) .p-strong__list-title img {
	margin-right: 34px;
	margin-right: 2.125rem;
	width: 54px;
	width: 3.375rem;
}

.p-strong__list:nth-child(3) .p-strong__list-title img {
	margin-right: 36px;
	margin-right: 2.25rem;
	width: 48px;
	width: 3rem;
}

.p-strong__list:nth-child(4) .p-strong__list-title img {
	margin-right: 30px;
	margin-right: 1.875rem;
	width: 60px;
	width: 3.75rem;
}

.p-strong__list:nth-child(5) .p-strong__list-title img {
	margin-right: 27px;
	margin-right: 1.6875rem;
	width: 64px;
	width: 4rem;
}

.p-strong__list-subtitle {
	color: #004DA0;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.025em;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-strong__list-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7333333333;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: justify;
}

.p-strong__figure {
	width: 100%;
	color: #004DA0;
	border: 1px solid #C8C8C8;
	padding: 2.5rem 1.75rem 1.25rem;
}

.p-strong__figure-subtitle {
	text-align: center;
	font-size: 1.125rem;
	letter-spacing: 0.105em;
}

.p-strong__figure-subtitle span {
	display: block;
	font-size: 0.8125rem;
}

.p-strong__figure-number {
	text-align: center;
	font-size: 3.1875rem;
}

.p-strong__figure-number span {
	font-size: 1.875rem;
	margin-left: 0.3125rem;
}

.p-strong__figure-text {
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.73333;
	margin-top: 1.25rem;
}

.p-strong__figure-text span {
	display: block;
	text-align: center;
}

.p-subMv {
	position: relative;
}

.p-subMv__inner {
	max-width: 100%;
	padding: 0;
}

.p-subMv__title {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.1em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-subMv__title span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.13em;
}

.p-subMv__title--works span {
	background: -webkit-gradient(linear, left top, right top, from(#3A81C4), to(#004DA0));
	background: linear-gradient(to right, #3A81C4, #004DA0);
	color: #fff;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.26em;
	margin: 0 auto;
	margin-top: 11px;
	margin-top: 0.6875rem;
	max-width: 308px;
	max-width: 19.25rem;
	padding: 5px;
	padding: 0.3125rem;
	width: calc(100% - 1rem);
}

.p-subMv2 {
	position: relative;
}

.p-subMv2__title {
	background: -webkit-gradient(linear, left top, right top, from(#3A81C4), to(#004DA0));
	background: linear-gradient(to right, #3A81C4, #004DA0);
	color: #fff;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 10px;
	padding: 0.625rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 250px;
	width: 15.625rem;
}

.p-support__title {
	color: #004DA0;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.105em;
	line-height: 1.64;
	text-align: center;
}

.p-suport__figure {
	margin-left: calc(50% - 50vw);
	margin-top: 49px;
	margin-top: 3.0625rem;
	overflow: scroll;
	padding: 0 25px;
	width: 100vw;
}

.p-support__figure-inner {
	min-width: 1000px;
	min-width: 62.5rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-support__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-support__content {
	margin-top: 5px;
	margin-top: 0.3125rem;
	max-width: 437px;
	max-width: 27.3125rem;
}

.p-support__content--wide {
	margin-left: auto;
	max-width: 598px;
	max-width: 37.375rem;
}

.p-support__content--custom {
	max-width: 406px;
	max-width: 25.375rem;
}

.p-support__content--wide .p-support__bigText {
	padding-right: 15px;
	padding-right: 0.9375rem;
	text-align: right;
}

.p-suport__content + .p-suport__content {
	margin-left: auto;
}

.p-support__bigText {
	color: #004DA0;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
}

.p-support__text {
	font-size: min(15px, 15px);
	font-size: min(0.9375rem, 15px);
	font-weight: 400;
	line-height: 1.7333333333;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-support__box {
	background-color: #E4EDF8;
	margin-left: calc(50% - 50vw);
	margin-top: 78px;
	margin-top: 4.875rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	padding-bottom: 37px;
	padding-bottom: 2.3125rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	width: 100vw;
}

.p-support__box-text {
	color: #004DA0;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8823529412;
	text-align: center;
}

.p-support__box-img {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-support__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 80px;
	margin-top: 5rem;
	width: 270px;
	width: 16.875rem;
}

.p-support__btn .c-btn {
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-support__figure {
	margin-top: 69px;
	margin-top: 4.3125rem;
}

.p-support__plus {
	background-color: #F7F7F7;
	margin: 0 auto;
	margin-top: 86px;
	margin-top: 5.375rem;
	max-width: 296px;
	max-width: 18.5rem;
	padding-bottom: 68px;
	padding-bottom: 4.25rem;
	padding-top: 63px;
	padding-top: 3.9375rem;
	position: relative;
}

.p-support__plus-title {
	left: -14px;
	left: -0.875rem;
	position: absolute;
	top: -16px;
	top: -1rem;
	width: 165px;
	width: 10.3125rem;
}

.p-support__plus-content {
	color: #004DA0;
}

.p-support__plus-bigText {
	font-size: 16px;
	font-size: 0.88rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.8571428571;
	text-align: center;
}

.p-support__plus-text {
	color: #004DA0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.019em;
	line-height: 1.8666666667;
	margin: 0 auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	max-width: 233px;
	max-width: 14.5625rem;
}

.p-support__plus-figure {
	margin: 0 auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 236px;
	max-width: 14.75rem;
}

.p-thanks__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

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

.p-trouble__lists {
	gap: 18px;
	gap: 1.125rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-trouble__bottom {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 2.4761904762;
	line-height: calc(39/19);
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.p-trouble__bottom span {
	position: relative;
}

.p-trouble__bottom span::before {
	background: #004DA0;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
}

.p-works-slider__title {
	position: relative;
	text-align: center;
}

.p-works-slider__title span {
	background-color: #C0DCFD;
	border-left: 1px solid #004DA0;
	border-left: 0.0625rem solid #004DA0;
	border-right: 1px solid #004DA0;
	border-right: 0.0625rem solid #004DA0;
	color: #004DA0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.105em;
	padding: 0 10px;
	padding: 0 0.625rem;
	position: relative;
	z-index: 1;
}

.p-works-slider__title--plan span {
	background-color: #C0DCFD;
}

.p-works-slider__title::before {
	background-color: #004DA0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-works-slider__title::after {
	background-color: #004DA0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-works-slider__lists {
	margin: 0 auto;
	margin-top: 35px;
	margin-top: 2.1875rem;
	max-width: 246px;
	max-width: 15.375rem;
	-webkit-transform: translateX(-0.5rem);
	transform: translateX(-0.5rem);
}

.p-works-slider__list {
	margin: 0 3px;
	margin: 0 0.1875rem;
}

.p-works-slider__text {
	color: #004DA0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-left: 14px;
	margin-left: 0.875rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-works-slider__text span {
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-works-slider__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	width: 270px;
	width: 16.875rem;
}

.p-works-slider__card {
	margin: 0 auto;
	margin-top: 34px;
	margin-top: 2.125rem;
	max-width: 270px;
	max-width: 16.875rem;
}

.p-works__card-img {
	margin: 0 auto;
	max-width: 227px;
	max-width: 14.1875rem;
}

.p-works-slider__card-text {
	color: #5A5A5A;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.p-works__items {
	gap: 64px;
	gap: 4rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.p-works__item-title {
	background: -webkit-gradient(linear, left top, right top, from(#0079C2), to(#004DA0));
	background: linear-gradient(to right, #0079C2, #004DA0);
	border-radius: 1.875rem;
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.105em;
	padding: 7px 0;
	padding: 0.4375rem 0;
	text-align: center;
}

.p-works__text {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-works__figure {
	margin: 0 auto;
	position: relative;
}

.p-works__figure-number {
	color: #004DA0;
	font-size: 60px;
	font-size: 3.75rem;
	left: 43%;
	letter-spacing: 0.02em;
	position: absolute;
	top: 28px;
	top: 1.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 180px;
	width: 11.25rem;
}

.p-works__figure-number video {
	max-width: 100%;
	width: 100%;
}

.p-works__figure--1 {
	margin-top: 2px;
	margin-top: 0.125rem;
	max-width: 200px;
	max-width: 12.5rem;
}

.p-works__figure--2 {
	margin-top: 5px;
	margin-top: 0.3125rem;
	max-width: 300px;
	max-width: 18.75rem;
	overflow: hidden;
}

.p-works__figure--2 video {
	max-width: none;
	width: 101%;
}

.slide-arrow {
	cursor: pointer;
	height: 41px;
	height: 2.5625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 41px;
	width: 2.5625rem;
}

.prev-arrow {
	background: url(../images/common/prev-arrow.svg) center center/contain no-repeat;
	left: -41px;
	left: -2.5625rem;
}

.next-arrow {
	background: url(../images/common/next-arrow.svg) center center/contain no-repeat;
	right: -56px;
	right: -3.5rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1721611722vw;
}

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

.c-band {
	font-size: 1.5625rem;
	height: 4.375rem;
	margin-left: 0;
	margin-left: initial;
	width: 100%;
}

.c-boldTitle {
	font-size: 1.875rem;
	letter-spacing: 0.105em;
	line-height: 1.7666666667;
}

.c-btn {
	font-size: 1rem;
}

.c-card__cats {
	margin-top: 1rem;
}

.c-scroll {
	display: none;
}

.c-subtitle {
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 2.12;
}
.c-subtitle.m01 {
	font-size: 1.8625rem;
	letter-spacing: 0.2em;
}
.c-title__main {
	font-size: 2.5rem;
	padding-bottom: 4.9375rem;
}

.c-title__main::before {
	width: 5.625rem;
}

.c-title__sub {
	font-size: 1.125rem;
	margin-top: 1.9375rem;
}

.l-air {
	margin-top: 7.375rem;
}

.l-apply {
	margin-top: 5.1875rem;
}

.l-banner {
	margin-top: 6.6875rem;
}

.l-breaker {
	margin-top: 7.25rem;
}

.l-case {
	margin-top: 8.5625rem;
}

.l-caseList {
	margin-top: 5.625rem;
}

.l-company {
	margin-top: 5.1875rem;
}

.l-contact {
	margin-top: 7.375rem;
}

.l-contact--none {
	margin-top: 0;
}

.l-footer {
	margin-top: 5.9375rem;
}

.l-footer--none {
	margin-top: 0;
}

.l-inner {
	max-width: 65.625rem;
	padding-left: 1.565rem;
	padding-right: 1.565rem;
	margin-bottom: 0;
}

.l-is {
	margin-top: 5.1875rem;
}

.l-lists {
	margin-top: 3.75rem;
}

.l-partner {
	margin-top: 5.1875rem;
}

.l-plan {
	margin-top: 7.25rem;
}

.l-privacy {
	margin-top: 5.1875rem;
}

.l-reason {
	margin-top: 6.625rem;
}

.l-recruit {
	margin-top: 5.1875rem;
}

.l-solution {
	margin-top: 16.5rem;
}

.l-solutions {
	margin-top: 6.5rem;
}

.l-strong {
	margin-top: 7.5rem;
}

.l-subMv {
	padding-top: 6.0625rem;
}

.l-support {
	margin-top: 6.625rem;
}

.l-thanks {
	margin-top: 5.1875rem;
}

.l-trouble {
	margin-top: 6rem;
}

.l-works {
	margin-top: 6rem;
}

.p-air {
	background: linear-gradient(130deg, #E7F1FC, #C0DCFD 80%);
	padding-bottom: 6.25rem;
	padding-top: 5.75rem;
}

.p-air__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-air__title img {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	margin-left: initial;
	margin-right: 1.375rem;
	width: 4.375rem;
}

.p-air__plus {
	font-size: 2.1875rem;
	margin: 1.0625rem 0;
}

.p-air__text {
	font-size: 0.9375rem;
	letter-spacing: normal;
	line-height: 2.7333333333;
	margin-top: 4.125rem;
	text-align: center;
}

.p-air__figure-title {
	margin-top: 5.8125rem;
}

.p-air__figure {
	margin: 0;
	margin: initial;
	margin-top: 2.5rem;
	overflow: unset;
	padding: 0;
	width: 100%;
}

.p-air__figure--img {
	display: none;
}

.p-air__bf {
	display: block;
}

.p-air__grid {
	display: grid;
	grid-template-columns: 27.8% 1fr 27% 1fr 27%;
	margin: 0 auto;
	margin-top: 2.8125rem;
	max-width: 55.9375rem;
	position: relative;
}

.p-air__grid-img p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 29.375rem;
	color: #004DA0;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.1875rem;
	height: 7.1875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-air__figure-title span {
	font-size: 1.5rem;
	padding: 0 1.3125rem;
}

.p-air__figure-title--air span {
	background-color: #D9EAFD;
}

.p-air__figure-title--second span {
	background: -webkit-gradient(linear, left top, right top, from(#CFE4FD), to(#CBE2FD));
	background: linear-gradient(to right, #CFE4FD, #CBE2FD);
}

.p-air__figure-subtext {
	display: block;
	text-align: right;
}

.p-air__bigText {
	font-size: 1.375rem;
}

.p-air__bigText + .p-air__title {
	margin-top: 7.4375rem;
}

.p-air__merit {
	margin-top: 4.125rem;
}

.p-air__merit-title {
	font-size: 1.875rem;
	letter-spacing: 0.03em;
}

.p-air__lists {
	gap: 1.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.4375rem;
	max-width: unset;
}

.p-air__list {
	border-radius: 2.5rem;
	padding: 2.875rem 2rem;
}

.p-air__wrap {
	gap: 1.1875rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-air__img {
	margin: 0 auto;
	width: 4.375rem;
}

.p-air__subtitle {
	font-size: 1.0625rem;
	letter-spacing: 0.105em;
	line-height: 1.8235294118;
	text-align: center;
}

.p-air__list-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	margin-top: 1.25rem;
	text-align: left;
}

.p-air__works {
	margin: 0 auto;
	margin-top: 4.375rem;
}

.p-apply__text {
	line-height: 2.7333333333;
	margin-top: 4.375rem;
	text-align: center;
}

.p-apply__tel {
	margin-top: 4.5625rem;
}

.p-apply__number {
	margin: 0 auto;
	margin-top: 3.75rem;
	max-width: 36.6875rem;
}

.p-banner__items {
	gap: 6.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-banner__item {
	padding: 2.6875rem 4.875rem 3.125rem;
}

.p-banner__item-title {
	font-size: 1.625rem;
	letter-spacing: 0.193em;
}

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

.p-banner__item-text {
	margin-top: 1.5625rem;
}

.p-banner__btn {
	margin-top: 2.125rem;
	width: 18.125rem;
}

.p-breaker__title {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
}

.p-breaker__text {
	line-height: 2.7333333333;
	margin-top: 4.375rem;
	text-align: center;
}

.p-breaker__subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 6rem;
}

.p-breaker__figure {
	margin: initial;
	margin: 0 auto;
	margin-top: 4rem;
	overflow: unset;
	width: 100%;
}

.p-breaker__figure--second {
	max-width: 51.25rem;
	width: 100%;
}

.p-breaker__figure-inner {
	display: none;
	min-width: unset;
	padding: 0;
}

.p-breaker__figure--second .p-breaker__figure-inner {
	min-width: unset;
	padding: 0;
}

.p-breaker__imgs {
	display: grid;
	grid-template-columns: 39% 1fr 39%;
	position: relative;
}

.p-breaker__imgs2 {
	display: grid;
	grid-template-columns: 30% 1fr 30% 24%;
}

.p-breaker__grid2:nth-child(2) {
	-webkit-transform: translateX(-0.1875rem);
	transform: translateX(-0.1875rem);
}

.p-breaker__wrap {
	display: none;
}

.p-breaker__content-subtitle::before {
	width: 50%;
}

.p-breaker__content-subtitle span {
	background-color: transparent;
}

.p-breaker__works {
	margin-top: 6.0625rem;
}

.p-case {
	padding-bottom: 8.9375rem;
	padding-top: 8.6875rem;
}

.p-case__title .c-title__main {
	width: 40.75rem;
}

.p-case__slider {
	margin: 0 auto;
	margin-top: 6.5625rem;
	max-width: 58.4375rem;
	width: 100%;
}

.p-case__slider-item {
	margin: 0 1rem;
}

.p-case__btn {
	width: 18.125rem;
}

.p-caseList {
	padding-bottom: 5.6875rem;
	padding-top: 6.4375rem;
}

.p-caseList__title {
	font-size: 2.5rem;
}

.p-caseList__btns {
	border: 0.09375rem solid #004DA0;
	margin: 0 auto;
	margin-top: 6.125rem;
	max-width: 53.125rem;
}

.p-caseList__btn {
	font-size: 1.1875rem;
	padding: 0.6875rem 0;
}

.p-caseList__btn + .p-caseList__btn {
	border-left: 0.09375rem solid #004DA0;
}

.p-caseList__btn.is-selected::before {
	border-width: 0.875rem 0.625rem 0 0.625rem;
	bottom: -0.8125rem;
}

.p-caseList__cards {
	gap: 8.5rem 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	margin-top: 9.25rem;
	max-width: 52.8125rem;
	width: 100%;
}

.p-caseList__card[data-category=factory],
.p-caseList__card[data-category=store] {
	display: none;
}

.p-caseList__bottombtn {
	height: 3.125rem;
	max-width: 18.125rem;
}

.p-company__table {
	font-size: 1rem;
	line-height: 1.875;
	margin: 0 auto;
	margin-top: 4.375rem;
	max-width: 56.25rem;
}

.p-company__table a {
	margin-left: 0.3125rem;
	margin-top: 0;
	padding: 0.125rem 0.3125rem;
}

.p-company__table dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5625rem 0;
}

.p-company__table dt {
	line-height: 1.875;
	width: 27%;
}

.p-company__table dd {
	margin-top: 0;
	width: 73%;
}

.p-company__table dd span {
	display: inline-block;
}

.p-company__band {
	margin: 0 auto;
	margin-top: 6.5625rem;
	max-width: 56.25rem;
}

.p-company__map {
	margin: 0 auto;
	margin-top: 1.25rem;
	margin-bottom: 6rem;
	max-width: 56.25rem;
	padding-top: 36%;
}

.p-contact {
	background: url(../images/top/contact_bg_pc.jpg) center center/cover no-repeat;
	padding-bottom: 5.5rem;
	padding-top: 5.875rem;
}

.p-contact__title {
	font-size: 2.1875rem;
	letter-spacing: 0.1em;
}

.p-contact__text {
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	line-height: 2.0666666667;
	margin-top: 1.25rem;
}

.p-contact__btn {
	border-width: 0.125rem;
	height: 6.875rem;
	margin-top: 3.625rem;
	max-width: 100%;
	width: 100%;
}

.p-contact__btn a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.375rem;
	padding-left: 0;
}

.p-contact__btn a::before {
	height: 1.75rem;
	right: 3.75rem;
	width: 1.75rem;
}

.p-contact__btn span {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__btn span:nth-child(2) {
	margin-left: 4.0625rem;
	margin-top: 0;
}

.p-contact__btn span:nth-child(1) img {
	height: 1.6875rem;
	margin-right: 0.875rem;
}

.p-contact__btn span:nth-child(2) img {
	height: 1.6875rem;
	margin-right: 0.625rem;
	margin-top: 0.125rem;
}

.p-content__count {
	height: 14.75rem;
	margin-top: -3.4375rem;
	width: 14.75rem;
}

.p-content__count-text {
	font-size: 0.875rem;
}

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

.p-content__count-number .parcent {
	font-size: 2.25rem;
}

.p-content__title {
	font-weight: bold;
	letter-spacing: 0.105em;
	margin-top: -5.625rem;
}

.p-content__text {
	line-height: 2.7333333333;
	margin-top: 3.8125rem;
	text-align: center;
}

.p-footer {
	padding-bottom: 3.5625rem;
	padding-top: 4.6875rem;
}

.p-footer__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__lists {
	grid-template-columns: repeat(2, 1fr);
	-webkit-transform: translateX(4.375rem);
	transform: translateX(4.375rem);
}

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

.p-footer__list-right .p-footer__list + .p-footer__list {
	margin-top: 1.125rem;
}

.p-footer__list:nth-child(6) {
	margin-top: 1.75rem;
}

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

.p-footer__list img {
	margin-right: 0.6875rem;
}

/* .p-footer__list:nth-child(3),
.p-footer__list:nth-child(4),
.p-footer__list:nth-child(5),
.p-footer__list:nth-child(2),
.p-footer__list:nth-child(6),
.p-footer__list:nth-child(7) {
	margin-left: 0;
	margin-left: initial;
} */

.p-footer__list-left .p-footer__list:nth-child(3),
.p-footer__list-left .p-footer__list:nth-child(4),
.p-footer__list-left .p-footer__list:nth-child(5),
.p-footer__list-left .p-footer__list:nth-child(6),
.p-footer__list-left .p-footer__list:nth-child(7),
.p-footer__list-left .p-footer__list:nth-child(9),
.p-footer__list-left .p-footer__list:nth-child(10),
.p-footer__list-left .p-footer__list:nth-child(2) {
	/* margin-left: 1.25rem; */
	margin-top: 0.75rem;
}

.p-footer__content {
	margin-top: 0;
}

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

.p-footer__info span {
	margin-bottom: 1.125rem;
}

.p-footer__right {
	margin-left: auto;
	margin-top: 0.625rem;
	/* width: 31.25rem; */
}

.p-footer__copy {
	margin-left: auto;
	margin-top: 1rem;
	text-align: right;
	transform: translateX(3.8rem);
}


.p-footer__inner {
	max-width: calc(73.125rem + 50px);
}

.p-footer__lists {
	gap: 5.9375rem;
}

.p-form__text {
	text-align: center;
	line-height: calc(41/15);
	margin-bottom: 7.125rem;
}

.p-form__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__row dt {
	font-size: 1.125rem;
	margin-top: 0.1875rem;
	width: 27%;
}

.p-form__row dt .hissu {
	font-size: 0.875rem;
}

.p-form__row dd {
	width: 73%;
}

.p-form__row dd li span::after {
	left: 3.6px;
}

.p-form__check {
	margin-left: auto;
	margin-top: 2.0625rem;
	width: 73%;
}

.p-form__check dd li span::before {
	top: 0;
}

#form_submit {
	margin-top: 3.5rem;
	max-width: 18.125rem;
	width: 100%;
}

.p-header {
	height: 6.0625rem;
}

.p-header__inner.l-inner {
	max-width: none;
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.p-header__hamburger {
	display: none;
}

.p-header__globalNav {
	display: block;
	height: 100%;
	margin-left: auto;
}

.p-header__drawer {
	display: none;
}

.p-is {
	background: linear-gradient(130deg, #E7F1FC, #C0DCFD 80%);
	padding-bottom: 6.25rem;
	padding-top: 6.5625rem;
}

.p-is__title {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
}

.p-is__lists {
	margin: 0 auto;
	margin-top: 4.5rem;
	max-width: 55.375rem;
}

.p-is__list {
	display: grid;
	grid-template-columns: 10.8125rem 1fr 17.5rem;
}

.p-is__number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.1875rem;
	height: 100%;
	height: 10.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 0.3125rem;
	text-align: center;
	width: 100%;
}

.p-is__number span {
	font-size: 2.25rem;
	line-height: 1;
	margin-right: 0;
	margin-right: initial;
}

.p-is__content {
	margin-top: 0;
	padding-left: 2.375rem;
	padding-right: 1.75rem;
}

.p-is__content-title {
	text-align: left;
}

.p-is__content-img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.p-is__content-img p small {
	margin-left: 2.5rem;
}

.p-is__subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 4.5625rem;
}

.p-is__figure {
	margin: 0 auto;
	margin-top: 4.125rem;
	max-width: 55.3125rem;
	overflow: hidden;
	width: 100%;
}

.p-is__figure-img {
	display: none;
}

.p-is__grid {
	display: grid;
	grid-template-columns: 27% 0.9fr 27% 1fr 27%;
	position: relative;
}

.p-is__grid-img:nth-child(2) {
	-webkit-transform: translateX(-0.1875rem);
	transform: translateX(-0.1875rem);
}

.p-is__works {
	margin-top: 6rem;
}

.p-lists {
	padding-bottom: 3.75rem;
	padding-top: 5.125rem;
}

.p-lists__title {
	font-size: 1.625rem;
}

.p-lists__items {
	gap: 2.5rem 3.1875rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 4.375rem;
	max-width: 53.125rem;
	width: max-content;
}
.p-lists__items.breaker {
	max-width: 50.125rem;
}
.p-lists__items.forbusiness {
	max-width: 38rem;
}
.p-lists__item {
	font-size: 1.125rem;
	width: max-content;
}

.p-lists--plan .p-lists__item:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-lists--plan .p-lists__item:nth-child(2) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lists--plan .p-lists__item:nth-child(3) {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	
}

.p-lists--plan .p-lists__item:nth-child(4) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	
}

.p-lists--plan .p-lists__item:nth-child(5) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-lists--plan .p-lists__item:nth-child(6) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.p-lists--breaker .p-lists__item:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-lists--breaker .p-lists__item:nth-child(2) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lists--breaker .p-lists__item:nth-child(3) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-lists--breaker .p-lists__item:nth-child(4) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

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

.p-lists__bigText {
	font-size: 1.375rem;
	line-height: 2.0909090909;
	margin-top: 3.0625rem;
}

.p-mv__content {
	margin-left: 11.56vw;
	padding-top: max(17.56vw, 12.4375rem);
}

.p-mv__title {
	height: max(16vw, 13.6875rem);
	width: max(19.54vw, 16.6875rem);
}

.p-mv__title .line {
	height: 3.6875rem;
}

.p-mv__text {
	font-size: 1.1875rem;
	line-height: 3.4210526316;
	margin-left: 7rem;
	margin-top: max(19.9vw, 17rem);
}

.p-mv__img {
	width: 78.5%;
}

.p-mv__img::before {
	padding-top: 57.6%;
}

.p-mv__img2 {
	margin-right: 5.8125rem;
	margin-top: -10.6875rem;
	-webkit-transform: translateY(5.9375rem);
	transform: translateY(5.9375rem);
	width: max(34.18vw, 29.1875rem);
}

.p-partner__text {
	line-height: 2.7333333333;
	margin-top: 4.375rem;
	text-align: center;
}

.p-partner__btn {
	margin-top: 5.5rem;
	max-width: 100%;
	width: 18.125rem;
}

.p-plan {
	background: linear-gradient(130deg, #E7F1FC, #C0DCFD 80%);
	padding-bottom: 6.25rem;
	padding-top: 6.5rem;
}

.p-plan__title {
	font-size: 1.875rem;
	line-height: 2.1666666667;
}

.p-plan__text {
	line-height: 2.7333333333;
	margin-top: 4.625rem;
	text-align: center;
}

.p-plan__subtitle {
	font-size: 1.5rem;
	margin-top: 6.125rem;
}

.p-plan__imgs {
	grid-template-columns: 36.5% 1fr 36.5%;
	margin: 0 auto;
	margin-top: 4.5rem;
	max-width: 41.5625rem;
}

.p-plan__img2 {
	margin-top: 8.5rem;
}

.p-plan__img4 {
	max-width: none;
	top: 6.375rem;
	width: 15.1875rem;
}

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

.p-plan__box-title {
	width: 17.625rem;
}

.p-plan__lists {
	gap: 3.3125rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 53.5625rem;
}

.p-plan__works {
	margin-top: 4.625rem;
}

.p-privacy__top {
	line-height: 2.7333333333;
	text-align: center;
}

.p-privacy__table {
	margin: 0 auto;
	margin-top: 6.125rem;
	max-width: 50rem;
}

.p-privacy__table dl + dl {
	margin-top: 3.5rem;
}

.p-privacy__table dd {
	margin-top: 1.5em;
}

.p-privacy__wrap + .p-privacy__wrap {
	margin-top: 1.4375rem;
}

.p-privacy__wrap p {
	margin-left: 0.4375rem;
}

.p-reason__title {
	font-size: 1.875rem;
}

.p-reason__title img {
	display: inline-block;
	margin-top: 0;
	vertical-align: bottom;
	width: 13.1875rem;
}

.p-reason__lists {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.25rem;
	max-width: unset;
}

.p-reason__lists--4 {
	gap: 1.75rem;
	grid-template-columns: repeat(4, 1fr);
	margin-left: calc(50% - 36.375rem);
	padding: 0 1.5625rem;
	width: 72.8125rem;
}

.p-reason__lists--6 {
	grid-template-columns: repeat(3, 1fr);
}

.p-reason__list {
	border-radius: 2.5rem;
	padding: 2.875rem 2rem;
}

.p-reason__lists--4 .p-reason__list {
	padding: 2.6875rem 1.25rem;
}

.p-reason__lists--6 .p-reason__list {
	padding: 2.8125rem 1.875rem 2.8125rem 1.875rem;
}

.p-reason__lists--6 .p-reason__subtitle {
	margin: 0 auto;
}

.p-reason__wrap {
	/* display: block; */
	gap: 1.1875rem;
    grid-template-columns: repeat(1, 1fr);
}

.p-reason__img {
	margin: 0 auto;
	width: 4.375rem;
	
}

.p-reason__subtitle {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.8235294118;
	margin: 0 auto;
	text-align: center;
	/* margin-top: 1.1875rem; */
}

.p-reason__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	margin-top: 1rem;
}

.p-reason__figure {
	margin-top: 4.125rem;
}

.p-reason__image-title span {
	font-size: 1.3125rem;
	padding: 0 1.625rem;
}

.p-reason__lists2 {
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-reason__box {
	/* gap: 1.0625rem; */
	display: grid;
	grid-template-columns: 68.5% 1fr;
	margin-top: 5.25rem;
	max-width: 62.5rem;
	padding: 3.375rem 4.75rem 2.4375rem;
}

.p-reason__box-bigText {
	font-size: 1rem;
	letter-spacing: 0.105em;
}

.p-reason__box-text {
	width: 92%;
	/* -webkit-font-feature-settings: "palt"; */
	/* font-feature-settings: "palt"; */
	letter-spacing: 0.07em;
	margin-top: 1.185rem;
}

.p-reason__box-bottom {
	height: 6.75rem;
	/* margin-top: 0; */
}

.p-recruit__text {
	line-height: 2.7333333333;
	margin-top: 4.375rem;
	text-align: center;
}

.p-recruit__btnWrap {
	gap: 2.5625rem;
	margin-top: 5.5rem;
	margin-bottom: 5.5rem;
}

.p-recruit__btn {
	max-width: 100%;
	width: 18.125rem;
}

.p-solution__title .c-title__main {
	width: 32.5625rem;
}

.p-solution__arrow {
	margin-top: 4.4375rem;
}

.p-solution__bottom {
	font-size: 1.875rem;
	line-height: 1.9666666667;
	margin-top: 2.4375rem;
}

.p-solution__btn {
	margin-top: 4.5rem;
	width: 18.125rem;
}

.p-solutions {
	background: linear-gradient(125deg, #E7F1FC, #C0DCFD);
	padding-bottom: 7.2rem;
	padding-top: 6.5625rem;
}

.p-solutions__items {
	gap: 7.0625rem 3.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	margin-top: 5.875rem;
	/* max-width: 42.5rem; */
}

.p-solutions__img::before {
	padding-top: 78.68%;
}

.p-solutions__btn {
	margin-top: 2rem;
}

.p-solutions__arrow {
	margin-top: 5.625rem;
}

.p-solutions__bottom {
	font-size: 1.5625rem;
	letter-spacing: 0.105em;
	line-height: 2.12;
	margin-top: 3.0625rem;
}

.p-strong__title .c-title__main {
	height: 2.5rem;
	width: 47.8125rem;
}

.p-strong__lists {
	gap: 7rem 0;
	grid-template-columns: repeat(3, 1fr);
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	margin-top: 6.6875rem;
	padding: 0;
}

.p-strong__list {
	padding: 0 2.5rem;
	position: relative;
}

.p-strong__list:last-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 2.5rem;
	padding-left: 0;
}

.p-strong__list:nth-child(2)::before,
.p-strong__list:nth-child(3)::before,
.p-strong__list:nth-child(5)::before {
	background-color: #C8C8C8;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.0625rem;
}

.p-strong__list-title {
	font-size: 1.4375rem;
	height: 3.3125rem;
}

.p-strong__list:nth-child(1) .p-strong__list-title img {
	margin-right: 1.3125rem;
	width: 3.5625rem;
}

.p-strong__list:nth-child(2) .p-strong__list-title img {
	margin-right: 1.3125rem;
	width: 2.8125rem;
}

.p-strong__list:nth-child(3) .p-strong__list-title img {
	margin-right: 1.6875rem;
	width: 2.75rem;
}

.p-strong__list:nth-child(4) .p-strong__list-title img {
	margin-right: 1.5rem;
	width: 3.125rem;
}

.p-strong__list:nth-child(5) .p-strong__list-title img {
	margin-right: 1.1875rem;
	width: 3.375rem;
}

.p-strong__list-subtitle {
	font-size: 1.0625rem;
	line-height: 1.8235294118;
	margin-top: 1.1875rem;
	text-align: left;
}

.p-strong__figure {
	padding: 2.025rem 1.9rem 1.25rem;
}

.p-strong__list-text {
	-webkit-font-feature-settings: unset;
	font-feature-settings: unset;
}

.p-subMv__inner {
	max-width: 100%;
	padding: 0;
}

.p-subMv__title {
	font-size: 2.1875rem;
	letter-spacing: 0.26em;
	line-height: 1.75;
}

.p-subMv__title span {
	font-size: 1.4375rem;
	letter-spacing: 0.19em;
	margin-top: 0.875rem;
}

.p-subMv__title--works {
	letter-spacing: 0.2em;
}

.p-subMv__title--works span {
	font-size: 1.5625rem;
	margin-top: 1.25rem;
	max-width: 31.875rem;
}

.p-subMv2__title {
	font-size: 2.1875rem;
	font-weight: bold;
	letter-spacing: 0.26em;
	padding: 1.5625rem 0;
	width: 40%;
}

.p-support__title {
	font-size: 1.875rem;
	letter-spacing: 0.055em;
}

.p-suport__figure {
	margin: 0;
	margin: initial;
	margin-top: 5.25rem;
	overflow: hidden;
	width: 100%;
}

.p-support__figure-inner {
	min-width: unset;
}

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

.p-support__box {
	margin: 0;
	margin: initial;
	margin-top: 7.0625rem;
	padding-bottom: 2.5rem;
	padding-top: 2.75rem;
	width: 100%;
}

.p-support__box-text {
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
}

.p-support__box-img {
	margin: 0 auto;
	margin-top: 1.6875rem;
	max-width: 26.8125rem;
}

.p-support__btn {
	margin-top: 5.25rem;
	width: 18.125rem;
}

.p-support__figure {
	margin: 0 auto;
	margin-top: 3.6875rem;
	max-width: 48.875rem;
}

.p-support__plus {
	gap: 1.8125rem;
	display: grid;
	grid-template-columns: 57% 1fr;
	margin-top: 5.9375rem;
	max-width: 48rem;
	padding-bottom: 1.75rem;
	padding-left: 5.4375rem;
	padding-right: 6.0625rem;
	padding-top: 1.75rem;
}

.p-support__plus-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-support__plus-bigText {
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
}

.p-support__plus-text {
	letter-spacing: 0.03em;
	margin-left: 0;
	margin-top: 1.0625rem;
	max-width: 20.5rem;
}

.p-support__plus-figure {
	margin-top: 0;
}

.p-thanks__btn {
	max-width: 18.125rem;
}

.p-trouble__text {
	line-height: 3;
	text-align: center;
}

.p-trouble__title {
	margin-top: 5rem;
}

.p-trouble__lists {
	gap: 1.3125rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5.25rem;
}

.p-trouble__bottom {
	margin-top: 2.25rem;
}

.p-works-slider__title span {
	font-size: 1.3125rem;
	padding: 0 1.625rem;
}

.p-works-slider__title--plan span {
	background-color: #C9E1FD;
}

.p-works-slider__title--led span {
	background-color: #C7E0FD;
}

.p-works-slider__title--air span {
	background-color: #C2DDFD;
}

.p-works-slider__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4.0625rem;
	max-width: 59.1875rem;
}

.p-works-slider__list {
	margin: 0;
	margin: initial;
	width: calc(25% - 1.21875rem);
}

.p-works-slider__list + .p-works-slider__list {
	margin-left: 1.625rem;
}

.p-works-slider__text {
	margin-left: 0.75rem;
	margin-top: 1.3125rem;
}

.p-works-slider__btn {
	margin-top: 4.5625rem;
	width: 18.125rem;
}

.p-works-slider__card {
	margin-top: 4.9375rem;
	max-width: 23.4375rem;
}

.p-works__card-img {
	max-width: 18.1875rem;
}

.p-works-slider__card-text {
	letter-spacing: 0.01em;
	margin-top: 1.5rem;
}

.p-works__items {
	gap: 10.5625rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 56.875rem;
}

.p-works__item-title {
	font-size: 1.3125rem;
	padding: 0.5625rem 0;
}

.p-works__text {
	font-size: 1.0625rem;
	margin-top: 2.125rem;
}

.p-works__figure-number {
	font-size: 5.8125rem;
	top: 2.5rem;
	width: 13.5rem;
}

.p-works__figure--1 {
	margin-top: 0.875rem;
	max-width: 17.1875rem;
}

.p-works__figure--2 {
	margin-top: 1.375rem;
	max-width: 23.5625rem;
}


}

@media (min-width: 1366px) {

html {
	font-size: 16px;
}

}

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

.p-strong__lists {
	width: calc(100% + 5rem);
}

}

@media screen and (max-width:375px) {
	html {
		font-size: 4.2666666667vw;
	}
	.p-reason__title{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		line-height: 2.56rem;
		font-feature-settings: 'palt';
	}
}

@-webkit-keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}


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