﻿#line-banner a:before {
    width: 77px;
    height: 77px;
    content: "";
    position: absolute;
    background: url(Dup/img/icon.png) no-repeat;
    background-size: contain;
    bottom: 4px;
    left: 5px;
}
#line-banner a span {
    opacity: 0;
}
#page_top{
    background: #007f36;
}
#line-banner a:hover {
    transform: translateY(-3px);
}
#line-banner a {
    position:fixed;
   right:60px;
    z-index: 2;
    display: flex;
    align-items: center;
    color: white;
    background: #17cb60;
    height: 58px;
    padding: 0 20px;

	z-index:10;
transition: ease 0.3s;
}
#line-banner a span {
    display: block;
    width: 45px;
    margin-right: 10px;
}
.btn_container{
    margin-top:30px;
}
.btn_container.grid_12_sp a {
    background: #007f36;
    color: white;
    padding: 15px 50px;
    font-size: 20px;
    border-radius:50px;
}

.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #ff9e03;
}
.BA_type1 .box_img1 {margin-right: 40px;}
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}

@media screen and (max-width: 667px){
.BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
}


.cms_banner {
    text-align: center;
}
.cms_banner a {
    display: inline-block;
    background: #007f36;
    color: white;
    padding: 5px 50px;
    font-size: 20px;
    transition:all 0.3s;
    border-radius:50px;
}
.cms_banner a:hover{
    transform:translateY(-5px);
}
.ba figure.before::before,figure.B::before{
    position: absolute;
    content: "Before";
    width: 121px;
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 0px;
    box-sizing: border-box;
}
.ba figure.after::before,figure.A::before {
    position: absolute;
    width: 121px;
    color: #fff;
    text-align: center;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 0px;
    box-sizing: border-box;
    content: "After";
    background-color: #ff9e03;
}
.ba figure{
    position:relative;
}
.ba {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-around;
}
.fig_wrap.grid_2 figure {
    border-radius: 100%;
    overflow: hidden;
}
.fig_wrap.grid_2 figure {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid rgb(71 177 119);
    background: #fffef2;
}
.fig_wrap.grid_2{
    padding-right:20px;
}
.b_a_banner {
    text-align: center;
}
.b_a_banner a {
    display: inline-block;
    padding: 10px;
    background: #007f36;
    color: white;
    padding: 10px 60px;
    font-size: 24px;
    transition: all 0.3s;
    border-radius: 60px;
}
.b_a_banner a:hover{
    transform:translateY(-5px);
}
span.icon {
    display: block;
    display: inline-block;
    max-width: 40px;
    margin-right: 10px;
}
span.icon.icon2 {
    max-width: 30px;
}
span.icon.icon3 {
    max-width: 50px;
}



#page_title h3 {
    z-index: 2;
    color: #007f36;
    position: relative;
}
#page_title.active > div p {
    opacity: 0.5;
    transform: translateY(0px);
    color: #ffffff;
}
#intro_txt h3:before {
    width: 100%;
    height: 210px;
    content: "";
    position: absolute;
    background: url(Dup/img/title1.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    left: -20px;
    top: -180px;
}
#intro2 #intro_txt h3:before{
      background: url(Dup/img/title2.png) no-repeat;
          left: 0px;
             background-position: center;
             background-size:contain;
}
#intro #intro_box #intro_txt, #intro2 #intro_box #intro_txt{
    overflow:visible;
}
#intro_txt h3 {
    background: #ffffff;
    display: inline-block;
    color: rgb(71 177 119);
    padding: 0 60px;
        border-radius: 100px;
}
.en_font{
    font-family: 'Kosugi Maru', sans-serif;
}
a.con_btn {
    display: block;
    margin-top: 20px;
    background: #ff7a00;
    margin: auto;
    margin-top: 30px;
    color: white;
    padding: 5px;
    max-width: 280px;
    transition:all 0.3s;
    border-radius: 40px;
}

