﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
/*font-------------------------------------------------------------------------*/


.pop400{font-family: 'Zen Kaku Gothic Antique',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;}
/*font-------------------------------------------------------------------------*/



/*毎回いる*/

.swiper-button-next, .swiper-button-prev { z-index: 2 !important;}
#top_cms.back1:before {z-index: -1;}
.nav_menu_more a span::before {
    display: none !important;}
.nav_menu_more.mg_t-10px a span::before {
    display: block !important;}
div#contents2_wrap {margin-top: 50px;}

/*タブレット*/
@media screen and (max-width: 768px){
#cms_1-a .pager li {margin-right: 0px;}
}

@media screen and (max-width: 667px){
#contents1 .line:before, #contents2 .line:before {
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);}
}


/* color ---------------------------------------------------------------------------------------------*/
:root{
    --color1:#74b88d;
    --color2:#e6e9e7;
    --color3:#56976e;
    --color4:#bcd7c0;
    --color5:#a3d3ab;    
    --white:#FFFFFF;
    --black:#666867;
    --gray:#bec8c0;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}

.linkStyle{color: var(--color3);
          border-bottom:solid 1px;
}
#pc_nav li a {color: var(--color3);}
/* color ---------------------------------------------------------------------------------------------*/

/* top ---------------------------------------------------------------------------------------------*/
/*メインビジュアルロゴ＆メニュー消す＋ヘッダー常に表示*/
#main_img .menu {
    display: none;}
.top header {
    opacity: 1 !important;
    z-index: 5;}
div#pc_nav {display: block !important;}

/*タブレット*/
@media screen and (max-width: 768px){
div#pc_nav {display: none !important;} }
/*メインビジュアルロゴ＆メニュー消す＋ヘッダー常に表示*/

img.main_pc {
    width: auto;
    height: 95vh;
    bottom: 0;}

#main_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(dup/img/shadow.png) !important;
    background-size: cover !important;
    mix-blend-mode: multiply;
    opacity: 0.5;
    transform: scale(-1,1);
    background-color: rgb(250,250,250);
    background: linear-gradient(44deg, rgb(255 255 255 / 0%) -11%, rgba(250,250,250,1) 56%, rgb(255 255 255 / 0%) 69%, rgb(255 255 255 / 0%) 100%);
}

div#main_img {
    background: url(dup/img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    border: solid 20px var(--white);
    box-sizing: border-box;
    overflow: hidden;
}
 
.back1:before, .back2:before {background-color: var(--color2) !important;} 

.back1.top_back:before {
    top: 0;
    left: 0;
    width: 100% !important;
    opacity: 0.4 !important;
    height: 70% !important;}


section#intro h3 {
    display: block;
    color: var(--color3);}
.num {display: none;}
div#intro_wrap {
    width: 70% !important;
    margin-left: 10%;}

div#intro_wrap {
    width: 63% !important;
    margin-left: 20%;}
span.posi_abs.item01 {
    width: 12vw;
    mix-blend-mode: overlay;
}
div#intro_wrap .line:before{display:none;}

#contents1 .con_box {
    margin-top: 20%;
    background: rgb(116,184,141);
    background: linear-gradient(140deg, rgba(116,184,141,1) 0%, rgba(116,184,141,1) 41%, rgba(86,151,110,1) 160%);
    color: var(--white);
    padding: 5%;
    padding-right: 10%;
    width: 45% !important;
    margin-top: 5%;
}
div#contents1_wrap {
    padding: 0;
}

div#contents1_wrap .con_img {
    width: 65% !important;
    margin-right: -10%;}

section#contents1 {margin-top: 10%;}


.back2:before {
    height: 200% !important;
    top: calc(200px - 100%);
    right: auto;
    opacity: 0.4;
    z-index: -2;}
#contents2 .con_img {
    margin-bottom: 5%;
    order: 2;
    margin-top: 10%;
    overflow: hidden;
    width: 55% !important;
    box-shadow: 0px 0px 11px 2px rgb(230 233 231 / 30%);
}

#contents2 .con_img img {
    width: 35vw;
    height: 35vw;
    object-fit: cover;
}

#contents2 .con_box {
    margin-top: 20%;
    padding-right: 5%;
    width: 45% !important;
}

#contents2 .con_img img {
    width: 45vw;
    height: auto !important;
    object-fit: cover;
}
section#contents2 h3 {
    color: var(--color3);
}

section#contents3 h3 {color: var(--color3);}
#contents3 .line:before, #contents2 .line:before {background: var(--color2);}
#contents3 .con_box {box-shadow: 0px 0px 12px 7px rgb(230 233 231 / 30%);}

