.top_loading_off .pace{
    display: none;
}
.top_loading_off.loadingBar_on,
.top_loading_off.loadingBar_off{
    display: none;
}
body.top_loading_off #container{
    opacity:1;
}
body.top_loading_on.pace-done #container{
    opacity:1;
}

/****************
見出し 共通
****************/
.top_section .ttl_wrap{
    text-align: center;
}
.top_section .ttl_wrap span{
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
    line-height: 1;
}
.top_section .ttl_wrap h2{
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1;
}
.top_section .top_section_inner h3{
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}


.top_section .ttl_wrap2{
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    padding-bottom: 30px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 30px;
}
.top_section .ttl_wrap2 .ttl_left{
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    margin-right: 15px;
    line-height: 1;
}
.top_section .ttl_wrap2 .ttl_right{
    font-size: 1.3rem;
    font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.top_section.section_bgimg .top_section_inner h3{
    margin-bottom:60px;
}
.top_section.LR_content .top_section_inner h3{
    margin-bottom:60px;
}


@media screen and (max-width: 768px) {
    .top_section .ttl_wrap span{
        font-size:10vw;
    }
    .top_section .ttl_wrap h2{
        margin-bottom:10px;
        font-size:6vw;
    }
    .top_section .top_section_inner h3{
        margin-bottom:40px;
        font-size:5vw;
    }

    .top_section .ttl_wrap{
        text-align: left;
    }
    .top_section .top_section_inner h3{
        text-align: left;
    }
    .top_section .ttl_wrap2 {
        padding-bottom: 20px;
        margin-bottom: 70px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top_section .ttl_wrap2 .ttl_left{
        margin-right: 0;
        margin-bottom: 40px;
    }
    .top_section .ttl_wrap2 .ttl_left span{
        line-height: 1;
        display: block;
        font-size: 10vw;
    }
    .top_section .ttl_wrap2 .ttl_right h2{
        font-size: 6vw;
        font-weight: 500;
    }
}

/****************
TOP 共通コンテンツ
****************/
section.top_section{
    position: relative;
    top:0;
    z-index: 10;
}
section.top_section.concept{
    margin: 30px;
}
section.top_section.concept .ttl_wrap + .top_section_inner .more_btn{
    margin-top:40px;
}
section.top_section.gallery{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:100px;
}
section.top_section.section_bgimg .top_section_in .top_section_inner + .more_btn{
    margin-top:40px;
}
section.top_section .wrapper{
    padding: 100px 0;
}
section.top_section.wrapper_full .wrapper{
    width: 100%;
    padding:100px 0 0 ;
}
section.top_section.wrapper_full#menu .wrapper{
    width: 100%;
    padding:0 ;
}
section.top_section.wrapper_full#menu2 .wrapper{
    width: 100%;
    padding:100px 0 0 ;
}
section.top_section.blog{
    padding:0 0 100px;
}

@media (max-width: 1450px) {
    section.top_section.gallery .wrapper{
        width: 92% ;
    }
}
@media (max-width: 1169px) {
    section.top_section.gallery{
        padding:6%;
    }
}

@media (max-width: 768px) {
    section.top_section .wrapper{
        padding: 70px 0 0;
        width: calc(100% - 12%);
    }
    section.top_section.access .wrapper{
        padding: 70px 0 ;
    }
    section.top_section.concept{
        /*padding: 70px 24px;
        margin: 0;*/

        margin: 70px 24px;
    }
    section.top_section.concept .textArea{
        margin: 0px auto 70px;
    }
    section.top_section.concept .wrapper{
        width: calc(100% - 50px);
        padding: 70px 25px;
    }
    section.top_section.gallery{
        padding: 70px 24px;
    }
    section.top_section.gallery .wrapper{
        width: calc(100% - 12%);
        padding: 70px 0 ;
    }
    section.top_section.service .wrapper{
        width:100%;
        /*padding: 140px 0 0;*/
        padding: 70px 0;
    }
    section.top_section.service .ttl_wrap{
        width: calc(100% - 12%);
        margin:0 auto;
    }
    section.top_section#menu2 .ttl_wrap{
        width: calc(100% - 12%);
        margin:0 auto;
    }
    section.top_section.wrapper_full .wrapper .ttl_wrap{
        width: calc(100% - 12%);
        margin:0 auto;
    }
    section.top_section.wrapper_full#voice .wrapper .ttl_wrap{
        width: 100%;
    }
    section.top_section.wrapper_full#voice .wrapper .top_section_inner h3{
        width: 100%;
    }
    section.top_section#news .wrapper{
        padding: 100px 0;
    }
    section.top_section.wrapper_full .wrapper{
        width: calc(100% - 12%);
        margin:0 auto;
    }
    section.top_section.wrapper_full .wrapper h3{
        width: calc(100% - 12%);
        margin:0 auto 40px;
    }
    section.top_section#menu2 .top_section_inner h3{
        margin:0 auto 60px;
    }
    section.top_section.service .ttl_wrap span{
    }
    section.top_section.service .ttl_wrap h2{
    }
    section.top_section.service .top_section_inner h3{
        width: calc(100% - 12%);
        margin:0 auto;
    }
    section.top_section.wrapper_full.blog .wrapper .ttl_wrap{
        width: 100%;
    }
    section.top_section.blog .top_section_inner h3{
        width: 100%;
    }
    section.top_section.access .wrapper{
        width: 100%;
    }
    #aboutus.top_section .content_wrap{
        width: 100%;
    }
}



