@charset "UTF-8";
/* CSS Document */

/*
	Reset CSS
-----------------------------------------------------------------------------------------------*/
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)){
	all: unset;
	display: revert;
}
*,*::before,*::after{
	box-sizing: border-box;
}
a, button{
	cursor: revert;
}
ol, ul, menu{
	list-style: none;
}
img{
	vertical-align: top;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea{
	-webkit-user-select: auto;
	user-select: auto;
}
textarea{
	white-space: revert;
}
meter{
	-webkit-appearance: revert;
	appearance: revert;
}
::placeholder{
	color: unset;
}
:where([hidden]){
	display: none;
}
:where([contenteditable]:not([contenteditable="false"])){
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	line-break: after-white-space;
	-webkit-user-select: auto;
	user-select: auto;
}
:where([draggable="true"]){
	-webkit-user-drag: element;
}


/*
	Setting CSS
-----------------------------------------------------------------------------------------------*/
html{
	font-size: 62.5%;
}
body{
	color: var(--clrBase);
	font-size: 1.5em;
	font-family: "Zen Kaku Gothic New", 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	overflow-wrap: break-word;
}
p{
	line-height: 170%;
}
a{
	text-decoration: none;
	transition: all 0.3s;
}
@media (any-hover: hover){
	a:hover{
		text-decoration: none;
	}
}
@media print, screen and (min-width:813px){
	/* iPad背景切れ対策 */
	body{
		min-width: 1200px;
	}
	/* tel pcのみ無効 */
	a[href^="tel:"]{
		pointer-events: none;
	}
}

/* 表示切替 */
.switch{
	visibility: hidden;
}
.sp{
	display: none;
}


/*
	変数
-----------------------------------------------------------------------------------------------*/
:root{
	/* 幅 */
	--wBase: 1200px;
	--w900:  960px;
	/* 高さ */
	--headerH: 60px;
	/* カラー */
	--clrBase:         #333;
	--clrBase10:       rgb(51 51 51 / 10%);
	--clrBase15:       rgb(51 51 51 / 15%);
	--clrBase20:       rgb(51 51 51 / 20%);
	--clrBase30:       rgb(51 51 51 / 30%);
	--clrBase50:       rgb(51 51 51 / 50%);
	--clrGreenL:       #78e6f0;
	--clrGreenLD:      #84d1d9;
	--clrGreenD:       #88d2aa;
	--clrGreenDD:      #79bb97;
	--clrBlueL:        #3ce6ff;
	--clrBlueLD:       #34c2ed;
	--clrBlueD:        #1078ff;
	--clrYellowL:      #fce642;
	--clrYellowD:      #ff8c00;
	--clrPinkL:        #ffaab7;
	--clrPinkLD:       #f08ca6;
	--clrPinkD:        #826eff;
	--clrLimeGreenL:   #dcf050;
	--clrLimeGreenD:   #1eb45a;
	--clrGreyL:        #f6f6f6;
	--clrGreyM:        #a8a8a8;
	--clrGreyD:        #707070;
	--clrWhite10:      rgb(255 255 255 / 10%);
	--clrWhite20:      rgb(255 255 255 / 20%);
	--clrWhite50:      rgb(255 255 255 / 50%);
	--clrWhite90:      rgb(255 255 255 / 90%);
	--clrGrdGreen:     linear-gradient(135deg,var(--clrGreenL) 0%, var(--clrGreenD) 100%);
	--clrGrdBlue:      linear-gradient(135deg,var(--clrBlueL) 0%, var(--clrBlueD) 100%);
	--clrGrdYellow:    linear-gradient(135deg,var(--clrYellowL) 0%, var(--clrYellowD) 100%);
	--clrGrdPink:      linear-gradient(135deg,var(--clrPinkL) 0%, var(--clrPinkD) 100%);
	--clrGrdLimeGreen: linear-gradient(135deg,var(--clrLimeGreenL) 0%, var(--clrLimeGreenD) 100%);
	/* フォント */
	--fZen:    "Zen Kaku Gothic New", 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	--fEnMain: 'Hind', "Zen Kaku Gothic New", 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	--fEnSub:  'Montserrat', "Zen Kaku Gothic New", 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	/* 影 */
	--shadowBase:    0 0 10px var(--clrBase15);
	--shadow20:      0 0 20px var(--clrBase20);
	--shadowTxtBase: -1px -1px 10px rgb(51 51 51 / 15%), 1px -1px 10px rgb(51 51 51 / 15%), 1px 1px 10px rgb(51 51 51 / 15%), -1px 1px 10px rgb(51 51 51 / 15%);
	/* 角丸 */
	--roundSS: 5px;
	--roundS:  10px;
	--roundM:  30px;
	--roundL:  50px;
	/* 画像 */
	--bgTexture: url("../images/bg_texture.png");
	/* 行間 */
	--lineHeightL: 200%;
	--lineHeightEn: 90%;
}


/*
	グラデ要素
-----------------------------------------------------------------------------------------------*/
/* 共通
============================== */
[class *= "cmnGrdBg"],/* グラデ背景　共通 */
[class *= "grdTxt"],/* グラデ文字 */
[class *= "grdBar"]::before, [class *= "grdListBar"] li::before,/* 角丸棒　飾り */
[class *= "arrowIco"],/* 矢印 */
[class *= "grdBtn"]::before/* グラデボタン */,
[class *= "cmnCardList"] li::before/* 共通カード　飾り線 */{
	background-repeat: no-repeat, no-repeat;
	background-position: center right -50px, center center;
	background-size: 800px auto, cover;
	background-blend-mode: overlay;
}
.cmnGrdBgGreen,
.grdTxtGreen,
.grdBarGreen::before, .grdListBarGreen li::before,
.arrowIcoGreen,
.grdBtnGreen::before,
.cmnCardListGreen li::before{
	background-image: var(--bgTexture), var(--clrGrdGreen);
}
.cmnGrdBgBlue,
.grdTxtBlue,
.grdBarBlue::before, .grdListBarBlue li::before,
.arrowIcoBlue,
.grdBtnBlue::before,
.cmnCardListBlue li::before{
	background-image: var(--bgTexture), var(--clrGrdBlue);
}
.cmnGrdBgYellow,
.grdTxtYellow,
.grdBarYellow::before, .grdListBarYellow li::before,
.arrowIcoYellow,
.grdBtnYellow::before,
.cmnCardListYellow li::before{
	background-image: var(--bgTexture), var(--clrGrdYellow);
}
.cmnGrdBgPink,
.grdTxtPink,
.grdBarPink::before, .grdListBarPink li::before,
.arrowIcoPink,
.grdBtnPink::before,
.cmnCardListPink li::before{
	background-image: var(--bgTexture), var(--clrGrdPink);
}
.cmnGrdBgLimeGreen,
.grdTxtLimeGreen,
.grdBarLimeGreen::before, .grdListBarLimeGreen li::before,
.arrowIcoLimeGreen,
.grdBtnLimeGreen::before,
.cmnCardLisLimeGreen li::before{
	background-image: var(--bgTexture), var(--clrGrdLimeGreen);
}

/* グラデ文字　共通
============================== */
[class *= "grdTxt"]{
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 2px;
}
/* Safari（PC + SP 両方）用 */
@supports (-webkit-hyphens: none) {
	[class *= "grdTxt"]{
		background-position: center center;
	}
	.grdTxtGreen{
		background-image: var(--clrGrdGreen);
	}
	.grdTxtBlue{
		background-image: var(--clrGrdBlue);
	}
	.grdTxtYellow{
		background-image: var(--clrGrdYellow);
	}
	.grdTxtPink{
		background-image: var(--clrGrdPink);
	}
	.grdTxtLimeGreen{
		background-image: var(--clrGrdLimeGreen);
	}
}
/* 全スマホ用 */
@media screen and (max-width: 812px){
	[class *= "grdTxt"]{
		background-position: center center;
	}
	.grdTxtGreen{
		background-image: var(--clrGrdGreen);
	}
	.grdTxtBlue{
		background-image: var(--clrGrdBlue);
	}
	.grdTxtYellow{
		background-image: var(--clrGrdYellow);
	}
	.grdTxtPink{
		background-image: var(--clrGrdPink);
	}
	.grdTxtLimeGreen{
		background-image: var(--clrGrdLimeGreen);
	}
}


/* 角丸棒　飾り
============================== */
[class *= "grdBar"]::before,
[class *= "grdListBar"] li::before,
.bar::before,
.ListBar li::before{
	content: " ";
	display: block;
	width: 8px;
	height: 40px;
	border-radius: 0 0 var(--roundS) var(--roundS);
	position: absolute;
}
.bar::before,
.ListBar li::before{
	background: #fff;
}

/* 矢印
============================== */
[class *= "arrowIco"]{
	display: block;
	width: 60px;
	height: 24px;
	border-radius: 15px;
	position: absolute;
	transition: filter 1s, translate 0.3s;
}
[class *= "arrowIco"]::before{
	content: " ";
	display: block;
	width: 15px;
	height: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: calc(50% + 3px);
	translate: -50% -50%;
	transition: all 0.3s;
}
@media (any-hover: hover){
	a:hover [class *= "arrowIco"]{
		filter: brightness(120%);
		translate: 5px 0;
	}
	a:hover [class *= "arrowIcoBlue"]{
		filter: brightness(140%);
		translate: 5px 0;
	}
}

/* グラデボタン
============================== */
[class *= "grdBtn"]{
	display: flex;
	align-items: center;
	min-height: 40px;
	border-radius: var(--roundL);
	line-height: 130%;
	padding: 5px 50px 5px 20px;
	position: relative;
	overflow: hidden;
}
[class *= "grdBtn"] span{
	color: #fff;
	font-weight: 700;
	line-height: 100%;
	position: relative;
	z-index: 1;
}
[class *= "grdBtn"].en span{
	font-family: var(--fEnMain);
	letter-spacing: 0.2rem;
	translate: 0 1px;
}
[class *= "grdBtn"]::before,
[class *= "grdBtn"]::after{
	content: " ";
	display: block;
	position: absolute;
}
/* 背景 */
[class *= "grdBtn"]::before{
	width: calc(100% + 50px);
	height: 100%;
	left: 0;
	transition: all 1s;
	z-index: 0;
}
.grdBtnGreen::before{
	background-image: var(--bgTexture), linear-gradient(135deg,var(--clrGreenL) 0%, var(--clrGreenD) 50%);
}
.grdBtnBlue::before{
	background-image: var(--bgTexture), linear-gradient(135deg,var(--clrBlueL) 0%, var(--clrBlueD) 50%);
}
.grdBtnYellow::before{
	background-image: var(--bgTexture), linear-gradient(135deg,var(--clrYellowL) 0%, var(--clrYellowD) 50%);
}
.grdBtnPink::before{
	background-image: var(--bgTexture), linear-gradient(135deg,var(--clrPinkL) 0%, var(--clrPinkD) 50%);
}
.grdBtnLimeGreen::before{
	background-image: var(--bgTexture), linear-gradient(135deg,var(--clrLimeGreenL) 0%, var(--clrLimeGreenD) 50%);
}
@media (any-hover: hover){
	[class *= "grdBtn"]:hover::before{
		filter: brightness(120%);
		left: -50px;
	}
}
/* 外部リンクアイコン */
[class *= "grdBtn"].icoLink::after{
	width: 12px;
	aspect-ratio: 1/1;
	background: url("../images/ico_link.svg") no-repeat top left / 100% auto;
	top: 50%;
	right: 15px;
	translate: 0 -50%;
	z-index: 1;
}

/*
	共通カードエリア
============================== */
[class *= "cmnCardList"]{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
[class *= "cmnCardList"] li{
	display: flex;
	flex-direction: column;
	width: calc((100% - 60px)/3);
	border-radius: var(--roundS);
	box-shadow: var(--shadowBase);
	padding: 30px 30px 56px 30px;
	position: relative;
}
[class *= "cmnCardList"] li:has(.memoTxtR){
	padding-bottom: 46px;
}
/* 飾り線 */
[class *= "cmnCardList"] li::before{
	content: " ";
	display: block;
	width: calc(100% - 30px);
	height: 6px;
	border-radius: var(--roundS) 0 0 var(--roundS);
	position: absolute;
	right: 0;
	bottom: 20px;
}
/* タイトル */
.cmnCardTit{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% + 30px);
	min-height: 40px;
	background-color: var(--clrGreyL);
	border-radius: 0 80px 80px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 120%;
	padding: 8px 10px 8px 40px;
	margin: 0 0 20px -30px;
}
/* 本文 */
.cmnCardTxt{
	text-align: justify;
}
.cmnCardTxt:has(+ .memoTxtR){
	margin-bottom: 15px;
}
/* 注釈 */
.cmnCardListPink .memoTxtR{
	margin-top: auto;
}


/*
	各要素
-----------------------------------------------------------------------------------------------*/
/* box
============================== */
/* wrapper */
#wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
/* ctsWrapper */
#ctsWrapper{
	padding-bottom: 120px;
}
/* ctsArea */
.ctsArea{
	width: var(--wBase);
	padding: 0 30px 100px 30px;
	margin: 0 auto;
}
.ctsArea:last-of-type{
	padding-bottom: 0;
}
.ctsArea.w900{
	width: var(--w900);
}
/* 空き */
.mTopSS{
	margin-top: 8px;
}

