@charset "utf-8";
/* CSS Document commonlayout*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100&display=swap');

/* 1: common
=========================================*/
* {
    margin: 0;
    box-sizing: border-box
}

a {
    outline: none;
}

a img {
    outline: none;
}

* {
    outline: none;
}

* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    margin: 0;
}

body {
    width: 100%;
    min-width: 1280px;
    font-size: 16px;
    line-height: 1.75;
    font-family: "HelveticaNeue-medium", "Helvetica Neue medium", "Helvetica Neue", 'Noto Sans JP', sans-serif;
    color: #2f2f2f;
    letter-spacing: 0.06em;
    background-color: #fff;
    word-wrap: break-word;
    font-weight: 300;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
}

footer {
    margin-top: auto;
}

#loading {
    width: 54px;
    height: 55px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    z-index: 9999999;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

#fade {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.inner {
    margin: 0 auto;
    width: 1000px;
}

@-webkit-keyframes my-fade-in {
    100% {
        opacity: 1;
    }
}

@keyframes my-fade-in {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/* sp
=========================================*/
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.6;
        padding-top: 0;
        border-top: none;
        background-image: none;
        position: relative;
    }

    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/bg.jpg);
        background-size: cover;
    }

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

    body,
    html,
    body * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sp-none {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    p {
        word-break: break-all;
    }

    .inner {
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto
    }
}

/* Link
========================================*/
a,
a:link {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: 0.3s
}

a:visited {}

a:hover,
a:active {}

a.alpha:hover {
    opacity: 0.8
}

.button,
a.button {
    -webkit-animation: my-fade-in 3s ease 2.5s 1 forwards;
    animation: my-fade-in 3s ease 2.5s 1 forwards;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    background-color: #c8000b;
    text-decoration: none;
    position: relative;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #C8000B;
}

.button::before,
a.button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 130%;
    height: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
    color: #c8000b;
}

.button:hover::before,
a.button:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}

.button:hover,
a.button:hover {
    color: #c8000b;
}

/* スマホ、PC切替用
========================================*/
.sp-none {
    display: block;
}

.sp-only {
    display: none;
}

/* header
=========================================*/
#header {
    width: 100%;
    padding: 0px;
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    height: 125px;
}

#header:after {
    content: "";
    clear: both;
    display: block;
}

#header .inner {
    position: relative
}

#header .logo {
    margin-top: 47px;
    float: left;
}

#header .gnav {
    margin-top: 58px;
    float: left;
}

#header .gnav li {
    float: left;
    margin-right: 30px;
}

#header .gnav ul li a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 11px;
    display: block;
}

#header .gnav ul li.gnavList01 a {
    background-image: url(../images/gnav01.png);
    width: 73px;
}

#header .gnav ul li.gnavList02 a {
    background-image: url(../images/gnav02.png);
    width: 58px;
}

#header .gnav ul li.gnavList03 a {
    background-image: url(../images/gnav03.png);
    width: 44px;
}

#header .gnav ul li.gnavList04 a {
    background-image: url(../images/gnav04.png);
    width: 71px;
}

#header .gnav ul li.gnavList05 a {
    background-image: url(../images/gnav05.png);
    width: 41px;
}

#header .gnav ul li.gnavList01 a:hover {
    background-image: url(../images/gnav01_ov.png);
    width: 73px;
}

#header .gnav ul li.gnavList02 a:hover {
    background-image: url(../images/gnav02_ov.png);
    width: 58px;
}

#header .gnav ul li.gnavList03 a:hover {
    background-image: url(../images/gnav03_ov.png);
    width: 44px;
}

#header .gnav ul li.gnavList04 a:hover {
    background-image: url(../images/gnav04_ov.png);
    width: 71px;
}

#header .gnav ul li.gnavList05 a:hover {
    background-image: url(../images/gnav05_ov.png);
    width: 41px;
}

#header .cvBtn {
    float: right;
    margin-top: 35px;
}

#header .cvBtn a {
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    width: 130px;
}

#header .cvBtn.white {
    margin-right: 20px;
}

#header .cvBtn.white a.button::before {
    background-color: #c8000b;
    color: #fff;
}

#header .cvBtn.white a.button:hover {
    color: #fff;
}

#header .cvBtn.white a.button {
    background-color: #fff;
    color: #c8000b;
}

#header .cvBtn a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

