@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
/*	color: #59220d; */
	line-height: 2.5em;
	font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /* 画像ファイルの指定*/
    background: url(../img/background_main_w320.png) center 640px no-repeat;

    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #fff;
}
/* viewport420px以上のスタイル指定 */
@media screen and (min-width:420px){
    body{
        /* 画像ファイルの指定*/
        background: url(../img/background_main_w320.png) center 440px no-repeat;
    }
}
/* viewport520px以上のスタイル指定 */
@media screen and (min-width:520px){
    body{
        /* 画像ファイルの指定*/
        background: url(../img/background_main_w640.png) center 140px no-repeat;
    }
}
/* viewport640px以上のスタイル指定 */
@media screen and (min-width:640px){
    body{
        /* 画像ファイルの指定*/
        background: url(../img/background_main.png) center 100px no-repeat;
    }
}
/* viewport1140px以上のスタイル指定 */
@media screen and (min-width:1140px){
    body{
        /* 画像ファイルの指定*/
        background: url(../img/background_main.png) center top no-repeat;
    }
}

img{
	border: 0;
    /* レスポンシブ対応 100%表示より大きく表示しない/ */
	max-width: 100%;
	height: auto;
}

ul,ol{
    /* リンクのスタイルを削除 */
	list-style-type: none;
}

li{
    padding: 0 0 0 0.1em;
    margin: 0 0 0 1.5em;
}

section{
    /** margin:2em 0; **/
    /**padding:2em; **/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

	vertical-align: middle;
img, input, select, textarea {
}

a{
	color: #59220d;
	transition: 0.5s;
    /* aタグの下線を削除 */
    text-decoration: none;
}
a:hover{
	color: #d53e04;
}

a:hover img{
	opacity: 0.7;
}
/*
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

h2.Emphasis {
    color: red;
}
*/

h2 {
    font-size: 1.3em;
    /*
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
    */
}

aside {
    font-size: 0.8em;
    margin:0 0 0 1em;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-radius: 6px;
}
/*
dt {
    font-size: 1.2em;
    font-weight: 200;
    margin: .5em 0;
	padding: 0.5em 0.75em;
	background-color: #f6f6f6;
}

dd {
    margin: 0 0 0 1em;

}
*/


/*
=========================================
	Modules（Block）
=========================================
*/

div#topContents{
/*    margin: 0 0 200px 0;*/
}


/*sideNavi
--------------------------------------------------------------------------------------------------------------------------------------------*/
section#sideNavi{
    background: url(../img/background_main_top.png) center bottom repeat-x;
    background-color: #fff;
    width: 100%;
    height:auto;
    padding:0 0 40px 0;
    float: left;
    margin:0 0 50px 0;
}

h1 {
    font-size: 1.8em;
    /* 画像ファイルの指定 */
    background: url(../img/logo_2x.png) center top no-repeat;
    background-size: contain;
    width:267px;
    height:233px;
    margin: 10px auto 70px auto;
    padding:10px 0 0 0 ;
    /*
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
    */
}

ul#groNavi li{
    display: block;
/*    float: left;*/
    margin: 0 30px 30px 30px;
		margin-bottom: 45px; /* 2020/01/19 PARTNER非表示対応 */
}

/** 語尾に変なギザギザがつくため、1px短くしている **/
li#navi_introduction{
    background: url("../img/navi_introduction_2x.png") top left no-repeat;
    background-size: contain;
    width: 174px;
    height: 35px;
/*    margin: 0 auto*/
}
li#navi_companyPolicy{
    background: url(../img/navi_corporateMotto_2x.png) top center no-repeat;
    background-size: contain;
		/* 2020/01/19 スペルミスの画像差し替え */
    /* width:259px;
    height: 36px; */
		width: 250px;
		height: 36px;
}
li#navi_coreService{
    background: url(../img/navi_coreService_2x.png) top left no-repeat;
    background-size: contain;
/*    width: 162px;*/
    width: 174px;
    height: 35px;
}
ul#groNavi li#navi_partner{
    background: url(../img/navi_partner_2x.png) top left no-repeat;
    background-size: contain;
    width: 103px;
    height: 35px;
		display: none; /* 2020/01/19 PARTNER非表示対応 */
}
li#navi_infomation{
    background: url(../img/navi_infomation_2x.png) top left no-repeat;
    background-size: contain;
		/* 2020/01/19 スペルミスの画像差し替え */
    /* width: 145px;
    height: 36px; */
		width: 160px;
		height: 36px;
}


