@charset "utf-8";
/*
Theme Name: company
Theme URI: http://sphere-links.co.jp/
Description: company
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: company

*/

*{margin:0;padding:0; letter-spacing:1px;-webkit-text-size-adjust:100%;}

body{
    font: 14px/1.4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333333;
    background:#FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
}

p {
    line-height:21px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding:0 7px 0 8px;
}

a {
    color:#004098;
    text-decoration:none;
}

a:visited {
    color:#004098;
}

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

a:hover img {
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        }

a:active, a:focus {
    outline: 0;
}

img {
    border:0;
}

.clear {
    clear:both;
}

.clear hr {
    display:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.more_right {
    float:right;
    margin-right:20px;
}

.t-center {
    text-align:center;
}

p.indent {
    margin-left:30px;
}

div.indent {
    padding-left:30px;
}

strong {
    font-weight:bold;
}

ul li {
    list-style:none;
}


ol li {
    list-style:disc;
    }


/*******************************
/* テーブル基本
*******************************/
table {
    border-collapse:collapse;
    width:90%;
    margin:0 auto;
    margin-bottom:15px;
}

td, th {
    border:1px #d9d9da solid;
    padding:15px 8px;
}

th {
    background:url(images/tablethbg.png);
}

.glay {
    background:#f6f6f6;
}

.center {
    text-align:center;
}

/*************
全体
*************/
#top {
    margin:0 auto;
    padding:0;
    width: 100%;
    text-align:center;
}


/*************
ヘッダー
*************/
/* ヘッダーラップ */
div#headwrap {
    background: url(images/head.png) no-repeat;
    width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
    background-size: 100% 100%;
}

div#head_in {
    height: auto;
    max-width: 983px;
    margin: 0 auto;
    display: flex;
    background-size: 100% 100%;
}
@media screen and (max-width: 2000px){
div#head_in {
background: url(images/head_in.png) no-repeat;
	background-size: 100% 100%;
	}
}
    div#head_in a{
        color:#FFFFFF;
        font-size:11px;
        text-decoration:none;
        }

    div#head_left{
        max-width:683px;
        float:left;
        }

            div#head_left h1{
            color:#FFFFFF;
            font-size:10px;
            padding-left:80px;
            padding-top:5px;
            font-weight:normal;
            text-align:left;
            }


div#head_right {
    max-width: 300px;
    float: right;
    width: 40%;
}
            div#head_right ul li{
                background:url(images/headpoint.png) no-repeat;
                background-position:0px 3px;
                float:left;
                margin:3px 0 0 10px;
                padding:0 0 0 15px;
                line-height:1.0;
                }


        div#headwrap a:hover img {
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        }

/* ヘッダーロゴ */
div#head2{
    background:url(images/head_bk.png) repeat-x;
    width:100%;
    height:138px;
    margin:0 auto;
    }

    div#head2_in{
        max-width:983px;
        margin:0 auto;
        padding-top:15px;
    }

    div#header-logo {
		width: 76.8%;
        max-width:755px;
        float:left;
		overflow: hidden;
    }
div#header-logo > a{
	display: block;
	float: left;
	width: 18.27%;
	max-width: 138px;
}
div#header-logo > img{
	display: block;
	float: right;
	width: 76.29%;
	max-width: 576px;
}
div#header-tel{
		width:23.19%;
        max-width:228px;
        float:right;
        margin-top:-19px;
}

div.clear {
    clear:both;
}




/*************
メニュー
*************/
div#menu{
    background:url(images/menu_bk.png) repeat-x;
    width:100%;
    height:65px;
    }

div#menu_in {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    max-width: 950px;
}

div#menu ul{
    margin:0;
    padding:0;
	display: flex;
    }

div#menu ul li{
    margin:0;
    padding:0;
    }

div#menu ul li.first{
    float:left;
    margin:0;
    padding:0;
}
div#menu ul li a{
    display: block;
}




/*************
コンテンツ
*************/
.container_wrap {
    margin:0 auto;
    padding:0;
    width: 100%;
    background:#FFFFFF;
    text-align:center;
}

