@charset "UTF-8";

html {
    font-size: 62.5%
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.8;
    background: #f9f9f9
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    clear: both
}

address,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

::-moz-selection {
    background: #141414;
    color: #fff
}

::selection {
    background: #141414;
    color: #fff
}

img {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

hr {
    display: none
}

:root ul {
    letter-spacing: -1px;
    word-spacing: -1px;
    list-style: none
}

.clearfix:after {
    clear: both
}

* html .clearfix {
    zoom: 1
}

.clearfix {
    display: inline-table
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.u-color__primary {
    color: #d9ba4a;
    font-weight: 700
}

.u-color__secondary {
    color: #012d16;
    font-weight: 700
}

.u-color__red {
    color: #c11b26;
    font-weight: 700
}

a {
    color: #06066b
}

.u-font-style_notes {
    font-size: 1.2rem;
    color: #575757;
    margin-bottom: .8rem;
    line-height: 1.4;
    display: block;
    margin-top: -8px
}

.u-media-img {
    display: block;
    margin: 1.6rem auto
}

.u-img-banner {
    display: block;
    margin: 1.6rem auto;
    height: auto
}

.u-img-banner__b {
    display: block;
    margin: 1.6rem auto;
    height: auto
}

.u-img-banner__b:hover {
    opacity: .7
}

.u-img-banner__c {
    display: block;
    margin: 1.6rem auto;
    height: auto
}

.u-img-banner__c:hover {
    opacity: .7
}

.u-img-banner:hover {
    opacity: .7
}

.u-pc-none {
    display: block
}

@media screen and (min-width:768px) {
    .u-pc-none {
        display: none
    }
}

.u-sp-none {
    display: none
}

@media screen and (min-width:768px) {
    .u-sp-none {
        display: block
    }
}

.l-content-wrap {
    width: 100%;
    padding: 0 0 20px
}

@media screen and (min-width:768px) {
    .l-content-wrap {
        max-width: 1000px;
        margin: 0 auto
    }
}

.l-content {
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .l-content {
        display: flex;
        justify-content: space-between;
        max-width: 1000px
    }
}

@media screen and (min-width:768px) {
    .l-main {
        max-width: 800px;
        width: 70%
    }
}

.l-main-visual {
    padding-top: 56px
}

@media screen and (min-width:768px) {
    .l-main-visual {
        padding-top: 157px
    }
}

@media screen and (min-width:768px) {
    .l-sidebar {
        width: 28%;
        padding-bottom: 24px
    }
}

.c-header {
    background: #fff;
    position: relative;
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-bottom: solid 1px #d9ba4a;
    transition: 1s;
    -webkit-transition: .5s
}

@media screen and (min-width:768px) {
    .c-header.js-active {
        transform: translateY(-104px)
    }
}

.c-header__bg {
    background: #d9ba4a
}

.c-header__inner {
    width: 100%;
    padding: 8px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .c-header__inner {
        text-align: left;
        max-width: 1000px;
        margin: 0 auto;
        padding: 16px 0
    }
}

.c-header__logo {
    display: inline-block;
    width: 100px
}

@media screen and (min-width:768px) {
    .c-header__logo {
        padding: 0;
        width: 180px
    }
}

.c-header__logo__img {
    width: 100%
}

.c-header__logo:hover {
    opacity: .7
}

.c-header__nav__parent {
    display: none;
    position: relative
}

@media screen and (min-width:768px) {
    .c-header__nav__parent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1000px;
        margin: auto
    }
}

.c-header__nav__parent:before {
    content: '';
    height: 30px;
    width: 1px;
    background: #a0a0a0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10
}

.c-header__nav__parent__list {
    width: 25%;
    position: relative;
    transition: background .3s;
    background: #fff
}

.c-header__nav__parent__list:hover {
    background: #faf3dc
}

.c-header__nav__parent__list:hover>.c-header__nav__child {
    display: block
}

.c-header__nav__parent__list:before {
    content: '';
    height: 30px;
    width: 1px;
    background: #a0a0a0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10
}

.c-header__nav__parent__list a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    transition: color .1s;
    position: relative;
    color: #102423;
    text-decoration: none;
    padding: 12px 0;
    letter-spacing: 0
}

.c-header__nav__parent__list a span {
    position: relative
}

.c-header__nav__parent__list a span:after {
    position: absolute;
    right: -18px;
    top: 10px;
    content: ' ';
    width: 0;
    height: 0;
    border: none;
    border-top: 7.2px solid #012d16;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

@media screen and (max-width:767px) {
    body.active {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:768px) {
    .c-hamburger {
        display: none
    }
}

.c-hamburger__inner {
    display: block;
    width: 30px;
    height: 30px;
    position: relative
}

.c-hamburger__inner span {
    display: block;
    height: 2px;
    background: #012d16;
    width: 24px;
    position: absolute;
    border-radius: 10px;
    transition: all .6s;
    right: 0;
    z-index: 100
}

.c-hamburger__inner span:nth-child(1) {
    top: 4px
}

.c-hamburger__inner span:nth-child(2) {
    top: 14px
}

.c-hamburger__inner span:nth-child(3) {
    bottom: 3px
}

.c-hamburger__inner.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px
}

.c-hamburger__inner.active span:nth-child(2) {
    width: 0;
    left: 0
}

.c-hamburger__inner.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px
}

.c-hamburger__nav {
    opacity: 0;
    display: none;
    transition: .3s
}

.c-hamburger__nav.active {
    display: block;
    opacity: 1;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 56px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    z-index: 50;
    padding: 40px 20px 20px;
    box-shadow: 0 3px 10px rgba(36, 18, 16, .1);
    overflow: auto;
    padding-bottom: 80px
}

.c-hamburger__nav ul {
    text-align: left
}

.c-hamburger__nav__parent {
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0
}

.c-hamburger__nav__parent:last-of-type {
    border-bottom: solid 1px #f1e8bd;
    margin-bottom: 28px
}

.c-hamburger__nav__parent__cat {
    color: #102423;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
    border-top: solid 1px #f1e8bd;
    position: relative;
    transition: background .3s;
    padding-left: 27px
}

.c-hamburger__nav__parent__cat:before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    color: #000;
    pointer-events: none;
    content: '';
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: translateY(-50%) rotate(-45deg)
}

.c-hamburger__nav__parent__cat:hover {
    background: #faf3dc;
    border-top: none
}

.c-footer {
    background: #012d16;
    padding: 16px
}

@media screen and (min-width:768px) {
    .c-footer__inner {
        max-width: 1000px;
        margin: 0 auto
    }
}

.c-footer__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.c-footer__nav ul li {
    margin: 0 0 16px 12px;
    padding-right: 12px;
    position: relative
}

@media screen and (min-width:768px) {
    .c-footer__nav ul li {
        margin: 0 0 16px 14px;
        padding-right: 16px
    }
}

.c-footer__nav ul li::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .3)
}

.c-footer__nav ul li a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .c-footer__nav ul li a {
        font-size: 1.4rem;
        text-decoration: none
    }
}

@media screen and (min-width:768px) {
    .c-footer__nav ul li a:hover {
        text-decoration: underline
    }
}

.c-footer__copy {
    background: rgba(16, 36, 35, .26);
    text-align: center;
    font-size: 1.2rem;
    color: #fff
}

@media screen and (min-width:768px) {
    .c-footer__copy {
        font-size: 1.4rem
    }
}

.c-footer__risk {
    margin-bottom: 16px
}

.c-footer__risk p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0
}

.c-footer__risk a {
    color: #fff
}

.gotop {
    position: fixed;
    z-index: 50;
    bottom: 2em;
    right: .5em;
    background: rgba(16, 36, 35, .26);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
    font-size: .8em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column-reverse;
    cursor: pointer
}

.gotop span {
    margin-bottom: 5px
}

.c-main {
    box-shadow: 0 3px 6px rgba(36, 18, 16, .1);
    padding: 16px;
    margin-bottom: 60px;
    background: #fff;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-main {
        padding: 40px 16px
    }
}

.c-main-visual {
    background: #fff;
    background: url(img/mv-sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: calc(340 / 750 * 100%);
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    position: relative
}

@media screen and (min-width:768px) {
    .c-main-visual {
        background: url(img/mv-pc.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: calc(312 / 1440 * 100%);
        margin-bottom: 2em
    }
}

.c-main-visual img {
    margin: auto;
    display: block;
    width: 380px
}

@media screen and (max-width:767px) {
    .c-main-visual img {
        width: 80%
    }
}

.c-sidebar {
    padding: 16px;
    box-shadow: 0 3px 6px rgba(36, 18, 16, .1);
    background: #fff
}

@media screen and (min-width:768px) {
    .c-sidebar {
        padding: 40px 16px
    }
}

.c-sidebar-catlist {
    margin-bottom: 24px;
    font-weight: 700
}

.c-sidebar-catlist_parent {
    margin-bottom: 4px;
    position: relative;
    padding-left: 12px;
    padding-bottom: 8px
}

.c-sidebar-catlist_parent:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-right: solid 2px rgba(16, 36, 35, .54);
    border-bottom: solid 2px rgba(16, 36, 35, .54);
    transform: translateY(-50%) rotate(-45deg);
    color: rgba(16, 36, 35, .54);
    position: absolute;
    top: 43%;
    left: -3px;
    pointer-events: none
}

.c-sidebar-catlist_child {
    margin-bottom: 4px;
    position: relative;
    padding-left: 20px;
    border-bottom: dotted 1px rgba(16, 36, 35, .54);
    padding-bottom: 8px
}

.c-sidebar-catlist_child:before {
    content: '・';
    color: rgba(16, 36, 35, .54);
    position: absolute;
    top: 5%;
    left: 4px;
    pointer-events: none
}

.c-sidebar-catlist a {
    font-size: 1.4rem;
    transition: color .1s;
    position: relative;
    color: #102423;
    text-decoration: none
}

.c-sidebar-catlist a:hover {
    color: rgba(16, 36, 35, .54)
}

.c-sidebar-catlist a:hover::after {
    opacity: 1
}

.c-sidebar-bnrBlock {
    margin-bottom: 24px
}

.c-sidebar-bnrBlock a:hover {
    opacity: .7
}

.c-breadcrumb {
    padding-top: 56px
}

@media screen and (min-width:768px) {
    .c-breadcrumb {
        padding-top: 160px
    }
}

.c-breadcrumb ul {
    width: auto;
    margin: 0 auto;
    list-style: none;
    color: #666;
    line-height: 1.3;
    font-size: 1.2rem;
    padding: 15px 10px;
    width: 100%;
    max-width: 1000px
}

.c-breadcrumb ul li {
    display: inline;
    letter-spacing: .02em;
    color: #666
}

.c-breadcrumb ul li:before {
    content: ">";
    padding: 0 .5em
}

.c-breadcrumb ul li a {
    color: #012d16;
    text-decoration: underline
}

.c-breadcrumb ul li a:hover {
    color: #666;
    text-decoration: none
}

.c-breadcrumb ul li:first-of-type:before {
    content: none
}

.c-breadcrumb__icon {
    width: 14px
}

.c-post-content__title {
    font-size: 2rem;
    font-weight: 700;
    border-bottom: solid 4px #012d16;
    margin-bottom: 16px;
    padding-bottom: 8px;
    line-height: 1.4
}

@media screen and (min-width:768px) {
    .c-post-content__title {
        font-size: 2.4rem
    }
}

.c-post-content__title.category_parent {
    display: flex;
    align-items: center
}

.c-post-content__title.category_parent img {
    width: 40px;
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .c-post-content__title.category_parent img {
        width: 60px
    }
}

.c-post-content__title__anken {
    border-bottom: solid 2px #152423;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 24px;
    margin-top: 16px;
    letter-spacing: 1px
}

.c-post-content__title__second {
    font-size: 2.2rem;
    font-weight: 700;
    border-left: solid 4px #012d16;
    margin: 32px 0 24px;
    padding: 16px;
    background: #f4f4f4;
    line-height: 1.4
}

.c-post-content__title__third {
    font-size: 2rem;
    font-weight: 700;
    border-bottom: solid 2px #012d16;
    margin: 32px 0 20px;
    padding-bottom: 8px;
    line-height: 1.4
}

.c-post-content__title__fourth {
    font-size: 1.8rem;
    font-weight: 700;
    border-left: solid 4px #012d16;
    margin: 24px 0 16px;
    padding-left: 8px;
    line-height: 1.4
}

.c-post-content__tag {
    background: #666;
    color: #fff;
    font-weight: 700;
    width: auto;
    padding: 2px 12px;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 16px
}

.c-post-content__date {
    display: flex;
    align-items: center
}

.c-post-content__date p {
    font-size: 1.4rem;
    display: flex;
    align-items: center
}

.c-post-content__date p img {
    margin-right: 4px;
    width: 12px;
    margin-top: -2px
}

.c-post-content__date p:first-of-type {
    margin-right: 16px
}

.c-post-content__thumbnail {
    margin: 20px 0 20px;
    text-align: center
}

.c-post-content__title__second+.c-post-content__title__third {
    margin-top: 24px
}

.c-post-content__thumbnail.post-supervisor img {
    max-width: 320px
}

.c-cta__single {
    margin-bottom: 20px
}

.c-cta__single a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 16px;
    background: #f1742c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 4px 0 #d16323;
    margin: 0 auto;
    position: relative;
    transition: .3s
}