/* アイコン
============================== */
/* 
	矢印
	.swiper-button-next,
	.swiper-button-prev
*/
[class *= "icoTriangle"]::after,
[class *= "swiper-button"]::after{
	content: " ";
	display: block;
	width: 16px;
	height: 10px;
	background-color: var(--clrBase20);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	transition: all 0.3s;
}
[class *= "icoTriangleBtm"]::after{/* ▼ */
	width: 10px;
	height: 16px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.icoTriangleBtmS::after{
	width: 6px;
	height: 9px;
}
.icoTriangleLeft::after{/* ◀︎ */
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* font / txt
============================== */
/* 太字 */
.fwB{
	font-weight: 700;
}
.fwBPlus{
	font-weight: 900;
}
/* 上付き */
.sup, .sub{
	display: inline-block;
	font-size: 50%;
	line-height: 100%;
}
.sup{
	vertical-align: super;
}
/* 下付き */
.sub{
	vertical-align: sub;
	transform: translateY(-4px);
}
/* マーカー */
.markerTit .line{
	display: inline;
	background: linear-gradient(transparent 65%, var(--clrBase10) 0%);
	padding: 0 4px 2px 4px;
}
/* 注釈 */
[class *= "memoTxt"]{
	color: var(--clrGreyM);
	font-size: 1.2rem;
	line-height: 130%;
}
.memoTxtR{
	text-align: right;
}
/* こめ印 */
.komeTxt,
.komeList > li{
	color: var(--clrGreyD);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%;
	padding-left: 17px;
	position: relative;
}
.komeTxt{
	display: inline-block;
}
.komeTxt::before,
.komeList > li::before{
	content: "※";
	display: inline-block;
	position: absolute;
	left: 0;
}
/* 文字詰め */
[class *= "jsMarkTxt"]{/* 。、 */
	display: inline-flex;
	width: 0.6em;
	white-space: nowrap;
}
.jsMarkTxtC{/* 中黒など中央用 */
	justify-content: center;
}
.jsMarkTxtOpen,/*　「」（）　*/
.jsMarkTxtClose,
.jsMarkTxtOpenRound,
.jsMarkTxtCloseRound{
	width: initial;
}
.jsMarkTxtOpen,
.jsMarkTxtOpenRound{
	margin-left: -0.3em;
}
.jsMarkTxtClose,
.jsMarkTxtCloseRound{
	margin-right: -0.3em;
}

/* tit
============================== */
/* グラデ文字　英語+日本語 */
.grdMainTit{
	width: fit-content;
	font-weight: 700;
	position: relative;
}
.grdMainTit .en,
.grdMainTit .ja{
	display: block;
}
.grdMainTit .en{
	font-size: 8rem;
	font-family: var(--fEnMain);
	line-height: var(--lineHeightEn);
}
.grdMainTit .ja{
	color: var(--clrGreyM);
	font-size: 1.3rem;
	line-height: 130%;
	white-space: nowrap;
	position: absolute;
}
/* ノーマル */
.normalTit{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
}
.normalTit .ten{/* 中黒　空き調整 */
	display: inline-block;
	margin-inline: -7px;
}
/* マーカー */
.markerTit .line{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 170%;
}
/* ダブルクォーテーション */
[class *= "dqTit"]{
	font-size: 4rem;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0.2rem;
	margin-bottom: 30px;
	position: relative;
}
[class *= "dqTit"]::before{
	content: " ";
	display: block;
	width: 32px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	position: absolute;
	top: -12px;
	left: -32px;
}
[class *= "dqTit"] .line{
	display: inline;
	background: linear-gradient(transparent 98%, var(--clrGreyM) 0%);
	padding-bottom: 5px;
}
.dqTitM{
	font-size: 3.2rem;
	line-height: 180%;
	margin-bottom: 20px;
}
[class *= "dqTit"].clrYellow::before{
	background-image: url("../images/ico_dq_yellow_pc.png");
}
[class *= "dqTit"].clrLimeGreen::before{
	background-image: url("../images/ico_dq_limegreen_pc.png");
}
/* バー */
.barTit{
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.barTit[class *= "grdBar"]::before{
	height: 100%;
	top: 50%;
	left: 0;
	translate: 0 -50%;
}
/* 黒背景 */
[class *= "bgRoundTit"]{
	width: fit-content;
	background-color: var(--clrBase);
	border-radius: var(--roundSS);
	color: #fff;
	font-weight: 700;
	line-height: 130%;
	padding-block: 5px;
}
[class *= "bgRoundTit"].en{
	font-family: var(--fEnMain);
	line-height: 90%;
	padding-block: 10px 7px;
}
.bgRoundTitS{
	font-size: 1.3rem;
	padding-inline: 8px;
}
.bgRoundTitM{
	padding-inline: 8px;
}
.bgRoundTitL{
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	padding: 8px 20px;
}
.bgRoundTitSpace{
	padding-inline: 20px;
}

/* btn
============================== */
[class *= "btnArea"]{
	display: flex;
	margin-top: 30px;
}
.btnAreaC{
	justify-content: center;
}
/* txtLink */
[class *= "linkTxt"]{
	text-decoration: underline;
	word-break: break-all;
}
.linkTxtGreen{
	color: var(--clrGreenDD);
}
.linkTxtBlue{
	color:  var(--clrBlueLD);
}
.linkTxtYellow{
	color: var(--clrYellowD);
}
.linkTxtPink{
	color: var(--clrPinkLD);
}
.linkTxtLimeGreen{
	color: var(--clrLimeGreenD);
}
@media (any-hover: hover){
	[class *= "linkTxt"]:hover{
		text-decoration: none;
	}
}

/* リスト
============================== */
/* 角丸アイコン */
[class *= "icoList"]{
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
[class *= "icoList"] > li{
	line-height: 170%;
	padding-left: 22px;
	position: relative;
}
[class *= "icoList"] > li::before{
	content: " ";
	display: block;
	width: 14px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	top: 9px;
	left: 0;
}
.icoListGreen > li:before{
	background-color: var(--clrGreenD);
}
.icoListGreen > li:nth-of-type(2n):before{
	background-color: var(--clrGreenL);
}
.icoListBlue > li:before{
	background-color: var(--clrBlueD);
}
.icoListBlue > li:nth-of-type(2n):before{
	background-color: var(--clrBlueL);
}
.icoListYellow > li:before{
	background-color: var(--clrYellowD);
}
.icoListYellow > li:nth-of-type(2n):before{
	background-color: var(--clrYellowL);
}
.icoListPink > li:before{
	background-color: var(--clrPinkD);
}
.icoListPink > li:nth-of-type(2n):before{
	background-color: var(--clrPinkL);
}
.icoListLimeGreen > li:before{
	background-color: var(--clrLimeGreenD);
}
.icoListLimeGreen > li:nth-of-type(2n):before{
	background-color: var(--clrLimeGreenL);
}
/* こめ印 */
.komeList{
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}


/*
	table
-----------------------------------------------------------------------------------------------*/
/* メモ：
	.tblBase      ：sp時 block
	.tblBaseScroll：sp時 横スクロール
*/

/* 共通
============================== */
[class *= "tblBase"]{
	width: 100%;
	border-top: 1px solid var(--clrBase10);
}
[class *= "tblBase"] tr{
	border-bottom: 1px solid var(--clrBase10);
}
[class *= "tblBase"] tr > *{
	line-height: 170%;
	padding: 30px 0;
}
[class *= "tblBase"] th{
	vertical-align: top;
	font-weight: 700;
	padding-right: 30px;
}

/* tblBase
============================== */
.tblBase th{
	width: 210px;
}
/* layoutFixd 幅指定用 */
.layoutFixd{
	table-layout: fixed;
}
.layoutFixd th{
	width: auto;
}

/* tblBaseScroll
============================== */
/* thead */
/* .tblBaseScroll thead{
	background-color: #ddd;
}
[class *= "tblBase"] tr > *:not(:last-of-type){
	border-right: 1px solid var(--clrBase10)
}
.tblBaseScroll thead tr{
	border-bottom: none;
}
.tblBaseScroll thead th{
	text-align: center;
	padding: 15px 30px;
}
.tblBaseScroll td{
	padding: 30px;
} */

/* カラー
============================== */
[class *= "tblBase"].clrListGreen th{
	color: var(--clrGreenD);
}
[class *= "tblBase"].clrListBlue th{
	color: var(--clrBlueD);
}
[class *= "tblBase"].clrListrYellow th{
	color: var(--clrYellowD);
}
[class *= "tblBase"].clrListPink th{
	color: var(--clrPinkD);
}
[class *= "tblBase"].clrLimeGreen th{
	color: var(--clrLimeGreenD);
}


/*
	header
-----------------------------------------------------------------------------------------------*/
#headerWrapper{
	width: 100%;
	min-width: 1200px;
	height: var(--headerH);
	padding-inline: 30px 90px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 999;
}
#headerWrapper > *{
	pointer-events: all;
}

/* 共通ロゴエリア
============================== */
.cmnLogoArea{
	display: flex;
	align-items: center;
}
/* ロゴ */
.cmnLogo{
	display: block;
}
@media (any-hover: hover){
	.cmnLogo:hover{
		opacity: 0.7;
	}
}
/* RECRUITING SITE */
.cmnRecruitingTxt{
	border-left: 1px solid var(--clrBase30);
	color: var(--clrGreyM);
	font-size: 1.1rem;
	font-family: var(--fEnMain);
	font-weight: 700;
	line-height: 120%;
	padding-left: 15px;
	margin-left: 15px;
}

/* ロゴエリア
============================== */
.cmnLogoArea{
	position: relative;
	z-index: 1;
}
#headerWrapper .cmnLogoArea{
	width: fit-content;
	height: 100%;
	background-color: #fff;
	padding-inline: 20px;
	border-radius: 0 0 var(--roundS) var(--roundS);
}

/* ENTRYボタン
============================== */
#headerWrapper .grdBtnGreen{
	width: 140px;
	z-index: 0;
}
@media print, screen and (min-width:813px){
	#headerWrapper .grdBtnGreen.sp{
		display: none;
	}
}

