/*===== CSS RESET =====*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
    outline: none;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

.clear {
    clear: both
}

.clearfix {
    display: inline-block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

p,
li,
td {
    background: url('')
}

ul,
ol {
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-width: 1040px;
}

body {
    font-size: 14px;
    font-family: "Meiryo", "MS Gothic", Helvetica, sans-serif, Georgia, Myriad, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "ＭＳ ゴシック";
    color: #000;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background: #fff;
}

button,
a,
area {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.gray {
    color: #ccc;
}

.yellow {
    color: #ffc90f;
}

.red {
    color: #f00;
}

.highlight {
    background-color: #ffc90f;
    color: #000;
    font-weight: bold;
}

.mb100 {
    margin-bottom: 100px;
}

.center {
    text-align: center;
}

.big {
    font-size: 40px;
    font-weight: bold;
    margin: 1em 0 !important;
}

.middle-big {
    font-size: 26px;
    font-weight: bold;
    margin: 1em 0 !important;
}

.spOnly {
    display: none;
}

/* 見出し */
.headline {
    width: 1040px;
    margin: 0 auto;
}

.headline h2 {
    font-size: 34px;
    padding: 20px 0;
    float: left;
}

.headline span {
    color: #ffc90f;
    font-size: 20px;
    margin: 30px 0 0 20px;
    display: block;
    float: left;
}

/* ヘッダ */
header {
    width: 1040px;
    margin: 0 auto;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

* html header {
    height: 1%;
}

header {
    display: block;
}

header .logo {
    float: left;
    margin: 40px 0 0 0;
    width: 200px;
    overflow: hidden;
}

header a {
    text-decoration: none;
    color: #000;
}

header div:not(.spHeader):not(.sp-nav):not(.menu-primary_menu-container) {
    float: left;
    background: #fff;
    width: 840px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

header div .tagline {
    width: 425px;
    height: 45px;
    background: #eeeeee;
    font-size: 12px;
    padding: 13px 0 0 15px;
    float: left;
    overflow: hidden;
}

header div .contact {
    width: 415px;
    height: 45px;
    float: left;
    overflow: hidden;
    background: url(../images/common/icon_pipe.png) no-repeat 185px center;
    background-color: #ffc90f;
}

header div .contact .tel {
    display: inline-block;
    background: url(../images/common/icon_tel.png) no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 10px 0 0 15px;
}

header div .contact .form {
    display: inline-block;
    background: url(../images/common/icon_mail.png) no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin: 10px 0 0 25px;
}

header div .contact .tel a:hover,
header div .contact .form a:hover {
    text-decoration: underline;
}

header div nav {
    clear: both;
    font-size: 18px;
    text-align: center;
}

header div nav ul>li {
    display: inline-block;
}

header div nav ul>li:last-child {
    margin-right: 0px;
}

header div nav li a {}

#dropmenu {
    font-size: 0;
}

#dropmenu li {
    position: relative;
    padding: 0;
    text-align: center;
}

#dropmenu li a {
    display: block;
    padding: 20px 19px 15px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

#dropmenu>li.newIcon:after {
    content: "New!";
    font-size: 15px;
    color: #ffc90f;
    position: absolute;
    top: 0px;
    right: 108px;
    z-index: 100;
    text-shadow: 1px 1px 2px #e3e3e3;
}

#dropmenu>li.newIcon:hover:after {
    content: "New!";
    color: #fff;
}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

#dropmenu li:last-child ul {
    left: -84px;
    width: 100%
}
#dropmenu li:nth-child(3) ul>li{
    width: 320px;
}
#dropmenu li ul>li {
    display: block;
    overflow: hidden;
    width: 250px;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

#dropmenu li ul li a {
    padding: 13px 15px;
    background: #ffc90f;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

#dropmenu>li:hover>a {
    background: #ffc90f;
    color: #000;
    font-weight: bold;
}

#dropmenu li ul li:hover a {
    background: #000;
    color: #fff;
}

#dropmenu li:hover ul li {
    overflow: visible;
    height: 38px;
    margin-bottom: 3px;
}

