body {
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}

.u-desktop {
	display: none;
}

.u-tab {
	display: none;
}

.js-fadeIn {
	opacity: 0;
	-webkit-transition: 3s;
	transition: 3s;
	visibility: hidden;
}

.u-active {
	opacity: 1;
	visibility: visible;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

h1 {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
}

*,
*::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 {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	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;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-family: "slick";
	font-style: normal;
	font-weight: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-breadcrumb {
	position: relative;
	z-index: 2;
}

.c-breadcrumb__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 8px 0px;
	padding: 0.5rem 0rem;
}

.c-breadcrumb__item {
	color: #707070;
	position: relative;
}

.c-breadcrumb__item:not(:last-child) {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.c-breadcrumb__item:not(:last-child)::after {
	color: #707070;
	content: ">";
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 700;
	position: absolute;
	right: -16px;
	right: -1rem;
	top: 0;
}

.c-breadcrumb__item a {
	color: #707070;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
}

.c-breadcrumb__item span {
	color: #707070;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
}

.c-breadcrumb__item > span:not(:first-child) {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.c-breadcrumb__item > span:not(:last-child) {
	margin-right: 12px;
	margin-right: 0.75rem;
}

.c-breadcrumb__item:last-child a {
	color: #00a660;
}

.c-header__brn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fb9304;
	border: 1px solid #fb9304;
	border: 0.0625rem solid #fb9304;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 13px;
	padding: 0.9375rem 0.8125rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-header__brn .c-header__btn-logo {
	height: 15px;
	height: 0.9375rem;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.c-header__brn p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: bold;
	margin-left: 12px;
	margin-left: 0.75rem;
}

.c-header__brn:hover {
	background-color: #fff;
}

.c-header__brn:hover p {
	color: #fb9304;
}

.c-common__btn {
	background-color: #fb9304;
	border: 1px solid #fb9304;
	border: 0.0625rem solid #fb9304;
	border-radius: 0.625rem;
	display: inline-block;
	left: 50%;
	min-width: 200px;
	min-width: 12.5rem;
	padding: 15px 23px;
	padding: 0.9375rem 1.4375rem;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-common__btn-container {
	position: relative;
}

.c-common__btn-container::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-width: 0.3125rem 0 0.3125rem 0.375rem;
	content: "";
	height: 0;
	position: absolute;
	right: -12px;
	right: -0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}

.c-common__btn-container p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
}

.c-common__btn:hover {
	background-color: #fff;
}

.c-common__btn:hover .c-common__btn-container::after {
	border-color: transparent transparent transparent #fb9304;
}

.c-common__btn:hover p {
	color: #fb9304;
}

.c-hamburger {
	z-index: 9999;
}

.c-hamburger span {
	background: #111;
	border-radius: 20px;
	display: block;
	height: 2px;
	position: relative;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 32px;
}

.c-hamburger span:nth-child(1) {
	top: 0;
}

.c-hamburger span:nth-child(2) {
	margin: 8px 0;
}

.c-hamburger span:nth-child(3) {
	top: 0;
}

/*OPEN時の動き*/

.c-hamburger.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-hamburger.open span:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger span.color {
	background: #111;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-hamburger.hamburgerColor span {
	background: #111;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.hamburgerColor.color span {
	background: #111;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-hamburger {
	z-index: 9999;
}

.c-hamburger span {
	background: #111;
	border-radius: 20px;
	display: block;
	height: 2px;
	position: relative;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 32px;
}

.c-hamburger span:nth-child(1) {
	top: 0;
}

.c-hamburger span:nth-child(2) {
	margin: 8px 0;
}

.c-hamburger span:nth-child(3) {
	top: 0;
}

/*OPEN時の動き*/

.c-hamburger.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-hamburger.open span:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger span.color {
	background: #111;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-hamburger.hamburgerColor span {
	background: #111;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.hamburgerColor.color span {
	background: #111;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-pagination {
	background-color: #fff;
	margin: -0.4px 0;
	margin: -0.025rem 0;
	padding-top: 32px;
	padding-top: 2rem;
}

.c-pagination__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	padding: 0 3.125rem;
}

.c-pagination__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-pagination__content .page-numbers:not(:first-child) {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.c-pagination__content a {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 2;
}

.c-pagination__content span {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 2;
}

.pager {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.pager__wrapper {
	width: 100%;
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fb9304;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	width: 3.125rem;
}

.page-numbers.current {
	opacity: 0.8;
}

.c-common-single__inner {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

.c-common-single__contents {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.c-common-single__contents__content {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.c-common-single__contents__content:not(:first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.c-common-single__content:not(:first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.c-common-single__contents h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
	padding: 7px 24px 7px 29px;
	padding: 0.4375rem 1.5rem 0.4375rem 1.8125rem;
	position: relative;
}

.c-common-single__contents h2::before {
	background-color: #00a660;
	content: "";
	height: 100%;
	left: 0px;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 5px;
	width: 0.3125rem;
}

.c-common-single__contents img {
	-o-object-fit: contain;
	margin-top: 16px;
	margin-top: 1rem;
	object-fit: contain;
	position: unset;
}

.p-single-common img {
	-o-object-fit: contain;
	margin-top: 16px;
	margin-top: 1rem;
	object-fit: contain;
	position: unset;
}

.c-common-single__contents p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

.c-common-single__contents p:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

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

.c-mainview__icons {
	position: relative;
}

.c-mainview__icons ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -50%;
}

.c-mainview__icons ul li {
	margin: 0 auto;
	width: 100%;
}

.c-mainview__icons ul li:not(:first-child) {
	margin: 32px auto 0;
	margin: 2rem auto 0;
}

.c-mainview__icons ul li a {
	display: block;
	height: 12px;
	height: 0.75rem;
	margin: 0 auto;
	position: relative;
	width: 15px;
	width: 0.9375rem;
}

.c-mainview__icons ul li:not(:first-child) a {
	height: 15px;
	height: 0.9375rem;
}

.c-TitleArea {
	text-align: center;
}

.c-title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3333333333;
	position: relative;
	z-index: 1;
}

.c-subtitle {
	display: inline-block;
	position: relative;
}

.c-subtitle::before,
.c-subtitle::after {
	border-bottom: 1px solid #303030;
	border-bottom: 0.0625rem solid #303030;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	width: 1.5625rem;
}

.c-subtitle::before {
	left: -45px;
	left: -2.8125rem;
}

.c-subtitle::after {
	right: -45px;
	right: -2.8125rem;
}

.c-subtitle h3 {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: medium;
}

/*========   c-lower__title  =============*/

.c-lower__titlearea {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.c-lower__catch h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.2222222222;
}

.c-lower__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3333333333;
}

.c-lower__title-black h2 {
	color: #303030;
	font-weight: 300;
}

.c-lower__title-black h2 span {
	color: #00a660;
}

.c-lower__subtitle {
	padding-left: 50px;
	padding-left: 3.125rem;
	position: relative;
}

.c-lower__subtitle::before {
	background-color: #fb9304;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	width: 1.5625rem;
}

.c-lower__subtitle p {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 1.5rem;
	font-weight: bold;
}

/*===========    common-card   ===========*/

.c-common__cards {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

.c-common__card {
	display: block;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.c-common__card-img {
	height: 220px;
	height: 13.75rem;
	position: relative;
	width: 100%;
}

.c-common__container {
	background-color: #efedea;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	padding: 22px 18px 28px;
	padding: 1.375rem 1.125rem 1.75rem;
}

.c-common__container .c-common__cat {
	background-color: #303030;
	border-radius: 0.65625rem;
	display: inline-block;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.c-common__container .c-common__cat p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: medium;
	line-height: 1;
}

.c-common__container .c-common__meta {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.c-common__container .c-common__meta p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: medium;
	line-height: 1;
}

.c-common__container .c-common__text {
	display: block;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.c-common__container .c-common__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4625;
}

.p-single-blog-recommend__cards .c-common__card {
	width: 100%;
}

.p-single-blog-recommend__cards .c-common__card:nth-child(2n) {
	margin-left: 0;
}

.p-single-blog-recommend__cards .c-common__card:nth-child(n+3) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-mainview__scroll ::after {
	-webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.c-sidebar {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.c-sidebar__inner {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.c-sidebar__contents:not(:first-child) {
	margin-top: 64px;
	margin-top: 4rem;
}

.c-sidebar__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00a660;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	height: 4.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-sidebar__title h2 {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.c-sidebar__cards {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.c-sidebar__cards > a {
	display: block;
}

.c-sidebar__cards > a:not(:first-child) {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.c-sidebar-card__img {
	height: 220px;
	height: 13.75rem;
	position: relative;
	width: 100%;
}

.c-sidebar-card__textarea {
	padding: 22px 16px;
	padding: 1.375rem 1rem;
}

.c-sidebar-card__meta p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.c-sidebar-card__text {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-sidebar-card__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.c-sidebar__cate-items {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-sidebar__cate-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 18px 12px 0;
	padding: 0.75rem 1.125rem 0.75rem 0;
}

.c-sidebar__cate-item:not(:first-child) {
	margin-top: 16px;
	margin-top: 1rem;
}

.c-sidebar__cate-name p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.c-sidebar__cate-count p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.l-about {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-about__top {
	height: 200px;
	height: 12.5rem;
	margin-top: 16px;
	margin-top: 1rem;
}

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

.p-about__top-img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 90%;
}

.p-about__top-img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-about__top-textarea {
	position: absolute;
	right: 10%;
	top: 120px;
	top: 7.5rem;
}

.p-about__top-text {
	background: #fff;
	padding: 10px 32px 10px 22px;
	padding: 0.625rem 2rem 0.625rem 1.375rem;
}

.p-about__top-text:nth-child(2) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-about__top-text p {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-about__top-text p span {
	position: relative;
	z-index: 2;
}

.p-about__top-text p span::before {
	background-color: #dff2ea;
	bottom: 0;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-about__text {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.p-about__text p {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
}

.p-about__foot {
	height: 40vw;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.p-about__foot-img {
	height: 33.3333333333vw;
	left: 50%;
	margin: 0 auto;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 2.5rem);
	z-index: 3;
}

.p-about__foot-img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-about__foot-text {
	background-color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	padding: 16px 12px 18px;
	padding: 1rem 0.75rem 1.125rem;
	position: absolute;
	right: 9%;
	top: 62%;
	z-index: 4;
}

.p-about__foot-text p {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.225;
}

.p-about__foot-bg {
	background-color: #dff2ea;
	bottom: 0;
	content: "";
	height: 100px;
	height: 6.25rem;
	position: absolute;
	right: 0;
	width: 80%;
	z-index: 2;
}

.l-cms {
	padding-top: 110px;
	padding-top: 6.875rem;
}

.c-lower__inner {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.c-lower__card {
	position: relative;
	width: 100%;
}

.c-lower__card:not(:first-child) {
	margin-top: 32px;
	margin-top: 2rem;
}

.c-lower__card:nth-child(2) {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.c-lower__card-num {
	position: absolute;
	right: -3%;
	top: -5%;
	z-index: 4;
}

.c-lower__card-num h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
}

.c-lower__card-img {
	height: 200px;
	height: 12.5rem;
	margin: 0 auto;
	max-width: 375px;
	max-width: 23.4375rem;
	position: relative;
	width: 100%;
}

.c-lower__card-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-top: solid 4px #fb9304;
	border-top: solid 0.25rem #fb9304;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	height: 94px;
	height: 5.875rem;
	min-width: 280px;
	min-width: 17.5rem;
	padding: 24px 21px 14px;
	padding: 1.5rem 1.3125rem 0.875rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: 120px;
	top: 7.5rem;
}

.c-lower__card-title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

.c-lower__card-text {
	padding-top: 16px;
	padding-top: 1rem;
}

.c-lower__card-text p {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
}

.l-blog {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-blog__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-blog__main {
	width: 100%;
}

.p-blog__cards {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

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

.c-blog__card:nth-child(1),
.c-blog__card:nth-child(2) {
	position: relative;
	width: 100%;
}

.c-blog__card:nth-child(1)::after,
.c-blog__card:nth-child(2)::after {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fb9304;
	color: #fff;
	content: "New";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 64px;
	width: 4rem;
}

.c-blog__card:nth-child(1) .c-blog__card-img,
.c-blog__card:nth-child(2) .c-blog__card-img {
	height: 250px;
	height: 15.625rem;
}

.c-blog__card:nth-child(2n) {
	margin-left: 0;
}

.c-blog__card:nth-child(2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.c-blog__card:nth-child(n+3) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.c-blog__card-img {
	height: 220px;
	height: 13.75rem;
	position: relative;
	width: 100%;
}

.c-blog-card__container {
	padding: 16px 8px 24px;
	padding: 1rem 0.5rem 1.5rem;
}

.c-blog-card__meta-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-blog-card__cat {
	background-color: #303030;
	border-radius: 0.65625rem;
	display: inline-block;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.c-blog-card__cat p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: medium;
	line-height: 1;
}

.c-blog-card__meta {
	margin-left: 16px;
	margin-left: 1rem;
}

.c-blog-card__meta p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: medium;
	line-height: 1;
}

.c-blog-card__text {
	display: block;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.c-blog-card__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4625;
}

.p-single-blog__inner {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

.p-single-blog__img {
	height: 250px;
	height: 15.625rem;
	position: relative;
	width: 100%;
}

.p-single-blog__title {
	background-color: #fff;
	bottom: 0;
	opacity: 0.85;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	position: absolute;
	right: 0;
	width: 90%;
}

.p-single-blog__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.6666666667;
}

.p-single-blog__meta-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-single-blog__cate {
	background-color: #303030;
	border-radius: 0.65625rem;
	display: inline-block;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.p-single-blog__cate p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: medium;
	line-height: 1;
}

.p-single-blog__meta {
	margin-left: 32px;
	margin-left: 2rem;
}

.p-single-blog__main-content {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-single-blog__main-content p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: medium;
	line-height: 1.5;
}

.p-single-blog__main-content p:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single-blog__main-content h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 7px 24px 7px 29px;
	padding: 0.4375rem 1.5rem 0.4375rem 1.8125rem;
	position: relative;
}

.p-single-blog__main-content h2::before {
	background-color: #00a660;
	content: "";
	height: 100%;
	left: 0px;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 5px;
	width: 0.3125rem;
}

.p-single-blog__main-content h2:first-child {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-single-blog__main-content img {
	-o-object-fit: contain;
	margin-top: 16px;
	margin-top: 1rem;
	object-fit: contain;
	position: unset;
}

.p-single-blog__main-content img {
	-o-object-fit: contain;
	margin-top: 16px;
	margin-top: 1rem;
	object-fit: contain;
	position: unset;
}

.p-single-blog__main-content p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-single-blog__main-content p:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single-blog__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fb9304;
	border: 1px solid #00a660;
	border: 0.0625rem solid #00a660;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
	min-width: 200px;
	min-width: 12.5rem;
	padding: 16px 0;
	padding: 1rem 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-single-blog__btn h2 {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
}

.p-single-blog__btn:hover {
	background-color: #fff;
}

.p-single-blog__btn:hover h2 {
	color: #fb9304;
}

.p-single-blog-recommend {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-single-blog-recommend .c-lower__titlearea {
	padding: 0;
}

.l-business-inf {
	margin: 110px auto 0;
	margin: 6.875rem auto 0;
	position: relative;
}

.l-business-inf::before,
.l-business-inf::after {
	background-color: #dff2ea;
	content: "";
	height: 50px;
	height: 3.125rem;
	position: absolute;
	width: 50%;
	z-index: 1;
}

.l-business-inf::before {
	right: 0;
	top: 48px;
	top: 3rem;
	z-index: -1;
}

.l-business-inf::after {
	bottom: -64px;
	bottom: -4rem;
	left: 0;
}

.p-business-inf__inner {
	margin: 0 auto;
	max-width: 1300px;
}

.p-business-inf__container {
	display: block;
	margin-top: 62px;
	margin-top: 3.875rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-business-inf__text {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.p-business-inf__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-business-inf__imgarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.p-business-inf__img {
	height: 230px;
	height: 14.375rem;
	position: relative;
	width: 33.3333333333%;
	z-index: 2;
}

.p-business-inf__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-business-inf__img:nth-child(2) {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.l-business-int {
	margin-top: 150px;
	margin-top: 9.375rem;
	position: relative;
}

.p-business-int__container {
	margin: 0 auto;
	max-width: 1300px;
	max-width: 81.25rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	position: relative;
}

.p-business-int__items {
	margin-left: auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: calc(1150px + 1.5rem);
}
.p-business-int__items::before {
  display: block;
  content: '';
  position: absolute;
  background-image: url(../images/advert/subsidy_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 78%;
  top: 9%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.p-business-int__item {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: relative;
}

.p-business-int__item:not(:first-child) {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-business-int__textarea {
	padding-left: 16px;
	padding-left: 1rem;
	padding-top: 32px;
	padding-top: 2rem;
	position: relative;
	width: 100%;
}

.p-business-int__num {
	left: -20px;
	left: -1.25rem;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	top: 0rem;
}

.p-business-int__num h2 {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 56px;
	font-size: 3.5rem;
	font-weight: 700;
}

.p-business-int__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.p-business-int__text {
	margin-top: -66px;
	max-width: 800px;
    width: 101%;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.25);
	padding: 99px 42px 49px 40px;
}

.p-business-int__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-business-int__img {
	height: 345px;
	height: 21.5625rem;
	margin: 16px 0;
	margin: 1rem 0;
	position: relative;
	width: 100%;
}

.p-business-int__bg {
	background-color: #dff2ea;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 250px;
	width: 15.625rem;
	z-index: -2;
}

.p-business-int__bg::after {
	border-color: #dff2ea transparent transparent transparent;
	border-style: solid;
	border-width: 53.45px 125px 0 125px;
	border-width: 3.340625rem 7.8125rem 0 7.8125rem;
	bottom: -2.4%;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.l-business-please {
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}

.p-business-please__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-business-please__container {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-business-please__cards {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

.p-business-please__card:not(:first-child) {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-business-please__card-top {
	position: relative;
}

.p-business-please__card-img {
	height: 250px;
	height: 15.625rem;
	position: relative;
	width: 100%;
}

.p-business-please__card-textarea {
	bottom: 38px;
	bottom: 2.375rem;
	position: absolute;
	right: -5%;
	width: 70%;
}

.p-business-please__card-text {
	background-color: #fff;
	max-width: 400px;
	max-width: 25rem;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
}

.p-business-please__card-text:not(:first-child) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-business-please__card-text p {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-business-please__card-foot {
	margin-top: 16px;
	margin-top: 1rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-business-please__card-foot p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-business-please__bg {
	background-color: #dff2ea;
	content: "";
	height: 99%;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 100%;
	z-index: -3;
}

.l-business-recommend {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-business-recommend__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

.p-business-recommend__foot {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: relative;
}

.p-business-recommend__foot-container {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	position: relative;
	z-index: 1;
}

.p-business-recommend__foot-title {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-business-recommend__foot-title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 700;
}

.p-business-recommend__foot-items {
	margin-top: 24px;
	margin-top: 1.5rem;
	padding-left: 28px;
	padding-left: 1.75rem;
}

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

.p-business-recommend__foot-item:not(:first-child) {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-business-recommend__foot-icon {
	height: 30px;
	height: 1.875rem;
	position: relative;
	width: 32px;
	width: 2rem;
}

.p-business-recommend__foot-text {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.p-business-recommend__foot-text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.p-business-recommend__foot-btn {
	background-color: #fff;
	display: inline-block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	height: 100%;
	margin-top: 42px;
	margin-top: 2.625rem;
	min-width: 250px;
	min-width: 15.625rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-business-recommend__foot-btn__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding: 17.5px 40px 20px;
	padding: 1.09375rem 2.5rem 1.25rem;
}

.p-business-recommend__foot-btn p {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
}

.p-business-recommend__foot-btn:hover {
	background-color: #00a660;
}

.p-business-recommend__foot-btn:hover p {
	color: #fff;
}

.p-business-recommend__foot-img {
	height: 328px;
	height: 20.5rem;
	left: 50%;
	position: relative;
	top: 16px;
	top: 1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 296.666px;
	width: 18.5416666667rem;
	z-index: 1;
}

.p-business-recommend__foot-bg {
	background-color: #dff2ea;
	bottom: -36px;
	bottom: -2.25rem;
	content: "";
	height: 175px;
	height: 10.9375rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.l-business-service {
	padding-top: 110px;
	padding-top: 6.875rem;
	position: relative;
}

.p-business-service__inner {
	margin: 0px auto;
	margin: 0rem auto;
	max-width: 1300px;
	max-width: 81.25rem;
}

.p-business-service__container {
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.c-business-service__card {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	position: relative;
}

.c-business-service__card:not(:first-child) {
	margin-top: 32px;
	margin-top: 2rem;
}

.c-business-service__img {
	height: 250px;
	height: 15.625rem;
	position: relative;
	width: 100%;
}
.c-business-service__img img {
	height: auto;
}

.c-business-service__icon {
	bottom: -16px;
	bottom: -1rem;
	height: 63.5px;
	height: 3.96875rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	width: 62px;
	width: 3.875rem;
}

.c-business-service__icon.c-business-service__icon-xl {
	height: 76px;
	height: 4.75rem;
}

.c-business-service__icon.c-business-service__icon-large {
	height: 69px;
	height: 4.3125rem;
}

.c-business-service__textarea {
	width: 100%;
}

.c-business-service__title {
	margin-top: 16px;
	margin-top: 1rem;
}

.c-business-service__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.c-business-service__text {
	margin-top: 16px;
	margin-top: 1rem;
}

.c-business-service__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-business-service__bg {
	background-color: #dff2ea;
	content: "";
	height: 100%;
	position: absolute;
	top: 60px;
	top: 3.75rem;
	width: 250px;
	width: 15.625rem;
	z-index: -1;
}

.p-business-service__bg::after {
	border-color: #dff2ea transparent transparent transparent;
	border-style: solid;
	border-width: 53.45px 125px 0 125px;
	border-width: 3.340625rem 7.8125rem 0 7.8125rem;
	bottom: -53.35px;
	bottom: -3.334375rem;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.l-business {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-business__inner {
	margin-top: 32px;
	margin-top: 4rem;
}

.p-business__contents {
	position: relative;
}

.p-business__items {
	bottom: 12px;
	bottom: 0.75rem;
	left: 0;
	position: absolute;
	z-index: 2;
}

.p-business__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	min-width: 300px;
	min-width: 18.75rem;
	padding: 2px 16px 7px 19px;
	padding: 0.125rem 1rem 0.4375rem 1.1875rem;
}

.p-business__item:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-business__icon {
	height: 51px;
	height: 3.1875rem;
	position: relative;
	width: 37px;
	width: 2.3125rem;
}

.p-business__text {
	margin-left: 11px;
	margin-left: 0.6875rem;
	width: calc(100% - 3rem);
}

.p-business__text p {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

.p-business__img {
	height: 100%;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}
.p-business__img img {
    object-fit: contain;
	position: relative;
}

.c-business__titlearea {
	width: 100%;
}

.c-business__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.c-business__title::after {
	background-color: #fb9304;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	width: 25px;
	width: 1.5625rem;
}

.c-business__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.c-business__title.c-business__title-black h2 {
	color: #303030;
}

.c-business__title.c-business__title-black h2 span {
	color: #00a660;
}

.c-business__subtitle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.c-business__subtitle p {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.l-company-about {
	padding-top: 80px;
	padding-top: 5rem;
}

.p-company-about__top {
	height: 200px;
	height: 12.5rem;
	position: relative;
}

.p-company-about__top-img {
	height: 100%;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
	width: 100%;
}

.p-company-about__titlearea {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.p-company-about__title {
	position: relative;
}

.p-company-about__title::after {
	background-color: #fb9304;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	width: 1.5625rem;
}

.p-company-about__title h2 {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 700;
	text-align: center;
}

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

.p-company-about__subtitle p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 700;
	text-align: center;
}

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

.p-company-about__inner {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-company-about__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #303030;
	border-bottom: 0.0625rem solid #303030;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px 28px;
	padding: 1.5rem 1.75rem;
}

.p-company-about__item dt {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	width: 20%;
}

.p-company-about__item dd {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	width: 75%;
}

.p-company-about__item dd ul li {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.p-company-about__item dd ul li:not(:first-child) {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.l-company-message {
	padding-top: 48px;
	padding-top: 3rem;
}

.p-company-message__inner {
	max-width: 400px;
	max-width: 25rem;
	padding: 32px 20px 0;
	padding: 2rem 1.25rem 0;
	position: relative;
}

.p-company-message__content {
	max-width: 1150px;
	padding: 0 20px 32px 32px;
	padding: 0 1.25rem 2rem 2rem;
	position: relative;
	width: 100%;
}

.p-company-message__title {
	margin-top: 32px;
	margin-top: 2rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-company-message__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-company-message__text {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-company-message__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 24px;
}

.p-company-message__img {
	height: 475px;
	height: 29.6875rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.p-company-message__name {
	bottom: -56px;
	bottom: -3.5rem;
	position: absolute;
	right: 0;
}

.p-company-message__name p {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: right;
}

.p-company-message__name p:not(:first-child) {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-company-message__bg {
	background-color: #dff2ea;
	content: "";
	height: 106%;
	left: 0;
	position: absolute;
	top: 0;
	width: 70%;
	z-index: -1;
}

.l-company-vision {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-company-vision__inner {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

.p-company-vision__contents {
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-company-vision__content {
	position: relative;
	padding-top: 320px;
}

.p-company-vision__img {
	height: 350px;
	height: 21.875rem;
	position: absolute;
	width: 100%;
	left: 0;
}

.p-company-vision__textarea {
	background-color: #fff;
	bottom: 12%;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	margin: -40px auto 0;
	margin: -2.5rem auto 0;
	padding: 25px 28px 25px 16px;
	padding: 1.5625rem 1.75rem 1.5625rem 1rem;
	position: relative;
	right: 0;
	width: 90%;
}

.p-company-vision__title {
	padding-right: 26px;
	padding-right: 1.625rem;
	position: relative;
}

.p-company-vision__title::after {
	background-color: #00a660;
	border-radius: 0.15625rem;
	bottom: -26px;
	bottom: -1.625rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 80px;
	width: 5rem;
}

.p-company-vision__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-company-vision__text img {
	position: relative;
}

.p-company-vision__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.l-contact {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-contact__text {
	margin: 25px auto;
	margin: 1.5625rem auto;
	padding: 0 0px;
	padding: 0 0rem;
	width: 70%;
}

.p-contact__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

.p-contact__step-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: 100%;
}

.p-contact__step-item {
	background-color: #f4f0eb;
	border-radius: 50%;
	-webkit-box-shadow: -0.125rem 0.1875rem 0 #aaa9a8;
	box-shadow: -0.125rem 0.1875rem 0 #aaa9a8;
	height: min(21.3333333333vw, 99px);
	height: min(21.3333333333vw, 6.1875rem);
	padding-top: 8px;
	padding-top: 0.5rem;
	position: relative;
	width: min(21.3333333333vw, 99px);
	width: min(21.3333333333vw, 6.1875rem);
}

.p-contact__step-item:not(:first-child) {
	margin-left: 30px;
	margin-left: 1.875rem;
}

.p-contact__step-item:not(:first-child)::before {
	background-color: #bfbfbf;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: -64px;
	left: -4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	width: 5rem;
	z-index: -1;
}

.p-contact__step-item__num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-contact__step-item__num h2 {
	color: #aaa9a8;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-contact__step-item__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-contact__step-item__text h2 {
	color: #aaa9a8;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-contact__step-item.is-active {
	background-color: #00a660;
}

.p-contact__step-item.is-active h2 {
	color: #fff;
}

.p-contact__form {
	margin-top: 32px;
	margin-top: 2rem;
	padding: 0;
}

.p-contact__row {
	border-bottom: solid 1px #bfbfbf;
	border-bottom: solid 0.0625rem #bfbfbf;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.p-contact__row:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-contact__label {
	width: 100%;
}

.p-contact__label .is-require {
	position: relative;
}

.p-contact__label .is-require::after {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #00a660;
	border: solid 0.0625rem #00a660;
	border-radius: 1.1875rem;
	color: #00a660;
	content: "必須";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	height: 24px;
	height: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: -50px;
	right: -3.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	width: 2rem;
}

.p-contact__input {
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.p-contact__input > p {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-contact__input [type=text] {
	border: #bfbfbf 1px solid;
	border: #bfbfbf 0.0625rem solid;
	border-radius: 0.125rem;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

.p-contact__input [type=email] {
	border: #bfbfbf 1px solid;
	border: #bfbfbf 0.0625rem solid;
	border-radius: 0.125rem;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

.p-contact__input [type=tel] {
	border: #bfbfbf 1px solid;
	border: #bfbfbf 0.0625rem solid;
	border-radius: 0.125rem;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

.p-contact__input textarea {
	border: #bfbfbf 1px solid;
	border: #bfbfbf 0.0625rem solid;
	border-radius: 0.125rem;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	height: 250px;
	height: 15.625rem;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
	width: 100%;
}

.p-contact__input.contact__radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-contact__input .radio:not(:first-child) {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-contact__input .radio span {
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
	width: 100%;
}

.p-contact__input .radio span:not(:first-child) {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-contact__input .radio span::before {
	background: #fff;
	border: 1px solid #707070;
	border: 0.0625rem solid #707070;
	border-radius: 50%;
	content: "";
	height: 3.2vw;
	left: -4.2666666667vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3.2vw;
}

.p-contact__input .radio span::after {
	background: #00a660;
	border-radius: 50%;
	content: "";
	display: none;
	height: 1.6vw;
	left: -3.4666666667vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6vw;
}

[type=radio]:checked + span::after {
	display: block;
}

.p-contact__input .radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 4.8vw;
	width: 100%;
}

.p-contact__input [type=radio] {
	display: none;
}

.p-contact__button {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-contact__button label {
	position: relative;
}

.p-contact__button [type=submit]::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-width: 0.3125rem 0 0.3125rem 0.375rem;
	content: "";
	height: 0;
	position: absolute;
	right: -12px;
	right: -0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}

.p-contact__button [type=button] {
	background-color: #fb9304;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	left: 50%;
	line-height: 2;
	min-width: 150px;
	min-width: 9.375rem;
	padding: 16px 24px 16px;
	padding: 1rem 1.5rem 1rem;
	position: relative;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-contact__button [type=submit] {
	background-color: #fb9304;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	left: 50%;
	line-height: 2;
	min-width: 150px;
	min-width: 9.375rem;
	padding: 16px 24px 16px;
	padding: 1rem 1.5rem 1rem;
	position: relative;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-contact__btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-contact__foot {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.p-contact__foot h2 {
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-contact__foot-contents {
	border: 1px solid #bfbfbf;
	border: 0.0625rem solid #bfbfbf;
	height: 250px;
	height: 15.625rem;
	margin: 22px auto;
	margin: 1.375rem auto;
	overflow-y: scroll;
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
	width: 100%;
}

.p-contact__foot-content:not(:first-child) {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-contact__foot-content h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.2222222222;
	text-align: left;
}

.p-contact__foot-content p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2.5;
}

.p-contact__foot-contents::-webkit-scrollbar {
	width: 28px;
	width: 1.75rem;
}

.p-contact__foot-contents::-webkit-scrollbar-track {
	background-color: #eeeeee;
}

.p-contact__foot-contents::-webkit-scrollbar-thumb {
	background-color: #bfbfbf;
}

.l-single-work {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-single-work__top-container {
	margin: 0 auto;
	max-width: 1300px;
}

.p-single-work__top-contents {
	background-color: #dff2ea;
	margin-right: auto;
	max-width: 1150px;
	min-height: 290px;
	min-height: 18.125rem;
	position: relative;
}

.p-single-work__top-customer {
	background-color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	padding: 32px 32px 24px 40px;
	padding: 2rem 2rem 1.5rem 2.5rem;
	position: relative;
	top: 32px;
	top: 2rem;
	width: 95%;
}

.p-single-work__top-customer__name p {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-single-work__top-customer__title {
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
}

.p-single-work__top-customer__title::after {
	background-color: #00a660;
	border-radius: 0.15625rem;
	bottom: -16px;
	bottom: -1rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 80px;
	width: 5rem;
}

.p-single-work__top-customer__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-single-work__top-customer__text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-single-work__top-customer__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875;
}

.p-single-work__main {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-single-work__main-contents__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-single-work__main-contents__items {
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
}

.p-single-work__main-contents__img {
	height: 325px;
	height: 20.3125rem;
	position: relative;
	width: 100%;
}

.p-single-work__main-contents__textarea {
	padding: 32px 0px 32px 18px;
	padding: 2rem 0rem 2rem 1.125rem;
	width: 100%;
}

.p-single-work__main-contents__about:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single-work__main-contents__about h2 {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
}

.p-single-work__main-contents__about p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: 300;
}

.p-single-work__main-contents__text {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 400px;
	max-width: 25rem;
}

.p-single-work__main-contents__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875;
}

.p-single-work__main-contents__text p:not(:first-child) {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.l-works {
	margin-top: 50px;
	margin-top: 3.125rem;
	overflow-x: hidden;
}

.p-work__container {
	padding: 0;
}

.p-work__cards {
	margin: 0 auto;
	padding-top: 32px;
	padding-top: 2rem;
}

.p-work__card {
	position: relative;
}

.p-work__card:not(:first-child) {
	margin-top: 88px;
	margin-top: 5.5rem;
}

.p-work__card-img {
	height: 350px;
	height: 21.875rem;
	position: relative;
	width: 80%;
	z-index: 2;
}

.p-work__card-textarea {
	background-color: #fff;
	bottom: 0px;
	bottom: 0rem;
	opacity: 0.9;
	padding: 16px 16px 24px 24px;
	padding: 1rem 1rem 1.5rem 1.5rem;
	position: absolute;
	right: 0;
	z-index: 3;
}

.p-work__card-title {
	position: relative;
}

.p-work__card-title::after {
	background-color: #00a660;
	border-radius: 0.15625rem;
	bottom: -16px;
	bottom: -1rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	width: 80px;
	width: 5rem;
}

.p-work__card-title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-work__card-text {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.p-work__card-text p {
	color: #303030;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875;
}

.p-work__card-btn {
	left: 0;
	margin-top: 32px;
	margin-top: 2rem;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-work__card-bg {
	background-color: #dff2ea;
	bottom: 0;
	content: "";
	height: 400px;
	height: 25rem;
	left: -10%;
	position: absolute;
	width: 90%;
	z-index: 1;
}

.p-work__card:nth-child(2n) .p-work__card-img {
	margin-left: auto;
}

.p-work__card:nth-child(2n) .p-work__card-bg {
	left: auto;
	right: -6%;
}

footer {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.footer__inner {
	background-color: #303030;
	height: 100%;
}

.p-footer__banner {
	display: block;
	position: relative;
	width: 100%;
}

.p-footer__banner-img {
	height: 150px;
	height: 9.375rem;
	position: relative;
	width: 100%;
}

.p-footer__banner-img-mask {
	height: 100%;
	position: absolute;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.p-footer__banner:hover .p-footer__banner-img-mask {
	opacity: 0;
}

.p-footer__banner-textarea {
	padding-left: 20px;
	padding-left: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.p-footer__banner:nth-child(2) .p-footer__banner-textarea {
	padding-left: 20px;
	padding-left: 1.25rem;
	text-align: left;
}

.p-footer__banner-title h2 {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}

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

.p-footer__banner-subtitle p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: medium;
}

.p-footer__contents {
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

.p-footer__logo {
	height: 68px;
	height: 4.25rem;
	position: relative;
	width: 74px;
	width: 4.625rem;
}

.p-footer__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 27px;
	margin-top: 1.6875rem;
	width: 140px;
	width: 8.75rem;
}

.p-footer__icon {
	background-color: #fff;
	height: 39.53px;
	height: 2.470625rem;
	width: calc(33.33333% - 0.41667rem);
}

.p-footer__icon:not(:first-child) {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-footer__icon 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;
	width: 100%;
}

.p-footer__icon-img {
	height: 20px;
	height: 1.25rem;
	position: relative;
	width: 25px;
	width: 1.5625rem;
}

.p-footer__icon:not(:first-child) .p-footer__icon-img {
	height: 25px;
	height: 1.5625rem;
}

.p-footer__menu {
	-moz-columns: 2;
	-moz-column-gap: 5rem;
	-webkit-column-gap: 5rem;
	column-gap: 5rem;
	-webkit-columns: 2;
	columns: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-footer__menu li {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: medium;
	margin-top: 15px;
	margin-top: 0.9375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__menu li:nth-child(1) {
	margin-top: 0px;
	margin-top: 0rem;
}

.p-footer__menu li:nth-child(2),
.p-footer__menu li:nth-child(7) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-footer__menu li a {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: medium;
}

.p-footer__copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.p-footer__copy p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: medium;
	line-height: 1.2;
}

.footer_menu_box .p-footer__banner_img {
	display: block;
	width: 350px;
	max-width: 100%;
	margin-top: 60px;
}

.footer_menu_box .p-footer__banner_img img {
	position: relative;
	width: 100%;
}

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-header__top {
	background-color: #00a660;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
}

.p-header__top h1 {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: medium;
	line-height: 1.2;
}

.p-header__container {
	position: relative;
}

.p-header__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
}

.p-header__item {
	position: relative;
}

.p-header__bg {
	background-color: #dff2ea;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px;
	width: 9.375rem;
	z-index: -5;
}

/*========スマホ用============*/

.p-header__container.is-active {
	position: relative;
	z-index: 10;
}

.p-header__item .p-header__item-bar {
	background-color: #303030;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: -52px;
	left: -3.25rem;
	position: absolute;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 32px;
	width: 2rem;
}

.p-header__item .p-header__item-bar:nth-child(1) {
	top: -8px;
	top: -0.5rem;
}

.p-header__item.is-active .p-header__item-bar:nth-child(1) {
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.p-header__item.is-active .p-header__item-bar:nth-child(2) {
	display: none;
}

.p-header__item .p-header__item-bar:nth-child(3) {
	top: 8px;
	top: 0.5rem;
}

.p-header__item.is-active .p-header__item-bar:nth-child(3) {
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}

.p-header__item.p-header__logo {
	height: 58px;
	height: 3.625rem;
	margin-right: auto;
	position: relative;
	width: 64px;
	width: 4rem;
}

.p-header__item p {
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	text-align: center;
}

.p-header__item p span {
	color: #707070;
	display: block;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}

.p-header__magamenu {
	position: relative;
}

.p-header__magamenu .l-header__mark {
	position: relative;
}

.p-header__magamenu .p-header__mark::after {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-width: 0.5rem 0.34375rem 0 0.34375rem;
	content: "";
	height: 0;
	position: absolute;
	right: -12px;
	right: -0.75rem;
	top: 2px;
	top: 0.125rem;
	width: 0;
}

/* ==========  メガメニュー内  ============ */

.p-mega-menu {
	left: 0%;
	position: absolute;
	top: 140%;
}

.p-mega-menu__inner {
	position: static;
}

.p-megamenu__lists {
	background-color: #fff;
	border-top: 2px solid #fb9304;
	border-top: 0.125rem solid #fb9304;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -10;
}

.p-header__magamenu:hover {
	opacity: 1;
}

.p-header__magamenu:hover .p-megamenu__lists {
	opacity: 1;
	top: 140%;
	z-index: 1;
}

.p-megamenu__lists li {
	min-width: 300px;
	min-width: 18.75rem;
}

.p-megamenu__lists li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #efedea;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0.125rem #cccccc;
	box-shadow: 0.3125rem 0.3125rem 0.125rem #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 314px;
}

.p-megamenu__lists li:not(:first-child) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-megamenu__lists li .p-megamenu__list-img {
	position: relative;
}

.p-megamenu__lists p {
	color: #000;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
}

.l-colum {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-colum__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

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

.l-concept {
	margin-top: 100px;
	margin-top: 6.25rem;
	max-width: 1080px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.p-concept__container {
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

.p-concept__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: medium;
	line-height: 2;
	text-align: left;
}
.p-concept__text p span {
	font-weight: 700;
}

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

.l-customer {
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-customer__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

.p-customer__item {
	background-color: #fff;
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(203,201,199,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(5px 5px 5px #cbc9c7);
	filter: drop-shadow(5px 5px 5px #cbc9c7);
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	filter: drop-shadow(0.3125rem 0.3125rem 0.3125rem #cbc9c7);
	padding: 16px;
	padding: 1rem;
}

.p-customer__item:not(:first-child) {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-customer__item-img {
	height: 200px;
	height: 12.5rem;
	position: relative;
	width: 100%;
}

.p-customer__item-main {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.p-customer__item-title h2 {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

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

.p-customer__item-text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: medium;
	line-height: 1.625;
}

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

.p-customer__bg {
	background-color: #dff2ea;
	content: "";
	height: 90%;
	left: 0;
	position: absolute;
	top: 120px;
	top: 7.5rem;
	width: 70%;
	z-index: -1;
}

.l-feature {
	padding-top: 60px;
	padding-top: 15rem;
}

.p-feature__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

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

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

.p-feature__bg {
	background-color: #dff2ea;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-feature__img {
	height: 150px;
	height: 9.375rem;
	left: 0;
	position: absolute;
	top: -16px;
	top: -1rem;
	width: 100%;
	z-index: 1;
}

.p-feature__textarea {
	background-color: #fff;
	padding-top: 150px;
	padding-top: 9.375rem;
	position: relative;
}

.p-feature__title {
	position: relative;
}

.p-feature__title h2 {
	color: #00a660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

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

.p-feature__text p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: medium;
}

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

.l-service {
	margin-top: -0.1px;
	margin-top: -0.00625rem;
	padding-top: 60.1px;
	padding-top: 3.75625rem;
	overflow: hidden;
}

.p-service__inner {
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
}

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

.p-service__contents {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-service__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #707070;
	border-bottom: 0.0625rem solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	height: 4rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-service__content:not(:first-child) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-service__content-title h2 {
	color: #00a660;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.p-service__content-img {
	height: 15px;
	height: 0.9375rem;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 15px;
	width: 0.9375rem;
}

.is-active .p-service__content-img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-service__about {
	background-color: #fff;
	display: none;
	padding: 20px 22px;
	padding: 1.25rem 1.375rem;
}

.p-service__about.is-active {
	display: block;
}

.p-service__about p {
	color: #303030;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: medium;
}

.p-service__bg {
	height: 300px;
	height: 18.75rem;
	position: absolute;
	right: 0;
	left: 0;
    margin: auto;
	top: -16px;
	top: -1rem;
	width: 80%;
}

.p-service__bg-img {
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -24px;
	top: -1.5rem;
	visibility: hidden;
	width: 80%;
}

.p-service__bg-img.is-active {
	opacity: 1;
	visibility: visible;
}

.p-service__cards {
	margin-top: 100px;
	margin-top: 6.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.p-service__btn.c-common__btn {
	background-color: #fb9304;
	border: 1px solid #fb9304;
	border: 0.0625rem solid #fb9304;
	border-radius: 0.625rem;
	display: inline-block;
	left: 50%;
	margin-top: 16px;
	margin-top: 1rem;
	min-width: 150px;
	min-width: 9.375rem;
	padding: 10px 12px;
	padding: 0.625rem 0.75rem;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-service__btn .c-common__btn-container {
	position: relative;
}

.p-service__btn .c-common__btn-container::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-width: 0.3125rem 0 0.3125rem 0.375rem;
	content: "";
	height: 0;
	position: absolute;
	right: -4px;
	right: -0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}

.p-service__btn .c-common__btn-container p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}

.c-common__btn-container p {
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
}

.p-service__btn.c-common__btn:hover {
	background-color: #fff;
}

.p-service__btn.c-common__btn:hover .c-common__btn-container::after {
	border-color: transparent transparent transparent #fb9304;
}

.p-service__btn.c-common__btn:hover p {
	color: #fb9304;
}

.l-mainview {
	padding-top: 78px;
	padding-top: 4.875rem;
	position: relative;
}

.p-mainview__container {
	position: relative;
}

.p-mainview__container::before {
	background-color: #dff2ea;
	bottom: 0;
	content: "";
	height: 90vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 20vw;
}

.p-mainview__lists {
	position: relative;
}

.p-news a {
	bottom: 50px;
	bottom: 3.125rem;
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	left: 14%;
	position: absolute;
}

.sns-content {
	-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;
	height: 40%;
	position: fixed;
	right: 1%;
	top: 50%;
	width: 20px;
	width: 1.25rem;
	z-index: 8888;
}

.low-sns-content {
	-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;
	height: 40%;
	position: fixed;
	right: 1%;
	top: 25%;
	width: 20px;
	width: 1.25rem;
	z-index: 8888;
}

.p-mainview__title {
	height: 105px;
	height: 14.5625rem;
	left: 50%;
	position: absolute;
	top: 32%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 320px;
	width: 20rem;
	z-index: 2;
}

.p-mainview__copy {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.p-mainview__copy p {
	font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: medium;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-mainview__list {
	height: inherit;
	height: 80vh;
}

.p-mainview__list img {
	position: relative;
}

/* .p-mainview__list::before {
	background-color: #303030;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
} */

.l-lower-mainview .p-mainview__item:nth-child(2) {
	height: 33.3333333333vw;
	margin: 0 auto;
	width: 90%;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-mainview__item-img {
	height: 32vw;
	position: relative;
	top: 0;
	width: 100%;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-lower__item-title {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	bottom: 8px;
	bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 25px;
	right: 1.5625rem;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-lower__item-title h2 {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-lower__item-title h2 span {
	color: #fff;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.l-lower-mainview .p-mainview__item:nth-child(1),
.l-lower-mainview .p-mainview__item:nth-child(3) {
	position: fixed;
}

.l-lower-mainview .p-mainview__item:nth-child(1) {
	bottom: -60px;
	bottom: -3.75rem;
	left: 0;
}

.l-lower-mainview .p-mainview__item:nth-child(3) {
	right: 0;
	top: 30%;
}

.p-mainview__bg {
	background-color: #dff2ea;
	content: "";
	height: 133.3333333333vw;
	left: 0;
	position: absolute;
	top: -120px;
	top: -7.5rem;
	width: 150px;
	width: 9.375rem;
	z-index: -5;
}

.p-mainview__bg.p-lower-mainview__bg {
	height: 53.3333333333vw;
	top: -130px;
	top: -8.125rem;
}

.p-drawer-menu {
	background-color: #fff;
	height: 100vh;
	margin-top: 50px;
	margin-top: 3.125rem;
	overflow: scroll;
	padding-bottom: 130px;
	padding-bottom: 8.125rem;
	position: fixed;
	right: -100%;
	top: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
	z-index: 9998;
}

.p-drawer-menu__inner {
	height: 100%;
}

.p-drawer-menu.fadeIn {
	right: 0;
}

.p-drawer-menu__lists {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	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;
}

.p-drawer-menu__list {
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
}

.p-drawer-menu__list:first-child {
	border-top: 1px solid #cdcdcd;
}

.p-drawer-menu__link {
	color: #333;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.75;
	padding: 24px 0;
	padding: 1.5rem 0;
	text-align: center;
	width: 100%;
}

.p-drawer-menu__list:last-child {
	background-color: #00a660;
	color: #fff;
}

.p-drawer-menu__list:last-child .p-drawer-menu__link {
	color: #fff;
}

body.fixed {
	height: 100%;
	overflow: hidden;
}

.p-drawer-menu__list-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.p-drawer-menu__link-arrow {
	position: absolute;
	right: 31px;
	right: 1.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-drawer-menu__link-arrow img {
	display: block;
}

.p-drawer-menu__link-arrow.active {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.drawer__accordion {
	display: none;
}

.drawer__accordion__list {
	background: #F0F3F9;
	border-bottom: 1px solid #cdcdcd;
}

.drawer__accordion__list:first-child {
	border-top: 1px solid #cdcdcd;
}

.drawer__accordion__list:last-child {
	border-bottom: none;
}

.drawer__accordion__list a {
	color: #333;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.75;
	padding: 14px 0;
	padding: 0.875rem 0;
	text-align: center;
	width: 100%;
}

body.fixed {
	height: 100%;
	overflow: hidden;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-tab {
	display: block;
}

html {
	font-size: 1.4545454545vw;
}

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

a:hover {
	color: #00a660;
	opacity: 0.8;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.c-breadcrumb__wrapper {
	padding: 1rem 0rem;
}

.c-breadcrumb__item:not(:last-child) {
	margin-right: 1.5rem;
}

.c-breadcrumb__item:not(:last-child)::after {
	right: -1rem;
}

.c-breadcrumb__item a {
	font-size: 1rem;
}

.c-breadcrumb__item span {
	font-size: 1rem;
}

.c-breadcrumb__item > span:not(:first-child) {
	margin-left: 1.5rem;
}

.c-breadcrumb__item > span:not(:last-child) {
	margin-right: 0.75rem;
}

.c-header__brn p {
	font-size: 1rem;
	line-height: 0.75;
}

.c-common__btn {
	min-width: 18.75rem;
}

.c-common__btn-container::after {
	border-width: 0.625rem 0 0.625rem 0.75rem;
	right: 0;
}

.c-common__btn-container p {
	font-size: 1.25rem;
	line-height: 2;
}

.c-hamburger {
	display: none;
}

.c-hamburger {
	display: none;
}

.c-common-single__inner {
	max-width: none;
	padding: 0rem 9.375rem;
}

.c-common-single__contents {
	padding-top: 6.25rem;
}

.c-common-single__contents__content {
	padding: 3.5rem 3.125rem;
}

.c-common-single__contents__content:not(:first-child) {
	margin-top: 5rem;
}

.c-common-single__content:not(:first-child) {
	margin-top: 5rem;
}

.c-common-single__contents h2::before {
	height: 3.125rem;
}

.c-common-single__contents img {
	margin-top: 2.625rem;
}

.p-single-common img {
	margin-top: 2.625rem;
}

.c-common-single__contents p {
	line-height: 2.25;
}

.c-common-single__contents p:not(:first-child) {
	margin-top: 3rem;
}

.c-mainview__icons ul {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-mainview__icons ul li a {
	height: 1.25rem;
	width: 1.5625rem;
}

.c-mainview__icons ul li:not(:first-child) a {
	height: 1.5625rem;
}

.c-title h2 {
	font-size: 2.5rem;
	line-height: 1.25;
}

.c-lower__titlearea {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 9.375rem;
}

.c-lower__title h2 {
	font-size: 2.3rem;
	line-height: 1.25;
}

.c-common__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1300px;
	padding: 0;
}

.c-common__card {
	margin-top: 0;
	width: calc(33.33333% - 0.66667rem);
}

.c-common__card:not(:nth-child(3n+1)) {
	margin-left: 1rem;
}

.p-single-blog-recommend__cards .c-common__card {
	width: calc(50% - 1.625rem);
}

.p-single-blog-recommend__cards .c-common__card:nth-child(n+4) {
	margin-top: 0rem;
}

.p-single-blog-recommend__cards .c-common__card:not(:nth-child(3n+1)) {
	margin-left: 0rem;
}

.p-single-blog-recommend__cards .c-common__card:nth-child(2n) {
	margin-left: 3.25rem;
}

.p-single-blog-recommend__cards .c-common__card:nth-child(n+3) {
	margin-top: 2.625rem;
}

.p-mainview__scroll {
	left: 7%;
	position: absolute;
	width: 0.9375rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-mainview__scroll p {
	bottom: 0;
	color: #333;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	padding: 10px 10px 110px;
	position: absolute;
	right: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	z-index: 2;
}

.p-mainview__scroll p:after {
	background: #333;
	bottom: 0;
	content: "";
	height: 100px;
	left: 50%;
	position: absolute;
	width: 1px;
}

.c-sidebar {
	margin: 0;
	max-width: none;
	width: 31.5%;
}

.c-sidebar__inner {
	padding-left: 2.75rem;
	padding-top: 0rem;
}

.c-sidebar-card__meta p {
	font-size: 0.8125rem;
	line-height: 1;
}

.c-sidebar-card__text p {
	font-size: 1rem;
	line-height: 1.4625;
}

.c-sidebar__cate-name p {
	font-size: 1rem;
}

.c-sidebar__cate-count p {
	font-size: 1rem;
}

.l-about {
	padding-top: 2.625rem;
}

.p-about__top {
	height: 22.5rem;
	margin-top: 1.5rem;
}

.p-about__top-img {
	width: 52.625rem;
}

.p-about__top-img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-about__top-textarea {
	left: 54%;
	right: auto;
	top: 12.0625rem;
}

.p-about__top-text {
	padding: 0.625rem 2.875rem 0.625rem 1.375rem;
}

.p-about__top-text p {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.p-about__text {
	margin-top: 4rem;
	width: 53.125rem;
}

.p-about__text p {
	line-height: 2.5;
}

.p-about__foot {
	height: 28.25rem;
	margin-top: 5.75rem;
}

.p-about__foot-img {
	height: 34.7692307692vw;
	width: 90.7692307692vw;
}

.p-about__foot-img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-about__foot-text {
	bottom: 5%;
	left: 58%;
	padding: 2.125rem 2.375rem 2.4375rem;
	right: auto;
	top: auto;
}

.p-about__foot-text {
	bottom: 12%;
	left: 42%;
}

.p-about__foot-text p {
	font-size: 1.25rem;
	line-height: 1.3;
}

.p-about__foot-bg {
	bottom: -2.625rem;
	height: 7.8125rem;
	width: 80%;
}

.l-cms {
	padding-top: 12.0625rem;
}

.c-lower__inner {
	margin-top: 5.75rem;
}

.c-lower__container {
	padding: 0 3.125rem;
}

.c-lower__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-lower__card {
	width: calc(50% - 4.59375rem);
}

.c-lower__card:not(:first-child) {
	margin-top: 0;
}

.c-lower__card:nth-child(n+3) {
	margin-top: 7.5rem;
}

.c-lower__card:nth-child(2n) {
	margin-left: 5.5rem;
	margin-top: 10.625rem;
}

.c-lower__card-num {
	right: -10%;
}

.c-lower__card-num h2 {
	font-size: 4.5rem;
	line-height: 0.6944444444;
}

.c-lower__card-img {
	height: 15.8125rem;
	width: 26.4375rem;
}

.c-lower__card-title {
	height: 5.875rem;
	min-width: 21.4375rem;
	right: -4rem;
	top: 12rem;
}

.c-lower__card-text {
	padding-top: 3.5rem;
}

.c-lower__card-text p {
	line-height: 2.5;
}

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

.p-blog__inner {
	padding: 0 3.125rem;
}

.p-blog__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 3.125rem;
}

.p-blog__main {
	width: 64.2%;
}

.p-blog__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: none;
}

.c-blog__card {
	width: calc(50% - 0.5625rem);
}

.c-blog__card:nth-child(1) .c-blog__card-img,
.c-blog__card:nth-child(2) .c-blog__card-img {
	height: 20.5rem;
}

.c-blog__card:nth-child(2n) {
	margin-left: 1.125rem;
}

.c-blog__card:nth-child(2) {
	margin-left: 0;
	margin-top: 4.5rem;
}

.c-blog__card:nth-child(n+3) {
	margin-top: 3rem;
}

.p-single-blog__inner {
	max-width: none;
}

.p-single-blog__img {
	height: 20.625rem;
}

.p-single-blog__title {
	padding: 1.25rem 4rem;
}

.p-single-blog__meta-box {
	margin-top: 1.25rem;
}

.p-single-blog__main-content p {
	font-size: 1rem;
	line-height: 2.25;
}

.p-single-blog__main-content p:not(:first-child) {
	margin-top: 3rem;
}

.p-single-blog__main-content h2::before {
	height: 3.125rem;
}

.p-single-blog__main-content h2:first-child {
	margin-top: 6.25rem;
}

.p-single-blog__main-content img {
	margin-top: 2.625rem;
}

.p-single-blog__main-content img {
	margin-top: 2.625rem;
}

.p-single-blog__main-content p {
	line-height: 2.25;
}

.p-single-blog__main-content p:not(:first-child) {
	margin-top: 3rem;
}

.p-single-blog__btn {
	height: 4.375rem;
	margin-top: 7.5rem;
	min-width: 18.75rem;
}

.p-single-blog-recommend {
	margin-top: 10rem;
}

.l-business-inf {
	margin: 9.375rem auto 0;
}

.p-business-inf__inner {
	padding-left: 9.375rem;
}

.p-business-inf__container {
	display: block;
	padding: 0 9.375rem 0 0;
}

.p-business-inf__text {
	max-width: none;
	width: 100%;
}

.p-business-inf__imgarea {
	max-width: 50rem;
}

.p-business-inf__img {
	height: 29.1875rem;
}

.p-business-inf__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.l-business-int {
	margin-top: 12.25rem;
}

.p-business-int__container {
	padding-bottom: 10.125rem;
}

.p-business-int__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
}

.p-business-int__item:not(:first-child) {
	margin-top: 8.75rem;
}

.p-business-int__textarea {
	padding-top: 8rem;
}

.p-business-int__num {
	top: 4.5rem;
}

.p-business-int__num h2 {
	font-size: 10rem;
	line-height: 0.3125;
	word-break: keep-all;
}

.p-business-int__title h2 {
	font-size: 1.5rem;
	line-height: 1.25;
}

.p-business-int__text {
	margin-top: -5rem;
	margin-left: 100px;
}

.p-business-int__text p {
	font-size: 1rem;
	line-height: 2.5;
}

.p-business-int__img {
	margin: 0;
	margin-left: 4.625rem;
	width: 36rem;
}

.p-business-int__bg {
	width: 28.0625rem;
}

.p-business-int__bg::after {
	border-width: 6rem 14.03125rem 0 14.03125rem;
	bottom: -6rem;
}

.l-business-please {
	padding-top: 9.375rem;
}

.p-business-please__inner {
	padding: 0 9.375rem;
}

.p-business-please__container {
	padding-bottom: 12.5rem;
	padding-top: 9.375rem;
}

.p-business-please__cards {
	max-width: none;
}

.p-business-please__card:not(:first-child) {
	margin-top: 5rem;
}

.p-business-please__card-img {
	height: 21.875rem;
	width: 40.75rem;
}

.p-business-please__card-text {
	max-width: none;
	min-width: 34.625rem;
	padding: 1.125rem 1.375rem;
}

.p-business-please__card-text p {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.p-business-please__card-foot {
	margin-top: 2.375rem;
	padding: 0 6.25rem;
}

.p-business-please__card-foot p {
	font-size: 1rem;
	line-height: 2.5;
}

.l-business-recommend {
	padding-top: 5.625rem;
}

.p-business-recommend__inner {
	padding: 0 9.375rem;
}

.p-business-recommend__foot {
	margin-top: 11.625rem;
	padding-bottom: 0rem;
}

.p-business-recommend__foot-container {
	margin-left: auto;
	max-width: 1150px;
}

.p-business-recommend__foot-title {
	margin-top: 0rem;
	padding-left: 4.375rem;
	padding-right: 0;
}

.p-business-recommend__foot-title h2 {
	font-size: 2.25rem;
	line-height: 1.3333333333;
}

.p-business-recommend__foot-items {
	margin-top: 2.625rem;
	padding-left: 4.375rem;
}

.p-business-recommend__foot-btn {
	margin-top: 5.625rem;
	min-width: 22.6875rem;
}

.p-business-recommend__foot-btn__container {
	padding: 2.1875rem 5rem 2.5rem;
}

.p-business-recommend__foot-img {
	height: 30.75rem;
	left: auto;
	position: absolute;
	right: 9.375rem;
	top: -2.875rem;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 27.8125rem;
}

.l-business-service {
	margin: 0rem auto;
	padding-top: 11.25rem;
}

.p-business-service__inner {
	padding: 0 3.125rem;
}

.p-business-service__container {
	padding-top: 8.25rem;
}

.c-business-service__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
	padding-bottom: 2.625rem;
}

.c-business-service__card:not(:first-child) {
	margin-top: 8.375rem;
}

.c-business-service__img {
	height: 15.8125rem;
	width: 46.375rem;
}

.c-business-service__icon {
	bottom: -2rem;
	height: 7.9375rem;
	right: -3.75rem;
	width: 7.75rem;
}

.c-business-service__icon.c-business-service__icon-xl {
	height: 9.5rem;
}

.c-business-service__icon.c-business-service__icon-large {
	height: 8.625rem;
}

.c-business-service__textarea {
	margin-left: 19px;
	width: calc(100% - 19px);
}

.c-business-service__title {
	margin-top: 0;
}

.c-business-service__title h2 {
	font-size: 1.875rem;
	line-height: 1.3333333333;
}

.c-business-service__text {
	margin-top: 2.625rem;
}

.p-business-service__bg {
	width: 28.0625rem;
}

.p-business-service__bg::after {
	border-width: 6rem 14.03125rem 0 14.03125rem;
	bottom: -6rem;
}

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

.p-business__inner {
	margin: 2rem auto;
	max-width: 1124px;
}

.p-business__items {
	bottom: 2.8125rem;
}

.p-business__item {
	min-width: 43.375rem;
}

.p-business__item:not(:first-child) {
	margin-top: 1.875rem;
}

.p-business__text p {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.c-business__title::after {
	bottom: -1.25rem;
}

.c-business__title h2 {
	font-size: 2.5rem;
	line-height: 1.25;
}

.c-business__subtitle {
	margin-top: 2.5rem;
}

.c-business__subtitle p {
	font-size: 1rem;
	line-height: 0.32;
}

.l-company-about {
	padding-top: 3.875rem;
}

.p-company-about__top {
	height: 21.875rem;
}

.p-company-about__contents {
	margin-top: 3.75rem;
}

.p-company-about__inner {
	max-width: 1150px;
	padding: 0 9.375rem;
}

.p-company-about__item {
	padding: 2.625rem 1.875rem;
}

.l-company-message {
	padding-top: 7.8125rem;
}

.p-company-message__inner {
	max-width: 1300px;
	padding-top: 6.625rem;
}

.p-company-message__content {
	padding: 0 7.3125rem 9.875rem 9.375rem;
	width: 68.4615384615%;
}

.p-company-message__title {
	margin-top: 5.125rem;
	padding-right: 0.9375rem;
}

.p-company-message__text {
	margin-top: 1.5rem;
}

.p-company-message__img {
	height: 39.8125rem;
	margin: 0;
	position: absolute;
	right: 2.625rem;
	top: 4.125rem;
	width: 36.0769230769%;
}

.p-company-message__name {
	bottom: -5rem;
}

.p-company-message__bg {
	height: 100%;
	width: 57.5rem;
}

.l-company-vision {
	margin-top: 3.75rem;
}

.p-company-vision__inner {
	max-width: 1300px;
}

.p-company-vision__contents {
	margin-top: 3.75rem;
	max-width: 1150px;
}

.p-company-vision__content {
	height: 44.5rem;
	padding-top: initial;
}

.p-company-vision__img {
	height: 34.25rem;
	width: 63.3076923077%;
}

.p-company-vision__textarea {
	padding: 85px 86px 88px 56px;
	position: absolute;
	right: 0;
	width: 40.9375rem;
}

.p-company-vision__title h2 {
	font-size: 1.5rem;
	line-height: 1.5;
}

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

.p-contact__inner {
	max-width: 1150px;
	padding: 0 4.6875rem;
}

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

.p-contact__text p {
	font-size: 1rem;
	line-height: 2.5;
}

.p-contact__step-items {
	width: 30.125rem;
}

.p-contact__step-item {
	height: 7.9375rem;
	padding-top: 1rem;
	width: calc(33.33333% - 2.5rem);
}

.p-contact__step-item:not(:first-child) {
	margin-left: 3.75rem;
}

.p-contact__step-item:not(:first-child)::before {
	left: -3.75rem;
	width: 5rem;
}

.p-contact__step-item__num h2 {
	font-size: 2.5rem;
}

.p-contact__step-item__text h2 {
	font-size: 1.25rem;
}

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

.p-contact__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-contact__row:not(:first-child) {
	margin-top: 1.8125rem;
}

.p-contact__label {
	font-size: 1rem;
	padding-left: 2rem;
	width: 8.75rem;
}

.p-contact__label .is-require::after {
	font-size: 1rem;
	height: 2.375rem;
	left: 8.125rem;
	right: auto;
	width: 5.5625rem;
}

.p-contact__input {
	margin-left: 11.25rem;
	margin-top: 0;
	width: 30.375rem;
}

.p-contact__input > p {
	font-size: 1rem;
}

.p-contact__input [type=text] {
	font-size: 1rem;
}

.p-contact__input [type=email] {
	font-size: 1rem;
}

.p-contact__input [type=tel] {
	font-size: 1rem;
}

.p-contact__input textarea {
	font-size: 1rem;
}

.p-contact__input .radio:not(:first-child) {
	margin-top: 1.5rem;
}

.p-contact__input .radio span {
	font-size: 1rem;
}

.p-contact__input .radio span:not(:first-child) {
	margin-top: 0.5rem;
}

.p-contact__input .radio span::before {
	height: 1.5rem;
	left: -2rem;
	width: 1.5rem;
}

.p-contact__input .radio span::after {
	height: 0.75rem;
	left: -1.625rem;
	width: 0.75rem;
}

.p-contact__input .radio {
	padding-left: 2.25rem;
}

.p-contact__button [type=submit]::after {
	border-width: 0.625rem 0 0.625rem 0.75rem;
	right: 1rem;
}

.p-contact__button [type=button] {
	min-width: 18.75rem;
	padding: 1rem 1.5rem 1rem;
}

.p-contact__button [type=submit] {
	min-width: 18.75rem;
	padding: 1rem 1.5rem 1rem;
}

.p-contact__foot-contents {
	padding: 2.5rem 3rem;
	width: 50rem;
}

.l-single-work {
	margin-top: 3.75rem;
}

.p-single-work__top-contents {
	min-height: 31.125rem;
}

.p-single-work__top-customer {
	padding: 3.5rem 7rem 4.375rem 9.375rem;
	position: absolute;
	top: 5rem;
	width: 85%;
}

.p-single-work__top-customer__title {
	margin-top: 2rem;
	padding-right: 4.5rem;
}

.p-single-work__top-customer__title::after {
	bottom: -2rem;
}

.p-single-work__top-customer__text {
	margin-top: 3.75rem;
}

.p-single-work__main {
	margin-top: 8rem;
}

.p-single-work__main-contents__inner {
	padding: 0 3.125rem;
}

.p-single-work__main-contents__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
}

.p-single-work__main-contents__textarea {
	width: 50%;
}

.p-single-work__main-contents__about:not(:first-child) {
	margin-top: 3rem;
}

.p-single-work__main-contents__text {
	margin-top: 3.5rem;
	max-width: none;
}

.p-single-work__main-contents__text p:not(:first-child) {
	padding-top: 2.625rem;
}

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

.p-work__container {
	padding: 0 3.125rem;
}

.p-work__cards {
	max-width: none;
	padding-top: 0rem;
}

.p-work__card {
	min-height: 44.25rem;
}

.p-work__card:not(:first-child) {
	margin-top: 5.5rem;
}

.p-work__card-img {
	height: 29.5625rem;
	width: 56.25rem;
}

.p-work__card-textarea {
	bottom: 3.125rem;
	padding: 4rem 10% 2.375rem 7.1875rem;
}

.p-work__card-title h2 {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-work__card-text {
	margin-top: 2.75rem;
	width: 75%;
}

.p-work__card-bg {
	height: 31.125rem;
	left: -4.6875rem;
	width: 115%;
}

.p-work__card:nth-child(2n) .p-work__card-textarea {
	right: -4.6875rem;
}

.p-work__card:nth-child(2n) .p-work__card-bg {
	right: -9.375rem;
}

footer {
	margin-top: 9.375rem;
}

.p-footer__banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__banner {
	width: 50%;
}

.p-footer__banner-img {
	height: 15.625rem;
}

.p-footer__banner-textarea {
	padding-left: 3.125rem;
	text-align: left;
}

.p-footer__banner:nth-child(2) .p-footer__banner-textarea {
	padding-left: 0rem;
	padding-right: 3.125rem;
	text-align: right;
}

.p-footer__banner-title h2 {
	font-size: 2.5rem;
	line-height: 1;
}

.p-footer__banner-subtitle p {
	font-size: 1.25rem;
	line-height: 1;
}

.p-footer__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 9.375rem;
}

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

.p-footer__menu {
	margin-right: -3.125rem;
	margin-top: 3.125rem;
}

.p-footer__menu li {
	font-size: 1rem;
	line-height: 1;
}

.p-footer__menu li a {
	font-size: 1rem;
	line-height: 1;
}

.p-footer__copy {
	padding-bottom: 1.25rem;
	padding-top: 6.25rem;
}

.p-footer__copy p {
	font-size: 0.8125rem;
	line-height: 1.2307692308;
}

.p-header__top {
	padding: 0.625rem 3.75rem;
}

.p-header__top h1 {
	font-size: 0.75rem;
	line-height: 1;
}

.p-header__container {
	padding: 1.5rem 0;
}

.p-header__items {
	padding: 0 3.75rem;
}

.p-header__bg {
	height: 100%;
	width: 20vw;
}

.p-header__item.p-header__logo {
	height: 3.625rem;
	width: 4rem;
}

.p-header__item:not(:first-child) {
	margin-right: 2.5rem;
}

.p-header__item:last-child {
	margin-right: 0;
}

.p-header__item p {
	font-size: 1rem;
	font-weight: bold;
	line-height: 0.75;
}

.p-header__item p span {
	font-size: 0.625rem;
	font-weight: medium;
	margin-top: 0.5rem;
}

.p-header__magamenu .l-header__mark {
	height: 0.5rem;
	margin-left: 0.625rem;
	width: 0.6875rem;
}

.p-megamenu__lists {
	padding: 2.625rem;
}

.p-megamenu__lists li .p-megamenu__list-img {
	height: 4.375rem;
	width: 6.25rem;
}

.p-megamenu__lists p {
	display: inline-block;
	font-size: 1rem;
	line-height: 0.75;
	padding: 0 0.5rem;
	width: calc(100% - 6.25rem);
}

.l-colum {
	padding-top: 12.5rem;
}

.p-colum__inner {
	padding: 0 4.6875rem;
}

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

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

.l-concept {
	margin-top: 12.5rem;
}

.p-concept__container {
	padding: 0;
}

.p-concept__text {
	margin-top: 43px;
}

.p-concept__btn {
	margin-top: 2.5rem;
}

.l-customer {
	padding-top: 12.5rem;
}

.p-customer__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.875rem;
}

.p-customer__item:not(:first-child) {
	margin-top: 1.875rem;
}

.p-customer__item-img {
	height: 12.5rem;
	width: 18.75rem;
}

.p-customer__item-main {
	margin-left: 2.625rem;
	margin-top: 0;
	width: calc(100% - 21.375rem);
}

.p-customer__item-title {
	padding: 2.125rem 4rem 0 0;
}

.p-customer__item-title h2 {
	font-size: 1.25rem;
	line-height: 1.3;
}

.p-customer__item-text {
	margin-top: 2.5rem;
}

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

.p-customer__bg {
	height: 95%;
	top: 7.5rem;
	width: 70%;
}

.l-feature {
	padding-top: 15rem;
}

.p-feature__inner {
	padding: 0 9.375rem;
}

.p-feature__contents {
	margin-top: 3.25rem;
}

.p-feature__content {
	height: 29.5rem;
}

.p-feature__content:not(:first-child) {
	margin-top: 3.125rem;
}

.p-feature__bg {
	width: 40.625rem;
}

.p-feature__img {
	height: 18.75rem;
	top: 3.25rem;
	width: 31.375rem;
	z-index: 0;
}

.p-feature__textarea {
	height: 21.5rem;
	padding: 1rem 2rem 2.25rem;
	position: absolute;
	right: 3.125rem;
	top: 5.125rem;
	width: 30.125rem;
}

.p-feature__content.p-feature__content-reverse .p-feature__bg {
	left: 0;
}

.p-feature__content.p-feature__content-reverse .p-feature__img {
	left: auto;
	right: 0;
}

.p-feature__content.p-feature__content-reverse .p-feature__textarea {
	left: 3.125rem;
}

.p-feature__title h2 {
	font-size: 1.5625rem;
	line-height: 1.3;
}

.p-feature__text {
	margin-top: 34px;
}

.p-feature__text p {
	font-size: 1rem;
}

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

.p-service__container {
	min-height: 28.125rem;
	padding: 0 3.125rem;
}

.p-service__contents {
	padding: 0;
	width: 31.25rem;
}

.p-service__bg {
	height: 25rem;
	width: 43.75rem;
}

.p-service__bg-img {
	height: 21.5625rem;
	top: 3.125rem;
	width: 31.25rem;
}

.p-service__cards {
	margin: 1.875rem auto;
	padding: 0 9.375rem;
}

.p-service__btn.c-common__btn {
	min-width: 12.5rem;
	padding: 0.625rem 1rem;
}

.p-service__btn .c-common__btn-container::after {
	border-width: 0.4166666667rem 0 0.4166666667rem 0.5rem;
	right: -0.375rem;
}

.p-service__btn .c-common__btn-container p {
	font-size: 1rem;
}

.c-common__btn-container p {
	font-size: 1.25rem;
	line-height: 2;
}

.l-mainview {
	padding-top: 3.25rem;
}

.p-mainview__wrap {
	margin: 0 auto;
	width: 83%;
}

.p-news a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
}

.p-news__text {
	margin-left: 1.25rem;
}

.sns-content {
	height: 25%;
	right: 3%;
	top: 70%;
	width: auto;
}

.low-sns-content {
	right: 1.25rem;
	top: 40%;
}

.p-mainview__title {
	height: 100%;
	left: 50%;
	top: 41%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 578px;
	z-index: 2;
}

.l-lower-mainview .p-mainview__item:nth-child(2) {
	height: 24.6153846154vw;
	width: 92%;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-mainview__item-img {
	height: 21.5384615385vw;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-lower__item-title {
	right: 4.6875rem;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-lower__item-title h2 {
	font-size: 2.5rem;
}

.l-lower-mainview .p-mainview__item:nth-child(2) .p-lower__item-title h2 span {
	font-size: 3rem;
}

.l-lower-mainview .p-mainview__item:nth-child(1) {
	bottom: auto;
	top: 16.875rem;
}

.l-lower-mainview .p-mainview__item:nth-child(3) {
	top: 10%;
}

.p-mainview__bg {
	height: 57.5384615385vw;
	width: 31.25rem;
}

.p-mainview__bg.p-lower-mainview__bg {
	height: 31.6923076923vw;
}

}

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

.c-common-single__contents h2 {
	font-size: 1.5rem;
	line-height: 1.5;
}

.c-subtitle {
	margin-top: ren(18);
}

.c-subtitle h3 {
	font-size: 0.9375rem;
	line-height: 1.3333333333;
}

.c-lower__subtitle p {
	font-size: 2.3rem;
	line-height: 3.125;
}

.c-common__card {
	width: calc(33.33333% - 1.33333rem);
}

.c-common__card:nth-child(n+4) {
	margin-top: 1.875rem;
}

.c-common__card:not(:nth-child(3n+1)) {
	margin-left: 2rem;
}

.c-sidebar__title h2 {
	font-size: 1.5rem;
	line-height: 1.25;
}

.p-about__foot-bg {
	bottom: -2.625rem;
	height: 10.9375rem;
	width: 71.875rem;
}

.c-blog-card__container {
	padding: 1.375rem 1.125rem 1.75rem;
}

.p-single-blog__title h2 {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.p-single-blog__main-content h2 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 5rem;
}

.p-single-blog__btn h2 {
	font-size: 1.25rem;
	line-height: 2;
}

.p-business-inf__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-business-inf__text {
	max-width: none;
	width: 17.1875rem;
}

.p-business-inf__text p {
	font-size: 1rem;
	line-height: 2.5;
}

.p-business-inf__imgarea {
	margin-left: 4rem;
	margin-top: 0rem;
	width: 51rem;
}

.p-business-int__title h2 {
	font-size: min(2.3076923077vw, 2rem);
	line-height: 1.3333333333;
}

.p-business-recommend__cards {
	max-width: 1150px;
}

.p-business-recommend__foot-text p {
	font-size: 1rem;
	line-height: 2.5;
}

.p-business-recommend__foot-btn p {
	font-size: 1.25rem;
	line-height: 1.3;
}

.p-company-about__title h2 {
	font-size: 2.5rem;
	line-height: 1.25;
}

.p-company-about__subtitle p {
	font-size: 1rem;
}

.p-company-about__item dt {
	font-size: 1rem;
}

.p-company-about__item dd {
	font-size: 1rem;
}

.p-company-about__item dd ul li {
	font-size: 1rem;
}

.p-company-message__title h2 {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-company-message__name p {
	font-size: 1rem;
	line-height: 1.5;
}

.p-company-vision__text p {
	font-size: 1rem;
	line-height: 2.5;
}

.p-single-work__top-container {
	padding-bottom: 3rem;
}

.p-single-work__top-customer__name p {
	font-size: 1.5rem;
}

.p-single-work__top-customer__title h2 {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-single-work__main-contents__about h2 {
	line-height: 2.2222222222;
}

.p-single-work__main-contents__about p {
	font-size: 1rem;
	line-height: 1.875;
}

.p-footer__banner-textarea {
	padding-left: 9.375rem;
	text-align: left;
}

.p-footer__banner:nth-child(2) .p-footer__banner-textarea {
	padding-left: 0rem;
	padding-right: 9.375rem;
	text-align: right;
}

.p-header__magamenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-mega-menu {
	left: 50%;
	-webkit-transform: translateX(-41.5%);
	transform: translateX(-41.5%);
}

.p-megamenu__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
        width: 1100px;
        gap: 30px;
}

.p-megamenu__lists li {
	min-width: 18.75rem;
}

.p-megamenu__lists li:not(:first-child) {
	margin-top: 0rem;
}

.p-concept__text {
	margin-top: 43px;
}

.p-concept__text p {
	font-size: 1rem;
	line-height: 2;
}

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

.p-customer__inner {
	padding: 0 4.6875rem;
}

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

.p-customer__bg {
	height: 95%;
	top: 7.5rem;
	width: 62.5rem;
}

.l-service {
	margin-top: 0;
	padding-top: 12.5rem;
}

.p-service__inner {
	margin: 3.25rem auto 0;
	max-width: 1150px;
	padding-top: 42px;
}

.p-service__container {
	min-height: 35.875rem;
	padding: 0 9.375rem;
}

.p-service__contents {
	padding: 0;
	width: min(33.8461538462vw, 27.5rem);
}

.p-service__content-title h2 {
	font-size: 1.5625rem;
	line-height: 1.2;
}

.p-service__content-img {
	height: 1.25rem;
	width: 1.25rem;
}

.p-service__about p {
	font-size: 1rem;
}

.p-service__bg {
	height: 51.25rem;
	top: 0;
	width: 62.5rem;
	left: 0;
	margin: auto;
}

.p-service__bg-img {
	height: 34.5rem;
	top: 6.25rem;
	width: 50rem;
}

.p-service__cards {
	margin: 0 auto;
}

.l-mainview {
	padding-top: 6.625rem;
}

.p-mainview__copy p {
	font-size: 0.8125rem;
	line-height: 3;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes sdl {

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

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

50.1% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

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

}

@keyframes sdl {

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

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

50.1% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

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

}


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


.u-none__sp {
	display: block;
}
.u-none__pc {
	display: none;
}
.p-mainview__title img {
	object-fit: contain;
}
.p-mainview__button {
	position: absolute;
	z-index: 2;
	margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
	flex-direction: column;
	bottom: 13%;
	width: 220px;
}
.p-mainview__button .c-common__btn {
	left: initial;
	-webkit-transform: initial;
	transform: initial;
}
.p-mainview__button a:nth-of-type(2) {
	background-color: #FFF;
    border: 0.0625rem solid #FFF;
	margin-top: 2rem;
}
.p-mainview__button a:nth-of-type(2) .c-common__btn-container p {
	color: #fb9304;
}
.p-mainview__button a:nth-of-type(2) .c-common__btn-container::after {
    border-color: transparent transparent transparent #fb9304;
}
.p-mainview__button a:nth-of-type(2):hover {
	background-color: #fb9304;
    border: 0.0625rem solid #FFF;
}
.p-mainview__button a:nth-of-type(2):hover .c-common__btn-container p {
	color: #FFF;
}
.p-mainview__button a:nth-of-type(2):hover .c-common__btn-container::after {
    border-color: transparent transparent transparent #FFF;
}
.p-main__main-title h2 {
	font-size: 2rem;
	text-align: left;
}
.p-main__main-title h2 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 10px;
}
.p-main__main-title h3 {
	font-size: 1.5rem;
	color: #00a660;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1.78px;
	margin-top: 40px;
}
.p-main__sub-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1.78px;
	margin-top: 28px;
	margin-left: 81px;
	position: relative;
}
.p-main__sub-title::before {
	display: block;
	content: '';
	position: absolute;
	background-color: #333;
	width: 60px;
	height: 1px;
	top: 19px;
    left: -74px;
}
.p-concept__btn {
	margin-top: 4rem;
}
.p-subsidy__btn {
	margin-top: 1rem;
}
.p-main__box img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 55px;
}
@media screen and (min-width: 768px) {
	.u-none__sp {
		display: none;
	}
	.u-none__pc {
		display: block;
	}
	.p-mainview__button {
		flex-direction: initial;
		width: initial;
	}
	.p-mainview__button a:nth-of-type(2) {
		margin-left: 70px;
		margin-top: 4rem;
	}
	.p-main__box {
		display: flex;
		justify-content: space-between;
	}
	.p-main__main-title h2 {
		font-size: 2.4rem;
	}
	.p-main__main-title h2 span {
		font-size: 1.9rem;
		margin-top: 19px;
	}
	.p-main__sub-title {
		margin-left: 151px;
	}

	.p-main__sub-title::before {
		width: 120px;
		left: -141px;
	}
	.p-main__box img {
		width: 476.5px;
		height: 431px;
		margin-top: 95px;
	}
	.p-concept__btn {
		left: initial;
		-webkit-transform: initial;
		transform: initial;
	}
}

.p-service-2__list-box {
	max-width: 1042px;
	margin: 0 auto;
	margin-top: 42px;
	position: relative;
}
.l-service {
	position: relative;
}
.l-service::before {
  display: block;
  content: '';
  position: absolute;
  width: 90%;
  height: 2400px;
  top: 176px;
  right: 0;
  background-color: #dff2ea;
}
.p-service-2__list-box li {
	text-align: center;
}
.p-service-2__list-box li + li {
	margin-top: 50px;
}
.p-service-2__list-box li h4 {
	margin-top: 15px;
	color: #0F482B;
	font-weight: 700;
	font-size: 20px;
	height: 60px;
	display: block;
	align-content: center;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.p-service-2__list-box li figcaption {
	margin-top: 15px;
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.p-service-2__list-box li figcaption span {
	font-weight: 700;
}
.p-service-2__list-box li figure img {
	position: relative;
	display: block;
	width: 133px;
	height: auto;
	margin: 0 auto;
}
.p-service-2__list-box a {
	margin-top: 2rem;
	min-width: 14.75rem;
	left: initial;
	-webkit-transform: initial;
    transform: initial;
}
.p-service-2__list-box a p {
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.p-service-2__list-box {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 80px 20px;
		justify-content: center;
	}
	.p-service-2__list-box li {
		width: 334px;
		grid-column: span 2;
	  }
	.p-service-2__list-box li:nth-child(1) {
		margin-right: -140px;
	  }
	  .p-service-2__list-box li:nth-child(2) {
		margin-left: -140px;
	  }
	  .p-service-2__list-box li:nth-child(3) {
		margin-right: -90px;
	  }
	  .p-service-2__list-box li:nth-child(5) {
		margin-left: -90px;
	  }
	  .p-service-2__list-box li + li {
		margin-top: 0;
	}
	.l-service::before {
		width: 85%;
		height: 860px;
		top: 326px;
	  }
	  .p-service-2__list-box li:nth-child(1), .p-service-2__list-box li:nth-child(2) {
		grid-column: span 3;
		justify-self: center;
	}
}
@media screen and (min-width: 1040px) {
	.p-service-2__list-box li:nth-child(3) {
		margin-right: 0;
	  }
	  .p-service-2__list-box li:nth-child(5) {
		margin-left: 0;
	  }
}
.p-feature-2__title h2 {
	display: flex;
	align-items: center;
	text-align: center;
}
.p-feature-2__title h2 img {
	position: relative;
	display: inline-block;
	width: 80px;
	margin-top: 20px;
}
.p-feature-2__title-img-2 {
	margin-right: 28px;
}

.p-results::before {
	height: 1820px;
    top: 146px;
	left: 0;
	right: initial;
}
.p-results .p-service__bg {
	position: relative;
	width: initial;
}
.p-results__box {
	margin-top: 52px;
}
.p-results__img {
	position: relative;
	display: block;
	max-width: 1110px;
	width: 90%;
	margin: 0 auto;
}
.p-results__box-2 {
	margin: 120px auto 0;
	max-width: 1149px;
	width: 90%;
	display: flex;
	gap: 0 34px;
	overflow: hidden;
	position: relative;
	justify-content: center;
}
.p-results__box-2 h4 {
	color: #2FA660;
	font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 32px;
}
.p-results__img-right {
	display: block;
	width: 483px;
	position: absolute;
	object-fit: contain;
    height: auto;
    top: -151px;
    left: 0;
}
.p-results__box-2 ul {
	margin-top: 50px;
}
.p-results__box-2 li {
	display: flex;
}
.p-results__box-2 li +li {
	margin-top: 35px;
}
.p-results__box-2 li svg {
	margin-right: 2px;
	margin-top: 5px;
}
.p-results__box-2 li p {
	margin-top: 13px;
}
.p-results__text-1 {
	margin-top: 37px;
	margin-left: 66px;
	position: relative;
}
.p-results__text-1::before {
	display: block;
	content: '';
	position: absolute;
	background-color: #333;
	width: 50px;
	height: 1px;
	top: 12px;
    left: -66px;
}
.p-results__text-2 {
	margin-top: 15px;
}
.p-results__text-2 {
	margin-top: 37px;
}
.p-results__contact {
	background: #DFF2EA;
	margin-top: 204px;
    padding: 110px 20px 40px 20px;
	position: relative;
}
.p-results__contact a {
	margin-top: 0;
	background: #FFF;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
	border: initial;
	border-radius: 0;
	min-width: 16.75rem;
	padding: 1.3rem 1.4375rem;
}
.p-results__contact a p {
	color: #000;
	margin-left: -15px;
}
.p-results__contact a:hover {
	background-color: #2FA660;
}
.p-results__contact a:hover p {
	color: #FFF;
}
.p-results__contact .c-common__btn-container::after {
	border-color: transparent transparent transparent #2FA660;
}
.p-results__contact a:hover .c-common__btn-container::after {
	border-color: transparent transparent transparent #FFF;
	opacity: 0.8;
}
.p-results__contact h5 {
	display: flex;
}
.p-results__tel-box {
	margin-top: 34px;
}
.p-results__tel {
	display: flex;
	justify-content: center;
}
.p-results__tel p {
	color: #2FA660;
	font-size: 1.25rem;
	font-weight: 700;
	padding-top: 5px;
}
.p-results__tel-text {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
	position: relative;
	text-align: center;
}
.p-results__tel-text span {
	font-size: 0.8rem;
	font-weight: 400;
	position: absolute;
	top: 29px;
	left: 89px;
}
@media screen and (min-width: 768px) {
	.p-results::before {
		height: 490px;
		top: 326px;
	}
	.p-results__box {
		margin-top: 92px;
	}
	.p-results__box-left {
		padding-left: 70px;
	}
	.p-results__tel-box {
		margin-top: 34px;
		display: flex;
		align-items: center;
		gap: 0 32px;
	}
	.p-results__contact {
		width: 1149px;
		margin-top: 44px;
		padding: 38px 20px 40px 71px;
	}
	.p-results__contact a {
		min-width: 20.75rem;
	}
	.p-results__tel-text span {
		left: 29px;
	}
	.p-results__img-right {
		top: -221px;
		left: 414px;
	}
	.p-results__box-2 {
		justify-content: initial;
	}
}
@media screen and (min-width: 1000px) {
	.p-results__img-right {
		width: 483px;
		left: 614px;
	}
}
@media screen and (min-width: 1040px) {
	.p-results::before {
		height: 820px;
		top: 326px;
	}
}

.p-subsidy__btn-box {
	position: absolute;
	bottom: 32px;
	text-align: center;
	padding-right: 20px;
}
.p-subsidy__btn-box a {
	min-width: 9.5rem;
	left: initial;
	-webkit-transform: initial;
    transform: initial;
}
.p-subsidy__btn-box a p {
	font-size: 1rem;
	margin-right: 15px;
}
.p-subsidy__what-text {
	margin-top: 60px;
	text-align: center;
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 1rem;
    font-weight: 300;
}
.p-subsidy__what-img {
	margin: 60px auto 0;
	position: relative;
	display: block;
	max-width: 605px;
	width: 100%;
}

.p-subsidy__grants-img {
	max-width: 800px;
}
.p-subsidy__grants-text {
	text-align: left;
	margin: 25px auto 0;
	max-width: 800px;
	width: 90%;
}
.p-subsidy__grants-main-title span {
	display: inline-block;
	margin-left: 100px;
	height: 1px;
	position: relative;
}
.p-subsidy__grants-main-title span::before {
	display: block;
	content: '';
	position: absolute;
	background-color: #00a660;
	width: 80px;
	height: 1px;
	top: 19px;
    left: -100px;
}

@media screen and (min-width: 768px) {
	.p-subsidy__btn-box {
		bottom: 47px;
		left: 0;
        right: 0;
        margin: 0 auto;
		width: initial;
		padding-right: initial;
	}
	.p-subsidy__btn-box a + a {
		margin-left: 10px;	
	}
	.p-subsidy__btn-box a {
		min-width: 17.5rem;
	}
	.p-subsidy__btn-box a p {
		font-size: 1rem;
	}
}

.p-business__main-box {
	display: flex;
	position: relative;
}

.p-business__main-box > div {
	background: #FFF;
	box-shadow: 4px 4px 15px 0 rgba(185, 185, 185, 0.25);
	padding: 41px 20px 191px;
	margin-top: 170px;
	max-width: 630px;
	width: 90%;
	position: relative;
	z-index: 1;
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.p-business__main-box img {
	position: absolute;
	display: block;
	max-width: 619px;
	width: 100%;
	top: -30px;
    right: 0;
    left: initial;
}
@media screen and (min-width: 768px) {
	.p-business__main-box > div {
		padding: 41px 61px 171px;
	}
	.p-business__main-box img {
		right: -30px;
	}
}

.p-business__service-list-box {
	margin-top: 76px;
}
.p-business__service-list-box li {
	display: flex;
	gap: 0 10px;
}
.p-business__service-list-box li +li {
	margin-top: 76px;
}
.p-business__service-list-box h3 {
	color: #00482B;
	font-weight: 700;
	font-size: 1.5rem;
}
.p-business__service-list-box p {
	margin-top: 30px;
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.p-business__service-list-box svg {
	margin-top: -16px;
}
@media screen and (min-width: 768px) {
	.p-business__service-list-box li {
		gap: 0 30px;
	}
	.p-business__service-list-box h3 {
		font-size: 2rem;
	}
}

.p-company__text-box h3 {
	color: #00a660;
    font-family: "游明朝体", "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 1.25rem;
	line-height: 1.3333333333;
    font-weight: 700;
	margin-top: 44px;
	letter-spacing: 1.12px;
}
.p-company__text-box p {
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
	line-height: 24px; /* 150% */
	margin-top: 25px;
}
.p-company__textarea-1, .p-company__textarea-2 {
	margin-top: 50px;
}
.p-company__num {
	left: 0;
}
.p-company__please {
	margin-top: 130px;
}
.p-company__please-inner {
	padding: 0;
}
.p-company-please__container {
	padding-top: 50px;
}
.p-company-please__card-textarea {
	bottom: -8.375rem;
	right: 0;
	width: 90%;
}
.p-company-please__card-foot {
	margin-top: 145px;
	text-align: center;
}
.p-company-please__card-foot p {
	line-height: 24px;
}
.p-company-subtitle p {
	font-size: 1rem;
}
.p-company__structure-text {
	margin-top: 60px;
}
.p-company__structure-list-box li + li {
	margin-top: 30px;
}
.p-company__structure-list-box li {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.20);
	max-width: 340px;
	width: 95%;
	height: 392px;
	padding: 50px 25px 18px;
	margin-left: auto;
	margin-right: auto;
}
.p-company__structure-list-box li:nth-of-type(2) h3 {
	height: 49.07px;
	line-height: 49.07px;
}
.p-company__structure-list-box img {
	position: relative;	
	width: 80px;
	display: block;
	margin: 0 auto;
}
.p-company__structure-list-box h3 {
	color: #0F482B;
	text-align: center;
	margin-top: 25px;
}
.p-company__structure-list-box h3 span {
	display: block;
	font-size: 14px;
}
.p-company__structure-list-box figcaption {
	margin-top: 25px;
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.p-results__text-company {
	margin-top: 87px;
}

@media screen and (min-width: 768px) {
	.p-company__text-box h3 {
		font-size: min(2.3076923077vw, 2rem);
	}
	.p-company__textarea-1 {
		margin-top: 0;
	}
	.p-company__textarea-2 {
		margin-top: 100px;
	}
	.p-company__num {
		left: -1.25rem;
	}
	.p-company-please__card-textarea {
		bottom: -8.375rem;
    	width: 70%;
	}
	.p-company__structure-list-box {
		display: flex;
		gap: 0 30px;
	}
	.p-company__structure-list-box li + li {
		margin-top: initial;
	}
}

.p-works__main-img {
	position: relative;
	display: block;
	max-width: 836px;
	width: 100%;	
}
.p-works__inner {
	max-width: 1042px;
	width: 95%;
	padding: 25px 30px;
	background: #FFF;
box-shadow: 4px 4px 15px 0 rgba(185, 185, 185, 0.25);
margin: 2rem auto 0;
}
.p-works__inner p {
	margin-top: 42px;
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
	text-align: center;
}
.p-works__int-items::before {
	display: none;
}

.swiper {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 10px;
	background: #FFF;
	padding: 144px 0 70px 0 !important;
	z-index: 1;
  }
  .swiper-slide {
    display: flex;       /* ← これが最重要です */
    position: relative;
    flex-direction: row;
    align-items: center; /* 上下中央（デザインに合わせて） */
	/* width: 1109px !important; */
  }
  .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 320px;
	display: block;
	top: -114px;
	left: initial;
	z-index: -1;
  }
  .swiper-slide figcaption {
	max-width: 670px;
	width: 90%;
	padding: 40px 10px 34px 10px;
	position: relative;
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	margin-left: 14px;
	z-index: 2;
  }
  .swiper-slide h3 {
	background: #0B563C;
	color: #FFF;
	padding: 5px 20px;
	display: inline-block;
  }
  .swiper-slide figcaption div {
	display: flex;
	align-items: baseline;
  }
  .swiper-slide figcaption div:nth-of-type(1) {
	margin-top: 26px;
  }
  .swiper-slide figcaption p {
	color: #303030;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  }
  .swiper-slide figcaption p:nth-of-type(1){
	background: #EFEFEF;
	width: 120px;
	display: inline-block;
    text-align: center;
	margin-right: 20px;
	height: 32px;
	line-height: 32px;
  }
  .swiper-slide figcaption p + p {
	margin-top: 10px;
	width: 100%;
  }
  
  /* --- 三角の矢印カスタマイズ --- */
  /* 元々のアイコン（フォント）を消す */
  .swiper-button-next::after,
  .swiper-button-prev::after {
	content: "";
  }
  
  /* 共通の三角の形 */
  .swiper-button-next,
  .swiper-button-prev {
	top: 97% !important;
	width: 0;
	height: 0 !important;
	border-style: solid;
  }
  
  /* 右向き三角（次へ） */
  .swiper-button-next {
	right: 20px !important;
	border-width: 20px 0 20px 25px;
	border-color: transparent transparent transparent #2FA660; /* 色 */
  }
  
  /* 左向き三角（前へ） */
  .swiper-button-prev {
	left: 20px !important;
	border-width: 20px 25px 20px 0;
	border-color: transparent #2FA660 transparent transparent;
  }

  /* ドット全体の調整 */
.swiper-pagination {
	bottom: 10px !important;
  }
  .swiper-pagination-bullet-active {
	background: #2FA660 !important;
  }
  .swiper-pagination-bullet {
	width: 14px !important;
    height: 14px !important;
	margin: 0 10px !important;
  }

  .p-swiper__int-item {
	max-width: 1109px;
	padding: 0;
  }
  .p-swiper__int-textarea {
	padding-left: 0;
  }
  .p-swiper__int-nu {
		left: 0;
  }

  .p-work-int {
	margin-top: 5.25rem;
  }
  .p-work__btn {
	bottom: -130px;
	position: absolute;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 18.75rem;
  }
  .p-work__btn .c-common__btn-container p {
	line-height: 1.5;
  }
  .swiper-2 .swiper-slide figcaption {
    max-width: initial;
    width: initial;
    padding: initial;
    position: relative;
    box-shadow: initial;
    background-color: initial;
    margin-left: initial;
  }
  .swiper-2 .swiper-slide img {
	margin-top: 10px;
		position: relative;
		width: auto;
		height: auto;
		top: initial;
		left: initial;
		right: initial;
		z-index: initial;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
  }
  .p-work-int .swiper-2 {
	padding: 84px 0 0 0 !important;
	height: 633px;
  }
  .swiper-2 .swiper-button-next {
	right: -68px !important;
  }
  .swiper-2 .swiper-wrapper {
	height: auto;
  }
  .swiper-2-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .swiper-2 .swiper-slide figure {
	margin: 0 auto;
	width: 85%;
  }
  .swiper-2-title p {
	color: #0B563C;
	font-weight: 700;
	font-size: 20px;
  }

@media screen and (min-width: 768px) {
	.p-works__inner {
		padding: 38px 91px 51px;
		margin: 0 auto;
	}
	.swiper-slide img {
		width: 500px;
		right: 60px;
	}
	.swiper-slide figcaption {
		padding: 40px 35px 34px 44px;
	}
	.swiper-button-next {
		border-width: 30px 0 30px 35px;
	  }
	  .swiper-button-prev {
		border-width: 30px 35px 30px 0;
	  }
	  .swiper-button-next,
	  .swiper-button-prev {
		top: 50% !important;
	  }
	  .swiper {
		padding: 114px 0 0 0 !important;
		height: 513px;
	  }
	  .p-swiper__int-nu {
		left: -20px;
    	left: -1.25rem;
  }
  .p-work__btn {
	left: 0;
	right: 0;
  }
  .swiper-2 .swiper-slide {
	display: flex;
	justify-content: space-around;
  }
  .p-work-int .swiper-2 {
	height: 603px;
  }
  .swiper-2 .swiper-slide img { 
	width: 500px;
  }
  .swiper-2 .swiper-slide figure {
	width: auto;
  }

  /* --- swiper-2専用の強制リセット --- */

/* 1. スライドの横幅をSwiperの計算に任せる */
.swiper-2 .swiper-slide {
    display: block !important; /* flexを解除して中のfigureを安定させる */
    width: 33.333% !important; /* JSが効かない時のための保険 */
    opacity: 0.4;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(0.9);
}

/* 2. アクティブなものとその前後（3枚）を表示させる */
.swiper-2 .swiper-slide-active,
.swiper-2 .swiper-slide-next,
.swiper-2 .swiper-slide-next + .swiper-slide {
    opacity: 1;
    transform: scale(1);
}

/* 3. 絶対配置されている画像を「普通」に戻す */
.swiper-2 .swiper-slide img {
    position: relative !important; /* absoluteを解除 */
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
    z-index: 1 !important;
}

/* 4. figureとfigcaptionの余計なマージンと幅を消す */
.swiper-2 .swiper-slide figure {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 10px; /* スライド間の余白 */
}

.swiper-2 .swiper-slide figcaption {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important; /* スライダー内ではスッキリさせる */
}

/* 5. ラッパーの動きをヌルヌルにする */
.swiper-2 .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    align-items: flex-start !important;
}
}
@media screen and (min-width: 1200px) {
	.swiper-button-next {
		right: -8px !important;
	}
	.swiper-button-prev {
		left: -58px !important;
	}

}

section[id] {
  scroll-margin-top: 108px; /* ★ヘッダーの高さ分（例: 100px）を指定 */
}