/* ボタンエリア
============================== */
.headerBtnArea{
	display: flex;
	gap: 0 20px;
	position: fixed;
	top: 18px;
	right: 30px;
	z-index: 1;
}

/* メニューボタン
============================== */
.headerMenuBtn{
	display: block;
	height: 40px;
	aspect-ratio: 1/1;
	background-color: var(--clrBase);
	border-radius: 50%;
	position: relative;
	transition: all 0.3s;
}
@media (any-hover: hover){
	.headerMenuBtn:hover{
		scale: 1.15;
		cursor: pointer;
	}
}
/* 三本線　通常 */
.headerMenuBtn::before,
.headerMenuBtn span,
.headerMenuBtn::after{
	content: " ";
	display: block;
	width: 18px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s;
}
.headerMenuBtn::before{
	top: calc(50% - 6px);
}
.headerMenuBtn::after{
	top: calc(50% + 6px);
}
/* 三本線　展開時 */
.headerMenuBtn.jsOpen::before,
.headerMenuBtn.jsOpen::after{
	top: 50%;
}
.headerMenuBtn.jsOpen::before{
	rotate: 30deg;
}
.headerMenuBtn.jsOpen::after{
	rotate: -30deg;
}
.headerMenuBtn.jsOpen span{
	opacity: 0;
}