#container {
    max-width:944px;
	width: 100%;
    margin:0 auto;
    margin-top:25px;
}
.container_wrap img{
	max-width: 100%;
}



/*************
メイン（右側）コンテンツ
*************/
#main {
    float: left;
	width:72%;
    padding: 0;
/*    display: inline;*/
    text-align:left;
}

    #main a.blue_point{
            background:url(images/point.png) no-repeat;
            background-position:0px 3px;
            margin:20px 30px 0 0px;
            padding:0 0 0 20px;
            float:right;
            display:block;
            }



    #main h2{
    /*font-family: "HGS明朝B","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
    color:#676565;
    font-size:16px;
    padding:20px 10px 0 10px;
    line-height:1.7;
    }

#main h2.merit {
    /*font-family: "HGS明朝B","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
    color: #676565;
    font-size: 14px;
    padding: 20px 10px 10px 10px;
    line-height: 1.7;
}


    #main h3{
    color:#999999;
    font-size:12px;
    padding:0 0 0 10px;
    line-height:1.2;
    font-weight:normal;
    font-family:"Times New Roman";
    }

            #main h3.merit3{
                color:#999999;
                font-size:12px;
                padding:5px 20px 0 10px;
                line-height:1.4;
                font-family:"Times New Roman";
                }




#main h4{
        color:#FFFFFF;
        font-weight:normal;
        font-size:14px;
        padding-top:5px;
  }
.title {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    background: #3080c1;
    min-height: 31px;
}
.title:before {
    position: absolute;
    content: "";
    width: 54px;
    height: 44px;
    background: url(images/title_icon2.png) no-repeat right top;
    right: 0;
    top: -13px;
}
#main .title.title2_2 h2 {
    font-size: 16px;
    padding: 3px 0 0 30px;
}
#main .title.title2_2 h3 {
    font-size: 10px;
    right: 40px;
    top: 13px;
}


.title_h3{
	border:2px solid #3080c1;
    padding: 4px 4px 4px 32px;
	box-sizing: border-box;
    position:relative;
    margin-top:50px;
}
.title_h3:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3080c1;
    top: 8px;
    left: 8px;
}
.title_h3:after {
    position: absolute;
    content: "";
    left: 11px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main .title_h3 h3{
        font-size:15px;
        font-weight:normal;
        color:#3080C1;
        text-align:left;
        background:none;
        border:none;
        padding:0;
        line-height:1.5;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        }

#main .title_h3 h4{
        font-size:15px;
        color:#3080C1;
        position:absolute;
        right:45px;
        top:8px;
        text-align:left;
        background:none;
        border:none;
        font-weight:normal;
        font-family:"Times New Roman", Times, serif;
        line-height:1.0;
        padding:0;
        }

#main .title h2 {
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    background: none;
    border: none;
    padding: 3px 0 0 30px;
    line-height: 1.5;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 0 6px #3080c1,0 0 6px #3080c1;
}
    #main .title h2:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    top:8px;
    left: 8px;
}
    #main .title h2:after {
    position: absolute;
    content: "";
    left: 11px;
    top:12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3080c1;
    border-right: 1px solid #3080c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main .title h3 {
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 45px;
    top: 10px;
    text-align: left;
    background: none;
    border: none;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.0;
    padding: 0;
}

#newsd dl{
   width:100%;
}

#newsd dt{
  font-size:14px;
  font-weight:normal;
  color:#3080c1;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 5px;
  width:120px;
}

#newsd dd{
  font-size:14px;
  line-height: 1.8;
  border-bottom-width: 1px;
  border-bottom-style:dotted;
  border-bottom-color: #666666;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:5px;
  }



#newsd ul#widget{
margin:30px 0 0 0;
}

#newsd ul li{
margin-right:0px;
}
#newsd ul li:last-child{
    padding-right:0px;
    margin-right:0px;
}
#newsd ul li.sns{
width:280px;
float:left;
}
#newsd ul li.sns:first-child{
    width:350px;
    padding-right:30px;

}
#newsd ul li.sns:first-child span.line{
    font-size:0.7em;

}
span.line{
    color:#a8a8a8;
    }


.cont{
    width:600px;
    margin:0 auto;
    padding-top:20px;
    }

#staff{
    margin-top:30px;
}

    #staff p{
        padding:40px 15px 0 15px;
        font-size:13px;
        font-weight:bold;
        }

    #staff p.db{
        padding:30px 15px 0 15px;
        font-size:13px;
        font-weight:bold;
        }
    #staff2 p.db{
        padding:40px 15px 0 15px;
        font-size:13px;
        font-weight:bold;
        }
#staff2 p.db.db2 {
    padding: 30px 22px 0 10px;
    font-size: 13px;
    font-weight: bold;
}
#staff ul,#staff2 ul{
    display: flex;
    flex-wrap: wrap;
}
#staff ul li,#staff2 ul li{
    background: url(images/flow2.png) no-repeat;
    width: 24%;
    height: 107px;
    float: left;
    margin: 5px 1.3333% 5px 0;
    padding: 0;
    background-size: 100% 100%;
	box-sizing: border-box;
}
#staff ul li:nth-child(4n),#staff2 ul li:nth-child(4n){
	margin-right: 0;
}
#staff2 ul li {
    background: url(images/flow3.png) no-repeat;
    background-size: 100% 100%;
}
#staff2{
	margin-top: 30px;
}
/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: right;
width: 26.48%;
max-width: 250px;
font-size:12px;
text-align:left;
}

#sidebar ul li{
    padding:0;
    margin:5px 0 0 0;
    }

.kleiber_bn_sp{
    display: none;
}
@media screen and (max-width: 768px){
    .kleiber_bn_sp{
        display: block;
        margin-top: 5px;
    }
    
    .kleiber_bn_pc{
        display: none;
    }
    
}


/*************
company


table#company {
    width:730px;
    line-height:1.8;
    border-bottom: #e3e3e3 1px dotted;
    margin-top:20px;
    }

table#company th.t_top {
    border-top: #2A6FCC 4px solid;
    background-color:#EFEBEF;
    width:200px;
}

table#company th {
    border-bottom: #e3e3e3 1px dotted;
    text-align: right;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
    background-color:#EFEBEF;
    font-weight:bold;
}

table#company td.t_top {
    border-top: #6881EF 4px solid;
    background-color:#ffffff;
    width:530px;
}

table#company td {
    border-bottom: #e3e3e3 1px dotted;
    text-align: left;
    padding: 10px 10px 10px 25px;
    background-color:#ffffff;
}



#com{
    width:550px;
    margin:0 auto;
    }

#com_left{
    width:180px;
    float:left;
    text-align:left;
    padding-left:0;
    margin:0;
    }

#com_right{
    width:320px;
    float:right;
    text-align:left;
    }

/*************
service
*************/

