@charset "UTF-8";

html {}

body {
    font-family: "Noto Sans Japanese", sans-serif;
    //    font-family: 'M PLUS 1p', sans-serif;
    color: #333;
    word-break: break-all;
}


.cf::after {
    content: "";
    display: block;
    clear: both;
}

a {
    outline: none;
    transition: 0.4s;
    word-break: break-word;
}

a:hover {
    opacity: 0.8;
    transition: 0.4s;
}

@media screen and (max-width:768px) {
    body {
        padding-top: 60px;
    }
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/*
* 全体
*/


/*  */

.header-container {}

.header__box {
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    position: relative;
}

.header__box___box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    height: 100%;
    margin: auto;
}

.header__box__box__left {
    width: 160px;
}

.header__box__box__left__link {}

.header__box__box__left__link img {}

.header__box__box__right {
    display: flex;
    justify-content: right;
    width: 400px;
}

.header__box__box__right__left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
}

.header__box__box__right__left__text {
    display: block;
    margin-bottom: 4px;
    color: #666666;
    font-size: 13px;
}

.header__box__box__right__left__tel {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #e07170;
}

.header__box__box__right__right {
    width: 100px;
}

.header__box__box__right__right__link {}

.header__box__box__right__right__link img {
    width: 100%;
    height: 100%;
}

@media (min-width:769px) and (max-width:1080px) {
    .header__box___box {
        width: 94%;
    }
}

@media screen and (max-width:768px) {
    .header-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .header__box {
        height: 60px;
    }

    .header__box___box {
        width: 100%;
    }

    .header__box__box__left {
        width: 30%;
        padding-left: 10px;
    }

    .header__box__box__right {
        width: auto;
    }

    .header__box__box__right__right {
        width: 87px;
    }
}

/**/

.mainVisual {
    margin-bottom: 40px;
}

.mainVisual__box {}

.mainVisual__box__img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .mainVisual {
        margin-bottom: 0;
    }
}

/**/

.content__1 {
    margin-bottom: 40px;
}

.content__1__box {
    width: 700px;
    margin: auto;
}

.content__1__box__link {}

.content__1__box__link__img {}

@media screen and (max-width:768px) {
    .content__1 {
        margin-bottom: 0;
    }

    .content__1__box {
        width: 100%;
    }
}

.content__2 {
    background: #030303;
    background-image: url('../image2/content__3__bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 40px 0 50px;
    position: relative;
}

.content__2:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #030303;
    border-bottom: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.content__2__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    margin: auto;
}

