@charset "UTF-8";

/* CSS Document */

/*====================================

	#wp_intro

====================================*/

#wp_intro {
    padding: 40px 60px;
}
#wp_intro .inner {
    background: url(../images/fv_pc.webp) right 0 top 50%;
    background-size: cover;
    border: 1px solid var(--bg-main-color);
    border-radius: 40px;
    overflow: hidden;
    padding: 60px 40px;
}
#wp_intro .inner h2 {
    font-size: 300%;
    line-height: 1.5em;
    font-weight: 200;
    margin-bottom: 60px;
    color: var(--bg-main-color);
}
#wp_intro .inner h3 {
    font-size: 150%;
    line-height: 1.5em;
}
#wp_intro .inner h3 span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-size: 100%;
}
#wp_intro .inner h3 span strong {
    font-size: 150%;
}

/*====================================

    #wp_promise

====================================*/

#wp_promise {
}
#wp_promise .inner {
}
#wp_promise .inner .ttl {
    width: 100%;
    text-align: center;
    font-size: 120%;
    margin-bottom: 60px;
}
#wp_promise .inner .ttl span {
    display: block;
    font-size: 300%;
    line-height: 1em;
    padding: .5em 0 0 0;
}
#wp_promise .inner .ph {
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
#wp_promise .inner .list {
}
#wp_promise .inner .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#wp_promise .inner .list ul li {
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
}
#wp_promise .inner .list ul li p {
}
#wp_promise .inner .list ul li p span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 200%;
    color: var(--bg-main-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg-main-color);
}

/*====================================

    #wp_reason

====================================*/

#wp_reason {
}
#wp_reason .inner {
}
#wp_reason .inner h3 {
    color: #fff;
    border-left: 1px solid #fff;
}
#wp_reason .inner h3 span {
    color: #fff;
}
#wp_reason .inner .list {
}
#wp_reason .inner .list .cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
#wp_reason .inner .list .cell:last-child {
    margin-bottom: 0px;
}
#wp_reason .inner .list .cell .icon {
    font-size: 300%;
    color: #fff;
    line-height: 1em;
}
#wp_reason .inner .list .cell .icon span {
    font-style: italic;
    font-size: 200%;
    padding: 0 0 0 .1em;
}
#wp_reason .inner .list .cell .ph {
    width: 60%;
    border-radius: 40px;
    overflow: hidden;
}
#wp_reason .inner .list .cell .text {
    width: 40%;
    position: relative;
    padding: 0 30px;
}
#wp_reason .inner .list .cell .text h4 {
    font-size: 150%;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 30px;
}
#wp_reason .inner .list .cell .text p {
    color: #fff;
}
#wp_reason .inner .list .cell:after {
    content: '';
    width: 60%;
    height: 80%;
    z-index: -1;
    border-radius: 40px;
    background: rgba(0, 0, 0, .2);
}
#wp_reason .inner .list .cell:nth-child(odd) {
    flex-direction: row;
}
#wp_reason .inner .list .cell:nth-child(odd):after {
    position: absolute;
    right: 0;
    bottom: -30px;
}
#wp_reason .inner .list .cell:nth-child(odd) .icon {
    position: absolute;
    top: 0;
    right: 0;
}
#wp_reason .inner .list .cell:nth-child(even) {
    flex-direction: row-reverse;
}
#wp_reason .inner .list .cell:nth-child(even):after {
    position: absolute;
    left: 0;
    bottom: -30px;
}
#wp_reason .inner .list .cell:nth-child(even) .icon {
    position: absolute;
    top: 0;
    left: 0;
}

/*====================================

    #wp_symptoms

====================================*/

#wp_symptoms {
}
#wp_symptoms .inner {
}
#wp_symptoms .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
#wp_symptoms .inner .list dl {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
}
#wp_symptoms .inner .list dl dt {
    width: 100px;
}
#wp_symptoms .inner .list dl dd {
    flex: 1;
    padding-left: 20px;
    font-size: 120%;
}
#wp_symptoms .inner .ex {
}
#wp_symptoms .inner .ex p {
    width: 100%;
    text-align: center;
    font-size: 150%;
    line-height: 1.5;
}
#wp_symptoms .inner .ex p span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-size: 120%;
}

/*====================================

    #wp_mouthpiece

====================================*/

