﻿
.bg_color1 {
    background-color: #91d293;
}
.bg_color2 {
    background-color: #f0f2eb;
}

.bg_color3 {
    background-color: #91d293;
}
.border_color1 {
    border-color: #90d293;
}
.border_color2 {
    border-color: #eff2ea;
}
.border_color3 {
    border-color: #f0f2eb;
}
.txt_color1 {
    color: #29674F;
}
.txt_color3 {
    color: #90d293;
}
.hvr_txt_color1:hover {
    color: #29674F;
}
.hvr_bg_color2:hover {
    background-color: #ffffff;
}
/* ----------　all　---------- */
.linkStyle{
	color:#90d293;
}
.linkStyle:hover{
	color:#90d293;
	opacity: 0.7;
	transition: all 0.5s;
}
#fakeloader .fl {
    max-width: 400px;
}
header.scr_header {
    background-color: rgba(255, 255, 255, 0.9);
}
#header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.news:before,#top_cms .cms_title p,#info_contact .con_title  span.pop400,.cate_title{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#pc_nav li a, #top_pc_nav li a{
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px 10px #fff;
}
footer,#footer {
    background-color: transparent!important;
}
footer .con_box h2{
    display: none;
}
.sns_links {
    max-width: 250px;
}
.back2:before{
    display: none;
}
.button_container span {
    color: #29674F;
    background: #29674F;
}

.banner_fix {
    position: fixed;
    bottom: 20px;
    right: 65px;
    z-index: 3;
    width: 80%;
    max-width: 350px;
}
.banner_fix img{
	transition: opacity 0.5s;	
}
.banner_fix img:hover{
    opacity: 0.6;
}
/* ----------　TOP　---------- */
.top header {
    z-index: 5;
}
#top_pc_nav{
    display: none;
}
.num,#intro .line:before, #contents3 .line:before,#contents1 .line:before, #contents2 .line:before{
    display: none;
}
/* メインイメージ */
#main_img:before {
    background-color: rgba(250 ,245 ,245 ,0.5);
    mix-blend-mode: luminosity;
}
#main_img .catch{
    position: absolute;
        top: 50%;
    z-index: 1;
    width: 80%;
    max-width: 700px;
    transform: translateY(-45%);
    transition:1.3s;
    opacity: 0;
}

#main_img .catch.in{
    opacity: 1;
    transform: translateY(-50%);    
}
/* お知らせ */
.news:before {
    width: 90px;
    height: 100%;
    background: #333;
    position: absolute;
    color: white;
    content: "NEWS";
    display: flex;
    font-size: 16px;
    z-index: 2;
    left: 0;
    justify-content: center;
    align-items: center;
        
}
.news {
        position: absolute;

    width: 80%;
    box-shadow: 0px 0px 5px rgb(129 145 151 / 35%);
    left: 50%;
    transform: translate(-50%,-30px);
    z-index: 2;
    max-width: 1000px;
}
/*ニュース1行の周りの余白*/
.slider a{
    display: block;
    background:#fff;
    padding: 15px 20px;
    padding-left: 110px;
    color: #333;
}
/*日付*/
.slider span {
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#29674F;
}


/* イントロ */
.top .back1{
    background-image: url(Dup/img/back.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#intro .intro_title span{
    position: absolute;
    left: 0;
    font-size: calc(1rem + 50px);
    bottom: 0;
    color: #29674F;
    opacity: 0.1;
}
.intro_txt span{
    line-height: 2.5;
}
/* コンテンツ1、2 */
#contents1{
    margin-bottom: 100px;
}
.con_title p{
    max-width: 500px;
}
#contents1 figure,#contents2 figure{
    box-shadow: 1px 5px 30px rgba(197, 213, 219 ,0.6);
}
#contents2 .con_box {
    margin-top: 10%;
}
.more .more_item{
    background: linear-gradient(to right, #2e996f, #91d293);
    color: #fff;
}

.about_txt{
    position: absolute;
    top: -15%;
    left: 50px;
    z-index: -1;
    width: 80%;
    max-width: 800px;
    opacity: 0.5;
}
.about_img{
        position: absolute;
    top: -50%;
    left: -10%;
    z-index: -2;
    opacity: 0.6;
    width: 40%;
}

/* 事業内容 */
#top_cms .cms_title:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #b3b1b1;
    top: -170px;
    transform: rotate(52deg);
}
#top_cms .cms_title{
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
#top_cms .cms_title p{
    font-size: -webkit-calc(1rem + 85px);
    font-size: calc(1rem + 85px);
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.1;
    letter-spacing: 10px;
}