a.con_btn:hover{
    opacity:0.8;
}
body{
    color:#3d3d3d;
    font-family: 'Kosugi Maru', sans-serif;
}
#loader img {
    width: 500px !important;
}
#loader:after{
    background:#c2f9d9 !important;
}
figure.square_img.border_rad50per {
    background: #f6f6d4;
}
.v_type3 .cate_box {
    border: 1px solid rgb(71 177 119);
}
.v_type3 .box_title1{color: #47b177;}

#top_cms .top_cms_box .top_cms_title p{
    opacity:0.1;
}
footer #footer::after{
    opacity:0.8;
}
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
    color: #007f36;
}
.link_top{
    padding:10px;
}
.link_type1{
    justify-content: flex-start;
}
.link_type1 .link_top a {
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: rgb(71 177 119);
}
.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;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}







#cms_6-c .cate_box,.cms_6-c .cate_box{
    background: #fffdf9;
}
#cms_3-e .box_title2 {
    color: #007f36;
    font-weight: bold;
}
#cms_3-e .cate_txt1{
    background: #fffbf2;
    box-sizing: border-box;
    margin-left: 20px;
    padding: 20px;
    margin-bottom: 30px;
    
}

section#cms_3-e .cate_title{
    text-align:center;
}
.cate_list li .cate_no{
    color: #ead39c;
}
#loader img {
    width: 400px;
}
a.linkStyle {
    color: #ff7a00;
}
.border_color2 {
    border-color: #c2f9d9;
}
h1.square_box{
    height:100px !important;
}
#page_title::after{
    background: #47b177;
}
#page_title {
    padding-top: 200px;
    padding-bottom: 0px;
}
#cms_5-c .box_txt1::before,.cms_5-c .box_txt1::before{
    color: #f4e3ba;
}
 #intro2.on #intro_box #intro_txt {
    position: relative;
    margin-left: 0%;
}
#main_nav ul::before,#main_nav ul::after{
    background:white;
}
#intro2.on #intro_box #intro_img {
    position: absolute;
    top: 0;
    right: 0;
}
#intro2 #intro_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 30%;
    height: 100%;
    background-color: white;
}

#intro2 #intro_box #intro_txt {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
#intro2 #intro_box #intro_img {
    position: relative;
    z-index: 2;
    transform: translateY(-100px);
    margin-left: auto;
}
#intro2 #intro_box {
    position: relative;
}
#intro2{
    margin-bottom:350px;
}
#intro2.on{
    margin-bottom:150px;
}

.txt_color_nomal {
    color: #3d3d3d;
}
#top_cms .top_cms_box .top_cms_title p{
    color: #ff7a00;
}
#top_cms .top_cms_box .more a::after{
    background-color: #ff7a00;
}

#intro #intro_box #intro_txt h3 span,#intro2 #intro_box #intro_txt h3 span{
    font-size:26px;
}

#intro #intro_box #intro_txt h3::after,#intro2 #intro_box #intro_txt h3::after{
   display:none;
}
section#intro {
    padding-top: 50px;
    margin-bottom: 300px;
}
#contents::before{
    display:none;
}
#contents div {
    width: 60%;
    box-sizing: border-box;
    margin-left: 35%;
}
section#intro {
    padding-top: 50px;
}
#intro h3.txt_center.pd_20px.pd_t-50px.pd_b-50px.mg_b-100px.mg_b-50px_tb.mg_clear_sp.en_font.font_36.font_bold.sc_anime.fade_anime.active {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #47b177;
}
.intro_box2{
    display: flex;
    justify-content: space-around;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 200px;
}
.intro_box2 .box {
    text-align: center;
    font-size: 20px;
    padding: 30px;
}

#main_img::after{
    display:none;
}
#main_img{
        background:#c2f9d9;
        min-height:0;
        height:auto;
        padding-bottom:0;
        padding-top: 50px;
}
div#b_wrap {
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 90%;
    margin: auto;
      
}
div#main_b1{
    position:relative;
    top: 20px;
    left: 50px;
}
div#main_b1 a {
    position: absolute;
    bottom: 40%;
    left: calc(50% - 130px);
    display: block;
    background: #ff7a00;
    color: white;
    padding: 4px 70px;
    font-size: 20px;
    transition:all 0.3s;
        border-radius: 50px;
}
#main_b1 a:hover{
    background:#007f36;
}
#main_nav ul li a{
    color: #3d3d3d;
}
 #main_nav ul::after,.top #main_nav ul::before{
    background:#3d3d3d;
}

h1 img {
    width: 350px;
}
.bg_color2 {
    background-color: #fdf3db;
}

