﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Zen+Kaku+Gothic+New&display=swap');

body{
    background-color: transparent!important;
    font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
}

.Russo, .en, #top_contents1 h3::before, #top_contents2 h3::before, .date, a[href^="tel:"], #header_contact a{
    font-family: 'Montserrat', "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
}

.font_bold{
    font-weight: normal;
}

#top_contents1 h3::before, #top_contents2 h3::before, .cms_title p, #page_title p, #pc_nav li span.en, #footer_contact > p, #top_message p:first-of-type{
    font-weight: 600;
}

/**** fade ****/

#top_cms .cms_title h2 span, #page_title h2 span{
    display: inline-block;
    transition: 1s;
    transition-property: transform, opacity;
    transform: translateX(10px);
    opacity: 0;
}
#top_cms .cms_title h2 span.active, #page_title h2 span.active{
    transform: none;
    opacity: 1;
}
.fade_txt span.active{
    transform: none;
}

.fadein .fade_box{
    transform: translateY(10px);
    opacity: 0;
    transition: 1s;
    transition-property: opacity,transform;
}
.fadein .fade_box.active{
    transform: none;
    opacity: 1;
}


/***********/

#wrap{
    overflow: hidden;
}

.normal_img img, .square_img, .rectangle_img{
    border-radius: 5px;
}

header{
    position: relative;
}
header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -2px;
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 100% 100%;
    z-index: 1;
}
#header{
    transition: 1s;
    transition-property: background-color;
    background-color: rgba(255,255,255,0.4);
}
#header.headfix{
    background-color: rgba(255,255,255,0.8);
}
#header_contact{
    color: #fff;
}
#header_contact a.btn_back{
    transform: none;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(to bottom right, #26719b, #00406b 70px);
    border-radius: 50px 0 0 50px
}
#header_contact a.btn_back:hover{
    opacity: 0.8;
}
#header_contact span{
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-size: 20px;
}
#pc_nav li span.jp{
    color: #181818;
}
#vegas{
    margin-bottom: 0;
    height: 100vh;
}
#vegas::before{
    background-image: url('./Dup/img/bg_img4.png')!important;
}
#vegas .main_title{
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
    transform: translate(-50%, -50%) scale(1.05);
}
#vegas .main_title.active{
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
}
.l-menu__body > h3 .txt_color1{
    color: #fff;
}
.l-menu__nav{
    border-color: #fff;
}
.l-menu__nav > .l-menu__nav{
    border-top: none;
    padding-top: 0;
}
.l-header__toggle{
    top: 24px;
}
.l-menu__contact a{
    border-radius: 5px;
}

.top_message_wrap{
    position: relative;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 100%;
    padding: 150px 0;
}
.top_message_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(247,247,247,1), rgba(247,247,247,0));
}
#top_message{
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
#top_message p:first-of-type{
    font-size: 40px;
    letter-spacing: 3px;
    color: #26719b;
}
#top_message h2{
    text-align: center;
    position: relative;
    line-height: 1.5;
}
#top_message h2::before{
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    left: 0;
    right: 0;
    top: -15px;
    background-color: #d5e1e2;
    margin: auto;
}

#top_contents1 h3, #top_contents2 h3{
    line-height: 1.5;
    padding-bottom: 20px;
}
#top_contents1 h3::before, #top_contents2 h3::before{
    color: #fff;
    opacity: 0.2;
    pointer-events: none;
}

#top_contents2{
    margin-bottom: 0;
}

#top_cms .top_cms_sec{
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: none;
}
#top_cms .top_cms_sec:first-of-type{
    background-color: #f7f7f7;
}
#top_cms .cms_title{
    border-bottom: none;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
}
#top_cms .cms_title::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to right, #00406b, #82cecc);
}
.cms_title:after{
    display: none;
}
.cms_title h2{
    margin-bottom: 0;
    font-size: 18px;
}
.cms_title p{
    font-size: 40px;
    opacity: 1;
}

.c-btn{
    padding-left: 50px;
    padding-right: 50px;
}
.c-btn__back{
    transform: none;
    border-radius: 50px;
}
#footer_contact .c-btn__back{
    background: linear-gradient(to bottom, #26719b, #00406b);
}
#footer_contact .c-btn__back:hover{
    opacity: 0.8;
}

header span.before, header span.after{
    display: none;
}
#filter_white {
    background-color: rgba(255,255,255, 0.6)!important;
    padding: 200px 0 130px;
}

#page_title{
    text-align: center;
}
#page_title h2{
    font-size: 18px;
    color: #00406b;
    margin-bottom: 20px;
}
#page_title p{
    display: inline-block;
    font-size: 50px;
    background:linear-gradient(to bottom right, #82cecc, #00406b 70px);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	color: #181818;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #00406b, #82cecc);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cate_list li a, .pager li a{
    border-radius: 5px;
}

#page7 .bg_color4{
    background-color: #f7f7f7;
}


#footer_contact{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
#footer_contact::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(247,247,247,0.6);
    background-image: url('./Dup/img/bg_img5.png'), url('./Dup/img/bg_img2.png');
    background-size: 1200px, 100% 80px;
    background-position: bottom center, top center;
    background-repeat: repeat-x, no-repeat;
}
#footer_contact > h3, #footer_contact > p, #footer_contact > div{
    position: relative;
}
#footer_contact > h3{
    color: #00406b;
}
#footer_contact > p{
    color: #26719b;
}
#footer_contact p.more{
    margin-left: 10px;
    margin-right: 10px;
}
#footer_contact p.more .c-btn{
    padding: 30px 0;
    width: 400px;
}

.footer_sitemap, #footer{
    border-color: #fff;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#vegas{
    height: 100vw;
}
header::before{
    height: 6vw;
}
.top_message_wrap{
    background-size: 800px;
    padding: 100px 0;
}
.top_message_wrap .fadein .fade_box{
    transform: none;
    opacity: 1;
}
#top_contents1 h3::before, #top_contents2 h3::before{
    color: #26719b;
    opacity: 0.8;
    font-size: 50px;
    top: -30px;
}
#top_contents1 h3, #top_contents2 h3{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}
.top_contents1_box p, .top_contents2_box p{
    opacity: 1;
}
#top_message{
    padding-top: 60px;
}
#page_title p{
    font-size: 40px;
}
#filter_white{
    padding: 150px 0 80px;
}
#footer_contact{
    padding-top: calc(100px + 6vw);
}
#footer_contact::before {
    background-size: 800px, 100% 6vw
}
#footer_contact p.more .c-btn {
    width: 300px
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.l-header__toggle {
    top: 16px;
}
#top_message p:first-of-type {
    font-size: 30px;
}
#top_message h2 {
    font-size: 20px;
    text-align: left;
}
.top_contents1_box, .top_contents2_box{
    margin: 80px 5%;
    width: 90%!important;
}
.cms_title p {
    font-size: 30px;
}
#page_title p{
    font-size: 30px;
    background:linear-gradient(to bottom right, #82cecc, #00406b 40px);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#page_title p{
    background: none;
    color: #26719b;
}
}