@charset "UTF-8"; /*==========================

共通

===========================*/
* {
    box-sizing: border-box;
}

body {
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a:link {
    color: #000;
    transition: 0.2s;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover {
    transition: 0.2s;
    opacity: 0.7;
}

a:active {
    color: #000;
}

img {
    display: block;
}

.small {
    font-size: 0.8em;
}

.pc_only {
    display: block!important;
}

.sp_only {
    display: none!important;
}

.bold {
    font-weight: 600;
}

h2 img {
    margin: 0 auto;
    height: 40px;
}

img.p2em {
    margin-top: 2em;
    display: inline-block;
    height: 40px;
}

img.btn {
    display: inline-block;
}

@media screen and (max-width: 960px) {
    body {
        font-size: 13px;
    }

    .pc_only {
        display: none!important;
    }

    .sp_only {
        display: block!important;
    }

    img {
        max-width: 100%;
    }

    h2 img {
        margin: 0 auto;
        height: 28px;
    }

    img.p2em {
        margin-top: 1em;
        display: inline-block;
        height: 28px;
    }

    img.btn {
        display: inline-block;
        width: 70%;
        padding: 1em;
        max-width: 305px;
    }
}

/*==========================

レイアウト

===========================*/
.page-content {
    margin-left: 250px;
}

.left-nav {
    width: 250px;
    position: fixed;
    height: 100%;
    border-right: 2px solid #000;
    z-index: 200;
    top: 0;
    left: 0;
}

.navbox {
    margin-top: 70px;
    padding: 0 40px;
}

.navbox ul {
    margin-top: 40px;
}

.navbox li {
    padding: 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.navbox img {
    width: 100%;
    border-bottom: 2px solid #000;
}

.nav_img {
    padding: 0 20px 70px;
}

.left-nav-sns {
    position: fixed;
    bottom: 35px;
    margin: auto;
    width: 250px;
    display: flex;
    justify-content: center;
}

.left-nav-sns img {
    width: 60px;
    margin: 0 10px;
}

.container {
    max-width: 1200px;
}

section {
    border-bottom: 2px solid #000;
}

section h2 {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.2em;
    margin: auto;
}

.title {
    position: relative;
    margin: 2em auto 3em;
}

.biger {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 1.5em;
}

.btn-normal {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid;
    margin: 2em 1em;
    display: inline-block;
    width: 220px;
    letter-spacing: 0.1em;
}

.btn-normal:hover {
    opacity: inherit;
    background-color: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .btn-normal {
        font-size: 14px;
        width: 200px;
        margin: 1em
    }
}

.wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
}

.menu-page .wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (max-width: 960px) {
    .page-content {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    .container {
        width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .menu-page .wrap {
        padding: 0 15px;
    }

    .container {
        width: 100%;
        padding: 0 3%;
    }

    section h2 {
        font-size: 20px;
    }

    .biger {
        font-size: 17px;
        padding-top: 0;
    }
}

/*==========================

ヘッダー

===========================*/
header {
    margin-left: 250px;
    position: relative;
    /* height: 100px; */
    padding: 15px 20px;
}

h1 {
    font-size: 1.8vw;
    text-align: center;
    margin: 0;
    order: 2;
}

#header_group {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header_group .logo {
    text-align: center;
}

#header_group .logo img {
    display: inline-block;
    width: 180px;
}

img.top_btn {
    position: absolute;
    top: -15px;
    right: 3%;
    width: 200px;
}

header nav {
    display: none;
}

.header-btn {
    /* position: absolute; */
    /* right: 20px; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    height: 62px;
    border: 2px solid #000;
    width: 150px;
    font-weight: bold;
    text-align: center;
    line-height: 62px;
    letter-spacing: 0.1em;
    font-size: 16px;
    /* background-color: #000; */
    order: 3;
    display: inline-block;
}

.header-btn a {
    color: #000;
}

@media screen and (max-width: 960px) {
    header {
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        padding: 10px;
    }

    #header_group .logo img {
        display: inline-block;
        height: auto;
        width: 140px;
        text-align: left;
    }

    #header_group {
        padding-left: 1%;
        display: block;
    }

    #header_group .logo {
        text-align: left;
    }

    #header_group h1 {
        text-align: left;
        font-size: 11px;
        margin: 0 0 5px 0;
    }
}

