@charset "UTF-8";


/*  display none
===================================*/
.smt {
    display: none;
}


/*  h2
===================================*/
.contebody h2.top {
    font-size: 3.0rem;
}
.contebody h2.topm {
    font-size: 3.3rem;
    font-family: serif;
    color: #999;
}
.contebody h2.spxno {
    letter-spacing: normal;
}

.contebody h2 {
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contebody h2 span {
    background: linear-gradient(transparent 85%, #e6e6e6 0%);
    display: inline;
    padding-bottom: 10px;
}
.contebody h2.top span {
    background: none;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 3.2rem;
}


.txt-a {
    letter-spacing: 0.1em;
    line-height: 2;
    max-width: 700px;
    margin: 0 auto;
}
.txt-a.ctr {
    text-align: center;
}

.txt-b {
    letter-spacing: 0.1em;
    max-width: 750px;
    padding: 40px;
}

.txt-c {
}


/*  inde
===================================*/

/*///// inde-one /////*/
.inde-one {
}

.inde-one .flxare {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.inde-one .flxare .blk {
    width: calc(100% / 3);
    text-align: center;
}
.inde-one .flxare .blk .tai {
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.inde-one .flxare .blk ul {
    display: inline-block;
}
.inde-one .flxare .blk li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 0;
}
.inde-one .flxare .blk li .maru {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    background-color: #ffc8db;
}

.inde-one .flxare .blk li i {
    margin-left: 5px;
    margin-bottom: 2px;
    color: #e2477c;
}
.inde-one .flxare .blk li p {
    font-size: 1.6rem;
    margin-left: 8px;
}

.inde-one .flxare .blk.gure li i {
    color: #888;
}
.inde-one .flxare .blk.gure li .maru {
    background-color: #d6d6d6;
}

.inde-one .area {
    margin-top: 40px;
}
.inde-one .area .tai {
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.inde-one .area .txt-a {
    margin-top: 20px;
}





/*///// inde-two /////*/
.inde-two {
    margin-top: 50px;
}
.inde-two .pho {
    height: 524px;
    background-image: url(../img/two.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inde-two .txt-a {
    margin-top: 50px;
}

.inde-two .phoare {
    display: -webkit-flex;
    display: flex;
}





/*///// inde-thr /////*/
.inde-thr {
    margin-top: 70px;
}
.inde-thr .area {
    height: 480px;
    background-image: url(../img/thr.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 480px;
}
.inde-thr .txt-b {
    align-self: center;
}
.inde-thr h2 {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 40px;
    text-align: left;
}



/*///// inde-fou /////*/
.inde-fou {
    margin-top: 20px;
}
.inde-fou .area {
    display: -webkit-flex;
    display: flex;
    height: 480px;
    background-image: url(../img/fou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inde-fou .txt-b {
    align-self: flex-end;
    color: #fff;
    padding-bottom: 70px;
}





/*///// inde-fiv /////*/
.inde-fiv {
    margin-top: 30px;
}
.inde-fiv .area {
    display: -webkit-flex;
    display: flex;
}
.inde-fiv .pho {
    flex-shrink: 0;
    width: 490px;
}
.inde-fiv .txtare {
    display: -webkit-flex;
    display: flex;
}
.inde-fiv .txtare .blk {
    align-self: center;
}
.inde-fiv .txtare h3 {
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
}
.inde-fiv .txtare .txt-c {
}





/*///// inde-six /////*/
.inde-six {
    margin-top: 80px;
}
.inde-six ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.inde-six ul li {
    display: -webkit-flex;
    display: flex;
    width: calc(100% / 3);
    height: 327px;
}
.inde-six ul li:nth-of-type(odd) {
    background-color: #fdfae3;
    padding: 30px;
}
.inde-six ul li p {
    align-self: center;
}


/*///// link /////*/
.janp.link {
}
.janp.link a {
    display: -webkit-flex;
    display: flex;
    background-color: #ff6b9d;
    padding-left: 10px;
    border-radius: 10px 0 0 0;
}
.janp.link .pho {
    margin-top: -15px;
}
.janp.link .txt {
    align-self: center;
    font-feature-settings : "palt";
    color: #fff;
}
.janp.link .txt strong {
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.janp.link .txt p {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: normal;
    padding-left: 10px;
}
.janp.link i {
    color: #fff;
    align-self: center;
    padding: 0 5px;
}

.inside.acf-fields.-top {
    background: #ebebeb;
}
.acf-fields > .acf-field {
    background: #fff;
}
.acf-field.acf-field-group.qa {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.acf-field.acf-field-message.info_more {
    border-bottom: 1px solid #e5e5e5;
}

.pag-tai {
}

.pag-sub {
    text-align: center;
}
.pag-sub span {
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background-color: #f0f0f0;
    display: inline-block;
    padding: 0 15px;
}

.pag-txt {
    max-width: 800px;
    margin: 0 auto;
}
.pag-txt.mt40 {
    margin-top: 40px;
}
.pag-txt.mt30 {
    margin-top: 30px;
}


.txtlink {
    text-align: center;
    margin-top: 80px;
}
.txtlink .hvr-rectangle-out {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #fff;
    border: 4px solid #e6e6e6;
    color: #016ebd;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 30px;
    max-width: 50%;
    margin: 0 auto;
}

.txtlink .hvr-rectangle-out:before {
    background: #016ebd;
}
.txtlink .hvr-rectangle-out:hover {
    color: #ffffff;
}


.txtlink .hvr-rectangle-out.ss {
    color: #ea5121;
}
.txtlink .hvr-rectangle-out.ss:before {
    background: #ea5121;
}
.txtlink .hvr-rectangle-out.ss:hover {
    color: #ffffff;
}














































