@charset "UTF-8";

@media print, screen and (min-width: 769px) {
    .u-hover-opacity, .c-button, .p-cv-button__link, .p-contact-button__link, .p-flow-campaignbtn a, .c-faq__title, .p-fixnav__campaign, .l-block, .p-campaign--common .l-block, .p-campaignbnr__link {
        transition: ease opacity 0.3s;
    }
    .u-hover-opacity:hover, .c-button:hover, .p-cv-button__link:hover, .p-contact-button__link:hover, .p-flow-campaignbtn a:hover, .c-faq__title:hover, .p-fixnav__campaign:hover, .p-campaign--common .l-block:hover, .p-campaignbnr__link:hover {
        opacity: 0.7;
    }
}

img {
    max-width: 100%;
    height: auto;
}

em {
    font-style: normal;
}

.u-text--center {
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .u-text--center--pc {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .u-text--center--sp {
        text-align: center;
    }
}

.u-bold {
    font-weight: bold;
}

.u-normal {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    body .u-show-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body .u-show-tab:not(.u-show-sp) {
        display: none;
    }
}

@media screen and (min-width: 1001px) {
    body .u-show-tab:not(.u-show-pc) {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    body .u-show-tab {
        display: inline !important;
    }
}

@media print, screen and (min-width: 769px) {
    body .u-show-sp {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    body .u-hide-tab {
        display: none;
    }
}

.u-mt0 {
    margin-top: 0 !important;
}
.u-mb0 {
    margin-bottom: 0 !important;
}

.u-mt-1em {
    margin-top: 1em !important;
}

.u-mt-2em {
    margin-top: 2em !important;
}

.u-pb0 {
    padding-bottom: 0 !important;
}

body {
    font-family:'Noto Sans JP', sans-serif, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    color: #16283D;
    font-weight: 500;
    /*
    font-feature-settings: "palt";
    */
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

.l-wrapper {
    overflow: hidden;
}

@media print, screen and (min-width: 769px) {
    .l-block {
        max-width: 1024px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .l-header .l-block {
        max-width: 1280px;
    }


}

@media screen and (max-width: 768px) {
    .l-block {
        padding: 0 4vw;
    }
}

.l-block > :first-child {
    margin-top: 0;
}

.c-headline-v1 {
    margin: 90px 0 45px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-headline-v1 {
        margin: 70px auto 35px;
    }
}

.c-headline-v1__sub {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Century Gothic", sans-serif;
}

.c-headline-v1__main span {
    display: inline-block;
    padding: 0;
    font-size: 4.6rem;
    line-height: 1.5;
    border-bottom: 1px solid #000;
    color: #16283D;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .c-headline-v1__main span {
        display: block;
        padding: 0 0 5px;
        font-size: 2.7rem;
    }
}

.c-headline-v1__main--no-border span {
    padding: 0;
    border-bottom: none;
}

.c-paragraph {
    margin-top: 1em;
}

@media print, screen and (min-width: 769px) {
    .c-paragraph {
        font-size: 1.6rem;
        line-height: 1.75;
    }
}

@media screen and (max-width: 768px) {
    .c-paragraph {
        font-size: 1.5rem;
        line-height: 1.73333;
    }
}

.c-lead {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .c-lead {
        margin-top: 35px;
        font-size: 1.5rem;
        line-height: 1.733;
    }
}

.c-bold {
    font-weight: 600;
}

.c-mark {
    font-weight: 600;
    background-color: #FFF794;
}

.c-linklist {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .c-linklist {
        margin-top: 15px;
    }
}

.c-linklist--center {
    display: flex;
    justify-content: center;
}

.c-linklist > li {
    position: relative;
    padding: 3px 0 3px 20px;
    line-height: 1.6;
}

.c-linklist > li:before {
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #16283D;
    border-right: 2px solid #16283D;
    content: "";
    transition: ease all 0.3s;
}

@media screen and (max-width: 768px) {
    .c-linklist > li:before {
        top: 11px;
        width: 7px;
        height: 7px;
    }
}

.c-linklist > li > a {
    color: #16283D;
    text-decoration: underline;
}

.c-linklist > li > a:hover {
    text-decoration: none;
}

a.c-inlinelink {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

a.c-inlinelink:hover {
    text-decoration: none;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.c-animation--fade {
    opacity: 0;
}

.c-animation--fade.is-show {
    animation: fadein 1s ease 0s both;
}

@media screen and (max-width: 768px) {
    .c-animation--fade.is-show {
        animation: fadein 0.5s ease 0s both;
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.c-animation--fadeup {
    opacity: 0;
    transform: translateY(15px);
}

.c-animation--fadeup.is-show {
    animation: fadeup 1s ease 0s both;
}

@media screen and (max-width: 768px) {
    .c-animation--fadeup.is-show {
        animation: fadeup 0.5s ease 0s both;
    }
}

.c-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .c-button-wrap {
        margin-top: 30px;
    }
}

.c-button {
    position: relative;
    border: 1px solid #211815;
    padding: 22px 30px;
    color: #211815;
    letter-spacing: 0.1em;
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .c-button {
        min-width: 536px;
        font-size: 2.2rem;
        line-height: 1.72727;
    }
}

@media screen and (max-width: 768px) {
    .c-button {
        padding: 10px 15px;
        max-width: 77.33vw;
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.76923;
    }
}

.c-button:after {
    position: absolute;
    z-index: 5;
    top: calc(50% - 5px);
    right: 30px;
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .c-button:after {
        right: 20px;
        width: 8px;
        height: 8px;
    }
}

.l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 768px) {
    .l-header {
        padding: 0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1);
    }
    .l-header .l-block {
        padding: 0 16px;
    }
}

.l-header__layout {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media print, screen and (min-width: 769px) {
    .l-header__layout {
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__layout {
        height: 64px;
        justify-content: end;
        gap: 12px;
    }
}

.header-logo {
    height: auto;
}

.header-login{
    display: none;
}

@media print, screen and (min-width: 769px) {
    .header-logo {
        width: 224px;
        max-width: 22.4vw;
    }
    .header-logo img{
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    .header-logo {
        width: 190px;
    }

    .header-login{
        display: block;
        margin-left: auto;
    }
    
}

.header-switch {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-switch {
        display: block;
        position: relative;
        z-index: 9999;
        margin: 0;
    }
}

.header-switch a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
}

.header-switch a > i {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 24px;
    height: 3px;
    margin-left: -12px;
    background-color: #00846d;
    transition: all ease .3s;
}

.header-switch a > i:nth-of-type(1) {
    top: 8px;
}

.is-gnav-open .header-switch a > i:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.header-switch a > i:nth-of-type(2) {
    top: 16px;
}

.is-gnav-open .header-switch a > i{
    background-color: #707070;
}
.is-gnav-open .header-switch a > i:nth-of-type(1) {
    top: 38px;
}
.is-gnav-open .header-switch a > i:nth-of-type(3) {
    top: 58px;
}

.is-gnav-open .header-switch a > i:nth-of-type(2) {
    opacity: 0;
}

.header-switch a > i:nth-of-type(3) {
    top: 24px;
}

.is-gnav-open .header-switch a > i:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .header-menu {
        display: none;
        position: absolute;
        top: 0;
        left: -16px;
        width: calc(100% + 32px);
        background-color: rgba(255, 255, 255, .96);
        overflow-y: scroll;
        padding: 32px;
        height: 180vw;
    }
}

.header-nav-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 768px) {
    .header-nav-list {
        display: block;
        margin-top: 40px;
        margin-bottom: 47px;
    }
}

@media screen and (max-width: 768px) {
    .header-nav-list li {
    }

    .header-nav .p-footer-logo{
        max-width: none;
        text-align: center;
    }
    .header-nav .p-footer-logo img{
        width: 185px;
    }

    .header-nav .p-footer-copy{
        font-size: 10px;
        font-weight: 400;
        color: #333;
        margin-top: 8px;
        text-align: center;
    }

    .header-logo
    .header-nav .p-footer-copy{
        font-size: 10px;
        font-weight: 400;
        color: #333;
        margin-top: 8px;
        text-align: center;
    }
}

.header-nav-list a {
    display: block;
    font-weight: 600;
    color: #344356;
}

@media print, screen and (min-width: 769px) {
    .header-nav-list a {
        font-size: 12px;
        font-weight: 400;
        color: #707070;
        line-height: 1;
        transition: ease opacity 0.3s;
    }
    .header-nav-list a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    .header-nav-list a {
        position: relative;
        padding: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

}

a.header-nav-list__login {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to right, rgba(115, 188, 175, 0.7), #48A796);
}
a.header-nav-list__login:hover {
    opacity: 1;
    background: linear-gradient(to right, rgba(115, 188, 175, 0.7), rgba(72, 167, 150, 0.9));
}



@media print, screen and (min-width: 769px) {
    a.header-nav-list__login {
        border-radius: 4px;
        width: 84px;
        padding: 7px 0px;
        font-size: 12px;
        line-height: 150%;
    }
}

@media screen and (max-width: 768px) {
    a.header-nav-list__login {
        justify-content: center;
        padding: 7px 2px;
        border-radius: 4px;
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        min-width: 84px;
    }
}

@media print, screen and (min-width: 769px) {
    .p-mv {
        margin-top: 60px;
        padding: 42px 0;
        position: relative;
        background: url(/camp/seikyusyobarai/assets/img/mv_bg_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 768px) {
    .p-mv {
        margin-top: 64px;
        padding: 10.336vw 4vw 5.334vw;
        position: relative;
        background: url(/camp/seikyusyobarai/assets/img/mv_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .p-mv picture img{
        width: 100%;
    }


}

.p-mv-inner {
    position: relative;
    max-width: 960px;
    margin-inline: auto;
}

.p-mv__button {
    position: absolute;
    bottom: 16px;
    display: flex;
    gap: 16px;
}
@media screen and (max-width: 768px) {
    .p-mv__button {
        position: relative;
        display: block;
        margin-top: 8.533vw;
    }
}

@media screen and (max-width: 960px) {
    .p-mv__button .button_contents.free {
        width: 36.875vw;
    }
    .p-mv__button .button_contents.info {
        width: 22.5vw;

    }
}
@media screen and (max-width: 768px) {
    .p-mv__button .button_contents.free,
    .p-mv__button .button_contents.info {
        width: 100%;
    }

    .p-mv__button .button_contents {
        margin-top: 2.667vw;
    }
    .p-mv__button .button_contents:first-child {
        margin-top: 0;
    }
}

.p-mv__button__center .button_contents a:hover,
.p-mv__button .button_contents a:hover {
    opacity: .5;
}


.p-mv__button__center {
    position: relative;
    top:16px;
    bottom: 16px;
    display: flex;
    gap: 16px;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .p-mv__button__center {
        position: relative;
        top:0;
        display: block;
        margin-top: 8.533vw;
    }
}

.p-mv__button__center .button_contents.info{
    margin-top:18px;
}
.p-mv__button__center .button_contents.free p,
.p-mv__button__center .button_contents.info p{
    text-align:center;
}

@media screen and (max-width: 960px) {
    .p-mv__button__center .button_contents.free {
        width: 36.875vw;
    }
    .p-mv__button__center .button_contents.info {
        margin-top:18px;
        width: 22.5vw;
    }
}
@media screen and (max-width: 768px) {
    .p-mv__button__center .button_contents.free,
    .p-mv__button__center .button_contents.info {
        width: 100%;
    }
    .p-mv__button__center .button_contents.free p{
        font-size:1.6rem;
    }

    .p-mv__button__center .button_contents {
        margin-top: 2.667vw;
    }
    .p-mv__button__center .button_contents:first-child {
        margin-top: 0;
    }
}

.p-mv .l-block {
    position: relative;
}

@media print, screen and (min-width: 769px) {
    .p-mv .l-block {
        height: 415px;
        max-width: 1000px;
    }
}

@media screen and (max-width: 768px) {
    .p-mv .l-block {
        padding: 0 6.66vw;
    }
}

.p-mv-layout {
    opacity: 0;
}

@media print, screen and (min-width: 769px) {
    .p-mv-layout {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .p-mv-layout {
        display: block;
    }
}

.is-show .p-mv-layout {
    opacity: 1;
    transition: ease all 1s;
}

.p-mv-layout__text {
    flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
    .p-mv-layout__text {
        width: 44.8%;
    }
}

@media screen and (max-width: 768px) {
    .p-mv-layout__text {
        padding-top: 30px;
        margin: 0 auto;
        width: 86vw;
    }
}

.p-mv-layout__text img {
    width: 100%;
}

.p-mv__icon {
    position: absolute;
    z-index: 2;
    top: 75px;
    right: 0;
    width: 11%;
}

.p-mv__annotation {
    max-width: 960px;
    margin-inline: auto;
    z-index: 2;
    bottom: 17px;
    margin-top:10px;
}

.p-mv__annotation p.information{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size:11px;
    color:#676767;
}
.p-mv__annotation p.information+p.information{
    margin-top: 0;
}

.p-mv__annotation ul {
    position: relative;
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .p-mv__annotation p.information{
        margin-top: 24px;
        margin-bottom:0;
        font-size:10px;
    }
    .p-mv__annotation p.information+p.information{
        margin-top: 0;
    }
    
    .p-mv__annotation ul {
        top: 1vw;
     }
}

.p-mv__annotation ul.annotation li {
    padding-left: 2em;
    text-indent: 0;
}
.p-mv__annotation ul.annotation-num li {
    padding-left: 1em;
    text-indent: 0;
}
.p-mv__annotation ul li{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #676767;
}
.p-mv__annotation ul li::before{
    position: absolute;
    left: 0;
    color: #676767;
    font-size: 10px;
}

.p-mv__annotation__top {
    margin-top:1em;
}


@media screen and (max-width: 880px) {
    .p-mv__annotation {
        bottom: 8px;
    }
    .p-mv__annotation ul{
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .p-mv__icon {
        top: auto;
        right: 2vw;
        bottom: 32vw;
        width: 26.66vw;
    }

    .p-mv__annotation {
        right: auto;
        bottom: 7vw;
    }
    .p-mv__annotation ul{
        display: inline-block;
    }
    .p-mv__annotation ul li{
        font-size: 11px;
    }
    .p-mv__annotation .annotation li::before{
        font-size: 11px;
    }
        


}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .p-mv__icon {
        top: 10px;
    }
}

@media print, screen and (min-width: 769px) {
    .p-mv__illust {
        z-index: 3;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 52%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .p-mv__illust {
        right: 0;
        width: 44vw;
    }
}

@media screen and (max-width: 768px) {
    .p-mv__illust {
        z-index: 3;
        position: relative;
        margin: 8vw auto 0;
        width: 82vw;
    }
}

.p-mv__hr {
    position: relative;
    margin-top: -6%;
    z-index: 10;
}

.p-mv__cv {
    position: relative;
    margin: 25px auto 0;
    width: 70%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #ff7256;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 768px) {
    .p-mv__cv {
        width: 82.66%;
        font-size: 28px;
    }
}

.p-mv__cv:after {
    position: absolute;
    z-index: 2;
    top: calc(50% - 5px);
    right: 25px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: ease all 0.3s;
}

@media screen and (max-width: 768px) {
    .p-mv__cv:after {
        right: 20px;
        top: calc(50% - 5px);
        width: 9px;
        height: 9px;
    }
}

.p-problem {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .p-problem {
        padding: 50px 0 20px;
    }
}

.p-problem .c-headline-v1__main span {
    font-size: 3.7rem;
}

@media screen and (max-width: 768px) {
    .p-problem .c-headline-v1__main span {
        font-size: 2.2rem;
    }
}

@media print, screen and (min-width: 769px) {
    .p-problem-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 85px -45px -50px;
    }
}

@media screen and (max-width: 768px) {
    .p-problem-list {
        margin-top: 55px;
    }
}

.p-problem-list__item {
    position: relative;
}

@media print, screen and (min-width: 769px) {
    .p-problem-list__item {
        width: 254px;
        padding: 30px 10px 0;
        margin: 0 45px 50px;
    }
}

@media screen and (max-width: 768px) {
    .p-problem-list__item {
        margin: 0 auto 54px;
        padding: 20px 10px 0;
        width: 242px;
    }
    .p-problem-list__item:last-child {
        margin-bottom: 0;
    }
}

.p-problem-list__item:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    width: 254px;
    height: 254px;
    display: block;
    background-color: #F5F6F7;
}

@media screen and (max-width: 768px) {
    .p-problem-list__item:after {
        left: 50%;
        transform: translateX(-50%);
        width: 242px;
        height: 242px;
    }
}

.p-problem-list__group {
    position: relative;
    z-index: 5;
    text-align: center;
}

.p-problem-list__num {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.p-problem-list__num span {
    margin-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #344356;
    font-size: 1.4rem;
    text-indent: 0.5em;
    letter-spacing: 0.5em;
    font-weight: 500;
}

.p-problem-list__num em {
    flex-shrink: 0;
    font-family: -apple-system,"Century Gothic", sans-serif;
    font-weight: 600;
    font-style: italic;
    background-image: linear-gradient(to right, #65d8b2, #29abe2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.6rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .p-problem-list__num em {
        background-image: none;
        color: #3fa7f3;
    }
}

.p-problem-list__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-problem-list__figure {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-problem-list__figure {
        margin-top: 15px;
    }
}

.p-about {
    position: relative;
    padding: 190px 0 110px;
    overflow: hidden;
    background-image: linear-gradient(to right, rgba(101, 216, 178, .65), rgba(41, 171, 226, .65));
}

@media screen and (max-width: 768px) {
    .p-about {
        padding: calc(28vw + 20px) 0 50px;
    }
}

.p-about .p-about__bg {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

.p-about .p-about__bg img {
    width: 100%;
}

.p-about .l-block {
    position: relative;
    z-index: 5;
}

.p-about-figure {
    margin-top: 35px;
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .p-about-merit-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 110px;
    }
}

@media screen and (max-width: 768px) {
    .p-about-merit-list {
        margin-top: 85px;
        padding: 0 4vw;
    }
}

.p-about-merit-list__item {
    position: relative;
    border-radius: 5px;
    border: 1px solid #fff;
}

@media print, screen and (min-width: 769px) {
    .p-about-merit-list__item {
        padding: 35px 3%;
        width: 31.6%;
        margin-left: 2.6%;
    }
    .p-about-merit-list__item:nth-child(3n+1) {
        margin-left: 0;
    }
    .p-about-merit-list__item:nth-child(n+4) {
        margin-top: 84px;
    }
}

@media screen and (max-width: 768px) {
    .p-about-merit-list__item {
        padding: 30px 25px;
    }
    .p-about-merit-list__item:nth-child(n+2) {
        margin-top: 80px;
    }
}

.p-about-merit-label {
    position: absolute;
    z-index: 2;
    top: -55px;
    left: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-family: -apple-system,"Century Gothic", sans-serif;
    font-weight: 600;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .p-about-merit-label {
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-about-merit-label em {
    margin-left: 5px;
    font-style: italic;
    color: #fff;
    font-size: 8.0rem;
}

@media screen and (max-width: 768px) {
    .p-about-merit-label em {
        font-size: 7.0rem;
    }
}

.p-about-merit-list__title {
    margin: 0 0 25px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-about-merit-list__title {
        margin: 0 0 20px;
        font-size: 2.2rem;
    }
}

.p-about-merit-list__dot li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .p-about-merit-list__dot li {
        font-size: 1.4rem;
    }
}

.p-about-merit-list__dot li:before {
    position: absolute;
    z-index: 2;
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    display: block;
    background-color: #fff;
}

.p-about-merit-list__figure {
    margin: 20px auto 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-about-merit-list__figure {
        margin: 10px auto 0;
        height: auto;
    }
}

.p-about-merit-list__figure.is-size01 {
    width: 90px;
}

.p-about-merit-list__figure.is-size02 {
    width: 85px;
}

.p-about-merit-list__figure.is-size03 {
    width: 126px;
}

.p-about-merit-list__figure.is-size04 {
    width: 100px;
}

.p-about-merit-list__figure.is-size05 {
    width: 98px;
}

.p-about-merit-list__figure.is-size06 {
    width: 86px;
}

.p-about-merit-list__figure img {
    width: 100%;
}

.p-case {
    padding: 100px 0 160px;
    background-image: linear-gradient(to right, #F3F4D1, #EBF8F7);
}

@media screen and (max-width: 768px) {
    .p-case {
        padding: 70px 0 110px;
    }
}

.p-case-section {
    position: relative;
    margin-top: 80px;
    border-radius: 5px;
    border: 3px solid #fff;
}

@media screen and (max-width: 768px) {
    .p-case-section {
        margin-top: 60px;
        border-width: 2px;
    }
}


.p-case-body {
    padding: 95px 15px 30px;
}

@media screen and (max-width: 768px) {
    .p-case-body {
        padding: 50px 15px 25px;
    }
}

.p-case-title-v1 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 3.1rem;
    line-height: 1.619;
}

@media screen and (max-width: 768px) {
    .p-case-title-v1 {
        margin: 0 0 25px;
        font-size: 2.1rem;
    }
}

.p-case-title-v1 em {
    border-bottom: 1px solid #16283D;
    display: inline;
}

.p-case-figure {
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-case-figure {
        max-width: 58.66vw;
    }
}

.p-case-footer {
    padding: 30px 40px;
    background-color: #BFE6F6;
}

@media screen and (max-width: 768px) {
    .p-case-footer {
        padding: 20px 8vw;
    }
}

.p-case-pickup {
    display: flex;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .p-case-pickup {
        display: block;
        font-size: 1.5rem;
    }
}

@media print, screen and (min-width: 769px) {
    .p-case-pickup__top {
        align-self: center;
        flex-shrink: 0;
        text-align: center;
        min-width: 130px;
    }
}

@media screen and (max-width: 768px) {
    .p-case-pickup__top {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
    }
}

.p-case-pickup__icon {
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
    .p-case-pickup__icon {
        margin: 0 10px 0 0;
    }
    .p-case-pickup__icon.is-size01 {
        width: 20px;
    }
    .p-case-pickup__icon.is-size02 {
        width: 24px;
    }
}

.p-case-pickup__title {
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .p-case-pickup__bottom {
        border-left: 1px solid #000;
        margin-left: 30px;
        padding-left: 25px;
        flex-grow: 1;
        line-height: 1.944;
    }
}

@media screen and (max-width: 768px) {
    .p-case-pickup__bottom {
        margin-top: 22px;
        line-height: 1.6;
    }
}

.p-cv {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .p-cv {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .p-cv-button__title {
        margin-bottom: 12px;
        text-align: center;
        font-size: 1.6rem;
    }
}

.p-cv-button {
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .p-cv-button {
        max-width: 82.66vw;
    }
}

.p-cv-button__link {
    position: relative;
    border-radius: 5px;
    padding: 36px 50px;
    display: block;
    background-color: #FF5A45;
    color: #fff;
    text-align: center;
    font-weight: 600;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 768px) {
    .p-cv-button__link {
        padding: 15px 20px;
    }
}

.p-cv-button__link:before {
    position: absolute;
    z-index: 2;
    top: calc(50% - 8px);
    right: 26px;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: ease all 0.3s;
}

@media screen and (max-width: 768px) {
    .p-cv-button__link:before {
        right: 12px;
        top: calc(50% - 4px);
        width: 7px;
        height: 7px;
    }
}

.p-cv-button__sub {
    margin-bottom: 5px;
    font-size: 2.1rem;
    line-height: 1.142;
}

.p-cv-button__main {
    font-size: 3.3rem;
    line-height: 1.393;
}

@media screen and (max-width: 768px) {
    .p-cv-button__main {
        font-size: 1.8rem;
        line-height: 1.2;
    }
}

@media print, screen and (min-width: 769px) {
    .p-cv-button__main em:before {
        content: "「";
    }
    .p-cv-button__main em:after {
        content: "」";
    }
}

@media screen and (max-width: 768px) {
    .p-cv-button__main em {
        display: block;
        font-size: 2.2rem;
    }
}

.p-cv-button__main em span {
    color: #FFF794;
}

.p-contact {
    padding: 50px 0;
    background-image: linear-gradient(to right, #51b79f, #3c7066);
}

@media screen and (max-width: 768px) {
    .p-contact {
        padding: 40px 0;
    }
}

.p-contact__title {
    margin: 0 0 45px;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-contact__title {
        margin: 0 0 25px;
        font-size: 2.3rem;
    }
}

.p-contact__title span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.p-contact-button {
    display: flex;
    justify-content: center;
}


.u-lg {
    background-image: linear-gradient(to right, rgba(101, 216, 178, .65), rgba(41, 171, 226, .65));
}

.p-strengths {
    position: relative;
    padding: 230px 0 100px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-strengths {
        padding: 125px 0 50px;
    }
}

.p-strengths:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 150%;
    transform: skewY(-8deg) translateX(-50%);
    background-image: linear-gradient(to right, rgba(101, 216, 178, .65), rgba(41, 171, 226, .65));
}

@media screen and (max-width: 768px) {
    .p-strengths:after {
        transform: skewY(-13deg) translateX(-50%);
    }
}

.p-strengths .l-block {
    position: relative;
    z-index: 5;
}

@media print, screen and (min-width: 769px) {
    .p-strengths-list {
        margin: 80px 0 0;
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .p-strengths-list {
        margin: 15px 0 0;
    }
}

.p-strengths-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
    .p-strengths-list__item {
        padding: 20px 20px 30px;
        width: 280px;
        height: 280px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .p-strengths-list__item {
        padding: 2vw 2vw 3vw;
        width: 28vw;
        height: 28vw;
    }
}

@media screen and (max-width: 768px) {
    .p-strengths-list__item {
        margin: 25px auto 0;
        height: 232px;
        width: 232px;
    }
}

.p-strengths-list__count {
    margin: 0 0 13px;
    font-family: "Century Gothic", sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    flex-shrink: 0;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .p-strengths-list__count {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 768px) {
    .p-strengths-list__count {
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
}

.p-strengths-list__count em {
    vertical-align: sub;
    margin-left: 5px;
    font-style: italic;
    font-size: 4.6rem;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .p-strengths-list__count em {
        font-size: 4.6vw;
    }
}

@media screen and (max-width: 768px) {
    .p-strengths-list__count em {
        font-size: 3.8rem;
    }
}

.p-strengths-list__title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.592;
    font-weight: 600;
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .p-strengths-list__title {
        flex-grow: 1;
        margin-bottom: 15px;
        font-size: 2.7rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .p-strengths-list__title {
        font-size: 2.7vw;
    }
}

@media screen and (max-width: 768px) {
    .p-strengths-list__title {
        margin-bottom: 10px;
        font-size: 2.2rem;
    }
}

.p-strengths-list__figure {
    flex-shrink: 0;
}

.p-flow {
    padding: 90px 0 100px;
}

@media screen and (max-width: 768px) {
    .p-flow {
        padding: 70px 0 50px;
    }
    .p-flow .c-headline-v1 {
        margin-bottom: 25px;
    }
}

.p-flow__lead {
    text-align: center;
    font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
    .p-flow__lead {
        font-size: 1.5rem;
    }
}

.p-flow__lead em {
    font-weight: 600;
    display: inline-block;
    padding: 3px 20px;
}

@media screen and (max-width: 768px) {
    .p-flow__lead em {
        padding: 5px 20px;
    }
}

@media print, screen and (min-width: 769px) {
    .p-flow-list {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .p-flow-list {
        margin-top: 70px;
    }
}

.p-flow-list__item {
    position: relative;
    width: 30%;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
}

@media print, screen and (min-width: 769px) {
    .p-flow-list__item {
        padding: 35px 30px 45px;
    }
    .p-flow-list__item:nth-child(n+2):after {
        content: "";
        display: block;
        border: 14px solid transparent;
        border-left-color: #fff;
        position: absolute;
        z-index: 2;
        top: calc(50% - 14px);
        left: -11%;
    }
}

@media screen and (max-width: 768px) {
    .p-flow-list__item {
        padding: 35px 30px;
        width: auto;
    }
    .p-flow-list__item:nth-child(n+2) {
        margin-top: 60px;
    }
    .p-flow-list__item:nth-child(n+2):after {
        content: "";
        display: block;
        border: 24px solid transparent;
        border-top-color: #fff;
        position: absolute;
        z-index: 2;
        top: -42px;
        left: calc(50% - 24px);
        transform: scaleX(0.6);
    }
}

.p-flow-list__count {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-80%);
    font-family: "Century Gothic", sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 600;
    color: #16283D;
    line-height: 1;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .p-flow-list__count {
        transform: translateY(-80%);
        left: 17px;
        font-size: 1.3rem;
    }
}

.p-flow-list__count em {
    margin-left: 5px;
    vertical-align: middle;
    font-style: italic;
    font-size: 8.0rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .p-flow-list__count em {
        font-size: 6.7rem;
    }
}

.p-flow-list__group {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.p-flow-list__title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .p-flow-list__title {
        font-size: 2.1rem;
    }
}

.p-flow-list__note {
    margin-top: 10px;
    text-align: center;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .p-flow-list__note {
        font-size: 1.4rem;
    }
}

.p-flow-list__figure {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-flow-list__figure {
        margin-top: 20px;
    }
}

.p-price-bnr {
    margin: 0 auto;
    max-width: 320px;
}

@media screen and (max-width: 768px) {
    .p-price-bnr {
        max-width: 229px;
    }
}

.p-flow-price {
    margin: 45px auto 0;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    padding: 60px 30px;
    max-width: 684px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-flow-price {
        margin: 30px auto 0;
        padding: 20px 30px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .p-flow-price__lead {
        margin: 0 auto;
        width: 40.66667vw;
    }
}

.p-flow-price__note {
    margin-top: 40px;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .p-flow-price__note {
        margin-top: 20px;
        font-size: 1.4rem;
    }
}

.p-flow-campaignbtn {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .p-flow-campaignbtn {
        margin: 20px auto 0;
        width: 70.13333vw;
    }
}

@media print, screen and (min-width: 769px) {
    .p-faq {
        padding: 90px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .p-faq {
        padding: 70px 0 10px;
    }
}

.c-faq {
    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .c-faq {
        margin-top: 15px;
    }
}

.c-faq__title {
    position: relative;
    border: 1px solid #EFEFEF;
    padding: 9px 65px 9px 70px;
    font-size: 1.9rem;
    line-height: 1.89474;
    cursor: pointer;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .c-faq__title {
        padding: 12px 50px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

.c-faq__title i:before, .c-faq__title i:after {
    position: absolute;
    z-index: 5;
    top: calc(50% - 1px);
    right: 20px;
    z-index: 2;
    content: "";
    width: 22px;
    height: 1px;
    display: block;
    background-color: #000;
    transition: ease transform 0.3s;
}

@media screen and (max-width: 768px) {
    .c-faq__title i:before, .c-faq__title i:after {
        right: 15px;
        width: 17px;
    }
}

.c-faq__title i:before {
    transform: rotate(-90deg);
}

.is-open .c-faq__title i:before {
    transform: rotate(0deg) !important;
}


.p-fixnav {
    position: fixed;
    z-index: 20;
    display: none;
    background-color: #707070;
    width: 100%;
    padding: 16px;
}

@media print, screen and (min-width: 769px) {
    .p-fixnav {
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-fixnav {
        bottom: 0;
        right: auto;
        padding: 16px 15px;
    }
}


.p-fixnav .btn_area {
    display: flex;
    gap: 16px;
    margin: 0 auto;
    justify-content: center;
}
.p-fixnav .btn_area .btn_01 {
    background-color: #F68213;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 13.5px 52px;
    line-height: 150%;
}
.p-fixnav .btn_area .btn_02 {
    border: 1px solid #F68213;
    border-radius: 10px;
    color: #F68213;
    font-weight: 700;
    font-size: 14px;
    padding: 13.5px 52px;
    background-color: #fff;
    line-height: 150%;
}

.p-fixnav .btn_area .btn_01:hover,
.p-fixnav .btn_area .btn_02:hover{
    opacity: 1;
}
.p-fixnav .btn_area .btn_01:hover{
    background-color: rgba(246, 130, 19, 0.9);
}
.p-fixnav .btn_area .btn_02:hover{
    color: rgba(246, 130, 19, 0.9);
}


.p-fixnav .annotation li{
    color: #fff;
    margin-top: 8px;
}
.p-fixnav .annotation li::before{
    color: #fff;
}


.p-fixnav__campaign {
    display: block;
    margin: 0 0 20px;
    width: 358px;
}

@media screen and (max-width: 768px) {
    .p-fixnav__campaign {
        margin: 0 0 10px;
        width: 65.33vw;
    }

    .p-fixnav .btn_area{
        gap: 8px;
    }

    .p-fixnav .btn_area .btn_01,
    .p-fixnav .btn_area .btn_02{
        padding: 13.5px 24px;
        min-width: 152px;
        text-align: center;
    }


}

.p-fixnav__campaign img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
}

.p-fixnav__inner {
    display: flex;
}

@media screen and (max-width: 768px) {
    .p-fixnav__inner {
        width: 65.33vw;
    }
}

.p-fixnav__link {
    width: 290px;
}

@media screen and (max-width: 768px) {
    .p-fixnav__link {
        width: 81%;
    }
}

.p-fixnav__link img {
    border-radius: 50px 0 0 50px;
}

.p-fixnav__top {
    width: 68px;
}

@media screen and (max-width: 768px) {
    .p-fixnav__top {
        width: 19%;
    }
}

.p-fixnav__top img {
    border-radius: 0 50px 50px 0;
}

.p-fixnav_top {
    position: fixed;
    z-index: 20;
    display: none;
    bottom: 115px;
    right: 36px;
}

.l-footer {
    padding: 30px 0 168px 0;
    color: #333;
}


@media screen and (max-width: 768px) {
    .l-footer {
        padding: 25px 0 235px;
    }

    .p-fixnav_top{
        right: 15px;
        bottom: 135px;
    }

}

.p-footer-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .p-footer-layout {
        display: block;
        text-align: center;
    }
}

.l-footer .p-footer-logo {
    max-width: 320px;
}

@media screen and (max-width: 768px) {
    .p-footer-logo {
        margin: 0 auto 15px;
        max-width: 64.8vw;
    }
}

.p-footer-logo img {
    width: 320px;
}

.p-footer-copy {
    font-size: 1.2rem;
    margin-top: 24px;
}

.animation-fadeup {
    opacity: 0;
    transform: translateY(15px);
}

.animation-fadeup.is-show {
    opacity: 1;
    transform: translateY(0px);
    transition: ease all 1s;
}


.p-campaign--margin {
    margin-top: 80px;
}

.p-campaign__title {
    position: relative;
    top: -10px;
    margin: 0 0 20px;
}

.p-campaign__subtitle {
    margin: 20px 0;
}

.p-campaign__limit {
    margin-top: 25px;
    display: block;
}

.p-campaignbnr {
    margin: 60px 0 30px;
}

@media screen and (max-width: 768px) {
    .p-campaignbnr {
        margin: 10px 0 0;
    }

    .p-footer-logo img {
        width: 320px;
    }
    

}

.p-intro {
    padding: 72px 0;
}

@media screen and (max-width: 768px) {
    .p-intro {
        padding: 72px 0;
    }
    .p-intro .c-headline-v1__main span {
        font-size: 2.5rem;
    }
}

@media print, screen and (min-width: 769px) {
    .p-intro-card {
        margin-top: 120px;
        display: flex;
        justify-content: space-between;
    }
}

.p-intro-card__header {
    flex-grow: 1;
}



/* all */

.annotation li{
    position: relative;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    padding-left: 1em;
    text-indent: -1em;
}
.annotation li::before{
    color: #333;
    content: "※";
    font-size: 12px;
}
.annotation-gray li,
.annotation-gray li::before {
    color: #676767;
}
.annotation-num {
    display: flex;
}

.dots li{
    position: relative;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.dots li::before{
    color: #333;
    content: "・";
    font-size: 12px;
}
.dots-gray li,
.dots-gray li::before {
    color: #676767;
}

.list_d{
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.aC{
    text-align: center !important;
}
@media screen and (min-width: 769px) {
    .aC_pc{
        text-align: center !important;
    }
}
@media screen and (max-width: 768px) {
    .aC_sp{
        text-align: center !important;
    }
}

.aL{
    text-align: left !important;
}
@media screen and (min-width: 769px) {
    .aL_pc{
        text-align: left !important;
    }
}
@media screen and (max-width: 768px) {
    .aL_sp{
        text-align: left !important;
    }
}

.aC_img{
    margin: 0 auto;
}


/* cost-free */

#cost-free{
    background-color: #EDF8F5;
}

#cost-free h2.c-headline-v1__main{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333;
    line-height: 150%;
}

#cost-free .text_type01{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 150%;
}

#cost-free .btn_area{
    display: flex;
    gap: 48px;
    margin: 24px auto;
    justify-content: center;
}
#cost-free .btn_area .btn_01{
    background-color: rgba(246, 130, 19, 1);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 52px;
}

#cost-free .btn_area .btn_02{
    border: 1px solid #F68213;
    border-radius: 10px;
    color: #F68213;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 52px;
    background-color: #fff;
}

#cost-free .btn_area .btn_01:hover,
#cost-free .btn_area .btn_02:hover{
    opacity: 1;
}
#cost-free .btn_area .btn_01:hover{
    background-color: rgba(246, 130, 19, 0.9);
}
#cost-free .btn_area .btn_02:hover{
    color: rgba(246, 130, 19, 0.9);
}



@media screen and (max-width: 768px) {
    #cost-free .text_type01{
        font-size: 15px;
    }

    #cost-free .btn_area{
        display: block;
        margin-top: 40px;
    }
    #cost-free .btn_area .btn_01{
        display: block;
    }
    #cost-free .btn_area .btn_02{
        display: block;
        margin-top: 24px;
    }

}


/* anc-billcard */

#anc-billcard h2.c-headline-v1__main{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #333;
    line-height: 150%;
}
#anc-billcard .text_type01{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 150%;
    margin-top: 8px;
    margin-bottom: 6px;
}

#anc-billcard .img_area{
    margin-top: 40px;
}


@media print, screen and (min-width: 769px) {

    #anc-billcard .img_area img{
        width: 560px;
    }

}

@media screen and (max-width: 768px) {
    #anc-billcard h2.c-headline-v1__main{
        font-size: 28px;
    }

}


/* trouble-solving */

#trouble-solving{
    position: relative;
}
#trouble-solving h2{
    position: absolute;
    color: #00846D;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    top: 6.45vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    letter-spacing: 1.5px;
    line-height: 150%;
}


@media screen and (max-width: 768px) {
    #trouble-solving{
        background-color: #D6F2E6;
        padding: 72px 0;
    }


    #trouble-solving h2{
        font-size: 28px;
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 40px;
    }
}


