@charset "utf-8";

/*---------------------------------------------------------
    Theme Name: スタンドスプリング wordpressテーマ
    Description: コーポレートサイト用
    Theme URI: https://archon.jp/
    Author: WEBLISS Inc.
    Author URI: https://webliss.co.jp/
    Version: 2.0
---------------------------------------------------------*/

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

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

blockquote, q {
    quotes: none;
}

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

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

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

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

del {
    text-decoration: line-through;
}

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

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

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

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

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 2.4;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {

body {
    font-size: 14px;
}

}

h1, h2, h3, h4, h5, h6, th {
    font-weight: 600;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 800px) {

.wrap {
    width: 100%;
}

}

/****************************************

    /* ヘッダー

*****************************************/

header {
    overflow: hidden;
    width: 100%;
    height: 62px;
    line-height: 1;
    background: #fff;
    position: fixed;
    z-index: 9999;
}

header h1 {
    position: relative;
    top: 10px;
    left: 20px;
}

header h1 img {
    width: 220px;
}

header .telsp,
header .mailsp {
    display: none;
}

.adjuster {
    width: 100%;
    height: 62px;
}

@media screen and (max-width: 800px) {

header {
    height: 48px;
    border-bottom: 1px solid #ccc;
}

header .telSp {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 48px;
    cursor: pointer;
}

header .mailSp {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 96px;
    cursor: pointer;
}

header h1 {
    top: 10px;
    left: 10px;
}

header h1 img {
    width: 160px;
}

.adjuster {
    height: 48px;
}

}

/****************************************

    /* ナビゲーションボタン

*****************************************/

#navPanel {
    display: inline-block;
    width: 130px;
    height: 62px;
    background-color: #0ae;
    background: linear-gradient(-90deg, #7cc, #0ae);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#navPanel:after {
    content: "MENU";
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 24px;
    left: 60px;
}

#navIcon {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    transition: .2s;
}

#navIcon:before,
#navIcon:after {
    display: block;
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    transition: .3s;
}

#navIcon:before {
    margin-top: -8px;
}

#navIcon:after {
    margin-top: 6px;
}

#navPanel .close {
    background: transparent;
}

#navPanel .close:before,
#navPanel .close:after {
    margin-top: -2px;
}

#navPanel .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#navPanel .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 800px) {

#navPanel {
    width: 48px;
    height: 48px;
}

#navPanel:after {
    display: none;
}

#navIcon {
    left: 12px;
}

}

/****************************************

    /* ナビゲーション

*****************************************/

nav {
    display: none;
    width: 100%;
    background-color: #0ae;
    background: linear-gradient(-90deg, #7cc, #0ae);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    padding: 10px 0;
    position: fixed;
    top: 61px;
    z-index: 9999;
}

nav ul {
    display: flex;
}

nav ul li {
    flex: 1;
    text-align: center;
    line-height: 1.8;
    margin: 0 20px;
    padding: 10px;
}

nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 999;
}

nav ul li a img {
    display: block;
    width: 60px;
    margin: 0 auto 4px;
}

nav ul li a span {
    display: block;
    font-size: 10px;
}

nav ul li a:hover {
    color: #8de;
}

@media screen and (max-width: 800px) {

nav {
    top: 47px;
    padding: 0;
}

nav ul {
    flex-flow: wrap;
    margin: 10px 0;
}

nav ul li {
    width: 50%;
    flex: auto;
    line-height: 1.6;
    margin: 0;
    padding: 20px 10px;
}

nav ul li:last-child {
    display: none;
}

nav ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0px;
}

nav ul li a img {
    display: block;
    width: 50px;
    margin: 0 auto 4px;
}

nav ul li a span {
    display: block;
    font-size: 10px;
}

nav ul li a:hover {
    color: #888;
}

}


/****************************************

    /*

*****************************************/

footer {
    color: #fff;
    text-align: center;
    background-color: #0ae;
    background: linear-gradient(-90deg, #7cc, #0ae);
    padding: 60px 0;
}

footer h2 {
    width: 240px;
    margin: 0 auto;
}

footer .footLink {
    margin: 20px 0;
}

footer .footLink a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
}

footer .footLink a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 .5em 0 0;
}

footer p {
    font-size: 12px;
}

