@charset "utf-8";
#TopContents {
    background-color: #f9efe3;
}
/* MainImage
-------------------- */
#SliderBox, .slide {
    /*width: 1400px;*/
    width: 100%;
    /* background-color: #f9efe3; */
}

.bx-wrapper {
    margin: 0 auto;
    position: relative;
}

.bx-wrapper .bx-viewport {
    background: transparent !important;
/*    overflow: visible !important;*/
    min-height: 670px;
    height: auto;
    z-index: 0;
}
.bx-wrapper .bx-viewport ul {
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-viewport li {
  margin: 0;
  padding: 0;
  width:100%;
max-width: 100%;
height: auto;
}
.bx-wrapper .bx-viewport img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1399px) {
/*
    #SliderWrap {
        min-width: 1200px;
    }
*/
    .bx-wrapper .bx-viewport {
        min-height: 590px !important;
    }

}


@media (max-width: 1199px) {
    #SliderWrap {
        /* min-width: 920px; */
    }

    .bx-wrapper .bx-viewport {
        min-height: 510px !important;
    }
}

@media (max-width: 919px) {
    #SliderWrap {
        /* min-width: 641px; */
    }

    .bx-wrapper .bx-viewport {
        min-height: 390px !important;
    }
}

@media (max-width: 640px) {
    #SliderWrap {
        /* min-width: 480px; */
    }

    .bx-wrapper .bx-viewport {
        min-height: 270px !important;
    }
}

@media (max-width: 479px) {
    #SliderWrap {
        /* min-width: 300px; */
    }

    .bx-wrapper .bx-viewport {
        min-height: 200px !important;
    }
}
*/

/*
.bx-wrapper ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    transition: opacity .2s;
    opacity: 1;
}
*/

/*
.bx-wrapper ul li.active:after {
    opacity: 0.2;
}
*/
.slide .bx-controls-direction {
  width: 1140px;
}
.slide:hover .bx-controls-direction a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    opacity: 0.8;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.slide .bx-controls-direction a:hover {
    opacity: 0.5;
}
.slide .bx-prev,
.slide .bx-next {
    position: absolute;
    top: calc(50% - 25px);
    overflow: hidden;
}
.slide .bx-prev{
    left: 20%;
}
.slide .bx-next {
    right: 20%;
}
.slide .bx-prev i,
.slide .bx-next i {
    text-indent: 0;
    color: #4167d1;
    position: absolute;
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: calc(50% - 12px);
    margin: auto;
}
.slide .bx-prev i {
    left: 15px;
}
.slide .bx-next i {
    right: 15px;
}
.slide .bx-pager {
    text-align: center;
}

.slide .bx-pager-item {
    display: inline;
    margin: 10px 0;
}

.slide .bx-pager-item a.bx-pager-link {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: url(../img/slider/btn_pager.png) bottom no-repeat;
    text-indent: 9999em;
    overflow: hidden;
}

.slide .bx-pager-item a.active {
    background: url(../img/slider/btn_pager.png) top no-repeat;
}
.slide .bx-controls {
    margin: 0;
    padding: 0;
    z-index: 100;
}
#MainImage {}

/* MainImage caption 2018.12.1追加 yfujii@ailes
-------------------- */
#MainImage li div.caption {
    position: relative;
}

#MainImage li div.caption p {
    color: #000000;
    /*font-weight: 500;*/
    text-shadow: 0px 0.2px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    display: inline-block;
    width: 50%;
    padding: 1em;
    background-color: rgba(255, 255, 255, .6);
    opacity: 0;
    transition: all .5s;
}

#MainImage .active div.caption p {
    opacity: 1;
}

#MainImage li p {
/*    top: 3em;*/
    bottom: 1.5em;
    right: 0;
}

#MainImage .active p {
    right: 2em;
}

