/*
明朝
font-family: "Zen Old Mincho", serif;
400,500,600,700,900

ゴシック
font-family: "Zen Kaku Gothic Antique", sans-serif;
300,400,500,700,900
*/

body{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

img{
    width: 100%;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

.none{
    display: none;
}

.navbar-expand-lg .navbar-nav{
    margin: 20px auto;
    width: 60%;
    padding: 10px 0;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav li{
    margin: 0 10px;
}

.main{
    margin-top: 150px;
}

.main-title{
    text-align: center;
}

.main-title h2{
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 1px;
}

.main-title h2 br{
    display: none;
}

.main-title p{
    color: #e40012;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.about{
    background-image: url(../img/aboutbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
}

.about-text h3{
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    font-size: 50px;
    color: #e40012;
    line-height: 2em;
    letter-spacing: 2px;
}

.about-text p{
    width: 66%;
    line-height: 2em;
    letter-spacing: 2px;
    margin: 10px auto;
}

.works-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.works-content figure,.works-text{
    width: 48%;
}

.works-text h3{
    background-color: #013957;
    color: white;
    font-family: "Zen Old Mincho", serif;
    padding: 20px;
}

.works-text p{
    line-height: 2em;
    letter-spacing: 2px;
}

.license{
    width: 60%;
    margin: 30px auto;
    text-align: center;
}

.license h3{
    font-family: "Zen Old Mincho", serif;
    color: #013957;
    margin: 10px 0;
}

.anshin{
    background-image: url(../img/bg1.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    color: white;
}

.anshin-title h3{
    display: flex;
    align-items: center;
}

.anshin-title h3 img{
    width: 8%;
}

.anshin-title h3 span{
    font-family: "Zen Old Mincho", serif;
    color: white;
    padding-left: 20px;
    font-size: 50px;
}

.anshin-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anshin-text{
    width: 48%;
    margin: 20px 0;
}

.anshin-text h4{
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    color: #e40012;
    border-bottom: 1px solid #e40012;
    padding-bottom: 10px;
}

.interview{
    margin: 100px 0;
}

.title{
    font-family: "Zen Old Mincho", serif;
    text-align: center;
}

.title h3{
    color: #013957;
    font-size: 50px;
    letter-spacing: 2px;
}

.syain{
    margin: 50px auto;
}

.syain-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.syain-info figure{
    width: 40%;
}

.syain-text{
    width: 58%;
}

.syain-name{
    background-color: #013957;
    color: white;
    padding: 30px;
}

.syain-name dd{
    font-family: "Zen Old Mincho", serif;
    font-size: 50px;
}

.syain-name dd span{
    font-size: 20px;
    padding-left: 20px;
}

.nyusya{
    margin: 20px 0;
}

.nyusya h4{
    color: #e40012;
}

.koukaibi{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e40012;
    letter-spacing: 2px;
}

.movie{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.movie a{
    display: block;
    width: 32%;
    margin: 10px 0;
}

.link-none a{
    pointer-events: none;
}

.recr-info-content{
    background-color: #013957;
    padding: 20px;
    color: white;
}

.recr-info-content table{
    width: 100%;
}

.recr-info-content th,.recr-info-content td{
    padding: 20px 0;
}

.recr-info-content th{
    width: 20%;
    text-align: center;
    border-right: 1px solid white;
}

.recr-info-content td{
    padding-left: 50px;
}

.entry{
    margin-top: 100px;
}

/* contact */
.entry-contact{
    width: 80%;
    margin: 0 auto;
}

.input,.textarea{
    width: 100%;
    margin: 10px 0;
}

.birth .input,.age .input{
    width: 20%;
}

.age span{
    padding-left: 10px;
}

.textarea{
    height: 200px;
}

.label i{
    padding-right: 5px;
    color: #e40012;
}

.label span{
    color: #e40012;
    padding-left: 10px;
}

.sousin{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #e40012;
    color: white;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    transition: .3s;
}

.sousin:hover{
    background-color: #013957;
}

.tel-contact{
    margin-top: 50px;
}

.tel-contact h4{
    text-align: center;
    background-color: #013957;
    color: white;
    border-radius: 50px;
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}

.tel-contact dl{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel-contact a{
    color: #013957;
    font-size: 90px;
    letter-spacing: 3px;
}

.tel-contact dd{
    font-size: 30px;
    background-color: #e40012;
    color: white;
    padding: 10px 20px;
    text-align: center;
    margin: 10px;
}

footer{
    background-color: black;
    padding: 50px 0;
    margin-top: 100px;
}

footer figure{
    text-align: center;
}

footer img{
    width: 20%;
}

.page-jump,.foot-link{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-jump li,.foot-link li{
    margin: 10px;
}

.page-jump li a,.foot-link li a{
    color: white;
    transition: .3s;
}

.page-jump li a:hover,.foot-link li a:hover{
    color: #e40012;
}

.copy{
    text-align: center;
    color: white;
}

.pripoli-btn{
    cursor: pointer;
}

.modal-body p,.modal-body li{
    font-size: 16px;
}

.modal-body h3{
    font-size: 20px;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