@media screen and (max-width: 800px) {

footer {
    padding: 40px 0;
}

footer h2 {
    width: 200px;
}

footer .footLink {
    margin: 20px 5px;
    overflow: hidden;
}

footer .footLink a {
    display: block;
    width: 48%;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    border: 1px solid;
    margin: 5px 1%;
    padding: 2px 10px;
    float: left;
}

footer .footLink a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 .5em 0 0;
}

footer p {
    font-size: 10px;
}

}

/****************************************

    /*

*****************************************/

.al {
    font-family: 'Staatliches', cursive;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}

/****************************************

    /*

*****************************************/

#mainVisual {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    background: linear-gradient(-90deg, #7cc, #0ae);
    background-size: cover;
    padding: 0;
    text-shadow: 0 3px 0 rgba(0,0,0,.2);
}

#mainVisual h2 {
    font-size: 42px;
    line-height: 1.6;
    margin: 0 60px 10px;
}

#mainVisual p {
    margin: 0 60px;
}

@media screen and (max-width: 800px) {

#mainVisual {
    font-size: 18px;
    text-align: center;
}

#mainVisual h2 {
    font-size: 24px;
    margin: 0 0 10px;
}

#mainVisual p {
    margin: 0;
}

}

#indexService {
    padding: 80px 0;
}

#indexService ul {
    display: flex;
    width: 1280px;
    margin: 0 auto;
}

#indexService ul li {
    flex: 1;
    padding: 0 40px;
}

#indexService ul li .thumb {
    text-align: center;
    margin: 0 0 20px;
}

#indexService ul li .thumb img {
    width: 300px;
}

#indexService ul li h2 {
    color: #0ae;
    font-size: 18px;
    text-align: center;
}

#indexService ul li p {
    text-align: left;
}

#indexService ul li .cta {
    text-align: center;
    margin: 20px 0 0;
}

#indexService ul li .cta a {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #0ae;
    background: linear-gradient(-90deg, #7cc, #0ae);
    padding: 2px 50px;
    border-radius: 100px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 0 #08c;
    position: relative;
}

#indexService ul li .cta a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

#indexService ul li .cta a:hover {
    opacity: .5;
}

@media screen and (max-width: 800px) {

#indexService {
    padding: 40px 10px;
}

#indexService ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
}

#indexService ul li {
    text-align: center;
    padding: 20px;
}

#indexService ul li .thumb img {
    width: 220px;
}

#indexService ul li h3 {
    font-size: 16px;
}

}

#indexBanner {
    text-align: center;
    background-color: #f2fbfe;
    background: linear-gradient(90deg, #f0fafe, #f7fcfc);
    padding: 40px 0;
}

#indexBanner a {
    display: inline-block;
    width: 320px;
    margin: 0 20px;
    box-shadow: 3px 5px 5px rgba(0,170,240,.4);
}

@media screen and (max-width: 800px) {

#indexBanner {
    text-align: center;
    background-color: #f2fbfe;
    background: linear-gradient(90deg, #f0fafe, #f7fcfc);
    padding: 30px 10px;
}

#indexBanner a {
    width: 46%;
    margin: 10px 1.5%;
}

}

#indexMessage {
    color: #fff;
    text-align: center;
    background: url(images/index-message.png) center center;
    background-size: cover;
    padding: 120px 0;
    text-shadow: 0 3px 0 rgba(0,0,0,.2);
}

#indexMessage h2 {
    font-size: 32px;
}

#indexMessage p {
    font-weight: 600;
}

@media screen and (max-width: 800px) {

#indexMessage {
    padding: 60px 20px;
}

#indexMessage h2 {
    font-size: 20px;
}

}

#indexBlog {
    padding: 80px 0;
}

@media screen and (max-width: 800px) {

#indexBlog {
    padding: 40px 0;
}

}

/****************************************

    /*

*****************************************/

#pageTitle {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    text-shadow: 0 3px 0 rgba(0,0,0,.2);
}

#pageTitle div {
    display: inline-block;
    min-width: 50%;
    line-height: 1.6;
    border: 4px solid;
    padding: 40px 80px;
    box-shadow: 0 3px 0 rgba(0,0,0,.2);
}

#pageTitle h2 {
    font-size: 48px;
    margin: 0 0 5px;
}

@media screen and (max-width: 800px) {

#pageTitle {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

#pageTitle div {
    min-width: 100%;
    border: 3px solid;
    padding: 20px 20px;
}