/* anc-merit */

#anc-merit{
    background-color: #00846D;
}

#anc-merit h2.c-headline-v1__main{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
    line-height: 150%;
}


#anc-merit .box_type01{
    background-color: #fff;
    border-radius: 16px;
    padding: 64px 139px;
}
#anc-merit .box_type01 h3{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 52px;
}
#anc-merit .box_type01 h3 span{
    position: relative;
}
#anc-merit .box_type01 h3 span::after{
    position: absolute;
    content: "";
    background-color: #D6F1E6;
    width: 52px;
    height: 5px;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#anc-merit .box_type01 .text_type02{
    color: #F68213;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
}
#anc-merit .box_type01 .text_type01{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-top: 8px;
    line-height: 150%;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

#anc-merit .box_type01 .img_merit{
    margin-top: 32px;
}

#anc-merit .col2{
    display: flex;
    margin-top: 24px;
    gap: 24px;
}
#anc-merit .col2 .box_type01:first-child{
    padding: 64px 50px;
}
#anc-merit .col2 .box_type01:first-child .text_type01{
    margin-top: 24px;
}


#anc-merit .col2 .box_type01{
    padding: 29.5px 44px;
    width: 50%;
}

#anc-merit .col2 .box_type01 h3{
    margin-bottom: 26px;
}