@media screen and (min-width:768px) {
    .c-cta__single a {
        width: 49%
    }
}

.c-cta__single a::before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none
}

.c-cta__single a:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.c-cta__double {
    display: block;
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .c-cta__double {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.c-cta__double a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: #f1742c;
    box-shadow: 0 4px 0 #d16323;
    position: relative;
    transition: .3s
}

@media screen and (min-width:768px) {
    .c-cta__double a {
        width: 49%
    }
}

.c-cta__double a::before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none
}

.c-cta__double a:first-of-type {
    background: #d9ba4a;
    box-shadow: 0 4px 0 #af961d;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .c-cta__double a:first-of-type {
        margin-bottom: 0
    }
}

.c-cta__double a:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.c-post-relation {
    padding: 24px 0;
    background: #fff
}

.c-post-relation__list {
    border-bottom: solid 1px rgba(16, 36, 35, .12);
    padding: 20px;
    background: #fff;
    transition: background .3s;
    cursor: pointer
}

.c-post-relation__list__text {
    width: 70%
}

.c-post-relation__list img {
    width: 35%;
    margin-left: 6px
}

@media screen and (min-width:768px) {
    .c-post-relation__list img {
        width: 25%
    }
}

.c-post-relation__list a {
    width: 100%;
    color: #102423;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-post-relation__list:hover {
    background: #f3f2f2;
    text-decoration: underline
}

.c-post-relation__list__title {
    font-size: 1.4rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .c-post-relation__list__title {
        font-size: 1.8rem
    }
}

.c-post-relation__list__time {
    font-size: 1.2rem
}

.c-post-relation__list__time img {
    width: 12px;
    vertical-align: baseline;
    margin-right: 4px;
    color: rgba(16, 36, 35, .54)
}

@media screen and (min-width:768px) {
    .c-post-relation__list__time img {
        width: 12px
    }
}

#toc_container {
    width: 100% !important;
    background: #fff !important;
    border: solid 1px #dedede !important;
    margin-bottom: 20px !important;
    padding: 20px 18px 20px !important;
    border-top: solid 2px #012d16 !important
}

#toc_container a {
    color: #102423
}

#toc_container .toc_list {
    counter-reset: num
}

#toc_container .toc_list li {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #dedede;
    padding: 12px 0;
    line-height: 1.4
}

#toc_container .toc_list li:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

#toc_container .toc_list li::before {
    display: block;
    content: counter(num);
    counter-increment: num;
    font-weight: 700;
    text-align: right;
    color: #102423;
    font-size: 1.6rem;
    text-decoration: none;
    width: 16px;
    height: auto
}

#toc_container .toc_list a {
    position: relative;
    color: #06066b;
    text-decoration: underline;
    font-size: 1.4rem;
    padding-left: 14px
}

#toc_container .toc_list a .toc_number {
    display: none
}

#toc_container p.toc_title {
    text-align: left !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1.6rem !important;
    justify-content: space-between;
    align-items: center;
    height: 16px
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
    position: relative;
    display: block;
    color: #fff
}

#toc_container span.toc_toggle a {
    color: transparent;
    display: block;
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: translateY(-50%) rotate(-45deg)
}

#toc_container.contracted span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
    position: relative;
    display: block;
    color: #fff
}

#toc_container.contracted span.toc_toggle a {
    color: transparent;
    display: block;
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: translateY(-50%) rotate(45deg)
}

.c-top-relation {
    border-bottom: solid 1px #012d16;
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .c-top-relation {
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.c-top-relation__left {
    width: 100%;
    padding: 16px;
    padding-bottom: 0
}

@media screen and (min-width:768px) {
    .c-top-relation__left {
        width: 30%;
        padding: 0
    }
}

.c-top-relation__left__index {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center
}

@media screen and (min-width:768px) {
    .c-top-relation__left__index {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.c-top-relation__left__index img {
    width: 60px;
    margin-right: 8px
}

.c-top-relation__left__index span {
    border-bottom: solid 4px #012d16
}

.c-top-relation__left__text {
    margin-bottom: 8px;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-top-relation__left__text {
        margin-bottom: 24px
    }
}

.c-top-relation__left__morelink_pc {
    background: #fff;
    border: solid 1px #012d16;
    color: #012d16;
    text-align: center;
    padding: 8px 16px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: none
}

@media screen and (min-width:768px) {
    .c-top-relation__left__morelink_pc {
        display: block
    }
}

.c-top-relation__left__morelink_pc:after {
    content: "";
    display: block;
    position: absolute;
    transition: all .1s;
    width: 45px;
    height: 1px;
    background: #333;
    bottom: 18px;
    left: calc(100% - 20px)
}

.c-top-relation__left__morelink_pc:before {
    display: block;
    content: "";
    position: absolute;
    transition: all .1s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #333;
    bottom: 18px;
    left: calc(100% + 25px)
}

.c-top-relation__left__morelink_pc:hover:after {
    width: 50px
}

.c-top-relation__left__morelink_pc:hover:before {
    left: calc(100% + 30px)
}

.c-top-relation__left__morelink_sp {
    background: #fff;
    border: solid 1px #012d16;
    color: #012d16;
    text-align: center;
    padding: 4px 16px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    display: block;
    width: 60%;
    font-size: 1.4rem;
    margin: 20px auto 0
}

@media screen and (min-width:768px) {
    .c-top-relation__left__morelink_sp {
        display: none
    }
}

.c-top-relation__left__morelink_sp:after {
    content: "";
    display: block;
    position: absolute;
    transition: all .1s;
    width: 45px;
    height: 1px;
    background: #333;
    bottom: 18px;
    left: calc(100% - 20px)
}

.c-top-relation__left__morelink_sp:before {
    display: block;
    content: "";
    position: absolute;
    transition: all .1s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #333;
    bottom: 18px;
    left: calc(100% + 25px)
}

.c-top-relation__left__morelink_sp:hover:after {
    width: 50px
}

.c-top-relation__left__morelink_sp:hover:before {
    left: calc(100% + 30px)
}

.c-top-relation__right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px
}

@media screen and (min-width:768px) {
    .c-top-relation__right {
        width: 60%;
        padding: 0
    }
}

.c-top-relation a {
    text-decoration: none
}

.c-top-relation__list {
    margin-bottom: 16px;
    width: 100%
}

@media screen and (min-width:768px) {
    .c-top-relation__list {
        width: 48%
    }
}

.c-top-relation__list__link {
    box-shadow: 0 3px 6px rgba(36, 18, 16, .1);
    transition: box-shadow .3s;
    background: #fff;
    display: block
}

.c-top-relation__list__link:hover {
    box-shadow: 0 3px 6px rgba(36, 18, 16, .3)
}

.c-top-relation__list__img {
    position: relative;
    height: 160px;
    overflow: hidden
}

.c-top-relation__list__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.c-top-relation__list__tag {
    background: #666;
    padding: 2px 12px;
    font-size: 12px;
    color: #fff;
    display: inline-block
}

.c-top-relation__list__time {
    color: #012d16;
    display: flex;
    margin-bottom: 0;
    font-size: 12px
}

.c-top-relation__list__time img {
    margin-right: 4px
}

.c-top-relation__list__textbox {
    padding: 12px
}

.c-top-relation__list__textbox__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.c-top-relation__list__title {
    font-weight: 700;
    color: #102423;
    padding: 8px 0;
    height: 85px;
    line-height: 1.5
}

.c-area-ansfirst {
    margin: 20px 0;
    padding: 16px 24px;
    background: #fcf8ea
}

.c-area-ansfirst__title {
    color: #012d16;
    font-weight: 700;
    padding: 4px 16px;
    text-align: center;
    font-size: 1.8rem
}

.c-area-ansfirst__title span {
    padding-bottom: 8px;
    border-bottom: solid 2px #012d16;
    line-height: 1.8
}

.c-area-ansfirst__wrap {
    margin-top: -2px;
    padding: 24px 16px;
    position: relative
}

.c-area-ansfirst__wrap p:last-of-type {
    margin-bottom: 0
}

.c-area-ansfirst ol,
.c-area-ansfirst ul {
    background: 0 0;
    padding: 0
}

.c-area-matome {
    padding: 16px 24px;
    background: #fcf8ea
}

.c-area-matome__title {
    color: #012d16;
    font-weight: 700;
    padding: 4px 16px;
    text-align: center;
    font-size: 1.8rem
}

.c-area-matome__title span {
    padding-bottom: 8px;
    border-bottom: solid 2px #012d16;
    line-height: 1.8
}

.c-area-matome__wrap {
    margin-top: -2px;
    padding: 24px 16px;
    position: relative
}

.c-area-matome__wrap p:last-of-type {
    margin-bottom: 0
}

.c-area-matome ol,
.c-area-matome ul {
    background: 0 0;
    padding: 0
}

.c-faq__list {
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(16, 36, 35, .12)
}

.c-faq-item {
    border-top: solid 1px rgba(16, 36, 35, .12)
}

.c-faq-item>input {
    display: none
}

.c-faq-item__box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 4px 8px 0 0;
    padding-bottom: 2px
}

@media screen and (min-width:768px) {
    .c-faq-item__box__icon {
        height: 32px;
        width: 32px;
        font-size: 1.6rem;
        margin: 0 8px 0 0;
        padding-bottom: 2px
    }
}

.c-faq-item__box__txt {
    font-size: 1.6rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .c-faq-item__box__txt {
        font-size: 1.8rem
    }
}

.c-faq-item__box--question {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 12px;
    position: relative;
    background: #fff;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .c-faq-item__box--question {
        padding: 12px 52px 12px 12px;
        align-items: center
    }
}

.c-faq-item__box--question::after {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    border-top: solid 3px #141A2342;
    border-right: solid 3px #141A2342;
    transform: rotate(135deg);
    pointer-events: none;
    transition: transform .1s;
    right: 16px;
    top: 30%
}

.c-faq-item__box--question .c-faq-item__box__icon {
    background: #012d16
}

.c-faq-item__box--question .c-faq-item__box__txt {
    width: 75%
}

@media screen and (min-width:768px) {
    .c-faq-item__box--question .c-faq-item__box__txt {
        max-width: 572px;
        width: auto
    }
}

@media screen and (min-width:768px) {
    .c-faq-item__box--question:hover {
        background: rgba(16, 36, 35, .05)
    }

    .c-faq-item__box--question:hover::after {
        width: 12px;
        height: 12px;
        display: block;
        border-top: solid 3px #141A2342;
        border-right: solid 3px #141A2342
    }

    .c-faq-item__box--question:hover .c-faq-item__box__txt {
        color: #012d16;
        text-decoration: underline
    }
}

.c-faq-item__box--answer {
    display: none;
    justify-content: flex-start;
    padding: 12px
}

.c-faq-item__box--answer .c-faq-item__box__icon {
    background: #d9ba4a
}

.c-faq-item__box--answer .c-faq-item__box__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    width: 80%
}

@media screen and (min-width:768px) {
    .c-faq-item__box--answer .c-faq-item__box__txt {
        font-size: 1.6rem;
        max-width: 572px;
        width: auto
    }
}

.c-faq-item__box--answer .c-faq-item__box__txt>p:not(:last-child) {
    margin-bottom: 1.6rem
}

@media screen and (min-width:768px) {
    .c-faq-item__box--answer .c-faq-item__box__txt>p:not(:last-child) {
        margin-bottom: 16px
    }
}

.c-faq-item input:checked+.c-faq-item__box--question::after {
    transform: rotate(315deg)
}

.c-faq-item input:checked+.c-faq-item__box--question+.c-faq-item__box--answer {
    display: flex
}

.c-sidebar-relation {
    border-top: solid 1px rgba(16, 36, 35, .12);
    counter-reset: number 0
}

.c-sidebar-relation__list {
    border-bottom: solid 1px rgba(16, 36, 35, .12);
    position: relative
}

.c-sidebar-relation__list:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #d9ba4a;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number);
    color: #fff;
    font-weight: 700
}

.c-sidebar-relation__list a {
    color: #012d16;
    text-decoration: none;
    display: block;
    padding: 12px;
    color: #102423
}

.c-sidebar-relation__list a:hover {
    background: #f3f2f2;
    text-decoration: underline
}

.c-sidebar-relation__list__time {
    display: flex;
    font-size: 1.2rem;
    font-weight: 400
}

.c-sidebar-relation__list__time img {
    width: 12px;
    margin-right: 8px
}

.c-sidebar-relation__list__text {
    padding: 12px 0;
    font-weight: 700;
    font-size: 1.4rem
}

.c-catlist-child__text {
    margin-bottom: 16px;
    color: #012d16
}

@media screen and (min-width:768px) {
    .c-catlist-child ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.c-catlist-child__list {
    width: 100%;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .c-catlist-child__list {
        width: 49%
    }
}

.c-catlist-child__list a {
    background: #dedede;
    padding: 16px;
    width: 100%;
    display: block;
    color: #012d16;
    position: relative;
    padding-left: 28px;
    text-decoration: none;
    font-weight: 700
}

.c-catlist-child__list a:hover {
    opacity: .7
}

.c-catlist-child__list a:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-right: solid 2px #012d16;
    border-bottom: solid 2px #012d16;
    transform: translateY(-50%) rotate(-45deg);
    color: #012d16;
    position: absolute;
    top: 50%;
    left: 12px;
    pointer-events: none
}