.link_type2 {
        background: linear-gradient(to right, #2e996f24, #91d29385);
    color: #fff;
    padding: 100px;
}
.link_type2 .cate_box a {
    color: #333;
    box-shadow: 1px 5px 10px rgba(197 ,213 ,219 ,0.7);
    transition: 0.5s;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    transition: 0.5s;
}
.link_type2 .cate_box a:hover {
    color: #fff;
}
.link_type2 .cate_box a:hover:before, .link_type2 .cate_box a:hover:after{
    background-color: rgba(77 ,153 ,123 ,0.5);
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .cate_box a .arrow {
    width: 55px;
    height: 1px;
    background-color: #333;
    margin: auto;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.link_type2 .cate_box a .arrow:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #333;
    right: -3px;
    bottom: 3px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.link_type2 .cate_box a:hover .arrow{
     background-color: #fff;   
    width: 65px;
        transform: translateX(calc(-50% + 10px));
}
.link_type2 .cate_box a:hover .arrow:before{
     background-color: #fff;   
}
/* このような企業様におすすめ */
#contents3_wrap:after {
    background-color: rgba(194, 215, 203 ,0.2)!important;
    top: 0;
}
#contents3 .con_box{
    padding: 6% 0 10%;
}
#contents3 .con_box .con_title {
    margin-bottom: 130px;
}
#contents3 .con_box .box_wrap{
    display: table;
    border-collapse: separate;
    border-spacing: 50px 0px;
}
#contents3 .con_wrap {
    width: 18%;
    padding: 55px 20px;
    box-shadow: 1px 5px 15px rgba(187, 212 ,223 ,0.4);
    font-weight: bold;
        display: table-cell;
}
#contents3 .con_wrap .icon {
    width: 80%;
    margin: auto;
    max-width: 80px;
    margin-bottom: 30px;
}
#contents3 .con_wrap p:before {
        content: '\f00c';
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    color: #91d293;
}
#contents3 .con_wrap span{
    padding-left: 20px;
}


/* トップバナー */
.top_banner{
    margin-bottom: 200px;
}
.top_banner .banner {
    width: 40%;
    margin: 0 2%;
    max-width: 650px;
    box-shadow: 1px 5px 15px rgba(197 ,213 ,219 ,0.4);
    transition: 0.5s;
}
.top_banner .banner:hover{
    transform: translateY(-15px);
    transition: 0.5s;
}


/* トップ会社情報 */
#info_contact_wrap{
    padding: 0;
}
#info_contact .con_box {
    width: 100%;
    margin-right: 0%;
    height: 38vh;
}

#info_contact .con_img:before {

    background: linear-gradient(to right, rgb(23 102 71 / 55%), rgb(162 249 117 / 20%));
}
#info_contact .con_box:last-child .con_img:before {
    background: linear-gradient(to right, rgb(162 249 117 / 20%), rgb(23 102 71 / 55%));
}
#info_contact .con_img:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 150px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
#info_contact .con_box:last-child .con_img:after {
    right: 0;
    left: auto;
}
.zoomup img {
    transform: translateY(-10%);
}
.zoomup:hover img {
    -webkit-transform: scale(1.02) translateY(-10%);
    transform: scale(1.02) translateY(-10%);
}
.zoomup img {
    vertical-align: top;
    -webkit-transition: all 3s ease-out;
    transition: all 0.5s ease-out;
}
#info_contact .con_title  span.pop400 {
    position: absolute;
    opacity: 0.15;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: -webkit-calc(1rem + 80px);
    font-size: calc(1rem + 80px);
}


/* モーダル */
html.modalset{
	overflow: hidden;
}
.modal-open{
    max-width: 500px;
    margin-left: 0;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.modal-box{
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.modal-box:before{
	content: "";
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 1;
}
.modal-box .inner{
	background: #fff;
	max-height: 500px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal-box .inner::-webkit-scrollbar {
	display:none;
}
.modal-box .inner > :first-child {
	margin-top: 0;
}

.modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.modal-box .modal-close span{
	display: block;
	width: 50px;/*枠の大きさ*/
	height: 50px;/*枠の大きさ*/
	position: relative;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 2px;/*バツ線の太さ*/
	background: #000;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}

.modal-box .modal-close span::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal-open span{cursor: pointer;}

.modal_title_wrap{
	top: 0;
	left: 0;
}
.modal_title1{padding-top: 60px;}
.modal_title1:before{
	content: "";
	display: block;
	background-color: #666; 
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 2px;
}
.modal_title1 span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}

/* ----------　下層ページ　---------- */
#page_title:before {
    background-color: rgba(255, 255 ,255 ,0.6);
}
#page_title .page_title_box {
    background: linear-gradient(to right, #2e996f, #91d293);
}
.cate_list li a {
    font-weight: bold;
}
/* お知らせ */
.pager li a:hover {
    background-color: rgba(145,210,147,1)!important;
}
/* ギャラリー */

.g_type5 .slide_img figure{
	position: relative;
	overflow: hidden;
}
.g_type5 .slide_img figure img{
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.g_type5 .swiper-slide{
    opacity: 1!important;
}
.g_type5 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type5 .swiper-button-prev{
	background-image: url("../dup/img/swiper_prev.png")!important;
}
.g_type5 .swiper-button-next{
	background-image: url("../dup/img/swiper_next.png")!important;
}

/* 会社情報 */
#page7 h4{
        color: #29674F;
    font-size: -webkit-calc(1rem + 0px); 
    font-size: calc(1rem + 0px);
}
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 .more_btn {
    text-transform: initial;
}
/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}
@media screen and (max-width: 1280px){
    #contents3 .con_box .box_wrap {
    border-spacing: 30px 0px;
}
}
/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
header.scr_header #logo {
    max-width: 200px;
}  
#fakeloader .fl {
    width: 65%!important;
}


