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,
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
}

.txt_ab {
    z-index: 10;
    position: absolute;
    top: -15%;
    left: 50%;
    width: 80%;
    padding: 0 25px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-size: 42px;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 0 10px #0f1011;
    line-height: 1.1;
    letter-spacing: .6px
}

.txt-small {
    font-size: 1.2px;
    font-size: 1.2rem;
    color: #666
}

.bold_title {
    font-size: 2rem
}

.indent {
    color: #333;
    padding-left: 1em;
    text-indent: -1em
}

@media screen and (max-width:767px) {
    .txt_ab {
        font-size: 15px;
        top: -15%
    }
    .txt-small {
        font-size: .8rem;
        line-height: 1.5;
        text-align: left
    }
}

span.supText {
    font-size: 5px;
    font-size: .5rem;
    vertical-align: super
}

html {
    height: 100%;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, Verdana, 'M+ 1p', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #b60005;
    line-height: 1.5
}

a[href]:not([class]) {
    color: #b60005
}

a[href]:not([class]):hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

img {
    position: relative;
    display: block
}

img:before {
    content: "We're sorry, the image below is broken :(";
    display: block;
    margin-bottom: 10px
}

img:after {
    content: "(url: " attr(src) ")";
    display: block;
    font-size: 12px;
    font-size: 1.2rem
}

h1,
h2,
h3,
h4 {
    line-height: 1.5
}

li {
    line-height: 1.5
}

dt {
    line-height: 1.5
}

dd {
    line-height: 1.5
}

input[type="text"],
input[type="number"],
select,
textarea {
    font-size: 16px;
    font-size: 1.6rem
}

.form-reset input,
.form-reset button,
.form-reset textarea,
.form-reset select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.contact-select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    line-height: 1.2
}

.contact-select-wrap {
    position: relative;
    background-color: #fff;
    z-index: 0
}

.contact-select-wrap:after {
    content: '';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    z-index: -1
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.wrapper {
    position: relative;
    left: 0
}

.inner {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto
}

.main {
    padding-bottom: 70px
}

@media screen and (max-width:767px) {
    .inner {
        padding: 0 20px
    }
}

@media screen and (max-width:480px) {
    .main {
        padding-bottom: 7.8125vw
    }
}

.h-btn-wrap {
    text-align: center
}

.h-btn {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    max-width: 180px;
    height: 54px;
    margin: 0 auto;
    border-radius: 2px;
    border: 2px solid #b60005;
    background-color: #b60005;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.h-btn:hover {
    background-color: #fff;
    color: #b60005;
    opacity: 1;
    filter: alpha(opacity=100)
}

.h-btn-scale {
    overflow: hidden;
    outline: none;
    z-index: 2
}

.h-btn-scale::before,
.h-btn-scale::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.h-btn-scale::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.h-btn-scale:hover::after {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.h-btn-scale[data-status="is-current"] {
    color: #fff
}

.h-btn-scale[data-status="is-current"]::after {
    background: #b60005;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.h-btn-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

@media all and (-ms-high-contrast:none) {
    .h-btn-inner {
        padding-top: 3px
    }
}

.raised {
    display: inline-block;
    background-color: #26a69b;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: .05em;
    padding: .6em 1.3em;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s
}

.ripple {
    position: relative;
    overflow: hidden
}

.rp-effect {
    position: absolute;
    border-radius: 50%;
    opacity: .35;
    transform: scale(0);
    background: #fff;
    animation: ripple 700ms
}

@-webkit-keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2)
    }
}

.header {
    width: 100%;
    box-shadow: 1px 1px 1px 1px #ccc;
    background-color: #fff;
    z-index: 100
}

.header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1600px;
    height: 102px;
    margin: 0 auto;
    text-align: center
}

.header-info {
    position: absolute;
    top: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
}

.logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100px;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-width: 0 1px
}

.logo-link {
    display: block;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

.logo-link:hover {
    opacity: .7
}

.lead-wrap {
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    font-weight: bold
}

.lead-name {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold
}

.lead-name span {
    color: #b60005
}

.menu-btn-wrap {
    display: none
}

.gnav-list {
    font-size: 0;
    font-size: 0
}

.gnav-item {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle
}

.gnav-link {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem
}

.gnav-link:not(.mod-contact):hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gnav-link:not(.mod-contact)::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #b60005;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gnav-link:not(.mod-contact):hover::after {
    width: 90%
}

.gnav-link.current::after {
    width: 90%
}

.header-contact {
    position: absolute;
    top: 0;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 202px;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    text-align: center
}

.header-contact-tel {
    padding-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto";
    font-weight: bold
}

@media screen and (max-width:1620px) {
    .header-info {
        left: 0
    }
    .logo-wrap {
        padding: 0 20px;
        border-width: 0 1px 0 0
    }
    .header-contact {
        right: 0;
        padding: 0 20px;
        border-width: 0 0 0 1px
    }
}

@media screen and (max-width:1500px) {
    .header-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header-info {
        position: static
    }
}

