@charset "utf-8"; /*---------------------------------------------
    base settings
---------------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    min-width: fit-content;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    clear: both;
}

ul, ol, dl, p, img, form, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    transition: background 0.3s ease;
    text-decoration: none;
    opacity: 0.7;
}

.orange {
    color: #F37602;
}

.green {
    color: #2F6D31;
}

/* microclearfix */
.cf:before, .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

/** For IE 6/7 only */
.cf {
    *zoom: 1; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}

/* microclearfix */
.cf:before, .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

/** For IE 6/7 only */
.cf {
    *zoom: 1; }

/*
---------------------------------------------


*/
.l-main-area p:not([class]) {
    margin: 2rem 0;
}

.l-main-area strong, .l-main-area span:not([class]) {
    color: #F37602;
    font-size: 1.7rem;
    font-weight: bold;
}

.l-main-area ul {
    margin: 4rem 0;
}

.l-main-area ul li {
    margin: 0;
    padding: 0 0 1rem 2em;
    background: url(img/icon_li.png) no-repeat left 12px;
}

.l-main-area table {
    width: 100%;
    margin: 4rem 0;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
}

.l-main-area table th {
    padding: 1.5rem;
    background: #F5F8E7;
    border: 1px solid #707070;
    border-right: none;
    font-weight: normal;
    text-align: center;
    word-break: break-all;
}

.l-main-area table td {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #707070;
    border-left: none;
    word-break: break-all;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
    display: none;
}

.btn-web, .btn-internal {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
    width: 460px;
    max-width: 100%;
}

.btn-web a, .btn-internal a {
    text-decoration: none;
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 1.3rem 5rem;
    background: #F37602 url("img/arrow01_white.svg") no-repeat right 2.6rem center;
    border-radius: 1000px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.16);
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    transition: 0.2s;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.btn-internal a {
    background-color: #2F6D31;
}

.btn-web a:hover, .btn-internal a:hover {
    box-shadow: none;
    text-decoration: none;
    opacity: 1;
    transform: translate(0, 2px);
}

.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 23px;
    padding: 0.2rem 0 0.2rem 3rem;
    background: url(img/arrow_link.png) no-repeat left center;
    font-size: 1.6rem;
    line-height: 1.4;
}

.btn-link a:hover {
    text-decoration: none;
    opacity: 1;
}

.l-main-area .float-wrap {
    margin: 10px 0 40px;
}

.l-main-area .float-wrap .catch {
    color: #ffffff;
    font-size: 1.142em;
    font-weight: bold;
    background: #F37602;
    display: inline;
    line-height: 2;
}

.l-main-area .float-wrap .float-img.fr {
    width: 260px;
    margin: 0 0 1rem 3.8rem;
    float: right;
}

.l-main-area .float-wrap .float-img.fl {
    width: 260px;
    margin: 0 3rem 1rem 0;
    float: left;
}

.l-main-area .float-wrap .float-img.ct {
    margin: 0 auto 2.2rem;
    width: 260px;
}

.caption {
    padding: 8px 0 0 0;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #999999;
    word-break: break-all;
    line-height: 1.4;
    text-align: center;
}

.caption a {
    color: inherit;
}

.l-main-area .l-icon-title {
    position: relative;
    margin: 4rem 0 2rem 4.1rem;
    padding: 1.8rem 1.5rem 2rem 5.8rem;
    background-color: #f9fae3;
    color: #020202;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area .l-icon-title a {
    display: block;
    padding: 0 2rem 0 0;
    color: #000;
    background: url("img/arrow01_orange.svg") no-repeat right center;
    background-size: 12px auto;
    text-decoration: none;
}

.l-main-area .l-icon-title:before {
    width: 82px;
    height: 82px;
    background: no-repeat left top;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -4.1rem;
    margin-top: -41px;
}

.l-header-area.lower .l-header-logo img {
    width: 15%;
}

.l-main-area .l-icon-title--check:before {
    content: '';
    background-image: url("img/threeColumnBox_icon02.png");
}

.l-main-area .l-icon-title--recommend:before {
    content: '';
    background-image: url("img/threeColumnBox_icon03.png");
}

.l-main-area .l-icon-title--point:before {
    content: '';
    background-image: url("img/threeColumnBox_icon01.png");
}

.l-main-area .box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.l-main-area .box-wrap .box {
    width: calc((100% - 8.4rem) / 2);
    margin: 0 0 6rem 0;
    padding: 0.7rem 3rem 3rem 3rem;
    background: #F7F8F3;
    border-top: 7px solid #F37602;
}