#pageTitle h2 {
    font-size: 32px;
}

}

/****************************************

    /*

*****************************************/

#breadcrumb {
    color: #aaa;
    font-size: 12px;
    background: #fafafa;
    border-bottom: 1px dashed #ccc;
    padding: 0 20px;
}

#breadcrumb i {
    margin: 0 10px;
}

@media screen and (max-width: 800px) {

#breadcrumb {
    font-size: 10px;
    padding: 0 10px;
}

#breadcrumb i {
    margin: 0 5px;
}

}

/****************************************

    /*

*****************************************/

.marketing {
    background: url(images/marketing-title.png) center center;
    background-size: cover;
}

.media {
    background: url(images/media-title.png) center center;
    background-size: cover;
}

#service {
    padding: 80px 0;
}

@media screen and (max-width: 800px) {

#service {
    padding: 40px 10px;
}

}

#service .summary {
    text-align: center;
}

#service .summary .head {
    width: 1280px;
    margin: 0 auto 80px;
}

#service .summary h2 {
    color: #0ae;
    font-size: 24px;
    margin: 0 0 1em;
}

#service .summary h2 br {
    display: none;
}

#service .summary ul {
    display: flex;
    width: 1280px;
    margin: 0 auto;
}

#service .summary ul li {
    flex: 1;
    padding: 10px 40px;
}

#service .summary ul li .thumb {
    margin: 0 0 20px;
}

#service .summary ul li .thumb img {
    width: 300px;
}

#service .summary ul li h3 {
    color: #0ae;
    font-size: 18px;
}

#service .summary ul li p {
    text-align: left;
}

@media screen and (max-width: 800px) {

#service .summary {
    text-align: left;
}

#service .summary .head {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
}

#service .summary .head h2 {
    text-align: left;
    line-height: 1.8;
}

#service .summary h2 {
    font-size: 20px;
    text-align: center;
}

#service .summary h2 br {
    display: block;
}

#service .summary ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
}

#service .summary ul li {
    text-align: center;
    padding: 20px;
}

#service .summary ul li .thumb img {
    width: 220px;
}

#service .summary ul li h3 {
    font-size: 16px;
}

}

#service .works {
    margin: 80px 0 0;
}

#service .works ul {
    width: 1280px;
    display: flex;
    margin: 40px auto 0;
}

#service .works ul li {
    flex: 1;
    padding: 40px;
}

#service .odd ul li:last-child {
    flex-grow: 1.5;
}

#service .even ul li:first-child {
    flex-grow: 1.5;
}

#service .works ul li h3 {
    color: #0ae;
    font-size: 24px;
}

#service .works ul li h4 {
    color: #7cc;
    font-size: 18px;
    line-height: 1.8;
}

#service .works ul li h4:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f00c";
    margin: 0 .5em 0 0;
}

#service .works ul li h5 {
    line-height: 1.8;
    border-left: 5px solid #0ae;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}

#service .works ul li .contents {
    margin: 20px 0;
}

#service .works ul li .part {
    background-color: #f2fbfe;
    background: linear-gradient(90deg, #f0fafe, #f7fcfc);
    margin: 20px 0;
    padding: 40px;
    border-radius: 10px;
}

#service .works ul li .cta {
    text-align: center;
}

#service .works ul li .cta a {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #0ae;
    background: linear-gradient(-90deg, #7cc, #0ae);
    padding: 5px 50px;
    border-radius: 100px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 0 #08c;
    position: relative;
}

#service .works ul li .cta a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

#service .works ul li .cta a:hover {
    opacity: .5;
}

#service #customer ul li:first-child {
    background: url(images/marketing-works_01.png) center center;
    background-size: cover;
}

#service #leave ul li:last-child {
    background: url(images/marketing-works_02.png) center center;
    background-size: cover;
}

#service #efficiency ul li:first-child {
    background: url(images/marketing-works_03.png) center center;
    background-size: cover;
}

#service #planning ul li:first-child {
    background: url(images/media-works_01.png) center center;
    background-size: cover;
}

#service #creative ul li:last-child {
    background: url(images/media-works_02.png) center center;
    background-size: cover;
}

#service #edit ul li:first-child {
    background: url(images/media-works_03.png) center center;
    background-size: cover;
}

@media screen and (max-width: 800px) {

#service .works {
    margin: 40px 0 0;
}

