@charset "UTF-8";
/*------------------------------
    リセット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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: arial, sans-serif, "メイリオ", sans-serif;
    line-height: 1.8;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.03em;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    /* display: block; */
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

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

p {
    margin-bottom: 20px;
}

ins {
    background-color: #ff9;
    color: #333;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #333;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #333;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

input:focus {
    outline: none;
}

.main-img h1, section h1, h2,.start-tit {
    font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

section .section-in h2 {
    line-height: 1.4em;
}

/*------------------------------
    ヘッダー
------------------------------*/
header .header-in {
    width: 1000px;
    margin: 15px auto;
    overflow: hidden;
}

header .header-in p {
    margin-bottom: 0;
}

header .header-in .logo {
    max-width: 143px;
    float: left;
    line-height: 0;
}

header .header-in ul {
    max-width: 50%;
    float: right;
}

header .header-in ul li {
    display: inline-block;
    margin: 8px 0;
    font-size: 0.9em;
}

header .header-in ul li:first-child {
    border-right: #555 solid 1px;
    line-height: 1.4;
}

header .header-in ul li a {
    text-decoration: none;
    padding: 8px 10px;
}

#top header {
    background: url(../images/common/top-bg01.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
}

#top header .logo {
    padding: 110px 0 35px 0;
}

#top header h1 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 0 10px;
}

/*------------------------------
    ヘッダーナビ
------------------------------*/
/*------------------------------
    メインイメージ
------------------------------*/
.main-img {
    background: url(../images/common/main-bg01.jpg) no-repeat;
    background-size: cover;
    height: 400px;
}

.main-img .main-img-in {
    width: 1000px;
    margin: 0 auto;
}

.main-img h1 {
    text-align: center;
    font-size: 4.2em;
    font-weight: normal;
    padding: 100px 0 20px 0;
    line-height: 1.2;
}

.main-img h1 + p {
    font-size: 1.3em;
    text-align: center;
}

/*------------------------------
    メインエリア
------------------------------*/
section h1 {
    background: url(../images/common/sub-bg01.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 45px 0 42px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    font-size: 2.9em;
    font-weight: normal;
    margin: 0 0 1.5em;
}

section .section-in {
    width: 1000px;
    margin: 0 auto;
}

section.property h2, section.about h2, section.order h2, section.exsample h2, section.info h2 {
    font-size: 2.9em;
    font-weight: normal;
    text-align: center;
    padding: 0 0 75px;
}

#top section {
    text-align: center;
    max-width: 1000px;
    margin: 55px auto 110px;
}

#top section h2 {
    font-size: 2.2em;
    font-weight: normal;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
}

#top section ul {
    overflow: hidden;
}

#top section ul li a {
    width: 30%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    vertical-align: middle;
    background: #ffeeea;
    color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    float: left;
    margin: 0 0 0 5%;
    font-size: 1.2em;
}

#top section ul li a:before {
    content: url(../images/common/btn-icon01.png);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 7px 0 0;
}

#top section ul li:first-child a {
    /* 臨時　*/
    margin: 0;
}

#top section ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
/* 臨時　*/
#top section nav + p{
    font-size:0.85em;
}
/*------------------------------
    スタート部分
------------------------------*/
.start-tit {
    font-size: 2em;
    text-align: center;
    padding: 63px 0 30px;
}

.start-btn img {
    width: 61px;
    height: 40px;
    margin: 0 auto -45px;
    z-index: 10;
    text-align: center;
    display: block;
}

#top .start-btn img {
    margin: 40px auto 0;
}

/*------------------------------
    3つの特徴
------------------------------*/
section.property {
    background: #ffeeea;
}

section.property .section-in {
    width: 1000px;
    padding: 150px 0;
}

section.property .section-in ul {
    width: 100%;
    overflow: hidden;
}

section.property .section-in ul li {
    width: 30%;
    float: left;
    list-style: none;
    margin: 0 0 0 5%;
}

