@charset "UTF-8";

/* 共通スタイル（モバイルファースト） ***********************************************************************/

* {
	box-sizing: border-box;
}
body {
	margin: 0;
	color: #333;
	background: #fff;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}
p {
	text-align: justify;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
}
.wrap {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
}
.section {
	padding: 40px 0;
}
.section-pink {
	background: #ffe8f1;
}
.eyebrow {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .16em;
	color: #1c1f87;
	margin: 0;
	text-transform: lowercase;
}
.eyebrow-pink {
	color: #ff2d82;
}
.sec-ttl {
	font-size: 28px;
	margin: -10px 0 12px;
	font-weight: 800;
	letter-spacing: .04em;
	color: #595757;
}
.bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bullets .mark {
	color: #ff2d82;
	font-weight: 700;
	margin-right: .2em;
}
.bullets .sub {
	display: block;
	color: #595757;
	margin-left: 1.2em;
}
.note {
	font-size: 14px;
	opacity: .85;
}
.lead {
	font-size: 1.15em;
	color: #595757;
	font-weight: 700;
	margin: 15px 0 0 -0.5em;
}
.lead-title {
	font-size: 1.3em;
	color: #595757;
	font-weight: 700;
	text-align: center;
}
.lead-copy {
	font-size: 1.1em;
	color: #595757;
	font-weight: 500;
	text-align: center;
}
.btn {
	display: block;
	width: fit-content;
	padding: 12px 30px;
	border-radius: 999px;
	background: #ff2d82;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
}
.btn.more {
	margin-top: 14px;
}
.btn.contact {
	background: #ff2d82;
	margin: inherit;
}
.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.header-inner {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 16px;
	padding-right: 0;
}
.logo img {
	width: auto;
	display: block;
	height: 32px;
	margin: 0;
}
.site-nav .nav-toggle {
	display: none;
	border: 1px solid #ddd;
	background: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	line-height: 1;
}
.site-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 55px;
	align-items: flex-start;
	margin-right: 0;
	padding-right: 0;
}
.site-nav a {
	display: flex;
	align-items: flex-start;
	padding: 0 12px;
	line-height: 55px;
}
.site-nav a.cta {
	background: #dadf00;
	color: #111;
	border-radius: 0;
	padding: 0 16px;
}
.pair {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.pair .media img,
.head-media img	{
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.rep-flex {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.rep-photo img {
	width: 96px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.rep-org {
	margin: 0 0 4px;
}
.rep-name {
	margin: 0 0 6px;
	font-weight: 800;
	font-size: 1.3em;
	color: #595757;
}
.rep-role {
	margin: 0 0 8px;
}
.rep-qual {
	margin: 0 0 8px;
	color: #555;
}
.rep-desc {
	margin: 0;
}
.contact-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.site-footer {
	background: #22388b;
	color: #fff;
	padding: 14px 0;
	text-align: center;
}
.site-footer .wrap {
	padding: 0 16px;
}
.hero-slider.fade .track {
	position: relative;
}
.hero-slider.fade .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .7s ease;
	pointer-events: none;
}
.hero-slider.fade .slide.is-active {
	position: relative;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}
.hero-slider {
	overflow: hidden;
	width: 100%;
	display: block;
}
.hero-slider .track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	transition: transform .7s ease;
}
.reveal-ready section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .7s ease, transform .7s ease;
	will-change: opacity, transform;
}
.reveal-ready section.is-inview {
	opacity: 1;
	transform: none;
}
.pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #ff2d82;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	outline: 2px solid #ff2d82;
	transform: translateY(160%);
	transition: transform .3s ease, opacity .2s ease;
	cursor: pointer;
}
@-moz-document url-prefix() {
	.pagetop {
		outline: none;
		box-shadow: 0 0 0 2px #ff2d82;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.pagetop {
		outline: none;
		box-shadow: 0 0 0 2px #ff2d82;
	}
}
.pagetop::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%) rotate(45deg);
}
.hero {
	overflow: hidden;
}
.hero-slider .slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
}
.hero-slider .slide img {
	display: block;
	width: 100%;
	height: auto;
}
.rep {
	background: #ffe8f1;
}
.rep .rep-flex {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}
.rep .rep-photo img {
	width: 140px;
	border-radius: 12px;
	display: block;
	height: auto;
}
.hr-pink {
	border: 0;
	border-top: 2px solid #ff2d82;
	margin: 12px 0;
}
.rep .rep-row {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}
.contact .contact-row {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}
.site-nav a.cta:hover {
	opacity: .5;
}
.btn.more:hover,
.btn.contact:hover {
	opacity: .5;
}
.pagetop.is-visible {
	transform: translateY(0);
}
.pagetop:hover {
	opacity: .5;
}
label {
	font-size: 1.1em;
	font-weight: 500;
	color: #595757;
}
label::after {
	content: "必須";
	width: fit-content;
	padding: 4px 7px;
	border-radius: 5px;
	background: #ff2d82;
	font-size: 0.7em;
	color: #fff;
	line-height: 1;
	display: inline-block;
	position: absolute;
	margin: 6px 0 0 10px;
	}
