@charset 'utf-8';
/*
Theme Name: リプルクリエイト
Version: 1.0.0
*/

/* style.css */

@media screen and (max-width: 768px) {
    .sp-hide {
      display: none!important;
    }
  }
  
  @media screen and (min-width: 769px) {
    .pc-hide {
      display: none!important;
    }
  }
  @media screen and (max-width: 1280px) {
.kyoka-text {
  display: none;
}
}

/*reset*/
/*******************************************************************/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: bolder
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[class*=up-ofi] {
    height: 100%
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle
}

i {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

ul,
ol {
    list-style: none
}

i {
    font-style: normal
}

a {
    color: #222;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
}

a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

*:focus {
    outline: none;
}

/*LAYOUT*/
/*******************************************************************/
html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

[data-element-id] body {
    font-size: 16px;
}

#container {
    width: 100%;
    ovestyle.cssrflow: hidden;
}

i,
time,
.deco,
.faq dt::before,
.faq dd::before {
    font-family: 'Montserrat', sans-serif;
    line-height: 1 !important;
}


/*HEADER*/
/*******************************************************************/
#header h1 {
    width: 100%;
    font-size: 12px;
    padding: 5px 0 5px 35px;
}

.header-cmn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    /* padding: 0 35px; */
    width: 100%;
    background: #FFF;
    z-index: 10001;
}

[data-element-id].header-cmn {
    margin-top: 40px
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    z-index: 10001;
    background: #fff;

    /*     
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.09); */

}

#result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    white-space: nowrap;
}

#result dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin: 8px;
    background: url(/upload/tenant_1/039716a3382df32d4e6436888294e6c2.png) center no-repeat;
    background-size: 100% auto;
    font-size: 1.2rem;
    font-weight: 700;
    color: #60470F;
}

#result dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
}

#result dd i {
    font-size: 2.9rem;
    color: #AC8121;
}

@media only screen and (min-width: 1281px) {
    #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        white-space: nowrap;
    }



    #nav .nav-inner>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #nav .nav-inner>ul>li {
        position: relative;
        margin-left: 1.6vw;
        padding: 10px 0;
    }

    #nav .nav-inner>ul>li>a {
        position: relative;
        display: block;
        padding: 10px 0;
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
    }

    #nav .nav-inner>ul>li>a::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 3px;
        background: #EC5312;
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out;
    }

    #nav .nav-inner>ul>li>a:hover {
        opacity: 1;
    }

    #nav .nav-inner>ul>li:hover>a::after {
        width: 100%;
        right: auto;
        left: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    #nav ul ul {
        /* pointer-events: none; */
        /* opacity: 0; */
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;
        min-width: 230px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
    }

    #nav ul ul li:not(:first-child) {
        border-top: 1px solid rgba(51, 51, 51, .9);
    }

    #nav ul ul li a {
        display: block;
        padding: 12px 24px;
        background: rgba(0, 0, 0, .9) url(/upload/tenant_1/e17511c656a0b383ba04ebd1666539f3.png) right 16px center no-repeat;
        font-size: 1.5rem;
        color: #FFF;
    }

    #nav ul>.dropdown:hover ul {
        pointer-events: auto;
        opacity: 1;
        z-index: 11;
    }

    #open {
        display: none !important;
    }
}


/*FOOTER*/
/*******************************************************************/
#column {
    padding: 96px 4.8vw;
    position: relative;
}

#column .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    position: relative;
    z-index: 1;
}

#column li {
    width: 40%;
}

#column li:not(:first-child) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #D3D3D3;
}

#column h3 {
    font-size: 2rem;
}

#column figure {
    margin: 24px;
}

#column .tel {
    font-size: 1.5rem;
    font-weight: 500;
}

#column .tel a {
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 48px;
    background: url(/upload/tenant_1/7eb5ca8b4a5feb074e4102c9d07e4dea.png) left center no-repeat;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 00.8;
    color: #FFF;
}

#column .btn {
    margin-top: 0;
}

#column .btn a {
    max-width: 375px;
    font-size: 1.9rem;
}

#info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(1200px + 9.6vw);
    margin: 0 auto;
    padding: 64px 4.8vw;
}

#info .info {
    width: 44%;
}

#info .info p {
    padding: 24px 0;
}

#info .info dt {
    clear: left;
    float: left;
    padding: 16px 0;
}

#info .info dd {
    padding: 16px 0 16px 140px;
    border-bottom: 1px solid #E0E0E0;
    color: #666;
}

#info .info dd:last-of-type {
    border-bottom: none;
}

#info .map {
    width: 52%;
    position: relative;

}


#info .map .btn {
    margin-top: 24px;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100
}

#pagetop a {
    margin-left: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    background: #EC5312;
    color: #FFF;
}

#pagetop a i {
    display: block;
    padding-bottom: 10px;
    background: url(/upload/tenant_1/6968f8b23a30e67053fb51e7898310da.png) center top no-repeat;
    background-size: contain;
    font-size: 12px;
    width: 18px;
    height: 10px;
    font-weight: 700;
}

#footerlink {
    position: relative;
    max-width: calc(1200px + 9.6vw);
    margin: 0 auto;
    padding: 64px 4.8vw 128px;
}

#footerlink nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footerlink nav>ul {
    width: 30%;
}

#footerlink nav>ul>li {

    border-bottom: 1px solid #D5D5D5;
}

#footerlink nav>ul>li a {
    padding: 16px 0;
    display: block;
}

#footerlink nav>ul>li:last-of-type {
    border-bottom: none;
}

#footerlink nav>ul ul {
    padding-top: 16px;
    border-top: 1px solid #D5D5D5;
}

#footerlink nav>ul ul li {
    margin-bottom: 8px;
}

#footerlink nav>ul ul li a {
    display: block;
    padding: 0 0 0 16px;
    background: url(/upload/tenant_1/e17511c656a0b383ba04ebd1666539f3.png) left center no-repeat;
    background-size: 7px auto;
}

#footerlink .sns {
    position: absolute;
    bottom: 128px;
    right: 4.8vw;
}

#footerlink .sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footerlink .sns i {
    margin-right: 8px;
}

#footerlink address {
    display: block;
    padding-top: 64px;
    font-size: 1.2rem;
    font-style: normal;
    color: #959595
}
/* ここからフロート */

#floating {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 7.5px;
    background: #f7d7c9;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .09);
    z-index: 10;
    width: 100%;
  }
  #floating .inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  
  #floating ul.footer-banner-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  #floating ul.footer-banner-wrapper li {
    width: calc(100% / 3 - 10px);
  }
  
  #floating ul {
    display: flex;
    align-items: center;
  }
  
  #floating .tel-item {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
  }
  
  #floating li .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    font-size: 2.9rem;
    font-weight: 700;
  }
  
  #floating li img {
    margin-right: 4px;
  }
  
  #floating li.btn {
    margin: 0 0 0 12px;
  }
  
  #floating li.ab-test {
    max-height: 60px;
  }
  
  #floating li.btn a {
    padding: 16px 32px;
    background-image: none;
    font-size: 1.7rem;
  }
  
  #floating li.btn .test-b a {
    background-color: #1265ec;
    box-shadow: 0 5px 0 #0026fe;
  }
  
  #floating .action {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100px
  }
  
  @media screen and (max-width: 768px) {
    #floating {
      padding: .5em;
    }
  }
  
  #floating .attack-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