/* メニューエリア
============================== */
.headerMenuWrapper{
	display: flex;
	width: 750px;
	height: 100vh;
	background-color: var(--clrWhite90);
	border-radius: var(--roundL) 0 0 var(--roundL);
	backdrop-filter: blur(10px);
	box-shadow: -5px 0 5px var(--clrBase10);
	padding: 60px 80px 0 50px;
	position: fixed;
	top: 0;
	right: 0;
	translate: calc(100% + 50px) 0;
	opacity: 0;
	transition: all 0.5s;
	z-index: 0;
}
.headerMenuWrapper nav{
	width: 630px;
	padding-bottom: 60px;
	overflow-y: auto;
}
.headerMenuWrapper nav::-webkit-scrollbar{
  display: none;
}
/* メニューリスト */
.headerMenuList > li{
	display: flex;
	align-items: center;
	gap: 0 30px;
	border-bottom: 1px solid var(--clrBase10);
	padding-block: 30px;
}
.headerMenuList > li:last-of-type{
	border-bottom: none;
}
/* 写真 */
.headerMenuWrapper img{
	border-radius: var(--roundM);
}
/* カテゴリータイトル　footer共通 */
.cmnMenuTit{
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}
.cmnMenuTit[class *= "grdBar"]::before{
	height: 23px;
}
.cmnMenuTit .en,
.cmnMenuTit .ja{
	display: block;
	width: fit-content;
}
.cmnMenuTit .en{
	font-size: 3rem;
	font-family: var(--fEnMain);
	line-height: var(--lineHeightEn);
	letter-spacing: 0.2rem;
	padding-left: 18px;
}
.cmnMenuTit .ja{
	color: var(--clrGreyM);
	font-size: 1.2rem;
	line-height: 100%;
	padding-top: 3px;
}
/* メニューリスト　IN　footer共通 */
.cmnMenuListIn{
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
}
.cmnMenuListIn > li:not(:last-of-type)::after{
	content: "/";
	display: inline-block;
	margin-inline: 15px;
}
@media (any-hover: hover){
	.cmnMenuListIn a:hover{
		color: var(--clrGreyM);
	}
}
/* メニュー　展開時 */
.headerMenuWrapper.jsOpen{
	translate: 0 0;
	opacity: 1;
}


