@charset "UTF-8";

/* mv */
.mv {
    padding-right: 12%;
}
.mv-inner {
    height: 700px;
    border-radius: 0 120px 120px 0;
    background-image: url(../images/top/mv.jpg);
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv .mv-inner {
    padding-left: 12%;
}
.mv .section-inner {
    position: relative;
    height: 100%;
}
.mv .lead-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.mv .lead-area h1 {
    color: #E43C00;
    font-size: 42px;
    margin-bottom: 20px;
    text-shadow: 
        1px 1px 3px #fff,
        -1px 1px 3px #fff,
        1px -1px 3px #fff,
        -1px -1px 3px #fff,
        0 0 2px #fff;
}
.mv .lead-area p {
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 
        .5px .5px 1.5px #fff,
        -.5px .5px 1.5px #fff,
        .5px -.5px 1.5px #fff,
        -.5px -.5px 1.5px #fff,
        0 0 2px #fff;
}
.mv .br2 {
    display: none;
}
.mv .br3 {
        display: block;
}
@media screen and (max-width: 1600px) {
    .mv .lead-area {
        padding-right: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .mv-inner {
        height: 550px;
    }
    .mv .lead-area {
        padding-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .mv {
        padding-right: 8%;
    }
    .mv .mv-inner {
        padding-left: 8%;
        height: 460px;
    }
   .mv .lead-area h1 {
        font-size: 32px;
    }
    .mv .lead-area p {
        font-size: 14px;
    }
    .mv .br2 {
         display: block;
    }
}
@media screen and (max-width: 960px) {
    .mv-inner {
        height: 460px;
    }
    .mv .lead-area h1 {
        font-size: 32px;
    }
    .mv .lead-area p {
        font-size: 14px;
    }
    .mv .br2 {
         display: block;
    }
}
@media screen and (max-width: 767px) {
    .mv {
        padding-right: 5%;
    }
    .mv .mv-inner {
        padding-left: 5%;
    }
}
@media screen and (max-width: 540px) {
    .mv-inner {
        border-radius: 0 70px 70px 0;
    }
    .mv .lead-area {
        padding-right: 8px;
        top: 60%;
    }
    .mv .lead-area h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }    
    .mv .br3 {
         display: block;
    }
}
@media screen and (max-width: 390px) {
    .mv-inner {
        background-position: 40% 10%;
    }
    .mv .lead-area h1 {
        font-size: 24px;
    }
}


/* message */
#message .content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#message .name {
    text-align: right;
    padding-top: 30px;
}
#message .img-area {
    padding-left: 40px;
}
@media screen and (max-width: 1024px) {
#message .img-area {
    padding-left: 25px;
}
}
@media screen and (max-width: 767px) {
    #message .content {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    #message .img-area {
        width: 80%;
        margin: 0 auto;
    }
    #message .img-area {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #message .img-area {
        width: 100%;
    }
}

/* news */
#news .content {
    padding: 0 50px;
}
#news .news-list,.news .news-text {
    border: none;
    padding: 0;
    border-radius: 0;
}  
#news .news-item {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
#news .news-meta {
    margin-bottom: 15px;
    flex-shrink: 0;
}
#news .news-date {
    font-weight: initial;
}
#news .btn-area {
    padding-top: 10px;
}
@media screen and (max-width: 960px) {
    #news .content {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
#news .news-text {
    font-size: 16px;
}
}
@media screen and (max-width: 540px) {
#news .news-meta {
    margin-bottom: 0px;
}
#news .news-date,#news .news-text {
    font-size: 14px;
}
#news .news-item {
    flex-direction: column;
}
}


/* area */
#area {
    background-color: #FFFCCC;
    padding: 40px 0 0;
    margin: 70px 0;
}
#area .content {
    display: grid;
    grid-template-columns: 35% 60%;
    column-gap: 5%;
}
#area .img-area {
    position: relative;
}
#area .img-area::before {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: 2;
    background-image: url(../images/top/area02_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 333px;
    height: 431px;
}
#area .img-area::after {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 3;
    background-image: url(../images/top/area01_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 178px;
}
#area .text-area {
    padding-bottom: 40px;
}
#area .text-area h3 {
    font-size: 20px;
    color: #E43C00;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #E43C01;
    text-align: center;
    border-radius: 30px;
    padding: 4px;
    max-width: 400px;
    margin-bottom: 20px;
}
#area ul {
    list-style: none;
    padding-left: 0;
}
#area ul li {
    padding-left: 20px;
    position: relative;
    line-height: 2;
}
#area ul li::before {
  content: '⚫︎';
  color: #ff8c00;
  font-size: 1.2em;
  position: absolute;
  left: 0; 
  top: 0;
}
#area .area03_img {
    display: none;
}
@media screen and (max-width: 1024px) {
    #area .img-area::before {
       width: 100%; 
    }
}
@media screen and (max-width: 767px) {
    #area .content {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    #area .img-area {
        height: auto;
        width: 50%;
        margin: 0 auto;
    }
    #area .img-area::before {
        display: none;
    }
    #area .img-area::after {
        display: none;
    }
    #area .area03_img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    #area .text-area h3 {
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 540px) {
    #area {
        margin: 40px 0;
    }
    #area .img-area {
        width: 70%;
    }
    #area .text-area h3 {
        max-width: fit-content;
        font-size: 16px;
        padding: 4px 20px;
    }
}
@media screen and (max-width: 390px) {
    #area .img-area {
        width: 80%;
    }
}