.content__2__box__left {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.content__2__box__left__text {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

.content__2__box__left__sym {
    margin-bottom: 10px;
}

.content__2__box__left__sym__text {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #f8d66c;
}

.content__2__box__left__text {}

.content__2__box__left__bold {
    font-size: 34px;
    font-weight: 600;
    color: #f8d66c;
}

.content__2__box__left__bold__largeText {
    font-size: 99px;
}

.content__2__box__left__bold__text {
    font-size: 32px;
}

.content__2__box__left__bold__text2 {
    display: inline-block;
    font-size: 41px;
    transform: rotate(15deg);
}

.content__2__box__right {
    width: 300px;
}

.content__2__box__right__img {}

.content__2__box__bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.content__2__box__bottom__box {
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: 600;
}

.content__2__box__bottom__box__el1 {
    display: flex;
    align-items: end;
}

.content__2__box__bottom__box__el1__text {
    display: flex;
    align-items: end;
}

.content__2__box__bottom__box__el1__text {}

.content__2__box__bottom__box__el1__text__largeText {
    font-size: 40px;
    color: #f8d66c;
}

.content__2__box__bottom__box__el1__text__smallText {}

.content__2__box__bottom__box__el2 {}

.content__2__box__bottom__box__el2__text {
    display: flex;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__2__box {
        width: 94%;
    }
}

@media screen and (max-width:768px) {
    .content__2__box {
        display: block;
        width: 100%;
    }

    .content__2__box__left {
        width: 90%;
        margin: auto auto 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content__2__box__right {
        width: 90%;
        margin: auto;
    }

    .content__2__box__left__sym {
        background: rgb(232, 156, 11);
        background: linear-gradient(90deg, rgba(232, 156, 11, 1) 0%, rgba(255, 251, 151, 1) 100%);
        padding: 2vw;
        position: relative;
    }

    .content__2__box__left__sym:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #000;
        position: absolute;
        top: 0;
        left: -5px;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
    }

    .content__2__box__left__sym:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #000;
        position: absolute;
        top: 0;
        right: -5px;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
    }

    .content__2__box__left__sym__text {
        font-size: 7vw;
        color: #000;
    }

    .content__2__box__bottom__box {
        display: block;
    }

    .content__2__box__bottom__box__el1 {
        display: block;
    }

    .content__2__box__bottom__box__el2 {
        display: block;
    }

    .content__2__box__left__bold__largeText {
        font-size: 16vw;
    }

    .content__2__box__left__bold__text {
        font-size: 8vw;
    }

    .content__2__box__left__bold__text2 {
        font-size: 11vw;
    }

    .content__2__box__left__text {
        font-size: 6vw;
    }

    .content__2__box__bottom__box__el1__text {
        justify-content: center;
        margin-bottom: 3vw;
    }

    .content__2__box__bottom__box__el2__text {
        justify-content: center;
    }
}

.content__3 {
    background: #fff0f0;
    padding: 70px 0 50px;
    position: relative;
    z-index: -2;
}

.content__3__box {}

.content__3__box__titleWrap {
    width: 290px;
    margin: auto;
    margin-bottom: 40px;
    background: linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    background: -webkit-linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.content__3__box__title__border {
    position: absolute;
}

.content__3__box__title__border__1 {
    display: inline-block;
    width: 4px;
    height: 71px;
    background: linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    background: -webkit-linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    top: 0;
    left: 0;
    transform: rotate(-10deg);
}

.content__3__box__title__border__2 {
    display: inline-block;
    width: 4px;
    height: 71px;
    background: linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    background: -webkit-linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    top: 0;
    right: 0;
    transform: rotate(10deg);
}

.content__3__box__title {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 40px;
}

.content__3__box__title__text {
    margin-bottom: 6px;
    font-size: 26px;
}

.content__3__box__title__text2 {}

.content__3__box__el {
    width: 1000px;
    margin: auto;
}

.content__3__box__el__items {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
}

.content__3__box__el__items:nth-child(3) {
    margin-top: -80px;
}

.content__3__box__el__items:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 700px solid #f0b8cf;
    border-right: 0;
    position: absolute;
    top: 270px;
    left: 0;
    z-index: -1;
}

.content__3__box__el__items:nth-child(2n) {
    flex-direction: row-reverse;
}

.content__3__box__el__items:nth-child(2n):before {
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 700px solid #f0b8cf;
    border-left: 0;
    left: auto;
    right: 0;
}

.content__3__box__el__items__bg {
    display: inline-block;
    width: 390px;
}

.content__3__box__el__items__bg__img {
    width: 100%;
}

.content__3__box__el__items__sym {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.content__3__box__el__items__sym__img {}

.content__3__box__el__items:nth-child(2n) .content__3__box__el__items__sym {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.content__3__box__el__items__elWrap {
    width: 550px;
}

.content__3__box__el__items__el {
    margin-bottom: 6px;
}

.content__3__box__el__items__el__text {
    display: inline-block;
    font-size: 37px;
    background: #aa2021;
    background: linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    background: -webkit-linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 5px;
    font-weight: 600;
    box-shadow: 0 0 10px #aaa;
}

.content__3__box__el__items__el2 {}

.content__3__box__el__items__el2__text {
    font-size: 25px;
    background: #fff;
    padding: 6px 10px;
    line-height: 2.3;
    font-weight: 600;
    box-shadow: 0 0 10px #ccc;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__3__box__el {
        width: 94%;
    }

    .content__3__box__el__items__el2__text {
        font-size: 2.4vw;
    }
}

@media screen and (max-width:768px) {
    .content__3__box__el {
        width: 100%;
    }

    .content__3__box__el__items {
        display: block;
        margin-top: 0;
    }

    .content__3__box__el__items:nth-child(3) {
        margin-top: 0;
    }

    .content__3__box__el__items:before {
        border-top: 20vw solid transparent;
        border-bottom: 20vw solid transparent;
        border-left: 90vw solid #f0b8cf;
    }

    .content__3__box__el__items__elWrap {
        width: 90%;
        margin: -160px auto auto;
    }

    .content__3__box__el__items__bg {
        width: 100%;
    }

    .content__3__box__el__items:nth-child(2n) .content__3__box__el__items__sym {
        right: 10px;
    }

    .content__3__box__el__items__el__text {
        font-size: 26px;
    }

    .content__3__box__el__items__el2__text {
        font-size: 15px;
        display: inline-block;
        padding: 2px 10px;
        line-height: 2.1;
    }
}


.content__4 {
    background: #f9f5d2;
    background-image: url('../image2/content__4__bg.jpg');
    background-size: cover;
    padding: 40px 0 50px;
}

.content__4__box {
    width: 1000px;
    margin: auto;
}

.content__4__box__titleWrap {
    text-align: center;
    margin-bottom: 30px;
}

.content__4__box__title {
    font-size: 40px;
    color: #302e9a;
    position: relative;
    border-top: 1px solid #302e9a;
    border-bottom: 1px solid #302e9a;
    position: relative;
    width: 550px;
    margin: auto;
}

.content__4__box__title:before {
    content: "";
    display: inline-block;
    width: 550px;
    height: 2px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: #302e9a;
}

.content__4__box__title:after {
    content: "";
    display: inline-block;
    width: 550px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: #302e9a;
}

.content__4__box__title__largeText {}

.content__4__box__title__text {}

.content__4__box__list {}

.content__4__box__list:after {
    content: "";
    display: block;
    clear: both;
}

.content__4__box__list__items {
    float: left;
    width: 47%;
    margin-right: 6%;
}

.content__4__box__list__items:nth-child(2n) {
    margin-right: 0;
}

.content__4__box__list__items:nth-child(2) {
    margin-top: 100px;
    margin-right: 0;
}

.content__4__box__list__items:nth-child(3) {
    margin-top: -70px;
}

.content__4__box__list__items:nth-child(4) {
    margin-top: 30px;
    margin-right: 0;
}

.content__4__box__list__items__img {}

@media (min-width:769px) and (max-width:1080px) {
    .content__4__box {
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .content__4__box {
        width: 90%;
    }

    .content__4__box__list__items {
        float: none;
        width: 100%;
    }

    .content__4__box__title {
        width: 100%;
        font-size: 26px;
    }

    .content__4__box__title:before {
        width: 100%;
    }

    .content__4__box__title:after {
        width: 100%;
    }

    .content__4__box__list__items:nth-child(2) {
        margin-top: 0;
    }

    .content__4__box__list__items:nth-child(3) {
        margin-top: 0;
    }

    .content__4__box__list__items:nth-child(4) {
        margin-top: 0;
    }
}


.contenet__5 {
    background: #0c0c0c;
    background: url('../image2/conetnt__12__bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 40px 0 65px;
}

.content__5__box {}

.content__5__box__titleWrap {
    text-align: center;
    margin-bottom: 30px;
}

.content__5__box__title {}

.content__5__box__title__text {
    display: block;
    font-size: 40px;
    line-height: 1.4;
}

.content__5__box__title__text__color {
    color: #eaff00;
}

.content__5__box__title2 {
    margin: auto auto 40px;
    width: 600px;
}

.content__5__box__title2__img {}

.content__5__box__list {
    width: 1000px;
    margin: auto;
    display: grid;
    gap: 60px 50px;
    grid-template-columns: repeat(2, 1fr);
}

/* .content__5__box__list:after {
    content: "";
    display: block;
    clear: both;
} */

.content__5__box__list__items {
    /* float: left; */
    background: #fff;
    color: #333;
    /* width: 470px; */
    /* margin-right: 60px;
    margin-bottom: 50px; */
    padding: 15px 0;
    border-radius: 10px;
}

.content__5__box__list__items:nth-child(2n) {
    margin-right: 0;
}

.content__5__box__list__items__box {
    display: block;
    width: 440px;
    height: 100%;
    margin: auto;
    position: relative;
    border: 4px dotted #da9797;
    padding: 35px 0;
}

.content__5__box__list__items__box__icon {
    display: inline-block;
    background: #a10000;
    color: #fff;
    padding: 7px 14px;
    position: absolute;
    top: -20px;
    left: -30px;
    transform: rotate(-15deg);
    font-size: 20px;
    font-weight: 600;
}

.content__5__box__list__items__box__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.content__5__box__list__items__box__title__color {
    color: #e07170 !important;
}

.content__5__box__list__items__box__thumb {
    display: block;
    width: 100%;
    padding: 0 35px;
    margin-bottom: 20px;
}

.content__5__box__list__items__box__thumb__img {
    border: 1px solid #ddd;
}

.content__5__box__list__items__box__text {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    width: 360px;
    margin: auto;
    text-align: left;
    position: relative;
    padding-left: 24px;
}

.content__5__box__list__items__box__text__ten {
    position: absolute;
    top: 0;
    left: 0;
}

.content__5__box__list__items__box__text__color {
    color: #c81015;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__5__box__list {
        width: 90%;
    }

    .content__5__box__list__items {
        /* width: 48%;
        margin-right: 4%; */
    }

    .content__5__box__list__items__box__text {
        width: 90%;
        font-size: 16px;
    }

    .content__5__box__list__items__box {
        width: 92%;
    }

    .content__5__box__list__items__box__title {
        font-size: 19px;
    }
}

@media screen and (max-width:768px) {
    .contenet__5 {}

    .content__5__box__title__text {
        font-size: 23px;
    }

    .content__5__box__title2 {
        width: 90%;
    }

    .content__5__box__list {
        display: block;
        width: 100%;
    }

    .content__5__box__list__items {
        float: none;
        width: 90%;
        margin: auto auto 30px;
    }

    .content__5__box__list__items:nth-child(2n) {
        margin-right: auto;
    }

    .content__5__box__list__items:last-child {
        margin-bottom: 0;
    }

    .content__5__box__list__items__box {
        width: 93%;
    }

    .content__5__box__list__items__box__text {
        width: 90%;
    }
}

.content__6 {
    padding: 50px 0;
}

.content__6__box {}

.content__6__box__bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 780px;
    margin: auto;
}

.content__6__box__bg__imgWrap {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}

.content__6__box__bg__img {}

.content__6__box__bg__el {
    width: 420px;
}

.content__6__box__bg__el__left {
    margin-bottom: 20px;
}

.content__6__box__bg__el__left__text {
    display: inline-block;
    font-size: 36px;
    background: #c10d02;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.content__6__box__bg__el__left__text__color {
    color: #eaff00;
}

.content__6__box__bg__el__right {}

.content__6__box__bg__el__right__img {}

@media (min-width:769px) and (max-width:1080px) {
    .content__6__box__bg {
        width: 90%;
    }

    .content__6__box__bg__el__left__text {
        font-size: 4vw;
    }

    .content__6__box__bg__imgWrap {
        width: 32vw;
        height: 32vw;
    }

    .content__6__box__bg__el {
        width: 50vw;
    }

    .content__6__box__bg__el__right {
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width:768px) {
    .content__6 {
        padding: 0px 0 40px;
    }

    .content__6__box__bg {
        display: block;
        width: 100%;
    }

    .content__6__box__bg__el {
        width: 90%;
        margin: -120px auto auto;
    }

    .content__6__box__bg__imgWrap {
        width: 100%;
        overflow: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .content__6__box__bg__el__left {
        text-align: center;
    }

    .content__6__box__bg__el__left__text {
        font-size: 26px;
    }
}

.content__7 {}

.content__7__box {}

.content__7__box__bg {
    position: relative;
}

.content__7__box__bg__imgWrap {
    display: block;
    height: 35vw;
}

.content__7__box__bg__img {
    width: 100%;
    height: 100%;
}

.content__7__box__bg__items {
    position: absolute;
}

.content__7__box__bg__items img {}

.content__7__box__bg__items__1 {
    top: 0;
    right: 0;
    width: 17vw;
}

.content__7__box__bg__items__2 {
    bottom: -8vw;
    right: 9vw;
    width: 25vw;
}

.content__7__box__bg__items__3 {
    bottom: -3vw;
    left: 0;
    width: 40vw;
}

.content__7__box__bg__text {
    color: #fff;
    font-size: 4vw;
    position: absolute;
    top: 12vw;
    left: 60px;
    line-height: 1.4;
    text-shadow: 0 0 10px #888;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width:768px) {
    .content__7__box__bg__imgWrap {
        height: auto;
    }

    .content__7__box__bg__text {
        writing-mode: tb-rl;
        font-size: 6vw;
        top: 12vw;
        left: 32px;
    }
}

.content__8 {
    padding: 100px 0 60px;
    background: url('../image2/content__8__bg.jpg');
    background-size: cover;
}

.content__8__box {}

.content__8__box__el {
    width: 1000px;
    background: #fff;
    background: url('../image2/content__8__box__el__bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
}

.content__8__box__el__sym {
    width: 180px;
    position: absolute;
    top: 30px;
    left: -60px;
}

.content__8__box__el__sym__img {}

.content__8__box__el__titleWrap {
    margin: -30px auto 40px;
    width: 600px;
}

.content__8__box__el__titleImg {}

.content__8__box__el__box {
    padding-bottom: 60px;
}

.content__8__box__el__box__flex {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: auto auto 50px;
}

.content__8__box__el__box__flex__items {
    width: 350px;
}

.content__8__box__el__box__flex__items__imgWrap {}

.content__8__box__el__box__flex__items__img {}

.content__8__box__el__box__flex__items__text {
    font-size: 31px;
    text-align: center;
    margin-top: 7px;
}

.content__8__box__el__box__flex__items__text__color {
    color: #cc171b;
}

.content__8__box__el__box__flex__items__plus {
    width: 50px;
    height: 50px;
    background: #e2be38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
    margin: auto;
    color: #fff;
}

.content__8__box__el__box__flex__items2 {
    width: 350px;
}

.content__8__box__el__box__flex__items2__imgWrap {}

.content__8__box__el__box__flex__items2__img {}

.content__8__box__el__box__flex__items2__text {
    font-size: 31px;
    text-align: center;
    margin-top: 7px;
}

.content__8__box__el__box__flex__items2__text__color {
    color: #41628f;
}

.content__8__box__el__box__flex2 {
    display: flex;
    width: 800px;
    margin: auto auto 50px;
}

.content__8__box__el__box__flex2__box {
    width: 400px;
    margin-top: -40px;
}

.content__8__box__el__box__flex2__box__text {
    background: linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    background: -webkit-linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 110px;
}

.content__8__box__el__box__flex2__box__text__num {
    font-size: 220px;
    line-height: 1;
    font-weight: 600;
    width: 140px;
    display: inline-block;
}

.content__8__box__el__box__flex2__box__text__en {
    font-size: 50px;
    font-weight: 600;
}

.content__8__box__el__box__flex2__box__text2 {}

.content__8__box__el__box__flex2__box__text2__text {
    font-size: 39px;
    font-weight: 600;
    text-align: center;
}

.content__8__box__el__box__flex2__imgWrap {
    width: 400px;
}

.content__8__box__el__box__flex2__img {}

.content__8__box__el__box__linkWrap {}

.content__8__box__el__box__link {
    width: 600px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    margin: auto;
    background: #d7191e;
    background: linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    background: -webkit-linear-gradient(150deg, rgba(207, 55, 55, 1) 40%, rgba(170, 32, 33, 1) 68%);
    margin: auto;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: relative;
}

.content__8__box__el__box__link br {
    display: none;
}

.content__8__box__el__box__link:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    ;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}

.content__8__box__el__box__link:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #d7191e;
    border-right: 2.5px solid #d7191e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 38px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}


@media (min-width:769px) and (max-width:1080px) {
    .content__8 {
        padding: 100px 0 0px;
    }

    .content__8__box__el__titleWrap {
        margin: -5vw auto 40px;
        width: 50vw;
    }

    .content__8__box__el {
        width: 94%;
    }

    .content__8__box__el__box__flex {
        width: 80%;
    }

    .content__8__box__el__box__flex__items {
        width: 42%;
    }

    .content__8__box__el__box__flex__items2 {
        width: 42%;
    }

    .content__8__box__el__box__flex2 {
        width: 80%;
    }

    .content__8__box__el__box__flex2__box__text {
        padding-left: 11%;
        font-size: 3vw;
    }

    .content__8__box__el__box__flex__items2__text {
        font-size: 2.6vw;
    }

    .content__8__box__el__box__flex2__box {
        width: 47%;
    }

    .content__8__box__el__box__flex2__imgWrap {
        width: 47%;
    }

    .content__8__box__el__box__flex2__box__text__num {
        font-size: 19vw;
        width: 12vw;
    }

    .content__8__box__el__box__flex2__box__text2__text {
        font-size: 4vw;
    }

    .content__8__box__el__sym {
        width: 16vw;
        top: 13vw;
    }

}

@media screen and (max-width:768px) {
    .content__8 {
        padding: 60px 0 60px;
    }

    .content__8__box__el__titleWrap {
        width: 90%;
    }

    .content__8__box__el {
        width: 96%;
        background: #fff;
        background: url('../image2/content__8__box__el__bg__sp.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .content__8__box__el__box {
        padding-bottom: 81px;
    }

    .content__8__box__el__box__flex {
        display: block;
        width: 77%;
    }

    .content__8__box__el__box__flex2 {
        display: block;
        width: 90%;
        margin: auto auto 50px;
    }

    .content__8__box__el__box__link {
        width: 280px;
        font-size: 18px;
    }

    .content__8__box__el__box__link br {
        display: block;
    }

    .content__8__box__el__box__link:before {
        right: 20px;
    }

    .content__8__box__el__box__link:after {
        right: 28px;
    }

    .content__8__box__el__box__flex2__imgWrap {
        width: 90%;
        margin: auto;
    }

    .content__8__box__el__sym {
        width: 90px;
        top: 110px;
        left: 0px;
    }

    .content__8__box__el__box__flex2 {
        margin: auto auto 20px;
    }

    .content__8__box__el__box__flex2__box {
        width: 100%;
    }

    .content__8__box__el__box__flex__items {
        width: 100%;
    }

    .content__8__box__el__box__flex__items2 {
        width: 100%;
    }

    .content__8__box__el__box__flex__items2__text {
        font-size: 24px;
    }

    .content__8__box__el__box__flex__items__plus {
        margin: 16px auto;
    }

    .content__8__box__el__box__flex2__box__text {
        padding-left: 21vw;
    }

    .content__8__box__el__box__flex2__box__text2__text {
        font-size: 32px;
    }

    .content__8__box__el__box__flex2__box {
        margin-bottom: 20px;
    }

    .content__8__box__el__box__flex2__box__text__num {
        font-size: 150px;
        width: 100px;
    }
}

.content__9 {
    padding: 90px 0 70px;
    background: url('../image2/content__9__bg.jpg')
}

.content__9__box {}

.content__9__box__frame {
    width: 1000px;
    background: #fff;
    /* border: 5px solid #a79445; */
    background: url('../image2/content__8__box__el__bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    padding-bottom: 83px;
}

.content__9__box__frame__imgWrap {
    margin: -27px auto 50px;
    width: 750px;
}

.content__9__box__frame__img {}

.content__9__box__frame__el {
    width: 480px;
    margin: auto auto 40px;
    border: 5px solid #b70200;
    border-radius: 12px;
}

.content__9__box__frame__el__title {
    display: block;
    background: #b70200;
    color: #fff;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.content__9__box__frame__el__imgWrap {
    width: 70%;
    margin: auto;
    padding: 30px 0;
}

.content__9__box__frame__el__img {}

.content__9__box__frame__btn {
    width: 770px;
    margin: auto auto 40px;
    display: flex;
    justify-content: space-between;
}

.content__9__box__frame__btn__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 70px;
    background: red;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.content__9__box__frame__btn__link__1 {
    background: rgb(143, 0, 0);
    background: linear-gradient(90deg, rgba(143, 0, 0, 1) 0%, rgba(220, 27, 31, 1) 100%);
}

.content__9__box__frame__btn__link__2 {
    background: rgb(253, 163, 75);
    background: linear-gradient(90deg, rgba(255, 120, 0, 1) 0%, rgba(253, 163, 75, 1) 100%);
}

.content__9__box__frame__contactAndLine {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: auto;
}

.content__9__box__frame__contact {
    width: 380px;
    margin: auto;
    border-top: 4px solid #b3a059;
    border-bottom: 4px solid #b3a059;
    padding: 7px 0;
}

.content__9__box__frame__contact__text {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.content__9__box__frame__contact__tel {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #900000;
    text-align: center;
    line-height: 1;
}

.content__9__box__frame__contact__text2 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
}

.content__9__box__frame__line {
    width: 370px;
    margin: auto;
}

.content__9__box__frame__line__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 70px;
    background: #00b902;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.content__9__box__frame__line__text {
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
    font-size: 18px;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__9__box__frame__imgWrap {
        margin: -27px auto 30px;
        width: 60vw;
    }

    .content__9__box__frame {
        width: 94%;
    }

    .content__9__box__frame__el {
        width: 40vw;
    }

    .content__9__box__frame__el__title {
        padding: 10px 10px;
        font-size: 2vw;
    }

    .content__9__box__frame__btn {
        width: 88%;
    }

    .content__9__box__frame__btn__link {
        width: 48%;
    }

    .content__9__box__frame__contact {
        width: 46%;
    }

    .content__9__box__frame__contact__tel {
        font-size: 5vw;
    }

    .content__9__box__frame__contactAndLine {
        width: 88%;
    }

    .content__9__box__frame__contact__text2 {
        font-size: 1.7vw;
    }

    .content__9__box__frame__line__link {
        width: 100%;
    }

    .content__9__box__frame__line {
        width: 47%;
    }

    .content__9__box__frame__line {
        width: 47%;
    }
}

@media screen and (max-width:768px) {
    .content__9 {
        padding: 60px 0 30px;
    }

    .content__9__box__frame {
        background: url('../image2/content__8__box__el__bg__sp.png');
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 30px;
    }

    .content__9__box__frame__imgWrap {
        width: 100%;
        margin: -27px auto 20px;
    }

    .content__9__box__frame {
        width: 94%;
        padding-bottom: 90px;
    }

    .content__9__box__frame__el {
        width: 80%;
        margin: auto auto 20px;
    }

    .content__9__box__frame__btn {
        display: block;
        width: 270px;
        margin: auto auto 27px;
    }

    .content__9__box__frame__btn__link {
        width: 100%;
        height: 54px;
        font-size: 16px;
    }

    .content__9__box__frame__contactAndLine {
        display: block;
        width: 90%;
    }

    .content__9__box__frame__contact {
        width: 90%;
        margin-bottom: 20px;
    }

    .content__9__box__frame__line__link {
        width: 270px;
        height: 54px;
        margin: auto;
    }

    .content__9__box__frame__line {
        width: 100%;
        font-size: 16px;
    }

    .content__9__box__frame__el__title {
        font-size: 16px;
        padding: 10px 10px;
    }

    .content__9__box__frame__contact__tel {
        font-size: 39px;
    }

    .content__9__box__frame__contact__text2 {
        font-size: 13px;
    }

    .content__9__box__frame__contact__text {
        font-size: 18px;
    }

    .content__9__box__frame__btn__link__1 {
        margin-bottom: 10px;
    }
}

.content__10 {
    background: #000000;
    background: url('../image2/content__10__bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 50px 0 90px;
}

.content__10__box {}

.content__10__box__title {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.content__10__box__title__text1 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.content__10__box__title__text1__border {
    display: inline-block;
    content: "";
    background: #fff;
    width: 4px;
    height: 45px;
}

.content__10__box__title__text1__border__1 {
    transform: rotate(-25deg);
}

.content__10__box__title__text1__border__2 {
    transform: rotate(25deg);
}

.content__10__box__title__text1__text {
    padding: 0 24px;
}

.content__10__box__title__text2 {}

.content__10__box__listWrap {
    background: #fff;
    color: #333;
    width: 1000px;
    margin: auto;
    border: 5px solid #caa751;
    padding: 40px;
}

.content__10__box__list {}

.content__10__box__list:after {
    content: "";
    display: block;
    clear: both;
}

.content__10__box__list__items {
    float: left;
    width: 48%;
    height: 340px;
    margin-right: 4%;
    margin-bottom: 4%;
    border-bottom: 3px dotted #333;
    padding-bottom: 30px;
}

.content__10__box__list__items:nth-child(3),
.content__10__box__list__items:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
    height: 260px;
}

.content__10__box__list__items:nth-child(2n) {
    margin-right: 0;
}

.content__10__box__list__items__box {}

.content__10__box__list__items__box__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.content__10__box__list__items__box__top__left {
    width: 25%;
}

.content__10__box__list__items__box__top__left__img {}

.content__10__box__list__items__box__top__right {
    width: 70%;
}

.content__10__box__list__items__box__top__right__title {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #af8b33;
}

.content__10__box__list__items__box__top__right__person {
    display: flex;
    align-items: center;
}

.content__10__box__list__items__box__top__right__person__border {
    content: "";
    display: inline-block;
    width: 37px;
    height: 1px;
    background: #c4a351;
    margin-right: 10px;
}

.content__10__box__list__items__box__top__right__person__name {}

.content__10__box__list__items__box__bottom {}

.content__10__box__list__items__box__bottom__text {
    line-height: 1.6;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__10__box__listWrap {
        width: 94%;
    }

    .content__10__box__list__items {
        height: auto;
    }

    .content__10__box__list__items:nth-child(3),
    .content__10__box__list__items:nth-child(4) {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .content__10 {
        padding: 50px 0 30px;
    }

    .content__10__box__listWrap {
        width: 90%;
        padding: 15px;
    }

    .content__10__box__list__items {
        float: none;
        width: 100%;
        height: auto;
    }

    .content__10__box__list__items:nth-child(3),
    .content__10__box__list__items:nth-child(4) {
        height: auto;
        border-bottom: 3px dotted #333;
        padding-bottom: 30px;
    }

    .content__10__box__list__items:nth-child(4) {
        border-bottom: none;
        padding-bottom: 0;
    }

    .content__10__box__title {
        font-size: 25px;
    }
}

.content__11 {
    padding: 50px 0 80px;
    background: url('../image2/content__11__bg.jpg');
}

.content__11__box {}

.content__11__box__title {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.content__11__box__title2 {
    width: 500px;
    margin: auto auto 50px;
    background: #fff;
    text-align: center;
    font-size: 17px;
    padding: 20px 0;
    position: relative;
    font-weight: 600;
}

.content__11__box__title2__border {
    display: block;
    width: 480px;
    height: 2px;
    background: #a10000;
    position: absolute;
}

.content__11__box__title2__border__1 {
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.content__11__box__title2__border__2 {
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.content__11__box__title2__text {}

.content__11__box__list {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.content__11__box__list__items {
    width: 170px;
    position: relative;
}

.content__11__box__list__items:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #a10000;
    border-right: 0;
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto;
}

.content__11__box__list__items__box {}

.content__11__box__list__items__box__left {
    display: block;
    margin-bottom: 10px;
}

.content__11__box__list__items__box__left__icon {
    position: absolute;
    top: 0;
    left: -11px;
    transform: rotate(-10deg);
    background: #a10000;
    color: #fff;
    padding: 3px 10px;
}

.content__11__box__list__items__box__left__imgWrap {}

.content__11__box__list__items__box__left__img {
    display: block;
    width: 170px;
    height: 170px;
}

.content__11__box__list__items__box__left__img img {
    height: 100%;
}

.content__11__box__list__items__box__right {}

.content__11__box__list__items__box__right__title {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 16px;
}

.content__11__box__list__items__box__right__text {
    line-height: 1.4;
    font-size: 14px;
}

.content__11__box__list__itemsArrow {}

.content__11__box__list__itemsArrow__arrow {}

@media (min-width:769px) and (max-width:1080px) {
    .content__11__box__list {
        width: 94%;
    }

    .content__11__box__list__items {
        width: 17%;
    }

    .content__11__box__list__items__box__left__img {
        width: 100%;
        height: 15vw;
    }
}

@media screen and (max-width:768px) {
    .content__11 {
        padding: 30px 0 30px;
    }

    .content__11__box__title {
        font-size: 25px;
    }

    .content__11__box__title2 {
        width: 90%;
        font-size: 15px;
    }

    .content__11__box__title2__border {
        width: 100%;
    }

    .content__11__box__list {
        display: block;
        width: 90%;
    }

    .content__11__box__list__items {
        width: 100%;
    }

    .content__11__box__list__items__box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .content__11__box__list__items__box__left {
        width: 25%;
    }

    .content__11__box__list__items__box__left__img {
        width: 100%;
        height: 26vw;
    }

    .content__11__box__list__items__box__right {
        width: 71%;
    }

    .content__11__box__list__items:after {
        top: 0;
        right: 0;
        bottom: -140px;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
    }

    .content__11__box__list li:last-child .content__11__box__list__items__box {
        margin-bottom: 0;
    }

    .content__11__box__list__items:last-child:after {
        display: none;
    }
}

.conetnt__12 {
    background: #0b0b0b;
    background: url('../image2/conetnt__12__bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 50px 0 80px;
}

.content__12__box {}

.content__12__box__titleWrap {}

.content__12__box__title {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.content__12__box__title__color {
    color: #fffc00;
}

.content__12__box__list {
    width: 1000px;
    margin: auto;
}

.content__12__box__list:after {
    content: "";
    display: block;
    clear: both;
}

.content__12__box__list__items {
    float: left;
    width: 480px;
    height: 480px;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    color: #333;
    position: relative;
    padding: 20px;
    border-radius: 6px;
}

.content__12__box__list__items:nth-child(2n) {
    margin-right: 0;
}

.content__12__box__list__items__num {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 68px;
}

.content__12__box__list__items__num__img {}

.content__12__box__list__items__box {}

.content__12__box__list__items__box__imgWrap {
    display: block;
    margin-bottom: 20px;
}

.content__12__box__list__items__box__img {}

.content__12__box__list__items__box__meta {}

.content__12__box__list__items__box__meta__title {
    margin-bottom: 12px;
    font-size: 19px;
    color: #b70200;
}

.content__12__box__list__items__box__meta__des {
    line-height: 1.6;
}

.content__12__box__bottomText {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__12__box__list {
        width: 94%;
    }

    .content__12__box__list__items {
        width: 48%;
        margin-right: 4%;
    }
}

@media screen and (max-width:768px) {
    .conetnt__12 {
        padding: 30px 0 40px;
    }

    .content__12__box__title {
        font-size: 25px;
    }

    .content__12__box__list {
        width: 90%;
    }

    .content__12__box__list__items {
        float: none;
        width: 100%;
        height: auto;
    }

    .content__12__box__bottomText {
        font-size: 16px;
    }
}

.content__13 {
    padding: 40px 0;
}

.content__13__box {
    width: 1000px;
    margin: auto;
}

.content__13__box__link {}

@media (min-width:769px) and (max-width:1080px) {
    .content__13__box {
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .content__13 {
        padding: 0;
    }

    .content__13__box {
        width: 100%;
    }
}

.content__14 {
    padding: 40px 0 80px;
}

.content__14__1 {
    background: #ffd5d7;
    background: url('../image2/content__14__bg__1.jpg');
}

.content__14__box {
    width: 1000px;
    margin: auto;
    position: relative;
}

.content__14__box__num {
    font-size: 90px;
    position: absolute;
    top: -20px;
    font-weight: 600;
    color: #fd85a5;
}

.content__14__box__title {
    margin: 0 auto 50px;
    width: 600px;
}

.content__14__box__title__img {}

.content__14__box__list {
    display: flex;
    justify-content: space-between;
}

.content__14__box__list__items {
    width: 310px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 20px;
    border-radius: 5px;
}

.content__14__box__list__items__box {}

.content__14__box__list__items__box__imgWrap {
    display: block;
    margin-bottom: 20px;
}

.content__14__box__list__items__box__img {}

.content__14__box__list__items__box__meta {}

.content__14__box__list__items__box__meta__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.content__14__1 .content__14__box__list__items__2 .content__14__box__list__items__box__meta__title,
.content__14__1 .content__14__box__list__items__3 .content__14__box__list__items__box__meta__title {
    color: #e07170;
}

.content__14__1 .content__14__box__list__items__box__meta__title__color {
    color: #e07170;
}

.content__14__2 .content__14__box__list__items__box__meta__title__color {
    color: #41628f;
}

.content__14__2 .content__14__box__list__items__2 .content__14__box__list__items__box__meta__title,
.content__14__2 .content__14__box__list__items__3 .content__14__box__list__items__box__meta__title {
    color: #41628f;
}

.content__14__box__list__items__box__meta__textWrap {
    padding: 12px;
}

.content__14__1 .content__14__box__list__items__box__meta__textWrap__dotted {
    border: 2px dotted #e07170;
}

.content__14__2 .content__14__box__list__items__box__meta__textWrap__dotted {
    border: 2px dotted #41628f;
}

.content__14__box__list__items__box__meta__text {
    font-size: 14px;
    line-height: 1.5;
}

.content__14__box__list__items__box__meta__text:nth-child(n+2) {
    margin-top: 10px;
}

.content__14__box__list__items__icon {
    display: inline-block;
    width: 52px;
    position: absolute;
    top: -8px;
    left: -7px;
}

.content__14__box__list__items__icon__img {}

.content__14__2 {
    background: #b5e4fc;
    background: url('../image2/content__14__bg__2.jpg');
}

.content__14__2 .content__14__box__num {
    color: #61b1de;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__14__box {
        width: 94%;
    }

    .content__14__box__list__items {
        width: 32%;
    }
}

@media screen and (max-width:768px) {
    .content__14 {
        padding: 40px 0 10px;
    }

    .content__14__box {
        width: 90%;
    }

    .content__14__box__title {
        width: 90%;
        margin: 0 auto -20px;
        position: relative;
        z-index: 1;
    }

    .content__14__box__list {
        display: block;
    }

    .content__14__box__list__items {
        width: 100%;
        margin-bottom: 30px;
    }

    .content__14__box__num {
        top: -60px;
    }
}


.content__15 {
    background: url('../image2/content__15__bg.jpg');
    padding: 40px 0 70px;
}

.content__15__box {}

.content__15__box__titleWrap {}

.content__15__box__title {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.contents__12__list {
    width: 1000px;
    margin: 0 auto;
}

.contents__12__list__items {
    float: left;
    width: 490px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.contents__12__list__items:nth-child(even) {
    margin-right: 0;
}

.contents__12__list__items__before {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    box-shadow: 0 1rem 2rem hsl(0deg 0% 0% / 10%);
}

.contents__12__list__items__before:hover {
    cursor: pointer;
}

.contents__10__list__items__right__text__icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    background: #99ab4e;
    color: #fff;
    font-weight: 800;
    margin-right: 18px;
}

.contents__12__list__items__after {
    padding: 14px 14px;
    border-radius: 10px;
    margin-top: 10px;
    background: #99ab4e;
    margin-top: -20px;
}

.active__color {
    box-shadow: none;
    background: #99ab4e;
    transition: 0.5s;
    color: #fff;
}

.active__color .contents__10__list__items__right__text__icon {
    background: #fff;
    color: #99ab4e;
}

.contents__12__list__items__before span::before,
.contents__12__list__items__before span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #99ab4e;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.contents__12__list__items__before span.active::before {
    background: #fff;
    z-index: 1;
}

.contents__12__list__items__before span::after {
    background: #99ab4e;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.contents__12__list__items__before .active::after {
    transform: rotate(0);
    transition: 0.5s;
}

.contents__12__content__text {
    width: 360px;
}

.contents__12__list__items__after__box {
    display: flex;
    background: #fff;
    padding: 20px;
}

.contents__10__list__items__right__after__text__icon {
    margin-right: 12px;
    color: #99ab4e;
    font-weight: 600;
    font-size: 28px;
}

.contents__12__content__after__text {}

@media (min-width:769px) and (max-width:1080px) {
    .contents__12__list {
        width: 94%;
    }

    .contents__12__list__items {
        width: 48%;
        margin-right: 4%;
    }
}

@media screen and (max-width:768px) {
    .contents__12__list {
        width: 90%;
    }

    .contents__12__list__items {
        float: none;
        width: 100%;
    }

    .contents__12__content__text {
        width: 210px;
        font-size: 13px;
    }

    .contents__12__content__after__text {
        font-size: 13px;
    }

    .contents__10__list__items__right__after__text__icon {
        margin-right: 22px;
    }
}



.content__16 {
    padding: 40px 0 60px;
    background: url('../image2/content__16__bg.jpg');
    background-size: cover;
}

.content__16__box {
    width: 1000px;
    margin: auto;
}

.content__16__box__titleWrap {
    text-align: center;
    margin-bottom: 30px;
}

.content__16__box__title {
    font-size: 40px;
}

.content__16__box__title__text1 {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

.content__16__box__title__text2 {
    display: block;
}

.content__16__box__title2Wrap {
    text-align: center;
    margin-bottom: 30px;
    color: #0875a7;
}

.content__16__box__title2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__16__box__title2__left {
    font-size: 30px;
    line-height: 1.4;
    display: inline-block;
    width: 400px;
}

.content__16__box__title2__left__border {
    display: block;
}

.content__16__box__title2__border__1 {}

.content__16__box__title2__border__2 {}

.content__16__box__title2__left__text {
    display: block;
    padding: 20px 0 0px;
    line-height: 1.4;
    font-size: 32px;
}

.content__16__box__title2__right {
    display: inline-block;
    width: 80px;
    margin-left: 20px;
}

.content__16__box__title2__right img {}

.content__16__box__title3Wrap {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.content__16__box__title3 {}

.content__16__box__content {
    display: flex;
    justify-content: space-between;
}

.content__16__box__content__left {
    width: 480px;
}

.content__16__box__content__left p {
    margin-bottom: 20px;
}

.content__16__box__content__left img {
    margin-bottom: 20px;
}

.content__16__box__content__right {
    width: 480px;
}

.content__16__box__content__right__el {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.content__16__box__content__right__el__left {}

.content__16__box__content__right__el__left ul {
    margin-right: 20px;
}

.content__16__box__content__right__el__left ul li {
    position: relative;
    padding-left: 25px;
    margin: 4px 0;
}

.content__16__box__content__right__el__left ul li:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: #0875a7;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.content__16__box__content__right__el__right {
    width: 120px;
}

.content__16__box__content__right__el__right img {}

.content__16__box__content__right p {
    margin-bottom: 20px;
}

@media (min-width:769px) and (max-width:1080px) {
    .content__16__box {
        width: 94%;
    }

    .content__16__box__content__left {
        width: 48%;
        margin-right: 4%;
    }

    .content__16__box__content__right {
        width: 48%;
    }

    .content__16__box__title3 {
        font-size: 2.6vw;
    }
}

@media screen and (max-width:768px) {
    .content__16 {
        padding-bottom: 10px;
    }

    .content__16__box {
        width: 90%;
    }

    .content__16__box__content {
        display: block;
    }

    .content__16__box__content__left {
        width: 100%;
    }

    .content__16__box__content__right {
        width: 100%;
    }

    .content__16__box__title2__left__text {
        font-size: 22px;
    }
}


/*  */
.footer {
    padding: 60px 0;
    background: #444444;
    color: #fff;
}

.footer__box {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

.footer__left {
    width: 350px;
    padding-right: 70px;
    border-right: 1px solid #555;
}

.footer__right {
    display: flex;
    width: 650px;
    padding-left: 60px;
}

.footer__logo__description {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.footer__right__left {
    width: 340px;
    font-size: 13px;
    line-height: 2;
    margin: auto 0;
}

.footer__right__right {
    width: 310px;
    font-size: 13px;
    margin: auto 0;
}

.footer__right__right__sns {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin: auto 0 20px auto;
}

.footer__right__right__sns__link {
    display: block;
    width: 46px;
}

.copyright {
    text-align: right;
}

@media (min-width:769px) and (max-width:1080px) {
    .footer__box {
        display: block;
        width: 94%;
    }
}

@media screen and (max-width:768px) {
    .footer__box {
        display: block;
        width: 100%;
    }

    .footer__left {
        width: 70%;
        padding: 0;
        margin: 0 auto 30px;
        border: none;
    }

    .footer__right {
        display: block;
        width: 100%;
        padding: 0;
    }

    .footer__right__left {
        width: 90%;
        margin: 0 auto 30px;
        text-align: center;
    }

    .footer__right__right {
        margin: auto;
    }

    .footer__right__right__sns {
        text-align: center;
        margin: 0 auto 50px;
    }

    .copyright {
        text-align: center;
    }
}




/*  */


.sp-show {
    display: none;
}

@media (max-width:768px) {
    .sp-show {
        display: block;
    }

    .pc-show {
        display: none;
    }
}

.sp-show-flex {
    display: none;
}

.pc-show-flex {
    display: flex;
}

@media (max-width:768px) {
    .sp-show-flex {
        display: flex;
    }

    .pc-show-flex {
        display: none;
    }
}

.sp-show-strong {
    display: none !important;
}

@media (max-width:768px) {
    .sp-show-strong {
        display: block !important;
    }

    .pc-show-strong {
        display: none !important;
    }
}


.sp-show-flex-strong {
    display: none !important;
}

@media (max-width:768px) {
    .sp-show-flex-strong {
        display: block !important;
    }

    .pc-show-flex-strong {
        display: none !important;
    }
}

.sp-tab-show {
    display: none;
}

@media (max-width:1080px) {
    .sp-tab-show {
        display: block;
    }

    .pc-tab-show {
        display: none;
    }
}

.btn-ocher__freeIcon {
    background: #fff;
    margin-right: 5px;
    color: orange;
    padding: 4px;
    font-size: 13px;
}

.btn-ocher__freeIcon__red {
    background: rgb(211, 85, 85);
    margin-right: 5px;
    color: #fff;
    padding: 4px;
    font-size: 13px;
}