/*CONTENTS*/
/*******************************************************************/
article {
    position: relative;
    padding: 96px 4.8vw;
}

article header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 48px;
    text-align: center;
}

article header i {
    position: relative;
    display: block;
    margin-bottom: 16px;
    font-size: 1.7rem;
    font-weight: 900;
    color: #EC5312;
}

article header h2 {
    position: relative;
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.2;
}

article header i+h2::after {
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    margin: 12px auto 0;
    background: url(/upload/tenant_1/f15f76abdf952beefb2d642ced5c7967.png) center no-repeat;
}

article header h2+i {
    margin-top: 8px;
    padding: 24px 0;
    background: url(/upload/tenant_1/f15f76abdf952beefb2d642ced5c7967.png) center top no-repeat;
}

article header p {
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: 500;
}

section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

section.full {
    max-width: initial;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

section.narrow {
    max-width: 1000px;
}

section.vnarrow {
    max-width: 800px;
}

section+header,
section+section {
    margin-top: 96px;
}

section h2 {
    margin-bottom: 24px;
    font-size: 2.8rem;
    font-weight: 800;
}

section h3 {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

section h4 {
    margin-bottom: 16px;
    font-size: 1.8rem;
}

section p {
    line-height: 1.6;
}

section p:not(:last-child) {
    margin-bottom: 24px;
}

figure {
    position: relative;
}

.bg {
    background: #FEF6F2;
}

.bgright::before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    width: 50vw;
    height: 100%;
    background: #FEF6F2;
    z-index: -1;
}

.bgleft::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 50vw;
    height: 100%;
    background: #FEF6F2;
    z-index: -1;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.clear {
    clear: both;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.fr {
    float: right;
    margin: 0 0 24px 24px;
}

.fl {
    float: left;
    margin: 0 24px 24px 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px -40px;
}

.row+* {
    margin-top: 40px;
}

.row>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px 40px;
}

.img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 38%;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.as-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.btn {
    text-align: center;
}

.btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 16px 56px;
    background: #EC5312 url(/upload/tenant_1/18bab971fa6fc70730dd802d2424efe8.png) right 24px center no-repeat;
    background-size: 12px auto;
    border-radius: 5px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    -webkit-box-shadow: 0 5px 0 #C1440F;
    box-shadow: 0 5px 0 #C1440F;
}

.btn a:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: 0 2px 0 #C1440F;
    box-shadow: 0 2px 0 #C1440F;
    opacity: 1;
}

.btn a.min {
    max-width: 237px;
    background-size: 8px auto;
    font-size: 1.5rem;
}

.btn-left {
    text-align: left;
}

.fs11 {
    font-size: 1.1rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs20 {
    font-size: 2rem;
}

.fs24 {
    font-size: 2.4rem;
}

.black {
    font-weight: 800;
}

.orange {
    color: #EC5312;
}

.underline {
    text-decoration: underline;
}

.pt0 {
    padding-top: 0;
}

.sp {
    display: none;
}

[data-element-id].sp {
    display: block;
}

.fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    opacity: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*TOP*/
#mv {
    position: relative;

    padding: 0;
    overflow: hidden;
}

#mv section {
    position: absolute;
    top: 52%;
    left: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #FFF;
}

#mv .top-catch {
    font-size: 2vw;
    /*     font-family: 'Noto Serif JP', serif; */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

#scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*     font-family: 'Noto Serif JP', serif; */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease;
    z-index: 1;
}

#scroll::after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    margin: 12px auto 0;
    background-color: #FFF;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation: scroll 3s cubic-bezier(0.84, 0.09, 0.2, 0.95) infinite;
    animation: scroll 3s cubic-bezier(0.84, 0.09, 0.2, 0.95) infinite;
}

#scroll a {
    display: block;
    font-size: 1.4rem;
    color: #FFF;
    white-space: nowrap;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    25% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    26% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    25% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    26% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

.topreason {
    max-width: 1496px;
}

.topreason .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topreason li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
    margin: 0 2.5% 56px;
}

.topreason li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    margin: 16px 0;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 800;
}

.num {
    position: absolute !important;
    top: -32px;
    left: -56px;
    display: inline-block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 900;
    color: #EC5312;
}

.num span {
    display: block;
    padding-bottom: 16px;
    background: url(/upload/tenant_1/f15f76abdf952beefb2d642ced5c7967.png) center bottom no-repeat;
    font-size: 6.8rem;
}

.topreason li:nth-child(even) .num {
    top: auto;
    bottom: -4px;
}

.topmenu {
    margin: 0;
}

.topmenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 500px;
    margin: 0;
    padding: 5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.topmenu li {
    position: relative;

}


.topmenu li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.topmenu li .tbox {

    position: relative;
    z-index: 1;
}

.topmenu li h3 {
    font-size: 2.3rem;
    font-weight: 800;
    white-space: nowrap;
}

.topmenu li h3 i {
    display: inline-block;
    margin: 0 16px;
    vertical-align: baseline;
    font-size: 8.5rem;
}

.topmenu li .btn {
    margin: 0 0 32px;
    text-align: left
}

.topmenu li.wall .btn a {
    background-color: #FFF;
    background-image: url(/upload/tenant_1/e17511c656a0b383ba04ebd1666539f3.png);
    color: #222;
    -webkit-box-shadow: 0 5px 0 #802D0A;
    box-shadow: 0 5px 0 #802D0A;
}

.topmenu li.wall .btn a:hover {
    -webkit-box-shadow: 0 2px 0 #802D0A;
    box-shadow: 0 2px 0 #802D0A;
}


.case li {
    position: relative;
}

.case figure {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.case figure .cat {
    position: absolute;
    top: -2px;
    left: -2px;
}

.case figure .cat span {
    display: inline-block;
    background: #EC5312
}

.case time {
    display: block;
    margin: 0 0 4px;
    font-weight: 700;
    color: #EC5312;
}

.case p {
    margin-bottom: 16px !important;
    font-weight: bold;
}

.swiper-next,
.swiper-prev {
    position: absolute;
    top: calc(56% - 30px);
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    background: url(/upload/tenant_1/9de7da1665fa9de7221a10f7798ea8fe.png) center no-repeat;
    z-index: 10;
}

.swiper-next {
    right: 28.5%;
}

.swiper-prev {
    left: 28.5%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.works .swiper-slide {
    height: auto;
}

[data-element-id] .swiper-wrapper>* {
    display: flex;
    overflow-x: auto;
}

[data-element-id] .swiper-slide {
    width: 28%;
    margin-right: 30px;
    flex-shrink: 0;
}

.works .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(100% - 84px);
    margin: 0;
    padding: 40px;
    background: #FFF;
    border: 2px solid #EA5424;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.works .row>figure {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 35%;
    max-width: 150px;

}

.works .row>div {
    margin-bottom: 0;
}

.works h3 {
    font-size: 1.8rem;
    color: #EC5312;
}

.works .btn a {
    max-width: 200px;
    padding: 16px;
    text-align: center;
    font-size: 1.5rem;
}

.voice .swiper-slide {
    height: auto;
}

.voice .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(100% - 84px);
    margin: 0;
    padding: 40px;
    background: #FFF;
    border: 2px solid #EA5424;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.voice .row>figure {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
    max-width: 150px;
}

.voice li {
    margin-bottom: 40px;
}

.face {
    padding-top: 100%;
    background: #F4F4F4;
    border-radius: 50%;
    overflow: hidden;
}

.face img {
    border-radius: 50%;
}