/* sp
=========================================*/
@media screen and (max-width: 767px) {
    #header {
        height: 60px;
    }

    #header .inner {
        padding: 0 6%
    }

    #header .logo {
        margin-top: 0px
    }

    #header .logo a {
        margin-top: 0px;
        float: left;
        vertical-align: middle;
        padding: 6% 0;
        height: 60px;
        display: block;
    }

    #header .logo img {
        width: auto;
        height: 50%;
        margin-top: 6%;
    }

    #header .gnav {
        display: none;
    }

    #header .cvBtn {
        display: none;
    }

    .fixedMenu {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        z-index: 60
    }

    #nav-toggle {
        display: block;
    }

    #gnav {
        display: none;
        position: static;
        top: 150px;
        width: 100%;
        background-color: rgba(106, 106, 106, 0.90);
        padding-top: 60px;
    }

    /* #gnav スライドアニメーション */
    .open #gnav {
        /* #gnav top + #mobile-head height */
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        height: 100vh;
        overflow-x: scroll !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    #nav_toggle {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 5px;
        right: 6%;
        z-index: 100;
        padding: 0;
        cursor: pointer;
    }

    #gnav ul {
        font-size: 16px;
    }

    #gnav ul li a,
    .fixed #gnav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 5px 4%;
        font-size: 18px;
        font-weight: 700;
    }

    .open #nav_toggle {
        top: 5px;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        background: #a0a0a0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

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

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

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

    .open #gnav {
        height: 100vh;
        /* 環境にあわせる */
        overflow-x: scroll !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .open #nav_toggle {
        top: -4px;
    }

    .fixedMenu {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        z-index: 60
    }

    .fixedMenu .ttl {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #gnav {
        top: 50px;
        width: 100%;
    }

    #nav_toggle {
        width: 50px;
        height: 50px;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 2px;
        position: absolute;
        width: 70%;
        left: 0;
        margin: 0 15%;
    }

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

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

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

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

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

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

    .open #nav_toggle {
        top: -0px;
    }
}

/* footer
=========================================*/
#footer {
    width: 100%;
    position: relative;
}

#footer .head {
    padding: 25px 0;
    background-color: #585858;
}

#footer .head img {
    vertical-align: middle
}

#footer .copyright {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
}

/* sp
=========================================*/
@media screen and (max-width: 767px) {}

/* contents
=========================================*/
/*contents common css*/
.fadeIn {
    transition: .5s;
    opacity: 0.0;
    position: relative;
    top: 30px;
}

.fadeIn.active {
    opacity: 1.0;
    top: 0px;
}

.fadeUp {
    opacity: 0.0;
    transition: .5s;
    opacity: 0.0;
    position: relative;
    top: -40px;
}

.fadeUp.active {
    opacity: 1.0;
    top: 0px;
}

.fadeUpAbout {
    transition: .5s;
    opacity: 0.0;
    position: relative;
    top: -40px;
}

.fadeUpAbout.active {
    opacity: 1.0;
    top: 0px;
}

.slideIn {
    transition: .5s;
    opacity: 0.0;
    position: relative;
    left: 10px;
}

.slideIn.active {
    opacity: 1.0;
    left: 0px;
}

.slideInL {
    transition: .5s;
    opacity: 0.0;
    position: relative;
    left: -10px;
}

.slideInL.active {
    opacity: 1.0;
    left: 0px;
}

/*#fv02*/
#fv02 {
    padding-top: 125px;
    height: 615px;
    position: relative;
    width: 100%;
}

#fv02 .txt {
    margin-top: 90px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

#fv02 h2 {
    margin: 60px 0 90px;
    text-align: center;
}

#fv02 h2 img {
    width: 100%
}

#fv02 .icon {
    position: relative;
    /*  top: -90px;*/
}

#fv02 .icon a {
    width: 200px;
    margin: 0 auto;
    display: block;
}

#fv02 .icon a:hover img {
    opacity: 0.6
}

@media screen and (max-width: 767px) {
    #fv02 {
        padding-top: 60px;
        height: 100vh;
    }

    #fv02 .txt {
        margin-top: 8vh;
    }

    #fv02 h2 {
        margin: 10vh 4% 16vh;
        text-align: center;
    }

    #fv02 h2 img {
        max-width: 100%
    }

    #fv02 .icon {
        position: relative;
    }
}

/*#about*/
#about {
    background-color: #F8F8F8;
    padding: 195px 0 75px;
    text-align: right;
    position: relative;
    width: 100%;
    margin-top: -120px;
}

#about .inner {
    width: 820px
}

#about h2 {
    color: #C8000B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

#about p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #about {
        padding: 90px 0 30px;
        text-align: left;
        margin-top: -60px;
    }

    #about .inner {
        padding: 0 6%;
        width: 100%
    }

    #about h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #about .txt {
        margin-bottom: 20px;
    }

    #about p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 40px;
    }
}

