@charset "utf-8";

/*-----------------------------------------------------------
カスタムプロパティ
-----------------------------------------------------------*/

:root {
	/* color */
  	--base-body-bg: #343131;
  	--base-body-color: #E1CDAE;
	--black: #000;
	/* --white: #F7F6F2; */
	/* --grey: #D3CFCB; */
	--primary: #971F0D;
  	--secondary: #DFBE88;
	/* --tertiary: #FBF9EE; */
  	/* --quaternary: #CCE9DB; */
  	/* --black: #000; */
	/* --dark: #000; */

	/* font family */
	--font-family01: "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	--font-family02: "Kumar One", serif;
	--font-family03: "Bevan", serif;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--font-family01);
	font-size: 14px;
	font-weight: 500;
  	letter-spacing: 0.05em;
	word-break: break-all;
	background: url(/system_panel/uploads/images/body-bg.jpg)repeat-y center center;
	background-attachment: fixed;
  	background-size: auto;
	color: var(--base-body-color);
	position: relative;
	overflow-x: hidden;
}

/*body .wow {
	opacity: 0;
}*/

/*body.active .wow {
	opacity: 1;
}*/

#root {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover, label > a:hover {
	color: inherit;
}

a, button {
	transition: .3s;
}

img {
	width: 100%;
}

.br-none br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
	color: inherit;
}

.padding-x {
	padding: 0 15px;
}

.tel-flex {
	display: flex;
	align-items: center;
}

.hover-underline:hover {
	text-decoration: underline;
}

.cursol-pointer {
	cursor: pointer;
}

.grid04 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.anchor-btn-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;	
}


/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.title01 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.42em;
	position: relative;
}

.title01.black strong {
	color: var(--primary);
	font-weight: 700;	
}

.in-title01.black strong {
	color: var(--primary);
	font-weight: 700;	
}

.title02 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2em;
}

.title02 > span {
    font-size: 1.14em;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}

.en-title01 {
	font-size: 25px;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	line-height: 1.36em;
}

.en-title02 {
	font-size: 35px;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	line-height: 1.35em;
}

.en-title03 {
	font-size: 20px;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	line-height: 1.45em;
    z-index: 10;
}

.en-title04 {
	font-size: 35px;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	line-height: 1.45em;
	position: relative;
    padding: 5px 0 0;
    z-index: 10;
}

.flex-title01 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.85em;
}

.sub-title01 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.45em;
}

.banner-link-sub-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.title-deco-box01:before {
    content: "";
    position: absolute;
    top: 0;
	right: 0;
    left: 0;
    bottom: 0;
	margin: auto;
    max-width: 385px;
    width: 100%;
    height: 94px;
    margin: auto;
	background: url(/system_panel/uploads/images/title-bg.png) no-repeat center center;
  	background-size: contain;
    transition: all .3s;
}