.face+figcaption {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}

.voice .row>div {
    margin-bottom: 0;
}

.voice h3 {
    font-size: 1.8rem;
    color: #EC5312;
}

.voice p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.voice .btn a {
    max-width: 240px;
    padding: 16px;
    text-align: center;
    font-size: 1.5rem;
}

.voice img {
    max-width: 480px;
}

.topnews {
    max-width: calc(1200px + 9.6vw);
    margin: 0 auto;
}

.topnews>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topnews>.row>div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 45%;
}

.row.news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.row.news li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: calc(50% - 24px);
    margin: 0 12px 32px;
    padding: 0 0 16px;
}

.row.news li p {
    margin: 8px 0 0;
}

.row.news li p a {
    padding-right: 0;
    background: none;
}

.news {
    max-width: 900px;
    margin: 0 auto;
}

.news li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px;
    border-bottom: 1px solid #D5D5D5;
}

.news li time {
    margin-right: 16px;
    font-size: 1.4rem;
    color: #EC5312;
    white-space: nowrap;
}

.news li .cat {
    white-space: nowrap;
    display: inline-block;
}

.news li .cat a {
    display: inline-block;
    min-width: 104px;
    text-align: center;
    background: #EC5312;
}

.news li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 16px;
}

.news li p a {
    display: block;
    padding-right: 24px;
    background: url(/upload/tenant_1/e17511c656a0b383ba04ebd1666539f3.png) right center no-repeat;
}

.news li p a:hover {
    font-weight: 700;
    color: #EC5312;
    opacity: 1;
}

.faq dt,
.faq dd {
    position: relative;
    padding-left: 36px;
}

.faq dt::before,
.faq dd::before {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #EC5312;
    border-radius: 3px;
    font-weight: 900;
    color: #FFF;
}

.faq dt::before {
    content: 'Q';
    top: 0;
}

.faq dd::before {
    content: 'A';
    top: 16px;
}

.faq dt {
    margin-bottom: 16px;
    font-weight: 700;
}

.faq dd {
    margin-bottom: 24px;
    padding-top: 16px;
    border-top: 1px solid #D3D3D3;
}


/*PAGE*/
#title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 238px;
    background: url(/upload/tenant_1/6dc417bfa9e5da533e95d3f2e48c2aed.jpeg) center no-repeat;
    background-size: cover;
    z-index: 10;
}

#title figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#title figure.fix img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#title i {
    position: relative;
    font-size: 1.7rem;
    font-weight: 900;
    color: #FFF;
}

#title h1 {
    position: relative;
    padding: 16px 0 32px;
    background: url(/upload/tenant_1/96ef2d450ba0bdbb37bdc9b2389d7b65.png) center bottom no-repeat;
    font-size: 3.3rem;
    font-weight: 700;
    color: #FFF;
}

#title ul {
    position: absolute;
    top: calc(100% + 20px);
    left: 30px;
}

#title li {
    display: inline-block;
    font-size: 1.1rem;
    white-space: nowrap;
    line-height: 1;
}

#title li a {
    color: #E94F0D;
}

#title li:not(:first-child)::before {
    content: ' > ';
}

[data-element-id] #title.voice-title {
    height: auto;
}

[data-element-id] #title.voice-title figure {
    position: relative;
}

[data-element-id]#title figure.fix img {
    position: static;
}

.title {
    margin-bottom: 40px;
    padding: 0 0 16px 38px;
    background: url(/upload/tenant_1/f15f76abdf952beefb2d642ced5c7967.png) 14px 10px no-repeat;
    border-bottom: 2px solid #EC5312;
    font-size: 2.4rem;
    font-weight: 800;
}

.subtitle {
    padding-left: 24px;
    background: url(/upload/tenant_1/f15f76abdf952beefb2d642ced5c7967.png) left center no-repeat;
    font-size: 1.8rem;
    font-weight: 800;
}

.youtube {
    position: relative;
    margin-bottom: 24px;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case .cat,
.mainimg .cat {
    position: absolute;
    top: -2px;
    left: -2px;
}

.cat a,
.cat span,
.tag a {
    display: inline-block;
    margin: 2px;
    padding: 4px 8px;
    background: #222;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
}

.tag a {
    background: #FEF6F2;
    color: #EC5312;
}

.cat span {
    background: #EC5312;
}

.half li {
    width: calc(50% - 40px);
}

.article+.article {
    margin-top: 96px;
}

.blog li time {
    display: block;
    margin: 0 0 4px;
    font-weight: 700;
    color: #EC5312;
}

.blog li figure {
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
}

.blog li figure>a {
    display: block;
    margin-bottom: 16px;

}

.blog li figure>a:hover {
    opacity: 1;
}

.blog li .cat {
    position: absolute;
    top: -2px;
    left: -2px;
}

.blog li .cat a {
    display: inline-block;
    background: #EC5312;
}

.menu li .cat {
    width: 100%;
    text-align: center;
}

.menu figure {
    padding-top: 10px;
}

.type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -8px 8px;
    font-size: 1.4rem;
}

.type dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 8px;
    padding: 2px 4px;
    background: #222222;
    font-weight: 500;
    color: #FFF;
}

.type dt:nth-of-type(2) {
    margin-left: 32px;
}

.order li:not(:last-child) figure::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 7%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 17px;
    background: url(/upload/tenant_1/e17511c656a0b383ba04ebd1666539f3.png) center no-repeat;
}

.order li p {
    margin-top: 16px;
}

.orangebox {
    margin-bottom: 16px;
    padding: 32px 70px;
    background: #FEF6F2;
}

.orangebox li {
    margin: 16px 0;
    padding: 4px 0 4px 40px;
    background: url(/upload/tenant_1/521ac4340a6582b11a98fe3b3ff3320d.png) left 4px no-repeat;
    font-size: 1.8rem;
}

.reason figure {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(35% + 50px);
    padding-left: 50px;
}

.reason figure .num {
    left: 0;
}

.reason.reverse figure {
    padding: 0 50px 0 0;
}

.reason.reverse figure .num {
    left: auto;
    right: 0;
}

.serif li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.serif li:not(:first-child) {
    margin-top: 40px;
}

.serif li>figure {
    width: 150px;
}

.serif li>div {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 72px;
    padding: 32px 80px;
    background: #FFF;
    border: 2px solid #EC5312;
    border-radius: 20px;
}

.serif li>div::before,
.serif li>div::after {
    content: '';
    position: absolute;
    top: 44px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 38px 14px 0;
    border-color: transparent #ec5312 transparent transparent;
}

.serif li>div::after {
    right: calc(100% - 6px);
    border-right-color: #FFF;
}

.serif li>div h3 {
    font-size: 1.8rem;
    color: #EC5312;
}

.serif li.reverse>div {
    margin-left: auto;
    margin-right: 72px;
}

.serif li.reverse>div::before,
.serif li.reverse>div::after {
    right: auto;
    left: 100%;
    border-width: 14px 0 14px 38px;
    border-color: transparent transparent transparent #ec5312;
}

.serif li.reverse>div::after {
    left: calc(100% - 6px);
    border-left-color: #FFF;
}

#case time {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #9D9D9D;
}

#case h2 {
    margin: 8px 0 32px;
    text-align: center;
    font-size: 2rem;
}

#case table,
.slide table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px -2px;
}

#case table {
    border-top: 2px solid #EC5312;
}

.slide th,
.slide td {
    padding: 16px 24px;
}

