html {
	font-size: 10px;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	line-height: 1.45;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	opacity: 0.6;
	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 {
	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%;
}

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

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: #64c34d;
	color: #fff;
	padding: 4.3rem 0 4.7rem;
	text-align: center;
}

.footer__navList {
	display: flex;
	gap: 4.2rem;
	justify-content: center;
}

.footer__navLink {
	text-transform: uppercase;
}

.footer__navLink:hover {
	-webkit-text-decoration: underline;
	opacity: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.footer__logo {
	margin: 5rem auto 0;
	max-width: 10.5rem;
}

.footer__info {
	font-size: 2rem;
	line-height: 2;
	margin-top: 2rem;
	text-align: center;
}

.footer__copyright {
	font-size: 1.6rem;
	margin-top: 3.5rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #64C34D;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 5rem;
	height: 12rem;
	justify-content: space-between;
	max-width: 192rem;
	padding: 0 min(14.5rem, 7.55vw) 0 min(11rem, 5.73vw);
}

.header__logo {
	max-width: 36.7rem;
}

.header__hidden {
	clip: rect(1px, 1px, 1px, 1px);
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin: auto;
	max-width: 130rem;
	padding: 0 5rem;
}

.l-inner--sm {
	max-width: 101.5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	margin-top: 12rem;
	overflow: hidden;
}

/*
 * l-pageSection
 * -------------------------------------------------------------
 */

.l-pageSection {
	padding-top: 16rem;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	display: none;
	height: 4rem;
	min-width: 4rem;
	position: relative;
	width: 4rem;
	z-index: 20;
}

.burger span {
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

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

.burger span:nth-child(2) {
	top: 31.7%;
}

.burger span:nth-child(3) {
	top: 63.3%;
}

.burger span:nth-child(4) {
	top: 95%;
}

.burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
	opacity: 0;
}

.burger span.is-active:nth-child(3) {
	opacity: 0;
}

.burger span.is-active:nth-child(4) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-pageTtl
 * -------------------------------------------------------------
 */

.c-pageTtl {
	font-size: 5rem;
	font-weight: 600;
	text-align: center;
}

.c-pageTtl.--sm {
	font-size: 3.5rem;
}

/*
 * c-sectionTtl
 * -------------------------------------------------------------
 */

.c-sectionTtl {
	background: #dfdfdf;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4666666667;
	padding: 2.8rem;
	text-align: center;
}

/*
 * c-table
 * -------------------------------------------------------------
 */

.c-table {
	border-bottom: 1px solid #707070;
	display: flex;
	flex-wrap: wrap;
}

.c-table dt,
.c-table dd {
	border-top: 1px solid #707070;
	line-height: 2.7272727273;
}

.c-table dt {
	width: 16rem;
}

.c-table dd {
	width: calc(100% - 16rem);
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav.is-active {
	opacity: 1;
	visibility: visible;
}

.nav__list {
	display: flex;
	gap: 4.8rem;
}

.nav__link {
	color: #fff;
	text-transform: uppercase;
}

.nav__link:hover {
	-webkit-text-decoration: underline;
	opacity: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
	padding: 16rem 0 16.8rem;
}

.about__lead {
	font-size: 2.5rem;
	font-weight: 700;
}

.about__plan {
	margin-top: 8rem;
}

.about__list {
	display: flex;
	flex-direction: column;
	gap: 16rem;
	padding: 8rem 0 16.5rem;
}

.about__listTtl {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}

.about__listImg {
	margin: 6.5rem auto 0;
}

.about__listImg.--img1 {
	max-width: 79rem;
}

.about__listImg.--img2 {
	max-width: 88.5rem;
}

.about__listImg.--img3 {
	max-width: 93rem;
}

.about__start {
	padding-bottom: 7.5rem;
}

.about__startTtl {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 4.5rem;
}

.about__text {
	margin-top: 4rem;
}

.about__philo {
	padding-bottom: 5.5rem;
	scroll-margin-top: 12rem;
}

.about__philoTtl {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.8333333333;
	margin-top: 4.2rem;
	text-align: center;
}

.about__table {
	margin-top: 5.2rem;
}

.about__map {
	aspect-ratio: 1200/552;
	margin-top: 8rem;
}

/*
 * cmt
 * -------------------------------------------------------------
 */

.cmt {
	padding-bottom: 6rem;
}

/* 見出しの帯 */

.cmt__head {
	background: #DFDFDF;
	padding: 2.8rem;
}

.cmt__headTtl {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

/* 注記行 */

.cmt__note {
	font-size: 2rem;
	margin: 3rem 0;
}

/* 必須バッジ */

.cmt__badge {
	background: #E20000;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	margin-left: 0.3em;
	padding: 0.4rem 0.8rem;
}

/* フィールド */

.cmt__field {
	margin: 2rem 0;
}

.cmt__field label {
	align-items: center;
	display: flex;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.cmt__field label span:first-of-type {
	display: inline-block;
	margin-right: 0.6em;
}

.cmt__field input,
.cmt__field textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0.5rem;
	padding: 0.8rem 1.2rem;
	width: 100%;
}

/* 送信ボタン */

.cmt__actions {
	margin-top: 2rem;
}

.cmt__submitBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #0090FF;
	border: 0;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 700;
	padding: 0.8rem 1.8rem;
	text-align: center;
	transition: all 0.2s;
	width: 17.5rem;
}

.cmt__submitBtn:hover {
	filter: brightness(1.1);
}

/* 一覧 */

.cmt__list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.cmt__list li {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}

/* コメントの「ブラウザーに保存」テキストだけを視覚的に隠す */

.comment-form-cookies-consent label {
	clip: rect(0 0 0 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
	padding: 19rem 0 15rem;
}

.contact__subttl {
	font-size: 2.5rem;
	font-weight: 700;
}

.contact__lead {
	margin-top: 1.5rem;
}

.contact__form {
	margin-top: 6.8rem;
}

/*
 * form
 * -------------------------------------------------------------
 */

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select,
.search-edit {
	border: 1px solid #ccc;
	border-radius: 0.4rem;
	font-size: inherit;
	padding: 1.1rem;
	width: 100%;
}

.wpcf7 p {
	color: #333;
	font-size: 1.8rem;
	margin-bottom: 1.2em;
}

.p-postal-code,
.p-street-address,
.p-extended-address {
	margin-top: 1.2em;
}

input[type=submit],
#bbp_reply_submit,
.bp-login-widget-register-link a {
	cursor: pointer;
	margin: 0;
	padding: 1.1rem;
	text-align: center;
	width: 100%;
}

input[type=submit] {
	-webkit-appearance: none;
	background-color: #f5f8fa;
	border: 1px solid #ddd;
	color: #333;
	margin-top: 1rem;
	text-align: center;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	background: #ccc;
	height: 80rem;
}

.fv__video {
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__videoMedia {
	-o-object-fit: cover;
	-o-object-position: center;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.fv img {
	-o-object-fit: cover;
	display: none;
	height: 100%;
	object-fit: cover;
}

/*
 * news
 * -------------------------------------------------------------
 */

.news {
	padding: 11.5rem 0 24rem;
}

.news__list {
	margin-top: 10rem;
}

.news__item {
	align-items: flex-start;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
	gap: 4rem;
	padding: 3rem 0;
}

.news__img {
	max-width: 16rem;
	width: 20%;
}

.news__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
}

.news__details {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.5rem;
}

.news__meta {
	display: flex;
	font-size: 1.6rem;
	gap: 1em;
}

.news__ttl {
	margin-top: 1.5rem;
}

.news__text {
	font-size: 1.8rem;
}

.page-numbers {
	display: flex;
	gap: 1em;
	justify-content: center;
	padding: 5rem 0;
}

.page-numbers.current {
	color: #64C34D;
}

/*
 * pageFv
 * -------------------------------------------------------------
 */

.pageFv {
	height: 80rem;
	position: relative;
}

.pageFv__img {
	height: 100%;
}

.pageFv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.pageFv__inner {
	align-items: center;
	display: grid;
	height: 100%;
	justify-items: center;
	place-items: center;
	width: 100%;
}

.pageFv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: max(192rem, 100vw);
}

.pageFv.--privacy {
	background-image: url(./../images/page/privacy_fv.webp);
}

.pageFv.--works {
	background-image: url(./../images/works/fv.webp);
}

.pageFv.--about {
	background-image: url(./../images/about/fv.webp);
}

.pageFv.--contact {
	background-image: url(./../images/page/contact_fv.webp);
}

/*
 * postAside
 * -------------------------------------------------------------
 */

.postAside {
	padding-bottom: 15.5rem;
}

.postAside__block {
	max-width: 32rem;
}

/* 共通ブロック */

.postAside__block + .postAside__block {
	border-top: 1px solid #DFDFDF;
	padding-top: 4rem;
}

.postAside__title {
	font-size: 2rem;
}

/* 最近の投稿（サムネ＋テキスト横並び） */

.recentList {
	margin-top: 2rem;
}

.recentList__item {
	border-top: 1px solid #DFDFDF;
}

.recentList__item:first-child {
	border-top: 0;
}

.recentList__link {
	align-items: center;
	display: flex;
	gap: 2.4rem;
	padding: 2rem 0;
}

.recentList__thumb {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recentList__ph {
	background: #ddd;
	display: block;
	height: 100%;
	width: 100%;
}

.recentList__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 1.6rem;
	overflow: hidden;
}

/* カテゴリー／アーカイブのリスト */

.catList {
	margin-top: 1rem;
}

.archiveList {
	margin-top: 2rem;
}

.catList li,
.archiveList li {
	border-top: 1px solid #DFDFDF;
}

.catList li:first-child,
.archiveList li:first-child {
	border-top: 0;
}

.catList a,
.archiveList a {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	font-size: 1.6rem;
	padding: 1rem 0;
	text-decoration: none;
}

.catList a:hover,
.archiveList a:hover,
.recentList__link:hover {
	-webkit-text-decoration: underline;
	color: #64C34D;
	opacity: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.recentList__media {
	aspect-ratio: 1/1;
	background: #eee;
	display: block;
	min-width: 8rem;
	overflow: hidden;
	width: 8rem;
}

.recentList__media img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.recentList__thumb {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recentList__ph {
	background: #ddd;
	display: block;
	height: 100%;
	width: 100%;
}

/*
 * privacy
 * -------------------------------------------------------------
 */

.privacy {
	padding: 14.5rem 0 17rem;
}

.privacy__text {
	line-height: 1.4545454545;
	padding: 3rem 0;
}

.privacy__item dt {
	font-size: 2.5rem;
	font-weight: 700;
}

.privacy__item dt:first-child {
	padding-top: 3rem;
}

.privacy__item a {
	display: inline-block;
}

/*
 * single
 * -------------------------------------------------------------
 */

.single {
	padding: 8rem 0 15.5rem;
}

.single h1 {
	color: #000000;
	font-size: 5rem;
	line-height: 1.35;
	margin-bottom: 6.5rem;
}

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

.single h2 {
	background: #dfdfdf;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 6rem;
	padding: 2.8rem;
	text-align: center;
}

.single p {
	margin-top: 3rem;
}

/*
 * singleMeta
 * -------------------------------------------------------------
 */

.singleMeta {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 6.5rem;
}

.singleMeta__item {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.singleMeta__ttl {
	align-items: center;
	background: #64c34d;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	height: 2.5rem;
	justify-content: center;
	width: 12.6rem;
}

.singleMeta__list {
	display: flex;
}

.singleMeta__item a {
	display: flex;
	font-size: 1.6rem;
}

.singleMeta__item a:not(:last-child)::after {
	content: "、";
}

/*
 * topMenu
 * -------------------------------------------------------------
 */

.topMenu {
	background: url(./../images/top/bg_dot.webp) no-repeat center/cover;
	padding: 22.5rem 0 15.5rem;
}

.topMenu__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 11.7rem;
}

.topMenu__item {
	height: 35rem;
	max-width: 91.1rem;
	width: 100%;
}

.topMenu__link {
	align-items: center;
	background: transparent radial-gradient(closest-side at 50% 50%, #40D91B 0%, #23C200 100%) 0% 0% no-repeat padding-box;
	border-radius: 30rem;
	color: #fff;
	display: flex;
	font-size: 5rem;
	height: 100%;
	justify-content: center;
	position: relative;
}

.topMenu__link:hover {
	background: transparent radial-gradient(closest-side at 100% 100%, #40D91B 0%, #40D91B 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

.topMenu__linkInner {
	position: relative;
}

.topMenu__link span {
	z-index: 1;
}

.topMenu__icon {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	height: 100%;
	justify-content: center;
	left: -21rem;
	max-width: 13.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.topMenu__icon .--icon1 {
	max-width: 10.6rem;
}

.topMenu__icon .--icon2 {
	max-width: 13.8rem;
}

.topMenu__icon .--icon3 {
	max-width: 10rem;
}

/*
 * topNews
 * -------------------------------------------------------------
 */

.topNews {
	background: url(./../images/top/news_bg.webp) no-repeat center bottom/cover;
	padding: 10.7rem 0 49.8rem;
}

.topNews__head {
	background: #dfdfdf;
	font-size: 2.8rem;
	padding: 0.9rem;
	text-align: center;
}

.topNews__body {
	margin-top: 1rem;
}

.topNews__item {
	align-items: center;
	display: flex;
	gap: 1em;
	padding: 4rem 2rem 4rem 0;
}

.topNews__item:not(:last-child) {
	border-bottom: 1px solid #707070;
}

.topNews__meta {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	gap: 1em;
}

.topNews__ttl {
	flex: 1;
	font-size: 2.2rem;
	line-height: 1.4545454545;
}

.topNews__btn {
	display: inline-block;
	margin-top: 2rem;
}

/*
 * works
 * -------------------------------------------------------------
 */

.works {
	padding: 16rem 0 35.8rem;
}

.works__kWorks {
	margin-top: 8rem;
	padding-bottom: 5.5rem;
}

.works__subttl {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 2.5rem;
	text-align: center;
}

.works__img {
	margin: 0 auto;
}

.works__kWorks--img1 {
	margin-top: 4.5rem;
	max-width: 48rem;
}

.works__kWorks--img2 {
	margin-top: 2rem;
	max-width: 32rem;
}

.works__kFactory--img1 {
	margin-top: 5.6rem;
	max-width: 63.7rem;
}

.works__kFactory--img2 {
	margin-top: 2rem;
	max-width: 32rem;
}

.works__kFamily--img1 {
	margin-top: 6.8rem;
	max-width: 60.5rem;
}

.works__text {
	margin-top: 4rem;
}

.works__table {
	margin-top: 5rem;
}

.works__info {
	padding-top: 4rem;
}

.works__link {
	color: #0090FF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.works__textLg {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.7142857143;
	margin-top: 10rem;
	text-align: center;
}

.works__kFactory {
	padding-bottom: 21.7rem;
}

.works__grid {
	display: grid;
	margin-top: 2.9rem;
}

.works__grid.--2col {
	gap: 2.8rem;
	grid-template-columns: repeat(2, 1fr);
}

.works__grid.--3col {
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.8rem;
}

.works__sns {
	margin-top: 8rem;
	transition: transform 0.2s;
}

.works__sns:hover {
	opacity: 1;
	transform: translateY(-1rem);
}

.works__sns span {
	color: #0090FF;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.works__sns img {
	margin: 2rem auto 0;
	max-width: 16.8rem;
}

/*
 * u-hover
 * -------------------------------------------------------------
 */

.u-hover:hover {
	-webkit-text-decoration: underline;
	color: #64C34D;
	opacity: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

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

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

}

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

.burger {
	display: block;
}

.c-pageTtl {
	font-size: 4rem;
}

.c-pageTtl.--sm {
	font-size: 3rem;
}

.nav {
	-webkit-overflow-scrolling: touch;
	background: #F5FFF5;
	bottom: 0;
	height: auto;
	height: calc(100dvh - 5.6rem);
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 6rem 2.5rem;
	position: fixed;
	right: 0;
	top: 12rem;
	transition: all 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.nav__list {
	align-items: center;
	flex-direction: column;
	gap: 0;
}

.nav__list li {
	border-top: 1px solid #64C34D;
	width: 100%;
}

.nav__list li:last-child {
	border-bottom: 1px solid #64C34D;
}

.nav__link {
	color: #64C34D;
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 2rem;
	text-align: center;
}

.fv {
	height: 60rem;
}

.pageFv {
	height: 60rem;
}

.pageFv {
	background-size: 140rem;
}

}

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

.topMenu__icon {
	left: -18rem;
}

}

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

body {
	font-size: 1.6rem;
	line-height: 1.625;
}

.footer {
	padding: 3.5rem 0 3.2rem;
}

.footer__navList {
	gap: 1.5rem;
}

.footer__navList li:first-child {
	display: none;
}

.footer__navLink {
	font-size: 1.5rem;
}

.footer__logo {
	margin-top: 4rem;
	max-width: 7.6rem;
}

.footer__info {
	font-size: 1.5rem;
	line-height: 1.7333333333;
	margin-top: 1.4rem;
}

.footer__copyright {
	font-size: 1.2rem;
	line-height: 1.8333333333;
}

.header__inner {
	height: 12rem;
	max-width: 100%;
	padding: 0 4rem;
}

.header__logo {
	max-width: 22.4rem;
}

.l-inner {
	max-width: 55rem;
	padding: 0 2.5rem;
}

.c-pageTtl {
	font-size: 3rem;
}

.c-pageTtl.--sm {
	font-size: 2.5rem;
}

.c-sectionTtl {
	font-size: 2rem;
	line-height: 1.45;
	padding: 0.3rem;
}

.c-table dt,
.c-table dd {
	font-size: 1.2rem;
	line-height: 2.1666666667;
}

.c-table dt {
	width: 8.4rem;
}

.c-table dd {
	width: calc(100% - 8.4rem);
}

.about {
	padding: 2rem 0 6rem;
}

.about__lead {
	font-size: 1.8rem;
}

.about__plan {
	margin-top: 3.4rem;
}

.about__list {
	gap: 7rem;
	padding: 3rem 0 9rem;
}

.about__listTtl {
	font-size: 1.8rem;
}

.about__listImg {
	margin-top: 3.4rem;
}

.about__listImg.--img1 {
	max-width: 100%;
}

.about__listImg.--img2 {
	max-width: 100%;
}

.about__listImg.--img3 {
	max-width: 100%;
}

.about__start {
	padding-bottom: 8.5rem;
}

.about__startTtl {
	font-size: 1.8rem;
	line-height: 1.6666666667;
	margin-top: 2.4rem;
}

.about__text {
	margin-top: 1.2rem;
}

.about__philo {
	padding-bottom: 3.3rem;
}

.about__philoTtl {
	margin-top: 3.3rem;
}

.about__table {
	margin-top: 3.7rem;
}

.about__map {
	aspect-ratio: 340/225;
	margin-top: 3rem;
}

.cmt {
	padding-bottom: 3rem;
}

.cmt__head {
	padding: 0.4rem;
}

.cmt__headTtl {
	font-size: 1.8rem;
}

.cmt__note {
	font-size: 1.6rem;
}

.cmt__badge {
	font-size: 1.4rem;
	padding: 0.1rem 0.6rem;
}

.cmt__field {
	margin: 1.1rem 0;
}

.cmt__field label {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.cmt__field input,
.cmt__field textarea {
	padding: 1.1rem 1.2rem;
}

.cmt__actions {
	margin-top: 3rem;
}

.cmt__submitBtn {
	font-size: 1.3rem;
	padding: 0.5rem 1rem;
	width: 10.7rem;
}

.contact {
	padding: 2rem 0 6rem;
}

.contact__subttl {
	font-size: 1.8rem;
}

.contact__form {
	margin-top: 5rem;
}

.wpcf7 p {
	font-size: 1.6rem;
}

.fv {
	aspect-ratio: 390/670;
	height: auto;
}

.fv__video {
	display: none;
}

.fv img {
	display: block;
}

.news {
	padding: 3rem 0 16.8rem;
}

.news__list {
	margin-top: 3rem;
}

.news__item {
	flex-wrap: wrap;
	gap: 1.4rem 2rem;
	padding: 2rem 0 1.4rem;
}

.news__img {
	max-width: 10rem;
	width: 30%;
}

.news__details {
	display: contents;
}

.news__head {
	flex: 1;
}

.news__ttl {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.news__content {
	width: 100%;
}

.news__text {
	font-size: 1.6rem;
}

.pageFv {
	aspect-ratio: 390/670;
	height: auto;
}

.pageFv {
	background-size: cover;
}

.pageFv.--privacy {
	background-image: url(./../images/page/privacy_fv_sp.webp);
}

.pageFv.--works {
	background-image: url(./../images/works/fv_sp.webp);
}

.pageFv.--about {
	background-image: url(./../images/about/fv_sp.webp);
}

.pageFv.--contact {
	background-image: url(./../images/page/contact_fv_sp.webp);
}

.privacy {
	padding: 2.6rem 0 4.6rem;
}

.privacy__text {
	line-height: 1.625;
	padding: 1.5rem 0;
}

.privacy__item dt {
	font-size: 1.8rem;
	text-align: center;
}

.privacy__item dt:first-child {
	padding-top: 2.4rem;
}

.single {
	padding: 3rem 0 5rem;
}

.single h1 {
	font-size: 1.8rem;
	line-height: 1.66;
	margin-bottom: 1.3rem;
}

.single h2 {
	font-size: 1.8rem;
	line-height: 1.66;
	margin-top: 3.4rem;
	padding: 0.4rem;
}

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

.singleMeta {
	margin-top: 5rem;
}

.singleMeta__item {
	gap: 1.3rem;
}

.singleMeta__ttl {
	font-size: 1.3rem;
	height: 2.4rem;
	width: 10.7rem;
}

.topMenu {
	padding: 4.5rem 0 4.1rem;
}

.topMenu__list {
	gap: 3.5rem;
}

.topMenu__item {
	height: 12rem;
	max-width: 100%;
}

.topMenu__link {
	font-size: 2.6rem;
}

.topMenu__icon {
	left: -10.5rem;
}

.topMenu__icon .--icon1 {
	left: 3.2rem;
	max-width: 4.5rem;
}

.topMenu__icon .--icon2 {
	max-width: 6rem;
}

.topMenu__icon .--icon3 {
	max-width: 4.3rem;
}

.topNews {
	background-size: 100%;
	padding: 4.2rem 0 22.3rem;
}

.topNews__head {
	font-size: 1.5rem;
	padding: 0.1rem;
}

.topNews__body {
	margin-top: 0;
}

.topNews__item {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5em;
	padding: 2rem 1rem 2rem 0;
}

.topNews__meta {
	font-size: 1rem;
}

.topNews__ttl {
	font-size: 1.4rem;
	line-height: 1.7142857143;
}

.topNews__btn {
	margin-top: 1rem;
}

.works {
	padding: 1.5rem 0 6rem;
}

.works__kWorks {
	margin-top: 1.5rem;
}

.works__subttl {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.works__kWorks--img1 {
	margin-top: 3.5rem;
	max-width: 20rem;
}

.works__kWorks--img2 {
	margin-top: 1.2rem;
	max-width: 14.1rem;
}

.works__kFactory--img1 {
	margin-top: 4.5rem;
	max-width: 22rem;
}

.works__kFactory--img2 {
	margin-top: 1.3rem;
	max-width: 14rem;
}

.works__kFamily--img1 {
	margin-top: 3.9rem;
	max-width: 22rem;
}

.works__text {
	margin-top: 4.5rem;
}

.works__table {
	margin-top: 3.3rem;
}

.works__info {
	padding-top: 4.5rem;
}

.works__link {
	font-size: 1.4rem;
}

.works__textLg {
	font-size: 1.8rem;
	line-height: 1.6666666667;
	margin-top: 5.5rem;
}

.works__kFactory {
	padding-bottom: 3.9rem;
}

.works__grid {
	margin-top: 2.1rem;
}

.works__grid.--2col {
	gap: 2.1rem;
	grid-template-columns: repeat(1, 1fr);
}

.works__grid.--3col {
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
}

.works__sns {
	margin-top: 2.5rem;
}

.works__sns span {
	font-size: 1.4rem;
}

.works__sns img {
	margin-top: 1rem;
	max-width: 8rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

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

html {
	font-size: 2.564vw;
}

}


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