#dropmenu li:hover ul li:first-child {
    border-top: 0;
}

#dropmenu li:hover ul li:last-child {
    border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

.sp-nav {
    display: block;
    margin: 0;
    border-radius: 0 0 5px 5px;
}

.sb-slidebar.sp-nav {
    display: block;
    margin: 0;
    height: inherit;
    overflow-y: visible;
    position: static;
    top: 0;
    z-index: 0;
    background-color: #fff;
    width: 100%;
}

/*　パンくずナビ */
.breadcrumb {
    position: absolute;
    top: 360px;
    background: #eeeeee;
    width: 100%;
    margin-bottom: 30px;
    z-index: 90;
}

.breadcrumb_span {
    width: 1040px;
    margin: 0 auto;
    padding: 15px 0;
}

.breadcrumb ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.breadcrumb_span>span:last-of-type {
    font-weight: bold;
}

.breadcrumb span a {
    color: #000;
}

/* コンテンツ */
.content {
    margin-bottom: 100px;
    position: relative;
    width: 100%;
}

.content h1 {
    font-size: 54px;
    font-weight: bold;
    padding: 190px 0 90px;
    margin-bottom: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #666;
    color: #fff;
    background-size: cover;
    background-image: url(../images/about/h1.jpg);
}

.content h2 {
    /*width: 1100px;*/
    margin: 0 auto 25px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    /*border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
    padding: 20px 0;
}

/*
.content h3{
	width:900px;
	margin:0 auto;
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
	color:#666;
}*/
.content h3 {
    /*width: 1100px;*/
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 13px 0 13px 5px;
    border-top: 3px solid #ffc000;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.content h4 {
    margin: 0 auto 20px;
    font-size: 20px;
}

.content .text {
    width: 1100px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2.3em;
    display: inline-block;
}

.content .text:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

* html .content .text {
    height: 1%;
}

.content .text {
    display: block;
}

.content .text p {
    margin-bottom: 1.5em;
}

.content p.original {
    text-align: center;
    padding: 20px 0;
}

.content p.original img {
    width: auto !important;
}


@media screen and (max-width:1300px) {
    .main_side {
        display: none;
    }
}

.main_side {
    width: 200px;
    border-top: 3px solid #ffc90f;
    position: absolute;
    top: 480px;
    right: 0;
    background-color: #fff;
}

.main_side h2 {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.main_side li {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.main_side li a {
    color: #000;
    display: block;
    padding: 10px 10px;
}

.main_side li.current-menu-item a {
    background-color: #ddd;
}

.main_side li a:hover {
    color: #000;
    background-color: #ffc90f;
}

.content .left {
    float: left;
    width: 50%;
}

.content .right {
    float: right;
    width: 46%;
}

.content .left02 {
    float: left;
    width: 70%;
}

.content .right02 {
    float: right;
    width: 25%;
}

.content img {
    width: 100%;
}

.entry-content {
    width: 1100px;
    margin: 0 auto;
    font-size: 16px;
}

.entry-content p {
    margin: 0 auto 40px;
    line-height: 2.3em;
}


.content div.company_value {
    width: 90%;
    background: #f6f6f6;
    padding: 46px;
    box-sizing: border-box;
    margin: 0 auto 60px auto;
}

.content div.company_value h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 26px;
}

.content div.company_value h4 span {
    display: block;
}

.content div.company_value h4 span.jp {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.content div.company_value dl {
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}

.content div.company_value dl dt {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    vertical-align: middle;
}

.content div.company_value dl dd {
    width: 100%;
    font-size: 18px;
    margin-bottom: 16px;
    vertical-align: middle;
    padding: 5px 0;
}

.service .wp-block-column {
    flex-basis: 60%;
}

.service .wp-block-column:not(:first-child) {
    flex-basis: 40%;
}

.pagenation ul {
    text-align: center;
}

.pagenation ul li {
    margin: 0 2px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: solid #666 1px;
    font-size: 20px;
    color: black;
    text-align: center;
    transition: all 0.3s ease;
}

.pagenation ul li:hover {
    background-color: #FFC600;
}

.pagenation ul li span {
    display: block;
    height: 100%;
    width: 100%;
    color: black;
    padding: 0 15px;
}

.pagenation ul li.active {
    background-color: #FFC600;
    padding: 0 15px;
}

.pagenation ul li a {
    display: block;
    height: 100%;
    width: 100%;
    color: black;
    padding: 0 15px;
    text-decoration: none;
}

/*　実績スライダー　*/
.works_slider {
    width: 100%;
    min-width: 1040px;
    background-color: #282828;
}

.works_slider h2 {
    color: #fff;
}

.works_slider .slider {
    width: 100%;
    /*border-top: 5px solid #ffc90f;*/
}

.works_slider .slider a {
    text-decoration: none;
    color: #000;
}

.works_slider .slider .panel {
    width: 500px;
    float: left;
}

.works_slider .slider dl {
    background: #fff;
    padding: 20px 30px;
}

.works_slider .slider a:hover dl {
    transition: 0.3s;
}

.works_slider .slider a:hover dl {
    background-color: #ffc90f;
}

.works_slider .slider dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.works_slider .slider dd {
    font-size: 14px;
}

.works_slider .slider dd .comment {
    margin-bottom: 0px;
}

.works_slider .slider img {
    width: 100%;
}

.works_slider .slider figure {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.works_slider .slider figure:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.works_slider .slider figure img {
    position: absolute;
    top: 0;
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_slider .slider a:hover figure img {
    transform: scale(1.1);
}

.slick-container {
    position: relative;
    width: 100%;
}

.slick-prev {
    position: absolute;
    z-index: 200;
    top: 20%;
    left: 0;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    z-index: 300;
    top: 20%;
    right: 0;
    cursor: pointer;
}

.arrow button .slick-next:before {
    content: "";
}

.arrow button .slick-after:before {
    content: "";
}

.arrow button {
    display: none !important;
}

/* CTA */
.cta {
    border-top: 5px solid #ffcc32;
    background-color: #f6f6f6;
    padding: 20px 50px;
    width: 1040px;
    margin: 0 auto 70px;
}

.cta .left {
    float: left;
    width: 440px;
}

.cta .left .headline {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
}

.cta .left .detail {
    font-size: 16px;
}

.cta .right {
    float: right;
    margin-top: 20px;
}

.cta .right .form {
    text-align: center;
}

.cta .right .form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 17px 70px 15px;
    background-color: #ffcc32;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-decoration: none;
    box-shadow: rgb(205, 153, 0) 0px 6px 0px 0px;
    -webkit-box-shadow: rgb(205, 153, 0) 0px 6px 0px 0px;
    -moz-box-shadow: rgb(205, 153, 0) 0px 6px 0px 0px;
    transition: 0.2s;
}

.cta .right .form a:hover {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    background-color: #666;
    color: #fff;
    box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
    -moz-box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
}

.cta .right .tel {
    text-align: center;
    margin-top: 20px;
}

.cta .right .tel a {
    text-decoration: none;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    transition: 0.3s;
}

.cta .right .tel a:hover {
    text-decoration: underline;
}

.cta .right .tel span {
    font-size: 20px;
}

/* SITEMAP */
.sitemap {
    width: 100%;
    background-color: #f6f6f6;
}

.sitemap .clearfix {
    width: 1040px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.sitemap a {
    text-decoration: none;
    color: #000;
}

.sitemap a:hover {
    text-decoration: underline;
}

.sitemap .clearfix>li {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 167px;
}

.sitemap .clearfix>li>a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sitemap ul li {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 5px;
}

.banner_bottom {
    background: #f6f6f6;
    padding: 0 0 100px 0;
}

.banner_bottom p {
    width: 760px;
    margin: 0 auto;
    transition: ease .3s;
}

.banner_bottom p.sp {
    display: none;
}

.banner_bottom p:hover {
    opacity: .8;
}

.banner_bottom p img {
    width: 100%;
}

footer {
    width: 1040px;
    padding: 20px 0;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
}

footer a {
    color: #000;
}

footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

* html footer {
    height: 1%;
}

footer {
    display: block;
}

footer address {
    float: left;
}

footer address .tagline {
    margin-bottom: 10px;
}

footer .sns {
    display: flex;
    float: right;
    width: 192px;
    height: auto;
    margin-bottom: 24px;
}

footer .sns a{
    width: 48px;
    height: 100%;
    margin-right: 24px;
}

footer .sns a:last-child{
    margin-right: 0;
}

footer .sns a:hover {
    opacity: 0.7;
}

footer .sns img {
    width: 100%;
}

footer .copyright {
    float: right;
    clear: right;
    margin-top: 10px;
}

.page-top {
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 80;
}

.page-top p {
    margin: 0;
    padding: 0;
}

.move-page-top {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.move-page-top:hover {
    opacity: 0.85;
}


/* about */
.about .content h1 {
    background-image: url(../images/about/h1.jpg);
}

/* blog */
.page-id-824 h1,
.archive.category h1,
.single-post h1,
.search h1 {
    background-image: url(../images/blog/h1.jpg);
    color: black;
    line-height: 27px;
    height: 361px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 118px;
    position: relative;
}

.page-id-824 h1:before,
.archive.category h1:before,
.single-post h1:before,
.search h1:before {
    content: url(../images/blog/logo.png);
    position: absolute;
    left: 0;
    right: 464px;
    top: 164px;
    bottom: 0;
}

.page-id-824 h1 span,
.archive.category h1 span,
.single-post h1 span,
.search h1 span {
    font-size: 20px;
    font-weight: normal;
}

.content .post_area h2 {
    border-top: none;
    border-bottom: dotted 2px #c8c8c8;
    padding-bottom: 14px;
    font-size: 32px;
    width: 100%;
    padding-top: 8px;
    margin-bottom: 8px;
    margin-top: 5px;
    line-height: 1.5em;
    text-align: left;
}

.sidebar_area .cat-item {
    height: 95px;
    padding-left: 110px;
    position: relative;
    margin-bottom: 25px;
}

.sidebar_area .cat-item a {
    color: black;
    font-size: 14px;
    padding: 14px 0;
    display: block;
}

.sidebar_area .cat-item a:hover {
    opacity: 0.6;
}

.sidebar_area .category_thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 95px;
    background-size: cover;
    background-position: center;
}

.sidebar_area .wpp-list li {
    margin-bottom: 25px;
}

.sidebar_area .wpp-list a.wpp-post-title {
    color: black;
    font-size: 14px;
    padding: 14px 0;
    display: inline-block;
    width: 170px;
    margin: 0 0 0 15px;
}

.sidebar_area .wpp-list a:hover {
    opacity: 0.6;
}

.sidebar_area .wpp-list a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar_area .wpp-list a img:hover {
    opacity: 0.6;
}

.sidebar_area .wpp-list li a .wpp-thumbnail {
    width: auto;
    margin: 0;
}

.sidebar_area .wpp-list li a:first-child {
    position: relative;
    display: block;
}

.sidebar_area .wpp-list li:nth-child(1) a:first-child:after {
    content: "1";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px;
}

.sidebar_area .wpp-list li:nth-child(2) a:first-child:after {
    content: "2";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px;
}

.sidebar_area .wpp-list li:nth-child(3) a:first-child:after {
    content: "3";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px;
}

.sidebar_area .wpp-list li:nth-child(4) a:first-child:after {
    content: "4";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px;
}

.sidebar_area .wpp-list li:nth-child(5) a:first-child:after {
    content: "5";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px;
}

.sidebar_area .wpp-list li a:first-child:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #FFCC32;
    position: absolute;
    z-index: 5;
}

/* contact */
.contact .content h1 {
    background-image: url(../images/contact/h1.jpg);
}

.contact .content .tel {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 0em !important;
    background: url(../images/contact/icon_tel.png) no-repeat left center;
    padding-left: 10px;
    padding: 20px 0 20px 10px;
    width: 430px;
}

.contact .content .time {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.contact .content form {
    width: 800px;
    margin: 30px auto;
}

.contact .content form table {
    border-top: 8px solid #f6f6f6;
    width: 100%;
}

.contact .content form p {
    width: 100%;
    margin-bottom: 0 !important;
    text-align: left;
    margin-bottom: 10px !important;
}

.contact .content form tr {
    border-bottom: 1px solid #f6f6f6;
}

.contact .content form tr:last-child {
    border-bottom: none;
}

.contact .content form th {
    vertical-align: middle;
    text-align: right;
    padding: 20px;
    width: 230px;
    font-size: 18px;
}

.contact .content form td {
    padding: 20px;
}

.contact .content input[type="text"],
.contact .content input[type="email"],
textarea,
select {
    border: 1px solid #aaa;
    padding: 8px;
}

.contact .content input[type="text"],
.contact .content input[type="email"],
textarea {
    width: 100%;
}

.contact .content textarea {
    height: 200px;
}

.contact .content .btnGroup {
    width: 100%;
    text-align: center;
}

.contact .content input[type="submit"] {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 17px 70px 15px;
    background-color: #ffcc32;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-decoration: none;
    box-shadow: rgb(205, 153, 0) 0px 6px 0px 0px;
    -webkit-box-shadow: rgb(205, 153, 0) 0px 6px 0px 0px;
    -moz-box-shadow: rgb(205, 153, 0) 0px 6px 0px 0px;
    transition: 0.2s;
    cursor: pointer;
    width: 400px;
    margin: 30px auto;
}

.contact .content input[type="submit"]:hover {
    background-color: #666;
    color: #fff;
    box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
    -moz-box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
}

.contact .content .back {
    display: inline-block;
    margin-right: 20px;
    width: 250px;
}

.contact .content .back a,
.contact .content .back input {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 17px 30px 15px;
    background-color: #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-decoration: none;
    box-shadow: rgb(100, 100, 100) 0px 6px 0px 0px;
    -webkit-box-shadow: rgb(100, 100, 100) 0px 6px 0px 0px;
    -moz-box-shadow: rgb(100, 100, 100) 0px 6px 0px 0px;
    transition: 0.2s;
    cursor: pointer;
    margin: 30px auto;
}

.contact .content .back a:hover,
.contact .content .back input:hover {
    background-color: #666;
    color: #fff;
    box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
    -moz-box-shadow: rgb(0, 0, 0) 0px 6px 0px 0px;
}

.contact .content .require {
    vertical-align: middle;
    display: inline-block;
    background-color: #f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    line-height: 1em;
    margin-left: 10px;
}

.contact .content .option {
    vertical-align: middle;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    line-height: 1em;
    margin-left: 10px;
}

.contact .content .step {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.contact .content .step li {
    display: inline-block;
    background: url(../images/contact/step.png) no-repeat right center;
    background-color: #ffc90f;
    width: 32%;
    padding: 15px 20px 15px 10px;
    font-weight: bold;
}

.contact .content .step li.now {
    background: url(../images/contact/step_gray.png) no-repeat right center;
    background-color: #666;
    color: #ffc90f;
}

.contact .content .step li:last-child {
    margin-right: 0;
}

.contact .content .emargency {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}

.contact .content .name,
.contact .content .kana {
    width: 40% !important;
}

.contact .content .phone {
    width: 28% !important;
}

.contact .content .errorMessageTitle {
    color: #ff0000;
    font-size: 18px;
    display: block;
    padding: 0;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.contact .content .errorMessage {
    color: #ff0000;
    font-size: 14px;
    display: block;
    padding: 0;
    line-height: 1.0em;
    margin-top: 10px;
}

.contact .privacyPolicy {
    padding: 0 20px;
    margin: 0 0 110px 0;
}

.contact .privacyPolicy>dl>dt {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}

.contact .privacyPolicy>dl>dd .privacyPolicy-box {
    width: 90%;
    height: 190px;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
    padding: 24px;
    overflow-y: scroll;
}

.contact .privacyPolicy>dl>dd .privacyPolicy-box>p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.contact .privacyPolicy>dl>dd .privacyPolicy-box dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
}

.contact .privacyPolicy>dl>dd .privacyPolicy-box dd {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.wpcf7c-conf {
    background-color: rgb(232, 240, 254);
}

/* */
.company .content h1 {
    background-image: url(../images/company/h1.jpg);
}

.company .content table {
    width: 90%;
}

.company .content table th,
.company .content table tr td:first-of-type {
    vertical-align: middle;
    width: 30%;
    padding: 20px;
    text-align: left;
    background-color: #f6f6f6;
    border-bottom: 1px dotted #fff;
}

.company .content table td {
    width: 70%;
    padding: 20px;
    border-bottom: 1px dotted #f6f6f6;
}

.company .content .gmap {
    width: 100%;
    height: 350px;
}

.news .content h1,
.news.content h1 {
    background-image: url(../images/company/h1.jpg);
}

.news .content ul.newsList li {
    border-bottom: 1px #ccc solid;
    padding: 20px 0;
}

.news .content ul.newsList li:last-child {
    border: none;
}

.news .content ul.newsList li figure {
    float: left;
    width: 20%;
    margin-right: 3%;
}

.news .content ul.newsList li figure {
    float: left;
    width: 20%;
    margin-right: 3%;
}

.news .content ul.newsList li img {
    width: 100%;
    height: auto;
}

.news .content ul.newsList li div {
    float: left;
    width: 75%;
    margin-top: 5px;
}

.news .content ul.newsList li div .date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.news .content ul.newsList li div .body {
    font-size: 16px;
    margin-bottom: 0em !important;
}

/*--------- よくある質問 ---------*/
.faq .content h1 {
    background-image: url(../images/service/h1.jpg);
}

.faq .content h3:not(:first-child) {
    margin-top: 60px;
}

.faq .content .qa li {
    /*border:1px solid #ddd;*/
    border-left: 5px solid #ffc90f;
    padding: 20px 25px 30px 25px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.faq .content .qa li:first-child {
    padding-top: 0;
}

.faq .content .question {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.faq .content .answer {
    font-size: 18px;
    margin-bottom: 0;
}

.faq .content .question,
.faq .content .answer {
    position: relative;
    padding-top: 10px;
    margin-left: 50px;
}

.faq .content .question:before {
    content: "Q";
    font-weight: normal;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    display: block;
    padding: 10px 10px;
    line-height: 1.0em;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    margin-right: 15px;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -55px;
}

.faq .content .answer:before {
    content: "A";
    background-color: #ffc90f;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    display: block;
    padding: 10px 10px;
    line-height: 1.0em;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    margin-right: 15px;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -55px;
}

/*--------- カテゴリインデックス ---------*/
.category .content .text p {
    float: left;
    width: 30%;
}

.category .content .text a {
    display: block;
    width: 100%;
    background-color: #ffc90f;
    color: #000;
    text-align: center;
    padding: 100px 0;
    font-weight: bold;
    font-size: 22px;
    margin-right: 3px;
}

/* WORKS */
.works_archive h1 {
    background-image: url(../images/works/h1.jpg);
}

#wistia_grid_25_main,
#wistia_grid_25_wrapper,
.wistia_popover_embed {
    width: 700px;
    overflow: hidden;
}

.work .entry-content{
    max-width: 1100px;
}


.work .content h1 {
    background-image: url(../images/works/h1.jpg);
}

.work .content h3 {
    width: 100%;
}

.works_archive .cat_link {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.works_archive .cat_link li {
    display: inline-block;
    margin-right: 15px;
}

.works_archive .cat_link li:last-of-type {
    margin-right: 0;
}

.works_archive .cat_link li a {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 36px;
    text-decoration: none;
    padding: 0 30px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #888;
    transition: opacity .3s;

}

.works_archive .cat_link li a:hover {
    opacity: .6;
}

.works_archive .cat_link li a.all {
    border-color: #ffcc32;
}

.works_archive .cat_link li a.web {
    border-color: #137dce;
}

.works_archive .cat_link li a.brochure {
    border-color: #099a37;
}

.works_archive .cat_link li a.movie {
    border-color: #d82a4c;
}

.work .content .text {
    max-width: 1300px;
    width: 100%;
}

.work .content .text ul {
    text-align: center;
}

.work .content .text ul li {
    width: 300px;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.work .content .text ul li.contact figure {
    /*background-color:#ffc90f;*/
    font-weight: bold;
    text-align: center;
    color: #000;
    height: 298px;
}

.work .content .text ul li.contact figure p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    text-decoration: underline;
    padding-top: 120px;
}

.work .content .text ul li:last-child {
    margin-right: 0px;
}

.work .content .text ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
}

.work .content .text ul li a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.work .content .text ul li img {
    width: 100%;
    height: 300px;
    transition: 0.2s;
}

.obf_contain {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.obf_cover {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.work .content .text ul li figure {
    overflow: hidden;
    border: 1px solid #f6f6f6;
    position: relative;
}

.work .content .text ul li figure .tag {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    padding: 2px 10px 0;
    font-size: 16px;
    background-color: #888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.work .content .text ul li figure .movie {
    background-color: #d82a4c;
}

.work .content .text ul li figure .web {
    background-color: #137dce;
}

.work .content .text ul li figure .brochure {
    background-color: #099a37;
}

.work .content .text ul li div {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    transition: 0.2s;
    height: 100px;
    line-height: 1.5em;
}

.work .content .text ul li p {
    margin-bottom: 0;
    text-align: left;
}

.work .content .text ul li p.companyName {
    font-size: 16px;
    font-weight: bold;
}

.work .content .text ul li p.workTitle {
    font-size: 16px;
    margin-bottom: 5px;
}

.work .content .text ul li p.part {
    font-size: 14px;
}

.work .content .text ul li p.issue {
    font-size: 14px;
}

.work_individual .content h1,
.works h1 {
    background-image: url(../images/works/h1.jpg);
}

.work_individual .content .workInner {
    width: 1080px;
    margin: 0 auto;
}

.work_individual .content .workInner a.popup {
    cursor: pointer;
    display: block;
    position: relative;
}

.work_individual .content .workInner a.popup:hover {
    opacity: 0.9;
}

.work_individual .content .workInner img {
    width: 100%
}

.work_individual .content .workInner .image {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.work_individual .content .workInner .image img {
    max-width: 100%;
    width: auto;
}

.work_individual .content .workInner .image li img {
    max-width: 992px;
    height: 558px;
    margin: auto;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.work_individual .content .workInner .image .arrow img {
    height: 50px;
}

.works-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    cursor: pointer;
}

.works-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    cursor: pointer;
}

.work_individual .content .workInner .image .playBtn {
    position: absolute;
    width: 95px;
    height: 94px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work_individual .content .workInner .detail {
    margin-top: 40px;
}

.work_individual .content .workInner .detail .left {
    width: 47%;
    float: left;
    font-size: 14px;
    line-height: 1.6em;
}

.work_individual .content .workInner .detail .left dt {
    font-weight: bold;
}

.work_individual .content .workInner .detail .left dd {
    margin-bottom: 10px;
}

.work_individual .content .workInner .detail .left .url a {
    font-size: 12px;
    color: #000;
}

.work_individual .content .workInner .detail .left div p {
    font-size: 16px;
}

.work_individual .content .workInner .detail .right {
    width: 50%;
    float: right;
    font-size: 16px;
    line-height: 2em;
}

.work_individual .content .workInner .detail .right a {
    display: block;
    margin-bottom: 40px;
    font-size: 0;
    border: 1px solid #ccc;
    transition: opacity .3s;
    max-height: 600px;
    overflow: auto;
}

.work_individual .content .workInner .detail .right a:hover {
    opacity: .8;
}

.work_individual .content .workInner .detail .right a:last-of-type {
    margin-bottom: 0;
}

.iziModal {
    text-align: center;
    box-shadow: none !important
}

.iziModal img {
    max-width: 100%;
}

.iziModal::after {
    display: none;
}

.iziModal .iziModal-header h2 {
    color: transparent !important;
}

.iziModal .iziModal-header {
    box-shadow: none !important
}

.flow .content h3 {
    text-align: center;
}

.flow .content .text {
    margin-bottom: 20px;
    height: 100%;
}

.content .flow .step {
    float: left;
    padding-bottom: 38px;
    background: url(../images/service/flow_bottom.png) no-repeat center bottom;
    height: 100%;
}

.content .flow .stepInner {
    width: 178px;
    height: 250px;
    padding: 20px 10px 0 10px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background-color: #88cce2;
}

.content .flow .step span {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.content .flow .step span.titleStep {
    font-size: 20px;
    padding-bottom: 20px;
    background: url(../images/service/icon_flow.png) no-repeat center bottom;
    margin-bottom: 20px;
}

.content .flow .step span.title {
    font-size: 20px;
}

.content .flow .comment {
    float: left;
    width: 370px;
    margin-left: 25px;
}

.content .flow .flow_image {
    float: right;
    width: 255px;
    margin-left: 15px;
}

.content .flow .flow_image img {
    width: auto;
}

.no-bg {
    background: none !important;
}

.solution .content h1 {
    background-image: url(../images/solution/h1.jpg);
}

/* Service */
.service .entry-content{
    width: 860px;
}

.service .content h1 {
    background-image: url(../images/service/h1.jpg);
}

.service .content .left {
    width: 60%;
}

.service .content .right {
    width: 36%;
}

.service .content .right img {
    border: 1px solid #f0f0f0;
}

.service .content .text{
    width: 860px;
}

/* kanku-ru */
.kanku-ru .content h1 {
    background-image: url(../images/service/h1_kanku-ru.jpg);
}

.kanku-ru .content .left {
    width: 75% !important;
}

.kanku-ru .content .right {
    width: 25% !important;
}

.kanku-ru .original {
    padding: 0 !important;
}

.kanku-ru .merit {
    width: 32%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    margin-left: 1%;
}

.kanku-ru .merit dt {
    background-color: #84b500;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.kanku-ru .merit dd {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
}

.kanku-ru .merit dd p {
    text-align: center;
}

.kanku-ru .merit dd img {
    width: auto !important;
}

/* Knowhow */
.knowhow .entry-content{
    max-width: 860px;
}

.knowhow .entry-content h4{
    font-weight: bold;
}
.knowhow .content h1 {
    background-image: url(../images/knowhow/h1.jpg);
}
.knowhow_archive a{text-decoration: none;}
.knowhow_archive ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.knowhow_archive li.knowhow_contents{
    width: 30%;
    min-height: 360px;
    padding: 32px 40px;
    margin-bottom: 40px;
    margin-right: 3%;
    border: solid 1px #aaa;
    position: relative;
}
.knowhow_archive dl{
    position: relative;
}
.knowhow_archive a.link-box{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.knowhow_archive li.knowhow_contents:hover .more{
    color: #fff;
    background-color: #ffb30f;
}
.knowhow_archive dt{
    text-align: center;
    line-height: 1.4;
}
.knowhow_archive dt:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #FFC911;
    margin: 16px auto;
}
.knowhow_archive dt a{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.knowhow_archive dd{position: relative;}
.knowhow_archive dd p{
    line-height: 1.6;
    min-height: 125px;
    margin-bottom: 1em;
}
.knowhow_archive a.more{
    text-align: center;
    font-weight: bold;
    width: 120px;
    background-color: #bbb;
    color: #fff;
    padding: 4px 12px;
    font-size: 16px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
}


.knowhow_archive .tag_list{
    margin-top: 20px;
    position: relative;
    line-height: 2em;
    padding-left: 2.3em;
}
.knowhow_archive .tag_list:before{
    content: "";
    background-image: url(../images/knowhow/tag.png);
    display: inline-block;
    width: 2em;
    height: 2em;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 4px;
    position: absolute;
    left: 0;

}
.knowhow_archive a.tag{
    text-indent: 0;
    display: inline-block;
    color: #ffb30f;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 4px 0.5em;
    margin: 0 4px 4px 0;
    border: solid 2px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
}
.knowhow_archive a.tag:hover{
    background-color: #ffb30f;
    color: #fff;
    border: solid 2px #ffb30f;
}
.list li {
    background-image: url(../images/common/check.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}