/* ----------　TOP　---------- */
/* メインイメージ */
#main_img .catch {
    width: 55%;
}

/* イントロ */
#intro{
        margin-bottom: 150px;
}
#intro_wrap {
    flex-direction: column;
}
#intro_wrap .intro_box{
    width: 100%!important;
}
#intro_wrap figure{
    width: 90%!important;
}

#intro .intro_title span {
    font-size: calc(1rem + 30px);
}


/* コンテンツ1、2 */
.about_txt {
    opacity: 1;
    top: -115%;
    left: 30px;
    width: 60%;
}
.about_img {
    top: -70%;
    left: auto;
    right: -20%;
    width: 50%;
}


/* 事業内容 */
.link_type2 {
    padding: 80px;
}
.link_type2 .cate_box{
    margin-bottom: 50px;
}
.link_type2 .cate_box:last-child{
    margin-bottom: 0px;
}
#top_cms .cms_title:before {
    height: 80px;
    top: -140px;
}
/* このような企業様におすすめ */
#contents3 {
    margin-bottom: 80px;
}
#contents3 .con_box {
    padding: 12% 0 12%;
}
#contents3 .con_box .con_title {
    margin-bottom: 80px;
}
#contents3 .con_box .con_title h3{
    font-size: 35px;
}
#contents3 .con_box .box_wrap {
    border-spacing: 0;
    display: flex;
}
#contents3 .con_wrap {
    width: 42%;
    margin-bottom: 40px;
}



/* トップバナー */
.top_banner {
    margin-bottom: 100px;
}
.top_banner .banner {
    width: 80%;
    margin: 30px 0;
    max-width: 500px;
}

/* イントロ */
#info_contact .con_box {
    height: 22vh;
}
#info_contact .con_title span.pop400 {
    font-size: -webkit-calc(1rem + 60px);
    font-size: calc(1rem + 60px);
}
#info_contact .con_title span.hannari{
        font-size: 30px;
}
#info_contact .con_img:after {
    width: 100px;
}
/* ----------　下層ページ　---------- */
#page_title .page_title_box {
    width: 50%;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
#logo {
    max-width: 200px;
}   
footer #logo2 a{
    max-width: 250px;
}


.banner_fix{
    right: 0px;
    left: 0;
    margin: auto;
}

/* ----------　TOP　---------- */
/* メインイメージ */
#main_img .catch {
    width: 80%;
}
.news {
    width: 90%;
}
.news:before {
    width: 80px;
    font-size: 14px;
}
.slider a {
    padding: 15px 10px;
    padding-left: 95px;
}
.slider span {
    letter-spacing: 1px;
}
/* イントロ*/
#intro_wrap {
    padding-top: 15%;
}
#intro .intro_title span {
    font-size: calc(1rem + 8px);
    bottom: 30px;
}
.intro_txt span {
    line-height: 2;
}
#intro_wrap figure {
    width: 100%!important;
}
/* コンテンツ1、2 */
.about_txt {
    top: -105%;
}
.about_img {
    top: -30%;
}
#contents1 {
    margin-bottom: 30px;
}
/* 事業内容 */
#top_cms .cms_title p {
    font-size: -webkit-calc(1rem + 45px);
    font-size: calc(1rem + 45px);
}

.about_txt {
    top: -95%;
}
.about_img {
    top: -25%;
    width: 70%;
}
#top_cms .cms_title {
    margin-bottom: 60px;
}
.link_type2 {
    padding: 50px 30px;
}
.link_type2 .cate_box a {
    padding-bottom: 30px;
    padding-top: 10px;
}
.link_type2 .cate_box a .arrow {
    bottom: 25px;
}
/* このような企業様におすすめ */
#contents3 {
    margin-bottom: 60px;
}
#contents3 .con_box {
    background-color: transparent;
}
#contents3 .con_wrap {
    width: 80%;
    margin: auto;
    padding: 40px 20px;
    margin-bottom: 40px;
}
#contents3 .con_box .con_title h3 {
    font-size: 30px;
    text-align: center;
}

/* トップバナー */
.top_banner .banner {
    width: 90%;
}
.top_banner {
    margin-bottom: 60px;
}
/* トップ会社情報 */
#info_contact .con_box {
    margin-bottom: 0px;
}
#info_contact .con_img:after {
    width: 50px;
}
#info_contact .con_title span.pop400 {
    opacity: 0.35;
    top: 20%;
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}
/* ----------　下層ページ　---------- */
#page_title .page_title_box {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
}
}