@charset 'UTF-8';

.common_inner_960 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.subhead {
    position: relative;
    background-image: url(../img/common/subhead_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    margin: 80px 0 0 0;
}

.subhead_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #006532;
}

h2.subhead_font {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

span.subhead_font_jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.policy_ttl {
    position: relative;
    text-align: center;
    margin: 100px 0;
}

.policy_ttl h2 {
    font-size: 34px;
    font-weight: 600;
    color: #333;
    text-align: center;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.policy_ttl_img_l,
.policy_ttl_img_r {
    position: absolute;
    max-width: 47px;
    bottom: 0;
}

.policy_ttl_img_l {
    left: -60px;
}

.policy_ttl h2 span {
    color: #e9af00;
    font-size: 64px;
}

.policy_ttl_img_l,
.policy_ttl_img_r {
    position: absolute;
    max-width: 47px;
    bottom: 0;
}

.policy_ttl_img_r {
    right: -60px;
}

.policy_ttl h2 span {
    color: #e9af00;
    font-size: 64px;
}

.policy_ttl h2 span span {
    font-size: 34px;
}

.policy_point_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #006233;
    margin: 0 0 50px 0;
}

.policy_point_box::before {
    content: "";
    position: absolute;
    background-color: #006233;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.policy_point_box::after {
    content: "";
    position: absolute;
    background-color: #006233;
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.policy_point_inbox {
    width: 50%;
    padding: 50px 20px;
    text-align: center;
    display: block;
}



.point_heading {
    text-align: center;
    color: #006233;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.point_text {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
}

.category_heading {
    position: relative;
    color: #046a38;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 60px auto 50px auto;
}

p.category_heading_font {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 0.9;
    display: inline-block;
    position: relative;
}

span.category_font_en {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.24em;
}

.accordion-container {
    width: 100%;
    margin: 0 0 30px 0;
}

.accordion-list:not(:first-child) {
    margin-top: 10px;
}

.accordion-title {
    color: #006233;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 25px 0;
    position: relative;
    border-bottom: 2px solid #d6d6d6;
    font-feature-settings: "palt";
}

.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 23px;
    background: #006233;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 23px;
    background: #006233;
    transition: all .3s ease-in-out;
}

.accordion-title.open:before {
    transform: rotate(180deg);
}

.accordion-title.open:after {
    opacity: 0;
}

.accordion-text {
    display: none;
    margin: 20px 0 0 0;
    padding: 20px;
    background-color: #fafffc;
    font-feature-settings: "palt";
}

.accordion-text-strong {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.accordion-text-font {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

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

.accordion_img_inbox {
    width: 48%;
    max-width: 440px;
}

.color_red {
    color: #ff0000;
}

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



.voice {
    background-color: #fafffc;
    padding: 0 0 100px 0;
}

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

.voice_inbox {
    width: 32%;
    background-color: #fff;
    border-top-left-radius: 30px;
    margin: 0 0 20px 0;
    box-shadow: 5px 5px 5px 0 rgb(0, 0, 0, 0.2);
    min-height: 180px;
}

.voice_inbox:nth-child(4),
.voice_inbox:nth-child(5),
.voice_inbox:nth-child(6) {
    margin: 0;
}

.voice_name_wrap {
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin: 25px 0 10px 0;
    background-color: #006233;
    padding: 10px 0 10px 10px;
    width: 80%;
}

p.voice_category_name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

p.voice_name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 0 10px;
}

.voice_text {
    margin: 0 0 25px 0;
}

.voice_font {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
    padding: 0 10px;
}

.br_900 {
    display: none;
}

.br_600 {
    display: none;
}

.br_500 {
    display: none;
}

.policy_slider {
    max-width: 350px;
}

.detail_btn {
    position: relative;
    margin: 0;
    width: auto;
    margin: 30px 0 0 0;
    display: inline-block;
}

.detail_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    color: #00572e;
    border: 2px solid #00572e;
    padding: 0 30px;
    transition: 0.3s;
}

.detail_btn::after {
    position: absolute;
    content: "";
    background-color: #00572e;
    height: 1px;
    width: 40px;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.3s;

}

.detail_btn:hover::after {
    right: -30px;
    transition: 0.3s;
}

.detail_btn a:hover {
    background: #046432;
    transition: 0.3s;
    color: #fff;
}

.accordion_title_inner{
    padding: 0 60px 0 0;
}


@media screen and (max-width: 1650px) {
    .policy_ttl h2 {
        font-size: 30px;
    }

    .policy_ttl_img_l,
    .policy_ttl_img_r {
        max-width: 40px;
    }

    .policy_ttl h2 span {
        font-size: 55px;
    }

    .policy_ttl_img_l,
    .policy_ttl_img_r {
        max-width: 40px;
    }

    .policy_ttl h2 span {
        font-size: 55px;
    }

    .policy_ttl h2 span span {
        font-size: 30px;
    }

    p.category_heading_font {
        font-size: 28px;
    }

    span.category_font_en {
        font-size: 14px;
    }

    .point_heading {
        font-size: 24px;
    }

    .point_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .subhead {
        margin: 60px 0 0 0;
    }

    .policy_ttl h2 {
        font-size: 26px;
    }

    p.category_heading_font {
        font-size: 24px;
    }

    span.category_font_en {
        font-size: 12px;
    }

    .point_heading {
        font-size: 24px;
    }

    .policy_ttl {
        margin: 80px 0;
    }

    .accordion-title {
        font-size: 20px;
    }

    .accordion-text-strong {
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) {

    .br_900 {
        display: block;
    }

    .voice_inbox {
        width: 48%;
        min-height: 196px;
    }

    .voice_inbox:nth-child(4) {
        margin: 0 0 20px 0;
    }

    .voice_inbox:nth-child(5),
    .voice_inbox:nth-child(6) {
        margin: 0 0 0 0;
    }

}

@media screen and (max-width: 768px) {
    .category_heading {
        margin: 60px auto 40px;
    }

    .policy_point_inbox {
        width: 100%;
        border-bottom: 1px solid #006233;
    }

    .policy_point_inbox:last-child {
        border-bottom: 0px solid #006233;
    }

    .policy_point_box::before {
        display: none;
    }

    .policy_point_box::after {
        display: none;
    }

    .br_900 {
        display: none;
    }

    .accordion_img_inbox {
        width: 100%;
        margin: 0 0 10px 0;
        max-width: none;
    }

    .accordion_img_inbox:last-child {
        margin: 0;
    }

    h2.subhead_font {
        font-size: 30px;
    }


}


@media screen and (max-width: 650px) {
    .policy_ttl h2 {
        font-size: 18px;
    }

    .policy_ttl_img_l,
    .policy_ttl_img_r {
        max-width: 25px;
    }

    .policy_ttl_img_l {
        left: -40px;
    }

    .policy_ttl h2 span {
        font-size: 28px;
    }

    .policy_ttl_img_l,
    .policy_ttl_img_r {
        max-width: 25px;
    }

    .policy_ttl_img_r {
        right: -40px;
    }

    .policy_ttl {
        margin: 40px 0;
    }

    .policy_point_inbox {
        padding: 25px 20px;
    }

    .point_heading {
        font-size: 18px;
    }

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

@media screen and (max-width: 600px) {
    .br_600 {
        display: block;
    }

    .voice_inbox {
        width: 100%;
        min-height: auto;
    }

    .voice_inbox:nth-child(5) {
        margin: 0 0 20px 0;
    }

    .voice_inbox:nth-child(6) {
        margin: 0 0 0 0;
    }

    .accordion-title {
        line-height: 1.3;
    }

}

@media screen and (max-width: 500px) {
    .br_500 {
        display: block;
    }

    h2.subhead_font {
        font-size: 27px;
    }
}


@media screen and (max-width: 430px) {
    .br_900 {
        display: block;
    }
}