body {
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #FFF;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 92px;
    align-items: center;
    width: 100%;
    z-index: 99999;
    position: fixed;
    transition: 0.3s;
}

header.header.back {
    background-color: rgba(130, 125, 178, 1);
}

.header_logo {
    width: 100%;
    max-width: 150px;
}

.header_list {
    display: flex;
    width: 462px;
    padding: 0 30px;
    justify-content: space-between;
    background-color: #FFF;
    border-radius: 25px;
    margin-left: 75px;
}

.header_list_item_content {
    font-size: 16px;
    color: rgba(137, 146, 211, 1);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 3;
    font-family: "Zen Kaku Gothic", sans-serif;
}

.header_mail {
    padding-left: 25px;
    background-image: url(../img/mail_logo.png);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: 0 50%;
    transform: translateY(-50%);
}

.header_contact {
    background-color: rgba(137, 146, 211, 1);
    border-radius: 25px;
    padding: 0 26px 0 52px;
    background-image: url(../img/call_logo.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 25px 50%;
    text-align: center;
    height: 50px;
}

.header_contact_number {
    font-size: 25px;
    color: #FFF;
    font-weight: 600;
    line-height: 1.0;
}

.header_contact_time {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}

.sp_fixedContact {
    display: none;
    z-index: 999;
}

.sp_header_humburger_back {
    display: none;
}

.sp_header_humburger_nav {
    display: none;
}

@media screen and (max-width:767px) {
    body {
        position: relative;
    }
    .header {
        position: fixed;
    }
    .sp_fixedContact {
        display: flex;
        position: fixed;
        width: 100%;
        z-index: 999;
        bottom: 0;
        left: 0;
    }
    .sp_fixedContact_content {
        color: #FFF;
        width: 50%;
        height: 50px;
        padding: 4.5px 0;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
    }
    .sp_fixed_line {
        background-color: #03C100;
        background-image: url(../img/line_white.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 10% 50%;
    }
    .sp_fixed_call {
        background-color: #827DB2;
        background-image: url(../img/call_white.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 10% 50%;
    }
    .header_list {
        display: none;
    }
    .header_contact {
        display: none;
    }
    /* ハンバーガーメニュー見た目 */
    .sp_header_humburger_back {
        background-color: #FFFAF5;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        z-index: 11;
    }
    .sp_header_humburger {
        display: block;
        width: 35px;
        height: 35px;
        position: relative;
        z-index: 1;
        margin: 16px auto 0;
    }
    .sp_header_humburger span {
        width: 100%;
        height: 2px;
        background-color: #8992D3;
        display: block;
        position: absolute;
        transition: 0.3s ease;
    }
    .sp_header_humburger span:nth-child(2) {
        top: 12px;
    }
    .sp_header_humburger span:nth-child(3) {
        top: 24px;
    }
    .active_hum {
        transition: .3s;
    }
    /* ばつ */
    .active_hum span {
        transform: rotate(45deg);
        top: 14px;
    }
    .active_hum span:nth-child(2) {
        transform: rotate(-45deg);
        top: 14px;
    }
    .active_hum span:nth-child(3) {
        transform: rotate(-45deg);
        top: 14px;
    }
    /* nav中身 */
    .sp_header_humburger_nav {
        display: block;
        height: 0;
        overflow: hidden;
        transition: height 0.5s ease;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: rgba(137, 146, 211, 0.9);
        z-index: 10;
    }
    .open {
        height: 100vh;
    }
    .sp_header_humburger_nav_content {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 100px 0;
    }
    .sp_header_humburger_nav_content_list {
        text-align: center;
    }
    .sp_header_humburger_nav_content_list_item+.sp_header_humburger_nav_content_list_item {
        margin-top: 10px;
    }
    .sp_header_humburger_nav_content_list_item_inner {
        font-size: 25px;
        color: #FFF;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 3;
        /* font-family: "Zen Kaku Gothic", sans-serif; */
    }
    .sp_mail_logo {
        padding-left: 35px;
        background-image: url(../img/mail_white_2.png);
        background-repeat: no-repeat;
        background-size: 28px 24px;
        background-position: 0 57%;
    }
}

.top_mv {
    background-image: url(../img/mv.png);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.container.privacy {
    padding: 60px 20px;
}

.top_mv_container {
    padding: 40px 0;
}

.top_mv_content {
    width: 100%;
    max-width: 610px;
    margin: 273px auto 0;
}

.top_mv_content_title {
    background-color: rgb(255, 255, 255, 0.9);
    border-radius: 10px;
    position: relative;
}

.top_mv_content_title::after {
    content: "";
    position: absolute;
    background-image: url(../img/mv_plan.png);
    background-size: 164px 125px;
    width: 164px;
    height: 125px;
    top: -21px;
    right: -36px;
}

.top_mv_content_guid {
    display: flex;
    margin-top: 10px;
}

.top_mv_content_guid_number {
    display: block;
    width: calc(50% - 5px);
    background-color: #fff;
    border-radius: 10px;
    height: 97px;
    padding: 18.5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-left: 7px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.top_mv_content_guid_number:nth-last-child(2n) {
    margin-left: 0;
}

.top_mv_content_guid_number span {
    font-size: 20px;
    font-weight: 900;
}

.group {
    color: #8992D3;
    background-image: url(../img/group.png);
    background-size: 50px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50px;
}

.person {
    color: #FFA947;
    background-image: url(../img/person.png);
    background-size: 21px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50px;
}

.top_mv_content_text {
    margin-top: 10px;
    display: flex;
}

.top_mv_content_text_inner {
    color: #FFF;
    width: calc(50% - 5px);
    border-radius: 10px;
    height: 97px;
    padding: 10.5px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    cursor: pointer;
}

.top_mv_content_text_inner span {
    font-size: 20px;
    font-weight: 900;
}

.top_mv_mail {
    background-color: #FFA947;
    background-image: url(../img/mail_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 58px;
}

.top_mv_line {
    background-color: #03C100;
    background-image: url(../img/line_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 58px;
}

.top_mv_content_contact_call {
    display: block;
    color: #FFF;
    width: 100%;
    border-radius: 10px;
    height: 97px;
    padding: 26px 0;
    margin-top: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.08;
    cursor: pointer;
    background-color: #8992D3;
}

.top_mv_content_contact_call_imformation {
    text-align: center;
    padding-left: 37px;
    background-image: url(../img/call_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 205px 50%;
}

.top_mv_content_contact_call_imformation_title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.top_mv_content_contact_call_imformation_title span {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.top_mv_content_contact_call_imformation_time {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
    font-weight: 700;
}

.sp_top_mv_content_title {
    display: none;
}

@media screen and (max-width:767px) {
    .top_mv {
        background-position: center;
    }
    .top_mv_content {
        width: 80%;
        margin: 100px auto 0;
    }
    .top_mv_content_title {
        display: none;
    }
    .sp_top_mv_content_title {
        display: block;
        width: 100%;
        padding: 10px 20px;
        background-color: rgb(255, 255, 255, 0.9);
        border-radius: 10px;
        position: relative;
    }
    .sp_top_mv_content_title img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .sp_top_mv_content_title::after {
        content: "";
        position: absolute;
        background-image: url(../img/mv_plan.png);
        background-size: 117px 90px;
        width: 117px;
        height: 90px;
        top: -34px;
        right: -36px;
    }
    .top_mv_content_guid {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 10px auto 0;
    }
    .top_mv_content_guid_number {
        display: block;
        width: 100%;
        height: 80px;
        padding: 13px 0;
        font-size: 11px;
        margin: 0px;
    }
    .top_mv_content_guid_number+.top_mv_content_guid_number {
        margin-top: 10px;
    }
    .top_mv_content_guid_number span {
        font-size: 14px;
        font-weight: 900;
    }
    .group {
        background-position: 50% 35px;
    }
    .person {
        background-position: 50% 35px;
    }
    .top_mv_content_text {
        display: none;
    }
    .top_mv_line {
        background-color: #03C100;
        background-image: url(../img/line_white.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 50% 58px;
    }
    .top_mv_content_contact_call {
        display: none;
    }
}

.top_overview_container {
    padding: 50px 0;
}

.top_overview_title {
    width: 100%;
}

.top_overview_text {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2;
}

.sp_top_overview_title {
    display: none;
}

.sp_br {
    display: none;
}

@media screen and (max-width:767px) {
    .top_overview_container {
        padding: 30px 0;
    }
    .top_overview_title {
        display: none;
    }
    .sp_top_overview_title {
        display: block;
        width: 100%
    }
    .top_overview_text {
        margin-top: 30px;
        font-size: 12px;
        line-height: 1.5;
        padding: 0 15px;
    }
    .sp_br {
        display: block;
    }
}

.top_travel_plan {
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}

.plan_group {
    background-color: #F6F8FF;
}

.plan_container {
    padding: 52px 0 60px 0;
    position: relative;
    z-index: 1;
}

.plan_container::before {
    width: 100vw;
    height: 85.625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/top_travel_plan_content_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.plan_person .plan_container::before {
    background-image: url(../img/top_travel_plan_content_back2.png);
}

@media screen and (max-width: 1080px) {
    .plan_container::before {
        width: 1080px;
        height: 924px;
    }
}

@media screen and (max-width: 767px) {
    .plan_container::before {
        display: none;
    }
}

.top_travel_plan_title {
    display: table;
    margin: 0 auto;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.41px;
    text-align: center;
    padding-bottom: 45px;
    position: relative;
}

.plan_group_title {
    background-image: url(../img/group.png);
    background-repeat: no-repeat;
    background-size: 65px 40px;
    background-position: 50% 45px;
}

.top_travel_plan_title span {
    font-size: 36px;
    font-weight: 700;
}

.top_travel_plan_title::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 108px;
    height: 1px;
    top: 50%;
    left: -120px;
}

.top_travel_plan_title::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 108px;
    height: 1px;
    top: 50%;
    right: -120px;
}

.top_travel_plan_content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.top_travel_plan_content_list {
    width: calc(50% - 15px);
    margin-left: 30px;
    position: relative;
    border-radius: 10px;
}

.top_travel_plan_content_list:nth-child(2n + 1) {
    margin-left: 0;
}

.top_travel_plan_content_list:nth-child(n + 3) {
    margin-top: 30px;
}

.top_travel_plan_content_list_img {
    width: 100%;
}

.top_travel_plan_content_list_title {
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    line-height: 2.5;
    letter-spacing: 1px;
    padding: 0 24px;
    border: solid 2px #FFF;
    border-radius: 10px;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
}

.top_travel_plan_content_text {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
}

.top_travel_plan_more {
    display: table;
    margin: 50px auto 0;
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    line-height: 3;
    letter-spacing: .06em;
    padding: 0 82px 0 40px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    background-image: url(../img/plan_plane.png);
    background-repeat: no-repeat;
    background-size: 27px 22px;
    background-position: 87% 55%;
}

.more_group {
    background-color: #8992D3;
}

@media screen and (max-width:767px) {
    .plan_container {
        padding: 22px 0 30px 0;
    }
    .top_travel_plan_title {
        font-size: 17px;
        letter-spacing: 1.21px;
        padding-bottom: 35px;
    }
    .plan_group_title {
        background-size: 48px 30px;
        background-position: 50% 35px;
    }
    .top_travel_plan_title span {
        font-size: 25px;
    }
    .top_travel_plan_title::before {
        width: 70px;
        left: -90px;
    }
    .top_travel_plan_title::after {
        width: 70px;
        right: -90px;
    }
    .top_travel_plan_content {
        display: block;
        padding: 10px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin: 25px auto 0;
    }
    .top_travel_plan_content_list {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .top_travel_plan_content_list:nth-child(2n + 1) {
        margin: 0 auto;
    }
    .top_travel_plan_content_list:nth-child(n + 3) {
        margin: 0 auto;
    }
    .top_travel_plan_content_list+.top_travel_plan_content_list {
        margin-top: 20px;
    }
    .top_travel_plan_content_list_img {
        width: 100%;
    }
    .top_travel_plan_content_list_title {
        font-size: 13px;
        padding: 0 18px;
        top: 30%;
    }
    .top_travel_plan_content_text {
        font-size: 11px;
        line-height: 1.5;
        padding: 10px 0;
    }
    .top_travel_plan_more {
        margin: 25px auto 0;
        font-size: 17px;
        line-height: 2.5;
        padding: 0 61px 0 30px;
        background-size: 18px 15px;
        background-position: 86% 55%;
    }
}

.resolve_contaier {
    padding: 50px 0;
}

.top_travel_resolve_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
}

.resolve_group_title {
    color: #8992D3;
}

.top_travel_resolve_content {
    display: flex;
    margin-top: 40px;
}

.top_travel_resolve_content_list {
    width: calc(33.33333% - 11px);
    margin-left: 16px;
    padding: 10px 0;
}

.top_travel_resolve_content_list:nth-child(3n + 1) {
    margin-left: 0;
}

.top_travel_resolve_content_list_title {
    display: table;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.top_travel_resolve_content_list_title::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.resolve_group_list_title::after {
    background-color: #8992D3;
}

.top_travel_resolve_content_list_text {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
}

@media screen and (max-width:767px) {
    .resolve_contaier {
        padding: 25px 0;
    }
    .top_travel_resolve_title {
        font-size: 17px;
    }
    .top_travel_resolve_content {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
    }
    .top_travel_resolve_content_list {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .top_travel_resolve_content_list+.top_travel_resolve_content_list {
        margin-top: 15px;
    }
    .top_travel_resolve_content_list_title {
        font-size: 14px;
        line-height: 1.24;
    }
    .top_travel_resolve_content_list_text {
        margin-top: 10px;
        font-size: 12px;
    }
}

.group_top_reason {
    background-color: #F6F7FF;
}

.top_reason_container {
    padding: 80px 0;
}

.top_reason_title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

.top_reason_group_title span {
    color: #8992D3;
}

.top_reason_content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.top_reason_content_list {
    width: calc(50% - 15px);
    margin-left: 30px;
}

.top_reason_content_list:nth-child(2n + 1) {
    margin-left: 0;
}

.top_reason_content_list:nth-child(n + 3) {
    margin-top: 30px;
}

.top_reason_list_detail {
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 17px 0;
}

.top_reason_list_detail_index {
    font-size: 24px;
    color: #FFF;
    font-weight: 900;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 0 auto;
}

.top_reason_list_group_index {
    background-color: #8992D3;
}

.top_reason_list_detail_title {
    margin-top: 25px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
}

.top_reason_list_detail_text {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
}

.sp_top_reason_content {
    display: none;
}

@media screen and (max-width:767px) {
    .top_reason_container {
        padding: 50px 0;
    }
    .top_reason_title {
        font-size: 17px;
    }
    .top_reason_content {
        display: none;
    }
    .sp_top_reason_content {
        display: block;
        padding: 0 10px;
        width: 100%;
        max-width: 400px;
        margin: 10px auto 0;
    }
    .top_reason_content_list {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .top_reason_content_list:nth-child(2n + 1) {
        margin-left: 0;
    }
    .top_reason_content_list:nth-child(n + 3) {
        margin-top: 0;
    }
    /* .top_reason_content_list + .top_reason_content_list{
        margin-top: 15px;
    } */
    .sp_top_reason_content_list_direction {
        display: flex;
        flex-direction: column-reverse;
    }
    .top_reason_list_detail {
        padding: 13px 0;
    }
    .top_reason_list_detail_index {
        font-size: 17px;
        width: 30px;
        height: 30px;
    }
    .top_reason_list_detail_title {
        margin-top: 10px;
        font-size: 19px;
    }
    .top_reason_list_detail_text {
        margin-top: 10px;
        font-size: 15px;
    }
}

.contact_group {
    background-color: #8992D3;
}

body .container.top_contact_container {
    padding: 50px 0 80px 0;
}

.top_contact_title {
    font-size: 24px;
    color: #FFF;
    font-weight: 900;
    line-height: 1.41;
    letter-spacing: 1px;
    text-align: center;
}

.top_contact_list {
    display: flex;
    margin-top: 30px;
}

.top_contact_list_item {
    width: calc(50% - 5px);
    margin-left: 10px;
}

.top_contact_list_item:nth-child(2n + 1) {
    margin-left: 0;
}

.top_contact_list_item_content {
    display: block;
    border-radius: 10px;
    height: 97px;
    padding: 10.5px 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    line-height: 1;
    cursor: pointer;
}

.top_contact_list_item_content span {
    font-size: 24px;
    font-weight: 900;
}

.top_contact_mail {
    background-color: #FFA947;
    background-image: url(../img/mail_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 58px;
}

.top_contact_line {
    background-color: #03C100;
    background-image: url(../img/line_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 58px;
}

.top_contact_tel {
    background-color: rgba(137, 146, 211, 1);
    background-image: url(../img/call_logo.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 58px;
}

@media screen and (max-width:767px) {
    body .container.top_contact_container {
        padding: 25px 0 40px 0;
    }
    .top_contact_title {
        font-size: 20px;
    }
    .top_contact_list {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 15px auto 0;
        padding: 0 10px;
    }
    .top_contact_list_item {
        width: 100%;
        margin-left: 0px;
    }
    .top_contact_list_item+.top_contact_list_item {
        margin-top: 10px;
    }
    .top_contact_list_item:nth-child(2n + 1) {
        margin-left: 0;
    }
    .top_contact_mail {
        background-color: #FFA947;
        background-image: url(../img/mail_white.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 50% 58px;
    }
    .top_contact_line {
        background-color: #03C100;
        background-image: url(../img/line_white.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 50% 58px;
    }
}

.plan_person {
    background-color: #FFFAF5;
    position: relative
}

.plan_person::before {
    content: "";
    position: absolute;
    background-color: #FFFAF5;
    width: 100%;
    height: 30px;
    border-radius: 10px 10px 0 0;
    top: -30px;
    left: 0;
}

.plan_person_title {
    background-image: url(../img/person.png);
    background-repeat: no-repeat;
    background-size: 28px 40px;
    background-position: 50% 45px;
}

.more_person {
    background-color: #FFA947;
}

@media screen and (max-width:767px) {
    .plan_person {
        background-color: #FFFAF5;
        position: relative
    }
    .plan_person::before {
        content: "";
        position: absolute;
        background-color: #FFFAF5;
        width: 100%;
        height: 15px;
        border-radius: 10px 10px 0 0;
        top: -15px;
        left: 0;
    }
    .plan_person_title {
        background-image: url(../img/person.png);
        background-repeat: no-repeat;
        background-size: 28px 40px;
        background-position: 50% 45px;
    }
    .more_person {
        background-color: #FFA947;
    }
}

.resolve_person_title {
    color: #FFA947;
}

.resolve_person_list_title::after {
    background-color: #FFA947;
}

.resolve_person_list_text_margin {
    margin-top: 15px;
}

.person_top_reason {
    background-color: #FFFAF5;
}

.top_reason_person_title span {
    color: #FFA947;
}

.top_reason_list_person_index {
    background-color: #FFA947;
}

.contact_person {
    background-color: #FFA947;
}

.top_contact_mail_person {
    background-color: #FFF;
    color: #FFA947;
    background-image: url(../img/mail_orange.png);
}

.top_news_container {
    padding: 50px 0;
}

.top_news_title {
    display: table;
    margin: 0 auto;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.41px;
    text-align: center;
    position: relative;
}

.top_news_title::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 125px;
    height: 1px;
    top: 50%;
    left: -150px;
}

.top_news_title::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 125px;
    height: 1px;
    top: 50%;
    right: -150px;
}

.top_news_list {
    width: 100%;
    max-width: 96%;
    margin: 50px auto 0;
    position: relative;
}

.top_news_list::before {
    content: "";
    position: absolute;
    background-image: url(../img/dashed_purple.png);
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
}

.top_news_list_item {
    position: relative;
}

.top_news_list_item::after {
    content: "";
    position: absolute;
    background-image: url(../img/dashed_purple.png);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}

.top_news_list_item_content {
    display: flex;
    align-items: center;
    height: 60px;
    /* line-height: 4.65; */
    padding: 0 20px;
}

.top_news_list_item_content_date {
    font-size: 14px;
    color: #8992D3;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
    min-width: 66px;
}

.top_news_list_item_content_date_title {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
}

.top_news_detail {
    display: table;
    margin: 50px auto 0;
    background-color: #8992D3;
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    line-height: 3;
    letter-spacing: .06em;
    padding: 0 133px 0 90px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    background-image: url(../img/plan_plane.png);
    background-repeat: no-repeat;
    background-size: 27px 22px;
    background-position: 72% 55%;
}

@media screen and (max-width:767px) {
    .top_news_container {
        padding: 25px 10px;
    }
    .top_news_title {
        font-size: 25px;
    }
    .top_news_title::before {
        width: 70px;
        left: -90px;
    }
    .top_news_title::after {
        width: 70px;
        right: -90px;
    }
    .top_news_list {
        width: 100%;
        max-width: 96%;
        margin: 30px auto 0;
    }
    .top_news_list_item_content {
        display: flex;
        align-items: center;
        height: 60px;
        /* line-height: 4.65; */
        padding: 0 20px;
    }
    .top_news_list_item_content_date {
        font-size: 14px;
        color: #8992D3;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .05em;
    }
    .top_news_list_item_content_date_title {
        margin-left: 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .05em;
    }
    .top_news_detail {
        margin: 25px auto 0;
        font-size: 17px;
        line-height: 2.5;
        padding: 0 61px 0 30px;
        background-size: 18px 15px;
        background-position: 86% 55%;
    }
}

.footer_map {
    background-color: #F6F7FF;
}

.footer_map_container.container {
    padding: 50px 0;
}

.footer_map_content {
    display: flex;
    align-items: center;
    width: 97%;
    margin: 0 auto;
}

.footer_map_content_right {
    margin-left: 67px;
}

.footer_map_content_right_title {
    font-size: 20px;
    color: #8992D3;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}

.footer_map_content_right_info {
    margin-top: 30px;
    padding-left: 48px;
    background-image: url(../img/pin_purple.png);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.footer_map_content_right_info_address {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}

.sp_footer_map_content {
    display: none;
}

@media screen and (max-width:767px) {
    .footer_map_container.container {
        padding: 30px 10px;
    }
    .footer_map_content_right_title {
        font-size: 14px;
        text-align: center;
    }
    .pc_br {
        display: none;
    }
    .footer_map_content_img {
        width: 100%;
        max-width: 400px;
        margin: 15px auto 0;
    }
    .sp_footer_map_content {
        display: block;
        align-items: center;
        width: 97%;
        margin: 0 auto;
    }
    .footer_map_content {
        display: none;
    }
    .footer_map_content_right {
        margin-left: 67px;
    }
    .footer_map_content_right_info {
        padding-left: 30px;
        background-image: url(../img/pin_purple.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 0 50%;
        width: 100%;
        max-width: 400px;
        margin: 15px auto 0;
    }
    .footer_map_content_right_info_address {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 1px;
    }
}

.footer_info {
    background-color: #827DB2;
    height: 201px;
    padding: 12px 0;
}

.footer_info_content {
    display: flex;
    max-width: 890px;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.footer_info_content_logo {
    width: 148px;
}

.footer_info_content_nav {
    display: flex;
}

.footer_info_content_nav_item {
    margin: 0 30px;
    position: relative;
}

.footer_info_content_nav_item::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 15px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}

.footer_info_content_nav_item:last-child {
    margin: 0 0 0 30px;
}

.footer_info_content_nav_item:last-child::after {
    content: none;
}

.footer_info_content_nav_item_content {
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0px;
}

.footer_info_nav_mail {
    padding-left: 30px;
    background-image: url(../img/mail_white_2.png);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: 0 65%;
}

.footer_info_content_sns {
    margin-top: 13px;
    display: flex;
    justify-content: center;
}

.footer_info_content_sns_item_content {
    display: block;
    width: 26px;
}

.sns_nav_x {
    width: 24px;
    height: 26px;
}

.footer_info_content_sns_item+.footer_info_content_sns_item {
    margin-left: 14px;
}

.footer_info_content_copyright {
    text-align: center;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1px;
}

@media screen and (max-width:767px) {
    .footer_info {
        height: 100%;
        padding: 12px 0 55px 0;
    }
    .footer_info_content {
        display: block;
        width: 100%;
        max-width: 400%;
        padding: 0 10px;
        margin: 0 auto;
        align-items: center;
    }
    .footer_info_content_logo {
        width: 148px;
        display: table;
        margin: 0 auto;
    }
    .footer_info_content_nav {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 10px auto 0;
    }
    .footer_info_content_nav_item {
        margin: 0;
        position: relative;
    }
    .footer_info_content_nav_item+.footer_info_content_nav_item {
        margin-top: 10px;
    }
    .footer_info_content_nav_item::after {
        display: none;
    }
    .footer_info_content_nav_item:last-child {
        margin-top: 10px;
        margin-left: 0;
    }
    .footer_info_content_nav_item_content {
        font-size: 16px;
        display: table;
        margin: 0 auto;
    }
    .footer_info_content_sns {
        margin-top: 30px;
    }
    .footer_info_content_copyright {
        margin-top: 20px;
        font-size: 13px;
    }
}

.company_box {
    max-width: 900px;
    padding: 60px 20px;
    margin: 0 auto;
}

.company_box .top_overview_text {
    margin: 0;
}