@charset "utf-8";

.colorGreen {
    color: #109E4E;
}

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

.inHeaderHightBox {
    width: 100%;
    height: 80px;
}

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

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

.incover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #016A70;
    opacity: 0.35;
}

.incoverBox {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-family: var(--fontB);
}

.incoverTit {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-shadow: 0 2px 6px rgb(0 0 0 / 25%);
}

.incoverSubTit {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

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

.breadWrap {
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.breadBox {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadLink {
    display: block;
    color: #109E4E;
    transition: all .5s;
    text-decoration: underline;
}

.breadLink:hover {
    color: #109E4E;
    transition: all .5s;
    text-decoration: unset;
}

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

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

.gjs-dashed .comBannerLinkImgBox:before {
    display: none;
}

.comBannerWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.comBannerLink {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

.comBannerLinkImgBox {
    width: 100%;
    padding-top: 46.15%;
    position: relative;
}

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

.comBannerLinkTitBox {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 3;
    font-family: var(--fontB);
}

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

.comBannerLinkTitEn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin-top: 10px;
}

.comBannerLink:before {
    content: "";
    background: url(/system_panel/uploads/images/com_banner_arrow.svg)no-repeat;
    background-size: contain;
    display: block;
    width: 69px;
    height: 52px;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    transition: all .5s;
}

.comBannerLinkImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-color: #99CB3A;
    opacity: 0.6;
    transition: all .5s;
}

.comBannerLink:hover .comBannerLinkImgBox:before {
    opacity: .25;
}

.comBannerWr .comBannerLink:nth-child(even) .comBannerLinkImgBox:before {
    background-color: #109E4E;
    opacity: 0.45;
}

.comBannerWr .comBannerLink:hover:nth-child(even) .comBannerLinkImgBox:before {
    opacity: .25;
}

.comBannerDeco {
    max-width: 168.34px;
    width: 25.9%;
    position: absolute;
    top: 5px;
    right: 1%;
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

  



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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.comBannerLinkTitJa {
    font-size: 25px;
}

.comBannerLinkTitEn {
    font-size: 18px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.inHeaderHightBox {
    height: 100px;
}

.comBannerLinkTitJa {
    font-size: 20px;
}

.comBannerLinkTitEn {
    font-size: 16px;
}

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

.incover {
    height: 300px;
}

.incoverTit {
    font-size: 18px;
}

.incoverSubTit {
    font-size: 35px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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


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

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

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

.inHeaderHightBox {
    height: 140px;
}

.comBannerLinkTitJa {
    font-size: 25px;
}

.comBannerLinkTitEn {
    font-size: 18px;
}

.incover {
    height: 350px;
}

.incoverTit {
    font-size: 20px;
}

.incoverSubTit {
    font-size: 45px;
}

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

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

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

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

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

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

.comBannerLinkTitJa {
    font-size: 32px;
}

.comBannerLinkTitEn {
    font-size: 20px;
}

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

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

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