.l-main-area .box-wrap .box-head {
    padding: 2rem 0;
    border-bottom: #707070 solid 1px;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.l-main-area .box-wrap .box-head .ttl {
    color: #020202;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

.l-main-area .box-wrap .box-head .ttl a {
    display: block;
    width: 100%;
    padding: 0 3rem;
    background: url("img/arrow01_green.svg") no-repeat right center;
    background-size: 13px auto;
    color: #020202;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.l-main-area .box-wrap .box-body {
}

.l-main-area .box-wrap .box-body .fig {
    margin: 0 0 3rem 0;
    text-align: center;
}

.l-main-area .box-wrap .box .btn-web, .l-main-area .box-wrap .box .btn-internal {
    width: 80%;
    margin-bottom: 0;
}

.l-main-area .frame-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.l-main-area .frame-wrap::after {
    display: block;
    width: 32%;
    content: "";
}

.l-main-area .frame-wrap .frame {
    width: calc((100% - 3rem) / 3);
    margin: 0 0 3rem 0;
    padding: 0;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.l-main-area .frame-wrap .frame-head {
    display: flex;
    align-items: center;
    background: #F5F8E7;
    border-top: 7px solid #2F6D31;
    color: #2F6D31;
}

.l-main-area .frame-wrap .frame-head .ttl {
    width: 100%;
    padding: 2rem 1.4rem;
    color: #2F6D31;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area .frame-wrap .frame-head .ttl a {
    text-decoration: none;
    display: block;
    padding: 0 2rem 0 0;
    background: url("img/arrow01_green.svg") no-repeat right center;
    background-size: 13px auto;
    color: #2F6D31;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area .frame-wrap .frame-body .frame-body-inner p:first-child {
    margin: 0;
}

.l-main-area .frame-wrap .frame-body .frame-body-inner {
    padding: 2rem 1.4rem;
}

.l-main-area .frame-wrap .frame-body .frame-body-inner + .frame-body-inner {
    border-top: solid 1px #707070;
}

.l-main-area .frame-wrap .frame-body .frame-body-inner .frame-body-inner-title {
    background: url("img/icon_magnifyingglass.svg") no-repeat left top;
    padding: 4px 0 0 27px;
    color: #2F6D31;
    font-size: 1.1428em;
    font-weight: bold;
}

.l-main-area .frame-body-inner-title + p {
    margin: 0;
}

.l-main-area .frame-wrap .frame .btn-web, .l-main-area .frame-wrap .frame .btn-internal {
    width: 80%;
    margin-bottom: 0;
}

/* low ----------------*/
/* heading */
.l-main-area--low h1, .top_h2 {
    position: relative;
    margin: 5rem 0 2rem;
    padding: 2rem 0;
    color: #2F6D31;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.top_h2.line::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 7px;
    background: #F37602;
    content: "";
}

.top_h2 {
    margin: 0 0 5rem 0;
    font-size: 3.2rem;
    background: url(img/title_bg_03.png) no-repeat center center;
}

.top_h2::after {
    bottom: 0;
}

.top_h2 span {
    color: #f58500;
    font-size: 2rem;
}

.top_h2 a {
    display: block;
    padding: 0 5rem;
    background: url("img/arrow01_green.svg") no-repeat right center;
    text-decoration: none;
    color: inherit;
}

.top_h2 a:hover {
    text-decoration: none;
}

#top h3:not([class]), .l-main-area--low h2:not([class]) {
    position: relative;
    margin: 5rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 3.8rem;
    background-color: #F5F8E7;
    border-left: 7px solid #2F6D31;
    color: #2F6D31;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

#top h3:not([class]) a, .l-main-area--low h2:not([class]) a {
    display: block;
    padding: 0 3rem 0 0;
    color: inherit;
    background: url("img/arrow01_green.svg") no-repeat right center;
    text-decoration: none;
}

.l-main-area--low h3:not([class]), .l-main-area--low h4:not([class]) {
    margin: 5rem 0;
    padding: 0 1.8rem;
    color: #2F6D31;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

.l-main-area--low h4:not([class]) {
    font-size: 2.4rem;
}

.l-main-area--low h3:not([class]) a, .l-main-area--low h4:not([class]) a {
    display: block;
    padding: 0 3rem 0 0;
    color: inherit;
    background: url("img/arrow01_green.svg") no-repeat right center;
    text-decoration: none;
}

.l-main-area--low h3{
    border-bottom: solid 3px #2F6D31;
    font-size: 2rem;
}


/*
---------------------------------------------

    header area

*/
.l-header-area {
    width: 100%;
    min-width: 1300px;
    margin: 0;
    padding: 0 0 0 100px;
}

.l-header {
    margin: 0 auto;
    padding: 1rem 0;
}

.l-header__link {
    display: inline-block;
    text-decoration: none;
}

.l-header__link:hover {
    opacity: 0.6;
}

.l-header-sitename {
    margin: 0 auto;
    max-width: 1040px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
    position: relative;
    z-index: 10;
}

.l-header-area.lower .l-header-sitename {
    padding: 0 0 1rem 0;
}

.l-header-area.lower .l-header-logo {
    padding: 1.5rem;
    background: #F5F8E7;
    text-align: center;
}

.l-header-logo a {
    display: block;
}

.l-header-logo a:hover {
    opacity: 0.7;
}

.lower .l-header-logo:after {
    content: none;
}

.l-gnavi-btn {
    text-decoration: none;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 50px 0 0;
    display: block;
    position: relative;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    color: #2F6D31;
    cursor: pointer;
}

.l-gnavi-btn:hover {
    color: #2F6D31;
}

.l-gnavi-btn span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #2F6D31;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
}

.l-gnavi-btn span:nth-of-type(1) {
    top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
    top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
    top: 39px;
}

.l-gnavi-btn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
    background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
    opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
}

.l-gnavi-area {
    width: 400px;
    height: 100vh;
    padding: 0;
    background: #FFF;
    position: fixed;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
    transition: all 0.8s ease;
    top: 0;
    left: 0;
    z-index: 300;
}

.l-gnavi-area-menu {
    display: table-cell;
    vertical-align: middle;
}

.l-gnavi-area-scroll {
    height: 100%;
    padding: 20px 100px 20px 0;
    -ms-overflow-style: none;
    overflow-x: scroll;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
    height: 100%;
    display: table;
}

.l-gnavi-area-bar {
    width: 100px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}

.l-gnavi-area--slide-right {
    transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
    left: auto;
    right: 0;
    transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
    transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
    transform: translateY(100%);
}

.l-gnavi-list {
    position: relative;
    width: 300px;
}

.l-gnavi-list__link {
    width: 90%;
    margin: 0 auto;
    padding: 10px 45px 10px 20px;
    display: block;
    text-decoration: none;
}

.l-gnavi-list__link--menu {
    cursor: pointer;
}

.l-gnavi-list__sub {
    margin: 0 0 0 1.6rem;
    background: #F5F8E7;
    display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item + .l-gnavi-list__item {
    border-top: solid 1px #fff;
}

.l-gnavi-btn-close__link {
    margin: 20px auto;
    padding: 10px 20px 10px 50px;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    position: relative;
}

.l-gnavi-btn-close__link:hover {
    background: #ccc;
    color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
    background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
    background: #ffffff;
}

.l-gnavi-btn-close__link:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
}

.l-gnavi-btn-close__link:after {
    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
    height: auto;
    top: auto;
    z-index: 1;
    overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
    opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
    transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
    transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
    transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
    height: 100vh;
    overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
    position: static;
}