#case th,
.slide th {
    width: 25%;
    background: #EC5312;
    border-right: 2px solid #FFF;
    font-weight: 800;
    color: #FFF;
}

#case td,
.slide td {
    text-align: center;
    background: #FFF;
    border-bottom: 2px solid #FDE8DF;
    border-right: 2px solid #FDE8DF;
}

#case th {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 8px;
    border-bottom: 2px solid #FFF;
}

#case td {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 16px 0;
    border: none;
    text-align: left;
    border-color: #EC5312;
}

#case .cat a {
    background: #FEF6F2;
    color: #EC5312;
}

.slide {
    margin-bottom: 16px;
}

.slide+.leftbar,
.slide+.slide {
    margin-top: 56px;
}

.slide table {
    margin: 0 -2px;
}

.slide th {
    width: auto;
    text-align: center;
}

.slide th[scope="row"]:first-child {
    background: #FEF6F2;
    border-bottom: 2px solid #FFF;
    color: #222;
}

.bg .slide th[scope="row"]:first-child {
    background: #FDE8DF;
}

.slide.alt th {
    background: #222;
}

.slide.alt td {
    border-color: #D3D3D3;
}

.slide.alt th[scope="row"]:first-child {
    background: #EEEEEE;
}

.comment {
    padding: 32px;
    background: #FEF6F2;
}

.comment table {
    border: 2px solid #EC5312;
}

.beforeafter {
    margin: 40px -20px -40px;
}

.beforeafter>div {
    position: relative;
}

.beforeafter figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 28px;
    margin: 0;
    text-align: center;
    background: #EC5312;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFF;
}

.before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32%;
}

.before::after {
    content: '';
    position: absolute;
    top: 70%;
    right: 0;
    width: 72px;
    height: 51px;
    background: url(/upload/tenant_1/276ecde59902f01ee643933158c5da93.png) center no-repeat;
}

.before figcaption {
    background: #222;
    font-size: 1.2rem;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -24px;
}

.table tr {
    border-bottom: 1px solid #D3D3D3;
}

.table th,
.table td {
    padding: 24px 0;
}

.table th {
    width: 25%;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
}

.table ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.access li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 70px;
    background: #FEF6F2;
}

.access li>div {
    width: 50%;
    margin-top: 40px;
}

.access li:not(:first-child) {
    position: relative;
    margin-top: 50px;
}

.access li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 27.5px 0 27.5px;
    border-color: #fef6f2 transparent transparent transparent;
}

.map {
    margin-bottom: 30px;
}

.profile p {
    max-width: 800px;
    margin: 0 auto;
}

.profile h2+p,
.profile p+p {
    margin-top: 80px;
}

.form {
    max-width: 840px;
    margin: 48px auto 0;
}

.form dt {

    width: 28%;
    text-align: left;
    font-weight: 700;
}

.form dd {
    width: 68%;
    padding: 0 0 40px 0;
    text-align: left;
    line-height: 1.5em;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="date"] {
    display: inline-block;
    width: calc(100% - 8px);
    margin: 4px;
    padding: 12px;
    background: #FFF;
    border-radius: 5px;
    vertical-align: middle;
}

.form select {
    padding: 16px;
    background: #FFF;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.form textarea {
    width: calc(100% - 8px);
    min-height: 280px;
    margin: 4px;
    padding: 12px;
    background: #FFF;
    border-radius: 5px;
}

.form label {
    display: inline-block;
}

.form input[type="checkbox"] {
    display: none;
}

.form input[type="checkbox"]+span {
    position: relative;
    display: block;
    padding: 4px 0 4px 24px;
    line-height: 1;
}

.form input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #CCC;
}

.form input[type="checkbox"]:checked+span::before {
    background: #EC5312;
    border: 3px solid #FFF;
}

.form input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.form input[type="radio"]+label {
    position: relative;
    display: block;
    padding: 2px 0 4px 24px;
    line-height: 1;
}

.form input[type="radio"]+label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 50%;
}

.form input[type="radio"]:checked+label::before {
    background: #EC5312;
    border: 3px solid #FFF;
}

.form_shape ul {
    position: relative
}

.form_shape ul li .uk-text-danger {
    position: absolute;
    left: 15px;
    top: 70%;
}

.submit {
    text-align: center;
}

.submit button {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 405px;
    padding: 16px;
    background: #EC5312 url(/upload/tenant_1/18bab971fa6fc70730dd802d2424efe8.png) right 15px center no-repeat;
    background-size: 12px auto;
    border-radius: 5px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    -webkit-box-shadow: 0 5px 0 #C1440F;
    box-shadow: 0 5px 0 #C1440F;
}

.form .back {
    position: relative;
}

.form .back::before {
    content: "";
    background: url(/upload/tenant_1/18bab971fa6fc70730dd802d2424efe8.png) no-repeat;
    background-size: 12px;
    width: 17px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 53%;
    left: 15px;
    z-index: 1;
    transform: translateY(-50%) scale(-1, 1);

}

.form .back button {
    position: relative;
    display: inline-block;
    background: #EC5312;
    width: 100%;
    max-width: 405px;
    padding: 16px;
    background-size: 12px auto;
    border-radius: 5px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    -webkit-box-shadow: 0 5px 0 #C1440F;
    box-shadow: 0 5px 0 #C1440F;
}

.submit button.disabled {
    background: #999;
}

.submit button:not(.disabled):hover {
    opacity: 0.7;
}


.must {
    margin-left: 16px;
    padding: 4px 8px;
    background: #EC5312;
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFF;
}

.form ::-webkit-input-placeholder {
    font-weight: 400;
    color: #DBDBDB;
}

.form ::-moz-placeholder {
    font-weight: 400;
    color: #DBDBDB;
}

.form :-ms-input-placeholder {
    font-weight: 400;
    color: #DBDBDB;
}

span.wpcf7-list-item {
    display: inline-block;
    padding: 0 8px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 1.6rem;
}

.form .short input {
    width: 30% !important;
}

.terms h2 {
    margin: 80px 0 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DBDBDB;
    font-size: 2.4rem;
}

.terms h2 i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: baseline;
    font-size: 3.4rem;
    color: #0054A7;
}

.terms h3 {
    margin: 24px 0 24px 56px;
    font-size: 1.8rem;
}

.terms p,
.terms ul {
    margin: 0 0 0 56px !important;
}

.terms ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 2;
}

.terms .box {
    display: inline-block;
    margin: 24px 0 24px 56px !important;
    padding: 24px 32px;
    background: #F8F8F8;
    border-radius: 5px;
}

.blank {
    padding-right: 16px;
    background: url("https://www.omoiai.com/wp/wp-content/themes/ripple-create/img/common/blank.svg") right center no-repeat;
    color: #0054A7;
}

#newscontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
}

#contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#body h1 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 700;
}

#body h2 {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}

#body h3 {
    margin-bottom: 32px;
    /* padding-bottom: 8px;
    border-bottom: 2px solid #EC5312; */
    font-size: 2.2rem;
    font-weight: 700;
}

#body h4 {
    margin-bottom: 24px;
    /* padding-bottom: 8px;
    border-bottom: 1px solid #EC5312; */
    font-size: 1.8rem;
    font-weight: 700;
}

#body h5 {
    margin-bottom: 24px;
    font-size: 1.8rem;
    font-weight: 700;
}

#body *+h2,
#body *+h3,
#body *+h4,
#body *+h5,
#body *+ul,
#body *+table,
#body *+blockquote {
    margin-top: 64px;
}

