body {
    color: #333;
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    margin: 0;
    border-left: none;
}

header {
    border-bottom: 0;
}

.sp_only {
    display: none !important;
}

@media screen and (min-width: 769px) {
    .pc_only {
        display: block !important;
    }
}

/* PC only END */

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }
}

/* SP only END */
section.tier {
    width: 100%;
    padding: 84px 0;
}

section.tier.about-gplus {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    section.tier {
        /*padding: 36px 0 64px;*/
        padding: 40px 0;
    }

    section.tier.tier_project {
        padding: 80px 0;
    }

    section.tier.about-gplus {
        padding-bottom: 40px;
    }

    section.tier.tier_information {
        padding-bottom: 120px;
    }
}

/* SP only END */
.bgBlue {
    background-color: #F5F7FA;
}

section.tier .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* @media screen and (max-width: 767px) {
    section.tier .container {
        width: 92%;
    }
} */

/* SP only END */
/* h4スタイル */
h4.section_title {
    text-align: center;
}

.section_title span:first-child {
    font-size: 4.0rem;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid black;
}

h4.section_title span:last-of-type {
    font-weight: normal;
}

@media screen and (max-width: 559px) {
    /* .section_title span:first-child {
        font-size: 2.5rem;
    } */
    h4.section_title span:last-of-type {
        font-size: 14px;
    }
}

/* SP only END */
/*h4.section_title:after {*/
/*    display: block;*/
/*    content: "";*/
/*    border: solid 2px #588CB9;*/
/*    width: 7%;*/
/*    margin: 12px auto 0 auto;*/
/*}*/

/* h4スタイル */

/* ACTION エリア */
section.t_action_section {
    padding: 84px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px) {
    section.t_action_section {
        padding: 64px 0 36px 0;
    }
}

/* SP only END */
.t_action_content {
    display: flex;
    margin: 64px 0 0 0;
}

@media screen and (max-width: 767px) {
    .t_action_content {
        display: block;
        margin: 32px 0;
    }
}

/* SP only END */
.t_action_content .card {
    margin: 0 20px 0 0;
    flex: 1;
}

@media screen and (max-width: 767px) {
    .t_action_content .card {
        margin: 0 0 20px 0;
    }
}

/* SP only END */
.t_action_content .card .card_head_inner {
    display: block;
    position: relative;
    padding-top: 120%;
    overflow: hidden;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .t_action_content .card .card_head_inner {
        padding-top: 60%;
    }
}

/* SP only END */
@media screen and (max-width: 767px) {
    .t_action_content .card .card_head {
        padding-top: 30%;
    }
}

/* SP only END */
.t_action_content .card:last-of-type {
    margin: 0;
}

.t_action_content .card .card_head_inner:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.t_action_content .card:first-of-type .card_head .card_head_inner:after {
    background: url(/wp-content/themes/yoshida/img/toppage/action/action_img01.png) no-repeat center center;
    background-size: cover;
}

.t_action_content .card:nth-of-type(2) .card_head .card_head_inner:after {
    background: url(/wp-content/themes/yoshida/img/toppage/action/action_img02.png) no-repeat center center;
    background-size: cover;
}

.t_action_content .card:nth-of-type(3) .card_head .card_head_inner:after {
    background: url(/wp-content/themes/yoshida/img/toppage/action/action_img03.png) no-repeat center center;
    background-size: cover;
}

.t_action_content .card:nth-of-type(4) .card_head .card_head_inner:after {
    background: url(/wp-content/themes/yoshida/img/toppage/action/action_img04.png) no-repeat center center;
    background-size: cover;
}

.t_action_content .card .card_head .card_head_inner:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.t_action_content .card .card_head .card_head_inner .card_banner {
    position: absolute;
    top: 0;
    z-index: 1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.68);
}

.t_action_content .card .card_head .card_head_inner .card_banner .card_head_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 2.0rem;
}

.t_action_content .card .card_head .card_head_inner .card_banner .card_head_title span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.t_action_content .card .card_body {
    text-align: center;
}

.t_action_content .card .card_body .card_body_title {
    font-size: 18px;
    margin-bottom: 2%;
    text-align: center;
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
    .t_action_content .card .card_body .card_body_title {
        margin-top: 12px;
    }

    .t_action_content .card .card_body .card_body_title .sp_only {
        display: none;
    }
}

/* SP only END */
.t_action_content .card .card_body .description {
    font-size: 14px;
}

/* ACTION エリア*/

