﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#519C55;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#519C55;
	opacity: 0.7;
	transition: all 0.5s;
}


.pop400, .pop300 {
    font-family: 'Roboto Serif', serif;
}



/* nav */

#logo {
    max-width: 200px;
    box-sizing: border-box;
}

header.scr_header #logo {
    max-width: 150px;
}

#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: initial;
}

#pc_nav li a {
    color: #333333;
}

#pc_nav li a::after, #top_pc_nav li a::after {
    background: #519C55;
}

header.scr_header {
    background-color: #fafafa!important;
}

.button_container span {
    background: #9DC666;
    color: #9DC666;
}

#overlay .left li {
    max-width: initial;
}

/* footer */

#fix-bnr {
    bottom: 20px;
    right: 100px;
    max-width: 1000px;
    transition: 0.5s;
    z-index: 4;
    width: 40%;
    flex-direction: row;
    justify-content: space-around;
}

#fix-bnr a {
    width: 46%;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    background: rgb(208,247,250);
    background: linear-gradient(135deg, rgba(208,247,250,0.3) 0%, rgba(195,232,190,0.3) 50%, rgba(182,218,132,0.3) 100%);
}

.copy-box {
    padding: 50px;
    background-color: rgba(255,255,255,0.8);
    height: 350px!important;
    width: 400px;
}

.copy-box:before {
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 3;
    border: 1px solid #ffffff;
}

/* top */

.num {
    display: none;
}

.line:before {
    background-color: rgba(218,240,188,1)!important;
}

.back1:before, .back2:before {
    display: none;
}

#intro_wrap{
    background-color: rgba(157,198,102,0.2);
}

#intro .line:before {
    background-color: #ffffff!important;
}

.intro_title p, .con_title p {
    font-family: 'Roboto Serif', serif;
    margin-bottom: 5px;
    margin-top: 10px;
}


#contents1 .con_box, #contents2 .con_box {
    background-color: #ffffff;
    padding: 50px 3%;
}

#contents1:before {
    content: "";
    width: 70%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #B6DA84;
}

#contents2:before {
    content: "";
    width: 70%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 15%;
    background-color: #B6DA84;
}

#contents3 {
    padding-bottom: 50px;
}

#contents3_wrap:after {
    background-color: rgba(208,247,250,0.5)!important;
}

#contents3_wrap:before {
    background-position: center bottom;
}

#contents3_wrap:before, #contents3_wrap:after {
    height: 120%;
    top: -10%;
}

.con3-ul li {
    width: 45%;
    background-image: url(Dup/img/check.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    background-size: 20px;
}

.ilu1 {
    max-width: 250px;
    width: 30%;
    right: 8%;
    top: -2%;
    z-index: 3;
}

.ilu2 {
    max-width: 180px;
    width: 30%;
    left: 8%;
    top: -2%;
    z-index: 3;
}



/* top-cms */

.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;
}


/* ----------　下層ページ　---------- */

#page_title:before {
    background-color: rgba(218,240,188,0.3);
}

.v_type1 .triangle {
    display: block;
    border: #000 solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#fix-bnr {
    width: 70%;
    right: 60px;
}
    
#contents1:before {
    width: 75%;
    height: 60%;
    left: 0;
    top: 20%;
}

#contents2:before {
    width: 85%;
    height: 60%;
    right: 0;
    top: 30%;
}
    
.con3-ul li {
    width: 80%;
}

.ilu1 {
    width: 20%;
    right: 5%;
    top: -2%;
}

.ilu2 {
    width: 20%;
    left: 5%;
    top: -20%;
}

.page_title_box {
    width: 65%!important;
}

.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.button_container span {
    white-space: nowrap;
}
    
#fix-bnr {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    width: 90%;
    max-width: 350px;
}

#fix-bnr a {
    width: 48%;
    max-width: 150px;
}
    
#logo {
    max-width: 150px;
    box-sizing: border-box;
}

header.scr_header #logo {
    max-width: 130px;
}
    
.copy-box {
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
    height: 220px!important;
    width: 250px;
}

#contents1:before {
    width: 80%;
    height: 40%;
    top: 10%;
}

#contents2:before {
    width: 85%;
    height: 40%;
    top: 10%;
}

.con3-ul li {
    width: 100%;
}

.intro_title p, .con_title p {
    font-size: 12px;
    letter-spacing: 1px;
}

.ilu1 {
    width: 30%;
    right: 65%;
    top: -3%;
}

.ilu2 {
    width: 35%;
    left: 10%;
    top: -10%;
    z-index: 3;
}

.page_title_box {
    width: 75%!important;
}
    
#page_title h2 {
    font-size: 20px;
}
    
}