#service .works ul {
    width: 100%;
    flex-direction: column;
}

#service .even ul {
    flex-direction: column-reverse;
}

#service .works ul li {
    flex: 1;
    padding: 20px;
}

#service .works ul li h3 {
    font-size: 20px;
}

#service .works ul li h4 {
    font-size: 16px;
}

#service .works ul li .contents {
    margin: 20px 0;
}

#service .works ul li .part {
    margin: 20px 0;
    padding: 20px;
}

#service .works ul li .cta a {
    padding: 10px 60px;
}

#service #customer ul li:first-child,
#service #leave ul li:last-child,
#service #efficiency ul li:first-child,
#service #planning ul li:first-child,
#service #creative ul li:last-child,
#service #edit ul li:first-child {
    padding: 80px 20px;
}

}

/****************************************

    /*

*****************************************/

.blog {
    background: url(images/blog-title.png) center center;
    background-size: cover;
}

#blog {
    padding: 80px 0;
}

.postList {
    width: 1280px;
    margin: 0 auto;
}

.postList ul {
    display: flex;
    flex-flow: wrap;
}

.postList ul li {
    width: 33.33%;
    padding: 20px;
}

.postList ul li .thumb {
    margin: 0 0 10px;
    position: relative;
}

.postList ul li .thumb img {
    display: block;
    outline: 8px solid rgba(255,255,255,.5);
    outline-offset: -8px;
}

.postList ul li .thumb p {
    color: #fff;
    font-size: 12px;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 0;
    right: 1%;
    transition-duration: .3s;
}

.postList ul li .thumb p::after {
    content: '';
    width: 25%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
    transition-duration: .3s;
}

.postList ul li .thumb:hover p {
    font-size: 14px;
    transition-duration: .3s;
}

.postList ul li .thumb:hover p::before {
    font-family: FontAwesome;
    content: "\f055";
    margin: 0 .5em 0 0;
}

.postList ul li .title {
    line-height: 1.8;
    margin: 10px 0;
}

.postList ul li .title .day {
    color: #7cc;
    font-size: 14px;
}

.postList ul li .title .day::before {
    font-family: FontAwesome;
    content: "\f073";
    margin: 0 .5em 0 0;
}

.postList ul li .title .tag {
    margin: 0 -5px;
}

.postList ul li .title .tag a {
    display: inline-block;
    color: #0ae;
    font-size: 14px;
    margin: 0 5px;
}

@media screen and (max-width: 800px) {

#blog {
    padding: 40px 0;
}

.postList {
    width: 100%;
    margin: 0 auto;
}

.postList ul {
    display: flex;
    flex-flow: wrap;
}

.postList ul li {
    width: 100%;
    padding: 20px;
}

.postList ul li .thumb {
    margin: 0 0 10px;
}

}

#blogTitle {
    width: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0,0,0,.2);
    background-size: cover;
    background-position: center center;
}

#blogTitle div.adjustBg {
    background: rgba(7,87,116,.7);
    padding: 100px 0;
}

#blogTitle div.line {
    display: inline-block;
    min-width: 50%;
    line-height: 1.6;
    border: 4px solid;
    padding: 40px 80px;
    box-shadow: 0 3px 0 rgba(0,0,0,.2);
}

#blogTitle h1 {
    font-size: 36px;
    margin: 0 0 5px;
}

@media screen and (max-width: 800px) {

#blogTitle {
    width: 100%;
    color: #fff;
    text-align: center;
}

#blogTitle div.adjustBg {
    padding: 80px 20px;
}

#blogTitle div.line {
    min-width: 100%;
    border: 3px solid;
    padding: 20px 20px;
}

#blogTitle h1 {
    font-size: 24px;
}

}


.post {
    padding: 80px 0;
}

.pager {
    display: flex;
    list-style: none;
    border: 1px solid #ddd;
    margin: 40px 0 80px;
}

.pager li {
    flex: 1
}

.pager li:first-child {
    border-right: 1px solid #ddd
}

.pager li a {
    display: block;
    color: #888 !important;
    text-decoration: none;
    position: relative
}

.pager li a:hover {
    background: #f6f6f6
}

.pager li a:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #0ae;
    border-right: 1px solid #0ae;
    margin-top: -4px;
    position: absolute;
    top: 50%
}

