@charset "utf-8";
.publicnotice .page_bnr{
    background-image: url(../img/company/publicnotice/main_bg_pc.jpg);
    background-image: -webkit-image-set(url(../img/company/publicnotice/main_bg_pc.jpg) 1x, url(../img/company/publicnotice/main_bg_pc@2x.jpg) 2x);
    background-image: image-set(url(../img/company/publicnotice/main_bg_pc.jpg) 1x, url(../img/company/publicnotice/main_bg_pc@2x.jpg) 2x);
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .publicnotice .page_bnr{
        background-image: url(../img/company/publicnotice/main_bg_sp.jpg);
        background-image: -webkit-image-set(url(../img/company/publicnotice/main_bg_sp.jpg) 1x, url(../img/company/publicnotice/main_bg_sp@2x.jpg) 2x);
        background-image: image-set(url(../img/company/publicnotice/main_bg_sp.jpg) 1x, url(../img/company/publicnotice/main_bg_sp@2x.jpg) 2x);
    }
}
.publicnotice_lead {
    line-height: 2.2;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .publicnotice_lead {
       max-width: 98%;
       margin: auto;
       line-height: 1.8;
    }
}
.publicnotice .ttl_center_lv2 {
    color: var(--bland-color);
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 50px;
}
.publicnotice .ttl_center_lv2 span {
    font-size: 1.25rem;
    display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .publicnotice .ttl_center_lv2 {
        font-size: 1.187rem;
        margin-bottom: 30px;
    }
    .publicnotice .ttl_center_lv2 span {
        font-size: 1rem;
    }
}
.radio_section {
    margin-bottom: 100px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .radio_section {
        margin-bottom: 50px;
    }
}
.radio_section h2 {
    font-size: 2.375rem;
    color: var(--bland-color);
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.radio_section h2 .radio_ico_mic {
    display: block;
    margin-bottom: 0.3em;
}
.radio_section h2 .radio_ico_mic img {
    width: auto;
}
.radio_section h3 {
    border-bottom: solid 1px var(--bland-color);
    font-size: 1.562rem;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.radio_section h3.ui_coloer_gray {
    font-size: 1.187rem;
}
.radio_section h3 a {
    color: var(--bland-color);
    text-decoration: none;
}
.radio_section h3 span{
    color: #333333;
    display: block;
    font-size: 0.875rem;
}
.publicnotice_text {
    padding: 0 20px;
}
.radio_section.long-section .publicnotice_text{
    margin-top: 65px;
}
.radio_section.long-section .publicnotice_text .publicnotice_text_box {
    margin-bottom: 45px;
}
.radio_section.long-section .publicnotice_text .publicnotice_text_box:last-child {
    margin-bottom: 0;
}
.publicnotice_text_box a {
    text-decoration: none;
}
.publicnotice_text_box a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: solid 2px var(--bland-color) ;
    border-right: solid 2px var(--bland-color) ;
    transform: rotate(45deg);
    margin-left: 15px;
}
.publicnotice_text_box .publicnotice_text_box_link {
    color: #007ab4;
    padding-bottom: 7px;
    border-bottom: solid 1px;
    font-weight: bold;
}
.publicnotice_text_box .publicnotice_text_box_link:hover {
    border-bottom: none;
}
.publicnotice_text_box .publicnotice_text_box_link::after {
    border-top: solid 2px #007ab4 ;
    border-right: solid 2px #007ab4 ;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .radio_section h2 {
        font-size: 1.25rem;
        text-align: left;
    }
    .radio_section h2 .radio_ico_mic {
        display: none;
    }
    .publicnotice_img {
        width: 78%;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .radio_section:first-child .publicnotice_img{
        order: 1;
    }
    .radio_section:first-child .publicnotice_text{
        order: 2;
    }
    .publicnotice_text {
        padding: 0 15px;
    }
}

.achievement .ui_dfpc{
    margin:10px auto 60px;
}
.achievement .ui_dfpc .publicnotice_text{
    padding: 0 20px;
}
.achievement .ui_dfpc:nth-child(odd) .publicnotice_img{
    order: 1;
}
.achievement .ui_dfpc:nth-child(odd) .publicnotice_text{
    order: 2;
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .achievement .ui_dfpc:nth-child(even) .publicnotice_img{
        order: 1;
    }
    .achievement .ui_dfpc:nth-child(even) .publicnotice_text{
        order: 2;
    }
    .achievement .title_lv2-left {
        font-size: 1.25rem;
    }
}

.publicnotice .movie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "video title"
      "video text";
    row-gap: 20px;
    column-gap: 40px;
    background-color: #dcf1fb;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 120px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .publicnotice .movie {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 30px 15px;
        margin-bottom: 71px;
    }
    .publicnotice .movie > * {
        width: 100%;
    }
}
.movie .movie_video {
    grid-area: video;
}
.movie .movie_ttl {
    font-size: 1.5rem;
    grid-area: title;
    align-self: end;
    margin-bottom: 0;
}
.movie_text_box {
    grid-area: text;
}
.movie .movie_ttl > span{
    font-size: 0.875rem;
    display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .movie .movie_ttl {
        font-size: 1.125rem;
        order: -1;
        text-align: center;
    }
    .movie .movie_text_box{
        font-size: 0.875rem;
    }
}
.movie .arrow{
    position: relative;
}
.movie .arrow > img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
.movie .arrow::before,
.movie .arrow::after{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: calc(50% - 24px);
margin: auto;
}
.movie .btn_play::before{
width: 48px;
height: 48px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: var(--bland);
}
.movie .btn_play::after{
left: 48%;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 7px solid transparent;
border-left: 16px solid #fff;
}

.movie .ui_btn_right {
color: #54c3f1;
background: #ffffff;
border: 1px solid;
height: auto;
padding: 5px 0;
font-weight: bold;
margin-top: 1em;
}