.page-contact table.contact-table {
    width: 100%
}

.page-contact table.contact-table td {
    display: block;
    font-weight: 700;
    margin-bottom: 6px
}

.page-contact table.contact-table th {
    display: block;
    margin-bottom: 16px
}

.page-contact table.contact-table th span {
    display: block;
    background: #012d16;
    padding: 2px
}

.page-contact table.contact-table th span input {
    border: none;
    background: #fff;
    display: block;
    padding: 10px;
    width: 100%
}

.page-contact table.contact-table th span textarea {
    padding: 10px;
    border: none;
    background: #fff;
    display: block;
    width: 100%
}

.page-contact .sub-btn {
    background: #012d16;
    width: 90%;
    max-width: 360px;
    margin: auto;
    padding: 2px;
    position: relative;
    color: #fff;
    margin-top: 12px
}

.page-contact .sub-btn input {
    border: none;
    background: 0 0;
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff
}

.page-contact .sub-btn:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none
}

.page-confirm table.contact-table {
    width: 100%
}

.page-confirm table.contact-table td {
    display: block;
    font-weight: 700;
    margin-bottom: 6px
}

.page-confirm table.contact-table th {
    display: block;
    margin-bottom: 16px;
    text-align: left
}

.page-confirm table.contact-table th span {
    display: block;
    padding: 2px;
    font-weight: 400;
    margin-top: 4px
}

.page-confirm table.contact-table th span input {
    border: none;
    background: #fff;
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 520px
}

.page-confirm table.contact-table th span textarea {
    border: none;
    background: #fff;
    display: block;
    width: 100%;
    max-width: 520px
}

.page-confirm .sub-btn {
    background: #012d16;
    width: 90%;
    max-width: 360px;
    margin: auto;
    padding: 2px;
    position: relative;
    color: #fff;
    margin-top: 12px
}

.page-confirm .sub-btn input {
    border: none;
    background: 0 0;
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff
}

.page-confirm .sub-btn:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none
}

.page-confirm .sub-btn-bk {
    background: #012d16;
    width: 90%;
    max-width: 360px;
    margin: auto;
    padding: 2px;
    position: relative;
    color: #fff;
    margin-top: 15px
}

.page-confirm .sub-btn-bk input {
    border: none;
    background: #fff;
    display: block;
    padding: 12px;
    width: 100%;
    color: #012d16;
    max-width: 520px
}

.page-confirm .sub-btn-bk:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-right: solid 2px #012d16;
    border-bottom: solid 2px #012d16;
    transform: translateY(-50%) rotate(-45deg);
    color: #012d16;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none
}

.icon_contact {
    margin: auto;
    display: block;
    width: 120px
}

.compleat {
    text-align: center
}

.compleat .btn_b {
    width: 100%;
    max-width: 360px
}

.compleat .btn_b span {
    padding: 15px
}

.mw_wp_form span.error {
    color: #fff
}

.c-recommend-point {
    background: #fcf8ea;
    position: relative;
    padding-top: 32px;
    margin: 34px 0 20px
}

@media screen and (min-width:768px) {
    .c-recommend-point {
        padding-top: 24px
    }
}

.c-recommend-point__title {
    line-height: 1.5;
    background: #d9ba4a;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    position: absolute;
    top: -16px;
    left: -8px;
    padding: 4px 16px;
    width: auto;
    text-align: center
}

.c-recommend-point__title span {
    display: block;
    width: 100%;
    position: relative
}

.c-recommend-point__title span:before {
    content: ' ';
    position: absolute;
    bottom: -60px;
    left: 40px;
    width: 0;
    height: 0;
    border: none;
    border-top: 6px solid #102423;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-135deg);
    left: -16px;
    top: 23px;
    z-index: 0
}

.c-recommend-point__title span:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border: none;
    border-top: 29px solid #d9ba4a;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    transform: rotate(180deg);
    top: -4px;
    right: -30px
}

.c-recommend-point ul {
    list-style: none;
    padding: 0 16px;
    padding-bottom: 16px
}

.c-recommend-point ul li {
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 1.4
}

.c-recommend-point ul li:last-of-type {
    margin: 0
}

.c-recommend-point ul li::before {
    content: '';
    display: block;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 9px;
    left: 1px;
    background: #d9ba4a;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

.c-recommend-point ul li.c-bulletsList__index {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    padding-left: 0
}

.c-recommend-point ul li.c-bulletsList__index span {
    padding-bottom: 8px;
    border-bottom: solid 2px #012d16
}

.c-recommend-point ul li.c-bulletsList__index::before {
    content: none
}

.c-recommend-point.blue {
    background: #f2f4ff
}

.c-recommend-point.blue .c-recommend-point__title {
    background: #30386f
}

.c-recommend-point.blue .c-recommend-point__title span::after {
    border-top: 29px solid #30386f
}

.c-recommend-point.blue ul li:before {
    background: #30386f
}

.c-recommend-point.blue .c-recommend-point-inner {
    padding: 0 16px 16px
}

@media screen and (min-width:768px) {
    .c-recommend-point.blue .c-recommend-point-inner {
        padding: 0 24px 16px 24px
    }
}

.c-recommend-point.blue .c-recommend-point-inner p {
    font-size: 1.2rem
}

@media screen and (min-width:768px) {
    .c-recommend-point.blue .c-recommend-point-inner p {
        font-size: 1.4rem
    }
}

.c-recommend-point.blue .c-recommend-point-inner p:last-of-type {
    margin-bottom: 0
}

.c-recommend-point.blue .u-color__red {
    font-size: 1.6rem
}

@media screen and (min-width:768px) {
    .c-recommend-point.blue .u-color__red {
        font-size: 1.4rem
    }
}

.c-supervisor {
    border: solid 1px #dedede;
    box-shadow: 0 1px 5px #00000029;
    position: relative;
    margin-top: 20px
}

.c-supervisor-inner {
    padding: 16px;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .c-supervisor-inner {
        padding: 46px 24px 8px
    }
}

.c-supervisor__label {
    line-height: 1.5;
    background: #d9ba4a;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    position: absolute;
    top: -1px;
    left: -9px;
    width: auto;
    text-align: left
}

.c-supervisor__label img {
    width: 20px;
    margin-right: 4px;
    display: block;
    height: auto
}

.c-supervisor__label span {
    position: relative;
    display: block;
    padding: 4px 16px 4px 8px;
    display: flex;
    align-items: center
}

.c-supervisor__label span:before {
    content: ' ';
    position: absolute;
    bottom: -60px;
    left: 40px;
    width: 0;
    height: 0;
    border: none;
    border-top: 7px solid #102423;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-135deg);
    left: 1px;
    top: 27px
}

.c-supervisor__label span:after {
    content: ' ';
    position: absolute;
    bottom: -60px;
    width: 0;
    height: 0;
    border: none;
    border-top: 29px solid #d9ba4a;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    transform: rotate(180deg);
    right: -14px;
    top: 0
}

.c-supervisor-wrap {
    display: flex;
    margin-bottom: 12px
}

.c-supervisor-wrap__img {
    margin-right: 16px;
    width: 25%;
    max-width: 70px
}

@media screen and (min-width:768px) {
    .c-supervisor-wrap__img {
        width: auto
    }
}

.c-supervisor-wrap__text {
    width: 80%
}

.c-supervisor-wrap__title {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #102423;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .c-supervisor-wrap__title {
        font-size: 1.6rem
    }
}

.c-supervisor-wrap__name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    color: #102423
}

@media screen and (min-width:768px) {
    .c-supervisor-wrap__name {
        font-size: 2.4rem
    }
}

.c-supervisor-btm.text-none {
    margin-top: -32px
}

@media screen and (min-width:768px) {
    .c-supervisor-btm.text-none {
        margin-top: -16px
    }
}

.c-supervisor-btm.active .c-supervisor-btm__inner {
    overflow: auto;
    height: auto
}

.c-supervisor-btm__inner {
    height: 22px;
    overflow: hidden;
    transition: .2s
}

@media screen and (min-width:768px) {
    .c-supervisor-btm__inner {
        height: 26px
    }
}

.c-supervisor-accordion {
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-supervisor-accordion {
        font-size: 1.6rem
    }
}

.c-supervisor-accordion-text__close {
    display: none
}

.c-supervisor-accordion__icon {
    background: #d9ba4a;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    position: relative
}

.c-supervisor-accordion__icon span {
    display: block;
    background: #fff;
    height: 3px;
    width: 12px
}

.c-supervisor-accordion__icon span:first-of-type {
    transform: rotate(90deg);
    position: absolute;
    transition: transform .2s
}

.c-supervisor-accordion.active .c-supervisor-accordion__icon span:first-of-type {
    transform: rotate(0);
    position: absolute
}

.c-supervisor-accordion.active .c-supervisor-accordion-text__open {
    display: none
}

.c-supervisor-accordion.active .c-supervisor-accordion-text__close {
    display: block
}

.c-supervisor-accordion.text-none {
    display: none
}

.c-supervisor+.u-font-style_notes {
    margin-top: -10px;
    margin-bottom: 20px
}

.c-supervisor-link-card {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .c-supervisor-link-card {
        margin: -8px;
        display: flex;
        flex-wrap: wrap
    }
}

.c-supervisor-link-card li {
    margin-bottom: 16px
}

.c-supervisor-link-card li:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .c-supervisor-link-card li {
        margin: 0;
        width: 50%;
        padding: 8px
    }
}

.c-supervisor-link-card li a {
    display: flex;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    border: solid 1px #dedede;
    padding: 16px
}

@media screen and (min-width:768px) {
    .c-supervisor-link-card li a {
        line-height: 1.7
    }
}

.c-supervisor-link-card li a span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 4px
}

@media screen and (min-width:768px) {
    .c-supervisor-link-card li a span {
        margin-top: 0
    }
}

.c-supervisor-link-card li img {
    width: 30%;
    margin: 0 12px 0 0
}

.c-supervisor-link-card li p {
    width: 70%
}

.c-supervisor-link-card li:hover {
    opacity: .7
}

.c-experiences {
    background: #f0f1f1;
    padding: 16px;
    margin-left: calc(((100vw - 100%)/ 2) * -1);
    margin-right: calc(((100vw - 100%)/ 2) * -1);
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .c-experiences {
        padding: 20px;
        margin-left: calc(((700px - 100%)/ 2) * -1);
        margin-right: calc(((700px - 100%)/ 2) * -1)
    }
}

.c-experiences-inner {
    background: #fff;
    padding: 16px;
    position: relative;
    padding-bottom: 60px;
    border: solid 1px #dedede
}

@media screen and (min-width:768px) {
    .c-experiences-inner {
        padding: 24px;
        padding-bottom: 60px
    }
}

.c-experiences__label {
    background: #cdb345;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 90%;
    margin: 0 auto 12px;
    line-height: 1.5;
    padding: 2px;
    position: relative;
    border: solid 1px #cdb345;
    max-width: 300px
}

@media screen and (min-width:768px) {
    .c-experiences__label {
        margin: 0 auto 16px
    }
}

.c-experiences__label:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 14px 16px;
    border-color: transparent transparent #cdb345 transparent;
    position: absolute;
    left: -23px;
    bottom: 0;
    transform: translateY(-50%) rotate(-90deg)
}

.c-experiences__label:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 14px 16px;
    border-color: transparent transparent #cdb345 transparent;
    position: absolute;
    right: -23px;
    bottom: 0;
    transform: translateY(-50%) rotate(90deg)
}

.c-experiences__title {
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.5
}

.c-experiences-wrap {
    display: flex;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .c-experiences-wrap {
        margin-bottom: 12px
    }
}

.c-experiences-wrap img {
    border: solid 1px #dedede;
    width: 20%;
    max-width: 64px;
    margin-right: 12px
}

@media screen and (min-width:768px) {
    .c-experiences-wrap img {
        max-width: 80px;
        margin-right: 24px
    }
}

.c-experiences__list {
    width: 80%
}

.c-experiences__list dl {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 4px
}

@media screen and (min-width:768px) {
    .c-experiences__list dl {
        font-size: 1.6rem;
        margin-bottom: 8px;
        line-height: 1.5
    }
}

.c-experiences__list dl dt {
    font-weight: 700;
    width: 40%;
    position: relative;
    padding-left: 16px
}

@media screen and (min-width:768px) {
    .c-experiences__list dl dt {
        width: 30%
    }
}