.pager li:first-child a {
    padding: 1em 1em 1em 3em
}

.pager li:first-child a:after {
    left: 20px;
    transform: rotate(-135deg)
}

.pager li:last-child a {
    padding: 1em 3em 1em 1em
}

.pager li:last-child a:after {
    right: 20px;
    transform: rotate(45deg)
}

.pager li a {
    color: #888;
    font-size: 14px
}

@media screen and (max-width:800px) {

.post {
    padding: 20px 0;
}

.pager {
    flex-direction: column;
    margin: 20px 0 0;
}

.pager li {
    font-size: 12px
}

.pager li:first-child {
    border-right: none;
    border-bottom: 1px solid #ddd;
}

.pager li a {
    font-size: 12px
}

}

/****************************************

    /*

*****************************************/

.company {
    background: url(images/company-title.png) center center;
    background-size: cover;
}

#company {
    padding: 80px 0;
}

#company h1 {
    width: 320px;
    margin: 0 auto 40px;
}

#company table {
    width: 1000px;
    margin: 0 auto;
}

#company table tr:nth-child(odd) {
    background: #f2fbfe;
}

#company table th,
#company table td {
    padding: 20px;
}

#company table th {
    width: 40%;
}

#company table td {
    width: 60%;
}

#company table td ul {
    list-style: circle;
    margin: 0 0 0 1.5em;
}

@media screen and (max-width: 800px) {

#company {
    padding: 40px 10px;
}

#company h1 {
    width: 240px;
    margin: 0 auto 20px;
}

#company table {
    width: 100%;
}

#company table th,
#company table td {
    padding: 20px;
}

#company table th {
    width: 30%;
}

#company table td {
    width: 70%;
}

}

/****************************************

    /* お問い合わせ

*****************************************/

.contact,
.thanks {
    background: url(images/contact-title.png) center center;
    background-size: cover;
}

#form,
#thanks {
    padding: 80px 0;
}

#thanks {
    text-align: center;
}

form {
    width: 800px;
    margin: 1px auto 0;
}

form dl {
    display: table;
    width: 800px;
    margin: 4px 0 0;
}

form dl dt,
form dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

form dl dt {
    width: 240px;
    background: #f2fbfe;
    border-radius: 5px;
}

form dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
}

form dl dt span.must {
    background: #e44;
}

form dl dt span.any {
    background: #aaa;
}

form dl dd {
    width: 560px;
}

form dl dd span.error {
    display: inline-block;
    color: #e44;
    font-size: 12px;
    margin: 5px 0 0;
}

@media screen and (max-width: 800px) {

#form,
#thanks {
    padding: 40px 10px;
}

form {
    width: 100%;
}

form dl {
    display: block;
    width: 100%;
}

form dl dt,
form dl dd {
    display: block;
    padding: 5px;
}

form dl dt {
    width: 100%;
    margin: 0 0 5px;
}

form dl dd {
    width: 100%;
}

}

form input[type="text"],
form input[type="tel"],
form input[type="email"] {
    width: 100%;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    -webkit-appearance: none;
            appearance: none;
}

form textarea {
    width: 100%;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    height: 200px;
}

form ul.list_view  {
    border: 1px solid #ddd;
    border-radius: 5px;
}

form ul.list_view  li {
    position: relative;
}

form ul.list_view input{
    position: absolute;
    top: -5px;
}

form select {
    min-height: 45px;
    background: url("images/form-select.png") no-repeat right center;
    background-size: 50px 35px;
    padding: 10px;
    cursor: pointer;
}

form .submitWrap {
    text-align: center;
    padding: 10px 0 15px;
}

form input[type="submit"] {
    display: inline-block;
    width: 320px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #0ae;
    background: linear-gradient(-90deg, #7cc, #0ae);
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 200px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 0 #08b;
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 800px) {

form input[type="submit"] {
    width: 90%;
}

}

::-webkit-input-placeholder {
    color:#ccc;
}

:-moz-placeholder {
    color:#ccc;
}

span.wpcf7-list-item { display: block; }

/****************************************

    /*

*****************************************/

#single .post h2 {
    color: #e77;
    font-size: 20px;
    margin: 3em 0 2em;
}

#single .post h3 {
    color: #e77;
    font-size: 16px;
    border-bottom: 1px dotted;
    margin: 2em 0;
    padding: 0 0 .5em;
}

