@charset "utf-8";

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

:root {
	
/* background color */
--bg-base: #2C2C2C;
--bg-primary: #E43C15;
--bg-secondary: #E85A39;
--bg-tertiary: #FFF5F2;
--bg-white: #fff;
--bg-dark: #333;
--bg-grey-primary: #757473;
--bg-grey-secondary: #F2EFED;
--bg-grey-tertiary: #FAF9F8;

/* color */
--base: #2C2C2C;
--primary: #E43C15;
--secondary: #E85A39;
--tertiary: #FFF5F2;
--white: #fff;
--dark: #333;
--grey-primary: #757473;
--grey-secondary: #F2EFED;
--grey-tertiary: #FAF9F8;

/* font family */
--font-family01: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
--font-family02: "Zen Kaku Gothic New", sans-serif;
--font-family03: "Jost", sans-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;
	color: var(--base);
	position: relative;
	overflow-x: hidden;
}

#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;
}

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

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

.grid04, .grid03, .grid02 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.grid03, .grid02 {
	gap: 60px;
}

.box-shadow {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

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

.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s !important;
}
/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

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

.br-1024-block br, .br-768-block br {
	display: none;
}

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

.en-title01 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0;
  	font-family: var(--font-family03)
}

.en-title02 {
	font-size: 16px;
	font-weight: 500;
	line-height:  1.45em;
  	font-family: var(--font-family03)
}

.en-title03 {
	font-size: 26px;
	font-weight: bold;
	line-height:  1.44em;
  	font-family: var(--font-family03)
}

.en-title04 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.58em;
	letter-spacing: 0.05em;
  	font-family: var(--font-family03)
}

.en-title05 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.58em;
	letter-spacing: 0;
  	font-family: var(--font-family03)
}

.jp-title01 {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.88em;
	letter-spacing: 0;
  	font-family: var(--font-family02);
    margin: 20px 0 0;
}

.jp-title02 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
  	line-height: 1.6em;
  	font-family: var(--font-family02);
}

.jp-title02:first-of-type {
    margin: 28px 0 0;
}

.jp-title02 strong {
  	font-family: var(--font-family03);
	font-weight: bold;
}

.jp-title02 br {
	display: block;
}

.jp-title03 {
	font-size: 18px;
	font-weight: bold;
  	line-height: 1.8em;
	letter-spacing: 0.05em;
  	font-family: var(--font-family02);
}

.jp-title04 {
	font-size: 22px;
	font-weight: bold;
  	line-height: 1.8em;
	letter-spacing: 0.05em;
  	font-family: var(--font-family02);
}

.title-decoration01 {
	position: relative;
  	padding: 0 0 15px 0;
}

.title-decoration01:after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
    margin: auto;
  	background: #E2DDDA;
}

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

.text01 {
  	font-size: 13px;
	font-weight: 400;
    line-height: 1.878em;
  	letter-spacing: 0.05em;
}

.text01 span {
	font-weight: 700;	
}

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

.text-emphasis-dot > span {
  padding-top: 5px;
  background-position: top left 0;
  background-repeat: repeat-x;
  background-size: 1.02em 0.3em;
}

.text-emphasis-dot-secondary > span {
  background-image: radial-gradient(3px 3px at center center, var(--secondary), var(--secondary) 100%, transparent);
}

.vertical-text {
	writing-mode: vertical-rl;
}

.text-strong01 > strong {
    font-size: 1.2em;
}

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

.btn01 {
    max-width: 266px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45em;
    letter-spacing: 0;
    padding: 13px 15px 12px;
    position: relative;
    font-family: var(--font-family03);
    color: var(--primary);
    border: 1px solid var(--primary);
    background-color: var(--white);
  	transition: all .3s;
}

.btn01-arrow {
	justify-content: flex-start;
	padding: 13px 40px 12px 40px;
}

.btn01-arrow:before {
    content: "";
    width: 72px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
  	transition: all .3s;
}

.btn01-arrow:before {
    background: url(/system_panel/uploads/images/right-arrow-orange.svg) no-repeat center / contain;
  	transition: all .3s;
}

.btn01.btn01-arrow:hover {
    color: var(--primary);
  	transition: all .3s;
}

.btn01.btn01-arrow:hover::before {
    right: -28px;
  	transition: all .3s;
}