/*
---------------------------------------------

    footer area

*/
.l-footer-area {
    margin: 0;
    padding: 0 0 0 100px;
    width: 100%;
    min-width: 1200px;
    background: #F5F8E7;
    position: relative;
}

.l-footer-logo {
    display: none;
    text-align: center;
}

.l-footer-logo img {
    width: 50rem;
    padding: 0;
    margin: 0 auto;
    z-index: 39;
}

.l-footer-disclaimer {
    width: 500px;
    margin: 20px auto;
    padding: 3rem 2rem;
    background: #fff;
    font-size: 1rem;
    color: #000;
    text-align: left;
}

.l-footer-disclaimer dt {
    float: left;
}

.l-footer-note {
    text-align: center;
    margin: 2rem auto 1.8rem;
    font-size: 1.2rem;
}

.l-footer-bottom {
    margin: 0 auto;
    background: #2F6D31;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.l-footer-bottom__inner {
    width: 96%;
    max-width: 1000px;
    display: table;
    margin: 0 auto;
}

.l-footer-bottom__copy {
    padding: 1rem 0;
    display: table-cell;
    text-align: left;
}

.l-footer-bottom__copy__link {
    text-decoration: none;
    color: #fff;
}

.l-footer-bottom__copy__link:hover {
    text-decoration: underline;
}

.l-footer-bottom__sitemap {
    padding: 10px 0;
    display: table-cell;
    text-align: right;
}

.l-footer-bottom__sitemap__link {
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 7px 12px;
    padding: 0 24px 0 0;
    text-decoration: none;
    color: #fff;
}

.l-footer-menu-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8rem 0 0 0;
}

.l-footer-menu {
    margin: 0 0 40px;
}

.l-footer-menu__title {
    margin: 0 0 10px 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #707070;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
}

.l-footer-menu__title__link {
    display: block;
    padding: 0 0 0 2rem;
    text-decoration: none;
    position: relative;
}

.l-footer-menu__title__link::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #E2E577;
    position: absolute;
    top: 3px;
    left: 0;
}

.l-footer-menu__list {
    display: inline;
}

.l-footer-menu__list__item {
    padding: 0 10px;
    display: inline-block;
}

.l-footer-menu__list__item:first-child {
    display: none;
}

.l-footer-menu__list__link {
    padding: 5px 0 5px 19px;
    text-align: left;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
}

.l-footer-menu__list__link:before {
    margin-top: -5px;
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    background-color: #FEB544;
}

.l-footer-menu__list__link:hover {
    opacity: 0.6;
}

.l-footer-submenu__list {
    display: inline-block;
}

.l-footer-submenu__list__item {
    display: inline-block;
}

.l-footer-submenu__list__link {
    padding: 5px 15px;
    text-align: left;
    font-size: 1.2rem;
    text-decoration: none;
}

.l-footer-submenu__list__link:before {
    content: '- ';
}

.l-footer-submenu__list__link:hover {
    opacity: 0.6;
}

/*
---------------------------------------------
    common
*/
.l-pagetop {
    position: absolute;
    top: -90px;
    right: 30px;
    z-index: 100;
}

.l-pagetop__link {
    width: 103px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-pagetop__image {
    max-width: 100%;
    height: auto;
}

.l-pagetop.is-fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
}

#pankuzu {
    max-width: 1000px;
    margin: 1rem auto 0 auto;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

/*
---------------------------------------------

    contents area

*/
.l-contents-area {
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
}

.l-contents-area .top {
    padding-top: 2rem;
}

/*
---------------------------------------------

    main area / common

*/
.l-main-area {
    width: 100%;
    margin: 0 auto 7rem 0;
    padding: 0;
    text-align: left;
}

.l-main-area--low {
    width: 1000px;
    margin: 0 auto 7rem auto;
}

.l-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.l-main-area .l-common-lead {
    width: 80%;
    margin: 1.5rem auto 4rem;
}

/*
---------------------------------------------

    top

*/
#top section {
    padding: 6rem 0;
}

/* .l-mv */
.l-mv {
    position: relative;
    width: 100%;
    max-width: 1480px;
    min-height: 540px;
    margin: 0 auto;
    z-index: 1;
}

.l-mv-box {
    position: absolute;
    left: 0;
    top: -4rem;
    width: 64%;
    height: auto;
    background: url(img/mv_bg_01.png) no-repeat right top;
    background-size: auto 100%;
}

.l-mv::before {
    position: absolute;
    left: 51%;
    top: 0;
    width: 51%;
    height: 540px;
    background: url(img/mv_bg_02.png) no-repeat left 50%;
    background-size: 100% auto;
    content: "";
    z-index: 10;
}

.l-mv-box-inner {
    width: 656px;
    padding: 3rem 0 8.5rem 9rem;
}

.l-mv-logo {
    margin: 0 auto;
    width: 50%;
}

.l-mv-title {
    margin: 4rem 0 1.2rem 0;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #2F6D31;
}

.l-mv-box-inner .btn-internal {
    width: 64%;
    margin-bottom: 0;
}

.l-mv-box-inner .btn-internal a {
    background-image: url("img/arrow01_white_down.svg");
}

/* .l-parts01*/
.l-parts01 {
    padding: 0 0 8rem 0;
}

#top .l-parts01 h3:not([class]) {
    margin-top: 10rem;
}

/* .l-parts02 */
#top section.l-parts02 {
    position: relative;
    padding-bottom: 0;
}

.l-parts02-bg {
    background-color: #F5F8E7;
    padding: 4.6rem 0 10rem;
    margin: 6.8rem 0 0;
}

.l-parts02-white {
    width: 949px;
    margin: 0 auto 8rem auto;
    padding: 0 0 1rem;
    background: #fff;
}

.l-parts02-white:last-child {
    margin: 0 auto;
}

.l-parts02-white-inner {
    padding: 0 5.3rem;
}

.l-parts02-white .btn-web a {
    background-color: #F37602;
}

.l-parts02-white__title {
    padding: 0.8rem 2rem;
    background: #2F6D31 url(img/title_bg_07.png) no-repeat left 3.8rem bottom 0;
    margin: 0 0 5.4rem;
}

