html {
	font-size: 10px;
}

body {
	background: #fff;
	color: #19191A;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
}

body.is-active {
	overflow: hidden;
}

a {
	display: block;
	transition: all 0.2s;
}

a:hover {
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	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%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

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-footer
 * -------------------------------------------------------------
 */

.l-footer {
	padding-top: 4.7rem;
}

.l-footer__inner {
	max-width: 94.4rem;
}

.l-footer__info {
	align-items: center;
	display: flex;
	gap: 4rem;
}

.l-footer__logo {
	max-width: 16.5rem;
}

.l-footer__address {
	flex: 1;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.l-footer__copyright {
	background: #323333;
	padding: 2.6rem 2rem 2.3rem;
	text-align: center;
}

.l-footer__copyright small {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.l-footer__nav {
	padding: 3rem 0 2.4rem 6.5rem;
}

.l-footer__nav-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 3.5rem;
}

.l-footer__link {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	gap: 1rem;
	letter-spacing: 0.05em;
}

.l-footer__link::before {
	background: url(./../images/common/nav_arrow.webp) no-repeat center/100%;
	content: "";
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

/*
 * l-header
 * -------------------------------------------------------------
 */

.l-header {
	background: #fff;
	height: 9rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.2s;
	width: 100%;
	z-index: 100;
}

.l-header.is-active {
	background: transparent;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
}

.l-header__logo {
	max-width: 16.5rem;
}

.l-header__nav {
	flex: 1;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin: 0 auto;
	max-width: 104rem;
	padding: 0 2.6rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	margin-top: 9rem;
	overflow: hidden;
	transition: all 0.3s;
}

.l-main:before {
	background: rgba(0, 51, 102, 0.8);
	content: "";
	display: block;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.6s;
	width: 84%;
	z-index: -1;
}

.l-main.is-active:before {
	opacity: 1;
	z-index: 30;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
	padding: 8.5rem 0 10rem;
}

/*
 * l-top-inner
 * -------------------------------------------------------------
 */

.l-top-inner {
	margin: auto;
	max-width: 142.2rem;
	padding: 0 2.6rem;
	position: relative;
	z-index: 10;
}

/*
 * l-twotone-bg
 * -------------------------------------------------------------
 */

.l-twotone-bg {
	background: linear-gradient(90deg, transparent 0%, transparent 18%, #F9F9F9 18%, #F9F9F9 100%);
}

/*
 * c-breadcrumb
 * -------------------------------------------------------------
 */

.c-breadcrumb {
	border-bottom: 1px solid #E5E5E4;
	padding: 1.6rem 0 1.7rem;
}

.c-breadcrumb__items {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
}

.c-breadcrumb span,
.c-breadcrumb a {
	color: #7F7F80;
	font-size: 1.2rem;
	line-height: 1.4;
}

.c-breadcrumb span {
	align-items: center;
	display: flex;
	gap: 1.8rem;
}

.c-breadcrumb span::after {
	border-bottom: 1px solid #7F7F80;
	border-right: 1px solid #7F7F80;
	content: "";
	display: inline-block;
	height: 0.8rem;
	margin-top: 0.2rem;
	transform: rotate(-45deg);
	width: 0.8rem;
}

.c-breadcrumb span:not(:last-of-type) {
	white-space: nowrap;
}

.c-breadcrumb span:last-of-type::after {
	display: none;
}

.c-breadcrumb a:hover {
	color: #71B3B7;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	height: 4rem;
	letter-spacing: 0.2em;
	max-width: 14.5rem;
	padding: 1.1rem 1rem 1rem;
	position: relative;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
	width: 100%;
}

.c-btn::before {
	background: linear-gradient(90deg, rgb(96, 194, 161) 0%, rgb(97, 188, 166) 28.63%, rgb(98, 173, 181) 64.94%, rgb(100, 151, 201) 99.72%);
	border-radius: 2rem;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s;
	width: 100%;
	z-index: -1;
}

.c-btn::after {
	background: linear-gradient(90deg, rgb(0, 51, 102) 0%, rgb(0, 51, 102) 28.63%, rgb(0, 51, 102) 64.94%, rgb(0, 51, 102) 99.72%);
	border-radius: 2rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.c-btn:hover::before {
	opacity: 0;
}

.c-btn__txt::after {
	background: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

/*
 * c-guide
 * -------------------------------------------------------------
 */

.c-guide__items {
	display: flex;
}

.c-guide__item {
	aspect-ratio: 683/300;
	min-height: 30rem;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.c-guide__item::before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-guide__item:nth-child(1)::before {
	background: rgba(100, 151, 187, 0.85);
}

.c-guide__item:nth-child(2)::before {
	background: rgba(120, 186, 183, 0.85);
}

.c-guide__img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s ease;
	width: 100%;
}

.c-guide__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.c-guide__item:hover .c-guide__img {
	transform: scale(1.1);
}

.c-guide__body {
	align-items: center;
	color: white;
	display: flex;
	flex-direction: column;
	gap: 3.7rem;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 2;
}

.c-guide__ttl {
	font-size: max(2.4rem, min(3vw, 3.2rem));
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.c-guide__btn {
	border: 1px solid #fff;
	border-radius: 2.4rem;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 1.4rem 2rem 1.5rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-guide__item:nth-child(1) .c-guide__btn {
	max-width: 23rem;
}

.c-guide__item:nth-child(2) .c-guide__btn {
	max-width: 35.8rem;
}

.c-guide__btn::after {
	background: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
	display: none;
	height: 2.5rem;
	position: relative;
	width: 2.8rem;
	z-index: 400;
}

.c-hamburger span {
	background: #003366;
	display: block;
	height: 3px;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: 0;
}

.c-hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.c-hamburger span:nth-child(3) {
	top: calc(100% - 3px);
}

.c-hamburger span.is-active:nth-child(1) {
	background: #fff;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.c-hamburger span.is-active:nth-child(2) {
	opacity: 0;
}

.c-hamburger span.is-active:nth-child(3) {
	background: #fff;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/*
 * c-layout
 * -------------------------------------------------------------
 */

.c-layout {
	display: flex;
	gap: 6.558858vw;
	position: relative;
}

.c-layout__img {
	aspect-ratio: 500/250;
	height: 100%;
	margin-left: calc(50% - 50vw);
	max-height: 30rem;
	min-height: 25rem;
	width: 36.6vw;
}

.c-layout__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.c-layout__details {
	max-width: 57.3rem;
	width: 67%;
}

/*
 * c-list
 * -------------------------------------------------------------
 */

.c-list__txt {
	background: #e3f0f1;
	border-left: 0.9rem solid #003366;
	color: #003366;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.47;
	padding: 1rem 2rem 1rem 4.35rem;
}

.c-list__txt:not(:nth-child(1)) {
	margin-top: 1.6rem;
}

/*
 * c-map
 * -------------------------------------------------------------
 */

.c-map {
	padding-top: max(7.3rem, 5.344vw);
}

.c-map::before {
	background: url(./../images/common/map_img.webp) no-repeat bottom/cover;
	background-position-y: 0.366vw;
	content: "";
	display: block;
	height: 7.9vw;
	width: 100%;
}

.c-map__wrap {
	height: 35rem;
}

/*
 * c-nav
 * -------------------------------------------------------------
 */

.c-nav.is-active {
	left: 0;
	opacity: 1;
	overflow: auto;
	transform: translateX(0);
	transition: all 0.6s;
	visibility: visible;
}

.c-nav__items {
	align-items: center;
	display: flex;
	gap: 3.3rem;
	justify-content: flex-end;
}

.c-nav__contact {
	max-width: 15.2rem;
	width: 100%;
}

.c-nav__link {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 1.5rem;
	padding-top: 1.0rem;
	position: relative;
}

.c-nav__link::after {
	background: #71B3B7;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
}

.c-nav__link:hover::after {
	transform: scale(1, 1);
}

.c-nav__link.current::after {
	background: #71B3B7;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transform: none;
	transform-origin: 50% 50% 0;
	transform-origin: initial;
	width: 100%;
}

.c-nav__link::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #cbcbcb;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: none;
	height: 0.9rem;
	width: 0.8rem;
}

.c-nav__contact .c-btn {
	letter-spacing: 0.05em;
	max-width: 15.4rem;
}

/*
 * c-page-mv
 * -------------------------------------------------------------
 */

.c-page-mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30rem;
}

.c-page-mv__inner {
	padding-top: 10.7rem;
}

.c-page-mv__ja {
	background: #fff;
	font-size: 3.6rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	padding: 0.3rem 3.5rem 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-page-mv__eng {
	background: linear-gradient(90deg, rgb(48, 160, 210) 0%, rgb(66, 173, 191) 0.24%, rgb(88, 188, 169) 0.61%, rgb(96, 194, 161) 0.84%, rgb(97, 188, 166) 29.23%, rgb(98, 173, 181) 65.23%, rgb(100, 151, 201) 99.72%);
	color: #fff;
	display: inline-block;
	font-family: "Questrial", sans-serif;
	font-size: 2.4rem;
	margin-left: 3.6rem;
	margin-top: 1.1rem;
	padding: 0.6rem 3.3rem 0.3rem 2.4rem;
	text-align: center;
	text-transform: capitalize;
}

.c-page-mv--corporate {
	background: url(./../images/corporate/mv.webp) no-repeat center/cover;
}

.c-page-mv--business {
	background: url(./../images/business/mv.webp) no-repeat center/cover;
}

.c-page-mv--info {
	background: url(./../images/information/mv.webp) no-repeat center/cover;
}
.c-page-mv--powerplant {
	background: url(./../images/plant/mv.webp) no-repeat center/cover;
}
.c-page-mv--sustainable {
	background: url(./../images/sustainable/mv.webp) no-repeat center/cover;
}
.c-page-mv--contact {
	background: url(./../images/contact/mv.webp) no-repeat center/cover;
}

/*
 * c-page-nav
 * -------------------------------------------------------------
 */

.c-page-nav {
	background: #f9f9f9;
}

.c-page-nav__items {
	display: flex;
	margin: 0 auto;
	max-width: 61.5rem;
	padding: 4.4rem 0 5rem;
}

.c-page-nav__item:not(:last-child) {
	border-right: 1px solid #E5E5E4;
}

.c-page-nav__link {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	gap: 1.3rem;
	letter-spacing: 0.1em;
	padding: 0 4.2rem;
}

.c-page-nav__item:first-child .c-page-nav__link {
	padding-left: 0;
}

.c-page-nav__item:last-child .c-page-nav__link {
	padding-right: 0;
}

.c-page-nav__link::after {
	background: url(./../images/common/page-nav_arrow.webp) no-repeat center/100%;
	content: "";
	display: inline-block;
	height: 1.7rem;
	width: 1.5rem;
}

/*
 * c-pagetop
 * -------------------------------------------------------------
 */

.c-pagetop {
	bottom: 3rem;
	margin: 0 auto;
	position: fixed;
	right: 4.7rem;
	z-index: 1;
	z-index: 20;
}

.c-pagetop__btn {
	background: url(./../images/common/page-top.webp) no-repeat center/100%;
	height: 10rem;
	margin-left: auto;
	width: 10rem;
}

/*
 * c-top-sectitile
 * -------------------------------------------------------------
 */

/*
 * c-secttl
 * -------------------------------------------------------------
 */

.c-secttl {
	position: relative;
	text-align: center;
}

.c-secttl__ja {
	display: block;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.c-secttl__eng {
	display: block;
	font-family: "Questrial", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 1.2rem;
	text-transform: capitalize;
}

.c-secttl::after {
	background: url(./../images/common/btn.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.3rem;
	margin: 1.8rem auto 0;
	max-width: 5rem;
	width: 100%;
}

/*
 * c-top-secttl
 * -------------------------------------------------------------
 */

.c-top-secttl {
	position: relative;
	text-align: center;
}

.c-top-secttl__eng {
	display: block;
	font-size: 4.2rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

.c-top-secttl__ja {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	padding-top: 1.3rem;
}

.c-top-secttl::after {
	background: url(./../images/common/btn.webp) no-repeat center/100%;
	content: "";
	display: inline-block;
	height: 1.3rem;
	margin: 1.8rem auto 0;
	max-width: 5rem;
	width: 100%;
}

/*
 * c-txt
 * -------------------------------------------------------------
 */

.c-txt {
	letter-spacing: 0.05em;
	line-height: 1.78;
}

/*
 * u-fadein
 * -------------------------------------------------------------
 */

.u-fadein {
	opacity: 0;
	transform: translateY(4.5rem);
	transition: all 0.8s ease-out;
}

.u-fadein._active {
	opacity: 1;
	transform: translateY(0);
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

/*
 * p-activity
 * -------------------------------------------------------------
 */

.p-activity__inner {
	max-width: 116.8rem;
}

.p-activity__body {
	display: flex;
	gap: 7rem;
	margin-top: 7.2rem;
}

.p-activity__map {
	max-width: 46.1rem;
}

.p-activity__details {
	display: flex;
	flex: 1;
	gap: 3rem;
	min-width: 50rem;
	padding-top: 7.3rem;
}

.p-activity__item {
	max-width: 24.9rem;
	width: 100%;
}

.p-activity__ttl {
	align-items: center;
	border-bottom: 1px solid #000;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	gap: 1.1rem;
	padding-bottom: 1rem;
	line-height: 1.5em
}

.p-activity__item:nth-child(1) .p-activity__ttl::before {
	background: #b5c832;
}

.p-activity__item:nth-child(2) .p-activity__ttl::before {
	background: #59B0E3;
}

.p-activity__ttl::before {
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.8rem;
	width: 1.8rem;
}

.p-activity__list {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 2;
	padding: 1.5rem 2rem 0 2.9rem;
}

.p-activity__row {
	display: flex;
	gap: 2.3rem;
}

.p-activity__location {
	font-weight: 600;
	width: 11rem;
}

/*
 * p-consulting
 * -------------------------------------------------------------
 */

.p-consulting {
	padding: 5rem 0 9.5rem;
}

.p-consulting__body {
	margin-top: 6.4rem;
}

.p-consulting__txt {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.82;
}

.p-consulting__list {
	margin-top: 3rem;
}

.p-consulting .c-list__txt {
	background: #fff;
}

/*
 * p-developer
 * -------------------------------------------------------------
 */

.p-developer {
	padding: 8rem 0 9.5rem;
}

.p-developer__body {
	display: flex;
	flex-direction: column;
	gap: 7rem;
	margin-top: 5.5rem;
	margin-left: 30%
}

.p-developer .c-layout {
	align-items: center;
	gap: 6rem;
}

.p-developer .c-layout__details {
	max-width: 45rem;
}

.p-developer__ttl {
	color: #003366;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
}

.p-developer__list {
	margin-top: 4rem;
}

#solar-plant,
#energy-storage {
	scroll-margin-top: 8rem;
}

/*
 * p-info-list
 * -------------------------------------------------------------
 */

.p-info-list {
	padding-top: 6rem;
}

.p-info-list__items {
	margin: 0 auto;
	max-width: 64.6rem;
}

.p-info-list__item {
	border-bottom: 1px solid #989898;
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	gap: 4rem;
	line-height: 1.75;
	padding: 2rem 2.8rem 2.2rem;
}

.p-info-list__item:first-child {
	padding-top: 0;
}

.p-info-list__item:hover {
	color: #076BAF;
}

/*
 * p-info
 * -------------------------------------------------------------
 */

.p-info {
	padding-top: 6.6rem;
}

.p-info__pagenavi {
	margin-top: 8rem;
}

.wp-pagenavi {
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
	align-items: center;
	border: 1px solid #71B3B7;
	display: grid;
	font-size: 1.3rem;
	font-weight: 600;
	height: 3rem;
	justify-items: center;
	place-items: center;
	width: 3rem;
}

.wp-pagenavi span {
	background: #71b3b7;
	color: #fff;
}

.wp-pagenavi a {
	background: #fff;
	color: #71B3B7;
}

/*
 * p-message
 * -------------------------------------------------------------
 */

.p-message {
	padding: 5rem 0 7.3rem;
}

.p-message__body {
	margin-top: 6.6rem;
	padding-right: 3rem;
}

.p-message__ttl {
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-message__txt {
	margin-top: 3rem;
}

/*
 * p-privacy
 * -------------------------------------------------------------
 */

.p-privacy {
	padding: 5rem 0 7.3rem;
}

.p-privacy__body {
	margin-top: 6.6rem;
	padding-right: 3rem;
}

.p-privacy__ttl {
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: left;
}

.p-privacy__txt {
	margin-top: 2rem;
	margin-bottom: 3rem;
	text-align: left;
}

/*
 * p-mgmtteam
 * -------------------------------------------------------------
 */

.p-mgmtteam {
	background: #f9f9f9;
	position: relative;
}

.p-mgmtteam::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: inline-block;
	height: 5.5rem;
	left: 50%;
	max-width: 16.4rem;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	width: 100%;
}

.p-mgmtteam__body {
	display: flex;
	gap: min(9.3rem, 6.8vw);
	justify-content: center;
	margin-top: 4.8rem;
}

.p-mgmtteam__item {
	max-width: 37.4rem;
	width: 100%;
}

.p-mgmtteam__name {
	border-bottom: 1px solid #E5E5E4;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 0 0 1.9rem 8.6rem;
}

.p-mgmtteam__nameeng {
	font-family: "Questrial", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-left: 2.25rem;
	text-transform: capitalize;
}

.p-mgmtteam__txt {
	margin-top: 2rem;
	text-align: justify;
}

/*
 * p-mv
 * -------------------------------------------------------------
 */

.p-mv {
	min-height: 71.1rem;
	position: relative;
	width: 100%;
}

.p-mv__inner {
	left: 50%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 0 min(20rem, 14.64vw);
	position: absolute;
	top: 18.6rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__ttl {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.p-mv__ttleng {
	color: #fff;
	font-family: "Questrial", sans-serif;
	font-size: 4.8rem;
	text-shadow: 1px 1px 2px rgba(134, 134, 134, 0.4);
}

.p-mv__ttlja {
	background: #fff;
	color: #040000;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 0.5rem 1rem 0.7rem 3.2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.video-area {
  width: 100vw;
  height: 90vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: -50;
}

.video-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*
 * p-overview
 * -------------------------------------------------------------
 */

.p-overview {
	padding: 6rem 0 11.6rem;
}

.p-overview--business {
	padding: 10rem 0 0;
}

.p-overview__body {
	margin-top: 3.3rem;
}

.p-overview__table {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin: 0 auto;
	max-width: 80rem;
}

.p-overview__item {
	border-bottom: 1px solid #E5E5E4;
	display: flex;
	gap: 7.2rem;
	padding: 1.6rem 0 1.6rem 7.7rem;
	line-height: 2em;
}

.p-overview__ttl {
	font-weight: 600;
	width: 12rem;
}

.p-overview__desc {
	flex: 1;
}

.p-overview__desc br {
	display: none;
}

.p-overview__txtwrap {
	margin: 0 auto;
	max-width: 48rem;
	text-align: justify;
}

.p-overview__txt {
	letter-spacing: 0.1em;
}

.p-overview__img {
	margin: 5.4rem auto 0;
	max-width: 49.2rem;
}

/*
 * p-philosophy
 * -------------------------------------------------------------
 */

.p-philosophy__body {
	margin: 4.5rem auto 0;
	max-width: 66rem;
}

.p-philosophy__items {
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
}

.p-philosophy__item {
	align-items: center;
	display: flex;
	gap: 2.3rem;
	justify-content: center;
}

.p-philosophy__ttl {
	max-width: 19.1rem;
	position: relative;
	width: 100%;
}

.p-philosophy__ttl::after {
	background: #19191a;
	bottom: -4.9rem;
	content: "";
	display: block;
	height: 7.2rem;
	left: 47%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
	z-index: 1;
}

.p-philosophy__item:last-child .p-philosophy__ttl::after {
	display: none;
}

.p-philosophy__desc {
	flex: 1;
}

.p-philosophy__txt {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.93;
}

.p-philosophy__details {
	display: flex;
	flex-direction: column;
	gap: 2.6rem;
	margin-top: 5.7rem;
	text-align: center;
}

.p-philosophy__tagline {
	margin: 0 auto;
	max-width: 56.6rem;
}

/*
 * p-single
 * -------------------------------------------------------------
 */

.p-single {
	padding: 6.6rem 0 6rem;
}

.p-single__inner {
	max-width: 69.5rem;
}

.p-single__ttl {
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 56rem;
	text-align: center;
}

.p-single__ttl::after {
	background: url(./../images/common/btn.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.3rem;
	margin: 2.4rem auto 0;
	max-width: 5rem;
	width: 100%;
}

.p-single__info {
	align-items: center;
	display: flex;
	margin-top: 4.5rem;
}

.p-single__category {
	background: #71b3b7;
	color: #fff;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0.4rem 2.1rem 0.5rem;
}

.p-single__date {
	font-size: 1.3rem;
	font-weight: 700;
	margin-left: auto;
}

.p-single__body {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.7rem;
}

.p-single__body p {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6333;
}

.p-single__btn {
	margin-top: 6.7rem;
	text-align: center;
}

/*
 * p-slider
 * -------------------------------------------------------------
 */

.p-slider {
	position: relative;
}

.p-slider__item img {
	-o-object-fit: cover;
	min-height: 71rem;
	object-fit: cover;
}

.p-slider .slick-prev,
.p-slider .slick-next {
	display: none;
}

.p-slider__prev,
.p-slider__next {
	background: #293570;
	content: "";
	height: 6.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6.4rem;
	z-index: 20;
}

.p-slider__prev {
	background: url(./../images/top/prev.webp) no-repeat center/100%;
	left: 5rem;
}

.p-slider__next {
	background: url(./../images/top/next.webp) no-repeat center/100%;
	right: 5rem;
}

.p-slider__dots {
	align-items: center;
	bottom: 3.5rem;
	display: flex;
	gap: 2.8rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-slider__dots li {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 1.2rem;
	width: 1.2rem;
}

.p-slider__dots li:hover,
.p-slider__dots li.slick-active {
	background: #00A096;
}

.p-slider__dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	display: none;
	outline: none;
	padding: 0;
}

/*
 * p-top-business
 * -------------------------------------------------------------
 */

.p-top-business {
	background: url(./../images/top/business_bg.webp) no-repeat top/cover;
	padding-top: 10rem;
	position: relative;
}

.p-top-business::after {
	background: rgba(255, 255, 255, 0.7);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-business::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: inline-block;
	height: 5.5rem;
	left: 50%;
	max-width: 16.4rem;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	width: 100%;
}

.p-top-business__inner {
	max-width: 107.2rem;
}

.p-top-business__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6rem;
}

.p-top-business__item {
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	overflow: hidden;
	padding: 6rem 4rem 2.4rem 5.7rem;
	position: relative;
	transition: background-size 0.5s ease;
	z-index: 1;
}

.p-top-business__img::before {
	background: rgba(4, 0, 0, 0.3);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-top-business__img {
	aspect-ratio: 510/340;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s ease;
	width: 100%;
	z-index: 1;
}

.p-top-business__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-top-business__item:hover .p-top-business__img {
	transform: scale(1.1);
}

.p-top-business__details {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
}

.p-top-business__ttl {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}

.p-top-business__lists {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin-top: 3rem;
}

.p-top-business__list {
	border: 1px solid #fff;
	border-radius: 0.4rem;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.56;
	padding: 0.5rem 1.9rem 0.5rem 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-business__item-btn {
	align-items: flex-end;
	display: flex;
	gap: 1.5rem;
	height: 100%;
	justify-content: flex-end;
	margin-top: 2.4rem;
	width: 100%;
}

.p-top-business__item-link {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	top: -1.8rem;
}

.p-top-business__item-btn::after {
	background: url(./../images/top/business_btn.webp) no-repeat center/100%;
	content: "";
	display: inline-block;
	height: 5rem;
	max-width: 5rem;
	width: 100%;
}

.p-top-business__body {
	margin: 5.7rem auto 0;
	max-width: 50rem;
}

.p-top-business__txt {
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.p-top-business__btn {
	margin-top: 3.4rem;
	text-align: center;
}

/*
 * p-top-info
 * -------------------------------------------------------------
 */

.p-top-info {
	background: #f1f1f1;
}

.p-top-info__btn {
	margin-top: 5.4rem;
	text-align: center;
}

/*
 * p-vision
 * -------------------------------------------------------------
 */

.p-vision__body {
	margin: 5rem auto 0;
	max-width: 48.8rem;
}

.p-vision__txt {
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.p-vision__btn {
	margin-top: 3.4rem;
	text-align: center;
}

@media screen and (min-width: 1025px) {

a[href^="tel:"] {
	pointer-events: none;
}

}

@media screen and (max-width: 950px) {

.c-hamburger {
	display: block;
}

.c-nav {
	background: rgba(255, 255, 255, 0.95);
	height: 100%;
	left: 0;
	padding: 5.7rem 4.5rem;
	position: fixed;
	right: 0;
	top: 0;
	top: 0;
	transform: translateX(-100%);
	transition: all 0.6s;
	visibility: hidden;
	width: 84%;
	z-index: 300;
}

.c-nav__items {
	align-items: flex-start;
	flex-direction: column;
	gap: 2.6rem;
	width: 84%;
	width: 100%;
}

.c-nav__link {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.c-nav__link::after {
	display: none;
}

.c-nav__link.current::after {
	display: none;
}

.c-nav__link::before {
	display: inline-block;
}

.c-nav__link.current::before {
	background: #19191a;
}

.p-activity__body {
	gap: 4rem;
}

.p-activity__details {
	justify-content: center;
	min-width: 43rem;
}

.p-activity__ttl {
	font-size: 1.6rem;
}

.p-activity__list {
	font-size: 1.6rem;
	padding-left: 2rem;
}

.p-activity__location {
	width: 10rem;
}

.p-slider__prev {
	left: 1rem;
}

.p-slider__next {
	right: 1rem;
}

.p-top-business__item {
	padding: 6rem 3rem 2.4rem 3rem;
}

}

@media screen and (max-width: 768px) {

html {
	font-size: 1.81vw;
}

body {
	font-size: 1.3rem;
}

.l-footer {
	padding-top: 3.7rem;
}

.l-footer__info {
	flex-direction: column;
	gap: 2.4rem;
}

.l-footer__address {
	font-size: 1rem;
}

.l-footer__copyright small {
	font-size: 1.1rem;
}

.l-footer__nav {
	padding: 1.8rem 0 3rem 0;
}

.l-footer__nav-items {
	gap: 1.6rem 2.6rem;
}

.l-footer__link {
	font-size: 1rem;
	gap: 0.4rem;
}

.l-footer__link::before {
	height: 1.25rem;
	width: 1.25rem;
}

.l-header {
	height: 6rem;
}

.l-header__inner {
	padding: 0 1.5rem;
}

.l-header__logo {
	max-width: 11rem;
}

.l-inner {
	padding: 0 2rem;
}

.l-main {
	margin-top: 6rem;
}

.l-section {
	padding: 10rem 0 8rem;
}

.l-twotone-bg {
	background: #f9f9f9;
}

.c-breadcrumb {
	padding: 1.9rem 0 1.8rem;
}

.c-breadcrumb__inner {
	padding: 0 1.6rem;
}

.c-breadcrumb span {
	font-size: 1rem;
	gap: 1.5rem;
}

.c-breadcrumb span::after {
	height: 0.6rem;
	margin-top: 0.1rem;
	width: 0.6rem;
}

.c-guide__items {
	flex-direction: column;
}

.c-guide__item {
	aspect-ratio: 375/180;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

.c-guide__body {
	gap: 1.9rem;
}

.c-guide__ttl {
	font-size: 1.7rem;
}

.c-guide__btn {
	font-size: 1.2rem;
}

.c-guide__item:nth-child(1) .c-guide__btn {
	max-width: 18rem;
}

.c-guide__item:nth-child(2) .c-guide__btn {
	max-width: 26.8rem;
}

.c-layout {
	flex-direction: column;
	gap: 3rem;
}

.c-layout__img {
	aspect-ratio: 322/161;
	height: 100%;
	max-height: 100%;
	min-height: 16.1rem;
	min-width: 32.2rem;
	width: 95%;
}

.c-layout__details {
	width: 100%;
}

.c-list__txt {
	font-size: 1.4rem;
	padding: 1.1rem 1rem 1.1rem 3rem;
}

.c-map {
	padding-top: 4rem;
}

.c-map::before {
	background-position-x: 51%;
	background-position-y: 0.5rem;
	height: 9.3rem;
}

.c-map__wrap {
	height: 30rem;
}

.c-page-mv__inner {
	padding: 13.2rem 0 0 0;
}

.c-page-mv__ja {
	font-size: 2.6rem;
	padding: 0.3rem 2.8rem 0.4rem 2.8rem;
}

.c-page-mv__eng {
	font-size: 1.8rem;
	margin-left: 2.8rem;
	margin-top: 0.8rem;
	padding: 0.4rem 1.8rem 0.1rem 1.8rem;
}

.c-page-nav__items {
	flex-wrap: wrap;
	gap: 1.7rem 0;
	justify-content: center;
	padding: 1.75rem 2rem 2rem;
}

.c-page-nav__link {
	font-size: 1rem;
	gap: 0.6rem;
	padding: 0 1.9rem;
}

.c-page-nav__link--lg-gap {
	gap: 1.65rem;
}

.c-page-nav__link::after {
	height: 1.2rem;
	width: 1.1rem;
}

.c-pagetop {
	bottom: 3.85rem;
	right: 2rem;
}

.c-pagetop__btn {
	height: 6rem;
	width: 6rem;
}

.c-secttl__ja {
	font-size: 1.8rem;
}

.c-secttl__eng {
	padding-top: 1.1rem;
}

.c-secttl::after {
	height: 1rem;
	margin-top: 1.7rem;
	width: 3.8rem;
}

.c-top-secttl__eng {
	font-size: 2.9rem;
}

.c-top-secttl__ja {
	font-size: 1rem;
	padding-top: 1rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

.p-activity__body {
	flex-direction: column;
	gap: 2.7rem;
	margin-top: 5.6rem;
}

.p-activity__map {
	margin: 0 auto;
	max-width: 24.7rem;
}

.p-activity__details {
	gap: 1.85rem;
	min-width: 100%;
	padding-top: 0;
}

.p-activity__item {
	max-width: 15.2rem;
}

.p-activity__ttl {
	font-size: 1.1rem;
	gap: 0.7rem;
	padding-bottom: 0.65rem;
	line-height: 1.5em;
}

.p-activity__ttl::before {
	height: 1.1rem;
	width: 1.1rem;
}

.p-activity__list {
	font-size: 1.1rem;
	padding: 1.2rem 2rem 0 1.8rem;
}

.p-activity__row {
	gap: 1.3rem;
}

.p-consulting {
	padding: 9rem 0 8rem;
}

.p-consulting__body {
	margin-top: 4rem;
}

.p-consulting__txt {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.1;
}

.p-consulting__list {
	margin-top: 2rem;
}

.p-developer {
	padding: 4rem 0 9.5rem;
}

.p-developer__body {
	gap: 5.7rem;
	margin-top: 3rem;
	margin-left: 0;
}

.p-developer .c-layout {
	align-items: flex-start;
	gap: 2.5rem;
}

.p-developer .c-layout__details {
	max-width: 100%;
	width: 100%;
}

.p-developer__ttl {
	font-size: 2.1rem;
}

.p-developer__list {
	margin-top: 2.5rem;
}

.p-info-list {
	padding-top: 5.5rem;
}

.p-info-list__item {
	flex-direction: column;
	font-size: 1.4rem;
	gap: 0.8rem;
	padding: 2rem 1.3rem 1.3rem;
}

.p-info {
	padding: 6rem 0 5rem;
}

.p-info__pagenavi {
	margin-top: 4.3rem;
}

.p-message {
	padding: 8rem 0;
}

.p-message__body {
	margin-top: 3rem;
	padding-right: 0;
}

.p-message__ttl {
	font-size: 1.7rem;
}

.p-message__txt {
	font-size: 1.3rem;
	line-height: 2.1;
}

.p-mgmtteam::before {
	height: 3rem;
	max-width: 9rem;
}

.p-mgmtteam__body {
	flex-direction: column;
	gap: 4rem;
	margin-top: 4rem;
}

.p-mgmtteam__item {
	margin: 0 auto;
}

.p-mgmtteam__name {
	padding: 0 0 1.3rem 0;
	text-align: center;
}

.p-mgmtteam__nameeng {
	font-size: 1.2rem;
}

.p-mv {
	height: calc(100vh - 6rem);
	min-height: 100%;
}

.p-mv__inner {
	padding: 0 0 0 3.1rem;
	top: 45%;
	transform: translate(-50%, -50%);
}

.p-mv__ttl {
	gap: 2rem;
}

.p-mv__ttleng {
	font-size: 3.2rem;
	line-height: 1.333;
	text-shadow: 1px 1px 2px rgba(134, 134, 134, 0.4);
}

.p-mv__ttlja {
	font-size: 2.4rem;
	padding: 1rem 1rem 1.5rem 2.4rem;
	line-height: 1.5em;
}

.p-overview {
	padding: 8rem 0 5rem;
}

.p-overview__body {
	margin-top: 2.8rem;
}

.p-overview__table {
	font-size: 1.3rem;
	line-height: 2.1;
	max-width: 100%;
}

.p-overview__item {
	gap: 3.8rem;
	padding: 1.8rem 1.6rem 1.3rem;
}

.p-overview__ttl {
	width: 8rem;
}

.p-overview__desc br {
	display: block;
}

.p-overview__img {
	margin-top: 3.5rem;
}

.p-philosophy {
	padding: 8rem 0 10rem;
}

.p-philosophy__body {
	margin-top: 3.5rem;
}

.p-philosophy__item {
	gap: 2rem;
}

.p-philosophy__ttl {
	max-width: 13.2rem;
}

.p-philosophy__ttl::after {
	height: 5rem;
}

.p-philosophy__desc {
	flex: inherit;
}

.p-philosophy__txt {
	font-size: 1.3rem;
}

.p-philosophy__details {
	gap: 1rem;
	margin-top: 4.5rem;
}

.p-philosophy__tagline {
	max-width: 29rem;
}

.p-single {
	padding: 3.5rem 0 5rem;
}

.p-single__inner {
	padding: 0 2rem;
}

.p-single__ttl {
	font-size: 1.8rem;
	max-width: 30rem;
	text-align: center;
}

.p-single__ttl::after {
	margin-top: 1.5rem;
	max-width: 3.8rem;
}

.p-single__info {
	margin-top: 3rem;
}

.p-single__category {
	font-size: 1rem;
	padding: 0.3rem 1.4rem 0.2rem;
}

.p-single__date {
	font-size: 1rem;
}

.p-single__body {
	gap: 2rem;
	margin-top: 3rem;
}

.p-single__body p {
	font-size: 1.4rem;
	line-height: 1.75;
}

.p-single__btn {
	margin-top: 6rem;
}

.p-slider__item img {
	height: calc(100vh - 6rem);
	min-height: 100%;
}

.p-slider__prev,
.p-slider__next {
	height: 3.6rem;
	top: 63vh;
	width: 3.6rem;
}

.p-slider__prev {
	background: url(./../images/top/prev_sp.webp) no-repeat center/100%;
}

.p-slider__next {
	background: url(./../images/top/next_sp.webp) no-repeat center/100%;
}

.p-top-business {
	background: url(./../images/top/business_bg.webp) no-repeat top/cover;
}

.p-top-business::before {
	height: 3rem;
	width: 9rem;
}

.p-top-business__inner {
	padding: 0 1.5rem;
}

.p-top-business__items {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3.6rem;
}

.p-top-business__item {
	padding: 4rem 2.75rem 1.7rem 4rem;
}

.p-top-business__img {
	aspect-ratio: 350/234;
}

.p-top-business__ttl {
	font-size: 1.9rem;
}

.p-top-business__lists {
	gap: 0.5rem;
	margin-top: 2.1rem;
}

.p-top-business__list {
	font-size: 1.1rem;
	padding: 0.3rem 1.3rem 0.4rem 1rem;
}

.p-top-business__item-btn {
	gap: 1rem;
}

.p-top-business__item-link {
	font-size: 1.1rem;
}

.p-top-business__item-btn::after {
	height: 3.4rem;
	max-width: 3.4rem;
}

.p-top-business__body {
	margin-top: 3rem;
	max-width: 32rem;
}

.p-top-business__btn {
	margin-top: 3rem;
}

.p-top-info__btn {
	margin-top: 4.2rem;
}

.p-vision__body {
	margin-top: 3rem;
	max-width: 32rem;
}

}

@media screen and (max-width: 560px) {

html {
	font-size: 10px;
}

.c-page-nav__items {
	justify-content: start;
	margin: 0 auto 0 0;
	max-width: 35.8rem;
}

.c-page-nav__item:last-child .c-page-nav__link {
	padding-left: 0;
}

}

@media screen and (max-width: 374px) {

html {
	font-size: 2.666666666vw;
}

}

/************************************
** Contact form 7 CSSカスタマイズ
************************************/
/* 入力欄全体の設定 */
input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 1em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}
/* テキストエリアの設定 */
table.CF7_table textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}
/* 入力欄とテキストエリア共通 */
.CF7_table input, .CF7_table select, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}
/* table */
table.CF7_table {
	width: 50%;
	margin: 0 auto;
	border: none !important
}
table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
	font-size: 15px;
	vertical-align: middle;
}
/* 背景を削除 */
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
	padding: 0.75rem 0.75rem !important;
	background: none !important;
	border: none !important;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}
.CF7_table ::placeholder {
	color: #797979;
}

/*「必須」文字*/
.CF7_req{
	font-size: .9em;
	padding: 4px 7px;
	background: #4c6d70;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size: .9em;
	padding: 4px 7px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	    width: 90%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100% !important;
        line-height: 1em;
	}
	.CF7_table th{
	    background-color: #F6F8F8;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #4c6d70;
	border: 2px solid #4c6d70;
	color:#fff;
	font-size:1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 30px;
	transition: all 0.5s 0s ease;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #fff;
	color: #4c6d70;
}
.CF7_btn{
	text-align: center;
	margin: 20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #51a49e;
	border-bottom-width: 3px
	text-align: center;
	font-size: 20px;
	border-width: 5px;
	padding: 0.5em 1em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: #f88;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: #f88;
    font-size: 12px;
}
/* ************************************
  ************************************ */
.small{
	font-size: 11rem;
	display: inline-block;
}
/*# sourceMappingURL=style.css.map */
