@charset "UTF-8";
/*****************************************
共通設定
******************************************/
/*
 ページ全体のフォント設定
*/
html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    font-size: 62.5%;
    line-height: 160%;
    color: #000;
}
/*
 すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/
body {
    margin: 0;
    font-size: 1.6em;
    overflow-x : hidden;
    line-height: 160%;
}
* {
     margin: 0;
     padding: 0;
}
/*
 IE9+用に、displayプロパティを定義。
 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
 2. IE, Firefox用、main要素に「display: block;」を定義。
*/
article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
    display: block;
}
/*
 IE9+用、displayプロパティを定義。
 */
audio, canvas, progress, video {
    display: inline-block;
}
/* Clearfix */
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}
/* 追加マージン */
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
em {
    font-weight: bold;
    text-decoration: underline;
}
/*
 リンクの下線部を取り除く。
*/
a:link {
    text-decoration: none;
    color: #000;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none
}
a:active {
    text-decoration: none
}
/* 要素が浮き出る効果
**********************/
/* 移動＋透明度 */
.mv01 {
    opacity: 0;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transition: 0.8s;
}
.mv02 {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/* フェードインopacity*/
.mv03 {
    opacity: 0;
    transition: 0.8s;
}
.mv04 {
    opacity: 1.0;
}
/*****************************************
レイアウト関連
******************************************/
.footer_back img.only-sp {
    display: none;
}
.only-sp {
    display: none;
}
.br-sp {
    display: none;
}
#nav-drawer {
    display: none;
}
/*****************************************
スムーススクロール
******************************************/
#web,#design,#consulting {
	margin-top:-110px;
  padding-top:110px;
}
a.inner-link {
	margin: 0;
	padding: 0;
	position: absolute;
}
/*****************************************
グローバルナビ 
******************************************/
.site_header_back {
    width: 1000px;
    margin: 0 auto;
}
.site_header {
    position: fixed;
    width: 100vw;
    z-index: 100;
}
.sukima {
    width: 100%;
    height: 88px;
    z-index: -800;
}
.g_navi {
    width: 1000px;
    height: 88px;
}

.white_logo {
    display: none;
}
.g_navi h1 {
    position: fixed;
    height: auto;
	    margin: 0;
    float: left;
}
.g_navi h1 img {
    position: relative;
    top: 25px;
    width: 210px;
    height: auto;
}
.g_navi ul {
    height: 88px;
    width: auto;
    display: flex;
    align-items: center;
    list-style: none;
    float: right;
    font-weight: bold;
    margin: 0;
	line-height: 200%;
}
.g_navi li {
    float: left;
}
.g_navi li a {
    margin: 0 auto;
    display: block;
    width: 100%;
	 color: #fff;
}
.g_navi li a span {
    color: #000;
}
.g_navi li a p {
    margin: 0;
    padding: 5.5px 0 0;
    text-align: center;
	font-size: 1.5rem;
}
.home_link {
    width: 75px;
    height: 38px;
}
.web-design_link {
    width: 165px;
    height: 38px;
	text-indent: 0.4em;
}
.solution_link {
    width: 180px;
    height: 38px;
}
.company_link {
    width: 90px;
    height: 38px;
}
.access_link {
    width: 90px;
    height: 38px;
}
.contact_link {
    width: 130px;
    height: 38px;
    margin-left: 15.5px;
    border-radius: 25px;
    background: #FFE100;
	position: relative;
	top: 2px;
	line-height: 160%;
}
.home_link a:hover, .web-design_link a:hover, .solution_link a:hover, .company_link a:hover, .access_link a:hover {
    border-bottom: 3px solid #FFF;
	color: #fff;
}
.contact_link:hover {
      background: #FFF;
    opacity: 1;
}

.white_logo {
    display: block;
}
.green_logo {
    display: none;
}
.site_header.fixed .white_logo {
    display: none;
}
.site_header.fixed .green_logo {
    display: block;
}
.normal a:hover .jorker a  {
    color: #fff;
}
/* 可変グローバルナビ
**********************/
/* Fixed */
.site_header.fixed {
    z-index: 800;
    background: hsla(0,0%,100%,.9);
    border-bottom: 1px solid hsla(0,0%,76%,.6);
}
.site_header.fixed .g_navi li a {
    color: #000;
}
.site_header.fixed .g_navi li a span {
    color: #fff;
}
.site_header.fixed .contact_link {
    background: #24B6B2;
}
.site_header.fixed .home_link a:hover,.site_header.fixed .web-design_link a:hover, .site_header.fixed .solution_link a:hover, .site_header.fixed .company_link a:hover, .site_header.fixed .access_link a:hover {
    border-bottom: 3px solid #24B6B2;
	color: #24B6B2;
}
.site_header.fixed .contact_link:hover {
    opacity: .7;
}
/*****************************************
グローバルナビの固定
*/