div.caption p {
    font-size: 23px;
    font-size: 2.3rem;
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    div.caption p {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

@media (max-width: 919px) {
    div.caption p {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media (max-width: 640px) {
    div.caption p {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media (max-width: 479px) {
    div.caption p {
        font-size: 10px;
        font-size: 1.0rem;
    }

    #MainImage li div.caption p {
        width: 70%;
    }
}

@media screen and (max-width: 640px) {
    #SliderBox {
        width: auto;
        margin: 0 auto;
    }

    #SliderBox .bx-controls-direction a {
        display: none;
    }
}

.section_tit_box {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    margin-bottom: 6rem;
}


h2, h3, h4, h5, h6, .heading {
    /* text-align: center; */
}

/* Content
-------------------- */
.content {
    margin: 0 auto;
    position: relative;
    top: 0;
}
.container a:link {
    /* color: #fff; */
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container ul, .container ol, .container table {
    clear: both;
}
.container h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 25px;
    padding: 0 0 5px;
    position: relative;
}

.container h2 a:hover,
.containere h2 a:active {}

.container h2:after {
    content: none;
}

h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
}

h2 a,
h3 a {
    color: #000 !important;
}
.content h3 {
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
    border: none;
}
.content h3:before {
    content: none;
}
.content h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 70px;
    background: #283148;
    border-radius: 3px;
}
.container p,
.container table,
.container li {
    font-size: 20px;
    font-size: 2.0rem;
}
.container li {
    text-align: left;
}
.container table {
    margin: 0 auto 20px;
    padding: 20px;
}

.container tr {
    background-color: rgb(251 251 251 / 80%);
}

.container tr:nth-child(even) {
    background-color: rgb(209 209 209 / 80%)
}

.container th {
    font-weight: normal;
    background-color: rgb(136 136 136 / 80%);
} 

section table td {
    color: #000;
    text-align: left;
} 

/* 文章 */
.tabs p {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
/* ニュース */
.bs-info {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
    padding: 10px calc(50vw - 50% + 8px);
}

.bs-top-post-to-list {
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
}
.content .bs-info ul {
    margin: 0;
    padding: 0;
}
.content .bs-info ul li {
  border-bottom: dotted 1px #ccc;
  margin: 0;
  padding: 0;
}
.content .bs-info ul li:before {
    content: none;
}
.bs-info li:nth-child(odd) {
    background-color: #fff2cf;
}
.bs-info li:nth-child(even) {
    background-color: #e9f7e3;
}
.bs-info li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    color: #283148;
}

.bs-info li a:hover {
    color: #337bd4;
    background-color: #fffbe9;
}
/* リスト */
.tabs ul,
.tabs ol {
    margin: 0 0 30px;
}

.tabs li {
    /* ul ol*/
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0px 10px 0px;
    padding: 0 0 0 20px;
    position: relative;
}

.tabs ul li {
    list-style-type: none;
    list-style-image: none;
}

.tabs ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #aaa;
    display: block;
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    top: -2px;
    left: 0;
}
#info_content ul li:before,
#outside_blog ul li:before {
    content: none;
}
.tabs ol {
    counter-reset: item;
    list-style-type: none;
}

.tabs ol li {
    display: block;
    padding: 5px 0px 0px 35px;
    margin-left: 0px;
}

.tabs ol > li:before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    display: block;
    text-align: center;
    font-style: italic;
    left: 0px;
    top: -5px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #999;
    font-family: 'Goudy Bookletter 1911', Georgia, serif;
}

.tabs ol ol > li:before {
    top: -2px;
    font-size: 20px;
    font-size: 2.0rem;
}
/* table tag */

.tabs table {
    border-collapse: collapse;
    border: 1px solid #b7b7b7;
    margin: 0 auto;
}

.tabs th, .tabs td {
    border: 1px dotted #b7b7b7;
}

.tabs th {
    padding: 10px;
    background: #ededed;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.tabs td {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.tabs tr:last-child th, .tabs tr:last-child td {
    border-bottom: none;
}
.tabs table caption {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.tabs table.reset { 
    border: none;
}
.tabs .reset th, .tabs .reset td {
    border: none;
}
.tabs table p {
    margin: 0;
}
@media screen and (max-width: 640px) {
    .tabs table{
        width:100% !important;
    }
    .scroll{
        overflow: auto;
        white-space: nowrap;
    }
    .scroll::-webkit-scrollbar {
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}
.tabs dl {
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0 auto 30px;
}
.tabs dt {
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}
.tabs dd{
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; 
    width: 70%;
    background: #fff;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .tabs dl {
        flex-flow: column nowrap;
    }
    .tabs dt,
    .tabs dd {
        width: 100%;
    }
    .tabs dd {
        border-left: none;
    }
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

/*タブのスタイル*/
.tab_item {
/*    width: calc(100%/3.1);*/
    width: 49%;
    height: 50px;
    box-sizing: border-box;
    background-color: #dbecd2;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .tabs {
        width: 98%;
    }
}
@media screen and (max-width: 919px) {
}
@media screen and (max-width: 640px) {
    .tab_item {
        font-size: 12px;
    }
}
.tab_item:nth-of-type(1) {
}
.tab_item:nth-of-type(2) {
}
.tab_item:nth-of-type(3) {
}
.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    border-top: 3px solid #76ce76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .tab_content {
        padding: 40px 10px;
    }
}