/*.scr_header #pc_nav li a {color: var(--white);}*/

div#contents2_wrap{position:relative;}
section#intro::before {
    content: '';
    position: absolute;
    width: 15vw;
    height: 43vh;
    background: url(dup/img/item02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 26%;
    left: 2%;
    opacity: 0.05;
    mix-blend-mode: exclusion;
    transform: rotate(356deg);
}
div#contents2_wrap::before {
    content: '';
    position: absolute;
    width: 14vw;
    height: 38vh;
    right: 0%;
    bottom: -20%;
    background: url(dup/img/item03.png);
    background-size: contain;
    transform: rotate(338deg);
    background-repeat: no-repeat;
}
div#contents2_wrap::after {
    content: '';
    position: absolute;
    width: 14vw;
    height: 29vh;
    right: -5%;
    bottom: -4%;
    background: url(dup/img/item04.png);
    background-size: contain;
    transform: rotate(3deg);
    background-repeat: no-repeat;
    opacity: 0.5;
}

div#contents2_wrap::before {
    content: '';
    position: absolute;
    width: 16vw;
    height: 43vh;
    right: 0%;
    bottom: -24%;
    background: url(dup/img/item03.png);
    background-size: contain;
    transform: rotate(346deg);
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.7;
}

video {
    position: absolute;
    mix-blend-mode: screen;
    height: 140vh !important;
    box-sizing: border-box;
    object-fit: cover;
    z-index: 1;
    top: 0px;
    opacity: 0.3 !important;
}

span.posi_abs.catch {
    right: 23%;
    width: 8vw;
    top: 50%;
    transform: translate(50%, -69%);
    z-index: 3;
    mix-blend-mode: multiply;
}

#top_cms.back1:before {
    z-index: -1;
    width: 80% !important;
    height: 76% !important;
    top: 11%;
    background: var(--color2) !important;
    opacity: 0.2 !important;
    right: 0 !important;
    left: auto !important;
}

#info_contact .con_img:before {background-color: rgb(163 193 174 / 50%);}

/* コード集---------------------------------------------------------------------------------------------*/
.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 ---------------------------------------------------------------------------------------------*/



/* all---------------------------------------------------------------------------------------------*/
.top_h01{background: rgb(241 245 243 / 0%) !important}
.scr_header {background-color: rgb(241 245 243 / 70%) !important;}

.top_logo{
    max-width: 200px !important;
    background: rgb(241 245 243 / 40%) !important;
    box-shadow: 1px 1px 14px 1px rgb(241 245 243 / 40%) !important;}
    
.scr_header .top_logo{max-width: 150px !important;
                            background: rgb(241 245 243 / 0%) !important;
                             box-shadow: 1px 1px 14px 1px rgb(241 245 243 / 0%) !important;
}

#fakeloader:before{background:rgba(255,255,255,0);}



.foot_banner{
    opacity: 0;
    pointer-events: none;
    right: 70px;
    bottom: 20px;
    z-index: 99;
    transition: opacity 0.3s;
}
.foot_banner.active{
    opacity: 1;
    pointer-events: auto;
}
#footer{padding: 100px 0;}

/*1280*/
@media screen and (max-width: 1280px){
    .foot_banner{width: 150px;}}

/*タブレット*/
@media screen and (max-width: 768px){
.foot_banner {
    width: 160px !important;
    right: 45px;
}
}


/*スマホ*/
@media screen and (max-width: 667px){
.foot_banner {
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 280px !important;}

#footer {padding: 0px 0;}

p#copyright {padding-bottom: 80px;}
}

/* all---------------------------------------------------------------------------------------------*/

/* sub---------------------------------------------------------------------------------------------*/
div#page_title {
    background: url(dup/img/sub.jpg);
    background-size: cover;
}

#page_title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(207 234 216 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}
#page_title .page_title_box {
    padding-bottom: 28px;
    background: var(--color3);}


header {background: rgb(241 245 243 / 70%)}    
#logo {    max-width: 200px ;
    background: rgb(241 245 243 / 0%);
       box-shadow: 1px 1px 14px 1px rgb(241 245 243 / 0%);}
div#page_title .bg_posi_c-c {opacity: 0;}

main.back1::before {
    width: 100%;
    opacity: 0.4;
    background: var(--color2);}
    
#footer {background-color: rgb(233 246 235) !important;}

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {background: var(--color4);}
div#cms_2-g h3 {
    font-size: 30px;
    font-family: "Hannari","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}
div#cms_2-g .cate_txt1{    color: var(--color3);}

