@charset "utf-8";

/* -------------------------------
　共通
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');
html {
  scroll-behavior: smooth;
}
html {
    overflow: auto;
    font-size: 62.5%;
    scroll-padding-top: 80px;
}
body {
	color: #333333;
	font-size: 2rem;
	line-height: 1.7 ;
	-webkit-text-size-adjust: none;
	position: relative;
	font-family:"Noto Sans JP", sans-serif , '游ゴシック', 'YuGothic',sans-serif;
    font-weight: 400;
    background: #fff;
}
.kaku{
  font-family: "Zen Kaku Gothic New", 'Noto Sans JP"', '游ゴシック', 'YuGothic',sans-serif;
  font-weight: 500;
  font-style: normal;
}
.lexend{
    font-family: "Lexend Deca", 'Noto Sans JP"', '游ゴシック', 'YuGothic',sans-serif;
    font-weight: 500;
}
.serif{
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bold{
    font-weight: 600;
}
.mt50{
    margin-top: 50px;
}
.mb0{
    margin-bottom: 0px!important;
}
.fs30{
    font-size: 3rem;
    line-height: 2;
}
.fs32{
    font-size: 3.2rem;
    line-height: 2;
}
.fs24{
    font-size: 2.4rem;
    line-height: 2.68;
}
.fs26{
    font-size: 2.6rem;
    line-height: 2.68;
}
/*mt50{
    margin-top: 50px;
}*/
.mb20{
    margin-bottom: 20px;
}
.center.wide img{
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.center.w960 img{
    max-width: 960px;
    width: 90%;
    display: block;
    margin: 40px auto;
}
.bggreen{
    background: #50B363;
    padding: 100px 0;
}
.bggreen.pd60{
    padding: 60px 0;
}
.wt{
    color: #fff!important;
}
main .sec1.bggreen{
    margin-top: 0px!important;
}
main .flex h2{
    width: 320px;
    margin-top: 14px;
    padding-bottom: 26px;
}
main .flex .right{
    flex: 1;
}
main .box:first-child{
    margin-bottom: 60px;
}
.h2_1{
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
} 
.h2_1:after{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 50px;
    height: 1px;
    content: "";
} 
.h2_2{
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-bottom: 26px;
}
.h2_2:after{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B5B5B5;
    width: 100%;
    height: 1px;
    content: "";
    z-index: -1;
}
.h2_2:before{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #50B363;
    width: 100px;
    height: 2px;
    content: "";
}
.h2_2.wt{
    color: #fff;
}
.h2_2.wt:after{
    background: #ffffff4a;
    z-index: 1;
}
.h2_2.wt:before{
    background: #ffffff;
}
h2.gr_line{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}
h2.gr_line:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 100px;
    height: 2px;
    background: #50B363;
}
h3.point_color{
    font-size: 4.8rem;
}
h3.point_color span{
    color: #50B363;
}
a{
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
main .inner{
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}
main .sec{
    margin-top: 100px;
}
main .point{
    margin-bottom: 90px;
}
main .sec .point:last-child{
    margin-bottom: 0px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.flex.pc{
    display: flex!important;
}
.box48{
    width: 48%;
}
.small_txt p{
    font-size: 1.8rem;
}
.img_txt {
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.img_txt .ttl_bk{
    margin-top: 0;
    margin-bottom: 0;
}
.box48 .img_txt img{
    flex: 1;
    width: 180px;
    margin-left: 20px;
}
.img_txt img{
      width: 380px;
    margin-left: 30px;  
}
main .border-bottom{
border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
main .wide{
    width: 100%;
    margin-top: 20px;
}
main .dl_box .flex{
    justify-content: space-between;
}
main .dl_box .flex li{
    box-sizing: border-box;
    text-align: center;
    width: 23.5%;
}
main .dl_box .flex li a{
    background: #F3F7FE;
    padding: 40px 10px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
main .dl_box .flex li img{
    margin: 0 auto 20px;
}
main .dl_box .flex li p{ 
    font-size: 1.5rem;
    font-weight: 600;
}
main .dl_box .flex li a:hover{
      background: #50B363;
}
input,
textarea,
select,
button {
  -webkit-appearance: none; /* Safari / iOS */
  -moz-appearance: none;    /* Firefox */
  appearance: none;
}
/* ---------------
　table
------------------*/
main table{
        width: 100%;
}
main table tr{
 background: #F3F5F8;   
}
main table th{
background: #aed7b5;
    padding: 10px;
}
main table td{
    padding: 15px 25px;
    font-size: 1.7rem;
}
/* ---------------
　dl dt dd
------------------*/
main .flex dl{
    width: 48%;
}
main dl{
display: flex;
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: "Noto Sans JP", sans-serif, '游ゴシック', 'YuGothic', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 13px;
    margin-top: 13px;
    align-items: flex-start;
    justify-content: flex-start;
}
main dl dt{
    width: 130px;
    font-weight: 600;
    color: #50b363;
}
main dl dd{
    flex: 1;
}
main .box48 dl{
    width: 100%;
}
main dl.border_none{
    border-bottom: none;
    padding-bottom: 0px;
}
/* ---------------
　タイトル
------------------*/
main .ttl_grn{
    font-weight: 600;
    color: #50b363;
    margin-top: 13px;
    font-size: 2rem;
}
main .ttl_bk{
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}
main .ttl_gry{
    font-weight: 600;
    color: #7f7f7f;
    margin-top: 8px;
}
/* ---------------
　ぱんくず
------------------*/
.breadcrumbs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-weight: 300;
    padding-top: 20px;
}
.breadcrumbs a{
    font-size: 1.2rem;
    color: #fff;
}
.breadcrumbs a:hover{
    color: #50B363;
}
.breadcrumbs span{
    font-size: 1.2rem;
    color: #fff;
}
/* ---------------
　ポイント
------------------*/
.point .flex{
    align-items: flex-start;
    justify-content: flex-start;
}
.point .box{
    margin-top: 30px;
    max-width: 1123px;
    width: 90%;
    flex-wrap: nowrap;
}
.point .box img{
    margin-right: 10px;
}
.point .box.arrow a{
    position: relative;
}
.point .box.arrow a:after{
    position: absolute;
    top: 51%;
    right: -55px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../../common/img/arrow.svg);
    width: 10px;
    height: 7px;
    content: "";
}
/* ---------------
　チェックリスト
------------------*/
main form .checklist{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 41px;
    margin-bottom: 26px;
    font-size: 1.8rem;
}
main form input{
    border: 1px solid #CCCCCC;
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 8px;
}
main form .right{
    justify-content: flex-start;
}
main .search_box{
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px 0px 50px; 
}
main .search_box .ttl{
    font-size: 2.4rem;
    font-weight: 600;
    width: 190px;
    line-height: 1;
}
main .search_box .boeder-bottom{
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
main .search_box .box{
    justify-content: flex-start;
    margin-bottom: 20px;
}
main button.reset{
     background: #dfdfdf;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    width: 80px;
    text-align: center;
    margin-top: 29px;   
    -webkit-appearance: none; 
}
/* チェックボックスを非表示にする */
.checklist input[type="checkbox"] {
  display: none;
}
/* カスタムチェックボックスを作る */
.checklist label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    line-height: 20px;
    -webkit-appearance: none; 
}
/* 外枠 */
.checklist label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 25px;
    height: 25px;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    background-color: white;
    box-sizing: border-box;
}
/* チェックされたときの塗りつぶし（中に一回り小さい緑の四角） */
.checklist input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 15px;
    height: 15px;
    background-color: #50B363;
    border-radius: 0;
    -webkit-appearance: none; 
}
/* 通常状態のラベル */
.checklist label {
    color: #333333;
    transition: color 0.3s;
    -webkit-appearance: none; 
}
/* チェックされたときのラベルの色変更 */
.checklist input[type="checkbox"]:checked + label {
  color:#50B363;
    -webkit-appearance: none; 
}
/* ラジオボタンを非表示 */
.checklist input[type="radio"] {
  display: none;
    -webkit-appearance: none; 
}
/* ラベル全体 */
.checklist label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  line-height: 20px;
  color: #333333;
  transition: color 0.3s;
    -webkit-appearance: none; 
}
/* 外枠（丸） */
.checklist input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  border: 2px solid #CCCCCC;
  border-radius: 50%; /* 丸に変更 */
  background-color: white;
  box-sizing: border-box;
}
/* チェック時の中の塗りつぶし（小さい緑丸） */
.checklist input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 13px;
  height: 13px;
  background-color: #50B363;
  border-radius: 50%;
}
/* チェック時の文字色も変える */
.checklist input[type="radio"]:checked + label {
  color: #50B363;
    -webkit-appearance: none; 
}
/* ---------------
　3カラムflex
------------------*/
main .flex_box_3{
    justify-content: space-between;
    align-items: flex-start;
}
main .flex_box_3:after{
  content:"";
  display: block;
  width:33.33333%; 
}
main .flex_box_3 .box{
    width: 33.33333%;
margin-bottom: 50px;
}
main .flex_box_3 .box img{
    width: 100%;
}
main .flex_box_3 .box p{
    font-size: 2rem;
    padding-left: 20px;
    font-weight: 500;
}
main ul.label{
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 6px;
}
main ul.label li{
    color: #888888;
    font-size: 1.3rem;
    font-weight: 700;
    border: #888888 1px solid;
    border-radius: 6px;
    padding: 0 7px;
    margin-right: 10px;
    margin-bottom: 5px;
}
main .flex_box_3 .box .txt{
    position: relative;
    padding-bottom: 40px;
}
main .flex_box_3 .box .txt:after{
    position: absolute;
    bottom: 0px;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url(../../common/img/btn_point.png);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease 0s;
    background-repeat: no-repeat;
}
main .flex_box_3 .box a:hover .txt::after{
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../../common/img/btn_point_hover.png");
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}
main .flex_box_3 .box a:hover .ttl{
    color: #50B363;
}
main .flex_box_3 .box a:hover .label li{
    color: #50B363;
    border: #50B363 1px solid;
}

