@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500&display=swap");
.header {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}

.header .inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.header .inner-wrap {
		width: 1200px;
		padding: 0 18px 0 36px;
		margin: auto;
		height: 96px;
	}
}

@media only screen and (max-width: 768px) {
	.header .inner-wrap {
		height: 18.66667vw;
		position: relative;
		border-bottom: 0.26667vw solid rgba(22, 22, 22, 0.5);
	}
}

@media only screen and (min-width: 769px) {
	.header__logo {
		flex: 0 0 200px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.header__logo {
		flex: 0 0 calc(200 / 1200 * 100%);
	}
}

@media only screen and (max-width: 768px) {
	.header__logo {
		flex: 0 0 24.53333vw;
		margin-left: 5.33333vw;
	}
}

.header__logo img {
	width: 100%;
}

.header__menu {
	height: 100%;
}

@media only screen and (min-width: 769px) {
	.header__menu {
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 768px) {
	.header__menu {
		position: absolute;
		top: 18.66667vw;
		min-height: calc(100vh - 18.66667vw);
		background-color: #fff;
		width: 100vw;
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 768px) {
	.header__sp-menu-btn {
		width: 18.66667vw;
		height: 100%;
		font-size: 3.73333vw;
		color: #ec4a1d;
		text-align: center;
		padding: 2.13333vw;
		position: relative;
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.header__sp-menu-btn::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url("/assets/img/common/icon-sp-menu.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 1.33333vw;
		background-position: center bottom 2.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.header__sp-menu-btn::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url("/assets/img/common/icon-sp-menu-close.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 8vw;
		background-color: #fff;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav {
		display: flex;
		align-items: center;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav-item {
		position: relative;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav-item:not(:first-child) {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.header__nav-item:not(:first-child) {
		border-bottom: 0.26667vw solid rgba(17, 17, 17, 0.25);
	}
}

.header__nav-link {
	letter-spacing: 0.08em;
	font-weight: 700;
	display: flex;
	line-height: 1.2;
}

@media only screen and (min-width: 769px) {
	.header__nav-link {
		font-size: 20px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.header__nav-link {
		font-size: 3.2vw;
		flex-direction: column-reverse;
		padding: 5.33333vw;
		color: #ec4a1d;
		font-weight: 700;
	}
}

@media only screen and (max-width: 768px) {
	.header__nav-link--service {
		pointer-events: none;
		padding-bottom: 2.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav-link--service:hover + .header__nav-subitem {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav-link .font-jost {
		font-size: 14px;
		color: #ec4a1d;
	}
}

@media only screen and (max-width: 768px) {
	.header__nav-link .font-jost {
		font-size: 6.4vw;
		color: #111;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav-subitem {
		position: absolute;
		display: none;
		background-color: #fff;
		width: 140%;
		text-align: center;
		left: -20%;
		padding: 0em 0 1em;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 768px) {
	.header__nav-subitem {
		border-bottom: 0.26667vw solid rgba(17, 17, 17, 0.25);
		padding-bottom: 4vw;
	}
}

@media only screen and (min-width: 769px) {
	.header__nav-subitem:hover {
		display: block !important;
	}
}

.header__nav-subitem a {
	display: block;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.header__nav-subitem a {
		font-size: 14px;
		margin-top: 0.75em;
	}
}

@media only screen and (max-width: 768px) {
	.header__nav-subitem a {
		font-size: 3.73333vw;
		font-weight: 700;
		padding: 1.33333vw 5.33333vw;
	}
}

.header .round-btn--contact {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.header .round-btn--contact {
		width: 230px;
		height: 72px;
		font-size: 20px;
		margin-left: 32px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.header .round-btn--contact {
		width: 200px;
		height: 56px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.header .round-btn--contact {
		background-image: url("/assets/img/common/icon-envelope.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 8.53333vw;
		background-position: top 4.26667vw center;
		border-radius: 0;
		width: 18.66667vw;
		height: 18.66667vw;
		font-size: 2.66667vw;
		align-items: flex-end;
		padding-bottom: 1.6vw;
		margin-left: auto;
		margin-right: 0;
	}
}

.header .round-btn--contact svg {
	height: auto;
}

@media only screen and (min-width: 769px) {
	.header .round-btn--contact svg {
		width: 42px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.header .round-btn--contact svg {
		width: 32px;
	}
}

.header .round-btn--contact svg .icon-envelope {
	fill: #fff;
}

@media only screen and (min-width: 769px) {
	.header .round-btn--contact svg .icon-envelope {
		transition: all 0.2s linear;
	}
}

@media only screen and (min-width: 769px) {
	.header .round-btn--contact:hover svg .icon-envelope {
		fill: #e85e37;
	}
}

@media only screen and (min-width: 769px) {
	.header .round-btn--contact:hover::before {
		width: 17px;
		height: 17px;
		right: 10px;
	}
}

@media only screen and (min-width: 769px) {
	body {
		padding-top: 96px;
	}
}

@media only screen and (max-width: 768px) {
	body {
		padding-top: 18.66667vw;
	}
}

body .header {
	transition: transform  0.2s  linear;
}

@media only screen and (min-width: 769px) {
	body.header-scrollout .header {
		transform: translateY(-48px);
		box-shadow: 0 0 10px rgba(17, 17, 17, 0.5);
	}
}

@media only screen and (max-width: 768px) {
	body.header-scrollout .header {
		transform: translateY(-12.8vw);
		box-shadow: 0 0 1.33333vw rgba(17, 17, 17, 0.5);
	}
}

body.header-fixed .header {
	position: fixed;
	transform: translateY(0);
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header .inner-wrap {
		padding: 0 0 0 24px;
		height: 48px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	body.header-fixed .header .inner-wrap {
		padding-left: calc(env(safe-area-inset-left));
	}
}

@media only screen and (max-width: 768px) {
	body.header-fixed .header .inner-wrap {
		height: 12.8vw;
	}
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header__logo {
		flex: 0 0 108px;
	}
}

@media only screen and (max-width: 768px) {
	body.header-fixed .header__logo {
		flex: 0 0 24.53333vw;
		margin-left: 5.33333vw;
	}
}

body.header-fixed .header__logo img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header__nav-link {
		font-size: 14px;
	}
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header__nav-link .font-jost {
		font-size: 10px;
	}
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header__nav-subitem {
		width: 180%;
		left: -40%;
		padding: 0.5em 0 1em;
	}
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header__nav-subitem a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	body.header-fixed .header__menu {
		position: absolute;
		top: 12.8vw;
		min-height: calc(100vh - 12.8vw);
		background-color: #fff;
		width: 100vw;
		overflow-y: scroll;
	}
}

body.header-fixed .header .round-btn--contact {
	border-radius: 0;
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header .round-btn--contact {
		width: 200px;
		height: 100%;
		background-position: left 16px center;
		font-size: 16px;
		margin-left: 32px;
	}
}

@media only screen and (max-width: 768px) {
	body.header-fixed .header .round-btn--contact {
		background-position: center;
		border-radius: 0;
		width: 12.8vw;
		height: 100%;
		margin-left: auto;
		margin-right: 0;
		color: transparent;
	}
}

body.header-fixed .header .round-btn--contact svg {
	height: auto;
}

@media only screen and (min-width: 769px) {
	body.header-fixed .header .round-btn--contact svg {
		width: 24px;
	}
}

@media only screen and (max-width: 768px) {
	body.header-fixed .header__sp-menu-btn {
		color: transparent;
	}
}

.footer {
	background-color: #e85e37;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.footer {
		height: 45px;
	}
}

@media only screen and (max-width: 768px) {
	.footer {
		height: 12vw;
	}
}

.footer .inner-wrap {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 769px) {
	.footer .inner-wrap {
		width: 1000px;
	}
}

.footer__logo {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.footer__logo {
		flex: 0 0 230px;
	}
}

@media only screen and (max-width: 768px) {
	.footer__logo {
		flex: 0 0 auto;
	}
}

.footer__logo img {
	width: 50%;
}

.footer__logo a {
	display: block;
}

.footer__copyright {
	letter-spacing: 0;
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.footer__copyright {
		font-size: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.footer__copyright {
		font-size: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.footer__nav {
		display: flex;
	}
}

@media only screen and (min-width: 769px) {
	.footer__nav-item {
		display: flex;
	}
}

.footer__nav-item-sub a {
	display: block;
}

@media only screen and (min-width: 769px) {
	.footer__nav-item-sub a {
		font-size: 16px;
	}
}

.footer__nav-link {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.footer__nav-link {
		font-size: 20px;
	}
}

body .content .scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body .content .appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.3s;
}

@media only screen and (max-width: 768px) {
	body .header__menu {
		visibility: hidden;
		opacity: 0;
		transition: all 0.1s linear;
	}
}

@media only screen and (max-width: 768px) {
	body .header__sp-menu-btn::after {
		opacity: 0;
		transition: all 0.1s linear;
	}
}

@media only screen and (max-width: 768px) {
	body .header .round-btn--contact {
		opacity: 0;
		transition: all 0.1s linear;
	}
}

body.sp-menu-active {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body.sp-menu-active .header__menu {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	body.sp-menu-active .header__sp-menu-btn::after {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	body.sp-menu-active .header .round-btn--contact {
		opacity: 1;
	}
}

@font-face {
	font-family: 'LINE SEED';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/font/line-seed-rg.woff2") format("woff2"), url("/assets/font/line-seed-rg.woff") format("woff");
}

@font-face {
	font-family: 'LINE SEED';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/assets/font/line-seed-bd.woff2") format("woff2"), url("/assets/font/line-seed-bd.woff") format("woff");
}

body {
	font-family: 'LINE SEED', sans-serif;
	color: #111;
}

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

@media only screen and (max-width: 768px) {
	.only-pc {
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {
	.only-sp {
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {
	.inner-wrap {
		width: 1200px;
		margin: auto;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.inner-wrap {
		width: 100% !important;
		padding: 0 24px 0 calc(env(safe-area-inset-left) + 24px) !important;
	}
}

.font-jost {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.font-jost--semi-bold {
	font-weight: 600;
}

.font-jost--bold {
	font-weight: 700;
}

.round-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	background-color: #e85e37;
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.round-btn {
		transition-property: color, background-color;
		transition-duration: 0.2s;
		transition-timing-function: linear;
		border: 2px solid #e85e37;
	}
}

@media only screen and (min-width: 769px) {
	.round-btn:hover {
		color: #e85e37;
		background-color: #fff;
	}
}

.kome-text {
	text-indent: -1em;
	padding-left: 1em;
}

.kome-text::before {
	content: '※';
	display: inline;
	font-size: 100%;
}
