@charset "utf-8";

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

html {
	overflow-x: hidden;
}

body {
    font-size: 14px;
}

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

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

a, button {
	transition: .3s;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

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

.tit01 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height:  1.45em;
}

.tit02 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height:  1.28em;
}

.tit03 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.tit04 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.tit05 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.subTit01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.enTit01 {
    font-family: "Marcellus", sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.titDeco01 {
    padding: 0 0 0 15px;
    position: relative;
}

.titDeco01:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.titDeco02 {
    border-bottom: dotted 1px #4B402D;
    padding: 0 0 15px;
}

.titDeco03 {
    background: #F2EFE8;
    border-left: solid 3px #1A1208;
    padding: 5px 15px;
}

.titDeco04 {
    border-bottom: solid 1px rgb(26 18 8 / 15%);
    padding: 0 0 10px;
}

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

.txt01 {
    letter-spacing: 0.05em;
    line-height: 2.5em;
}

.txt02 {
    letter-spacing: 0.05em;
    line-height: 2.11em;
}

.txt03 {
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.color--brown {
    color: #4B402D;
}

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

.btn01 {
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
    padding: 14px 2% 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.btn01--arrow:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.btn01--arrow:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(/system_panel/uploads/images/arrow_icon01_right_beige.svg) no-repeat center / contain;
    position: absolute;
    bottom: 7px;
    right: 5px;
    margin: auto;
}

.btn01--brown {
    border-color: #4B402D;
    color: #4B402D;
}

.btn01--brown:hover {
    background: #4B402D;
    color: #fff;
}

.btn01--brown.btn01--arrow:before {
    background: #4B402D;
}

.btn01--brown.btn01--arrow:hover:before {
    background: #fff;
}

.btn02 {
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    color: #333;
    position: relative;
}

.btn02:hover {
    color: #333;
}

.btn02--arrow {
    padding: 0 85px 0 0;
}

.btn02--arrow:after {
    content: "";
    display: block;
    max-width: 65px;
    width: 100%;
    height: 6px;
    background: url(/system_panel/uploads/images/arrow_icon02_right_black.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.btn02--arrow:hover:after {
    right: -5px;
}

.btn02--back.btn02--arrow {
	padding: 0 0 0 85px;
}

.btn02--back.btn02--arrow:after {
    right: auto;
	left: 0;
    transform: translateY(-50%) scale(-1,1);
}

.btn02--back.btn02--arrow:hover:after {
    left: -5px;
}

.btn03 {
    max-width: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #DFD9CC;
    border: 1px solid;
    color: #4B402D;
    padding: 17px 2% 16px;
}

.btn03:hover {
    background: #4B402D;
    color: #DFD9CC;
}

.btn03--brown {
    background: #4B402D;
    color: #F2EFE8;
}

.btn03--brown:hover {
    background: #DFD9CC;
    color: #4B402D;
}

.btn03--beige {
    background: #F2EFE8;
	border-color: #F2EFE8;
    color: #4B402D;
}

.btn03--beige:hover {
    background: #4B402D;
    color: #F2EFE8;
}

 .btn03--arrow:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    margin: auto;
    transition: .3s;
 }

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

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

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

.imgControl {
	position: relative;
	padding: 0 0 100%;
	height: 0;
}

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

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

img+.noImg {
	display: none;
}

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

.incover {
    max-width: 1920px;
    width: 100%;
    position: relative;
}

.incoverTxtArea {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 75%);
}

.incoverSubTit {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    color: #4B402D;
    padding: 0 0 0 55px;
    position: relative;
}

.incoverSubTit:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #DFD9CC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
}

.incoverSubTit:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #DFD9CC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

.incoverTit {
    font-family: "Marcellus", sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    color: #4B402D;
    padding: 0 0 0 55px;
}

.incoverImgArea {
    max-width: 1380px;
    width: 100%;
    margin: 0 0 0 auto;
    height: 250px;
}


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

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	max-width: 1450px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	padding: 0 15px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.breadLink {
	display: block;
	color: #333;
}

.breadLink:hover {
	color: #3D3732;
	text-decoration: underline;
}

/*-----------------------------------------------------------
レイアウト
-----------------------------------------------------------*/

.inWrap {
	padding: 65px 0;
	position: relative;
}

.inner {
	max-width: 1450px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
	position: relative;
	min-height: 1.5em;
}

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

.bg01 {
    background: url(/system_panel/uploads/images/bg01.jpg) repeat-y center top / auto;
    color: #fff;
}

.bg-color--pink {
    background: rgb(206 1 16 / 10%);
}

.bg-color--yellow {
    background: rgb(221 180 10 / 10%);
}

.bg-color--orange {
    background: rgb(245 112 28 / 10%);
}

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

.baseTb {
	font-weight: 600;
	letter-spacing: 0.05em;
}

.baseTr {
	border-bottom: dotted 1px #4B402D;
}

.baseTh {
	font-size: 16px;
	padding: 15px 0 0;
}

.baseTd {
	padding: 10px 0 15px;
}

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

.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: 48px;
	width: 100%;
	max-width: 48px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination>ul>li.selected>a {
	color: #fff;
	background: #4B402D;
	cursor: inherit;
}

.webgene-pagination>ul>li.selected>a:hover {
	color: #fff;
	background-color: #4B402D;
}

.webgene-pagination>ul>li>a {
	width: 100%;
	height: 100%;
	border: solid 1px #4B402D;
	border-radius: 50%;
	background: #fff;
	color: #4B402D;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination>ul>li>a:hover {
	color: #fff;
	background-color: #4B402D;
	text-decoration: none;
}

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

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	opacity: .5;
	background-color: initial;
}


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

