﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
body{font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#con1,#con2,#con2 .img_wrap,#con3,#con3 .box .circle,.all_contents{position: relative;}
/*リピートなし*/
.footer_contact:before,#con1:before,#con1:after,#con2:before,#con2:after,#con2 .img_wrap:before,#con3:before,#con3:after,#con3 .box .circle:before,#topCms:before,.all_contents:before,.all_contents:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.footer_contact:before{
background-image: url(./Dup/img/obj5.png);
background-size: 100%;
width: 10vw;
height: 15vw;
top: -145px;
left: 10vw;
}


#con1:before,#con3:before,#con3:after,.all_contents:before{
background-image: url(./Dup/img/wave1.png);
background-size: 100%;
width: 100%;
height: 5vw;
left: 0;
}

#con1:before,#con3:before,.all_contents:before{top: -5vw;}/* 上向き 上に設置 */
#con3:after{bottom: -5vw;transform: scale(-1, -1);}/* 下向き 下に設置 */

#con1:after{
background-image: url(./Dup/img/obj8.png);
background-size: 100%;
width: 15vw;
height: 15vw;
top: -6vw;
right: 15vw;
}

#con2:before,.all_contents:after{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 15vw;
height: 10vw;
top: -5vw;
right: 7vw;
}
#con2:after{
background-image: url(./Dup/img/obj3.png);
background-size: 100%;
width: 10vw;
height: 15vw;
bottom: -60px;
left: 10vw;
z-index: 1;
}
#con2 .img_wrap:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 16vw;
height: 16vw;
bottom: -4vw;
left: 8vw;
}

#con3 .box .circle:before{
background-image: url(./Dup/img/obj6.png);
background-size: 100%;
width: 100%;
height: 100%;
top: 15px;
left: 15px;
}


#topCms:before{
background-image: url(./Dup/img/obj4.png);
background-size: 100%;
width: 15vw;
height: 10vw;
top: 0;
right: 10vw;
}

/*--------------------------------
全体
--------------------------------*/
#fakeloader .fl{max-width: 300px;}

.logo1{max-width: 250px;}

.menu_btn span.bg_color2{background-color: #5FC3C8;}
#sp_nav .sp_nav_inner .menu__header .logo3 img {max-width: 250px;}

.footer_contact h4.linehight_h {line-height: 1;}
.footer .txt_white{color: #2887b9;}

.fix_banner{
width: 400px;
height: 120px;
position: fixed;
right: 50px;
z-index: 5;
}
/*--------------------------------
TOP
--------------------------------*/
#main_img{
height: 105vh;
overflow: hidden;
}
#main_img img{width: 100%;height: auto;}

/*
.catch{
position: absolute;
top:53%;
left: 5%;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
*/
.catch{
position: absolute;
top:53%;
left: 52%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

#main_img .catch_wrap{
position: relative;
display: block;
width: 40vw;
height: 24vw;
}

#main_img .catch_wrap:before,
#main_img .catch1,
#main_img .catch2,
#main_img .catch3{
content: "";
display: block;
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
}

#main_img .catch_wrap:before{
background-image: url(./Dup/img/obj7.png);
width: 19vw;
height: 19vw;
top: -4vw;
right: 2vw;
}

#main_img .catch1{
background-image: url(./Dup/img/catch1.png);
width: 18vw;
height: 8vw;
top: 0;
left: 0;
opacity: 0;
}
#main_img .catch2{
background-image: url(./Dup/img/catch2.png);
width: 18vw;
height: 8vw;
top: 8vw;
left: -0.5vw;
opacity: 0;
}
#main_img .catch3{
background-image: url(./Dup/img/catch3.png);
width: 39vw;
height: 8vw;
top: 16vw;
left: -2vw;
opacity: 0;
}


@-webkit-keyframes slideInRight{
  from {
      opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
      opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
     opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
     opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
-webkit-animation: slideInRight 0.75s ease forwards;
animation: slideInRight 0.75s ease forwards;
}


.topTxt1 .arrow{margin-left: -15px;}

/* TOPお知らせ */
.topcms_news_type2 .cate_box {
width: 46.33333%!important;
margin-right: 1.5%;
margin-left: 1.5%;
cursor: pointer;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
box-shadow: 0 6px 12px rgb(0 0 0 / 0);
/* padding: 20px; */
/* border-radius: 20px; */
/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
cursor: pointer;
}
.topcms_news_type2 .txt_height {
height: 5em
}
.topcms_news_type2 .box_img1 {
border-radius: 10px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}


/* TOP メニュー */
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_menu_type3 .cate:last-of-type{margin-bottom: 0}
}
/*--------------------------------
下層
--------------------------------*/
.pagetitle{padding-bottom: 100px;}

