@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #333;
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
}

div {
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
a:focus {
    outline: none;
}

.bold {
    font-weight: bold;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mt_150 {
    margin-top: 150px !important;
}

/*---------------------------------
Common
---------------------------------*/

#wrapper {
    position: relative;
    height: auto;
}

.container {
    margin: 0 auto;
}

.display_pc {
    display: none;
}

.display_sp {
    display: inline-block;
}

.align_center, .has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

@media (min-width: 1201px) {
    
    .container {
        max-width: 1200px;
    }

    .display_pc {
        display: inline-block;
    }

    .display_sp {
        display: none;
    }
    
}


/*---------------------------------
Header
---------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #dddfe3;
}

.header_inner {
    display: flex;
    max-width: 94%;
    margin: 0 auto;
    height: 100%;
}

.header_inner .logo {
    display: inline-block;
    width: 110px;
    height: auto;
    margin: 16px 0 0;
    transition: opacity .3s , width .3s;
}

.header_inner .logo img {
    width: 100%;
    height: auto;
}

.header_contact {
    display: block;
    outline: none;
    padding: 0 0 0 8px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #39495e;
    text-align: center;
    border-radius: 21px;
    position: absolute;
    top: 24px;
    right: 5px;
    transition: background .3s;
}

.header_contact:visited {
    color: #fff;
}

.header_contact:hover {
    background: #4d6481;
}

.header_contact img {
    width: auto;
    height: 14px;
    margin: -2px 8px 0 0;
}

.header_contact span {
    display: none;
}

@media (min-width: 1201px) {
    .header {
        height: 90px;
        transition: height .3s, box-shadow .3s;
    }
    
    .header_inner {
        margin: 0 auto;
        height: 90px;
        position: relative;
        justify-content: space-between;
    }

    .header_inner .logo {
        width: 150px;
        height: auto;
        margin: 14px 0 0;
    }

    .header_contact {
        width: auto;
        height: 52px;
        line-height: 50px;
        font-weight: 500;
        margin: 19px 0 0;
        padding: 0 28px;
        position: relative;
        top: inherit;
        right: inherit;
        transform: inherit;
        font-size: 1.6rem;
        border-radius: 26px;
        color: #fff;
        text-align: left;
        letter-spacing: 1px;
    }

    .header_contact span {
        display: inline-block;
    }
    
}

/*-------------------------------
Global Nav
---------------------------------*/

.global_nav {
    display: flex;
    width: calc( 100% - 200px );
    align-items: center;
    margin-left: 40px;
}

.global_nav_list {
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
}

.global_nav_item {
    position: relative;
    width: 50%;
}

.global_nav_item a {
    padding: 0;
    display: block;
    text-align: left;
    font-family: "Lexend Deca", sans-serif;
    color: #39495e;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1px;
    position: relative;
}

@media (min-width: 1221px) {
    
    .global_nav {
        display: inline-block;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        height: auto;
        width: auto;
        max-width: calc( 100% - 220px );
        background: rgba(0,0,0,0);
        margin-top: 10px;
        transform: inherit;
        animation: inherit;
        margin-left: 0px;
    }
    
    .global_nav_inner {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
    }
    
    .global_nav.active {
        min-height: inherit;
        animation: none;
    }

    .global_nav_list {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .global_nav_item {
        width: auto;
        position: relative;
        padding: 0 20px 0;
    }
    
    .global_nav_item:last-child {
        padding: 0 0 0 20px;
    }
    
    .global_nav_item a {
        height: 30px;
        line-height: 32px;
        padding: 0px;
        font-size: 2.0rem;
        text-align: center;
        display: block;
        border-top: none;
        transition: color .3s;
        position: relative;
    }
    
    .global_nav_item a:hover {
        color: #e0c600;
    }

    .global_nav_item:last-child a {
        border-bottom: none;
    }
}

/*--------------------------------
Footer
---------------------------------*/

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer_inner {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 90px;
    background: #333;
 }

.copyright {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}


@media (min-width: 1201px) {
    
    .footer_inner {
        height: 160px;
        margin: 0;
     }
    
    .copyright {
        font-size: 1.6rem;
    }

}

/*-------------------------------
Title
---------------------------------*/

.section_title {
    margin: 0;
    padding: 0 0 28px;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Cinzel", serif;
    line-height: 1em;
    letter-spacing: .5px;
    color: #e0c600;
    text-align: center;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
}

.section_title span {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1em;
    color: #000;
}

.page_title_area {
    padding: 40px 0 0;
    background: url("../img/bg_main_transparent.png") repeat top 20px left 20px;
    background-color: #f0f0f3;
}

.page_title {
    margin: 0;
    padding: 0 0 35px;
    font-size: 2.6rem;
    font-weight: 500;
    font-family: "Cinzel", serif;
    line-height: 1em;
    letter-spacing: .5px;
    color: #39495e;
    text-align: center;
}

.page_title span {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1em;
    color: #000;
}


.page_sub_title {
    margin: 0;
    padding: 12px 0 12px 0px;
    font-size: 2.0rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1em;
    letter-spacing: .5px;
    color: #000;
    position: relative;
}

@media (min-width: 1201px) {
    
    .section_title {
        margin: 0;
        padding: 0 0 60px;
        font-size: 5.8rem;
        letter-spacing: 1.5px;
    }
    
    .section_title span {
        display: block;
        margin: 0;
        padding: 10px 0 0;
        font-size: 2.0rem;
    }
    
    .page_title_area {
        padding: 65px 0 0;
    }
    
    .page_title {
        margin: 0;
        padding: 20px 0 80px;
        font-size: 5.0rem;
        letter-spacing: 1.5px;
    }
    
    .page_title span {
        display: block;
        margin: 0;
        padding: 10px 0 0;
        font-size: 2.0rem;
    }
    
    .page_sub_title {
        font-size: 2.8rem;
        letter-spacing: 1.0px;
        padding: 14px 0 14px 0px;
    }

}

/*---------------------------------
Main
---------------------------------*/

.main {
    margin-top: 90px;
    min-height: calc( 100vh - 90px );
}

.section {
    padding: 30px 0;
}

.section_info {
    padding: 0;
}

.info_area .container {
    max-width: 90%;
    padding: 50px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.info_area .container a {
    color: #133158;
    text-decoration: underline;
}

.info_area .container p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.info_area .container p + p {
    padding: 12px 0 0;
}

.description_list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    width: 100%;
    margin: 0;
}

.description_list dt {
    color: #7c7c7c;
    font-weight: 400;
    margin: 0;
    padding: 14px 0 5px 5px;
    width: 100%;
}

.description_list dd {
    border-bottom: 1px solid #dddfe3;
    margin: 0;
    padding: 0 5px 14px 8px;
    width: 100%;
    color: #333;
}

.description_list:last-child {
    border-bottom: none;
}

@media (min-width: 1201px) {
    .main {
        margin-top: 90px;
        min-height: calc( 100vh - 160px );
    }

    .section {
        padding: 75px 0;  
    }

    .section_info {
        padding: 0;
    }
    
    .info_area .container {
        max-width: 1000px;
        padding: 100px 0;
        font-size: 1.6rem;
    }
    
    .info_area .container p + p {
        padding: 18px 0 0;
    }

    .description_list {
        font-size: 1.8rem;
    }


    .description_list dt {
        border-bottom: 1px solid #dddfe3;
        width: 120px;
        margin: 0;
        padding: 15px 5px 15px 0;
    }

    .description_list dd {
        border-bottom: 1px solid #dddfe3;
        margin: 0;
        padding: 15px 5px 15px 8px;
        width: calc( 100% - 120px );
    }

    .description_list dd:last-child {
        border-bottom: 1px solid #DDDDDD;
    }
    
    .section_company .description_list dt {
        width: 200px;
    }
    
    .section_company .description_list dd {
        width: calc( 100% - 200px );
    }

}


/*-------------------------------
Cast
---------------------------------*/
.section_cast {
    margin: 0 auto;
    padding: 30px 0 60px;
    position: relative;
    overflow: hidden;
    background: url("../img/bg_main.jpg") repeat top 20px left 20px;
}

.section_cast .section_title {
    position: relative;
    z-index: 2;
}

.section_cast .container {
    max-width: 90%;
}

.section_cast .btn {
    background: #fff;
}

.cast_list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 8px 0 0;
    position: relative;
    z-index: 2;
}

.cast_list li {
    width: 49%;
    text-align: center;
}

.cast_list li:nth-child(2n) {
    margin-left: 2%;
}

.cast_list li:nth-child(n+3) {
    margin-top: 24px;
}

.cast_list li .logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #111;
}