#anc-merit .box_type01 .list_area{
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}
#anc-merit .box_type01 .list_area:first-child{
    margin-top: 0;
}

#anc-merit .box_type01 .list_area h3{
    font-size: 24px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
    margin-right: 20px;
    width: 102px;
    min-width: 102px;
    line-height: 150%;
}
#anc-merit .box_type01 .list_area h3 span::after{
    position: absolute;
    content: "";
    background-color: #D6F1E6;
    width: 5px;
    height: 23px;
    top: 0;
    bottom: 0;
    right: 5px;
    right: -20px;
    left: auto;
    margin: auto 0;
}

#anc-merit .box_type01 .list_area .text_type02{
    font-size: 22px;
    margin-left: 10px;
    line-height: 150%;
    text-align: left;
}


@media screen and (max-width: 768px) {
    #anc-merit h2.c-headline-v1__main{
        font-size: 28px;
        margin-bottom: 40px;
        line-height: 150%;
    }

    #anc-merit .box_type01 h3{
        line-height: 150%;
        margin-bottom: 24px;
    }


    #anc-merit .box_type01 {
        padding: 40px 24px;
    }

    #anc-merit .box_type01 h3 span::after{
        bottom: -11px;
    }

    #anc-merit .col2{
        display: block;
        margin-top: 16px;
    }
    #anc-merit .col2 .box_type01{
        width: 100%;
        margin-top: 16px;
        padding: 40px 24px;
    }
    #anc-merit .col2 .box_type01 h3{
        line-height: 150%;
        margin-bottom: 24px;
        width: 100%;
    }

    #anc-merit .col2 .box_type01:first-child{
        padding: 40px 24px;
    }
    #anc-merit .col2 .box_type01:first-child h3{
        font-size: 30px;
    }

    #anc-merit .box_type01 .list_area{
        display: block;
        margin-top: 32px;
    }
    #anc-merit .box_type01 .list_area h3{
        margin-bottom: 0;
    }
    #anc-merit .box_type01 .list_area .text_type02{
        text-align: left;
        margin-left: 0;
    }

    #anc-merit .box_type01 .annotation li{
        margin-top: 8px;
    }

}




