@charset "utf-8";

/*-----------------------------------------------------------
カスタムプロパティ
-----------------------------------------------------------*/

:root {

/* base color */
--base-font-color: #383838;

/* site color */
--primary: #0A1D4A;
--secondary: #A9B0C0;
--tertiary: #016B92;
--white: #fff;
--dark: #000;
--grey: #BFBFBF;

/* font family */
--font-family01: "Shippori Mincho B1", "Noto Sans JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
--font-family02: "Hina Mincho", serif;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--font-family01);
	font-size: 14px;
	font-weight: 600;
	background: var(--primary);
	color: var(--white);
	position: relative;
	overflow-x: hidden;
}

body .wow {
	opacity: 0;
	visibility: hidden;
}

body.active .wow {
	opacity: 1;
	visibility: visible;
}

#root {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover, label > a:hover {
	color: inherit;
}

a, button {
	transition: .3s;
}

.br-none br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.js-tel-link {
	color: inherit;
}

/*-----------------------------------------------------------
背景
-----------------------------------------------------------*/

.bg-color-primary {
	background: var(--primary);
}

.bg-color-secondary {
	background: var(--secondary);
}

.bg-color-tertiary {
	background: var(--tertiary);
}

.bg-color-white {
	background: var(--white);
}

.bg-color-dark {
	background: var(--dark);
}

/*-----------------------------------------------------------
星空背景
-----------------------------------------------------------*/

/* 星空の背景のスタイル */
.starry-sky {
position: relative;
width: 100%; /* 星空の横幅 */
/* 星空の縦幅 */
overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
position: absolute;
display: block;
background-color: #fff; /* 星の色 */
border-radius: 50%;
box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
opacity: 0;
animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
0% {
	opacity: 0;
}

50% {
	transform: scale(1.1);
	opacity: 1;
}

100% {
	opacity: 0;
	transform: scale(1);
}
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.title01 {
	font-size: 20px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.45em;
}

.title02 {
	font-size: 18px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.46em;
}

.title03 {
	font-size: 16px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.46em;
}

.en-title01 {
	font-size: 34px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.45em;
}

.en-title02 {
	font-size: 25px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.45em;
}

.en-title03 {
	font-size: 22px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.44em;
}

.en-title04 {
	font-size: 20px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.45em;
}

.sub-title01 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.42em;
	margin: 5px 0 0;
}

.sub-title02 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin: 5px 0 0;
}

.title-decoration01 {
	border-bottom: solid 1px;
	padding: 0 0 12px;
}

.title-decoration02 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-decoration02:before, .title-decoration02:after {
	content: "";
	display: block;
	max-width: 35px;
	width: 100%;
	height: 18px;
}

.title-decoration02:before {
	margin-right: 1.35em;
}

.title-decoration02:after {
	margin-left: 1.35em;
}

.title-decoration02-dark:before, .title-decoration02-dark:after {
	background: url(../img/common/title_decoration01_dark.svg) no-repeat center / contain;
}

.title-decoration02-white:before, .title-decoration02-white:after {
	background: url(../img/common/title_decoration01_white.svg) no-repeat center / contain;
}

.title-decoration03 {
	padding: 35px 5px 0;
	position: relative;
}

.title-decoration03:before {
	content: "";
	display: block;
	max-width: 25px;
	width: 100%;
	height: 29px;
	margin: auto;
	position: absolute;
	top: 0;
}

.title-decoration03-left:before {
	left: 0;
}

.title-decoration03-right:before {
	right: 0;
}

.title-decoration03-white:before {
	background: url(../img/common/title_decoration02_white.svg) no-repeat center / contain;
}


/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.text01 {
	letter-spacing: 0.05em;
	line-height: 2.35em;
}

