@charset "utf-8";

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-size: 12px;
  	font-weight: 500;
  	letter-spacing: 0.2em;
	overflow-x: hidden;
	position: relative;
  	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  	background: #F5F5F5;
}

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

.telWrap {
	color: inherit;
}

.hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.scrollY {
	overflow-Y: scroll;
}

a, button {
	transition: .3s;
}

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

p > a:hover {
	color: inherit;
}

/*-- TOP --------------------------------------------------------------*/

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

.indent01 {
	padding-left:1em;
	text-indent:-1em;
}

.txt01 {
	line-height: 2em;
}

/*-- フォント --*/
.font01 {
	font-family: "Josefin Sans", sans-serif;
}

/*-- 画像制御 --*/
.imgFit {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

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

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

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

.tit01 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.45em;
}

.tit02 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.45em;
}

.tit03 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.45em;
}

.enTit01 {
    font-size: 26px;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1em;
    letter-spacing: .2em;
}

.subTit01 {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.42em;
    letter-spacing: .2em;
    margin: 9px 0 0;
}

/*-- 見出し装飾 --*/
.titDeco01 {
    font-size: 0;
}

.titDeco01:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #333;
    margin-top: 25px;
    vertical-align: bottom;
}

.titDeco02 {
    display: inline-block;
    padding: 0 8.86%;
    position: relative;
    text-align: center;
}

.titDeco02::before, .titDeco02::after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
}

.titDeco02::before {
    border-left: solid 1px #141414;
    border-top: solid 1px #141414;
    border-bottom: solid 1px #141414;
    top: 0;
    left: 0;
}

.titDeco02::after {
    border-right: solid 1px #141414;
    border-top: solid 1px #141414;
    border-bottom: solid 1px #141414;
    top: 0;
    right: 0;
}

.titDeco03 {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px 2%;
}


/*-- ボタン --*/
.btn01 {
    max-width: 252px;
    width: 100%;
    display: block;
    position: relative;
    border: solid 1px #D8D7D6;
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.35em;
    color: #333;
    padding: 18px 2% 13px;
}

.btn01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: solid 1px #D8D7D6;
    border-bottom: solid 1px #D8D7D6;
    position: absolute;
    top: 4px;
    right: -4px;
}

.btn01:after {
    content: '';
    width: 16px;
    height: 5px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    position: absolute;
    top: 50%;
    transform: skew(45deg) translateY(-50%);
    right: 12px;
}

.btn01:hover {
    background: #D8D7D6;
    color: #333;
}

.btn02 {
    max-width: 252px;
    width: 100%;
    display: block;
    position: relative;
    border: solid 1px #333;
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.35em;
    color: #333;
    padding: 18px 2% 13px;
}

.btn02:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    position: absolute;
    top: 4px;
    right: -4px;
}

.btn02:after {
    content: '';
    width: 16px;
    height: 5px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    position: absolute;
    top: 50%;
    transform: skew(45deg) translateY(-50%);
    right: 12px;
}

.btn02:hover {
    background: #333;
    color: #fff;
}


/*-- 下層カバー --*/
.incover {
	max-width: 1920px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	height: 250px;
	position: relative;
	filter: grayscale(1);
	padding: 0 15px;
}

.incoverBox {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}