/* anc-price */
#anc-price h2.c-headline-v1__main{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 8px;
    line-height: 150%;
}

#anc-price .text_type01{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 150%;
}

#anc-price .table_area{
    margin-top: 40px;
}
@media screen and (max-width: 1052px) {
    #anc-price .table_area{
        overflow-x: scroll;
        padding-bottom: 8px;
    }
    
}

#anc-price .table_area table{
    width: 1024px;
}

#anc-price .table_area th,
#anc-price .table_area td{
    padding: 20px 7px;
    line-height: 150%;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    width: 170px;
    border: 1px solid #fff;
}

#anc-price .table_area th.c_type01{
    background-color: #00846D;
    color: #fff;
    font-weight: 700;
}

#anc-price .table_area th.c_type02{
    background-color: #F68213;
    color: #fff;
    font-weight: 700;
}
#anc-price .table_area td.c_type02{
    background-color: #FFE4CB;
    color: #333;
}

#anc-price .table_area th.c_type03{
    background-color: #ddd;
    color: #333;
    font-weight: 700;
}
#anc-price .table_area td.c_type03{
    background-color: #F5F5F5;
    color: #333;
}

#anc-price .table_area .list_d li{
    color: #333;
    padding-left: 1em;
    text-indent: -1.3em;
    text-align: left;
}
#anc-price .table_area .list_d li.aC{
    padding-left: 0;
    text-indent: -0.4em;
}