/*選択されているタブのコンテンツのみを表示*/
#info:checked ~ #info_content,
#nonconsultation:checked ~ #nonconsultation_content,
#outside_blog:checked ~ #outside_blog {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #76ce76;
    color: #fff;
    z-index: 0;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .wrap {
        width: 100%;
    }
}
@media screen and (max-width: 919px) {
    .wrap {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .wrap {
        width: 100%;
    }
}
.search_menu ul, .pickup_menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pickup_menu > ul li {
    border-radius: 200px;
    background-color: #fff;
    width: 247px;
    height: 247px;
    overflow: hidden;
    border: 3px solid #fff;
}
.pickup_menu > ul li:hover {
    background-color: #000;
}
.pickup_menu > ul li a {
    color: #fff;
    font-weight: bold;
}
.pickup_menu img {
    border-radius: 200px;
    display: block;
    transition-duration: 0.3s;
}
.pickup_menu img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.pickup_menu .caption {
    position: relative;
}
.pickup_menu .caption p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*.search_menu > ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 26%;
}*/
.search_menu > ul li {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    list-style: none;
/*    margin: 0 1% 15px;*/
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
.search_menu > ul li:nth-child(1) {
    border: 3px solid #53bff3;
}
.search_menu > ul li:nth-child(2) {
    border: 3px solid #53d88b;
}
.search_menu > ul li:nth-child(3) {
    border: 3px solid #ffb356;
}
.search_menu > ul li:nth-child(4) {
    border: 3px solid #ff74a9;
}
.search_menu > ul li:nth-child(5) {
    border: 3px solid #bc7ce4;
}
#About .search_menu > ul li {
    width: 18%;
    height: 100px;
    border-radius: 5px;
    margin: 0 1%;
}

@media screen and (max-width: 640px) {
    #About .search_menu > ul li {
        width: 48%;
        margin: 0 0 10px;
    }
}

#SubContents .search_menu > ul li {
    width: 48%;

}

@media screen and (max-width: 640px) {
    #SubContents .search_menu > ul li {
        width: 98%;
    }
}

#SubContents2 .search_menu > ul li {
    width: 23%;
}

@media screen and (max-width: 640px) {
    #SubContents2 .search_menu > ul li {
        width: 48%;
    }
}

/*
#SubContents .search_menu > ul li a:before,
#SubContents2 .search_menu > ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 160%;
    display: block;
    position: absolute;
    top: 11%;
    right: 15px;
}
*/

.search_menu > ul li a {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    width: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.search_menu > ul li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.search_menu > ul li:nth-child(1) a:after {
    background: #53bff3;
}
.search_menu > ul li:nth-child(2) a:after {
    background: #53d88b;
}
.search_menu > ul li:nth-child(3) a:after {
    background: #ffb356;
}
.search_menu > ul li:nth-child(4) a:after {
    background: #ff74a9;
}
.search_menu > ul li:nth-child(5) a:after {
    background: #bc7ce4;
}
.search_menu > ul li a:hover:after, .search_menu > ul li a:focus:after, .search_menu > ul li a:active:after {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.search_menu > ul li a:hover {
    text-decoration: none;
    color: #ffffff;
/*    background-color: #999;*/
}

.search_menu > ul li a[href$='.pdf'] {
    background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}

/* サービス一覧 */
a.index-box {
    color: #000;
    width: 48%;
    min-height: 150px;
    margin: 2em auto;
    padding: 25px;
    word-break: break-all;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    transition: 0.2s ease-in-out;
    display: block;
}

a.index-box:hover {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
    transform: translateY(-4px);
}
a.index-box div {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1139px) {
}
@media screen and (max-width:750px) {
    a.index-box {
        width: 96%;
    }
    .item5 {
        width: 96%;
    }
}
@media screen and (max-width:479px) {
}

a.index-box h4 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #333;
    margin-top: 30px;
}
a.index-box h4:before {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    border-radius: 5px;
    height: 8px;
    top: -15px;
    left: 0;
}
a.index-box p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
}
a.index-box:nth-child(1) h4:before {
    background-color: #eb8ab3;
}

a.index-box:nth-child(2) h4:before {
    background-color: #ee8b14;
}

a.index-box:nth-child(3) h4:before {
    background-color: #25a7d7;
}

a.index-box:nth-child(4) h4:before {
    background-color: #e94b40;
}
.card-list img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}
.card-figure {
    margin: 0;
    padding: 0;
    height: auto;
    max-height: 330px;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #5e5e5e;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 90%;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(90% / 2); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(90% / 2); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる 
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }*/
}
/* about */
#About {
    /*margin-bottom: 30px;*/
    padding: 15px 0 0 0;
/*    background: url(../img/common/bg_check.png) repeat;*/
}

#About .left {
    width: 650px;
}