/*
 TOP GALLERY
****************************************/
.top_gallery_list {
    margin: 60px auto 40px;
}
.top_gallery_list ul {
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.top_gallery_list ul li {
    width: 270px;
}
.top_gallery_list ul li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.top_gallery_list ul li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.top_gallery_list ul li a img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
    z-index: 1;
}
html.no-touchevent .top_gallery_list ul li a:hover img {
    filter: grayscale(80%) blur(5px);
    transform: scale(1.1);
}
.top_gallery_list ul li a .ttl_en_ja span,
.top_gallery_list ul li a .ttl_en_ja h4,
.top_gallery_list ul li a .ttl_en_ja .ja_text{
    box-sizing: border-box;
    position: absolute;
    display: block;
    text-align: center;
    transition: all .5s ease-in-out;
    z-index: 5;
}
.top_gallery_list ul li a .ttl_en_ja span {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.top_gallery_list ul li a:hover .ttl_en_ja span {
    transform: translateY(-270px);
}
.top_gallery_list ul li a:before {
    position: absolute;
    content: "";
    top: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 2;
}
html.no-touchevent .top_gallery_list ul li a:hover:before {
    transform: translateY(-100%);
    opacity: 1;
}
html.touchevent .top_gallery_list ul li a:before {
    transform: translateY(-100%);
    opacity: 1;
}
.top_gallery_list ul li a .ttl_en_ja h4 {
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    transform: translate(-50%,270px);
    font-size: 1.25rem;
    opacity: 0;
    width: 90%;
}
html.no-touchevent .top_gallery_list ul li a:hover .ttl_en_ja h4 {
    opacity: 1;
    transform: translate(-50%,-50%);
    transition-delay: .1s;
}
html.touchevent .top_gallery_list ul li a .ttl_en_ja h4 {
    opacity: 1;
    transform: translate(-50%,-50%);
    transition-delay: .1s;
}

.top_gallery_list ul li a .ttl_en_ja .ja_text {
    top: 60%;
    left: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    transform: translate(-60%,270px);
    font-size: 1rem;
    font-weight: 300;
    opacity: 0;
    white-space: initial;
    font-size: 1rem;
    min-height:170px;
}
html.no-touchevent .top_gallery_list ul li a:hover .ttl_en_ja  .ja_text {
    opacity: 1;
    transform: translate(-50%,-60%);
    transition-delay: .1s;
}
html.no-touchevent .top_gallery_list ul li a:hover .ttl_en_ja  .ja_text:before {
    transition-delay: .5s;
    transform: scaleX(1);
}
@media (max-width: 1450px) {
    .top_gallery_list ul li {
        width: 23%;
    }
}

@media (max-width: 1169px) {
    .top_gallery_list ul li a .ttl_en_ja h4 {
        /*top: 20%;*/
    }
    html.touchevent .top_gallery_list ul li a .ttl_en_ja h4 {
        /*top: 20%;*/
    }
    .top_gallery_list ul li a .ttl_en_ja .ja_text{
        width:80%;
        min-height:auto;
    }
}
@media (max-width: 768px) {
    .top_gallery_list {
        margin: 50px auto 70px;
    }
    .top_gallery_list ul li{
        width: 48%;
    }
    .top_gallery_list ul li:nth-child(n + 3) {
        margin-top:4%;
    }
    /*
    .top_gallery_list ul li a:after {
        content: "View »";
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 2px 10px;
        background: rgba(0,0,0,.4);
        z-index: 100;
        font-size: .8rem;
        color: #fff;
    }*/
    
    .top_gallery_list ul li a .ttl_en_ja {
        display: block;
    }
    html.touchevent .top_gallery_list ul li a .ttl_en_ja h4 {
        top: 50%;
    }

}

@media all and (-ms-high-contrast: none){
    .top_gallery_list ul li section:before {
        position: absolute;
        content: "";
        top: 0%;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all .5s ease-in-out;
        z-index: 2;
    }
    .top_gallery_list ul li section:hover:before {
        transition: background-color 0.4s;
        background-color: rgba(0,0,0, 0.8);
    }
    .top_gallery_list ul li section:hover .ttl_en_ja h4 {
        opacity: 1;
        transform: translate(-50%,-50%);
        transition-delay: .1s;
    }
}


/*
 TOP 3column
****************************************/
section.top_section.service .wrapper {
    width: auto;
    padding: 100px 0 0;
}
.top_3column_list {
    margin: 60px auto 0px;
}
.top_3column_list ul {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.top_3column_list ul li {
    width : 33.33333% ; /* 未対応ブラウザ用 */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
}
*::-ms-backdrop, .top_3column_list ul li {
  width: 33.33%; /* IE11 */
}
.top_3column_list ul li a,
.top_3column_list ul li .list_in {
    position: relative;
    display: block;
    width: 101%;
    overflow: hidden;
}
.top_3column_list ul li a img,
.top_3column_list ul li .list_in img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
    z-index: 1;
}
.top_3column_list ul li a:before,
.top_3column_list ul li .list_in:before {
    position: absolute;
    content: "";
    top: 0%;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .5s ease-in-out;
    z-index: 2;
}
.top_3column_list ul li a:hover:before,
.top_3column_list ul li .list_in:hover:before {
    transition: background-color 0.4s;
}
.top_3column_list ul li a .ttl_en_ja,
.top_3column_list ul li .list_in .ttl_en_ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 72%;
    min-height:140px;
    margin:0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
*::-ms-backdrop, .top_3column_list .ttl_en_ja {
    width: 90%;
}
.top_3column_list .ttl_en_ja h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 1.3rem;
    font-weight: 500;
    width: 100%;
    padding-bottom:40px;
    text-align: center;
}
*::-ms-backdrop, .top_3column_list .ttl_en_ja h4 {
    font-size: 1rem;
}
.top_3column_list .ttl_en_ja h4:after {
    content:"";
    width: 40px;
    height:1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top_3column_list .ttl_en_ja .ja_text {
    margin: 40px auto;
    font-weight: 300;
    white-space: initial;
    font-size: 1rem;
    line-height: 1.75;
    width: 100%;
    min-height:170px;
}
*::-ms-backdrop, .top_3column_list .ttl_en_ja .ja_text {
    font-size: 0.9rem;
    line-height: 1;
}
.top_3column_list .ttl_en_ja i.icon-next {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
    font-size: 1.875rem;
}
.top_3column_list ul li a:hover .ttl_en_ja i.icon-next,
.top_3column_list ul li .list_in:hover .ttl_en_ja i.icon-next {
    margin-left: 5px;
    text-indent: 10px;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
}

@media (max-width: 1169px) {
    .top_3column_list .ttl_en_ja {
        width: 90%;
    }
    .top_3column_list .ttl_en_ja .ja_text {
        margin: 10px auto;
        line-height: 1.2;
        min-height:auto;
    }
}

@media (max-width: 1023px) {
    .top_3column_list .ttl_en_ja i.icon-next {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .top_3column_list{
        margin:60px auto 0;
    }
    .top_3column_list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top_3column_list ul li{
        width: 100%;
    }
    .top_3column_list ul li a,
    .top_3column_list ul li .list_in {
        width: 100%;
    }
    .top_3column_list ul li .ttl_en_ja {
        width: calc(100% - 16%);
        padding-bottom: 4%;
    }
    .top_3column_list ul li .ttl_en_ja h4 {
        font-size: 4vw;
        font-weight: 500;
    }
    .top_3column_list ul li .ttl_en_ja .ja_text {
        font-size: 3.5vw;
        margin: 4% auto;
    }
    .top_3column_list ul li .ttl_en_ja i.icon-next {
        font-size: 4vw;
    }
}

@media screen and (min-width: 769px) and (max-width: 1800px) {
    .top_3column_list ul li .ttl_en_ja h4{
        padding-bottom:20px;
    }
    .top_3column_list ul li .ttl_en_ja .ja_text{
        margin:20px auto;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .top_3column_list ul li .ttl_en_ja{
        width: 90%;
    }
    .top_3column_list ul li .ttl_en_ja h4{
        font-size: 1.1rem;
    }
    .top_3column_list ul li .ttl_en_ja .ja_text{
        font-size: 1rem;
        margin:0px auto;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .top_3column_list ul li .ttl_en_ja{
        width: 90%;
    }
    .top_3column_list ul li .ttl_en_ja h4{
        font-size: 1rem;
    }
    .top_3column_list ul li .ttl_en_ja .ja_text{
        font-size: 0.875rem;
        margin:0px auto;
    }
}


/********************************
TOP共通　背景画像あり
*********************************/
section.top_section.section_bgimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:100px;
}

/*ページCMS時*/
body:not(.cms_dragging) section.top_section.section_bgimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1169px) {
    section.top_section.section_bgimg {
        padding: 6%;
    }
    section.top_section.section_bgimg .wrapper {
        width: calc(100% - 12%);
        padding:6%;
    }
}

@media (max-width: 768px) {
    section.top_section.section_bgimg{
        padding:70px 24px;
    }
    section.top_section.section_bgimg .wrapper {
        width: calc(100% - 12%);
        padding:70px 0;
    }
}

/********************************
NEWS(NEWSFEED・INFORMATION)
*********************************/
.top_section .article_list{
    margin:30px 0 0;
}
@media (max-width: 768px) {
    .top_section .article_list{
        margin: 0;
    }  
}

/********************************
TOP　メニューテーブル（画像1・メニュー複数　パターン）
*********************************/
.top_section.bg_img.image_pattern .wrapper{
    width: 100%;
}
section.top_section.section_bgimg .free_table table.menu_table {
    margin-bottom: 40px;
}
section.top_section.section_bgimg .free_table table.menu_table:last-child {
    margin-bottom: 0px;
}

section.top_section.section_bgimg.image_pattern .free_table table.menu_table {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .top_section.bg_img.image_pattern .wrapper{
        width: calc(100% - 12%);
        padding: 70px 0;
    }
    .top_section.bg_img.image_pattern .wrapper .ttl_wrap{
        text-align: left;
    }
    .top_section.bg_img.image_pattern .wrapper h3{
        width: calc(100% - 0%);
        margin: 0 auto 60px;
        text-align: left;
    }
}

/********************************
特徴
*********************************/

#aboutus.top_section .ttl_wrap{
    text-align: left;
}
#aboutus.top_section .ttl_wrap h3{
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 1.125rem;
}
#aboutus.top_section{
    position: relative;
    z-index: 100;
    padding: 0;
}
#aboutus.top_section .LR_box.img_left .right .ttl_wrap span{
    margin-bottom: 40px;
}
#aboutus.top_section .LR_box.img_left .right .ttl_wrap h2{
    line-height: 1;
}
#aboutus.top_section .LR_box.img_left .right  h3{
    line-height: 1;
}
#aboutus.top_section .LR_box.img_right .left .ttl_wrap span{
    margin-bottom: 40px;
}
#aboutus.top_section .LR_box.img_right .left .ttl_wrap h2{
    line-height: 1;
}
#aboutus.top_section .LR_box.img_right .left  h3{
    line-height: 1;
}