#anc-price .table_area .list_d li:before{
    color: #333;
    content: "・";
    font-size: 16px;
    margin-right: 5px;
}


@media screen and (max-width: 768px) {

    #anc-price h2.c-headline-v1__main{
        font-size: 28px;
    }

    #anc-price .table_area table{
        width: 980px;
    }

    #anc-price .table_area th,
    #anc-price .table_area td{
        width: 170px;
        padding: 20px 4px;
        box-sizing: border-box;
    }
    #anc-price .table_area th:first-child{
        width: 130px;
    }

    #anc-price .table_area .list_d li {
        padding-left: 1.3em;
        text-indent: -1.3em;
    }
    #anc-price .table_area .list_d li.aC {
        text-indent: -0.3em;
    }

}



/* anc-service */

#anc-service{
    background-color: #EDF8F5;
}

#anc-service h2.c-headline-v1__main{
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #333;
}

#anc-service .table_area{
    margin-top: 40px;
}

#anc-service .table_area table{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#anc-service .table_area tr{
    border-bottom: 6px solid #EDF8F5;
}
#anc-service .table_area tr:last-child{
    border-bottom: none;
}

#anc-service .table_area th,
#anc-service .table_area td{
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding: 22px;
}

#anc-service .table_area th{
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background-color: #D6F1E6;
}