/*
	footer
-----------------------------------------------------------------------------------------------*/
#footerWrapper{
	background-color: var(--clrGreyL);
	margin-top: auto;
	position: relative;
}
.footerMainArea,
.footerCopyrightArea{
	display: flex;
	justify-content: space-between;
	width: var(--wBase);
	padding-inline: 30px;
	margin-inline: auto;
}
.footerMainArea{
	padding-block: 80px 120px;
}

/* ロゴなどエリア
============================== */
.footerLogoBox{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* コーポレートボタン */
.footerLogoBox .grdBtnGreen{
	width: 230px;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
}

/* メニューエリア
============================== */
.footerMenuList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 30px;
	width: 780px;
}
.footerMenuList > li{
	width: 370px;
}
.footerMenuList > li:nth-of-type(2),
.footerMenuList > li:nth-of-type(3){
	width: 165px;
}
/* カテゴリータイトル */
.footerMenuList .cmnMenuTit .en{
	font-size: 2.6rem;
	padding-left: 0;
}
.footerMenuList .cmnMenuTit .ja{
	font-size: 1.1rem;
}
/* メニューリスト　IN */
.footerMenuList .cmnMenuListIn{
	font-size: 1.4rem;
}

/* コピーライト
============================== */
.footerCopyrightArea{
	padding-block: 30px; 
}
.footerCopyright{
	color: var(--clrGreyM);
	font-size: 1.1rem;
	font-family: var(--fEnMain);
}

