@charset "UTF-8";

/* css document */


/*-----------------------------
改行に関するcss
-----------------------------*/

/* スマホ・タブレットで改行しない */

@media screen and (max-width:480px){
    .s-nobr{
        display:none;
    }

}

/* パソコンで改行しない */

@media screen and (min-width:480px){
    .p-nobr{
        display:none;
    }

}

/*-----------------------------
表示に関するcss
-----------------------------*/


@media screen and (max-width:480px){

    /*スマホのときだけ表示しない設定*/
    .s-none{
        display: none;
    }

    /* スマホのときだけ左寄せ */
    .s-left{
        text-align:left;    
    }

}

@media (min-width:480px){
    /* パソコン以上で表示しない */
    .pc-none{
        display: none;
    }
}

/*-----------------------------
リンク
-----------------------------*/


a:hover img{
    opacity: 0.6;
    filter: alpha(opacity=50);
    -webkit-transition:0.4s;
    transition: 0.4s;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.mb10{
    margin-bottom:10px;
}

.mb20{
    margin-bottom:20px;
}

.mb30{
    margin-bottom:30px;
}

.lh17{
    line-height: 1.7;
}

.lh20{
    line-height: 2.0;
}

#main .h3-index a{
    color:#3248ab;
    text-decoration:none;
}

.font11{
    font-size:11px;
}

.font11{
    font-size:1.1rem;
}

.font12{
    font-size:12px;
}

.font12{
    font-size:1.2rem;
}

.font13{
    font-size:13px;
}

.font13{
    font-size:1.3rem;
}

.font14{
    font-size:14px;
}

.font14{
    font-size:1.4rem;
}

.font15{
    font-size:15px;
}

.font15{
    font-size:1.5rem;
}

.font16{
    font-size:16px;
}

.font16{
    font-size:1.6rem;
}

.font17{
    font-size:17px;
}

.font17{
    font-size:1.7rem;
}

.font18{
    font-size:18px;
}

.font18{
    font-size:1.8rem;
}

.font19{
    font-size:19px;
}

.font19{
    font-size:1.9rem;
}

.font20{
    font-size:20px;
}

.font21{
    font-size:2.1rem;
}

.font22{
    font-size:2.2rem;
}

.font23{
    font-size:2.3rem;
}

.font24{
    font-size:2.4rem;
}

.font25{
    font-size:2.5rem;
}

.font26{
    font-size:2.6rem;
}

.font27{
    font-size:2.7rem;
}

.font28{
    font-size:2.8rem;
}

.font29{
    font-size:2.9rem;
}

.font30{
    font-size:3.0rem;
}

.font31{
    font-size:3.1rem;
}

.ora{
    color:#ff6c00;
}

.orab{
    color:#ff6c00;
}

.gr{
    color:#00b623;
}

.grb{
    color:#02712f;
    font-weight: bold;
}

.blue{
    color:#004098;
}

.blue-light{
color:#0090d6;
}


@media screen and (max-width:480px){
    
    /*スマホのときだけ表示しない設定*/
    .s-none{
        display: none;
    }
    
    /* スマホのときだけ改行しない */
    .s-nobr{
        display:none;
    }
    
    /* スマホのときだけ左寄せ */
    .s-left{
        text-align:left;    
    }
    
}

/* パソコンの時は改行しない */

@media screen and (min-width:768px){
    .p-nobr{
        display:none;
    }

}


/* メインフレーム */
body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #333;
    -webkit-transform: rotate(.03deg);
    transform: rotate(.03deg);
    font-weight: 600;
}

.page-cont{
    background: rgba(255,255,255,0.6);
    padding:20px;
    margin-bottom:20px;
    //border-radius: 16px;
    //-webkit-border-radius: 16px;
    //-moz-border-radius: 16px;
}

.content-title{
    margin-bottom:20px;
}


/* ヘッダ */
header {
    background: url(img/common/bg-header.jpg) #f2f2f2;
    margin-bottom:30px;
    
}
header a, #main a {
    text-decoration: underline;
    color:#333;
}

header a:hover, #main a:hover {
    text-decoration: none;
    color:#4791d1;
}

header h1.col img{
    //mix-blend-mode:multiply;
}

.header-tel-box{
    color:#004098;
}

header .tel-link {
    color: #004098;
    font-weight: bold;
}

@media ( min-width : 769px ) { 

header h1{
    text-align: left;
}
    
}

.font-tel{
    font-family: 'Arimo', sans-serif;
}

/* フッタ */

footer {
    color:#333;
    background: url(img/common/bg-footer.gif) center top no-repeat;
}

#footer-nav{
    //border-top:1px solid #333;
    //border-bottom:1px solid #333;
    background:#646363;
}

div#footer-nav li{
    border-left:1px solid #fff;
}

div#footer-nav li:last-child{
    border-right:1px solid #fff;
}

div#footer-nav a {
    text-decoration: none;
    color:#fff;
    font-size:1.1rem;
}

div#footer-nav a:hover {
    text-decoration: none;
    color:#94deff;    
}