section.property .section-in ul li span {
    text-align: center;
    display: block;
    padding: 15px 40px 0;
    font-size: 1.45em;
    line-height: 1.4;
}

section.property .section-in ul li:first-child {
    margin: 0;
}

/*------------------------------
    日中韓の連携
------------------------------*/
section.connect {
    background: url(../images/common/connect-bg01.jpg) no-repeat;
    background-size: cover;
    height: 485px;
    color: #fff;
}

section.connect .section-in {
    width: 1000px;
    padding: 150px 0;
    text-align: right;
    overflow: hidden;
}

section.connect .section-in h2 {
    font-size: 2.9em;
    line-height: 1.5;
    font-weight: normal;
    width: 60%;
    float: right;
    padding: 0 0 35px;
}

section.connect .section-in h2 + p {
    width: 65%;
    float: right;
}

/*------------------------------
    ATURAUについて
------------------------------*/
section.about .section-in h2 {
    padding: 0 0 40px;
}

section.about .section-in {
    width: 1000px;
    padding: 150px 0;
}

section.about .section-in .right {
    float: right;
}

section.about .section-in .right img {
    width: 300px;
    height: auto;
}

section.about .section-in .about-contents {
    border: #333 dashed 1px;
    padding: 20px 20px 20px;
    margin: 55px 0 0;
    text-align: center;
}

section.about .section-in .about-contents h3 {
    background: #fff;
    margin: -33px auto 0;
    display: block;
    width: 45%;
    font-size: 1.2em;
}

section.about .section-in .about-contents ul {
    overflow: hidden;
    margin: 20px 0 20px;
}