.text02 {
	letter-spacing: 0.05em;
	line-height: 1.875em;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

.font-family01 {
	font-family: var(--font-family01);
}

.font-family02 {
	font-family: var(--font-family02);
}

/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

.color-base {
	color: var(--base-font-color);
}

.color-primary {
	color: var(--primary);
}

.color-secondary {
	color: var(--secondary);
}

.color-tertiary {
	color: var(--tertiary);
}

.color-dark {
	color: var(--dark);
}

.color-white {
	color: var(--white);
}

.color-grey {
	color: var(--grey);
}

.color-gradation-primary {
	display: inline-block;
	background-image: linear-gradient(90deg, var(--tertiary), var(--dark) 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-gradation-secondary {
	display: inline-block;
	background-image: linear-gradient(90deg, var(--tertiary), var(--white) 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.btn01 {
	max-width: 295px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	border: solid 1px;
	padding: 12px 2%;
	transition: .3s;
	position: relative;
}

.btn01:hover {
	opacity: 0.7;
}

.btn01:before {
	content: "";
	display: block;
	max-width: 30px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	transition: .2s;
}

.btn01:hover:before {
    max-width: 0;
}

.btn01-white {
	border-color: var(--white);
	color: var(--white);
}

.btn01-white:before {
	background: var(--white);
}

.btn01-white:hover {
	color: var(--white);
}

.btn01-dark {
	border-color: var(--dark);
	color: var(--dark);
}

.btn01-dark:before {
	background: var(--dark);
}

.btn01-dark:hover {
	color: var(--dark);
}

.btn01-primary {
	border-color: var(--primary);
	color: var(--primary);
}

.btn01-primary:before {
	background: var(--primary);
}

.btn01-primary:hover {
	color: var(--primary);
}

.btn02 {
	max-width: 295px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	border: solid 1px;
	padding: 12px 2%;
	transition: .3s;
	position: relative;
}

.btn02:hover {
	opacity: 0.7;
}

.btn02:before {
	content: "";
	display: block;
	max-width: 30px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	transition: .2s;
}

.btn02:hover:before {
    max-width: 0;
}


.btn02-back:before {
	right: auto;
	left: -20px;
}

.btn02-primary {
	background: var(--primary);
	color: var(--white);
}

.btn02-primary:before {
	background: var(--primary);
}

.btn02-primary:hover {
	color: var(--white);
}

.btn02-dark {
	background: var(--dark);
	color: var(--white);
}

.btn02-dark:before {
	background: var(--dark);
}

.btn02-dark:hover {
	color: var(--white);
}

.btn02-white {
	background: var(--white);
	color: var(--primary);
}

.btn02-white:before {
	background: var(--white);
}

.btn02-white:hover {
	color: var(--primary);
}

.btn03 {
	max-width: 295px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.45em;
	border: solid 1px;
	padding: 10px 2% 9px;
}

.btn03:hover {
	opacity: 0.7;
}

.btn03-primary {
	color: var(--primary);
	border-color: var(--primary);
}

.btn03-primary:hover {
	color: var(--primary);
}

.btn03-dark {
	color: var(--dark);
	border-color: var(--dark);
}

.btn03-dark:hover {
	color: var(--dark);
}

.btn03-white {
	color: var(--white);
	border-color: var(--white);
}

.btn03-white:hover {
	color: var(--white);
}

.btn04 {
	max-width: 320px;
	width: 100%;
	min-height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.42em;
	padding: 10px 2%;
	border-radius: 6px;
}

.btn04:hover {
	opacity: 0.7;
}

.btn04-primary {
	background: var(--primary);
	color: var(--white);
}

.btn04-primary:hover {
	color: var(--white);
}

.btn04-dark {
	background: var(--dark);
	color: var(--white);
}

.btn04-dark:hover {
	color: var(--white);
}

.btn04-white {
	background: var(--white);
	color: var(--dark);
}

.btn04-white:hover {
	color: var(--dark);
}

.btn05 {
    max-width: 477px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    padding: 25px 43px 25px 43px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.btn05:hover {
    opacity: .7;
}

.btn05 > * {
    position: relative;
}

.btn05-arrow {
    padding: 25px 25px 25px 43px;
}

.btn05:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.btn05-arrow:after {
    content: "→";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 39px;
    width: 100%;
    height: 38px;
	border-radius: 50%;
    font-size: 17px;
	position: relative;
	z-index: 9;
}

.btn05-primary {
    background: url(../img/common/btn_bg01_primary.jpg) no-repeat center / cover;
    color: #fff;
}

.btn05-primary:before {
    background: var(--primary);
    opacity: .3;
}

.btn05-primary.btn05-arrow:after {
    background: var(--white);
	color: var(--primary)
}

.btn05-primary:hover {
    color: #fff;
}

.btn05-tertiary {
    background: url(../img/common/btn_bg01_tertiary.jpg) no-repeat center / cover;
    color: #fff;
}

.btn05-tertiary:before {
    background: var(--tertiary);
    opacity: .3;
}

.btn05-tertiary.btn05-arrow:after {
    background: var(--white);
	color: var(--tertiary)
}

.btn05-tertiary:hover {
    color: #fff;
}

.tel-btn:hover {
	opacity: 1;
}

.hvr-opacity:hover {
	opacity: .7;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.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-rounded01 {
	border-radius: 6px;
}

.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);
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
	z-index: 999999999;
  	transition: .5s;
}

/*ドロップダウン*/

.gnav-single .gnav-second {
  visibility: hidden;
  opacity: 0;
  margin: auto;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.gnav-single:hover > .gnav-second {
  visibility: visible;
  opacity: 1;
}

/*スクロール時*/

.header.is-scroll {
    background: var(--tertiary);
}

.header.is-scroll .gnav-second {
    background: var(--white);
	color: var(--primary);
}

/* 検索窓 */

.search-form {
    max-width: 1366px;
    width: 100%;
    padding: 0 15px;
    margin: 5px auto 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.search-window {
    position: relative;
}

.search-input {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px var(--primary);
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 11px 40px 11px 18px;
    font-weight: 800;
}

.search-input::placeholder {
  color: rgb(10 29 74 / 70%);
}

.search-btn {
    max-width: 20px;
    height: 20px;
    width: 100%;
    margin: auto auto auto auto;
    position: absolute;
    right: 10px;
    top: 50%;
    border: 2px none rgb(0, 0, 0);
    padding: 0 0 0 0;
    transform: translateY(-50%);
    background: url(../img/common/search_icon_tertiary.svg) no-repeat center / contain;
    cursor: pointer;
}

/*スマホ時のナビ*/

.sp-nav {
	max-width: calc(100% - 60px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--white);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	display: flex;
	background: var(--primary);
}

.sp-nav-block {
	flex: 1;
	display: flex;
}

.sp-nav-conte-l {
	width: 50%;
	border-right: 1px solid var(--white);
}

.sp-nav-link {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sp-nav-link-icon {
	max-width: 25px;
	width: 100%;
	font-size: 25px;
	color: var(--white);
	text-align: center;
}

.sp-nav-btn-bar {
	max-width: 30px;
	height: 25px;
	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: 5px auto 0;
	font-size: 10px;
	line-height: 1em;
	color: var(--white);
}

.sp-nav-btn {
	padding: 10px 5px 10px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: var(--secondary);
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--white);
}

.sp-nav-btn-bar-item {
	width: 100%;
	height: 3px;
	background: var(--dark);
	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%);
}

.js-open .sp-nav-btn-bar-item {
	transition: ease .5s;
}

.js-open .sp-nav-btn-bar-item:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.js-open .sp-nav-btn-bar-item:nth-of-type(2) {
	opacity: 0;
}

.js-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(--primary);
	z-index: 9999999;
	transition: ease .5s;
}

.sp-menu.js-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: 15px 0;
	display: block;
	color: var(--white);
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	border-bottom: solid 1px var(--white);
}

.sp-menu-link:hover {
	color: var(--white);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	max-width: 1920px;
	width: 100%;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
}

.in-cover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(10 29 74 / 50%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.in-cover-box {
	max-width: 1250px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.in-cover-title {
	font-size: 26px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.44em;
	text-align: center;
	color: var(--white);
	text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.in-cover-sub-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42em;
	margin: 4px 0 0;
	text-align: center;
	color: var(--white);
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45em;
	color: inherit;
	padding: 15px 0 0;
	position: relative;
	z-index: 9;
}

.breadcrumbs-inner {
	max-width: 1290px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbs-link {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbs-arrow {
	margin: 0 10px;
}

.breadcrumbs-link:hover {
	text-decoration: none;
	color: inherit;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper01 {
	padding: 50px 0 75px;
}

.wrapper02 {
	padding: 75px 0;
}

.inner {
	max-width: 1630px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
	max-width: 935px;
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.35em;
}

.base-table-tr:not(:first-child) {
	margin-top: 2px;
}

.base-table-tr {
	justify-content: space-between;
}

.base-table-th, .base-table-td {
	padding: 12px;
}

.base-table-th {
	width: 100%;
	background: var(--tertiary);
	color: var(--white);
}

.base-table-td {
	width: 100%;
	background: var(--white);
	color: var(--base-font-color);
}

.base-table-th + .base-table-th {
	border-left: solid 1px #ccc;
}

.base-table-td + .base-table-td {
	border-left: solid 1px #ccc;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.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-size: 1.25rem;
font-weight: bold;
line-height: 1em;
list-style: none;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
color: var(--white);
background: var(--tertiary);
cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: var(--white);
	background-color: var(--tertiary);
}

.webgene-pagination > ul > li > a{
width: 100%;
height: 40px;
width: 40px;
color: var(--white);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.webgene-pagination > ul > li > a:hover{
color: var(--white);
background-color: var(--tertiary);
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(--tertiary);
}

.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(--white);
	border-left: solid 2px var(--white);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 15px;
	top: 50%;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/*-----------------------------------------------------------
共通リンクコンテンツ
-----------------------------------------------------------*/

.common-banner-col {
	padding: 0;
}

.common-banner-link {
	max-width: 960px;
	width: 100%;
	display: block;
	padding: 30px 15px 40px;
	margin: auto;
	position: relative;
}

.common-banner-link:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgb(10 29 74 / 50%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transition: .3s;
}

.common-banner-link:hover:before {
	background: rgb(10 29 74 / 20%);
}

.common-banner-link-in {
	position: relative;
	color: var(--white);
}

.common-banner-text-box {
    margin: 20px 0 0;
}

.common-banner-btn {
	margin: 20px auto 0;
}

.common-banner-btn:hover {
	opacity: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:422px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 422px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-576-none br {
	display: none;
}

.br-576-block br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-768-none br {
	display: none;
}

.br-768-block br {
	display: block;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.title01 {
	font-size: 26px;
}

.title02 {
	font-size: 24px;
}

.title03 {
	font-size: 18px;
}

.en-title01 {
	font-size: 72px;
}

.en-title02 {
	font-size: 40px;
}

.en-title03 {
	font-size: 32px;
}

.en-title04 {
	font-size: 26px;
}

.sub-title01 {
	font-size: 16px;
}

.sub-title02 {
	font-size: 14px;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.btn01 {
	font-size: 15px;
}

.btn02 {
	font-size: 15px;
}

.btn03 {
	font-size: 18px;
}

.btn04 {
	font-size: 18px;
}

.btn05 {
    font-size: 22px;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-th {
	width: 28.12%;
}

.base-table-td {
	width: 71.65%;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

 /* 検索窓 */

.search-input {
    font-size: 13px;
}

/* スマホ時 */

.sp-nav {
	display: none;
}

.sp-nav-btn {
	display: none;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 300px;
}

.in-cover-title {
	font-size: 32px;
}

.in-cover-sub-title {
	font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* 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;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.title01 {
	font-size: 30px;
}

.title02 {
	font-size: 26px;
}

.title03 {
	font-size: 22px;
}

.en-title01 {
	font-size: 96px;
}

.en-title02 {
	font-size: 55px;
}

.en-title03 {
	font-size: 38px;
}

.en-title04 {
	font-size: 30px;
}

.sub-title01 {
	font-size: 19px;
	margin: 10px 0 0;
}

.sub-title02 {
	font-size: 16px;
	margin: 10px 0 0;
}

.title-decoration02:before, .title-decoration02:after {
	max-width: 57px;
	height: 29px;
}

.title-decoration02:before {
	margin-right: 2.35em;
}

.title-decoration02:after {
	margin-left: 2.35em;
}

.title-decoration03 {
	padding: 68px 10px 0;
}

.title-decoration03:before {
	max-width: 41px;
	height: 48px;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.btn01 {
	font-size: 16px;
}

.btn01:before {
	max-width: 60px;
	right: -39px;
}

.btn02 {
	font-size: 16px;
}

.btn02:before {
	max-width: 60px;
	right: -39px;
}

.btn02-back:before {
	left: -39px;
}

.btn03 {
	font-size: 20px;
}

.btn04 {
	font-size: 19px;
}

.btn05 {
    font-size: 25px;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 375px;
}

.in-cover-title {
	font-size: 38px;
}

.in-cover-sub-title {
	font-size: 19px;
	margin: 8px 0 0;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 14px;
	padding: 30px 0 0;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper01 {
	padding: 100px 0 150px;
}

.wrapper02 {
	padding: 150px 0;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination > ul > li{
margin: 80px 10px 0;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/



/*-----------------------------------------------------------
共通リンクコンテンツ
-----------------------------------------------------------*/

.common-banner-link {
	padding: 62px 15px 68px;
}

.common-banner-text-box {
    font-size: 16px;
    margin: 35px 0 0;
}

.common-banner-btn {
	margin: 35px auto 0;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/* 検索窓 */

.search-input {
    font-size: 14px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	font-size: 17px;
}

/*-- 改行 --*/

.br-1200-none br {
	display: none;
}

.br-1200-block br {
	display: block;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.title01 {
	font-size: 40px;
}

.title02 {
	font-size: 30px;
}

.title03 {
	font-size: 25px;
}

.en-title01 {
	font-size: 120px;
}

.en-title02 {
	font-size: 70px;
}

.en-title03 {
	font-size: 45px;
}

.en-title04 {
	font-size: 35px;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover-title {
	font-size: 45px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1400-none br {
	display: none;
}

.br-1400-block br {
	display: block;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.en-title01 {
	font-size: 120px;
}

.en-title02 {
	font-size: 80px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1500-none br {
	display: none;
}

.br-1500-block br {
	display: block;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.gnav-wrapper {
    max-width: 1336px !important;
    width: 70.02% !important;
    padding: 0 !important;
    position: absolute !important;
    top: 50% !important;
    right: 14.63% !important;
    transform: translateY(-50%);
}

.header-left-box {
    max-width: 226px !important;
    width: 14% !important;
}

.header-logo-link {
    width: 14% !important;
}

.search-form {
	position: absolute;
	margin: 15px auto 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1600-none br {
	display: none;
}

.br-1600-block br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1860px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1860px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */