@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{
	max-width: 100%;
	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:#333;
	font-size: 1.5em;
	font-family: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	overflow-wrap: break-word;
}
p{
	line-height: 200%;
}
a{
	text-decoration: none;
	transition: all 0.3s;
}
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;
}


/*
	common
-----------------------------------------------------------------------------------------------*/
:root{
	/* color */
	--clrBase:   #75bec6;
	--clrBase80: rgb(117 190 198 / 80%);
	--clrBase70: rgb(117 190 198 / 70%);
	--clrBase50: rgb(117 190 198 / 50%);
	--clrBase30: rgb(117 190 198 / 30%);
	--clrBase10: rgb(117 190 198 / 10%);
	--clrDBlue:  #072b4f;
	--clrGray:   #f6f6f6;
	--clrDGray:  #c7c9c9;
	--clrLine:   #dee0e0;
	--line:      1px solid var(--clrLine);
	--clrGrd:    linear-gradient(45deg, rgb(159 172 230) 0%, rgb(116 235 213) 100%);
	--clrGrd80:  linear-gradient(45deg, rgb(159 172 230 / 80%) 0%, rgb(116 235 213 / 80%) 100%);
	--clrGrd20:  linear-gradient(45deg, rgb(159 172 230 / 20%) 0%, rgb(116 235 213 / 20%) 100%);
	--clrGrdBtn: linear-gradient(45deg, rgb(159 172 230) 0%, rgb(116 235 213) 50%, rgb(159 172 230) 100%);
	--shadow:    7px 7px 5px rgb(000 000 000 / 5%);
	
	/* font */
	--fNot: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	--fEn:  'Roboto', 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

	/* width */
	--wBase: 1200px;
	--w900: 960px;
}

/* box
============================== */
/* wrapper */
#wrapper{
	background-color: #fff;
	padding-top: 100px;
	overflow: hidden;
}

/* ctsWrapper */
#ctsWrapper{
	padding-bottom: 100px;
}

/* ctsArea */
.ctsArea{
	width: var(--wBase);
	padding: 0 30px 120px 30px;
	margin: 0 auto;
}
.ctsArea:last-of-type{
	padding-bottom: 0;
}
.ctsArea.w900{
	width: var(--w900);
}

/* bg */
[class ^= bgBox]{
	padding: 120px 0;
}
.bgOutGray{
	background: var(--clrGray);
}
.bgOutGrd{
	background: var(--clrGrd);
}

/* font / txt
============================== */
/* fwB */
.fwB{
	font-weight: bold;
}

/* fClr */
.fClrBase{
	color: var(--clrBase);
}
.fClrDBlue{
	color: var(--clrDBlue);
}


/* sup */
.sup{
	font-size: 50%;
	line-height: 100%;
	vertical-align: super;
}

/* txtNote */
.txtNote{
	display: inline-block;
	color: var(--clrTxt);
	font-size: 1.2rem;
	line-height: 140%;
}

