@charset "utf-8";

html {
	font-size: 62.5%;
}

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

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

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

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 500;
	color: #1D1D1F;
	letter-spacing: 0.1em;
	hyphens: auto;
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
}

div,
p {
	line-height: 2;
}

@media screen and (min-width: 1071px){
	body {}
}

@media screen and (max-width: 1070px){
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	body.active {
		position: fixed;
		width: 100%;
	}
}

@keyframes csn-rotate {
	to {
		transform: rotate(360deg);
	}
}

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

#wrapper {
	position: relative;
}

@media screen and (min-width: 1071px){
	#wrapper {}
}

@media screen and (max-width: 1070px){
	#wrapper {}
}

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

header {
	color: #4d4d52;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 100;
}

header .area {
	padding: 1.2em 0;
	color: #4D4D52;
	width: 100%;
	background-color: rgba(255, 255, 255, .98);
	z-index: 1000;
	top: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

header.ja .area {
	padding: 0 0 1.2em 0;
}

header .logo {
	line-height: 1;
	padding-bottom: 1px;
}

header .logo a {
	line-height: 1;
}

header .logo img {}

@media screen and (min-width: 768px){
	header .logo a {
		padding: 2px 0 3px 0;
	}
}

@media screen and (max-width: 767px){
	header {}

	header .area {
		padding: 0 0 1em 0;
	}

	header .area .wrap {
		width: 100vw;
		box-sizing: border-box;
		padding: 1em 4.3vw 1px 4.3vw;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	header .area .teijin img {
		width: auto;
		height: 30px;
	}

	header .area .logo {
		margin-left: auto;
		margin-right: auto;
	}

	header .area .logo img {
		width: auto;
		height: 22px;
	}
}

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

header .gnavi {
	margin-left: auto;
	color: #1d1d1f;
}

header .gnavi .left {
	padding-right: 0.5em;
	border-right: 1px solid #ccc;
	margin-right: 0.5em;
}

header .gnavi .right {
	margin-right: auto;
}

header .gnavi .item {
	padding: 0 .4em;
	line-height: 1.4;
}

header .gnavi .item.new {
	position: relative;
}

header .gnavi .item.new:after {
	content: "New";
	color: #c00000;
	display: block;
	position: absolute;
	font-size: 12px;
	right: 0px;
	top: -16px;
}

@media screen and (min-width: 768px){
	header .gnavi {
		font-size: 14.5px !important;
	}

	header.ja .inner980 {
		width: 980px;
		padding: 0;
	}

	header.ja .gnavi .item.has_child {
		position: relative;
		padding-right: 30px;
	}

	header.ja .gnavi .item.has_child:before {
		content: "";
		height: 24px;
		width: 100%;
		bottom: -24px;
		position: absolute;
		left: 0;
	}

	header.ja .gnavi .item.has_child:after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #B2B2B8;
		border-right: 1px solid #B2B2B8;
		position: absolute;
		right: 10px;
		top: 6px;
		transform: rotate(135deg);
	}

	header.ja .gnavi .item.has_child .item_inner {
		position: absolute;
		top: 43px;
		background-color: #FAFAFA;
		width: 220px;
		left: -10px;
		padding: 0px 19px;
		box-sizing: border-box;
		height: 0;
		overflow: hidden;
		transition: height 0.3s ease;
		z-index: -1;
	}

	header.ja .gnavi .item.has_child .item_inner .item_child {
		padding: 10px 0;
	}

	header.ja .gnavi .item.has_child .item_inner .item_child+.item_child {
		border-top: 1px solid #ccc !important;
	}

	header.ja .gnavi .item.has_child:hover:after {
		transform: rotate(-45deg);
		top: 10px;
	}

	header.ja .gnavi .item.has_child:hover .item_inner {
		height: 128px;
	}
}

@media screen and (max-width: 767px){
	header .gnavi {
		padding: 50px 7.3vw 50vh 7.3vw;
		max-height: 100vh;
		overflow-y: scroll;
		box-sizing: border-box;
	}

	header .gnavi .navi {
		flex-wrap: wrap;
		position: relative;
		margin-bottom: 10vh;
	}

	header .gnavi .navi .left,
	header .gnavi .navi .right {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		border-right: 0;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
		position: relative;
	}

	header .gnavi .navi .left:after,
	header .gnavi .navi .right:after {
		content: "";
		display: block;
		width: 29vw;
		height: 1px;
		background-color: #ccc;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	header .gnavi .navi .item {
		padding: 0;
	}

	header .gnavi .navi .item a {
		padding: .3em 0;
		font-size: 4vw;
	}

	header .gnavi .item.new:after {
		display: inline-block;
		font-size: 3vw;
		position: static;
		margin-left: 1vw;
	}

	header .gnavi .navi .links:after {
		display: none;
	}

	header .gnavi .navi .links {
		margin-top: 2vh;
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}

	header .gnavi .navi .links a {
		font-size: 2.5vw;
		opacity: .6;
	}

	header .sns {
		padding-top: 2em;
	}

	header .sns .item {
		margin-right: 1em;
	}
}

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

header .gnavi .navi .lang {
	margin-left: 1.5em;
}

header .gnavi .navi .lang .item {
	padding: 0 .7em;
	border-right: 1px solid #ccc;
	line-height: 1;
}

header .gnavi .navi .lang .item:last-of-type {
	border-right: 0;
}

header .gnavi .navi .lang .item a {
	opacity: .4;
}

header .gnavi .navi .lang .item a:hover {
	opacity: 1;
}

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

@media screen and (max-width: 767px){
	header .gnavi .navi .lang {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	header .gnavi .navi .lang .item {
		font-size: 3vw;
		padding: 0;
	}

	header .gnavi .navi .lang .item span,
	header .gnavi .navi .lang .item a {
		font-size: inherit;
		padding: 0 .8em;
	}
}


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

@media screen and (min-width: 768px){
	header {}
}

@media screen and (max-width: 767px){
	header {}

	header.fixed .area {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		box-sizing: border-box;
		background: rgba(255, 255, 255, .96);
		z-index: 100;
	}

	header .gnavi {
		margin: 0;
		display: none;
		position: absolute;
		right: 0;
		top: 86px;
	}

	header .gnavi.active {
		z-index: 110;
	}
}

/*--------------------------------------------------------------------*/
@media screen and (min-width: 768px){}

@media screen and (max-width: 767px){
	.sp.menu {
		position: relative;
		align-items: stretch;
		border-radius: 3px;
		display: inline-block;
		background: rgba(255, 255, 255, .9);
	}

	.sp.menu .button {
		position: relative;
		z-index: 1100;
		width: 1em;
		height: 0.75em;
		margin: 2px;
	}

	.sp.menu .button .line {
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .3s;
	}

	.sp.menu .button .line:first-of-type {
		top: 0;
	}

	.sp.menu .button .line:nth-of-type(2) {
		top: 0;
		bottom: 0;
	}

	.sp.menu .button .line:last-of-type {
		bottom: 0;
	}

	.sp.menu.active .button .line:first-of-type {
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* .sp.menu.active .button .line:nth-of-type(2){
		opacity: 0;
	} */
	.sp.menu.active .button .line:last-of-type {
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#layer {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, .97);
		z-index: 99;
	}

	#layer.active {}
}

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

#main {
	overflow: hidden;
}

@media screen and (min-width: 768px){
	#main {}
}

@media screen and (max-width: 767px){
	#main {}
}

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

.breadcrumbs {
	padding: 1.7em 0;
}

.breadcrumbs .delimiter {
	padding: 0 .7em;
	color: #707070;
}

.breadcrumbs a {
	color: #B2B2B8;
	position: relative;
}

.breadcrumbs a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #B2B2B8;
	transition: width .1s ease-in-out;
}

.breadcrumbs a:hover {
	opacity: 1;
}

.breadcrumbs a:hover:before {
	width: 100%;
}

.breadcrumbs .home,
.breadcrumbs .type {
	white-space: nowrap;
}

@media screen and (min-width: 1071px) {}

@media screen and (max-width: 1070px) {
	.breadcrumbs {
		padding: 1.2em 6.3vw;
		font-size: 3.467vw!important;
	}

	.breadcrumbs .wrap {
		overflow-x: auto;
	}

	.breadcrumbs * {
		white-space: nowrap;
	}
}

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

#contents {}

@media screen and (min-width: 1071px){
	#contents {}
}

@media screen and (max-width: 1070px){
	#contents {}
}

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

#sidebar {}

@media screen and (min-width: 1071px){
	#sidebar {}
}

@media screen and (max-width: 1070px){
	#sidebar {}
}

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

footer {}

footer .area {
	background-color: #F2F2F2;
}

footer .area .wrap {
	padding: 50px 0 20px 0;
	align-items: flex-start;
}

footer .area .logo {
	flex: 1;
}

footer .area .gnavi {
	flex: 3;
}

footer .area .gnavi .item {
	margin-bottom: 0.5em;
}

footer .area .gnavi .item a {
	white-space: nowrap;
}

footer .area .gnavi .ft_about {
	margin-top: 40px;
}

footer .area .gnavi .icon-privacy {
	margin-top: 37px;
}

footer .area .gnavi .icon-privacy img {
	width: 60px;
}

.footer-cookie-btn {
	transition: all .3s;
}

.footer-cookie-btn:hover {
	cursor: pointer;
	opacity: 0.6;
}

@media screen and (min-width: 768px){
	.ar-footer-navi .right.txtR {
		text-align: right;
	}

}

@media screen and (max-width: 767px){
	footer .area {
		padding: 0 7.3vw;
	}

	footer .area .wrap {
		padding: 35px 0 35px 0;
		flex-direction: column;
		justify-content: center;
	}

	footer .area .logo {
		padding-bottom: 30px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}

	footer .area .gnavi .reading {
		font-size: 12px;
	}

	.ar-footer-navi .navi {
		flex-direction: row-reverse;
	}

	.ar-footer-navi .left {
		text-align: right;
	}

}

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

footer .area .bottom {
	padding: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

footer .area .bottom .langset .item {
	padding-right: 1em;
	border-right: 1px solid #ccc;
	margin-right: 1em;
	line-height: 1;
}

footer .area .bottom .langset .item:last-of-type {
	padding: 0;
	border: 0;
	margin: 0;
}

footer .area .bottom .langset .item a {
	opacity: .4;
}

footer .area .bottom .langset .item a:hover {
	opacity: 1;
}

footer .area .bottom .sns .item {
	padding: 0 .5em;
	line-height: 1;
}

footer .area .bottom .sns .item:last-of-type {
	padding-right: 0;
}

footer .area .teijin {
	padding: 50px 0;
}

footer .area .copyright {
	font-size: 1.2rem;
	padding-top: 1em;
	padding-bottom: 3em;
	opacity: .5;
}

footer .company {
	line-height: 1;
}

footer .company img {
	height: 16px;
	width: auto;
}

@media screen and (min-width: 768px){
	footer {}
}

@media screen and (max-width: 767px){
	footer {}

	footer .area .gnavi {
		flex-wrap: wrap;
		font-size: 3.45vw;
		width: 100%;
	}

	footer .area .gnavi .navi {
		flex-wrap: wrap;
	}

	footer .area .gnavi .left,
	footer .area .gnavi .right {
		width: 48%;
	}

	footer .area .gnavi .left:nth-of-type(2) {
		order: 3;
	}

	footer .area .gnavi .right {
		order: 2;
	}

	footer .area .bottom .langset {
		font-size: 1.15rem;
		padding: .5em 0;
	}

	footer .area .bottom .langset .item {
		padding-right: .7em;
		margin-right: .7em;
	}

	footer .area .bottom .sns img {
		width: 17px;
		height: 17px;
	}

	footer .area .teijin {
		padding: 20px 0 30px 0;
	}

	footer .area .teijin img {
		width: auto;
		height: 10px;
	}

	footer .area .copyright {
		font-size: 1rem;
	}

	footer .company img {
		height: 13px;
	}

	footer .area .gnavi .reading {
		margin-top: 57px;
	}
}

/*--------------------------------------------------------------------*/
/*--リニューアル後header------------------------------------------------*/
#gnav-check {
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
}

.header-wrapper {
	color: #4D4D52;
	background-color: rgba(255, 255, 255, .98);
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	padding-top: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 767px){
.header-wrapper {
    color: #4D4D52;
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    padding-top: 5px;
    padding-right: 5px;
}
}

@media screen and (min-width: 768px){
	.teijinLogo-sp {
		display: none !important;
	}
	.gnav-icon {
		display: none;
	}

	.header-inner {
		color: #1d1d1f;
		padding: 0 min(3.333vw,64px);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.header-logo img {
		display: block;
		width: min(18.75vw,200px);
	}

	.header-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.header-nav-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		transition: margin .2s ease-out;
		
		
	}

	.header-nav-list-item {
		transition: margin .2s ease-out;
		margin-right: min(2.604vw,50px);
		padding-bottom: 22px;
    line-height: 1;
	}

	.header-nav-list-item:hover>a,
	.header-nav-list-item:hover>.header-nav-list-item-text {
		color: #bfbfb8;
	}

	.header-nav-list-item a {
		position: relative;
	}

	.header-nav-dropdown-icon {
		position: relative;
	}

	.header-nav-dropdown-icon::after {
		border-top: 1px solid #1d1d1f;
		border-right: 1px solid #1d1d1f;
		content: '';
		display: block;
		transform: rotate(135deg) translate(-2px, 1px);
		transition: border-color .2s ease-out;
		width: min(0.365vw,7px);
		height: min(0.365vw,7px);
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.header-nav-list-item:hover .header-nav-dropdown-icon::after {
		border-color: #bfbfb8;
		transform: rotate(-45deg) translate(-2px, 1px);
	}

	.header-nav-list-item:last-child {
		margin-right: 0;
	}

	.header-nav-list-item a {
		font-size: min(1.667vw,14px);
	}

	.header-nav-dropdown {
		border: 1px solid #fff;
		opacity: 0;
		visibility: hidden;
		transform: translate(-25px, 10px);
		transition: all .2s ease-out;
		position: absolute;
		z-index: -1;
		margin-left: 20px;
	}

	.header-nav-dropdown-item a {
		background: #d9d9d6;
		border-top: 1px solid #bfbfb8;
		border-bottom: 1px solid #bfbfb8;
		display: block;
		padding: min(0.781vw,15px) min(1.302vw,25px);
	}

	.header-nav-dropdown-item a:hover {
		background: #000;
		color: #fff;
		opacity: 1;
	}

	.icon_opentab {
		transition: all .2s ease-out;
	}

	a:hover .icon_opentab {
		fill: #fff;
	}

	.header-nav-list-item:hover .header-nav-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translate(-25px, 19px);
	}

	.header-nav-list-item-text,
	.header-nav-lang-list-itme a {
		font-size: min(1.667vw,14px);
		padding-right: min(1.042vw,20px);
	}

	.header-nav-lang .header-nav-dropdown {
		transform: translate(-15px, 10px);
	}

	.header-nav-lang .header-nav-list-item:hover .header-nav-dropdown {
		transform: translate(-15px, 19px);
	}

	.header-nav-lang .header-nav-dropdown-item a {
		padding: min(0.156vw,3px) min(1.042vw,20px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1420px) {
	.header-nav-list {
		margin-right: min(2.083vw,40px);
	}

	.header-nav-list-item {
		margin-right: min(1.563vw,30px);
	}

}

@media screen and (max-width: 767px){
	.teijinLogo-pc {
		display: none !important;
	}
	.gnav-icon {
		display: block;
	}
	.gnav-icon {
		width: 40px;
    height: 40px;
    margin: auto;
		position: absolute;
    top: 3px;
    left: 15px;
	}
	.gnav-icon__wrap::before,
	.gnav-icon__wrap::after {
		content: '';
	}
	.gnav-icon__wrap::before {
		transform: translateY(13px);
	}
	.gnav-icon__wrap::after {
		transform: translateY(-13px);
	}
	.gnav-icon__wrap::before,
	.gnav-icon__wrap::after,
	.gnav-icon__inner {
		background: #1d1d1f;
		width: 40px;
		height: 2px;
		display: block;
		transition: all .4s ease-out;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	#gnav-check:checked ~ .header-inner .gnav-icon__wrap::before {
		transform: translateY(0) rotate(-45deg);
	}
	#gnav-check:checked ~ .header-inner .gnav-icon__wrap::after {
		transform: translateY(0) rotate(45deg);
	}
	#gnav-check:checked ~ .header-inner .gnav-icon__inner {
		opacity: 0;
	}
	.header-logo {
		padding-bottom: 17px;
		width: 200px;
        display: block;
        margin: 0 auto;
		padding-left: 20px;
		text-align: center;
	}
	.header-inner {
		position: relative;
	}
	.header-nav {
		background: #d9d9d6;
		height: calc(70vh - 64px);
		visibility: hidden;
		opacity: 0;
		overflow-x: scroll;
		transition: all .4s ease-out;
		padding: 11.333vw 6.667vw 16.667vw;
		position: absolute;
		top: 49px;
		width: calc(100% - 50px);
		left: 0;
	}
	#gnav-check:checked ~ .header-inner .header-nav {
		visibility: visible;
		opacity: 1;
	}
	.header-nav-list li {
		margin-bottom: 4vw;
	}
	.header-nav-list-item a {
		color: #000;
		font-size: 4.267vw;
		font-weight: 500;
	}
	.header-nav-list-item > span {
		
	}
	.header-nav-dropdown li:not(:first-of-type) {
		padding-left: 5.333vw;
	}
	.header-nav-list-item:nth-of-type(3) .header-nav-dropdown li {
		padding-left: 0;
	}
	.header-nav-lang {
		margin-top: 9.333vw;
	}
	.header-nav-lang .header-nav-dropdown {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.header-nav-lang .header-nav-dropdown li {
		padding: 0;
	}
	.header-nav-lang .header-nav-dropdown li:not(:last-child) {
		border-right: 2px solid #bfbfb8;
	}
	.header-nav-lang .header-nav-dropdown li a {
		font-size: 4.267vw;
		font-weight: 500;
		padding: 2vw 4vw;
		line-height: 1;
	}
	.header-nav-lang .header-nav-dropdown li.current a {
		background: #000;
		color: #fff;
	}
	

/* ===== スタック順（ボタンが常に押せる） ===== */
header.ja,
header.ja .header-wrapper { position: relative; z-index: 300000; }
.gnav-icon { position: absolute; z-index: 300003; }
.header-inner { position: relative; z-index: 300002; }
.header-nav   { position: absolute; z-index: 300001; }

/* ===== オーバーレイ（ヘッダーより下・本文より上） ===== */
#menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;           /* 閉時は絶対に当たらない */
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 299999;                /* ヘッダー(300000)より下に固定 */
  display: none;                  /* 初期は物理的に消す（重要） */
}

/* メニューOPEN中の見た目（:checked と併用でもOK） */
html.menu-open #menu-overlay{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;           /* OPEN中だけタップ可 */
  display: block;                 /* ヒットボックスを作る */
}

