/*
    Kohoshi New Style
*/
.tokkyo_Contents * {
    box-sizing: border-box;
    color: #333333;
}
.tokkyo_Contents img {
    max-width: 100%;
}
.tokkyo_Contents a:hover img {
    opacity: .6;
}
.tokkyo_Contents .contents_Wrap {
    width: 960px;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents .contents_Wrap {
        width: 100%;
    }
}
.tokkyo_Contents > .tokkyo_Wrap a.btn_Black {
    padding: 15px 25px 15px 15px;
    background-position: calc(100% - 10px) center;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents > .tokkyo_Wrap a.btn_Black {
        padding: calc(15/960*100vw) calc(25/960*100vw) calc(15/960*100vw) calc(15/960*100vw);
        background-size: calc(10/960*100vw) auto;
        font-size: 120%;
    }
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents > .tokkyo_Wrap a.btn_Black {
        padding: calc(15/480*100vw) calc(25/480*100vw) calc(15/480*100vw) calc(15/480*100vw);
        background-size: calc(10/480*100vw) auto;
        font-size: 110%;
        background-position: calc(100% - 2vw) center;
    }
}
.tokkyo_Contents > .tokkyo_Wrap a.btn_Green {
    background-color: #339900;
    background-image: url(../images/arrow_white_r.png);
    color: #fff;
    display: block;
    background-repeat: no-repeat;
    background-size: 10px auto;
    line-height: 1.4em;
    font-size: 100%;
    text-decoration: none;
    padding: 15px 15px 15px 25px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    background-position: calc(100% - 10px) center;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents > .tokkyo_Wrap a.btn_Green {
        padding: calc(15/960*100vw) calc(25/960*100vw) calc(15/960*100vw) calc(15/960*100vw);
        background-size: calc(10/960*100vw) auto;
        font-size: 120%;
    }
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents > .tokkyo_Wrap a.btn_Green {
        padding: calc(15/480*100vw) calc(25/480*100vw) calc(15/480*100vw) calc(15/480*100vw);
        background-size: calc(10/480*100vw) auto;
        font-size: 110%;
        background-position: calc(100% - 2vw) center;
    }
}
.tokkyo_Contents > .tokkyo_Wrap a.btn_Green:hover {
    background-color: #74a55b;
}
/*
    head_box
*/
.tokkyo_Contents > .tokkyo_Wrap > .head_box {
    line-height: 0;
    margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents > .tokkyo_Wrap > .head_box {
        position: relative;
    }
}
.tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav {
    right: calc(10/960*100%);
    bottom: calc(10/320*100%);
    width: calc(166/960*100%);
    line-height: 1;
    background-color: #fff;
    padding: 10px;
    box-shadow: 3px 3px 15px -5px #777777;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav {
        position: absolute;
        padding: calc(10/960*100vw);
    }
}
.tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav .fv_nav_image {
    line-height: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav .fv_nav_image {
        margin-bottom: calc(20/960*100vw);
    }
}
.tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav .fv_nav_image:hover {
    opacity: .7;;
}
.tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav .fv_nav_image img {
    border: 1px solid #222;
}
.tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav .fv_nav_link {
    width: 100%;
}
.tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav a.btn_Green {
    padding: 15px 25px 15px 15px;
    background-position: 92% center;
}
@media screen and (max-width: 960px) {
    .tokkyo_Contents > .tokkyo_Wrap > .head_box > nav.fv_nav a.btn_Green {
        padding: calc(15/960*100vw) calc(25/960*100vw) calc(15/960*100vw) calc(15/960*100vw);
        background-size: calc(10/960*100vw) auto;
        font-size: calc(14/960*100vw);
    }
}
/*
    tokkyo_new_latest_wrap
*/
.tokkyo_new_latest_wrap {
    padding: 0 0 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_latest_wrap {
        padding: 0 0 calc(60/768*100vw);
    }
}
.tokkyo_Contents .ttl_section_h2 {
    font-size: 300%;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .ttl_section_h2 {
        font-size: 200%;
    }
}
.tokkyo_Contents .ttl_section_h2 + p {
    font-size: 110%;
    text-align: center;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .ttl_section_h2 + p {
        font-size: 110%;
        margin-bottom: calc(15/768*100vw);
    }
}
.tokkyo_Contents .tokkyo_new_content_wrapper {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_content_wrapper {
        margin: 0 auto;
        width: 95%;
        padding: 20px;
        margin-bottom: 20px;
    }
}
/*
    tokkyo_new_contents_feature
*/
.tokkyo_Contents .tokkyo_new_contents_feature {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_contents_feature {
        gap: 70px;
    }
}
.tokkyo_Contents .tokkyo_new_content_feature {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_content_feature {
        display: block;
    }
}
.tokkyo_Contents .tokkyo_new_content_feature_image {
    width: 48.4%;
    line-height: 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_content_feature_image {
        width: 100%;
        margin-bottom: 20px;
    }
}
.tokkyo_Contents .tokkyo_new_content_feature_image img {
    border: 1px solid #222;
}
.tokkyo_Contents .tokkyo_new_content_feature_image.half img {
    width: 50%;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc {
    width: 47.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 80px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_content_feature_desc {
        width: 100%;
    }
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle {
    display: inline-block;
    min-width: 126px;
    padding: .25em .5em;
    text-align: center;
    background-color: #dcdcdc;
    margin-bottom: .5em;
    background-color: #ccc;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color1 {
    background-color: #ff9933;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color2 {
    background-color: #ccff00;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color3 {
    background-color: #ffcc99;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color4 {
    background-color: #99ccff;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color5 {
    background-color: #ff99cc;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color6 {
    background-color: #cccc66;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color7 {
    background-color: #cc99ff;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc .content_subtitle.color8 {
    background-color: #9999cc;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc p {
    font-size: 110%;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc p.companyname {
    font-weight: bold;
}
.tokkyo_Contents .tokkyo_new_content_feature_desc p.companyname:before {
    content: "▶︎";
}
.tokkyo_Contents .tokkyo_new_content_feature_desc p.big_title {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: .75em;
}
.tokkyo_Contents .tokkyo_new_content_feature_link {
    margin-top: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_content_feature_link {
        margin-top: 20px;
    }
}
.tokkyo_new_content_feature.center {
    justify-content: center;
}

.tokkyo_new_content_feature .tokkyo_new_youtube {
    margin: 0 auto;
    width: 100%;
    max-width: 638px;
    position: relative;
}
.tokkyo_new_content_feature .tokkyo_new_youtube:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(348/638*100%);
}
.tokkyo_new_content_feature .tokkyo_new_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tokkyo_new_content_feature .tokkyo_new_youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tokkyo_new_content_feature .tokkyo_new_youtube + p {
    margin-top: .5em;
    text-align: center;
}
.tokkyo_new_content_feature_movie {
    width: 100%;
    max-width: 638px;
}
.tokkyo_new_content_feature_movie p.big_title {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5em;
}

/*
    tokkyo_new_contents_etc
*/
.tokkyo_Contents .tokkyo_new_contents_feature + .tokkyo_new_contents_etc {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_contents_feature + .tokkyo_new_contents_etc  {
        margin-top: 70px;
    }
}
.tokkyo_Contents .tokkyo_new_contents_etc {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 3.3%;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_contents_etc {
        gap: 70px 0;
    }
}
.tokkyo_Contents .tokkyo_new_contents_etc .tokkyo_new_content_etc {
    width: 30.7%;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_contents_etc .tokkyo_new_content_etc {
        width: 100%;
    }
}
.tokkyo_Contents .tokkyo_new_contents_etc .tokkyo_new_content_feature_image {
    width: 100%;
    margin-bottom: 20px;
}
.tokkyo_Contents .tokkyo_new_contents_etc .tokkyo_new_content_feature_desc {
    width: 100%;
    position: static;
}
/*
    tokkyo_new_footer_wrapper
*/
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_footer_wrapper {
        margin: 0 auto;
        width: 95%;
    }
}
.tokkyo_Contents .tokkyo_new_footer_wrapper .ttl_section_h2 {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .tokkyo_Contents .tokkyo_new_footer_wrapper .ttl_section_h2 {
        font-size: 160%;
        margin-bottom: 20px;
    }
}
.tokkyo_Contents .tokkyo_new_backnumber_content {
    width: 100%;
    padding: 25px 20px;
    background-color: #fff;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
}
.tokkyo_new_backnumber_content .tokkyo_new_backnumber_content_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_backnumber_content .tokkyo_new_backnumber_content_inner {
        gap: calc(15/375*100vw) 4%;
    }
}
.tokkyo_new_backnumber_content .tokkyo_new_backnumber_content_inner .tokkyo_new_backnumber_box {
    width: 15.3%;
    line-height: 0;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_backnumber_content .tokkyo_new_backnumber_content_inner .tokkyo_new_backnumber_box {
        width: 48%;
    }
}
.tokkyo_new_backnumber_content .tokkyo_new_backnumber_link {
    margin: 40px auto 0;
    width: 100%;
    /*max-width: 590px;*/
}
@media screen and (max-width: 768px) {
}
.tokkyo_new_backnumber_content .tokkyo_new_backnumber_link a.btn_Black {
    font-size: 120%;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_backnumber_content .tokkyo_new_backnumber_link a.btn_Black {
        font-size: 110%;
    }
}
.tokkyo_new_contact_contents {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_contact_contents {
        width: 100%;
        display: block;
    }
}
.tokkyo_new_contact_contents .tokkyo_new_contact_content_item {
    width: 32.08%;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_contact_contents .tokkyo_new_contact_content_item {
        width: 100%;
        margin-bottom: 6%;
    }
}
.tokkyo_new_contact_contents .tokkyo_new_contact_content_item .ttl_content_h3 {
    width: 100%;
    text-align: center;
    font-size: 200%;
    font-weight: 500;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_contact_contents .tokkyo_new_contact_content_item .ttl_content_h3 {
        font-size: 160%;
        margin-bottom: 5%;
    }
}
.tokkyo_new_contact_contents .tokkyo_new_contact_content_item .tokkyo_new_contact_content {
    padding: 30px;
    background-color: #fff;
    line-height: 1.5;
    letter-spacing: .1em;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_contact_contents .tokkyo_new_contact_content_item .tokkyo_new_contact_content {
        padding: 6%;
        min-height: auto;
    }
}
.tokkyo_new_contact_contents .tokkyo_new_contact_content_item .tokkyo_new_contact_content p {
    font-size: 110%;
}
.tokkyo_new_contact_contents .tokkyo_new_contact_content_item .tokkyo_new_contact_content .tokkyo_new_contact_link {
    margin-top: 40px;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    .tokkyo_new_contact_contents .tokkyo_new_contact_content_item .tokkyo_new_contact_content .tokkyo_new_contact_link {
        margin-top: 10%;
    }
}