table#recruit {
	width: 100%;
    line-height:1.8;
    border-bottom: #e3e3e3 1px dotted;
    margin:20px 0 0 0px;

    }

table#recruit th.t_top {
    border-top: #000033 4px solid;
    background-color:#EFEBEF;
    text-align:center;
    font-weight:bold;
}

table#recruit th {
    border-bottom: #e3e3e3 1px dotted;
    text-align: center;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
    font-weight:bold;
    font-size:13px;
    width:200px;
    background-color:#EFEBEF;
		box-sizing: border-box;
}

table#recruit td.t_top {
    border-top: #3080c1 4px solid;
    background-color:#F4F4F4;
    text-align:left;
    font-weight:bold;
	box-sizing: border-box;
}

table#recruit td {
    border-bottom: #e3e3e3 1px dotted;
    padding: 10px 20px;
    background-color:#F4F4F4;
    line-height:1.8;
    font-size:13px;
    text-align:left;
    font-weight:bold;
	box-sizing: border-box;
}


.sm{
    color:#333333;
    font-size:11px;
    font-weight:normal;
    }

div#business{
}

div#business ul li{
    background:url(images/point2.png) no-repeat;
    background-position:0px 3px;
    float:left;
    margin:5px 0 5px 0px;
    padding:5px 15px 0 20px;
    line-height:1.0;
    font-size:12px;
    }


