@charset "utf-8";

.newsletter #top_mainvisual::before {
    display: block;
    content: "";
    width: 93%;
    height: 45%;
    background-image: url(/wp-content/themes/twentynineteen/images/newsletter/newsletter_bg_img1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.newsletter .radio_sec .radio_list ul {
    gap: 50px 60px;
}

.newsletter .radio_sec .radio_list ul li {
    position: relative;
    z-index: 1;
    overflow: unset;
}

.newsletter .radio_sec .radio_list ul li .link::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 50%;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(255, 173, 195, 1) 0%, rgba(255, 189, 141, 1) 100%);
    border-radius: 20px;
    -ms-filter: blur(13px);
    filter: blur(13px);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.newsletter .radio_sec .radio_list ul li .link:hover::after {
    opacity: 1;
}

.newsletter .radio_sec .radio_list ul li .link .text_box .ttl,
.newsletter .radio_sec .radio_list ul li .link .text_box .text {
    color: #222;
}

.newsletter .radio_sec .radio_list ul li .link .text_box .ttl {
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.newsletter .radio_sec .radio_list ul li .link .text_box .text {
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.newsletter .radio_sec .radio_list ul li .img {
    height: 315px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.newsletter .radio_sec .radio_list ul li .img iframe {
    transition: .3s;
}

.newsletter .radio_sec .radio_list ul li .link:hover .img iframe {
    transform: scale(1.1);
}

.newsletter .radio_sec .radio_list ul li .text_box {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}



/* history_sec */

.newsletter .history_sec .history_list ul li .link {
    display: block;
}

.newsletter .history_sec .history_list ul li .link .text_box {
    color: #222;
}

.newsletter .history_sec .history_list ul li .link .img {
    overflow: hidden;
}

.newsletter .history_sec .history_list ul li .link .img img {
    transition: .3s;
}

.newsletter .history_sec .history_list ul li .link:hover .img img {
    scale: 1.1;
}

/* about_radio_sec */
.about_radio_sec {
    position: relative;
    margin-bottom: 178px;
}

.about_radio_sec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -97px;
    width: 50vw;
    height: 527px;
    background-image: url(/wp-content/themes/twentynineteen/images/newsletter/about_radio_bg_img1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.about_radio_sec .cont .img {
    height: 505px;
    background-color: #aaa;
}

.about_radio_sec .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_radio_sec .common_h2Box {
    text-align: center;
}

.about_radio_sec .common_h2Box .common_sub_h2 {
    font-size: 40px;
}

.about_radio_sec .common_h2Box .common_sub_h2 .color {
    font-size: 1.25em;
    color: #F8A838;
}

.about_radio_sec .common_h2Box .head_box {
    margin-top: 20px;
}

.about_radio_sec .common_h2Box .head_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
}

.about_radio_sec .common_h2Box .head_box .text+.text {
    margin-top: 1em;
}

.newsletter .radio_sec .link_btn {
    display: block;
    color: #222;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.2s;
    position: relative;
    z-index: 1;
    width: 270px;
    min-block-size: 60px;
    margin: 0 auto;
}

/* 社内報 */

.newsletter .radio_sec .radio_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 50px;
}

.newsletter .radio_sec .radio_list ul li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
}

.newsletter .radio_sec .radio_list ul li .link {
    position: relative;
    display: block;
    height: 100%;
}

.newsletter .radio_sec .radio_list ul li .img {
    width: 100%;
    height: 300px;
    pointer-events: cursor;
}

.newsletter .radio_sec .radio_list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter .radio_sec .radio_list ul li .text_box {
    padding: 25px;
    height: 230px;
}

.newsletter .radio_sec .radio_list ul li .text_box .label {
    font-size: 12px;
    padding: 6px 9px;
    background-color: #FF0000;
    width: fit-content;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 1em;
}

.newsletter .radio_sec .radio_list ul li .text_box .ttl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: .5em;
}

.newsletter .radio_sec .radio_list ul li .text_box .text {
    font-size: 15px;
    letter-spacing: .03em;
}

.newsletter .radio_sec {
    padding: 160px 0 100px;
    background-color: #F8F8F8;
}

.newsletter .radio_sec .textBox.flex-sb .common_h2Box.wow.fadeInLeft {
    margin-bottom: 50px;
}

.newsletter .radio_sec .textBox .link {
    display: block;
    color: #222;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.2s;
    position: relative;
    z-index: 1;
    width: 270px;
    min-block-size: 60px;
    margin: 0 auto;
}

.newsletter .history_sec {
    margin: 160px 0;
}

.newsletter .history_sec .common_h2Box.wow.fadeInLeft {
    margin-bottom: 50px;
}

.newsletter .history_sec .history_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
}

.newsletter .history_sec .history_list ul li .img {
    height: 380px;
    width: 100%;
    margin-bottom: 15px;
}

.newsletter .history_sec .history_list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter .history_sec .history_list ul li .text_box .theme {
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 700;
    margin-bottom: 0.4em;
}

.newsletter .history_sec .history_list ul li .text_box .text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
}

.newsletter .radio_sec .textBox.flex-sb .common_h2Box.wow.fadeInLeft .common_h2 {
    font-weight: 700;
}

.contact_sec {
    padding: 130px 0;
    background-image: url(/wp-content/themes/twentynineteen/images/newsletter/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact_sec .cont {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}


.contact_sec .cont .text_box .ttl_box {
    margin-bottom: 40px;
}

.contact_sec .cont .text_box .ttl {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #646B7C;
    margin-bottom: .2em;
}

.contact_sec .cont .text_box .ttl_box .text {
    font-size: 16px;
    text-align: center;
    color: #646B7C;
}


.contact_sec .cont .text_box .link_btn {
    display: flex;
    align-items: center;
    color: #222;
    gap: 0 20px;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.2s;
    position: relative;
    z-index: 1;
    width: 270px;
    min-block-size: 60px;
    margin: 0 auto;
    position: relative;
}

.contact_sec::before {
    content: "";
    position: absolute;
    width: 1400px;
    height: 370px;
    top: 62px;
    left: 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact_sec .cont .text_box .link_btn::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}

#footer_contact{
    display: none;
}


@media (max-width: 750px) {}