.c-experiences__list dl dt::before {
    content: '';
    display: block;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 12px;
    left: 1px;
    background: #d9ba4a;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

.c-experiences__list dl dd {
    width: 60%
}

@media screen and (min-width:768px) {
    .c-experiences__list dl dd {
        width: 70%
    }
}

.c-experiences__list dl:last-of-type {
    margin-bottom: 0
}

.c-experiences__tag {
    font-size: 1.2rem;
    padding-bottom: 8px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 12px;
    line-height: 2
}

@media screen and (min-width:768px) {
    .c-experiences__tag {
        margin-bottom: 16px;
        padding-bottom: 12px;
        font-size: 1.6rem
    }
}

.c-experiences__text p {
    line-height: 1.8
}

.c-experiences__text .c-experiences__text__close {
    display: none
}

.c-experiences__text .c-experiences__text__open {
    display: block
}

.c-experiences__text.active .c-experiences__text__close {
    display: block
}

.c-experiences__text.active .c-experiences__text__open {
    display: none
}

.c-experiences__text__normal {
    margin-bottom: -44px
}

.c-experiences__more {
    background: #a0a0a0;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px;
    line-height: 1.6;
    font-weight: 700;
    cursor: pointer
}

.c-experiences__more span {
    position: relative
}

.c-experiences__more span:after {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: -16px;
    pointer-events: none
}

.c-experiences__more.active .c-experiences__more__open {
    display: none
}

.c-experiences__more.active .c-experiences__more__close {
    display: inline-block
}

.c-experiences__more.active span {
    position: relative
}

.c-experiences__more.active span:after {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-135deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: -16px;
    pointer-events: none
}

.c-experiences__more__close {
    display: none
}

.c-ank-box-defalut {
    border: solid 6px #e2e2e2;
    margin-bottom: 20px
}

.c-ank-box-defalut__name {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-bottom: solid 1px #e2e2e2;
    line-height: 1.6
}

@media screen and (min-width:768px) {
    .c-ank-box-defalut__name {
        font-size: 24px
    }
}

.c-ank-box-defalut__img {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 20px
}

.c-ank-box-defalut__img:hover {
    opacity: .7
}

.c-ank-box-defalut__list {
    padding: 0;
    margin: 0 0 20px;
    counter-reset: num;
    list-style: none;
    padding: 16px;
    background: #fcf8ea;
    margin: 0 16px 16px 16px
}

@media screen and (min-width:768px) {
    .c-ank-box-defalut__list {
        padding: 24px
    }
}

.c-ank-box-defalut__list__index {
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px
}

.c-ank-box-defalut__list__index span {
    border-bottom: 2px solid #012d16;
    padding-bottom: 4px
}

.c-ank-box-defalut__list li {
    padding: 0 0 0 20px;
    margin: 0 0 16px;
    list-style: none;
    position: relative;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .c-ank-box-defalut__list li {
        margin: 0 0 20px
    }
}

.c-ank-box-defalut__list li:last-of-type {
    margin: 0
}

.c-ank-box-defalut__list li::before {
    content: '';
    display: block;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 11px;
    left: 1px;
    background: #d9ba4a;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

.c-ank-box-defalut .c-cta__double {
    padding: 0 16px
}

.c-ank-box-defalut .c-cta__single {
    padding: 0 16px
}

.c-section-flow {
    padding-top: 40px;
    margin-bottom: 40px
}

.c-section-flow-title {
    font-weight: 700;
    font-size: 2rem;
    text-align: center
}

.c-section-flow-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 24px
}

.c-section-flow-scroll {
    padding-top: 40px
}

@media screen and (max-width:767px) {
    .c-section-flow-scroll {
        overflow-y: scroll
    }
}

.c-section-flow-wrap {
    display: flex;
    justify-content: space-between;
    width: 730px;
    margin: 0 auto 30px
}

@media screen and (min-width:768px) {
    .c-section-flow-wrap {
        width: 100%
    }
}

.c-section-flow-block {
    width: 225px;
    height: 325px;
    background: #f0f5f2;
    padding: 10px;
    position: relative
}

.c-section-flow-block img {
    margin: 0
}

@media screen and (min-width:768px) {
    .c-section-flow-block {
        width: 208px;
        height: 340px
    }
}

.c-section-flow-block-label {
    position: absolute;
    background: #3f6953;
    border-radius: 6px 6px 0 0;
    height: 34px;
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    top: -50px;
    left: 0
}

.c-section-flow-block p {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: .8px
}

.c-section-flow-note {
    text-align: center;
    color: #333;
    font-size: 12px
}

.c-section-flow-block::after {
    content: '';
    right: -26px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: none;
    border-top: 20px solid #3f6953;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    z-index: 10
}

.c-section-flow-block:last-of-type::after {
    content: none
}

.c-section__title {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 24px;
    text-align: center;
    position: relative;
    line-height: 1.5
}

.c-section__title:after {
    content: '';
    display: block;
    height: 4px;
    width: 46px;
    background: #012d16;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px
}

.c-section__title.category_parent {
    display: flex;
    align-items: center
}

.c-section__title.category_parent span {
    border-bottom: solid 4px #012d16
}

.c-section__title.category_parent br {
    display: none
}

@media screen and (min-width:768px) {
    .c-section__title.category_parent br {
        display: inline-block
    }
}

.c-section__title.category_parent img {
    width: 40px;
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .c-section__title.category_parent img {
        width: 60px
    }
}

.c-section__title.category_parent::after {
    content: none
}

.p-content-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #000
}

.c-numberList {
    padding: 0;
    margin: 0 0 20px;
    counter-reset: num;
    list-style: none;
    padding: 16px;
    background: #fcf8ea
}

.c-numberList li {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    list-style: none;
    position: relative;
    font-size: 14px
}

.c-numberList li:last-of-type {
    margin: 0
}

.c-numberList li::before {
    display: block;
    content: counter(num) ".";
    counter-increment: num;
    width: 20px;
    height: auto;
    font-weight: 700;
    text-align: right;
    color: #d9ba4a;
    position: absolute;
    top: -4px;
    left: -2px;
    font-size: 18px
}

.c-numberList li.c-numberList__index {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    padding-left: 0
}

.c-numberList li.c-numberList__index span {
    padding-bottom: 8px;
    border-bottom: solid 2px #012d16
}

.c-numberList li.c-numberList__index::before {
    content: none
}

.c-bulletsList {
    padding: 0;
    margin: 0 0 20px;
    counter-reset: num;
    list-style: none;
    padding: 16px;
    background: #fcf8ea
}

.c-bulletsList li {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    list-style: none;
    position: relative;
    font-size: 14px
}

.c-bulletsList li:last-of-type {
    margin: 0
}

.c-bulletsList li::before {
    content: '';
    display: block;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 11px;
    left: 1px;
    background: #d9ba4a;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

.c-bulletsList li.c-bulletsList__index {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    padding-left: 0
}

.c-bulletsList li.c-bulletsList__index span {
    padding-bottom: 8px;
    border-bottom: solid 2px #012d16
}

.c-bulletsList li.c-bulletsList__index::before {
    content: none
}

.c-vertical-table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #a0a0a0;
    margin-bottom: 20px
}

.c-vertical-table thead th {
    background: #fcf8ea;
    text-align: left;
    padding: 8px;
    border: solid 1px #a0a0a0;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-vertical-table thead th {
        font-size: 1.6rem
    }
}

.c-vertical-table th {
    border: solid 1px #a0a0a0;
    background: #fcf8ea;
    text-align: left;
    padding: 8px;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-vertical-table th {
        font-size: 1.6rem
    }
}

.c-vertical-table th.bg-gray {
    background: #f5f5f5
}

.c-vertical-table td {
    border: solid 1px #a0a0a0;
    font-size: 14px;
    padding: 8px;
    background: #fff;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-vertical-table td {
        font-size: 1.6rem
    }
}

.c-vertical-table td.bg-gray {
    background: #f5f5f5
}

.c-vertical-table .c-cta__single {
    margin-bottom: 0
}

.c-vertical-table .c-cta__single a {
    width: 100%;
    padding: 8px 4px;
    font-size: 1.2rem
}

.c-vertical-table .c-cta__single a:before {
    content: none
}

.c-side-table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #a0a0a0;
    margin-bottom: 20px
}

.c-side-table th {
    background: #d1b3231f;
    text-align: left;
    padding: 8px;
    border: solid 1px #a0a0a0;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-side-table th {
        font-size: 1.6rem
    }
}

.c-side-table th.bg-gray {
    background: #f5f5f5
}

.c-side-table td {
    border: solid 1px #a0a0a0;
    padding: 8px;
    background: #fff;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .c-side-table td {
        font-size: 1.6rem
    }
}

.c-side-table td.bg-gray {
    background: #f5f5f5
}

.c-side-table .c-cta__single {
    margin-bottom: 0
}

.c-side-table .c-cta__single a {
    width: 100%;
    padding: 8px 4px;
    font-size: 1.2rem
}

.c-side-table .c-cta__single a:before {
    content: none
}

.text-block {
    padding: 0;
    margin: 0 0 20px;
    counter-reset: num;
    list-style: none;
    padding: 16px;
    background: #fcf8ea
}

.text-block__index {
    font-weight: 700
}

.text-block__index span {
    border-bottom: solid 2px #012d16;
    padding-bottom: 8px
}

.text-block li:last-of-type,
.text-block p:last-of-type {
    margin-bottom: 0
}

.search_form-pc {
    display: none;
    width: 100%;
    z-index: 400;
    max-width: 245px;
    border-radius: 2px;
    border: solid 1px #a0a0a0
}

@media screen and (min-width:768px) {
    .search_form-pc {
        display: block
    }
}

.search_form-pc form {
    display: flex;
    border-color: #a0a0a0;
    width: 100%;
    min-width: 200px
}

.search_form-pc input.mb_sarch {
    width: 100%;
    padding: 7px 0 6px;
    color: #a0a0a0;
    border: none;
    min-width: 200px
}

.search_form-pc input.search-submit {
    padding: 7px 0 6px;
    background: 0 0;
    border: none;
    display: block;
    width: 40px;
    height: 34px;
    border: none;
    color: #a0a0a0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.search_form-pc .input-inner {
    position: relative;
    display: block;
    background-image: url(img/icon_search_pc.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 40px;
    height: 34px;
    background-color: #fff;
    padding: 7px 0 6px
}

.search_form-pc .input-inner:hover {
    opacity: .8
}

.search_form-sp {
    display: block;
    width: 100%;
    z-index: 400;
    width: 100%;
    margin-bottom: 24px;
    border: solid 1px #a0a0a0;
    border-radius: 2px;
    margin-bottom: 100px
}

@media screen and (min-width:768px) {
    .search_form-sp {
        display: none
    }
}

.search_form-sp form {
    display: flex;
    border-color: #012d16;
    width: 100%;
    min-width: 200px
}

.search_form-sp input.mb_sarch {
    width: 100%;
    padding: 8px 0;
    color: #012d16;
    border: none;
    min-width: 200px;
    font-size: 2rem
}

.search_form-sp input.search-submit {
    padding: 8px 0;
    background: 0 0;
    border: none;
    display: block;
    width: 36px;
    height: 40px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.search_form-sp .input-inner {
    position: relative;
    display: block;
    background-image: url(img/icon_search_sp.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 8px
}

.search_form-sp .input-inner:hover {
    opacity: .8
}

.scroll-table {
    overflow-x: auto;
    max-width: 668px
}

.scroll-table__simple {
    border: solid 1px #a0a0a0;
    font-size: 14px;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media screen and (max-width:767px) {
    .scroll-table__simple {
        font-size: 12px
    }
}

.scroll-table__simple th {
    width: auto;
    background: #fcf8ea;
    padding: 10px;
    border: solid 1px #a0a0a0;
    text-align: center
}

.scroll-table__simple td {
    padding: 10px;
    border: solid 1px #a0a0a0;
    text-align: center
}

.scroll-table__simple td.bg-gray {
    background: #f5f5f5;
    font-weight: 700
}

.scroll-table__simple td a {
    color: #012d16;
    text-decoration: underline
}

.scroll-table__simple td a.cta-orange {
    display: block;
    background: #f1742c;
    box-shadow: 0 4px 0 #d16323;
    color: #fff;
    padding: 10px 8px;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

.scroll-table__simple td a.fx-logo {
    text-align: center;
    font-size: 1.2rem;
    display: block
}

.scroll-table__simple td a.fx-logo img {
    background: #fff;
    padding: 8px 4px
}

.c-list-check-box {
    background: #fcf8ea;
    padding: 16px;
    margin-bottom: 20px
}

.c-list-check-box__index {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center
}

.c-list-check-box__index span {
    padding-bottom: 8px;
    border-bottom: solid 2px #012d16
}

.c-list-check-box ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem
}

.c-list-check-box ul li:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #012d16;
    position: absolute;
    left: 0;
    top: 6px
}

.c-list-check-box ul li:last-of-type {
    margin-bottom: 0
}

.c-list-check-box ul li .check {
    display: block;
    height: 10px;
    width: 5px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(35deg);
    color: #fff;
    position: absolute;
    top: 12px;
    left: 5px
}

.c-pagenation {
    padding-top: 24px
}

.c-pagenation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-pagenation ul li {
    width: 8%;
    margin: 0 8px
}

.c-pagenation ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    font-size: 1.4rem
}

.c-pagenation__prev {
    border: solid 1px #012d16;
    color: #fff
}

.c-pagenation__prev a {
    color: #012d16;
    text-decoration: none
}

.c-pagenation__next {
    background: #012d16
}

.c-pagenation__next a {
    color: #fff;
    text-decoration: none
}

.c-box-text {
    border: solid 1px #dedede;
    color: #102423;
    margin-bottom: 20px
}

.c-box-text__title {
    font-weight: 700;
    padding: 12px 16px;
    background: #f4f4f4;
    line-height: 1.4
}

@media screen and (min-width:768px) {
    .c-box-text__title {
        padding: 16px
    }
}

.c-box-text__inner {
    padding: 16px
}

.c-box-text__inner p {
    font-size: 1.4rem;
    margin-bottom: 12px;
    line-height: 1.8
}

@media screen and (min-width:768px) {
    .c-box-text__inner p {
        font-size: 1.6rem
    }
}

.c-box-text__inner p:last-of-type {
    margin-bottom: 0
}

.c-box-list {
    border: solid 1px #dedede;
    color: #102423;
    margin-bottom: 20px
}

.c-box-list__title {
    font-weight: 700;
    padding: 12px 16px;
    background: #fcf8ea;
    line-height: 1.4
}

@media screen and (min-width:768px) {
    .c-box-list__title {
        padding: 16px
    }
}

.c-box-list ul {
    padding: 16px
}

.c-box-list ul li {
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 1.4
}

.c-box-list ul li:last-of-type {
    margin: 0
}

.c-box-list ul li::before {
    content: '';
    display: block;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 9px;
    left: 1px;
    background: #d9ba4a;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg)
}

.c-img-scroll {
    width: 104%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .c-img-scroll {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        overflow: inherit;
        margin-left: 10px
    }
}

.c-img-scroll img {
    height: 100%;
    width: 67vmin;
    display: block;
    margin: 0 3vmin 0 0
}

@media screen and (min-width:768px) {
    .c-img-scroll img {
        width: 30%;
        display: block;
        margin: 0 3vmin 0 0
    }
}

@-webkit-keyframes slide {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: .8
    }

    100% {
        transform: translateX(-100px);
        opacity: 0
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: .8
    }

    100% {
        transform: translateX(-100px);
        opacity: 0
    }
}

.c-scrolltable-cover {
    height: -webkit-fill-available;
    width: 668px;
    display: block;
    position: absolute;
    pointer-events: none;
    background: rgba(87, 87, 87, .25);
    z-index: 1
}

.c-scrolltable-cover::after {
    position: absolute;
    content: "";
    text-align: right;
    position: absolute;
    top: 20%;
    right: 40%;
    width: 80px;
    height: 100px;
    transform: translateY(-25%);
    background-image: url(img/icon_scroll.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
    -webkit-animation: 3s slide infinite;
    animation: 3s slide infinite
}

@media screen and (max-width:767px) {
    .c-scrolltable-cover::after {
        top: 15%;
        right: 60%
    }
}

.c-scrolltable.active .c-scrolltable-cover {
    opacity: 0
}

.c-scrolltable.credit {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 668px;
    margin: 0 auto 20px;
    position: relative;
    border-right: solid 1px #a0a0a0
}

.c-scrolltable.credit table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #a0a0a0;
    border-right: none
}

.c-scrolltable.credit table th {
    border-bottom: solid 1px #a0a0a0;
    padding: 16px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 10%;
    background: #f4f4f4;
    font-size: 1.4rem;
    z-index: 1
}

.c-scrolltable.credit table th p {
    width: 42px
}

.c-scrolltable.credit table th:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #a0a0a0
}