/*ハンバーガーメニュー*/
@media screen and (max-width: 960px) {
    /*メニュー部分*/ header nav {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255,0.93);
        right: 0;
        z-index: 10;
    }

    header nav ul {
        display: block;
        width: 90%;
        height: 480px;
        position: absolute;
        top: 30px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
    }

    header nav ul li {
        padding: 1.8em 1em 1.3em 0em;
        margin-left: 38%;
        text-align: right;
        border-bottom: solid 2px #000;
        font-size: 15px;
        font-weight: bold;
    }

    header nav ul li img {
        text-align: right;
        display: inline-block;
        height: 6vw;
        max-height: 28px;
    }

    header nav ul li:last-child {
        border: none;
    }

    header nav ul li a {
        display: block;
        color: #3e2c13;
    }
}

@media screen and (max-width: 960px) {
    /*開閉ボタン*/ #nav_toggle {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        top: 9px;
        right: 18px;
        z-index: 100;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 3px;
        background: #000;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 12px;
    }

    #nav_toggle span:nth-child(3) {
        top: 24px;
    }

    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

/*==========================

フッター

===========================*/
footer {
    color: #000;
    text-align: center;
    margin-left: 250px;
}

footer .footer_group ul {
    padding: 3em 0 0;
}

footer .footer_group ul li {
    padding: 0 3em 2em;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

footer .footer_group ul li img {
    height: 30px;
    width: auto;
    display: inline-block;
}

footer img.logo {
    display: inline-block;
    width: 250px;
}

footer .footer_group p {
    margin: 0 auto;
}

footer .footer-sns img {
    display: none;
}

.copy p {
    font-size: 10px;
    color: #333;
    text-align: center;
    margin: 1em auto;
}

@media (max-width: 960px) {
    footer {
        margin-left: 0;
    }

    footer .footer_group ul {
        padding: 2em 0;
        margin: 0 auto;
    }

    footer .footer_group ul li {
        padding: 1em 0;
        display: block;
        font-size: 14px;
    }

    footer .footer-sns {
        display: flex;
        justify-content: center;
    }

    footer .footer-sns p {
        margin: 0;
    }

    footer .footer-sns img {
        display: block;
        padding: 0;
        margin: 1em 15px 4em;
        width: 50px;
    }

    footer img.logo {
        width: 150px;
    }

    .copy p {
        font-size: 9px;
    }
}

/*==========================ここからページコンテンツ===========================*/
/*==========================

メインビジュアル

===========================*/
#mainVisual {
    border-bottom: #000 2px solid;
}

.fv {
    overflow: hidden;
    min-height: 500px;
    background: url("img/slide04.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.page-title {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.page-title p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 0 2em;
}

p.page-title-cat {
    font-size: 16px;
}

@media screen and (max-width: 960px) {
    .fv {
        height: 75vw;
        min-height: 250px;
    }

    .fv > img {
        width: 62%;
    }

    .page-title {
        bottom: 20px;
    }

    .page-title p {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding: 0 2em;
    }

    p.page-title-cat {
        font-size: 13px;
    }
}

/*==========================

制作事例

===========================*/
#madori,#haichi,#maisoku, #map-ai,#map,.seisaku,#end {
    padding: 5em 0;
}

.od1 {
    order: 1;
}

.od2 {
    order: 2;
}

.pr {
    display: flex;
}

.tegaki {
    margin-top: 8em;
}

.text-side {
    width: 38%;
    margin: 2.5em 1.1%;
}

.text-side h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2em;
    position: relative;
    z-index: 5;
    text-align: center;
}

.text-side .alert {
    background-color: #e0e0e0;
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 12px;
}

.text-side h2 span {
    background-color: #fff;
    padding: 2px 1em;
    z-index: 1;
    position: relative;
    display: inline-block;
}

.text-side h2::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.text-side img.cat {
    width: 100%;
    margin: 0 auto;
}

.coin {
    text-align: center;
    font-weight: 700;
}