@media (max-width: 1169px) {
    .access .h2_wrap.bdr_btm{
        width: calc(100% - 12%);
        margin: 0 auto;
    }
    #main .content_wrap{
        padding:0px;
    }
    #aboutus.top_section{
        position: relative;
        padding: 0px;
    }
    #aboutus.top_section .content_wrap{
        padding:0 6% ;
    }
    #aboutus.top_section.pattern1 .textArea h3 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}

@media (max-width: 1023px) {
    #aboutus.top_section .content_wrap{
        padding: 70px 0px 0;
    }
    #aboutus.top_section .LR_box .left .img_bg,
    #aboutus.top_section .LR_box .right .img_bg{
        height:600px  ;
    }
}
@media (max-width: 768px) {
    .access .h2_wrap.bdr_btm{
        margin: 0 auto;
    }
    .access .more_btn {
        width: calc(100% - 12%);
        margin: 0 auto;
    }
    #aboutus.top_section .content_wrap{
        padding: 0;
    }
    #aboutus.top_section .LR_box .ttl_wrap span{
        margin-bottom: 40px;
        font-size:9vw;
    }
    #aboutus.top_section .LR_box .ttl_wrap h2{
        font-size:6vw;
        
    }
    #aboutus.top_section .LR_box  h3{
        margin-bottom: 40px;
        font-size:4vw;
    }
    #aboutus.top_section .ttl_wrap h3{
        margin-bottom: 40px;
        font-size:4vw;
    }
}
/*リッチテキスト内のspan*/
.top_section .left .ttl_wrap .text_h span,
.top_section .right .ttl_wrap .text_h span {
    font-size: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}
/*ここまで*/