@charset "UTF-8";

@media (min-width: 721px) {
    .mainArea {
        padding-top: 0;
    }
}

@media (min-width: 721px) {
    .headerArea .row01 {
        position: absolute;
        top: calc(100vh - 100px);
    }

    .pc_nav_fix .headerArea .row01 {
        position: fixed;
        top: 0;
    }
}

@media (min-width: 721px) and (max-height: 600px) {
    .headerArea .row01 {
        top: 500px;
    }

    .pc_nav_fix .headerArea .row01 {
        top: 0;
    }
}

.mv_home {
    position: relative;
    text-align: center;
}

@media (min-width: 721px) {
    .mv_home {
        height: calc(100vh - 100px);
        min-height: 500px;
        max-height: 1000px;
        margin-bottom: 100px;
    }
}

@media (max-width: 720px) {
    .mv_home {
        height: 400px;
    }
}

.mv_home:before {
    content: '';
    background: url("../img/about/decor_02.png");
    background-size: cover;
    margin: 0 auto;
    width: 90px;
    height: 208px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: transform .5s;
    transform-origin: top center;
}

@media (min-width: 721px) and (max-height: 800px) {
    .mv_home:before {
        transform: scale(0.75);
    }
}

@media (max-width: 720px) {
    .mv_home:before {
        background: url("../img/about/decor_02_sp.png");
        background-size: cover;
        height: 86px;
        width: 56px;
    }
}

.mv_home [data-slidearea03] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mv_home [data-slidearea03] .contantWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv_home [data-slidearea03] .contantWrap .content .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05) rotate(1deg);
    background-position: center center;
    background-size: cover;
}

.mv_home [data-slidearea03] .contantWrap .content .link:nth-child(1) {
    background-image: url(../img/home/mv_bg_01.jpg);
}

@media (max-width: 720px) {
    .mv_home [data-slidearea03] .contantWrap .content .link:nth-child(1) {
        background-image: url(../img/home/mv_bg_01_sp.jpg);
    }
}

.mv_home [data-slidearea03] .contantWrap .content .link.active {
    opacity: 1;
    transform: scale(1.15) rotate(1deg);
}

.mv_home .txt_wrap {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 721px) {
    .mv_home .txt_wrap {
        width: 400px;
        height: 260px;
        bottom: -60px;
        transition: bottom .5s;
    }

    .mv_home .txt_wrap>* {
        transform-origin: top center;
        transition: transform .5s;
    }
}

@media (min-width: 721px) and (max-height: 800px) {
    .mv_home .txt_wrap {
        bottom: -60px;
        /*bottom: -100px;*/
    }

    .mv_home .txt_wrap>* {
        transform: scale(0.75);
    }
}

@media (max-width: 720px) {
    .mv_home .txt_wrap {
        width: 260px;
        height: 170px;
        bottom: 0;
    }
}

.mv_home .txt {
    margin-bottom: 10px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    opacity: 0;
    position: relative;
    z-index: 10;
}

@media (min-width: 721px) and (max-height: 800px) {
    .mv_home .txt {}
}

@media (max-width: 720px) {
    .mv_home .txt {
        font-size: 1.4rem;
    }
}

.mv_home .txt>span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
}

