@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Agbalumo&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
*{
    /* border: solid 1px red; */
}
:root{
    --main_color: #3FA8C7;
    --bg_color: #ECF6F9;
    --ckgray: #5D5D5D;
}
body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    box-sizing: border-box;

    color: #000;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 188.235% */
    overflow-x: ;
}
article,section{
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    position: relative;
}

section{
    position: relative;
    padding: 50px 0;
    max-width: 576px;
    overflow-x: hidden;
}
.full100{
    width: 100%;
}
.container{
    max-width: 900px;
    padding: 0 50px;
}
.paddh20{
    padding-bottom: 20px;
}
.bg_gr{
    background: #00904D;
}


#index{
    background: #F6F6F6;
    padding: 30px 20px;
}
#index h2{
    text-align: center;
}
#index h2 img{
    width: 30px;
    padding-right: 10px;
}
#index ul {
    list-style: none; /* デフォルトのマーカーを消す */
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
#index ul li{

}
.list_title01{
    width: 100%;
    color: #14AE5C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
}
.list_title01:before{
    content: "•"; /* マーカー代わり */
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.8em;
    color: #14AE5C;
}
.list_title01::after{
    content: "";
    height: 1px;
    display: block;
    width: 90%;
    background: #14AE5C;
    position: absolute;
    left: 0;
    bottom: -5px;
    margin-bottom: 5px;
}
.list_title01 a{
    color: #14AE5C;
}
.list_sub{
    color: #3C3C3C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list_sub::before{
    content: "•"; /* マーカー代わり */
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 2em;
    color: #989898;
}
.list_sub::after{
    content: "";
    height: 1px;
    display: block;
    width: 90%;
    background: #989898;
    position: absolute;
    left: 15px;
    bottom: -5px;
    margin-bottom: 5px;
}
.list_sub a{
    color: #3C3C3C;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* アイテムの間隔 */
}

.flex-container li {
    display: inline-block;
    width: 40%;
}

#choice .contents h2{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 104.167% */
    position: relative;
    padding: 15px 0;
    /* text-align: left; */
}
#choice .contents h2::after{
    content: "";
    height: 1px;
    width: 100%;
    /* position: absolute; */
    display: block;
    margin: 15px 0 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #14AE5C 15%, #D9D9D9 15%);
}
#choice .contents p,
#procedure .contents p,
#care .contents p{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 188.235% */
}
.contents h2{
    margin: 40px auto;
}
.contents p{
    margin: 40px auto 80px;
}
.p_b40{
    margin-bottom: 40px;
}
p span{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #f9ecb2 40%);
    position: relative;
}

#procedure .contents h2,
#care .contents h2{
    color: #14AE5C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    background: rgba(20, 174, 92, 0.10);
    padding: 8px 18px;
}

#challenge{
    padding-top: 0px;
    max-width: 800px;
}

#challenge .title{
    padding: 7px 0 20px;
}

.challenge_title_rect{
    width: 40%;
    height: 90%;
    border-radius: 50%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
}

.points{
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
}
.msg{
    /* padding: 0 30px; */
    padding: 40px 0;
}
.bg_obi{
    width: 100%;
    height: 30px;
    background: url("../image/leaf_line_parts.png") repeat-x center;

}
.msg p{
    color: #624826;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding: 0 30px;
}

#fair{
    max-width: 1000px;
    padding-top: 0;
}
.fair_title{
    max-width: 800px;
    margin: 0 auto;
}
.fair_rect{
    width: 400px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
    background: #14AE5C;;
}
#fair h2{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 95% */
    letter-spacing: 4px;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#fair h2.sp{
    display: none !important;
}
#fair h2.opt::before, #fair h2.opt::after {
    width: 3px;
    height: 40px;
    content: "";
    background-color: #fff;
}
#fair h2.opt::before {
    margin-right: 0.5em;
    transform: rotate(-20deg);
}
#fair h2.opt::after {
    margin-left: 0.5em;
    transform: rotate(20deg);
}

