@charset "UTF-8";

/******footer******/
.footInfoArea {
    background-color: #062B08;
    padding: 60px 0;
    font-size: 14px;
}
@media screen and (max-width:769px) {
    .footInfoArea {
      padding: 60px 0 0 0;
    }
}
.footInfoArea.sp {
    width: 100%;
    color: #ffffff;
    min-height: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footInfoArea.pc {
    display: block;
}
@media screen and (max-width: 769px) {
    .footInfoArea.pc {
        display: none;
    }
}
.footInfoArea.sp {
    display: none;
}
@media screen and (max-width: 769px) {
    .footInfoArea.sp {
        display: flex;
        font-size: 14px;
        margin-bottom: 72px;
    }
}
.footInfoArea .footInfoCont {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 769px) {
    .footInfoArea .footInfoCont {
        flex-flow: column-reverse;
    }
}
.footInfoArea .footInfoLinkArea {
    display: flex;
    width: 70%;
    border-left: 1px solid #ffffff;
    height: fit-content;
    align-items: center;
    padding-left: 32px;
}
@media screen and (max-width:769px) {
  .footInfoArea .footInfoLinkArea {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    border-left: none;
  } 
}
.footInfoArea .footInfoLinkArea .footInfoLink {
    width: 30%;
}
.footInfoArea .footInfoLinkArea .footInfoLink:first-of-type {
    margin-right: 2%;
}
.footInfoArea .footInfoLinkArea .footInfoLink li {
    margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
    .footInfoArea .footInfoLinkArea .footInfoLink:first-of-type {
        margin-right: 0;
    }
    .footInfoArea .footInfoLinkArea .footInfoLink {
        display: inline-block;
        margin-bottom: 20px;
        width: 50%;
    }
}
.footInfoArea .footInfoLinkArea .footInfoLink li a {
    color: #fff;
    transition: opacity 0.6s;
    text-decoration: none;
}
.footInfoArea .footInfoLinkArea .footInfoLink li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    .footInfoArea .footInfoLinkArea .footInfoLink li a:hover {
        opacity: 1;
    }
}
.footInfoArea .footInfoLinkArea .otherLinkArea {
    margin-left: auto;
    width: 33.8%;
}
@media screen and (max-width: 769px) {
    .footInfoArea .footInfoLinkArea .otherLinkArea {
        margin-left: 0;
        width: 100%;
    }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (max-width:769px) {
    .footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li {
        flex-direction: row;
        flex-basis: 50%;
    }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li:first-child {
    margin-bottom: 15px;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: opacity 0.6s;
    text-decoration: none;
}

@media screen and (max-width:769px) {
  .footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a {
    flex-basis: 50%;
  }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    .footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a:hover {
        opacity: 1;
    }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 5px;
    width: 24px;
    background-image: url("../img/arrow.png");
    position: absolute;
    top: 27px;
    right: 15px;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink {
    display: flex;
    justify-content: space-between;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a {
    color: #808080;
    display: inline-block;
    transition: opacity 0.6s;
    text-decoration: none;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    .footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a:hover {
        opacity: 1;
    }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 21px;
    width: 21px;
    background-image: url("../img/common/fb_icon.png");
    display: inline-block;
    margin-right: 10px;
    vertical-align: -0.2em;
}
.footInfoArea
    .footInfoLinkArea
    .otherLinkArea
    .footSnsLink
    li:last-child
    a:before {
    background-image: url("../img/common/insta_icon.png");
}
.footInfoArea .footInfo {
    width: 26.5%;
    margin-right: 12px;
}
@media screen and (max-width: 769px) {
    .footInfoArea .footInfo {
        width: 100%;
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}
.footInfoArea .footInfo h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footInfoArea .footInfo dl {
    display: flex;
    margin-bottom: 10px;
}
.footInfoArea .footInfo dl dt {
    color: #fff;
    width: 30%;
}
.footInfoArea .footInfo dl dd {
    color: #fff;
    width: 70%;
}

footer {
    background-color: #ebebeb;
}

@media screen and (max-width: 769px) {
    footer {
        margin-bottom: 56px;
    }
}
footer .footCont {
    box-sizing: border-box;
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 260px 45px 220px;
    position: relative;
    text-align: left;
}
footer .footCont .footLogo {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 160px;
}
footer .footCont .footLogo img {
    width: 100%;
}
footer .footCont .footPict {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 151px;
}
footer .footCont .footPict img {
    width: 100%;
}
footer .footCont ul {
    display: flex;
    flex-wrap: wrap;
}
footer .footCont ul.footLink2 {
    border-top: 1px solid #c5d2c8;
    margin-top: 15px;
    padding: 15px 0 0;
}
footer .footCont ul.footLink3 {
    border-top: 1px solid #c5d2c8;
    margin-top: 15px;
    padding: 15px 0 0;
}
footer .footCont ul.footLink3 li {
    width: 100%;
}
footer .footCont ul li {
    margin-bottom: 5px;
    width: 33.33%;
}
footer .footCont ul li a {
    display: block;
    line-height: 140%;
    padding: 0 5px 0 15px;
    position: relative;
}
footer .footCont ul li a:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 10px;
    width: 6px;
    background-image: url("../img/common/icon03.png");
    position: absolute;
    top: 5px;
    left: 0px;
}
footer .copy {
    background-color: #062B08;
    color: #fff;
    font-size: 75%;
    padding: 10px 0 8px;
    text-align: center;
}

/******main******/
.pageTop {
    background-color: #0a7545;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: all 0.4s;
    width: 60px;
}
.pageTop.show {
    opacity: 1;
}
.pageTop i {
    color: #fff;
    font-size: 140%;
}

.alCenter {
    text-align: center;
}

.alRight {
    text-align: right;
}

.pt0 {
    padding-top: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 75px !important;
}

.mb100 {
    margin-bottom: 95px !important;
}

.mb120 {
    margin-bottom: 115px !important;
}

.mb140 {
    margin-bottom: 135px !important;
}

.mb160 {
    margin-bottom: 155px !important;
}
