@charset "UTF-8";

/*
Theme Name: Miraie
Description: Miraie
Version: 1.0
Author: IKIMONO Inc.
Author URI: iki.mn
*/


/* Layout */


/* Reset CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

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

a img {
    border: none;
}

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


/* General */

.float-list,
.cf {
    *zoom: 1;
}

.float-list:after,
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.float-list li {
    float: left;
}

body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-overflow-scrolling: touch;
    color: #201e1f;
    line-height: 1.6;
    padding-top: 150px;
    font-size: 15px;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

body.inquiry {
    padding-top: 70px;
}

a {
    transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

img {
    width: 100%;
}

a img {
    transition: all 0.5s ease;
    display: block;
}

a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

@media (max-width: 992px) {
    body {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
    body.inquiry {
        padding-top: 0;
    }
}


/* Slider */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right,
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    img.sp {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }
}

.hide {
    display: none !important;
}

.align-center,
.aligncenter {
    text-align: center;
}

.align-right,
.alignright {
    text-align: right;
}

.align-left,
.alignleft {
    text-align: left;
}

.share-button {
    text-align: center;
}

.share-button ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.share-button ul:after {
    clear: both;
    content: "";
    display: block;
}

.share-button ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

@media only screen and (max-width: 767px) {
    .share-button ul li {
        margin: 0 5px;
    }
}

strong {
    padding: 6px;
    font-weight: bold;
    font-size: 100%;
    letter-spacing: 0.1em;
}

strong.strong-black {
    color: #FFF;
    background: #000;
}

strong.strong-yellow {
    background: #de9a00;
}

p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    p {
        margin-bottom: 10px;
    }
}

p:last-child {
    margin-bottom: 0 !important;
}

a:hover,
a:focus {
    color: #201e1f;
}

.clear {
    clear: both;
}

.font-large {
    font-size: 150%;
}

.font-medium {
    font-size: 120%;
}

.font-small {
    font-size: 70%;
}

@media only screen and (max-width: 767px) {
    .font-small.font-porter {
        font-size: 80%;
    }
}

.font-bold {
    font-weight: bold;
}

.font-dash {
    letter-spacing: -4px;
    padding: 0 6px;
    font-weight: normal;
}

.font-notosans {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.01rem;
}

.font-en {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06rem;
}

.font-gray {
    color: #b8b8b8;
}

.font-red {
    color: #d43024;
}

.left {
    float: left;
}

.right {
    float: right;
}

.vertical-middle-parent {
    display: table;
    height: 100%;
    min-width: 100%;
}

.vertical-middle-child {
    display: table-cell;
    min-width: 100%;
    vertical-align: middle;
}

.button-link-text {
    font-size: 90%;
}

.button-link-text a {
    color: #d43024;
    text-decoration: underline;
}

.button-link-text i {
    vertical-align: middle;
    margin-right: 4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    width: 100%;
    padding: 10px 12px;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    textarea {
        font-size: 88%;
    }
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: 1px solid #d43024;
}

textarea {
    background: #f2f2f1;
    height: 239px;
}

.warn {
    color: #d43024;
}

select {
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    font-size: 90%;
    border-radius: 4px;
    -moz-appearance: unset;
         appearance: unset;
    -webkit-appearance: unset;
}

select option {
    -moz-appearance: unset;
         appearance: unset;
    -webkit-appearance: unset;
}

.imgResize img {
    transition-property: all;
    transition-duration: 0.2s;
    transform-origin: 50%, 50%;
}

.tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
}

.row--flex {
    display: flex;
    align-items: center;
}

.row--flex .col-xs-1,
.row--flex .col-xs-2,
.row--flex .col-xs-3,
.row--flex .col-xs-4,
.row--flex .col-xs-5,
.row--flex .col-xs-6,
.row--flex .col-xs-7,
.row--flex .col-xs-8,
.row--flex .col-xs-9,
.row--flex .col-xs-10,
.row--flex .col-xs-11,
.row--flex .col-xs-12 {
    float: none;
}

.row--flex.flex-wrap {
    flex-wrap: wrap;
}


/*==============================
 *共通
 *============================== */

.with-mask::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: -1px;
    width: 417px;
    height: 765px;
    background: url('/img_hp/layout/module/title_mask.png') no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

@media only screen and (max-width: 767px) {
    .with-mask::before {
        width: 208.5px;
        height: 382.5px;
        left: -20px;
    }
}

.common-btn a {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #d43024;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    position: relative;
    border-radius: 40px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .common-btn a {
        width: 180px;
        height: 46px;
        border: 1px solid #FFF;
    }
}

.common-btn a:hover {
    opacity: 0.5;
}

.common-btn.btn-border a {
    color: #d43024;
    background: transparent;
    border: 1px solid #d43024;
}

.common-btn.btn-border a:hover {
    background: #d43024;
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.common-btn.btn-border a.-red {
    color: #ffffff;
    background: #d43024;
    border: 1px solid #d43024;
}

.common-btn.btn-border a.-red:hover {
    color: #d43024;
    background: transparent;
}

.common-btn.btn-border.btn-border-black a {
    color: #201e1f;
    border-color: #201e1f;
}

.common-btn.btn-border.btn-border-black a:hover {
    color: #FFF;
    background: #201e1f;
}

.common-btn.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-btn.btn-wide a {
    width: 320px;
}

.common-btn.btn-margin {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .common-btn.btn-margin {
        margin-top: 30px;
    }
}

.buttons {
    margin-top: 30px;
}

.buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .buttons ul {
        flex-direction: column;
    }
}

.buttons ul li {
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    .buttons ul li .btn-margin {
        margin-top: 0;
    }
}


/* breadcrumb */

.breadcrumb-list {
    display: inline-block;
    font-size: 80%;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-list {
        font-size: 68%;
        letter-spacing: 0.01rem;
    }
}

.breadcrumb-list a {
    color: #b8b8b8;
}

.breadcrumb-list:not(:last-child):after {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    content: "▶";
    color: #b8b8b8;
    margin: -2px 10px 0 10px;
    font-size: 6px;
    vertical-align: middle;
}

.breadcrumb {
    margin-top: -5px;
    margin-bottom: 0;
    background: #FFF;
    border-radius: 0;
    padding: 0;
    letter-spacing: 0.06rem;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        margin-top: 5px;
        line-height: 1.4;
        display: block;
        width: auto !important;
        padding: 0 10px 5px;
        overflow: auto;
        white-space: nowrap;
        text-overflow: unset;
        -webkit-overflow-scrolling: touch;
    }
}

.breadcrumb:first-child {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb:first-child {
        margin-top: 10px;
    }
}

.breadcrumb .container {
    width: 100%;
    padding: 12px 60px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb .container {
        padding: 10px 0;
        margin-top: -6px;
        margin-bottom: -5px;
    }
}


/* main-img */

.main-img {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.main-img .main-img-title-wapper {
    position: relative;
    z-index: 2;
    height: 290px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-title-wapper {
        height: 200px;
    }
}

.main-img .main-img-bg-wapper {
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-bg-wapper {
        width: 65%;
    }
}

.main-img .main-img-title {
    position: relative;
    z-index: 11;
    font-weight: 400;
    font-size: 90%;
    letter-spacing: 0.1em;
    margin-top: -20px;
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-title {
        text-align: left;
        letter-spacing: 0.04em;
    }
}

.main-img .main-img-title .font-en {
    margin-top: 8px;
    display: block;
    font-size: 420%;
    line-height: 1;
    color: #d43024;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-title .font-en {
        margin-top: 6px;
        font-size: 220%;
    }
}

.main-img .main-img-bg {
    width: 110%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    margin-right: -10%;
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-bg {
        background-position: 49% 50%;
    }
}

.main-img .main-img-bg.with-mask::before {
    width: 278px;
    height: 510px;
    background: url('/img_hp/layout/module/title_mask.png') no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-bg.with-mask::before {
        width: 208.5px;
        height: 382.5px;
        margin-left: -45px;
    }
}

.main-img .main-img-nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-img .main-img-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-img .main-img-nav ul li {
    margin-right: -1px;
    margin-bottom: -1px;
}

.main-img .main-img-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px 28px;
    color: #d43024;
    border: 1px solid #eaeaea;
    font-size: 88%;
    font-weight: 700;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .main-img .main-img-nav ul li a {
        font-size: 80%;
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .main-img .main-img-nav ul li a {
        font-size: 70%;
        padding: 8px;
    }
}

.main-img .main-img-nav ul li a.active {
    color: #FFF;
    background: #d43024;
    border: 1px solid #d43024;
}

@media (max-width: 768px) {
    .main-img {
        height: 200px;
    }
    .main-img h1 {
        font-size: 1.5rem;
        left: 30px;
    }
}

@media (max-width: 480px) {
    .main-img h1 {
        width: 100%;
        left: 0;
        text-align: center;
    }
    .main-img .breadcrumbs {
        display: none;
    }
}


/* .section */

@media only screen and (max-width: 767px) {
    section {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    section .container {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    section .container {
        padding: 0 24px;
    }
}

section h2,
section.intr h2 {
    font-weight: 300;
    font-size: 190%;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    section h2,
    section.intr h2 {
        font-size: 140%;
        margin-bottom: 40px;
    }
    section h2 br,
    section.intr h2 br {
        display: none;
    }
}

@media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    section h2,
    section.intr h2 {
        font-size: 130%;
    }
}

section h2 .font-en,
section.intr h2 .font-en {
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    font-size: 60%;
    color: #d43024;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    section h2 .font-en,
    section.intr h2 .font-en {
        margin-bottom: 6px;
    }
}


/* .more-link */

.more-link a,
.more-link span {
    display: block;
    color: #fff;
    background: #959595;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    padding: 5px;
}

.more-link a:hover,
.more-link span:hover {
    background: #fff;
    color: #959595;
}

p.pagelink-btn {
    margin: 20px auto 40px;
    width: calc(33.33333% - 15px);
    font-size: 0.875rem;
    text-align: center;
}

p.pagelink-btn a {
    display: block;
    position: relative;
    padding: 14px 0;
    color: #000000;
    line-height: 1;
    border: solid 1px #cdcdcd;
}

p.pagelink-btn a:hover {
    background: #f0f0f0;
    border: solid 1px #f0f0f0;
}

@media (max-width: 768px) {
    p.pagelink-btn {
        width: 100%;
    }
}


/* .pagetop */

.pagetop {
    position: fixed;
    width: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 1600;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.3s ease;
}

.pagetop img {
    width: 100%;
    height: auto;
}

.pagetop-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
}


/* .page-arrow */

.page-arrow {
    height: 100px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}

.page-arrow.page-arrow-grey {
    background-image: url(/img_hp/layout/module/bg_arrow_grey.png);
}

.page-arrow.page-arrow-white {
    background-image: url(/img_hp/layout/module/bg_arrow_white.png);
}

.page-arrow.page-arrow-web {
    background-image: url(/img_hp/layout/module/bg_arrow_web.png);
}

.page-arrow.page-arrow-synapse {
    background-image: url(/img_hp/layout/module/bg_arrow_synapse.png);
}