.mv_home .txt>span>span {
    display: inline-block;
    position: relative;
    transform: translateY(120%);
    transition: 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.mv_home .txt>span>span.active {
    transform: none;
}

.mv_home .img {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 400px;
}

@media (max-width: 720px) {
    .mv_home .img {
        width: 235px;
    }
}

.mv_home .img span {
    display: block;
    overflow: hidden;
}

.mv_home .img img {
    display: block;
    margin: auto;
    width: 100%;
    transform: translateY(100%);
    transition: 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.mv_home .img img.active {
    opacity: 1;
    transform: translateY(0%);
}

.mv_home .btn {
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    padding-top: 40px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: 20px;*/
    bottom: 80px;
}

@media (max-width: 720px) {
    .mv_home .btn {
        display: none;
    }
}

.mv_home .btn span {
    border: 2px solid #fff;
    border-radius: 11px;
    box-sizing: border-box;
    height: 38px;
    left: 50%;
    position: absolute;
    top: 0;
    margin-left: -15px;
    width: 22px;
}

.mv_home .btn span::before {
    animation: sdb 2s infinite;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 10px;
    width: 6px;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 720px) {
    .home {
        margin-top: -15px;
    }
}

.home .about {
    position: relative;
    z-index: 3;
}

@media (max-width: 720px) {
    .home .about {
        padding-top: 0px;
    }
}

.top-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F2F1E7;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin: 16rem auto 0;
    padding: 2.3rem 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}

.top-news dt {
    width: 30%;
    color: #286E3C;
    padding-left: 2rem;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.top-news dd {
    width: 70%;
    padding-left: 2rem;
    box-sizing: border-box;
}

.hov-action{
    transition: 0.3s;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.hov-action:hover{
    opacity: 0.7;
}

.top-news .tag {
    background: #286E3C;
    padding: 0.4rem 4rem;
    color: #fff;
    margin-right: 1rem;

    display: inline-block;
    padding: 0;
    width: 15rem;
    text-align: center;
}

.top-news time {
    font-size: 1.4rem;
}

.top-news-new {
    position: absolute;
    top: -9px;
    left: 0rem;
    font-family: "ff-ernestine-pro";
    letter-spacing: 1px;
    font-size: 2.2rem;
    color: #286E3C;
}

.Arrow-Right {
    border-top: solid 3px #4b3c14;
    border-right: solid 3px #4b3c14;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 43%;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(45deg);
}

.home .about .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 720px) {
    .home .about .inner {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
        margin-top: -9rem;
        padding: 0;
        width: 88.88%;
    }
}

.home .about .inner .title-box {
    width: max-content;
    background: #fff;
    margin-left: 4rem;
    padding: 0 3rem 0 1rem;
    transform: translateY(90px);
}

.home .about .inner .title {
    color: #286E3C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    margin-left: 0px;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .home .about .inner .title {
        font-size: 4.5rem;
        letter-spacing: 2.4px;
        margin-left: 0;
        text-align: center;
    }
}

.home .about .inner .subtitle {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1.44px;
    margin: 15px 0 35px 0px;
}

@media (max-width: 720px) {
    .home .about .inner .subtitle {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin: 7px 0 100px;
        text-align: center;
    }
}

.home .about .inner .content {
    border: 1px solid #286E3C;
    padding: 66px 48px 48px 48px;
}

@media (max-width: 720px) {
    .home .about .inner .content {
        padding: 0 10px;
        padding-bottom: 4rem;
    }
}

.home .about .inner .content .in {
    display: flex;
    margin-bottom: 7rem;
}

@media (max-width: 720px) {
    .home .about .inner .content .in {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .home .about .inner .content .in .colum {
        margin: 0 auto;
        width: 93.3%;
    }
}

.home .about .inner .content .in .desc {
    background: #fff;
    background: #fff url(../img/home/bg_about.png);
    background-size: cover;
    padding: 37px 40px 30px 37px;
    position: relative;
    width: 421px;
    z-index: 2;
    padding-left: 0;
}

@media (max-width: 720px) {
    .home .about .inner .content .in .desc {
        margin-top: 56px;
        padding: 38px 10px 33px;
        width: auto;
        background: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.home .about .inner .content .in .desc .ttl {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 24px;
}

@media (max-width: 720px) {
    .home .about .inner .content .in .desc .ttl {
        font-size: 1.7rem;
        line-height: 2.5rem;
        padding-left: 0;
        text-align: center;
    }
}

.home .about .inner .content .in .desc .ttl:before {
    background: url("../common/img/decor.png");
    background-size: cover;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
}

@media (max-width: 720px) {
    .home .about .inner .content .in .desc .ttl:before {
        height: 14px;
        left: 50%;
        top: -20px;
        transform: translate(-50%, 0);
        width: 16px;
    }
}

.home .about .inner .content .in .desc .txt {
    font-size: 1.6rem;
    line-height: 3.0rem;
    margin-top: 25px;
    text-align: justify;
}

@media (max-width: 720px) {
    .home .about .inner .content .in .desc .txt {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 20px;
    }
}

.home .about .inner .content .in .colum02 .colum02-box {
    border-top: 1px solid #DCE65A;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    padding-left: 1rem;
}

.home .about .inner .content .in .colum02 .colum02-box:first-of-type {
    border-top: 0;
}

.home .about .inner .content .in .colum02 .ttl {
    font-size: 2rem;
    letter-spacing: 2px;
}
.home .about .inner .content .in .colum02 .ttl .green{
    color:#286e3c;
    display: inline;
}

.home .about .inner .content .in .colum02-text {
    width: 80%;
}

.home .about .inner .content .in .colum02 {
    padding-left: 3rem;
}

.home .about .inner .content .in .colum02 p {
    font-size: 1.4rem;
    letter-spacing: 2px;
}

.home .about .inner .content .in .colum02 .ttl-point {
    color: #286e3c;
    font-size: 1.7rem;
    font-family: ff-ernestine-pro;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    width: 15%;
    font-weight: bold;
}

.home .about .inner .content .in .colum02 .ttl-point span {
    display: block;
    font-size: 6rem;
    font-family: ff-ernestine-pro;
}

.home .about .inner .content .in .btnTop {
    margin: 6px auto auto 0px;
}

.home .about .inner .content .in02 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.home .about .inner .content .in02>* {
    width: 50%;
    background: #F2F1E7;
    letter-spacing: 2px;
}

.home .about .inner .content .in02>.box {
    padding: 3rem;
    box-sizing: border-box;
}

.home .about .inner .content .in02>.box p span.arrow {
    background: url(../img/service/service_flow_item_before.png) no-repeat center center;
    background-size: cover;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 76%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    width: 30px;
}

.home .about .inner .content .in02>* h3 {
    font-size: 2rem;
    display: flex;
}

.home .about .inner .content .in02>* h4 {
    font-size: 2.6rem;
    color: #286E3C;
    padding: 1rem 0;
    border-bottom: 1px solid #286E3c;
    margin-bottom: 2rem;
}

.home .about .inner .content .in02>* p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    position: relative;
}

.home .about .inner .content .in02>* img {
    width: 100%;
}
.home .about .inner .content .in02>* .icon{
    display: inline-block;
    width: 3.5rem;
    display: flex;
    margin-right: 1rem;
    align-items: center;
} 

.sp {
    display: none;
}

@media (max-width: 720px) {
    .home .about .inner .content .in02>.box{
        padding: 2rem 2rem;
    }
    .home .about .inner .content .in02>* {
        width: 100%;
    }

    .home .about .inner .content .in02>* h3 {
        text-align: center;
        justify-content: center;
    }

    .home .about .inner .content .in02>* h4 {
        text-align: center;
        font-size: 2.3rem;
    }

    .home .about .inner .content .in02>* p {
        width: 85%;
    }

    .home .about .inner .content .in .btnTop {
        margin: initial;
        display: none;
    }

    .home .about .inner .content .in .btnTop.sp {
        display: block;
        margin-top: 3rem;
    }

    .sp {
        display: block;
    }

    .home .about .inner .content .in02>.box p span.arrow {
        right: -46px;
    }
    .home .about .inner .content .in .colum02-text{
        height: max-content;
    }
    .home .about .inner .content .in .colum02 .colum02-box{
        align-items: center;
        border-bottom: 1px solid #DCE65A;
        border-top: 0;
    }
    .home .about .inner .content .in .colum02 .colum02-box:first-of-type{
        border-top: 1px solid #DCE65A;
    }
}

.home .about .inner .content .in .img {
    margin: -160px 0 0 -117px;
    width: 660px;
}

@media (max-width: 720px) {
    .home .about .inner .content .in02 {
        flex-direction: column-reverse;
    }

    .home .about .inner .content .in .img {
        margin: -84px 0 0;
        width: 100%;
    }
}

.home .about .inner .content .in .img img {
    width: 100%;
}

.home .flex-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 2rem auto;
}

.home .flex-two>* {
    width: 100%;
    max-width: 494px;
}

.home .designTech img,
.home .exalive img {
    width: 100%;
}

.home .designTech {
    background: url(../img/home/design01.jpg) no-repeat center center/cover;
    margin-top: 13rem;
}

@media (max-width: 720px) {
    .home .designTech {
        margin-top: 7rem;
        padding: 9.3rem 0;
    }
}

.home .designTech h2 {
    color: #fff;
    font-size: 3.4rem;
    padding: 16rem 0;
    text-align: center;
}

@media (max-width: 720px) {
    .home .designTech {
        padding: 9.3rem 0;
    }

    .home .designTech h2 {
        color: #fff;
        font-size: 2.6rem;
        padding: 0;
    }
}

.home .exalive {
    background: #2B4264;
}

.home .exalive .exalive-01 {
    background: #fff;
}

.home .exalive .exalive-01 .nega {
    margin-top: -11rem;
    margin-left: -8rem;
    width: 580px;
    transform: translateX(120px);
    width: 580px;
}

.home .exalive .inner {
    padding: 13rem 0 10rem;
}

.home .exalive p {
    color: #646464;
}

.home .exalive p.title {
    font-size: 2.2rem;
    font-weight: bold;
}
@media (max-width: 720px) {
    .home .exalive .inner{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .home .exalive p.title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
}

.home .exalive p.text {
    font-size: 1.6rem;
    width: 94%;
    font-weight: bold;
    margin: 2rem 0;
}

.home .exalive h2 {
    font-size: 3.8rem;
    color: #286E3C;
    font-weight: bold;
    font-family: "ff-ernestine-pro";
    margin-bottom: 1rem;
}
@media (max-width: 720px) {
    .home .exalive h2 {
    font-size: 3.2rem;
}
}


.home .cmnBtn03:after {
    position: absolute;
    right: 10px;
}
.home .exalive-03 .cmnBtn03:after {
    position: absolute;
    right: 5px;
}

.home .exalive-01 {
    margin-bottom: 7rem;
}

.home .exalive-01-top {
    padding: 5rem 6rem;
    flex-wrap: nowrap;
}

.res01 * {
    box-sizing: border-box;
}

@media (max-width: 720px) {
    .home .exalive-01-top {
        padding: 5rem 0rem;
        padding-bottom: 0;
        width: 100%;
        flex-wrap: wrap;
        padding-top: 0;
        flex-direction: column-reverse;
    }

    .flex-container-two.exalive-01-top>* {
        width: 100%;
        margin: 0 0 3%;
    }

    .flex-container-two.exalive-01-top>*.exalive-01-box {
        padding: 2rem;
    }

    .flex-container-two>*.sp {
        margin: 0;
    }

    .home .exalive .exalive-01 .nega {
        display: none;
    }

    .sp-width100 {
        max-width: initial;
        width: 100%;
    }

    .home .exalive .exalive-01 {
        width: 94%;
        margin: 0 auto;
    }

}

.home .exalive-01-case {
    background: #F2F1E7;
}

.home .exalive-01-case section {
    padding: 5rem 6rem;
}

.home .exalive-01-case h3 {
    font-size: 2.8rem;
    color: #286E3C;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exalive-01-case h3 {
        font-size: 2.2rem;
    }
}

.home .exalive-01-case ul {
    margin: 2rem 0 3rem;
}

.home .exalive-01-case .btnTop {
    text-align: center;
}

.home .exalive-02 section {
    background: #fff;
    padding-bottom: 3rem;
}

.home .exalive-02 section h2 {
    text-align: center;
    margin-top: 2rem;
}

.home .exalive-02 section p.text {
    margin: 2rem auto;
    width: 90%;
}

.home .exalive-02 section p.title {
    text-align: center;
    margin-bottom: 2rem;
}

.home .exalive-02 section p.cap {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
@media (max-width: 720px) {
    .home .exalive-02 section p.cap {
    font-size: 1.6rem;
    text-align: right;
}
.home .exalive-02 section p.title{
    font-size: 1.6rem;
    text-align: left;
}
.home .exalive-02 section p.text{
    margin: 2rem 0;
}
}
.home .exalive-02 section .btnTop {
    text-align: center;
    margin-bottom: 0.2rem;
}

.home .exalive-02 section .btnTop a {
    max-width: 320px;
}

.home .exalive-03 {
    background: #fff;
    display: flex;
}

.home .exalive-03 figure img {
    max-width: 490px;
    height: 100%;
    object-fit: cover;
}

.home .exalive-03 h2 {
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.home .exalive-03 .flex-container-two>* {
    margin-bottom: 0;
}
.home .exalive-03-box{
    padding-right: 1.5rem;
    padding-bottom: 1.8rem;
}
.home .exalive-03-box .cmnBtn03, .cmnBtn04{
    max-width: 280px;
}
.home .exalive .exalive-03 p.text {
    margin: 1rem 0;
}

.home .exalive p.exalive-copy {
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
    padding: 10rem 0 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.home .exalive-images img {
    width: 100%;
}

@media (max-width: 720px) {
    .home .exalive-02 section p.text{
        margin: 2rem auto;
        width: 100%;
    }
    .home .exalive-01-case section {
        padding: 5rem 2rem;
    }

    .home .exalive-02 section .btnTop a {
        max-width: initial;
    }

    .home .exalive p.exalive-copy {
        font-size: 2.6rem;
        padding:5rem 2rem 0;
    }
    .home .exalive-03 h2{
        margin-bottom: 1rem;
    }

    .home .exalive-02 section {
        width: 100%;
        margin-top: 10%;
    }

    .home .exalive-02 section h2 {
        text-align: left;
    }

    .exalive-02-box {
        padding: 0 1.6rem;
    }

    .home .exalive-03 {
        background: #fff;
        display: flex;
        width: 94%;
        margin: 0 auto;
    }

    .home .exalive-03 figure img {
        max-width: initial;
    }

    .exalive-03-box {
        padding: 0 2rem 3rem;
    }

    .home .exalive-03 .flex-container-two {
        flex-direction: column;
        width: 100%;
    }

    .home .exalive-03 .flex-container-two>* {
        width: 100%;
        margin: 0 0;
    }
}

.home .recruit01 {
    background: #2C4264;
    padding: 6rem;
}
@media (max-width: 720px) {
    .home .recruit01 {
    padding: 5rem 5%;
}
}



.home .recruit01 figure {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
}

.home .recruit01 img {
    width: 100%;
}

.home .otherPage .box {
    max-width: 1000px;
    margin: 0 auto;
    width: 98;
}

.home .lead {
    font-size: 2.8rem;
    margin: 6rem 0 2rem;
    color: #286E3C;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 720px) {
    .home .lead {
    font-size: 2.4rem;
}
}


ul.twoColumns,
ul.threeColumns,
ul.fourColumns,
ul.fiveColumns,
ul.sixColumns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    list-style: none;
}

ul.twoColumns.center li,
ul.threeColumns.center li,
ul.fourColumns.center li,
ul.fiveColumns.center li,
ul.sixColumns.center li {
    text-align: center;
}

ul.twoColumns li {
    width: 48%;
    margin: 1%;
}

ul.threeColumns li {
    width: 31.3333%;
    margin: 1%;
}

ul.fourColumns li {
    width: 23%;
    margin: 1%;
}

ul.fiveColumns li {
    width: 18%;
    margin: 1%;
}

ul.sixColumns li {
    width: 14.6666%;
    margin: 1%;
}

ul.twoColumns li img,
ul.threeColumns li img,
ul.fourColumns li img,
ul.fiveColumns li img,
ul.sixColumns li img {
    width: 100%;
    height: auto;
    display: block;
}

.flex-container-two,
.flex-container-three,
.flex-container-four {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

@media (max-width: 720px) {
    .otherPage ul.fourColumns {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .otherPage ul.fourColumns li {
        width: 100%;
    }

    .flex-container-two,
    .flex-container-three,
    .flex-container-four {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 96%;
    }
}

.flex-container-two>* {
    width: 48%;
    margin: 0 1% 3%;
}

.flex-container-three>* {
    width: 31.3333%;
    margin: 0 1% 3%;
}

.flex-container-four>* {
    width: 23%;
    margin: 0 1% 3%;
}

.flex-container-three p,
.flex-container-four p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

@media (max-width: 720px) {
    .top-news{
        width: 90%;
        margin-top: 5rem;
    }
    .top-news dt {
        width: 100%;
        margin-bottom: 1rem;
    }

    .top-news-new {
        left: 1rem;
    }

    .top-news dd {
        width: 90%;
    }

    .Arrow-Right {
        bottom: 28%;
        width: 6px;
        height: 6px;
    }

    .home .about .inner .title-box {
        padding: 0 14%;
        margin: 0 auto;
        transform: translateY(144px);
    }

    .home .about .inner .content .in .colum02 .colum02-text p {
        display: none;
    }

    .home .about .inner .content .in .colum02 {
        padding-left: 0;
    }

    .home .about .inner .content .in .colum02 .ttl-point {
        font-size: 1.2rem;
    }

    .home .about .inner .content .in .colum02 .ttl-point span {
        font-size: 3.7rem;
        font-family: initial;
    }

    .home .about .inner .content .in .colum02 .ttl {
        height: max-content;
        padding-left: 0rem;
        font-size: 1.8rem;
    }
}

.home .point {
    background: url("../img/home/point_bg.png");
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    margin-top: -42px;
    position: relative;
    padding-bottom: 58px;
}

@media (max-width: 720px) {
    .home .point {
        background: #2C4264;
        margin-top: 0;
        padding-bottom: 32px;
    }
}

.home .point .inner {
    border: 1px solid #286E3C;
    border-top: none;
    max-width: 1100px;
    margin: 0 auto;
    padding: 78px 0 40px;
    width: 100%;
}

@media (max-width: 720px) {
    .home .point .inner {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
        padding: 30px 0 40px;
        width: 88.88%;
    }
}

.home .point .inner .list {
    display: flex;
    margin: 0 50px;
}

@media (max-width: 720px) {
    .home .point .inner .list {
        flex-direction: column;
        margin: 0 14px 33px 17px;
    }
}

.home .point .inner .list .item {
    width: calc((100% - 2 * 95px)/3);
}

@media (max-width: 720px) {
    .home .point .inner .list .item {
        align-items: center;
        justify-content: space-between;
        display: flex;
        width: 100%;
    }
}

.home .point .inner .list .item+.item {
    margin-left: 95px;
}

@media (max-width: 720px) {
    .home .point .inner .list .item+.item {
        margin-left: 0;
        margin-top: 24px;
    }
}

.home .point .inner .list .item .imgArea {
    position: relative;
}

@media (max-width: 720px) {
    .home .point .inner .list .item .imgArea {
        width: 46%;
    }
}

.home .point .inner .list .item .imgArea .img {
    width: 100%;
}

.home .point .inner .list .item .imgArea .img img {
    border-radius: 50%;
    width: 100%;
}

.home .point .inner .list .item .imgArea .point {
    color: #fff;
    background: none;
    font-weight: bold;
    font-family: "ff-ernestine-pro";
    font-size: 1.4rem;
    left: 50%;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 720px) {
    .home .point .inner .list .item .imgArea .point {
        font-size: 1.2rem;
    }
}

.home .point .inner .list .item .imgArea .point span {
    font-size: 5.0rem;
}

@media (max-width: 720px) {
    .home .point .inner .list .item .imgArea .point span {
        display: block;
        font-size: 4.5rem;
        margin-top: -5px;
    }
}

.home .point .inner .list .item .ttl {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 24px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .point .inner .list .item .ttl {
        font-size: 1.7rem;
        margin-top: 0;
    }
}

.home .point .inner .list .item .subttl {
    color: #DCE65A;
    font-size: 2.2rem;
    line-height: 1;
    margin: 8px 0 13px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .point .inner .list .item .subttl {
        font-size: 1.7rem;
        margin: 10px 0 0;
    }
}

.home .point .inner .list .item .txt {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
}

@media (max-width: 720px) {
    .home .point .inner .list .item .txt {
        display: none;
    }
}

.home .point .inner .btnTop {
    display: none;
}

@media (max-width: 720px) {
    .home .point .inner .btnTop {
        display: block;
    }
}

.home .newsblog2 {
    background: url("../img/home/newsblog_bg.png");
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    padding: 60px 0 72px;
    margin-top: -5px;
}

@media (max-width: 720px) {
    .home .newsblog2 {
        background: url("../img/home/newsblog_bg_sp.png");
        background-repeat: repeat no-repeat;
        background-size: auto 100%;
        padding: 40px 0 36px;
        position: relative;
    }
}

.home .newsblog2 .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
}

.home .newsblog2 .inner .title {
    color: #286E3C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner .title {
        font-size: 3.0rem;
        letter-spacing: 2.4px;
    }
}

.home .newsblog2 .inner .subtitle {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px 0 40px;
    letter-spacing: 1.44px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner .subtitle {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin: 7px 0 28px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] {
    padding: 0 3%;
}

@media (min-width: 721px) {
    .home .newsblog2 .inner [data-slidearea01a].noslide .contantWrap .contentWrapIn {
        padding: 0;
    }

    .home .newsblog2 .inner [data-slidearea01a].noslide .contantWrap .contentWrapIn .content {
        text-align: center;
        width: 100% !important;
    }

    .home .newsblog2 .inner [data-slidearea01a].noslide .contantWrap .contentWrapIn .content .link {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap {
    max-width: 990px;
    width: 100%;
    margin: auto;
    position: relative;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button {
    position: absolute;
    top: 40px;
    margin: auto;
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.2s;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button {
        top: 17vw;
        width: 60px;
        height: 90px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button:before,
.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .2s;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button:before {
    width: 40px;
    height: 40px;
    background-color: #DCE65A;
    border-radius: 50%;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button:after {
    width: 6px;
    height: 6px;
    border: 2px solid #000;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button.next {
    right: -70px;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button.next {
        right: -33px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button.next:after {
    border-bottom: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 3px;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button.prev {
    left: -70px;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button.prev {
        left: -33px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button.prev:after {
    border-bottom: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -3px;
}

.no-touchevents .home .newsblog2 .inner [data-slidearea01a] .contantWrap .btns01 button:hover {
    opacity: 0.5;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn {
    padding: 0 75% 0 0;
    overflow: hidden;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn {
        padding: 0;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content {
    position: relative;
    display: table;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content.disableTrs {
    -webkit-transition: none !important;
    transition: none !important;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link {
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link>.in {
    margin: 0 7%;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link>.in {
        margin: 0;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link a {
    display: block;
    transition: all .3s;
    position: relative;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link a .img div {
    transition: 0.6s ease;
}

.no-touchevents .home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link a:hover .img div {
    transform: scale(1.1);
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .img {
    width: 100%;
    padding-top: 66.25%;
    position: relative;
    overflow: hidden;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .date {
    font-size: 1.4rem;
    line-height: 1;
    margin: 16px 0 10px;
    text-align: left;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .date {
        font-size: 1.3rem;
        margin: 18px 0 8px 10px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .ttl {
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 15px;
    text-align: left;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .ttl {
        font-size: 1.6rem;
        padding-bottom: 13px;
        margin-left: 10px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 15px;
    text-align: left;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .contentWrapIn .content .link .txt {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin: 10px 0 0 10px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager {
    text-align: center;
    display: none;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 720px) {
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button {
        width: 60px;
        height: 90px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button:after,
.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 720px) {

    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button:after,
    .home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button:before {
        width: 6px;
        height: 6px;
    }
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button:after {
    -webkit-transition: .2s;
    transition: .2s;
}

.no-touchevents .home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button:hover:after,
.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button.active:after {
    background-color: #000;
}

.home .newsblog2 .inner [data-slidearea01a] .contantWrap .pager button.active {
    cursor: default;
    pointer-events: none;
}





.home .knowledge {
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    padding: 60px 0 72px;
    margin-top: -5px;
}

@media (max-width: 720px) {
    .home .knowledge {
        background-repeat: repeat no-repeat;
        background-size: auto 100%;
        padding: 40px 0 36px;
        position: relative;
    }
}

.home .knowledge .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 720px) {
    .home .knowledge .inner {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
}

.home .knowledge .inner .title {
    color: #286E3C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .home .knowledge .inner .title {
        font-size: 3.0rem;
        letter-spacing: 2.4px;
    }
}

.home .knowledge .inner .subtitle {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px 0 40px;
    letter-spacing: 1.44px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .knowledge .inner .subtitle {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin: 7px 0 28px;
    }
}

.home .knowledge .inner [data-slidearea02x] {
    padding: 0 3%;
}

@media (min-width: 721px) {
    .home .knowledge .inner [data-slidearea02x].noslide .contantWrap .contentWrapIn {
        padding: 0;
    }

    .home .knowledge .inner [data-slidearea02x].noslide .contantWrap .contentWrapIn .content {
        text-align: center;
        width: 100% !important;
    }

    .home .knowledge .inner [data-slidearea02x].noslide .contantWrap .contentWrapIn .content .link {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap {
    max-width: 990px;
    width: 100%;
    margin: auto;
    position: relative;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button {
    position: absolute;
    top: 40px;
    margin: auto;
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.2s;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button {
        top: 17vw;
        width: 60px;
        height: 90px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button:before,
.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .2s;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button:before {
    width: 40px;
    height: 40px;
    background-color: #DCE65A;
    border-radius: 50%;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button:after {
    width: 6px;
    height: 6px;
    border: 2px solid #000;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button.next {
    right: -70px;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button.next {
        right: -33px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button.next:after {
    border-bottom: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 3px;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button.prev {
    left: -70px;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button.prev {
        left: -33px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button.prev:after {
    border-bottom: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -3px;
}

.no-touchevents .home .knowledge .inner [data-slidearea02x] .contantWrap .btns01 button:hover {
    opacity: 0.5;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn {
    padding: 0 75% 0 0;
    overflow: hidden;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn {
        padding: 0;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content {
    position: relative;
    display: table;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content.disableTrs {
    -webkit-transition: none !important;
    transition: none !important;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link {
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link>.in {
    margin: 0 7%;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link>.in {
        margin: 0;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link a {
    display: block;
    transition: all .3s;
    position: relative;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link a .img div {
    transition: 0.6s ease;
}

.no-touchevents .home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link a:hover .img div {
    transform: scale(1.1);
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .img {
    width: 100%;
    padding-top: 66.25%;
    position: relative;
    overflow: hidden;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .date {
    font-size: 1.4rem;
    line-height: 1;
    margin: 16px 0 10px;
    text-align: left;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .date {
        font-size: 1.3rem;
        margin: 18px 0 8px 10px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .ttl {
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 15px;
    text-align: left;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .ttl {
        font-size: 1.6rem;
        padding-bottom: 13px;
        margin-left: 10px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 15px;
    text-align: left;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .contentWrapIn .content .link .txt {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin: 10px 0 0 10px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .pager {
    text-align: center;
    display: none;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .pager button {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 720px) {
    .home .knowledge .inner [data-slidearea02x] .contantWrap .pager button {
        width: 60px;
        height: 90px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .pager button:after,
.home .knowledge .inner [data-slidearea02x] .contantWrap .pager button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 720px) {

    .home .knowledge .inner [data-slidearea02x] .contantWrap .pager button:after,
    .home .knowledge .inner [data-slidearea02x] .contantWrap .pager button:before {
        width: 6px;
        height: 6px;
    }
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .pager button:after {
    -webkit-transition: .2s;
    transition: .2s;
}

.no-touchevents .home .knowledge .inner [data-slidearea02x] .contantWrap .pager button:hover:after,
.home .knowledge .inner [data-slidearea02x] .contantWrap .pager button.active:after {
    background-color: #000;
}

.home .knowledge .inner [data-slidearea02x] .contantWrap .pager button.active {
    cursor: default;
    pointer-events: none;
}





.home .gallery2 {
    /*    background: url("../img/home/newsblog_bg.png");*/
    background: #fff;
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    padding: 53px 0 72px;
    position: relative;
}

@media (max-width: 720px) {
    .home .gallery2 {
        background: url("../img/home/newsblog_bg_sp.png");
        background-repeat: repeat no-repeat;
        background-size: auto 100%;
        padding: 35px 0 40px;
    }
}

.home .gallery2 .btnTop {
    text-align: center;
}

.home .gallery2 .inner {
    max-width: 1242px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 720px) {
    .home .gallery2 .inner {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
}

.home .gallery2 .inner .title {
    color: #286E3C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .home .gallery2 .inner .title {
        font-size: 3.0rem;
        letter-spacing: 2.4px;
    }
}

.home .gallery2 .inner .subtitle {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px 0 40px;
    letter-spacing: 1.44px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .gallery2 .inner .subtitle {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin: 7px 0 28px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 {
        display: none;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 56px;
        padding-top: 15px;
    }
}

@media (min-width: 721px) and (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content {
        overflow: visible;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content {
        margin: 0 auto 26px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link {
        position: relative;
        transition: all .3s;
        width: 32.4% !important;
        height: auto;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link {
        width: 100% !important;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link+.link {
        margin-left: 1.4%;
        margin-top: 20px;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link+.link {
        margin: 0;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:nth-child(3n+1) {
        margin-left: 0;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:nth-child(2) {
        margin-top: 0;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:nth-child(3) {
        margin-top: 0;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:hover {
        background: rgba(0, 0, 0, 0.5);
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:hover .desc {
        z-index: 1;
        opacity: 1;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:hover .more:before {
        animation: galleryBtn02-ro 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    @keyframes galleryBtn02-ro {
        0% {
            transform: scale(0) rotate(0deg);
        }

        100% {
            transform: scale(1) rotate(90deg);
        }
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link:hover .more>span {
        animation: galleryBtn01-ro 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    @keyframes galleryBtn01-ro {
        0% {
            letter-spacing: 5px;
            opacity: 0;
        }

        100% {
            letter-spacing: 0px;
            opacity: 1;
        }
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link a {
        display: block;
        transition: all .3s;
        position: relative;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link a .img div {
        transition: 1.0s ease;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link a:hover .img div {
        transform: scale(1.1);
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .img {
        width: 100%;
        padding-top: 66.25%;
        position: relative;
        overflow: hidden;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .img div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .new {
        height: 55px;
        right: 0;
        position: absolute;
        top: 0;
        width: 55px;
        z-index: 9;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .new {
        height: 42px;
        width: 42px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .new img {
        width: 100%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .award {
        height: 70px;
        left: -9px;
        position: absolute;
        top: -15px;
        width: 70px;
        z-index: 9;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .award {
        height: 55px;
        width: 55px;
        left: -1px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .award img {
        width: 100%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc {
        align-items: center;
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        opacity: 0;
        color: #FFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        vertical-align: middle;
        z-index: -1;
        transition: 0.5s;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc {
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
        z-index: 1;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .line {
        display: block;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 3.5rem;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .line {
        font-size: 1.5rem;
        line-height: 2.6rem;
        padding: 0 20px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more {
        bottom: 34px;
        color: #DCE65A;
        font-family: "ff-ernestine-pro";
        font-size: 1.8rem;
        font-style: italic;
        line-height: 1;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more {
        bottom: 26px;
        font-size: 1.4rem;
        font-style: italic;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more:before {
        background: url("../img/gallery/more.png");
        background-size: cover;
        content: '';
        top: -24px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        height: 18px;
        width: 18px;
        animation: galleryBtn02 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    @keyframes galleryBtn02 {
        0% {
            transform: scale(1) rotate(90deg);
        }

        100% {
            transform: scale(0) rotate(180deg);
        }
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more:before {
        height: 14px;
        top: -16px;
        width: 14px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more>span {
        display: inline-block;
        opacity: 0;
        animation: galleryBtn01 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    @keyframes galleryBtn01 {
        0% {
            letter-spacing: 0;
            opacity: 1;
        }

        100% {
            letter-spacing: 5px;
            opacity: 0;
        }
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager {
        text-align: center;
        display: none;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button {
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 721px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button {
        width: 60px;
        height: 90px;
    }
}

@media (min-width: 721px) {

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:after,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #FFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
}

@media (min-width: 721px) and (max-width: 720px) {

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:after,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:before {
        width: 6px;
        height: 6px;
    }
}

@media (min-width: 721px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:after {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:hover:after,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button.active:after {
        background-color: #000;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button.active {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] {
        padding: 0 3%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap {
        max-width: 990px;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 100%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button {
        position: absolute;
        top: 40px;
        margin: auto;
        width: 70px;
        height: 70px;
        z-index: 10;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        transition: 0.2s;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button {
        top: 17vw;
        width: 60px;
        height: 90px;
    }
}

@media (max-width: 720px) {

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button:before,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .2s;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button:before {
        width: 40px;
        height: 40px;
        background-color: #DCE65A;
        border-radius: 50%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button:after {
        width: 6px;
        height: 6px;
        border: 2px solid #000;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button.next {
        right: -70px;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button.next {
        right: -33px;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button.next:after {
        border-bottom: rgba(0, 0, 0, 0) !important;
        border-left: rgba(0, 0, 0, 0) !important;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 3px;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button.prev {
        left: -70px;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button.prev {
        left: -33px;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button.prev:after {
        border-bottom: rgba(0, 0, 0, 0) !important;
        border-right: rgba(0, 0, 0, 0) !important;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -3px;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .btns01 button:hover {
        opacity: 0.5;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn {
        padding: 0 75% 0 0;
        overflow: hidden;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn {
        padding: 0;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content {
        position: relative;
        display: table;
        margin-top: 15px;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content.disableTrs {
        -webkit-transition: none !important;
        transition: none !important;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link {
        display: table-cell;
        vertical-align: top;
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link>.in {
        margin: 0 7%;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link>.in {
        margin: 0;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link a {
        display: block;
        transition: all .3s;
        position: relative;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link a .img div {
        transition: 0.6s ease;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link a:hover .img div {
        transform: scale(1.1);
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .img {
        width: 100%;
        padding-top: 66.25%;
        position: relative;
        overflow: hidden;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .img div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .new {
        height: 55px;
        right: 0;
        position: absolute;
        top: 0;
        width: 55px;
        z-index: 9;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .new {
        height: 42px;
        width: 42px;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .new img {
        width: 100%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .award {
        height: 70px;
        left: -9px;
        position: absolute;
        top: -15px;
        width: 70px;
        z-index: 9;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .award {
        height: 55px;
        width: 55px;
        left: 0px;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .award img {
        width: 100%;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc {
        align-items: center;
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        color: #FFF;
        display: flex;
        justify-content: center;
        opacity: 0;
        flex-direction: column;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        vertical-align: middle;
        z-index: -1;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc {
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
        z-index: 1;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .line {
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 3.5rem;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .line {
        font-size: 1.5rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more {
        bottom: 34px;
        color: #DCE65A;
        font-family: "ff-ernestine-pro";
        font-size: 1.8rem;
        font-style: italic;
        line-height: 1;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more {
        bottom: 26px;
        font-size: 1.4rem;
        font-style: italic;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more:before {
        background: url("../img/gallery/more.png");
        background-size: cover;
        content: '';
        height: 18px;
        left: 50%;
        position: absolute;
        top: -24px;
        transform: translate(-50%, 0);
        width: 18px;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .contentWrapIn .content .link .desc .more:before {
        height: 14px;
        top: -16px;
        width: 14px;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager {
        text-align: center;
        display: none;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button {
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 720px) and (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button {
        width: 60px;
        height: 90px;
    }
}

@media (max-width: 720px) {

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:after,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #FFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
}

@media (max-width: 720px) and (max-width: 720px) {

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:after,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:before {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 720px) {
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:after {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .no-touchevents .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button:hover:after,
    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button.active:after {
        background-color: #000;
    }

    .home .gallery2 .inner [data-slidearea01b] .contantWrap .pager button.active {
        cursor: default;
        pointer-events: none;
    }
}

.home .gallery {
    background: url("../img/home/gallery_bg.png");
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    padding: 53px 0 72px;
    position: relative;
}

@media (max-width: 720px) {
    .home .gallery {
        background: url("../img/home/gallery_bg_sp.png");
        background-repeat: repeat no-repeat;
        background-size: auto 100%;
        padding: 35px 0 40px;
    }
}

.home .gallery .inner {
    max-width: 1242px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 720px) {
    .home .gallery .inner {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
        padding: 0;
        width: 83.33%;
    }
}

.home .gallery .inner .title {
    color: #286E3C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .home .gallery .inner .title {
        font-size: 3.0rem;
        letter-spacing: 2.4px;
    }
}

.home .gallery .inner .subtitle {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1.44px;
    margin: 10px 0 37px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .gallery .inner .subtitle {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin: 7px 0 18px;
    }
}

.home .gallery .inner .content {
    position: relative;
    width: 100%;
}

.home .gallery .inner .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 56px;
    padding-top: 15px;
}

@media (min-width: 721px) {
    .home .gallery .inner .list {
        overflow: visible;
    }
}

@media (max-width: 720px) {
    .home .gallery .inner .list {
        margin: 0 auto 26px;
    }
}

.home .gallery .inner .list .item {
    position: relative;
    transition: all .3s;
    width: 32.4% !important;
    height: auto;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item {
        width: 100% !important;
    }
}

.home .gallery .inner .list .item+.item {
    margin-left: 1.4%;
    margin-top: 20px;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item+.item {
        margin: 0;
    }
}

.home .gallery .inner .list .item:nth-child(3n+1) {
    margin-left: 0;
}

.home .gallery .inner .list .item:nth-child(2) {
    margin-top: 0;
}

.home .gallery .inner .list .item:nth-child(3) {
    margin-top: 0;
}

.no-touchevents .home .gallery .inner .list .item:hover {
    background: rgba(0, 0, 0, 0.5);
}

.no-touchevents .home .gallery .inner .list .item:hover .desc {
    z-index: 1;
    opacity: 1;
}

.home .gallery .inner .list .item a {
    display: block;
    transition: all .3s;
    position: relative;
}

.home .gallery .inner .list .item a .img div {
    transition: 0.6s ease;
}

.no-touchevents .home .gallery .inner .list .item a:hover .img div {
    transform: scale(1.1);
}

.home .gallery .inner .list .item .img {
    width: 100%;
    padding-top: 66.25%;
    position: relative;
    overflow: hidden;
}

.home .gallery .inner .list .item .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.home .gallery .inner .list .item .new {
    height: 55px;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
    z-index: 9;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item .new {
        height: 42px;
        width: 42px;
    }
}

.home .gallery .inner .list .item .new img {
    width: 100%;
}

.home .gallery .inner .list .item .award {
    height: 70px;
    left: -9px;
    position: absolute;
    top: -15px;
    width: 70px;
    z-index: 9;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item .award {
        height: 55px;
        width: 55px;
        left: -1px;
    }
}

.home .gallery .inner .list .item .award img {
    width: 100%;
}

.home .gallery .inner .list .item .desc {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #FFF;
    display: flex;
    justify-content: center;
    opacity: 0;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    z-index: -1;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item .desc {
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
        z-index: 1;
    }
}

.home .gallery .inner .list .item .desc .line {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 3.5rem;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item .desc .line {
        font-size: 1.5rem;
        line-height: 2.6rem;
    }
}

.home .gallery .inner .list .item .desc .more {
    bottom: 34px;
    color: #DCE65A;
    font-family: "ff-ernestine-pro";
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item .desc .more {
        bottom: 26px;
        font-size: 1.4rem;
        font-style: italic;
    }
}

.home .gallery .inner .list .item .desc .more:before {
    background: url("../img/gallery/more.png");
    background-size: cover;
    content: '';
    height: 18px;
    left: 50%;
    position: absolute;
    top: -24px;
    transform: translate(-50%, 0);
    width: 18px;
}

@media (max-width: 720px) {
    .home .gallery .inner .list .item .desc .more:before {
        height: 14px;
        top: -16px;
        width: 14px;
    }
}

.home .gallery .inner .swiper-wrapper {
    flex-wrap: wrap;
}

@media (max-width: 720px) {
    .home .gallery .inner .swiper-wrapper {
        flex-wrap: nowrap;
    }
}

.home .gallery .inner .swiper-button-next,
.home .gallery .inner .swiper-button-prev {
    display: none;
}

@media (max-width: 720px) {

    .home .gallery .inner .swiper-button-next,
    .home .gallery .inner .swiper-button-prev {
        display: block;
        background-image: none;
        background: #DCE65A;
        border-radius: 50%;
        height: 36px;
        margin-top: 0;
        top: 54% !important;
        transform: translate(0, -50%);
        width: 36px;
        z-index: 3;
    }
}

@media (max-width: 720px) {

    .home .gallery .inner .swiper-button-next:before,
    .home .gallery .inner .swiper-button-prev:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.home .gallery .inner .swiper-button-next:focus,
.home .gallery .inner .swiper-button-prev:focus {
    outline: none;
}

.no-touchevents .home .gallery .inner .swiper-button-next:hover,
.no-touchevents .home .gallery .inner .swiper-button-prev:hover {
    opacity: .7;
}

@media (max-width: 720px) {
    .home .gallery .inner .swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 720px) {
    .home .gallery .inner .swiper-button-prev {
        left: -20px;
    }
}

.home .gallery .inner .swiper-button-prev:before {
    content: "\f104";
}

.home .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 720px) {
    .home .inner {
        max-width: none;
        padding: 0 5.56%;
        width: auto;
    }
}

@media (max-width: 720px) {
    .home .btnTop {
        margin-top: 4px;
        text-align: center;
    }
}

.home .serviceArea {
    background: #2C4264;
    padding: 77px 0;
    margin-top: -4px;
}

@media (max-width: 720px) {
    .home .serviceArea {
        padding: 37px 17px;
    }
}

@media (max-width: 720px) {
    .home .serviceArea .service {
        border: 1px solid #286E3C;
        padding: 0 19px;
    }
}

.home .serviceArea .service .in1 {
    border: 1px solid #286E3C;
    border-bottom: 0;
    box-sizing: border-box;
    padding: 58px 0 46px 0;
    text-align: center;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in1 {
        border: none;
        padding: 25px 0 18px 0;
    }
}

.home .serviceArea .service .in1 .ttl {
    color: #28803C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    margin-bottom: 13px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in1 .ttl {
        font-size: 3.0rem;
        letter-spacing: 2.4px;
        margin-bottom: 8px;
    }
}

.home .serviceArea .service .in1 .subttl {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.44px;
    margin-bottom: 35px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in1 .subttl {
        font-size: 1.5rem;
        letter-spacing: 1.28px;
        margin-bottom: 16px;
    }
}

.home .serviceArea .service .in1 .txt {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.2px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in1 .txt {
        font-size: 1.5rem;
        line-height: 2.4rem;
        letter-spacing: 1.5px;
    }
}

.home .serviceArea .service .in2 {
    box-sizing: border-box;
}

.home .serviceArea .service .in2 .list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list {
        flex-direction: column;
    }
}

.home .serviceArea .service .in2 .list .item {
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    position: relative;
    width: calc(100% / 4);
}

@media (min-width: 721px) {

    .ie11 .home .serviceArea .service .in2 .list .item:nth-child(3n),
    .ie10 .home .serviceArea .service .in2 .list .item:nth-child(3n) {
        width: calc((100% /4) - 1px);
    }
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item {
        width: 100%;
    }
}

.home .serviceArea .service .in2 .list .item a {
    overflow: hidden;
}

.home .serviceArea .service .in2 .list .item a .img div {
    transition: 0.6s ease;
}

.no-touchevents .home .serviceArea .service .in2 .list .item a:hover .img div {
    transform: scale(1.1);
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item+.item {
        margin-top: 10px;
    }
}

.home .serviceArea .service .in2 .list .item .anchor {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 23.4vw;
    overflow: hidden;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item .anchor {
        height: 57.4vw;
    }
}

.home .serviceArea .service .in2 .list .item .anchor:before {
    border-bottom: 20px solid #DCE65A;
    border-left: 20px solid transparent;
    content: '';
    height: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    z-index: 1;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item .anchor:before {
        border-bottom: 15px solid #DCE65A;
        border-left: 15px solid transparent;
    }
}

.home .serviceArea .service .in2 .list .item .anchor .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home .serviceArea .service .in2 .list .item .anchor .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.home .serviceArea .service .in2 .list .item .anchor .desc {
    position: relative;
}

.home .serviceArea .service .in2 .list .item .anchor .ttl {
    font-size: 2.8rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: .03em;
    margin-bottom: 7px;
    position: relative;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item .anchor .ttl {
        font-size: 2.7rem;
        letter-spacing: 2.16px;
        margin-bottom: 7px;
    }
}

.home .serviceArea .service .in2 .list .item .anchor .ttl:before {
    background: url("../common/img/decor_02.png");
    background-size: cover;
    bottom: 0;
    content: '';
    height: 16px;
    left: 50%;
    position: absolute;
    top: -36px;
    right: auto;
    width: 18px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item .anchor .ttl:before {
        height: 13.5px;
        top: -26px;
        width: 15.5px;
    }
}

.home .serviceArea .service .in2 .list .item .anchor .subttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: .08em;
    margin-bottom: 10px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item .anchor .subttl {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin-bottom: 7px;
    }
}

.home .serviceArea .service .in2 .list .item .anchor .txt {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .05em;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in2 .list .item .anchor .txt {
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: 0;
    }
}

.home .serviceArea .service .in3 {
    border: 1px solid #286E3C;
    border-top: 0;
    box-sizing: border-box;
    padding: 60px 0;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 {
        border: none;
        padding: 30px 0;
    }
}

.home .serviceArea .service .in3 .btnTop {
    text-align: center;
}

.home .serviceArea .service .in3 .list {
    box-sizing: border-box;
    display: flex;
    margin: 68px 0 45px 0;
    padding: 0 50px;
    width: 100%;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list {
        margin: 50px 0 20px 0;
        padding: 0;
        flex-direction: column;
    }
}

.home .serviceArea .service .in3 .list .item {
    width: calc((100% - 40px)/2);
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item {
        margin: 0 auto;
        max-width: 280px;
        width: 100%;
    }
}

.home .serviceArea .service .in3 .list .item+.item {
    margin-left: 40px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item+.item {
        margin-left: 0;
        margin: 0 auto;
        margin-top: 19px;
    }
}

.home .serviceArea .service .in3 .list .item .anchor {
    display: flex;
    width: 100%;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor {
        display: flex;
        width: 100%;
    }
}

.no-touchevents .home .serviceArea .service .in3 .list .item .anchor:hover {
    opacity: .7;
}

.home .serviceArea .service .in3 .list .item .anchor .img {
    width: 220px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .img {
        min-height: 95px;
        position: relative;
        overflow: hidden;
        width: 39.28%;
    }
}

.home .serviceArea .service .in3 .list .item .anchor .img img {
    height: 100%;
    width: 100%;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .img img {
        margin: 0 auto;
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
    }
}

.home .serviceArea .service .in3 .list .item .anchor .in {
    background: #fff;
    padding: 35px 0 34px;
    text-align: center;
    width: 54.17%;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .in {
        align-items: center;
        background: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        width: 60.72%;
    }
}

.home .serviceArea .service .in3 .list .item .anchor .in .ttl {
    color: #286E3C;
    font-size: 3rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-bottom: 16px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .in .ttl {
        font-size: 2.1rem;
        letter-spacing: 1.68px;
        margin-bottom: 6px;
    }
}

.home .serviceArea .service .in3 .list .item .anchor .in .txt {
    color: #4D4D4D;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .in .txt {
        font-size: 1.2rem;
        margin-bottom: 11px;
    }
}

.home .serviceArea .service .in3 .list .item .anchor .in .arrow {
    background: #DCE65A;
    border-radius: 50% 50%;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 30px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .in .arrow {
        height: 22.5px;
        width: 22.5px;
    }
}

.home .serviceArea .service .in3 .list .item .anchor .in .arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #4B3C14;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-25%, -50%);
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .list .item .anchor .in .arrow:before {
        font-size: 1.4rem;
    }
}

.home .serviceArea .service .in3 .desc {
    background: url("/img/home/service_desc_bg1.jpg");
    background-size: cover;
    display: block;
    height: 224px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .desc {
        background: none;
        height: auto;
        width: 100%;
    }
}

.home .serviceArea .service .in3 .desc:before {
    background: url("/img/home/service_arrow.png");
    background-size: cover;
    bottom: 0;
    content: '';
    height: 30px;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .desc:before {
        display: none;
    }
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .desc .img {
        width: 100%;
    }
}

.home .serviceArea .service .in3 .desc .img img {
    vertical-align: bottom;
    width: 100%;
}

.home .serviceArea .service .in3 .desc .anchor {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 97px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .desc .anchor {
        background: #00151E;
        padding: 16px 20px 28px 20px;
        position: relative;
        top: 0;
        right: 0;
    }

    .home .serviceArea .service .in3 .desc .anchor:before {
        background: url("/img/home/service_arrow.png");
        background-size: cover;
        bottom: 0;
        content: '';
        height: 22.5px;
        right: 20px;
        position: absolute;
        bottom: 13px;
        width: 22.5px;
    }
}

.home .serviceArea .service .in3 .desc .anchor .ttl {
    font-weight: bold;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 1.6px;
    margin-bottom: 9px;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .desc .anchor .ttl {
        font-size: 1.4rem;
        line-height: 2.1rem;
        letter-spacing: 1.4px;
        margin-bottom: 9px;
    }
}

.home .serviceArea .service .in3 .desc .anchor .txt {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0;
}

@media (max-width: 720px) {
    .home .serviceArea .service .in3 .desc .anchor .txt {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
}

.home .exhibition {
    background: url("/img/home/exhibition_bg.png");
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    margin-top: -3px;
    padding: 70px 0 79px;
}

@media (max-width: 720px) {
    .home .exhibition {
        background: url("/img/home/exhibition_bg_sp.png");
        background-repeat: repeat no-repeat;
        background-size: auto 100%;
        padding: 40px 0;
    }
}

.home .exhibition .btnTop {
    text-align: center;
}

.home .exhibition .content .ttl {
    color: #28803C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    margin-bottom: 25px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exhibition .content .ttl {
        font-size: 3.0rem;
        line-height: 3rem;
        letter-spacing: 2.4px;
        margin-bottom: 8px;
    }
}

.home .exhibition .content .subttl {
    color: #646464;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.44px;
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exhibition .content .subttl {
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: 1.2px;
        margin-bottom: 20px;
    }
}

.home .exhibition .content .txt {
    color: #646464;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 45px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exhibition .content .txt {
        font-size: 1.5rem;
        line-height: 2.4rem;
        letter-spacing: 0.75px;
        margin-bottom: 22px;
    }
}

.home .exhibition .content .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 46px;
    width: 100%;
}

@media (max-width: 720px) {
    .home .exhibition .content .list {
        margin-bottom: 30px;
        padding: 0;
    }
}

.home .exhibition .content .list .item {
    width: 50%;
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item {
        width: 100%;
    }
}

.home .exhibition .content .list .item .anchor .img {
    width: 550px;
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item .anchor .img {
        width: 100%;
    }
}

.home .exhibition .content .list .item .anchor .img img {
    vertical-align: bottom;
    width: 100%;
}

.home .exhibition .content .list .item .anchor .ttl {
    color: #286E3C;
    font-size: 2.4rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.92px;
    margin-bottom: 14px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item .anchor .ttl {
        font-size: 1.6rem;
        letter-spacing: 1.28px;
        margin-bottom: 10px;
    }
}

.home .exhibition .content .list .item .anchor .subttl {
    color: #286E3C;
    font-size: 4.8rem;
    font-family: "rollerscript-smooth";
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    transform: rotate(-3deg);
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item .anchor .subttl {
        font-size: 3.2rem;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
}

.home .exhibition .content .list .item .anchor .txt {
    color: #646464;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.44px;
    margin-bottom: 25px;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item .anchor .txt {
        font-size: 1.5rem;
        letter-spacing: 1.2px;
        margin-bottom: 14px;
    }
}

.home .exhibition .content .list .item .anchor .desc {
    color: #646464;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.6rem;
    letter-spacing: 0;
    text-align: center;
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item .anchor .desc {
        font-size: 1.3rem;
        line-height: 2rem;
        letter-spacing: 0;
        padding: 0 5.56%;
        text-align: left;
    }
}

.home .exhibition .content .list .item:nth-child(2) {
    background: #fff;
    padding: 57px 0 0;
}

@media (max-width: 720px) {
    .home .exhibition .content .list .item:nth-child(2) {
        padding: 30px 0 27px;
    }
}

.home .otherPage {
    background: url("/img/home/other_bg.jpg");
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 78px 0 87px 0;
}

@media (max-width: 720px) {
    .home .otherPage {
        padding: 40px 0;
    }
}

.home .otherPage .list {
    box-sizing: border-box;
    display: flex;
    padding: 0 50px;
    width: 100%;
}

@media (max-width: 720px) {
    .home .otherPage .list {
        padding: 0 20px;
        flex-direction: column;
    }
}

.home .otherPage .list .item {
    width: calc((100% - 40px)/2);
}

@media (max-width: 720px) {
    .home .otherPage .list .item {
        margin: 0 auto;
        max-width: 280px;
        width: 100%;
    }
}

.home .otherPage .list .item+.item {
    margin-left: 40px;
}

@media (max-width: 720px) {
    .home .otherPage .list .item+.item {
        margin-left: 0;
        margin: 0 auto;
        margin-top: 19px;
    }
}

.home .otherPage .list .item .anchor {
    display: flex;
    width: 100%;
    transition: .3s;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor {
        display: flex;
        width: 100%;
    }
}

.no-touchevents .home .otherPage .list .item .anchor:hover {
    opacity: .7;
}

.home .otherPage .list .item .anchor .img {
    width: 220px;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .img {
        min-height: 95px;
        position: relative;
        overflow: hidden;
        width: 39.28%;
    }
}

.home .otherPage .list .item .anchor .img img {
    height: 100%;
    width: 100%;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .img img {
        margin: 0 auto;
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
    }
}

.home .otherPage .list .item .anchor .in {
    background: #F2F1E7;
    padding: 35px 0 34px;
    text-align: center;
    width: 54.17%;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .in {
        align-items: center;
        background: #F2F1E7;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        width: 60.72%;
    }
}

.home .otherPage .list .item .anchor .in .ttl {
    color: #286E3C;
    font-size: 3rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-bottom: 16px;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .in .ttl {
        font-size: 2.1rem;
        letter-spacing: 1.68px;
        margin-bottom: 6px;
    }
}

.home .otherPage .list .item .anchor .in .txt {
    color: #4D4D4D;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .in .txt {
        font-size: 1.2rem;
        margin-bottom: 11px;
    }
}

.home .otherPage .list .item .anchor .in .arrow {
    background: #DCE65A;
    border-radius: 50% 50%;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 30px;
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .in .arrow {
        height: 22.5px;
        width: 22.5px;
    }
}

.home .otherPage .list .item .anchor .in .arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #4B3C14;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-25%, -50%);
}

@media (max-width: 720px) {
    .home .otherPage .list .item .anchor .in .arrow:before {
        font-size: 1.4rem;
    }
}

/*20181227追記*/
.award_banner {
    width: 300px;
    height: auto;
    display: block;
    position: absolute;
    right: 32px;
    bottom: 82px;
    /*bottom: 32px;*/
    z-index: 10;
    transition: transform .5s;
    transform-origin: top center;
}

.award_banner a img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.award_banner a img:hover {
    opacity: 0.70;
}

@media (max-width: 720px) {
    .award_banner {
        display: none;
    }
}

.award_banner_sp {
    display: none;
}

.award_banner_sp img {
    width: 100%;
    height: auto;
}

@media (max-width: 720px) {
    .award_banner_sp {
        display: block;
        width: 90%;
        padding: 40px 5% 0;
    }
}

.media_banner_sp {
    display: none;
}

.media_banner_sp img {
    width: 100%;
    height: auto;
}

@media (max-width: 720px) {
    .media_banner_sp {
        display: block;
        width: 90%;
        padding: 24px 5% 0;
    }
}

/*2020.05-11_追記*/

.home .check {
    padding-top: 50px;
}

.home .check .inner .check_box {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}

.home .check .inner .check_box .title {
    color: #FFF;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .08em;
    padding-top: 45px;
}

.home .check .inner .check_box .subtitle {
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .08em;
    margin-top: -10px;
}

.home .check .inner .check_box .txt {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.88;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 13px;
}

.home .check .inner .check_box.media {
    margin-top: 50px;
}

.home .check .inner .check_box.media .title {
    color: #2C4264;
    padding-top: 15px;
}

.home .check .inner .check_box.media .subtitle {
    color: #646464;
    margin-top: -12px;
}

.home .check .inner .check_box.media .txt {
    margin-top: 49px;
}






.home .point {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 720px) {
    .home .point {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
}

.home .point.add {
    padding-top: 0;
}

@media (max-width: 720px) {
    .home .point.add {
        padding-bottom: 5rem;
    }
}

.home .point .inner {
    padding: 78px 0 40px;
    box-sizing: border-box;
    border-bottom: none;
}

@media (max-width: 720px) {
    .home .point .inner {
        padding: 3rem 0 3.5rem;
    }
}

.home .point .inner.add {
    padding: 28px 0 58px;
    border-bottom: 1px solid #286E3C;
}

@media (max-width: 720px) {
    .home .point .inner.add {
        padding: 3.5rem 0 5.6rem;
    }
}


.home .point .inner .check_box {
    width: 1000px;
    height: 460px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 720px) {
    .home .point .inner .check_box {
        width: calc(100% - 4rem);
        height: auto;
        position: relative;
        margin: 0 2rem;
        padding: 2px;
        box-sizing: border-box;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5c53a+0,fffcd1+25,cb9b0c+60,f3e18b+87,fffcd1+100 */
        background: #f5c53a;
        /* Old browsers */
        background: -moz-linear-gradient(left, #f5c53a 0%, #fffcd1 25%, #cb9b0c 60%, #f3e18b 87%, #fffcd1 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #f5c53a 0%, #fffcd1 25%, #cb9b0c 60%, #f3e18b 87%, #fffcd1 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f5c53a 0%, #fffcd1 25%, #cb9b0c 60%, #f3e18b 87%, #fffcd1 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c53a', endColorstr='#fffcd1', GradientType=1);
        /* IE6-9 */
    }

    .home .point .inner .check_box .check_box_in {
        background-size: cover;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-color: #000;
        padding-bottom: 5rem;
    }

    .home .point .inner .check_box:after {
        content: "";
        width: 6rem;
        height: 2.65rem;
        background-image: url(/img/about/check_icon.png);
        background-size: cover;
        position: absolute;
        bottom: 2.1rem;
        right: 1.2rem;
    }
}

.home .point .inner .check_box .title {
    color: #FFF;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .08em;
    padding-top: 45px;
    margin-top: 0;
}

@media (max-width: 720px) {
    .home .point .inner .check_box .title {
        font-size: 3rem;
        padding-top: 3.8rem;
        margin-top: 0;
    }
}

.home .point .inner .check_box .subtitle {
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .08em;
    margin-top: -10px;
}

@media (max-width: 720px) {
    .home .point .inner .check_box .subtitle {
        font-size: 1.5rem;
        padding-top: 0;
        margin: -.8rem 0 0;
    }
}

.home .point .inner .check_box .txt {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.88;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 13px;
}

@media (max-width: 720px) {
    .home .point .inner .check_box .txt {
        font-size: 1.4rem;
        line-height: 1.71;
        margin-top: 1.6rem;
        padding: 0 1rem;
        font-feature-settings: "palt";
    }
}

@media (max-width: 720px) {
    .home .point .inner .check_box .img {
        padding: 4.5rem 1rem 0;
    }

    .home .point .inner .check_box .img img {
        width: 100%;
    }
}

.home .point .inner .check_box .txt02 {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 72px;
    text-align: justify;
    width: 51.5rem;
    padding-left: 5rem;
    box-sizing: border-box;
}

@media (max-width: 720px) {
    .home .point .inner .check_box .txt02 {
        font-size: 1.4rem;
        line-height: 1.71;
        margin-top: 1.6rem;
        width: 100%;
        padding: 0 2.6rem;
    }
}

.home .point .inner .check_box .link {
    text-align: left;
    padding-left: 5rem;
    box-sizing: border-box;
    margin-top: 30px;
}

@media (max-width: 720px) {
    .home .point .inner .check_box .link {
        padding: 0 2.6rem;
        margin-top: 1rem;
    }
}

.home .point .inner .check_box .link a {
    color: #D9E74C;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-decoration: underline;
    font-weight: bold;
    position: relative;
}

@media (max-width: 720px) {
    .home .point .inner .check_box .link a {
        font-size: 1.4rem;
    }
}

.home .point .inner .check_box .link a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    background-image: url(/img/about/t_blank_icon.png);
    width: 10px;
    height: 10px;
    background-size: cover;
}

.home .point .inner .title {
    color: #286E3C;
    font-size: 4.5rem;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.6px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 110px;
}

@media (max-width: 720px) {
    .home .point .inner .title {
        font-size: 3rem;
        line-height: 1;
        letter-spacing: .08em;
        margin-top: 5.2rem;
    }
}

.home .point .inner .subtitle {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px 0 18px;
    letter-spacing: 1.44px;
    text-align: center;
    color: #FFF;
}

@media (max-width: 720px) {
    .home .point .inner .subtitle {
        font-size: 1.5rem;
        margin: 10px 0 18px;
        letter-spacing: .08em;
    }
}

.home .point .inner .movie_box {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

@media (max-width: 720px) {
    .home .point .inner .movie_box {
        width: 100%;
        flex-wrap: wrap;
    }
}

.home .point .inner .movie_box .movie_list {
    width: calc(100% / 3);
    text-align: center;
}

@media (max-width: 720px) {
    .home .point .inner .movie_box .movie_list {
        width: 100%;
        padding: 0 2rem;
        box-sizing: border-box;
        margin-top: 2rem;
    }

    .home .point .inner .movie_box .movie_list:nth-child(1) {
        margin-top: 0;
    }
}

@media (max-width: 720px) {
    .home .point .inner .movie_box .movie_list a {
        display: flex;
        flex-wrap: wrap;
    }

    .home .point .inner .movie_box .movie_list .ml_left {
        width: 50%;
    }

    .home .point .inner .movie_box .movie_list .ml_right {
        width: 50%;
        padding-top: .7rem;
    }

    .home .point .inner .movie_box .movie_list:nth-child(2) .ml_right {
        padding-top: 1.8rem;
    }
}

.home .point .inner .movie_box .movie_list .ttl {
    color: #FFF;
    font-family: "ff-ernestine-pro";
    font-weight: bold;
    line-height: 1;
    text-align: left;
    font-size: 4rem;
    letter-spacing: .04em;
    width: 30rem;
    margin: 0 auto;
}

@media (max-width: 720px) {
    .home .point .inner .movie_box .movie_list .ttl {
        font-size: 2.8rem;
        width: 100%;
        text-align: center;
    }
}

.home .point .inner .movie_box .movie_list .ttl span {
    font-size: 1.4rem;
    letter-spacing: .08em;
    margin-right: 9px;
}

@media (max-width: 720px) {
    .home .point .inner .movie_box .movie_list .ttl span {
        font-size: 1rem;
        margin-right: 9px;
    }
}

.home .point .inner .movie_box .movie_list .movie {
    position: relative;
    margin-top: 0;
}

/*
.home .point .inner .movie_box .movie_list .movie:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(/img/about/movie_play_icon.png);
  width: 91px;
  height: 27px;
  background-size: cover;
}
*/

.home .point .inner .movie_box .movie_list .movie img {
    vertical-align: bottom;
}

@media (max-width: 720px) {
    .home .point .inner .movie_box .movie_list .movie img {
        width: 100%;
    }
}

.home .point .inner .movie_box .movie_list .txt {
    font-size: 1.8rem;
    letter-spacing: .08em;
    color: #FFF;
    font-weight: bold;
    margin-top: 16px;
}

@media (max-width: 720px) {
    .home .point .inner .movie_box .movie_list .txt {
        font-size: 1.4rem;
        margin-top: .1rem;
    }
}

.mv_home .consadole {
    position: absolute;
    height: 6rem;
    width: 100%;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform .5s;
}

.mv_home .consadole .inner {
    width: 100rem;
    margin: 0 auto;
    position: relative;
}

.mv_home .consadole .inner p {
    color: #fff;
    font-size: 1.6rem;
    padding-top: 18px;
}

.mv_home .consadole .inner:before {
    content: '';
    background: url(../img/home/consadole_pc01.png);
    background-size: cover;
    margin: 0 auto;
    width: 192px;
    height: 42px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    transition: transform .5s;
    transform-origin: top center;
}

.mv_home .consadole .inner:after {
    content: '';
    background: url(../img/home/consadole_pc02.png);
    background-size: cover;
    margin: 0 auto;
    width: 126px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
    transition: transform .5s;
    transform-origin: top center;
}

@media (max-width: 720px) {
    .mv_home .consadole {
        padding: 0 10px;
    }

    .mv_home .consadole .inner {
        width: 100%;
    }

    .mv_home .consadole .inner p {
        text-align: left;
        padding-left: 12rem;
        font-size: 1.1rem;
        padding-top: 12px;
    }

    .mv_home .consadole .inner:before {
        background: url(../img/home/consadole_sp.png);
        background-size: 101px auto;
        width: 101px;
        height: 26px;
        top: 16px;
    }

    .mv_home .consadole .inner:after {
        display: none;
    }
}

.home .check .inner .bnr_wrap {
    width: 1000px;
    height: 250px;
    margin: 0 auto 0px;
    text-align: center;
}

.home .check .inner .bnr_wrap a {
    transition: .3s;
}

.home .check .inner .bnr_wrap a:hover {
    opacity: 0.7;
}

@media (max-width: 720px) {
    .bnr_wrap {
        margin-top: 45px;
        padding: 0 20px 0;
    }

    .bnr_wrap img {
        width: 100%;
    }
}