/* txtBaseBox */
.txtBaseBox{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

/* txtH */
.txtH{
	font-weight: 500;
	line-height: 240%;
}

/* txtS */
.txtHS{
	text-align: justify;
	font-size: 1.3rem;
	line-height: 170%;
}

/* txtMarker */
.txtMarker{
	display: inline;
	background:linear-gradient(transparent 60%, rgb(117 190 198 / 30%) 60%);
}

/* txtKome */
.txtKome{
	display: inline-block;
	padding-left: 18px;
	position: relative;
}
.txtKome::before{
	content: "※";
	display: inline-block;
	color: var(--clrBase);
	position: absolute;
	left: 0;
}

/* タイトル下 */
[class ^= titBase] + .txt{
	text-align: justify;
}

/* tit
============================== */
/* titItalic */
[class *= titItalic]{
	margin-bottom: 40px;
}
[class *= titItalic] > *{
	display: block;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
[class *= titItalic] .en{
	background: var(--clrGrd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 12rem;
	font-family: var(--fEn);
	font-weight: 100;
	font-style: italic;
	line-height: 70%;
	padding: 10px;
	z-index: 1;
}
.titItalic .jp{
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 100%;
	padding: 8px 20px;
	margin-top: -20px;
	z-index: 2;
}

/* titItalicM */
.titItalicM .en{
	text-indent: 1.5rem;
	font-size: 8rem;
}
.titItalicM .jp{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 150%;
	margin-top: -5px;
}

/* titBase */
[class ^= titBase]{
	font-weight: 700;
	line-height: 150%;
}
[class ^= titBase] span{
	color: var(--clrBase);
}
.titBaseL{
	font-size: 3.8rem;
	margin-bottom: 20px;
}
.titBaseM{
	font-size: 2.8rem;
	margin-bottom: 15px;
}
.bgOutGrd .titBaseL,
.grdBox > *{
	color: #fff;
}

/* titBaseM txtS */
.titBaseM .txtS{
	display: block;
	color: var(--clrBase);
	font-size: 1.3rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 5px;
}

/* titEnLine */
.titEnLine{
	width: fit-content;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	margin: 0 auto 40px auto;
}
.titEnLine span{
	display: flex;
	align-items: center;
	width: 100%;
	color: var(--clrBase);
	font-size: 1.3rem;
	font-family: var(--fEn);
	line-height: 80%;
}
.titEnLine span::before,
.titEnLine span::after{
	content: " ";
	flex-grow: 1;
	height: 1px;
	background-color: currentColor;
}
.titEnLine span::before{
	margin-right: 15px;
}
.titEnLine span::after{
	margin-left: 15px;
}

/* titLineLB */
.titLineLB{
	border-bottom: 1px solid var(--clrDBlue);
	border-left: 3px solid var(--clrDBlue);
	color: var(--clrDBlue);
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%;
	padding: 0 0 8px 10px;
	margin-bottom: 30px;
}

/* ico
============================== */
/* icoArrow */
.icoArrow,
.icoArrowIn a,
[class ^= btnBase]{
	position: relative;
}
.icoArrow::before, .icoArrow::after,
.icoArrowIn a::before, .icoArrowIn a::after,
[class ^= btnBase]::before, [class ^= btnBase]::after{
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.icoArrow::before,
.icoArrowIn a::before,
[class ^= btnBase]::before{
	width: 10px;
	height: 1px;
	background-color: #333;
	right: 23px;
}
.icoArrow::after,
.icoArrowIn a::after,
[class ^= btnBase]::after{
	border: 6px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid #333;
	right: 7px;
}
[class ^= btnBase]::before{
	background-color: #fff;
}
[class ^= btnBase]::after{
	border-left: 8px solid #fff;
}
@media print, screen and (min-width:813px){
	.icoArrow:hover::before,
	.icoArrowIn a:hover::before,
	[class ^= btnBase]:hover::before{
		right: 18px;
	}
	.icoArrow:hover::after,
	.icoArrowIn a:hover::after,
	[class ^= btnBase]:hover::after{
		right: 2px;
	}
}

/* btn
============================== */
.btnArea{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

/* btnBase */
[class ^= btnBase]{
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 20px 30px 20px 30px;
	box-shadow: var(--shadow);
}
.btnBaseGrd{
	background-color: transparent;
	padding: 0;
	overflow: hidden;
}
.btnBaseGrd span{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 30px 20px 30px;
}
.btnBaseGrd span::after{
	content: " ";
	display: block;
	width: 200%;
	height: 100%;
	background: var(--clrGrdBtn);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	z-index: -1;
}
.btnBaseGrd:hover span:after{
	left: -100%;
}

/* btnS */
[class ^= btnS]{
	display: block;
	background-color: #e2e2e2;
	text-align: center;
	font-weight: 700;
	padding: 10px 40px;
	position: relative;
}
[class ^= btnS].icoLink::after{
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/ico_link.svg") no-repeat top left / 100% auto;
	position: absolute;
	top: calc(50% + 2px);
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.btnSW{
	background-color: #fff;
	color: #333;
}
@media print, screen and (min-width:813px){
	.btnSW:hover{
		color: var(--clrBase);
	}
	.btnSW.icoLink:hover::after{
		background: url("../images/ico_link_blue.svg") no-repeat top left / 100% auto;
	}
}

/* txtLink */
a.txtLink{
	text-decoration: underline;
	word-wrap: break-word;
}
a.txtLink:hover{
	text-decoration: none;
}

/* list
============================== */
/* listBase */
[class ^= listBase]{
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.listBaseM{
	gap: 15px 0;
}
.listBaseL{
	gap: 30px 0;
}

/* listIco */
.listIco li{
	text-align: justify;
	padding: 0 0 0 15px;
	margin-bottom: 8px;
	position: relative;
}
.listIco li:last-of-type{
	margin-bottom: 0;
}
.listIco li::before{
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--clrGreen);
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}


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

/* 共通
============================== */
[class *= "tblBase"]{
	width: 100%;
	background-color: #fff;
	border-top: var(--line);
}
[class *= "tblBase"] tr{
	border-bottom: var(--line);
}
[class *= "tblBase"] tr > *{
	text-align: left;
	line-height: 170%;
	padding: 30px;
}
[class *= "tblBase"] th{
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	position: relative;
}

/* tblBase
============================== */
/* 縦積み */
.tblBase th::after{
	content: " ";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	background-color: var(--clrBase);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* 横積み */
.tblBase.side thead tr{
	border-bottom: none;
}
.tblBase.side tr > *{
	border-right: var(--line);
	text-align: center;
}
.tblBase.side tr > *:last-of-type{
	border-right: none;
}
.tblBase.side th::after{
	width: calc(100% - 40px);
	height: 1px;
	top: auto;
	right: 50%;
	bottom: 0;
	transform: translateX(50%);
}

/* layoutFixd */
.layoutFixd{
	width: 100%;
	table-layout: fixed;
}
.layoutFixd th{
	width: auto;
}

/* 色
============================== */
/* 横積み */
.tblBase.side tr:nth-of-type(2n){
	background: transparent;
}

/* tblBaseScroll
============================== */
/* thead */
.tblBaseScroll thead th,
.tblBaseScroll tbody tr > *{
	text-align: center;
}
.tblBaseScroll thead tr{
	border-bottom: none;
}
.tblBaseScroll tr > *:not(:last-child){
	border-right: var(--line);
}
.tblBaseScroll thead th{
	padding: 20px 15px;
}

/* tbody */
.tblBaseScroll tbody tr > *{
	padding: 30px 15px;
}


/*
	header
-----------------------------------------------------------------------------------------------*/
#headerWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: rgb(255 255 255 / 80%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 0 30px 0 35px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
}

/* logo
============================== */
#headerWrapper .logo{
	transform: translateY(-5px);
}
#headerWrapper .logo a{
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}
#headerWrapper .logo a > *{
	pointer-events: all;
}
#headerWrapper .logo img{
	width: 140px;
}
#headerWrapper .logo span{
	display: block;
	color: var(--clrDGray);
	font-size: 1.2rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.05rem;
	padding-left: 35px;
	transform: translateY(-4px);
}
#headerWrapper .logo a:hover{
	opacity: 0.7;
}

