@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/



/* break point ------------------------------------------------
	iPhone5 320x568
	iPhone6 375x667
	iPhone7 375x667
	iPhone6-8Plus 414x736
-------------------------------------------------------------- */

/* Noto Sans JP ------------------------------------------------
	Thin 100
	Light 300
	Regular 400
	Medium 500
	Bold 700
	Black 900
-------------------------------------------------------------- */

/* -----------------------------------------------------------

　grobal setting

-------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.clear {
    clear: both;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* -----------------------------------------------------------

　body

-------------------------------------------------------------- */
body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: rgba(51, 51, 51, 1.0);
    font: normal 300 1.0rem/2.0rem "Montserrat", "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", "Meiryo", "Meiryo UI", "Arial", sans-serif, "Osaka";
    webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

/* -----------------------------------------------------------

　default link color

-------------------------------------------------------------- */
a,
a:visited {
    color: rgba(0, 121, 195, 1.0);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: rgba(255, 102, 0, 1.0);
    text-decoration: none;
    outline: none;
}

a:active {
    color: rgba(230, 0, 18, 1.0);
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

/* -----------------------------------------------------------

　h2～h6, p, li, dd

-------------------------------------------------------------- */
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

/* -----------------------------------------------------------

　#mainNav

-------------------------------------------------------------- */
#mainNav {
    background: rgba(0, 175, 235, 1.0);
    background: url(../images/bg_mainnav_shrink.png) center center repeat;
}

#mainNav .navbar-brand {
    display: inline-block;
    width: 60%;
}

#mainNav .navbar-brand img {
    width: 100%;
    height: auto;
}

#mainNav .navbar-toggler {
    right: 0;
    padding: 10px;
    border: 0;
    background: rgba(254, 209, 54, 1.0);
    color: rgba(0, 0, 0, 1.0);
    font-size: 0.9rem;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: rgba(254, 209, 54, 1.0);
}

#mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.5em;
    color: rgba(255, 255, 255, 1.0);
    font-weight: 400;
    letter-spacing: 1px;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    background: rgba(254, 209, 54, 1.0);
    border-radius: 6px;
    color: rgba(0, 0, 0, 1.0);
}

@media only screen and (min-width:768px) {

    #mainNav .navbar-brand img {
        max-width: 200px;
    }

}

@media only screen and (min-width:992px) {

    #mainNav {
        padding-top: 15px;
        padding-bottom: 15px;
        background: rgba(0, 0, 0, 0.8);
        background: url(../images/bg_mainnav.png) center center repeat;
        background-size: cover;
        border: none;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -o-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        width: auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0.5em 1.0em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background: rgba(0, 175, 235, 0.9);
        background: url(../images/bg_mainnav_shrink.png) center center no-repeat;
        background-size: cover;
    }

    #mainNav.navbar-shrink .navbar-brand {
        padding: 5px 0;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        max-width: 160px;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: rgba(0, 0, 0, 1.0);
    }

}

@media only screen and (min-width:1200px) {

    #mainNav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section {
    padding: 100px 0;
}

/* -----------------------------------------------------------

　modal

-------------------------------------------------------------- */
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .thumbnail {
    width: auto;
    height: 300px;
    background: rgba(255, 255, 255, 1.0);
    text-align: center;
    overflow: hidden;
}

#portfolio .portfolio-item img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    border-right: 1px solid rgba(170, 170, 170, 0.5);
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(254, 209, 54, 0.7);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    z-index: 100;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1.0;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    margin-top: -2.0rem;
    width: 100%;
    height: 20px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 2.0rem;
    text-align: center;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -1.0rem;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    background: rgba(255, 255, 255, 1.0);
    color: rgba(51, 51, 51, 1.0);
    text-align: center;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-size: 1.0rem;
}

#portfolio * {
    z-index: 2;
}

@media only screen and (min-width:767px) {

    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }

}