.btn02 {
    max-width: 266px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45em;
    letter-spacing: 0;
    padding: 13px 15px 12px;
    position: relative;
    font-family: var(--font-family02);
    color: var(--primary);
    border: 2px solid var(--primary);
    background-color: var(--white);
  	transition: all .3s;
}

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


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

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

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

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

.tel-font {
	font-family: var(--font-family03);
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-primary {
	color: var(--grey-primary);
}

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

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

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

.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;
}

.fit-img {
    position: relative;
}

.fit-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-box {
	position: relative;
}

/*-----------------------------------------------------------
画像用マスク
-----------------------------------------------------------*/

.mask-dark-primary,
.mask-dark-secondary,
.mask-dark-tertiary,
.mask-dark-quaternary,
.mask-dark-quinary {
	position: relative;
}

.mask-dark-primary:after,
.mask-dark-secondary:after,
.mask-dark-tertiary:after,
.mask-dark-quaternary:after,
.mask-dark-quinary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  	margin: auto;
    z-index: 1;
  	transition: all .3s;
}

.mask-dark-primary:after {
    background-color: rgba(43, 43, 43, 0.55);
}

.mask-dark-secondary:after {
    background-color: rgba(0, 0, 0, 0.53);
}

.mask-dark-tertiary:after {
    background-color: rgba(0, 0, 0, 0.40);
}

.mask-dark-quaternary:after {
    background-color: rgba(0, 0, 0, 0.35);	
}

.mask-dark-quinary:after {
    background-color: rgba(124, 37, 17, 0.73);	
}

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

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

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

.thumbnail-slider-item:hover {
	filter: brightness(0.95);
	transition: all .3s;
}

.swiper-slide-thumb-active {
	filter: brightness(0.95);
	transition: all .3s;
}

.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;
}

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

.in-cover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
}

/*.in-cover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}*/

.in-cover-box {
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 40px auto 0;
	position: relative;
	z-index: 9;
}

.in-cover-title {
    font-family: var(--font-family02);
	font-size: 26px;
	font-weight: bold;
	line-height: 1.45em;
	letter-spacing: 0.05em;
	text-align: center;
	/*text-shadow: 0 3px 6px rgb(0 0 0 / 16%);*/
}

/*.in-cover-sub-title {
	font-size: 16px;
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1.23em;
	text-align: center;
	color: var(--white);
}*/

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

.breadcrumbs-wrapper {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: inherit;
}

.breadcrumbs-inner {
	max-width: 1310px;
	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: 60px 0 80px;
	overflow: hidden;
	position: relative;
}

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

.wrapper03 {
	padding: 40px 0;
	overflow: hidden;
}

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

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

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

.base-table {
	width: 100%;
	letter-spacing: 0.05em;
}

.base-table-tr {
	justify-content: space-between;
	padding: 2px 0 0;
}

.base-table-tr:first-child {
	padding: 0;
}

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

.base-table-th {
	display: flex;
	align-items: center;
	width: 100%;
}

.base-table-th {
	background: var(--primary);
	color: var(--white);
	border-bottom: 1px solid var(--white);
}

.base-table-td {
	background: var(--white);
	border-bottom: 1px solid var(--grey-primary);
}

.base-table-th + .base-table-th {
	border-left: solid 1px #ccc;
}

.base-table-td + .base-table-td {
	border-left: solid 1px #ccc;
}

.base-table .row:last-child .base-table-th, .base-table .row:last-child .base-table-td {
	border-bottom: 0px solid;
}

/*-----------------------------------------------------------
電話番号
-----------------------------------------------------------*/

.tel-box01 {
    max-width: 542px;
    width: 100%;
    padding: 8px 10px 15px 10px;
    border: 2px solid #D0A622;
    background-color: #F5F5F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-box01-icon {
    max-width: 35px;
    height: 35px;
    width: 100%;
    background: url(/system_panel/uploads/images/tel_icon_brown.svg) no-repeat center / contain;
    margin: 0 15px 0 0;
}

.tel-box01-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.034em;
    line-height: 1.44em;
}

.tel-box01-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: -4px 0 0 0;
}

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

.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-family02);
	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(--primary);
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: var(--white);
	background-color: var(--primary);
}

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

.webgene-pagination > ul > li > a:hover{
color: var(--white);
background-color: var(--primary);
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(--white);
	border-left: solid 2px var(--white);
}