.cast_list li .icon_partnership {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 5px 0 0;
    padding: 1px 3px;
    color: #39495e;
    border: 1px solid #39495e;
    background: #fff;
    letter-spacing: .5px;
}

.cast_list li .cast_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cast_list li .cast_img img {
    width: 100%;
    height: auto;
    transition: .2s ease-in;
}

.cast_list li .cast_img img:hover{
    transform: scale(1.1);
}

.cast_list li .cast_name {
    margin: 8px 0 0;
    color: #39495e;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Lexend Deca", sans-serif;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
}

.cast_list li .cast_name span {
    display: block;
    margin: 4px 0 0;
    color: #7c7c7c;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 1201px) {

    .section_cast  {
        padding: 75px 0 60px;
    }

    .section_cast .container {
        max-width: 1200px;
    }
    
    .cast_list {
        margin: 15px 0 0;
    }

    .cast_list li {
        width: 24%;
        margin-right: 1.3%;
    }

    .cast_list li:nth-child(2n) {
        margin-left: inherit;
    }

    .cast_list li:nth-child(n+3) {
        margin-top: 0px;
    }

    .cast_list li:nth-child(4n) {
        margin-right: 0;
        margin-left: inherit;
    }

    .cast_list li:nth-child(n+5) {
        margin-top: 50px;
    }

    .cast_list li .cast_name {
        margin: 12px 0 0;
        font-size: 2.2rem;
    }

    .cast_list li .cast_name span {
        margin: 5px 0 0;
        font-size: 1.5rem;
    }

    .cast_list li .icon_partnership {
        font-size: 1.3rem;
        letter-spacing: .5px;
        margin: 8px 0 0;
        padding: 2px 3px;
    }
}