#body ul li,
.check li {
    padding-left: 24px;
    background: url(/upload/tenant_1/c71f15b461c1fe5ef2fc0857bed7a7fd.png) 0 center no-repeat;
    font-weight: 700;
}

#body ul li:not(:first-child),
.check li:not(:first-child) {
    margin-top: 8px;
}

#body ol {
    margin-left: 2em;
    margin-bottom: 48px;
    list-style: decimal;
}

#body table {
    width: calc(100% + 32px);
    border-collapse: separate;
    border-spacing: 16px;
    margin-left: -16px;
    margin-right: -16px;
}

#body th,
#body td {
    padding: 16px 0;
    font-size: 1.5rem;
}

#body th {
    width: 25%;
    text-align: left;
    vertical-align: top;
    border-bottom: 2px solid #EC5312;
    font-weight: 700;
}

#body td {
    border-bottom: 2px solid #D1D1D1;
}

#body p:not(:last-child) {
    padding-bottom: 0;
}

#body blockquote {
    position: relative;
    padding: 0 60px;
}

#body blockquote::before,
#body blockquote::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 49px;
    height: 46px;
    background: url("https://www.omoiai.com/wp/wp-content/themes/ripple-create/img/common/blockquote.svg") center no-repeat;
    background-size: cover;
}

#body blockquote::before {
    top: 0;
    left: 0;
}

#body blockquote::after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainimg.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mainimg.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mainimg img {
    width: 100%;
}

.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0 40px -6px;
}

.meta::after {
    content: '';
    display: block;
    clear: both;
}

.meta ul {
    margin: 0 !important;
}

.meta li {
    float: left;
    margin: 6px !important;
    padding: 0 !important;
    background: none !important;
}

.meta li a {
    min-width: 80px;
    text-align: center;
    font-size: 1.4rem;
}

.meta .cat a {
    background: #EC5312;
}

.meta time {
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #EC5312;
}

.alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}

.alignleft {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.size-thumbnail {
    max-width: 250px;
}

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 72px 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.nav-numbers {
    padding: 16px;
}

.screen-reader-text {
    display: none;
}

.pagination a {
    display: inline-block;
    margin: 2px;
    padding: 0 14px;
    text-decoration: none !important;
    color: #EC5312;
}

.pagination a:not(.top) {
    padding: 8px 14px;
    border: 1px solid #EC5312;
    color: #EC5312;
}

.pagination a strong {
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    background: #EC5312;
    border-radius: 50%;
    line-height: 1.2;
    color: #FFF;
}

.pagination a.top {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    font-weight: 400;
    color: #222;
}

.pagination a.prev,
.pagination a.next {
    border: none;
    font-weight: 400;
    color: #222;
}

.pagination span {
    display: inline-block;
    margin: 2px;
    padding: 8px 14px;
}

.pagination span.current {
    background-color: #EC5312;
    color: #FFF;
}

#aside {
    width: calc(30% - 60px);
    margin-left: 60px;
}

#aside h4 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #EC5312;
    font-size: 2rem;
    font-weight: 700;
}

#aside .sbox {
    margin-bottom: 80px;
}

#aside li a,
.archive-list a,
.archive-list span {
    display: block;
    padding: 16px 32px 16px 0;
    background: url(/upload/tenant_1/0b5f322be73d16165e276a1e93a4c3e9.png) right center no-repeat;
    border-bottom: 1px solid #EC5312;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
}

#aside .archive-list>li:not(.on)>ul {
    display: none;
}

#aside .month-archive-list>li {
    text-indent: 2em;
}

#aside .month-archive-list>li a {
    background-image: url("https://www.omoiai.com/wp/wp-content/themes/ripple-create/img/common/arr_circle_alt.svg");
}





@media only screen and (max-width: 1280px) {
    #nav {
        pointer-events: none;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        margin: 0;
        background: rgba(0, 0, 0, .9);
        overflow-y: auto;
        z-index: 200;
        -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
        transition: .8s cubic-bezier(.19, 1, .22, 1);
        padding-top: 60px;
    }

    #nav .nav-inner>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px;
    }

    #nav .nav-inner>ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* width: 25%; */
        padding: 12px 0;
        text-align: center;
    }

    #nav .nav-inner>ul>li>a {
        /* font-size: 2rem;
        color: #FFF; */
    }

    #nav ul ul {
        /* margin: 8px 0 0 1em; */
        text-align: left;
        vertical-align: top;
        list-style: disc;
    }

    #nav ul ul li {
        color: #fff;
    }

    #nav ul ul li a {
        font-size: 1.3rem;
        color: #fff;
    }

    #nav .nav-inner {
        overflow-y: auto;
        /* padding: 100px 0; */
    }

    #open {
        position: relative;
        display: block;
        width: 26px;
        height: 18px;
        margin-left: auto;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 9999;
    }

    #open div {
        position: relative;
        display: block;
        width: 26px;
        height: 18px;
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }

    #open span {
        position: absolute;
        left: 0;
        display: block;
        width: 26px;
        height: 2px;
        background: #222;
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }

    #open span:nth-child(1) {
        top: 0;
    }

    #open span:nth-child(2) {
        top: 8px;
    }

    #open span:nth-child(3) {
        top: 16px;
    }

    .open #open span:nth-child(1) {
        top: 8px;
        background: #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open #open span:nth-child(2) {
        width: 0;
        left: -26px;
    }

    .open #open span:nth-child(3) {
        top: 8px;
        background: #FFF;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open #nav {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);

    }

    .open #nav li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .loader .loading1 {
        font-size: 2.8vw;
        -webkit-transition-duration: 2.4s;
        transition-duration: 2.4s;
    }

    .loader .loading2 {
        font-size: 2.8vw;
        -webkit-transition-duration: 2.4s;
        transition-duration: 2.4s;
    }
}