.title-primary {
	color: var(--primary);
	text-shadow: -3px 0px 0px rgba(225, 205, 174, 1);
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.text01 {
	font-size: 14px;
	letter-spacing: 0.03em;
    line-height: 1.8em;
}

.text02 {
	font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}

.text02 strong {
	font-size: 18px;
}

.text02.black strong {
	color: var(--primary);
	font-weight: 700;	
}

.text03 {
	font-size: 14px;
	letter-spacing: 0.05em;
    line-height: 1.65em;
}

.navi-link {
	display: block;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
}

.navi-link:hover {
	text-decoration: underline;
}

.navi-link.black:hover {
	color: var(--black);
}

.navi-link.primary:hover {
	color: var(--primary);
}

.text-shadow01 {
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.btn01 {
    display: flex;
    justify-content: center;
  	align-items: center;
    max-width: 307px;
  	width: 100%;
	height: 60px;
	position: relative;
    align-items: center;
    padding: 10px 15px 13px;
	transition: all .3s;
}

.btn01:after {
    content: "";
    display: block;
    max-width: 25px;
    width: 15%;
    height: 8px;
    position: absolute;
    top: 45%;
    right: 23px;
    transform: translateY(-50%);
	transition: all .3s;
}

.btn01:hover::after {
    right: 15px;
	transition: all .3s;
}

.btn01-secondary {
	color: var(--secondary);
    background: url(/system_panel/uploads/images/btn01-bg-red.png) no-repeat center / contain;

}

.btn01-secondary:after {
    background: url(/system_panel/uploads/images/arrow-beige.svg) no-repeat center / contain;
}

.btn01-secondary:hover {
	color: var(--secondary);
}

.btn01-en-text01 {
	font-size: 20px;
  	font-family: var(--font-family03);
	letter-spacing: 0.1em;
    line-height: 1.4;
}

.btn01-en-text02 {
	font-size: 16px;
  	font-family: var(--font-family03);
	letter-spacing: 0.1em;
    line-height: 1.4;
}

.btn01-black {
	color: var(--black);
    background: url(/system_panel/uploads/images/btn01-bg-beige.png) no-repeat center / contain;
}

.btn01-black:after {
    background: url(/system_panel/uploads/images/arrow-black.svg) no-repeat center / contain;
}

.btn01-black:hover {
	color: var(--black);
}

.btn02 {
    max-width: 330px;
    width: 100%;
  	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 0 20px 0;
	transition: all .3s;
}

.btn02-beige {
	color: var(--base-font-color);
	border-bottom: 1px solid var(--black);
}

.btn02-beige:hover {
	color: var(--base-font-color);
	box-shadow: 0px 10px 10px -6px rgba(255, 255, 255, 0.3);
}

.btn03 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	width: 100%;
	padding: 12px 15px;
	transition: all .3s;
}

.btn03-white {
	color: var(--white);
	border: 1px solid var(--white);
}

.btn03-white:hover {
	color: var(--white);
	background: var(--primary);
}

.btn03-black {
	color: var(--base-body-color);
	border: 1px solid var(--base-body-color);
}

.btn03-black:hover {
	color: var(--white);
	background:  var(--base-body-color);
}

.back-btn {
    max-width: 200px;
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid var(--base-body-color);
    color: var(--black);
    background: var(--base-body-color);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
  	transition: all .3s;
}

.back-btn:hover {
  	color: var(--base-body-color);
    background: var(--white);
}

.contact-link:hover {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.anchor-contents03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.anchor-contents02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 40px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

.in-btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--base-body-color);
    /* display: block; */
    text-align: center;
    color: var(--base-body-color);
    padding: 15px 10px 15px 10px;
    font-size: 14px;
  	font-weight: 700;
}

.in-btn01:hover {
    color: var(--black);
    background-color: var(--base-body-color);
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

.font-family01 {
	font-family: var(--font-family01);
}

.font-family02 {
	font-family: var(--font-family02);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.1;
}


/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

.bg-base-body-color {
	background: var(--base-body-color) !important;
}

.bg-primary {
	background: var(--primary) !important;
}

.bg-secondary {
	background: var(--secondary) !important;
}

.bg-tertiary {
	background-color: var(--tertiary);
}

.bg-quaternary {
	background-color: var(--quaternary);
}

.bg-black {
	background-color: var(--black);
}

.bg-white {
	background-color: var(--white);
}

.bg-grey {
	background-color: var(--grey);
}

/*-----------------------------------------------------------
マスク
-----------------------------------------------------------*/

.mask01,.mask02,.mask03,.mask04,.in-link-mask01,.mask-img01,.mask-img02 {
  	position: relative;
}

.mask01:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: rgba(0, 0, 0, 0.5);
  	z-index: 1;
  	transition: all .3s;
}

.mask02:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: rgba(0, 0, 0, 0.7);
  	z-index: 1;
}

.mask03:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: rgba(0, 0, 0, 0.4);
  	z-index: 1;
}

.mask-img01:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: url(/system_panel/uploads/images/mask01.png) no-repeat center center;
  	background-size: cover;
  	z-index: 1;
}