#wp_mouthpiece {
}
#wp_mouthpiece .inner {
}
#wp_mouthpiece .inner h3 {
    color: #fff;
}
#wp_mouthpiece .inner .list {
}
#wp_mouthpiece .inner .list .cell {
    padding: 40px;
    border-radius: 40px;
    background: #fff;
    margin-bottom: 40px;
}
#wp_mouthpiece .inner .list .cell h4 {
    font-size: 200%;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .ex {
    font-size: 110%;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .ph {
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box {
    width: 49%;
    border-radius: 30px;
    overflow: hidden;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box .box_ttl {
    color: #fff;
    padding: 20px 30px;
    font-size: 140%;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box .box_content {
    padding: 30px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit {
    border: 1px solid var(--bg-main-color);
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit .box_ttl {
    background: var(--bg-main-color);
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit .box_content p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check_merit.svg);
    display: inline-block;
    margin: 0 6px -4px 0;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit {
    border: 1px solid #aaa;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit .box_ttl {
    background: #aaa;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit .box_content p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check_demerit.svg);
    display: inline-block;
    margin: 0 6px -4px 0;
}
#wp_mouthpiece .inner .attention {
}
#wp_mouthpiece .inner .attention h4 {
    font-size: 120%;
    color: #fff;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .attention ul {
}
#wp_mouthpiece .inner .attention ul li {
    color: #fff;
    font-size: 90%;
}

/*====================================

    #wp_achievements

====================================*/

#wp_achievements {
}
#wp_achievements .inner {
}
#wp_achievements .inner h3 {
}
#wp_achievements .inner .ex {
    margin-bottom: 20px;
}
#wp_achievements .inner .list {
}
#wp_achievements .inner .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#wp_achievements .inner .list ul li {
    width: 49%;
    border: 1px solid var(--bg-main-color);
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 20px;
}
#wp_achievements .inner .list ul li .ttl {
    font-style: italic;
    margin-bottom: 20px;
    color: var(--bg-main-color);
    font-size: 200%;
}
#wp_achievements .inner .list ul li .ph {
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}
#wp_achievements .inner .list ul li .text {
}
#wp_achievements .inner .list ul li .text dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}
#wp_achievements .inner .list ul li .text dl:first-child {
    border-top: 1px solid #eee;
}
#wp_achievements .inner .list ul li .text dl dt {
    width: 100px;
    color: var(--bg-main-color);
}
#wp_achievements .inner .list ul li .text dl dd {
    flex: 1;
}

/*====================================

    #wp_price

====================================*/

#wp_price {
}
#wp_price .inner {
}
#wp_price .inner h3 {
    color: #fff;
}
#wp_price .inner .content {
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
}
#wp_price .inner .content .ttl {
    background: #fff;
    padding: 20px 30px;
    font-size: 120%;
}
#wp_price .inner .content .list {
    padding: 30px;
}
#wp_price .inner .content .list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
}
#wp_price .inner .content .list dl:first-child {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
#wp_price .inner .content .list dl dt {
    width: 400px;
    color: #fff;
}
#wp_price .inner .content .list dl dd {
    flex: 1;
    color: #fff;
    text-align: right;
}
#wp_price .inner .content .list .cap {
    color: #fff;
    font-size: 80%;
    text-align: right;
}


/*====================================

    #wp_flow

====================================*/

#wp_flow {
    padding: 40px 60px;
}
#wp_flow .ex {
    margin-bottom: 40px;
}
#wp_flow .list {
}
#wp_flow .list .cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid var(--bg-main-color);
    border-radius: 40px;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
#wp_flow .list .cell:after {
    content: '';
    width: 100%;
    height: 40px;
    background: url(../images/arrow_flow.svg) center center no-repeat;
    background-size: 40px;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
}
#wp_flow .list .cell:last-child:after {
    content: none;
}
#wp_flow .list .cell .number {
    width: 200px;
    display: grid;
    height: 100%;
}
#wp_flow .list .cell .number h6 {
    font-size: 400%;
    width: 100%;
    text-align: center;
    line-height: 1em;
}
#wp_flow .list .cell .number h6 span {
    display: block;
    font-size: 40%;
    padding-bottom: .5em;
    line-height: 1em;
}
#wp_flow .list .cell .text {
    flex: 1;
    padding: 30px;
}
#wp_flow .list .cell .text h4 {
    font-size: 130%;
    margin-bottom: 20px;
}
#wp_flow .list .cell .text p {
    font-size: 100%;
}
#wp_flow .list .cell .ph {
    width: 360px;
    padding: 30px;
}
#wp_flow .list .cell .ph img {
    border-radius: 30px;
    overflow: hidden;
}

/*====================================

    #wp_faq

====================================*/

#wp_faq {
    padding: 40px 60px;
}
#wp_faq .wp_accodion .item {
    width: 100%;
    border-bottom: 1px solid #000;
}
#wp_faq .wp_accodion .item:first-child {
    border-top: 1px solid #000;
}
#wp_faq .wp_accodion .item .ac_ttl {
    position: relative;
    background: none;
    text-align: left;
    padding: 0;
    width: 100%;
    cursor: pointer;
    font-size: 140%;
    font-family: "Zen Old Mincho", serif;
    padding: 20px 0;
    border: none;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    color: #000;
}
#wp_faq .wp_accodion .item .ac_ttl:active,
#wp_faq .wp_accodion .item .ac_ttl:hover {
    background: var(--bg-sub-aw-color);
}
#wp_faq .wp_accodion .item .ac_ttl::before,
#wp_faq .wp_accodion .item .ac_ttl::after {
    content: "";
    background: var(--bg-main-color);
    margin: auto;
    transition: .6s ease;
}
#wp_faq .wp_accodion .item .ac_ttl::before {
    width: 1px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
}
#wp_faq .wp_accodion .item .ac_ttl::after {
    width: 16px;
    height: 1px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open::before{
    transform: rotate(90deg);
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open::after{
    transform: rotate(-180deg);
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open + .ac_content{
    height: auto;
    opacity: 1;
}#wp_faq .wp_accodion .item .ac_ttl--close {
    display: none;
}
#wp_faq .wp_accodion .item .ac_content {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
}
#wp_faq .wp_accodion .item .ac_content p {
    margin: 20px 0;
    font-size: 110%;
}




