@media only screen and (min-width: 1025px) {
    .news li time {
        display: block;
    }

    .news li .cat {
        white-space: normal;
        display: inline-block;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 1.4rem;
    }

    #header h1 {
        padding: 5px 0 0 7px;
        font-size: 12px;
    }

    .header-cmn {
        padding: 10px;
    }

    #mv {
        height: 85vh;
    }

    #mv img {
        height: 100% !important;
        object-fit: cover;
        object-position: 50% 30%;

    }

    #pagetop {
        display: none;
    }

    #logo {
        max-width: 120px;
    }

    #result dt {
        width: 28px;
        height: 28px;
        margin: 4px;
        font-size: 1rem;
    }

    #result dd {
        font-size: 1rem;
    }

    #result dd i {
        font-size: 1.4rem;
    }

    #column {
        padding: 56px 4.8vw;
    }

    #column ul {
        display: block;
    }

    #column li {
        width: auto;
    }

    #column li:not(:first-child) {
        margin-top: 32px;
        padding-top: 32px;
        border-left: none;
        border-top: 1px solid #D3D3D3;
    }

    #info {
        display: block;
        margin: 0 auto;
        padding: 56px 4.8vw;
    }

    #info .info {
        width: auto;
        margin-bottom: 24px;
    }

    #info .info p {
        padding: 0 0 16px;
    }

    #info .map {
        width: auto;
    }

    #info .map iframe {
        height: 260px;
    }

    #footerlink {
        padding: 40px 4.8vw 128px;
    }

    #footerlink nav {
        font-size: 1.2rem;
    }

    #footerlink .sns {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 24px;
    }

    #footerlink .sns a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footerlink address {
        padding-top: 24px;
        text-align: center;
        font-size: 1rem;
    }

    /* #floating {
        bottom: 0;
        right: 0;
        width: 100%;
        min-height: 66px;
        padding: 12px 8px 12px 56px;
        border-radius: 0;
    }

    #floating ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #floating .tel-item {
        font-size: 1rem;
    }

    #floating li .tel a {
        font-size: 1.6rem;
    }

    #floating li.btn a {
        padding: 12px;
        font-size: 1rem;
    }

    #floating .action {
        left: -16px;
        width: 80px;
    } */


    article {
        position: relative;
        padding: 64px 4.8vw;
    }

    article header {
        margin-bottom: 32px;
    }

    article header h2 {
        font-size: 2.4rem;
    }

    section {
        position: relative;
    }

    section+section {
        margin-top: 48px;
    }

    section h2 {
        font-size: 2rem;
    }

    section h3 {
        font-size: 2rem;
    }

    section h4 {
        font-size: 1.6rem;
    }

    figcaption {
        font-size: 1.1rem;
    }

    .fr,
    .fl {
        float: none;
        margin: 0 0 24px;
        text-align: center;
    }

    .row {
        display: block;
        margin: 0;
    }

    .row>* {
        width: auto !important;
        margin: 0 0 24px !important;
    }

    .btn a {
        font-size: 1.5rem;
        max-width: 300px
    }

    .fs11 {
        font-size: 1rem;
    }

    .fs18 {
        font-size: 1.6rem;
    }

    .fs20 {
        font-size: 1.8rem;
    }

    .fs24 {
        font-size: 2rem;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }


    /*TOP*/
    .loader .loading1 {
        font-size: 4.2vw;
        -webkit-transition-duration: 1.2s;
        transition-duration: 1.2s;
    }

    .loader .loading2 {
        font-size: 4.2vw;
        -webkit-transition-duration: 1.2s;
        transition-duration: 1.2s;
    }


    #mv section {
        left: 8%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        color: #FFF;
    }

    #mv .top-catch {
        font-size: 4.8vw;
    }

    .topreason li h3 {
        min-height: initial;
    }

    .num {
        top: -10px;
        left: -10px;
        font-size: 1.4rem;
    }

    .num span {
        font-size: 4.8rem;
    }

    .topmenu li>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .topmenu li h3 {

        text-align: center;
    }

    .topmenu li h3 i {
        font-size: 7.5rem;
    }

    .topmenu li .btn {
        text-align: center;
        margin: 0 auto 24px;
    }

    .swiper-next {
        right: -8px;
    }

    .swiper-prev {
        left: -8px;
    }

    .works .row {
        display: block;
        height: calc(100% - 52px);
        padding: 24px;
    }

    .works .row>figure {
        width: 100%;
        max-width: initial;

    }

    .voice .row {
        display: block;
        height: calc(100% - 52px);
        padding: 24px;
    }

    .voice .row>figure {
        width: 120px !important;
        margin: 0 auto 40px !important;
    }

    .voice .btn {
        text-align: center;
    }

    .voice img {
        max-width: 100%;
    }

    .face img {
        border-radius: 50%;
    }

    .face+figcaption {
        font-size: 1rem;
    }

    .row.news {
        margin: 0;
    }

    .news li {
        display: block;
        margin-bottom: 0;
        padding: 16px 0;
    }

    .news li p {
        margin: 8px 0 0;
    }


    /*PAGE*/
    #title {
        height: auto;
    }

    #title figure {
        position: relative;
        margin-bottom: 16px;
        text-align: center;
    }

    #title i {
        font-size: 1.5rem;
    }

    #title h1 {
        margin-bottom: 16px;
        font-size: 2.4rem;
    }

    #title ul {
        top: calc(100% + 10px);
        left: 4.8vw;
        right: 4.8vw;
    }

    #title li {
        font-size: 1rem;
    }

    .title {
        background-position: 12px 6px;
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.6rem;
    }

    .orangebox {
        padding: 24px 16px;
    }

    .orangebox li {
        font-size: 1.6rem;
    }

    .blog>* {
        margin-bottom: 56px !important;
    }

    .serif li>figure {
        width: 60px;
    }

    .serif li>div {
        margin-left: 30px;
        padding: 24px 16px;
    }

    .serif li>div::before,
    .serif li>div::after {
        top: 20px;
        border-width: 10px 20px 10px 0;
    }

    .serif li>div::after {
        right: calc(100% - 4px);
    }

    .serif li>div h3 {
        font-size: 1.6rem;
    }

    .serif li.reverse>div {
        margin-right: 30px;
    }

    .serif li.reverse>div::before,
    .serif li.reverse>div::after {
        border-width: 10px 0 10px 20px;
    }

    .serif li.reverse>div::after {
        left: calc(100% - 4px);
    }

    .slide {
        width: 100%;
        padding-bottom: 10px;
        overflow-x: auto;
    }

    .slide table {
        minwidth: 750px;
        white-space: nowrap;
    }

    .beforeafter {
        margin-top: 32px;
    }

    .before {
        padding-bottom: 48px;
    }

    .before::after {
        top: auto;
        bottom: 0;
        right: 50%;
        -webkit-transform: rotate(90deg) translateY(-100%);
        transform: rotate(90deg) translateY(-100%);
        width: 44px;
        height: 30px;
        background-size: contain;
    }

    .table th {
        display: block;
        width: auto;
        padding-bottom: 0;
    }

    .table td {
        display: block;
    }

    .table ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .access li {
        display: block;
        padding: 24px;
    }

    .access li>div {
        width: auto;
        margin: 0 0 24px;
    }

    .access li>figure {
        width: auto;
    }

    .profile h2+p,
    .profile p+p {
        margin-top: 40px;
    }

    .form dt {
        float: none;
        width: auto;
    }

    .form dd {
        width: 100%;
        padding: 24px 0;
    }

    .form input[type='text'] {
        width: 100%;
    }

    .form input[type='tel'] {
        width: 100%;
    }

    .form input[type='email'] {
        width: 100%;
    }

    .submit input[type='submit'] {
        display: block;
        width: calc(100% - 32px);
        max-width: 320px;
        margin: 8px auto;
        padding: 24px;
    }

    .submit input[type='button'] {
        display: block;
        width: calc(100% - 32px);
        max-width: 320px;
        margin: 8px auto;
        padding: 24px;
    }

    .terms h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 56px 0 24px;
        font-size: 2rem;
    }

    .terms h2 i {
        font-size: 2.8rem;
    }

    .terms h3 {
        margin: 24px 0;
        font-size: 1.6rem;
    }

    .terms p,
    .terms ul {
        margin: 0 !important;
    }

    .terms .box {
        margin: 24px 0 !important;
        padding: 24px;
    }

    #newscontainer {
        padding-top: 0;
    }

    #contents {
        width: auto;
    }

    #body h1 {
        font-size: 2.2rem;
    }

    #body h2 {
        font-size: 2rem;
    }

    #body h3 {
        font-size: 1.8rem;
    }

    #body h4 {
        font-size: 1.6rem;
    }

    #body *+h2,
    #body *+h3,
    #body *+h4,
    #body *+h5,
    #body *+ul,
    #body *+table,
    #body *+blockquote {
        margin-top: 48px;
    }

    #body th,
    #body td {
        display: block;
    }

    #body th {
        width: 100%;
        padding-bottom: 0;
        border-bottom: none;
        font-weight: 700;
    }

    #body blockquote {
        padding: 0 30px;
    }

    #body blockquote::before,
    #body blockquote::after {
        width: 24px;
        height: 24px;
    }

    .meta {
        margin-left: -2px;
    }

    .meta li {
        margin: 2px !important;
    }

    .meta li a {
        font-size: 1rem;
    }

    .alignright {
        float: none;
        margin: 0 auto;
    }

    .alignleft {
        float: none;
        margin: 0 auto;
    }

    .size-thumbnail {
        max-width: 100%;
    }

    .paging {
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    #aside {
        width: auto;
    }

    #aside h4 {
        font-size: 1.8rem;
    }

    #aside .sbox {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 768px) {
    .topreason .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .topreason li {
        width: 20% !important;
    }

    .topreason img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #mv {
        height: 76vh;
    }

    #mv img {
        object-position: 50% 40%;
    }

    #nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    #nav .nav-inner>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    #nav .nav-inner>ul>li {
        text-align: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    #nav .nav-inner>ul>li>a,
    #nav .nav-inner>ul>li span {
        font-size: 1.6rem;
    }

    #nav .nav-inner>ul>li>a {
        width: 100%;
        display: block;
    }

    #nav ul ul {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .reasonlist li {
        width: 50%;
    }

    header .address {
        color: #fff;
        text-align: center;
    }

    .topreason .row {
        display: block;
        margin: 0;
    }

    .topreason img {
        width: 100%;
    }

    #newscontainer {
        display: block;
    }

    #aside {
        margin-left: 0;
        padding-top: 40px;
    }
}