div#business ul li.moreb{
    background:url(images/point4.png) no-repeat;
    background-position:0px 4px;
    float:left;
    margin:15px 0 5px 0px;
    padding:5px 15px 0 20px;
    line-height:1.0;
    font-weight:normal;
    }


#privacy{
    width:100%;
}

#privacy p{
    line-height:1.7;
    font-size:13px;
    padding:0 20px 0 20px;
    margin:0;
    }

/***** お問い合わせについて　野澤　*****/
#privacy .contact_us{
    margin-top:50px;
}
#privacy .contact_us p:nth-of-type(1){
    font-size:17px;
    font-weight:bold;
    border-bottom:3px solid #1E90FF;
    padding-bottom:5px;
}
#privacy .contact_us p:nth-of-type(2){
    font-size:15px;
    margin-top:7px;
    text-indent:1em;
}
#privacy .contact_us p:nth-of-type(3){
    font-size:15px;
    font-weight:bold;
    margin-top:7px;
}
#privacy .contact_us p:nth-of-type(4){
    font-size:15px;
    margin-top:5px;
    text-indent:1em;
}




/*************
あいさつ
*************/


#greeting{
}

    #greeting p{
    /*font-family: "HGS明朝B","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
    font-size:14px;
    padding:20px 30px 0 0px;
    line-height:1.7;
        color: #676565;
    }


    #gr{
        width:100%;
        position:relative;
        margin:0 auto;
        }

    #gr p{
    /*font-family: "HGS明朝B","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
    font-size:15px;
    padding:0;
    line-height:2.0;
    }

    #gr_in{
        width:250px;
        position:absolute;
        right:20px;
        top:20px;
        }

    #gr_left{
        width:100px;
        float:left;
        }

    #gr_right{
        width:150px;
        float:right;
        }

li.sns{
    overflow:hidden;


}
span#u_0_3{
        font-size:0.6em;

}


/*************
フッター
*************/
.topbtn {
    margin: 0 auto;
    display: block;
    max-width: 944px;
}
#footer{
    max-width:850px;
	width: 100%;
    margin:0 auto;
    text-align:center;
    }


    #footer a{
        color:#333333;
        text-decoration:underline;
        font-size:12px;
        }

    #footer h3{
        text-align:center;
        font-size:11px;
        color:#000000;
        font-weight:normal;
        padding-top:10px;
        }
#footer ul {
    margin-top: 30px;
    width: 100%!important;
}

    #footer ul li{
        background:url(images/footpoint.png) no-repeat;
        background-position:0px 3px;
        padding:0 20px 0 40px;
		box-sizing: border-box;
        text-align:center;
		display: inline-block;
		margin-bottom: 10px;
}


    #footer ul li.end{
            background:url(images/footpoint.png) no-repeat;
            background-position:0px 3px;
        padding:0 20px 0 40px;
		box-sizing: border-box;
            text-align:center;
            border-right:1px solid #666666;
            font-size:11px;
                    }

#foot_bk{
    background:url(images/footbk.png) no-repeat;
    max-width:943px;
	width: 100%;
    height:120px;
    margin:0 auto;
    position:relative;
    }

    #foot_bk h2{
        font-size:13px;
        font-weight:normal;
        top:55px;
        left:150px;
        position:absolute;
        text-align:left;
        }
#foot_bk a{
	float: right;
	max-width: 206px;
	width: 21.84%;
}

#copy{
    background:#3080c1;
    width:100%;
    }

#copy h3{
    font-size:12px;
    color:#FFFFFF;
    text-align:center;
    font-weight:normal;
    line-height:2.0;
    }

/*************
slide
*************/
#top_img{
    width:100%;
    margin:0 auto;
    padding:0;
    background:url(images/pan2.png) repeat-x;
    text-align:center;
    position:relative;
    }