/* メニュー本体：右側に50pxの隙間を常に確保 */
.header-nav{
  top: 49px;
  left: 0;
  right: 50px;                    /* ← 確実に暗い領域を作る */
  box-sizing: border-box;
  background: #d9d9d6;
  height: calc(70vh - 64px);
  overflow-x: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease;
  pointer-events: none;           /* 閉時は触れない */
}
#gnav-check:checked ~ .header-inner .header-nav{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;           /* 開時のみ触れる */
}

/* menu-open クラスでも同じ見た目（JS主導でも崩れない） */
html.menu-open .header-inner .header-nav{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* 念のため：他スクリプト抑止の影響を下げる */
html, body { overscroll-behavior: auto; touch-action: auto; }


	
	
}





/*--リニューアル後footer------------------------------------------------*/
.footer {
	background: #d9d9d6;
}

.footer,
.footer-nav-list,
.footer-nav-list-item a {
	transition: all .2s ease-out;
}

@media screen and (min-width: 768px){
	.footer {
		padding: 70px 125px 0;
	}

	.footer-inner {
		border-bottom: 2px solid #ccccc8;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 25px;
	}

	.footer-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	.footer-nav-list {
		width: min(13.021vw,250px);
	}

	.footer-nav-list-item {
		line-height: 1;
	}

	.footer-nav-list-item+.footer-nav-list-item {
		margin-top: 22px;
	}

	.footer-nav-list-item a {
		color: #1d1d1f;
		font-size: min(1.458vw,14px);
	}
	.footer-nav-list:nth-of-type(4) .footer-nav-list-item a {
		font-size: min(1.25vw,12px);
	}

	.icon-privacy {
		position: absolute;
		right: 0;
		bottom: 35px;
	}

	.icon-privacy img {
		width: 45px;
	}

	.footer-sub {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0;
	}

	.footer-sns {
		display: flex;
		align-items: center;
	}

	.footer-companyName img {
		display: block;
		width: 130px;
	}

	.footer-sns-fb img {
		display: block;
		width: 22px;
	}

	.footer-sns-x {
		display: block;
		margin: 0 25px 0 15px;
	}

	.footer-sns-x img {
		display: block;
		width: 18px;
	}

	.footer-copyright {
		font-size: 10px;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1420px) {
	.footer {
		padding: 70px 60px 0;
	}
	.footer .logo {
		width: min(11.517vw,125px);
	}
	.footer-nav-list {
		width: min(16.617vw,200px);
	}

	.footer-nav-list-item a {
		font-size: min(1.25vw,12px);
	}
}

@media screen and (max-width: 767px){
	.footer {
		padding: 12vw 6.667vw 2.5vw;
	}
	.footer .logo {
		margin-bottom: 10.667vw;
		width: 200px;
	}
	.footer-nav {
		position: relative;
		z-index: 1;
	}
	.footer-nav-list {
		float: left;
		width: 50%;
	}
	.footer-nav-list:nth-of-type(3) {
		margin-bottom: 5.333vw;
	}
	.footer-nav-list:nth-of-type(4) {
		border-top: 2px solid #bfbfb8;
		border-bottom: 2px solid #bfbfb8;
		clear: both;
		float: none;
		width: 100%;
		padding: 5.333vw 0;
	}
	.footer-nav-list a {
		font-size: 2.833vw;
	}
	.icon-privacy {
		width: 16vw;
		position: absolute;
		right: 0;
		bottom: 6.667vw;
	}
	.footer-sub {
		padding-top: 34vw;
		position: relative;
	}
	.footer-companyName img {
		width: 33.333vw;
	}
	.footer-sns-fb,
	.footer-sns-x {
		position: absolute;
		top: 21.667vw;
	}
	.footer-sns-fb {
		width: 8.533vw;
		left: 0;
	}
	.footer-sns-x {
		width: 7.867vw;
		left: 0vw;
	}
	.footer-copyright {
		font-size: 2.667vw;
		display: block;
		margin-top: 2.667vw;
	}
}



.pages {
	margin-top: 2em;
}

.pages .area {
	justify-content: center;
}

.pagination {
	text-align: center;
}

.pagination a,
.pagination span {
	border: 1px solid #999;
	padding: 3px 4px;
	margin: 5px;
	font-size: 1.2rem;
	display: inline-block;
}

.pagination span {
	color: #999;
	border: 1px solid #DDD;
}

.pagination a:hover {
	opacity: 0.6;
}

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

@media screen and (min-width: 1071px){
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 1070px){
	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 1070px){
	img {
		width: 100%;
	}
}

.pdf-direct-top a {
	background: url('../img/ico/icon_pdf.svg') no-repeat right 50% / 20px;
	padding-right: 30px;
}

.pdf-direct .info .title a {
	background: url('../img/ico/icon_pdf.svg') no-repeat right 7px / 20px;
	padding-right: 30px;
}

/* 装飾 */
.blue {
	color: #3CF !important;
}

.ease1s * {
	-webkit-transition: all ease-in-out .1s;
	transition: all ease-in-out .1s;
}

.ease2s * {
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

.ease3s * {
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.ease4s * {
	-webkit-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s;
}

.ease5s * {
	-webkit-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

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

.flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

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

.flex.-alstretch {
	align-items: stretch;
}

.flex.-alstart {
	align-items: flex-start;
}

.flex.-jsstart {
	justify-content: flex-start;
}

.flex.-jscenter {
	justify-content: center;
}

.flex.-fdrreverse {
	flex-direction: row-reverse;
}

.flex.-fdcreverse {
	flex-direction: column-reverse;
}

.flex.c4>* {
	width: 24%;
	box-sizing: border-box;
}

.flex.c3>* {
	width: 31%;
	box-sizing: border-box;
}

.flex.c2>* {
	width: 48%;
	box-sizing: border-box;
}

@media screen and (min-width: 1071px){}

@media screen and (max-width: 1071px){
	.flex.-spcolumn {
		flex-direction: column;
	}

	.flex.-spcolumn>* {
		width: 100% !important;
	}
}

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

.ico_arrow {
	position: relative;
	padding-right: 1em;
}

.ico_arrow:before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotateZ(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

a {
	transition: all .3s;
	display: inline-block;
}

a:hover {
	opacity: 0.6;
}

.ff_midashigo {
	font-family: 'A-OTF 見出ゴMB31 Pro', MidashiGoPro-MB31, "Noto Sans Japanese" !important;
	font-weight: 700;
}

.ff_shingo {
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif !important;
	font-weight: 800;
}

.ff_yugo {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "小塚ゴシック", KozukaGothic, "Yu Gothic", "Noto Sans Japanese", sans-serif !important;
	font-weight: 500 !important;
}

.visible {
	overflow: hidden;
	position: relative;
}

.visible img {
	/* 	width: 100%; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}

.before,
.after {
	position: relative;
}

.before:before,
.after:after {
	content: "";
	display: block;
	position: absolute;
}

.-annotation {
	color: #7d7d85 !important;
	font-size: 1.2rem !important;
	text-align: left !important;
}

@media screen and (min-width: 1071px){}

@media screen and (max-width: 1070px){
	.-annotation {
		font-size: .8rem !important;
		margin-top: 2em;
	}
}

/*　フォントサイズ　*/

.fs_10 {
	font-size: 10px;
	font-size: 1.0rem;
}

.fs_11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.fs_12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.fs_13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.fs_14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.fs_15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.fs_16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.fs_17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.fs_18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.fs_19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.fs_20 {
	font-size: 20px;
	font-size: 2rem;
}

.fs_21 {
	font-size: 21px;
	font-size: 2.1rem;
}

.fs_22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.fs_23 {
	font-size: 23px;
	font-size: 2.3rem;
}

.fs_24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.fs_25 {
	font-size: 25px;
	font-size: 2.5rem;
}

.fs_26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.fs_27 {
	font-size: 27px;
	font-size: 2.7rem;
}

.fs_28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.fs_30 {
	font-size: 30px;
	font-size: 3rem;
}

.fs_32 {
	font-size: 32px;
	font-size: 3.2rem;
}

.fs_35 {
	font-size: 35px;
	font-size: 3.5rem;
}

.fs_36 {
	font-size: 36px;
	font-size: 3.3rem;
}

.fs_38 {
	font-size: 38px;
	font-size: 3.8rem;
}

.fs_50 {
	font-size: 50px;
	font-size: 5.0rem;
}

.fs_58 {
	font-size: 58px;
	font-size: 5.8rem;
}

.fs_73 {
	font-size: 73px;
	font-size: 7.3rem;
}

.fs_60 {
	font-size: 60px;
	font-size: 6rem;
}

.fs_84 {
	font-size: 84px;
	font-size: 8.4rem;
}

@media screen and (min-width: 1071px){}

@media screen and (max-width: 1070px){
	.fs_10 {
		font-size: 8px;
		font-size: .8rem;
	}

	.fs_11 {
		font-size: 9px;
		font-size: .9rem;
	}

	.fs_12 {
		font-size: 10px;
		font-size: 1rem;
	}

	.fs_13 {
		font-size: 11px;
		font-size: 1.1rem;
	}

	.fs_14 {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.fs_15 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.fs_16 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.fs_17 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.fs_18 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.fs_20 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.fs_22 {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.fs_24 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.fs_28 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.fs_30 {
		font-size: 20px;
		font-size: 2rem;
	}

	.fs_32 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.fs_35 {
		font-size: 25px;
		font-size: 2.5rem;
	}

	.fs_38 {
		font-size: 27px;
		font-size: 2.7rem;
	}

	.fs_50 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.fs_58 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.fs_73 {
		font-size: 10.6vw;
	}
}

.fw_t {
	font-weight: 100;
}

.fw_l {
	font-weight: 300;
}

.fw_r {
	font-weight: 400;
}

.fw_m {
	font-weight: 500;
}

.fw_b {
	font-weight: 700;
}

.fw_bl {
	font-weight: 900;
}

.lh_17 {
	line-height: 1.7;
}

.lh_18 {
	line-height: 1.8;
}

.lh_20 {
	line-height: 2;
}

.lh_22 {
	line-height: 2.2;
}

.fss {
	font-size: 80%;
}

/* フォントカラー */

.fc_orange,
.fc_nmn {
	color: #D9A877 !important;
	border-color: #D9A877 !important;
}

.fc_green,
.fc_wasabi {
	color: #7DAA55 !important;
	border-color: #7DAA55 !important;
}

.fc_gold,
.fc_barley {
	color: #D9B778 !important;
	border-color: #D9B778 !important;
}

.fc_blue {
	color: #0770DB !important;
}

.fc_white {
	color: #FFF !important;
}

/* インナー */
@media screen and (min-width: 1071px){
	.inner880 {
		width: 880px;
		margin: 0 auto;
	}

	.inner900 {
		width: 900px;
		margin: 0 auto;
	}

	.inner920 {
		width: 920px;
		margin: 0 auto;
	}

	.inner940 {
		width: 940px;
		margin: 0 auto;
	}

	.inner950 {
		width: 950px;
		margin: 0 auto;
	}

	.inner960 {
		width: 960px;
		margin: 0 auto;
	}

	.inner980 {
		width: 980px;
		margin: 0 auto;
	}

	.inner1000 {
		width: 1000px;
		margin: 0 auto;
	}

	.inner1060 {
		width: 1060px;
		margin: 0 auto;
	}

	.inner1140 {
		width: 1140px;
		margin: 0 auto;
	}

	.inner1175 {
		width: 1175px;
		margin: 0 auto;
	}

	.inner1200 {
		width: 1200px;
		margin: 0 auto;
	}
}

.anchor {
	margin-top: -120px;
	padding-top: 120px;
}

#onetrust-banner-sdk #onetrust-close-btn-container button {
	background: none !important;
}

/*アラビア語調整用*/
#main.rtl {
	text-align: right;
	direction: rtl;
}

#main.rtl ol li,
#main.rtl ul li {
	padding-right: 2.5em;
	padding-left: 0;
}

#main.rtl th,
#main.rtl td {
	text-align: right;
}

#main.rtl .privacy_policy .policy_pmark__flex {
	flex-direction: row-reverse;
}

#main.rtl .privacy_policy .pagelink p+p {
	border-right: 1px solid #333;
	border-left: none;
	margin-right: 20px;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 0;
}

/*sec about*/
@media screen and (min-width: 1071px){
	.pc-none {
		display: none;
	}

	.sec-inner {
		padding: 6.51vw 6.51vw 3.385vw;
		position: relative;
	}
	.link-btn-wrapper {
		text-align: center;
		margin-top: 1.948vw;
		margin-bottom: 40px;
	}
	.link-btn-wrapper a {
		border: 1px solid #fff;
		border-radius: 4.167vw;
		background: #bfbfb8;
		color: #1d1d1f;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.938vw;
		font-weight: 500;
		line-height: 1.4;
		width: min(24.242vw,480px);
		height: min(4.04vw,80px);
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	.link-btn-wrapper a:hover {
		background-color: #000;
		color: #fff;
		opacity: 1;
	}
	.link-btn-arrow {
		display: block;
		width: 1.667vw;
		margin: auto;
		position: absolute;
		top: 0;
		right: 1.042vw;
		bottom: 0;
	}
	.link-btn-wrapper a:hover .link-btn-arrow path {
		transition: all .2s ease-out;
	}
	.link-btn-wrapper a:hover .link-btn-arrow path {
		stroke: #fff;
	}
	.link-btn-wrapper.another a {
		background: #fff;
		border: 2px solid #1d1d1f;
		font-size: 18px;
		min-width: 26.5em;
		height: 47px;
	}
	.link-btn-wrapper.another a:hover {
		color: #fff;
		background: #1d1d1f;
	}
	.link-btn-wrapper.another svg {
		display: none;
	}
}
@media screen and (max-width: 1070px){
	.sp-none {
		display: none;
	}
	.sec-inner {
		padding: 10vw 6.667vw;
		position: relative;
	}
	.link-btn-wrapper {
		text-align: center;
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.sec-treatise-archive-more.link-btn-wrapper {
		margin-top: calc(12.8vw - 32px);
	}
	.link-btn-wrapper a {
		border: 1px solid #fff;
		border-radius: 10.667vw;
		background: #bfbfb8;
		color: #1d1d1f;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		width: 100%;
		height: 13.333vw;
		position: relative;
	}
	.link-btn-wrapper a:hover {
		background-color: #000;
		color: #fff;
		opacity: 1;
	}
	.link-btn-arrow {
		display: block;
		width: 5.067vw;
		margin: auto;
		position: absolute;
		top: 0;
		right: 3.333vw;
		bottom: 0;
	}
	.link-btn-wrapper a:hover .link-btn-arrow path {
		transition: all .2s ease-out;
	}
	.link-btn-wrapper a:hover .link-btn-arrow path {
		stroke: #fff;
	}
	.link-btn-wrapper.another a {
		background: #fff;
		border: 2px solid #1d1d1f;
		font-size: 3.733vw;
		height: 15.9vw;
	}
	.link-btn-wrapper.another a:hover {
		color: #fff;
		background: #1d1d1f;
	}
	.link-btn-wrapper.another svg {
		display: none;
	}
}
.text-box-hl {
	line-height: 1.4;
}
@media screen and (min-width: 1071px){
	.sec-about {
		background: url('../img/home/sec_about_bg.png') no-repeat center / cover;
	}
	.sec-about-hl {
		font-size: 1.563vw;
		font-weight: 600;
		margin-bottom: 3.646vw;
	}
	.sec-about-p {
		font-size: 1.458vw;
		font-weight: 500;
		line-height: 2.2;
	}
	.sec-about-p+.sec-about-p {
		margin-top: 1.563vw;
	}
}
@media screen and (max-width: 1070px){
	.sec-about {
		background: url('../img/home/sec_about_bg_sp.png') no-repeat center / cover;
	}
	.sec-about-hl {
		font-size: 6.4vw;
		font-weight: 600;
		margin-bottom: 14.667vw;
	}
	.sec-about-p {
		font-size: 4.7vw;
		font-weight: 500;
		line-height: 2.2;
	}
	.sec-about-p + .sec-about-p {
		margin-top: 3.333vw;
	}
	.sec-about-p + .link-btn-wrapper {
		margin-top: 41.333vw;
	}
	.text-box-hl {
		font-size: 6.667vw;
	}
	.text-box-hl span {
		font-size: 5.333vw;
	}
}

/*aging-hallmarks*/
.aging-hallmarks {
	border-top: 2px solid #e4e4eb;
	position: relative;
}
.aging-hallmarks-hl {
	text-align: center;
}
.aging-hallmarks-text {
	text-align: center;
}
.aging-hallmarks-text + .aging-hallmarks-text {
	margin-top: 2em;
}
@media screen and (min-width: 1071px){
	.aging-hallmarks {
		padding: 60px 0 90px;
	}
	.aging-hallmarks-hl {
		margin-bottom: 40px;
	}
	.aging-hallmarks-hl img {
		width: 472px;
	}
	.aging-hallmarks-text {
		font-size: 16px;
	}
	.aging-hallmarks-img img {
		position: absolute;
		bottom: 55px;
		width: 255px;
	}
	.aging-hallmarks-img-01 {
		left: 0;
	}
	.aging-hallmarks-img-02 {
		right: 0;
	}
}
@media screen and (max-width: 1070px){
	.about .inner1175 {
		width: 100% !important;
	}
	.about .inner980 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.aging-hallmarks {
		padding: 13.333vw 0!important;
	}
	.aging-hallmarks-hl {
		margin-bottom: 7.333vw;
	}
	.aging-hallmarks-hl img {
		width: 76.533vw;
	}
	.aging-hallmarks-text {
		font-size: 4vw;
	}
	.aging-hallmarks-img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 8vw;
		padding-right: 5.333vw;
		padding-left: 5.333vw;
	}
	.aging-hallmarks-img img {
		width: 42.533vw;
	}
}
.sup {
	font-size: 0.7em;
	vertical-align: super;
	transform: translateY(0.1em);
	display: inline-block;
}
@media screen and (min-width: 1071px){
	.pageTitle-column-img {
		width: 332px;
		display: block;
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 1070px){
	.pageTitle-column-img {
		width: 53.867vw;
		display: block;
		margin: 0 auto 20px;
	}
}
a.only-inline {
  display: inline !important;
}

.header-nav-dropdown{margin-left: 25px;}