#anc-service .table_area td{
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background-color: #fff;
}

#anc-service .table_area td.c_type01{
    font-weight: 700;
    font-size: 24px;
    color: #F68213;
}
#anc-service .table_area td.c_type02{
    font-weight: 700;
    font-size: 24px;
    color: #339D8A;
}
#anc-service .table_area td.c_type02 sup {
    top: -0.8em;
    font-size: 12px;
}


@media screen and (max-width: 768px) {

    #anc-service h2.c-headline-v1__main{
        font-size: 28px;
    }

    #anc-service .table_area th, #anc-service .table_area td{
        width: 100%;
        display: block;
    }
    #anc-service .table_area tr {
        border-bottom: 24px solid #EDF8F5;
    }

}


/* anc-paymentflow */
#anc-paymentflow h2.c-headline-v1__main{
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #333;
}

#anc-paymentflow .flow_area > div{
    display: flex;
    justify-content: center;
    align-items: top;
    margin-top: 40px;
}

@media screen and (max-width: 1052px) {
    #anc-paymentflow .flow_area{
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 8px;
    }
    #anc-paymentflow .flow_area > div{
        width: 1024px;
    }
}

#anc-paymentflow .flow_area .circle_box{
    background: linear-gradient(to bottom right, #339D8A, #00846D, #056554);
    height: 280px;
    width: 280px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 7px 7px 7px -1px rgba(0, 0, 0, 0.2);
    padding-top: 38px;
}