#single .post h3 strong {
    font-weight: 400;
}

#single .post h4 {
    background: #fcf7f7;
    margin: 2em 0;
    padding: .5em;
}

#single .post a {
    color: #37f !important;
}

#single .post a.post-Btn01 {
    display: inline-block;
    text-decoration: none;
    color: #e77 !important;
    border: 2px solid;
    padding: .5em 2em;
    position: relative;
}

#single .post a.post-Btn01::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #e77;
    border-right: 2px solid #e77;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: .5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#single .post a.post-Btn01:hover {
    color: #aaa !important;
    border: 2px solid #aaa;
}

#single .post a.post-Btn01:hover::after {
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
}

#single .post a.post-Btn02 {
    display: inline-block;
    min-width: 300px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background-color: #e77;
    background: -webkit-gradient(linear, center top, center bottom, from(#f88), to(#d66));
    background: linear-gradient(to bottom, #f88, #d66);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8888', endColorstr='#dd6666');
    padding: 1em 2em;
    position: relative;
    top: 0;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 0 #b44;
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

#single .post a.post-Btn02::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

#single .post a.post-Btn02:hover {
    top: 5px;
    box-shadow: 0 0 0 #b44;
}

#single .post a.post-Btn02:hover::after {
    right: 7px;
}

#single .post p {
    margin: 2em 0;
}

#single .post ol {
    list-style: decimal;
    margin: 2em 0 2em 1.2em;
}

#single .post ul {
    list-style: circle;
    margin: 2em 0 2em 1.2em;
}

#single .post b,
#single .post strong {
    font-weight: 600;
}

#single .post a {
    color: #aaa;
    font-weight: 500;
}

#single .post mark {
    color: #555;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(transparent 75%, #fff799 75%);
}

#single .post span.pink {
    color: #e77 !important;
}

#single .post span.green {
    color: #4b4 !important;
}

#single .post table {
    border-top: 1px dotted #ddd;
    margin: 2em 0;
}

#single .post table tr:nth-child(even) {
    background: #fafafa;
}

#single .post table td {
    border-bottom: 1px dotted #ddd;
    padding: 1em 2em;
}

#single .post table td {
}

#single .post blockquote {
    color: #888;
    border: 1px dashed #eee;
    background: #fdfdfd;
    margin: 2em 0;
    padding: 2em;
    border-radius: 10px;
    position: relative;
}

#single .post blockquote::before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #aaa;
    position: absolute;
    top: .5em;
    left: .5em;
}

#single .post .post_row {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    margin: 2em 0;
}

#single .post .post_row .post_col-2 {
    width: 50%;
    padding: 2%;
}

#single .post .post_row .post_col-3 {
    width: 33.33%;
    padding: 2%;
}

#single .post .author {
    overflow: hidden;
    font-size: 90%;
    border: 5px solid #eee;
    margin: 3em 0;
    padding: 2em;
}

#single .post .author h4 {
    font-weight: 600;
    background: none;
    border-bottom: 1px dotted;
    padding: 0 0 .5em;
}

#single .post .author h5 {
    font-weight: 600;
}

#single .post .author h5 span {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 0 1em;
}

#single .post .author img {
    margin: 0 2em 0 0;
    float: left;
}

img.alignright {
    display: block;
    margin: 0 0 0 auto;
}
img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
img.float-left {
    float: left;
}
img.float-right {
    float: right;
}

@media screen and (max-width: 800px) {

#single .post h2 {
    font-size: 18px;
}

#single .post h3 {
    font-size: 14px;
}

#single .post p {
    margin: 2em 0;
}

#single .post a.post-Btn02 {
    display: block;
    min-width: auto;
}

#single .post .post_row .post_col-2 {
    width: 100%;
    padding: 0;
}

#single .post .post_row .post_col-3 {
    width: 100%;
    padding: 0;
}

#single .post .author h5 {
    text-align: center;
}

#single .post .author h5 span {
    display: block;
}

#single .post .author img {
    display: block;
    margin: 0 auto;
    float: none;
}

}

.grecaptcha-badge {
    display: none!important;
}




.contact__inner {
    width: 102.4rem;
    max-width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 40px 10px;
}

.contact-copy {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    padding: 10px 0;
}

@media screen and (max-width: 800px) {

    .contact-copy {
        text-align: left;
    }
}