/* btnMenu
============================== */
#btnMenu{
	display: none;
}

/* listMenu
============================== */
#headerWrapper .menuArea,
#headerWrapper .listMenu{
	display: flex;
	align-items: center;
	gap: 0 30px;
	font-weight: 700;
}
#headerWrapper .listMenu > li{
	display: flex;
	align-items: center;
	height: 100px;
	font-size: 1.6rem;
}

/* titMenu */
#headerWrapper .titMenu{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}
#headerWrapper .titMenu:hover{
	cursor: pointer;
}
#headerWrapper .open .titMenu{
	opacity: 0.5;
}
@media print, screen and (min-width:813px){
	#headerWrapper .listMenu > li:hover .titMenu::after{
		content: " ";
		display: block;
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: -50px;
	}
}

/* menuBox */
#headerWrapper .menuBox{
	display: none;
	width: calc(100% - 60px);
	background-color: #fff;
	padding: 50px 50px 40px 50px;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
}
#headerWrapper .listIn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
	max-width: 1500px;
	margin: 0 auto;
}
@media print, screen and (min-width:813px){
	#headerWrapper .listIn li{
		width: calc((100% - 56px)/3);
	}
	#headerWrapper .listIn.clm4 li{
		width: calc((100% - 84px)/4);
	}
}
#headerWrapper .listIn a{
	display: block;
}
@media print, screen and (min-width:813px){
	#headerWrapper .listIn figure{
		overflow: hidden;
	}
	#headerWrapper .listIn img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.3s;
	}
	#headerWrapper .listIn span{
		display: block;
		text-align: center;
		margin-top: 10px;
		transition: all 0.3s;
	}
	#headerWrapper .listIn a:hover img{
		transform: scale(1.1);
	}
	#headerWrapper .listIn a:hover span{
		color: var(--clrBase);
	}
}

/* btnEntry
============================== */
#headerWrapper .btnEntry{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 40px;
	color: #fff;
	font-size: 1.5rem;
	font-family: var(--fEn);
	padding: 10px 50px;
	position: relative;
	overflow: hidden;
}
#headerWrapper .btnEntry::before,
#headerWrapper .btnEntry::after{
	content: " ";
	display: block;
	position: absolute;
}
#headerWrapper .btnEntry::before{
	width: 200%;
	height: 100%;
	background: var(--clrGrdBtn);
	top: 0;
	left: 0;
	transition: all 1s;
	z-index: -1;
}
#headerWrapper .btnEntry::after{
	width: 40px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	right: 0;
}
@media print, screen and (min-width:813px){
	#headerWrapper .btnEntry:hover::before{
		left: -100%;
	}
}


/*
	layer
-----------------------------------------------------------------------------------------------*/
#layer{
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 40%);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	transition: all 0.3s;
	opacity: 0;
	pointer-events: none;
}
#layer.jsActive{
	opacity: 1;
	pointer-events: all;
}


/*
	footer
-----------------------------------------------------------------------------------------------*/
#footerWrapper .menuOut{
	background-color: #333;
	padding: 50px 0 60px 0;
}
#footerWrapper .inBox{
	width: var(--wBase);
	padding: 0 30px;
	margin: 0 auto;
}

/* logo
============================== */
#footerWrapper .logo{
	display: block;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}
#footerWrapper .logo span{
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.05rem;
	margin-top: 37px;
}
#footerWrapper .logo:hover{
	opacity: 0.7;
}

/* listMenu
============================== */
#footerWrapper .listMenu{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-top: 50px;
}
#footerWrapper .listMenu > li{
	width: calc((100% - 160px)/5);
}

/* tit */
#footerWrapper .listMenu .tit{
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
#footerWrapper .listMenu .tit::after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: var(--clrGrd);
	position: absolute;
	bottom: 0;
	left: 0;
}
#footerWrapper .listMenu .listIn{
	display: flex;
	flex-direction: column;
	gap: 18px 0;
	font-size: 1.3rem;
	opacity: 0.7;
}
#footerWrapper .listMenu .listIn a:hover{
	opacity: 0.5;
}

/* btmBox
============================== */
#footerWrapper .btmBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	padding: 0 90px 0 30px;
	position: relative;
}

/* copyright */
#footerWrapper .copyright{
	font-size: 1.2rem;
	font-family: var(--fEn);
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
}

/* link */
#footerWrapper .link{
	font-size: 1.3rem;
	padding-right: 23px;
	position: relative;
}
#footerWrapper .link::after{
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/ico_link.svg") no-repeat top left / 100% auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#footerWrapper .link:hover{
	opacity: 0.7;
}

/* pageTop
============================== */
#pageTop{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#pageTop span{
	display: block;
	height: 100%;
}
#pageTop::after,
#pageTop span::before,
#pageTop span::after{
	content: " ";
	display: block;
	position: absolute;
}

/* 背景グラデ */
#pageTop::after{
	width: 400%;
	height: 100%;
	background: var(--clrGrdBtn);
	top:0;
	left: 0;
	z-index: 1;
	transition: all 1s;
}
#pageTop:hover::after{
	left: -300%;
}

/* 矢印 */
#pageTop span::before,
#pageTop span::after{
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.3s;
}
#pageTop span::before{
	border: 6px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: calc(50% - 6px);
}
#pageTop span::after{
	width: 1px;
	height: 10px;
	background-color: #fff;
	top: calc(50% + 6px);
}
@media print, screen and (min-width:813px){
	#pageTop:hover span::before,
	#pageTop:hover span::after{
		margin-top: -5px;
	}
}