.coin > span {
    border: 2px solid #000;
    height: 75px;
    width: 75px;
    display: inline-block;
    font-size: 22px;
    border-radius: 50px;
    padding-top: 19px;
}

.coin > span > span {
    font-size: 14px;
}

.bill {
    text-align: center;
    font-weight: 700;
}

.bill > span {
    border: 2px solid #000;
    height: 52px;
    width: 110px;
    display: inline-block;
    font-size: 22px;
    padding-top: 7px;
}

.bill > span > span {
    font-size: 14px;
}

.img-side {
    width: 62%;
}

.lb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lb-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lb-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 2%;
}

.lb img {
    width: 100%;
}

.lb-r img {
    width: 100%;
}

.lb-3 img {
    width: 100%;
}

.lb a {
    width: 48%;
    padding: 1%;
    text-align: center;
}

.lb a span {
    font-size: 16px;
    font-weight: 700;
}

.lb-r a {
    width: 49%;
    padding: 1%;
}

.lb-3 a {
    width: 33%;
    padding: 1%;
}

.seisaku p {
    margin-bottom: 1em;
}

.seisaku p.small {
    margin: 0;
    padding: 0;
}

.seisaku p.pb1 {
    padding-bottom: 2em;
}

.note {
    text-align: center;
    background-color: #ff4f4f;
    margin-bottom: 0.3em!important;
    color: #fff;
    font-weight: 500;
}

#map-ai ul {
    padding-left: 1.5em
}

#map-ai li {
    list-style: disc;
}

#map-ai .lb-r a,#otetsudai .lb-r a {
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    #madori,#haichi,#maisoku, #map-ai,#map,.seisaku,#end {
        padding: 5em 0 4em;
    }

    .tegaki {
        margin-top: 5em;
    }

    .pr {
        display: block;
    }

    .text-side {
        width: 100%;
        margin: 0;
    }

    .text-side h2 {
        font-size: 17px;
    }

    .text-side .alert {
    font-size: 15px;
    padding: 10px;
}

    .img-side {
        width: 100%;
    }

    .lb {
        padding-top: 1.5em;
        justify-content: center;
    }

    .lb-r {
        padding-top: 1em;
        justify-content: center;
    }

    .lb-3 {
        padding-top: 1em;
        justify-content: center;
        padding: 0;
    }

    .lb-3 a {
        width: 49%;
        padding: 1%;
    }

    #map-ai .lb-r a {
        width: 90%;
        margin: auto;
    }
}

/*==========================

納品までの流れ

===========================*/
#flow {
    padding: 3em 0 2em;
}

#flow h2,#end h2 {
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 24px;
    text-align: center;
    padding: 2em 0;
    line-height: 2;
}

#flow .step h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

#flow .step h3 img {
    width: 90%;
    margin: 0 auto;
}

#flow .pr {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
    padding: 3em 1em;
}

#flow .text-side {
    width: 60%;
    padding-right: 2em;
    margin: 0;
}

#flow .img-side {
    width: 40%;
    padding-right: 1em;
}

#flow .img-side img {
    margin: 0 auto;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
    width: 80%;
}

#flow img.btn {
    display: inline-block;
    height: 70px;
}

#flow .step .pr .tac {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #flow h2,#end h2 {
        font-size: 20px;
        padding: 1.5em;
        line-height: 2;
        letter-spacing: 0.02em;
    }

    #flow .step h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 1.5em;
    }

    #flow .pr {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 1.5em;
    }

    #flow .text-side {
        width: 100%;
        padding: 0;
    }

    #flow .img-side {
        width: 100%;
        padding: 1em;
    }

    #flow img.btn {
        display: inline-block;
        height: 60px;
    }
}

/*==========================

まとめ

===========================*/
#end {
    text-align: center;
}

#end .end_title img {
    margin: 0 auto;
    width: 700px;
}

@media screen and (max-width: 768px) {
    #end {
        padding: 2em 0;
    }

    #end .end_title img {
        margin: 0 auto;
        width: 90%;
    }

    #end .end_title {
        padding-bottom: 1em;
    }

    #end img.town {
        display: none;
    }
}