/*#worries*/
#worries {
    padding: 80px 0;
}

#worries .inner {
    width: 700px
}

#worries h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

#worries h2 span {
    color: #C8000B;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
}

#worries ul {
    width: 550px;
    margin: 0 auto 20px
}

#worries ul li {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    background-image: url(../images/icon01.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    padding: 15px 25px 15px 50px;
    background-position: 20px 50%;
    font-weight: 500;
    margin-bottom: 10px;
}

#worries .txt {
    text-align: center;
    background-color: #F8F8F8;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 700;
    margin-top: 20px;
}

#worries .txt span {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    #worries {
        padding: 30px 0;
    }

    #worries .inner {
        padding: 0 6%;
        width: 100%
    }

    #worries h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #worries h2 span {
        margin-bottom: 20px;
    }

    #worries ul {
        width: 100%;
        margin: 0 auto 20px
    }

    #worries .txt {
        font-size: 16px;
    }

    #worries .txt span {
        font-size: 20px;
    }
}

/*#strength*/
#strengthHead {
    margin-top: -120px;
    padding-top: 120px;
}

#strength {
    border: 1px solid #000000;
    position: relative;
    height: 873px;
}

#strength .inner {
    width: 1000px
}

#strength h2 {
    margin-top: 80px;
    line-height: 1.0;
}

#strength h2 span {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

#strength ul {
    right: 0px;
    top: 0px;
    position: absolute;
}

#strength ul li a {
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 30px;
    background-size: cover;
    width: 834px;
    display: block;
}

#strength ul li a:hover {
    opacity: 0.7
}

#strength ul li a:after {
    content: "";
    clear: both;
    display: block;
}

#strength ul li.num01 a {
    background-image: url(../images/strength_bg01.jpg);
}

#strength ul li.num02 a {
    background-image: url(../images/strength_bg02.jpg);
}

#strength ul li.num03 a {
    background-image: url(../images/strength_bg03.jpg);
}

#strength ul li.num04 a {
    background-image: url(../images/strength_bg04.jpg);
}

#strength ul li .num {
    font-size: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #908F8F;
    line-height: 1.0em;
    margin-bottom: 20px;
}

#strength a .txt {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.0em;
    margin-bottom: 10px;
}

#strength a .txt02 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.0em
}

@media screen and (max-width: 767px) {
    #strengthHead {
        margin-top: -60px;
        padding-top: 60px;
    }

    #strength {
        height: auto;
        border: 0px solid #000000;
    }

    #strength .inner {
        padding: 0 6%;
        width: 100%
    }

    #strength h2 {
        margin-top: 30px;
    }

    #strength h2 span {
        font-size: 18px;
        margin-top: 15px;
    }

    #strength ul {
        position: relative;
        margin-top: 20px;
    }

    #strength ul li a {
        padding: 30px;
        width: 100%;
    }

    #strength ul li:after {
        content: "";
        clear: both;
        display: block;
    }

    #strength ul li .num {
        font-size: 36px;
        margin-bottom: 0px;
        display: block;
        float: left;
        width: 17%;
        margin-right: 3%;
    }

    #strength ul li .box {
        float: left;
        width: 80%;
    }

    #strength a .txt02 {
        font-size: 18px;
    }
}

/*#service*/
#service {
    padding: 70px 0;
}

#service .inner {
    width: 1000px
}

#service h2 {
    margin-top: 80px;
    line-height: 1.0;
}

#service h2 span {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

#service .txt {
    background-color: #F8F8F8;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    margin: 60px 0;
    text-align: center;
}

#service .txt span {
    font-size: 24px;
}

#service .inner02 {
    width: 1140px;
    margin: 0 auto
}

#service .fL,
#service .fR {
    width: 46%;
    text-align: center;
}

#service .fL img,
#service .fR img {
    width: 100%
}

#service .fL h3,
#service .fR h3 {
    color: #393939;
    border-bottom: 1px solid #393939;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#service .fR img {
    margin-top: 30px
}

#service .inline {
    display: none
}

.inlineContentsService {
    padding: 20px 20px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 760px;
}

#service01.inlineContentsService {
    background-image: url(../images/service_popbg01.png);
}

#service02.inlineContentsService {
    background-image: url(../images/service_popbg02.png);
}

#service03.inlineContentsService {
    background-image: url(../images/service_popbg03.png);
}

#service04.inlineContentsService {
    background-image: url(../images/service_popbg04.png);
}

#service05.inlineContentsService {
    background-image: url(../images/service_popbg05.png);
}