.mask-img02:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: url(/system_panel/uploads/images/mask02.png) no-repeat center center;
  	background-size: cover;
  	z-index: 1;
}

.mask04:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: url(/system_panel/uploads/images/mask04.png) no-repeat center center;
  	background-size: cover;
  	z-index: 1;
}

.in-link-mask01:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
    background: url(/system_panel/uploads/images/in-link-mask01.png) no-repeat center center;
  	background-size: cover;
  	z-index: 1;
}

.in-img-deco {
    mask-image: url(/system_panel/uploads/images/img-mask07.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask07.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.in-img-deco02 {
    mask-image: url(/system_panel/uploads/images/img-mask06.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask06.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.in-img-deco03 {
    mask-image: url(/system_panel/uploads/images/img-mask08.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask08.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.clip-right {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
}

/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

.primary {
	color: var(--primary);
}

.secondary {
	color: var(--secondary);
}

.tertiary {
	color: var(--tertiary);
}

.quaternary {
	color: var(--quaternary);
}

.black {
	color: var(--black);
}

.white {
	color: var(--white);
}

.grey {
	color: var(--grey);
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
	height: 0;
	position: relative;
	padding: 0 0 100%;
}

.img-control > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.swiper + .swiper {
	margin: 10px auto 0;
}

.thumbnail-slider-item {
	cursor: pointer;
	transition: .3s;
}

.thumbnail-slider-item:hover {
	filter: brightness(0.5);
}

.swiper-slide-thumb-active {
	filter: brightness(0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFF;
	text-shadow: 0 0 3px #000;
	transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    opacity: .6;
}


/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper-mb-80 {
	margin: 0 0 80px 0;
}

.wrapper01 {
	padding: 80px 0 80px;
	overflow: hidden;
}

.wrapper02 {
	padding: 80px 0;
	overflow: hidden;
}

.contents01 {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.contents02 {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.contents03 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.contents04 {
	max-width: 1820px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.inner {
	max-width: 1350px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

.inner-large {
	max-width: 1450px;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	position: relative;
    width: 100%;
    height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.in-cover::before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

h1.cover-title{
	position: relative;
	font-size: 35px;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    line-height: 1.35em;
    color: var(--primary);
    text-shadow: -3px 0px 0px rgba(225, 205, 174, 1);
	z-index: 5;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.pankuzuWr {
	max-width: 1920px;
	width: 100%;
	margin: 20px auto 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: inherit;
}

.pankuzuAr {
	max-width: 1480px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.pankuzuLink {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.pankuzuLink:hover {
	text-decoration: none;
	color: inherit;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
	width: 100%;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.8em;
	/*background: var(--base-body-color);*/
	color: var(--base-body-bg);
	/*border: solid 1px var(--secondary);*/
}

.base-table-tr:not(:first-child) {
  	margin-top: 1px;
}

.base-table-tr:not(:last-child) {
	/*border-bottom: solid 1px var(--secondary);*/
}

.base-table-th, .base-table-td {
	padding: 15px 15px;
}

.base-table-th {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight: bold;
	background: var(--primary);
	color: #fff;
	border-bottom: 1px solid var(--base-body-bg);
}

.base-table-th + .base-table-th {
	border-left: solid 1px var(--grey);
}

.base-table-td + .base-table-td {
	border-left: solid 1px var(--grey);
}

.base-table-td {
	background: var(--base-body-color)
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	height: 40px;
	width:100%;
	max-width: 40px;
	font-family: var(--font-family01);
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: var(--base-body-bg);
	background: var(--base-body-color);
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: var(--base-body-bg);
	background-color: var(--base-body-color);
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 40px;
	width: 40px;
	background: var(--primary);
	color: var(--base-body-bg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	color: var(--base-body-bg);
	background-color: var(--base-body-color);
	text-decoration: none;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 40px;
	width: 40px;
	border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: var(--primary);
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-bottom: solid 2px var(--primary);
	border-left: solid 2px var(--primary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 15px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px var(--base-body-bg);
	border-left: solid 2px var(--base-body-bg);
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-top: solid 2px var(--primary);
	border-right: solid 2px var(--primary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px var(--base-body-bg);
	border-right: solid 2px var(--base-body-bg);
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/*-----------------------------------------------------------
バナーリンク
-----------------------------------------------------------*/

.banner-wrapper {
    padding: 80px 0;
}

.banner-inner {
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.banner-container {
    padding: 0;
}

.banner-row {
    margin-top: -30px;
}

.banner-col {
    margin: 30px 0 0;
}

.banner-link {
    max-width: 700px;
    width: 100%;
    display: block;
    box-shadow: 0 5px 6px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
    margin: auto;
	transition: all .3s;
}

.banner-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.3s;
    z-index: 1;
}

.banner-link:before {
	transition: all .3s;
}

.banner-link.mask-primary:before {
    background: rgb(32 141 105 / 52%);
}

.banner-link.mask-secondary:before {
    background: rgb(226 204 100 / 50%);
}

.banner-link:hover:before {
    filter: opacity(0.6);
    transition: all .3s;
}

.banner-link-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--base-body-color);
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 550px;
    width: 90%;
    z-index: 5;
}

.banner-link-sub-title {
    margin: 5px 0 0;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 280px !important;
}

.link-img-box img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    transition: all .5s;
}

.link-img-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 96.77%;
	height: 94.29%;
	border-radius: 17px;
	border: 5px solid var(--primary);
	z-index: 1;
}

.link-img-box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 93.55%;
	height: 88.57%;
	border-radius: 12px;
	border: 2px solid var(--primary);
	z-index: 1;
}



/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
  	max-width: 1920px;
  	width: 100%;
    margin: auto auto auto auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  	transition: .3s all;
    z-index: 99999;
}

.gnav-link:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}

.gnav-link:hover:before {
    width: 100%;
}

/*ハンバーガー*/

.hamburger-btn {
    max-width: 75px;
    width: 100%;
    height: 33px;
    cursor: pointer;
    transition: .3s;
    margin: 0 0 0 1%;
    position: absolute;
    right: 0;
	z-index: 9999999999;
}

.hamburger-btn-inner {
    max-width: 75px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    /*top: 33px;
    right: 30px;*/
}

.hamburger-btn:hover {
    opacity: 0.65;
}

.hamburger-btn-bar {
    max-width: 45px;
    width: 100%;
    height: 30px;
    position: relative;
}

.hamburger-btn-bar > div {
    width: 100%;
    height: 2px;
    background: var(--secondary);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.hamburger-btn-bar > div:nth-child(1) {
    top: 0;
}

.hamburger-btn-bar > div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-btn-bar > div:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .hamburger-btn-bar > div:nth-child(1) {
	top: 50%;
	transform: rotate(145deg) translateY(-50%);
}

.open .hamburger-btn-bar > div:nth-child(2) {
	opacity: 0;
}

.open .hamburger-btn-bar > div:nth-child(3) {
	top: 50%;
	transform: rotate(-145deg) translateY(-50%);
}

.nav-area {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background: var(--secondary);
    transition: ease .2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

.nav-area.open {
	opacity: 1;
	visibility: visible;
}

.nav-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999999999;
}
.nav-content-inner {
    padding: 80px 15px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
	justify-content: center;
    margin: 0 0 0 auto;
}

.nav-list {
    width: 100%;
}

.nav-link {
    display: block;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.45em;
    color: var(--base-body-bg);
  	font-family: var(--font-family02);
    padding: 10px 5px;
}

.nav-link:hover {
    color: var(--base-body-bg);
}

/*.nav-hamburger-btn {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 24px;
    margin: auto;
}*/

/*スマホ時のナビ*/

.sp-nav {
	width: calc(100% - 25%);
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--base-body-color);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	display: flex;
	background: var(--primary);
}

.sp-nav-block {
	flex: 1;
	display: flex;
}

.sp-nav-conte-l {
	width: 33.33%;
	border-right: 2px solid var(--base-body-color);
}

.sp-nav-link {
	padding: 6px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.sp-nav-link-icon {
	max-width: 23px;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-nav-btn-bar {
	max-width: 26px;
	height: 18px;
	width: 100%;
	position: relative;
}

.sp-nav-btn-text {
	margin: 5px auto 0;
	font-size: 10px;
	line-height: 1em;
	color: var(--white);
}

.sp-nav-link-text {
	margin: 6px auto 0;
	font-size: 11px;
	line-height: 1.4em;
	color: var(--base-body-color);
    font-family: var(--font-family02);
}

.sp-nav-btn {
	padding: 6px;
	width: 25%;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	background: var(--primary);
	z-index: 999999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--base-body-color);
}

.sp-nav-btn-bar-item {
	width: 100%;
	height: 2px;
	background: var(--base-body-color);
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.sp-nav-btn-bar-item:nth-of-type(1) {
	top: 0;
}

.sp-nav-btn-bar-item:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.sp-nav-btn-bar-item:nth-of-type(3) {
	top: 100%;
	transform: translateY(-100%);
}

.open .sp-nav-btn-bar-item {
	transition: ease .5s;
}

.open .sp-nav-btn-bar-item:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.open .sp-nav-btn-bar-item:nth-of-type(2) {
	opacity: 0;
}

.open .sp-nav-btn-bar-item:nth-of-type(3) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.sp-menu {
	margin: auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: var(--secondary-light);
	z-index: 9999999;
	transition: ease .5s;
}

.sp-menu.open {
	right: 0;
}

.sp-menu-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 15px;
}

.sp-menu-conte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-menu-conte::-webkit-scrollbar {
	display:none;
}

.sp-menu-link {
	width: 100%;
	padding: 10px 0;
	display: block;
	color: var(--base-font-color);
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}

.sp-menu-link:hover {
	color: var(--base-font-color);
}

.sp-menu-link-en-text {
    font-size: 12px;
    color: var(--primary);
    margin: 3px 0 0;
}

.spFa {
    font-size: 23px;
    color: var(--base-body-color);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
    .title01 {
        font-size: 24px;
	}

	.title02 {
		font-size: 20px;
	}

    .en-title01 {
        font-size: 30px;
    }

    .en-title02 {
        font-size: 40px;
    }

    .flex-title01 {
        font-size: 20px;
    }

}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {
  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
    .title01 {
        font-size: 30px;
    }
  
	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
  
    .anchor-btn-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;	
    }

	/*-- 改行 --*/

	.br-576-none br {
		display: none;
	}

	.br-576-block br {
		display: block;
	}

}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
  
	.grid04 {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
  
    .base-table-th {
		border-right: 1px solid var(--base-body-bg);
      	border-bottom: 0px solid var(--base-body-bg)
    }

	/*-- 改行 --*/

	.br-768-none br {
		display: none;
	}

	.br-768-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .back-btn {
        max-width: 300px;
        padding: 20px;
        font-size: 18px;
    }

    .anchor-contents03 {
        grid-template-columns: repeat(3, 1fr);
    }
  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .title01 {
        font-size: 32px;
	}

	.title02 {
		font-size: 20px;
	}

    .en-title01 {
        font-size: 35px;
    }

    .en-title02 {
        font-size: 45px;
    }

	.en-title03 {
		font-size: 30px;
	}

	.sub-title01 {
		font-size: 18px;
	}
  
    .flex-title01 {
        font-size: 24px;
    }


	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

	.text01 {
		font-size: 16px;
	}

	.text02 {
		font-size: 17px;
	}

	.text02 strong {
		font-size: 20px;
	}
  
    .text03 {
        font-size: 16px;
    }

	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	.in-cover {
		height: 300px;
	}

	.pankuzuWr {
		font-size: 14px;
	}

	.wrapper01 {
		padding: 100px 0 100px;
	}

	/*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/

	.base-table {
		font-size: 14px;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.open .hamburger-btn-bar > div {
		background: var(--base-body-bg);
	}
  
    .nav-content-inner {
        padding: 120px 15px 100px;
    }
  
    .nav-link {
        font-size: 18px;
		padding: 15px 5px;
    }
  
    .nav-link:hover {
      	text-decoration: underline;
    }
  
  	.nav-content {
        overflow-y: auto;
    }

	/* スマホ時 */

	.sp-nav {
		display: none;
	}

	.sp-nav-btn {
		display: none;
	}

}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {
  
    .text03 {
        font-size: 18px;
    }

}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	body {
		font-size: 16px;
	}

	/*-- 改行 --*/

	.br-1024-none br {
		display: none;
	}

	.br-1024-block br {
		display: block;
	}

	.grid04 {
		gap: 22px 20px;
	}
  
    .anchor-btn-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;	
    }
	
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .in-btn01 {
        font-size: 16px;
    }

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .title01 {
        font-size: 38px;
	}
  
	.title02 {
		font-size: 22px;
	}

    .en-title01 {
        font-size: 40px;
    }

    .en-title02 {
        font-size: 50px;
    }

	.sub-title01 {
		font-size: 20px;
	}
  
	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

	.lead-text-box {
		font-size: 18px;
	}

	.text01 {
		font-size: 16px;
	}

	.text02 {
		font-size: 18px;
	}

	.text02 strong {
		font-size: 22px;
	}

	.text03 {
		font-size: 18px;
	}
			
	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	.in-cover {
		height: 350px;
	}
  
   	h1.cover-title {
        font-size: 45px;
    }

	/*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/
  
    .wrapper-mb-80 {
		margin: 0 0 80px 0;
    }

	.wrapper01 {
		padding: 130px 0 130px;
	}

	.wrapper02 {
		padding: 160px 0;
	}
  
    .anchor-contents03 {
        gap: 20px;
    }

	/*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/

	.base-table {
		font-size: 16px;
	}
		
	/*-----------------------------------------------------------
	ページャー
	-----------------------------------------------------------*/

	.webgene-pagination > ul > li{
		margin: 80px 10px 0;
	}

	/*-----------------------------------------------------------
	バナーリンク
	-----------------------------------------------------------*/

	.banner-wrapper {
		padding: 146px 0;
	}

	.banner-row {
		margin-top: -40px;
	}

	.banner-col {
		margin: 40px 0 0;
	}

	.banner-link-inner:after {
		margin: 32px auto 0;
	}

	.link-img-box {
		min-height: 350px !important;
	}

}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1200-none br {
		display: none;
	}

	.br-1200-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .in-btn01 {
        font-size: 18px;
    }


	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .title01 {
        font-size: 45px;
	}

    .en-title01 {
        font-size: 55px;
    }

    .en-title02 {
        font-size: 65px;
    }

	.flex-title01 {
		font-size: 35px;
	}

    .title-decoration01:after {
        width: 75%;
    }
		

	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

	.text03 {
		font-size: 20px;
	}
  
	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	h1.cover-title {
		font-size: 70px;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
	.gnav {
		display: flex !important;
	}
  
    .open.hamburger-btn {
        top: 60px;
        right: 100px;
    }
  
    .open .hamburger-btn-inner {
		right: auto;
    }

	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .btn01 {
		font-size: 18px;
    }

	.btn01-en-text01 {
		font-size: 23px;
	}

    .anchor-contents {
        gap: 20px;
    }

		

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1400-none br {
		display: none;
	}

	.br-1400-block br {
		display: block;
	}

	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

	.text03 {
		font-size: 22px;
	}
  
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1500-none br {
		display: none;
	}

	.br-1500-block br {
		display: block;
	}

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

	.title02 {
		font-size: 30px;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.gnav-link {
		font-size: 18px !important;
	}

}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1600-none br {
		display: none;
	}

	.br-1600-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
  
    /*.hamburger-btn-inner {
        right: 100px;
    }*/

}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {

}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 