#fair p{
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 141.176% */
    padding: 40px 0;
}
.fair__cont{
    border-radius: 12px;
    background: #FFF;
    display: flex;
    justify-content: center;
    padding: 30px 0 40px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.fair__cont .btnset .btn{
    border-radius: 10px;
    color: #fff;
}
.fair__cont .btnset .btn.org{
    background: #E79E00;
    box-shadow: 0px 6px 0px 0px #C98C23;
}
.fair__cont .btnset .btn.grn{
    background: #14AE5C;
    box-shadow: 0px 6px 0px 0px #0b8e4a;
}
.btnset{
    text-align: center;
    color: #624826;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 164.706% */
    padding: 10px 15px;
}
.btn{
    width: 320px;
    height: 65px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto;
}
.btn img{
    max-width: 36px;
    height: 36px;
    display: inline-block;
}
.btn .arrow{
    height: 20px;
}

#other{

}
.other__btns{
    margin: 0 auto;
    max-width: 540px;
    padding: 0 40px;
}
.other__btns > a + a{
    padding-top: 20px;
}


footer{
    width: 100%;
    background: #5D5D5D;
    padding: 20px 0 100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#menu{
    position: fixed;
    background: #14AE5C;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.balloon{
    border-radius: 10px;
    background: #FFFEEE;
    max-width: 280px;
    height: 60px;
    padding: 5px 40px;
    margin: 10px;
    display: flex;
    align-items: center;

    color: #14AE5C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    position: relative;
}
.balloon::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 39px solid #FFFEEE;
    border-right: 0;
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
}
.fixbtn{
    width: 260px;
    height: 60px;
    flex-shrink: 0;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px;
    padding: 0 10px 10px;
}
.fixbtn img{
    width: 30px;
    display: block;
    margin: 0 auto;
}

#instagram{
    position: relative;
    padding: 40px 0;
}
#instagram img{
    padding: 20px 0;
}
.scroll-container {
    width: 100%; /* 親の幅を指定 */
    overflow-x: scroll; /* 横スクロールを有効にする */
    white-space: nowrap; /* アイテムを横に並べる */
    padding-bottom: 10px; /* 下に少し余白を取る */
    position: relative;
}

.scroll-items {
    display: inline-flex; /* アイテムを横並びにする */
    gap: 20px; /* アイテム間の隙間を設定 */
}

.item {
    display: inline-block; /* アイテムをブロックとして扱う */
    width: 300px; /* アイテムの横幅を指定 */
    height: auto; /* アイテムの縦幅を指定 */
    text-align: center; /* 中央寄せ */
    line-height: 200px; /* 縦中央寄せ */
    border-radius: 0px; /* 角を丸くする */
    padding: 0 10px;
}
.scroll-arrow {
    /* position: absolute;
    top: 0%;
    left: 50%; */
    /* transform: translateY(-50%) translateX(-50%); */
    animation: moveArrow 2s ease-in-out infinite; /* アニメーションの設定 */
    font-size: 24px;
    color: #333;
    z-index: 5;
    position: relative;
}
span.bold{
    font-weight: bold;
    background: initial;
    position: relative;
}

@keyframes moveArrow {
    0% {
        transform: translateX(-50%) translateY(-50%) translateX(-10px); /* 矢印を左に */
    }
    50% {
        transform: translateX(-50%) translateY(-50%) translateX(10px); /* 矢印を右に */
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateX(-10px); /* 左に戻る */
    }
}

.itembtn{
    display: flex;
    max-width: 350px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    /* gap: 10px; */

    border-radius: 50px;
    border: 2px solid #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);


    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 120% */
}
.btn_b{
    background: #005EAC;
    color: #FFF;
}
.btn_p{
    background: #F15DA2;
    color: #FFF;
}
.btn_y{
    background: #FFF900;
    color: #000;
}
.btn_w{
    background: #fff;
    color: #005EAC;
}