section.about .section-in .about-contents ul li {
    list-style: none;
    display: inline-block;
    border: #dfdfdf solid 1px;
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

section.about .section-in .about-contents ul li:first-child {
    margin-left: 0;
}

/*------------------------------
    オーダー
------------------------------*/
section.order {
    background: #ffeeea;
}

section.order .section-in {
    width: 1000px;
    padding: 150px 0;
    text-align: center;
}

section.order .section-in ul {
    overflow: hidden;
}

section.order .section-in ul li {
    width: 30%;
    float: left;
    margin: 0 0 5% 5%;
    list-style: none;
    position: relative;
}

section.order .section-in ul li:first-child, section.order .section-in ul li:nth-child(4) {
    margin: 0 0 5% 0;
}

section.order .section-in ul li:nth-child(7) {
    margin: 0;
}

section.order .section-in ul li:last-child {
    width: 54.5%;
    height: auto;
    border: #fff solid 1px;
    margin: 15px 0 0 5%;
    padding: 10% 5% 10%;
}

section.order .section-in ul li span {
    position: absolute;
    top: 22%;
    font-size: 1.3em;
    width: 80%;
    display: block;
    margin: 0 8% 0 12%;
    text-align: center;
}

/*------------------------------
    事例
------------------------------*/
section.exsample {
}

section.exsample .section-in {
    width: 1000px;
    padding: 150px 0;
    text-align: center;
}

section.exsample .exsample-contents {
    border: #333 dashed 1px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    text-align: left;
}

section.exsample .exsample-contents h3 {
    font-size: 1.9em;
    margin: 0 0 20px;
    font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

section.exsample .exsample-contents .left {
    float: left;
    width: 250px;
    margin: 0 30px 20px 0;
    text-align: center;
    line-height: 1.35;
    border: #efefef solid 1px;
}

section.exsample .exsample-contents .left img {
    float: left;
    width: 250px;
    height: auto;
}

section.exsample .exsample-contents .left .exsample-info {
    background: #ffeeea;
    float: left;
    padding: 10px;
    font-size: 0.9em;
}

section.exsample .exsample-contents .right {
    float: right;
    width: auto;
    margin: 0 0 20px 30px;
    border: #efefef solid 1px;
}

section.exsample .exsample-contents .right img {
    float: right;
    width: 250px;
    height: auto;
}

section.exsample .exsample-contents p:last-child {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    width: 100%;
}

/*------------------------------
    会社概要
------------------------------*/
section.info {
    background: #ffeeea;
}

section.info .section-in {
    width: 1000px;
    padding: 150px 0;
    text-align: center;
    overflow: hidden;
}

section.info .section-in dl {
    background: #fff;
    padding: 30px 5%;
    margin: 0 0 15px;
    width: 90%;
    overflow: hidden;
}

section.info .section-in dl dt {
    display: block;
    width: 10%;
    padding: 0 2% 0 0;
    margin: 5px 0 5px 0;
    float: left;
    text-align: left;
    border-right: #333 solid 1px;
    line-height: 1;
}

section.info .section-in dl dd {
    display: block;
    width: 85%;
    float: left;
    text-align: left;
    padding: 0 0 0 2%;
}

section.info .section-in dl dd a {
    text-decoration: underline;
}

section.info .section-in table {
    width: 45%;
    margin: 50px 5% 0 0;
    float: left;
    font-size: 1.2em;
}

section.info .section-in table tr {
    border-bottom: #333 dotted 1px;
}

section.info .section-in table th, section.company .section-in table th {
    width: 29%;
    text-align: left;
    padding: 9px 1.5%;
}

section.info .section-in table td, section.company .section-in table td {
    width: 68.5%;
    text-align: left;
    padding: 9px 1.5% 9px 2%;
}

section.info .section-in table tr:first-child th, section.info .section-in table tr:first-child td {
    padding-top: 0 !important;
}

section.info .section-in table + p {
    float: right;
    margin: 50px 0 0 0;
}

/*------------------------------
    お問い合わせ
------------------------------*/
section.contact {
    width: 100%;
    height: auto;
    background: #ffeeea;
    padding: 100px 0;
    overflow: hidden;
}

section.contact .contact-btn {
    text-align: center;
    max-width: 495px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3em;
    display: block;
    text-decoration: none;
    margin: 0 auto !important;
    background: #ffd6cc;
    border: #ac888a solid 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 4px 5px 0 0 #f0e1e2;
}

section.contact a.contact-btn:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #fff;
    vertical-align: top;
}

/*------------------------------
    プライバシーポリシー & 特定商取引法
------------------------------*/
section.privacy .section-in, section.company .section-in {
    height: auto;
    padding-bottom: 100px !important;
    overflow: hidden;
}

section.privacy .section-in h2, section.company .section-in h2 {
    margin: 75px 0 30px;
    font-size: 2em;
    font-weight: normal;
}

section.privacy .section-in ol, section.privacy .section-in ul {
    margin: 20px 40px;
}

section.company .section-in ul, section.company .section-in ol {
    margin: 0 15px;
}

section.privacy .section-in table {
    margin: 40px 0 0;
}

section.privacy .section-in table th {
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    padding: 0 0 0.5em;
}

section.company table {
    width: 90%;
    margin: 0 auto;
}

section.company .section-in table tr {
    border-bottom: 1px dotted #333;
}

section.company .section-in table tr:first-child th, section.company .section-in table tr:first-child td {
    padding-top: 0 !important;
}

/*------------------------------
    フッター
------------------------------*/
footer {
    background: #ffeeea;
    padding: 0 0 25px;
}

footer .logo {
    text-align: center;
}

footer ul {
    text-align: center;
}

footer ul li {
    display: inline-block;
    padding: 15px 20px;
}

footer .copyright {
    text-align: center;
    font-size: 0.9em;
    color: #999;
}

footer .pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

#top footer {
    background: none;
}

/*------------------------------
    その他
------------------------------*/
.m100-b {
    margin-bottom: 100px !important;
}

.p0-t {
    padding-top: 0px !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}