.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(--white);
	border-right: solid 2px var(--white);
}

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

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

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

.header {
	z-index: 999999;
}

.fixed-btn p {
	writing-mode: vertical-rl;
}

/*ハンバーガー*/

.hamburger-btn {
    max-width: 45px;
    width: 70%;
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

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

.open .hamburger-btn-in {
    position: fixed !important;
}

.hamburger-btn {
	font-size: 14px;
	font-weight: 700;
}

.hamburger-btn-inner {
    width: 100%;
    height: 22px;
    position: relative;
}

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

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

.hamburger-btn-inner > div:nth-child(2) {
	width: 60%;
    top: 50%;
	left: auto;
    transform: translateY(-50%);
}

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

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

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

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

.nav-area {
	width: 100%;
	margin: auto;
	transition: ease .5s;
	position: fixed;
	top: 0;
	right: -100%;
	transition: .5s;
	z-index: 999999;
}

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

.nav-content {
    width: 100%;
    height: 100%;
    padding: 120px 15px 100px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    contain-intrinsic-block-size: auto 100px;
    position: relative;
}

.nav-content-inner {
	max-width: 420px;
    width: 100%;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--dark);
    padding: 10px 0;
    gap: 3%;
	text-align: center;
}

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

.nav-second {
	margin: 15px 0 0;
}

.nav-link-second {
    display: block;
    color: var(--base);
    padding: 0 10px;
}

.nav-link-second:hover {
    color: var(--base);
  	opacity: 0.65;
}

.nav-link-second:not(:first-child) {
	margin: 10px 0 0;
}

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

/*スクロール時*/

/*.header.is-scroll {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.header.is-scroll .header-inner {
    padding: 15px;
}*/

/*スマホ時のナビ*/

.sp-nav {
	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: 33.33%;
	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: 30px;
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	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: 10px 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(--primary);
	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(--white);
	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;
}

/*-----------------------------------------------------------
共通リンク
-----------------------------------------------------------*/

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

.common-banner-container {
    max-width: 1560px;
    /* padding: 0; */
    margin: 25px auto 0;
}

.common-banner-col {
    padding: 0;
}

.common-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 15px;
    position: relative;
}

.common-banner-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.common-banner-link:before {
    z-index: 9;
}

.common-banner-link-inner {
    position: relative;
    z-index: 9;
}

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