/*よくある質問*/
.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #5fc3c8;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #f5f4f4;
    left: 100%;
    top: 35px;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}
}

/* 口コミ */
.v_type3 .cate_box{border: 1px solid #5fc3c8;}
.v_type3 .box_title1{color: #64beeb;}

@media  screen and (max-width: 1600px){

#main_img img{width: auto;height: 100%;}

}


/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

.menu_btn{box-shadow: none;border: none;right: 15px;}

#main_img{height: 50vh;}
#main_img .catch_wrap{
width: 42vw;
height: 29vw;
}
#main_img .catch_wrap:before{
width: 22vw;
height: 23vw;
top: -3vw;
right: -3vw;
}

#main_img .catch1{
width: 23vw;
height: 10vw;
}
#main_img .catch2{
width: 23vw;
height: 10vw;
top: 10vw;
}
#main_img .catch3{
width: 44vw;
height: 9vw;
top: 20vw;
}

#con1:before,#con3:before,#con3:after,.all_contents:before{
background-image: url(./Dup/img/wave2.png);
height: 7vw;
}
#con1:before,#con3:before,.all_contents:before{top: -6vw;}/* 上向き 上に設置 */
#con3:after{bottom: -5vw;}/* 下向き 下に設置 */

#con1:after{
width: 21vw;
height: 21vw;
top: -10vw;
right: auto;
left: 49%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#con2 .img_wrap:before{
width: 28vw;
height: 27vw;
bottom: -3vw;
left: 24vw;
}
#con2:before,.all_contents:after{
width: 18vw;
height: 13vw;
top: -7vw;
}
#con2:after{
width: 13vw;
height: 18vw;
bottom: -20px;
}

#topCms:before{
width: 18vw;
height: 13vw;
}
.footer_contact:before{
width: 13vw;
height: 19vw;
top: -80px;
}

.pagetitle{padding-bottom: 65px;}

.copy{padding-bottom: 150px;}
#page8 .copy{padding-bottom: 30px;}
}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

.logo1{
max-width: 170px;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.logo1:hover{
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
#sp_nav .sp_nav_inner .menu__header .logo3 img {max-width: 200px;}

#main_img .catch_wrap{
width: 72vw;
height: 45vw;
}
#main_img .catch_wrap:before{
width: 35vw;
height: 35vw;
top: -6vw;
}
#main_img .catch1{
width: 35vw;
height: 15vw;
}
#main_img .catch2{
width: 35vw;
height: 15vw;
top: 15vw;
}
#main_img .catch3{
width: 75vw;
height: 15vw;
top: 30vw;
}

.footer_contact:before{
width: 16vw;
height: 23vw;
top: -40px;
}
.footer_contact h4.font_50{font-size: 40px;}

#con1:before,#con3:before,#con3:after,.all_contents:before{
background-image: url(./Dup/img/wave3.png);
height: 10vw;
}
#con1:before,#con3:before,.all_contents:before{top: -9vw;}/* 上向き 上に設置 */
#con3:after{bottom: -9vw;}/* 下向き 下に設置 */

#con1:after{
width: 25vw;
height: 25vw;
top: -15vw;
}

#con2:before, .all_contents:after{
width: 23vw;
height: 16vw;
top: -9vw;
}
.all_contents:after{top: -13vw;}

#con2:after{
width: 16vw;
height: 23vw;
bottom: -20px;
}

#con3 .box .img{border-radius: 50%;}
#con3 .box .circle:before{
width: 300px;
height: 300px;
top: 15px;
left: 30px;
}

#topCms:before{
width: 23vw;
height: 16vw;
}

.copy{padding-bottom: 30px;}
.fix_banner{
width: 40px;
height: 170px;
right: 0;
}
.pagetop{
width: 40px;
height: 40px;
right: 2px;
}
.pagetop i{
line-height: 40px;
width: 40px;
height: 40px;
}


}

/*IE*/
@media all and (-ms-high-contrast: none) {

.qa_type3 .con_no{top: 11px;}
#page8 .contact_tel a{padding: 18px 40px;}

}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #64beeb; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #64beeb;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #64beeb;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #5fc3c8;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #64BEEB;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #D5EEFF;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #5FC3C8;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #F5F4F4;} /* アクセントカラー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: #64BEEB;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #D5EEFF;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #5FC3C8;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #F5F4F4;} /* アクセントカラー2 */
.bg_color5{background-color: #f2f6f8;}
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.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: #64BEEB;}
.border_color2,.hvr_border_color2:hover{border-color: #D5EEFF;}
.border_color3,.hvr_border_color3:hover{border-color: #5FC3C8;}
.border_color4,.hvr_border_color4:hover{border-color: #F5F4F4;}