/* ページトップ
============================== */
#pageTop{
	width: 24px;
	height: 60px;
	right: 30px;
	bottom: 30px;
}
#pageTop::before{
	width: 10px;
	height: 15px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	top: calc(50% - 3px);
	left: 50%;
}
@media (any-hover: hover){
	#pageTop:hover{
		filter: brightness(120%);
		translate: 0 -5px;
	}
}


/*
	ページタイトル　共通
-----------------------------------------------------------------------------------------------*/
#cmnTitWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 320px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0 0 var(--roundL) var(--roundL);
	margin-bottom: 80px;
}
.cmnTit > *{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	filter: blur(20px);
	opacity: 0;
	animation: anmBlur 1s ease 0.6s forwards, anmFadeIn 1s ease 0.6s forwards;
}
.cmnTit .en{
	font-size: 5.4rem;
	font-family: var(--fEnMain);
	line-height: var(--lineHeightEn);
	letter-spacing: 0.4rem;
}
.cmnTit .ja{
	line-height: 100%;
	margin-top: 3px;
	letter-spacing: 0.2rem;
}


/*
	KV　共通
-----------------------------------------------------------------------------------------------*/
#cmnKvWrapper{
	height: 600px;
	border-radius: 0 0 var(--roundL) var(--roundL);
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
#cmnKvWrapper::before{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(10px);
	opacity: 0.6;
	scale: 1.2;
	z-index: 0;
}
.cmnKvInBox{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: var(--wBase);
	height: 100%;
	padding: 120px 30px 50px 30px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}

/* タイトル
============================== */
.cmnKvTit{
	color: #fff;
	text-shadow: var(--shadowTxtBase);
	opacity: 0;
}
.cmnKvTit > *{
	display: block;
	font-weight: 700;
}
.cmnKvTit .en{
	font-size: 3.6rem;
	font-family: var(--fEnMain);
	line-height: var(--lineHeightEn);
	letter-spacing: 0.3rem;
}
.cmnKvTit .ja{
	font-size: 1.2rem;
	line-height: 100%;
	margin-top: 5px;
}

/* anm
============================== */
#cmnKvWrapper::before{
	animation: anmCmnAnmPh 0.8s ease 0.5s forwards;
}
.cmnKvTit{
	animation: anmFadeLeft 0.8s var(--anmBaseCB) 0.8s forwards, anmFadeIn 0.8s ease 0.8s forwards;
}



/*
	Swiper
-----------------------------------------------------------------------------------------------*/
/* navigation　矢印
============================== */
.swiperBtnArea{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 60px;
	position: absolute;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
}
[class *= "swiper-button"]{
	width: 18px;
	height: 12px;
	margin-top: 0;
	position: static;
}
[class *= "swiper-button"]::after{
	width: 18px;
	height: 12px;
	background-color: var(--clrBase);
	top: 0;
	bottom: auto;
	right: auto;
	left: auto;
}
/* 非活性 */
.swiper-button-disabled::after{
	background-color: var(--clrBase50);
}