.c-scrolltable.credit table th:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #a0a0a0
}

.c-scrolltable.credit table td {
    border: solid 1px #a0a0a0;
    border-right: none;
    padding: 16px;
    text-align: left;
    font-size: 1.4rem
}

.c-scrolltable.credit table td img {
    width: 100%;
    margin-bottom: 12px
}

.c-scrolltable.credit table td.c-scrolltable-rank-1 {
    color: #fff;
    font-size: 2.4rem;
    background: #c4a446;
    font-weight: 700;
    padding: 8px
}

.c-scrolltable.credit table td.c-scrolltable-rank-1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.c-scrolltable.credit table td.c-scrolltable-rank-1 span:before {
    content: '';
    background-image: url(img/icon-ranking.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 24px;
    margin-top: -2px;
    margin-right: 4px
}

.c-scrolltable.credit table td.c-scrolltable-rank-2 {
    color: #fff;
    background: #afafaf;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 8px
}

.c-scrolltable.credit table td.c-scrolltable-rank-2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.c-scrolltable.credit table td.c-scrolltable-rank-2 span:before {
    content: '';
    background-image: url(img/icon-ranking.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 24px;
    margin-top: -2px;
    margin-right: 4px
}

.c-scrolltable.credit table td.c-scrolltable-rank-3 {
    color: #fff;
    background: #926947;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 8px
}

.c-scrolltable.credit table td.c-scrolltable-rank-3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.c-scrolltable.credit table td.c-scrolltable-rank-3 span:before {
    content: '';
    background-image: url(img/icon-ranking.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 24px;
    margin-top: -2px;
    margin-right: 4px
}

.c-scrolltable.credit table td.c-scrolltable-rank-other {
    color: #fff;
    background: #507895;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 8px
}

.c-scrolltable.credit table td.c-scrolltable-rank-other span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.c-scrolltable.credit table td.c-scrolltable-rank-other span:before {
    content: '';
    background-image: url(img/icon-ranking.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 24px;
    margin-top: -2px;
    margin-right: 4px
}

.c-scrolltable-cardwrap {
    vertical-align: top
}

.c-scrolltable-cardwrap a {
    display: block;
    text-decoration: none;
    color: #000
}

.c-scrolltable-cardwrap a:hover {
    opacity: .7
}

.c-scrolltable__link {
    background: #f1742c;
    box-shadow: 0 4px 0 #d16323;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 130px;
    font-weight: 700;
    padding: 19px 0 18px;
    position: relative;
    line-height: 1.3
}

.c-scrolltable__link:after {
    content: '';
    background-image: url(img/icon_link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 3px
}

.c-scrolltable__link:hover {
    opacity: .7
}

.c-scrolltable__more {
    background: #fff;
    box-shadow: 0 4px 0 #575757;
    border: solid 1px #575757;
    color: #575757;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 130px;
    font-weight: 700;
    padding: 19px 0 18px;
    position: relative;
    line-height: 1.3;
    margin-top: 12px
}

.c-scrolltable__more:after {
    content: '';
    background-image: url(img/icon-arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 14px;
    display: block;
    margin-left: 3px;
    transform: rotate(90deg)
}

.c-scrolltable__more:hover {
    opacity: .7
}

.c-label-index {
    background: #d8e6de;
    border-radius: 6px;
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 464px;
    margin: auto;
    margin-bottom: 33px;
    position: relative;
    padding-left: 90px
}

@media screen and (max-width:767px) {
    .c-label-index {
        padding-left: 70px;
        margin-bottom: 20px
    }
}

.c-label-index:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 18px;
    border-color: transparent transparent #d8e6de transparent;
    position: absolute;
    bottom: -10px;
    left: 66px;
    transform: rotate(-45deg)
}

.c-label-index p {
    color: #074628;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.2px
}

@media screen and (max-width:767px) {
    .c-label-index p {
        font-size: 14px
    }
}

.c-label-index img {
    position: absolute;
    width: 64px;
    left: 7px;
    bottom: 0;
    margin: 0
}

@media screen and (max-width:767px) {
    .c-label-index img {
        width: 54px
    }
}

.p-contact p {
    line-height: 1.6;
    margin-bottom: 8px
}

.p-contact .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0
}

.p-contact .wpcf7-list-item label {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 30px;
    font-size: 16px;
    background-color: #f5f5f5;
    margin-top: 20px;
    cursor: pointer
}

.p-contact .wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: none !important;
    color: #d9ba4a;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    text-align: center
}

.p-contact .wpcf7-not-valid .wpcf7-list-item label {
    border: solid 2px #d9ba4a
}

.p-contact .wpcf7-not-valid-tip {
    color: #d9ba4a
}

.p-contact [type=email],
.p-contact [type=tel],
.p-contact [type=text],
.p-contact textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #f5f5f5;
    width: 100%;
    resize: none;
    font-weight: 400
}

.p-contact [type=email].wpcf7-not-valid,
.p-contact [type=tel].wpcf7-not-valid,
.p-contact [type=text].wpcf7-not-valid,
.p-contact textarea.wpcf7-not-valid {
    border: solid 2px #d9ba4a
}

.p-contact [type=email].error,
.p-contact [type=tel].error,
.p-contact [type=text].error,
.p-contact textarea.error {
    border: solid 2px #d9ba4a
}

.p-contact [type=submit] {
    width: 100%;
    max-width: 464px;
    display: block;
    margin: 40px auto 10px;
    padding: 32px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    cursor: pointer;
    border: none
}

.p-contact [type=submit]:hover {
    background-color: #deba29
}

.p-contact input[type=button],
.p-contact input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box
}

.p-contact input[type=button]::-webkit-search-decoration,
.p-contact input[type=submit]::-webkit-search-decoration {
    display: none
}

.p-contact input[type=button]::focus,
.p-contact input[type=submit]::focus {
    outline-offset: -2px
}

.p-contact_textbox {
    margin-bottom: 30px;
    padding: 20px 0 10px
}

.p-contact_table {
    width: 100%
}

.p-contact_table th {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400
}

.p-contact_table td {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.p-contact_table_input-wrap {
    display: flex;
    justify-content: space-between
}

.p-contact_table_input-wrap .wpcf7-form-control-wrap {
    width: 48%
}

.p-contact_table_input-wrap-tel {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.p-contact_table_input-wrap-tel .wpcf7-form-control-wrap {
    width: 30%
}

.p-contact_policy-index {
    font-size: 16px
}

.p-contact_policy {
    margin-bottom: 30px
}

.p-contact_policy-text {
    font-size: 14px
}

.lp-header-default .lp-header-default_inner {
    width: 92px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #deba29
}

@media screen and (min-width:768px) {
    .lp-header-default .lp-header-default_inner {
        width: 128px;
        height: 84px
    }
}

.lp-header-default .lp-header-default_inner img {
    width: 80px;
    height: 34px
}

@media screen and (min-width:768px) {
    .lp-header-default .lp-header-default_inner img {
        width: 80px;
        height: 62px
    }
}

.lp-footer-default .l-gf__wrap {
    background: #000;
    padding: 50px;
    position: relative
}

.lp-footer-default .l-gf__navi {
    margin-bottom: 155px;
    line-height: 1
}

.lp-footer-default .l-gf__navi-column {
    width: 25%;
    float: left;
    padding-left: 40px
}

.lp-footer-default .l-gf__navi-head {
    padding-bottom: 14px;
    border-bottom: 1px solid #222;
    font-size: 16px;
    letter-spacing: 3px
}

.lp-footer-default .l-gf__navi-head {
    color: #fff
}

.lp-footer-default .l-gf {
    color: #9b9b9b;
    background-color: #000
}

.lp-footer-default .l-gf__navi-items-wrap {
    margin: 0
}

.lp-footer-default .l-gf__navi-items {
    margin: 0;
    padding: 0
}

.lp-footer-default .l-gf__navi-item {
    list-style: none;
    margin: 20px 0 0
}

.lp-footer-default .l-gf__wrap a {
    color: #9b9b9b;
    text-decoration: none
}

.lp-footer-default .l-gf__navi:after,
.lp-footer-default .l-gf__navi:before {
    content: "";
    display: table;
    clear: both
}

.lp-footer-default .l-gf__about-wrap {
    float: left;
    margin-top: -2px
}

.lp-footer-default .l-gf__about-navi {
    display: table;
    margin: 0 0 15px;
    padding: 0
}

.lp-footer-default .l-gf__about-navi-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    font-size: 12px
}

.lp-footer-default .l-gf__about:after,
.lp-footer-default .l-gf__about:before {
    content: "";
    display: table;
    clear: both
}

.lp-footer-default .l-gf__copyright {
    line-height: 1;
    margin: 0;
    color: #fff;
    font-size: 9px;
    font-size: .5625rem;
    letter-spacing: 1px
}

.lp-footer-default .l-gf__about-name {
    float: left;
    padding-right: 50px
}

.lp-footer-default .l-gf__about-navi-item:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #9b9b9b
}

.lp-footer-default .l-gf__about-navi-item:last-of-type::after {
    content: none
}

.lp-footer-default .l-gf__about,
.lp-footer-default .l-gf__navi {
    line-height: 1
}

.lp-footer-default .l-gf__about-name-text {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px
}

.lp-footer-default .l-gf__copyright {
    position: absolute;
    bottom: 50px;
    right: 50px
}

.lp-footer-default .l-gf__about-text {
    font-size: 12px;
    font-size: .75rem;
    color: #9b9b9b
}

.lp-footer-default .l-gf__about-text-wrap {
    display: inline-block
}

.lp-footer-default .l-gf__about-text-head {
    margin: 0;
    display: inline-block;
    color: #9b9b9b
}

.lp-footer-default .l-gf__about-text-text {
    margin: 0;
    display: inline-block
}

.lp-footer-default .l-gf__about-text-head:after {
    content: '：';
    color: #9b9b9b
}

.lp-footer-default .l-gf__wrap a {
    color: #9b9b9b
}

@media screen and (max-width:896px) {
    .lp-footer-default .l-gf__navi-column.is-opened .l-gf__navi-head-icon:before {
        transform: rotate(-45deg)
    }

    .lp-footer-default .l-gf__navi-column.is-opened .l-gf__navi-head-icon:after {
        transform: rotate(45deg)
    }

    .lp-footer-default .l-gf__wrap {
        padding: 40px 15px
    }

    .lp-footer-default .l-gf__wrap {
        padding: 40px 15px
    }

    .lp-footer-default .l-gf__navi-column {
        float: none;
        width: 100%;
        padding-left: 0
    }

    .lp-footer-default .l-gf__navi-head {
        cursor: pointer;
        position: relative;
        padding: 15px 0;
        font-size: 12px
    }

    .lp-footer-default .l-gf__navi-items-wrap {
        display: none;
        font-size: 12px;
        padding-bottom: 10px
    }

    .lp-footer-default .l-gf__navi {
        margin-bottom: 40px;
        border-bottom: 1px solid #222;
        border-top: 1px solid #222
    }

    .lp-footer-default .l-gf__navi {
        border-bottom: none
    }

    .lp-footer-default .l-gf__about-name {
        margin-bottom: 35px;
        text-align: center;
        width: 100%;
        float: none;
        padding: 0
    }

    .lp-footer-default .l-gf__about-navi {
        line-height: 2.08333;
        margin-bottom: 30px
    }

    .lp-footer-default .l-gf__about-navi {
        width: 100%;
        text-align: center
    }

    .lp-footer-default .l-gf__about-text {
        line-height: 2.08333;
        margin-bottom: 25px;
        text-align: center
    }

    .lp-footer-default .l-gf__about-text {
        line-height: 2.08333;
        margin-bottom: 25px;
        text-align: center
    }

    .lp-footer-default .l-gf__about-text {
        line-height: 2.08333;
        margin-bottom: 25px;
        text-align: center
    }

    .lp-footer-default .l-gf__copyright {
        text-align: center;
        position: unset
    }

    .lp-footer-default .l-gf__about-text-wrap {
        display: block;
        font-size: 12px
    }

    .lp-footer-default .l-gf__navi-head-icon {
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 18px
    }

    .lp-footer-default .l-gf__navi-head-icon:after,
    .lp-footer-default .l-gf__navi-head-icon:before {
        width: 7px;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff
    }

    .lp-footer-default .l-gf__navi-head-icon:after {
        transform: rotate(90deg)
    }
}

.lp-body .pc-none {
    display: block !important
}

@media screen and (min-width:768px) {
    .lp-body .pc-none {
        display: none !important
    }
}

.lp-body .sp-none {
    display: none !important
}

@media screen and (min-width:768px) {
    .lp-body .sp-none {
        display: block !important
    }
}

.lp-body .bg-yellow {
    background: #fcf2cd
}

.lp-body .bg-gray {
    background: #faf9f7
}

.lp-body .fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s
}

