﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#3aaf4a;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#3aaf4a;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    font-family: 'Oswald',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#loading_logo {
    max-width: 350px;
}



/* nav */

.top_nav ul li,.top_nav ul li a {
    color: #333333;
    text-shadow: 0 0 5px rgb(159 211 111 / 25%);
    font-weight: bold;
}

.top_nav ul li a:hover {
    color: #ffffff;
}

.is-fixed .logo {
    width: 11%!important;
}

#nav_menu {
    background-color: #ebfadd;
}

.overlay {
    background: #ebfadd;
}

/* footer */

footer {
    background-color: #d8efdb;
}

#fix-ent {
    z-index: 99;
    right: 100px;
    transition: 0.3s;
}

#fix-ent p {
    padding: 80px 15px 70px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

.main_img_wrap {
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    left: 0;
    right: 0;
}

.main_img {
    width: 100%;
    height: 100%;
    background-image: url(Dup/img/main-copy.png),url(/Dup/img/mati.png);
    background-repeat: no-repeat;
    background-position: 9% 50%,100% calc(100% - 15px);
    background-size: 40%,100%;
    background-color: rgba(159,211,111,0.2);
}


/* top */


#contents .more_box {
    width: 30%;
    height: 60px;
    min-width: 220px;
    max-width: 250px;
    margin: auto;
    opacity: 1 !important;
    display: block;
    margin-top: 50px;
    transition: 0.5s;
    font-weight: bold;
}

#contents .more_box .more {
    height: 60px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: 0.5s;
}

#contents .more_box .more:hover {
    color: #ffffff;
    border-color: #333333;
}

.img-container:before {
    background-color: #3aaf4a;
}

#contents .box .txt_wrap {
    z-index: 2;
}

#contents .box h3:before {
    border-color: #3aaf4a;
}


.t_cms_txt4, .t_cms_txt7, .t_cms_txt10 {
    position: relative;
    padding: 20px;
    background-color: #3aaf4a;
    color: #ffffff;
    line-height: 2;
}

.t_cms_txt4:before, .t_cms_txt7:before, .t_cms_txt10:before {
    content: "";
    position: absolute;
    right: 10px;
}

.t_cms_txt4:before {
    width: 10%;
    height: 25%;
    top: -24%;
    background-image: url(/Dup/img/con1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    max-width: 250px;
    min-width: 80px;
}

.t_cms_txt7:before {
    width: 10%;
    height: 25%;
    top: -24%;
    background-image: url(/Dup/img/con2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    max-width: 300px;
    min-width: 80px;
}

.t_cms_txt10:before {
    width: 15%;
    height: 30%;
    top: -29%;
    background-image: url(/Dup/img/con3.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    max-width: 200px;
    min-width: 80px;
}


/* top-cms */


/*#top_cms:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -100px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    background-image: url('/Dup/img/mati2.png');*/
/*    background-repeat: repeat-x;*/
/*    background-size: contain;*/
/*    background-position: bottom;*/
/*}*/



.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


/* ----------　下層ページ　---------- */

.all_page {
    background-color: #ebfadd;
}

.cate_list li a {
    text-align: left;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
header .logo {
    width: 40%;
}

#fix-ent a {
    border-radius: 20px;
}

#fix-ent p {
    padding: 20px 35px;
}
    
.main_img {
    background-position: 10% 50%,100% 100%;
    background-size: 70%,100%;
}
    
#contents .box .txt_wrap, #contents .box figure {
    width: 90%;
}

#contents .box .txt_wrap {
    padding-right: 0;
    padding-left: 0;
}

#title_img {
    position: relative;
}

#title_img span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(216,239,219,0.3);
    z-index: 1;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){

#fix-ent {
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
}

#fix-ent p {
        padding: 15px 30px;
}

#loading_logo {
    width: 80%;
}

header .logo {
    width: 55%;
}

.main_img_wrap {
    height: 90vh;
}

.main_img {
    background-position: 5% 50%,100% 100%;
    background-size: 90%,100%;
}

.t_cms_txt3, .t_cms_txt6, .t_cms_txt9 {
    margin-bottom: 70px;
}

.t_cms_txt4:before,
.t_cms_txt7:before,
.t_cms_txt10:before {
    min-width: 70px;
}

.t_cms_txt4:before {
    top: -25%;
}
    
.link_type1 .link_top .link_title{
    font-size: 15px;
}

#page_title .img-container::after {
    background-color: rgba(44,131,56,0.4);
}

#cms_1-a .pager li {
    margin: 0;
}
    
}

@media screen and (max-width: 321px){
    
#fix-ent {
    text-align: center;
    right: 50px;
}
}