/* viewport540px以上のスタイル指定 */
@media screen and (min-width:540px){
    section#sideNavi{
        float: left;
    }
    ul#groNavi li{
        float: left;
    }
}



/*introduction
--------------------------------------------------------------------------------------------------------------------------------------------*/
section#introduction{
    width:95%;
    height: auto;
    padding:0 2.5% 0 2.5%;
/*    max-width:900px;*/
    float:left;
    margin: 0 0 200px 0;
    color:#fff;
}

h2#title_introduction{
    background: url(../img/title_introduction.png) left top no-repeat;
    background-size: contain;
    width:80%;
    padding: 0 10%;
    height:107px;
    max-width:596px;
    max-height:107px;
}

#author{
    text-align: right;
    font-size: 21px;
    margin: 30px 0 0 0;
}

/* viewport610px以上のスタイル指定 */
@media screen and (min-width:610px){
    /* 610px～1140pxの間でgroNaviを2段組みで中央揃えの配置にする  */
    ul#groNavi{
        width: 610px;
        margin: 0 auto;
    }
}

/* viewport1140px以上のスタイル指定 */
@media screen and (min-width:1140px){
    div#topContents{
        width: 100%;
        height:auto;
        max-width: 1230px;
        margin:0 auto 0 auto;
    }
    section#sideNavi{
        background: url(../img/background_sideNavi.png) center -20px no-repeat;
        width: 378px;
        height:891px;
        margin: 0 0 400px 0;
    }

    section#introduction{
        width:61%;
        height: auto;
        padding:0 2.63157894736842% 0 2.63157894736842%;
    /*    max-width:900px;*/
        float:left;
/*        color:#fff;*/
    }

    h1 {
        margin: 10px auto 90px auto;
    }

    h2#title_introduction{
        margin:60px 0 1em 0;
    }
    /*
    　下記配置の取り消し
    　610px～1140pxの間でgroNaviを2段組みで中央揃えの配置にする
    */
    ul#groNavi{
        width: auto;
        margin: auto;
    }
    ul#groNavi li{
        float: none;
        margin: 0 0 40px 60px;
				margin-bottom: 50px; /* 2020/01/19 PARTNER非表示対応 */
    }
}

/* viewport650px以上のスタイル指定 */
@media screen and (min-width:1230px){
        section#introduction{
            width:762px;
            height: auto;
            padding:0 0 0 65px;
            max-width:900px;
            float:left;
        }
}



/*corporateMotto
--------------------------------------------------------------------------------------------------------------------------------------------*/
section#corporateMotto{
    clear: both;
    text-align: center;
    margin:0 0 150px 0;
}

h2#title_corporateMotto{
    background: url(../img/title_corporateMotto.png) center top no-repeat;
    background-size: contain;
/*    係数を1.4にする必要がある*/
    width: 98.09216%;
    padding:  0 0 6.76923076923077% 0;
    /* max-width: 919px;
    max-height:55px; */
		max-width: 890px;
		max-height: 55px;
    margin :0 auto 50px auto;
}

section#corporateMotto h3{
    font-weight: lighter;
    font-size: 21px;
    line-height: 1.7em;
}
section#corporateMotto p{
    font-size: 18px;
    line-height: 2em;
}

/* viewport650px以上のスタイル指定 */
@media screen and (min-width:650px){
    section#corporateMotto{
        margin:0 0 200px 0;
    }
    /*
         650px～1300pxの間はフォントサイズを可変
         最小font-size以上になる幅が650のため、650px~の指定にしている
         1300px以上の固定font-sizeからvwを取得
         48/1300=3.6923
    */
    section#corporateMotto h3{
        font-size: 3.6923vw;
    }
    section#corporateMotto p{
        font-size: 2.7692vw;
    }
}

/* viewport1300px以上のスタイル指定 */
@media screen and (min-width:1300px){
    section#corporateMotto{
        margin:0 0 300px 0;
    }
    /* 最大font-sizeを48pxに指定 */
    section#corporateMotto h3{
        font-size: 48px;
/*        margin:300px 0 600px 0;*/
    }
    /* 最大font-sizeを36pxに指定 */
    section#corporateMotto p{
        font-size: 36px;
    }
}

/*coreService
--------------------------------------------------------------------------------------------------------------------------------------------*/
section#coreService{
    padding: 0 20px;
    margin: 0 0 200px 0;
}