footer a { 
    text-decoration: none;
    color:#333;
}

footer a:hover {
    text-decoration: underline;
    color:#666;    
}

address{
    font-size:1.3rem;
}


/* nav */
@media ( min-width : 769px ) {  
    nav#main-nav ul li { 
        font-size: 1.5rem;
        font-weight: bold;
        border-left:1px solid #999;
    }
    
    nav#main-nav ul li:last-child{
        border-right:1px solid #999;
    }
    
    
    nav#main-nav ul li a{
        text-decoration: none;
        color:#333;
    }
    
    
}

/* スマホ用プルダウンメニュー */
.slicknav_menu {
    background-color:#004098;
}

.slicknav_btn {
    background-color:#0090d6;
    color:#fff;
}
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: 0px 1px 3px #3248ab;
}

.slicknav_nav a:hover {
    color:#fff;
    background-color:#3248ab;        
}



/* 共通　*/



/*---------------------------------
index
---------------------------------*/

#main .bt-company a:link ,#main .bt-company a:visited{
    color:#333;
}

#main .bt-company a:hover{
    color:#004098;
}

.bt-co{
    text-decoration: none !important;
}

.bt-co {
    display: inline-block;
	width: 140px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #333;
	color: #fff;
    font-size:1.3rem;
}


.bt-co::before,
.bt-co::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.bt-co,
.bt-co::before,
.bt-co::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.bt-co:hover {
	background-color: #fff;
    border-color: #004098;
	color: #59b1eb;
}

.bt-co::before,
.bt-co::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}

.bt-co::before {
	right: 0;
}

.bt-co::after {
	left: 0;
}

.bt-co:hover::before,
.bt-co:hover::after {
	width: 0;
    background-color: #004098;
}

@media(min-width:768px){
.work-bt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width:600px;
    margin: 20px auto;
}

.work-bt li{
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    color:#004098;
    font-size:1.4rem;
    margin-right:20px;
}
    
}

.work-bt li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f152";
    color:#004098;
    margin-right:6px;
    font-size:1.1rem;
    
}

#main .work-bt li a:link,
#main .work-bt li a:visited{
    color:#0a6ef6;
    text-decoration: none;
}

/*===============================
TOPページスライドショー
===============================*/

/* スライドの文字の動き　*/

.swiper-container{
    width:100%;
    height:100%;
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-slide-content {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
    z-index:10000;
}

.swiper-slide{
    margin-bottom:30px; 
}

@media(min-width:768px){
    .swiper-slide{
        padding:0 30px;
    }
}

.swiper-slide-content-1{
    right:50px;
    bottom:50px;
}

.swiper-slide-content-2{
    left:60px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}

@media(max-width:768px){
    .swiper-slide-content{
        width:60%;
        left:50%;
        top:50%;
        -webkit-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%);
    }
    
}

/* スライドのレイアウト */


.swiper-container {
    max-width: 100%;
    height: auto;
}

.slide-img{
    width:100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-img {
    -o-object-position: 0 100%;
    object-position: 0 100%
}

.slide-img {
    -o-object-position: 100% 100%;
    object-position: 100% 100%
}

/*-- content --*/

.row-order > div:first-child{
    float:right;    
}

.row-order > div:last-child{
    float:left;
    margin-right:2%;
    margin-left:0;
}

.top-news dl{
    text-align: left;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #999;
}

.top-news dt{
    display: inline-block;
}

.top-news dd{
    display: inline-block;
}





/*---------------------------------
content
---------------------------------*/

h2{
    color:#3248ab;
    font-size:2.0rem;
    margin-bottom:1em;
    line-height:1.75;
}


h3.content {
    padding:10px; 
    margin-bottom: 20px; 
    color:#666;
    font-size:2.1rem;
    font-weight: normal;
}




/* index */

.top-cont img{
    margin-bottom:20px;
}

.h3-cont4 p{
    text-align: center;
}


.go-merit{
    text-align:right;
    font-size:1.3rem;
}



/* ---------------------------------
申し込み・お問い合わせ
---------------------------------*/

.h3-page span{
    border-left:5px solid #0A6EF6;
    padding-left:10px;
    text-align: left;
    color:#0A6EF6;
    font-size:2.1rem;
    font-weight:normal;
}

.h3-page{
    border-bottom:1px dashed #0a6ef6;
    text-align: left;
    margin-bottom:20px;
}



.h3-contact{
    background: #feffbd;
    border:1px dashed #ff6c00;
    line-height:2;
    padding:10px 0 10px 80px;
    text-align: left;
    position:relative;
    color:#ff6c00;
    margin:40px 0 20px 0;
}


/*---------------------------------
会社概要
---------------------------------*/

.about1-box dl:nth-child(2n) { 
    background-color:#C9E8F1;
}
.about2-box dl { 
    border-bottom:1px dotted #3248ab;
}

.info-about{
    display:table;
    width:100%;
    margin:2em auto;
    border:1px solid #999;
    border-radius: 12px;
}

.info-about-text{
    display: table-cell;
    padding:1em 0.4em;
    vertical-align: middle;
    background:#016330;
    color:#fff;
    border-radius: 12px 0 0 12px;
    font-size:1.2rem;
}

.info-about-tel{
    display:table-cell;
    padding:1em 0.4em;
    vertical-align: middle;
    font-size:1.8rem;
}

//.company-tel{
    font-family: 'Crimson Text', serif;
}