.webgene-pagination>ul>.prev>a::before {
	width: 9px;
	height: 15px;
	background: url(/system_panel/uploads/images/prev_arrow_icon01.svg) no-repeat center / contain;
}

.webgene-pagination>ul>.next>a::before {
	width: 9px;
	height: 15px;
	background: url(/system_panel/uploads/images/next_arrow_icon01.svg) no-repeat center / contain;
}

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

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

.topContactLink03 {
	transition: all .5s;
}

.topContactLink03:hover {
	transition: all .5s;
	transform: translateY(-8px);
}

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



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

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

.br422none br {
	display: none;
}

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

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



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

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

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

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

body {
    font-size: 16px;
}
  
/*-- 改行 --*/
.br768None br {
	display: none;
}

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

.tit01 {
    font-size: 25px;
}

.tit02 {
    font-size: 23px;
}
  
.tit03 {
    font-size: 21px;
}

.tit04 {
    font-size: 19px;
}

.enTit01 {
    font-size: 42px;
}

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

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

.incoverImgArea {
    width: 71.87%;
    height: 390px;
}

.incoverTxtArea {
    max-width: 540px;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px 0 0;
    background: #fff;
    top: 0;
    transform: translateY(0);
}

.incoverSubTit {
    font-size: 22px;
}

.incoverTit {
    font-size: 46px;
}
	
/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadBox {
	font-size: 13px;
}
	
/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.baseTh, .baseTd {
	padding: 15px;
}

.baseTh {
	font-size: 18px;
}

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

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



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


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

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
  
body {
    font-size: 18px;
}

/*-- 改行 --*/
.br1024None br {
	display: none;
}

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

.tit01 {
    font-size: 34px;
}

.tit02 {
    font-size: 28px;
}
  
.tit03 {
    font-size: 26px;
}

.tit04 {
    font-size: 22px;
}

.tit05 {
    font-size: 18px;
}

.enTit01 {
    font-size: 48px;
}
  
.titDeco01 {
    padding: 0 0 0 30px;
}

.titDeco01:before {
    width: 10px;
    height: 10px;
}

.titDeco02 {
    padding: 0 0 20px;
}
	
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

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

.incoverImgArea {
    height: 530px;
}

.incoverSubTit {
    font-size: 25px;
    padding: 0 0 0 95px;
}

.incoverTit {
    font-size: 64px;
    padding: 0 0 0 95px;
}

.incoverSubTit:before {
    width: 45px;
}

.incoverSubTit:after {
    width: 10px;
    height: 10px;
    left: 75px;
}

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

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	font-size: 14px;
}

/*-----------------------------------------------------------
レイアウト
-----------------------------------------------------------*/

.inWrap {
	padding: 130px 0;
}

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

.baseTh {
	font-size: 20px;
}
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination>ul>li {
	max-width: 56px;
	height: 56px;
	font-size: 20px;
	margin: 80px 10px 0;
}

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

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

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

/*-- 改行 --*/

.br1200None br {
	display: none;
}

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

.tit01 {
    font-size: 40px;
}

.tit02 {
    font-size: 35px;
}
	
.tit03 {
    font-size: 30px;
}

.tit04 {
    font-size: 25px;
}

.tit05 {
    font-size: 20px;
}

.enTit01 {
    font-size: 60px;
}

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

.btn01 {
    font-size: 20px;
}

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

.incoverImgArea {
    height: 699px;
}

.incoverTit {
    font-size: 80px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}
/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.topContactLinkText03 {
    font-size: 20px !important;
}

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

div.c4418{gap: 60px;}

@media screen and (max-width:767px) {
  div.c4418 {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
