﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
body {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
/*お問合わせバナー*/
#fix_bnr{bottom: 7px;right: 35px;z-index: 5;width: 331px;}
@media screen and (max-width: 1280px){
	#fix_bnr{width: 277px;}
}
@media screen and (max-width: 768px){
#fix_bnr {
    bottom: 31px;
    width: 253px;
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    bottom: 11px;
    right: 30px;
    max-width: 170px;
    width: 44%;
}
}

/* color */
.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #007FBD;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #00B1BB;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #1F2D75;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #59E2E2;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #007FBD;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #00B1BB;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #1F2D75;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #59E2E2;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #007FBD;}
.border_color2,.hvr_border_color2:hover{border-color: #00B1BB;}
.border_color3,.hvr_border_color3:hover{border-color: #1F2D75;}
.border_color4,.hvr_border_color4:hover{border-color: #59E2E2;}

/* all page */
/*fonts*/
.overlay .overlay-nav .en, .top_cms_box .cms_title h3 {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.linkStyle{color: #333;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}

.txt_color5, .hvr_txt_color5:hover{color: #fff;} /* アクセントカラー2 */

.blur {
    background: rgba(255,255,255,0.75);
}
.txt_white, .hvr_txt_white:hover {
    color: #333;
}
.more .txt_white {
    color:#fff;
}
footer .txt_white {
    color:#fff;
}
.more .more_item:before {
    background-color: #1F2D75;
}
.more .more_item:hover{
    border-color: #59E2E2;
}
.more .more_item:hover .icon-right.after:before {
    color: black;
}
.more .more_item:hover .icon-right.after:after {
    color: black;
}
.more .more_item:after{
    display: none;
}
#pc_nav li a::after, #footer_nav li a::after {
    background: #59E2E2;
}
#loading,
.filter1 {
    background: rgb(0,127,189); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,127,189,1) 0%, rgba(0,175,187,1) 50%, rgba(89,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fbd', endColorstr='#59e2e2',GradientType=1 ); /* IE6-9 */
}
#loading_logo {
    max-width: 400px;
}
.overlay:before {
    background-color: rgba(0,127,189,0.3);
}
/* header */
header,
header.scr_header {
    background-color: rgba(255,255,255,0.8)!important;
}
.menu-trigger-bar {
    background-color: black;
}
.menu-trigger-bar:before {
    background-color: #59E2E2;
}

/* top ----------------*/
/* main img */
/*#main_img:before {
    background-color: rgba(255,255,255,0.25);
    z-index: 1;
}*/
#main_img .catch {
    z-index: 1;
    width: 70%;
    max-width: 1080px;
    top:53%;
}
#main_img .catch2 {
    z-index: 1;
    width: 70%;
    max-width: 1080px;
    top:53%;
	mix-blend-mode: screen;
	animation-name: catch;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-iteration-count:infinite;
    animation-direction:alternate;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes catch {
	0%{opacity: 0;}
	100%{opacity: 1;}
}
#main_img:before{
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	display: block;
	background-image: url("./Dup/img/dot_img.png");
	z-index: 1;
}
#main_img .sns_links {
    z-index: 3;
    width: 200px;
    max-width: 300px;
}
/* main */
.top_title h2 > span:before {
    background-color: #333;
    width: 2px;
}
/* intro */
.intro_right .intro_title{
    position: relative;
}
.intro_right .intro_title::before{
    content: "";
    background-color: #59E2E2;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.intro_title {
    background: rgb(0,127,189); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,127,189,1) 0%, rgba(0,175,187,1) 50%, rgba(89,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fbd', endColorstr='#59e2e2',GradientType=1 ); /* IE6-9 */
    color:#fff;
    padding:10px;
}
/* contents */
.contents_title_img {
    margin: -20px auto;
}
.con1_img{
    max-width: 250px;
}
#contents .con_title {
    position: relative;
    z-index: 1;
}
.con_box_item .con_txt span {
    background: rgb(0,127,189); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,127,189,1) 0%, rgba(0,175,187,1) 50%, rgba(89,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fbd', endColorstr='#59e2e2',GradientType=1 ); /* IE6-9 */
    color:#fff;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    padding:20px;
    font-weight: bold;
    border-top:3px solid #1F2D75;
    border-bottom:3px solid #1F2D75;
    font-size: calc( 100% + 2px );
}
/* topcms */
#top_cms .top_cms_box{
    background: rgb(0,127,189); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,127,189,1) 0%, rgba(0,175,187,1) 50%, rgba(89,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,127,189,1) 0%,rgba(0,175,187,1) 50%,rgba(89,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fbd', endColorstr='#59e2e2',GradientType=1 ); /* IE6-9 */
    border-color: #1F2D75;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cms_6-b .cate_box .box_txt1{
    color: #fff;
}
.cms_5-c .box_title1 {
    border-color: rgba(0,0,0,0.15);
    color: #fff;
}
.cms_5-c .box_txt1::before, .cms_5-c .box_txt1{
    color: rgba(255,255,255,0.9);
}
/* footer */
.info_btn_wrap a{
    color: #1F2D75;
    background-color: #fff;
    border: 1px solid #fff;
}
.info_btn_wrap a:hover{
    color: #fff;
    background-color: #007FBD;
    border: 1px solid #fff;
}
#copyright, #copyright a{
    color: #fff;
}
.scroll_d > span {
    background-color: rgba(51,51,51,0.5);
}
/* under page */
#page_title_img:before {
    background-color: rgba(255,255,255,0.35);
}
.cate_list li a{
    color: #fff;
}
.cate_list li a:hover{
    color: #fff;
}
#page_title .en:before {
    background-color: #9e9e9e;
    width: 2px;
}
.page_container .con_box{
    background: rgba(255,255,255,0.8);
}
.page .cate{
    text-align: center;
}
.page .cate p, .page .cate .box_wrap{
    text-align: left;
}
.page .cate_title{
    border: none;
    background: none;
    position: relative;
}
.page .cate_title::before{
    content: "";
    background-color: #59E2E2;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#contact_tel .txt_white {
    color:#fff;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    header {
        background-color: rgba(255,255,255,1)!important;
    }
    #loading_logo {
        max-width: 300px;
    }
    #main_img {
        padding-top:73px;
    }
    #main_img .catch,#main_img .catch2 {
    width: 85%;
    top:60%;
    }
    #main_img .sns_links {
        width: 150px;
        max-width: 200px;
        left: 20px;
    }
    .con1_img {
        max-width: 180px;
    }
    .map {
        height: 450px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    header {
        background-color: rgba(255,255,255,1)!important;
    }
    header.scr_header {
        background-color: rgba(255,255,255,0.8)!important;
    }
    #header #logo{
        max-width: 180px;
    }
    .menu-trigger, .close-trigger {
        right: 5px;
    }
    #loading_logo {
        max-width: 200px;
    }
    #video {
        height: 32vh;
    }
    #main_img {
        padding-top:50px;
    }
    #main_img .sns_links {
        width: 120px;
        left: 0;
    }
    .con1_img {
        max-width: 140px;
        margin: -15px auto;
    }
    #contents .con_title {
        font-size: 40px;
    }
    #contents_modal .modal_title2{
        letter-spacing: 0.5px;
        font-size: 17px;
    }
    .map {
        height: 300px;
    }
    #page_title .en {
        left: 3%;
    }
    #header{
        padding-right: 40px;
    }
    
}
/*コード集から*/
.topcms_news_type4 .cate_box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.topcms_news_type4 .cate_box{
	background-color: #fff;
	padding: 0;
	box-shadow: 10px 25px 30px rgb(0 0 0 / 8%);
	border-top: 3px solid #1F2D75;
}
.topcms_news_type4 .txt_height{
	height: 3em
}
.topcms_news_type4 .box_title1:empty{
	display: block!important;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type4 .cate_box {width: 46.33333%!important;}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type4 .cate_box {width: 100%!important;}
}

.qa_type4 .cate_box{
	background-color: #edede9;
}
.qa_type4 .box_title1{
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 12px 36px 12px 50px;
	background-image: url(./Dup/img/faq_q.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}
.qa_type4 .box_title1:after{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px;
	content: '\2b';
	display: inline-block;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.qa_type4 .box_title1.open:after{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.qa_type4 .box_txt1 p{
	background-image: url(./Dup/img/faq_a.png);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding: 10px 10px 10px 40px;
}
.qa_type4 .box_title1:empty{
	height: 24px;
}
/*スクリーンショット用*/

/*#page_title_img{
    background-image:url(./Dup/img/main_img.jpg)!important;
    background-size:100% auto;
    background-position:center center;
}
#luxy{
    transform:none!important;
    position:initial!important;
}*/