h2#title_coreService{
    background: url(../img/title_coreService.png) center top no-repeat;
    background-size: contain;
/*    width:43.769%;*/
/*    width:47.41666666666667%;*/
    width:75.86666666666667%;
    height:55px;
    max-width:569px;
/*    margin: 0 28.1155%*/
    margin: 0 auto 40px auto;
}

h3#europe{
    background: url(../img/coreService_europe.png) center top no-repeat;
    background-size: contain;
    /*    212/1300 * 3(係数)  そもそもの画像サイズがおおきくないので、割合は1300ではなく320とかでだせばいいのでは？*/
    width:48.92307692307692%;
    padding: 0 0 12.23076923076923% 0;
    max-width:212px;
}
h3#china{
    background: url(../img/coreService_china.png) center top no-repeat;
    background-size: contain;
    width:43.15384615384615%;
    padding: 0 0 12.46153846153846% 0;
    max-width:187px;
}
h3#america{
    background: url(../img/coreService_america.png) center top no-repeat;
    background-size: contain;
/*    width:54.69230769230769%;*/
    width: 30.92307692307692%;
    padding: 0 0 12.23076923076923% 0;
/*    max-width:237px;  */
    max-width: 134px;
}
h3#coria{
    background: url(../img/coreService_koria.png) center top no-repeat;
    background-size: contain;
/*    width:46.15384615384615%;*/
    width:48.92307692307692%;
    padding: 0 0 12.46153846153846% 0;
/*    max-width:200px;  */
    max-width: 212px;
}
h3#other{
    background: url(../img/coreService_other.png) center top no-repeat;
    background-size: contain;
    width:44.76923076923077%;
    padding: 0 0 12.46153846153846% 0;
    max-width:194px;
}
h3#anzen{
    background: url(../img/coreService_anzen.png) center top no-repeat;
    background-size: contain;
    width:56.07692307692308%;
    padding: 0 0 11.76923076923077% 0;
    max-width:243px;
}

section#coreService p{
    margin: 0 0 40px 15.625%;
}

/* viewport480px以上のスタイル指定 */
@media screen and (min-width:480px){
    h2#title_coreService{
        margin: 0 auto 100px auto;
    }
    h3#europe{
        padding: 0;
        height:53px;
        margin: 0 0 15px 0;
    }
    h3#china{
        padding: 0;
        height:54px;
        margin: 0 0 15px 0;
    }
    h3#america{
        padding: 0;
        height:53px;
        margin: 0 0 15px 0;
    }
    h3#coria{
        padding: 0;
        height:54px;
        margin: 0 0 15px 0;
    }
    h3#other{
        padding: 0;
        height:53px;
        margin: 0 0 15px 0;
    }
    h3#anzen{
        padding: 0;
        height:51px;
        margin: 0 0 15px 0;
    }
    section#coreService p{
        font-size: 21px;
        margin: 0 0 80px 65px;
    }
}

/* viewport1140px以上のスタイル指定 */
@media screen and (min-width:1140px){
    section#coreService{
        background: url(../img/background_coreService.png) 45px 50px no-repeat;
        background-size: contain;
        width:965px;
/*        height:853px;*/
        height:1053px;
        max-width:1300px;
        margin: 0 auto 300px auto;
    }
    section#coreService h3{
        float: left
    }
    section#coreService p{
        width: 600px;
        float: left;
/*        margin: 0 0 80px 100px;*/
    }
    div#service1{
        overflow: hidden;
    }
    div#service1 p:nth-child(2){
        margin: 0 0 80px 120px;
    }
    div#service1 p:nth-child(4){
        margin: 0 0 80px 145px;
    }
    div#service1 p:nth-child(6){
/*        margin: 0 0 120px 95px;*/
        margin: 0 0 120px 198px;
    }
    div#service1 p:nth-child(8){
/*        margin: 0 0 120px 132px;*/
        margin: 0 0 120px 120px;
    }
    div#service1 p:nth-child(10){
        margin: 0 0 100px 138px;
    }

    div#service2{
        position: relative;
    }

    div#service2 h3{
        float: none;
        margin:0 0 0 372px;
    }
    div#service2 p{
        float: none;
        width:900px;
        margin: 0 0 0 55px;
    }
}