/* ---------------
　footer上メニューリンク
------------------*/
.footer_sublink{
    background: #E9EEF6;
    padding: 70px 0;
    margin-top: 130px;
}
.footer_sublink .inner{
    max-width: 1488px;
    width: 90%;
    margin: 0 auto;
}
.footer_sublink h2{
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
}
.footer_sublink .sub_ttl{
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    color: #000;
    margin-top: 10px;
}
.footer_sublink .sub_ttl:before{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "■";
    color: #50B363;
}
.footer_sublink ul{
    justify-content: space-between;
    margin-top: 40px;
}
.footer_sublink ul li{ 
    width: 24%;
    background: #fff;
}
.footer_sublink ul li a{ 
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
    font-size: 1.8rem;
}
.footer_sublink ul li.on a{
        background: #50b363;
    color: #fff;
    pointer-events: none;
    cursor:none;
}
.footer_sublink ul li a:hover{
    color: #50B363;
    opacity: 1;
}
.footer_sublink ul li a:after{
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../../common/img/btn_point.png");
    width: 20px;
    height: 20px;
    transition: all 0.3s ease 0s;
    background-repeat: no-repeat;
}
.footer_sublink ul li a:hover:after{
    position: absolute;
    top: 50%;
    right:20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../../common/img/btn_point_hover.png");
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}
/* ---------------
　タブ切り替え
------------------*/
.tab-area {
    display: flex;
    cursor: pointer;
    margin: 30px 0 50px;
}
.tab-area .tab {
    width: calc(100% / 3);
    padding: 22px;
    text-align: center;
    background: #E5E5E5;
    transition: all 0.3s ease 0s;
    cursor:pointer;
}
.tab-area .tab:nth-child(2){
    border-right: 2px solid #fff;
}
.tab-area .tab:hover{
    background: #63d378;
    color: #fff;
}
.tab-area .tab.active {
    color: #fff;
    background: #50B363;
}
.panel-area .panel {
    display: none;
}
.panel-area .panel.active {
    display: block;
}

