@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/* outline
------------------------------*/
.h1_section{
    display: none;
}

#path{
   font-size: 13px;
   margin: 0 auto 11px;
   /* line-height: 0; */
}
.l-page {
    
background-color: #fff;
}
.l-page img {
    width: 100%;
    height: 100%;
}

#contents_outer .l-page * {
    font-family: 'Noto Sans JP';
}
#contents {
    width: 100%;
    padding-bottom: 0;
}
#apfel .inner {
    margin: 0 auto;
    width: 940px;
}
#apfel .flex {
    display: flex;
}
#apfel .mv {
    padding: 28px 0 74px;
    background-color: #C8F1CD;
}
#apfel .mv .inner {
    border: 7px solid #FFFFFF;
}
#apfel .mv .catch01,
#apfel .mv .catch02 {
    text-align: center;
}
#apfel .mv .catch01 {
    position: relative;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    width: 320px;
    margin: 27px auto 17px;
}
#apfel .mv .catch01::before,
#apfel .mv .catch01::after {
    position: absolute;
    width: 22px;
    height: 38px;
    content: "";
    top: 5px;
}
#apfel .mv .catch01::before {
    left: 25px;
    background-image: url("../images/line01.svg");
}
#apfel .mv .catch01::after {
    right: 35px;
    background-image: url("../images/line02.svg");
}
#apfel .mv .catch02 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
#apfel .mv .catch02 span {
    margin: 0 2px;
    width: 57px;
    height: 57px;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    line-height: 56px;
    color: #06C755;
    font-size: 38px;
}
#apfel .mv .catch02 span:last-child {
    margin-right: 6px;
}
#apfel .mv .flex {
    justify-content: space-between;
    align-items: flex-end;
}
#apfel .mv_txt {
    width: 508px;
}
#apfel .mv .catch03 {
    margin-top: 33px;
    margin-right: 42px;
    padding: 20px 37px 17px 27px;
    background: #06C755;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.3;
    box-sizing: border-box;
}
#apfel .mv .catch03 span {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 8px;
}
#apfel .mv .catch04 {
    position: relative;
    padding: 36px 208px 51px 17px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.13em;
    display: block;
}
#apfel .mv .catch04::after {
    position: absolute;
    top: -10px;
    right: 61px;
    width: 132px;
    height: 132px;
    background: url("../images/mv_img02.svg");
    content: "";
}
.mv_img {
    width: 375px;
    position: relative;
    top: 8px;
    left: 7px;
}
#apfel .mv_img img {
}
#apfel .sec01  {
    width: 950px;
    margin: 0 auto;
    background-color: #f4f4f4;
}
#apfel .sec01 .inner {
    padding: 35px 17px 13px 0;
    text-align: center;
    width: 823px;
}
#apfel .sec01 .inner p {
    padding-top: 16px;
    padding-right: 26px;
    width: 345px;
    height: 81px;
    background: url("../images/bg01.svg") no-repeat;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    background-size: contain;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}
#apfel .sec02 .inner {
    border-radius: 10px;
    background: #06C755;
    text-align: center;
    width: 950px;
}
#apfel .sec02 .flex {
    justify-content: space-between;
}
#apfel .sec02 .sec02_txt {
    margin-top: 26px;
    margin-left: 67px;
    width: 535px;
    text-align: center;
}
#apfel .sec02 .sec02_txt .catch01 {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.2px;
}
#apfel .sec02 .sec02_txt .catch01::before,
#apfel .sec02 .sec02_txt .catch01::after {
    position: absolute;
    top: 5px;
    width: 26px;
    height: 52px;
    content: "";
}
#apfel .sec02 .sec02_txt .catch01::before {
    left: 77px;
    background-image: url("../images/line03.svg");
}
#apfel .sec02 .sec02_txt .catch01::after {
    right: 61px;
    background-image: url("../images/line04.svg");
}
#apfel .sec02 .sec02_txt .baloon {
    position: relative;
    padding: 18px 18px 17px 20px;
    background: #fff;
    border-radius: 100px;
    color: #06C755;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.09em;
}
#apfel .sec02 .sec02_txt .baloon::after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}
#apfel .sec02 .sec02_txt .baloon span {
    font-weight: bold;
    font-size: 20px;
}
#apfel .sec02 .sec02_txt .catch02 {
    margin-top: 23px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
}
#apfel .sec02 .sec02_img {
    margin-top: 12px;
    margin-right: 85px;
    margin-bottom: -7px;
}
#apfel .sec03 {
    padding: 93px 0 80px;
}
#apfel .sec03 h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#apfel .sec03 .sec03_img {margin-right: 29px;}
#apfel .sec03 .sec03_txt {
    width: 620px;
}
#apfel .sec03 .sec03_txt ul {
    border-top: 1px solid #D1D1D1;
    width: 630px;
}
#apfel .sec03 .sec03_txt ul li {
    padding: 46px 0px 45px 19px;
    border-bottom: 1px solid #D1D1D1;
}
#apfel .sec03 .sec03_txt ul li h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#apfel .sec03 .sec03_txt ul li h4 span {
    margin-right: 7px;
    color: #06C755;
    letter-spacing: 3px;
}
#apfel .sec03 .sec03_txt ul li p {
    margin-top: 7px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.59px;
}
#apfel .sec03 .sec03_txt ul li .btn {
    display: inline-block;
    margin-top: 9px;
    margin-right: 16px;
    width: 186px;
    text-align: center;
    background: #06C755;
    background-image: url("../images/arrow-y.svg");
    background-repeat: no-repeat;
    background-position: 90% center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #FFEB33;
    letter-spacing: 0.06em;
    padding: 20px 8px 23px 0;
    box-sizing: border-box;
}
#apfel .sec03 .sec03_txt ul li a:hover {
    
text-decoration: none;
    
opacity: 0.8;
}
#apfel .sec04 {
    padding: 0 0 80px;
    background: #FFF8EA;
}
#apfel .sec04 .inner {
    padding-top: 72px;
    position: relative;
}
#apfel .sec04 .inner::before {
    position: absolute;
    top: -28px;
    left: 67px;
    width: 258px;
    height: 194px;
    background-image: url("../images/img05.svg");
    content: "";
}
#apfel .sec04 h3 {
    margin-bottom: 46px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.11em;
}
#apfel .sec04 .flex {
    justify-content: space-between;
    width: 855px;
    margin: 0 auto;
}
#apfel .sec04 .btn {
    position: relative;
    display: inline-block;
    /* margin-right: 25px; */
    width: 268px;
    height: 89px;
    text-align: center;
    background-color: #06C755;
    background-image: url("../images/arrow-w.svg");
    background-repeat: no-repeat;
    background-position: 91% center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    padding: 33px 18px 0px 0;
}
#apfel .sec04 .btn.btn-pink {
    position: relative;
    margin-right: 3px;
    background-color: #BA2F5D;
    line-height: 22px;
    box-sizing: border-box;
}
#apfel .sec04 .btn.btn-pink:hover {
     opacity: 0.8;
}
#apfel .sec04 .btn.btn-pink span {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
#apfel .sec04 a:hover {
    text-decoration: none;
    background-color: #37CC74;
}