@media screen and (max-width:1300px) {
    .logo-wrap {
        width: 83px;
        padding: 0 10px
    }
    .lead-wrap {
        padding: 0 10px
    }
    .gnav-link {
        padding: 5px 1.53846vw
    }
    .header-contact {
        width: 170px;
        padding: 0 10px
    }
    .header-contact-tel {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media screen and (max-width:1200px) {
    .lead-wrap {
        font-size: 12px;
        font-size: 1.2rem
    }
    .lead-name {
        font-size: 14px;
        font-size: 1.4rem
    }
    .gnav-link {
        padding: 5px 1.33333vw
    }
}

@media screen and (max-width:1100px) {
    .logo-wrap {
        width: 110px
    }
    .lead-wrap {
        font-size: 11px;
        font-size: 1.1rem
    }
    .lead-name {
        font-size: 16px;
        font-size: 1.6rem
    }
    .gnav-link {
        padding: 5px 1.09091vw
    }
    .header-contact {
        width: 150px
    }
}

@media screen and (max-width:1000px) {
    .header-info {
        width: 100%;
        background-color: #fff;
        z-index: 55
    }
    .logo-wrap {
        width: 140px
    }
    .lead-wrap {
        font-size: 14px;
        font-size: 1.4rem
    }
    .lead-name {
        font-size: 16px;
        font-size: 1.6rem
    }
    .tab-contact {
        width: 100%;
        max-width: 170px;
        margin-right: 90px;
        margin-left: auto
    }
    .tab-contact-btn {
        font-size: 18px;
        font-size: 1.8rem
    }
    .menu-btn-wrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 70px;
        height: 70px;
        padding: 17px 10px;
        font-size: 14px;
        font-size: 2.1875vw;
        color: #000;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        z-index: 60;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%)
    }
    .menu-btn-icon,
    .menu-btn-icon span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: top
    }
    .menu-btn-icon {
        position: relative;
        width: 50px;
        height: 36px
    }
    .menu-btn-icon span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        border-radius: 3px;
        background-color: #000
    }
    .menu-btn-icon span:nth-of-type(1) {
        top: 0
    }
    .menu-btn-icon span:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%)
    }
    .menu-btn-icon span:nth-of-type(3) {
        bottom: 0
    }
    .open .menu-btn-icon span {
        left: 0;
        width: 100%;
        background-color: #000
    }
    .open .menu-btn-icon span:nth-of-type(1) {
        top: 50%;
        -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
        transform: translateX(0) translateY(-50%) rotate(-45deg)
    }
    .open .menu-btn-icon span:nth-of-type(2) {
        opacity: 0
    }
    .open .menu-btn-icon span:nth-of-type(3) {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
        transform: translateX(0) translateY(-50%) rotate(45deg)
    }
    .menu-wrap {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 10100;
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        text-align: left;
        z-index: 50
    }
    .open .menu-wrap {
        overflow: auto;
        top: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        text-align: left;
        z-index: 50
    }
    .gnav {
        display: block;
        padding: 130px 0 20px;
        background-color: #000
    }
    .gnav-item {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center
    }
    .gnav-item:last-child {
        margin-bottom: 0
    }
    .gnav-link {
        padding: 5px 10px;
        color: #fff;
        font-size: 20px;
        font-size: 2rem
    }
    .gnav-link:not(.mod-contact)::after {
        bottom: 0
    }
    .header-contact {
        position: static;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        border-left: none;
        background-color: #000
    }
    .header-contact-btn {
        max-width: 300px;
        height: 70px;
        font-size: 20px;
        font-size: 2rem
    }
    .header-contact-tel {
        padding-top: 15px;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media screen and (max-width:640px) {
    .header-inner {
        height: 15.625vw
    }
    .logo-wrap {
        width: 21.875vw;
        padding: 0 3.125vw
    }
    .lead-wrap {
        padding: 0 2.4vw;
        font-size: 14px;
        font-size: 2.1875vw
    }
    .lead-name {
        font-size: 16px;
        font-size: 1.6rem
    }
    .tab-contact {
        max-width: 25vw;
        margin-right: 14.0625vw
    }
    .tab-contact-btn {
        height: 9.375vw;
        font-size: 15px;
        font-size: 1.5rem
    }
    .menu-btn-wrap {
        right: 1.5625vw;
        width: 50px;
        height: 50px;
        padding: 12px 5px
    }
    .menu-btn-icon {
        width: 40px;
        height: 28px
    }
    .gnav-item {
        margin-bottom: 3.125vw
    }
}

@media screen and (max-width:480px) {
    .gnav {
        padding-top: 20.3125vw
    }
    .gnav-item {
        margin-bottom: 2.34375vw
    }
    .gnav-link {
        font-size: 30px;
        font-size: 4.6875vw
    }
    .header-contact-btn {
        max-width: 75vw;
        height: 16.875vw;
        font-size: 28px;
        font-size: 4.375vw
    }
    .header-contact-tel {
        font-size: 28px;
        font-size: 4.375vw
    }
}

@media screen and (max-width:414px) {
    .logo-wrap {
        width: 15.625vw;
        padding: 0 1.5625vw
    }
    .lead-wrap {
        padding: 0 1.5625vw
    }
    .menu-btn-wrap {
        right: .625vw;
        width: 40px;
        height: 40px;
        padding: 9px 5px
    }
    .menu-btn-icon {
        width: 30px;
        height: 22px
    }
    .menu-btn-icon span {
        height: 4px
    }
}

@media screen and (min-width:1001px) {
    .tab-contact {
        display: none
    }
}

.pagetop {
    background-color: #b60005
}

.pagetop-link {
    position: relative;
    display: block;
    padding: 6px 0;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pagetop-link:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.footer {
    position: relative;
    overflow: hidden;
    background-color: #222
}

.footer-inner {
    max-width: 1100px;
    padding: 20px 10px 40px;
    margin: 0 auto;
    text-align: center
}

.footer-logo-link {
    display: inline-block;
    max-width: 200px;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.footer-logo-link:hover {
    opacity: .7
}

.fnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 35px
}

.fnav-link {
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.fnav-link:hover {
    opacity: .7
}

.footer-copyright {
    padding-top: 45px
}

.copyright {
    color: #d0d0d0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
}

@media screen and (max-width:1920px) {
    .footer:before {
        top: -120px;
        -webkit-transform: translate3d(0, 0, 0) skewY(-9deg);
        transform: skewY(-9deg)
    }
    .footer:after {
        top: -120px;
        -webkit-transform: translate3d(0, 0, 0) skewY(9deg);
        transform: skewY(9deg)
    }
}

@media screen and (max-width:1560px) {
    .footer-logo-wrap {
        padding-top: 20px
    }
}

@media screen and (max-width:1000px) {
    .fnav-link {
        padding: 5px 2vw
    }
    .footer-logo-wrap {
        padding-top: 35px
    }
}

@media screen and (max-width:767px) {
    .footer:before {
        top: -70px;
        height: 100px
    }
    .footer:after {
        top: -70px;
        height: 100px
    }
    .fnav {
        display: none
    }
    .footer-logo-wrap {
        padding-top: 0
    }
}

@media screen and (max-width:480px) {
    .footer:before {
        top: -10.9375vw;
        height: 15.625vw
    }
    .footer:after {
        top: -10.9375vw;
        height: 15.625vw
    }
    .footer-inner {
        padding: 10.9375vw 5px 6.25vw
    }
    .footer-copyright {
        padding-top: 12.5vw
    }
    .copyright {
        font-size: 10px;
        font-size: 1rem
    }
}

.fi {
    display: inline-block;
    font-size: 123px;
    font-size: 12.3rem;
    line-height: 1
}

.h-section {
    padding: 40px 0;
    text-align: center
}

.h-name span,
span.red {
    color: #b60005
}

.h-shadow {
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, .25)
}

.h-bkblack {
    background-color: #222
}

@media screen and (max-width:480px) {
    .fi {
        font-size: 64px;
        font-size: 20vw
    }
    .h-section {
        padding: 6.25vw 0
    }
    .h-shadow {
        box-shadow: 0 6px 17px 2px rgba(0, 0, 0, .2)
    }
}

.mv {
    height: 100%;
    height: 65vh;
    position: relative;
    width: 100%;
    overflow: hidden
}

.mv-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/vr360/bg-pattern-01.png);
    background-repeat: repeat;
    background-position: 0 0;
    z-index: 10
}

.mv-img-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

.mv-video-wrap {
    background: url("../img/img-mv-01.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.mv-catch-wrap {
    position: absolute;
    top: calc(50%);
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    text-align: center;
    z-index: 20
}

.mv-catch-ttl {
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem
}

.mv-catch-ttl-service {
    display: block;
    padding-top: 20px;
    font-size: 51px;
    font-size: 5.1rem;
    font-weight: bold
}

.mv-catch-ttl-service span:not(.nowrap) {
    font-size: 74px;
    font-size: 7.4rem;
    letter-spacing: .025em
}

.mv-catch-ttl-name {
    ;
    display: block;
    font-size: 70px;
    font-size: 7rem;
    font-weight: 700
}

.mv-catch-ttl-name span:not(.nowrap) {
    color: #b60005
}

.mv-catch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 660px;
    padding-top: 30px;
    margin: 0 auto
}

.mv-catch-item {
    width: 33.33333%;
    padding: 0 10px;
    color: #fff
}

.mv-catch-item span:not(.nowrap) {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center
}

.mv-catch-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 464px;
    padding-top: 60px;
    margin: 0 auto
}

.mv-catch-logo-icon {
    color: #fff;
    font-size: 30px;
    font-size: 3rem
}

