/* index.html */

/*
明朝
font-family: 'Noto Serif JP', serif;
*/

body{
    background-color: #fafdff;
}

.wrap{
    overflow: hidden;
}


p,td,li{
    font-feature-settings: "pkna";
}

h1{
    background-color: white;
    text-align: center;
    padding-bottom: 5px;
    border-radius: 50px;
}

.navbar{
    background-color: rgba(255, 255, 255, 0);
    z-index: 9999;
}

.nav-link{
    color: white;
    margin: 13px auto;
    transition: .3s;
}

.nav-link:hover{
    color: #568cc4!important;
}

.navbar-brand img{
    width: 60%;
}

.grnv-contact{
    display: block;
    background-color: #03004c;
    color: white;
    text-decoration: none;
    margin: 10px 26px;
    border: 3px solid #03004c;
    border-radius: 50px;
    padding: 10px 20px;
    transition: .3s;
}

.grnv-contact:hover{
    color: #03004c;
    background-color: #f8fbf8;
}

.navbar.change-color{
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    transition: .3s;
}

.change-text{
    color: black!important;
    transition: .3s;
}

.change-text:hover{
    color: #bbdbf3!important;
}

.video-bg {
	position: relative;
	height: 100vh;
	background: #000;
	overflow: hidden;
}

.video-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(251, 250, 245, .1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%2364616a' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");

}

.video-bg iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200vw;
	height: 100vh;
	opacity: .5;
	background-color: white;
}


.top-news{
    position: absolute;
    background-color: rgba(3, 0, 76, .8);
    width: 70%;
    bottom: 50px;
    right: 0;
    margin-left: auto;
    z-index: 100;
}

.news{
    margin: 20px auto;
    display: flex;
    color: white;
}

.news p{
    margin-bottom: 0;
}

.news dl{
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    height: 70px;
    margin: 0;
}

.news dt{
    width: 30%;
    margin-bottom: 0;
}

.news dd{
    width: 70%;
    margin-bottom: 0;
}

.top-about-content{
    margin: 100px 0;
}


.top-about-text h2{
    color: #03004c;
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
}

.top-about-text p{
    line-height: 2em;
}

.top-about{
    display: flex;
    position: relative;
}

.top-about-l,.top-about-r{
    width: 100%;
}

