@charset "UTF-8";

:root {
	--main-color: #eb6120;
}

::selection {
	background: #eb6120;
	color: #fff;
}

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden;
}

body {
	margin: 0;
	word-break: break-all;
	letter-spacing: initial;
	font-weight: 500;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff9eb;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	color: #382712;
	line-height: 1.6;
	letter-spacing: normal;
}

@media (max-width: 960px) {
	body {
		font-size: 16px;
	}
}

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

a:hover {
	text-decoration: none;
}

input {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

input[type=submit] {
	-webkit-appearance: none;
}

.l-header {
	background-color: #D9E9F5;
	padding-bottom: 16px;
}

.l-header__thanks{
	background-color: initial;
}

.l-header__title {
	color: #333;
	text-align: center;
	font-size: 10px; /* 12px * 0.8 */
	padding: 8px;
	margin-bottom: 24px;
}

.l-header__content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.l-header__animation {
	/* opacity: 0; */
	/* transform: translateY(-20px); */
	/* transition: opacity 0.5s ease, transform 0.5s ease; */
}

.l-header.is-visible .l-header__content,
.l-header.is-visible .l-header__title {
	/* opacity: 1; */
	/* transform: translateY(0); */
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* flex-wrap: wrap; */
}

.l-header__logo {
	position: relative;
	/* display: flex;
	align-items: center; */
}

.l-header__logo-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.l-header__logo-image {
	display: flex;
	align-items: center;
	line-height: 0;
	margin-right: 8px;
}

.l-header__logo-image__logo {
	margin-right: 8px;
}

.l-header__logo-text {
	display: inline-flex;
	align-items: center;
	font-size: 19.2px; /* 24px * 0.8 */
	font-weight: bold;

	img {
			margin-right: 16px;
	}
}

.l-header__company-name {
	display: inline-block;
	font-size: 19.2px; /* 24px * 0.8 */
	font-weight: 700;
	margin-top: 4px;
}

.l-header__logo-protimes {
	margin-left: auto;
}
@media (max-width: 960px) {
	.l-header__logo-protimes {
		position: absolute;
		right: 90px;
		width: 60px;
	}
}

.l-header__info {
	margin-left: 16px;
}

.l-header__catchphrase {
	background-color: #eb6120;
	border-radius: 4px;
	line-height: 1;
	text-align: center;
	font-size: 11px;
	color: #fff;
	letter-spacing: 0.04em;
	padding: 4px 12px;
	margin-bottom: 8px;
}

.l-header__hours {
	display: flex;
	font-size: 10px;
	margin-bottom: 4px;
}

.l-header__hours dt {
	margin-right: .5rem;
}

.l-header__hours dt::before {
	content: "[";
}

.l-header__hours dt::after {
	content: "]";
}

.l-header__hours dd {
	margin: 0;
}

.l-header__tel-link {
	text-decoration: none;
	color: #eb6120;
	font-size: 28.8px; /* 36px * 0.8 */
	line-height: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.l-header__tel-icon {
	margin-right: 5px;
}

.l-header__contact {
	text-align: center;
	margin-top: 2px;
}

.l-header__contact-list {
	text-align: center;
	margin-left: 16px;
}

.l-header__contact-title {
	font-weight: 700;
	font-size: 12px;
	width: 100%;
	margin-bottom: 8px;
}

.l-header__contact-item {
	margin: 0 5px;
}

.l-header__contact-link {
	margin: 0 5px;
}

.l-header__contact-icon {
	transition: all 0.3s ease;
}

.l-header__contact-icon:hover {
	transition: all 0.3s ease;
	opacity: .7;
}

@media (max-width: 960px) {

	.l-header {
			background-color: #fff;
			line-height: 1;
			padding-bottom: 0;
	}

	.l-header__logo-image__logo {
		width: 22px;
		height: 22px;
		margin-right: 4px;
	}

	.l-header__logo-link {
			align-items: center;
			line-height: 0;
			padding-top: 0;
			margin-bottom: 0;
	}

	.l-header__title {
			display: none;
	}

	.l-header__inner {
			/* flex-direction: column; */
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
	}

	.l-header__content {
			padding: 8px 8px 8px 16px;
	}

	.l-header__info,
	.l-header__contact {
			display: none;
	}

	.l-header__logo-image {
			margin-right: 4px;
	}

	.l-header__logo-image__logo {
		width: 22px;
	}

	.l-header__logo-image__text {
		width: auto;
		height: 14px;
	}

	.l-header__logo-text {
			font-size: 12px; /* 14px * 0.8 */
	}

	.l-header__company-name {
			font-size: 11px; /* 13px * 0.8 */
			margin-top: 0;
	}

	.l-header__tel-link {
			justify-content: flex-start;
	}
}

.l-main {
	padding-top: 0;
	margin-bottom: 0;
}

.l-footer {
	background-color: #f1ece8;
	padding: 20px 0;
}

.l-footer__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
}

.l-footer__copyright,
.l-footer__link {
	margin: 5px 15px;
}

.l-footer__link a {
	color: #333;
	text-decoration: none;
}

.l-footer__link a:hover {
	text-decoration: underline;
}

@media (max-width: 960px) {
	.l-footer__container {
		flex-direction: column;
		padding-inline: 20px;
	}

	.l-footer__copyright,
	.l-footer__link {
		margin: 5px 0;
	}
}

/* コンテンツフェードイン */
/* .js-fade-in {
	overflow: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fade-in.is-visible {
	opacity: 1;
	transform: translateY(0);
} */

.l-header__cta--list {
	display: none;
}

@media (max-width: 960px) {
	.l-header__cta--list {
		display: flex;
		gap: 8px;
	}
}

.l-footer__cta {
	position: fixed;
	z-index: 2;
}

@media (max-width: 960px) {
	.l-footer__cta {
		z-index: 999;
		right: 0;
		left: 0;
		bottom: 0;
		display: flex;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s ease, visibility 0.5s ease;
	}

	.l-footer__cta.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.l-footer__cta-item {
		width: 50%;
		/* ボタンの幅を調整 */
	}

	.l-footer__cta-link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 48px;
		/* ボタンの高さを調整 */
		padding: 10px;
		background-color: #eb6120;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		/* border-radius: 0; */
		/* border: 3px solid #333; */
		border-right: none;
		/* transition: background-color 0.3s ease; */
		transition: all .3s;
	}

	.l-footer__cta-link--line {
		background-color: #00B900;
		color: white;
	}

	/* .l-footer__cta-content {
		writing-mode: vertical-rl;
		text-orientation: upright;
	} */

	.l-footer__cta-text {
		display: block;
		font-weight: bold;
	}
}