/*
	pan
-----------------------------------------------------------------------------------------------*/
#olistPan{
	display: flex;
	align-items: center;
	width: calc(100% - 60px);
	min-height: 30px;
	font-size: 1.2rem;
	line-height: 100%;
	letter-spacing: 0.05em;
	margin: 0 auto;
	overflow-x: scroll;
	-ms-overflow-style: none;/* IE, Edge 対応 */
	scrollbar-width: none;/* Firefox 対応 */
	position: relative;
	z-index: 100;
}
#olistPan::-webkit-scrollbar{/* Chrome, Safari 対応 */
	display: none;
}
#olistPan li{
	padding: 0 20px 0 0;
	position: relative;
}
#olistPan li:nth-last-of-type(n+2)::after{
	content: ' ';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid rgba(000, 000, 000, 0.3);
	border-right: 1px solid rgba(000, 000, 000, 0.3);
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%) rotate(45deg);
}
#olistPan li:last-of-type{
	padding: 0;
}
#olistPan li a{
	color: rgba(000, 000, 000, 0.5);
	white-space: nowrap;
}
#olistPan li a:hover{
	color: var(--clrBase);
}
#olistPan li:last-of-type a,
#olistPan li.none a{
	text-decoration: none;
	pointer-events: none;
}

/* 白文字の場合
============================== */
#olistPan.white li a{
	color: rgba(255, 255, 255, 0.8);
}
#olistPan.white li:nth-last-of-type(n+2)::after{
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}


/*
	下層ページ共通
-----------------------------------------------------------------------------------------------*/
/* ページタイトル
============================== */
#cmnTitWrapper{
	display: flex;
	align-items: center;
	width: var(--wBase);
	min-height: 200px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
#cmnTitWrapper .tit{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.3rem;
	position: relative;
	z-index: 2;
}
#cmnTitWrapper .item{
	position: absolute;
	z-index: 1;
}

/* anm */
#cmnTitWrapper .tit{
	opacity: 0;
	animation: anmBlur 1s ease 0.5s forwards;
}

/* 2カラム（グラデ/グレー）
============================== */
.cmnClm2Area{
	display: flex;
}
.cmnClm2Area > *{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 2);
	padding: 60px;
}
.cmnClm2Area .grdBox{
	background: var(--clrGrd);
}
.cmnClm2Area .grayBox{
	background-color: var(--clrGray);
}
.cmnClm2Area .inBox{
	max-width: 500px;
}


/* INDEX
============================== */
.cmnListIdx{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0 30px;
}
.cmnListIdx li{
	width: calc(100% - 60px)/3;
	background-color: #fff;
	box-shadow: var(--shadow);
}
.cmnListIdx a{
	display: block;
	height: 100%;
}

/* img */
@media print, screen and (min-width:813px){
	.cmnListIdx figure{
		width: 100%;
		height: 280px;
		overflow: hidden;
	}
	.cmnListIdx a img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.3s;
	}
	.cmnListIdx a:hover img{
		transform: scale(1.1);
	}
}

/* tit */
.cmnListIdx .tit{
	display: block;
	box-shadow: none;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 30px 50px 30px 20px;
}
@media print, screen and (min-width:813px){
	.cmnListIdx a:hover .tit::before{
		right: 18px;
	}
	.cmnListIdx a:hover .tit::after{
		right: 2px;
	}
}

/* 写真とテキスト list
============================== */
.cmnListPhTxt{
	display: flex;
}
.cmnListPhTxt li{
	display: flex;
	flex-direction: column;
	background-color: var(--clrDBlue);
}

/* txtBox */
.cmnListPhTxt .txtBox{
	display: flex;
	flex: 1;
	height: 100%;
	flex-direction: column;
	color: #fff;
	padding: 20px;
}
.cmnListPhTxt .tit{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 150%;
}
.cmnListPhTxt .txt{
	text-align: justify;
	font-size: 1.4rem;
	line-height: 170%;
	margin-top: 15px;
}
.cmnListPhTxt.btn .txt{
	margin-bottom: 20px;
}
.cmnListPhTxt .btnSW{
	margin-top: auto;
}

/* clm */
@media print, screen and (min-width:813px){
	.cmnListPhTxt.clm3{
		gap: 0 30px;
	}
	.cmnListPhTxt.clm4{
		gap: 0 32px;
	}
	.cmnListPhTxt.clm3 li{
		width: 360px;
	}
	.cmnListPhTxt.clm4 li{
		width: 261px;
	}
}

/* グラデ数字リスト list
============================== */
.cmnListNum{
	display: flex;
	flex-wrap: wrap;
}
.cmnListNum li{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 20px;
	position: relative;
}
.cmnListNum li::before{
	content: " ";
	display: block;
	height: 1px;
	background: var(--clrGrd);
	position: absolute;
	transform: translateX(-50%) rotate(-45deg);
}

/* num */
.cmnListNum .num{
	background: var(--clrGrd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--fEn);
	font-weight: 100;
	font-style: italic;
	line-height: 80%;
	position: absolute;
	left: -10px;
}

@media print, screen and (min-width:813px){
	/* clm3 */
	.cmnListNum.clm3{
		gap: 45px 30px;
	}
	.cmnListNum.clm3 li{
		width: 360px;
		min-height: 180px;
		font-size: 2.2rem;
	}
	.cmnListNum.clm3 li::before{
		width: 128px;
		top: 45px;
		left: 45px;
	}
	.cmnListNum.clm3 .num{
		font-size: 6rem;
		top: -20px;
	}

	/* clm4 */
	.cmnListNum.clm4{
		gap: 30px 28px;
	}
	.w900 .cmnListNum.clm4{
		gap: 30px 33px;
	}
	.cmnListNum.clm4 li{
		width: 264px;
		min-height: 120px;
		font-size: 1.5rem;
		line-height: 150%;
	}
	.w900 .cmnListNum.clm4 li{
		width: 200px;
	}
	.cmnListNum.clm4 li::before{
		width: 85px;
		top: 30px;
		left: 30px;
	}
	.cmnListNum.clm4 .num{
		font-size: 4rem;
		top: -10px;
	}
}