input,
textarea {
	display: block;
	width: 100%;
	font-size: 1em;
	color: #595757;
	margin: 0.5em 0 1em 0;
	padding: 1em;
	border: 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: none;
}
textarea {
	resize: none;
}
form .btn {
	margin-top: 50px;
	cursor: pointer;
}
form a:hover {
	opacity: .5;
}
#contact-confirm a,
.done-actions a {
	cursor: pointer;
}
#contact-confirm a:hover,
.done-actions a:hover {
	opacity: .5;
}
.contact-done .btn {
	margin-top: 20px;
}
.contact-confirm,
.contact-done {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 510px;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	margin-top: 20px;
}
.contact-confirm[hidden],
.contact-done[hidden] {
	display: none !important;
}
.confirm-lead {
	margin: 0 0 12px;
	font-weight: 700;
	color: #595757;
}
.confirm-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px;
}
.confirm-table th,
.confirm-table td {
	border-bottom: 1px solid #eee;
	padding: 8px 0;
	vertical-align: top;
	text-align: left;
	white-space: pre-wrap;
	word-break: break-word;
}
.confirm-table th {
	width: 120px;
	color: #595757;
	font-weight: 700;
}
.confirm-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
}
.contact-done .done-title {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	margin: 0 0 8px;
	color: #595757;
}
.contact-done .done-body {
	text-align: center;
	margin: 0;
}
.contact-done.is-error .done-title {
	color: #ab0202;
}



/* ここから更にスタイルが必要な場合は追加 *******************************************************************/







/* ここまで更にスタイルが必要な場合に追加 *******************************************************************/



/* ここから下は画面サイズに応じて変更が必要な場合に *********************************************************/

@media (max-width: 767px) {
	.subpage .page-head-inner {
		flex-direction: column !important;
	}
}