#anc-paymentflow .flow_area .circle_box .text_no{
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

#anc-paymentflow .flow_area .circle_box .text_type01{
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
#anc-paymentflow .flow_area .circle_box:last-child .text_type01{
    margin-top: 44px;
}

#anc-paymentflow .flow_area .circle_box .text_area{
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 8px;
    margin: 9px auto 0 auto;
    width: 180px;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 150%;
    text-align: center;
}
#anc-paymentflow .flow_area .circle_box .text_area span{
    font-weight: 700;
}

#anc-paymentflow .flow_area .img_arrow{
    padding: 0 6.5px 0 11px;
    margin-top: 120px;
}

#anc-paymentflow .flow_area .annotation{
    margin-top: 15px;
}


@media screen and (max-width: 768px) {

    #anc-paymentflow h2.c-headline-v1__main{
        font-size: 28px;
    }

    #anc-paymentflow .flow_area{
        overflow-x: hidden;
    }
    #anc-paymentflow .flow_area > div{
        width: 100%;
        display: block;
    }

    #anc-paymentflow .flow_area .circle_box{
        margin: 0 auto;
        padding-top: 32px;
    }

    #anc-paymentflow .flow_area .circle_box .text_type01{
        margin-top: 10px;
    }

    #anc-paymentflow .flow_area .circle_box .text_area{
        line-height: 150%;
    }

    #anc-paymentflow .flow_area .annotation{
        margin-top: 16px;
    }

    #anc-paymentflow .flow_area .img_arrow{
        padding: 0;
        margin: 16px auto;
    }

    #anc-paymentflow .flow_area .circle_box .text_area span{
        font-size: 16px;
    }

    #anc-paymentflow .flow_area .circle_box:last-child{
        margin-bottom: 10px;
    }

    #anc-paymentflow .flow_area .circle_box:last-child .text_type01{
        margin-top: 44px;
    }

}