@media print {
    #container {
        width: 1024px;
    }
}

.uk-slidenav-position {
    height: 100% !important;
}

.uk-slidenav-position>* {
    height: 100% !important;
}

.uk-slidenav-position>*>* {
    height: 100% !important;
}

.uk-slidenav-position>*>*>* {
    height: 100% !important;
}

.uk-slidenav-position img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    display: block;
}


[data-element-id] #floating .ab-test {
    position: relative;
    border: 5px solide #35ec12;
    overflow: unset;
    max-height: unset;
}

[data-element-id] #floating .ab-test::before {
    content: "ABテストです。";
    background: #35ec12;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;

}

[data-element-id]#floating {
    position: relative;
}

[data-element-id] #pagetop {
    position: static;
}

/* [data-element-id] #nav {
  position: static;
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: unset;
}

[data-element-id]#nav ul ul {
  position: relative;
  pointer-events: all;
  opacity: 1;
  
}
[data-element-id]#nav .nav-inner>ul {
  flex-wrap: wrap;
} */

/*プロフィール枠*/
.blog-detail-page #author_profile {
    border: 1px solid #194c80;
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}

.blog-detail-page #author_profile p {
    margin-bottom: 20px;
    line-height: 1.8;
}

/*この記事を書いた人の見出し*/
.blog-detail-page #author_profile p.label {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #194c80;
    padding: 10px 15px;
}

/*名前*/
.blog-detail-page #author_profile p.author_name {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

/*名前下の下線*/
.blog-detail-page #author_profile p.author_name::after {
    content: "";
    border-bottom: solid 3px #194c80;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
}

/*左側画像ブロック*/
.blog-detail-page #author_profile .left {
    width: 14%;
    float: left;
    margin: 10px 0 15px 30px;
}

/*画像サイズ*/
.blog-detail-page #author_profile .left img {
    width: 100%;
}

/*右側テキストブロック*/
.blog-detail-page #author_profile .right {
    text-align: left !important;
    width: 74%;
    float: left;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 0 20px 30px;
}

/*テキスト下部SNSブロック*/
.blog-detail-page #author_profile .right ul.author_sns {
    margin: 0;
    border-top: 1px dotted #dddddd;
    margin-top: 15px;
    padding-top: 20px;
}

.blog-detail-page #author_profile .right ul.author_sns li {
    padding-left: 0px !important;
    float: left;
    margin-right: 15px;
    list-style: none;
    margin-left: -10px;
}

.blog-detail-page #author_profile .right ul.author_sns li a {
    display: flex;
    align-items: center;
}


.blog-detail-page #author_profile .right ul.author_sns li:last-child {
    margin-right: 0;
}

/*SNSアイコンを使う場合は別途アイコンCSSの設定が必要*/
.blog-detail-page #author_profile .right ul.author_sns li i.icon-facebook {
    color: #fff;
    background-color: #194c80;
    margin-right: 8px;
    padding: 6px 8px 0;
    position: relative;
    bottom: -3px;
}

.blog-detail-page .sns-img {
    width: 35px;
    height: 35px;
    display: block;
}

.blog-detail-page .sns-img img {
    width: 100%;
}

.blog-detail-page .author_sns li {
    display: flex;
    align-items: center;
    background-image: none !important;
}





/*SP時の挙動（画面サイズが小さい時）*/
@media (max-width: 599px) {
    .blog-detail-page #author_profile p.author_name {
        text-align: center;
    }

    .blog-detail-page #author_profile .left {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .blog-detail-page #author_profile .left img {
        width: 33%;
    }

    .blog-detail-page #author_profile .right {
        width: 100%;
        float: none;
        padding: 10px 20px 0;
    }

    .blog-detail-page #author_profile .right ul.author_sns li {
        padding-left: 0px !important;
        margin-bottom: 20px;
    }

    .blog-detail-page #author_profile .left {
        text-align: center !important;
    }

    .blog-detail-page #author_profile .right {
        text-align: left !important;
    }

    .topreason li figure img {
        width: 100%;
    }
}

.r {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .r {
        display: inline-block;
    }
}

/* 07/11 追記 */

#footer .benner-img {
    width: 20%;
    margin: auto;
}

@media only screen and (max-width: 599px) {
    #footer .benner-img {
        width: 60%;
    }
}

/*2023/10/02*/
.t-youtube {
    max-width: 800px;
    margin: 0 auto 50px;
}

.t-youtube iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.mb50 {
    margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
    .mb50 {
        margin-bottom: 30px;
    }
}


/* 2023/10/26 */
.blog-cate.cat span:nth-child(n+4) {
    display: none;
}

.teikei {
    margin-top: 30px;
}




/* 240220追加 */

.header-cmn {
    /* padding: 20px 20px 0; */
}

#nav {
    margin-top: -6px;
}

#nav ol {
    margin-bottom: 0;
}

#nav ol li {
    margin-bottom: 0;
}

#nav ol li>br {
    display: none;
}

#nav .address {
    margin-bottom: 0;
}

#nav .nav-inner>ul {
    margin: 0;
}

#logo {
    margin-top: 20px;
    width: 220px;
  }
  @media screen and (max-width: 1280px) and (min-width: 1024px) {
    #logo {
      margin-top: 0;
    }
  }

#result {
    margin-top: 34px;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    #logo {
        margin-top: 10px;
    }

    #result {
        margin-top: 10px;
    }
}

#header {
    width: 100%;
    padding: 14px 20px 0;
}

#header h1 {
    margin-bottom: -40px;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    #header h1 {
        margin-bottom: 0;
    }

    .header-cmn {
        padding: 11px 7px 11px;
    }

    iframe {
        width: 100%;
    }

    .news li .cat {
        white-space: initial;
    }
}