.lp-body .fadein.active {
    opacity: 1;
    transform: translate(0, 0)
}

.lp-body .cta-block-text {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .lp-body .cta-block-text {
        font-size: 14px
    }
}

.lp-body .cta-block-text span {
    display: block;
    transform: rotate(105deg);
    margin-right: 3px
}

.lp-body .cta-block a {
    width: 100%;
    max-width: 460px;
    height: 60px;
    background: #d9b125;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 5px 0 #a7861e;
    margin: 0 auto;
    text-decoration: none;
    transition: .3s
}

.lp-body .cta-block a:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.section-form {
    padding: 0;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .section-form {
        padding-bottom: 20px
    }
}

.lp-form-default {
    width: 100%;
    max-width: 920px;
    margin: auto
}

.lp-form-default select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lp-form-default input[type=button]::-webkit-search-decoration,
.lp-form-default input[type=submit]::-webkit-search-decoration {
    display: none
}

.lp-form-default input[type=button]::focus,
.lp-form-default input[type=submit]::focus {
    outline-offset: -2px
}

.lp-form-default ::-moz-placeholder {
    color: #a7aaad
}

.lp-form-default :-ms-input-placeholder {
    color: #a7aaad
}

.lp-form-default ::placeholder {
    color: #a7aaad
}

.lp-form-default input[type=button],
.lp-form-default input[type=submit] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

.lp-form-default .wpcf7-select.is-active {
    color: #333
}

.lp-form-default input[type=email],
.lp-form-default input[type=tel],
.lp-form-default input[type=text] {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: none;
    padding: 12px;
    width: 100%;
    font-size: 14px
}

.lp-form-default .section-form {
    padding: 0;
    overflow: hidden;
    padding-bottom: 20px
}

.lp-form-default .form-content-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.lp-form-default .form-content-title-small {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.lp-form-default .form-content-note {
    font-size: 12px;
    text-align: center;
    margin-top: -14px;
    color: #333;
    margin-bottom: 20px
}

.lp-form-default .form-content-title-img {
    width: 100%;
    max-width: 326px;
    display: block;
    margin: 30px auto 20px
}

.lp-form-default .next-btn-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

.lp-form-default .next-btn-text span {
    display: block;
    transform: rotate(95deg);
    margin-right: 3px
}

.lp-form-default .wpcf7-form {
    width: 100%;
    max-width: 920px;
    margin: auto
}

.lp-form-default .form-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 280px
}

.lp-form-default .form-content {
    position: absolute;
    top: 0;
    transition: transform .5s;
    visibility: hidden;
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 10px
}

.lp-form-default .form-inner {
    width: 100%;
    max-width: 620px;
    margin: auto;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .lp-form-default .form-inner {
        padding-bottom: 20px
    }
}

.lp-form-default .form-inner-last {
    width: 100%;
    max-width: 364px;
    margin: auto;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .lp-form-default .form-inner-last {
        padding-bottom: 20px
    }
}

.lp-form-default .next-btn {
    display: block;
    margin: 0 auto 20px;
    background: #d8d8d8;
    color: #333;
    text-align: center;
    width: 100%;
    max-width: 460px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none;
    opacity: .7;
    border-radius: 6px;
    position: relative;
    transition: .3s
}

.lp-form-default .next-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #000;
    pointer-events: none;
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(-45deg)
}

.lp-form-default .next-btn.is-active {
    pointer-events: all;
    opacity: 1;
    background: #d9ba4a;
    color: #fff;
    box-shadow: 0 5px 0 #a7861e
}

.lp-form-default .next-btn.is-active::after {
    border-color: #fff
}

.lp-form-default .next-btn.is-active:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.lp-form-default .wpcf7-submit {
    display: block;
    background: #d9ba4a;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .7;
    border-radius: 6px;
    position: relative;
    border: none;
    box-shadow: 0 5px 0 #a7861e;
    transition: .3s;
    opacity: 1
}

.lp-form-default .submit-wrap::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #333;
    pointer-events: none;
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(-45deg)
}

.lp-form-default .submit-wrap.is-active::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #fff;
    pointer-events: none;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg)
}

.lp-form-default .wpcf7-submit:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.lp-form-default .submit-wrap {
    max-width: 460px;
    margin: 0 auto;
    position: relative
}

.lp-form-default .submit-wrap p {
    font-size: 12px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px
}

.lp-form-default .wpcf7-submit:disabled {
    background: #d8d8d8;
    color: #333;
    box-shadow: none;
    pointer-events: none
}

.lp-form-default .form-content.is-visible {
    visibility: visible
}

.lp-form-default .is-translateX-left {
    transform: translateX(-100vw)
}

.lp-form-default .is-translateX-right {
    transform: translateX(100vw)
}

.lp-form-default .only-kana.error {
    border: solid 1px #c11b26;
    background: #fff2f3
}

.lp-form-default .only-kana2.error {
    border: solid 1px #c11b26;
    background: #fff2f3
}

.lp-form-default .error-kana-text {
    color: #c11b26;
    font-size: 11px;
    font-weight: 700;
    display: none
}

.lp-form-default .error-kana-text.is-active {
    display: block;
    position: absolute;
    bottom: -2px
}

.lp-form-default .wpcf7-select {
    background: #f2f2f2;
    width: 100%;
    border: none;
    padding: 13px 12px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 20px;
    color: #a7aaad;
    font-size: 14px;
    height: 50px
}

.lp-form-default .wpcf7-select.is-windows {
    color: #666
}

.lp-form-default .wpcf7-select#day,
.lp-form-default .wpcf7-select#month,
.lp-form-default .wpcf7-select#year {
    color: #333
}

.lp-form-default .wpcf7-select#day.is-active {
    color: #333;
    background: #fff2f3;
    border: solid 1px #c11b26
}

.lp-form-default .day-error {
    display: none
}

.lp-form-default .day-error.is-active {
    display: block;
    color: #c11b26;
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: -24px;
    left: 102px
}

.lp-form-default .consultation:before,
.lp-form-default .family:before,
.lp-form-default .job:before,
.lp-form-default .place:before {
    content: '';
    position: absolute;
    top: 33%;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #000;
    pointer-events: none;
    content: "";
    border-right: 2px solid #747474;
    border-bottom: 2px solid #747474;
    transform: translateY(-50%) rotate(45deg)
}

.lp-form-default .date-day:before,
.lp-form-default .date-month:before,
.lp-form-default .date-year:before {
    content: '';
    position: absolute;
    top: 30%;
    right: 10px;
    display: block;
    width: 5px;
    height: 5px;
    color: #000;
    pointer-events: none;
    content: "";
    border-right: 2px solid #747474;
    border-bottom: 2px solid #747474;
    transform: translateY(-50%) rotate(45deg)
}

.lp-form-default textarea {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: none;
    padding: 12px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 200px;
    resize: none;
    font-size: 14px
}

.lp-form-default input[type=radio] {
    display: none
}

.lp-form-default .wpcf7-list-item {
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 !important;
    font-size: 14px;
    border: solid 1px #f2f2f2;
    box-shadow: 0 4px 0 #dbdbdb;
    transition: .3s
}

.lp-form-default .date-day,
.lp-form-default .date-month {
    width: 80px
}

.lp-form-default .date-year {
    width: 120px
}

.lp-form-default .wpcf7-list-item label {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 12px 20px
}

.lp-form-default .wpcf7-list-item.active {
    background-color: #f2ebcb;
    border: solid 1px #d9b125;
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.lp-form-default .form-content-index {
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center
}

.lp-form-default .wpcf7-list-item.last {
    margin-right: 0
}

.lp-form-default .gender .wpcf7-form-control {
    display: flex;
    justify-content: space-between
}

.lp-form-default .gender .wpcf7-form-control .wpcf7-list-item {
    width: 200px
}

.lp-form-default .form-birth-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.lp-form-default .form-birth-wrap p {
    font-size: 18px;
    margin: 0 10px 20px
}

.lp-form-default .form-content-name {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.lp-form-default .wpcf7-form-control-wrap {
    display: block
}

.lp-form-default .wpcf7-form-control-wrap.family,
.lp-form-default .wpcf7-form-control-wrap.job {
    display: block;
    max-width: 384px;
    width: 100%;
    margin: 0 auto
}

.lp-form-default .form3 .form-content-name .wpcf7-form-control-wrap {
    width: 47%
}

.lp-form-default .form-content-name input[type=text] {
    width: 100%
}

.lp-form-default .form3 .wpcf7-list-item {
    width: 48%
}

.lp-form-default .label-wrap-error {
    display: block;
    width: 100%;
    max-width: 364px;
    margin: auto
}

.lp-form-default #mail.is-active,
.lp-form-default #postcode1.is-active,
.lp-form-default #tel.is-active {
    border: solid 1px #c11b26;
    background: #fff2f3
}

.lp-form-default .postcode-box .error-text {
    margin-top: 0
}

.lp-form-default .error-text {
    color: #c11b26;
    font-size: 11px;
    font-weight: 700;
    display: none;
    margin-top: -16px;
    margin-bottom: 10px
}

.lp-form-default .error-text.is-active {
    display: block
}

.lp-form-default .form3 .wpcf7-radio {
    display: flex;
    justify-content: space-between
}

.lp-form-default .form3 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 364px;
    margin: 0 auto 20px
}

.lp-form-default .address-wrap {
    width: 100%;
    max-width: 364px;
    margin: 0 auto;
    padding: 10px 0 30px
}

.lp-form-default .address-none {
    display: none
}

.lp-form-default .address-wrap label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px
}

.lp-form-default .form3 .address-wrap .wpcf7-form-control-wrap {
    max-width: 270px;
    margin: 0
}

.lp-form-default .mycheckbox {
    text-align: center;
    padding: 10px
}

.lp-form-default .mycheckbox input[type=checkbox] {
    display: none
}

.lp-form-default .mycheckbox input[type=checkbox]+label {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px
}

.lp-form-default .mycheckbox input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #d8d8d8;
    background-color: #d8d8d8
}

.lp-form-default .mycheckbox input[type=checkbox]:checked+label::before {
    border-color: #d9b125;
    background-color: #d9b125
}

.lp-form-default .mycheckbox input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    top: 50%;
    left: 4px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #fff
}