/* nc-questions */

#anc-questions{
    background-color: #F5F5F5;
}

#anc-questions h2.c-headline-v1__main{
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

#anc-questions .c-faq-wrap{
    background-color: #fff;
    border-radius: 16px;
    padding: 22px 32px;
    width: 880px;
    margin: 8px auto 0 auto;
}

#anc-questions .c-faq-wrap dl{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

#anc-questions .c-faq-wrap .q_area{
    cursor:pointer;
}
#anc-questions .c-faq-wrap .q_area dl{
    position: relative;
}
#anc-questions .c-faq-wrap .q_area dl::after{
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    content: " ";
    width: 18px;
    height: 12px;
    background: url(/camp/seikyusyobarai/assets/img/icon_close.svg) no-repeat center right;
    background-size: contain;
}

#anc-questions .c-faq-wrap .is-open .q_area dl::after{
    background: url(/camp/seikyusyobarai/assets/img/icon_open.svg) no-repeat center right;
}

#anc-questions .c-faq-wrap .q_area dt{
    color: #339D8A;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 700;
}
#anc-questions .c-faq-wrap .q_area dd{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: #333;
}

#anc-questions .c-faq-wrap .a_area{
    display: none;
    margin-top: 24px;
}
#anc-questions .c-faq-wrap .a_area dt{
    color: #F68213;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}
#anc-questions .c-faq-wrap .a_area dd{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #333;
    width: 720px;
}

@media screen and (max-width: 890px) {

    #anc-questions .c-faq-wrap{
        width: 100%;
    }
}


@media screen and (max-width: 768px) {

    #anc-questions h2.c-headline-v1__main{
        font-size: 28px;
    }

    #anc-questions .c-faq-wrap{
        width: 100%;
        padding: 24px;
    }

    #anc-questions .c-faq-wrap dl{
        gap:8px;
    }

    #anc-questions .c-faq-wrap .q_area dd {
        padding-right: 25px;
    }

    #anc-questions .c-faq-wrap .q_area dl::after {
        right: 0;
        top: 12px;
    }

    #anc-questions .c-faq-wrap .a_area{
        margin-bottom: 8px;
    }

    #anc-questions .c-faq-wrap .a_area dl{
        gap:16px;
    }

    #anc-questions .c-faq-wrap .a_area dd{
        width: auto;
    }

}

/* p_s-use */

#p_s-use .text_type01{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #333;
    text-decoration: double;
}
#p_s-use .text_type01 span{
    border-bottom: 1px solid #000;
}

#p_s-use .text_type02{
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #333;
    margin-top: 8px;
}

#p_s-use .app_btn{
    background-color: #00846D;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 28px 44px;
    display: block;
    width: 360px;
    margin: 32px auto 0 auto;
}
#p_s-use .app_btn:hover{
    opacity: 0.9;
}

@media screen and (max-width: 768px) {

    #p_s-use .app_btn{
        width: 100%;
        padding: 28px 35px;
    }    

}

/* 20250730 update */
#anc-cp {
    background-color: #EDF8F5;
}

.c_underline {
    text-decoration: underline;
}
.c_underline:hover {
    text-decoration: none;
    opacity: .5;
}

.zoom-half {
    zoom: .5;
}

.cp_mt {
    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .cp_mt {
        margin-top: 15px;
    }
}

.c-cp-wrap {
    max-width: 920px;
    margin-inline: auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 132, 109, 0.10);
}

.c-cp-wrap .title_area {
    position: relative;
    display: flex;
    padding: 16px 64px 16px 48px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.c-cp-wrap .title_area::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 24px;
    height: 25px;
    background: url(/camp/seikyusyobarai/assets/img/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}

.c-cp-wrap .is-open .title_area::after {
    background: url(/camp/seikyusyobarai/assets/img/icon_minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.c-cp-wrap .title_area .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 768px) {
    .c-cp-wrap .title_area .title {
        font-size: 16px;
    }
}

.c-cp-wrap .info_area {
    display: none;
    padding: 40px 56px;
}
@media screen and (max-width: 768px) {
    .c-cp-wrap .info_area {
        padding: 24px;
    }
}

.c-cp-wrap .info_area .info_contents {
    margin-top: 16px;
}

.c-cp-wrap .info_area .info_contents:first-child {
    margin-top: 0;
}

.c-cp-wrap .info_area .info_contents .title {
    position: relative;
    padding-left: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    color: #333;
}

.c-cp-wrap .info_area .info_contents .title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #00846D;
}

.c-cp-wrap .info_area .info_contents .text {
    margin-top: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #333;
}

.c-cp-wrap .info_area .info_contents .annotation,
.c-cp-wrap .info_area .info_contents .dots {
    margin-top: 4px;
    text-align: left;
}

.c-cp-wrap .info_area .info_contents .annotation > li,
.c-cp-wrap .info_area .info_contents .dots > li {
    padding-left: 16px;
    text-indent: unset;
    line-height: 160%;
}

.c-cp-wrap .info_area .info_contents .annotation > li::before,
.c-cp-wrap .info_area .info_contents .dots > li::before {
    position: absolute;
    left: 0;
}

.c-cp-wrap .info_area .info_contents ul li > ul {
    margin-top: 0 !important;
}