/* 流れ list
============================== */
.cmnFlowArea{
	padding-top: 30px;
}
.cmnListFlow{
	display: flex;
	gap: 0 40px;
	position: relative;
}
.cmnListFlow li{
	width: calc((100% - 200px)/6);
	padding-top: 20px;
	position: relative;
}

/* 矢印 / 丸 */
.cmnListFlow::before,
.cmnListFlow::after,
.cmnListFlow li::before{
	content: " ";
	display: block;
	background-color: #333;
	position: absolute;
}
.cmnListFlow::before,
.cmnListFlow::after{
	height: 1px;
}
.cmnListFlow::before{/* 長い線 */
	width: 100%;
	top: 0;
}
.cmnListFlow::after{/* 矢印 */
	width: 15px;
	top: -6px;
	right: -1px;
	transform: rotate(45deg);
}
.cmnListFlow li::before{/* 丸 */
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: -5px;
}

/* time */
.cmnListFlow .time{
	color: var(--clrBase);
	font-size: 1.6rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 80%;
	position: absolute;
	top: -30px;
}

/* tit */
.cmnListFlow .tit{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 130%;
}

/* txt */
.cmnListFlow .txtHS{
	margin-top: 10px;
}


/*
	INTERVIEW インタビュー
-----------------------------------------------------------------------------------------------*/
/* tit
============================== */
#interviewWrapper .titItalic,
#idxWrapper .titItalic{
	margin-bottom: 40px;
}

/* listInterviewIdx
============================== */
.listInterviewIdx{
	display: flex;
	gap: 0 28px;
}
.listInterviewIdx li{
	width: 264px;
	height: 340px;
	box-shadow: var(--shadow);
	position: relative;
}
.listInterviewIdx a{
	display: block;
	width: 100%;
	height: 100%;
}

/* グラデ */
.listInterviewIdx li::before,
.listInterviewIdx li::after{
	content: " ";
	display: block;
	position: absolute;
}
.listInterviewIdx li::before{
	width: calc(100% / 2);
	height: 100%;
	background: var(--clrGrd);
	transition: all 0.3s;
}
@media print, screen and (min-width:813px){
	.listInterviewIdx li:hover:before{
		width: 100%;
	}
}