.lp-form-default .check-box-text {
    top: 0;
    left: 30px;
    font-size: 12px;
    color: #333
}

.lp-form-default .check-box-text a {
    color: #333
}

.lp-form-default .select-place-note {
    display: block;
    width: 100%;
    max-width: 364px;
    margin: -20px auto 20px;
    font-size: 12px;
    position: relative;
    padding-left: 16px
}

.lp-form-default .select-place-note span {
    position: absolute;
    left: 0
}

.lp-form-default .select-place-note a {
    color: #333
}

@media screen and (max-width:896px) {
    .lp-form-default .form-content-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .lp-form-default .form-content {
        padding: 0 20px
    }

    .lp-form-default .next-btn-text {
        font-size: 12px
    }

    .lp-form-default .gender .wpcf7-form-control .wpcf7-list-item {
        width: 30%
    }

    .lp-form-default .day-error.is-active {
        left: -10px
    }

    .lp-form-default .form-birth-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative
    }

    .lp-form-default .date-day,
    .lp-form-default .date-month {
        width: 60px
    }

    .lp-form-default .date-year {
        width: 90px
    }

    .lp-form-default .form-birth-wrap p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .lp-form-default .form3 .address-wrap .wpcf7-form-control-wrap {
        max-width: 200px
    }

    .lp-form-default .submit-wrap p {
        font-size: 12px;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 20px
    }

    .lp-form-default .select-place-note {
        display: block;
        width: 100%;
        max-width: 364px;
        margin: -20px auto 20px;
        font-size: 12px;
        text-align: left
    }
}

.lp-01 {
    background: #fff
}

.lp-01 .u-media-img {
    margin: 0
}

.lp-01 h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.6px
}

.lp-01 .title-label-balck {
    background: #000;
    padding: 32px;
    position: relative
}

.lp-01 .title-label-balck::after {
    content: '';
    right: 0;
    left: 0;
    bottom: -15px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: none;
    border-top: 15px solid #000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute
}

.lp-01 .title-label-balck h2 {
    color: #fff;
    margin: 0
}

.lp-01 .speech-bubble {
    background: #d8e6de;
    border-radius: 6px;
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 464px;
    margin: auto;
    margin-bottom: 33px;
    position: relative;
    padding-left: 90px
}

.lp-01 .speech-bubble::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 18px;
    border-color: transparent transparent #d8e6de transparent;
    position: absolute;
    bottom: -10px;
    left: 66px;
    transform: rotate(-45deg)
}

.lp-01 .speech-bubble p {
    color: #074628;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.2px
}

.lp-01 .speech-bubble img {
    position: absolute;
    width: 64px;
    left: 7px;
    bottom: 0
}

.lp-01 .cta-point {
    padding: 40px 0 80px
}

.lp-01 .cta-point-img {
    position: absolute;
    top: -80px;
    left: -170px;
    width: 144px
}

.lp-01 .cta-point-text-block {
    width: 100%;
    max-width: 685px;
    margin: 0 auto 40px;
    position: relative
}

.lp-01 .cta-point-text {
    font-size: 18px;
    width: 100%;
    letter-spacing: 1.08px;
    line-height: 1.5;
    font-weight: 700
}

.lp-01 .cta-point-text-flex {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding: 0 80px 40px
}

.lp-01 .cta-point-text-flex img {
    width: 120px
}

.lp-01 .main-mv-pc {
    display: block
}

.lp-01 .main-mv-sp {
    display: none
}

.lp-01 .section-head {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 108px;
    padding-top: 43px
}

.lp-01 .section-head-text {
    line-height: 1.75;
    margin-bottom: 40px;
    letter-spacing: .96px
}

.lp-01 .section-hearing-sp {
    display: none
}

.lp-01 .section-hearing {
    padding-top: 105px
}

.lp-01 .section-hearing-title-sub {
    color: #074628;
    font-size: 20px;
    font-weight: 700
}

.lp-01 .section-hearing-img {
    display: block;
    width: 741px;
    margin: 64px auto -10px
}

.lp-01 .section-consultation {
    padding: 105px 0 100px
}

.lp-01 .section-consultation-block {
    display: flex;
    width: 100%;
    max-width: 925px;
    justify-content: space-between;
    margin: auto
}

.lp-01 .section-consultation-item {
    width: 410px
}

.lp-01 .section-consultation-item-index {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 23px;
    line-height: 1.3
}

.lp-01 .sectinon-case-study {
    padding: 105px 0 100px
}

.lp-01 .sectinon-case-study-content {
    background: #fff;
    padding: 46px 30px;
    width: 100%;
    max-width: 880px;
    margin: auto;
    margin-top: 25px;
    border-radius: 10px
}

.lp-01 .sectinon-case-study-content img {
    width: 443px;
    margin: auto;
    display: block
}

.lp-01 .sectinon-case-study-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.lp-01 .sectinon-case-study-item {
    width: 400px;
    padding: 70px 20px;
    position: relative
}

.lp-01 .sectinon-case-study-item.green::before {
    content: '';
    right: -56px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: none;
    border-top: 38px solid #f0f5f2;
    border-right: 38px solid transparent;
    border-left: 38px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    z-index: 10
}

.lp-01 .sectinon-case-study-item.green::after {
    content: '';
    right: -60px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: none;
    border-top: 40px solid #fff;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    z-index: 9
}

.lp-01 .sectinon-case-study-item.green {
    background: #f0f5f2
}

.lp-01 .sectinon-case-study-item.yellow {
    background: #fcf7e5
}

.lp-01 .sectinon-case-study-item-label {
    position: absolute;
    left: -10px;
    background: #3f6953;
    color: #fff;
    width: 93px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    font-size: 14px;
    font-weight: 700
}

.lp-01 .sectinon-case-study-item-label.yellow {
    background: #c3a642
}

.lp-01 .sectinon-case-study-item-label.yellow span {
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: 0;
    height: 0;
    border: none;
    border-top: 7px solid #a7861e;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(-135deg);
    left: 1px;
    top: 33px
}

.lp-01 .sectinon-case-study-item-label span {
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: 0;
    height: 0;
    border: none;
    border-top: 7px solid #074628;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(-135deg);
    left: 1px;
    top: 33px
}

.lp-01 .sectinon-case-study-list li {
    margin-bottom: 18px;
    font-weight: 700;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
    letter-spacing: .8px
}

.lp-01 .sectinon-case-study-list li:last-of-type {
    margin-bottom: 0
}

.lp-01 .sectinon-case-study-list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #3f6953;
    position: absolute;
    top: 12px;
    left: 0
}

.lp-01 .sectinon-case-study-list span {
    color: #90730d
}

.lp-01 .sectinon-case-study-list.yellow li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #c3a642;
    position: absolute;
    top: 12px;
    left: 0
}

.lp-01 .section-flow {
    padding: 105px 0
}

.lp-01 .section-flow-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 94px;
    font-weight: 700
}

.lp-01 .section-flow-wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 30px
}

.lp-01 .section-flow-block {
    width: 320px;
    height: 325px;
    background: #f0f5f2;
    padding: 10px;
    position: relative
}

.lp-01 .section-flow-block-label {
    position: absolute;
    background: #3f6953;
    border-radius: 6px 6px 0 0;
    height: 34px;
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    top: -50px;
    left: 0
}

.lp-01 .section-flow-block p {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: .8px
}

.lp-01 .section-flow-note {
    text-align: center;
    color: #333;
    font-size: 12px
}

.lp-01 .section-flow-block::after {
    content: '';
    right: -26px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: none;
    border-top: 20px solid #3f6953;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    z-index: 10
}

.lp-01 .section-flow-block:last-of-type::after {
    content: none
}

.lp-01 .section-reason {
    background: #faf9f7;
    padding-top: 60px;
    padding-bottom: 100px
}

.lp-01 .section-reason-block {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 180px
}

.lp-01 .section-reason-block img {
    max-width: 920px;
    width: 100%;
    display: block;
    margin: auto
}

.lp-01 .section-reason-block-green {
    position: absolute;
    top: 80px
}

.lp-01 .section-reason-block-green-text {
    background: #074628;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 12px;
    padding-right: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.lp-01 .section-reason-block-green-text small {
    font-size: 24px;
    vertical-align: super
}

.lp-01 .section-reason-block-green-text span {
    font-size: 24px;
    display: block
}

.lp-01 .section-reason-block-white {
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    position: absolute;
    right: 0;
    bottom: -80px
}

.lp-01 .section-reason-block-white-text {
    color: #074628;
    font-weight: 700
}

.lp-01 .cta-wrap {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: auto
}

.lp-01 .section-reason-note {
    position: absolute;
    font-size: 11px;
    color: #333;
    top: -170px
}

.lp-01 .section-faq {
    padding: 70px 100px
}

.lp-01 .section-faq-block {
    width: 100%;
    max-width: 1000px;
    margin: auto
}

.lp-01 .section-faq-block dt {
    background: #f0f5f2;
    font-size: 20px;
    font-weight: 700;
    color: #074628;
    padding: 24px 60px;
    position: relative
}

.lp-01 .section-faq-block dd {
    padding: 20px 60px 30px;
    position: relative
}

.lp-01 .section-faq-block dt span {
    font-weight: 700;
    color: #074628;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 15px
}

.lp-01 .section-faq-block dd span {
    font-weight: 700;
    color: #d9b125;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 10px
}

.lp-01 .page-thanks {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 100px 0
}

.lp-01 .page-thanks h2 {
    font-size: 32px;
    margin: 40px 0 20px
}

.lp-01 .page-thanks p {
    text-align: center
}

@media screen and (max-width:896px) {
    .lp-01 h2 {
        font-size: 22px;
        line-height: 1.5
    }

    .lp-01 .main-mv-sp {
        display: block
    }

    .lp-01 .main-mv-pc {
        display: none
    }

    .lp-01 .speech-bubble {
        padding-left: 70px;
        margin-bottom: 20px
    }

    .lp-01 .speech-bubble p {
        font-size: 14px
    }

    .lp-01 .speech-bubble img {
        width: 54px
    }

    .lp-01 .cta-point {
        padding: 23px 20px 40px
    }

    .lp-01 .cta-point-text-block {
        margin-bottom: 20px
    }

    .lp-01 .cta-point-text-flex img {
        width: 80px
    }

    .lp-01 .cta-point-img {
        position: unset;
        display: block;
        margin: 0 auto 20px;
        width: 86px
    }

    .lp-01 .cta-point-text {
        font-size: 14px
    }

    .lp-01 .cta-point-text-flex {
        padding: 20px 0
    }

    .lp-01 .title-label-balck::after {
        border-top: 22px solid #000;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent
    }

    .lp-01 .cta-wrap {
        padding: 0 20px
    }

    .lp-01 .section-head {
        padding: 40px 20px
    }

    .lp-01 .section-head-text {
        font-size: 14px;
        margin-bottom: 20px
    }

    .lp-01 .section-hearing-img {
        display: none
    }

    .lp-01 .section-hearing-sp {
        display: block;
        position: relative;
        height: 400px
    }

    .lp-01 .hukidashi1 {
        width: 50%;
        max-width: 160px;
        position: absolute;
        top: 160px;
        left: 0
    }

    .lp-01 .hukidashi2 {
        width: 50%;
        max-width: 155px;
        position: absolute;
        top: 140px;
        right: 0
    }

    .lp-01 .hukidashi3 {
        width: 50%;
        max-width: 153px;
        position: absolute;
        top: 0;
        right: 0
    }

    .lp-01 .hukidashi4 {
        width: 50%;
        max-width: 156px;
        position: absolute;
        top: 20px;
        left: 0
    }

    .lp-01 .family-img {
        width: 80%;
        margin: 0 auto -50px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0
    }

    .lp-01 .section-hearing {
        padding: 40px 20px
    }

    .lp-01 .section-consultation {
        padding: 40px 20px 0
    }

    .lp-01 .section-consultation-block {
        display: block
    }

    .lp-01 .section-consultation-item {
        width: 100%;
        margin-bottom: 50px
    }

    .lp-01 .section-consultation-item-index {
        font-size: 18px;
        margin-bottom: 11px
    }

    .lp-01 .section-consultation-item-text {
        font-size: 14px
    }

    .lp-01 .sectinon-case-study {
        padding: 40px 20px
    }

    .lp-01 .sectinon-case-study-content {
        padding: 25px 20px 20px
    }

    .lp-01 .sectinon-case-study-block {
        display: block
    }

    .lp-01 .sectinon-case-study-item {
        width: 100%;
        padding: 70px 20px 40px
    }

    .lp-01 .sectinon-case-study-list li::before {
        width: 6px;
        height: 6px;
        top: 6px
    }

    .lp-01 .sectinon-case-study-list.yellow li::before {
        width: 6px;
        height: 6px;
        top: 6px
    }

    .lp-01 .sectinon-case-study-list li {
        font-size: 14px
    }

    .lp-01 .sectinon-case-study-item.green {
        margin-bottom: 10px
    }

    .lp-01 .sectinon-case-study-item.green::before {
        left: 0;
        right: 0;
        top: auto;
        bottom: -36px;
        margin: 0 auto;
        transform: none
    }

    .lp-01 .sectinon-case-study-item.green::after {
        left: 0;
        right: 0;
        top: auto;
        bottom: -40px;
        margin: 0 auto;
        transform: none
    }

    .lp-01 .sectinon-case-study-content img {
        width: 157px;
        margin-bottom: -2px
    }

    .lp-01 .section-flow {
        padding: 40px 20px
    }

    .lp-01 .section-flow-text {
        font-size: 14px;
        font-weight: 400;
        text-align: left
    }

    .lp-01 .section-flow-wrap {
        display: block;
        width: 100%
    }

    .lp-01 .section-flow-block {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 55px
    }

    .lp-01 .section-flow-block:last-of-type {
        margin-bottom: -20px
    }

    .lp-01 .section-flow-block:last-of-type::before {
        content: none;
        margin-bottom: -20px
    }

    .lp-01 .section-flow-block::before {
        content: '';
        top: auto;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
        width: 0;
        height: 0;
        border: none;
        border-top: 22px solid #3f6953;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        position: absolute;
        transform: none;
        z-index: 10
    }

    .lp-01 .section-flow-block::after {
        content: '';
        top: auto;
        left: 0;
        right: 0;
        bottom: -54px;
        margin: auto;
        width: 0;
        height: 0;
        border: none;
        border-top: 22px solid #3f6953;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        position: absolute;
        transform: none;
        z-index: 10
    }

    .lp-01 .section-flow-note {
        text-align: left
    }

    .lp-01 .section-reason {
        padding-bottom: 40px
    }

    .lp-01 .section-reason-block-green-text {
        font-size: 22px;
        padding-left: 20px
    }

    .lp-01 .section-reason-block-green {
        top: -20px
    }

    .lp-01 .section-reason-block {
        margin: 0 auto 210px
    }

    .lp-01 .section-reason-block-white {
        width: 80%;
        bottom: 0;
        padding: 0;
        top: 80%
    }

    .lp-01 .section-reason-block img {
        max-width: 920px;
        width: 90%;
        display: block;
        margin: 0;
        margin-left: auto
    }

    .lp-01 .section-reason-block-white-text {
        font-size: 14px;
        padding: 20px;
        background: #fff
    }

    .lp-01 .section-reason-block-green-text span {
        font-size: 14px
    }

    .lp-01 .section-reason-block-green-text small {
        font-size: 14px;
        vertical-align: super
    }

    .lp-01 .section-reason-note {
        font-size: 12px;
        color: #333;
        margin-bottom: 20px;
        margin-top: -50px;
        position: unset
    }

    .lp-01 .section-faq {
        padding: 40px 0
    }

    .lp-01 .section-faq-block dt {
        font-size: 14px
    }

    .lp-01 .section-faq-block dd {
        font-size: 14px
    }

    .lp-01 .section-faq-block dt span {
        font-size: 22px;
        top: 18px
    }

    .lp-01 .section-faq-block dd span {
        font-size: 22px;
        top: 16px
    }
}

.lp-thanks {
    background: #fff
}

.lp-thanks .page-thanks {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 100px 0
}

.lp-thanks .page-thanks h2 {
    font-size: 32px;
    margin: 40px 0 20px
}

.lp-thanks .page-thanks p {
    text-align: center
}

@media screen and (max-width:896px) {
    .lp-thanks .page-thanks {
        width: 100%;
        padding: 40px 20px
    }

    .lp-thanks .page-thanks h2 {
        font-size: 18px;
        line-height: 1.6;
        margin: 20px 0 10px
    }

    .lp-thanks .page-thanks p {
        text-align: center
    }
}

.lp-form01 {
    background: #fff
}

.lp-form01 .lp-form01-content {
    padding: 20px 20px
}

@media screen and (min-width:768px) {
    .lp-form01 .lp-form01-content {
        padding: 60px 20px
    }
}

.lp-form01 .lp-form01-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .lp-form01 .lp-form01-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px
    }
}