/* モーダル */
.portfolio-modal {
    padding-right: 0px !important;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 5px;
    font-size: 1.8em;
}

.portfolio-modal .modal-content h3.item-intro {
    margin: 5px 0 0 20px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}

.portfolio-modal .modal-content figure {
    margin-top: 30px;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .cliant,
.portfolio-modal .modal-content .period {
    text-align: center;
}

.portfolio-modal .modal-content p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.portfolio-modal .modal-content .contents {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .contents img.size-full,
.portfolio-modal .modal-content .contents img.size-large {
    width: 100%;
    height: auto;
}

.portfolio-modal .modal-content .meta {
    margin: 30px 0 50px;
}

.portfolio-modal .modal-content .meta p {
    text-align: center;
}

.portfolio-modal .modal-content .gallery {
    margin: 50px 0;
}

.portfolio-modal .modal-content .gallery img {
    margin-bottom: 20px;
}

.portfolio-modal .modal-content button {
    margin-top: 50px;
    cursor: pointer;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    margin-left: 35px;
    width: 1px;
    height: 75px;
    z-index: 1051;
    /* IE 9 */
    background-color: #212529;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    width: 1px;
    height: 75px;
    z-index: 1052;
    /* IE 9 */
    background-color: #212529;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* PrivacyPolicy */
#modalPrivacy .lead {
    margin-bottom: 50px;
    font-size: 1.0rem;
}

#modalPrivacy dt {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05);
    font-weight: 400;
}

#modalPrivacy dd {
    margin: 10px 0 30px;
}

#modalPrivacy dd {
    text-align: left;
}

#modalPrivacy dd ul {
    margin-left: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width:575px) {

    .portfolio-modal .modal-content .contents img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width:768px) {

    .portfolio-modal .modal-dialog {
        margin: 1.0rem 5%;
        max-width: 90%;
    }

    .portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
    }

    .portfolio-modal .modal-content h3.item-intro {
        margin: 20px 0 30px;
        font-size: 1.2rem;
    }

    #modalPrivacy dt {
        font-size: 1.2rem;
    }

}

@media only screen and (min-width:992px) {

    .portfolio-modal .modal-dialog {
        margin: 1.0rem 10%;
        max-width: 80%;
    }

}

@media only screen and (max-width:1200px) {

    .portfolio-modal .modal-content .contents img.size-medium {
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width:1200px) {

    .portfolio-modal .modal-dialog {
        margin: 1.0rem 20%;
        max-width: 60%;
    }

}

/* -----------------------------------------------------------

　Footer

-------------------------------------------------------------- */
footer {
    padding-top: 30px;
    background: rgba(51, 51, 51, 1.0);
    background: url(../images/bg_footer.png) center top no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.7);
}

footer a,
footer a:visited {
    color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
    color: rgba(255, 255, 255, 1.0);
}

footer .sitemap p,
footer .sitemap dd {
    margin-bottom: 0;
}

footer .sitemap li {
    list-style-type: none;
}

footer .sitemap li a::before,
footer .sitemap dd a::before {
    margin-right: 3px;
    font-family: "FontAwesome";
    content: "\f105";
}

footer .sitemap .com {
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .sitemap .add span {
    display: block;
}

footer .sitemap .com div img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    max-width: 240px;
}

footer .sitemap .com .tele {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}

footer .sitemap .com .tele::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f098";
}

footer .sitemap .com .fax {
    display: none;
}

footer .sitemap .com .fax::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f1ac";
}

footer .sitemap .com .mail::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f0e0";
}

footer .sitemap .kwd {
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.4);
}

footer .sitemap .kwd p {
    font-size: 90%;
    line-height: 1.2rem;
}

@media only screen and (min-width:768px) {

    footer .sitemap dd {
        margin-left: 5px;
    }

    footer .sitemap .add span {
        display: inline;
        padding: 0 10px;
    }

    footer .sitemap .com .tele {
        font-size: 2.2rem;
    }

    footer .sitemap .com .fax {
        display: inline;
        margin-bottom: 10px;
        font-size: 1.25rem;
    }

    footer .sitemap .com .mail {
        font-size: 1.25rem;
    }

}