.frame {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.in-link-btn:hover .mask-dark-tertiary:after {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .3s;
}

.in-link-text-box .btn01 {
	border: 0px solid var(--primary);
}

.in-link-btn:hover .btn01.btn01-arrow:before {
    right: -28px;
    transition: all .3s;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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;
	}

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

	.grid02 {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
	
	.en-title01 {
		font-size: 35px;
	}
	
	.en-title04 {
		font-size: 30px;
	}
	
	.en-title05 {
		font-size: 30px;
	}
	
	.jp-title01 {
		font-size: 20px;
	}
	
	.jp-title02 {
		font-size: 24px;
	}
	
	.jp-title02 br {
		display: none;
	}
	
	.jp-title04 {
		font-size: 24px;
	}  
	
	.row-title-box .jp-title02 br {
		display: block;
	}

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

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

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

	body {
		font-size: 16px;
	}

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
	
	.grid03 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.grid02 {
		gap: 60px;
	}

	/*-- 改行 --*/

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

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

    .jp-title02 {
            font-size: 20px;
    }

	.jp-title04 {
		font-size: 24px;
	}  
	
	.en-title05 {
		font-size: 25px;
	}

    .text02 {
        font-size: 15px;
    }
	
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

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

	.in-cover {
		height: 350px;
	}

	.in-cover-title {
		font-size: 36px;
	}

	.in-cover-sub-title {
		font-size: 18px;
	}

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

	.base-table-th {
		width: 30%;
		justify-content: center;
	}

	.base-table-td {
		width: 70%;
	}

	/*-----------------------------------------------------------
	電話番号
	-----------------------------------------------------------*/
	
	.tel-box01-number {
		font-size: 28px;
	}
	
	.tel-box01-text {
		font-size: 18px;
	}
	
	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.header-btn {
		font-size: 18px !important;
	}

	.header-tel-number {
		font-weight: 700;
		font-size: 20px !important;
	}
		
	.nav-area {
		max-width: 720px;
	}

	/*ハンバーガー*/

	.hamburger-btn {
		max-width: 52px;
		width: 22%;
		margin: 0 0 0 10%;
	}
	
	.nav-link {
		font-size: 16px;
    	padding: 15px 0;
	}

	/* スマホ時 */

	.sp-nav {
		display: none;
	}

	.sp-nav-btn {
		display: none;
	}
	
	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

	.footer-btn {
		font-size: 18px !important;
	}

	/*-----------------------------------------------------------
	その他
	-----------------------------------------------------------*/

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

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

    .jp-title02 {
            font-size: 22px;
    }

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


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

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

	body {
		font-size: 18px;
	}

	/*-- 改行 --*/

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

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

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

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

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

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

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

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

	.jp-title02 br {
		display: block;
	}

	.intro-title-box .jp-title02 br {
		display: none;
	}

	.jp-title03 {
		font-size: 20px;
	}
	
	.jp-title04 {
		font-size: 28px;
	}

    .text02 {
        font-size: 16px;
    }
		
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
	

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

	.in-cover {
		height: 300px;
	}

	.in-cover-title {
		font-size: 44px;
	}

	.in-cover-sub-title {
		font-size: 20px;
	}

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

	.breadcrumbs-wrapper {
		font-size: 12px;
	}

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

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

	.wrapper02 {
		padding: 130px 0;
	}

	.wrapper03 {
		padding: 80px 0;
	}

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

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

	.webgene-pagination > ul > li{
		margin: 80px 10px 0;
	}
	
	/*-----------------------------------------------------------
	電話番号
	-----------------------------------------------------------*/
	
	.tel-box01-icon {
		max-width: 50px;
		height: 50px;
	}
	
	.tel-box01-number {
		font-size: 36px;
	}

	.tel-box01-text {
		font-size: 21px;
	}
	
	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.hamburger-btn {
		font-size: 16px;
	}

	.nav-link {
		font-size: 18px;
		gap: 5.71%;
	}
	
	.header-tel-number {
		font-size: 22px !important;
	}
	
	/*-----------------------------------------------------------
	共通リンク
	-----------------------------------------------------------*/

	.common-banner-container {
		margin: 50px auto 0;
	}

	.common-banner-link {
		padding: 160px 15px;
	}

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

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

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

	/*-- 改行 --*/

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

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

	.grid04 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.jp-title04 {
		font-size: 30px;
	}

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

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

	.text01 {
		font-size: 16px;
	}

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

	.in-cover-title {
		font-size: 60px;
	}

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

	.header-area {
		max-width: 1152px !important;
	}

	.header-btn-list {
		max-width: 877px !important;
		width: 76.12% !important;
		display: flex !important;
		margin: 0 !important;
		position: static !important;
	}

	.header-btn-item {
		max-width: 279px;
		width: 100% !important;
		margin: 0 0 0 2.28% !important;
	}

	.header-btn-item:first-child {
		margin: 0 !important;
	}

	.header-sns-block {
		width: 13.88% !important;
		margin: 0 0 0 3.03% !important;
	}

	/*ハンバーガー*/

	.hamburger-btn {
		width: 30%;
		margin: 0 0 0 3.12%;
	}
	
}/* 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: 60px;
	}

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

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

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

	.jp-title01 {
		font-size: 23px;
	}

	.jp-title02 {
		font-size: 30px;
	}

	.jp-title03 {
		font-size: 28px;
	}

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

	.header-btn {
		font-size: 22px !important;
	}

	.header-tel-number {
		font-size: 32px !important;
	}

	.header-tel-text {
		font-size: 16px !important;
	}
	
	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

	.footer-btn {
		font-size: 22px !important;
	}

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

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

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

	/*-- 改行 --*/

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

	.br-1500-block br {
		display: block;
	}
	
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
	
	.en-title01 {
		font-size: 70px;
	}

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

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

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

	/*-- 改行 --*/

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

	.br-1600-block br {
		display: block;
	}
	
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
	
	.en-title01 {
		font-size: 80px;
	}

	.jp-title02 {
		font-size: 36px;
	}

	.jp-title02 br {
		display: none;
	}
	
	.row-title-box .jp-title02 br {
		display: block;
	}

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

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

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

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

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

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

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