@charset "utf-8";

/*----- フォント設定 */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

/*-------------------------------
	変数設定
-------------------------------*/

:root{
	/* 書体 */
	--no: "EB Garamond", sans-serif;

}

/*-------------------------------
	共通
-------------------------------*/

figure:not(.Keyvisual__image,.Index-layout__image) img {
	max-width:100%;
}

.grow {
	flex-grow: 1;
}

.sticky {
	position:sticky;
	left:0;
	top:0;
}

/*-------------------------------
	h_title
-------------------------------*/

.h_title{
	color: var(--maincolor);
	font-size: 2.8rem;
	margin-bottom: 7rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
.h_title span{
	line-height: 1.25;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.h_title > span::before,
.h_title > span::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 9.5rem;
	height: 1px;
}
.h_title > span > span{
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.h_title > span > span::before,
.h_title > span > span::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.h_title > span > span::before{
	left: -9.5rem;
}
.h_title > span > span::after{
	right: -9.5rem;
}

/*-------------------------------
	no_title
-------------------------------*/

.no_title span {
	display: block;
	text-align: center;
	font-family:var(--no);
	font-size:8rem;
	font-weight:600;
	font-style:italic;
	-webkit-text-stroke-width: 0.1rem;
	-webkit-text-stroke-color: var(--maincolor);
	color:transparent;
	line-height: 0.5;
}

.no_title::before {
	content:"POINTS";
	display: flex;
	justify-content: center;
	width:4.6rem;
	height:4.6rem;
	line-height:4.6rem;
	color:var(--maincolor);
	font-family: var(--en);
	font-weight:500;
	font-size:1.2rem;
	letter-spacing: 0.06em;
	background:rgba(0,112,184,0.1);
	border-radius:50%;
	position:relative;
	text-align: center;
	white-space: nowrap;
	margin:0 auto;
}

/*-------------------------------
	numbers_title
-------------------------------*/

.numbers_title {
	display:flex;
	align-items: flex-end;
	flex-wrap:nowrap;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.25;
}

.numbers_title span {
	font-size:7rem;
	font-weight:600;
	font-style: italic;
	font-family: var(--no);
	-webkit-text-stroke-width: 0.1rem;
	-webkit-text-stroke-color: #343638;
	color:transparent;
	line-height:0.85;
	margin-right:2rem;
}

/*-------------------------------
	sub title
-------------------------------*/

.sub_title{
	font-family: var(--mincho);
	font-size: 2.4rem;
	margin-bottom: 9rem;
	letter-spacing: .05em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.sub_title span{
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_title span::before,
.sub_title span::after{
	line-height: 1;
	display: block;
}
.sub_title span::before{
	content: "＼";
}
.sub_title span::after{
	content: "／";
}

/*-------------------------------
	maru title
-------------------------------*/

.maru_title {
	font-size:3rem;
	font-weight:600;
	font-family: var(--mincho);
	line-height:1.6;
	position:relative;
	letter-spacing: .05em;
}

.maru_title_center {
	text-align: center;
}

.maru_title span {
	display: block;
	font-size:1.6rem;
	font-weight:500;
	font-family: var(--en);
	color:var(--maincolor);
	position:relative;
	padding-bottom:1em;
	letter-spacing: .06em;
	position:relative;
	padding-left:1.6rem;
	line-height:1.25;
}

.maru_title span::before {
	content:"";
	display: inline-block;
	width:1.2rem;
	height:1.2rem;
	background:var(--maincolor);
	border-radius: 50%;
	position:absolute;
	left:0;
	top:0.2em;
}

.maru_title_center > span::before {
	display: none;
}

.maru_title_center > span {
	padding-left:0;
}

.maru_title_center span span {
	display: inline-block;
	padding-bottom:0;
}

/*-------------------------------
	bar title
-------------------------------*/

.bar_title {
	font-size:2.8rem;
	font-weight:500;
	font-family: var(--mincho);
	line-height: 1.8;
	padding-left:2.2rem;
	border-left:0.9rem solid #B0BAC4;
	letter-spacing: 0.05em;
}

.bar_title::before {
	content:attr(data-bar);
	display: inline-block;
	font-size:2.8rem;
	font-weight:500;
	font-family: var(--no);
	margin-right:2rem;
	letter-spacing: 0.05em;
	order:1;
	line-height: 1.8;
}

.bar_title span {
	font-size:1.4rem;
	font-weight:700;
	font-family: var(--jp);
	letter-spacing: 0.01em;
}

/*-------------------------------
	list-circle	
-------------------------------*/

.list-circle li {
	position:relative;
	padding-left:1.25em;
	text-indent: 0;
}

.list-circle li::before {
	font-size:1em;
	color: var(--maincolor);
	position:absolute;
	left:0;
	top:0;
}

/*-------------------------------
	Index more 詳しくみる
-------------------------------*/

.Index-more{
	width: 10rem;
}
.Index-more a,
.Index-more .more_txt{
	color: var(--blackcolor);
	padding-right: 1.6rem;
	padding-bottom: .5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	display: block;
	position: relative;
	opacity: 1 !important;
}
.Index-more a::before,
.Index-more .more_txt::before{
	transition: var(--transition);
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Index-more a::after,
.Index-more .more_txt::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../images/common/icon_arrow-black-border.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.Index-more a:hover{
	color: var(--maincolor);
}
.Index-more a:hover::before{
	background: var(--maincolor);
}
.Index-more a:hover::after{
	background-image: url(../images/common/icon_arrow-border.svg);
}



/*-------------------------------
	no list
-------------------------------*/

.no_list {
	counter-reset: item;
}

.no_list > li {
	position:relative;
	padding-left:1.5em;
	line-height:2.25;
}

.no_list > li::before {
	counter-increment: item;
	content: counter(item)'.';
	position:absolute;
	left:0;
	top:0;
	line-height:2.25;
}

/*-------------------------------
	パーツ
-------------------------------*/

/*----- 見出し */
.Index-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Index-title__en{
	color: var(--maincolor);
	font-family: var(--en);
	width: 100%;
	letter-spacing: .06em;
	margin-bottom: 2.4rem;
	line-height: 1;
	font-weight: 500;
	display: block;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Index-title__en::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .3rem;
	border-radius: 50%;
}
.Index-title__jp{
	font-family: var(--mincho);
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(4.8 / 3);
	display: block;
}


/*-------------------------------
	Index layout
-------------------------------*/

/*----- レイアウト1 */
.Index-layout__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Index-layout__body{
	width: calc(50% - 7.5rem);
	padding-top: 14.8rem;
}
.Index-layout__title{
	margin-bottom: 2rem;
}
.Index-layout__text{
	margin-bottom: 6rem;
}
.Index-layout__image{
	width: calc(50% - 2rem);
	position: sticky;
	right: 0;
	top: 0;
	/* display: flex;
	align-items: flex-start;
	justify-content: flex-start; */
}
.Index-layout__image img{
	/* width: calc(100% + 13.5rem); */
	width: 50vw;
    height: 60rem;
	border-bottom-left-radius: 3rem;
	object-fit: cover;
}
/* 反転 */
.Index-layout__inner.-reverse{
	flex-direction: row-reverse;
}
.Index-layout__inner.-reverse .Index-layout__image{
	justify-content: flex-end;
}
.Index-layout__inner.-reverse .Index-layout__image img{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 3rem;
}

/*-------------------------------
	dl wrap dl list
-------------------------------*/

.dl_list {
	display: flex;
	flex-wrap:wrap;
}

.dl_list dt,
.dl_list dd {
	border-top:.1rem solid #DDDDDD;
}

.dl_list dt:last-of-type,
.dl_list dd:last-of-type {
	border-bottom:.1rem solid #DDDDDD;
}

.dl_list dt {
	background:#F5F6F7;
	padding:2rem 1rem 2rem 2rem;
	width:19rem;
	font-weight:700;
}

.dl_list dd {
	width:calc(100% - 19rem);
	padding:2rem 2rem 2rem 5.5rem;
}

/*-------------------------------
	Page link
-------------------------------*/

.Pagelink_btn {
	width:25%;
}

.Pagelink_btn:not(:last-of-type) {
	border-right:.1rem solid #343638;
}

.Pagelink_btn a {
	width:100%;
	height:10rem;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:1rem;
	color:#343638;
	font-weight:700;
	position:relative;
}
.Pagelink_btn a::after {
	content:"";
	display: block;
	width:1.1rem;
	height:.7rem;
	background:url(../images/company/icon_triangle.svg) no-repeat center / contain;
	position:absolute;
	left:50%;
	bottom:0.8rem;
	transform:translateX(-50%);
}

/*-------------------------------
	Sub Keyvisual
-------------------------------*/


.Sub_keyvisual {
	padding:9rem 0 10rem;
}

.Sub_keyvisual .maru_title span {
	color:#B0BAC4;
}

.Sub_keyvisual .maru_title span::before {
	background-color:#B0BAC4;
}

/*-------------------------------
	
-------------------------------*/

/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width:960px) and (min-width: 769px){

	.Index-layout__body{
		width: calc(50% - 2.5rem);
	}

	.Index-layout2-link{
		width: 50%;
	}
	.Index-layout2__image{
		width: 50%;
		padding-left: 5rem;
	}

}

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px) {


/*-------------------------------
	パンくず
-------------------------------*/
.Breadclumb {
	display: none;
}

.Keyvisual__image {
	margin-top:14rem;
}

/*-------------------------------
	h_title	
-------------------------------*/

	.h_title{
		font-size: 3.6rem;
		margin-bottom: 4.6rem;
	}
	.h_title > span::before,
	.h_title > span::after{
		width: 9rem;
	}
	.h_title > span > span{
		padding-left: 2rem;
		padding-right: 2rem;
		line-height: calc(5 / 3.6);
	}
	.h_title > span > span::before{
		left: -9rem;
	}
	.h_title > span > span::after{
		right: -9rem;
	}

/*-------------------------------
	no_title
-------------------------------*/

.no_title span {
	font-size:9.4rem;
	-webkit-text-stroke-width: 0.2rem;
}

.no_title::before {
	width:5.4rem;
	height:5.4rem;
	line-height:5.4rem;
	font-size:2rem;
}

/*-------------------------------
	numbers_title
-------------------------------*/

.numbers_title {
	font-size:3rem;
}

.numbers_title span {
	font-size:9.4rem;
	-webkit-text-stroke-width: 0.2rem;
	margin-right:2.4rem;
}

/*-------------------------------
	sub title	
-------------------------------*/

.sub_title{
	font-size: 3.2rem;
	margin-bottom: 10.6rem;
}

/*-------------------------------
	maru title
-------------------------------*/

.maru_title {
	font-size:4rem;
	line-height: calc(5 / 4);
}


.maru_title span {
	font-size:2.2rem;
	padding-left:2.2rem;
}

.maru_title span::before {
	width:1.7rem;
	height:1.7rem;
	top:0.2em;
}

.maru_title_center > span::before {
	display: none;
}

.maru_title_center span span {
	display: inline-block;
	padding-bottom:0;
}

.maru_title_center > span {
	padding-left:0;
}

/*-------------------------------
	bar title
-------------------------------*/

.bar_title {
	font-size:3.6rem;
	padding-left:2.8rem;
	border-left:1.2rem solid #B0BAC4;
}

.bar_title::before {
	font-size:3.6rem;
	margin-right:2.5rem;
}

.bar_title span {
	font-size:2.2rem;
}

/*-------------------------------
	Index more 詳しくみる
-------------------------------*/

	.Index-more{
		width: 18rem;
	}
	.Index-more a,
	.Index-more .more_txt {
		padding-right: 2.9rem;
	}
	.Index-more a::after,
	.Index-more .more_txt::after{
		width: 2.9rem;
		height: 2.9rem;
	}

/*-------------------------------
	パーツ
-------------------------------*/

	/*----- 見出し */
	.Index-title__en{
		font-size: 2.2rem;
		margin-bottom: .8rem;
	}
	.Index-title__en::before{
		width: 1.7rem;
		height: 1.7rem;
		margin-right: .5rem;
	}
	.Index-title__jp{
		font-size: 4rem;
		line-height: calc(5 / 4);
	}

/*-------------------------------
	Index layout
-------------------------------*/

	/*----- レイアウト1 */
	.Index-layout__inner{
		flex-direction: column;
	}
	.Index-layout__body{
		width: 100%;
		padding-top: 0;
	}
	.Index-layout__title{
		margin-bottom: 6rem;
	}
	.Index-layout__text{
		margin-bottom: 5rem;
	}
	.Index-layout__image{
		margin-top: 5.3rem;
		width: 100%;
		position: static;
	}
	.Index-layout__image img{
		width: calc(100% + var(--padding-leftright));
	}
	/* 反転 */
	.Index-layout__inner.-reverse{
		flex-direction: column;
	}
	.Index-layout__inner.-reverse .Index-layout__image{
		justify-content: flex-start;
	}
	.Index-layout__inner.-reverse .Index-layout__image img{
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 0;
	}

/*-------------------------------
	dl wrap dl list
-------------------------------*/

.dl_list dt {
	padding:4rem 2rem 4rem 3rem;
	width:100%;
}

.dl_list dd {
	width:100%;
	padding:4rem 0rem;
}

.dl_list dd:last-of-type {
	border-top:none;
}

/*-------------------------------
	Page link
-------------------------------*/

.Pagelink_btn {
	width:50%;
	border-left:.2rem solid #343638;
	margin-bottom:4rem;
}

.Pagelink_btn:not(:last-of-type) {
	border-right:none;
}

.Pagelink_btn:nth-of-type(even) {
	border-right:.2rem solid #343638;
}

.Pagelink_btn a {
	height:auto;
	padding:0rem 1.5rem 3.5rem;
}
.Pagelink_btn a::after {
	width:2rem;
	height:1.25rem;
	bottom:1.4rem;
}

/*-------------------------------
	scroll hint
-------------------------------*/

.js_scroll .scroll-hint-icon {
	width:24rem;
	left:calc(50% - 12rem);
	top:calc(50% - 5rem);
	padding:4rem 2rem 2rem 2rem;
}

.scroll-hint-text {
	font-size:2rem;
}

.scroll-hint-icon:before {
	width:8rem;
	height:8rem;
}

.scroll-hint-icon:after {
	width:6.8rem;
	height:2.8rem;
	top:2rem;
	margin-left:-4rem;
	background-size:contain;
}

/*-------------------------------
	Sub Keyvisual
-------------------------------*/

.Sub_keyvisual {
	padding:26rem 0 15rem;
}

} /* end 768px; */
