@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

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

.btn01 {
    display: block;
    position: relative;
    max-width: 248px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: 2px solid #14695E;
    border-radius: 40px;
    background: #FFF;
	transition: all .5s;
}

.btn01:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 6%;
	margin: auto;
	background-image: url(/system_panel/uploads/images/arrow_green.svg);
	background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn01 p {
	color: #14695E;
}

.btn01:hover {
	background: #14695E;
	transition: all .5s;
}

.btn01:hover p {
	color: #FFF;
	transition: all .5s;
}

.btn01:hover:before {
	background-image: url(/system_panel/uploads/images/arrow_white.svg);
	transition: all .5s;
}

.btn02 {
    display: block;
    position: relative;
    max-width: 248px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 40px;
    background: #FFF;
	transition: all .5s;
}

.btn02:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 6%;
	margin: auto;
	background-image: url(/system_panel/uploads/images/arrow_green.svg);
	background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn02 p {
	color: #14695E;
}

.btn02:hover {
	background: #14695E;
	transition: all .5s;
}

.btn02:hover p {
	color: #FFF;
	transition: all .5s;
}

.btn02:hover:before {
	background-image: url(/system_panel/uploads/images/arrow_white.svg);
	transition: all .5s;
}


.btn03 {
    display: block;
    position: relative;
    max-width: 248px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: 2px solid #FFF;
    background: #FFF;
    border-radius: 40px;
	transition: all .5s;
}

.btn03:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 6%;
	margin: auto;
	background-image: url(/system_panel/uploads/images/arrow_black.svg);
	background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn03 p {
	color: #333;
}

.btn03:hover {
	background: unset;
	transition: all .5s;
}

.btn03:hover p {
	color: #FFF;
	transition: all .5s;
}

.btn03:hover:before {
	background-image: url(/system_panel/uploads/images/arrow_white.svg);
	transition: all .5s;
}

.floatingBannerItem {
    max-width: 320px;
    position: fixed;
    z-index: 9999;
    right: 3%;
    bottom: 5%;
}

/*---------------------------------------------------------------------------*/

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

.paddingWr01 {
	padding: 0 15px;
}

.fontA {
	font-family: "Josefin Sans", sans-serif;
}

.enMainTit01 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.enTit01 {
  	font-size: 12px;
  	letter-spacing: 0.05em;
	font-family: "Josefin Sans", sans-serif;
  	margin: 0 0 6px 0;
}

.jpTit01 {
	font-size: 18px;
    font-weight: 700;
	letter-spacing: 0.05em;
  	line-height: 1.8em;
}

.jpTit02 {
    font-size: 28px;
    font-weight: 700;
	letter-spacing: 0.05em;
  	line-height: 1.8em;
}

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

.txt02 {
	font-size: 16px;
  	font-weight: 700;
  	letter-spacing: 0.05em;
  	line-height: 2em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
	color: #fff;
}

.colorBlack {
	color: #333;
}

.colorGreen {
	color: #14695E;
}

.colorOrange {
	color: #F97931;
}



/*-- inCover -----------------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.iCovWr {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 200px;
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.iCovAr > h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.45em;
}

.iCovWr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, .75);
}

.inCovEnTit {
	font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.08em;
}


/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

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

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333;
}

.pankuzuLink:hover {
    color: #14695E;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 14px;
}

.pankuzuLink > p {
    padding: 0 0 3px;
    text-decoration: none;
}

.pankuzuLink:hover > p {
    text-decoration: underline;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



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



/*--is-animation--*/



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


/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/



/*----*/

/*---ブロック------------------------------------------------*/
.pankuzuWr + .inWrap {
    padding: 40px 0 80px;
}

.inWrap {
    padding: 80px 0;
}

.inner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 20px;
}

/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

@media screen and (max-width:768px) {
  .floatingBannerItem {
    max-width: 200px;
    position: fixed;
    z-index: 9999;
    right: 3%;
    bottom: 10%;
 }
}

/*----*/


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

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

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

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

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

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

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

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

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

.jpTit01 {
	font-size: 20px;
}



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

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

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

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

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

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

/*---incover------------------------------------------------*/
  
.iCovAr > h1 {
    font-size: 32px;
}


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

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

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

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

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

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

/* ボタン */

.btn01 {
    padding: 18px 10px;
}

.btn02 {
    padding: 18px 10px;
}
 

/* ここまで */

.enMainTit01 {
    font-size: 60px;
}

.enTit01 {
  	font-size: 16px;
}

.jpTit01 {
	font-size: 23px;
}

.jpTit02 {
    font-size: 30px;
}
  
/*---incover------------------------------------------------*/
  
.iCovWr {
    height: 320px;
}

.iCovAr > h1 {
    font-size: 40px;
}

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

.pankuzuWr {
    font-size: 13px;
} 

/*---block------------------------------------------------*/

.pankuzuWr + .inWrap {
    padding: 100px 0 150px;
}

.inWrap {
    padding: 150px 0;
}  


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

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

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

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

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

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



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

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

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


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

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

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

.enMainTit01 {
    font-size: 80px;
}

.enTit01 {
  	font-size: 18px;
}

.jpTit01 {
	font-size: 26px;
}

.jpTit02 {
    font-size: 40px;
}

.txt02 {
	font-size: 18px;
}
  
/*---incover------------------------------------------------*/
  
.iCovWr {
    height: 350px;
}
  
/*---パンくず------------------------------------------------*/

.pankuzuWr {
    font-size: 14px;
}


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

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

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

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

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

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

.jpTit01 {
	font-size: 32px;
}

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

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

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

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

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

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

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

/*---incover------------------------------------------------*/
  
.iCovWr {
    height: 400px;
}

.iCovAr > h1 {
    font-size: 50px;
}

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

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

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

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

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

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

/*---incover------------------------------------------------*/
  
.iCovWr {
    height: 450px;
}
  
.iCovAr > h1 {
    font-size: 60px;
}


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

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

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