@charset "UTF-8";

/* =========================================================
  Variables
========================================================= */
:root {
	/* Layout */
	--container-width: 1000px;
	--container-min-width: 790px;
	--container-big-width: 1200px;
	--container-padding-sp: 15px;

	/* Font size - 1000px container basis */
	--fz-body: clamp(14px, 1.6vw, 16px);
	--fz-note: clamp(13px, 1.4vw, 14px);
	--fz-heading-md: clamp(18px, 2vw, 20px);
	--fz-heading-sm: clamp(17px, 2vw, 18px);
	--fz-heading-lg: clamp(28px, 4vw, 40px);

	/* Color */
	--color-primary: #94b93d;
	--color-primary-dark: #5c731f;
	--color-primary-light: #dfe8c7;
	--color-text: #000;
	--color-white: #fff;
	--color-border: #d9d9d9;
	--header-fixed-height: 0;
}

@media screen and (max-width:1023px) {
	:root {
		--header-fixed-height: 65px;
	}
}

/* =========================================================
  Base
========================================================= */
body {
	color: var(--color-text);
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--fz-body);
	font-optical-sizing: auto;
	font-style: normal;
}
[id] {
	scroll-margin-top: calc(var(--header-fixed-height) + 20px);
}
a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (min-width:1024px) {
    a:hover {
        opacity: 0.7
    }
}

/* =========================================================
  Layout
========================================================= */
@media screen and (max-width:767px) {
	.l-circle-bg-sp {
		position: relative;
	}
	.l-circle-bg-sp::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;

		width: min(90.9791vw, 1094px);
		aspect-ratio: 1094 / 889;

		background-image: url("/assets/img/company/header_circle.svg");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: contain;
		pointer-events: none;
	}
}
@media screen and (min-width:768px) {
	.l-circle-bg {
		position: relative;
	}
	.l-circle-bg::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;

		width: min(56.9791vw, 1094px);
		aspect-ratio: 1094 / 889;

		background-image: url("/assets/img/common/header_circle.svg");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: contain;
		pointer-events: none;
	}
}

.l-curve-bg {
	position: relative;
}