ul .jorker a {
    border-bottom: 3px solid #fff;
	
}
.site_header.fixed ul .jorker a {
    border-bottom: 3px solid #24B6B2;
    color: #24B6B2;
}

/* パンくずリスト
**********************/
.breadcrumb {
    width: 1000px;
    padding-left: 0;
    margin: 0 auto;
    position: relative;
    top: 78px;
    z-index: 300;
}
.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: normal;
    font-size: 1.4rem;
}
.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0 0 6px;
    color: #fff;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #fff;/*色*/
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
/*****************************************
ソリューション用
******************************************/
.solution_lineup {
    display: none;
}
/*****************************************
フッター
******************************************/
.contact_banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 200px;
    height: 300px;
    border-bottom: 1px solid #7A7A7A;
}
.contact_banner h2 {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
}
.contact_banner p {
    line-height: 200%;
}
.contact_read {
    position: relative;
    top: 10px;
    float: left;
}
.contact_box {
    float: right;
    position: relative;
    bottom: 5px;
}
.contact_box p {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 125%;
    text-align: right;
    position: relative;
    top: 34px;
    left: 80px;
    width: 200px;
    height: auto;
    margin: 0;
}
.contact_box img {
    width: 90px;
    position: absolute;
    top: 25px;
    left: 310px;
}
.contact_box p span {
    font-size: 2.8rem;
    position: relative;
    right: 3px
}
.contact_box a {
    display: block;
    width: 547px;
    height: 148px;
    background: #24B7B3;
    border-radius: 30px;
    position: relative;
    top: 37px;
}
.contact_box a:hover {
    opacity: .7;
}
.sitemap {
 margin: 0 auto;
	width: 900px
   
   
}

.policy_mark {
    position: relative;
    top: 70px;
    right: 168px;
}
.policy_mark:hover {
    opacity: .8;
}
.group {
    position: relative;
    font-size: 1.2rem;
    margin: 60px 0 0 285px;
   /* left: 285px;
    top: 60px;*/
    color: dimgray;
}
.sitemap_contents ul {
    list-style: none;
    font-size: 1.5rem;
    line-height: 290%;
}
.sitemap_contents ul span {
    font-size: 1.7rem;
    font-weight: bold;
}
.soken_logo {
    width: 438px;
    height: 86.55px;
}
.footer_logo {
    float: left;
    position: relative;
    top: 240px;
}
.sitemap_contents {
   
    position: relative;
    top: 135px;
	left: 500px;
	width: 400px;
	height: 0;
}
.gaibu:after {
    content: '';
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;
    background-image: url("../img/gaibu_link.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 0 3px 7px;
}
.sitemap01 {
    float: left;
    margin-right: 30px;
}
.sitemap02 {
    float: right;
}
.footer_container {
    width: 1000px;
    margin: 0 auto;
}
.footer_contents {
    clear: both;
    position: absolute;
    margin-top: -95px
}
.footer_back {
    width: 100vw;
    max-height: 780px;
    position: relative;
    z-index: -10;
}
.footer_back img {
    object-fit: cover;
    width: 100%;
    height: 780px;
    min-height: 780px;
    font-family: 'object-fit: cover;'; /*IE対策*/
    display: block;
}
.sitemap_contents li a:hover {
    color: #24B6B2;
    text-decoration: underline;
}
.copyright p {
    clear: both;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.copyright {
    margin-top: 0px;
    position: relative;
}
footer {
    position: relative;
    height: 0;
}
/* ページトップ
**********************/
#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: -200px;
    bottom: 0;
    background: #24b6b2;
    opacity: 0.7;
    z-index: 9000;
    border-radius: 50px
}
#page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after {
    content: 'PAGE\ATOP';
    white-space: pre;
    line-height: 120%;
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top:hover {
    background: #FFF7B2;
}
#page_top:hover a:after {
    color: #24b6b2;
}
#page_top:hover a:before {
    color: #24b6b2;
}