#top_img_in{
	width: 100%;
    max-width:941px;
    margin:0 auto;
    padding:0;
    text-align:center;
    position:relative;
        }

#kasou_img {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 15px;
    background: url(images/pan.png) repeat-x;
    height: auto;
    box-sizing: border-box;
}
#kasou_img_in{
    max-width:983px;
	width: 100%;
	height: auto;
    margin:0 auto;
    padding:0;
    text-align:center;
        }
#kasou_img_in img{
	margin-top: 0!important;
}


#sitemap{
    line-height:1.5;
}


    #sitemap a.blue_point2{
            background:url(images/point.png) no-repeat;
            background-position:0px 3px;
            margin:5px 30px 0 0px;
            padding:0 0 0 20px;
            display:block;
            }

.text p {
    /*font-family: "HGS明朝B","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
    font-size: 13px;
    padding: 20px 10px 0 10px;
    line-height: 1.7;
}


/**********女子向け**********/
#kasou_img_zyosi {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(images/pan.png) repeat-x;
    height: 348px;
    background-repeat-y: repeat;
    background-size: contain;
}

#zyos{
    width: 660px;
    margin-top: 36px;
}

#zyos h3{
    font-size: 17px;
    text-align: center;
    background-color: #3080C1;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bold;
}

#zyos p{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 20px;
}

.zyosbtn{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.zyosbtn a:hover {
    background-color: #fff;
    border: 1px solid #3080C1;
    box-shadow: -6px -6px 0 #fff, -7px -7px 0 #4e89ff;
    color: #3080C1;
}
.zyosbtn a {
    background-color: #3080C1;
    display: block;
    text-align: center;
    line-height: 55px;
    color: #fff;
    /* border-radius: 10px; */
    border: 1px solid #4e89ff;
    font-weight: bold;
    /* opacity: 0.8; */
    box-shadow: 6px 6px 0 #fff, 7px 7px 0 #3080C1;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none
}

.fa-envelope:before {
    content: "\f0e0";
    font-size: 20px;
}


/*レスポンシブ用*/
img {
  max-width: 100%;
  height: auto;
}
#sp_g_nav{
	display: none;
}

.googlemap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.googlemap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
#foot_bk .sp_logo{
	display: none;
}
@media screen and (max-width:980px){
#container {
    width: 96%;
}
div#head2_in {
    max-width: 98%;
}
#newsd ul li.sns:first-child {
    width: 350px;
    padding-right:0;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
#newsd ul li.sns {
    float: none;
	text-align: center;
    margin: 0 auto;
}
#foot_bk{
	width: 98%;
}
#foot_bk h2 {
    font-size: 10px;
}
}



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

	header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 60;
}
div#headwrap,div#head2,div#menu {
    display: none;
}
div#head2 {
    background: url(images/head_bk.png) repeat-x;
    width: 100%;
    height: 138px;
    margin: 0 auto;
    display: none;
}
#sp_g_nav {
    display: block;
    z-index: 10000;
    width: 100%;
    position: fixed;
}
	#g_nav{
		display: none;
	}

.sp_logo {
    position: absolute;
    top: -2px;
    left: 0;
    text-align: left;
    width: 80px;
}
.sp_logo2 {
    position: absolute;
    top: -7px;
    left: 85px;
    text-align: left;
    width: 400px;
}
	.sp_logo img{
		width: 100%;
	}
	
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}

.lg_m {
    text-align: right;
    background: #fff;
	height: 60px;
}
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
.menu-trigger {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 2;
    background: #3080c1;
}
	.menu-trigger span{
	  position: absolute;
	  background: #fff;
	  width: 30px;
	  height: 2px;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
.menu-trigger span:nth-of-type(1) {
    top: 18px;
}
	.menu-trigger span:nth-of-type(2){
	  top: 0;
	  bottom: 0;
	}
.menu-trigger span:nth-of-type(3) {
    bottom: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	/*メニューの動き END*/

#sp_g_nav .sp_nav ul {
    background-color: #eee;
    display: block;
    max-height: calc( 100vh - 180px );
    overflow-y: scroll;
    z-index: 10000;
}
	#sp_g_nav .sp_nav ul.dropdown{
		border-top: 1px solid #10305a;
	}
	#sp_g_nav .sp_nav ul.dropdown{
	background: #dedfe7;

	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 60px;
	  width: 100%;
	z-index: 3;
	}
	#sp_g_nav .sp_nav li{
		text-align:center;
		width: 100%;
		border-bottom: solid 1px #000;
		position: relative;
	}