/* 矢印　四角 */
.listInterviewIdx li::after{
	width: 60px;
	height: 60px;
	background-color: #fff;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}

/* 矢印 */
.listInterviewIdx a::before,
.listInterviewIdx a::after{
	top: auto;
	transform: translateY(0);
	z-index: 3;
}
.listInterviewIdx a::before{
	right: 29px;
	bottom: 29px;
}
.listInterviewIdx a::after{
	right: 13px;
	bottom: 23px;
}
@media print, screen and (min-width:813px){
	.listInterviewIdx a:hover::before{
		right: 24px;
	}
	.listInterviewIdx a:hover::after{
		right: 8px;
	}
}

/* num */
.listInterviewIdx .num{
	color: rgb(255 255 255 / 50%);
	font-size: 9.2rem;
	font-family: var(--fEn);
	font-weight: 400;
	font-style: italic;
	line-height: 100%;
	position: absolute;
	top: -11px;
	left: -5px;
}

/* name */
.listInterviewIdx .name{
	border-top: 1px solid #333;
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0 0 15px;
	position: relative;
	z-index: 2;
	transform: translateY(160px);
}
.listInterviewIdx .name span{
	display: block;
	font-size: 2.2rem;
}

/* ph */
.listInterviewIdx figure{
	position: absolute;
	right: -15px;
	bottom: 0;
	z-index: 1;
	transform-origin: right bottom;
	transition: all 0.3s;
}
@media print, screen and (min-width:813px){
	.listInterviewIdx li:hover figure{
		transform: scale(1.1);
	}
}


/*
	modal
-----------------------------------------------------------------------------------------------*/
/* base
============================== */
@media print, screen and (min-width:813px){
	.lb_overlay{/* 背景 */
		min-width: 1200px;
	}
}

/* modal btn */
[id ^= modalOpen]:hover{
	cursor: pointer;
}

/* modalBox
============================== */
.cmnModal{
	display: none;
	width: 800px;
	position: relative;
}
.modalBox{
	max-height: 80vh;
	background-color: #fff;
	position: relative;
	overflow-y: scroll;
}

/* tit */
.modalBox .tit{
	min-width: 150px;
	background-color: #333;
	padding: 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* close */
.cmnModal .close{
	width: 60px;
	height: 60px;
	background-color: #333;
	position: absolute;
	top: -30px;
	right: -30px;
	transition: all 0.3s;
}
.cmnModal .close:hover{
	cursor: pointer;
}
.cmnModal .close::before,
.cmnModal .close::after{
	content: ' ';
	display: block;
	width: 20px;
	height: 2px;
	background: var(--clrGrd);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.3s;
}
.cmnModal .close::before{
	transform: translate(-50%, -50%) rotate(45deg);
}
.cmnModal .close::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.cmnModal .close:hover::before{
	transform: translate(-50%, -50%) rotate(225deg);
}
.cmnModal .close:hover::after{
	transform: translate(-50%, -50%) rotate(-225deg);
}


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

	/* box
	============================== */
	/* wrapper */
	#wrapper{
		padding-top: 75px;
	}

	/* ctsWrapper */
	#ctsWrapper{
		padding-bottom: 60px;
	}

	/* ctsArea */
	.ctsArea,
	.ctsArea.w900{
		max-width: 500px;
	}
	.ctsArea{
		padding: 0 20px 60px 20px;
	}

	/* bg */
	[class ^= bgBox]{
		padding: 80px 0;
	}

	/* font / txt
	============================== */
	.fwB{
		font-weight: bold;
	}

	/* txtBaseBox */
	.txtBaseBox{
		gap: 20px 0;
	}

	/* txtH */
	.txtH{
		line-height: 200%;
	}

	/* tit
	============================== */
	/* titItalic */
	[class *= titItalic]{
		margin-bottom: 30px;
	}
	.titItalic .en{
		font-size: 5.2rem;
	}
	.titItalic .jp{
		font-size: 1.1rem;
		padding: 5px 15px;
		margin-top: -15px;
	}

	/* titItalicM */
	.titItalicM .en{
		text-indent: 0.8rem;
		font-size: 3.8rem;
	}
	.titItalicM .jp{
		font-size: 2rem;
		margin-top: -5px;
		line-height: 130%;
	}

	/* titBase */
	.titBaseL{
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	.titBaseM{
		font-size: 2rem;
		margin-bottom: 10px;
	}

	/* titBaseM txtS */
	.titBaseM .txtS{
		font-size: 1.1rem;
		margin-bottom: 3px;
	}

	/* titEnLine */
	.titEnLine{
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	.titEnLine span{
		font-size: 1rem;
	}
	.titEnLine span::before,
	.titEnLine span::after{
		transform: translateY(-1px);
	}
	.titEnLine span::before{
		margin-right: 8px;
	}
	.titEnLine span::after{
		margin-left: 8px;
	}

	/* titLineLB */
	.titLineLB{
		font-size: 1.8rem;
	}

	/* ico
	============================== */
	/* icoArrow */
	.icoArrow::before,
	.icoArrowIn a::before,
	[class ^= btnBase]::before{
		right: 21px;
	}
	.icoArrow::after,
	.icoArrowIn a::after,
	[class ^= btnBase]::after{
		border: 5px solid transparent;
		border-right: 7px solid transparent;
		border-left: 7px solid #333;
		right: 7px;
	}
	[class ^= btnBase]::after{
		border-left: 7px solid #fff;
	}

	/* btn
	============================== */
	.btnArea{
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}

	/* btnBase */
	[class ^= btnBase]{
		display: block;
		background-color: #000;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 20px 30px 20px 30px;
		box-shadow: var(--shadow);
	}
	.btnBaseGrd{
		background-color: transparent;
		padding: 0;
		overflow: hidden;
	}
	.btnBaseGrd span{
		display: block;
		width: 100%;
		height: 100%;
		padding: 20px 30px 20px 30px;
	}
	.btnBaseGrd span::after{
		content: " ";
		display: block;
		width: 200%;
		height: 100%;
		background: var(--clrGrdBtn);
		position: absolute;
		top: 0;
		left: 0;
		transition: all 1s;
		z-index: -1;
	}
	.btnBaseGrd:hover span:after{
		left: -100%;
	}

	/* btnS */
	[class ^= btnS]{
		padding: 8px 35px;
	}
	[class ^= btnS].icoLink::after{
		width: 12px;
		height: 12px;
		top: calc(50% + 1px);
		right: 10px;
	}
	
	/* list
	============================== */
	/* listIco */
	.listIco li::before{
		top: 6px;
	}
	

	/*
		table
	-----------------------------------------------------------------------------------------------*/
	/* メモ：
		.tblBaseScroll：sp時 横スクロール（thead/tbodyあり）
		.tblBase      ：縦積み　sp時 block
		.tblBase.side ：横積み　sp時 block
	*/

	/* tblBase
	============================== */
	/* 縦積み */
	.tblBase tr > *{
		display: block;
	}
	.tblBase th{
		width: 100%;
		padding: 20px 15px 10px 15px;
	}
	.tblBase th::after{
		width: calc(100% - 30px);
		height: 1px;
		top: auto;
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
	}
	.tblBase td{
		padding: 10px 15px 20px 15px;
	}

	/* 横積み */
	.tblBase.side{
		display: flex;
	}
	.tblBase.side > *{
		display: flex;
		flex-direction: column;
	}
	.tblBase.side thead{
		width: 120px;
	}
	.tblBase.side tbody{
		width: calc(100% - 120px);
	}
	.tblBase.side tr{
		border-bottom: none;
	}
	.tblBase.side tr > *{
		border-right: none;
		border-bottom: var(--line);
		text-align: left;
	}
	.tblBase.side th,
	.tblBase.side td{
		padding: 20px 15px;
	}
	.tblBase.side th::after{
		content: " ";
		width: 1px;
		height: calc(100% - 30px);
		top: 50%;
		right: 0;
		bottom: auto;
		transform: translateY(-50%);
	}
	
	/* tblBaseScroll
	============================== */
	/* scrollArea tableに個別でサイズ指定 */
	.scrollArea{
		overflow-x: scroll;
	}

	/* thead */
	.tblBaseScroll thead th{
		white-space: nowrap;
		padding: 10px;
	}

	/* tbody */
	.tblBaseScroll tbody tr > *{
		padding: 15px 10px;
	}


	/*
		header
	-----------------------------------------------------------------------------------------------*/
	#headerWrapper{
		min-width: 100%;
		height: 75px;
		padding: 0 10px 0 25px;
	}
	#headerWrapper.jsActive{
		-webkit-backdrop-filter: initial;
		backdrop-filter: initial;
	}
	#headerWrapper.jsActive::before{/* メニューの重なり防止 */
		content: " ";
		display: block;
		width: 100%;
		height: 60px;
		background-color: #fff;
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	/* logo
	============================== */
	#headerWrapper .logo{
		width: 95px;
		position: relative;
		z-index: 2;
		transform: translateY(0);
	}
	#headerWrapper .logo a{
		pointer-events: all;
	}
	#headerWrapper .logo span{
		font-size: 1rem;
		padding-left: 24px;
		transform: translateY(0);
	}

	/* btnMenu
	============================== */
	#btnMenu{
		display: block;
		width: 50px;
		height: 50px;
		position: relative;
		z-index: 2;
	}
	#btnMenu::before,
	#btnMenu::after{
		content: " ";
		display: block;
		height: 2px;
		background-color: var(--clrBase);
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: all 0.3s;
	}
	#btnMenu::before{
		width: 20px;
		margin-top: -3px;
		left: 50%;
	}
	#btnMenu::after{
		width: 14px;
		margin-top: 3px;
		left: calc(50% + 3px);
	}

	/* jsActive */
	#btnMenu.jsActive::before,
	#btnMenu.jsActive::after{
		width: 20px;
		margin-top: 0;
		left: 50%;
	}
	#btnMenu.jsActive::before{
		transform: translate(-50%, -50%) rotate(135deg);
	}
	#btnMenu.jsActive::after{
		transform: translate(-50%, -50%) rotate(-135deg);
	}

	/* menuArea
	============================== */
	#headerWrapper .menuArea,
	#headerWrapper .listMenu{
		flex-direction: column;
		align-items: flex-start;
	}
	#headerWrapper .menuArea{
		gap: 15px 0;
		width: 100%;
		height: 100vh;
		background-color: rgb(255 255 255 / 80%);
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
		padding: 70px 20px 100px 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow-y: scroll;
		opacity: 0;
		pointer-events: none;
		transition: all 0.5s;
	}

	/* 表示 */
	#headerWrapper .menuArea.jsActive{
		opacity: 1;
		pointer-events: all;
	}

	/* スクロールロック */
	body.jsActive{
		overflow: hidden;
	}

	/* listMenu
	============================== */
	#headerWrapper nav{
		width: 100%;
	}
	#headerWrapper .listMenu{
		gap: 0;
	}
	#headerWrapper .listMenu > li{
		display: block;
		width: 100%;
		height: initial;
	}
	#headerWrapper .listMenu > li:not(:last-of-type){
		border-bottom: 1px solid #999;
	}

	/* titMenu */
	#headerWrapper .titMenu,
	#headerWrapper .listIn a{
		display: block;
		padding: 20px 0;
	}
	#headerWrapper .titMenu::before,
	#headerWrapper .titMenu::after{
		content: " ";
		display: block;
		width: 11px;
		height: 1px;
		background-color: #333;
		position: absolute;
		top: 50%;
		right: 10px;
		transition: all 0.3s;
	}
	#headerWrapper .titMenu::after{
		transform: rotate(90deg);
	}
	#headerWrapper .close_btn .titMenu::after{
		transform: rotate(180deg);
		opacity: 0;
	}

	/* menuBox */
	#headerWrapper .menuBox{
		display: block;
		width: 100%;
		background-color: transparent;
		padding: 0;
		position: static;
		transform: translateX(0);
	}
	#headerWrapper .listIn{
		flex-direction: column;
		gap: 0;
		max-width: initial;
	}
	#headerWrapper .listIn li{
		width: 100%;
		border-top: 1px solid #ccc;
	}
	#headerWrapper .listIn li:first-of-type{
		border-top: 1px solid #999;
	}
	#headerWrapper .listIn a{
		color: #777;
		font-size: 1.4rem;
		padding-left: 35px;
		position: relative;
	}
	#headerWrapper .listIn a::before{
		content: " ";
		display: block;
		width: 8px;
		height: 2px;
		background-color: var(--clrBase);
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
	}
	#headerWrapper .listIn figure{
		display: none;
	}

	/* btnEntry
	============================== */
	#headerWrapper .btnEntry{
		flex-shrink: 0;
		width: 100%;
		height: 60px;
		padding: 10px 40px;
	}
	#headerWrapper .btnEntry::after{
		width: 30px;
	}


	/*
		layer
	-----------------------------------------------------------------------------------------------*/
	#layer{
		display: none;
	}


	/*
		footer
	-----------------------------------------------------------------------------------------------*/
	#footerWrapper .menuOut{
		padding: 30px 0;
	}
	#footerWrapper .inBox{
		text-align: center;
		padding: 0 20px;
	}

	/* logo
	============================== */
	#footerWrapper .logo img{
		width: 120px;
	}
	#footerWrapper .logo span{
		font-size: 1.1rem;
		margin-top: 30px;
	}

	/* listMenu
	============================== */
	#footerWrapper .listMenu{
		display: none;
	}

	/* btmBox
	============================== */
	#footerWrapper .btmBox{
		height: 50px;
		padding: 0 80px 0 20px;
	}

	/* link */
	#footerWrapper .btmBox .link{
		display: none;
	}
	#footerWrapper .link{
		display: inline-block;
		color: #fff;
		padding-right: 20px;
		margin-top: 20px;
	}
	#footerWrapper .link::after{
		width: 12px;
		height: 12px;
		background: url("../images/ico_link_white.svg") no-repeat top left / 100% auto;
	}

	/* pageTop
	============================== */
	#pageTop{
		width: 50px;
		height: 50px;
	}

	/* 矢印 */
	#pageTop span::before{
		border: 5px solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 7px solid #fff;
		top: calc(50% - 5px);
	}
	#pageTop span::after{
		top: calc(50% + 5px);
	}
	
	
	/*
		pan
	-----------------------------------------------------------------------------------------------*/
	#olistPan{
		width: calc(100% - 40px);
	}


	/*
		下層ページ共通
	-----------------------------------------------------------------------------------------------*/
	/* ページタイトル
	============================== */
	#cmnTitWrapper{
		max-width: 500px;
		min-height: 130px;
		padding: 0 20px;
	}
	#cmnTitWrapper .tit{
		font-size: 3rem;
	}

	/* 2カラム（グラデ/グレー）
	============================== */
	.cmnClm2Area{
		flex-direction: column;
	}
	.cmnClm2Area > *{
		display: block;
		width: 100%;
		padding: 60px 0;
	}
	.cmnClm2Area .inBox{
		padding: 0 20px;
		margin: 0 auto;
	}

	/* INDEX
	============================== */
	.cmnListIdx{
		width: 100%;
		flex-direction: column;
		gap: 20px 0;
	}
	.cmnListIdx li{
		width: 100%;
	}

	/* tit */
	.cmnListIdx .tit{
		font-size: 1.6rem;
		padding: 20px 50px 20px 20px;
	}

	/* 写真とテキスト list
	============================== */
	.cmnListPhTxt{
		flex-direction: column;
		gap: 20px 0;
	}
	.cmnListPhTxt li{
		width: 100%;
	}

	/* txtBox */
	.cmnListPhTxt .tit{
		font-size: 1.6rem;
	}
	.cmnListPhTxt .txt{
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.cmnListPhTxt.btn .txt{
		margin-bottom: 20px;
	}

	/* グラデ数字リスト list
	============================== */
	.cmnListNum{
		flex-direction: column;
		gap: 25px 0;
	}
	.cmnListNum li{
		width: 100%;
		min-height: 80px;
		padding: 15px;
	}
	.cmnListNum li::before{
		width: 78px;
		top: 27px;
		left: 27px;
	}

	/* num */
	.cmnListNum .num{
		font-size: 3.6rem;
		top: -10px;
		left: -10px;
	}

	/* clm3 */
	.cmnListNum.clm3 li{
		min-height: 100px;
		font-size: 1.8rem;
		padding: 30px 15px;
	}

	/* 流れ list
	============================== */
	.cmnFlowArea{
		padding-top: 0;
	}
	.cmnListFlow{
		flex-direction: column;
		gap: 20px 0;
		padding-left: 15px;
		margin-left: 10px;
	}
	.cmnListFlow li{
		width: 100%;
		padding: 0;
	}
	.cmnListFlow li:last-of-type{
		min-height: 50px;
	}

	/* 矢印 / 丸 */
	.cmnListFlow::before{/* 長い線 */
		height: calc(100% - 8px);
		width: 1px;
		top: 8px;
		left: 0;
	}
	.cmnListFlow::after{/* 矢印 */
		top: auto;
		right: auto;
		bottom: 6px;
		left: -12px;
	}
	.cmnListFlow li::before{/* 丸 */
		top: 8px;
		left: -20px;
	}

	/* titArea */
	.cmnListFlow .titArea{
		display: flex;
		align-items: center;
		gap: 0 10px;
	}

	/* time */
	.cmnListFlow .time{
		width: 50px;
		flex-shrink: 0;
		font-size: 1.4rem;
		position: static;
		transform: translateY(1px);
	}

	/* tit */
	.cmnListFlow .tit{
		font-size: 1.5rem;
	}

	/* txt */
	.cmnListFlow .txtHS{
		margin-top: 5px;
	}


	/*
		INTERVIEW インタビュー
	-----------------------------------------------------------------------------------------------*/
	/* tit
	============================== */
	#interviewWrapper .titItalic,
	#idxWrapper .titItalic{
		margin-bottom: 50px;
	}
	
	/* listInterviewIdx
	============================== */
	.listInterviewIdx{
		flex-direction: column;
		gap: 55px 0;
	}
	.listInterviewIdx li{
		width: 100%;
		height: 230px;
	}
	
	/* 矢印　四角 */
	.listInterviewIdx li::after{
		width: 50px;
		height: 50px;
		background-color: var(--clrGray);
	}
	
	/* 矢印 */
	.listInterviewIdx a::before{
		right: 24px;
		bottom: 24px;
	}
	.listInterviewIdx a::after{
		right: 10px;
		bottom: 19px;
	}
	
	/* num */
	.listInterviewIdx .num{
		font-size: 8rem;
		top: -9px;
		left: -4px;
	}
	
	/* name */
	.listInterviewIdx .name{
		font-size: 1.5rem;
		transform: translateY(100px);
	}
	.listInterviewIdx .name span{
		font-size: 2rem;
	}
	
	/* ph */
	.listInterviewIdx figure{
		width: 180px;
		height: 270px;
		right: 50%;
		transform: translateX(70%);
	}


	/*
		modal
	-----------------------------------------------------------------------------------------------*/
	/* modalBox
	============================== */
	.cmnModal{
		width: calc(100% - 40px);
		max-width: 500px;
	}

	/* tit */
	.modalBox .tit{
		min-width: 100px;
		padding: 10px;
		font-size: 1.4rem;
	}

	/* close */
	.cmnModal .close{
		width: 40px;
		height: 40px;
		top: -40px;
		right: 0;
	}
}