@media (min-width: 961px) {
	.l-footer__cta {
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1000;
		display: flex;
		flex-direction: column;
		gap: 10px;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s ease, visibility 0.5s ease;
	}

	.l-footer__cta.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.l-footer__cta-item {
		width: 56px;
		/* ボタンの幅を調整 */
	}

	.l-footer__cta-link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 200px;
		/* ボタンの高さを調整 */
		padding: 10px;
		background-color: #eb6120;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		border-radius: 8px 0 0 8px;
		/* border: 3px solid #333; */
		border-right: none;
		/* transition: background-color 0.3s ease; */
	}

	.l-footer__cta-link:hover {
		opacity: 0.7;
		transition: all .3s;
	}

	.l-footer__cta-link--line {
		background-color: #00B900;
		color: white;
	}

	/* .l-footer__cta-link--line:hover {
		background-color: #009900;
	} */

	.l-footer__cta-content {
		writing-mode: vertical-rl;
		text-orientation: upright;
		white-space: nowrap;
	}

	.l-footer__cta-text {
		display: block;
		font-weight: bold;
	}
}

.c-hamburger {
	/* display: none; */
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 56px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 0;
	transform: translateY(-100%);
}

.c-hamburger::after {
	position: relative;
	left: -10px;
	content: "もくじを見る";
	font-weight: 700;
	font-size: 10px;
	white-space: nowrap;
}

.c-hamburger.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-hamburger__line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	margin: 8px 0;
	transition: 0.4s;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.c-hamburger .c-hamburger__line:nth-child(2) {
	width: 80%;
	margin-left: auto;
}

.c-hamburger:hover .c-hamburger__line:nth-child(2) {
	width: 100%;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
	transform: rotate(45deg) translate(-8px, -8px);
}

.c-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 560px;
	max-width: 100%;
	height: 100vh;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* border-radius: 64px 0 0 64px; */
	z-index: 999;
	overflow-y: auto;
	transition: transform 0.3s ease;
	/* transform: translateY(-100%); */
	transform: translateX(100%);
}

.c-nav.is-open {
	/* transform: translateY(0); */
	transform: translateX(0);
}

.c-nav__list {
	padding: 100px 80px 20px;
	list-style: none;
}

@media (max-width: 960px) {
	.c-nav__list {
		padding: 100px 38px 160px 38px;
	}
}

.c-nav__item {
	/* margin-bottom: 15px; */
}

.c-nav__link {
	display: block;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.3s;
	padding: 8px 0;
}

.c-nav__link:hover {
	color: #eb6120;
}

.c-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

.c-overlay.is-active {
	display: block;
}

@media (max-width: 768px) {
	.c-nav {
		transform: translateY(100%);  /* 下から上に移動するアニメーション */
	}
	.c-hamburger {
		display: block;
		top: auto;
		transform: translateY(100%);  /* 下から上に移動するアニメーション */
		bottom: 100px;
	}
	.c-nav.is-open {
		transform: translateY(0);
	}
}

/* オプション：メニューが開いているときに本文のスクロールを防ぐ */
body.no-scroll {
	overflow: hidden;
}