#sp_g_nav .sp_nav li span.arrow_icon {
    top: 18px;
    right: 26px;
    width: 15px;
    height: 15px;
    content: "";
    background: url(images/sp_arrow.png) no-repeat center top;
	position: absolute;
}
#sp_g_nav .sp_nav li a {
    display: block;
    padding: 12px 5px 12px 10px;
    color: #000;
    font-size: 15px;
    text-align: left;
    box-sizing: border-box;
}
header nav ul li:not(:last-child) {
    padding-right: 0;
}
#sp_g_nav .sp_nav span.plus {
    position: absolute;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    width: 40px;
    height: 40px;
    background: #352a19;
    vertical-align: top;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    right: 7px;
    top: 4px;
    padding-top: 2px;
}
.sp_nav div{
		display: flex;
		justify-content: center;
		background-color: #fff;
		opacity: 0.9;
		width: 100%;
	}
	
	.logo2{
		display: none;
	}
	
#top_img {
    margin-top: 60px;
}
#main {
    float: none;
    width: 100%;
}
#sidebar {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}
#sidebar ul{
	display: flex;
	flex-wrap:wrap;
	max-width: 480px;
	justify-content: space-between;
	margin: 0 auto;
}
#sidebar ul	li{
	flex-basis: 48%;
	background: none;
}
	
#footer ul li,#footer ul li.end {
    text-align: left;
	background: none;
	display: block;
	position: relative;
	border: none;
}
#footer ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #3080c1;
}
#foot_bk{
	height: auto;
}
#foot_bk h2 {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 150px;
    padding-top: 55px;
	line-height: 1.5;
}
#foot_bk h2 a {
    display: inline;
    float: none;
    width: auto;
}
#foot_bk > a {
    float: none;
    max-width: 206px;
    width: 100%;
    display: block;
    position: relative;
    height: 32px;
    margin: 20px auto;
}
#foot_bk a img{
	margin: 0!important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 20!important;
	display: none!important;
}
.topbtn{
		display: none;
}
	

/* ページTOPに戻る */
.pagetopsp{
    display: none;
    position: fixed;
right: 5px;
    bottom: 15px;
    z-index: 9999;
}
.pagetopsp a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ccc;
    border-radius: 50%;
    line-height: 50px;
	position: relative;
}
.pagetopsp a:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    margin: 0 10px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
    right: 6px;
    top: 18px;
}
	
#main .title h2 {
    font-size: 14px;
    padding: 5px 0 0 30px;
}
#kasou_img {
    padding: 0;
    padding-top: 60px;
    background: none;
}
#greeting p {
    padding: 20px 0 0 0px;
}
.spcenter{
		text-align: center;
}
.spcenter a{
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 206px;
}
.spcenter a img{
    margin: 20px 0!important;
    float: none;
	display: block;
}
	table#recruit td.naiyou a{
		pointer-events: none;
		color: #333;
	}
        
}

    .naiyou span{
        pointer-events: none;
        color: #000;
    }


@media screen and (max-width:600px){
#foot_bk {
    background: none;
    margin-top: 30px;
    border-top: 2px dotted #ccc;
    padding-top: 30px;
}
#foot_bk .sp_logo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    text-align: center;
}
#foot_bk .sp_logo .sp_f1{
    float: none;
    max-width: 138px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
	#foot_bk .sp_logo img{
		width: 100%;
		max-width: 138px;
		display: block;
	}
	#foot_bk .sp_f2{
		color: #3080c1;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		font-weight: bold;
	}