.lp-form01 .lp-form01-ribbon {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    width: 100%
}

.lp-form01 .lp-form01-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
    max-width: 780px;
    margin: 0 auto 20px
}

@media screen and (min-width:768px) {
    .lp-form01 .lp-form01-text {
        margin: 0 auto 40px;
        text-align: center
    }
}

.lp-form01 .lp-form01-text span {
    background: linear-gradient(transparent 70%, #d9b125 100%);
    font-weight: 700
}

.lp-form01 .form-num {
    background: #d9b125;
    color: #fff;
    font-weight: 700;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem
}

@media screen and (min-width:768px) {
    .lp-form01 .form-num {
        width: 40px;
        height: 40px;
        margin: 0 auto 40px;
        text-align: center;
        font-size: 1.4rem;
        top: 20px;
        right: 20px
    }
}

.lp-form02 .form-wrap {
    height: auto !important
}

.lp-form02 .lp-form02-content {
    padding: 40px 20px 20px
}

.lp-form02 .lp-form02-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .lp-form02 .lp-form02-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px
    }
}

.lp-form02 .lp-form02-ribbon {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    width: 100%
}

.lp-form02 .lp-form02-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
    max-width: 780px;
    margin: 0 auto 40px
}

@media screen and (min-width:768px) {
    .lp-form02 .lp-form02-text {
        margin: 0 auto 40px;
        text-align: center
    }
}

.lp-form02 .lp-form02-text span {
    background: linear-gradient(transparent 70%, #d9b125 100%);
    font-weight: 700
}

.lp-form02 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lp-form02 input[type=button]::-webkit-search-decoration,
.lp-form02 input[type=submit]::-webkit-search-decoration {
    display: none
}

.lp-form02 input[type=button]::focus,
.lp-form02 input[type=submit]::focus {
    outline-offset: -2px
}

.lp-form02 ::-moz-placeholder {
    color: #a7aaad
}

.lp-form02 :-ms-input-placeholder {
    color: #a7aaad
}

.lp-form02 ::placeholder {
    color: #a7aaad
}

.lp-form02 input[type=button],
.lp-form02 input[type=submit] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

.lp-form02 input[type=email],
.lp-form02 input[type=tel],
.lp-form02 input[type=text] {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: none;
    padding: 12px;
    width: 100%;
    font-size: 14px
}

.lp-form02 textarea {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: none;
    padding: 12px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 200px;
    resize: none;
    font-size: 14px
}

.lp-form02 input[type=radio] {
    display: none
}

.lp-form02 .form-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    margin: auto
}

@media screen and (min-width:768px) {
    .lp-form02 .form-content {
        padding: 40px
    }
}

.lp-form02 .section-form {
    padding: 0;
    overflow: hidden;
    padding-bottom: 20px
}

.lp-form02 .wpcf7-form {
    width: 100%;
    max-width: 920px;
    margin: auto
}

.lp-form02 .form-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.lp-form02 .form-inner {
    width: 100%;
    max-width: 460px;
    margin: auto
}

.lp-form02 .wpcf7-list-item {
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 !important;
    font-size: 14px;
    border: solid 1px #f2f2f2;
    box-shadow: 0 4px 0 #dbdbdb;
    transition: .3s;
    width: 48%
}

.lp-form02 .wpcf7-list-item label {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 12px 20px
}

.lp-form02 .wpcf7-list-item.active {
    background-color: #f2ebcb;
    border: solid 1px #d9b125;
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.lp-form02 .wpcf7-list-item.last {
    margin-right: 0
}

.lp-form02 .wpcf7-form-control-wrap {
    display: block
}

.lp-form02 .form-content-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px
}

.lp-form02 .form-content-note {
    font-size: 12px;
    text-align: center;
    margin-top: -14px;
    color: #333;
    margin-bottom: 20px
}

.lp-form02 .form-content-index {
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 30px;
    text-align: center
}

.lp-form02 .form-content-index span {
    color: #c11b26
}

.lp-form02 .form-birth-wrap p {
    font-size: 18px;
    margin: 0 10px 0
}

.lp-form02 .form-content-name {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.lp-form02 .address-text {
    margin-right: 20px;
    width: 30%
}

.lp-form02 .address-text span {
    color: #c11b26
}

.lp-form02 .wpcf7-select.is-active {
    color: #333
}

.lp-form02 .wpcf7-select {
    background: #f2f2f2;
    width: 100%;
    border: none;
    padding: 13px 12px;
    border-radius: 6px;
    cursor: pointer;
    color: #a7aaad;
    font-size: 14px;
    height: 50px
}

.lp-form02 .wpcf7-select.is-windows {
    color: #666
}

.lp-form02 .wpcf7-select#day,
.lp-form02 .wpcf7-select#month,
.lp-form02 .wpcf7-select#year {
    color: #333
}

.lp-form02 .wpcf7-select#day.is-active {
    color: #333;
    background: #fff2f3;
    border: solid 1px #c11b26
}

.lp-form02 .address1:before,
.lp-form02 .consultation:before,
.lp-form02 .place:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #000;
    pointer-events: none;
    content: "";
    border-right: 2px solid #747474;
    border-bottom: 2px solid #747474;
    transform: translateY(-50%) rotate(45deg)
}

.lp-form02 .select-place-note {
    display: block;
    width: 100%;
    margin: -20px auto 20px;
    font-size: 12px;
    position: relative;
    padding-left: 16px
}

.lp-form02 .select-place-note span {
    position: absolute;
    left: 0
}

.lp-form02 .select-place-note a {
    color: #333
}

.lp-form02 .form-birth-wrap {
    display: flex;
    align-items: center;
    position: relative
}

.lp-form02 .date-day,
.lp-form02 .date-month {
    width: 80px
}

.lp-form02 .date-year {
    width: 120px
}

.lp-form02 .date-day:before,
.lp-form02 .date-month:before,
.lp-form02 .date-year:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 5px;
    height: 5px;
    color: #000;
    pointer-events: none;
    content: "";
    border-right: 2px solid #747474;
    border-bottom: 2px solid #747474;
    transform: translateY(-50%) rotate(45deg)
}

.lp-form02 .wpcf7-submit {
    display: block;
    background: #d9ba4a;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .7;
    border-radius: 6px;
    position: relative;
    border: none;
    box-shadow: 0 5px 0 #a7861e;
    transition: .3s;
    opacity: 1
}

.lp-form02 .submit-wrap::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #333;
    pointer-events: none;
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(-45deg)
}

.lp-form02 .submit-wrap.is-active::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    color: #fff;
    pointer-events: none;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg)
}

.lp-form02 .wpcf7-submit:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0)
}

.lp-form02 .submit-wrap {
    max-width: 460px;
    margin: 0 auto;
    position: relative
}

.lp-form02 .submit-wrap p {
    font-size: 12px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px
}

.lp-form02 .wpcf7-submit:disabled {
    background: #d8d8d8;
    color: #333;
    box-shadow: none;
    pointer-events: none
}

.lp-form02 .only-kana.error {
    border: solid 1px #c11b26;
    background: #fff2f3
}

.lp-form02 .only-kana2.error {
    border: solid 1px #c11b26;
    background: #fff2f3
}

.lp-form02 .error-kana-text {
    color: #c11b26;
    font-size: 11px;
    font-weight: 700;
    display: none
}

.lp-form02 .error-kana-text.is-active {
    display: block;
    position: absolute;
    bottom: -2px
}

.lp-form02 .day-error {
    display: none
}

.lp-form02 .day-error.is-active {
    display: block;
    color: #c11b26;
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: -24px;
    left: 102px
}

.lp-form02 .error-text {
    color: #c11b26;
    font-size: 11px;
    font-weight: 700;
    display: none;
    margin-top: -16px;
    margin-bottom: 10px
}

.lp-form02 .error-text.is-active {
    display: block
}

.lp-form02 .label-wrap-error {
    display: block;
    width: 100%;
    margin: auto
}

.lp-form02 .wpcf7-radio {
    display: flex;
    justify-content: space-between
}

.lp-form02 .gender .wpcf7-form-control {
    display: flex;
    justify-content: space-between
}

.lp-form02 .gender .wpcf7-form-control .wpcf7-list-item {
    width: 32%
}

.lp-form02 .form-content-name .wpcf7-form-control-wrap {
    width: 48%
}

.lp-form02 .form-content-name input[type=text] {
    width: 100%
}

.lp-form02 #mail.is-active,
.lp-form02 #tel.is-active {
    border: solid 1px #c11b26;
    background: #fff2f3
}

.lp-form02 .address-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 30px
}

.lp-form02 .address-none {
    display: none
}

.lp-form02 .address-wrap label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px
}

.lp-form02 .mycheckbox {
    text-align: center;
    padding: 20px 10px
}

.lp-form02 .mycheckbox input[type=checkbox] {
    display: none
}

.lp-form02 .mycheckbox input[type=checkbox]+label {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px
}

.lp-form02 .mycheckbox input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #d8d8d8;
    background-color: #d8d8d8
}

.lp-form02 .mycheckbox input[type=checkbox]:checked+label::before {
    border-color: #d9b125;
    background-color: #d9b125
}

.lp-form02 .mycheckbox input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    top: 50%;
    left: 4px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #fff
}

.lp-form02 .check-box-text {
    top: 0;
    left: 30px;
    font-size: 12px;
    color: #333
}

.lp-form02 .check-box-text a {
    color: #333
}