@media (max-width: 768px) {
    .page-arrow {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .page-arrow {
        height: 40px;
    }
}


/* .wp-pagenavi */

.wp-pagenavi {
    margin: 60px auto 0px auto;
    font-weight: 700;
    font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
    .wp-pagenavi {
        margin-top: 30px;
    }
}

.wp-pagenavi ul {
    margin: 0 auto;
    display: table;
    border: none !important;
}

.wp-pagenavi ul li {
    text-align: center;
    display: table-cell;
    padding: 0 12px;
    border: none !important;
}

.wp-pagenavi ul li a {
    color: #fff;
    background: #d43024;
    border: solid 1px #d43024;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    border-radius: 50%;
}

.wp-pagenavi ul li a:hover {
    background: #fff;
    border: solid 1px #d43024;
    color: #d43024;
}

.wp-pagenavi ul li span.current {
    color: #d43024;
    background: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    border: solid 1px #d43024;
    border-radius: 50%;
}

.wp-pagenavi ul li a.previouspostslink,
.wp-pagenavi ul li a.nextpostslink {
    color: #d43024;
    background: none;
    border: none !important;
}

.wp-pagenavi ul li a.previouspostslink:hover,
.wp-pagenavi ul li a.nextpostslink:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

@media (max-width: 480px) {
    .pagenavi ul li {
        padding: 0 8px;
    }
}


/*==============================
 *header
 *============================== */

header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.header-active {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.container.l-header {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 25px 60px;
}

.header__topWrapper h1,
.header__topWrapper p {
    padding: 5px 15px;
    background-color: #eee;
    color: #666;
    font-size: 0.65rem;
    margin-bottom: 0;
}

.container.l-header .logo {
    width: 170px;
    margin-right: auto;
}

.container.l-header .logo img {
    width: 100%;
}

.container.l-header .header-inquiry-btn {
    width: 200px;
}

.container.l-header .header-inquiry-btn a {
    display: block;
    background: #d43024;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    position: relative;
    border-radius: 40px;
}

.container.l-header .header-inquiry-btn a:hover {
    opacity: 0.5;
}

.container.l-header .collapse-search .input-group {
    width: 100%;
    margin: 20px auto;
}

.container.l-header .collapse-search .input-group .form-control {
    width: calc(100% - 38px - 10px);
}

.container.l-header .collapse-search .input-group .form-control:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.container.l-header .collapse-search .input-group-btn {
    padding-left: 10px;
}

.container.l-header .collapse-search .input-group-btn:last-child>.btn {
    background: url(/img_hp/layout/module/ico_search.png) center no-repeat;
    background-size: 50%;
    width: 38px;
    height: 38px;
    padding: 16px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.container.l-header .collapse-search .input-group-btn:last-child>.btn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.container.l-header .collapse-search .collapse-search-close {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.container.l-header .collapse-search .collapse-search-close a {
    border-radius: 6px;
    font-size: 0.75rem;
    border: solid 1px #959595;
    background: #959595;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    padding: 6px 0;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.container.l-header .collapse-search .collapse-search-close a:hover {
    background: #f0f0f0;
    border: solid 1px #f0f0f0;
    color: #959595;
}

.container.l-header nav {
    margin-right: auto;
}

.container.l-header nav ul {
    display: flex;
    width: 100%;
}

.container.l-header nav ul .font-en {
    font-size: 100%;
}

.container.l-header nav ul .font-ja {
    display: block;
    margin-bottom: 4px;
    font-size: 60%;
    font-weight: 700;
    color: #b8b8b8;
}

.container.l-header nav ul li {
    position: relative;
    padding: 0 20px;
}

.container.l-header nav ul li a {
    display: block;
    text-align: center;
    color: #201e1f;
    letter-spacing: 0.1em;
    width: 100%;
}

.container.l-header nav ul li a.active {
    position: relative;
}

.container.l-header nav ul li a.active::before {
    position: absolute;
    top: 1px;
    left: 50%;
    display: block;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin: 3px 0 0 -4px;
    background: #d43024;
    overflow: hidden;
    border-radius: 50%;
    content: "";
}

.container.l-header nav ul li a.active .font-en {
    display: block;
    padding-top: 21px;
}

.container.l-header nav ul li a.active .font-ja {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: auto 0 0 -7px;
    background: #FFF;
    overflow: hidden;
    border: 1px solid #d43024;
    border-radius: 50%;
    text-indent: -999px;
}

.container.l-header nav ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.container.l-header nav ul li a.nav-small {
    font-size: 0.75rem;
    padding: 5px 0 0;
    width: 100%;
    height: 30px;
}

.container.l-header nav ul li ul.child {
    display: none;
    position: absolute;
    left: -40%;
    z-index: 9999;
    width: 180%;
    background: #fff;
    font-weight: 700;
    font-size: 88%;
    padding-top: 20px;
}

.container.l-header nav ul li ul.child li {
    display: inline-block;
    width: 100%;
}

.container.l-header nav ul li ul.child li a {
    height: auto;
    padding: 8px 0;
    text-align: center;
}

.container.l-header nav ul li ul.child li:first-child a {
    padding-top: 16px;
}

.container.l-header nav ul li ul.child li:last-child a {
    padding-bottom: 16px;
}

@media (max-width: 1200px) {
    .container.l-header {
        padding: 10px 20px;
        position: relative;
    }
    .container.l-header ul.header-top li.header-txt br {
        display: none;
    }
    .container.l-header nav ul li a {
        font-size: 0.75rem;
    }
    .container.l-header nav ul li ul.child li a {
        font-size: 0.625rem;
    }
    .container.l-header .header-inquiry-btn {
        width: 150px;
        font-size: 0.75rem;
    }
}

@media (min-width: 992px) {
    .navi-sp {
        display: none;
    }
}

@media (max-width: 992px) {
    .container.l-header {
        min-height: 65px;
        border-bottom: 1px solid #eaeaea;
    }
    .container.l-header ul.header-top {
        padding-bottom: 15px;
    }
    .container.l-header .logo {
        z-index: 3;
        position: absolute;
        top: 15px;
        left: 20px;
        width: 110px;
        margin-bottom: 0;
    }
    .container.l-header .header-inquiry-btn {
        width: 150px;
    }
    .container.l-header .header-inquiry-btn-small a {
        padding: 10px 12px 0 0;
        height: 50px;
        font-size: 1rem;
    }
    .container.l-header .header-inquiry-btn-small a:after {
        top: 18px;
        right: 14px;
    }
    .container.l-header .navi-sp-list {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0;
        background: #FFF;
    }
    .container.l-header .navi-sp-list nav {
        padding: 70px 20px 0 20px;
    }
    .container.l-header .navi-sp-list nav ul li a.active:before {
        top: 15px;
        left: 5px;
    }
    .container.l-header .navi-sp-list nav ul li a.active .font-en {
        padding-top: 0;
        padding-left: 20px;
    }
    .container.l-header .navi-sp-list nav ul li a.active .font-ja {
        top: 15px;
        left: 5px;
    }
    .container.l-header .navi-sp .navi-sp-btn {
        z-index: 10;
        position: absolute;
        top: 30px;
        right: 12px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: #FFF;
        color: #201e1f;
        border: none;
        outline: none;
        border-radius: 50%;
        font-size: 24px;
    }
    .container.l-header .navi-sp .navi-sp-btn i {
        margin-top: -1px;
    }
    .container.l-header .navi-sp .navi-sp-btn .navi-sp-btn-open {
        display: none;
    }
    .container.l-header .navi-sp .navi-sp-btn:before {
        position: absolute;
        left: -90%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "MENU";
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        letter-spacing: 0.06rem;
        font-weight: 300;
    }
    .container.l-header .navi-sp .navi-sp-btn.collapsed .navi-sp-btn-open {
        display: block;
    }
    .container.l-header .navi-sp .navi-sp-btn.collapsed .navi-sp-btn-close {
        display: none;
    }
    .container.l-header .navi-sp nav ul {
        display: inline-block;
        margin-top: -5px;
    }
    .container.l-header .navi-sp nav ul li {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .container.l-header .navi-sp nav ul li a {
        text-align: left;
        padding: 10px 0;
        font-size: 110%;
    }
    .container.l-header .navi-sp nav ul li a .font-ja {
        margin-bottom: -1px;
    }
    .container.l-header .navi-sp nav ul li ul.child-sp li {
        padding: 0 0 0 10px;
    }
    .container.l-header .navi-sp nav ul li ul.child-sp li a {
        padding: 10px;
        font-size: 88%;
        padding: 5px 0;
    }
    .container.l-header .navi-sp nav ul li ul.child-sp li a:before {
        content: "-";
        background: none;
        margin-right: 6px;
    }
    .container.l-header .navi-sp nav ul li ul.child-sp li:last-of-type {
        border-bottom: none;
    }
    .container.l-header .navi-sp nav ul li.inquiry-btn {
        border-bottom: none;
        padding-top: 10px;
    }
    .container.l-header .navi-sp nav ul li.close-btn {
        border-bottom: none;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .container.l-header .navi-sp nav ul li.close-btn span {
        text-decoration: underline;
    }
    .container.l-header .navi-sp .header-button {
        margin-top: 20px;
        text-align: center;
    }
    .container.l-header .navi-sp .header-button .header-inquiry-btn a {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    header {
        position: relative;
    }
    .container.l-header ul.header-top li.dropdown {
        position: absolute;
        right: 60px;
    }
}

@media (max-width: 480px) {
    .container.l-header ul.header-top {
        padding-bottom: 14px;
    }
    .container.l-header ul.header-top li.logo {
        width: 130px;
    }
    .container.l-header ul.header-top li.logo img {
        width: 100%;
    }
    .container.l-header ul.header-top li.dropdown {
        position: absolute;
        right: 50px;
    }
}


/*==============================
 *footer
 *============================== */

footer {
    background: #FFF;
}

footer a {
    color: #201e1f;
}

footer a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

footer .copyright {
    margin-top: 20px;
    font-size: 70%;
    color: #b8b8b8;
}

footer .footer-logo {
    width: 180px;
    margin: 30px 0 40px 0;
}

footer .footer-logo a {
    border: none;
    background: none;
}

footer .footer-logo a:before {
    content: none;
}

footer .footer-logo img {
    width: 100%;
}

footer .footer-menu {
    align-items: flex-start;
}

.container.l-footer {
    padding: 40px 0 20px 0;
}

.container.l-footer ul {
    vertical-align: top;
}

.container.l-footer ul li {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container.l-footer ul li {
        margin-bottom: 20px;
    }
}

.container.l-footer ul li:last-child {
    margin-bottom: 0 !important;
}

.container.l-footer ul li a {
    position: relative;
}

.container.l-footer ul ul.footer-child {
    padding-top: 10px;
    font-size: 90%;
}

.container.l-footer ul ul.footer-child li {
    margin-left: 15px;
    margin-bottom: 5px;
}

.container.l-footer ul ul.footer-child li a:before {
    content: "-";
    background: none;
    margin-right: 6px;
}

.container.l-footer ul li.footer-isms p {
    margin-top: 30px;
    margin-left: -20px;
    border: solid 1px #eaeaea;
    padding: 20px;
    font-size: 80%;
}

.container.l-footer ul li.footer-isms p .font-red {
    font-size: 110%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
}

.container.l-footer ul li.footer-inq {
    margin: 0 0 20px;
}

.container.l-footer ul li.footer-inq a {
    padding-left: 0;
}

.container.l-footer ul li.footer-inq a:before {
    content: none;
}

.container.l-footer ul li.input-group {
    margin-bottom: 20px;
    width: 100%;
}

.container.l-footer ul li.input-group .form-control:first-child {
    border-radius: 0px;
    height: 46px;
}

.container.l-footer ul .input-group-btn:last-child>.btn {
    background: #f0f0f0 url(/img_hp/layout/module/ico_search.png) center no-repeat;
    background-size: 50%;
    padding: 22px;
    width: 46px;
    height: 46px;
    border-radius: 0px;
}

.container.l-footer ul .input-group-btn:last-child>.btn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.container.l-footer ul li.fb-logo,
.container.l-footer ul li.wtdly-logo {
    text-align: right;
}

.container.l-footer ul li.fb-logo img,
.container.l-footer ul li.wtdly-logo img {
    width: 126px;
    display: inline;
}

.container.l-footer ul li.fb-logo a,
.container.l-footer ul li.wtdly-logo a {
    padding-left: 0;
}

.container.l-footer ul li.fb-logo a:before,
.container.l-footer ul li.wtdly-logo a:before {
    content: none;
}

.container.l-footer .footer-link {
    width: auto;
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container.l-footer .footer-link {
        padding-right: 30px;
    }
}

.container.l-footer .footer-link--narrow {
    width: 22%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container.l-footer .footer-link--narrow {
        width: 19%;
    }
}

.container.l-footer .footer-link:last-child {
    margin-left: auto;
    padding-right: 0;
}

.container.l-footer .footer-link .footer-link-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 110%;
}

.container.l-footer .footer-link .footer-link-title i {
    font-size: 88%;
    margin-left: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container.l-footer .footer-link .footer-link-title {
        font-size: 90%;
    }
}

.container.l-footer .footer-banner {
    padding-left: 10%;
}

@media (max-width: 1200px) {
    .container.l-footer {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .container.l-footer {
        padding: 0 30px 20px 30px;
        margin: 0;
    }
    .container.l-footer .footer-logo {
        margin: 40px 0;
        width: 100%;
    }
    .container.l-footer .footer-logo a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }
    .container.l-footer .footer-logo img {
        width: 160px;
    }
    .container.l-footer .footer-menu {
        flex-direction: column;
        margin: 0;
        font-size: 90%;
    }
    .container.l-footer .footer-menu ul,
    .container.l-footer .footer-menu .footer-link,
    .container.l-footer .footer-menu .footer-link--narrow {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .container.l-footer .footer-menu li {
        margin-bottom: 15px;
    }
    .container.l-footer .footer-menu li:last-child {
        margin-bottom: 0;
    }
    .container.l-footer .footer-menu li .footer-child {
        padding-top: 10px;
        margin-bottom: 0;
    }
    .container.l-footer .footer-menu li .footer-child li {
        margin-left: 10px;
        margin-bottom: 6px;
    }
    .container.l-footer .footer-menu li.footer-isms p {
        margin-left: 0;
    }
    .container.l-footer .copyright {
        margin-top: 0;
        text-align: center;
    }
}


/*==============================
 *top page
 *============================== */

.loadinganimation {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.loadinganimation .loadinganimation-logo {
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .loadinganimation .loadinganimation-logo {
        width: 700px;
    }
}

.loadinganimation .loadinganimation-logo video {
    width: 100%;
    height: auto;
}

.mainvisualanimation {
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .mainvisualanimation {
        padding: 10px 0;
    }
}

.mainvisualanimation .mainvisualanimation-logo {
    position: relative;
    height: 280px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .mainvisualanimation .mainvisualanimation-logo {
        height: 90px;
    }
}

.mainvisualanimation .mainvisualanimation-logo video {
    height: 660px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 50px;
}

@media only screen and (max-width: 767px) {
    .mainvisualanimation .mainvisualanimation-logo video {
        height: 250px;
        margin-left: 15px;
    }
}

.mainvisualanimation .mainvisualanimation-logo img {
    width: 280px;
}

.carousel-control {
    width: 10%;
    text-shadow: 0 1px 2px black;
    background-color: transparent;
    filter: alpha(opacity=100);
    opacity: 1;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel-control-left-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: #000000 url(/img_hp/layout/module/slide-arrow-left.png) center no-repeat;
    background-size: 8px 14px;
    position: absolute;
    top: 50%;
    left: 0;
}

.carousel-control-right-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: #000000 url(/img_hp/layout/module/slide-arrow-right.png) center no-repeat;
    background-size: 8px 14px;
    position: absolute;
    top: 50%;
    right: 0;
}

.carousel-indicators {
    z-index: 12;
    bottom: 20px;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-left: 110px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .carousel-indicators {
        padding-left: 20%;
        bottom: 10px;
    }
}

.carousel-indicators li {
    border: solid 1px transparent;
    margin: 0 3px;
    padding: 3px;
    width: 18px;
    height: 18px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-indent: 0;
    border-radius: 50%;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all;
}

.carousel-indicators li:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    .carousel-indicators li {
        width: 14px;
        height: 14px;
    }
}

.carousel-indicators li:after {
    content: " ";
    background: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    border: solid 1px #FFF;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .carousel-indicators li.active {
        width: 14px;
        height: 14px;
    }
}

.top-slide {
    position: relative;
    overflow: hidden;
}

.top-slide .top-slide-catch-wapper {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .top-slide .top-slide-catch-wapper {
        width: 25%;
    }
}

.top-slide .top-slide-carousel-wapper {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .top-slide .top-slide-carousel-wapper {
        width: 75%;
    }
}

.top-slide .top-slide-catch {
    position: relative;
    z-index: 11;
    margin-right: -150px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .top-slide .top-slide-catch {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        margin: 0;
        width: 120%;
        height: auto;
        text-align: left;
    }
}

.top-slide .top-slide-catch img {
    width: 335px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .top-slide .top-slide-catch img {
        width: 110px;
        max-width: 114%;
    }
}

.top-slide .container {
    width: 100%;
    padding: 0;
}

.top-slide .carousel {
    height: 630px;
}

@media only screen and (max-width: 767px) {
    .top-slide .carousel {
        height: 260px;
    }
}

.top-slide .carousel .carousel-inner {
    width: 100%;
    height: 100%;
}

.top-slide .item {
    width: 100%;
    height: 100%;
}

.top-slide .item .slide-cont {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
    .top-slide .item .slide-cont {
        background-position: 0% 50%;
    }
}

.top-slide .item a:hover,
.top-slide .item a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
}

.top-company {
    background: #FFF;
    padding: 100px 0;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .top-company {
        padding: 60px 0;
    }
}

.top-company .top-company-catch {
    font-weight: 500;
    font-size: 160%;
    text-align: center;
    letter-spacing: 0.4rem;
}

.top-company .top-company-catch-logo {
    text-align: center;
}

.top-company .top-company-catch-logo img {
    width: 200px;
}

.top-service {
    background: #FFF;
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .top-service {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-service ul li {
        margin-bottom: 20px;
    }
    .top-service ul li:last-child {
        margin-bottom: 0;
    }
}

.top-service ul li dl {
    padding: 15px 15px 20px 15px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.top-service ul li dl dt {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-service ul li dl dt span {
    display: block;
    font-size: 50%;
    color: #b8b8b8;
}

.top-service ul li dl dd.top-service-tag {
    font-size: 80%;
    padding: 4px 30px;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .top-service ul li dl dd.top-service-tag {
        padding: 4px 15px;
    }
}

.top-service ul li dl dd.top-service-tag ul {
    min-height: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.top-service ul li dl dd.top-service-tag ul li {
    margin: 4px;
    padding: 2px 6px;
    color: #d43024;
    border: 1px solid #d43024;
}

.top-service ul li dl dd.top-service-txt {
    font-size: 90%;
    padding: 15px 0;
}

.top-service ul li dl dd.thumb-img {
    position: relative;
}

.top-service ul li dl dd.thumb-img a {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 65%;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-service ul li dl dd.thumb-img a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

.top-service ul li dl dd.thumb-ses a {
    background-image: url(/img_hp/top/ses_thumb.jpg);
}

.top-service ul li dl dd.thumb-desp a {
    background-image: url(/img_hp/top/desp_thumb.jpg);
}

.top-service ul li dl dd.thumb-contr a {
    background-image: url(/img_hp/top/contr_thumb.jpg);
}

.top-service ul li dl dd.thumb-system a {
    background-image: url(/img_hp/top/system_thumb.jpg);
}

.top-service ul li dl dd.thumb-web a {
    background-image: url(/img_hp/top/web_thumb.jpg);
}

.top-service ul li dl dd.thumb-consul a {
    background-image: url(/img_hp/top/consul_thumb.jpg);
}

.top-service ul li dl dd.thumb-service a {
    background-image: url(/img_hp/top/service_thumb.jpg);
}

.top-service ul .common-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .top-service ul .common-btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.top-service ul .common-btn a span {
    font-size: 60%;
    display: block;
    margin-bottom: 4px;
}

.top-news {
    background: #FFF;
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .top-news {
        padding: 0 0 60px 0;
    }
    .top-news h2 {
        margin-top: 60px;
    }
}

.top-news .news-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 60px;
    font-size: 88%;
}

@media only screen and (max-width: 767px) {
    .top-news .news-categories {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 80%;
        overflow: hidden;
    }
}

.top-news .news-categories ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #eaeaea; */
    padding: 25px 55px;
    border-radius: 40px;
}

@media only screen and (max-width: 767px) {
    .top-news .news-categories ul {
        padding: 20px;
        border-radius: 0;
    }
}

.top-news .news-categories ul li {
    margin: 0 10px;
    width: auto;
    min-width: 80px;
}

.top-news .news-categories ul li a {
    display: block;
    padding: 2px 10px;
    color: #24bdd4;
    border: 1px solid #24bdd4;
    border-radius: 15px;
    background: #FFF;
    text-align: center;
}

.top-news .news-categories ul li.is_active a {
    color: #fff;
    background: #24bdd4;
}

.top-news .news-cont {
    margin: 0 80px;
}

.top-news .news-cont ul {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 0 20px;
}

.top-news .news-cont ul li {
    font-size: 0.875rem;
    line-height: 1.8;
    border-bottom: 1px solid #eaeaea;
}

.top-news .news-cont ul li:last-child {
    border-bottom: none;
}

.top-news .news-cont ul li a dl {
    transition: all 0.5s ease;
}

.top-news .news-cont ul li a dl:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.top-news .news-cont ul li dl {
    display: flex;
    padding: 20px;
    width: 100%;
}

.top-news .news-cont ul li dl dt {
    width: 10%;
}

.top-news .news-cont ul li dl dt img {
    width: 100%;
    height: auto;
}

.top-news .news-cont ul li dl dd {
    width: 90%;
    position: relative;
    padding-left: 20px;
    color: #201e1f;
}

@media only screen and (max-width: 767px) {
    .top-news .news-cont ul li dl dd {
        padding-left: 15px;
    }
}

.top-news .news-cont ul li dl dd p {
    margin-bottom: 0;
}

.top-news .news-cont ul li dl dd .news-cat {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 80%;
}

.top-news .news-cont ul li dl dd .news-cat span {
    background: #24bdd4;
    color: #fff;
    padding: 2px 10px;
}

.top-news .news-cont ul li dl dd .date {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 100%;
    margin-left: 15px;
    color: #989898;
}

.top-news .news-cont ul li dl dd .news-title {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 110%;
}

.top-news .news-cont .common-btn {
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .top-news .news-cont .common-btn {
        margin-top: 30px;
    }
}

.top-news .top-banner {
    margin-top: 55px;
}

.top-news .top-banner ul li {
    margin-bottom: 20px;
}

.top-news .top-banner ul li.txt-btn {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
}

.top-news .top-banner ul li.txt-btn a {
    display: block;
    border: solid 1px #959595;
    padding: 20px 0;
}

.top-news .top-banner ul li.txt-btn a:hover {
    background: #fff;
}

.top-news .top-banner ul li.txt-btn a:after {
    content: " ";
    background: url(/img_hp/layout/module/arrow-grey.png) center no-repeat;
    background-size: cover;
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

@media (max-width: 1200px) {
    .top-news .news-cont {
        margin: 0 40px;
    }
}

@media (max-width: 768px) {
    .top-news .news-cont {
        padding-right: 0;
        margin: 0;
    }
    .top-news .news-cont ul {
        padding: 0;
    }
    .top-news .news-cont ul li dl {
        padding: 20px 15px;
    }
    .top-news .news-cont ul li dl dt {
        width: 40%;
        max-width: 100px;
    }
    .top-news .news-cont ul li dl dd .news-title {
        margin-top: 5px;
        font-size: 90%;
        line-height: 1.6;
    }
    .top-news .news-cont .more-link {
        margin-top: 15px;
    }
    .top-news .news-cont .more-link a {
        background: none;
    }
}

.top-business {
    padding: 100px 0;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .top-business {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-business ul li {
        margin-bottom: 30px;
    }
    .top-business ul li:last-child {
        margin-bottom: 0;
    }
}

.top-business ul li a.top-business-link {
    display: block;
    color: #201e1f;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all;
}

.top-business ul li a.top-business-link:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

.top-business ul li dl {
    padding: 15px 20px 20px 20px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.top-business ul li dl dt {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #eaeaea;
}

.top-business ul li dl dt span {
    display: block;
    font-size: 50%;
    color: #b8b8b8;
}

.top-business ul li dl dd.top-business-tag {
    font-size: 80%;
    padding: 15px 30px;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .top-business ul li dl dd.top-business-tag {
        padding: 15px;
    }
}

.top-business ul li dl dd.top-business-tag ul {
    min-height: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.top-business ul li dl dd.top-business-tag ul li {
    margin: 4px;
    padding: 2px 6px;
    color: #d43024;
    border: 1px solid #d43024;
}

.top-business ul li dl dd.top-business-txt {
    font-size: 90%;
    padding: 20px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .top-business ul li dl dd.top-business-txt {
        text-align: left;
    }
}

.top-business ul li dl dd.thumb-img {
    position: relative;
    padding: 25px 40px;
    border-bottom: 1px solid #eaeaea;
}

.top-business ul li dl dd.thumb-img img {
    width: 100%;
    height: auto;
}

.top-business ul li dl dd.thumb-img a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.5s ease;
    display: block;
}

.top-business ul .more-link span {
    background: none;
    color: #d43024;
    text-decoration: underline;
}

.top-business ul .common-btn {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .top-business ul .common-btn {
        margin-top: 20px;
    }
}

.top-business ul .common-btn a span {
    font-size: 60%;
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 480px) {
    .top-business {
        background: none;
    }
    .top-business ul li a {
        margin-bottom: 0;
    }
    .top-business ul li .more-link span {
        width: 100%;
        padding: 10px 0;
        font-size: 0.875rem;
    }
    .top-business ul li .buisiness-inq {
        padding: 0 20px;
        margin-bottom: 20px;
    }
}

.top-map {
    padding: 0;
}

.top-map .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .top-map .container .companymap .gmap {
        height: 340px;
    }
}

.top-sns {
    padding: 70px 0;
}


/* GoogleMap */

.gmap {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.mapinfo {
    padding: 3%;
    line-height: 1.5;
}

.top-collaboration {
    background: #FFF;
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .top-collaboration {
        padding: 60px 0;
    }
}

.top-collaboration--freelance {
    border-top: 1px solid #eaeaea;
}

.top-collaboration .top-collaboration-logo {
    margin-bottom: 40px;
}

.top-collaboration .top-collaboration-logo img {
    width: 280px;
}

@media only screen and (max-width: 767px) {
    .top-collaboration .top-collaboration-logo img {
        width: 180px;
    }
}

.top-collaboration .top-collaboration-catch {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 160%;
    letter-spacing: 0.2rem;
    color: #d43024;
}

.top-banner-freeerance {
    width: 50%;
    margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
    .top-banner-freeerance {
        width: 100%;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-collaboration .top-collaboration-catch {
        font-size: 130%;
    }
}

@media only screen and (max-width: 767px) {
    .top-collaboration .top-collaboration-text {
        text-align: left;
        font-size: 90%;
    }
}

.home .top-collaboration {
    border-top: none;
}

.home .top-collaboration--freelance {
    border-top: 1px solid #eaeaea;
}

.top-client {
    background: #f3f3f3;
    padding: 100px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .top-client {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-client .top-client-text {
        text-align: left;
    }
}

.top-client .top-client-logo {
    background: #FFF;
    padding: 60px;
}

@media only screen and (max-width: 767px) {
    .top-client .top-client-logo {
        padding: 30px 20px;
    }
}

.top-client .top-client-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.top-client .top-client-logo ul li {
    width: 20%;
    margin: 0 0 30px 0;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .top-client .top-client-logo ul li {
        width: 50%;
        padding: 0 10px;
    }
}

.top-client .top-client-logo ul li img {
    max-width: 90%;
    height: auto;
    max-height: 90%;
    width: auto;
}

.top-client .top-client-logo ul li img.top-client-logo-small {
    max-width: 65%;
}


/*==============================
 *Miraie Merit
 *============================== */

.miraie-list {
    padding: 100px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .miraie-list {
        padding: 60px 0;
    }
}

.miraie-list .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.miraie-list ul {
    width: 100%;
    display: table;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .miraie-list ul {
        margin-top: 0;
    }
}

.miraie-list ul li {
    width: 33.33333%;
    display: table-cell;
    background: #FFF;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.miraie-list ul li:first-of-type {
    border-left: none;
}

@media only screen and (max-width: 767px) {
    .miraie-list ul li:first-of-type dl {
        padding-top: 0 !important;
    }
}

.miraie-list ul li:last-child {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .miraie-list ul li:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .miraie-list ul li:last-child dl {
        padding-bottom: 0;
    }
}

.miraie-list ul li span.miraie-list_num {
    display: block;
    background: #d43024;
    font-size: 90%;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: -20px auto 30px auto;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06rem;
}

.miraie-list ul li dl {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .miraie-list ul li dl {
        padding: 30px 0;
    }
}

.miraie-list ul li dl dt {
    font-weight: 700;
    color: #e60012;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}

.miraie-list ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.miraie-list ul li .miraie-images {
    position: relative;
    height: 290px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.miraie-list ul li .miraie-images a {
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    border: solid 1px #fff;
    padding: 5px;
    width: 180px;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 90px);
}

.miraie-list ul li .miraie-images a br {
    display: none;
}

.miraie-list ul li .miraie-images a:hover {
    background: #e60012;
    border: solid 1px #e60012;
}

.miraie-list ul li .miraie-images.miraie_merit01-img {
    background-image: url(/img_hp/miraie-merit/merit01-img.jpg);
}

.miraie-list ul li .miraie-images.miraie_merit02-img {
    background-image: url(/img_hp/miraie-merit/merit02-img.jpg);
}

.miraie-list ul li .miraie-images.miraie_merit03-img {
    background-image: url(/img_hp/miraie-merit/merit03-img.jpg);
}

.miraie-list ul li .miraie-images.miraie_merit04-img {
    background-image: url(/img_hp/miraie-merit/merit04-img.jpg);
}

.miraie-list ul li .miraie-images.miraie_merit05-img {
    background-image: url(/img_hp/miraie-merit/merit05-img.jpg);
}

.miraie-synapse {
    padding: 100px 0;
    background: #fafafa;
}

@media only screen and (max-width: 767px) {
    .miraie-synapse {
        padding: 60px 0;
    }
}

.miraie-synapse h2 {
    color: #d43024;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .miraie-synapse h2 {
        padding: 0 30px;
    }
}

.miraie-synapse p {
    text-align: center;
    line-height: 2;
}

.miraie-synapse h3 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 80px 0 40px;
}

.miraie-synapse .synapse-illust {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.miraie-synapse .synapse-illust img {
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 992px) {
    .miraie-list ul li span.miraie-list_num {
        font-size: 0.875rem;
        width: 30px;
        height: 30px;
        padding-top: 5px;
        margin: 0 auto 10px;
    }
    .miraie-list ul li dl {
        padding-bottom: 20px;
    }
    .miraie-list ul li dl dt {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    .miraie-list ul li dl dd {
        font-size: 0.75rem;
    }
    .miraie-list ul li .miraie-images {
        height: 220px;
    }
    .miraie-list ul li .miraie-images a {
        width: 130px;
        top: calc(50% - 15px);
        left: calc(50% - 65px);
    }
    .miraie-list ul li .miraie-images a br {
        display: inline;
    }
}

@media (max-width: 768px) {
    section.intr.miraie-intr {
        padding: 30px 0 20px;
    }
    section.intr.miraie-intr h2 {
        text-align: center;
    }
    section.intr.miraie-intr h2 span {
        font-size: 1.875rem;
    }
    .miraie-list ul {
        display: inline-block;
    }
    .miraie-list ul li {
        width: 100%;
        display: table;
        position: relative;
        border-left: none;
        border-top: solid 1px #fff;
    }
    .miraie-list ul li:first-of-type {
        border-top: none;
    }
    .miraie-list ul li span.miraie-list_num {
        display: block;
        background: #e60012;
        font-weight: 700;
        font-size: 1.125rem;
        color: #fff;
        width: 38px;
        height: 38px;
        text-align: center;
        padding-top: 1px;
        margin: 0 auto 30px;
    }
    .miraie-list ul li dl {
        display: table-cell;
        width: 50%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .miraie-list ul li dl dt {
        font-size: 1.125rem;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .miraie-list ul li dl dt br {
        display: inline;
    }
    .miraie-list ul li dl dd {
        font-size: 0.875rem;
        padding: 0 30px;
    }
    .miraie-list ul li .miraie-images {
        display: table-cell;
        height: 290px;
    }
    .miraie-list ul li .miraie-images a {
        width: 180px;
        top: calc(50% - 15px);
        left: calc(50% - 90px);
    }
    .miraie-list ul li .miraie-images a br {
        display: none;
    }
    .miraie-synapse p {
        text-align: left;
    }
    .miraie-synapse p br {
        display: none;
    }
    .miraie-synapse h3 {
        font-size: 140%;
        margin: 30px 0;
    }
    .miraie-synapse .synapse-illust {
        width: auto;
        margin: 0 -20px;
    }
    .miraie-synapse .synapse-illust img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    section.intr.miraie-intr {
        padding: 20px 0 10px;
    }
    .miraie-list ul {
        display: inline-block;
    }
    .miraie-list ul li {
        width: 100%;
        display: block;
        border-top: none;
    }
    .miraie-list ul li span.miraie-list_num {
        margin: 0 auto 10px;
    }
    .miraie-list ul li dl {
        display: inline-block;
        width: 100%;
    }
    .miraie-list ul li dl dt {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .miraie-list ul li dl dd {
        font-size: 0.875rem;
        line-height: 1.8;
    }
    .miraie-list ul li .miraie-images {
        display: block;
        width: 100%;
        height: 100px;
    }
}


/*==============================
 *buisiness top
 *============================== */

.main-img.main-buisiness-intr {
    background-image: url(/img_hp/buisiness/main-image-buisiness.jpg);
}

.business-message {
    background: #FFF;
    padding: 100px 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .business-message {
        padding: 60px 0;
    }
}

.business-message .business-message-logo {
    margin-bottom: 40px;
}

.business-message .business-message-logo img {
    width: 280px;
}

.business-message .business-message-catch {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 160%;
    letter-spacing: 0.2rem;
    color: #d43024;
}

@media only screen and (max-width: 767px) {
    .business-message .business-message-catch {
        font-size: 140%;
    }
}

@media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .business-message .business-message-catch {
        font-size: 130%;
    }
}

@media only screen and (max-width: 767px) {
    .business-message .business-message-text {
        text-align: left;
    }
    .business-message .business-message-text br {
        display: none;
    }
}

.buisiness-intr {
    text-align: center;
    background: #fafafa;
    padding: 50px 0;
}

.buisiness-intr p {
    line-height: 2;
}

.buisiness-list ul {
    display: table;
    width: 100%;
    padding: 15px 0;
}

.buisiness-list ul:nth-of-type(1),
.buisiness-list ul:nth-of-type(3) {
    background: #d3e8ea;
}

.buisiness-list ul:nth-of-type(2),
.buisiness-list ul:nth-of-type(4) {
    background: #fafafa;
}

.buisiness-list ul li {
    display: table-cell;
    width: 50%;
    background: #fff;
}

.buisiness-list ul li ul.icons {
    display: table;
    margin: 40px auto 30px auto;
    width: auto;
    background: none;
}

.buisiness-list ul li ul.icons li {
    display: table-cell;
    width: 80px;
    padding: 0 5px;
}

.buisiness-list ul li ul.icons li img {
    width: 100%;
}

.buisiness-list ul li ul.icons.small-icons {
    margin: 20px auto 30px auto;
    background: none;
}

.buisiness-list ul li ul.icons.small-icons li {
    width: 50px;
}

.buisiness-list ul li dl {
    width: 100%;
    margin: 0 auto;
}

.buisiness-list ul li dl dt {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
}

.buisiness-list ul li dl dt span {
    font-size: 0.75rem;
}

.buisiness-list ul li dl dd {
    margin-bottom: 10px;
    text-align: center;
}

.buisiness-list ul li dl dd img {
    height: 90px;
    width: auto;
}

.buisiness-list ul li dl dd.buisiness-txt {
    font-size: 0.875rem;
    line-height: 1.8;
    width: 70%;
    margin: 0 auto;
}

.buisiness-list ul li ul.buisiness-btn {
    display: table;
    margin: 20px auto 40px;
    width: 70%;
    background: none;
}

.buisiness-list ul li ul.buisiness-btn li {
    display: table-cell;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    width: 50%;
    padding: 0 10px;
}

.buisiness-list ul li ul.buisiness-btn li a {
    display: block;
    position: relative;
    padding: 20px 0;
}

.buisiness-list ul li ul.buisiness-btn li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.buisiness-list ul li ul.buisiness-btn li a:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 11px;
    height: 14px;
    top: 22px;
    right: 10px;
}

.buisiness-list ul li ul.buisiness-btn li.buisiness-detail a {
    color: #000000;
    border: solid 1px #000000;
}

.buisiness-list ul li ul.buisiness-btn li.buisiness-detail a:after {
    background-image: url(/img_hp/layout/module/arrow-black01.png);
}

.buisiness-list ul li ul.buisiness-btn li.buisiness-inq a {
    color: #e60012;
    border: solid 1px #e60012;
}

.buisiness-list ul li ul.buisiness-btn li.buisiness-inq a:after {
    background-image: url(/img_hp/layout/module/arrow-red01.png);
}

.buisiness-list ul li.it-consulting_img {
    background: url(/img_hp/buisiness/it-consulting_img.jpg) right top no-repeat;
    background-size: cover;
}

.buisiness-list ul li.web-service_img {
    background: url(/img_hp/buisiness/web-service_img.jpg) left top no-repeat;
    background-size: cover;
}

.buisiness-list ul li.system-dev_img {
    background: url(/img_hp/buisiness/system-dev_img.jpg) right top no-repeat;
    background-size: cover;
}

.buisiness-list ul li.website_img {
    background: url(/img_hp/buisiness/website_img.jpg) left top no-repeat;
    background-size: cover;
}

.inq.buisiness-list-inq {
    padding: 80px 0 60px;
}

@media (max-width: 1200px) {
    .buisiness-list ul li dl dd.buisiness-txt br {
        display: none;
    }
}

@media (max-width: 992px) {
    .buisiness-intr p {
        text-align: left;
    }
    .buisiness-list ul li dl dd.it-consulting_illust img {
        height: 60px;
    }
    .buisiness-list ul li ul.buisiness-btn {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .buisiness-intr {
        padding: 30px 0;
    }
    .buisiness-list ul {
        display: inline-block;
    }
    .buisiness-list ul li {
        display: inline-block;
        width: 100%;
    }
    .buisiness-list ul li ul.icons.small-icons li {
        width: 80px;
    }
    .buisiness-list ul li dl dd.buisiness-txt br {
        display: inline;
    }
    .buisiness-list ul li.it-consulting_img,
    .buisiness-list ul li.web-service_img,
    .buisiness-list ul li.system-dev_img,
    .buisiness-list ul li.website_img {
        display: none;
    }
}

@media (max-width: 480px) {
    .buisiness-list ul li dl dd.it-consulting_illust img {
        height: 50px;
    }
    .buisiness-list ul li dl dd.buisiness-txt br {
        display: none;
    }
    .buisiness-list ul li ul.buisiness-btn li a:after {
        content: none;
    }
}


/*==============================
 *IT Consulting
 *============================== */

.main-img.main-itc-intr {
    background-image: url(/img_hp/it-consulting/main-image-it-consulting.jpg);
}

.itc-intr {
    text-align: center;
    background: #fafafa;
    padding: 50px 0 20px;
}

.itc-intr p {
    line-height: 2;
}

.itc-list {
    border-bottom: 1px solid #eaeaea;
}

.itc-list h3 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.itc-list h3 span {
    display: block;
    font-size: 1.125rem;
}

.itc-list h3.itc-list-title {
    font-size: 120%;
}

@media only screen and (max-width: 767px) {
    .itc-list h3.itc-list-title {
        font-size: 110%;
    }
}

.itc-list h3.itc-list-title img {
    display: block;
    width: 240px;
    margin: 25px auto 0 auto;
}

@media only screen and (max-width: 767px) {
    .itc-list h3.itc-list-title img {
        width: 180px;
    }
}

.itc-list .ict-txt {
    font-size: 0.875rem;
}

.itc-list .ict-txt p {
    margin-bottom: 10px;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .itc-list .ict-txt p {
        text-align: left;
    }
}

.itc-list .ict-ses {
    background: #fafafa;
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #eaeaea;
}

.itc-list .ses-badge {
    background: url(/img_hp/it-consulting/ses_illust.png) center no-repeat;
    background-size: cover;
    width: 236px;
    height: 236px;
    position: absolute;
    top: 0px;
    right: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
}

.itc-list .ses-badge-active {
    top: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.itc-list .ses-badge-none {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.itc-list ul.list02 {
    display: table;
    width: 100%;
}

.itc-list ul.list02 li {
    display: table-cell;
    width: 50%;
    padding: 60px 0;
}

.itc-list ul.list02 li dl {
    width: 62.3%;
    margin: 0 auto;
}

.itc-list ul.list02 li dl dt {
    margin-bottom: 40px;
}

.itc-list ul.list02 li.ict-desp {
    background: #fafafa;
    position: relative;
}

.itc-list ul.list02 li.ict-desp .ict-arrow {
    background: url(/img_hp/it-consulting/it-arrow.png) center top no-repeat;
    background-size: cover;
    width: 130px;
    height: 700px;
    position: absolute;
    top: 0;
    right: -65px;
    z-index: 100;
}

.itc-list ul.list02 .desp-badge {
    background: url(/img_hp/it-consulting/desp_illust.png) center no-repeat;
    background-size: cover;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -40px;
    left: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.itc-list ul.list02 .desp-badge-active {
    top: -70px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
}

.itc-list ul.list02 li.ict-contr {
    background: #fafafa;
    position: relative;
    border-left: 1px solid #eaeaea;
}

.itc-list ul.list02 .contr-badge {
    background: url(/img_hp/it-consulting/contr_illust.png) center no-repeat;
    background-size: cover;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 590px;
    right: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.itc-list ul.list02 .contr-badge-active {
    top: 560px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
}

.ses-service {
    padding: 100px 0;
    border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .ses-service {
        padding: 60px 0;
    }
    .ses-service h2 {
        padding: 0 30px;
    }
}

.ses-service .ses-service-img img {
    width: 600px;
}

.ses-service ul li dl {
    background: #fafafa;
    border-radius: 6px;
    display: table;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
}

.ses-service ul li dl dt {
    display: table-cell;
    width: 105px;
    vertical-align: top;
}

.ses-service ul li dl dd {
    display: table-cell;
    vertical-align: top;
    font-size: 1.125rem;
    line-height: 1.3;
    padding-left: 20px;
}

.ses-service ul li dl dd p {
    margin-bottom: 5px;
}

.ses-service ul li dl dd span {
    font-size: 220%;
    color: #e60012;
    padding-right: 10px;
}

.ses-service ul li dl dd .narrow {
    letter-spacing: 0;
}

.ses-service ul li dl dd .small {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.5;
}

.ses-merit {
    background: #fafafa;
    padding: 100px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .ses-merit {
        padding: 60px 0;
    }
    .ses-merit .row.row--flex {
        flex-direction: column;
    }
}

.ses-merit ul li dl {
    background: #f9f5ea;
    padding: 20px;
}

.ses-merit ul li dl dt {
    font-weight: 700;
    margin-bottom: 10px;
}

.ses-merit ul li dl dd {
    font-size: 0.875rem;
    padding: 15px 0 15px 30px;
    position: relative;
    border-top-style: dashed;
    border-top-width: 1px;
}

.ses-merit ul li dl dd:last-of-type {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.ses-merit ul li dl dd:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}

.ses-merit ul li.demerit dl {
    color: #959595;
    border: 4px solid #959595;
    background: #FFF;
}

.ses-merit ul li.demerit dl dt {
    font-size: 1rem;
    text-align: center;
}

.ses-merit ul li.demerit dl dd {
    border-top-color: #959595;
}

.ses-merit ul li.demerit dl dd:last-of-type {
    border-bottom-color: #959595;
}

.ses-merit ul li.demerit dl dd:before {
    background-image: url(/img_hp/it-consulting/demerit-list.png);
}

@media only screen and (max-width: 767px) {
    .ses-merit ul li.merit {
        margin-bottom: 0;
    }
}

.ses-merit ul li.merit dl {
    border: 6px solid #d43024;
    background: #FFF;
}

.ses-merit ul li.merit dl dt {
    font-size: 120%;
    text-align: center;
    color: #d43024;
}

.ses-merit ul li.merit dl dd {
    font-size: 1rem;
    border-top-color: #e60012;
}

.ses-merit ul li.merit dl dd:last-of-type {
    border-bottom-color: #e60012;
}

.ses-merit ul li.merit dl dd:before {
    background-image: url(/img_hp/it-consulting/merit-list.png);
}

.ses-merit ul li.merit dl dd span {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f5c4bf 60%);
}

.ses-flow {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .ses-flow {
        padding: 60px 0;
    }
}

.ses-flow ul {
    width: 80%;
    margin: 0 auto;
}

.ses-flow ul li {
    border: solid 8px #f5c4bf;
    padding: 20px;
    border-radius: 100px;
    display: table;
    width: 100%;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ses-flow ul li {
        padding: 15px;
        border-radius: 20px;
    }
}

.ses-flow ul li p {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    position: relative;
}

.ses-flow ul li p span.step {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    background: #e60012;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
    padding-top: 32px;
}

.ses-flow ul li p span.flow-arrow {
    background: #e60012;
    width: 10px;
    height: 80px;
    position: absolute;
    top: 100px;
    left: calc(50% - 5px);
}

.ses-flow ul li p span.flow-arrow:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #e60012;
    margin-left: -12px;
}

.ses-flow ul li dl {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 160px;
}

.ses-flow ul li dl dt {
    font-weight: 700;
    font-size: 1.125rem;
    color: #e60012;
    margin-bottom: 10px;
}

.ses-flow ul li dl dd.flow-icon {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 50px;
}

.ses-partner {
    background: url(/img_hp/layout/module/partner_bg.png) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.ses-partner .partner-tit {
    background: #fff;
    border: solid 5px #e60012;
    width: 40%;
    margin: 0 auto 30px;
    position: relative;
    padding: 80px 0 50px;
}

.ses-partner .partner-tit:after {
    content: "";
    width: 26px;
    height: 44px;
    background: url(/img_hp/it-consulting/partner_ribon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    right: 10px;
}

.ses-partner .partner-tit h2 {
    color: #e60012;
    font-size: 1.5rem;
    position: relative;
    margin: 0;
}

.ses-partner .partner-tit h2:before {
    content: "";
    width: 100%;
    height: 55px;
    background: url(/img_hp/it-consulting/partner.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: 0;
}

.ses-partner h3 {
    font-weight: 700;
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 20px;
}

.ses-partner p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
}

.inq.itc-inq {
    padding: 0px 0 60px;
}

@media (max-width: 1200px) {
    .ses-service .ses-service-img img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .itc-intr p {
        text-align: left;
    }
    .itc-intr p br {
        display: none;
    }
    .itc-list .ses-badge {
        display: none;
    }
    .itc-list ul.list02 .desp-badge,
    .itc-list ul.list02 .contr-badge {
        display: none;
    }
    .ses-service .container {
        width: 96%;
    }
    .ses-service ul li dl {
        margin-bottom: 20px;
    }
    .ses-service ul li dl dt {
        width: 80px;
    }
    .ses-service ul li dl dd {
        font-size: 0.875rem;
    }
    .ses-service ul li dl dd span {
        font-size: 230%;
        padding-right: 5px;
    }
    .ses-service ul li dl dd .narrow {
        letter-spacing: 0;
    }
    .ses-service ul li dl dd .small {
        font-size: 0.625rem;
        line-height: 1.2;
    }
    .ses-merit ul li.demerit dl dd br {
        display: none;
    }
    .ses-flow h2 {
        width: 60%;
    }
    .ses-flow ul {
        width: 100%;
    }
    .ses-flow ul li {
        margin-bottom: 55px;
    }
    .ses-flow ul li dl {
        padding: 0 0 0 140px;
    }
    .ses-flow ul li dl dt {
        margin-bottom: 10px;
    }
    .ses-flow ul li dl dd {
        font-size: 0.875rem;
    }
    .ses-flow ul li dl dd br {
        display: none;
    }
    .ses-flow ul li dl dd.flow-icon {
        top: 5px;
        left: 30px;
    }
    .ses-partner .partner-tit {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .itc-intr {
        padding: 30px 0 20px;
    }
    .itc-list h3 {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }
    .itc-list h3 span {
        font-size: 0.875rem;
    }
    .itc-list .ict-ses {
        padding: 100px 0 30px;
    }
    .itc-list .ict-ses .ict-img {
        margin-bottom: 30px;
    }
    .itc-list ul.list02 {
        display: inline-block;
    }
    .itc-list ul.list02 li {
        display: inline-block;
        width: 100%;
        padding: 60px 30px;
    }
    .itc-list ul.list02 li dl {
        width: 100%;
    }
    .itc-list ul.list02 li dl dt {
        margin-bottom: 20px;
    }
    .itc-list ul.list02 li.ict-desp .ict-arrow {
        display: none;
    }
    .itc-list ul.list02 li.ict-desp {
        border-bottom: 1px solid #eaeaea;
    }
    .ses-service {
        padding: 50px 0;
    }
    .ses-service .ses-service-img {
        margin: 30px 0;
    }
    .ses-service ul li dl dt {
        width: 90px;
    }
    .ses-service ul li dl dd {
        font-size: 0.875rem;
    }
    .ses-service ul li dl dd span {
        font-size: 230%;
    }
    .ses-merit {
        padding: 60px 0;
    }
    .ses-merit ul li {
        margin-bottom: 30px;
    }
    .ses-merit ul li.demerit dl dd br {
        display: none;
    }
    .ses-merit ul li.merit dl dt {
        font-size: 1.125rem;
    }
    .ses-partner {
        padding: 50px 0;
    }
    .ses-partner .partner-tit {
        width: 80%;
        padding: 80px 0 30px;
    }
    .ses-partner .partner-tit h2 {
        font-size: 1rem;
    }
    .ses-partner h3 {
        font-size: 0.875rem;
    }
    .ses-partner p {
        font-size: 0.75rem;
        text-align: left;
    }
    .ses-partner p br {
        display: none;
    }
}

@media (max-width: 480px) {
    .itc-list .ict-ses {
        padding: 60px 0;
    }
    .ses-service .ses-service-img {
        margin: 20px 0;
    }
    .ses-service ul li dl dt {
        width: 80px;
    }
    .ses-service ul li dl dd {
        font-size: 0.75rem;
    }
    .ses-service ul li dl dd span {
        font-size: 230%;
        padding-right: 0;
    }
    .ses-merit {
        padding: 60px 0;
    }
    .ses-flow h2 {
        width: 100%;
    }
    .ses-flow ul li {
        border: solid 3px #f5c4bf;
        margin-bottom: 15px;
    }
    .ses-flow ul li p {
        width: 60px;
    }
    .ses-flow ul li p span.step {
        font-size: 0.875rem;
        width: 60px;
        height: 60px;
        border-radius: 70px;
        padding-top: 20px;
    }
    .ses-flow ul li p span.flow-arrow {
        display: none;
    }
    .ses-flow ul li dl {
        padding: 0 0 0 65px;
    }
    .ses-flow ul li dl dt {
        font-size: 0.875rem;
        margin-bottom: 5px;
    }
    .ses-flow ul li dl dd {
        font-size: 0.75rem;
    }
    .ses-flow ul li dl dd.flow-icon {
        width: 45px;
        top: 8px;
        left: 8px;
    }
    .ses-flow ul li dl dd.flow-icon.flow-icon-suport {
        top: 35px;
    }
    .inq.itc-inq {
        padding: 0px 0 20px;
    }
}


/*==============================
 *Web Service
 *============================== */

.main-websvc-intr {
    background-image: url(/img_hp/web-service/main-image-web-service.jpg);
}

.websvc-intr {
    text-align: center;
    background: #fafafa;
    padding: 50px 0 30px;
    position: relative;
}

.websvc-intr p {
    line-height: 2;
}

.websvc-badge {
    background: url(/img_hp/web-service/web-servie_illust.png) center no-repeat;
    background-size: cover;
    width: 236px;
    height: 236px;
    position: absolute;
    top: -120px;
    right: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
}

.websvc-badge-active {
    top: -150px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.websvc-badge-none {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.websvc-list {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}

.websvc-list ul {
    display: table;
    width: 100%;
}

.websvc-list ul li {
    display: table-cell;
    width: 33.33333%;
    background: #fafafa;
}

.websvc-list ul li:nth-of-type(2) {
    border-left: 1px solid #eaeaea;
}

.websvc-list ul li dl {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

.websvc-list ul li dl dt {
    text-align: center;
    margin-bottom: 30px;
}

.websvc-list ul li dl dt span {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}

.websvc-list ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.websvc-list ul li dl dd.websvc-logo {
    height: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.websvc-list ul li dl dd.websvc-logo img {
    height: 100%;
    width: auto;
}

.websvc-list ul li .websvc-images {
    height: 350px;
    position: relative;
}

.websvc-list ul li .websvc-images a {
    color: #fff;
    text-align: center;
    display: block;
    border: solid 1px #fff;
    padding: 15px;
    width: 200px;
    margin: 0 auto;
    position: absolute;
    border-radius: 40px;
    top: calc(50% - 15px);
    left: calc(50% - 100px);
}

@media only screen and (max-width: 767px) {
    .websvc-list ul li .websvc-images a {
        top: calc(50% - 25px);
    }
}

.websvc-list ul li .websvc-images a:hover {
    background: #FFF;
    color: #000;
}

.websvc-list ul li .websvc_sees-img {
    background: url(/img_hp/web-service/sees-img.jpg) center no-repeat;
    background-size: cover;
}

.websvc-list ul li .websvc_elfree-img {
    background: url(/img_hp/web-service/elfree-img.jpg) center no-repeat;
    background-size: cover;
}

.websvc-list ul li .websvc_mj-img {
    background: url(/img_hp/web-service/mj-img.jpg) center no-repeat;
    background-size: cover;
}

.websvc-list ul li .websvc_zimper-img {
    background: url(/img_hp/web-service/zimper-img.jpg) center no-repeat;
    background-size: cover;
}

.websvc-sees {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .websvc-sees {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .websvc-sees h2 {
        padding: 0 30px;
    }
}

.websvc-sees h3 {
    font-size: 130%;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.websvc-sees ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .websvc-sees ul {
        padding-top: 0px;
    }
}

.websvc-sees ul li dl.sees-intr {
    padding-right: calc(8.33333333% + 30px);
}

.websvc-sees ul li dl.sees-intr dt {
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.websvc-sees ul li dl.sees-intr dt img {
    height: 100%;
    width: auto;
    border: none;
}

.websvc-sees ul li dl.sees-intr dd {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 40px;
}

.websvc-sees ul li dl.sees-intr dd.websvc-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.125rem;
}

.websvc-sees ul li dl.sees-intr dd.websvc-link a {
    display: block;
    background: #959595;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
}

.websvc-sees ul li dl.sees-intr dd.websvc-link a:after {
    content: " ";
    background: url(/img_hp/layout/module/arrow-white02.png) center no-repeat;
    background-size: cover;
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.websvc-sees ul li dl.sees-intr dd.websvc-link a:hover {
    background: #101d3c;
}

.websvc-sees ul li dl dt {
    margin-bottom: 30px;
}

.websvc-sees ul li dl dt img {
    border: solid 1px #cdcdcd;
}

.websvc-sees ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.sees-inq {
    background: #101d3c;
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.sees-inq h2.sees-inq-btn {
    width: 40%;
    letter-spacing: 0em;
    font-size: 1.5rem;
    margin: 0 auto;
}

.sees-inq h2.sees-inq-btn a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    color: #101d3c;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
}

.sees-inq h2.sees-inq-btn a:after {
    content: "";
    background: url(/img_hp/web-service/arrow-navy01.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
}

.sees-inq h2.sees-inq-btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.websvc-elfree {
    background: #fafafa;
}

.websvc-elfree h2 {
    background: #fd9cb3;
    color: #fff;
    padding: 50px 0;
}

.websvc-elfree h2 span {
    font-size: 1rem;
    display: block;
    letter-spacing: 0em;
    font-weight: 300;
}

.websvc-elfree h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    border-top: solid 1px #fd9cb3;
    border-bottom: solid 1px #fd9cb3;
    padding: 20px 0;
}

.websvc-elfree ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

.websvc-elfree ul li dl.elfree-intr {
    padding-right: calc(8.33333333% + 30px);
}

.websvc-elfree ul li dl.elfree-intr dt {
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.websvc-elfree ul li dl.elfree-intr dt img {
    height: 100%;
    width: auto;
    border: none;
}

.websvc-elfree ul li dl.elfree-intr dd {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 40px;
}

.websvc-elfree ul li dl.elfree-intr dd.websvc-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.125rem;
}

.websvc-elfree ul li dl.elfree-intr dd.websvc-link a {
    display: block;
    background: #959595;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
}

.websvc-elfree ul li dl.elfree-intr dd.websvc-link a:after {
    content: " ";
    background: url(/img_hp/layout/module/arrow-white02.png) center no-repeat;
    background-size: cover;
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.websvc-elfree ul li dl.elfree-intr dd.websvc-link a:hover {
    background: #fd9cb3;
}

.websvc-elfree ul li dl dt {
    margin-bottom: 30px;
}

.websvc-elfree ul li dl dt img {
    border: solid 1px #cdcdcd;
}

.websvc-elfree ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.websvc-elfree ul.about-elfree li dl {
    padding: 20px;
    border: solid 1px #fd9cb3;
    background: #fff;
    text-align: center;
}

.websvc-elfree ul.about-elfree li dl dt {
    margin-bottom: 10px;
    color: #fd9cb3;
    font-size: 1.125rem;
    font-weight: 700;
}

.websvc-elfree ul.about-elfree li dl dt span {
    display: block;
    font-size: 0.75rem;
}

.websvc-elfree ul.about-elfree li dl dd {
    font-size: 0.75rem;
}

.elfree-inq {
    background: #fd9cb3;
    text-align: center;
    padding: 180px 0 80px;
    position: relative;
}

.elfree-inq h2.elfree-inq-btn {
    width: 40%;
    letter-spacing: 0em;
    font-size: 1.5rem;
    margin: 0 auto;
}

.elfree-inq h2.elfree-inq-btn a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    color: #fd9cb3;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
}

.elfree-inq h2.elfree-inq-btn a:after {
    content: "";
    background: url(/img_hp/web-service/arrow-pink01.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
}

.elfree-inq h2.elfree-inq-btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.websvc-mj {
    background: #fafafa;
}

.websvc-mj h2 {
    background: #b74521;
    color: #fff;
    padding: 50px 0;
}

.websvc-mj h2 span {
    font-size: 1rem;
    display: block;
    letter-spacing: 0em;
    font-weight: 300;
}

.websvc-mj h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    border-top: solid 1px #b74521;
    border-bottom: solid 1px #b74521;
    padding: 20px 0;
}

.websvc-mj ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

.websvc-mj ul li dl.mj-intr {
    padding-right: calc(8.33333333% + 30px);
}

.websvc-mj ul li dl.mj-intr dt {
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.websvc-mj ul li dl.mj-intr dt img {
    height: 100%;
    width: auto;
    border: none;
}

.websvc-mj ul li dl.mj-intr dd {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 40px;
}

.websvc-mj ul li dl.mj-intr dd.websvc-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.125rem;
}

.websvc-mj ul li dl.mj-intr dd.websvc-link a {
    width: 48%;
    float: left;
    margin-left: 2%;
    display: block;
    background: #959595;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
}

.websvc-mj ul li dl.mj-intr dd.websvc-link a:after {
    content: " ";
    background: url(/img_hp/layout/module/arrow-white02.png) center no-repeat;
    background-size: cover;
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.websvc-mj ul li dl.mj-intr dd.websvc-link a:hover {
    background: #b74521;
}

.websvc-mj ul li dl dt {
    margin-bottom: 30px;
}

.websvc-mj ul li dl dt img {
    border: solid 1px #cdcdcd;
}

.websvc-mj ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.websvc-mj .mj-merit {
    width: 92.45%;
    margin: 50px auto 30px;
}

.websvc-mj .mj-merit img {
    width: 100%;
    height: auto;
}

.mj-inq {
    background: #b74521;
    text-align: center;
    padding: 180px 0 80px;
    position: relative;
}

.mj-inq h2.mj-inq-btn {
    width: 40%;
    letter-spacing: 0em;
    font-size: 1.5rem;
    margin: 0 auto;
}

.mj-inq h2.mj-inq-btn a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    color: #b74521;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
}

.mj-inq h2.mj-inq-btn a:after {
    content: "";
    background: url(/img_hp/web-service/arrow-vermilion01.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
}

.mj-inq h2.mj-inq-btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.websvc-coderoom {
    padding: 100px 0;
    background: #fafafa;
}

@media only screen and (max-width: 767px) {
    .websvc-coderoom {
        padding: 60px 0;
    }
}

.websvc-coderoom h3 {
    font-size: 130%;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .websvc-coderoom h3 {
        margin-bottom: 20px;
    }
}

.websvc-coderoom ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .websvc-coderoom ul {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.websvc-coderoom ul li dl.coderoom-intr {
    padding-right: calc(8.33333333% + 30px);
}

@media only screen and (max-width: 767px) {
    .websvc-coderoom ul li dl.coderoom-intr {
        padding-right: 0;
    }
}

.websvc-coderoom ul li dl.coderoom-intr dt {
    height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.websvc-coderoom ul li dl.coderoom-intr dt img {
    height: 100%;
    width: auto;
    border: none;
}

.websvc-coderoom ul li dl.coderoom-intr dd {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 40px;
}

.websvc-coderoom ul li dl.coderoom-intr dd.websvc-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.125rem;
}

.websvc-coderoom ul li dl.coderoom-intr dd.websvc-link span {
    display: block;
    background: #959595;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
}

.websvc-coderoom ul li dl dt {
    margin-bottom: 30px;
}

.websvc-coderoom ul li dl dt img {
    border: solid 1px #cdcdcd;
}

.websvc-coderoom ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.websvc-coderoom .coderoom-merit li {
    background: #fff;
    border: solid 1px #cdcdcd;
    padding: 25px 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
}

.websvc-coderoom .coderoom-merit li:last-child {
    margin-bottom: 0;
}

.websvc-zimper {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .websvc-zimper {
        padding: 60px 0;
    }
}

.websvc-zimper h3 {
    font-size: 130%;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}

.websvc-zimper ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

.websvc-zimper ul li dl.zimper-intr {
    padding-right: calc(8.33333333% + 30px);
}

.websvc-zimper ul li dl.zimper-intr dt {
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.websvc-zimper ul li dl.zimper-intr dt img {
    height: 100%;
    width: auto;
    border: none;
}

.websvc-zimper ul li dl.zimper-intr dd {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 40px;
}

.websvc-zimper ul li dl.zimper-intr dd.websvc-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.125rem;
}

.websvc-zimper ul li dl.zimper-intr dd.websvc-link span {
    display: block;
    background: #959595;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
}

.websvc-zimper ul li dl dt {
    margin-bottom: 30px;
}

.websvc-zimper ul li dl dt img {
    border: solid 1px #cdcdcd;
}

.websvc-zimper ul li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
}

.websvc-zimper .zimper-merit li {
    background: #fff;
    border: solid 1px #cdcdcd;
    padding: 25px 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
}

.websvc-zimper .zimper-merit li:last-child {
    margin-bottom: 0;
}

.zimper-inq {
    background: #0d394f;
    text-align: center;
    padding: 180px 0 80px;
    position: relative;
}

.zimper-inq h2.zimper-inq-btn {
    width: 40%;
    letter-spacing: 0em;
    font-size: 1.5rem;
    margin: 0 auto;
}

.zimper-inq h2.zimper-inq-btn span {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    color: #0d394f;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 992px) {
    .websvc-badge {
        display: none;
    }
    .websvc-list ul li dl dt {
        font-size: 0.875rem;
        margin-bottom: 20px;
    }
    .websvc-list ul li dl dd.websvc-logo {
        height: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .websvc-intr {
        padding: 30px 0;
    }
    .websvc-list ul {
        display: inline-block;
    }
    .websvc-list ul li {
        display: table;
        width: 100%;
    }
    .websvc-list ul li:nth-of-type(2) {
        border-left: none;
        border-right: none;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }
    .websvc-list ul li dl {
        display: table-cell;
        width: 50%;
        padding: 30px;
    }
    .websvc-list ul li dl dt {
        margin-bottom: 10px;
    }
    .websvc-list ul li dl dd.websvc-logo {
        height: 30px;
        margin-bottom: 20px;
    }
    .websvc-list ul li .websvc-images {
        display: table-cell;
        height: auto;
    }
    .websvc-sees ul {
        padding-bottom: 0;
    }
    .websvc-sees ul li {
        margin-bottom: 30px;
    }
    .websvc-sees ul li:last-child {
        margin-bottom: 0;
    }
    .websvc-sees ul li dl.sees-intr {
        padding-right: 0;
    }
    .websvc-sees ul li dl.sees-intr dt {
        margin-bottom: 20px;
    }
    .websvc-sees ul li dl.sees-intr dd {
        margin-bottom: 20px;
    }
    .websvc-sees ul li dl.sees-intr dd.websvc-link {
        margin-bottom: 0;
    }
    .websvc-sees ul li dl dt {
        margin-bottom: 10px;
    }
    .sees-inq {
        padding: 90px 0 40px;
    }
    .sees-inq h2.sees-inq-btn {
        width: 90%;
    }
    .websvc-elfree h2 {
        padding: 30px 0;
    }
    .websvc-elfree ul {
        padding-bottom: 0;
    }
    .websvc-elfree ul li {
        margin-bottom: 30px;
    }
    .websvc-elfree ul li dl.elfree-intr {
        padding-right: 0;
    }
    .websvc-elfree ul li dl.elfree-intr dt {
        margin-bottom: 20px;
    }
    .websvc-elfree ul li dl.elfree-intr dd {
        margin-bottom: 20px;
    }
    .websvc-elfree ul li dl.elfree-intr dd.websvc-link {
        margin-bottom: 0;
    }
    .websvc-elfree ul li dl dt {
        margin-bottom: 10px;
    }
    .elfree-inq {
        padding: 90px 0 40px;
    }
    .elfree-inq h2.elfree-inq-btn {
        width: 90%;
    }
    .websvc-mj h2 {
        padding: 30px 0;
    }
    .websvc-mj ul {
        padding-bottom: 0;
    }
    .websvc-mj ul li {
        margin-bottom: 30px;
    }
    .websvc-mj ul li dl.mj-intr {
        padding-right: 0;
    }
    .websvc-mj ul li dl.mj-intr dt {
        margin-bottom: 20px;
    }
    .websvc-mj ul li dl.mj-intr dd {
        margin-bottom: 20px;
    }
    .websvc-mj ul li dl.mj-intr dd.websvc-link {
        margin-bottom: 0;
    }
    .websvc-mj ul li dl dt {
        margin-bottom: 10px;
    }
    .mj-inq {
        padding: 90px 0 40px;
    }
    .mj-inq h2.mj-inq-btn {
        width: 90%;
    }
    .websvc-zimper h2 {
        padding: 30px 0;
    }
    .websvc-zimper h3 {
        margin-bottom: 20px;
    }
    .websvc-zimper ul {
        padding-top: 0;
        padding-bottom: 0;
    }
    .websvc-zimper ul li {
        margin-bottom: 30px;
    }
    .websvc-zimper ul li:last-child {
        margin-bottom: 0;
    }
    .websvc-zimper ul li dl.zimper-intr {
        padding-right: 0;
    }
    .websvc-zimper ul li dl.zimper-intr dt {
        margin-bottom: 20px;
    }
    .websvc-zimper ul li dl.zimper-intr dd {
        margin-bottom: 20px;
    }
    .websvc-zimper ul li dl.zimper-intr dd.websvc-link {
        margin-bottom: 0;
    }
    .websvc-zimper ul li dl dt {
        margin-bottom: 10px;
    }
    .zimper-inq {
        padding: 90px 0 40px;
    }
    .zimper-inq h2.zimper-inq-btn {
        width: 90%;
    }
}

@media (max-width: 480px) {
    section.intr.websvc-intr {
        padding: 20px 0;
    }
    section.intr.websvc-intr h2 {
        margin-bottom: 0;
    }
    .websvc-list ul {
        display: inline-block;
    }
    .websvc-list ul li {
        display: inline-block;
        width: 100%;
    }
    .websvc-list ul li:nth-of-type(2) {
        border-top: none;
        border-bottom: none;
    }
    .websvc-list ul li dl {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
    .websvc-list ul li dl dt {
        margin-bottom: 10px;
    }
    .websvc-list ul li dl dd.websvc-logo {
        height: 30px;
        margin-bottom: 20px;
    }
    .websvc-list ul li .websvc-images {
        display: block;
        width: 100%;
        height: 150px;
    }
    .websvc-sees h3 {
        font-size: 0.875rem;
        padding: 10px 0;
    }
    .websvc-sees ul li dl.sees-intr dd.websvc-title {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    .sees-inq {
        padding: 40px 20px;
    }
    .sees-inq h2.sees-inq-btn {
        width: 90%;
        font-size: 0.875rem;
    }
    .sees-inq h2.sees-inq-btn a {
        padding: 20px 0;
    }
    .sees-inq h2.sees-inq-btn a:after {
        margin-left: 5px;
        top: 5px;
    }
    .websvc-mj h2 {
        padding: 20px 0;
    }
    .websvc-mj h3 {
        font-size: 0.875rem;
        padding: 10px 0;
    }
    .websvc-mj ul li dl.mj-intr dd.websvc-title {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    .mj-inq {
        padding: 80px 0 40px;
    }
    .mj-inq h2.mj-inq-btn {
        width: 90%;
        font-size: 0.875rem;
    }
    .mj-inq h2.mj-inq-btn a {
        padding: 20px 0;
    }
    .mj-inq h2.mj-inq-btn a:after {
        margin-left: 5px;
        top: 5px;
    }
    .websvc-zimper h2 {
        padding: 20px 0;
    }
    .websvc-zimper h3 {
        font-size: 0.875rem;
        padding: 10px 0;
    }
    .websvc-zimper ul li dl.zimper-intr dd.websvc-title {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    .websvc-coderoom h3 {
        font-size: 0.875rem;
        padding: 10px 0;
    }
    .websvc-coderoom ul li dl.coderoom-intr dd.websvc-title {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
    .zimper-inq {
        padding: 80px 0 40px;
    }
    .zimper-inq h2.zimper-inq-btn {
        width: 90%;
        font-size: 0.875rem;
    }
    .zimper-inq h2.zimper-inq-btn span {
        padding: 20px 0;
    }
}


/*==============================
 *System Dev
 *============================== */

.main-system-intr {
    background-image: url(/img_hp/system-dev/main-image-system-dev.jpg);
}

.system-intr {
    text-align: center;
    background: #fafafa;
    padding: 100px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .system-intr {
        padding: 60px 0;
    }
}

.system-intr p {
    line-height: 2;
}

.system-intr ul.system-policy.row--flex {
    align-items: stretch;
}

@media only screen and (max-width: 767px) {
    .system-intr ul.system-policy.row--flex {
        align-items: flex-start;
        flex-direction: column;
    }
}

.system-intr ul.system-policy li {
    height: auto;
}

@media only screen and (max-width: 767px) {
    .system-intr ul.system-policy li {
        margin-bottom: 20px;
    }
    .system-intr ul.system-policy li:last-child {
        margin-bottom: 0;
    }
}

.system-intr ul.system-policy li dl {
    padding: 15px 15px 20px 15px;
    background: #fff;
    border: 1px solid #eaeaea;
    text-align: left;
    height: 100%;
}

.system-intr ul.system-policy li dl .website-staff {
    line-height: 1;
    font-size: 0;
}

.system-intr ul.system-policy li dl dd {
    font-size: 90%;
    padding: 15px 0;
}

@media only screen and (max-width: 767px) {
    .system-intr ul.system-policy li dl dd {
        padding-bottom: 0;
    }
}

.system-badge {
    background: url(/img_hp/system-dev/system-dev_illust.png) center no-repeat;
    background-size: cover;
    width: 236px;
    height: 236px;
    position: absolute;
    top: -120px;
    right: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
}

.system-badge-active {
    top: -150px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.system-badge-none {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.system-list {
    padding: 100px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .system-list {
        padding: 60px 0;
    }
}

.system-list ul li {
    margin-bottom: 30px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .system-list ul li {
        margin-bottom: 20px;
    }
    .system-list ul li:last-child {
        margin-bottom: 0;
    }
}

.system-list ul li img {
    padding: 20px;
    border: 1px solid #eaeaea;
}

@media (max-width: 992px) {
    .system-intr p {
        text-align: left;
    }
    .system-intr p br {
        display: none;
    }
    .system-badge {
        display: none;
    }
}


/*==============================
 *Website
 *============================== */

.main-website-intr {
    background-image: url(/img_hp/website/main-image-website.jpg);
}

.website-intr {
    text-align: center;
    background: #fafafa;
    padding: 50px 0 20px;
    position: relative;
}

.website-intr p {
    line-height: 2;
}

.website-badge {
    background: url(/img_hp/website/website_illust.png) center no-repeat;
    background-size: cover;
    width: 236px;
    height: 236px;
    position: absolute;
    top: -120px;
    right: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
}

.website-badge-active {
    top: -150px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.website-badge-none {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=$alpha)";
    transition: all 0.8s ease;
}

.website-list {
    position: relative;
}

.website-list ul {
    display: table;
    width: 100%;
}

.website-list ul li {
    display: table-cell;
    width: 50%;
    padding: 60px 0;
    background: #f5f5f5;
}

.website-list ul li h3 {
    font-weight: 700;
    color: #e60012;
    font-size: 1.5rem;
    text-align: center;
    background: #f5f5f5;
    width: 210px;
    height: 210px;
    border-radius: 210px;
    margin: 0 auto 5px;
    padding: 30px 20px 0;
}

.website-list ul li dl {
    width: 44.62%;
    margin: 0 auto;
}

.website-list ul li dl dt {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    background: #e60012;
    border-radius: 6px;
    position: relative;
    padding: 10px;
    margin: 0 0 20px;
}

.website-list ul li dl dt:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 12px solid #e60012;
    margin-left: -6px;
}

.website-list ul li dl dd {
    font-size: 0.875rem;
}

.website-list ul li.website-multi {
    padding: 90px 0 60px;
}

.website-list ul li.website-multi h3 {
    background: #fff url(/img_hp/website/multi.png) center 80px no-repeat;
    background-size: auto 84px;
}

.website-list ul li.website-movie {
    padding: 90px 0 60px;
    background: #fff;
}

.website-list ul li.website-movie h3 {
    background: #f5f5f5 url(/img_hp/website/movie.png) center 80px no-repeat;
    background-size: auto 91px;
}

.website-list ul li.website-recruit,
.website-list ul li.website-consulting h3 {
    background: #fff;
}

.website-flow {
    background: url(/img_hp/website/web_bg.jpg) center top no-repeat;
    background-size: contain;
    position: relative;
    padding: 150px 0 70px;
}

.website-flow h3 {
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

.website-flow ul.website-staff {
    padding-top: 30px;
    padding-bottom: 60px;
}

.website-flow ul.website-staff li {
    margin-bottom: 30px;
}

.website-flow ul.website-staff li dl dt {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.website-flow ul.website-staff li dl dd {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.website-flow ul.web-flow {
    width: 80%;
    margin: 0 auto;
}

.website-flow ul.web-flow li {
    border: solid 8px #f5c4bf;
    padding: 20px;
    border-radius: 100px;
    display: table;
    width: 100%;
    margin-bottom: 60px;
}

.website-flow ul.web-flow li p {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    position: relative;
}

.website-flow ul.web-flow li p span.step {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    background: #e60012;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
    padding-top: 32px;
}

.website-flow ul.web-flow li p span.flow-arrow {
    background: #e60012;
    width: 10px;
    height: 80px;
    position: absolute;
    top: 100px;
    left: calc(50% - 5px);
}

.website-flow ul.web-flow li p span.flow-arrow:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #e60012;
    margin-left: -12px;
}

.website-flow ul.web-flow li dl {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 20px 0 20px;
}

.website-flow ul.web-flow li dl dt {
    font-weight: 700;
    font-size: 1.125rem;
    color: #e60012;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .website-intr p {
        text-align: left;
    }
    .website-intr p br {
        display: none;
    }
    .website-badge {
        display: none;
    }
    .website-list ul li dl {
        width: 70%;
    }
    .website-flow ul.web-flow {
        width: 100%;
    }
    .website-flow ul.web-flow li {
        margin-bottom: 55px;
    }
    .website-flow ul.web-flow li dl dt {
        margin-bottom: 10px;
    }
    .website-flow ul.web-flow li dl dd {
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .website-intr {
        padding: 20px 0 0px;
    }
    .website-list ul li {
        padding: 60px 0;
    }
    .website-list ul li h3 {
        font-size: 1.125rem;
        width: 170px;
        height: 170px;
        border-radius: 150px;
    }
    .website-list ul li dl {
        width: 80%;
    }
    .website-list ul li dl dt {
        font-size: 0.875rem;
    }
    .website-list ul li.website-multi h3 {
        background: #fff url(/img_hp/website/multi.png) center 70px no-repeat;
        background-size: auto 84px;
    }
    .website-list ul li.website-movie h3 {
        background: #f5f5f5 url(/img_hp/website/movie.png) center 70px no-repeat;
        background-size: auto 91px;
    }
    .website-flow {
        padding: 100px 0 0;
    }
}

@media only screen and (max-width: 768px) and (max-width: 767px) {
    .website-flow {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .website-flow h3 {
        font-size: 1.125rem;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }
    .website-flow ul.website-staff {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .website-list ul {
        display: inline-block;
    }
    .website-list ul li {
        display: block;
        width: 100%;
        padding: 30px 0;
    }
    .website-list ul li h3 {
        font-size: 1.125rem;
        width: 170px;
        height: 170px;
        border-radius: 150px;
    }
    .website-list ul li dl {
        width: 80%;
    }
    .website-list ul li dl dt {
        font-size: 0.875rem;
    }
    .website-list ul li.website-multi {
        padding: 70px 0 30px;
    }
    .website-list ul li.website-movie {
        padding: 30px 0;
    }
    .website-list ul.website-list02 {
        display: table;
    }
    .website-list ul.website-list02 li {
        display: table-cell;
        width: 50%;
    }
    .website-list ul.website-list02 li h3 {
        font-size: 0.875rem;
        width: 130px;
        height: 130px;
        border-radius: 130px;
        padding: 25px 20px 0;
    }
    .website-list ul.website-list02 li h3 br {
        display: none;
    }
    .website-flow {
        padding: 80px 0 40px;
    }
    .website-flow h3 {
        margin: 0 0 30px;
    }
    .website-flow ul.website-staff {
        padding-bottom: 30px;
    }
    .website-flow ul.web-flow li {
        border: solid 3px #f5c4bf;
        padding: 10px;
        margin-bottom: 15px;
    }
    .website-flow ul.web-flow li p {
        width: 60px;
    }
    .website-flow ul.web-flow li p span.step {
        font-size: 0.875rem;
        width: 60px;
        height: 60px;
        border-radius: 70px;
        padding-top: 20px;
    }
    .website-flow ul.web-flow li p span.flow-arrow {
        display: none;
    }
    .website-flow ul.web-flow li dl {
        padding: 0 10px 0 10px;
    }
    .website-flow ul.web-flow li dl dt {
        font-size: 0.875rem;
        margin-bottom: 5px;
    }
    .website-flow ul.web-flow li dl dd {
        font-size: 0.75rem;
    }
}


/*==============================
 *Archives
 *============================== */

.main-archives-intr {
    background-image: url(/img_hp/archives/main-image-archives.jpg);
}

.archives-intr {
    text-align: center;
    background: #fafafa;
    padding: 50px 0;
}

.archives-intr p {
    line-height: 2;
}

.archives-images ul {
    width: 100%;
    display: table;
}

.archives-images ul li {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    padding: 50px 0;
    background: #f5f5f5;
}

.archives-images ul li .archives-illust {
    width: 81%;
    margin: 0 auto;
    text-align: center;
}

.archives-images ul li .archives-illust img {
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.archives-images ul li:nth-of-type(2) {
    background: #fff;
}

.archives-miraie {
    padding: 100px 0;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .archives-miraie {
        padding: 60px 0;
    }
}

.archives-miraie .container .row.row--flex {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.archives-miraie .container .row.row--flex:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .archives-miraie .container ul li {
        margin-bottom: 20px;
    }
    .archives-miraie .container ul li:last-child {
        margin-bottom: 0;
    }
}

.archives-miraie .container ul:first-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .archives-miraie .container ul:first-child {
        margin-bottom: 0;
    }
}

.archives-miraie .archives-illust img {
    border-radius: 6px;
}

.archives {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .archives {
        padding: 60px 0;
    }
}

.archives h2.list-title {
    color: #000000;
    font-size: 180%;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .archives h2.list-title {
        font-size: 140%;
    }
}

.archives .archives-box {
    background: #fafafa;
    padding: 30px;
    position: relative;
}

.archives .archives-box .list-thumb {
    height: 180px;
    background: #ccc;
    margin-bottom: 20px;
}

.archives .archives-box .list-thumb img {
    height: 100%;
    width: auto;
}

.archives .archives-box dl.list-items {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.archives .archives-box dl.list-items dt {
    display: table-cell;
    width: 20%;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
}

.archives .archives-box dl.list-items dt span {
    background: #959595;
    display: block;
    width: 100%;
    padding: 3px 0;
}

.archives .archives-box dl.list-items dd {
    display: table-cell;
    font-size: 0.875rem;
    padding-left: 20px;
}

.archives .archives-box dl.list-items dd h3 {
    line-height: 1.5;
    height: 3em;
    position: relative;
    overflow: hidden;
}

.archives .archives-box dl.list-items dd h3:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #fafafa 82%, #fafafa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.archives .archives-box dl.list-items dd h3 a {
    color: #000000;
    font-weight: 700;
}

.archives .archives-box dl.list-items dd h3 a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.archives .archives-box dl.list-items dd a.system-language {
    color: #000000;
    background: #fff;
    border-radius: 6px;
    padding: 0 5px;
    margin-right: 2px;
}

.archives .archives-box dl.list-items dd a.system-language:last-of-type {
    margin-right: 0px;
}

.archives .archives-box dl.list-items dd a.system-language:hover {
    color: #fff;
    background: #959595;
}

.archives .archives-box .list-descrption {
    font-size: 0.75rem;
    border-top: solid 1px #cdcdcd;
    margin: 0 0 20px;
    padding-top: 20px;
    line-height: 1.5;
    height: 6.1em;
    position: relative;
    overflow: hidden;
}

.archives .archives-box .list-descrption:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.75rem;
    color: #fff;
    background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #fafafa 82%, #fafafa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.archives .archives-box .list-descrption.no-btn {
    margin: 15px 0 0px;
}

.archives .archives-box .box-link {
    font-size: 100%;
    text-align: center;
}

.archives .archives-box .box-link a {
    color: #d43024;
    display: block;
    text-decoration: underline;
}

.archives .archives-box .box-link a span {
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    padding: 5px;
}

.archives .archives-box .box-link a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.archives .more-link a {
    font-size: 0.875rem;
    padding: 15px 0;
    width: calc(33.33333% - 15px);
    margin: 0 auto;
    position: relative;
}

.archives .more-link a:hover {
    background: #fafafa;
    color: #000000;
}

.archives .more-link a:after {
    content: "";
    background: url(/img_hp/layout/module/arrow-white02.png) center no-repeat;
    background-size: cover;
    position: absolute;
    width: 11px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
}

.archives .more-link.back {
    margin: 50px auto 0;
}

.archives-ses-list,
.archives-system-list,
.archives-website-list {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .archives-ses-list,
    .archives-system-list,
    .archives-website-list {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .archives-ses-list+.archives-system-list {
        border-top: 1px solid #eaeaea;
    }
}

.archives ul li,
.archives-ses-list ul li,
.archives-system-list ul li,
.archives-website-list ul li {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .archives ul li:last-child,
    .archives-ses-list ul li:last-child,
    .archives-system-list ul li:last-child,
    .archives-website-list ul li:last-child {
        margin-bottom: 0;
    }
}

.archives-detail {
    background: #fafafa;
    padding: 40px;
}

@media only screen and (max-width: 767px) {
    .archives-detail {
        padding: 20px;
    }
}

.archives-detail dl.list-items {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.archives-detail dl.list-items dt {
    display: table-cell;
    width: 10%;
    background: #959595;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    padding: 3px 0;
}

.archives-detail dl.list-items dd {
    display: table-cell;
    padding-left: 20px;
}

.archives-detail dl.list-items dd h3 {
    font-weight: 700;
}

.archives-detail dl.list-items dd a.system-language {
    color: #000000;
    background: #fff;
    border-radius: 6px;
    padding: 0 5px;
    margin-right: 2px;
}

.archives-detail dl.list-items dd a.system-language:last-of-type {
    margin-right: 0px;
}

.archives-detail dl.list-items dd a.system-language:hover {
    color: #fff;
    background: #959595;
}

.archives-detail .details {
    border-top: solid 1px #cdcdcd;
    margin: 40px 0 0;
    padding-top: 40px;
    display: table;
}

.archives-detail .details .details-txt {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 3%;
}

.archives-detail .details .details-txt .list-descrption {
    line-height: 1.8;
    margin-bottom: 20px;
}

.archives-detail .details .details-txt dl dt {
    font-size: 0.875rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.archives-detail .details .details-txt dl dd {
    font-size: 0.75rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.archives-detail .details .details-txt dl dd:last-of-type {
    margin-bottom: 0;
}

.archives-detail .details .details-img {
    display: table-cell;
    vertical-align: middle;
    width: 47%;
    padding: 20px;
    background: #fff;
    border: solid 5px #eaeaea;
}

.archives-detail .details .details-img p {
    width: 470px;
    margin: 0 auto;
}

.archives-detail .details .details-img p img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .archives-intr p {
        text-align: left;
    }
    .archives-intr p br {
        display: none;
    }
    .archives-miraie .col-none {
        display: none;
    }
    .archives-miraie .archives-illust {
        height: 300px;
        text-align: center;
    }
    .archives-miraie .archives-illust img {
        height: 100%;
        width: auto;
    }
    .archives-detail .details .details-img p {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .archives-intr {
        padding: 30px 0;
    }
    .archives-images ul {
        display: inline-block;
    }
    .archives-images ul li {
        display: block;
        width: 100%;
        padding: 30px 0;
    }
    .archives-images ul li .archives-illust {
        width: 60%;
    }
    .archives-miraie .archives-illust {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .archives-miraie .archives-illust img {
        height: auto;
        width: 100%;
    }
    .archives .more-link a {
        width: 100%;
    }
    .archives-detail .details {
        display: block;
    }
    .archives-detail .details .details-txt {
        display: block;
        width: 100%;
        padding-right: 0%;
        margin-bottom: 30px;
    }
    .archives-detail .details .details-img {
        display: block;
        width: 100%;
    }
    .archives-detail .details .details-img p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .archives-images ul li .archives-illust,
    .archives-miraie .archives-illust {
        width: 100%;
    }
    .archives-detail dl.list-items dt {
        width: 20%;
    }
    .archives-detail dl.list-items dd {
        font-size: 0.875rem;
        padding-left: 10px;
    }
    .archives-detail .details {
        display: block;
    }
    .archives-detail .details .details-txt .list-descrption {
        font-size: 0.875rem;
    }
}


/*==============================
 *Company
 *============================== */

.logoanimation {
    background: #FFF;
    padding: 30px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .logoanimation {
        padding: 10px 0;
    }
}

.logoanimation .logoanimation-logo {
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}

.logoanimation .logoanimation-logo video {
    width: 800px;
    min-height: 450px;
    margin: -100px 0;
}

@media only screen and (max-width: 767px) {
    .logoanimation .logoanimation-logo video {
        width: 500px;
        min-height: 280px;
        margin: -70px -150px -70px -150px;
    }
}

.logoanimation .logoanimation-logo img {
    width: 280px;
}

.com-box {
    overflow: hidden;
}

.com-box .com-box-wrapper {
    position: relative;
    padding: 80px 0;
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-wrapper {
        padding: 60px 0;
        flex-direction: column;
    }
}

.com-box.com-box-white {
    background: #FFF;
}

.com-box.com-box-white .com-box-content-wrapper {
    order: 1;
}

@media only screen and (max-width: 767px) {
    .com-box.com-box-white .com-box-content-wrapper {
        width: 100%;
        order: 1 !important;
    }
}

.com-box.com-box-white .com-box-content-wrapper .com-box-catch {
    margin-left: -200px;
}

@media only screen and (max-width: 767px) {
    .com-box.com-box-white .com-box-content-wrapper .com-box-catch {
        margin-left: -50px;
    }
}

.com-box.com-box-white .com-box-image-wrapper {
    order: 2;
}

@media only screen and (max-width: 767px) {
    .com-box.com-box-white .com-box-image-wrapper {
        width: 100%;
        order: 2 !important;
    }
}

.com-box.com-box-white .com-box-image-wrapper .com-box-image {
    padding-right: 0;
}

.com-box.com-box-gray {
    background: #fafafa;
}

.com-box.com-box-gray .com-box-content-wrapper {
    order: 2;
}

@media only screen and (max-width: 767px) {
    .com-box.com-box-gray .com-box-content-wrapper {
        order: 1;
    }
}

.com-box.com-box-gray .com-box-content-wrapper .com-box-catch {
    margin-right: -200px;
    left: auto;
    right: 0;
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .com-box.com-box-gray .com-box-content-wrapper .com-box-catch {
        margin-right: -50px;
    }
}

.com-box.com-box-gray .com-box-image-wrapper {
    order: 1;
}

@media only screen and (max-width: 767px) {
    .com-box.com-box-gray .com-box-image-wrapper {
        width: 100%;
        order: 2;
    }
}

.com-box.com-box-gray .com-box-image-wrapper .com-box-image {
    padding-left: 0;
}

.com-box .com-box-content-wrapper {
    position: static;
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-content-wrapper {
        width: 100%;
    }
}

.com-box .com-box-content-wrapper h2 {
    margin-bottom: 30px;
    text-align: left;
}

.com-box .com-box-content-wrapper h2 .font-en {
    font-size: 160%;
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-content-wrapper h2 .font-en {
        font-size: 130%;
    }
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-content-wrapper h2 {
        text-align: center;
    }
}

.com-box .com-box-content-wrapper .com-box-text {
    position: relative;
    color: #d43024;
    font-size: 140%;
    line-height: 1.8;
}

.com-box .com-box-content-wrapper .com-box-list ul li {
    color: #d43024;
    font-size: 110%;
    line-height: 2;
}

.com-box .com-box-content-wrapper .com-box-catch {
    line-height: 1;
    position: absolute;
    bottom: -26px;
    left: 0;
    color: #fafafa;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06rem;
    font-size: 1000%;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-content-wrapper .com-box-catch {
        font-size: 600%;
        bottom: -15px;
    }
}

.com-box .com-box-image-wrapper {
    position: static;
    line-height: 1;
    font-size: 0;
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-image-wrapper {
        margin-top: 40px;
    }
}

.com-box .com-box-image-wrapper .com-box-image {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-image-wrapper .com-box-image {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .com-box .com-box-image-wrapper .com-box-image img {
        width: 100%;
        height: auto;
    }
}

.com-access {
    position: relative;
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .com-access {
        padding: 60px 0;
        border-bottom: 1px solid #eaeaea;
    }
}

.com-access .companymap {
    height: 380px;
}

@media only screen and (max-width: 767px) {
    .com-access .companymap {
        margin-bottom: 30px;
    }
}

.com-access .companymap .gmap {
    height: 100%;
}

.com-access .companyoffice {
    height: 100%;
}

.com-access .row.row--flex {
    align-items: stretch;
}

@media only screen and (max-width: 767px) {
    .com-access .row.row--flex {
        align-items: flex-start;
        flex-direction: column;
    }
}

.com-access ul li {
    margin-bottom: 30px;
}

.com-access dl {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.com-access dl dt {
    display: table-cell;
    vertical-align: top;
    width: 40%;
}

.com-access dl dt img {
    width: 100%;
    height: auto;
}

.com-access dl dd {
    display: table-cell;
    vertical-align: top;
    font-size: 90%;
    line-height: 1.6;
    padding: 20px 30px;
    border: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .com-access dl dd {
        padding: 15px 20px;
    }
}

.com-access dl dd h3 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 110%;
}

.com-access ul.nav.nav-tabs.guide-btn {
    margin-top: 30px;
    border-bottom: none;
}

.com-access ul.nav.nav-tabs.guide-btn li a {
    background: #fff;
    text-align: center;
    color: #e60012;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
}

.com-access ul.nav.nav-tabs.guide-btn li a.guide-close {
    background: #fff;
    text-align: center;
    color: #e60012;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
}

.com-access ul.nav.nav-tabs.guide-btn li a br,
.com-access ul.nav.nav-tabs.guide-btn li a.guide-close br {
    display: none;
}

.com-access ul.nav.nav-tabs.guide-btn li a:after,
.com-access ul.nav.nav-tabs.guide-btn li a.guide-close:after {
    content: "";
    background: url(/img_hp/layout/module/arrow-red02.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    width: 24px;
    height: 14px;
}

.com-access ul.nav.nav-tabs.guide-btn li a:hover {
    color: #000000;
}

.com-access ul.nav.nav-tabs.guide-btn li a.guide-close {
    margin-top: 40px;
}

.com-access ul.nav.nav-tabs.guide-btn li a.guide-close:hover {
    color: #000000;
}

.com-access ul.nav.nav-tabs.guide-btn li a.guide-close:after {
    content: none;
}

.com-access ul.nav.nav-tabs.guide-btn li.active {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.com-access ul.nav.nav-tabs.guide-btn li.active a {
    color: #959595;
}

.com-access ul.nav.nav-tabs.guide-btn li.active a:after {
    content: none;
}

.com-access .tab-content h4 {
    padding-left: 15px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 30px;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    padding: 20px 0;
}

.com-access .tab-content .guide-box {
    position: relative;
}

.com-access .tab-content .guide-box .guide-number {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    background: #e60012;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding-top: 6px;
    position: absolute;
    top: 15px;
    left: 25px;
}

.com-access .tab-content .guide-box dl {
    display: inline-block;
}

.com-access .tab-content .guide-box dl dt {
    display: block;
    width: 100%;
}

.com-access .tab-content .guide-box dl dd {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 0.75rem;
}

.com-access .tab-content .notices {
    font-size: 0.75rem;
    padding-top: 20px;
}

.com-outline {
    background: #fafafa;
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .com-outline {
        padding: 60px 0;
    }
}

.com-outline table {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .com-outline table {
        width: 80%;
    }
}

.com-outline table th,
.com-outline table td {
    background: #fff;
    border: solid 8px #fafafa;
    padding: 20px;
    vertical-align: top;
}

.com-outline table th {
    width: 25%;
    font-weight: 700;
}

.com-outline .isms-logo {
    width: 200px;
}

.com-outline dl.ras-logo {
    width: 100%;
    display: table;
}

.com-outline dl.ras-logo dt {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
}

.com-outline dl.ras-logo dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.com-org {
    position: relative;
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .com-org {
        padding: 60px 0;
        border-bottom: 1px solid #eaeaea;
    }
}

.com-org .org-illust-wrap {
    padding: 0 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .com-org .org-illust-wrap {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .com-org .org-illust-wrap {
        padding: 0;
    }
}

.com-org .org-illust-wrap .org-illust {
    padding: 60px;
    border: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .com-org .org-illust-wrap .org-illust {
        padding: 20px;
    }
}

.com-org .org-illust-wrap .org-illust img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .com-outline table {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .com-access ul.nav.nav-tabs.guide-btn li a {
        font-size: 0.75rem;
    }
    .com-access ul.nav.nav-tabs.guide-btn li a.guide-close {
        font-size: 0.75rem;
    }
    .com-access ul.nav.nav-tabs.guide-btn li a br,
    .com-access ul.nav.nav-tabs.guide-btn li a.guide-close br {
        display: inline;
    }
    .com-outline table {
        margin-top: -8px;
    }
    .com-outline table th,
    .com-outline table td {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
    }
    .com-outline table th {
        border-left: none;
        border-top: solid 8px #fafafa;
        border-right: none;
        border-bottom: none;
        text-align: center;
    }
    .com-outline table td {
        border-left: none;
        border-top: solid 2px #fafafa;
        border-right: none;
        border-bottom: none;
    }
    .org-illust {
        overflow: auto;
        text-align: center;
    }
    .org-illust-wrap {
        text-align: center;
    }
}


/*==============================
 *Greeting
 *============================== */

.com-greeting {
    padding: 100px 0;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .com-greeting {
        padding: 60px 0;
    }
}

.com-greeting .greeting {
    position: relative;
    display: table;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .com-greeting .greeting {
        display: flex;
        flex-direction: column;
    }
}

.com-greeting .greeting::after {
    z-index: 1;
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 140px;
    height: 170px;
    background: #d43024;
    content: "";
}

.com-greeting .greeting-left {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 33.333%;
    background: url(/img_hp/greeting/okada.jpg) center top no-repeat;
    background-size: cover;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .com-greeting .greeting-left {
        margin-top: 30px;
        width: 100%;
        height: 400px;
        order: 2;
    }
}

.com-greeting .greeting-left img {
    display: block;
}

.com-greeting .greeting-right {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 50px 60px;
}

@media only screen and (max-width: 767px) {
    .com-greeting .greeting-right {
        padding: 0 0 0 0;
        order: 1;
    }
}

.com-greeting .greeting-right h2 {
    margin-bottom: 30px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .com-greeting .greeting-right h2 {
        text-align: center;
    }
}

.com-greeting .greeting-right p {
    font-weight: 400;
    font-size: 100%;
    line-height: 2.1;
    text-align: left;
    margin-bottom: 20px;
}

.com-greeting .greeting-right p:last-child {
    margin-bottom: 0;
}

.com-greeting .greeting-right p.name {
    margin-top: 30px;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .com-greeting .greeting-right p.name {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .greeting-intr .greeting-left {
        width: 25%;
    }
    .greeting-intr .greeting-right {
        padding: 30px 0 30px;
    }
    .greeting-intr .greeting-right p {
        font-size: 0.875rem;
        line-height: 2.3;
        text-align: left;
    }
    .greeting-intr .greeting-right p br {
        display: none;
    }
    .greeting-intr .greeting-right p.name {
        text-align: right;
    }
}

@media (max-width: 480px) {
    .greeting-intr .greeting-left {
        width: 30%;
    }
    .greeting-intr .greeting-right {
        padding: 20px 0 20px;
    }
    .greeting-intr .greeting-right p {
        font-size: 0.75rem;
        line-height: 2;
    }
}


/*==============================
 *statement
 *============================== */

.com-statement {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .com-statement {
        padding: 60px 0;
    }
}

.com-statement .statement {
    position: relative;
    display: table;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .com-statement .statement {
        display: flex;
        flex-direction: column;
    }
}

.com-statement .statement-left {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 33.333%;
    background: url(/img_hp/company/statement.jpg) center top no-repeat;
    background-size: cover;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .com-statement .statement-left {
        margin-top: 30px;
        width: 100%;
        height: 200px;
        order: 2;
    }
}

.com-statement .statement-left img {
    display: block;
}

.com-statement .statement-right {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: top;
    padding: 50px 0 50px 60px;
}

@media only screen and (max-width: 767px) {
    .com-statement .statement-right {
        padding: 0 0 0 0;
        order: 1;
    }
}

.com-statement .statement-right h2 {
    margin-bottom: 0px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .com-statement .statement-right h2 {
        text-align: center;
    }
}

.com-statement .statement-right p {
    font-weight: 400;
    font-size: 100%;
    line-height: 2.1;
    text-align: left;
    padding: 30px 0;
    margin-bottom: 0;
}

.com-statement .statement-right p:last-child {
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .statement-intr .statement-left {
        width: 25%;
    }
    .statement-intr .statement-right {
        padding: 30px 0 30px;
    }
    .statement-intr .statement-right p {
        font-size: 0.875rem;
        line-height: 2.3;
        text-align: left;
    }
    .statement-intr .statement-right p br {
        display: none;
    }
    .statement-intr .statement-right p.name {
        text-align: right;
    }
}

@media (max-width: 480px) {
    .statement-intr .statement-left {
        width: 30%;
    }
    .statement-intr .statement-right {
        padding: 20px 0 20px;
    }
    .statement-intr .statement-right p {
        font-size: 0.75rem;
        line-height: 2;
    }
}


/*==============================
 * Business Report
 *============================== */

.com-report {
    padding: 100px 0;
    background: #fafafa;
}

@media only screen and (max-width: 767px) {
    .com-report {
        padding: 60px 0;
    }
}

.com-report .com-report-text {
    position: relative;
    color: #d43024;
    font-size: 140%;
    line-height: 1.8;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .com-report .com-report-text {
        margin-bottom: 40px;
    }
}

.com-report .com-report-content {
    padding: 60px;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .com-report .com-report-content {
        padding: 30px 0 0 0;
    }
}

.com-report .com-report-content .com-report-title {
    font-size: 130%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .com-report .com-report-content .com-report-title {
        margin-bottom: 30px;
        font-size: 110%;
    }
}

.com-report .com-report-content .com-report-image {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .com-report .com-report-content .com-report-image {
        padding: 0 0 20px 0;
    }
}

.com-report .com-report-content .com-report-image img {
    width: 100%;
    height: auto;
}


/*==============================
 * Office
 *============================== */

.com-office {
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .com-office {
        padding: 60px 0;
        border-bottom: 1px solid #eaeaea;
    }
}

.com-office .com-office-images ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}

@media only screen and (max-width: 767px) {
    .com-office .com-office-images ul {
        flex-direction: column;
    }
}

.com-office .com-office-images ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
}

@media only screen and (max-width: 767px) {
    .com-office .com-office-images ul li {
        width: 100%;
    }
}

.com-office .com-office-images ul li img {
    width: 100%;
    height: auto;
}


/*==============================
 *company-logo
 *============================== */

.company-logo {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .company-logo {
        padding: 60px 0 0 0;
    }
    .company-logo .row.row--flex {
        flex-direction: column;
    }
}

.company-logo .company-logo-content {
    position: relative;
    z-index: 11;
    margin-right: 0;
    line-height: 1.8;
}

.company-logo .company-logo-content h2 {
    margin-bottom: 30px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .company-logo .company-logo-content h2 {
        text-align: center;
    }
}

.company-logo .company-logo-content p:last-child {
    margin-bottom: 0;
}

.company-logo .company-logo-title {
    margin-bottom: 30px;
    padding-left: 260px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06rem;
    font-size: 360%;
    color: #d43024;
    line-height: 1.2;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .company-logo .company-logo-title {
        padding-left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .company-logo .company-logo-title {
        margin-top: 90px;
        padding-left: 0;
        font-size: 180%;
        text-align: center;
    }
}

.company-logo .company-logo-button {
    padding-left: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .company-logo .company-logo-button {
        padding-left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .company-logo .company-logo-button {
        padding-left: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .company-logo .company-logo-button a {
        margin: auto;
    }
}

.company-logo .container {
    z-index: 2;
    position: relative;
}

.company-logo .company-logo-bg {
    position: absolute;
    top: 0;
    right: -10px;
    width: 50%;
    height: 100%;
    background: url('/img_hp/company/main-image-logo.jpg') no-repeat 50% 50%;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .company-logo .company-logo-bg {
        position: relative;
        height: 200px;
        width: 100%;
        margin-top: 30px;
        top: auto;
        right: 0;
    }
}


/*==============================
 *Recruit
 *============================== */

.recruit {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .recruit {
        padding: 60px 0 0 0;
    }
    .recruit .row.row--flex {
        flex-direction: column;
    }
}

.recruit .recruit-content {
    position: relative;
    z-index: 11;
    margin-right: 0;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .recruit .recruit-content {
        font-size: 90%;
    }
}

.recruit .recruit-content p {
    font-weight: 300;
}

.recruit .recruit-content p:last-child {
    margin-bottom: 0;
}

.recruit .recruit-title {
    margin-bottom: 30px;
    padding-left: 260px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06rem;
    font-size: 360%;
    color: #d43024;
    line-height: 1.2;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .recruit .recruit-title {
        padding-left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .recruit .recruit-title {
        margin-top: 90px;
        padding-left: 0;
        font-size: 180%;
        text-align: center;
    }
}

.recruit .recruit-button {
    padding-left: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .recruit .recruit-button {
        padding-left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .recruit .recruit-button {
        padding-left: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .recruit .recruit-button a {
        margin: auto;
    }
}

.recruit .container {
    z-index: 2;
    position: relative;
}

.recruit .recruit-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 120px);
    height: 100%;
    background: url('/img_hp/layout/module/recruit_bg.jpg') no-repeat 50% 50%;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .recruit .recruit-bg {
        height: 200px;
        width: 100%;
        top: auto;
        bottom: 0;
    }
}

.recruit .recruit-bg::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -60px;
    width: 417px;
    height: 765px;
    background: url('/img_hp/layout/module/title_mask.png') no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

@media only screen and (max-width: 767px) {
    .recruit .recruit-bg::before {
        width: 278px;
        height: 510px;
    }
}


/*==============================
 *ContactUs
 *============================== */

.inq {
    background: #d43024;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

@media only screen and (max-width: 767px) {
    .inq {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .inq .row.row--flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

.inq .inq-content {
    position: relative;
    z-index: 11;
    margin-right: -200px;
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .inq .inq-content {
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.inq .inq-content h2 {
    margin-bottom: 20px;
    text-align: left;
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .inq .inq-content h2 {
        font-size: 130%;
    }
}

@media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .inq .inq-content h2 {
        font-size: 120%;
        letter-spacing: 0;
    }
}

.inq .inq-content p {
    margin-bottom: 3px;
    font-weight: 300;
}

.inq .inq-content p.tel a[href^="tel:"] {
    color: #FFF !important;
}

.inq .inq-content p:last-child {
    margin-bottom: 0;
}

.inq .inq-button {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .inq .inq-button {
        margin-top: 40px;
        margin-bottom: 5px;
    }
}

.inq .inq-button .inquiry-btn {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .inq .inq-button .inquiry-btn a {
        width: 80%;
        border: none;
    }
}

.inq .container {
    z-index: 2;
    position: relative;
}

.inq .inq-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('/img_hp/layout/module/inq_bg.jpg') no-repeat 0% 50%;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .inq .inq-bg {
        width: 100%;
        top: auto;
        bottom: 0;
        height: 120px;
        background-position: 50% 50%;
    }
}

.inq .inq-bg::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -20px;
    width: 200px;
    height: 333.33333px;
    background: url('/img_hp/layout/module/inq_mask.png') no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}

@media only screen and (max-width: 767px) {
    .inq .inq-bg::before {
        display: none;
    }
}


/*==============================
 *banner
 *============================== */

.banner {
    background: #dedede;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

@media only screen and (max-width: 767px) {
    .banner {
        padding: 30px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content {
        margin-bottom: -10px;
        flex-wrap: wrap;
    }
}

.banner .banner-content .banner-item {
    width: 25%;
    margin: 0 20px;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .banner .banner-content .banner-item {
        width: 50%;
        margin: 0 0 10px 0;
        padding: 0 5px;
        background: none;
    }
}

.banner .container {
    z-index: 2;
    position: relative;
}

.banner .banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #4e161e;
}

.banner .banner-bg::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -20px;
    width: 200px;
    height: 333.33333px;
    background: url('/img_hp/layout/module/banner_mask.png') no-repeat 0 0;
    background-size: 100% auto;
    content: "";
}


/*==============================
 *News
 *============================== */

.main-news-intr {
    background-image: url(/img_hp/news/main-image-news.jpg);
}

.news-list {
    padding: 100px 0;
}

.news-list h2 {
    font-size: 1.5rem;
    color: #000000;
    text-align: left;
}

.news-list .main {
    padding-right: calc(8.33333333% + 30px);
}

.news-list article {
    border-bottom: dashed 1px #cdcdcd;
    padding: 20px 0;
}

.news-list article:first-of-type {
    border-top: dashed 1px #cdcdcd;
}

.news-list ul.categories li {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 80%;
}

.news-list ul.categories li a {
    display: block;
    background: #18a4a2;
    background: #24bdd4;
    color: #fff;
    padding: 2px 10px;
}

.news-list ul.categories li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.news-list dl.news-box {
    display: table;
    width: 100%;
}

.news-list dl.news-box dt {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    overflow: hidden;
    position: relative;
}

.news-list dl.news-box dt .news-thumb {
    width: 150px;
    height: 150px;
}

.news-list dl.news-box dt .news-thumb img {
    height: 100%;
    width: auto;
    position: relative;
}

.news-list dl.news-box dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    position: relative;
}

.news-list dl.news-box dd ul.row.categories {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.news-list dl.news-box dd ul.row.categories li {
    float: left;
    margin: 0 10px 0 0;
}

.news-list dl.news-box dd ul.row.categories li a {
    font-size: 0.75rem;
    padding: 3px 10px;
}

.news-list dl.news-box dd .date {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1;
    background: #000;
    padding: 3px;
}

.news-list dl.news-box dd h3 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
    height: 3em;
    position: relative;
    overflow: hidden;
}

.news-list dl.news-box dd h3:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.news-list dl.news-box dd h3 a {
    color: #000000;
}

.news-list dl.news-box dd h3 a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.news-list dl.news-box dd p.description {
    font-size: 0.75rem;
    line-height: 1.5;
    height: 3em;
    position: relative;
    overflow: hidden;
}

.news-list dl.news-box dd p.description:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.75rem;
    color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.news-list dl.news-box dd p.more-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-list dl.news-box dd p.more-link a {
    width: 100px;
    font-size: 0.75rem;
}

.news-list aside h3 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}

.news-list aside .side-contents {
    margin-bottom: 50px;
}

.news-list aside ul {
    padding-left: 30px;
}

.news-list aside ul li {
    margin: 0 0 10px 0;
    font-size: 0.875rem;
}

.news-list aside ul li a {
    color: #000000;
}

.news-list aside ul li a:hover {
    text-decoration: underline;
}

.news-list aside dl.news-box dt {
    width: 70px;
}

.news-list aside dl.news-box dt .news-thumb {
    width: 70px;
    height: 70px;
}

.news-list aside dl.news-box dd {
    padding-left: 10px;
}

.news-list aside dl.news-box dd h3 {
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 1.5;
    height: 4.5em;
    position: relative;
    overflow: hidden;
}

.news-list aside dl.news-box dd h3:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.news-list aside ul.news-latest {
    padding-left: 0;
}

.news-list aside ul.categories li a {
    font-weight: 700;
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}

.news-list aside ul.categories li a:hover {
    text-decoration: none;
}

.news-post {
    max-width: 800px;
    margin: 0 auto;
}

.news-post h2 {
    display: block;
    margin-top: 0px;
    font-weight: 700;
    font-size: 140%;
}

.news-post ul.row.categories {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.news-post ul.row.categories li {
    float: left;
    margin: 0 10px 0 0;
}

.news-post ul.row.categories li a {
    color: #fff;
    padding: 2px 10px;
}

.news-post .date {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 100%;
    margin-left: 15px;
    color: #989898;
}

.news-post-single {
    font-size: 110%;
    line-height: 1.8;
}

.news-post-single h3 {
    font-weight: 700;
    font-size: 1.125rem;
    border-left: solid 1px #e60012;
    padding-left: 10px;
    margin-bottom: 10px;
}

.news-post-single h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.news-post-single h4:before {
    content: "■";
}

.news-post-single a {
    color: #e60012;
    text-decoration: none;
}

.news-post-single a:hover {
    color: #959595;
    text-decoration: underline;
}

.news-post-single p {
    margin-bottom: 10px;
}

.news-post-single img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.news-post-single strong {
    font-weight: 700;
}

.news-post-single blockquote {
    margin: 20px 0 20px 20px;
    border-left: solid 3px #eaeaea;
    padding-left: 20px;
}

.news-post-single ul {
    padding: 0 0 0 30px;
    margin: 20px 0 20px;
}

.news-post-single ul li {
    list-style-type: disc;
}

.news-post-single ol {
    padding: 0 0 0 30px;
    margin: 20px 0 20px;
}

.news-post-single ol li {
    list-style-type: decimal;
}

@media (max-width: 992px) {
    .news-list .main {
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .news-list dl.news-box dt {
        width: 100px;
    }
    .news-list dl.news-box dt .news-thumb {
        width: 100px;
        height: 100px;
    }
    .news-list dl.news-box dd {
        padding-left: 20px;
    }
    .news-list dl.news-box dd ul.row.categories li a,
    .news-list dl.news-box dd .date {
        font-size: 0.625rem;
    }
    .news-list dl.news-box dd h3 {
        font-size: 0.75rem;
        line-height: 1.5;
        height: 3em;
        position: relative;
        overflow: hidden;
    }
    .news-list dl.news-box dd h3:after {
        content: ".";
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 10em;
        text-align: right;
        font-size: 0.75rem;
        color: #fff;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    }
    .news-list dl.news-box dd p.description {
        display: none;
    }
    .news-list aside {
        margin-top: 30px;
    }
    .news-list aside h3 {
        text-align: center;
    }
    .news-list aside ul {
        padding-left: 0;
    }
    .news-list aside dl.news-box dd h3 {
        text-align: left;
    }
    .news-list aside ul.news-archives li {
        float: left;
        margin: 0 20px 10px 0;
    }
}

@media (max-width: 480px) {
    .news-list {
        padding: 40px 0 60px 0;
    }
    .news-list h2 {
        font-size: 1.125rem;
    }
    .news-list article {
        padding: 10px 0;
    }
    .news-list dl.news-box dt {
        width: 80px;
    }
    .news-list dl.news-box dt .news-thumb {
        width: 80px;
        height: 80px;
    }
    .news-list dl.news-box dd {
        padding-left: 10px;
    }
    .news-list dl.news-box dd ul.row.categories {
        margin-bottom: 5px;
    }
    .news-list dl.news-box dd ul.row.categories li {
        margin: 0 5px 0 0;
    }
    .news-list dl.news-box dd .date {
        display: none;
    }
    .news-list dl.news-box dd p.more-link a {
        width: 60px;
        font-size: 0.625rem;
    }
}


/*==============================
 *Inquiry
 *============================== */

.header-inquiry.header-active {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.container.l-header.l-header-inquiry {
    padding-bottom: 10px;
}

.container.l-header.l-header-inquiry ul.header-top li.inquiry-home a {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #000000;
    letter-spacing: 0.1em;
    padding: 22px 0 0;
    width: 100%;
    height: auto;
    text-align: right;
}

.container.l-header.l-header-inquiry ul.header-top li.inquiry-home a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.main-inquiry-intr {
    background-image: url(/img_hp/inquiry/main-image-inquiry.jpg);
}

.main-inquiry-intr h1 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
}

.main-inquiry-intr .inquiry-icons {
    display: table;
    width: auto;
    margin: 30px auto;
}

.main-inquiry-intr .inquiry-icons li {
    display: table-cell;
    width: 120px;
    padding: 0 10px;
}

.main-inquiry-intr .inquiry-icons li img {
    width: 100%;
    height: auto;
}

.main-inquiry-intr .inquiry-others {
    position: absolute;
    top: 290px;
    right: 6%;
    z-index: 100;
}

.main-inquiry-intr .inquiry-others span {
    display: block;
    background: #fff;
    font-weight: 700;
    font-size: 1rem;
    color: #e60012;
    text-align: center;
    line-height: 1;
    width: 320px;
    padding: 20px 0;
}

.main-inquiry-intr .inquiry-others span:after {
    content: "";
    background: url(/img_hp/layout/module/arrow-red02.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    width: 24px;
    height: 14px;
}

.main-inquiry-intr .inquiry-others span:hover {
    color: #000000;
}

.collapse-inquiry {
    background: #f0f0f0;
}

.collapse-inquiry ul.collapse-inquiry-list {
    padding: 40px 0 20px;
    width: 80%;
    margin: 0 auto;
}

.collapse-inquiry ul.collapse-inquiry-list a {
    display: block;
}

.collapse-inquiry ul.collapse-inquiry-list a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.collapse-inquiry ul.collapse-inquiry-list li {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
}

.collapse-inquiry ul.collapse-inquiry-list li:after {
    content: "";
    background: url(/img_hp/layout/module/arrow-red01.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
}

.collapse-inquiry ul.collapse-inquiry-list li span.inquiry-list-title {
    font-weight: 700;
    font-size: 1rem;
    color: #e60012;
    margin-right: 10px;
}

.collapse-inquiry ul.collapse-inquiry-list li span.inquiry-list-icon {
    background: #e60012;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 6px;
}

.inquiry-content {
    padding: 100px 0;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 767px) {
    .inquiry-content {
        padding: 60px 0;
    }
}

.form-content {
    width: 70%;
    margin: 0px auto;
}

.form-content p {
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: center;
}

.form-content p .tel {
    color: #e60012;
    font-weight: 700;
}

.form-content table {
    width: 100%;
    border-left: dashed 1px #cdcdcd;
    border-top: dashed 1px #cdcdcd;
    margin-bottom: 30px;
}

.form-content table th {
    padding: 20px;
    border-bottom: dashed 1px #cdcdcd;
    border-right: dashed 1px #cdcdcd;
    width: 30%;
    vertical-align: middle;
    position: relative;
    font-weight: 700;
    font-size: 0.875rem;
    background: #f0f0f0;
}

.form-content table td {
    padding: 20px;
    border-bottom: dashed 1px #cdcdcd;
    border-right: dashed 1px #cdcdcd;
    vertical-align: middle;
    font-size: 0.875rem;
}

td.age-cell {
    display: flex;
    align-items: center;
}

.age-form-txt {
    display: block;
    padding-left: 10px;
}

.form-content table td p {
    width: 100%;
    margin-bottom: 20px;
}

.form-content table td p.zipcode {
    display: table;
    font-size: 0.75rem;
}

.form-content table td p.zipcode span {
    display: table-cell;
    vertical-align: middle;
}

.form-content table td p.zipcode span.zip-txt {
    width: 15%;
}

.form-content table td p.zipcode span.zip-input {
    width: 40%;
}

.form-content table td p.zipcode span.zip-separate {
    width: 5%;
}

.form-content table td p.select-prefectures {
    display: table;
    font-size: 0.75rem;
}

.form-content table td p.select-prefectures span {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
}

.form-content table td p.select-prefectures select {
    display: table-cell;
    vertical-align: middle;
}

.form-content table td.select-box label {
    width: 50%;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.form-content table td.select-box label:hover {
    background: #ecedec;
    border-radius: 6px;
    cursor: pointer;
}

.form-content table td.select-boxwide label {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.form-content table td.select-boxwide label:hover {
    background: #ecedec;
    border-radius: 6px;
    cursor: pointer;
}

.form-content .p-checkbox {
    text-align: center;
}

.form-content .p-checkbox label {
    margin-left: 10px;
}

.form-content .contact_recaptcha {
    margin: 35px 0;
    text-align: center;
}

.form-content .contact_recaptcha div {
    display: inline-block;
}

.form-content .btn-area {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.form-content .contact_error_li {
    list-style: none;
    text-align: center;
    color: #ED5F58;
    margin-bottom: 30px;
}


/* form */

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
}

.mw_wp_form .error {
    padding: 2px 5px;
    font-size: 0.75rem;
    color: #fff;
    background: #e60012;
    border-radius: 6px;
}

.mwform-tel-field {
    display: table;
}

.mwform-tel-field input {
    display: table-cell;
    width: 28%;
}

.required {
    color: #fff;
    background: #e60012;
    padding: 3px 5px;
    font-size: 0.75rem;
    border-radius: 6px;
    position: absolute;
    top: calc(50% - 12px);
    right: 25px;
}

.p-checkbox .required {
    position: relative;
    top: -2px;
    right: auto;
}

.notice-small {
    font-size: 0.625rem;
}

.notice {
    font-size: 0.75rem;
}

input.input-requied,
select.input-requied,
textarea.input-requied {
    background: #fdefed;
}

input[type="text"].input-age {
    width: 90%;
}

.form-control {
    height: 40px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}

input[type="submit"] {
    border: none;
    padding: 0 40px;
    margin: 0 10px;
    background: #d43024;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 40px;
}

input[type="submit"]:disabled {
    background: #b5b5b5;
}

input[type="submit"]:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

input[type="submit"].form-btn.back {
    background: #b5b5b5;
    padding: 0 55px;
}

input[type="submit"].form-btn.back:hover {
    background: #cccc;
}

input[type="button"].form-btn.back {
    border: none;
    padding: 0 40px;
    margin: 0 10px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 40px;
    background: #b5b5b5;
}

input[type="button"].form-btn.back:hover {
    background: #cccc;
}

@media (max-width: 992px) {
    .collapse-inquiry .container {
        width: 96%;
    }
    .collapse-inquiry ul.collapse-inquiry-list {
        width: 100%;
    }
    .collapse-inquiry ul.collapse-inquiry-list li {
        padding: 10px;
    }
    .collapse-inquiry ul.collapse-inquiry-list li span.inquiry-list-title {
        font-size: 0.875rem;
        margin-right: 0;
        display: block;
    }
    .collapse-inquiry ul.collapse-inquiry-list li span.inquiry-list-icon {
        padding: 2px 4px;
        margin-left: 0;
        margin-right: 5px;
        display: inline-block;
    }
    .form-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .main-inquiry-intr h1 {
        font-size: 1.125rem;
    }
    .main-inquiry-intr .inquiry-icons {
        margin: 0 auto 10px;
    }
    .main-inquiry-intr .inquiry-icons li {
        width: 90px;
    }
    .main-inquiry-intr .inquiry-others {
        top: 170px;
        right: 3%;
    }
    .main-inquiry-intr .inquiry-others a {
        font-size: 0.875rem;
        width: 250px;
    }
    .main-inquiry-intr .inquiry-others a:after {
        top: 2px;
        width: 20px;
        height: 10px;
    }
    .collapse-inquiry ul.collapse-inquiry-list {
        width: 100%;
    }
    .form-content p .tel {
        display: block;
    }
    .form-content table th,
    .form-content table td {
        width: 100%;
        display: block;
        float: left;
    }
}

/*フリーランスお問い合わせ用にセレクトボックス*/
.freelanc-select {
	width: 100%;
    background-image: url(/img/common/icon_select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 6px;
}

@media (max-width: 480px) {
    .main-inquiry-intr h1 {
        font-size: 0.875rem;
    }
    .main-inquiry-intr .inquiry-icons {
        margin: 40px auto 10px;
    }
    .main-inquiry-intr .inquiry-icons li {
        width: 90px;
    }
    .main-inquiry-intr .inquiry-others {
        top: 180px;
    }
    .main-inquiry-intr .inquiry-others a {
        font-size: 0.75rem;
        width: 170px;
        padding: 10px 0;
    }
    .main-inquiry-intr .inquiry-others a:after {
        display: none;
    }
}


/*==============================
 *Privacy Policy
 *============================== */

.privacy {
    position: relative;
    padding: 100px 0;
}

@media only screen and (max-width: 767px) {
    .privacy {
        padding: 60px 0;
    }
}

.privacy .privacy-cont {
    width: 70%;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-cont {
        width: 100%;
    }
}

.privacy .privacy-cont h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 30px 0 10px;
}

.privacy .privacy-cont h3:first-child {
    margin-top: 0;
}

.privacy .privacy-cont p {
    margin-bottom: 10px;
    padding-left: 20px;
}

.privacy .privacy-cont p.sec-date {
    font-size: 0.75rem;
    text-align: right;
    margin-bottom: 20px;
}

.privacy .privacy-cont ul {
    margin-left: 60px;
}

.privacy .privacy-cont ul li {
    list-style: disc;
}

.privacy .privacy-cont dl {
    padding: 20px;
    margin-left: 20px;
}

.privacy .privacy-cont table {
    border-top: dashed 1px #cdcdcd;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 0.75rem;
}

.privacy .privacy-cont table th {
    font-weight: 700;
    padding: 5px 0 5px 5px;
    width: 30%;
    border-bottom: dashed 1px #cdcdcd;
    vertical-align: top;
}

.privacy .privacy-cont table td {
    padding: 5px 5px 5px 0;
    border-bottom: dashed 1px #cdcdcd;
    vertical-align: top;
}

.privacy .privacy-cont table td img {
    width: auto;
}


/*==============================
 *404 Error
 *============================== */

section.err404 {
    padding-bottom: 5%;
}

section.err404 h2 {
    color: #959595;
    margin-top: 50px;
    font-size: 3.5rem;
}

section.err404 p {
    font-size: 1.125rem;
    text-align: center;
    font-weight: 700;
    color: #959595;
}

section.err404 p img {
    width: auto;
    height: auto;
    max-width: 90%;
}

section.err404 .err404-links {
    display: table;
    width: 70%;
    margin: 30px auto;
}

section.err404 .err404-links li {
    display: table-cell;
    width: 33.33333%;
    padding: 0 10px;
}

section.err404 .err404-links li a {
    background: #959595;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    padding: 10px 0;
}

section.err404 .err404-links li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}


/*==============================
 *Sitemap
 *============================== */

.sitemap {
    padding: 70px 0;
}

@media only screen and (max-width: 767px) {
    .sitemap {
        padding: 60px 0;
    }
}

.sitemap ul.sitemap-link li {
    margin-bottom: 10px;
}

.sitemap ul.sitemap-link li a {
    display: block;
    position: relative;
    color: #000000;
    padding: 3px 10px 3px 30px;
}

.sitemap ul.sitemap-link li a:before {
    content: "";
    background: url(/img_hp/layout/module/arrow-black01.png) center no-repeat;
    background-size: cover;
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: 10px;
}

.sitemap ul.sitemap-link li a:hover {
    background: #f0f0f0;
}

.sitemap ul.sitemap-link li ul.sitemap-child {
    margin-left: 20px;
}

.sitemap ul.sitemap-link li ul.sitemap-child li {
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.sitemap ul.sitemap-link li ul.sitemap-child li a:before {
    content: "-";
    background: none;
    top: 4px;
    left: 14px;
}


/*==============================
 *serch result
 *============================== */

.main-result-intr {
    background-image: url(/img_hp/company/main-image-company.jpg);
}

.main-result-intr h1 span {
    font-size: 1.125rem;
}

.result-list {
    padding: 50px 0;
}

.result-list h2 {
    font-size: 1.125rem;
}

.result-list h2 span {
    font-size: 0.875rem;
    color: #000000;
}

.result-list article {
    border-bottom: dashed 1px #cdcdcd;
    padding: 20px 0;
}

.result-list article:first-of-type {
    border-top: dashed 1px #cdcdcd;
}

.result-list dl.result-box {
    display: table;
    width: 100%;
}

.result-list dl.result-box dt {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    overflow: hidden;
    position: relative;
}

.result-list dl.result-box dt .result-thumb {
    width: 150px;
    height: 150px;
}

.result-list dl.result-box dt .result-thumb img {
    height: 100%;
    width: auto;
    position: relative;
}

.result-list dl.result-box dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    position: relative;
}

.result-list dl.result-box dd h3 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
    height: 3em;
    position: relative;
    overflow: hidden;
}

.result-list dl.result-box dd h3:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.875rem;
    color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.result-list dl.result-box dd h3 a {
    color: #000000;
}

.result-list dl.result-box dd h3 a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=$alpha)";
}

.result-list dl.result-box dd p.description {
    font-size: 0.75rem;
    line-height: 1.5;
    height: 3em;
    position: relative;
    overflow: hidden;
}

.result-list dl.result-box dd p.description:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 10em;
    text-align: right;
    font-size: 0.75rem;
    color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.result-list dl.result-box dd p.more-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.result-list dl.result-box dd p.more-link a {
    width: 100px;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .result-list dl.result-box dt {
        width: 100px;
    }
    .result-list dl.result-box dt .result-thumb {
        width: 100px;
        height: 100px;
    }
    .result-list dl.result-box dd {
        padding-left: 20px;
    }
    .result-list dl.result-box dd h3 {
        font-size: 0.75rem;
        line-height: 1.5;
        height: 3em;
        position: relative;
        overflow: hidden;
    }
    .result-list dl.result-box dd h3:after {
        content: ".";
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 10em;
        text-align: right;
        font-size: 0.75rem;
        color: #fff;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 82%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    }
    .result-list dl.result-box dd p.description {
        display: none;
    }
}

@media (max-width: 480px) {
    .result-list {
        padding: 30px 0;
    }
    .result-list h2 {
        font-size: 1.125rem;
    }
    .result-list article {
        padding: 10px 0;
    }
    .result-list dl.result-box dt {
        width: 80px;
    }
    .result-list dl.result-box dt .result-thumb {
        width: 80px;
        height: 80px;
    }
    .result-list dl.result-box dd {
        padding-left: 10px;
    }
    .result-list dl.result-box dd p.more-link a {
        width: 60px;
        font-size: 0.625rem;
    }
}

.mynavi {
    display: flex;
    justify-content: center;
}

img.mynavi-banner {
    width: 195px;
    text-align: center;
}

.formstyle .red {
    color: #ff0000;
}