/*-------------------------------
Cast Detail
---------------------------------*/
.section_cast_detail {
    margin: 0 auto;
    padding: 45px 0 65px;
    position: relative;
    overflow: hidden;
    background: url("../img/bg_main.jpg") repeat top 20px left 20px;
}

.section_cast_detail_news  {
    background: url("../img/bg_main_transparent.png") repeat top 20px left 20px;
    background-color: #f0f0f3;
    padding: 30px 0 40px;
}

.section_cast_detail_work {
    padding: 30px 0 20px;
}

.section_cast_detail .container, .section_cast_detail_news .container, .section_cast_detail_work .container {
    max-width: 90%;
}

.section_cast_detail_news .btn {
    background: #f0f0f3;
}

.cast_title_wrap {
    margin: 0;
    padding: 15px 0;
    font-family: "Lexend Deca", sans-serif;
    color: #39495e;
    text-align: center;
}

.cast_title_wrap h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1em;
}

.cast_title_wrap span {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1em;
    color: #8b8b8b;
}

.cast_profile_area {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.cast_profile_area .cast_profile_slider_area {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.cast_profile_area .cast_profile_img li {
    margin: 0;
    padding: 0;
}

.cast_profile_area .cast_profile_img img {
    width: 100%;
    height: auto;
}

.cast_profile_area .cast_profile_slider_area .cast_profile_thumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cast_profile_area .cast_profile_slider_area .cast_profile_thumb li {
    width: calc( 20% - 4px );
    max-height: 70px;
    display: flex;
    align-items: center;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

.cast_profile_area .cast_profile_slider_area .cast_profile_thumb li:last-child {    
    margin: 10px 0 0;
}

.cast_profile_area .cast_profile_slider_area .cast_profile_thumb li:nth-child(5n) {
    margin: 10px 0px 0 0;
}

.cast_profile_area .cast_profile_slider_area .cast_profile_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.cast_profile_area .cast_profile {
    width: 100%;
    background: #fff;
}

.cast_profile_area .cast_profile  dl {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    width: 100%;
    margin: 0;
    padding: 10px 18px;
}

.cast_profile_area .cast_profile dt {
    color: #7c7c7c;
    font-weight: 400;
    margin: 0;
    padding: 14px 0 5px;
    width: 100%;
}

.cast_profile_area .cast_profile dd {
    margin: 0;
    padding: 0 0 0px;
    width: 100%;
}

.cast_profile_area .cast_profile dd:last-child {
    border-bottom: none;
}

.cast_detail_title {
    margin: 0;
    padding: 6px 0 6px 3px;
    font-size: 2.0rem;
    font-weight: 700;
    font-family: "Cinzel", serif;
    line-height: 1em;
    letter-spacing: .5px;
    color: #e0c600;
    position: relative;
}

.section_cast_detail_news .cast_detail_title {
    color: #39495e;
}

.cast_profile .sns_list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0px 18px;
}

.cast_profile .sns_list a {
    width: 36px;
    height: 36px;
    line-height: 32px;
    border-radius: 3px;
    background: #39495e;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 2.0rem;
    transition: background .3s;
}

.cast_profile .sns_list a:hover {
    background: #4d6481;
}

.cast_profile .sns_list a + a {
    margin: 0 0 0 6px;
}

.sns_x::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../img/x_logo.png');
    background-position: center;
    background-size: contain;
}

.sns_insta::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../img/instagram_logo.png');
    background-position: center;
    background-size: contain;
}