.l-parts02-white__title .catch-title {
    color: #fff;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
}

.l-parts02-white__title .catch-title .large {
    font-size: 3.6rem;
    font-weight: bold;
}

.l-parts02-white .l-parts02-white__img > div:first-child {
    width: 325px;
    margin: 0 auto;
}

.l-parts02-white .title-wrap {
    position: relative;
    margin: 5.5rem 0 2rem;
    text-align: center;
}

.l-parts02-white .title-wrap::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #2F6D31;
    content: "";
}

.l-parts02-white .title-wrap .title {
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    background: #fff;
    color: #2F6D31;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-main-area #top .l-icon-title--point:before {
    background-image: url("img/threeColumnBox_icon01.png");
}

.l-main-area #top .l-icon-title--check:before {
    background-image: url("img/threeColumnBox_icon02.png");
}

.l-main-area #top .l-icon-title--recommend:before {
    background-image: url("img/threeColumnBox_icon03.png");
}

.l-parts02-white__column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem auto;
}

.l-parts02-white__column2 .box {
    width: 66%;
    padding: 2.3rem 2.9rem;
    background-color: #FFCF85;
}

.l-parts02-white__column2 .box .label {
    margin: 0 0 1rem 0;
    padding: 0.6rem 1rem;
    background: #fff;
    border-radius: 1000px;
    font-size: 2.4rem;
    color: #F37602;
    line-height: 1.4;
    text-align: center;
}

.l-parts02-white .block-kuchikomi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-kuchikomi .box {
    width: calc((100% - 3rem) / 2);
    border: solid 1px #2F6D31;
}

.l-parts02-white .block-kuchikomi .box-head {
    padding: 1rem 2.3rem;
    background: #2F6D31;
    margin: 0;
}

.l-parts02-white .block-kuchikomi .box-head .ttl {
    min-height: 61px;
    padding: 1rem 0 1rem 5.8rem;
    background: url(img/title_bg_08.png) no-repeat left top;
    background-size: 45px auto;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.l-parts02-white .block-kuchikomi .box-body {
    padding: 2.5rem 2rem;
}

#top .l-parts02-white table th {
    background-color: #F1F1F1;
    width: 31%;
}

/* .l-parts03 */
.l-parts03 .top_h2 + p {
    margin-bottom: 10rem;
}

/* .l-parts04 */
/* .l-parts05 */
.l-parts05 .box-wrap {
    margin-top: 10rem;
}

/* .l-parts06 */
/* .l-parts07 */
.l-parts07 .box-wrap {
    margin-top: 10rem;
}

/* .l-parts08 */
/* .l-parts09 */
/*--------------------------------------
 accordion
 ---------------------------------------*/
.accordion-item {
    display: none;
}

.accordion-btn {
    position: relative;
    width: 360px;
    height: 50px;
    margin: 4rem auto 4rem auto;
    background: #2F6D31;
    box-shadow: 2px 2px 0 rgb(0 0 0 / 16%);
    border-radius: 1000px;
    color: #fff;
    font-size: 1.8rem;
    transition: 0.2s;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    padding: 3rem;
}

.accordion-btn:hover {
    background: #2F6D31;
    box-shadow: none;
    text-decoration: none;
    opacity: 1;
    transform: translate(0, 2px);
}

.accordion-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.3rem;
    content: "＋";
}

.accordion-btn::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    content: "全47社のパートナーを見る";
	width: 75%;
    font-weight: bold;
}

.accordion-btn.is-open::before {
    position: absolute;
    right: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
}

.accordion-btn.is-open::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "閉じる";
}

/*
---------------------------------------------

  threeColumnBox
  3つ並びBOX
*/
.threeColumnBox_ttl {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 1.2rem 2rem 2rem 2rem;
    background: url("img/title_bg_03.png") no-repeat center center;
    border-top: 1px solid #DEE1D6;
    border-bottom: 1px solid #DEE1D6;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.1;
    color: #2F6D31;
    text-align: center;
}

.threeColumnBox_ttl span.small {
    font-size: 2.6rem;
}

.threeColumnBox_ttl span.large {
    font-size: 5rem;
}

.threeColumnBox_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 7rem 0 0;
}

.threeColumnBox_item {
    width: 31%;
    padding: 2.4rem 1.8rem 2rem;
    background: #F5F8E7;
    border-top: 7px solid #F37602;
}

.threeColumnBox_item .threeColumnBox_head {
    background: #fff;
    padding: 2.8rem 1.6rem 2rem;
    text-align: center;
}

.threeColumnBox_name {
    margin: 0 0 2rem 0;
    color: #F37602;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}

.threeColumnBox_icon {
    width: 50%;
    margin: 0 auto;
}

/*--------------------------------------
　lower-bottom
---------------------------------------*/
.lower-bottom {
    margin: 14rem auto 10rem;
    width: calc(100% - 3.6rem);
    position: relative;
    z-index: 0;
}

.lower-bottom::before, .lower-bottom::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.lower-bottom::before {
    width: 428px;
    height: 200px;
    right: 0;
    bottom: 0;
    background: #fff;
}

.lower-bottom::after {
    background: #60B4DE;
    z-index: -2;
    width: 444px;
    height: 213px;
    right: -17px;
    bottom: -21px;
}

.lower-bottom__link {
    background: url("img/banner01.jpg") no-repeat center 50%;
    display: block;
    min-height: 231px;
    background-size: cover;
    position: relative;
    color: #1f1f1f;
    font-weight: bold;
    line-height: 1.3;
    z-index: 0;
    padding: 0.5rem 3rem 6rem;
    text-decoration: none;
}

.lower-bottom__link:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
    cursor: pointer;
}

.lower-bottom__link::before, .lower-bottom__link::after {
    content: "";
    position: absolute;
}

.lower-bottom__link::before {
    background: rgba(255, 255, 255, 0.58);
    left: -20px;
    border: 1px solid #60B4DE;
    width: 585px;
    max-width: 100%;
    height: 211px;
    z-index: -1;
    top: -19px;
}

.lower-bottom__link__medium {
    font-size: 3.5rem;
    display: block;
    margin: 0 auto 1.4rem;
    letter-spacing: -0.3px;
}