.accordion {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.accordion__toggle {
  display: none;
}

/* メニューボタン */
.accordion__open {
    display: block;
    border-radius: 30px 30px 0 0;
    background: rgba(0, 94, 172, 0.85);
    cursor: pointer;
    color: #FFF;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    padding: 15px 0;
    max-width: 576px;
    margin: 0 auto;
}

/* アコーディオンエリア */
.accordion__panel {
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    width: 100%;
    max-height: 0;
    overflow: hidden;
    /* background: #f8f8f8;
    opacity: 0.2; */
    transition: max-height 0.4s ease;
    display: flex;
    flex-direction: column;
    max-width: 576px;
}

.accordion__toggle:checked ~ .accordion__panel {
  max-height: 100vh; /* 展開時の高さ */
}

/* コンテンツ部分 */
.accordion__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding:  0 10px 5px;
  flex: 1; /* 余白を埋める */
  overflow-y: auto;
}

.accordion__grid a {
    border-radius: 50px;
    background: #005EAC;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.50);
    color: #FFF;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 0;
    vertical-align: middle;
    /* display: inline-block; */
    height: 28px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.accordion__grid a:hover {
  background: #bbb;
}

/* 閉じるボタン（下固定） */
.accordion__close {
    display: block;
    border-radius: 30px 30px 0 0;
    background: rgba(0, 94, 172, 0.85);
    color: #fff;
    padding: 15px;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    padding: 15px 0;
    position: sticky;
    bottom: 0;
    max-width: 576px;
}
/* チェックONのときの挙動 */
.accordion__toggle:checked ~ .accordion__panel {
  display: block;
}

.accordion__toggle:checked ~ .accordion__open {
  display: none; /* メニュー開いたら消える */
}

.categorytitle h3{
    color: #FFFFF5;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px; /* 112% */
    margin: 30px auto 0;
}
.categorytitle p{
    color: #FFFFF5;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 215.385% */
}
.linkpanel {
  /* width: 100%; */
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
}

.linkpanel__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.linkpanel__btn {
    cursor: pointer;
    text-decoration: none;
    color:#005EAC;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 120% */

    display: flex;
    max-width: calc(100% - 20px);
    height: 36px;
    /* width: calc(100% -20px); */
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFFFF5;
}
.linkpanel__btn:hover {
  /* background: #ddd; */
}

/* サブリンク展開 */
.linkpanel__toggle {
  display: none;
}
.linkpanel__submenu {
  display: none;
  margin-top: 5px;
}
.linkpanel__submenu a {
    color: #FFFFF5;
    /* font-family: "Noto Sans JP"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 200% */
    position: relative;
    margin:10px;
}
.linkpanel__submenu a::after{
    position: relative;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 10px;
}
.linkpanel__submenu a:hover {
  /* background: #eee; */
}
.linkpanel__toggle:checked ~ .linkpanel__submenu {
  display: block;
}

.btn01{
    border-radius: 50px;
    background: linear-gradient(180deg, #FFFF96 11.06%, #FFC800 100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.40);

    display: flex;
    max-width: 350px;
    width: 90%;
    /* height: 56px; */
    padding: 25px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 15px auto;

    color: #005EAC;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 120% */
}
.btn02{
    border-radius: 20px;
    background: linear-gradient(180deg, #FAC800 0%, #FF9600 100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.40);

    /* display: flex; */
    max-width: 350px;
    width: 90%;
    /* height: 70px; */
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 15px auto;

    color: #000;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 166.667% */
}
.btn02 span{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

/* appli */
.appli{
    padding: 0px 0 10px;
}
.appli .flex{
    margin: 10px auto;
    justify-content: center;
}
.dlbtn + .dlbtn{
    padding-left: 10px;
}
.app{
    width: auto;
    height: 45px;
    /* padding: 10px; */
}
.gp{
    width: auto;
    height: 45px;
}


/* pdf */
#categorypdf h2{
    color: #FFF;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 120% */
    padding: 30px 0;
    margin: 0;
}
#categorypdf h3{
    color: #FFF;
    /* font-family: "Noto Sans JP"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    position: relative;
    padding-left: 20px;
    width: 95%;
    display: block;
    margin: 10px auto;
}
#categorypdf h3::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    width: 2px;
    height: 25px;
    background: #fff;
}
#categorypdf .inpdf{
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 1001px){

    section{
        /* max-width: initial;
        width: 100%; */
    }
    .container{
        max-width: 900px;
    }
}
@media (max-width: 890px){
    #menu{
        position: fixed;
        background: #14AE5C;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: space-around;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .balloon{
        border-radius: initial;
        border-top-left-radius: 15px;  /* 左上の角を丸く */
        border-top-right-radius: 15px; /* 右上の角を丸く */
        background: #FFFEEE;
        max-width: 80%;
        height: 33px;
        padding: 0px 15px;
        margin: 10px;
        display: flex;
        align-items: center;
        border: 2px solid #14AE5C;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        position: absolute;
        top: -42px;
        z-index: -1;
    }
    .balloon::after{
        content: "";
        width: 0;
        height: 0;
        border-style: none;
        border-top: 0;
        border-bottom: 0;
        border-left: 0px;
        border-right: 0;
        position: absolute;
        right:initial;
        top: initial;
        z-index: 1;
    }
    .balloon .pc{
        display: none;
    }
    .fixbtn{
        width: calc(50% - 1px);
        height: auto;
        flex-shrink: 0;
        border: initial;
        background: #14AE5C;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        padding: 5px 0;
        align-items: center;
    }
    .fixbtn img{
        width: auto;
        height: 40px;
        display: block;
        margin: 0 auto;
    }
    .fixbtn + .fixbtn{
        border-left: solid 2px #fff;
        height: 100%;
    }
}
@media (max-width: 770px){
    #fair h2{
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 2px;
        margin: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #fair h2.opt::before, #fair h2.opt::after {
        width: 0px;
        height: 0px;
        content: "";
        background-color: #fff;
    }
    #fair h2.opt::before {
        margin-right: 0.5em;
        transform: rotate(-20deg);
    }
    #fair h2.opt::after {
        margin-left: 0.5em;
        transform: rotate(20deg);
    }
    #fair .sp_ex h2{
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 65px; /* 73.077% */
        letter-spacing: 5.2px;
    }
    #fair .sp_ex h2::before, #fair .sp_ex h2::after {
        width: 3px;
        height: 40px;
        content: "";
        background-color: #fff;
    }
    #fair .sp_ex h2::before {
        margin-right: 0.4em;
        transform: rotate(-25deg);
    }
    #fair .sp_ex h2::after {
        margin-left: 0.4em;
        transform: rotate(25deg);
    }
    #fair .pc{display: none;}
}