.inlineContentsService .ttl {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 0.2em;
    margin-bottom: 30px;
}

.inlineContentsService .aC {
    margin: 20px 0
}

.inlineContentsService .ttl:after {
    content: "";
    width: 60%;
    height: 1px;
    display: block;
    background-color: #000000;
    position: absolute;
    bottom: 0px;
    margin-left: -30%;
    left: 50%;
}

.inlineContentsService p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #service {
        padding: 30px 0;
    }

    #service .inner {
        padding: 0 6%;
        width: 100%
    }

    #service h2 {
        margin-top: 30px;
        line-height: 1.0;
    }

    #service h2 span {
        font-size: 18px;
        margin-top: 15px;
    }

    #service .txt {
        font-size: 16px;
        margin: 30px 0;
    }

    #service .txt span {
        font-size: 20px;
    }

    #service .inner02 {
        width: 100%;
        margin: 0 auto
    }

    #service .fL,
    #service .fR {
        width: 100%;
    }

    #service .fL {
        margin-bottom: 30px;
    }

    #service .fR img {
        margin-top: 0px
    }

    .inlineContentsService {
        width: 100%;
        background-size: 40% auto;
    }

    .inlineContentsService .ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .inlineContentsService .aC {
        margin: 20px 0
    }

    .inlineContentsService p {
        font-size: 14px;
    }
}

/*#work */
#work {
    padding: 70px 0;
}

#work .inner {
    width: 1000px
}

#work h2 {
    margin-top: 80px;
    line-height: 1.0;
}

#work h2 span {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

#work ul {
    margin-top: 60px;
}

#work ul li {
    margin-right: 65px;
    float: left;
    margin-bottom: 60px;
}

#work ul li a {
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    width: 290px;
    padding: 20px;
    display: block;
    height: 290px;
}

#work ul li a:hover {
    opacity: 0.6
}

#work ul li:nth-child(3n) {
    margin-right: 0px;
}

#work ul li .ttl {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #878787;
    text-align: center;
    position: relative;
    padding: 5px;
    border-radius: 10px;
    letter-spacing: 0em;
    margin-bottom: 13px;
}

#work ul li .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 12px solid #878787;
}

#work ul li .box {
    padding: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
}

#work ul li:nth-child(2) .box {
    padding: 20px 60px;
}

#work ul li:nth-child(3) .box {
    padding: 20px 55px;
}

#work ul li:nth-child(6) .box {
    padding: 20px 48px;
}

#work ul li .box span.small {
    display: block;
    font-size: 12px;
}

#work ul li .box span.red {
    color: #C8000B;
}

#work ul li .company {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0
}

#work ul li .company span {
    font-size: 12px;
}

#work ul li .icon {
    border-radius: 20px;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 400;
    letter-spacing: 0.0em;
    margin-bottom: 5px;
    display: inline-block;
}

#work .inlineBox {
    display: none;
}

.inlineContents {
    padding: 20px 110px;
    background-color: #FFFFFF;
}

.inlineContents .ttlBox {
    background-color: #878787;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 30px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.inlineContents .ttlBox .head {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #FFFFFF;
}

.inlineContents .ttlBox .bottom {
    padding-top: 5px;
}

.inlineContents h3 {
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #000000;
    padding: 0 15px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-left: 10px;
}

.inlineContents p {
    margin: 10px 30px 20px;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    #cboxClose {
        right: -10px !important;
        top: 0px !important;
    }

    #work {
        padding: 30px 0;
    }

    #work .inner {
        padding: 0 6%;
        width: 100%
    }

    #work h2 {
        margin-top: 30px;
    }

    #work h2 span {
        font-size: 18px;
        margin-top: 15px;
    }

    #work ul {
        margin-top: 30px;
    }

    #work ul li {
        margin-right: 0px;
        float: none;
        margin-bottom: 10px;
    }

    #work ul li a {
        width: 100%;
        padding: 20px;
        display: block;
        height: auto;
    }

    #work ul li:nth-child(2) .box {
        padding: 20px 20px;
    }

    #work ul li:nth-child(3) .box {
        padding: 20px 20px;
    }

    #work ul li:nth-child(6) .box {
        padding: 20px 20px;
    }

    .inlineContents {
        padding: 20px 20px;
    }

    .inlineContents .ttlBox {
        padding: 15px 30px 10px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .inlineContents .ttlBox .head {
        font-size: 18px;
    }

    .inlineContents .ttlBox .bottom {
        padding-top: 5px;
    }

    .inlineContents h3 {
        font-size: 14px;
    }
}