.about-reform dt{
    color:#02712F;
}

.about-reform dd{
    margin-bottom:10px;
}


@media ( min-width : 768px ) {

    .info-about{
        width:80%;
    }

    .info-about-text{
        font-size:1.5rem;
        padding:1em 0.5em;
        text-align: center;
    }

    .info-about-tel{
        font-size:3.2rem;
        padding:1em 0.5em;
        text-align: center;
    }


}



@media (min-width: 769px){
    
    .h2-top{
        font-size:2.0rem;
        text-align: left;
        margin-bottom:10px;
        color:#014099;
    }
    
}



/*--------------------------------
company
---------------------------------*/

h3.about{
    font-size:2.4rem;
    font-weight: normal;
    margin-bottom:30px;
}

.googlemap iframe { width:100%; height:350px; }
.googlemap-link-box { text-align: right; }
.about1-box dl { padding:10px; }
.about1-box dl dt { float:left; width: 120px; }

.about2-box { margin-bottom:50px; }
.about2-box dl { 
    padding:10px; 
}

.about2-box dl {
    display: table;
    width:100%;
}
    
.about2-box dl dt {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
}

.about2-box dl dd{
    display: table-cell;
}



@media ( min-width : 769px ) {  
    header .content-title.company {
        background-image:url(./img/company/main-image.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
        height:200px;
    }
}

@media ( max-width : 768px ) {
    header .content-title.company {
        background-image:url(./img/company/main-image.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:left;
        height:200px;
    }
}

.h4-recruit{
    text-align: center;
    margin-bottom:20px;
    font-size:1.8rem;
    font-weight: normal;
    color:#004098;
    
}

.h4-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h4-recruit:before,
.h4-recruit:after {
    border-top: 1px solid #004098;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.h4-recruit:before {
    margin-right: 1rem;
}
.h4-recruit:after {
    margin-left: 1rem;
}

    
/*---------------------------------
contact
---------------------------------*/

@media ( min-width : 769px ) {  
    header .content-title.contact {
        background-image:url(./img/contact/main-image.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
        height:200px;
    }
}

@media ( max-width : 768px ) {
    header .content-title.contact {
        background-image:url(./img/contact/main-image.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:left;
        height:200px;
    }
}

.form-box{
    overflow: auto;
}

.privacy-box{
    border:1px solid #ccc;
    padding:30px;
}

.privacy{
    height:200px;
    overflow-y: scroll;
}
    
/*---------------------------------
print
---------------------------------*/
    
    
@media ( min-width : 769px ) {  
    header .content-title.printing{
        background-image:url(./img/print/main-image.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
        height:200px;
    }
}

@media ( max-width : 768px ) {
    header .content-title.printing{
        background:url(./img/print/main-image.jpg) left top no-repeat;
        background-size: cover;
        height:200px;
    }
}


/*---------------------------------
広告
---------------------------------*/

@media ( min-width : 769px ) {
    header .content-title.advertising {
        background:url(./img/ad2/main-image.jpg) no-repeat center center;
        background-size:cover;
        height:200px;
    }
}

@media ( max-width : 768px ) {
    header .content-title.advertising {
        background-image:url(./img/ad2/main-image.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position:left;
        height:200px;
    }
}



/*---------------------------------
お問い合わせボタン
---------------------------------*/

.bt-contact {
    max-width: 380px;
    margin: 40px auto 80px;
}
.bt-contact a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.bt-contact a:link,
.bt-contact a:visited{
    text-decoration: none !important;
    color:#fff !important;
}

.bt-contact a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    //background: linear-gradient(155deg, #ffccb2 20%, #e8fcc2 40%, #ffccb2 51%, #eae3de 80%);
    background: linear-gradient(155deg, #fff 40%, #ffdcad 60%, #ffdcad 70%, #fff 90%);
    //border-radius: 7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bt-contact a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    //background-color: orange;
    background: -webkit-gradient(linear, left top, right top, from(#ff6c00) , to(orange));
    background: linear-gradient(to right, #ff6c00 , orange);
    //border-radius: 7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.bt-contact a span {
    position: relative;
    display: block;
    padding: 2.8rem 5rem;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    overflow: hidden;
    z-index: +1;
}
.bt-contact a span::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt-contact a::after, .bt-contact a span {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bt-contact a:hover::after, .bt-contact a:hover span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.bt-contact a:hover span::before {
    -webkit-animation: shine 1s ease-in-out 1;
    animation: shine 1s ease-in-out 1;
}
@-webkit-keyframes shine {
    0% {
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
        opacity: 0.5;
    }
    20% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@keyframes shine {
    0% {
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
        opacity: 0.5;
    }
    20% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