@media (max-width: 768px) {
	.pair {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.pair .media img {
		width: 100%;
		height: auto;
		display: block;
	}
}

@media (min-width: 769px) {
	.pair {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}
	.pair .media {
		align-self: flex-start;
	}
	.pair .text {
		align-self: flex-start;
	}
	.two-col {
		align-items: flex-start;
	}
	.img-col {
		align-self: flex-start;
	}
	.text-col {
		align-self: flex-start;
	}
	.achievements .pair .media {
		flex: 1 1 0;
		min-width: 0;
	}
	.achievements .pair .text {
		flex: 1 1 0;
		min-width: 0;
	}
	.achievements .pair .media img {
		width: 100%;
		height: auto;
		display: block;
	}
	.pair.reverse {
		flex-direction: row-reverse;
	}
	.pair > .media,
	.pair > .text {
		flex: 0 0 calc(50% - 12px);
		min-width: 0;
		align-self: flex-start;
	}
	.pair > .media {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.feature .pair .media img,
	.service .pair .media img,
	.price .price02 .pair .media img,
	.achievements .pair .media img {
		width: 440px;
		height: 330px;
		display: block;
		object-fit: cover;
		margin: 0;
		flex: 0 0 auto;
	}
	.feature .pair .media img,
	.service  .pair .media img,
	.price .price02 .pair .media img,
	.achievements .pair .media img {
		width: 440px;
		height: 330px;
		display: block;
		object-fit: cover;
		margin: 0;
		flex: 0 0 auto;
	}
	.pair.reverse > .media {
		justify-content: flex-end;
	}
	.rep .rep-flex {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 24px;
		align-items: flex-start;
	}
	.rep .rep-flex > * {
		flex: 0 0 calc((100% - 48px) / 3);
		min-width: 0;
		align-self: flex-start;
	}
	.rep .rep-row {
		flex-direction: row;
		gap: 24px;
/*		align-items: flex-end;*/
	}
	.rep .rep-col1 {
		flex: 0 0 15%;
		min-width: 0;
	}
	.rep .rep-col2 {
		flex: 0 0 30%;
		min-width: 0;
	}
	.rep .rep-col3 {
		flex: 1 1 55%;
		min-width: 0;
	}
	.contact .contact-row {
		flex-direction: row;
		gap: 24px;
		align-items: stretch;
	}
	.contact .contact-left {
		flex: 0 0 calc(48.5% - 12px);
		min-width: 0;
	}
	.contact .contact-right {
		flex: 0 0 calc(51.5% - 12px);
		min-width: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.contact .contact-wrap {
		align-items: stretch;
	}
}

@media (min-width: 800px) and (max-width: 1023px) {
	.rep .rep-col1 {
		flex: 0 0 20%;
		min-width: 0;
	}
	.rep .rep-col2 {
		flex: 0 0 35%;
		min-width: 0;
	}
	.rep .rep-col3 {
		flex: 1 1 45%;
		min-width: 0;
	}
	.rep .rep-row {
		gap: 17px;
	}
	.tab_br {
		display: block;
	}
}

@media (max-width: 1024px) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 30;
	}
	body {
		padding-top: 55px;
	}
	.section {
		padding: 20px 0;
	}
	.site-nav .nav-list {
		position: fixed;
		left: 0;
		top: 55px;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		background: #fff;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 10px 24px 24px;
		gap: 8px;
		overflow-y: auto;
		z-index: 10;
	}
	.site-nav {
		position: relative;
	}
	.site-nav .nav-toggle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 55px;
		height: 55px;
		padding: 0;
		border: none;
		background: transparent;
		cursor: pointer;
	}
	.site-nav .nav-toggle:focus-visible {
		outline: 2px solid #333;
		outline-offset: 2px;
	}
	.site-nav .nav-toggle .hb-icon {
		position: relative;
		width: 26px;
		height: 18px;
		display: inline-block;
	}
	.site-nav .nav-toggle .hb-icon i {
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background: #111;
		display: block;
		transform-origin: center;
		transition: transform .25s ease, opacity .2s ease, top .25s ease;
	}
	.site-nav .nav-toggle .hb-icon i:nth-child(1) {
		top: 0;
	}
	.site-nav .nav-toggle .hb-icon i:nth-child(2) {
		top: 8px;
	}
	.site-nav .nav-toggle .hb-icon i:nth-child(3) {
		top: 16px;
	}
	.site-nav .nav-toggle .hb-text {
		font-size: 10px;
		letter-spacing: .12em;
		line-height: 1;
		color: #111;
		margin-top: 2px;
		user-select: none;
	}
	.site-nav[aria-expanded="true"] .nav-list,
	.site-nav .nav-list[data-open="true"] {
		display: flex;
	}
	.site-nav .nav-list > li {
		list-style: none;
		border-bottom: 1px solid #eee;
	}
	.site-nav .nav-list > li:last-child {
		border-bottom: none;
	}
	.site-nav .nav-list a {
		display: block;
		padding: 16px 4px;
		font-size: 18px;
		line-height: 1.4;
		color: #111;
		text-decoration: none;
	}
	.site-nav .nav-list a.cta {
		display: block;
		text-align: center;
		border-radius: 8px;
		padding: 14px 12px;
		margin-top: 8px;
	}
	.site-nav[aria-expanded="true"] .nav-toggle .hb-icon i:nth-child(1) {
		top: 8px;
		transform: rotate(45deg);
	}
	.site-nav[aria-expanded="true"] .nav-toggle .hb-icon i:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}
	.site-nav[aria-expanded="true"] .nav-toggle .hb-icon i:nth-child(3) {
		top: 8px;
		transform: rotate(-45deg);
	}
	.site-nav[aria-expanded="true"] .nav-toggle .hb-text {
		content: "CLOSE";
	}
	.site-nav .nav-toggle .hb-text::after {
		content: "MENU";
	}
	.site-nav[aria-expanded="true"] .nav-toggle .hb-text::after {
		content: "CLOSE";
	}
	@supports (padding-top: env(safe-area-inset-top)) {
		.site-header {
			padding-top: env(safe-area-inset-top);
		}
		body {
			padding-top: calc(55px + env(safe-area-inset-top));
		}
		.site-nav .nav-list {
			top: calc(55px + env(safe-area-inset-top));
			height: calc(100vh - (55px + env(safe-area-inset-top)));
		}
	}
}
.subpage .page-head {
	padding: 40px 0 10px;
}
.subpage .page-head .wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.subpage .page-head-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.subpage .badge {
	position: relative;
}
.subpage .badge img.title-bg {
	display: block;
	width: 100%;
	height: auto;
}
.subpage .badge .jp {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	font-weight: 800;
	color: #595757;
	white-space: nowrap;
	margin: 0;
}
.subpage .badge .en {
	position: absolute;
	left: 50%;
	bottom: 40%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 700;
	color: #ff2d82;
	white-space: nowrap;
	margin: 0;
}
.subpage .head-media {
	margin-left: auto;
}

@media (min-width: 1024px) {
	.pair .media img {
		width: 440px;
		height: 330px;
		display: block;
		object-fit: cover;
		margin: 0;
	}
	.tab_br {
		display: none;
	}
}

@media (min-width: 1025px) {
	.site-nav .nav-toggle {
		display: none;
	}
	.nav-list > li > a {
		width: var(--nav-item-width, auto);
		display: inline-flex;
		justify-content: center;
	}
	.nav-list > li > a:not(.cta):hover {
		background: #ffe8f1;
	}
	.subpage .page-head-inner {
		flex-direction: row;
		align-items: center;
	}
	.subpage .badge {
		margin: 0;
	}
}



@media print {
	@page {
	    size: A4 landscape;
	    margin: 0.5cm;
	}
	.site-header {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		z-index: 1 !important;
	}
	body {
		padding-top: 0 !important;
	}
	.reveal-ready section,
	.reveal-ready section.is-inview {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto !important;
		visibility: visible !important;
	}
	.pagetop {
		display: none !important;
	}
}