@media screen and (max-width:767px) {
    .mv-catch-wrap {
    }
    .mv-catch-list {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 520px;
        width: 100%
    }
    .mv-catch-item {
        width: 50%;
        padding: 10px
    }
    .mv-catch-item span:not(.nowrap) {
        padding: 12px;
        font-size: 22px;
        font-size: 2.2rem
    }
    .mv-catch-ttl-service {
        padding-top: 10px;
        line-height: 1.1
    }
    .mv-catch-ttl-name {
        padding-top: 15px
    }
    .mv-catch-logo-list {
        max-width: 464px;
        width: 100%;
        padding-top: 70px
    }
    .mv-catch-logo-icon {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media screen and (max-width:640px) {
    .mv-img-wrap {
        display: block
    }
}

@media screen and (max-width:480px) {
    .mv {
        height: 40vh
    }
    .mv-catch-ttl {
        font-size: 14px;
        font-size: 1.4rem
    }
    .mv-catch-ttl-service {
        font-size: 26px;
        font-size: 2.6rem
    }
    .mv-catch-ttl-service span:not(.nowrap) {
        font-size: 40px;
        font-size: 4rem
    }
    .mv-catch-ttl-name {
        font-size: 3.2rem
    }
    .mv-catch-list {
        max-width: 78.125%
    }
    .mv-catch-item {
        padding: 5px
    }
    .mv-catch-item span:not(.nowrap) {
        padding: 8px 5px;
        font-size: 10px;
        font-size: 3.125vw
    }
    .mv-catch-logo-list {
        width: 72.5%;
        padding-top: 50px
    }
    .mv-catch-logo-item:first-child {
        width: 42%
    }
    .mv-catch-logo-item:last-child {
        width: 36%
    }
    .mv-catch-logo-icon {
        font-size: 10px;
        font-size: 3.125vw
    }
}

.gsv_badge img {
    position: absolute;
    bottom: 12px;
    left: calc(50% + 370px);
    transform: rotateZ(8deg)
}

@media screen and (max-width:1125px) {
    .gsv_badge img {
        position: static;
        margin: 30px auto;
        transform: none
    }
}

.news-ticker {
    background-color: #f7f5f2;
    padding: 0 calc(50% - 500px) 0;
    position: relative
}

.news-ticker__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.news-ticker__title {
    color: #fff;
    background-color: #c01920;
    padding: 20px 25px;
    font-size: 15px;
    font-size: 1.5rem
}

.news-ticker__title a {
    color: #fff
}

.news-ticker__text {
    padding: 16px 20px 16px 25px;
    background: url(/images/index/bg_news-arrow.gif) no-repeat 0 50%;
    line-height: 1.5
}

@media(max-width:768px) {
    .news-ticker__group {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .news-ticker__title {
        text-align: center;
        padding: 10px;
        width: 100%;
        font-size: 1.2rem
    }
}

#feature {
    padding-top: 70px
}

.feature-ttl {
    padding: 0 10px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold
}

.feature-ttl-name {
    margin-right: 15px;
    color: #333;
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 4rem
}

.feature-lead {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2
}

.feature-lead span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 5px
}

.feature-icon-wrap {
    width: 50%;
    margin: auto
}

.feature-icon-wrap img {
    margin: auto
}

.feature-txtArea {
    width: 90%;
    padding-top: 20px;
    margin: auto
}

.feature-subttl {
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    text-align: center;
    font-weight: bold
}

.feature-sublead {
    padding-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: left
}

.feature-subttl.even,
.feature-sublead.even {
    text-align: right
}

.feature-subttl span {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold
}

.feature-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-top: 45px;
    margin-bottom: 40px
}

.feature-item {
    width: 30%
}

@media screen and (max-width:767px) {
    #feature {
        padding-top: 0
    }
    .demo-iframe #loading-gui #circleLoader {
        top: 30%
    }
    .feature-list {
        display: block;
        width: 100%;
        margin-bottom: 0
    }
    .feature-item {
        width: 100%;
        padding-top: 20px;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }
    .feature-txtArea {
        width: 100%;
        text-align: center;
        order: 2
    }
    .feature-icon-wrap {
        text-align: center;
        order: 1
    }
    .feature-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
    .feature-subttl,
    .feature-subttl.even,
    .feature-sublead.even {
        text-align: center
    }
    .feature-sublead {
        max-width: 510px;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .feature-ttl-name {
        font-size: 20px;
        font-size: 6vw
    }
    .feature-txtArea {
        font-size: 12px;
        font-size: 3.75vw
    }
    .feature-subttl {
        padding-top: 2vw;
        font-size: 8vw
    }
    .feature-sublead {
        padding-top: 2vw;
        font-size: 11px;
        font-size: 3.75vw
    }
    .feature-item {
        padding: 0
    }
}

.merit-ttl {
    padding: 40px 0;
    color: #333;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 2
}

.merit-ttl-name {
    margin-right: 15px;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.merit-icon-wrap {
    width: 50%;
    padding: 60px 0
}

.merit-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 45px
}

.merit-list2 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-top: 45px
}

.merit-item {
    width: 30%;
    width: calc((100% - 120px)/3)
}

.merit-item img {
    width: 50%;
    margin: auto
}