/*#company*/
#company {
    padding: 120px 0 70px;
    margin-top: -120px;
}

.slick-slide img.sp-only {
    display: none
}

#company .inner {
    width: 1000px
}

#company h2 {
    margin-top: 80px;
    line-height: 1.0;
}

#company h2 span {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

#company .map {
    position: relative;
}

#company .map a {
    display: inline-block;
    width: auto;
    color: #FFFFFF;
    background-color: #C8000B;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    position: absolute;
    line-height: 1.0em;
}

#company .map a:hover {
    opacity: 0.5
}

#company .map .tokyo a {
    right: 100px;
    top: 220px;
}

#company .map .nagoya a {
    right: 150px;
    top: 295px;
}

#company .map .hiroshima a {
    right: 330px;
    top: 180px;
}

#company .map .osaka a {
    right: 280px;
    top: 350px;
}

#company .map .fukuoka a {
    right: 460px;
    top: 270px;
}

#company .inlineBox {
    display: none
}

.inlineContents.work {
    padding: 80px;
}

.inlineContents .office {
    font-size: 24px;
    font-weight: 600;
}

.inlineContents p.add {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

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

    .slick-slide img.sp-none {
        display: none
    }

    #company .inner {
        padding: 0 6%;
        width: 100%
    }

    #company h2 {
        margin-top: 40px;
        line-height: 1.0;
    }

    #company .map a {
        font-size: 12px;
        padding: 5px 12px;
    }

    #company .map .tokyo a {
        right: 3%;
        top: 54%;
    }

    #company .map .nagoya a {
        right: 10%;
        top: 71%;
    }

    #company .map .hiroshima a {
        right: 46%;
        top: 46%;
    }

    #company .map .osaka a {
        right: 35%;
        top: 82%;
    }

    #company .map .fukuoka a {
        right: 65%;
        top: 65%;
    }

    #company .inlineBox {
        display: none
    }

    .inlineContents.work {
        padding: 15px 5px 5px;
    }

    .inlineContents .office {
        font-size: 18px;
        font-weight: 600;
    }

    .inlineContents p {
        margin: 10px 20px 20px;
    }

    .inlineContents p.add {
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
    }
}

/*#price*/
#price {
    padding: 60px 0;
}

#price .inner {
    1000px;
}

#price h2 {
    margin-top: 80px;
    line-height: 1.0;
    text-align: center;
}

#price h2 span {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

#price .il {
    margin: 60px 0;
}

#price .bottom {
    border: 1px solid #cccccc;
    display: table;
    width: 100%;
    margin-top: 150px;
}

#price .bottom .fL,
#price .bottom .fR {
    width: 50%;
    text-align: center;
    display: table-cell;
    padding: 80px 100px;
    vertical-align: middle
}

#price .bottom .fL {
    border-right: 1px solid #cccccc;
}

#price .bottom .box {
    padding: 65px 0 30px;
}

#price .bottom .fR .box {
    background-color: #C8000B;
}

#price .bottom .ttlSmall {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

#price .bottom a.button {
    padding: 10px 20px;
}

#price .bottom .fR .ttlSmall {
    color: #FFFFFF;
}

#price .bottom a.button {
    background-color: #FFFFFF;
    color: #C8000B;
    margin-top: 20px;
}

#price .bottom .fR a.button:hover {
    border: 1px solid #FFFFFF;
}

#price .bottom a.button::before {
    background-color: #c8000b;
    color: #fff;
}

#price .bottom a.button:hover {
    color: #fff;
}

#price .bottom a.button {
    background-color: #fff;
    color: #c8000b;
}

@media screen and (max-width: 767px) {
    #price {
        padding: 90px 0 30px;
        margin-top: -60px;
    }

    #price .inner {
        100%;
        padding: 0%;
    }

    #price h2 {
        margin-top: 30px;
    }

    #price h2 span {
        font-size: 18px;
        margin-top: 15px;
    }

    #price .il {
        margin: 30px 6%;
    }

    #price .bottom {
        margin-top: 20px;
    }

    #price .bottom .fL,
    #price .bottom .fR {
        width: 50%;
        padding: 30px 15px;
    }

    #price .bottom .box {
        padding: 20px 0 20px;
    }

    #price .bottom .ttlSmall {
        font-size: 12px;
    }

    #price .bottom .ttl {
        height: 10px;
    }

    #price .bottom .ttl img {
        height: 100%;
        width: auto
    }

    #price .bottom a.button {
        padding: 5px 10px;
    }

    #price .bottom a.button {
        margin-top: 10px;
    }
}

#player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999;
    display: none;
    vertical-align: middle;
}