@media (min-width: 771px){
	#fair .sp_ex{display: none;}
}
@media (max-width: 700px){
    body{
        font-size: 16px;
    }
    .container{
        max-width: 900px;
        padding: 0 15px;
    }

    #index{
        background: #F6F6F6;
        padding: 10px 20px 30px;
    }
    #index h2{
        text-align: left;
    }
    #index h2 img{
        width: 30px;
        padding-right: 10px;
    }
    #index ul {
        list-style: none; /* デフォルトのマーカーを消す */
        padding: 0;
        max-width: 600px;
        margin: 0 auto;
    }
    #index ul li{

    }
    .list_title01{
        width: 100%;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 133.333% */
        position: relative;
        padding-left: 20px;
        padding-top: 5px;
    }
    .list_title01:before{
        content: "•"; /* マーカー代わり */
        position: absolute;
        left: 0;
        top: 5px;
    }
    .list_title01::after{
        content: "";
        height: 1px;
        display: block;
        width: 90%;
        background: #14AE5C;
        position: absolute;
        left: 0;
        bottom: -5px;
        margin-bottom: 5px;
    }
    .list_title01 a{
        color: #14AE5C;
    }
    .list_sub{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 166.667% */
        position: relative;
    }
    .list_sub::before{
        content: "•"; /* マーカー代わり */
        position: absolute;
        left: 20px;
        top: 2px;
        /* font-size: 1.2em; */
        color: #989898;
    }
    .list_sub::after{
        content: "";
        height: 1px;
        display: block;
        width: 90%;
        background: #989898;
        position: absolute;
        left: 15px;
        bottom: -5px;
        margin-bottom: 5px;
    }
    .list_sub a{
        color: #3C3C3C;
    }
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* アイテムの間隔 */
    }

    .flex-container li {
        display: inline-block;
        width: 35%;
    }
    .flex-container .list_sub::after{
        width:70%;
    }



    #choice .contents h2{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px; /* 138.889% */
    }
    /* #choice .contents h2::after,
    #care .contents h2::after{
        content: "";
        height: 1px;
        width: 100%;
        display: block;
        margin: 15px 0 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #14AE5C 15%, #D9D9D9 15%);
    } */
    #choice .contents p,
    #procedure .contents p,
    #care .contents p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 175% */
    }
    .contents h2{
        margin: 20px auto 10px;
    }
    .contents p{
        margin: 10px auto 30px;
    }
    .p_b40{
        margin-bottom: 20px;
    }
    p span{
        font-weight: bold;
        background: linear-gradient(transparent 70%, #f9ecb2 30%);
        position: relative;
    }

    #procedure .contents h2,
    #care .contents h2{
        font-size: 18px;
    }
    #procedure .center{
        text-align: left;
    }
    #challenge{
        padding-top: 0px;
        max-width: 800px;
    }

    #challenge .title{
        padding: 7px 0 20px;
    }

    .challenge_title_rect{
        width: 90%;
        height: 90%;
        border-radius: 50%;
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: -1;
    }
    #challenge .center{
        text-align: left;
    }
    .bg_llg{
        background: initial;
    }

    .points{
        max-width: 600px;
        margin: 0 auto;
        padding:0px;
    }
    .point p{
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin: 10px 0;
    }
    .msg{
        /* padding: 0 30px; */
        padding: 40px 0;
    }
    .bg_obi{
        width: 100%;
        height: 30px;
        background: url("../image/leaf_line_parts.png") repeat-x center;

    }
    .msg p{
        color: #624826;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        padding: 0 10px;
    }

    /* #fair{
        max-width: 1000px;
        padding-top: 0;
    }
    .fair_title{
        max-width: 800px;
        margin: 0 auto;
    } */
    .fair_rect{
        width: 250px;
        height: 300px;
        border-radius: 50%;
        position: absolute;
        top: -15%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: -1;
        background: #14AE5C;;
    }

    #fair p{
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 141.176% */
        padding: 10px 0;
    }
    .fair__cont{
        padding: 10px 0 20px;
    }
    .fair__cont .btnset .btn{
        border-radius: 10px;
        color: #fff;
    }
    .fair__cont .btnset .btn.org{
        background: #E79E00;
        box-shadow: 0px 6px 0px 0px #C98C23;
    }
    .fair__cont .btnset .btn.grn{
        background: #14AE5C;
        box-shadow: 0px 6px 0px 0px #0b8e4a;
    }
    .btnset{
        text-align: center;
        color: #624826;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 164.706% */
        padding: 10px;
    }
    .btn{
        width: 320px;
        height: 65px;
        display: block;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        margin: 0 auto;
    }
    .btn img{
        max-width: 36px;
        height: 36px;
        display: inline-block;
    }
    .btn .arrow{
        height: 20px;
    }

    #other{

    }
    .other__btns{
        margin: 0 auto;
        max-width: 540px;
        padding: 0 20px;
    }
    .other__btns > a + a{
        padding-top: 20px;
    }


    /* footer{
        width: 100%;
        background: #5D5D5D;
        padding: 20px 0 150px;
    } */
}


/* scroll */

.scroll_down{
  position:absolute;
  width: 9%;
  bottom:2%;
  right:5%;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
   0%{bottom:2%;}
   50%{bottom:6%;}
   00%{bottom:2%;}
}