.incoverTit {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.45em;
	color: #fff;
    font-family: "Josefin Sans", sans-serif;
	text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.incoverSubTit {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.112em;
	line-height: 1.28em;
	margin: 8px 0 0;
}

/*-- パンくず --*/
.breadWrap {
	margin: 15px 0 0;
}

.breadBox {
	max-width: 1200px;
	width: 96%;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
}

.breadLink {
	color: #333;
	text-decoration: underline;
	display: block;
}

.breadLink:hover {
	color: #333;
}

/*-- レイアウト --*/
.wrap01 {
	padding: 60px 0;
}

.wrap02 {
	padding: 0 0 80px;
}

.inner {
	max-width: 1230px;
	width: 96%;
	margin: auto;
	min-height: 30px;
	padding: 0 15px;
}

/*-- テーブル --*/
.baseTb {
	width: 100%;
	margin: 0 auto;
	border: solid 1px #E1E1E1;
	border-bottom: none;
	color: #1E1E4B;
}

.baseTh {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	background-color: #F1F1F1;
	line-height: 1.5em;
}

.baseTd {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	background: #fff;
	line-height: 1.5em;
}

.baseTd > a {
	display: inline-block;
	color: #2B2939;
	text-decoration: underline;
}

.baseTd > a:hover {
	text-decoration: none;
}

/*-- header -----------------------------------------------------------------*/

.humBtn {
    max-width: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.humBtnIn {
    max-width: 30px;
    width: 100%;
    height: 20px;
    position: relative;
}

.humBtnIn > div {
    width: 100%;
    margin: auto;
    height: 3px;
    background: #333;
    position: absolute;
    transition: .5s;
}

.humBtnIn > div:nth-child(1) {
    top: 0;
    right: 0;
    left: 0;
}

.humBtnIn > div:nth-child(2) {
    width: 79.16%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.humBtnIn > div:nth-child(3) {
    width: 60%;
    right: 0;
    bottom: 0;
}

.open > .humBtnIn div:nth-of-type(1) {
	top: 50%;
	transform: rotate(-225deg);
}

.open > .humBtnIn div:nth-of-type(2) {
	opacity: 0;
}

.open > .humBtnIn div:nth-of-type(3) {
	top: 50%;
	transform: rotate(225deg);
	bottom: auto;
	width: 100%;
}

.navArea {
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    z-index: 99;
	overflow: auto;
}

.navArea.open {
    opacity: 1;
    visibility: visible;
}

/*-- スマホ時 --*/
.spNav {
	max-width: 1920px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	box-shadow: 0 -3px 1px 0 rgb(0 0 0 / 5%);
}

.spNavArea {
	width: 100%;
	display: flex;
}

.spNavConte-l {
	width: 38%;
	border-right: 2px solid #fff;
}

.spNavConte-m {
	width: 24%;
	background: #8ABA28;
}

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #333;
}

.spFa {
	font-size: 23px;
	color: #8ABA28;
}

.spNavBtnBar {
	max-width: 16px;
	height: 16px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 11px;
	color: #fff;
}

.spNavBtn {
	padding: 12px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #333;
}

.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	bottom: auto;
}

.spMenu {
	margin: auto;
	padding: 0 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	right: -100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte {
	padding: 50px 0 50px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	padding: 7px 5px;
	text-align: center;
	display: block;
	color: #FFF;
	border-bottom: 1px solid #CCC;
	letter-spacing: .1em;
}

.spMenuLink:hover {
	color: #FFF;
	background: #acacac;
}

/*-- footer -----------------------------------------------------------------*/


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

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

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

body {
	font-size: 14px;
}

/*-- 共通パーツ --------------------------------------------------------------*/

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

/*-- パンくず --*/
.breadBox {
	font-size: 14px;
}

/*-- テーブル --*/
.baseTh {
	border-right: solid 1px #ccc;
}

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

.tit01 {
    font-size: 18px;
}

.tit02 {
    font-size: 24px;
}

.tit03 {
    font-size: 14px;
}
	
.enTit01 {
    font-size: 32px;
}

.subTit01 {
    font-size: 12px;
}


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

.incoverSubTit {
	font-size: 16px;
}

/*-- header -----------------------------------------------------------------*/

.header.is-active {
    position: fixed;
    top: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
  
.spNav {
	display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

body {
	font-size: 15px;
}

/*-- header -----------------------------------------------------------------*/

.humBtn {
    max-width: 88px;
}

.humBtnIn {
    max-width: 48px;
    height: 32px;
}

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

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

/*-- 下層カバー --*/
.incover {
	height: 300px;
}

/*-- パンくず --*/
.breadWrap {
margin: 30px 0 0;
}

/*-- レイアウト --*/
.wrap01 {
	padding: 120px 0;
}

.wrap02 {
	padding: 0 0 160px;
}

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

.incoverSubTit {
	font-size: 18px;
}

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

.tit01 {
    font-size: 22px;
}

.tit02 {
    font-size: 28px;
}

.tit03 {
    font-size: 16px;
}

.enTit01 {
    font-size: 36px;
}

.subTit01 {
    font-size: 14px;
    margin: 18px 0 0;
}

/*-- 見出し装飾 --*/

.titDeco01:after {
    margin-top: 53px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

/*-- 共通パーツ --------------------------------------------------------------*/

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

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

.tit01 {
    font-size: 24px;
}

.tit02 {
    font-size: 36px;
}

.enTit01 {
    font-size: 40px;
}


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

.incoverSubTit {
	font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.c27306.top_text-251110 br {
    display: none;
}
@media screen and (max-width:767px) {
    .c27306.top_text-251110 br {
        display: block;
    }

    .coverTxtBox251110 {
        top: 0;
    }
    .top_text-251110 p span {
        font-size: 30px;
    }
    img.c7566.coverTxtImg.coverTxtImg251110-02 {
        height: 80px;
        width: auto;
        padding-left: 3%;
    }
    .c27306.c27306_251110 {
        padding-top: 0;
    }
    .c27306.top_text-251110 {
        line-height: 1.1;
    }
}