/* PROJECT エリア */
section.tier .result_wrapper {
    padding: 40px 80px;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper {
        padding: 20px;
    }
}

/* SP only END */
section.tier .result_wrapper .result_info {
    padding: 8px 12px;
    margin: 0 0 40px 0;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper .result_info {
        font-size: 1.8rem;
    }
}

/* SP only END */
section.tier .result_wrapper .result_info p {
    margin: 0;
}

section.tier .result_wrapper .result_info p span {
    margin: 0 0 0 20px;
    font-size: 1.2rem;
    color: #505050;
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper .result_info p span:nth-of-type(2) {
        display: block;
        font-size: 1.5rem;
    }
}

/* SP only END */
section.tier .result_wrapper .result_info_not_match {
    position: relative;
    min-height: 300px;
}

section.tier .result_wrapper .result_info_not_match p,
section.tier .result_wrapper .result_info_not_match span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    font-size: 1.8rem;
}

section.tier .result_wrapper .result_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 220px;
    gap: 12px;
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper .result_list {
        display: block;
        margin: 0 0 12px 0;
    }
}

/* SP only END */
@media all and (-ms-high-contrast: none) {
    section.tier .result_wrapper .result_list li {
        float: left;
        width: calc(100% / 3 - 24px);
        margin: 12px;
    }

    section.tier .result_wrapper .result_list li:nth-of-type(3n) {
        margin-right: 0;
    }

    section.tier .result_wrapper .result_list:before, section.tier .result_wrapper .result_list:after {
        display: block;
        content: "";
        clear: both;
    }
}

section.tier .result_wrapper .result_list li {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper .result_list li {
        margin: 0 0 12px 0;
    }

    section.tier .result_wrapper .result_list li:nth-of-type(n+4) {
        display: none;
    }
}

/* SP only END */
section.tier .result_wrapper .result_list li:before {
    display: none;
}

section.tier .result_wrapper .result_list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

section.tier .result_wrapper .result_list li a:hover + .li_item_img .li_hd_bg:before {
    display: none;
}

section.tier .result_wrapper .result_list li .result_list_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    line-height: inherit;
}

section.tier .result_wrapper .result_list li .result_list_inner h2 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: normal;
    border-bottom: solid 1px;
    padding-bottom: 8px;
    text-align: center;
    margin: 0 0 25px 0;
}

section.tier .result_wrapper .result_list li .result_list_inner h2:after {
    display: none
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper .result_list li .result_list_inner h2 {
        font-size: 2.3rem;
    }
}

/* SP only END */
section.tier .result_wrapper .result_list li .result_list_inner p {
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 640px) {
    section.tier .result_wrapper .result_list li .result_list_inner p {
        font-size: 1.8rem;
    }
}

/* SP only END */
section.tier .result_wrapper .result_list li .result_list_inner a p:last-of-type {
    margin-bottom: 0;
}

section.tier .result_wrapper .result_list li .li_item_img {
    width: 100%;
}

section.tier .result_wrapper .result_list li .li_item_img .li_hd_bg {
    width: 100%;
    min-height: 220px;
}

section.tier .result_wrapper .result_list li .li_item_img .li_hd_bg::before {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.buttons {
    text-align: center;
}

.buttons.button_rounds {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    margin-top: 40px;
    border-radius: 100%;
}

.buttons.button_rounds .hovicon.effect-1,
.buttons.button_rounds .hovicon.effect-1.sub-a:hover {
    background: none;
    color: #3E3E3E;
}

.buttons a {
    color: #3E3E3E;
    text-decoration: none;
}

.buttons .btn_flat {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: center;
    padding: 20px 9%;
    border: solid 1px #707070;
    border-radius: 4px;
}

.buttons .btn_round {
    position: relative;
    width: 12rem;
    height: 12rem;
    margin-right: 60px;
    text-align: center;
    display: inline-block;
    border: solid 1px #707070;
    background: none;
    border-radius: 100%;
}

.buttons .btn_round span {
    margin: 0;
    line-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
    .buttons .btn_flat {
        padding: 12px 0;
        margin: 0 0 20px 0;
        width: 100%;
        font-size: 16px;
    }

    .buttons.button_rounds {
        margin-top: 20px;
    }

    .buttons .btn_round {
        margin-right: 30px;
        width: 20vw;
        height: 20vw;
    }

    .buttons .btn_round:last-child {
        margin-right: 0;
    }
}

/* SP only END */
.buttons .btn_flat::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #F5F7FA;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.buttons .btn_round::before {
    border-radius: 100%;
}