/*partner
--------------------*/
section#partner{
    background: url(../img/background_partner_notBorder.png) center top no-repeat;
    background-size: cover;
    background-position: 0 1.8461vw;
    width:100%;
    height:auto;
    max-width:1300px;
    margin: 0 auto 200px auto;
		display: none; /* 2020/01/19 PARTNER非表示対応 */
}
h2#title_partner{
    background: url(../img/title_partner.png) center top no-repeat;
    background-size: contain;
/*    width:29.769%;*/
    /* 387(画像width)/1300(想定画面サイズ) * 1.6   */
    width: 47.6304%;
/*    height:54px;*/
/*    padding: 0 0 4.15384615384615% 0;*/
    padding: 0 0 6.64615384615384% 0;
    max-width:387px;
    max-height:54px;
/*    margin: 0 35.115% 4.5768% 35.115%;*/
    margin: 0 auto 4.5768% auto;
}


div#partner_link{
    width:93.33333%;
    margin:0 auto 20px auto;
/*    height:300px;*/
    max-width:636px;
/*    max-height:300px;*/
    padding: 0 1.5384% 0 0;
    text-align: center;
/*    border-bottom: 1px solid #fff;*/

}

#partner_link h3{
    font-size: 16px;
}
div#partner_text{
    clear: both;
    width:96.9232%;
    height:auto;
    max-width:1300px;
    /* max-height:640px; */
/*    padding: 3.0768% 1.5384%;*/
/*    padding: 7% 1.5384% 3.0768% 1.5384%;*/
    padding: 3.0768% 1.5384% 3.0768% 1.5384%;
    border-top: 1px solid #fff;
}

p#partner1_text{
    background: url(../img/partner_partner1.png) center top no-repeat;
    background-size: contain;
    width:100%;
    padding: 0 0 7.07547169811321% 0;
    max-width:636px;
    max-height:45px;
    margin: 0 auto;
}

/*
p#partner2_text{
    background: url(../img/partner_partner2.png) center top no-repeat;
    background-size: contain;
    width:30.5031%;
    padding:0 0 7.23270440251572% 0;
    max-width:194px;
    max-height:46px;
    margin :0 34.74845%;
}
*/

#partner_link section:nth-child(1) p{
    margin:0 0 6.5768% 0;
}

/*
@media screen and (min-width:320px){
    p#partner1_text{
        width:50%;
        padding: 0 0 3.537735849056605% 0;
    }

    p#partner2_text{
        width:15.25155%;
        padding:0 0 3.61635220125786% 0;
    }
}
*/

/* viewport960以上のスタイル指定 */
@media screen and (min-width:960px){
/*
    section#partner{
        background: url(../img/background_partner.png) center top no-repeat;
    }
*/
    section#partner{
/*    background: url(../img/background_partner.png) center top no-repeat;*/
    background: url(../img/background_partner_notBorder.png) center top no-repeat;
    background-size: cover;
    background-position: 0 1.8461vw;
/*
    width:100%;
    height:auto;
    max-width:1300px;
    margin: 0 0 50px 0;
*/
}
    div#partner_link{
        /* 文字のセンター揃えを取り消し */
        text-align: left;
    }
    /* タイトル下の空白を調節 */
    h2#title_partner{
        margin: 0 35.115% 3.5768% 35.115%;
    }
    /*握手の画像を左に配置する*/
    div#partner_img{
/*        width:31.238%;*/
        /* 486px/1300px       */
        width: 37.38461538461538%;
/*        height:300px;*/
        max-width:486px;
/*        max-height:300px;*/
        padding: 0 0 0 1.5384%;
        float: left;
        margin: 40px 0 0 50px;
        position:relative;
    }
    div#partner_img:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: url(../img/partner_img.png) center top no-repeat;
        background-size: contain;
        width: 100%;
        height: 260px;
/*
        max-width: 406px;
        max-height: 210px;
*/
        max-width: 486px;
    }
    div#partner_link{
        width:48.923%;
/*        height:300px;*/
        max-width:636px;
/*        max-height:300px;*/
        padding: 0 1.5384% 0 0;
        float: right;
    }

    #partner_link h3{
        font-size: 1.3846vw;
    }
    /*2つめのパートナーのセンター揃えを取り消す*/
    p#partner2_text{
        margin :0;
    }
    #partner_link section:nth-child(1) p{
        margin:0 0 2.5768% 0;
    }
    /* 上線を取り消す(背景画像に線が含まれているため)    */
    div#partner_text{
        border-top: none;
            border-top: 2px solid #fff;
    }
}