#foot_bk h2 {
    margin-left: 0;
	padding: 20px 10px 0;
	box-sizing: border-box;
	
}
}

@media screen and (max-width:480px){
#main .title h3 {
    font-size: 10px;
	right: 39px;
}
#staff ul li,#staff2 ul li{
    width: 32%;
    margin: 5px 2% 5px 0;
}
#staff ul li:nth-child(4n),#staff2 ul li:nth-child(4n) {
    margin-right: 2%;
}
#staff ul li:nth-child(3n),#staff2 ul li:nth-child(3n){
    margin-right: 0;
}
table#recruit th {
    padding: 10px;
    width: 20%;
}
#staff2 p.db {
    padding: 30px 15px 0 10px;
    font-size: 11px;
    font-weight: bold;
}
#staff2 p.db.db2 {
    padding: 23px 22px 0 10px;
    font-size: 11px;
}
table#recruit {
 width: 100%;
 }
 table#recruit th,table#recruit td {
 display: block;
 width: 100%;
 }
	table#recruit th{
		text-align: left!important;
	}
	table#recruit td.t_top{
		border-top: none;
	}
	div#business ul li.moreb {
    float: none;
}
	
#kasou_img_in img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: 0 50%;
}
#main .title h2 {
    font-size: 13px!important;
    padding: 7px 0 0 27px!important;
}
.title.title2 {
    height: 52px;
}
.title.title2 h3 {
    top: 32px!important;
}
.title.title2:before {
    background: url(images/title_icon2.png) no-repeat right top;
    top: 8px;
}
.sp_logo {
    top: 3px;
    left: 0;
    width: 65px;
}
.sp_logo2 {
    top: 3px;
    left: 60px;
    width: 285px;
}
}
@media screen and (max-width:400px){
.sp_logo2 {
    top: 5px;
    width: 270px;
}
}










.sv_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
    .sv_wrap{
        display: block;
    }
}

.new_comp_wrap>p{
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    /*font-family: "HGS明朝B","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
}
@media screen and (max-width: 768px){
    .new_comp_wrap>p{
        text-align: left;
        font-size: 14px;
    }
    .new_comp_wrap>p br{
        display: none;
    }
}

#main .new_comp_wrap h2.merit{
    padding: 20px;
}
@media screen and (max-width: 768px){
    #main .new_comp_wrap h2.merit{
        padding: 10px;
    }
}

.new_comp_wrap img{
    border: solid 1px #e6e6e6;
    padding: 5px;
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .new_comp_wrap img{
        display: block;
        margin: 20px auto 0 auto;
    }
}

.sv_wrap p a{
    display: block;
    width: 200px;
    margin-left: 10px;
    background-color: #3080c1;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    line-height: 1;    
}
@media screen and (max-width: 768px){
    .sv_wrap p a{
        margin: 0 auto;
    }
}

.sv_wrap p a:hover{
    background-color: #5babed;
    text-decoration: none;
}

.tel_no{
    pointer-events: none;
    color: #000!important;
    float: none!important;
}
@media screen and (max-width: 500px){
    .tel_no{
        pointer-events: auto;
        color: #004098!important;
    }
}


#main .title.bd_title:before{
    content: none;
}

#main .title.bd_title{
    background:none;
}

#main .title.bd_title h2:before{
    content: none;
}

#main .title.bd_title h2:after{
    content: none;
}

#main .title.bd_title h2{
    text-shadow: none;
    color: #000;
    padding: 3px 0 3px 9px!important;
}

#main .title.bd_title h2{
  border-bottom: solid 3px #3080c1;
  position: relative;
}

#main .title.bd_title h2:after {
  position: absolute;
  content: " ";
  display: block;
    border-top: none;
    border-right: none;
  border-bottom: solid 3px #000033;
  bottom: -3px;
  width: 10%;
    -webkit-transform: rotate(0);
    transform: rotate(0);    
    top: 0;
    left: 0;
    height: auto;
}

#main .title.bd_title+h2.merit{
    padding: 10px!important;
}