.merit-subttl {
    padding-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.merit-sublead {
    padding-top: 30px;
    color: #636363;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: left
}

@media screen and (max-width:1000px) {
    .merit-item {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width:767px) {
    .merit-list,
    .merit-list2 {
        padding-top: 20px;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .merit-icon-wrap {
        width: 100%
    }
    .merit-item {
        width: 100%;
        padding: 30px 25px
    }
    .merit-item:last-child {
        padding-bottom: 0
    }
    .merit-sublead {
        max-width: 510px;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .merit-ttl-name {
        font-size: 20px;
        font-size: 6vw
    }
    .merit-ttl {
        font-size: 20px;
        font-size: 7.25vw;
        padding: 40px 0 0 0
    }
    .merit-subttl {
        padding-top: 2vw;
        font-size: 8vw
    }
    .merit-sublead {
        padding-top: 2vw;
        font-size: 11px;
        font-size: 3.75vw
    }
    .merit-item {
        padding: 4.6875vw 3.90625vw
    }
}

.service-ttl {
    padding: 40px 0 20px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: bold
}

.service-ttl .service-lead-name,
.service-ttl .service-lead-name span {
    font-size: 4.3rem
}

.service-ttl .txt_c {
    font-size: 30px;
    font-size: 3rem;
    color: #999;
    padding-right: 10px
}

.service-lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333
}

.service-lead span {
    font-size: 2rem;
    font-weight: bold
}

@media screen and (max-width:767px) {
    .service-ttl {
        font-size: 3rem
    }
    .service-ttl .service-lead-name,
    .service-ttl .service-lead-name span {
        font-size: 3.2rem
    }
    .service-lead span {
        font-size: 1.6rem
    }
}

.demo {
    padding: 50px 20px 100px;
    background-color: #333
}

.demo-body {
    position: relative;
    max-width: 1080px;
    margin: 0 auto
}

.demo-ttl {
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold
}

.demo-sublead {
    color: #ccc;
    padding-bottom: 40px
}

@media screen and (max-width:767px) {
    .demo {
        padding: 60px 26px
    }
    .demo-ttl {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media screen and (max-width:480px) {
    .demo {
        padding: 6.25vw 4.0625vw
    }
}

.works {
    padding-top: 75px;
    padding-bottom: 0;
    background-color: #fff
}

.works-list {
    margin-top: 30px
}

.works-ttl-area {
    text-align: left
}

.works-ttl {
    padding-top: 40px;
    color: #222;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold
}

.works-ttl span:not(.nowrap) {
    padding-left: 10px;
    color: #d1d1d1;
    font-size: 30px;
    font-size: 3rem
}

.works-subttl-area {
    display: flex
}

.works-logo {
    width: 20%;
    padding-left: 20px
}

.works-subttl {
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3;
    margin-bottom: 20px
}

.works-subttl span.mark {
    border: 2px solid #333;
    padding: 6px;
    margin-right: 10px;
    font-size: 2rem
}

.works-company {
    display: flex;
    font-size: 3rem;
    font-weight: bold
}

.works-lead {
    color: #b60005;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 2;
    padding-bottom: 0
}

.works-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0
}

.works-contents {
    width: 50%;
    text-align: left
}

.red_title {
    font-size: 2.2rem;
    color: #b60005
}

.works-link {
    display: block;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.works-right-wrap {
    width: 50%
}

.works-img {
    margin: 20px 0
}

.works-img-wrap {
    width: 45%;
    text-align: left
}

.works-item:nth-child(odd) .works-img-wrap {
    padding-left: 3vw
}

.works-sublead {
    padding-top: 20px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    list-style: decimal
}

.works-sublead li {
    margin-left: 20px;
    padding-bottom: 20px;
    color: #b60005;
    font-size: 1.9rem
}

.works-sublead li span {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 5px
}

.works-lead-name {
    padding-right: 5px;
    color: #333;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.works-icon {
    font-size: 30px;
    font-size: 3rem
}

.works-facility-icon-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 18px 15px;
    border: 1px solid #fff
}

.works-facility-item:last-child .works-facility-icon-wrap {
    border-style: dashed
}

.works-facility-icon {
    color: #fff;
    font-size: 60px;
    font-size: 6rem
}

.works-facility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 900px;
    padding: 40px 10px 0;
    margin: 0 auto
}

.works-facility-item {
    padding: 15px 0
}

.works-facility-icon.flaticon-shop {
    position: absolute;
    top: 3px;
    left: 27px
}

.works-facility-icon.flaticon-multiply {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.works-facility-subttl {
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem
}

.works-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/vr360/bg-pattern-01.png);
    background-repeat: repeat;
    background-position: 0 0;
    z-index: 10
}

@media screen and (max-width:767px) {
    .works-company {
        display: block;
        font-size: 3rem;
        line-height: 2
    }
    .red_title {
        font-size: 2rem
    }
    .bold_title {
        font-size: 2.5rem;
        font-weight: bold
    }
    .works-facility-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 530px
    }
    .works-facility-item {
        width: 25%
    }
    .works-facility-icon-wrap {
        margin: 0 auto
    }
    .works-item {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 30px 0 0
    }
    .works-img {
        width: 100%;
        margin-top: 10px
    }
    .works-img-wrap {
        width: 100%;
        padding: 50px 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .works-contents {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .works-body {
        padding-top: 10px
    }
    .works-list {
        margin-top: 0
    }
    .works-item:nth-child(2) {
        padding-left: 0
    }
}

@media screen and (max-width:480px) {
    .works {
        padding-top: 3.125vw
    }
    .works-ttl {
        font-size: 20px;
        font-size: 7.25vw
    }
    .works-ttl span:not(.nowrap) {
        font-size: 15px;
        font-size: 4.75vw
    }
    .works-lead {
        padding-top: 3.125vw;
        font-size: 12px;
        font-size: 3.75vw
    }
    .works-lead-name {
        font-size: 12px;
        font-size: 4.75vw
    }
    .works-subttl {
        padding: 0;
        font-size: 2rem;
        margin: 0;
        line-height: 1.5
    }
    .works-sublead {
        padding-top: 1vw;
        font-size: 1.3rem
    }
    .works-subttl span.mark {
        font-size: 1.5rem
    }
    .works-facility-list {
        padding: 6.25vw 6.25vw 0
    }
    .works-facility-item {
        padding: 2.34375vw 0
    }
    .works-facility-icon-wrap {
        width: 15.625vw;
        height: 15.625vw;
        padding: 2.8125vw 2.34375vw
    }
    .works-facility-icon {
        font-size: 60px;
        font-size: 9.375vw
    }
    .works-facility-subttl {
        padding-top: 5px;
        font-size: 18px;
        font-size: 2.8125vw
    }
    .works-facility-icon.flaticon-shop {
        left: 4.21875vw
    }
}

.function {
    background-color: #333;
    margin-top: 50px
}

.function-ttl {
    padding: 70px 10px 0;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold
}

.function-ttl span.small {
    padding-left: 10px;
    font-size: 30px;
    font-size: 3rem
}

.function-lead {
    padding: 30px 10px 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2
}

.function-lead-name {
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.function-body {
    padding-top: 50px
}

.function-list {
    overflow: hidden
}

.function-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px
}

.function-img-wrap {
    width: 50%;
    padding: 60px 0
}

.function-contents {
    width: 50%;
    padding: 60px 0;
    text-align: left
}

.function-item:nth-child(odd) .function-contents {
    padding-left: 5.20833vw
}

.function-item:nth-child(even) .function-contents {
    padding-right: 5.20833vw
}

.function-bg-wrap {
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1
}

.function-item:nth-child(odd) .function-bg-wrap {
    left: 50%
}

.function-item:nth-child(even) .function-bg-wrap {
    right: 50%
}

.function-item:nth-child(odd) .function-bg {
    margin: 0 auto 0 0
}

.function-item:nth-child(even) .function-bg {
    margin: 0 0 0 auto
}

.function-subttl {
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.5
}

.function-subttl span.mark {
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1.5;
    font-weight: bold
}

.function-subttl span.big {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.function-sublead {
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2
}

@media screen and (max-width:767px) {
    .function {
        margin-bottom: 40px
    }
    .function-body {
        padding-top: 35px
    }
    .function-item {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 30px 0 0
    }
    .function-img-wrap {
        width: 100%;
        padding: 0 25px 40px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .function-img {
        width: 100%
    }
    .function-contents {
        width: 100%;
        padding: 0 50px 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .function-sublead {
        padding-top: 15px
    }
}

@media screen and (max-width:480px) {
    .function {
        padding-bottom: 12.5vw;
        margin: 0
    }
    .function-ttl span:not(.nowrap) {
        font-size: 15px;
        font-size: 4.6875vw
    }
        .function-ttl span.red {
            color: #b60005;
            font-size: 6.25vw;
        }
    .function-ttl {
        font-size: 20px;
        font-size: 6.25vw;
        padding: 0
    }
    .function-lead {
        padding-top: 3.125vw;
        font-size: 12px;
        font-size: 3.75vw
    }
    .function-lead-name {
        font-size: 24px;
        font-size: 3.75vw
    }
    .function-body {
        padding-top: 0
    }
    .function-item:nth-child(odd) .function-contents {
        padding: 0 7.8125vw 6.25vw
    }
    .function-item:nth-child(even) .function-contents {
        padding: 0 7.8125vw 6.25vw
    }
    .function-img-wrap {
        padding: 0 7.8125vw 6.25vw
    }
    .function-subttl {
        font-size: 40px;
        font-size: 6.25vw
    }
    .function-subttl span:not(.nowrap) {
        padding-top: 3.125vw
    }
    .function-sublead {
        font-size: 22px;
        font-size: 3.4375vw
    }
}

.difference {
    background-color: #333;
    margin-top: 50px
}

.difference-ttl {
    padding: 70px 10px 0;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold
}

.difference-lead {
    padding: 30px 10px 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2
}

.difference-lead-name {
    padding-right: 5px;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.difference-body {
    padding-top: 50px
}

.difference-list {
    overflow: hidden
}

.difference-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px
}

.difference-img-wrap {
    width: 50%;
    padding: 60px 0
}

.difference-contents {
    width: 50%;
    padding: 60px 0;
    text-align: left
}

.difference-item:nth-child(odd) .difference-contents {
    padding-left: 5.20833vw
}

.difference-item:nth-child(even) .difference-contents {
    padding-right: 5.20833vw
}

.difference-bg-wrap {
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1
}

.difference-item:nth-child(odd) .difference-bg-wrap {
    left: 50%
}

.difference-item:nth-child(even) .difference-bg-wrap {
    right: 50%
}

.difference-item:nth-child(odd) .difference-bg {
    margin: 0 auto 0 0
}

.difference-item:nth-child(even) .difference-bg {
    margin: 0 0 0 auto
}

.difference-subttl {
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.5
}

.difference-subttl .mark {
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 1.5;
    font-weight: bold
}

.difference-subttl span.big {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.difference-sublead {
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2
}

@media screen and (max-width:767px) {
    .difference {
        margin-bottom: 40px
    }
    .difference-body {
        padding-top: 35px
    }
    .difference-item {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 30px 0 0
    }
    .difference-img-wrap {
        width: 100%;
        padding: 0 25px 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .difference-img {
        width: 100%
    }
    .difference-contents {
        width: 100%;
        padding: 0 50px 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .difference-item:nth-child(even) .difference-contents {
        padding: 0 25px 40px
    }
    .difference-sublead {
        padding-top: 15px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) {
    .difference-item:nth-child(even) .difference-contents {
        background-image: background-size:cover
    }
}

@media screen and (max-width:480px) {
    .difference {
        padding-bottom: 12.5vw;
        margin: 0
    }
    .difference-ttl span:not(.nowrap) {
        font-size: 15px;
        font-size: 4.6875vw
    }
    .difference-ttl {
        font-size: 20px;
        font-size: 6.25vw;
        padding: 0
    }
    .difference-lead {
        padding-top: 3.125vw;
        font-size: 12px;
        font-size: 3.75vw;
        line-height: 1.6;
        margin-bottom: 6vw
    }
    .difference-lead-name {
        font-size: 24px;
        font-size: 3.75vw
    }
    .difference-body {
        padding-top: 0
    }
    .difference-item:nth-child(odd) .difference-contents {
        padding: 0 7.8125vw 6.25vw
    }
    .difference-item:nth-child(even) .difference-contents {
        padding: 0 7.8125vw 6.25vw
    }
    .difference-img-wrap {
        padding: 0 25px 40px
    }
    .difference-subttl {
        font-size: 40px;
        font-size: 6.25vw
    }
    .difference-subttl span:not(.nowrap) {
        padding-top: 3.125vw
    }
    .difference-sublead {
        font-size: 22px;
        font-size: 3.4375vw
    }
}

.fee {
    padding: 40px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(65%, #000), color-stop(65%, #e3e3e3), to(#e3e3e3));
    background: -webkit-linear-gradient(top, #000 0%, #000 65%, #e3e3e3 65%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #000 0%, #000 65%, #e3e3e3 65%, #e3e3e3 100%);
    background: linear-gradient(180deg, #000 0%, #000 65%, #e3e3e3 65%, #e3e3e3 100%);
    color: #fff
}

.fee-inner {
    max-width: 1080px;
    padding: 50px 60px;
    margin: 0 auto;
    background-color: #b60005
}

.fee-ttl {
    padding-bottom: 50px;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.fee-ttl span:not(.nowrap) {
    padding-left: 10px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.fee-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fee-item {
    position: relative
}

.fee-item:first-child {
    width: 33.4%;
    max-width: 320px;
    border: 1px solid #fff
}

.fee-item:last-child {
    width: 52.1%;
    max-width: 500px
}

.fee-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.fee-item-icon:before {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.fee-subttl {
    padding: 15px;
    background-color: #fff;
    color: #b60005;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1
}

.fee-info {
    padding: 25px 30px
}

.fee-desc {
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6
}

.fee-price {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    font-size: 72px;
    font-size: 7.2rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 1
}

.fee-price span:not(.nowrap) {
    padding-left: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.9
}

.fee-note {
    line-height: 1.6
}

.fee-col-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.fee-col-item {
    border: 1px solid #fff
}

.fee-col-item:first-child {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px
}

.fee-subttl-month {
    display: table-cell;
    width: 140px;
    padding: 15px;
    background-color: #fff;
    color: #b60005;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle
}

.fee-col-info {
    display: table-cell;
    width: 100%;
    padding: 10px 30px 5px
}

.fee-price-month {
    padding-bottom: 18px;
    padding-top: 18px;
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 1
}

.fee-price-month span:not(.nowrap) {
    padding-left: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.9
}

.fee-subttl-option {
    padding: 8px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold
}

.fee-row-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 10px 0
}

.fee-row-item {
    width: 50%;
    padding: 5px 0 0
}

.fee-row-item:first-child {
    border-right: 1px solid #fff
}

.fee-desh-option {
    padding-bottom: 2px;
    font-size: 18px;
    font-size: 1.8rem
}

.fee-price-option {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 1
}

.fee-price-option span:not(.nowrap) {
    padding-left: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.9
}

.fee-attention-list {
    padding-top: 25px;
    padding-left: 20px
}

.fee-attention-item {
    position: relative;
    padding-left: 1.5em;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left
}

.fee-attention-item.special {
    color: #ff0;
    font-size: 1.8rem
}

.fee-attention-item:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0
}

.fee-attention-item.special:before {
    color: #ff0;
    font-size: 1.8rem
}

.fee-note {
    font-size: 13px;
    font-size: 1.3rem
}

@media screen and (max-width:1100px) {
    .fee-inner {
        padding: 40px
    }
    .fee-item:first-child {
        width: 35%
    }
    .fee-item:last-child {
        width: 55%
    }
    .fee-info {
        padding: 25px 20px
    }
    .fee-col-info {
        padding: 10px 20px 5px
    }
}

@media screen and (max-width:1000px) {
    .fee-item-icon:before {
        font-size: 20px;
        font-size: 2rem
    }
    .fee-item:last-child {
        width: 53%
    }
    .fee-info {
        padding: 25px 15px
    }
    .fee-subttl {
        font-size: 18px;
        font-size: 1.8rem
    }
    .fee-desc {
        font-size: 18px;
        font-size: 1.8rem
    }
    .fee-price {
        font-size: 60px;
        font-size: 6rem
    }
    .fee-price span:not(.nowrap) {
        font-size: 18px;
        font-size: 1.8rem
    }
    .fee-note {
        font-size: 12px;
        font-size: 1.2rem
    }
    .fee-subttl-month {
        width: 120px;
        font-size: 18px;
        font-size: 1.8rem
    }
    .fee-price-month {
        font-size: 36px;
        font-size: 3.6rem
    }
    .fee-price-month span:not(.nowrap) {
        font-size: 18px;
        font-size: 1.8rem
    }
    .fee-subttl-option {
        font-size: 18px;
        font-size: 1.8rem
    }
    .fee-desh-option {
        font-size: 16px;
        font-size: 1.6rem
    }
    .fee-price-option {
        font-size: 28px;
        font-size: 2.8rem
    }
    .fee-price-option span:not(.nowrap) {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media screen and (max-width:767px) {
    .fee {
        padding-top: 0
    }
    .fee-list {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .fee-item {
        margin: 20px 0
    }
    .fee-item:first-child {
        width: 100%;
        max-width: 100%
    }
    .fee-item:last-child {
        width: 100%;
        max-width: 100%
    }
    .fee-ttl {
        padding-bottom: 30px
    }
    .fee-info {
        padding: 15px
    }
    .fee-col-item:first-child {
        display: block;
        margin-bottom: 20px
    }
    .fee-subttl-month {
        display: block;
        width: 100%
    }
    .fee-col-info {
        display: block;
        width: 100%;
        padding: 15px
    }
    .fee-attention-list {
        padding-top: 5px
    }
}

@media screen and (max-width:480px) {
    .fee {
        padding: 0 4.6875vw 20px
    }
    .fee-inner {
        padding: 7.8125vw 4.6875vw
    }
    .fee-ttl span:not(.nowrap) {
        padding-left: 5px;
        font-size: 12px;
        font-size: 3.75vw
    }
    .fee-ttl {
        padding-bottom: 15px;
        font-size: 15px;
        font-size: 4.6875vw
    }
    .fee-item {
        margin: 15px 0
    }
    .fee-subttl {
        padding: 10px;
        font-size: 28px;
        font-size: 4.375vw
    }
    .fee-desc {
        font-size: 28px;
        font-size: 4.375vw
    }
    .fee-price {
        font-size: 90px;
        font-size: 14.0625vw
    }
    .fee-price span:not(.nowrap) {
        font-size: 25px;
        font-size: 3.90625vw
    }
    .fee-note {
        font-size: 20px;
        font-size: 3.125vw
    }
    .fee-subttl-month {
        padding: 10px;
        font-size: 28px;
        font-size: 4.375vw
    }
    .fee-desh-month {
        font-size: 28px;
        font-size: 4.375vw
    }
    .fee-price-month {
        font-size: 50px;
        font-size: 7.8125vw
    }
    .fee-price-month span:not(.nowrap) {
        font-size: 25px;
        font-size: 3.90625vw
    }
    .fee-subttl-option {
        padding: 10px;
        font-size: 28px;
        font-size: 4.375vw
    }
    .fee-desh-option {
        font-size: 24px;
        font-size: 3.75vw
    }
    .fee-price-option {
        font-size: 38px;
        font-size: 5.9375vw
    }
    .fee-price-option span:not(.nowrap) {
        font-size: 18px;
        font-size: 2.8125vw
    }
    .fee-item-icon {
        font-size: 30px;
        font-size: 4.6875vw
    }
    .fee-item-icon:before {
        font-size: 30px;
        font-size: 4.6875vw
    }
    .fee-attention-list {
        padding-left: 0;
        font-size: 20px;
        font-size: 3.125vw
    }
    .fee-attention-item {
        line-height: 1.8
    }
}

.flow {
    background-color: #e3e3e3
}

.flow-ttl {
    padding: 0 10px;
    color: #636363;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1150px;
    padding: 60px 0 65px;
    margin: 0 auto
}

.flow-item {
    position: relative;
    width: 230px
}

.flow-item:not(:last-child)::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    font-size: 30px;
    font-size: 3rem;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

.flow-subttl-wrap {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    align-items: flex-end;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    text-align: center
}

.flow-item:nth-child(3) .flow-subttl-wrap,
.flow-item:nth-child(4) .flow-subttl-wrap {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3));
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3))
}

.flow-item:first-child .flow-subttl-wrap:after,
.flow-item:last-child .flow-subttl-wrap:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    width: 100%;
    height: 16px;
    background-color: #000;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.flow-item:nth-child(2) .flow-subttl-wrap:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    width: 100%;
    height: 16px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.flow-item:nth-child(3) .flow-subttl-wrap:after,
.flow-item:nth-child(4) .flow-subttl-wrap:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 16px 100px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .flow-item:nth-child(3) .flow-subttl-wrap {
        box-shadow: 0 8px 16px -3px rgba(0, 0, 0, .2)
    }
    *::-ms-backdrop,
    .flow-item:nth-child(4) .flow-subttl-wrap {
        box-shadow: 0 8px 16px -3px rgba(0, 0, 0, .2)
    }
}

_::-webkit-full-page-media,
_:future,
:root .flow-item:nth-child(3) .flow-subttl-wrap {
    box-shadow: 0 8px 16px -3px rgba(0, 0, 0, .1);
    -webkit-filter: drop-shadow(2px 0 5px rgba(0, 0, 0, .15))
}

_::-webkit-full-page-media,
_:future,
:root .flow-item:nth-child(4) .flow-subttl-wrap {
    box-shadow: 0 8px 16px -3px rgba(0, 0, 0, .1);
    -webkit-filter: drop-shadow(2px 0 5px rgba(0, 0, 0, .15))
}

.flow-subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 145px;
    padding-bottom: 15px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7
}

.flow-item:first-child .flow-subttl {
    background-color: #000;
    color: #fff
}

.flow-item:last-child .flow-subttl {
    background-color: #000;
    color: #fff
}

.flow-desc {
    display: block;
    color: #636363;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7
}

.flow-item:first-child .flow-desc {
    color: #fff
}

.flow-item:nth-child(3) .flow-desc,
.flow-item:nth-child(4) .flow-desc {
    font-weight: bold
}

.flow-item:last-child .flow-desc {
    color: #fff
}

.flow-attention-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1130px;
    padding-bottom: 60px;
    margin: 0 auto
}

.flow-attention-item {
    position: relative;
    width: 50%;
    padding: 0 25px;
    color: #636363;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left
}

.flow-attention-list2 {
    margin-left: 25px
}

.flow-attention-list2 li {
    padding-left: 0;
    text-indent: -.5em;
    margin-bottom: 5px
}

@media screen and (max-width:1000px) {
    .flow-item {
        width: 22vw
    }
    .flow-item:not(:last-child)::after {
        font-size: 28px;
        font-size: 2.8vw
    }
    .flow-subttl-wrap {
        width: 15vw;
        height: 15vw
    }
    .flow-subttl {
        height: 13.5vw;
        padding-bottom: 1.5vw;
        font-size: 18px;
        font-size: 1.8rem
    }
    .flow-desc {
        font-size: 13px;
        font-size: 1.3rem
    }
    .flow-attention-item {
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .flow-list {
        padding: 20px 0;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .flow-item {
        width: 240px;
        padding: 30px 0;
        margin: 0 auto
    }
    .flow-item:not(:last-child)::before {
        display: none
    }
    .flow-item:not(:last-child)::after {
        content: '';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg)
    }
    .flow-item:first-child .flow-subttl-wrap:after,
    .flow-item:nth-child(2) .flow-subttl-wrap:after,
    .flow-item:last-child .flow-subttl-wrap:after {
        height: 30px
    }
    .flow-item:nth-child(3) .flow-subttl-wrap:after,
    .flow-item:nth-child(4) .flow-subttl-wrap:after {
        border-width: 0 240px 30px 240px
    }
    .flow-item:not(:last-child)::after {
        font-size: 30px;
        font-size: 3rem
    }
    .flow-subttl-wrap {
        width: 240px;
        height: 240px
    }
    .flow-subttl {
        height: 210px;
        padding-bottom: 30px;
        font-size: 24px;
        font-size: 2.4rem
    }
    .flow-desc {
        font-size: 24px;
        font-size: 2.4rem
    }
    .flow-attention-list {
        padding-bottom: 20px;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .flow-attention-item {
        padding: 0 30px;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media screen and (max-width:480px) {
    .flow-ttl {
        font-size: 30px;
        font-size: 4.6875vw
    }
    .flow-list {
        padding: 3.125vw 0 1.5625vw
    }
    .flow-item {
        width: 37.5vw;
        padding: 4.6875vw 0
    }
    .flow-item:not(:last-child)::after {
        font-size: 45px;
        font-size: 7.03125vw
    }
    .flow-subttl-wrap {
        width: 37.5vw;
        height: 37.5vw
    }
    .flow-subttl {
        height: 32.8125vw;
        padding-bottom: 4.6875vw;
        font-size: 30px;
        font-size: 4.6875vw
    }
    .flow-desc {
        font-size: 23px;
        font-size: 3.59375vw
    }
    .flow-attention-item {
        font-size: 13px;
        font-size: 2.8125vw;
        padding: 0 2.8125vw
    }
}

.contact {
    padding: 95px 0 40px
}

.contact-ttl {
    padding: 0 10px;
    color: #636363;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.contact-lead {
    padding: 30px 10px 0;
    color: #636363;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2
}

.contact-lead-name {
    padding-right: 5px;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.contact-sublead {
    margin-bottom: 30px;
    line-height: 1.5
}

@media screen and (max-width:480px) {
    .contact {
        padding-top: 6.1875vw
    }
    .contact-sublead {
        margin-bottom: 10px
    }
    .contact-ttl {
        font-size: 30px;
        font-size: 4.6875vw
    }
    .contact-lead {
        padding-top: 3.125vw;
        font-size: 24px;
        font-size: 3.75vw
    }
    .contact-lead-name {
        font-size: 24px;
        font-size: 3.75vw
    }
}

.contact-form {
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto
}

.contact-radio-button {
    margin: 30px 0 50px
}

.contact-block {
    display: flex;
    justify-content: center;
    font-size: 15px;
    max-width: 1060px;
    padding: 0 10px
}

.contact-basis-sub-ttl {
    font-weight: bold
}

.contact-basis {
    text-align: left;
    width: 50%
}

.contact-shooting {
    text-align: left;
    padding-left: 20px;
    width: 50%
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    input[type="radio"] {
        display: none
    }
}

.contact-radio-button {
    font-size: 20px;
    font-weight: bold;
    color: #000
}

.contact-basis-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-bottom: 30px
}

.contact-shooting-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-bottom: 30px
}

.contact-block-required {
    font-size: 11px;
    padding-left: 10px;
    color: #000;
    font-weight: normal
}

.contact-note {
    padding-left: 10px;
    font-weight: normal
}

.contact-radio-application {
    margin-left: 20px
}

.contact-radio {
    display: none
}

.contact-radio-button .wpcf7-list-item-label {
    padding-left: 15px;
    position: relative;
    margin-right: 30px
}

.contact-radio-button .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-color: #ececec
}

.contact-radio-button input:checked+.contact-radio-button .wpcf7-list-item-label {
    color: #000
}

.contact-radio-button input:checked+.wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -10px;
    width: 10px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #00bfff;
    border-right: 3px solid #00bfff
}

.contact-radio-button input:checked+.wpcf7-list-item-label::after .contact- {
    padding-top: 40px
}

.contact-frame {
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    height: 35px;
    font-size: 15px;
    margin: 5px 0 20px 0;
    background-color: #ececec;
    border-width: 0;
    border-style: inset;
    border-color: initial;
    border-image: initial
}

.contact-form .contact-select {
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    width: 480px;
    max-width: 100%;
    height: 35px;
    font-size: 15px;
    padding: 8px 20px;
    margin: 10px 0 20px 0;
    color: #636363;
    background-color: #ececec;
    border-width: 0;
    border-style: inset;
    border-color: initial;
    border-image: initial
}

.other {
    margin: 0 auto 40px;
    width: 50%;
    text-align: left;
    padding: 0 5px
}

.select-wrap {
    position: relative;
    margin: 5px 0 20px 0
}

.other-textarea {
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    width: 1000px;
    max-width: 100%;
    height: 180px;
    font-size: 15px;
    text-align: left;
    margin: 10px 0 0 0;
    background-color: #ececec;
    border-width: 0;
    border-style: inset;
    border-color: initial;
    border-image: initial
}

.form-textarea {
    width: 970px;
    max-width: 101%;
    height: 170px
}

.other-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #636363
}

.contact-basis-block {
    color: #636363
}

input {
    height: 100%;
    padding: 5px;
    color: #636363
}

.contact-form .form-textarea {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #636363
}

.select-wrap {
    position: relative
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translate(0, -50%);
    content: "";
    font-family: "Flaticon";
    line-height: 43px;
    line-height: 1;
    color: #7f878c;
    pointer-events: none
}

select {
    outline: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #828c9a;
    width: 100%;
    border-radius: 3px
}

select option {
    background-color: #fff;
    color: #333
}

select::-ms-expand {
    display: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a
}

.select-wrap.select-primary:before {
    color: #000
}

.select-wrap.select-primary select {
    background: #ececec;
    color: #636363;
    height: 35px;
    font-size: 15px;
    padding: 8px 20px;
    max-width: 100%;
    border-color: #ececec;
    line-height: 1
}

.select-wrap.select-primary select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff
}

.select-wrap.select-inverse:before {
    color: #fff
}

.select-wrap.select-inverse select {
    color: #fff;
    border-color: #fff
}

.select-wrap.select-inverse select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff
}

@media screen and (min-width:481px) and (max-width:767px) {
    .contact-radio-button {
        font-size: 22px
    }
    .contact-basis {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding: 10px
    }
    .select-wrap.select-primary select {
        font-size: 15px;
        width: 100%
    }
    .other {
        width: 100%
    }
    .other-ttl {
        font-size: 18px
    }
}

@media screen and (max-width:480px) {
    .contact-block {
        display: inline;
        font-size: 15px;
        max-width: 1060px;
        padding: 0 10px
    }
    .contact-basis {
        max-width: 100%;
        margin: 0 auto;
        padding: 0
    }
    .contact-basis-block {
        font-size: 14px
    }
    input[type="text"],
    input[type="number"],
    select,
    textarea {
        font-size: 24px
    }
    .contact-basis {
        width: 100%;
        padding: 0 5px
    }
    .contact-shooting {
        width: 100%;
        padding: 0 10px
    }
    .contact-frame {
        height: 40px
    }
    .select-wrap.select-primary select {
        height: 40px;
        padding: 8px 10px;
        font-size: 14px
    }
    .other {
        width: 100%
    }
    .other-textarea {
        height: 125px
    }
    .other-ttl {
        font-size: 14px
    }
    .other-ttl {
        font-size: 14px
    }
    .contact-shooting-block {
        font-size: 14px
    }
}

_::-webkit-full-page-media,
_:future,
:root .contact-form .wpcf7-form-control-wrap {
    display: block
}

.contact-form .h-btn-wrap {
    text-align: center
}

.contact-form .h-btn {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    max-width: 800px;
    height: 60px;
    margin: 0 auto;
    border-radius: 2px;
    border: 2px solid #b60005;
    background-color: #b60005;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.contact-form .h-btn:hover {
    background-color: #fff;
    color: #b60005;
    opacity: 1;
    filter: alpha(opacity=100)
}

.contact-form .h-btn-scale {
    overflow: hidden;
    outline: none;
    z-index: 2
}

.contact-form .h-btn-scale::before,
.contact-form .h-btn-scale::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contact-form .h-btn-scale::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.contact-form .h-btn-scale:hover::after {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact-form .h-btn-scale[data-status="is-current"] {
    color: #fff
}

.contact-form .h-btn-scale[data-status="is-current"]::after {
    background: #b60005;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact-form .h-btn-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;

    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.contact-form .contact-sublead {
    margin-bottom: 30px
}

@media screen and (max-width:760px) {
    .contact-form .h-btn {
        font-size: 1.5rem
    }
}

.invisible {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}

.visible {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    filter: alpha(opacity=100)
}

.js-fadein {
    display: none
}

.is-footer-fixed {
    height: 100%
}

.js-object-fit {
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.no-scroll {
    overflow: hidden;
    height: auto
}

.no-scroll-footer-fixed {
    overflow: hidden;
    height: 100%
}

.nowrap {
    display: inline-block;
    white-space: nowrap
}

.is-tab-only-show {
    display: none
}

.is-tab-only-hide {
    display: block
}

.is-tab-show {
    display: none
}

.is-pc-show {
    display: block
}

.is-sp-show {
    display: none
}

.is-sp-s-show {
    display: none
}

.is-sp-s-hide {
    display: block
}

@media screen and (max-width:1024px) {
    .is-desk-show {
        display: block
    }
    .is-desk-hide {
        display: none
    }
    .is-desk-show-ib {
        display: inline-block
    }
}

@media screen and (max-width:900px) {
    .is-ph-only-show {
        display: none
    }
    .is-tab-hide {
        display: none
    }
    .is-tab-show {
        display: block
    }
}

@media screen and (max-width:767px) {
    .is-sp-hide {
        display: none
    }
    .is-sp-show {
        display: block
    }
    .is-pc-show {
        display: none
    }
}

@media screen and (max-width:320px) {
    .is-sp-s-show {
        display: block
    }
    .is-sp-s-hide {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:900px) {
    .is-tab-only-show {
        display: block
    }
    .is-tab-only-hide {
        display: none
    }
}

.is-vertical-writing {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

.hamburger {
    padding-left: 10px
}

.sidebar {
    padding: 20px;
    margin: 0
}

.sidebar>li {
    list-style: none;
    margin-bottom: 20px
}

.sidebar a {
    text-decoration: none
}

.close-sidebar {
    font-size: 1.5em;
    padding-left: 5px;
    padding-top: 5px
}
.contents-section--company {
    position: relative;
    padding: 50px;
}


.bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bnr__list {
    width: 25%;
    margin-left: 50px;
}
/* 
.bnr__list {
    width: 20%;
    margin: 20px;
}
*/ 
.tit-section01 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
}
@media screen and (max-width:767px) {
        .contents-section--company {
              position: relative;
               padding: 50px 0;
            }
            .bnr {
                    width: 100%;
                   margin: 0;        
             }           
            .bnr__list {
                 width: 40%;
                margin: 10px auto;
               }   
}

#jirei_img {
    margin-bottom: 48px;
    height: 140px;
    padding: 16px 0 16px;
    background: url(../images/vr360/jirei_bg_visual.png) center top no-repeat;
    background-size: cover
}
#jirei_img .in {
    margin: 30px auto 0;
    vertical-align: middle;
    width: 1200px;
    max-width: calc(100% - 140px);
}
.in h1 {
    font-feature-settings: "palt";
    font-weight: 600;
    line-height: 0.8;
    text-align: left;
    color: #fff;
    font-size: 4rem
}
.in h1 span {
    font-size: 1.4rem;
    font-weight: normal;
}
.column {
    background: rgba(0,0,0,0.0);
    border-radius: 0;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.jrei_content {
    align-content: flex-start;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    padding: 80px 0px 80px 0px;
    width: 100%;
    max-width: 100%;
}
.jrei_inner{
    background: rgba(0,0,0,0.0);
    border-radius: 0;
    display: flex;
    height: auto;
    margin: 0px 70px 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0 0 0 0;
    width: 1200px;
    max-width: calc(100% - 140px);
}
.jrei_txtarea {
    align-content: center;
    align-items: center;
    flex: none;
    height: 100%;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px 0px 0px 0px;
    width: 35%;
    max-width: 35%;
}
.jrei_txtarea .logo{
    flex: none;
    height: auto;
    margin: 0px auto 30px;
    width: 160px;
    max-width: 100%;
}
.jrei_txtarea_inner {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.Com_name {
    color: #333;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.Industry {
    color: #333;
    display: flex;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    margin: 5px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.j_txt {
    color: #333333;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 12px;
    font-weight: 300;
    height: auto;
    line-height: 1.6;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.j_name_area {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 45px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.j_dep{
    color: #333;
    font-family: 'Noto Sans JP';
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
.j_name {
    color: #333;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin: 4px 0px 0px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
.jirei_pre {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    flex: none;
    height: 100%;
    margin: 0px 0px 0px 60px;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px 0px 0px;
    width: calc(65% - 60px);
    max-width: calc(65% - 60px);
}

.jirei_img {
    border-radius: 20px;
    display: flex;
    flex: none;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.sd {
    max-width: 100%;
    z-index: 0;
    pointer-events: all;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    flex: none;
}
.column {
    background: rgba(0,0,0,0.0);
    border-radius: 0;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.icon, .text {
    display: -webkit-flex;
    /* display: flex; */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: visible;
    word-break: break-word;
    word-wrap: anywhere;
}
.interview_titarea{
    align-content: center;
    align-items: center;
    background: rgba(0,0,0,0.0);
    border-radius: 0px;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 70px 60px;
    padding: 70px 0px 0px 0px;
    width: 1200px;
    max-width: calc(100% - 140px);
}
.interview_titarea_inner {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
}
.tit_l {
    bottom: auto;
    color: #f2f2f2;
    flex: none;
    font-size: 14rem;
    font-weight: 700;
    height: 98px;
    left: 5px;
    line-height: 0.8;
    margin: 0 0 0 0;
    position: absolute;
    text-align: left;
    top: -50px;
    width: auto;
    z-index: 0;
    max-width: 100%;
    justify-content: flex-start;
}
.tit_t{
    color: #333;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0px 0px 5px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.tit_txt{
    color: #333;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 3.2rem;
    font-weight: 700;
    height: auto;
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.h3c {
    color: #666;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 5.2rem;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    margin: 30px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    justify-content: flex-start;
}
.tit_read {
    color: #333333;
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    margin: 10px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.article_column {
    background: rgba(0,0,0,0.0);
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px 0px 80px 0px;
    width: 100%;
    max-width: 100%;
}
.interview_area {
    flex: none;
    font-family: 'Noto Sans JP';
    font-size: 4.0rem;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    margin: 30px 0px 0px 0px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}
.interview_area_inner {
    align-content: center;
    align-items: center;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
}
.interview_img {
    margin: 0 auto;
}
.inter_h4area {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.inter_h4 {
    color: #b60005;
    border-radius: 0;
    flex: 1;
    font-family: 'Noto Sans JP';
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 0px 10px;
    padding: 0 0 0 0;
    text-align: left;
    width: auto;
    max-width: calc(100% - 10px);
    justify-content: flex-start;
    position: relative;
  padding-left: 25px;
}
.inter_h4:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #ccc;
  }
.inter_h4:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px #ccc;
  }
.interview {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    border-radius: 0;
    flex: none;
    margin: 0px 0px 30px 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.interview h5 {
    color: #333333;
    flex: 1;
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.6;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0 0;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
.interview_comment {
    max-width: 100%;
    z-index: 0;
    pointer-events: all;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    flex: none;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
.in_name{
    max-width: 100%;
    z-index: 0;
    pointer-events: all;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    flex: none;
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 50px;
    max-width: 100%;
}
.in_name .img{
    border-radius: 10px;
    flex: none;
    height: 50px;
    margin: 0px 0px 0px 0px;
    width: 50px;
    max-width: 100%;
    position: relative;
}
.img:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    z-index: -2;
    pointer-events: none;
    background-size: cover;
    background-position: 50%;
    transition: inherit;
}
.aoshima .in_name .img::before {
    background-image: url(../images/vr360/tokunaga.png);
}
.in_name .name {
    background: rgba(0,0,0,0.0);
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 2px 0px 0px 0px;
    padding: 0 0 0 0;
    text-align: left;
    justify-content: flex-start;
}
.interview_comment p {
    border-radius: 0;
    color: #333333;
    flex: 1;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
    margin: 0px 0px 0px 15px;
    padding: 0 0 0 0;
    text-align: left;
    width: auto;
    max-width: calc(100% - 15px);
    justify-content: flex-start;
}
.intro-btn {
    margin: 35px 0;
    position: relative;
}
.intro-btn a {
    display: block;
    margin: 0 auto;
    height: 70px;
    max-height: 70px;
    width: 570px;
    padding-right: 30px;
    line-height: 70px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    text-indent: -4vw;
    background-size: 20px;
    border: 3px solid #27a727;
    background-color: #289113;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
}
.intro-bdash-mock {
    display: inline-block;
    width: 130px;
    position: absolute;
    transform: translate(30px, -55px);
    z-index: 2;
}
@media (max-width: 768px) {
    .category-visual__image-inner .btn_area {
        display: block;
    }
    .intro-util {
        margin: 30px 0;
    }
    .intro-btn a {
        height: 15vw;
        padding-right: 20px;
        text-indent: -12vw;
        font-size: 4vw;
        max-width: 90%;
    }
    .intro-bdash-mock {
        transform: translate(20px, -20px);
        width: 18vw;
    }
}
.caseStudy_column {
    padding: 50px;
    display: flex;
}
.caseStudy_column .caseStudy_imgarea {
    width: 10%;
}
.caseStudy_column .text_area {
    width: 40%;
    padding: 0 30px;
}
.caseStudy_column .text_area h1 {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.caseStudy-form {
    width: 50%;
}
#formcolourid {
max-width:100%;
}
.caseStudy_column .caseStudy_imgarea img.alignnone {
    border: 1px solid #999;
}

@media screen and (max-width:767px) {
    .jirei_pre {
        margin: 0px 0px 25px 0px;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 25px);
    }
    #jirei_img .in {
        margin: 30px;
        flex: none;
        max-width: calc(100% - 40px);
    }
    #jirei_img .in h1{
        font-size: 2.6rem;
    }
    .jrei_content {
        padding: 20px 0 80px 0;
    }
    .jrei_inner {
        display: block;
        align-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0px 20px 0px;
        max-width: calc(100% - 40px);
    }
    .jrei_txtarea {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
    .jrei_txtarea .logo {
        flex: none;
        margin: 0 auto 20px;
        width: 130px;
        max-width: 100%;
        text-align: center;
    }
    .interview_titarea {
        margin: 0px 20px 40px;
        padding: 20px 0px 0px 0px;
        max-width: calc(100% - 40px);
    }
    .tit_l {
        bottom: auto;
        font-size: 7.0rem;
        height: 70px;
        top: -20px;
        max-width: 100%;
    }
    .h3c {
        font-size: 2.0rem;
    }
    .article_column {
        padding: 0px 0px 50px 0px;
    }
    .interview_area {
        margin: 0px 20px 0px;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
    .interview_area_inner {
        margin: 20px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
    }
    .inter_h4 {
        font-size: 1.8rem;
    }
    .h3c {
        margin-bottom: 10px;
    }
}