@media only screen and (max-width: 767px){  
    .box48 .img_txt img{
        margin-left: 0px;
        margin-top: 10px;
    }
    body{
        font-size: 1.5rem;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .flex{
        display: block;
    }
    .flex.pc{
        display: none!important;
    }
    .fs32{
               font-size: 1.7rem;
        line-height: 1.8;
    }
    .fs24{
              font-size: 1.7rem;
        line-height: 1.8;
    }
    .bggreen{
        padding: 15% 0;
    }
    main .flex h2{
              width: 100%;
        margin-top: 0;
        padding-bottom: 16px;
        margin-bottom: 10px;
    }
    main .flex .right{
        width: 100%
    }
    main .box:first-child{
        margin-bottom: 10%;
    }
    .h2_1{
               font-size: 2.3rem;
    } 
    .h2_2{
        font-size: 2rem;
        padding-bottom: 5%;
        text-wrap: auto;
        line-height: 1.2;
    }
    main .inner{
        width: 90%;
        max-width: 90%;
    }
    main .sec{
        margin-top: 15%;
    }
    .breadcrumbs{
               padding-top: 5px;
    }
    main .search_box .box{
        margin-bottom: 10%;
    }
    main button.reset.sp{
        margin: 0 auto 10%;
        text-align: center;
        justify-content: center;
        display: flex;
        width: 90%;
                padding: 10px;
    }
    .img_txt img{
          width: 100%;
        margin-left: 0;  
    }
    main .flex dl{
        width: 100%;
    }
    .box48{
        width: 100%;
    }
    /* ---------------
     table
    ------------------*/
    main table td{
        padding: 15px 25px;
        font-size: 1.5rem;
    }
    /* ---------------
     ポイント
    ------------------*/
     main .point{
        margin-bottom: 10%;
    }
    .point .box{
                margin-top: 6%;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    /* ---------------
     footer上メニューリンク
    ------------------*/
    .footer_sublink{
        padding: 10% 0 7%;
        margin-top: 15%;
    }
    .footer_sublink .inner{
        max-width: 90%;
        width: 90%;
    }
    .footer_sublink h2{
        font-size: 2rem;
    }
    .footer_sublink .sub_ttl{
        font-size: 1.4rem;
    }
    .footer_sublink ul{
        margin-top: 6%;
    }
    .footer_sublink ul li{ 
        width: 100%;
    }
    .footer_sublink ul li a{ 
        width: 100%;
        height: 100%;
        padding: 4%;
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .bggreen.pd60{
        padding: 15% 0;
    }
    .point .box.arrow a{
        position: relative;
        padding-right: 40px;
        display: block;
    }
    .point .box.arrow a:after {
        right: 0;
    }
    .center.w960 img{
        width: 100%;
        max-width: 100%;
        margin: 5% 0;
    }
    main .dl_box .flex li{
            width: 100%;
    margin-bottom: 5%;
    }
    main .dl_box .flex li a{
            padding: 5%;
    }
    main .search_box{
         padding: 8%;   
        padding-bottom: 3px;
    }
    main .search_box .ttl{
               font-size: 2rem;
        padding-bottom: 5%;
    }
    main form .checklist{
        margin-bottom: 10px;
        font-size: 1.6rem;
        margin-left: 0;
    }
    /* ---------------
     3カラムflex
    ------------------*/
    main .flex_box_3 .box{
        width: 100%;
        margin-bottom: 10%;
    }
    main .flex_box_3 .box p{
font-size: 1.5rem;
        padding-left: 0px;
        font-weight: 500;
    }
    main ul.label{
        padding: 0;
        padding-top: 5%;
                margin-bottom: 5px;
    }
    main ul.label li{
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    main .flex_box_3 .box .txt{
        padding-bottom: 8px;
    }
    main .flex_box_3 .box img{
        width: 100%;
    }
    main .flex_box_3:after{
        display: none;
    }
    /* ---------------
     タブ切り替え
    ------------------*/
    .tab-area {
        margin: 30px 0;
        align-items: center;
    }
    .tab-area .tab {
        padding: 5% 2%;
        font-size: 1.4rem;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}/*--sp-end*/




/* -------------------------------
　header
----------------------------------*/
header{
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 768px){
    header{
        font-size: 1.4rem;
        font-weight: 500;
    }
    header .sub_nav{
        justify-content: flex-end;
        border-bottom: 1px solid #E5E5E5;
        padding: 15px 60px 15px 0;
    }
    header .sub_nav a{
        margin-left: 30px;
        color: #464646;
        font-size: 1.5rem;
    }
    header .sub_nav a:hover{
        opacity: 1;
        color: #50B363;
    }
    header nav .gnav{
        display: flex;
        justify-content: flex-end;
        align-items: center;
                padding: 0px 60px 0px 0;
    }
    header nav .gnav li {
        margin-left: 50px;
    }
    header nav .gnav li a{
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;
        position: relative;
        font-size: 1.7rem;
        color: #000;
        padding: 30px 0;
    }
    header nav ul li:last-child img{
        vertical-align: unset;
    }
    header nav .dropdown {
        position: absolute;
                top: 131px;
        z-index: 1000;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        flex-wrap: wrap;
        background: #E5E5E5;
        padding: 50px 100px;
        display: none !important;
    }
    header nav .dropdown.active{
        display: flex!important;
        justify-content: space-between;
        align-items: stretch;
    }
    header .all_wrap{
        align-items: center;
    }
    header nav .dropdown li{
        border: none;
        width: 100;
    }
    header .right_box{
            flex: 1;
    border-left: 1px solid #e5e5e5;
    }
    header .logo{
        padding: 30px;
        max-width: 380px;
        width: 30%;
    }
    header nav .dropdown li {
width: 19%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
    }
    header nav .dr01 li{
        width: 24%;
    }
    header nav .dr02 li{
                   width: 32.5%;
    }
    header nav .dropdown li a {
        display: flex;
        line-height: 1.5;
        text-align: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 18px 0;
        background: #fff;
        color: #50B363;
        font-family: "Zen Kaku Gothic New", 'Noto Sans JP"', '游ゴシック', 'YuGothic', sans-serif;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }
    header nav .dropdown li a:hover{
        background:  #50B363;
         color: #fff;
    }
    header .gnav a.ttl{
        position: relative;
         padding-left: 23px;
    }
    header .gnav a.ttl:hover{
        color: #50B363;
        opacity: 1;
    }
    header .gnav a.ttl_dr{
        padding-right: 16px;
    }
    header .gnav a.ttl:before{
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        content: "■";
        color: #50B363;
    }
    header .gnav a.ttl_dr:after{
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        content: "+";
        color: #50B363;
    }
}/*--pc-end*/


@media only screen and (min-width: 768px) and (max-width: 1050px) {
    header nav .gnav li a{
        font-size: 1.4rem;
    }
    header nav .gnav li{
        margin-left: 15px;
    }
    header .sub_nav a{
        margin-left: 15px;
    }
    header .sub_nav{
        padding-right: 30px;
    }
    header nav .gnav{
        padding-right: 30px;
    }
    header .logo{
        padding: 30px 10px;
    }
}/*--pc-end*/

@media only screen and (max-width: 767px){
    header{
        height: 80px;
        width: 100%;
        min-width: 100%;
        padding: 2% 3% 3%;
        position: fixed;
        z-index: 1000;
        background: #fff;
        top: 0;
    }
    header .logo{
        margin-top: 0;
        width: 220px;
        display: block;
        position: absolute;
        top: 50%;
        left: 5%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    /* hamburger */
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger{
        position: absolute;
        width: 32px;
        height: 32px;
        top: 26%;
        right: 5%;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #50B363;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 18px;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 28px;
    }

    /* hamburger open/close */
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    header nav .gnav{
        display: none;
    }
    header nav ul {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
    width: 100%;
    }
    header nav ul.global_nav {
    display: none;
    }
    header nav ul > li {
    display: block;
    text-align: center;
    background: #50B363;
    height: initial;
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 20px;
    }
    header nav ul > li a {
    display: block;
    color: #fff;
    padding: 10px 0;
        font-size: 1.5rem;
    }
    header nav ul .dropdown {
    display: none;
    }
    header nav ul .group {
    display: none;
    }

    /*ハンバーガー*/
    header nav ul > li {
        position: relative;
    }

    .add_dropdown{
        position: absolute;
        width: 50px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        cursor: pointer;
    }

    .add_dropdown:before{
        content: "";
        position: absolute;
        width: 21px;
        height: 1px;
        top: 21px;
        right: 13px;
        margin: auto;
        background: #fff;
    }

    .add_dropdown:after{
        content: "";
        position: absolute;
        width: 1px;
        height: 21px;
        top: 11px;
        right: 23px;
        margin: auto;
        background: #fff;
    }
    .add_dropdown.active:after{
        display: none;
    }
    header nav ul .dropdown{
        position: relative;
        top: 0;
        left: 0;
        width:100%;
    }
    header nav ul .dropdown li{
        position: relative;
        top: 0;
        background: #fff;
    }
    header nav ul .dropdown li:last-child{
        border-bottom: none;
    }
    header nav ul .dropdown li a{
        color: #50B363;
    }
}/*--sp-end*/



/* -------------------------------
　footer
----------------------------------*/
footer .sns{
    align-items: center;
    margin: 20px 0;
    display: flex;
}
footer .sns a{
    margin-right: 10px;
}
footer .sns a:last-child{
    width: 100px;
}

footer .inner{
    max-width: 1488px;
    width: 90%;
    margin: 0 auto;
}
footer .level1 .flex{
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
footer .level2 .left{
    width: 424px;
        color: #000;
}
footer .level2 .right{
flex: 1;
    justify-content: flex-end;
}
footer .nav{
    margin-left: 90px;
}
footer .nav2{
    margin-top: 30px;
    margin-left: 30px;
}
footer .nav li{
margin-bottom: 0px;
    line-height: 1.5;
    text-indent: -0.5em;
}
footer .nav li a{
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP"', '游ゴシック', 'YuGothic', sans-serif;
}
footer .nav li a:hover{
    color: #50B363;
    opacity: 1;
}
footer .nav li a.ttl{
    font-weight: 600;
    margin-bottom: 15px;
}
footer .link_none{
    pointer-events: none;
    cursor:none;
}
footer .level1 a{
    width: auto;
    display: inline-block;
}
footer .level2{
     padding: 40px 0;
    border-bottom: 1px solid #E5E5E5;
}
footer .level2 .copy{
        font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 20px;
}
footer .level2 .name{
    font-weight: bold;
    color: #000;
}
footer .level2 .address{
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 7px;
    margin-bottom: 21px;
}
footer .level2 .contact{
    width: 272px;
    display: block;
}
footer .level2 .contact:hover{
    opacity: 0.7;
}
footer .level3{
  padding: 40px 0;
    color: #000;
    font-size: 1.5rem;
}
footer .level3 .flex{
    justify-content: flex-start;
}
footer .level3 li{
    margin-right: 40px;
}
footer .level3 .copy{
    margin-top: 8px;
}
footer .level3 a.icon{
    position: relative;
    padding-right: 20px;
}
footer .level3 a.icon:after{
position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url(../../common/img/link_out.png);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
}
footer .flex_all{
    align-items: center;
    margin-top: -20px;
    justify-content: space-between !important;
}
@media only screen and (min-width: 768px) and (max-width: 1245px) {
    footer .level2 .left{
        width: 300px;
    }
    footer .level2 .copy{
        font-size: 1.4rem;
    }
    footer .level2 .address{
        font-size: 1.3rem;
    }
    footer .level2 .name{
        font-size: 1.6rem;
    }
    footer .nav{
        margin-left: 30px;
    }
}/*--pc-end*/
@media only screen and (max-width: 767px){
    footer {
        position: relative;
    }
    footer .level1 .top{
        display: none;
    }
    footer .level2 .left{
        width: 100%;
    }
    footer .nav{
        display: none;
    }
    footer .level2 .copy{
        font-size: 1.3rem;
    }
    footer .level2 .contact{
        width: 80%;
    }
    footer .level2 .address{
        font-size: 1.3rem;
    }
    footer .top.sp{
        position: absolute;
        bottom: 20px;
        right: 5%;
        width: 25px;
    }
    footer .level1 .flex{
        padding: 20px 0 20px;
    }
    footer .level2{
               padding: 20px 0;
    }
    footer .level3{
        font-size: 1.3rem;
        padding: 20px 0;
    }
    footer .level3 .copy{
        font-size: 1rem;
    }
    footer .level2 .name{
        font-size: 1.8rem;
    }
    footer .flex_all{
        display: block;
        margin-top: 0px;
    }
}/*--sp-end*/