/*infomation
--------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer{
    width:95%;
    max-width: 1300px;
    padding:0 2.5%;
    margin: 0 auto;
}

section#infomation{
    margin:0 0 50px 0;
}

h2#title_infomation{
    background: url(../img/title_infomation.png) center top no-repeat;
    background-size: contain;
/*    width:42.307%;*/
    width: 67.6912%;
    height:auto;
    max-width:550px;
    /*max-height:55px;*/
/*    padding: 0 0 4.2307692% 0; */
    padding: 0 0 6.76923072% 0;
/*    margin: 0 28.846% 20px 28.846%;*/
    margin: 0 auto 20px auto;
}

section#infomation p{
    font-size: 0.8em;
    border-bottom: 1px solid #ccc;
}
section#infomation h3{
    font-size:0.8em;
    font-weight: lighter;
    margin:0 0 1em 0;
}


div#footer_contact{
    text-align: center;
}

section#toTop p{
    background: url(../img/toTop_2x.png) center left no-repeat;
    background-size: contain;
    width: 246px;
    height: 50px;
    margin: 0 auto;
}



/*contactUs
--------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer_contact{
    /*copyrightとの間を開ける*/
    margin: 0 0 100px 0;
}
section#contactUs{
    background: url(../img/background_contactUs.png) center top repeat-y;
    background-size: cover;
    width:100%;
    height:auto;
    max-width:500px;
/*    max-height:150px;*/
    max-height:210px;
    margin: 0 auto 30px auto;
    position: relative;
    text-align: center;
}

/*最小font-sizeと白座布団を設定*/
section#contactUs p{
    font-size: 21px;
    position: relative;
}
section#contactUs  span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
section#contactUs p::before {
	position: absolute;
	top: 10%;
    left: 10%;
	z-index: 1;
	content: '';
	display: block;
	width: 80%;
	height: 28px;
	background-color: #fff;
}

/*最小font-sizeと白座布団を設定*/
section#contactUs h2{
    font-size: 16px;
    position: relative;
}
section#contactUs h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 auto;
}
section#contactUs h2::before {
	position: absolute;
	top: 15%;
    left: 10%;
	z-index: 1;
	content: '';
	display: block;
	width: 80%;
	height: 28px;
	background-color: #fff;
}

/*
* viewport300px以上のスタイル
* font-sizeを可変に調節
*/
@media screen and (min-width:300px){
    section#contactUs h2{
        font-size: 5.2vw;
    }

    section#contactUs p{
        font-size: 4.4vw;
    }
}
/*
* viewport500px以上のスタイル
* font-sizeの最大サイズを設定(枠のmax-widthが800なので、
* font-sizeが可変のままだとfont-sizeだけが大きくなりはみ出てしまうため)
*/
@media screen and (min-width:500px){
    section#contactUs h2{
        font-size: 26px;
        padding: 1em 0;
    }
    section#contactUs h2::before {
        top: 20%;
        left: 10%;
        width: 80%;
        height: 50px;
        background-color: #fff;
    }

    section#contactUs p{
        font-size: 22px;
/*        padding: 0 0 1em 0;*/
        padding: 0 0 0.1em 0;
    }
}

/*
* viewport1100px以上のスタイル
* レイアウトを2カラムにする
* font-sizeが可変のままだとfont-sizeだけが大きくなりはみ出てしまうため)
*/
@media screen and (min-width:1100px){
    div#footer{
        padding:0;
        margin: 0 auto;
    }
    /* infomationを左へ 配置(幅可変)  */
    section#infomation{
        width: 40.90909090909091%;
        float: left;
/*        margin:0 0 0 50px;*/
        margin:0 0 100px 50px;
        height:auto;
    }
    /* お問い合せを右へ配置(幅固定)   */
    div#footer_contact{
        width:500px;
        height:auto;
        float: right;
/*        margin: 0 50px 0 0;*/
        margin: 0 50px 100px 0;
    }
}

section#copyright p{
    font-size: 0.8em;
    border-top:1px solid #ccc;
    clear: both;
    text-align: center;
}


/*
=========================================
	Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb100{ margin-bottom: 100px !important;}
.mb150{ margin-bottom: 150px !important;}
.mb200{ margin-bottom: 200px !important;}
.mb250{ margin-bottom: 250px !important;}


/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	zoom:1;
}
/* 文字非表示
---------------------------------*/

.displayNone{
    display: none;
}
/* ブロック化
---------------------------------*/
.block{
    display:block;
}