@media only screen and (min-width:992px) {

    footer {
        padding-bottom: 20px;
    }

    footer .sitemap .com {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }

    footer .sitemap .kwd {
        margin-top: 20px;
    }

}

@media only screen and (min-width:1200px) {

    footer .sitemap .add span {
        display: block;
        padding: 0;
    }

}

/* -----------------------------------------------------------
　Copyright
-------------------------------------------------------------- */
.copyright {
    padding-top: 15px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 1.0);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.copyright a {
    color: rgba(255, 255, 255, 0.7);
}

.copyright a:hover {
    color: rgba(255, 255, 255, 1.0);
}

.copyright aside {
    font-size: 90%;
    line-height: 3.0rem;
    text-transform: none;
}

.copyright ul.quicklinks {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 3.0rem;
}

ul.social-buttons {
    margin-top: 10px;
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.4rem;
    line-height: 2.5rem;
    outline: none;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background: rgba(254, 209, 54, 1.0);
}

@media only screen and (min-width:768px) {

    .copyright aside,
    .copyright ul.quicklinks {
        line-height: 4.0rem;
    }

}

@media only screen and (min-width:1200px) {

    .copyright {
        padding-bottom: 5px;
    }

}

/* -----------------------------------------------------------

　#pageTop

-------------------------------------------------------------- */
#pageTop a {
    display: none;
}

@media only screen and (min-width:768px) {

    #pageTop {
        clear: both;
        position: fixed;
        bottom: 12%;
        right: 1.2%;
        width: 50px;
        height: 50px;
        z-index: 100;
    }

    #pageTop a {
        display: block;
    }

    #pageTop a img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        opacity: 0.7;
    }

    #pageTop a img:hover {
        border-radius: 6px;
        opacity: 1.0;
    }

}

@media only screen and (min-width:992px) {

    #pageTop {
        width: 80px;
        height: 80px;
    }

}

/* -----------------------------------------------------------

　Other

-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
}

/*　image mouse over
/*-------------------------------------------*/
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

a img:hover {
    opacity: 0.7;
}

/*　other
/*-------------------------------------------*/
.no-padding {
    padding: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-default {
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: rgba(242, 242, 242, 1.0);
    border-color: rgba(237, 237, 237, 1.0);
    color: rgba(34, 34, 34, 1.0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background: rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
}

.btn-default .badge {
    background: rgba(34, 34, 34, 1.0);
    color: rgba(34, 34, 34, 1.0);
}

.btn-primary {
    color: rgba(255, 255, 255, 1.0) !important;
}

.btn-warning,
.btn-warning:visited {
    background: rgba(254, 209, 54, 1.0);
    border-color: rgba(254, 209, 54, 1.0);
    color: rgba(0, 0, 0, 0.5);
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    border-color: rgba(254, 200, 16, 1.0) !important;
    color: rgba(255, 255, 255, 1.0);
}

.btn-warning:active,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;

}

.contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    height: 120px;
    border: 0.2rem solid rgba(255, 0, 4, 1.00);
    border-radius: 60px;
    transition: 0.5s;
}

.contact_btn:hover {
    transform: scale(1.025);
}

.contact_btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin: 0 10px;
    border-radius: 50px;
    background: rgba(255, 0, 0, 1);
    background: linear-gradient(0deg, rgba(204, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 70%, rgba(255, 0, 0, 1) 100%);
    color: rgba(255, 255, 255, 1.00);
    font-size: min(5.0vw, 1.4rem);
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.contact_btn a:hover {
    background: linear-gradient(0deg, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 70%, rgba(204, 0, 0, 1) 100%);
}

@media only screen and (min-width:992px) {

    .contact_btn a {
        font-size: min(2.4vw, 1.8rem);
		line-height: 150%;
    }

}