.top-about-l{
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.top-about-l img{
    width: 100%;
    height: auto;
    object-position: center center;
}

.top-ser{
    background: url(../img/index/top-ser.jpg) no-repeat center /cover;
    padding: 100px 0;
}

.top-ser h2{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.top-ser-content{
    display: flex;
    flex-wrap: wrap;
}

.top-ser-content h4 a{
    display: block;
    color: white;
    text-align: center;
    border: 1px solid white;
    margin: 10px;
    padding: 50px 0;
    background-color: rgba(3, 0, 76, .3);
    transition: .3s;
}

.top-ser-content h4 a:hover{
    background-color: rgba(3, 0, 76, 1);
    text-decoration: none;
}

.ser-more{
    margin-top: 50px;
}

.ser-more a,.top-contact a,.top-calendar a{
    background: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #03004c;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
    border-left: solid 5px #03004c;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
}

.ser-more a::before,.top-contact a::before,.top-calendar a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #03004c;
    transition: .3s;
    left: 0;
}

.ser-more a:hover,.top-contact a:hover,.top-calendar a:hover{
    color: white;
}

.ser-more a:hover::before,.top-contact a:hover::before,.top-calendar a:hover::before{
    width: 100%;
    z-index: -1;
}

.top-comp{
    margin: 100px auto;
}

.top-comp h2{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color: #03004c;
}

.card-comp{
    display: flex;
    justify-content: center;
}

.card{
    border: none;
    transition: .3s;
}

.card-comp .card{
    margin: 50px 20px;
}

.card a{
    text-decoration: none;
    color: #03004c;
    transition: .3s;
}

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

.card a:hover{
    background-color: #03004c;
    color: white;
}

.calendar-contact .col-md-10{
    display: flex;
}

.top-calendar h2,.top-contact h2{
    color: #03004c;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

.top-calendar p{
    text-align: center;
    margin-top: 20px;
}

.top-contact p{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #03004c;
}

.top-contact a{
    max-width: 300px;
}

footer{
    background-color: #03004c;
    margin-top: 100px;
    padding-top: 50px;
}

.top-info,.foot-sitemap{
    display: flex;
}

.top-info{
    margin-bottom: 20px;
}

.top-info img{
    width: 80%;
}

.top-info h4{
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.top-info ul{
    list-style-type: none;
    padding: 0;
}

.top-info li{
    color: white;
}

.foot-sitemap{
    list-style-type: none;
    padding: 0;
    justify-content: center;
    margin: 30px auto;
}

.foot-sitemap a{
    color: white;
    text-decoration: none;
    margin: 10px;
    transition: .3s;
}

.foot-sitemap a:hover{
    color: #bbdbf3;
}

.copy{
    color: white;
    text-align: center;
    margin: 30px auto;
}

hr{
    margin: 0;
}

/* 共通 */
.bg-white .nav-link{
    color: black;
}


/* company */
.page-head{
    background: url(../img/company/head.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-top: 75px;
}

.page-head h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    padding-top: 100px;
    padding-left: 70px;
    color: white;
}

.page-head h2 span{
    font-size: 20px;
    padding-left: 10px;
    color: #568cc4;
}

.com-jump ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.com-jump li a{
    display: block;
    margin: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #03004c;
    color: #03004c;
    border-radius: 30px;
    text-decoration: none;
    transition: .3s;
}

.com-jump li a:hover{
    background-color: #03004c;
    color: white;
}


.title h2{
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 6px solid #03004c;
    text-align: center;
    width: 50%;
    margin: 20px auto;
    font-family: 'Noto Serif JP', serif;
    color: #03004c;
}

.title h2:before{
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: "";
    background-color: #568cc4;
}

.com-greeting,.com-profile,.com-enkaku{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 100px;
}

.com-greeting p{
    line-height: 3em;
}

.com-greeting figure{
    text-align: right;
    margin-top: 20px;
}

.com-greeting img{
    width: 35%;
}

.com-profile table,.com-kyoka table,.com-setubi table,.com-enkaku table{
    width: 100%;
}

.com-profile th,.com-profile td,.com-kyoka th,.com-kyoka td,.com-setubi th,.com-setubi td,.com-enkaku th,.com-enkaku td{
    padding: 20px;
    border-bottom: 1px solid #bbdbf3;
}

.com-profile td a{
    text-decoration: none;
}

.com-profile td a i{
    padding-left: 10px;
    padding-right: 5px;
}

.com-kyoka h4,.com-setubi h4{
    margin-top: 20px;
    padding: 10px;
    background-color: #03004c;
    color: white;
}

.com-kyoka th,.com-setubi th{
    width: 60%;
}

.com-kyoka td,.com-setubi td{
    width: 40%;
}

.com-setubi td{
    text-align: right;
}

/* kyoka */
.com-kyoka{
    margin-top: 50px;
}

.kyoka{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.kyoka .col-md-4{
    text-align: center;
}

.kyoka img{
    width: 80%;
}

.kyoka p{
    margin-top: 10px;
}

.com-setubi{
    margin-top: 50px;
}

/* service */
.service{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 100px 0;
}

.service .col-md-6{
    padding: 20px;
}

.service img{
    width: 100%;
}

.service h5{
    font-size: 14px;
    margin-bottom: 10px;
    color: #568cc4;
}

.service h4{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: .1em;
}

.service p{
    line-height: 2em;
}

.ser1-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ser1-content h4{
    color: #03004c;
    font-size: 20px;
    border-left: 2px solid #03004c;
    padding-left: 10px;
}

.ser1-content .col-md-4,.ser1-content .col-md-7{
    margin: 20px;
}

.ser3-content{
    display: flex;
    align-items: center;
}

.ser3-content .col-md-3,.ser3-content .col-md-8{
    margin: 20px;
}

/* contact */
.contact{
    margin-top: 50px;
}

.contact-text{
    background-color: white;
    padding: 20px;
}

.contact-text h3{
    color: #03004c;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    padding-bottom: 10px;
}

.contact-text ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.contact-1,.contact-2{
    margin-top: 30px;
}

.contact-1 h4,.contact-2 h4{
    font-family: 'Noto Serif JP', serif;
    border-bottom: 2px solid #03004c;
    color: #03004c;
    padding-bottom: 10px;
}

.contact-1 .tel{
    font-size: 30px;
    font-weight: bold;
}

.time-title{
    margin-top: 20px;
}

.form-group{
    margin-top: 20px;
}

.label{
    margin-bottom: 10px;
}

.label span{
    background-color: red;
    color: white;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 14px;
}

.contact-btn{
    display: block;
    width: 150px;
    height: 50px;
    background-color:#03004c;
    color: white;
    border: 3px solid #03004c;
    margin: 30px auto 0 auto;
    border-radius: 40px;
    transition: .3s;
}

.contact-btn:hover{
    color: #03004c;
    background-color: white;
}

/* privacypolicy */
.pripoli-content{
    margin-top: 100px;
}

.pripoli-content h3{
    margin-top: 30px;
    color: #03004c;
    font-size: 20px;
}

.pripoli-content p{
    margin: 0;
}

.pripoli-content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* safari */
_::-webkit-full-page-media, _:future, :root .navbar-brand{
    width: 25%;
}