span.lower-bottom__link__medium, span.lower-bottom__link__big, span.lower-bottom__link__small {
    color: #1f1f1f;
}

.lower-bottom__link__big {
    font-size: 4.5rem;
    letter-spacing: 0.6px;
}

.lower-bottom__link__small {
    font-size: 1.8rem;
    position: absolute;
    right: 62px;
    bottom: 17px;
    display: inline-block;
}

.lower-bottom__link__small::after {
    content: "";
    width: 35px;
    height: 14px;
    background-size: contain;
    position: absolute;
    right: -45px;
    bottom: 3px;
}

.lower-bottom__link__medium {
    font-size: 3rem;
    display: inline-block;
    padding: 1.5rem 1.6rem;
    padding-right: 9.9rem;
    position: relative;
    color: #399CCE;
    font-weight: bold;
    line-height: 1.3;
    z-index: 1;
    text-decoration: none;
    margin: 0 0 22px -16px;
}

.lower-bottom__link__small {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #020202;
    padding-right: 16px;
}
p.bunner-top{
    display: none;
    z-index: 200;
}

/*
---------------------------------------------

    smartphone settings

*/
@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
        min-width: inherit;
        font-size: 1.4rem;
    }

    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a:hover {
        opacity: 1;
    }

    .l-main-area p:not([class]) {
        margin: 2rem 0;
        font-size: 1.4rem;
    }

    .l-main-area--low strong, .l-main-area--low p > span {
        font-size: 1.6rem;
    }

    .l-main-area ul {
        margin: 0;
    }

    .l-main-area ul li {
        background-position: 10px 9px;
    }

    .l-main-area .l-parts03-column3__tag {
        width: 100%;
    }

    .l-parts03-column3__tag .tag-list {
        width: 48%;
    }

    .l-main-area table {
        margin: 3rem auto;
    }

    /*--------------------------------------
btns
---------------------------------------*/
    .btn-web, .btn-internal, .btn-link, .btn-tel {
        display: block;
        width: 80%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-web a, .btn-internal a {
        background-size: 12px auto;
        font-size: 1.7rem;
        background-position: right 1.2rem top 50%;
        padding: 1.3rem 3rem;
    }

    .btn-web a:hover, .btn-internal a:hover {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .btn-internal, p.btn-internal {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-link a {
        display: block;
        padding: 1.3rem 3rem;
        background: #fff url("img/arrow01_yellow.svg") no-repeat right 1.2rem top 50%;
        background-size: 12px auto;
        border: 2px solid #FEB544;
        border-radius: 1000px;
        box-shadow: 2px 2px 0 rgb(0 0 0 / 16%);
        box-sizing: border-box;
        color: #020202;
        font-size: 1.5rem;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .btn-link a:hover {
        opacity: 1;
    }

    .btn-tel a {
        display: block;
        padding: 1.3rem 4.4rem;
        background: #1BA68F url("img/icon_tel.svg") no-repeat left 2.2rem top 50%;
        background-size: 15px auto;
        border-radius: 1000px;
        box-shadow: 2px 2px 0 rgb(0 0 0 / 16%);
        box-sizing: border-box;
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
    }

    .btn-tel a:hover {
        text-decoration: none;
        opacity: 1;
    }

    .l-main-area .float-wrap {
        width: 100%;
        margin: 10px auto 30px;
        font-size: 1.4rem;
    }

    .l-main-area .float-wrap .float-img {
        text-align: center;
    }

    .l-main-area .float-wrap .float-img.fr {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .l-main-area .float-wrap .float-img.fl {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .l-main-area .float-wrap .float-img.ct {
        width: 100%;
    }

    .l-main-area .float-wrap .float-img.t_small {
        width: 40%;
    }

    .l-main-area .float-wrap .float-img.fr.t_small {
        margin: 0 0 20px 10px;
        float: right;
    }

    .l-main-area .float-wrap .float-img.fl.t_small {
        margin: 0 20px 10px 0;
        float: left;
    }

    .l-main-area .box-wrap {
        display: block;
        font-size: 1.4rem;
    }

    .l-main-area .box-wrap .box {
        width: 100%;
        margin: 0 0 4rem 0;
    }

    .l-main-area .box-wrap .box:last-child {
        margin: 0;
    }

    .l-main-area .box-wrap .box::before {
        top: -3rem;
        width: 48px;
        height: 46px;
    }

    .l-main-area .box-wrap .box-head .ttl {
        font-size: 2rem;
    }

    .l-main-area .box-wrap .box-head .ttl a {
        font-size: 2rem;
        background-size: 10px auto;
        padding: 0 2rem;
    }

    .l-main-area .frame-wrap {
        display: block;
        font-size: 1.4rem;
    }

    .l-main-area .frame-wrap .frame {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .l-main-area .frame-wrap .frame:last-child {
        margin: 0;
    }

    .l-main-area .frame-wrap .frame-head .ttl {
        font-size: 1.8rem;
    }

    .l-main-area .frame-wrap .frame-head .ttl a {
        background-size: 10px auto;
    }

    .l-main-area .l-icon-title {
        width: 100%;
        margin: 3rem 0 2rem;
        padding: 1rem 1rem 1rem 6.4rem;
        background-size: 200px auto;
        line-height: 1.4;
        font-size: 1.8rem;
    }

    .l-main-area .l-icon-title a {
        background-size: 10px auto;
        padding-right: 2rem;
    }

    .l-main-area .l-icon-title:before {
        width: 60px;
        height: 60px;
        background-size: 100% auto;
        font-size: 1rem;
        left: -0.6rem;
        margin-top: -30px;
    }

    /* low ----------------*/
    .l-main-area--low h1 {
        margin: 3rem 0 2rem;
        padding: 2rem 0 0;
        font-size: 2.4rem;
        background-size: 100% auto;
    }

    .l-main-area--low h1, .top_h2 {
        background-size: 100%;
    }

    #top h3:not([class]), .l-main-area--low h2:not([class]) {
        margin: 3rem 0 2rem;
        padding: 1.5rem;
        font-size: 2.1rem;
    }

    .l-main-area--low h3:not([class]) {
        margin: 3rem auto;
        font-size: 1.9rem;
    }

    .l-main-area--low h4:not([class]) {
        margin: 3rem auto;
        font-size: 1.7rem;
    }

    .l-main-area--low h2:not([class]) a, .l-main-area--low h3:not([class]) a, .l-main-area--low h4:not([class]) a {
        background-size: 10px auto;
        padding-right: 2rem;
    }

    .top_h2 {
        position: relative;
        margin: 0 0 2rem;
        padding: 2rem 0;
        background: url(img/title_bg_03.png) no-repeat center center;
        background-size: 100% auto;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }

    .top_h2.line::after {
        height: 3px;
    }

    .top_h2 a {
        font-size: 2.4rem;
        background-size: 10px auto;
        padding: 0 2rem;
    }

    .top_h2 a:hover {
        text-decoration: none;
        opacity: 1;
    }

    /*
---------------------------------------------

    header area

*/
    .l-header {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: left;
    }

    .l-header-area {
        min-width: auto;
        padding: 0;
    }

    .l-header-left {
        display: none;
    }

    .l-header-sitename {
        padding: 1rem 6.4rem 1rem 1rem;
        font-size: 1rem;
        text-align: left;
    }

    .l-header-area.lower .l-header-sitename {
        padding: 1rem 6.4rem 1rem 1rem;
    }

    .l-header-logo a {
        margin: 0 auto;
        width: 240px;
        height: auto;
    }

    .l-header-area.lower .l-header-logo img {
        width: 90%;
    }

    .lower .l-header-logo:before, .lower .l-header-logo:after {
        width: 100%;
        height: auto;
    }

    .lower .l-header-logo:before {
        top: 23px;
        height: 75px;
    }

    .lower .l-header-logo:after {
        right: 0;
        left: 0;
        top: 4rem;
    }

    .l-gnavi-area {
        display: none;
    }

    /*
---------------------------------------------

    footer area

*/
    .l-footer-area {
        margin-top: 0;
        padding: 2rem 0 0 0;
        min-width: inherit;
        z-index: 0;
    }

    .l-footer-area::before {
        top: -27px;
        left: 0;
        content: '';
        width: 100%;
        height: 50px;
        background-size: cover;
    }

    .l-footer-area__inner {
        position: relative;
        z-index: 299;
    }

    /* .footMenu {
        width: 48px;
        height: 46px;
        margin: 0;
        position: fixed;
        top: 0.6rem;
        right: 0.6rem;
        z-index: 300;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f2aa1e;
    }

    .footMenu .l-gnavi-btn {
        width: 100%;
        height: 100%;
    }

    .footMenu .l-gnavi-btn span {
        left: 50%;
        width: 30px;
        height: 2px;
        background: #222;
        transform: translateX(-50%);
    }

    .footMenu .l-gnavi-btn span:nth-child(1) {
        top: 14px;
    }

    .footMenu .l-gnavi-btn span:nth-child(2) {
        top: 24px;
    }

    .footMenu .l-gnavi-btn span:nth-child(3) {
        top: 34px;
    }

    .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
        transform: translate(-50%, 10px) rotate(-45deg);
    }

    .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
        transform: translate(-50%, -10px) rotate(45deg);
    } */
    .l-footer-logo {
        padding: 1rem 6.4rem 1rem 1rem;
        font-size: 1.2rem;
        text-align: left;
    }

    .l-footer-logo__image {
        width: 100%;
    }

    .l-footer-logo__link {
        display: block;
    }

    .l-footer-disclaimer {
        width: 90%;
        margin: 0 auto 1rem;
        padding: 2rem 5%;
    }

    .l-footer-bottom {
        padding: 0 5%;
    }

    .l-footer-bottom__inner {
        width: 90%;
        display: block;
    }

    .l-footer-bottom__copy {
        display: block;
        text-align: center;
    }

    .l-footer-bottom__sitemap {
        display: none;
    }

    .l-footer-note {
        margin: 0 0 1rem;
        font-size: 1rem;
    }

    .l-footer-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 298;
        width: 100%;
        height: 100vh;
        background: #fff;
        margin: 0;
        padding: 0 0 60px 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 1s;
        overflow-y: hidden;
        opacity: 0;
    }

    .l-footer-menu-wrapper.active {
        transform: translate3d(0, 0, 0);
        transition: transform 0.3s ease-in-out, opacity 0.3s;
        opacity: 1;
    }

    .l-footer-menu {
        width: 90%;
        margin: 0 auto 2rem;
    }

    .l-footer-menu__title {
        margin: 0;
        padding: 0;
    }

    /* .l-footer-menu__title__link {
        padding: 1rem 2.5rem 1rem 3rem;
        display: block;
        font-size: 1.6rem;
        position: relative;
    } */
    .l-footer-menu__title__link {
        display: block;
        padding: 0.6rem 2.8rem;
        padding-left: 2rem;
        background: url("img/arrow01_green_down.svg") no-repeat right center;
        background-size: 10px auto;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: bold;
        position: relative;
    }

    .l-footer-menu__title__link.is-open {
        background-image: url("img/arrow01_green_up.svg");
    }

    .l-footer-menu__title__link:hover {
        text-decoration: none;
    }

    .l-footer-menu__title__link::after {
        top: 10px;
    }

    .l-footer-menu__list {
        display: none;
        margin-top: 1rem;
    }

    .l-footer-menu__list__item {
        width: 100%;
        padding: 0.6rem 1rem;
    }

    .l-footer-menu__list__item:first-child {
        display: block;
    }

    .l-footer-menu__list__link {
        margin: 0;
        display: block;
    }

    .l-footer-menu__list__link:before {
        content: "└";
        margin: -0.7rem 0.5rem 0 0;
        display: block;
        position: absolute;
        width: auto;
        height: auto;
        border-radius: 0;
        top: 50%;
        left: 0;
        background: none;
    }

    .l-footer-submenu__list {
        display: block;
    }

    .l-footer-submenu__list__item {
        display: block;
    }

    /*
---------------------------------------------

    common

*/
    .l-pagetop {
        top: -5.5rem;
        right: 0.5rem;
    }

    .l-pagetop__link {
        width: 70px;
        height: 70px;
    }

    .l-pagetop__image {
        width: auto;
    }

    .l-pagetop.is-fixed {
        bottom: 1.5rem;
    }

    #pankuzu {
        margin: 0 auto;
        padding: 1rem;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*
---------------------------------------------

    contents area

*/
    .l-contents-area {
        padding: 0;
    }

    .l-contents-area--low {
        width: 100%;
    }

    /*
---------------------------------------------

    contents area

*/
    .threeColumnBox_inner {
        display: block;
        margin: 0;
    }

    .threeColumnBox_item {
        width: 100%;
        margin: 3rem 0 0;
        padding: 1.5rem;
    }

    .threeColumnBox_item .threeColumnBox_head {
        padding: 1.6rem;
    }

    .threeColumnBox_name {
        font-size: 1.8rem;
    }

    .threeColumnBox_icon {
        width: 30%;
    }

    .threeColumnBox_ttl {
        padding: 1.2rem 1rem 2rem 1rem;
        background-size: 100% auto;
        font-size: 2.1rem;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 2rem;
    }

    .threeColumnBox_ttl span.small {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        display: inline-block;
    }

    .threeColumnBox_ttl span.large {
        font-size: 3.2rem;
    }

    /*
---------------------------------------------

    main area

*/
    .l-main-area--low {
        width: 94%;
        margin: 0 auto 7rem;
        float: none;
        overflow: visible;
    }

    .l-section-inner {
        width: 94%;
        margin: 0 auto;
    }

    .l-main-area .l-common-lead {
        width: 90%;
        margin: 1.5rem auto 4rem;
    }

    /*
---------------------------------------------

    top

*/
    #top section {
        padding: 4rem 0;
    }

    .l-contents-area .top {
        padding: 0;
    }

    /* .l-mv */
    .l-mv {
        width: 100%;
        min-width: auto;
        min-height: auto;
    }

    .l-mv-box {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        min-width: auto;
        min-height: auto;
        margin: 0 auto;
        padding: 0 0 2rem;
        background: #F5F8E7;
        background-image: none;
    }

    .l-mv::before {
        display: none;
    }

    .l-mv-box-inner {
        width: 100%;
        padding: 0;
    }

    .l-mv-logo {
        padding: 2rem;
        text-align: center;
        width: 70%;
    }

    .l-mv-logo img {
        width: 100%;
    }

    .l-mv-fig {
        text-align: center;
    }

    .l-mv-title {
        margin: 0;
        margin-bottom: 1rem;
        padding: 1.5rem 1rem 1rem 1rem;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
    }

    .l-main-area p:not([class]) {
        margin: 1em 0;
        padding: 0 1rem;
        line-height: 1.7;
    }

    h2.l-mv-title {
        font-size: 2.8rem;
        text-align: center;
        margin-top: 1rem;
    }


    .l-mv-box-inner .btn-internal{
        width: 80%;
    }


    /* l-parts01 */
    #top .l-parts01 h3:not([class]) {
        margin-top: 4rem;
    }

    /* .l-parts02 */
    .l-parts02-bg {
        padding: 4rem 0;
        margin: 4rem 0 0;
    }

    .l-parts02-white {
        width: 100%;
        margin: 0 0 6rem 0;
        padding: 0 0 2rem 0;
    }

    .l-parts02-white-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .l-parts02-white__title {
        background-size: 78% auto;
        background-position: left 10px bottom 0;
        margin-bottom: 3rem;
    }

    .l-parts02-white__title .catch-title {
        font-size: 1.7rem;
    }

    .l-parts02-white__title .catch-title .large {
        font-size: 3rem;
            margin-top: 0.5rem;
    }

    .l-parts02-white .title-wrap {
        margin: 4rem 0 2rem;
    }

    .l-parts02-white__column2 .box {
        width: 90%;
        padding: 1.4rem;
    }

    .l-parts02-white__column2 .box .label {
        font-size: 2rem;
        font-weight: bold;
    }

    .l-parts02-white .title-wrap .title {
        max-width: 90%;
        padding: 0 1rem;
        font-size: 2rem;
    }

    .l-parts02-white .block-kuchikomi {
        display: block;
    }

    .block-kuchikomi .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .l-parts02-white .block-kuchikomi .box-head .ttl {
        font-size: 1.7rem;
        background-size: auto 50px;
        min-height: 50px;
        padding-left: 4rem;
        line-height: 1.5;
    }

    .l-parts02-white .block-kuchikomi .box-body {
        padding: 1.5rem;
    }

    .l-parts03 {
    }

    .l-parts03 .top_h2 + p {
        margin-bottom: 4rem;
    }

    .l-parts04 {
        padding: 2rem 0;
        margin-bottom: 2rem;
        min-width: inherit;
    }

    .l-parts04 .l-section-inner:after, .l-parts04 .l-section-inner:before {
        content: none;
    }

    .l-parts05 .box-wrap {
        margin-top: 4rem;
    }

    .l-parts05 .btn-internal {
        width: 80%;
        margin: 1rem auto 3rem;
        min-width: inherit;
        font-size: 1.6rem;
    }

    .l-parts07 .box-wrap {
        margin-top: 4rem;
    }

    /*--------------------------------------
    　spMenuBox
    ---------------------------------------*/
    /*navWrap*/
    #navWrap {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
        margin: 0 auto;
    }

    /*navTop*/
    #navWrap .navTop {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #b5b5b5;
        position: fixed;
        top: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    body.open #navWrap .navTop {
        top: 0 !important;
        opacity: 1 !important;
        z-index: 9999 !important;
    }

    #navWrap .navTopInner {
        display: table;
        width: 100%;
        padding: 0.5rem 0;
        position: relative;
    }

    #navWrap .siteName {
        /* display: table-cell;
        vertical-align: middle; */
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 1.2rem 6rem 1.2rem 1rem;
        /* border-right: 1px solid #bbb; */
        border-bottom: 1px solid #333;
        text-align: left;
    }

    #menuBtn {
        background: #2F6D31;
        position: fixed;
        top: 0.6rem;
        right: 0.6rem;
        display: table-cell;
        vertical-align: middle;
        box-sizing: content-box;
        width: 46px;
        height: 46px;
        /* padding: 0 1.0rem; */
        cursor: pointer;
        z-index: 9999;
    }

    #menuBtn .menu {
        width: 24px;
        height: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        outline: none;
        border: none;
        background: url("img/sp_ico_menu.png") center no-repeat;
        background-size: 100%;
    }

    body.open #menuBtn .menu {
        width: 24px;
        height: 18px;
        background: url("img/sp_ico_close.png") center no-repeat;
        background-size: 100%;
    }

    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: rgba(245,248,231, 0.94);
        z-index: 999;
        display: none;
    }

    #navSp > div {
        height: 100%;
        overflow-y: scroll;
        /*-webkit-overflow-scrolling: touch;*/
    }

    #navSp a {
        text-decoration: none;
    }

    /* 以下装飾など */
    #navSp .navBox {
    }

    #navSp .navBox:first-child {
        border-top: 1px solid #2F6D31;
        overflow: hidden;
    }

    #navSp .navBox .sttl a, #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        line-height: 1.4;
        background: url("img/arrow01_green.svg") 96% center no-repeat;
        background-size: 10px 8px;
        padding: 1.5rem 9% 1.5rem 1.5rem;
    }

    #navSp .navBox .tglMenu a {
        background: url("img/arrow01_green_down.svg") 96% center no-repeat;
        background-size: 8px 10px;
    }

    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow01_green_down.svg") 96% center no-repeat;
        background-size: 8px 10px;
    }

    #navSp .navBox .sttl a br {
        display: none;
    }

    #navSp .navBox .sttl.open > a {
        background: url("img/arrow01_green_up.svg") 96% center no-repeat;
        background-size: 8px 10px;
    }

    #navSp .navBox .sttl, #navSp .sitemap {
        border-bottom: 1px solid #2F6D31;
        padding: 0;
        margin: 0;
    }

    #navSp .sitemap {
        margin: 0 0 100px;
    }

    #navSp .navBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #navSp .navBox .accChild li {
        float: none;
    }

    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/arrow01_green.svg") 95.5% center no-repeat;
        background-size: 8px 7px;
        border-bottom: 1px solid #2F6D31;
        padding: 1.2rem 9% 1.2rem 2.5rem;
    }

    #navSp .navBox .accChild li .subList li a {
        padding-left: 4rem;
        position: relative;
    }

    #navSp .navBox .accChild li .subList li a::before {
        content: "└";
        display: block;
        position: absolute;
        top: 14px;
        left: 22px;
        margin-right: 0.4rem;
    }

    #navSp .navBox .accChild li a:first-child {
    }

    /*navBottom*/
    #navBottom {
        display: block;
        width: 85%;
        position: relative;
        margin: 7.5% auto 7.5%;
    }

    #navBottom a {
        display: block;
        text-decoration: none;
        background: url("img/banner_bg.png") left top repeat;
        border-top: 3px solid #bee6a0;
        padding: 4%;
        position: relative;
        z-index: 1;
    }

    #navBottom a::before {
        content: "";
        background: url("img/banner_illust01.png") no-repeat;
        background-size: 100% auto;
        width: 49px;
        height: 86px;
        position: absolute;
        top: -10px;
        right: -8px;
    }

    #navBottom a::after {
        content: "";
        background: url("img/banner_illust02.png") no-repeat;
        background-size: 100% auto;
        width: 40px;
        height: 64px;
        position: absolute;
        left: -8px;
        bottom: -10px;
    }

    #navBottom .tit {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.01em;
        padding: 0 15% 0 3%;
        margin-bottom: 1.0rem;
    }

    #navBottom .txtArea {
        background-color: #fff;
        padding: 0 0 6%;
    }

    #navBottom .catch {
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 0.01em;
        border-bottom: 1px dotted #ccc;
        padding: 3.5% 5%;
    }

    #navBottom .txt {
        padding: 3.5% 5%;
    }

    #navBottom .txt p {
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        color: #508291;
        margin: 0;
    }

    #navBottom .btn {
        width: 75%;
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
        background-color: #82b4c3;
        border-radius: 5px;
        padding: 3.5% 4% 3.2% 4%;
        margin: 0 auto;
        box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
    }

    body.open {
        height: inherit !important;
    }

    /*--------------------------------------
 .lower-bottom
 ---------------------------------------*/
    .lower-bottom {
        margin: 10rem auto 0;
        width: 100%;
    }

    .lower-bottom::before {
        content: none;
    }

    .lower-bottom::after {
        width: 70%;
        height: 90%;
        right: -2%;
        bottom: -11px;
    }

    .lower-bottom__link {
        min-height: 115px;
        padding: 1rem 1.5rem 5rem;
        background-position: right center;
    }

    .lower-bottom__link:hover {
        opacity: 1;
    }

    .lower-bottom__link::before {
        left: -2%;
        width: calc(100% - 4rem);
        height: calc(100% - 4.2rem);
        top: -10px;
    }

    .lower-bottom__link__medium {
        font-size: 2rem;
        margin: 0 auto 0.5rem;
        padding: 0;
    }

    .lower-bottom__link__big {
        font-size: 2.5rem;
    }

    .lower-bottom__link__small {
        font-size: 1.6rem;
        right: 0rem;
        bottom: 2rem;
    }

    .lower-bottom__link__small::after {
        width: 28px;
        height: 11px;
        right: -35px;
        bottom: 4px;
        content: none;
    }

    .lower-bottom__link__medium｛ padding-right: 0; ｝ /*--------------------------------------
 accordion
 ---------------------------------------*/
    .accordion-btn {
        width: 85%;
        padding: 1.4rem 4rem;
        margin: 4rem auto;
    }

    .accordion-btn::before, .accordion-btn.is-open::before {
        right: 1.2rem;
    }

    .btn-accordion:hover {
        opacity: 1;
    }
}

/* SP_End */