.buttons .btn_flat:hover {
    color: #588CB9;
}

/*.buttons .btn_flat:last-child {*/
/*    margin: 0;*/
/*}*/

.btn_flat.top:after {
    content: "";
    color: #d71618;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 23px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

/* PROJECT エリア */

/* information エリア */
.t_information_content .news_list_wrapper {
    /*margin: 0 0 40px 0;*/
    margin: 0;
    padding: 0 42px 0 42px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .t_information_content .news_list_wrapper {
        padding: 20px 20px 0;
    }
}

/* SP only END */
.t_information_content .news_list_wrapper ol {
    padding: 0;
    margin: 0;
}

.t_information_content .news_list_wrapper ol li {
    list-style: none;
    border-bottom: solid 1px #D0D0D0;
}

.t_information_content .news_list_wrapper ol li:last-child {
    border: none;
}

.t_information_content .news_list_wrapper ol li a {
    display: block;
    padding: 24px 0;
    color: #3E3E3E;
    text-decoration: none;
    clear: both;
    overflow: hidden;
}

.t_information_content .news_list_wrapper ol li a:hover {
    opacity: 0.8;
    background-color: #f6f7fa;
}

.t_information_content .news_list_wrapper ol li a .status_icon {
    color: #fff;
    font-weight: normal;
    padding: 2px 8px;
    background-color: #6f6f6f;
    margin: 0 0 0 12px;
    font-size: 12px;
    border-radius: 4px;
}

.t_information_content .news_list_wrapper ol time, .t_information_content .news_list_wrapper ol .label {
    float: left;
}

@media screen and (max-width: 767px) {
    .t_information_content .news_list_wrapper ol .label {
        float: none;
        display: inline-block;
        clear: both;
    }

    .t_information_content .news_list_wrapper ol time, .t_information_content .news_list_wrapper ol .label {
        float: none;
    }
}

/* SP only END */
.t_information_content .news_list_wrapper ol time, .t_information_content .news_list_wrapper ol .label, .t_information_content .news_list_wrapper ol h5 {
    /*font-size: 0.9rem;*/
}

.t_information_content .news_list_wrapper ol time, .t_information_content .news_list_wrapper ol .label {
    margin: 0 14px 0 0;
}

.t_information_content .news_list_wrapper ol time {
    margin-top: 2px;
}

.t_information_content .news_list_wrapper ol .label {
    border: solid 1px #707070;
    border-radius: 4px;
    padding: 0 14px;
}

.t_information_content .news_list_wrapper ol h5 {
    overflow: hidden;
/ zoom: 1;
    margin: 0;
    color: #588CB9;
}

@media screen and (max-width: 767px) {
    .t_information_content .news_list_wrapper ol h5 {
        margin-top: 12px;
        font-size: 14px;
    }
}

/* SP only END */
.t_information_content .topics_list_wrapper ol {
    padding: 0;
    margin: 0;
}

.t_information_content .topics_list_wrapper ol li a {
    display: block;
}

.t_information_content .topics_list_wrapper ol li a img {
    width: 95%;
    margin: auto;
}

.t_information_content .buttons {
    margin: 20px 0 0 0;
}

.slick-slide {
    height: inherit;
}

.slick-slide .slick-track .slick-prev,
.slick-slide .slick-track .slick-next {
    display: none;
}

button.slick-prev,
button.slick-next {
    top: 50%;
}

.slick-dots li button:before {
    color: #588CB9;
}

.slick-dots li.slick-active button:before {
    color: #588CB9;
}

.slide_arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 45px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .slide_arrow,
    button.slick-prev,
    button.slick-next {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .t_information_content .topics_list_wrapper .slick-dots {
        bottom: -50px;
    }
}

/* SP only END */
.next_arrow {
    right: -1%;
}

.prev_arrow {
    z-index: 1;
    left: -1%;
}

/* information エリア */

/* G-PLUSエリア */
.t_gplus_content {
    display: flex;
    margin: 40px 0 0 0;
    padding: 0 2%;
}


@media screen and (max-width: 767px) {
    .t_gplus_content {
        display: block;
        margin: 40px 0 4px 0;
    }
}

/* SP only END */
.t_gplus_content .box_left_image {
    width: 30%;
    margin: 0 40px 0 0;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .t_gplus_content .box_left_image {
        width: 50%;
        margin-right: 20px;
        /*margin: 0 auto 20px auto;*/
        text-align: center;
    }
}

/* SP only END */
.t_gplus_content .box_left_image img {
    width: 100%;
}

.t_gplus_content .box_right_text {
    font-size: 14px;
}

.t_gplus_content .box_right_gplus {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .t_gplus_content .box_right_text .description {
        margin-top: 32px;
    }

    .t_gplus_content .box_right_gplus {
        display: block;
        margin-top: 10px;
    }
}

/* SP only END */

/* G-PLUSエリア */


.mobile_header {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile_header {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: fixed;
        top: 0;
        height: 54px;
        background-color: #fff;
        z-index: 110;
    }
}

@media screen and (max-width: 767px) {
    .mobile_header > a {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .mobile_header > a > img.logo {
        display: block;
        width: 110px;
        margin: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .mobile_header .header_menu_icon {
        position: absolute;
        cursor: pointer;
        height: 20px;
        width: 20px;
        padding: 10px;
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header_menu_icon .drawer_bar::before {
        background-color: #707070;
    }
}

section.tier.header_nav {
    padding: 0;
}

@media screen and (max-width: 767px) {
    section.tier.header_nav {
        position: fixed;
        display: block;
        top: 0;
        left: -100vw;
        height: 100vh;
        width: 80vw;
        min-width: 280px;
        max-width: 400px;
        z-index: 110;
        transition: left 0.7s;
    }

    .header_nav .nav_container {
        flex-direction: column;
        height: 100vh;
        overflow: scroll;
        box-sizing: border-box;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .3);
        border-radius: 10px;
    }
}

.nav_right .nav_category_link i.arrow_right {
    color: #3E3E3E;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    right: -8px;
    width: 3px;
    height: 3px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

@media screen and (max-width: 767px) {
    .nav_right .nav_category_link i.arrow_right {
        position: inherit;
        margin: auto;
        margin-left: 10px;
    }
}

.hero {
    padding: inherit;
}

.container {
    max-width: 1200px;
    padding: 0 40px;
    margin: auto;
    position: relative;
}

.hero_container {
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
    position: relative;
    height: 100%;
}

.header_card_left {
    display: block;
    font-size: 60px;
    width: 9em;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

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

.header_card_left .text {
    line-height: 1.0;
}

.header_card_left .text .head {
    display: block;
    color: #FFFFFF;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .header_card_left .text .head {
        font-size: 30px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .header_card_left .text .head .keyword {
        display: block;
        width: 100%;
    }
}

.header_card_left .text .caption {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 12px;
}


@media screen and (max-width: 767px) {
    .header_card_left .text .caption {
        display: block;
        color: #3E3E3E;
        font-size: 12px;
        padding: 14px 20px;
        background-color: rgba(255, 255, 255, 0.7);
    }
}

.header_card_left .logo {
    margin-top: 20px;
    display: block;
    width: 143px;
}

@media screen and (max-width: 767px) {
    .header_card_left {
        top: inherit;
        transform: inherit;
        bottom: 0;
        left: 0;
    }

    .header_card_left .logo {
        display: none;
    }
}

.hero_container_image {
    background: no-repeat center/cover;
    height: 500px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .hero_container_image {
        height: 320px;
        margin-top: 54px;
    }
}

.header_nav {
    background-color: #fff;
}

.nav_container {
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 20px 40px;
    margin: auto;
    display: block;
    background-color: #fff;
    top: 0;
}

.nav_container.fixed {
    max-width: inherit;
    position: fixed;
    z-index: 110;
    top: 0;
    animation: toggleNav 0.7s;
}

@keyframes toggleNav {
    from {
        top: -100px;
    }
    to {
        top: 0px;
    }
}

.nav_container_bg {
    max-width: 1200px;
    display: flex;
    margin: auto;
}

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

.nav_left,
.nav_right {
    display: inline-flex;
    flex-grow: 1;
}

.nav_category_link:hover,
.nav_category_link:active,
.nav_category_link:visited {
    color: #3E3E3E;
}

.nav_left .nav_category {
    display: inline-flex;
    margin-right: 56px;
    position: relative;
    padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .nav_left .nav_category {
        padding: 5px 0;
        flex-direction: column;
    }

    .nav_left .nav_category:nth-child(n+2) {
        margin-top: 14px;
    }
}

.nav_left .nav_category.active {
    border-bottom: solid 1px #588CB9;
}

@media screen and (max-width: 767px) {
    .nav_left .nav_category.active {
        border-bottom: inherit;
    }
}

.nav_left .nav_category_link {
    display: inline-flex;
    flex-direction: column;
    color: #3E3E3E;
}

@media screen and (max-width: 767px) {
    .nav_left .nav_category_link {
        flex-direction: row;
    }
}

.nav_left .nav_category_link_title,
.nav_left .nav_category_link_subtitle {
    display: block;
}

@media screen and (max-width: 767px) {
    .nav_left .nav_category_link_subtitle {
        margin-left: 20px;
    }
}

.nav_left .nav_category_link_title {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .nav_left .nav_category_link_title {
        font-size: 16px;
    }
}

.nav_left .nav_category_link_subtitle {
    font-size: 14px;
    margin-top: 4px;
}

.nav_right .nav_category {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-left: auto;
}

.nav_right .nav_category:nth-child(n+2) {
    margin-left: 25px;
}


@media screen and (max-width: 767px) {
    .nav_left,
    .nav_right {
        flex-direction: column;
        flex-grow: 0;
        width: 100%;
    }

    .nav_right .nav_category {
        margin-top: 16px;
        margin-right: auto;
        margin-left: inherit;
    }

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


.nav_right .nav_category_link {
    display: inline-flex;
    flex-direction: column;
    color: #3E3E3E;
}

@media screen and (min-width: 768px) {
    .nav_right .nav_category:first-of-type .nav_category_link {
        position: relative;
        top: -6px;
    }
}

.nav_category_link_movie,
.underline-thin_blue {
    border-bottom: 1px solid #588CB9;
}

.nav_right .nav_category:first-of-type .nav_category_link i.arrow_right {
    top: 16px;
}

@media screen and (max-width: 767px) {
    .nav_right .nav_category:first-of-type .nav_category_link i.arrow_right {
        top: 0;
    }
}

/* SP only END */
.nav_right .nav_category:first-of-type .nav_category_link:before {
    display: block;
    content: "NEW!";
    color: #e91e63;
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .nav_right .nav_category:first-of-type .nav_category_link:before {
        position: relative;
        top: 3px;
        margin: 0 4px 0 0;
    }
}

/* SP only END */

@media screen and (max-width: 767px) {
    .nav_right .nav_category_link {
        flex-direction: row;
        font-size: 16px;
        padding: 5px 0;
    }
}

.nav_right .nav_category_link_title,
.nav_right .nav_category_link_subtitle {
    display: block;
}

.nav_right .nav_category_link_title {
    font-size: 20px;
}

.nav_right .nav_category_link_subtitle {
    font-size: 14px;
    margin-top: 4px;
}


.nav_category_sub_container {
    z-index: 110;
    position: absolute;
    top: 3em;
    padding: 28px 36px;
    background-color: #F5F7FA;
    border: solid 1px #588CB9;
    box-sizing: border-box;
    display: none;
}

.nav_category_sub_container.products {
    width: 75vw;
    max-width: 1040px;
    min-width: 700px;
}

.nav_category_sub_container.seminars {
    width: 50vw;
    max-width: 1040px;
    min-width: 600px;
}

@media screen and (max-width: 767px) {
    .nav_category_sub_container.products {
        min-width: inherit;
        position: static;
        width: auto;
        background-color: inherit;
        border: inherit;
        margin-top: 10px;
        margin-left: 10px;
        padding: 0;
    }

    .nav_category_sub_container.seminars {
        min-width: inherit;
        position: static;
        width: auto;
        background-color: inherit;
        border: inherit;
        margin-top: 10px;
        margin-left: 10px;
        padding: 0;
    }
}

.nav_category_sub_container .category_top {
    display: flex;
    position: relative;
}

.nav_category_sub_container .category_top i.arrow_right {
    color: #588CB9;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 22px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.nav_category_sub_container .category_top > a {
    display: flex;
    flex-basis: 100%;
    font-size: 20px;
    padding: 14px 12px;
    border-bottom: solid 1px #588CB9;
}

.nav_category_sub_container .category_top > a:hover,
.nav_category_sub_container .category_top > a:active,
.nav_category_sub_container .category_top > a:visited {
    color: #3E3E3E;
}

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

@media screen and (max-width: 767px) {
    .subcategory_container {
        flex-direction: column;
        margin-top: 0;
        margin-left: 10px;
    }
}

.subcategory_container .subcategory {
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
    .subcategory_container .subcategory {
        margin-top: 14px;
    }
}

.subcategory_container .subcategory .subcategory_top {
    display: flex;
    font-size: 20px;
    width: 85%;
    padding: 4px 7px;
    border-bottom: 1px solid rgb(88, 140, 185);
}

.subcategory_container .subcategory .subcategory_top > a {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    padding: 4px 7px;
    border-bottom: solid 1px #588CB9;
    position: relative;
}

.subcategory_container .subcategory .subcategory_top > a:hover,
.subcategory_container .subcategory .subcategory_top > a:active,
.subcategory_container .subcategory .subcategory_top > a:visited {
    color: #3E3E3E;
}


.subcategory_container .subcategory .subcategory_top i.arrow_right {
    color: #588CB9;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.subcategory_container .subcategory .subcategory_link {
    display: flex;
    align-items: center;
}

.subcategory_container .subcategory .subcategory_link {
    margin-top: 14px;
}

.subcategory_container .subcategory .subcategory_link > a {
    display: flex;
}

.subcategory_container .subcategory .subcategory_link > a:hover,
.subcategory_container .subcategory .subcategory_link > a:focus,
.subcategory_container .subcategory .subcategory_link > a:visited {
    color: #3E3E3E;
}

.subcategory_container .subcategory .subcategory_link .list_image {
    width: 33px;
    height: 33px;
}

.subcategory_container .subcategory .subcategory_link .list_image img {
    border-radius: 50%;
}

.subcategory_container .subcategory .subcategory_link .link_title {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-left: 16px;
}

/**********
   top page main slick slider
**********/

section.tier.slider {
    margin-top: 40px;
    padding: 0;
}


@media screen and (max-width: 767px) {
    section.tier.slider {
        margin-top: 16px;
        /*padding: 24px 24px 0;*/
        padding: 24px 24px 40px;
        box-sizing: border-box;
    }
}

.horizontal_carousel .slick-slide {
    height: unset !important;
    padding: 0 5px;
    transition: opacity 0.3s;
}

.horizontal_carousel .slick-next {
    position: absolute;
    background-color: #588CB9;
    right: 5%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .horizontal_carousel .slick-next {
        display: none;
    }
}

.horizontal_carousel .slick-next:hover,
.horizontal_carousel .slick-next:active,
.horizontal_carousel .slick-next:focus {
    background-color: #588CB9;
}

.horizontal_carousel .slick-next::before {
    content: "";
    color: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 18px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.horizontal_carousel .slick-prev {
    position: absolute;
    background-color: #588CB9;
    left: 5%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .horizontal_carousel .slick-prev {
        display: none;
    }
}

.horizontal_carousel .slick-prev:hover,
.horizontal_carousel .slick-prev:active,
.horizontal_carousel .slick-prev:focus {
    background-color: #588CB9;
}

.horizontal_carousel .slick-prev::before {
    content: "";
    color: #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top: 15px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.dot_nav {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.dot_nav li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.dot_nav li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
}

.dot_nav li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    opacity: .25;
    background-color: transparent;
    border: solid 1px #588CB9;
    box-sizing: border-box;
}

.dot_nav li.slick-active {
    pointer-events: none;
}

.dot_nav li.slick-active button:before {
    opacity: .75;
    background-color: #588CB9;
}

/**********
   /top page main slick slider
**********/
.tier.alert {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .alert-accordion-wrap {
        padding: 0;
    }
}

.alert-item {
    width: 100%;
    max-width: 100%;
    padding: 2.0rem 1.0rem;
    border: solid 1px #588CB9;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .alert-accordion-wrap {
        margin-bottom: 40px;
        padding: 0;
    }

    .alert-accordion-wrap:last-child {
        margin-bottom: 20px;
    }

    .alert-item {
        width: 100%;
    }

    .alert-item p {
        text-align: left;
    }
}

.alert-title {
    padding: 0;
}

.arrow-inner {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 12px;
    transform: translateY(50%);
    right: calc(50%);
    cursor: pointer;
}

.arrow-inner.open {
    transform: translateY(50%) translateX(50%) rotate(180deg);
}

.arrow-inner .arrow {
    content: "";
    display: inline-block;
    transform: rotate(45deg) translateX(-2px) translateY(-2px);
    width: 10px;
    height: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #588CB9;
    position: absolute;
    transition: 0.3s;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.tier.font_message {
    background-color: #F5F7FA;
    padding: 100px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .tier.font_message {
        padding: 40px 20px 45px;
    }
}

.tier.font_message .box {
    display: block;
    margin: auto;
}

.tier.font_message .box .box_title {
    text-align: center;
}

.tier.font_message .box .box_title span:first-child {
    font-size: 4.0rem;
    display: block;
    margin-bottom: 12px;
}

.tier.font_message .box .box_title:after {
    display: block;
    content: "";
    border: solid 2px #588CB9;
    width: 7%;
    margin: 12px auto 0 auto;
}

.tier.font_message .box .box_content {
    margin-top: 60px;
}

.tier.font_message .box .box_content p {
    text-align: center;
    font-size: 17px;
    line-height: 3;
}

@media screen and (max-width: 767px) {
    .tier.font_message .box .box_content {
        margin-top: 20px;
    }

    .tier.font_message .box .box_content p {
        font-size: 14px;
        line-height: 1.8;
    }
}

.tier.font_message .box .box_footer {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .tier.font_message .box .box_footer {
        margin-top: 32px;
        line-height: 1.2rem;
    }
}

.tier.font_message .box .box_footer span:last-child {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .tier.font_message .box .box_footer span {
        font-size: 14px;
    }
}

.tier.story {
    position: relative;
    z-index: 1;
    background-color: #F5F7FA;
    padding-top: 0;
    padding-bottom: 245px;
}

.tier.story.first {
    /*margin-top: 135px;*/
    /*margin-top: 84px;*/
}

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

}

@media screen and (max-width: 767px) {
    .tier.story.second,
    .tier.story.third,
    .tier.story.forth {
        padding-bottom: 0;
        padding-top: 36px;
    }

    .tier.story.first {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .tier.story.fourth {
        padding-top: 36px;
        padding-bottom: 30px;
    }
}

.tier.story .single_container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tier.story .single_container {
        padding: 0 24px;
        box-sizing: border-box;
    }
}

.tier.story .section_title {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transform: translateY(-50%);
}

.tier.story .section_title span:first-child {
    font-size: 4.0rem;
    font-weight: bold;
    display: inline-block;
}

/*.tier.story .section_title span:first-child:first-letter {*/
/*    font-size: 6.5rem;*/
/*}*/

.tier.story .section_title span:nth-child(n+2) {
    margin-left: 10px;
    transform: translateY(6px);
}

.text_container {
    position: relative;
    z-index: 3;
}

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

.image_container_wrap {
    position: relative;
    width: 100%;
}

.tier.story.first .image_container_left,
.tier.story.third .image_container_left {
    position: absolute;
    max-width: 90%;
    top: 0;
    left: 0;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .tier.story.first .image_container_left,
    .tier.story.third .image_container_left {
        width: 100%;
        position: relative;
    }
}

.tier.story.first .image_container_right,
.tier.story.third .image_container_right {
    display: inline-block;
    max-width: 980px;
    position: relative;
    z-index: 1;
    opacity: 0.1;
    margin-left: 20em;
    margin-top: 12em;
}

@media screen and (max-width: 767px) {
    .tier.story.first .image_container_right,
    .tier.story.third .image_container_right {
        display: none;
    }
}

.tier.story.second .image_container_left,
.tier.story.fourth .image_container_left {
    display: inline-block;
    max-width: 980px;
    position: relative;
    z-index: 1;
    opacity: 0.1;
    margin-top: 12em;
}

@media screen and (max-width: 767px) {
    .tier.story.second .image_container_left,
    .tier.story.fourth .image_container_left {
        display: none;
    }
}

.tier.story.second .image_container_right,
.tier.story.fourth .image_container_right {
    position: absolute;
    max-width: 980px;
    top: 0;
    right: 0;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .tier.story.second .image_container_right,
    .tier.story.fourth .image_container_right {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tier.story .card {
        width: auto;
        top: inherit;
    }
}

.tier.story.second .card {
    width: 680px;
}

@media screen and (max-width: 767px) {
    .tier.story.second .card {
        width: auto;
    }
}

.tier.story.first .card,
.tier.story.third .card {
    right: 10px;
}

@media screen and (max-width: 767px) {
    .tier.story.first .card,
    .tier.story.third .card {
        right: inherit;
        left: inherit;
        margin-left: 2em;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tier.story.second .card,
    .tier.story.fourth .card {
        right: inherit;
        left: 0;
        margin-right: 2em;
        width: 100%;
    }
}

.tier.story .card_head_title > *:first-child {
    font-size: 20px;
    font-weight: normal;
    display: block;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head_title > *:first-child {
        font-size: 12px;
        font-weight: bold;
    }
}


.tier.story .card_head_title > *:last-child {
    font-size: 21px;
    font-weight: bold;
    display: block;
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head_title > *:last-child {
        font-size: 16px;
        margin-top: 0;
    }
}

.tier.story .card_head {
    margin: 40px 40px 0 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #707070;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head {
        margin: 10px 20px 0 20px;
        padding-bottom: 10px;
    }
}

.tier.story .card_head_title.card_head_left {
    width: calc(100% - 210px);
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head_title.card_head_left {
        width: calc(100% - 84px);
    }
}

.tier.story .card_head_title.card_head_right {
    width: calc(100% - 210px);
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head_title.card_head_right {
        width: calc(100% - 84px);
    }
}

.tier.story .card_head .card_head_icon.card_head_right {
    position: absolute;
    bottom: 0;
    right: -45px;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head .card_head_icon.card_head_right {
        width: 74px;
        right: 0;
    }
}

.tier.story .card_head .card_head_icon.card_head_left {
    position: absolute;
    bottom: 0;
    left: -45px;
}

@media screen and (max-width: 767px) {
    .tier.story .card_head .card_head_icon.card_head_left {
        width: 74px;
        left: 0;
    }
}

.tier.story .card_body {
    padding: 20px 40px 40px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .tier.story .card_body {
        padding: 10px 20px;
        font-size: 12px;
    }

    .tier.story .card_body p {
        font-size: 14px;
    }
}


.tier.story .title_container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.tier.story .single_container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    flex: 2;
    /*display: flex;*/
}

.single-content {
    position: relative;
    background: no-repeat center/cover;
    width: 80%;
    height: 0;
    padding-bottom: 42.25%;
    z-index: 2;
}

.single-content.left {
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .single-content.left {
        margin: auto;
        width: 100%;
        height: 100%;
        max-height: 320px;
        padding: 0;
    }
}

.single-content.right {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .single-content.right {
        margin: auto;
        width: 100%;
        height: 100%;
        max-height: 320px;
        padding: 0;
    }
}

.background_container {
    position: absolute;
    height: 80%;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

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

.background_container .background {
    max-width: 64vw;
    width: 100%;
    height: 80%;
    opacity: 0.1;
    background: no-repeat center/cover;
}

.background_container .background.right {
    margin-left: auto;
}

.background_container .background.left {
    margin-right: auto;
}

.tier.story .card {
    display: inline-block;
    width: 640px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-top: -200px;
    position: relative;
    z-index: 3;
}

.tier.story .card.right {
    float: right;
}

@media screen and (max-width: 767px) {
    .tier.story .card.right {
        width: 95%;
        float: none;
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.tier.story .card.left {
    float: left;
}

@media screen and (max-width: 767px) {
    .tier.story .card.left {
        width: 95%;
        float: none;
        margin-bottom: 30px;
        margin-top: 0;
    }
}

#totop {
    z-index: 100000;
}

.movie_wrapper_sp {
    margin: 0;
    padding: 24px !important;
    box-sizing: border-box;
    width: 100%;
}

.movie_wrapper_sp .slick-initialized {
    opacity: 1
}

.movie_wrapper_sp .sliderBox iframe {
    width: 100%;
    height: auto;
}

.movie_wrapper_sp .dot_nav li {

}

.movie_wrapper_sp .dot_nav li button:before {
    width: 20px;
    height: 20px;
}

.youtube_wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

.youtube_wrapper .youtube_inner {
    padding-bottom: 56.25%;
}

.youtube_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie_wrapper_pc {
    padding: 12px 0 40px 0 !important;
}

.movie_wrapper_pc .movie_inner {
    display: flex;
    justify-content: center;
}

.movie_wrapper_pc .movie_inner div:first-of-type {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .single_bottom_button {
        width: 92%;
        margin: 0 auto 20px auto;
    }
}

/* SP only END */

.fancybox_movie_thumbnail {
    position: relative;
}

.fancybox_movie_thumbnail .play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 50px;
    opacity: 0.8;
    border-radius: 15% 15% 15% 15% / 70% 70% 70% 70%;
    background-color: #333;
    transition: 0.2s;
    pointer-events: none;
}

.fancybox_movie_thumbnail:hover .play_button {
    opacity: 1;
    background-color: #cd201f;
}

.fancybox_movie_thumbnail .play_button + a:hover,
.fancybox_movie_thumbnail .play_button + a:hover img {
    opacity: inherit;
}

.fancybox_movie_thumbnail .play_button::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: calc(50% + 2px);
    position: absolute;
    transform: translate(-50%, -50%);
    transition: none;
}

.status_icon {
    font-weight: normal;
    padding: 2px 8px;
    margin: 0 0 0 12px;
    font-size: 12px;
    border-radius: 4px;
}

.status_icon.end {
    color: #fff;
    background-color: #6f6f6f;
}