#About .right {}

#About .more-link {
    margin: 20px 0;
}

@media screen and (max-width: 640px) {
    #About {
        margin-left: -10px;
        margin-right: -10px;
        padding: 30px 10px 10px;
    }

    #About .left {
        float: none;
        width: auto;
    }

    #About .right {
        float: none;
        text-align: center;
    }
}


/* information */
#Information {
    padding: 30px 0;
    background-color: #f9efe3;
}

.flex-item {
    width: 550px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#News {
    margin: 0 10px 0 0;
}

#Blog {
    margin: 0 0 0 10px;
}

#Blog ul {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 280px;
}

.feed li {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px dashed #b9b9b9;
    padding: 10px 0;
}

.feed .date {
    margin-right: 20px;
    padding: 4px 10px;
/*    display: block;*/
}

.feed li a {
/*    text-decoration: underline;*/
}

.feed .title {
    display: inline;
}

@media screen and (max-width: 640px) {
    #Information {
        flex-direction: column;
    }

    .flex-item {
        width: auto;
    }

    #News,
    #Blog {
        margin: 0 10px;
    }

    #News {
        margin-bottom: 30px;
    }
}

/*SubContents*/
#SubContents{
    padding: 30px 0;
    background-color: #FFEB9D;
}

#SubContents2 .search_menu {
    width: 100%;
    padding: 30px 0;
    background: url(../img/common/bg_check.png) repeat;
}
#SubContents2 .search_menu ul {

}

.bx-caption {
    text-align: center;
    display: none;
}

.icon-padding {
    padding-right: 10px;
}
@media print {
    #SliderWrap {
        width: 92%;
        margin: 0;
    }
    .bx-wrapper li.bx-clone {
        display: none;
    }
    .bx-wrapper li {
        width: 92%;
    }
    .bx-wrapper img {
        width: 84%;
    }
    .bx-controls {
        display: none;
    }
    .flex-item {
        width: 40%;
    }
    .search_menu ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    #About .search_menu > ul li {
        width: 20%;
    }
    #Blog ul {
        overflow-y: visible;
        overflow-x: visible;
        height: auto;
    }
    .search_menu > ul li {
        width: 40%;
    }
}

/*SERVICE*/
.top_service_img {
    padding-top: 40%;
    position: relative
}

.top_service_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 106%);
    transition: opacity 1.5s;
    opacity: .5
}

.hover_area:hover .top_service_img:before {
    opacity: .8
}

.top_service {/*必要無くなり次第削除*/
    width: 50%
}

.sa {
    transition: transform 1s
}

.js_trigger .sa {
    transform: scale(1.15);
}

.js_trigger.anim .sa {
    transform: scale(1);
}

.small_area {
    overflow: hidden;
}

.hover_area:hover .img_area {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_service>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.top_service_text {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 1023px) {
    .top_service_text {
        left: 2rem;
        bottom: 2rem
    }
}

.top_service_text .no {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold
}

.top_service_text .big {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 14px 0 10px;
    margin: 1.4rem 0rem 1rem
}

@media only screen and (max-width: 414px) {
    .top_service_text .big {
        margin: 10px 0px;
        margin: 1rem 0rem
    }
}

.top_service_text .small {
    font-weight: normal;
    font-size: 11px;
    font-size: 1.1rem
}

@media only screen and (max-width: 1023px) {
    .top_service {
        width: 100%
    }
}

.section_tit_box h3.en {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-weight: bold;
    letter-spacing: .15em;
    font-family: 'Cinzel', serif;
}
.section_tit_box h3.en::before,
.section_tit_box h3.en::after {
	content: "-";
}
.section_tit_box .jp {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: normal;
}

.section_tit_box p {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .2em;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .no1 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service1_2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 92%;
    }
}

@media only screen and (max-width: 1023px) {
    .no1 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service1_2_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 92%;
    }
}

@media only screen and (min-width: 1024px) {
    .no2 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (max-width: 1023px) {
    .no2 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service2_sp.jpg?ver2);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (min-width: 1024px) {
    .no3 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service3.jpg?ver1);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (max-width: 1023px) {
    .no3 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service3_sp.jpg?ver2);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (min-width: 1024px) {
    .no4 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service4.jpg?ver1);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;em
    }
}

@media only screen and (max-width: 1023px) {
    .no4 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service4_sp.jpg?ver2);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (min-width: 1024px) {
    .no5 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service5.jpg?ver1);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (max-width: 1023px) {
    .no5 .top_service_img.lazyloaded {
        background-image: url(../../../images/top_service5_sp.jpg?ver2);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.img_area {
    transition: transform 5s linear;
    transform: scale(1);
}