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

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
	/* font-family: "Noto Sans JP", sans-serif; */
    font-family: "Zen Old Mincho", serif;
    color: #666666;
}

.telWrap {
    color: inherit;
}

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

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

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

.fontB {
	font-family: "Marcellus", serif;
}

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

.paddingWr01 {
	padding: 0 15px;
}

.mainAr {
	max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}

.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

.inLink:hover .iconImg {
	display: none;
}

.inLink:hover .iconImgHvr {
	display: block;
}

.controlArea .carousel-item {
    display: block;
    opacity: 1;
}

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

.brPc br {
	display: none;
}

.brSp br {
	display: block;
}

.br1250  br {
	display: none;
}

.br1024  br {
	display: none;
}

.minusBox {
    position: relative;
	z-index: -1;
}

.movieItem {
    width: 100%;
    position: relative;
}

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

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

/*-- タイトル・テキスト --*/

.enTit01 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.05em;
    line-height: 1.45em;
	font-family: "Marcellus", serif;
}

.enTit02 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
    line-height: 1.45em;
	font-family: "Marcellus", serif;
}

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

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

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

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

.txt01 {
	font-size: 13px;
	letter-spacing: 0.05em;
    line-height: 2.5em;
}

.txt02 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
    line-height: 1.75em;
}

/*-- ボタン --*/

.comBtn01 {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #144B6B;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.comBtn01 .comArrowIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.comArrowIcon:before {
    content: "";
    background: url(/system_panel/uploads/images/arrow_right.svg)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover .comArrowIcon {
    transform: scale(1.1, 1.1);
    transition: all .5s;
}

.comBtn01:hover{
    color: #144B6B;
    transition: all .5s;
}

.btn01L {
	width: 80%;
    max-width: 472px;
}

.btn01Yellow {
    color: #111;
    background: #E7D31A; 
    border: 2px solid #E7D31A;
    transition: all .5s;
}

.btn01Yellow:hover {
    color: #111;
    background: #fff; 
    border: 2px solid #E7D31A;
    transition: all .5s;
}

.btn01Red {
    color: #fff;
    background: #A72125; 
    border: 2px solid #A72125;
    transition: all .5s;
}

.btn01Red:hover {
    color: #A72125;
    background: #fff; 
    border: 2px solid #A72125;
    transition: all .5s;
}

.btn01Black {
    color: #fff;
    background: #111; 
    border: 2px solid #fff;
}

.btn01:before {
    content: "";
    position: absolute;
    background: #485053;
    width: 50px;
    height: 1px;
    right: -25px;
}

.btn02 {
	max-width: 287px;
	width: 100%;
    height: 64px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #111;
    border: 2px solid #111;
    transition: all .5s;
}

.btn02:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 9px;
    right: 14px;
    transition: all .5s;
}

.btn02Black {
    position: relative;
    color: #111;
    border: 2px solid #111;
    transition: all .5s;
}

.btn02Black:before {
    background: url(/system_panel/uploads/images/arrow_black.svg)no-repeat;
    background-size: contain;
    transition: all .5s;
}

.btn02Black:hover {
    color: #111;
    background-color: #fff;
    transition: all .5s;
}

.btn02White {
    color: #F5F4F0;
    border: 2px solid #F5F4F0;
    transition: all .5s;
}

.btn02White:before {
    background: url(/system_panel/uploads/images/arrow_white.svg)no-repeat;
    background-size: contain;
    transition: all .5s;
}

.btn02White:hover::before {
    background: url(/system_panel/uploads/images/arrow_black.svg)no-repeat;
    transition: all .5s;
}

.btn02White:hover {
    color: #111;
    border: 2px solid #111;
    background-color: #F5F4F0;
    transition: all .5s;
}

.btn02White02 {
    color: #111;
    background: #F5F4F0;
    border: 2px solid #F5F4F0;
    transition: all .5s;
}

.btn02White02:before {
    background: url(/system_panel/uploads/images/arrow_black.svg)no-repeat;
    background-size: contain;
    transition: all .5s;
}

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

.btn02White02:hover {
    color: #F5F4F0;
    background-color: unset;
    transition: all .5s;
}

.btn03 {
	max-width: 118px;
	width: 100%;
    height: 20px;
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #A72125;
    transition: all .5s;
}

.btn03:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 9px;
    right: 0;
    background: url(/system_panel/uploads/images/arrow_red.svg)no-repeat;
    background-size: contain;
    transition: all .5s;
}

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

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

.btnLink:hover .coverMask {
    opacity: 0.75;
}


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

.colorWhite {
    color: #fff;
}

