@charset "utf-8";
body{ font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;}

a[href^="tel:"] { pointer-events: none; }

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}

.bg-beige { background: #f3f3f2;}
.bg-d-blue { background: #1c236d;}

#page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

main { background-color: #f3f3f2;}

section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0; }
section article {
    width: 100%;
    max-width: 700px;
    padding: 65px 150px;
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 1.6;
}
section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    /*letter-spacing: .05em;*/ }
section p.lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}
/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
    .pc { display: block !important; }
    .tb { display: none; }
    .sp { display: none; }
}
/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pc { display: none; }
    .tb { display: block !important; }
    .sp { display: none; }
}
/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
    section article {
        padding: 65px 10%;
        box-sizing: border-box;}
}
/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
    .pc { display: none; }
    .tb { display: none; }
    .sp { display: block !important; }

    html { font-size: 8px; }
    a[href^="tel:"] { pointer-events: visible; }

    section article {
        padding: 55px 5% 25px;
        box-sizing: border-box;
    }
    section p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5; }
    section p.lead { font-size: 1.6rem;}

    section .content{ margin-bottom: 30px;}
    section .content h4,
    section .content p{ width: 100%;}
    section .content h4{
        margin-top: 10.5em;
        margin-bottom: 0.5em;
    }
    section .content p{ min-height: auto;}
}


/* intro */
.intro {
    padding-top: 27.2%;
    background: url(/contents/img/mv_pc.jpg) center/cover no-repeat;
}
.intro .mv {
    color: transparent;
    position: absolute;
    top: 0;
}
/* @media screen and (min-width: 1471px) {
    .intro {
        padding-top: 400px;
        background-size: contain;
    }
} */
@media screen and (max-width: 599px) {
    .intro {
        padding-top: 92%;
        background-image: url(/contents/img/mv_sp.jpg);
    }
}

/* .list */
.sec_list{
    font-size: 16px;
    margin: 80px auto;
}
.wrap_list{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.list{
    width: calc( (100% - 84px) / 3);
    background-color: #fff;
    border: 2px solid #1c2569;
    border-radius: 20px;
    box-shadow: 4px 4px 0 #1c2569;
    overflow: hidden;
    text-align: left;
    transition: all .3s;
}
.list:hover,
.list:active{
    box-shadow: none;
    transform: translate(4px, 4px);
}
.list:nth-child(n+4){
    width: calc( (100% - 124px) / 4);
    box-shadow: 3px 3px 0 #1c2569;
}
.list:nth-child(n+4):hover,
.list:nth-child(n+4):active{
    box-shadow: none;
    transform: translate(3px, 3px);
}

.list a{
    height: 100%;
    color: #333;
    display: flex;
    flex-direction: column;
}
.list a:hover,
.list a:active{
    text-decoration: none;
}

.list .img{
    padding-top: 49.5%;
    position: relative;
}
.list .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.list .img .type{
    background: #EA5520;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 3px 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.list .txt{
    font-size: 14px;
    line-height: 1.3;
    padding: 1em;
}
.list .ttl{
    display: flex;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    padding-right: 1.5em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_31%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2031%22%20transform%3D%22translate(-270%20-180.167)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%202%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20transform%3D%22translate(270%20180.167)%22%20fill%3D%22%231e236e%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_87%22%20data-name%3D%22%E3%83%91%E3%82%B9%2087%22%20d%3D%22M261.868%2C646.956h6v6%22%20transform%3D%22translate(550.75%20-456.756)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right center;
}
.list .txt p{
    font-size: 12px;
    margin-top: .5em;
}

@media screen and (max-width: 599px) {
    .sec_list{
        font-size: 14px;
        margin: 60px auto;
    }
    .wrap_list{
        gap: 34px 26px;
    }

    .list:nth-child(-n+3){
        width: 100%;
    }
    .list:nth-child(n+4){
        width: calc( (100% - 34px) / 2);
        box-shadow: 2px 2px 0 #1c2569;
    }

    .list .txt{
        padding: 12px 6px 12px 12px;
    }
}
