body{margin: 0;}

.pc{
    display: block;
}
.sp{
    display: none;
}
.h1_tit{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    font-size: 10rem;
    color: #fff;
    opacity: 0.7;
}
.h1_tit02{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0%;
    transform: translate(10%, -55%);
    -webkit-transform:translate(10%, -55%);
    -ms-transform:translate(10%, -55%);
    font-size: 5rem;
    color: #333;
    opacity: 0.7;
}
.h1_tit02 span{
    font-size: 1rem;
    display: block;
    text-align: left;
}

#page h2{
    /* border-bottom: 5px solid #4670c0; */
    padding: 10px;
    margin-bottom: 1em;
}
#page h3{
    border-bottom: 3px dashed #ccc;
    padding-bottom: 5px;
    padding-left: 0.3em;
    font-size: 25px;
}
h5{
    font-family: serif;
    margin: 10px 0;
}
.work_about h3 {
    display: inline-block;
    position: relative;
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 2em;
    font-weight: bold !important;
    margin-bottom: 23px;
}

.work_about h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1em;
    height: 4px;
    background-color: #a20419;
}
.top h3{
    padding: 0 0 10px;
    text-align: left;
    font-family: "Cormorant", serif;
    font-weight: bold !important;
}
.col-wrap1{
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 12px 12px 3px 1px rgba(0, 0, 255, .2);
    border-radius: 10px;
}
.work_wrap{
    height: 430px;
    font-size: 1rem;
    margin: 0 20px 20px;
    position: relative;
    width: 45%;
}
.work_btn{
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 10px;
    left: 50%;
}

.work_icon{
    font-size: 5rem;
    text-align: center;
}
.galarry_box{
    width: 30% !important;
    padding: 12px !important;
    box-shadow: 2px 2px 2px #ccc;
    margin-right: 20px;
}
.row-cols-md-3>*{
    width: 33%;
}
.btn-big{
    height: 70px;
    font-size: 22px;
    width: 75% !important;
}
#page .badge{
    padding: 7px 13px;
    /* font-size: 20px; */
}
footer{
    text-align: center;
    margin-bottom: 20px;
}

.gnavi li a{
	position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
	/* color:#0481A2; */
}

.gnavi li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background:#0481A2;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.en{
    border-radius: 1rem;
}
.news dt::before{
    content: "▶︎";
    margin-right: 20px;
    color: #a20419;
}
button a{
    text-decoration: none;
    color: inherit;
}
.box_bg{
    background-image: url(../img/kv.png);
}
.box_bg02{
    background-image: url(../img/kv02.png);
}
.work h2 span,
.top h2 span{
    display: block;
    font-size: 15px;
}
.work h1{
    font-family: "Cormorant", serif;
    font-size: 8em;
}
.top h2{
    font-size: 3.5em;
    text-align: center;
    margin: 50px 0 30px  0px;
    position: relative;
    font-weight: bold;
    font-family: "Cormorant", serif;
}
.work h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8em;
    height: 8px;
    background-color: #ddd;
}
.top h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 7%;
    /* height: 2px; */
    /* background-color: #ddd; */
    border: dashed 1px #ddd;
}
.work_about{
    width: 100%;
}
.prof dl{
    border-bottom: 1px dashed #ccc;
}
.prof dl:first-of-type{
    border-top: 1px dashed #ccc;
}
.link{
    margin-left:5px;
    text-decoration: none;
    color: #a20419;
}
.link:hover{
    text-decoration: underline;
    color: #a20419;
}
.fixed-top{
    left: inherit !important;
}
.top_left{
    position: absolute;
    left: 0;
    padding: 0;

}.top_right{
    position: absolute;
    right: 0;
    padding: 0;
}
.btn_modal{
    width: 49%;
}

.sub_header{
    background: #f5dff0;
    height: 50vh;
    margin-bottom: 5em;
}
.box75{width: 75%;}
.suvNb{
    cursor: pointer;
    padding: 1em 0.2em;
    background-color: #fff;
    text-align: center;
    border-radius: 1em 1em 0 0;
    font-size: 18px;
    border-bottom: #000 solid 3px;
}
#sub_nuv .active{
    background-color: #000;
    border-color: #000;
    color: #fff;
    cursor: auto;
  }
@media screen and (max-width: 798px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .h1_tit{
        font-size: 5rem;
    }
    .h1_tit02 {
        transform: translate(4%, -55%);
        -webkit-transform: translate(4%, -55%);
        -ms-transform: translate(4%, -55%);
        font-size: 2rem;
        text-align: left;
    }
    .h1_tit02 span {
        font-size: 0.5rem;
    }
    .sp-block{
        display: block;
    }
    .row-cols-md-3>*{
        width: 100% !important;
        margin-top: 20px;
    }
    #page .badge {
        margin-bottom: 10px;
    }
    .btn_modal{
        width: 100%;
    }
    .work_about{
        margin: 0;
    }
    .work_about img{
        padding: 30px 10px  50px;
    }
    .ps-4 {
        padding-left: 0px  !important;
        float: right;
    }
    .container-fluid{
        justify-content: flex-end !important;
    }
    .prof dl{
        text-align: left;
    }
    .gnavi li a::after{
        left: 0%;
    }
    .col-wrap1{
        display: block;
    }
    .navbar {
        /* height: 100vh !important; */
        display: flex;
        align-content: flex-start !important;
       background: #fff;
       width: 100vw;
        left: 0;
        z-index: 111;
    }
    .navbar-toggler{
        background: #fff !important;
    }
    main{
        margin-top: 3em;
    }
    .work h1{
        font-size: 3em;
    }
    .gnavi li a{
        text-align: center;
    }
}