.sns_youtube::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    background-image: url('../img/youtube_logo.png');
    background-position: center;
    background-size: contain;
}

.sns_tiktok::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 19px;
    background-image: url('../img/tiktok_logo.png');
    background-position: center;
    background-size: contain;
}

.cast_work_area {
    margin: 0px 0 0;
    padding: 0px 0px 28px 5px;
    background: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

.cast_work_area a, .cast_profile a {
    color: #133158;
    text-decoration: underline;
}

.cast_work_area p {
    margin: 0;
}

@media (min-width: 1201px) {

    .section_cast_detail, .section_cast_detail_work  {
        padding: 60px 0 35px;
    }
    
    .section_cast_detail_news {
        padding: 40px 0 70px;
    }
    
    .section_cast_detail .container, .section_cast_detail_news .container, .section_cast_detail_work .container {
        max-width: 1000px;
    }

    .cast_title_wrap {
        margin: 0;
        padding: 0;
    }

    .cast_title_wrap h2 {
        padding: 5px 0 0;
        font-size: 2.8rem;
        letter-spacing: 1.5px;
        text-align: left;
    }

    .cast_title_wrap span {
        padding: 10px 0 0 3px;
        font-size: 1.6rem;
        text-align: left;
    }

    .cast_profile_area .cast_profile_slider_area {
        width: 48%;
    }

    .cast_profile_area .cast_profile_img .icon_partnership {
        font-size: 1.6rem;
        padding: 10px 12px;
        bottom: 14px;
        letter-spacing: .5px;
    }
    
    .cast_profile_area .cast_profile {
        width: 52%;
        padding: 0 40px 0 70px;
    }

    .cast_profile_area .cast_profile dl {
        font-size: 1.6rem;
        padding: 28px 0px 28px;
    }


    .cast_profile_area .cast_profile dt {
        width: 120px;
        margin: 0;
        padding: 0 0 16px;
    }

    .cast_profile_area .cast_profile dd {
        margin: 0;
        padding: 0 0 16px;
        width: calc( 100% - 120px );
    }
    
    .cast_profile_area .cast_profile dl.narrow dt, .cast_profile_area .cast_profile dl.narrow dd {
        padding: 12px 0;
    } 

    .cast_profile_area .cast_profile_slider_area .cast_profile_thumb li {
        max-height: 80px;
    }

    .cast_detail_title {
        font-size: 2.8rem;
        letter-spacing: 1.0px;
        padding: 8px 0 15px 5px;
    }
    
    .cast_profile .sns_list {
        justify-content: flex-start;
        padding: 34px 0px 18px;
    }

    .cast_profile .sns_list a {
        width: 40px;
        height: 40px;
        line-height: 34px;
    }

    .cast_work_area {
        padding: 0px 0px 40px 7px;
        font-size: 1.6rem;
    }
    
}


.cast_profile_img .slide-arrow {
    width: 22px;
    height: 50vh;
    position: absolute;
    z-index:2;
    cursor: pointer;
}

.cast_profile_img .slide-arrow {
    width: 14px !important;
}

.cast_profile_img .slide-arrow.prev-arrow {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transform: scale(-1, 1);
}

.cast_profile_img .slide-arrow.next-arrow {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cast_profile_img .slide-arrow.slick-disabled {
    opacity: 0;
}
 
.cast_profile_img .slide-arrow.slick-disabled:before {
    opacity: 0;
}


@media (min-width: 1201px) {
    .cast_profile_img .slide-arrow {
        width: 18px !important;
        height: 100%;
    }
    
    .cast_profile_img .slide-arrow.prev-arrow {
        left: 10px;
    }

    .cast_profile_img .slide-arrow.next-arrow {
        right: 10px;
    }
}


/*-------------------------------
Top News
---------------------------------*/
.section_news {
    margin: 0 auto;
    padding: 30px 0 45px;
    position: relative;
    overflow: hidden;
    background: url("../img/bg_main_transparent.png") repeat top 20px left 20px;
    background-color: #f0f0f3;
}

.section_news .container {
    max-width: 90%;
}

.section_news .section_title {
    position: relative;
    z-index: 2;
    color: #39495e;
    padding: 0 0 10px;
}

.section_news .btn {
    background: #f0f0f3;
}

.news_list {
    margin: 15px 0 0;
    position: relative;
    z-index: 2;
}

.news_list li a {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    color: #333333;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    min-height: 36px;
    line-height: 1.5;
    margin: 0;
    padding: 12px 18px;
    background: rgba(255, 255, 255, .7);
    border-radius: 15px;
}

.news_list li:nth-child(n+2) {
    margin-top: 15px;
}

.news_list li:last-child a {
    border-bottom: none;
}

.news_list li .news_time {
    display: inline-block;
    color: #b6b6b6;
    padding: 0 12px 0 0;
    white-space: nowrap;
    font-family: "Lexend Deca", sans-serif;
}

.news_list li a {
    transition: .3s;
}

.news_list li a:hover{
    color: #133158;
}

.news_list li .news_tag_area {
    display: inline-block;
}

.news_list li .news_tag_area span, .single_tag_area span, .single_tag_area a {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    border: 1px solid #39495e;
    background: #fff;
    padding: 3px 6px;
    color: #39495e !important;
    text-decoration: none !important;
}
    
.news_list li .news_tag_area span + span, .single_tag_area span + span, .single_tag_area a + a {
    margin: 0 0 0 3px;
}

.news_list li .news_time_area {
    margin: 0 0 5px;
}

.single_time_area {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-size: 1.4rem;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    color: #b6b6b6;
    margin: 0 0 10px;
}

.single_time_area time {
    display: block;
    margin: 0 2px 5px 0;
    font-family: "Lexend Deca", sans-serif;
}

@media (min-width: 1201px) {
    
    .section_news {
        padding: 70px 0 70px;
    }
    
    .section_news .container {
        max-width: 1200px;
    }

    .news_list {
        margin: 25px 0 0;
        border-radius: 20px;
    }
    
    .news_list li a {
        font-size: 1.6rem;
        min-height: 64px;
        padding: 20px 30px;
        line-height: 1.6;
        justify-content: space-between;
    }
    
    .cast_news_list li a {
        padding: 14px 20px;
    }

    .news_list li:nth-child(n+2) {
        margin-top: 24px;
    }

    .cast_news_list li:nth-child(n+2) {
        margin-top: 16px;
    }

    .news_list li .news_time {
        padding: 0 40px 0 0;
    }
    
    .news_list li .news_tag_area span, .single_tag_area span, .single_tag_area a {
        white-space: nowrap;
        height: auto;
        display: inline-block;
        font-size: 1.5rem;
        line-height: 1;
        padding: 5px 6px;
        color: #39495e !important;
        border: 1px solid #39495e;
        background: #fff;
        text-decoration: none;
    }
    
    .news_list li .news_tag_area span + span {
        margin: 0 0 0 7px;
    }
    
    .single_tag_area span + span, .single_tag_area a + a {
        margin: 0px 0 0 7px;
    }

    .news_list li .news_time_area {
        margin: 0 0 6px;
    }
    .single_time_area {
        font-size: 1.6rem;
        margin: 0 0 14px;
    }
}

/*-------------------------------
Archive News
---------------------------------*/
.section_archive_news {
    margin: 0 auto;
    padding: 0 0 60px;
    position: relative;
    overflow: hidden;
}

.section_archive_news .container {
    max-width: 90%;
}

.section_archive_news .section_title {
    position: relative;
    z-index: 2;
}

.archive_news_list {
    background: #fff;
    padding: 12px 18px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.archive_news_list li {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dddfe3;
    color: #333333;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    min-height: 36px;
    line-height: 1.4;
    padding: 10px 4px;
    position: relative;
}

.archive_news_list li a {
    text-decoration: none !important;
    color: #333333 !important;
    flex-grow: 1;
}

.archive_news_list li .news_time {
    display: inline-block;
    color: #b6b6b6;
    padding: 0 12px 0 0;
    white-space: nowrap;
}

.archive_news_list li a {
    transition: .3s;
}

.archive_news_list li a:hover{
    color: #133158 !important;
    text-decoration: none !important;
}

.archive_news_list li .news_tag_area {
    display: inline-block;
}

.archive_news_list li .news_tag_area span, .archive_news_list li .news_tag_area a {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    border: 1px solid #39495e;
    background: #fff;
    padding: 3px 6px;
    color: #39495e !important;
    text-decoration: none !important;
}
    
.archive_news_list li .news_tag_area span + span, .archive_news_list li .news_tag_area a + a {
    margin: 0 0 0 3px;
}

.archive_news_list li .news_time_area {
    margin: 0 0 5px;
}

.pagination {
    margin: 30px 0 0;
    padding: 12px 18px;
    display: flex;
    justify-content: center;
}

.pagination a.page-numbers, .pagination span.page-numbers {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border: 1px solid #39495e;
    font-size: 1.4rem;
    color: #39495e;
    background: #fff;
    text-decoration: none;
    transition: .3s;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers, .pagination .page-numbers.dots {
    border: none;
    margin: 0;
}

.pagination .page-numbers.current {
  color: #fff;
  background: #39495e;
  border: 1px solid #39495e;
}

@media (min-width: 1201px) {
    
    .section_archive_news {
        padding: 0px 0 115px;
    }
    
    .section_archive_news .section_title {
        padding: 0 0 30px;
    }
    
    .section_archive_news .section_title span {
        padding: 10px 0 0;
    }
    
    .section_archive_news .container {
        max-width: 1200px;
        padding: 20px 0 20px;
    }

    .archive_news_list {
        padding: 15px 20px;
        border-radius: 20px;
    }
    
    .archive_news_list li {
        font-size: 1.6rem;
        min-height: 64px;
        padding: 20px 30px 20px 40px;
        line-height: 1.6;
        justify-content: space-between;
    }

    .archive_news_list li .news_time {
        padding: 0 40px 0 0;
    }
    
    .archive_news_list li .news_tag_area {
        display: inline-block;
        white-space: nowrap;
    }
    
    .archive_news_list li .news_tag_area span, .archive_news_list li .news_tag_area a {
        white-space: nowrap;
        height: auto;
        display: inline-block;
        font-size: 1.5rem;
        line-height: 1;
        padding: 5px 6px;
        color: #39495e !important;
        border: 1px solid #39495e;
        background: #fff;
        text-decoration: none;
    }
    
    .archive_news_list li .news_tag_area span + span, .archive_news_list li .news_tag_area a + a {
        margin: 0 0 0 3px;
    }

    .archive_news_list li .news_time_area {
        margin: 0 0 6px;
    }
    
    .pagination {
        padding: 15px 20px;
    }

    .pagination a.page-numbers, .pagination span.page-numbers {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .pagination a.page-numbers:not(.prev):not(.next):hover {
        background: #4d6481;
        color: #fff;
    }
}



/*-------------------------------
Company
---------------------------------*/
.section_company {
    margin: 0 auto;
    padding: 0;
    position: relative;
    border-top: 1px solid #ededed;
}

@media (min-width: 1201px) {

    .section_company .container {
        max-width: 1000px;
    }  
    
}

/*-------------------------------
Btn
---------------------------------*/

.btn_wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.btn, .btn_send {
    display: inline-block;
    color: #39495e !important;
    border: 1.5px solid #39495e;
    height: 50px;
    line-height: 48px;
    width: 180px;
    font-size: 1.4rem;
    padding: 0 5px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
    position: relative;
    transition: all .3s;
}

.btn:hover, .btn_send:hover {
    background-color: rgba(77, 100, 129, .5);
}

.btn::before, .btn_send::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #39495e;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.btn::after, .btn_send::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 30px;
    height: 1px;
    margin: auto;
    border-top: 1px solid #39495e;
    box-sizing: border-box;
}

.btn:hover::after, .btn_send:hover::after {
    color: #FFF;
}

.btn_wrapper .btn + .btn {
    margin-left: 20px;
}

@media (min-width: 768px) {
    
    .btn_wrapper {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .btn, .btn_send {
        width: 200px;
        height: 60px;
        line-height: 58px;
        font-size: 1.7rem;
        min-width: 240px;
        padding: 0 6px 0 0;
    }

    .btn::before, .btn_send::before {
        right: -20px;
    }

    .btn::after, .btn_send::after {
        font-size: 2.4rem;
        position: absolute;
        top: 1px;
        right: -20px;
        width: 50px;
    }

    .btn_wrapper .btn + .btn {
        margin-left: 25px;
    }

}

/*-------------------------------
Contact
---------------------------------*/
.info_area .container:has(.wpcf7-form){
    padding: 50px 0 0;
}

.info_area .container:has(.wpcf7-form) .btn_wrapper {
    margin-top: 25px;
    margin-bottom: 0px;
}

.wpcf7-form fieldset {
    border: none;
    padding: 0;
}

.wpcf7-form dl {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    width: 100%;
    margin: 0 auto;
    padding: 10px 18px;
}

.wpcf7-form dt {
    color: #7c7c7c;
    font-weight: 400;
    margin: 0;
    padding: 14px 0 5px;
    width: 100%;
}

.wpcf7-form dd {
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}

.wpcf7-form .input[type="text"], .wpcf7-form .input[type="tel"], .wpcf7-form .input[type="email"], .wpcf7-form .input[type="number"], .wpcf7-form .select, .wpcf7-form .textarea{
    border: 1px solid #dddfe3;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    padding: 8px;
    background-color: #fff;
    color: #333;
    font-size: 1.6rem;
}

.wpcf7-form .textarea {
    height: 160px;
    line-height: 1.4em;
}

.wpcf7-form .input_check {
    display: none;
}

.wpcf7-form .label {
    display: block;
    width: 100%;
    color: #7c7c7c;
    font-weight: 500;
}

.wpcf7-response-output {
    color: #b10026;
    text-align: center;
    max-width: 40em;
    margin: 0 auto !important;
    border: none !important;
}
.wpcf7-spinner {
    display: none !important;
}

div.screen-reader-response{
    display: none;
  }

.wpcf7-not-valid-tip {
    display: block !important;
    color: #b10026 !important;
    font-weight: 600 !important;
    margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output {
    padding: 2em 1em 0 !important;
}

.form_attention {
    padding: 1em;
    border: 1px solid #b10026;
    color: #b10026;
}

@media screen and (min-width: 768px) {
    .info_area .container:has(.wpcf7-form){
        padding: 100px 0 0;
    }

   .wpcf7-form dl {
        font-size: 1.6rem;
        padding: 28px 0px 28px;
        max-width: 900px;
    }

    .wpcf7-form dt {
        width: 230px;
        margin: 0;
        padding: 0 0 25px;
    }

    .wpcf7-form dd {
        margin: 0;
        padding: 0 0 25px;
        width: calc( 100% - 230px );
    }
    
    .wpcf7-form .dt p {
        min-height: 48px;
        display: flex;
        align-items: center;
    }
}