.bnr {
    margin-top: -50px;
    margin-bottom: 100px;
}

.bnr02 {
    margin-top: -80px;
    margin-bottom: 100px;
    padding-left: 30px;
}

.more_btn {text-transform: inherit !important;}

header.scr_header #logo {max-width: 150px;}

/* sub---------------------------------------------------------------------------------------------*/

/*タブレット*/
@media screen and (max-width: 768px){
div#footer h2 {
    font-size: 20px;
    margin-bottom: 15px;}    
    
div#pc_nav {display: none !important;}    
.bnr a {width: calc(50% - 10px) !important;}
.bnr {
    margin-top: -80px;
    margin-bottom: 100px;}
.bnr02 {
    margin-top: -80px;
    margin-bottom: 100px;
    padding-left: 0px;}
    
.button_container span {background: var(--color3);}
.button_container span:nth-of-type(1){color: var(--color3);}

#logo {max-width: 140px;}
header.scr_header #logo {max-width: 120px;}
div#cms_2-g h3 {
    font-size: 25px;
    letter-spacing: 1px;}
div#cms_2-g .cate_txt1 {
    font-size: 11px;
    letter-spacing: 2px;}

video {height: 75vh !important;}
img.main_pc {height: 65vh;}

div#main_img {
    background-position: top 0% left 2%;
    height: 70vh;}
    
span.posi_abs.catch {
    right: 23%;
    width: 12vw;
    top: 50%;
    transform: translate(69%, -86%);
    mix-blend-mode: multiply;}
.top_logo {max-width: 140px !important;}

div#intro_wrap {
    width: 75% !important;
    margin-left: 15%;}
span.posi_abs.item01 {
    width: 11vw;
    mix-blend-mode: multiply;}
    
section#intro::before {bottom: 30%;}
#contents1 .con_box {
    margin-top: 20%;
    background: rgb(116,184,141);
    background: linear-gradient(140deg, rgba(116,184,141,1) 0%, rgba(116,184,141,1) 41%, rgba(86,151,110,1) 160%);
    color: var(--white);
    padding: 7% 5% !important;
    padding-right: 0%;
    width: 90% !important;
    margin-top: 5%;
    margin: 0 auto;
}

div#contents1_wrap .con_img {
    width: 90% !important;
    margin-right: -0%;
    margin: 0 auto;}
    
    
#contents2 .con_img {
    margin-bottom: 8%;
    order: 1;
    margin-top: 0%;
    overflow: hidden;
    width: 90% !important;
    box-shadow: 0px 0px 11px 2px rgb(230 233 231 / 30%);
}

#contents2 .con_box {
    margin-top: 0%;
    padding-right: 5%;
    width: 100% !important;
    order: 1;
}

#contents2 .con_img img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

div#contents2_wrap::before {
    content: '';
    position: absolute;
    width: 18vw;
    height: 20vh;
    right: 0%;
    bottom: -26%;
    background: url(dup/img/item03.png);
    background-size: contain;
    transform: rotate(352deg);
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.7;}

div#contents2_wrap::after {
    content: '';
    position: absolute;
    width: 14vw;
    height: 12vh;
    right: -5%;
    bottom: -12%;
    background: url(dup/img/item04.png);
    background-size: contain;
    transform: rotate(5deg);
    background-repeat: no-repeat;
    opacity: 0.5;}
}




/*スマホ*/
@media screen and (max-width: 667px){
.bnr a {width: 100% !important;}
.bnr {
    margin-top: -45px;
    margin-bottom: 100px;
    padding-left: 0;}

div#main_img { border: solid 10px var(--white);}
img.main_pc {height: 60vh;}
.top_logo,#logo {max-width: 110px !important;}
span.posi_abs.catch {
    right: 23%;
    width: 15vw;
    top: 50%;
    transform: translate(95%, -86%);
    mix-blend-mode: multiply;}
span.posi_abs.item01 {display: none;}
div#intro_wrap {
    width: 90% !important;
    margin-left: 0%;}
section#intro::before{display:none;}
#contents2 .con_img {width: 100% !important;}

div#contents2_wrap::before {
    content: '';
    position: absolute;
    width: 29vw;
    height: 23vh;
    right: -5%;
    bottom: -22%;
    background: url(dup/img/item03.png);
    background-size: contain;
    transform: rotate(352deg);}

div#cms_2-g h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;    
}

.font_24_sp {
    font-size: 22px;
}
section#page9 p.pd_l-20px {
    padding-left: 10px;
    letter-spacing: 1px;
}
}




/*0920ホットペッパーリンク削除*/


.con_tel_box a.bg_color1 {display: none;}