.colorBlack {
    color: #666666;
}

.colorBlue{
    color: #144B6B;
}

.colorYellow {
    color: #E7D31A;
}

.bgWhite {
    background: #fff;
}

.bgRed{
    background: #A72125;
}

.bgYellow {
    background: #E7D31A;
}

.bgBlack {
    background: #111;
}

.coverMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 0 auto;
    transition: all 0.5s ease;
}

.maskBlack70 {
    background:rgba(17,17,17,.7);
}


/*-- 共通装飾 --------------------------------------------------------------*/

.greenBox {
    width: 100%;
    max-width: 264px;
    height: 264px;
	background: #D2EDE0;
    filter: blur(50px);
    border-radius: 50%;
}

.orangeBox {
    width: 100%;
    max-width: 224px;
    height: 224px;
	background: #F9E0D8;
    filter: blur(50px);
    border-radius: 50%;
}

.blueBox {
    width: 100%;
    max-width: 224px;
    height: 224px;
	background: #E4FAFA;
    filter: blur(50px);
    border-radius: 50%;
}

/*-- 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, .6);
}

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

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

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

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

.pankuzuLink {
    display: flex;
    align-items: center;
    color: #111;
}

.pankuzuLink:hover {
    color: #111;
}

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

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

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

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

.pankuzuWr + .inWrap {
    padding: 40px 0 70px;
}

.inWrap {
    padding: 70px 0;
}

.inner {
    max-width: 1140px;
    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;
}*/

.hLogo{
object-fit: contain;
}
/*---gallery　lightbox--*/

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

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #111;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.formRow {
    border: 1px solid #989898;
}

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

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 14px;
    background-color: #A72125;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

/*--company etc--*/

.baseTb {
    border: 1px solid #989898;
    border-bottom: 0;
}

.baseTr {
    border-bottom: 1px solid #989898;
}

.baseTh {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    background-color: #111;
    border-bottom: 1px solid #989898;
}

.baseTd {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 0px solid #989898;
    border-bottom: 1px solid #989898;
    background: #fff;
}

.tableTit01 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.tableTxt01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

/*--ecBanner--*/


.ecLinkBanner {
	color: #111;
}

.ecLinkBanner:hover {
	color: #111;
}

.ecLinkBanner:hover .maskYellow80{
	background: rgba(231, 211, 26, .5);
}

.ecLinkBanner:hover .btn02{
    background: #fff;
    transition: all .5s;
}

.ecLinkImgBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1088px;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 220px;
    height: auto;
}

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

/*--下層共通--*/

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

.paddingWr {
    padding: 0 15px;
}

.innerWr01 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.jpTit01 {
	font-size: 24px;
}

.enTit01 {
	font-size: 40px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.jpTit01 {
	font-size: 32px;
}  
  
.jpTit02 {
	font-size: 16px;
}
  
.txt01, .txt02 {
	font-size: 14px;
}
  
.btn01L {
	width: 100%;
}

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

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

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

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

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

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

.brPc br {
	display: block;
}

.brSp br {
	display: none;
}
    
.enTit01 {
	font-size: 48px;
}
  
.jpTit01 {
	font-size: 24px;
}

.msg01 {
	font-size: 18px;
}
  
.txt01 {
	font-size: 12px;  
}
  
.iCovWr {
    height: 350px;
}

.iCovAr > h1 {
    font-size: 40px;
}
  
.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) {

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

.br1024  br {
	display: block;
}
   
.jpTit01 {
	font-size: 32px;
}
  
.jpTit02 {
	font-size: 18px;
}  

.txt01, .txt02 {
	font-size: 16px;
}
  
.iCovWr {
    height: 400px;
}
  
.inWr01 {
    padding: 100px 0;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.jpTit01 {
	font-size: 40px;
}
  
.enTit01 {
	font-size: 40px;
}
  
.msg01 {
	font-size: 18px;
}
  
.br1250  br {
	display: block;
}

.iCovWr {
    height: 450px;
}

.ecLinkImgBox {
    min-height: 265px;
}

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

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

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

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

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

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

.iCovAr > h1 {
    font-size: 60px;
}
  
.enTit01 {
	font-size: 48px;
}
  
.msg01 {
	font-size: 22px;
}

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

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

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

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

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

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

.iCovAr > h1 {
    font-size: 60px;
}
  
.enTit01 {
	font-size: 46px;
}

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

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

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

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

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

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

.enTit01 {
	font-size: 56px;
}
  
.msg01 {
	font-size: 24px;
}

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

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

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

@media screen and ( max-width:768px ){
.hLink{
    justify-content: center;
}
}