/*
	社員紹介 INDEX
-----------------------------------------------------------------------------------------------*/
.interviewIndexList{
	display: flex;
	justify-content: space-between;
}
.interviewIndexList li{
	width: 256px;
	min-height: 374px;
	background-color: #fff;
	border-radius: var(--roundS);
	box-shadow: var(--shadowBase);
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
}
@media (any-hover: hover){
	.interviewIndexList li:hover{
		box-shadow: var(--shadow20);
	}
}
.interviewIndexList a{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 20px;
}
/* イニシャル */
.interviewIndexList p{
	position: relative;
	z-index: 1;
}
.interviewName{
	font-size: 3.2rem;
	font-family: var(--fEnMain);
	font-weight: 700;
	line-height: var(--lineHeightEn);
	margin-bottom: 5px;
}
/* 入庁 */
.interviewYear{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 10px;
}
/* 写真 */
.interviewIndexList .cmnAnmPh{
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
/* 矢印 */
.interviewIndexList .arrowIcoYellow{
	top: 20px;
	left: 20px;
	z-index: 1;
}


@media screen and (max-width:812px){
	body{
		-webkit-text-size-adjust: 100%;
		font-size: 1.4rem;
	}
	img{
		width: 100%;
	}
	p{
		line-height: 150%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	br.sp{
		display: inline-block;
	}


	/*
		変数
	-----------------------------------------------------------------------------------------------*/
	:root{
		/* 幅 */
		--wBase: 100%;
		--w900: 100%;
		/* 高さ */
		--headerH: 50px;
		/* 角丸 */
		--roundM: 20px;
		--roundL: 30px;
			/* 行間 */
		--lineHeightL: 180%;
	}


	/*
		グラデ要素
	-----------------------------------------------------------------------------------------------*/
	/* 角丸棒　飾り
	============================== */
	[class *= "grdBar"]::before,
	[class *= "grdListBar"] li::before,
	.bar::before,
	.ListBar li::before{
		width: 6px;
		height: 30px;
	}

	/* 矢印
	============================== */
	[class *= "arrowIco"]{
		width: 44px;
		height: 20px;
	}
	[class *= "arrowIco"]::before{
		width: 12px;
		height: 7px;
		left: calc(50% + 2px);
	}

	/* グラデボタン
	============================== */
	[class *= "grdBtn"]{
		width: 100%;
		padding-left: 15px;
	}

	/*
		共通カードエリア
	============================== */
	[class *= "cmnCardList"]{
		flex-direction: column;
		gap: 20px 0;
	}
	[class *= "cmnCardList"] li{
		width: 100%;
		padding: 20px 20px 45px 20px;
	}
	[class *= "cmnCardList"] li:has(.memoTxtR){
		padding-bottom: 35px;
	}
	/* 飾り線 */
	[class *= "cmnCardList"] li::before{
		width: calc(100% - 20px);
		bottom: 15px;
	}
	/* タイトル */
	.cmnCardTit{
		width: calc(100% + 20px);
		font-size: 1.6rem;
		padding-left: 30px;
		margin: 0 0 15px -20px;
	}
	
	
	/*
		各要素
	-----------------------------------------------------------------------------------------------*/
	/* box
	============================== */
	/* ctsWrapper */
	#ctsWrapper{
		padding-bottom: 60px;
	}
	/* ctsArea */
	.ctsArea{
		max-width: 500px;
		padding: 0 20px 60px 20px;
	}

	/* font / txt
	============================== */
	/* こめ印 */
	.komeTxt,
	.komeList > li{
		font-size: 1.3rem;
	}

	/* アイコン
	============================== */
	/* 
		矢印
		.swiper-button-next,
		.swiper-button-prev
	*/
	.icoTriangleBtm::after{
		width: 7px;
		height: 13px;
	}

	/* tit
	============================== */
	/* グラデ文字　英語+日本語 */
	.grdMainTit .en{
		font-size: 4rem;
	}
	.grdMainTit .ja{
		font-size: 1.2rem;
	}
	/* ノーマル */
	.normalTit{
		font-size: 2.2rem;
		letter-spacing: 0.2rem;
		margin-bottom: 20px;
	}
	.normalTit .ten{/* 中黒　空き調整 */
		margin-inline: -5px;
	}
	/* マーカー */
	.markerTit .line{
		font-size: 1.6rem;
	}
	/* ダブルクォーテーション */
	[class *= "dqTit"],
	.dqTitM{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	[class *= "dqTit"]::before{
		width: 22px;
		height: 16px;
		top: -10px;
		left: -20px;
	}
	[class *= "dqTit"].clrYellow::before{
		background-image: url("../images/ico_dq_yellow_sp.png");
	}
	[class *= "dqTit"].clrLimeGreen::before{
		background-image: url("../images/ico_dq_limegreen_sp.png");
	}
	/* バー */
	.barTit{
		font-size: 1.6rem;
		padding-left: 16px;
	}
	/* 黒背景 */
	[class *= "bgRoundTit"]{
		padding-block: 5px 6px;
	}
	.bgRoundTitS{
		font-size: 1rem;
		padding: 5px 7px 6px 7px;
	}
	.bgRoundTitM{
		font-size: 1.3rem;
		padding-block: 5px 6px;
	}
	.bgRoundTitL{
		font-size: 1.7rem;
		letter-spacing: 0.1rem;
		padding: 8px 15px;
	}
	.bgRoundTitSpace{
		padding-inline: 15px;
	}

	/* リスト
	============================== */
	/* 角丸アイコン */
	[class *= "icoList"]{
		gap: 6px 0;
	}
	[class *= "icoList"] > li{
		line-height: 160%;
		padding-left: 20px;
	}
	[class *= "icoList"] > li::before{
		width: 12px;
		height: 6px;
		top: 8px;
	}
	/* こめ印 */
	.komeList{
		gap: 3px 0;
	}

	
	/*
		table
	-----------------------------------------------------------------------------------------------*/
	/* メモ：
		.tblBase      ：sp時 block
		.tblBaseScroll：sp時 横スクロール
	*/

	/* 共通
	============================== */
	[class *= "tblBase"]{
		border-top: none;
	}
	[class *= "tblBase"] tr > *{
		line-height: 160%;
		padding: 15px;
	}
	
	/* tblBase
	============================== */
	.tblBase tr:not(:last-of-type){
		border-bottom: none;
	}
	.tblBase tr,
	.tblBase tr > *{
		display: block;
		width: 100%;
	}
	.tblBase th{
		width: 100%;
		background-color: var(--clrGreyL);
		padding: 5px 15px;
	}
	.tblBase td{
		padding: 15px 15px 25px 15px;
	}

	/* tblBaseScroll
	============================== */
	/* thead */
	/* .tblBaseScroll thead th{
		padding: 5px 15px;
	} */

	/* その他調整
	============================== */
	/* scrollArea */
	.scrollArea{
		overflow-x: scroll;
	}
	
	
	/*
		header
	-----------------------------------------------------------------------------------------------*/
	#headerWrapper{
		min-width: initial;
		padding-inline: 15px;
	}

	/* 共通ロゴエリア
	============================== */
	/* ロゴ */
	.cmnLogo{
		width: 80px;
	}
	/* RECRUITING SITE */
	.cmnRecruitingTxt{
		font-size: 0.9rem;
		padding-left: 10px;
		margin-left: 10px;
	}

	/* ロゴエリア
	============================== */
	#headerWrapper .cmnLogoArea{
		padding-inline: 10px;
	}

	/* ENTRYボタン
	============================== */
	#headerWrapper nav .grdBtnGreen{
		display: flex;
		width: 100%;
		margin-top: 20px;
	}

	/* ボタンエリア
	============================== */
	.headerBtnArea{
		top: 10px;
		right: 15px;
	}

	/* メニューエリア
	============================== */
	.headerMenuWrapper{
		justify-content: center;
		width: 100%;
		height: 100dvh;
		border-radius: 0;
		padding: 50px 20px 0 20px;
	}
	.headerMenuWrapper nav{
		width: 100%;
		max-width: 460px;
		padding-bottom: 60px;
	}
	/* メニューリスト */
	.headerMenuList > li{
		align-items: flex-start;
		gap: 0 20px;
		padding-block: 20px;
	}
	.headerMenuList > li:last-of-type{
		border-bottom: none;
	}
	/* 写真 */
	.headerMenuWrapper img{
		width: 90px;
	}
	/* カテゴリータイトル　footer共通 */
	.cmnMenuTit{
		font-weight: 700;
		margin-bottom: 15px;
	}
	.cmnMenuTit[class *= "grdBar"]::before{
		height: 18px;
	}
	.cmnMenuTit .en{
		font-size: 2rem;
		padding-left: 13px;
	}
	.cmnMenuTit .ja{
		font-size: 1rem;
	}
	/* メニューリスト　IN　footer共通 */
	.cmnMenuListIn{
		flex-direction: column;
		gap: 10px 0;
		font-size: 1.4rem;
	}
	.cmnMenuListIn > li:not(:last-of-type)::after{
		content: none;
	}


	/*
		footer
	-----------------------------------------------------------------------------------------------*/
	.footerMainArea,
	.footerCopyrightArea{
		padding-inline: 20px;
	}
	.footerMainArea{
		padding-block: 40px 20px;
	}

	/* ロゴなどエリア
	============================== */
	.footerLogoBox{
		align-items: center;
		gap: 20px 0;
		width: 100%;
	}

	/* メニューエリア
	============================== */
	.footerMenuList{
		display: none;
	}

	/* コピーライト
	============================== */
	.footerCopyrightArea{
		padding-right: 50px;
		padding-block: 25px; 
	}
	.footerCopyright{
		font-size: 1rem;
	}

	/* ページトップ
	============================== */
	#pageTop{
		width: 20px;
		height: 44px;
		right: 20px;
		bottom: 20px;
	}
	#pageTop::before{
		width: 7px;
		height: 12px;
		top: calc(50% - 2px);
	}


	/*
		ページタイトル　共通
	-----------------------------------------------------------------------------------------------*/
	#cmnTitWrapper{
		min-height: 200px;
		padding-block: var(--headerH) 20px;
		margin-bottom: 50px;
	}
	.cmnTit .en{
		font-size: 3rem;
	}
	.cmnTit .ja{
		font-size: 1.3rem;
	}


	/*
		KV　共通
	-----------------------------------------------------------------------------------------------*/
	#cmnKvWrapper{
		margin-bottom: 50px;
	}
	.cmnKvInBox{
		padding: 100px 20px 40px 20px;
	}
	/* タイトル */
	.cmnKvTit .en{
		font-size: 2rem;
	}


	/*
		社員紹介 INDEX
	-----------------------------------------------------------------------------------------------*/
	.interviewIndexList{
		flex-wrap: wrap;
		gap: 15px;
	}
	.interviewIndexList li{
		width: calc((100% - 15px)/2);
		min-height: 260px;
	}
	.interviewIndexList a{
		padding: 15px;
	}
	/* イニシャル */
	.interviewName{
		font-size: 2.6rem;
	}
	/* 入庁 */
	.interviewYear{
		font-size: 1.1rem;
	}
	/* 仕事 */
	.interviewIndexList li:nth-of-type(1) .bgRoundTitS{/* O. */
		letter-spacing: 0.04rem;
	}
	/* 写真 */
	.interviewIndexList .cmnAnmPh{
		height: calc(100% - 45px);
	}
	.interviewIndexList .cmnAnmPh img{
		width: auto;
		height: 100%;
	}
	/* 矢印 */
	.interviewIndexList .arrowIcoYellow{
		top: 15px;
		left: 15px;
	}
}