.l-curve-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1921 / 675;
	background-image: url("/assets/img/common/header_curve.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}

.l-container {
	width: 100%;
	max-width: var(--container-width);
	margin-left: auto;
	margin-right: auto;
}
.l-container-min {
	width: 100%;
	max-width: var(--container-min-width);
	margin-left: auto;
	margin-right: auto;
}
.l-container-big {
	width: 100%;
	max-width: var(--container-big-width);
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1023px) {
	.l-container, .l-container-min {
		padding-left: var(--container-padding-sp);
		padding-right: var(--container-padding-sp);
	}
}

/* =========================================================
  Utility
  display初期値は触らず、条件外のみ非表示
========================================================= */
.u-lang-zh {
	font-family:
		"Noto Sans SC",
		"Noto Sans JP",
		sans-serif;
}
.u-text__nowrap {
    white-space: nowrap;
}
.u-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media (min-width: 361px) {
	.u-only-360 {
		display: none !important;
	}
}

@media (min-width: 451px) {
	.u-only-450 {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.u-only-sp {
		display: none !important;
	}
	[href]:hover {
		opacity: 0.7;
	}
}

@media (min-width: 835px) {
	.u-only-sp-tab {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.u-only-tab-pc {
		display: none !important;
	}
}

@media (max-width: 767px), (min-width: 835px) {
	.u-only-tab {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.u-only-under-pc {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.u-only-pc {
		display: none !important;
	}
}

/* =========================================================
  Component: common
========================================================= */
/* =========================================================
  Component: Section Heading
========================================================= */
.c-section-heading {
    display: flex;
    align-items: center;
    gap: 0.52em;
    color: #333;
    font-size: calc(60px - (1920px - 100vw) * 0.02083);
    font-weight: 400;
    line-height: 1.2;
}

.c-section-heading__ja {
    display: flex;
    align-items: center;
    gap: 0.52em;
}

.c-section-heading__ja:not(.en-onry)::after {
    content: "";
    display: block;
    width: 0.1em;
    height: 0.95em;
    background: linear-gradient(to bottom, #9b001d 0%, #f20012 100%);
}

.c-section-heading__en {
    font-size: 0.5em;
    font-weight: 400;
}
@media (max-width: 767px) {
    .c-section-heading {
        font-size: clamp(32px, 9.5vw, 42px);
    }
}
.c-sub-hero {
	background-color: #D9D9D9;
}
.c-sub-hero__text {
	font-size: clamp(2px, 2.4vw, 24px);
	font-weight: 600;
	padding-left: 1em;
	line-height: 1;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}
.c-sub-hero .c-sub-hero__text::before {
	content: attr(data-sub);
	color: var(--color-primary);
	font-weight: 400;
	display: block;
	text-indent: -1em;
	margin-bottom: 0.35em;
	font-size: 0.83em;
}
@media screen and (max-width:767px) {
	.c-sub-hero {
		padding-left: 1em;
	}
	.c-sub-hero h1 {
		font-size: 20px;
	}
}

.c-breadcrumb {
	font-size: var(--fz-body);
	padding: 0.5em;
	background-color: #fff;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

.c-breadcrumb ol {
	width: min(68.75vw, 1320px);
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(51, 51, 51, 0.25) transparent;
}

.c-breadcrumb ol::-webkit-scrollbar {
	height: 3px;
}

.c-breadcrumb ol::-webkit-scrollbar-track {
	background: transparent;
}

.c-breadcrumb ol::-webkit-scrollbar-thumb {
	background: rgba(51, 51, 51, 0.25);
	border-radius: 999px;
}

.c-breadcrumb li {
	font-size: 1em;
	display: inline;
}
.c-breadcrumb li a {
	color: #777777;
}

.c-breadcrumb li:not(:last-of-type)::after {
	color: #777777;
	content: '>';
	margin-left: 1em;
	margin-right: 1em;
}

@media screen and (max-width:767px) {
	.c-breadcrumb ol {
		width: 100%;
	}
}

.c-btn {
	display: inline-block;
	border-radius: 999px;
}

.c-btn--contact {
	background-color: var(--color-primary);
	color: var(--color-white) !important;
	font-size: var(--fz-note);
	padding: 0.5em 2em;
}

/* =========================================================
  Component: Subpage Hero
========================================================= */
.p-subpage-hero {
	position: relative;
	z-index: 1;
	padding-top: clamp(90px, 10.4vw, 200px);
	padding-bottom: clamp(80px, 8.6vw, 165px);
}
.l-curve-bg .p-subpage-hero {
	padding-top: clamp(10px, 19.8vw, 380px);
}

.p-subpage-hero__body {
	width: min(76.979vw, 1478px);
	margin-left: auto;
	margin-right: auto;
}

.p-subpage-hero__title {
	color: #333;
	font-size: clamp(40px, 3.385vw, 65px);
	font-weight: 500;
	line-height: 0.8;
}

.p-subpage-hero__text {
	margin-top: 0.45em;
	font-size: 0.385em;
	font-weight: 400;
	line-height: 1;
}

/* =========================================================
  Component: Subpage Hero - SP
========================================================= */
@media (max-width: 767px) {
	.p-subpage-hero {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.l-circle-bg-sp .p-subpage-hero {
		padding-top: 80vw;
	}
	
	.p-subpage-hero__body {
		width: 100%;
		padding-left: var(--container-padding-sp);
		padding-right: var(--container-padding-sp);
	}

	.p-subpage-hero__title {
		font-size: clamp(34px, 10vw, 42px);
	}

	.p-subpage-hero__text {
		font-size: 16px;
	}
}

/* =========================================================
  Component: Page Top
========================================================= */
.c-page-top {
	position: fixed;
	right: clamp(16px, 2.4vw, 46px);
	bottom: clamp(18px, 2.6vw, 50px);
	z-index: 90;
	width: clamp(48px, 4.2vw, 72px);
	height: clamp(48px, 4.2vw, 72px);
	border: 2px solid #f20012;
	background-color: rgba(255, 255, 255, 0.92);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-color 0.3s;
}

.c-page-top span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38%;
	height: 38%;
	border-top: 3px solid #f20012;
	border-left: 3px solid #f20012;
	transform: translate(-50%, -30%) rotate(45deg);
}

.c-page-top.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (hover: hover) {
	.c-page-top:hover {
		background-color: #f20012;
		opacity: 1;
	}

	.c-page-top:hover span {
		border-color: var(--color-white);
	}
}

/* =========================================================
  Component: Page Top - SP
========================================================= */
@media (max-width: 767px) {
	.c-page-top {
		right: 15px;
		bottom: 15px;
		width: 48px;
		height: 48px;
	}

	.c-page-top span {
		border-top-width: 2px;
		border-left-width: 2px;
	}
}

/* =========================================================
  Layout: Header
========================================================= */
.l-header {
	position: relative;
	z-index: 100;
	border-top: 32px solid #f20012;
	background-color: var(--color-white);
}

.l-header__inner {
	width: min(80.104vw, 1538px);
	margin-left: auto;
	margin-right: auto;
}

.l-header__logo {
	display: inline-block;
}

.l-header__logo img {
	width: 135px;
}

.l-header__menu {
	display: none;
}

.l-header__nav .pp {
	font-size: 0.8em;
    color: #333;
    margin-top: 2em;
    text-align: right;
}
.l-header__nav a {
	font-weight: 700;
}

/* Header - PC */
@media (min-width: 1024px) {
	.l-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 82px;
	}

	.l-header__nav {
		display: flex;
		align-items: center;
		gap: clamp(24px, 3.6vw, 70px);
	}

	.l-header__list {
		display: flex;
		align-items: center;
		gap: clamp(24px, 4.2vw, 82px);
	}

	.l-header__list a {
		font-size: clamp(13px, 0.938vw, 18px);
	}
}

/* 幅が広い端末ではナビゲーションメニューを中央寄せにする */
@media (min-width: 1280px) {
	.l-header__inner {
		position: relative;
	}
	.l-header__nav {
		justify-content: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
}

/* Header - SP / Tablet */
@media (max-width: 1023px) {
	body {
		padding-top: 73px;
	}

	.l-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-top-width: 8px;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	}

	.l-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 65px;
		padding-left: var(--container-padding-sp);
	}

	.l-header__logo img {
		width: 135px;
	}

	.l-header__menu {
		position: relative;
		z-index: 102;
		display: grid;
		place-content: center;
		width: 65px;
		height: 65px;
		background-color: #f20012;
		color: var(--color-white);
	}

	.l-header__menu-line {
		display: block;
		width: 28px;
		height: 2px;
		margin: 3px auto;
		background-color: currentColor;
		transition: transform 0.3s, opacity 0.3s;
	}

	.l-header__menu-text {
		margin-top: 5px;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}

	.l-header__nav {
		position: fixed;
		top: 73px;
		right: 0;
		z-index: 101;
		width: min(86vw, 380px);
		height: calc(100vh - 73px);
		padding: 34px 28px;
		background-color: var(--color-white);
		box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		transform: translateX(100%);
		transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
	}

	.l-header__list {
		display: grid;
		gap: 0;
	}

	.l-header__list a {
		display: block;
		padding: 18px 0;
		border-bottom: 1px solid var(--color-border);
		font-size: 16px;
		font-weight: 700;
	}

    .l-header.is-open .l-header__nav {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}

	.l-header.is-open .l-header__menu-line:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.l-header.is-open .l-header__menu-line:nth-child(2) {
		opacity: 0;
	}

	.l-header.is-open .l-header__menu-line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
}


/* =========================================================
  Layout: Header / Footer Lang
========================================================= */

.l-header__lang,
.l-footer__lang {
	position: relative;
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
	white-space: nowrap;
}

.l-header__lang img,
.l-footer__lang img {
	width: 18px;
}

.l-header__lang select,
.l-footer__lang select {
	padding: 2px 24px 2px 8px;
	border: 1px solid #666;
	color: var(--color-text);
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	background-color: var(--color-white);
}

.l-header__lang::after,
.l-footer__lang::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	border-top: 6px solid #333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: translateY(-35%);
	pointer-events: none;
}

/* Header / Footer Lang - PC */
@media (min-width: 1024px) {
	.l-header__lang,
	.l-footer__lang {
		font-size: clamp(14px, 0.938vw, 18px);
	}

	.l-header__lang select,
	.l-footer__lang select {
		font-size: clamp(12px, 0.833vw, 16px);
	}
}

/* Header / Footer Lang - SP / Tablet */
@media (max-width: 1023px) {
	.l-header__lang,
	.l-footer__lang {
		gap: 8px;
		font-size: 14px;
	}

	.l-header__lang img,
	.l-footer__lang img {
		width: 16px;
	}

	.l-header__lang select,
	.l-footer__lang select {
		padding: 4px 26px 4px 8px;
		font-size: 14px;
	}

	.l-header__lang::after,
	.l-footer__lang::after {
		right: 9px;
		border-top-width: 6px;
		border-right-width: 4px;
		border-left-width: 4px;
	}
    /* Header Lang - SP / Tablet */
    .l-footer__lang,.l-header__lang {
        display: inline-flex;
        align-self: flex-start;
        width: auto;
        margin-top: 30px;
    }

    .l-footer__lang select,.l-header__lang select {
        width: auto;
        padding: 4px 26px 4px 8px;
    }

    .l-footer__lang::after,.l-header__lang::after {
        right: 8px;
    }
}

/* =========================================================
  Layout: Footer
========================================================= */
.l-footer {
	background-color: var(--color-white);
}

.l-footer__inner {
	width: min(80.104vw, 1538px);
	margin-left: auto;
	margin-right: auto;
}

.l-footer__logo {
	display: inline-block;
}

.l-footer__logo img {
	width: 135px;
}

.l-footer__list a {
	font-weight: 700;
}
.l-footer__pp {
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}

.l-footer__copyright {
	display: block;
	padding: 0.75em 15px;
	background-color: #f20012;
	color: var(--color-white);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

/* Footer - PC */
@media (min-width: 1024px) {
	.l-footer__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 112px;
	}

	.l-footer__nav {
		flex: 1;
		margin-left: clamp(35px, 4.2vw, 80px);
		margin-right: clamp(35px, 4.2vw, 80px);
	}

	.l-footer__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: clamp(24px, 3.3vw, 64px);
		font-size: clamp(13px, 0.938vw, 18px);
	}
}

/* Footer - SP / Tablet */
@media (max-width: 1023px) {
	.l-footer__inner {
		width: 100%;
		padding: 34px var(--container-padding-sp) 28px;
	}

	.l-footer__logo img {
		width: 135px;
	}

	.l-footer__nav {
		margin-top: 28px;
	}

	.l-footer__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border-top: 1px solid var(--color-border);
		font-size: 14px;
	}

	.l-footer__list li {
		border-bottom: 1px solid var(--color-border);
	}

	.l-footer__list li:nth-child(odd) {
		border-right: 1px solid var(--color-border);
	}

	.l-footer__list a {
		display: block;
		padding: 14px 12px;
	}
    .l-footer__lang--wrap {
        text-align: center;
    }
	.l-footer__copyright {
		font-size: 10px;
	}
}

/* =========================================================
  Custom Override
  Header / Footer 共通レイアウト調整
========================================================= */

@media (min-width:1024px){

	/* Header */
	.l-header__inner{
		display:grid;
		grid-template-columns:auto 1fr auto;
		align-items:center;
		column-gap:clamp(40px,5vw,96px);
		min-height:82px;
	}

	.l-header__nav{
		justify-self:center;
	}

	/* Footer */
	.l-footer__inner{
		display:grid;
		grid-template-columns:auto 1fr auto;
		align-items:center;
		column-gap:clamp(40px,5vw,96px);
		min-height:112px;
	}

	.l-footer__nav{
		margin:0;
		justify-self:center;
		}

	.l-footer__list{
		justify-content:center;
		gap:clamp(24px,4.2vw,82px);
	}

	.l-footer__lang--wrap{
		justify-self:end;
		transform:none;
	}
}

/* =========================================================
  Custom Override
  追加調整：日本語ナビ折り返し防止・英語ナビ調整
========================================================= */

/* PCナビ：日本語版も含めてメニュー文字の途中折り返しを防止 */

@media (min-width: 1024px) {

	.l-header__list a,
	.l-footer__list a {
		white-space: nowrap;
	}

}

/* 英語サイトナビ用 */

@media (min-width: 1024px) {

	.is-en .l-header__inner,
	.is-en .l-footer__inner {
		width: min(88vw, 1538px);
	}
	.is-en .l-header__list,
	.is-en .l-footer__list {
		gap: clamp(22px, 2.8vw, 54px);
	}
	.is-en .l-header__list a,
	.is-en .l-footer__list a {
		font-size: clamp(13px, 0.85vw, 16px);
		line-height: 1.3;
	}
	.is-en .l-header__lang {
		margin-left: clamp(60px, 6vw, 120px);
	}

}


/* PV用 */
@media screen and (max-width:767px) {
	.l-circle-bg-sp::after {
		background-image: url("../img/company/header_circle.svg");
	}

}
@media screen and (min-width:768px) {
	.l-circle-bg::after {
		background-image: url("../img/common/header_circle.svg");
	}
}
.l-curve-bg::before {
	background-image: url("../img/common/header_curve.svg");
}


/* =========================================================
  Language Switch
========================================================= */

.l-header__lang{
	justify-self: end;
	margin-right: clamp(20px, 3vw, 60px);
}

.l-header__lang-link,
.l-footer__lang-link{
	color: var(--color-text);
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.l-header__lang::after,
.l-footer__lang::after{
	display:none;
}

/* =========================================================

  Header Language Position

========================================================= */

@media (min-width: 1280px) {

	.l-header__lang {
		position: absolute;
		right: clamp(30px, 5vw, 90px);
		top: 50%;
		transform: translateY(-50%);
		margin-left: 0;
		margin-right: 0;
	}

}

/* =========================================================
  Hover Effect
========================================================= */

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {

	.l-header__list a,
	.l-footer__list a,
	.l-header__lang-link,
	.l-footer__lang-link {
		position: relative;
		transition: color .2s ease, opacity .2s ease;
	}

	.l-header__list a::after,
	.l-footer__list a::after,
	.l-header__lang-link::after,
	.l-footer__lang-link::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -0.35em;
		width: 100%;
		height: 2px;
		background-color: #c40026;
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform .2s ease;
	}

	.l-header__list a:hover,
	.l-footer__list a:hover,
	.l-header__lang-link:hover,
	.l-footer__lang-link:hover {
		opacity: 1;
		color: #c40026;
	}

	.l-header__list a:hover::after,
	.l-footer__list a:hover::after,
	.l-header__lang-link:hover::after,
	.l-footer__lang-link:hover::after {
		transform: scaleX(1);
	}
}

/* =========================================================
  Custom Override
  SP Subpage Hero Title
========================================================= */

@media (max-width: 767px) {
	.p-subpage-hero__title {
		line-height: 1.05;
	}
}

/* =========================================================
  Custom Override
  JP Subpage Hero Title
========================================================= */

.p-subpage-hero__ja {
	display: block;
	font-size: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.p-subpage-hero__en {
	display: block;
	margin-top: 0.45em;
	font-size: 0.38em;
	font-weight: 400;
	line-height: 1.2;
	color: #666;
	letter-spacing: 0.03em;
}

/* 英語ページは従来どおり */

.is-en .p-subpage-hero__title {
	line-height: 0.8;
}

/* SP */

@media (max-width: 767px) {

	.p-subpage-hero__ja {
		line-height: 1.15;
	}

	.p-subpage-hero__en {
		margin-top: 0.6em;
		font-size: 16px;
	}

}

/* =========================================================
  Custom Override
  NEWS Page Hero Title
========================================================= */

.p-news .p-subpage-hero__title {
	font-size: clamp(48px, 4vw, 76px);
	line-height: 1;
}

@media (max-width: 767px) {
	.p-news .p-subpage-hero__title {
		font-size: clamp(42px, 12vw, 56px);
	}
}

/* =========================================================
  Custom Override
  SP English Hero Title
========================================================= */

@media (max-width: 767px) {

	.is-en .p-subpage-hero__title {
		line-height: 1.15;
	}

}


/* =========================================================
  Component: Arrow
========================================================= */

.c-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	flex-shrink: 0;
}

@media (max-width:767px){
	.c-arrow{
		width:7px;
		height:7px;
	}
}