@media screen and (max-width: 480px) {
    #main {
        margin-top: 77px;
    }

    #header {
        padding: 7px 7px 0;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
        z-index: 10001;
        background: #fff;
        width: 100vw;
    }

    #header h1 {
        font-size: 10px;
        text-align: center;
    }

    #logo {
        margin-top: 0;
    }

    #result {
        margin-top: 0;
    }
}

/* CTA Component Styles */
.cta-container {
    max-width: 640px;
    margin: 40px auto;
    padding: 30px;
    border-left: 4px solid #FF8000;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}

.cta-heading {
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-description {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
    color: #555;
    line-height: 1.6;
}

.cta-image {
    text-align: center;
    margin-bottom: 25px;
}

.cta-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-subtext {
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #666;
}

.cta-note {
    font-size: 1.2rem;
    color: #888;
    text-align: center;
}

/* ボタンスタイルがすでに存在しない場合は以下も追加 */
.cta-container .btn {
    text-align: center;
    margin-bottom: 20px;
}

.cta-container .btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 16px 56px;
    background: #EC5312;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    box-shadow: 0 5px 0 #C1440F;
    text-align: center;
}

.cta-container .btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('/path/to/arrow-icon.svg') no-repeat;
    background-size: contain;
}

.cta-container .btn a:hover {
    transform: translateY(3px);

}


/* ========================================================
ここからnav 
========================================================*/

.accordion-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


@media only screen and (min-width: 1281px) {
    #nav {
        display: flex;
        align-items: center;
        margin-left: auto;
        white-space: nowrap;
    }

    #nav .nav-inner>ul {
        display: flex;
        align-items: center;
    }

    #nav .nav-inner>ul>li {
        position: relative;
        margin-left: 1.6vw;
        padding: 10px 0;
    }

    #nav .nav-inner>ul>li>a {
        position: relative;
        display: block;
        padding: 10px 0;
        font-size: 1.5rem;
        font-weight: 700;
        transition: .2s ease-out;
    }

    #nav .nav-inner>ul>li>a::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 3px;
        background: #EC5312;
        transform-origin: right top;
        transition: width .2s ease-out;
    }

    #nav .nav-inner>ul>li>a:hover {
        opacity: 1;
    }

    #nav .nav-inner>ul>li:hover>a::after {
        width: 100%;
        right: auto;
        left: 0;
        transform-origin: left top;
    }

    #nav ul ul {
        /* pointer-events: none; */
        /* opacity: 0; */
        position: absolute;
        z-index: 999;
        top: 100%;
        left: 50%;
        min-width: 230px;
        transform: translateX(-50%);
        transition: .2s ease-out;
    }

    #nav ul ul li:not(:first-child) {
        border-top: 1px solid rgba(51, 51, 51, .9);
    }

    #nav ul ul li a {
        display: block;
        padding: 12px 24px;
        background: rgba(0, 0, 0, .9) url(/upload/tenant_1/e17511c656a0b383ba04ebd1666539f3.png) right 16px center no-repeat;
        font-size: 1.5rem;
        color: #FFF;
    }

    #nav ul>.dropdown:hover ul {
        pointer-events: auto;
        opacity: 1;
    }

    #open {
        display: none;
    }
}


#open {
    position: relative;
    display: block;
    width: 26px;
    height: 18px;
    margin-left: auto;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 9999;
}

#open div {
    position: relative;
    display: block;
    width: 26px;
    height: 18px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

#open span {
    position: absolute;
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background: #222;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

#open span:nth-child(1) {
    top: 0;
}

#open span:nth-child(2) {
    top: 8px;
}

#open span:nth-child(3) {
    top: 16px;
}

.open #open span:nth-child(1) {
    top: 8px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #open span:nth-child(2) {
    width: 0;
    left: -26px;
}

.open #open span:nth-child(3) {
    top: 8px;
    background: #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open #nav {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    justify-content: flex-start;
    display: flex;
    padding-top: 90px;
}

.open #nav li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


@media only screen and (max-width: 1280px) {
    #nav {
        pointer-events: none;
        opacity: 0;
        transform: scale(0.9);
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        margin: 0;
        background: #fa7235;
        overflow-y: auto;
        z-index: 200;
        transition: .8s cubic-bezier(.19, 1, .22, 1);
        padding-top: 60px;
    }

    #nav .nav-inner>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    #nav .nav-inner>ul>li {
        /* display: flex;
      flex-direction: column;
      align-items: center;
      width: 25%;
      padding: 12px 0;
      text-align: center; */
    }

    #nav .nav-inner>ul>li>a {
        /* font-size: 2rem; */
        color: #FFF;
        font-weight: bold;
    }

    #nav ul ul {
        text-align: left;
        vertical-align: top;
        list-style: disc;
        width: 100%;
    }

    #nav ul ul li {
        padding-top: 8px;
        color: #fff;
        list-style: none;
    }

    #nav ul ul li:last-of-type {
        padding-bottom: 0;
    }

    #nav ul ul li a {
        font-size: 1.3rem;
        color: #fff;
    }

    #nav .nav-inner {
        overflow-y: auto;
        width: 90vw;
    }


    .loader .loading1 {
        font-size: 2.8vw;
        -webkit-transition-duration: 2.4s;
        transition-duration: 2.4s;
    }

    .loader .loading2 {
        font-size: 2.8vw;
        -webkit-transition-duration: 2.4s;
        transition-duration: 2.4s;
    }



    .accordion-label {
        display: block;
        position: relative;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        font-size: 16px;
    }

    /* ▼ 初期状態 */
    .accordion-label::after {
        content: "▼";
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        pointer-events: none;
    }

    /* ▲ 開いている状態 */
    .accordion-toggle:checked+.accordion-label::after {
        content: "▲";
    }

    

    .banner-wrapper {
        margin-top: 24px;
    }

    .banner-wrapper .image-wrapper {
        margin-bottom: 8px;
    }


}

.accordion-label {
    font-weight: bold;
}

/* アコーディオン中身 */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
    padding: 0 15px;
    /* 横方向だけにして上下は固定 */
}

/* 開いているときのスタイル */
.accordion-toggle:checked+.accordion-label+.accordion-content {
    max-height: 300px;
    /* 適切な高さに調整（十分に広めでOK） */
}

@media screen and (max-width: 768px) {
    .accordion-label::after {
        right: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .open #nav li {
        text-align: center;
    }
}
/* ─── PCでもSPと同じクリック／チェック制御 ─── */
@media screen and (min-width: 1281px) {
    /* チェックボックス自体は隠す */
    .accordion-toggle {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
    /* ラベルはクリック可能に */
    .accordion-label {
      display: block;
      cursor: pointer;
      position: relative;
      padding: 10px 0;
    }
    .accordion-label::after {
        content: "▼";
        position: absolute;
        right: -16px;
        top: 48%;
        transform: translateY(-50%);
        transition: transform .3s;
    }
    
    .accordion-toggle:checked + .accordion-label::after {
      content: "▲";
    }
  }

  /* 中身は閉じ */
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    position: static;
    /* top: 100%;
    left: 50%; */
    /* transform: translateX(-50%); */
  }
  /* チェック✅で開く */
  .accordion-toggle:checked + .accordion-label + .accordion-content {
    max-height: 300px; /* 必要に応じて調整 */
    opacity: 1;
    pointer-events: auto;
  }



/* ========================================================
  ここまでnav 
  ========================================================*/
@media screen and (max-width: 768px) {
    #header>span {
        font-size: 10px;
    }
}