.box.bg_black {
    background: #174e30;
}
#contents_links .box_wrap .box a div span::after{
    background-color: #ff7a00;
}
#page_title::before{
    display:none;
}
#page_title::after {
    background: url(Dup/img/title3.png) no-repeat;
    background-size: 240px;
    right: 0;
    background-position: 90% 100%;
}
#page_title {
    background: #c2f9d9 !important;
}
#main_nav ul::before, #main_nav ul::after {
    background: #3d3d3d;
}
/*---------------------------タブレット------------------------------------*/
@media screen and (max-width:768px){
    #line-banner a{
    height: 52px;
    }
    #line-banner a span{
        width:39px;
    }
    div#footer_bottom {
    padding-bottom: 70px;
}
 #page_title::after {
    background-size: 150px;
 }
    #intro2.on #intro_box #intro_txt {
    position: relative;
    margin-right: 20%;
    width: 80%;
}
#intro2 #intro_box::after {
    width: 10%;
}
#intro2 #intro_box #intro_txt{
    transform: translateY(-70px);
}
#intro2.on #intro_box #intro_img {
    position: relative;
}
.intro_box2{
    padding-bottom: 150px;
}
#intro.on #intro_box, #intro2.on #intro_box{
    padding-bottom:0;
}
div#b_wrap{
  flex-direction: column;  
  align-items:center;
}
div#main_b1{
    left:0;
    width: 80%;
    margin-bottom: 10px;
}
div#main_b1 a{
    bottom: 23%;
    padding: 0px 50px;
    left: calc(50% - 110px);
}
div#main_b2 {
    position: relative;
    left: -30px;
}
#page_title {
    padding-top: 150px;
    padding-bottom: 80px;
}
}


/*---------------------------スマホ------------------------------------*/
@media screen and (max-width:667px){
    h1 img {
    width: 210px;
}
    #intro2.on #intro_box #intro_txt{
        width:100%;
    }
    div#main_b1 {
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}
div#main_b1 a {
    bottom: 20%;
    padding: 0px 25px;
    left: calc(50% - 70px);
    font-size: 14px;
}
  div#main_b2{
          left: 0px;
  } 
  .intro_box2{
      flex-direction:column;
  }
  #intro h3.txt_center.pd_20px.pd_t-50px.pd_b-50px.mg_b-100px.mg_b-50px_tb.mg_clear_sp.en_font.font_36.font_bold.sc_anime.fade_anime.active{
     font-size: 24px;
     white-space: nowrap;
     padding-top: 0;
  }
  #intro #intro_box #intro_txt h3 span, #intro2 #intro_box #intro_txt h3 span {
    font-size: 22px;
}
.intro_box2 {
    padding-bottom: 50px;
}
#loader img {
    width: 300px !important; 
}
#page_title {
    padding-top: 120px;
    padding-bottom: 50px;
}
#cms_3-e .cate_txt1{
    margin-left:0;
}
#intro2.on {
    margin-bottom: 50px;
}
section#intro {
    margin-bottom: 200px;
}
#intro_txt h3{
        padding: 0 30px;
}
#intro_txt h3:before{
    left: -10px;
    top: -150px;
    height: 170px;
}
#intro2 #intro_txt h3:before{
    height: 150px;
}
#intro #intro_box #intro_txt h3 span, #intro2 #intro_box #intro_txt h3 span {
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
}
span.icon{
        max-width: 25px;
}
span.icon.icon3 {
    max-width: 35px;
}
span.icon.icon2 {
    max-width: 20px;
}
#page_title::after {
    background-size: 100px;
    background-position: 100% 100%;
}
.b_a_banner a{
    padding: 10px 40px;
    font-size: 18px;
    box-sizing: border-box;
}
  #cms_2-b .box_wrap1{
    flex-direction: column;
}
#cms_2-b .fig_wrap{
    padding-right: 20px;
    width: 60% !important;
}
.ba {
    flex-direction: column;
    align-items: center;
}
.ba figure {
    width: 100% !important;
}
.ba figure.before{
    margin-bottom:50px;
}
#line-banner a{
right: 40px;
    padding: 0 10px;
    height: 50px;
    font-size: 14px;
}
#line-banner a:before {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    background: url(Dup/img/icon.png) no-repeat;
    background-size: contain;
    bottom: 4px;
    left: 3px;
}
}